commonsense team mailing list archive
-
commonsense team
-
Mailing list archive
-
Message #00177
[Bug 532467] [NEW] STOMP error
Public bug reported:
I've configured an ActiveMq server on my machine and am experimenting
with stomp_view.py
I've hit a roadblock :
'DefaultXAxis' not in label list
'DefaultYAxis' not in label list
None
Traceback (most recent call last):
File "./stomp_view.py", line 53, in run
self.stomp.connect(username=None, password=None)
File "build/bdist.macosx-10.3-fat/egg/stompy/simple.py", line 96, in connect
File "build/bdist.macosx-10.3-fat/egg/stompy/stomp.py", line 48, in connect
File "build/bdist.macosx-10.3-fat/egg/stompy/frame.py", line 95, in connect
File "build/bdist.macosx-10.3-fat/egg/stompy/frame.py", line 183, in get_reply
AttributeError: 'NoneType' object has no attribute 'command'
The window appears and runs - obviously it's mostly blank though.
I think that this means that it's is not completely logged into the
server because when I put messages on the /topic/SOCNoc/redfishbluefish
topic nothing is read and there are no consumers shown in jconsole.
** Affects: luminoso
Importance: Undecided
Status: New
--
STOMP error
https://bugs.launchpad.net/bugs/532467
You received this bug notification because you are a member of
Commonsense Computing, which is the registrant for Luminoso.
Status in Luminoso: New
Bug description:
I've configured an ActiveMq server on my machine and am experimenting with stomp_view.py
I've hit a roadblock :
'DefaultXAxis' not in label list
'DefaultYAxis' not in label list
None
Traceback (most recent call last):
File "./stomp_view.py", line 53, in run
self.stomp.connect(username=None, password=None)
File "build/bdist.macosx-10.3-fat/egg/stompy/simple.py", line 96, in connect
File "build/bdist.macosx-10.3-fat/egg/stompy/stomp.py", line 48, in connect
File "build/bdist.macosx-10.3-fat/egg/stompy/frame.py", line 95, in connect
File "build/bdist.macosx-10.3-fat/egg/stompy/frame.py", line 183, in get_reply
AttributeError: 'NoneType' object has no attribute 'command'
The window appears and runs - obviously it's mostly blank though.
I think that this means that it's is not completely logged into the server because when I put messages on the /topic/SOCNoc/redfishbluefish topic nothing is read and there are no consumers shown in jconsole.
Follow ups
References