Created
October 22, 2012 15:00
-
-
Save jstrachan/3931902 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Root exception: | |
java.lang.reflect.UndeclaredThrowableException | |
at $Proxy21.browseMessages(Unknown Source) | |
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | |
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) | |
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | |
at java.lang.reflect.Method.invoke(Method.java:597) | |
at org.fusesource.fabric.activemq.facade.BrokerFacadeSupport$1.invoke(BrokerFacadeSupport.java:48) | |
at $Proxy22.browseMessages(Unknown Source) | |
at org.fusesource.ide.fabric.activemq.navigator.QueueNode.browseExchanges(QueueNode.java:77) | |
at org.fusesource.ide.fabric.views.MessagesView.refresh(MessagesView.java:124) | |
at org.fusesource.ide.fabric.views.MessagesView.setExchangeBrowser(MessagesView.java:306) | |
at org.fusesource.ide.fabric.views.MessagesView$1.selectionChanged(MessagesView.java:90) | |
at org.eclipse.ui.internal.AbstractSelectionService.fireSelection(AbstractSelectionService.java:156) | |
at org.eclipse.ui.internal.AbstractSelectionService$1.selectionChanged(AbstractSelectionService.java:62) | |
at org.eclipse.jface.viewers.Viewer$2.run(Viewer.java:164) | |
at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42) | |
at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:49) | |
at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:175) | |
at org.eclipse.jface.viewers.Viewer.fireSelectionChanged(Viewer.java:162) | |
at org.eclipse.jface.viewers.StructuredViewer.updateSelection(StructuredViewer.java:2188) | |
at org.eclipse.jface.viewers.StructuredViewer.handleSelect(StructuredViewer.java:1211) | |
at org.eclipse.ui.navigator.CommonViewer.handleSelect(CommonViewer.java:478) | |
at org.eclipse.jface.viewers.StructuredViewer$4.widgetSelected(StructuredViewer.java:1241) | |
at org.eclipse.jface.util.OpenStrategy.fireSelectionEvent(OpenStrategy.java:239) | |
at org.eclipse.jface.util.OpenStrategy.access$4(OpenStrategy.java:233) | |
at org.eclipse.jface.util.OpenStrategy$1.handleEvent(OpenStrategy.java:403) | |
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84) | |
at org.eclipse.swt.widgets.Display.sendEvent(Display.java:4128) | |
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1457) | |
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1480) | |
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1465) | |
at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:1270) | |
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3974) | |
at org.eclipse.swt.widgets.Display.applicationNextEventMatchingMask(Display.java:4875) | |
at org.eclipse.swt.widgets.Display.applicationProc(Display.java:5226) | |
at org.eclipse.swt.internal.cocoa.OS.objc_msgSendSuper(Native Method) | |
at org.eclipse.swt.widgets.Widget.callSuper(Widget.java:220) | |
at org.eclipse.swt.widgets.Widget.mouseDownSuper(Widget.java:1092) | |
at org.eclipse.swt.widgets.Tree.mouseDownSuper(Tree.java:2052) | |
at org.eclipse.swt.widgets.Widget.mouseDown(Widget.java:1084) | |
at org.eclipse.swt.widgets.Control.mouseDown(Control.java:2528) | |
at org.eclipse.swt.widgets.Tree.mouseDown(Tree.java:2007) | |
at org.eclipse.swt.widgets.Display.windowProc(Display.java:5471) | |
at org.eclipse.swt.internal.cocoa.OS.objc_msgSendSuper(Native Method) | |
at org.eclipse.swt.widgets.Widget.callSuper(Widget.java:220) | |
at org.eclipse.swt.widgets.Widget.windowSendEvent(Widget.java:2095) | |
at org.eclipse.swt.widgets.Shell.windowSendEvent(Shell.java:2253) | |
at org.eclipse.swt.widgets.Display.windowProc(Display.java:5535) | |
at org.eclipse.swt.internal.cocoa.OS.objc_msgSendSuper(Native Method) | |
at org.eclipse.swt.widgets.Display.applicationSendEvent(Display.java:4989) | |
at org.eclipse.swt.widgets.Display.applicationProc(Display.java:5138) | |
at org.eclipse.swt.internal.cocoa.OS.objc_msgSend(Native Method) | |
at org.eclipse.swt.internal.cocoa.NSApplication.sendEvent(NSApplication.java:128) | |
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3610) | |
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2701) | |
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2665) | |
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2499) | |
at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:679) | |
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332) | |
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:668) | |
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) | |
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:123) | |
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196) | |
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110) | |
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79) | |
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:344) | |
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179) | |
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | |
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) | |
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | |
at java.lang.reflect.Method.invoke(Method.java:597) | |
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:622) | |
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:577) | |
at org.eclipse.equinox.launcher.Main.run(Main.java:1410) | |
at org.eclipse.equinox.launcher.Main.main(Main.java:1386) | |
Caused by: java.rmi.UnmarshalException: error unmarshalling return; nested exception is: | |
java.io.WriteAbortedException: writing aborted; java.io.NotSerializableException: org.apache.activemq.command.ActiveMQTextMessage | |
at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:173) | |
at com.sun.jmx.remote.internal.PRef.invoke(Unknown Source) | |
at javax.management.remote.rmi.RMIConnectionImpl_Stub.invoke(Unknown Source) | |
at javax.management.remote.rmi.RMIConnector$RemoteMBeanServerConnection.invoke(RMIConnector.java:993) | |
at javax.management.MBeanServerInvocationHandler.invoke(MBeanServerInvocationHandler.java:288) | |
... 74 more | |
Caused by: java.io.WriteAbortedException: writing aborted; java.io.NotSerializableException: org.apache.activemq.command.ActiveMQTextMessage | |
at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1332) | |
at java.io.ObjectInputStream.readObject(ObjectInputStream.java:350) | |
at java.util.ArrayList.readObject(ArrayList.java:593) | |
at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source) | |
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | |
at java.lang.reflect.Method.invoke(Method.java:597) | |
at java.io.ObjectStreamClass.invokeReadObject(ObjectStreamClass.java:969) | |
at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1848) | |
at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1752) | |
at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1328) | |
at java.io.ObjectInputStream.readObject(ObjectInputStream.java:350) | |
at sun.rmi.server.UnicastRef.unmarshalValue(UnicastRef.java:306) | |
at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:155) | |
... 78 more | |
Caused by: java.io.NotSerializableException: org.apache.activemq.command.ActiveMQTextMessage | |
at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1180) | |
at java.io.ObjectOutputStream.writeObject(ObjectOutputStream.java:346) | |
at java.util.ArrayList.writeObject(ArrayList.java:710) | |
at sun.reflect.GeneratedMethodAccessor51.invoke(Unknown Source) | |
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) | |
at java.lang.reflect.Method.invoke(Method.java:601) | |
at java.io.ObjectStreamClass.invokeWriteObject(ObjectStreamClass.java:975) | |
at java.io.ObjectOutputStream.writeSerialData(ObjectOutputStream.java:1480) | |
at java.io.ObjectOutputStream.writeOrdinaryObject(ObjectOutputStream.java:1416) | |
at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1174) | |
at java.io.ObjectOutputStream.writeObject(ObjectOutputStream.java:346) | |
at sun.rmi.server.UnicastRef.marshalValue(UnicastRef.java:292) | |
at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:332) | |
at sun.rmi.transport.Transport$1.run(Transport.java:177) | |
at sun.rmi.transport.Transport$1.run(Transport.java:174) | |
at java.security.AccessController.doPrivileged(Native Method) | |
at sun.rmi.transport.Transport.serviceCall(Transport.java:173) | |
at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:553) | |
at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(TCPTransport.java:808) | |
at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:667) | |
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110) | |
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) | |
at java.lang.Thread.run(Thread.java:722) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment