10.6 Eclipse debug launch, org.eclipse.nab.mwt throws etc.
10.6 Eclipse debug launch, org.eclipse.nab.mwt throws etc.
- Subject: 10.6 Eclipse debug launch, org.eclipse.nab.mwt throws etc.
- From: Baiss Eric Magnusson <email@hidden>
- Date: Wed, 2 Sep 2009 16:15:11 -0700
After much editing I distilled the Eclipse error log in the hopes the
problem would be unveiled.
The base error comes from org.eclipse.nab.mwt?
*************************************************************
!ENTRY org.eclipse.osgi 4 0 2009-09-01 13:43:39.982
!MESSAGE An error occurred while automatically activating bundle
org.eclipse.nab.mwt (847).
!STACK 0
org.osgi.framework.BundleException: Exception in
org.eclipse.nab.mwt.ab.core.CorePlugin.start() of bundle
org.eclipse.nab.mwt.
at
org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator
(BundleContextImpl.java:1028)
Caused by: java.lang.NoClassDefFoundError: org/widestudio/mwt/
MwtInitializer
at org.eclipse.nab.mwt.ab.core.CorePlugin.start(CorePlugin.java:70)
Caused by: org.eclipse.core.runtime.internal.adaptor.EclipseLazyStarter
$TerminatingClassNotFoundException: An error occurred while
automatically activating bundle org.eclipse.nab.mwt.jni (849).
at
org.eclipse.core.runtime.internal.adaptor.EclipseLazyStarter.postFindLocalClass
(EclipseLazyStarter.java:125)
Caused by: org.osgi.framework.BundleException: The activator
org.widestudio.mwt.MwtPlugin for bundle org.eclipse.nab.mwt.jni is
invalid
at
org.eclipse.osgi.framework.internal.core.AbstractBundle.loadBundleActivator
(AbstractBundle.java:146)
Caused by: java.lang.UnsatisfiedLinkError: no mwt_java in
java.library.path
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1809)
Root exception:
java.lang.NoClassDefFoundError: org/widestudio/mwt/MwtInitializer
at org.eclipse.nab.mwt.ab.core.CorePlugin.start(CorePlugin.java:70)
at org.eclipse.osgi.framework.internal.core.BundleContextImpl$2.run
(BundleContextImpl.java:1009)
at java.security.AccessController.doPrivileged(Native Method)
!ENTRY org.eclipse.osgi 4 0 2009-09-01 13:43:52.585
!MESSAGE An error occurred while automatically activating bundle
org.eclipse.equinox.jmx.server (255).
!STACK 0
org.osgi.framework.BundleException: Exception in
org.eclipse.equinox.jmx.internal.server.Activator.start() of bundle
org.eclipse.equinox.jmx.server.
at
org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator
(BundleContextImpl.java:1028)
Caused by: java.io.IOException: Cannot bind to URL [rmi://
127.0.0.1:8118/jmxserver]: javax.naming.CommunicationException [Root
exception is java.rmi.ConnectIOException: error during JRMP connection
establishment; nested exception is:
java.net.SocketException: Invalid argument]
at javax.management.remote.rmi.RMIConnectorServer.newIOException
(RMIConnectorServer.java:804)
Caused by: javax.naming.CommunicationException [Root exception is
java.rmi.ConnectIOException: error during JRMP connection
establishment; nested exception is:
java.net.SocketException: Invalid argument]
at com.sun.jndi.rmi.registry.RegistryContext.bind
(RegistryContext.java:126)
at com.sun.jndi.toolkit.url.GenericURLContext.bind
(GenericURLContext.java:208)
at javax.naming.InitialContext.bind(InitialContext.java:400)
Caused by: java.rmi.ConnectIOException: error during JRMP connection
establishment; nested exception is:
java.net.SocketException: Invalid argument
at sun.rmi.transport.tcp.TCPChannel.createConnection(TCPChannel.java:
286)
Caused by: java.net.SocketException: Invalid argument
at java.net.SocketInputStream.socketRead0(Native Method)
Root exception:
java.io.IOException: Cannot bind to URL [rmi://127.0.0.1:8118/
jmxserver]: javax.naming.CommunicationException [Root exception is
java.rmi.ConnectIOException: error during JRMP connection
establishment; nested exception is:
java.net.SocketException: Invalid argument]
at javax.management.remote.rmi.RMIConnectorServer.newIOException
(RMIConnectorServer.java:804)
!ENTRY org.eclipse.ui.workbench 4 2 2009-09-01 13:43:52.588
!MESSAGE Problems occurred when invoking code from plug-in:
"org.eclipse.ui.workbench".
!STACK 1
org.eclipse.core.runtime.CoreException: Plug-in
org.eclipse.equinox.jmx.server was unable to load class
org.eclipse.equinox.jmx.internal.server.UIStarter.
at
org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI.throwException
(RegistryStrategyOSGI.java:180)
Caused by: org.eclipse.core.runtime.internal.adaptor.EclipseLazyStarter
$TerminatingClassNotFoundException: An error occurred while
automatically activating bundle org.eclipse.equinox.jmx.server (255).
at
org.eclipse.core.runtime.internal.adaptor.EclipseLazyStarter.postFindLocalClass
(EclipseLazyStarter.java:125)
!SUBENTRY 1 org.eclipse.equinox.registry 4 1 2009-09-01 13:43:52.589
!MESSAGE Plug-in org.eclipse.equinox.jmx.server was unable to load
class org.eclipse.equinox.jmx.internal.server.UIStarter.
!STACK 0
org.eclipse.core.runtime.internal.adaptor.EclipseLazyStarter
$TerminatingClassNotFoundException: An error occurred while
automatically activating bundle org.eclipse.equinox.jmx.server (255).
Caused by: org.osgi.framework.BundleException: Exception in
org.eclipse.equinox.jmx.internal.server.Activator.start() of bundle
org.eclipse.equinox.jmx.server.
at
org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator
(BundleContextImpl.java:1028)
!ENTRY org.eclipse.debug.ui 4 0 2009-09-01 16:14:03.681
!MESSAGE Launch shortcut
'org.objectstyle.wolips.launching.ERXMainApplicationLaunchShortcut'
enablement expression caused exception. Shortcut was removed.
!STACK 1
org.eclipse.core.runtime.CoreException: No property tester contributes
a property org.eclipse.jdt.debug.ui.hasMainType to type class
org.eclipse.core.internal.resources.File
at
org.eclipse.core.internal.expressions.TypeExtensionManager.getProperty
(TypeExtensionManager.java:109)
Sep 2 15:12:53 baissYi eclipse[450]: *** __NSAutoreleaseNoPool():
Object 0x3d95fcf0 of class NSCFArray autoreleased with no pool in
place - just leaking
!ENTRY org.eclipse.ui.console 4 2
2009-09-02 15:13:01.180
!MESSAGE Problems occurred when invoking code from plug-in:
"org.eclipse.ui.console".
!STACK 0
org.eclipse.swt.SWTException: Device is disposed
at org.eclipse.swt.SWT.error(SWT.java:3777)
...
org.eclipse.eclipse[1033]: Caused by: java.lang.UnsatisfiedLinkError:
no mwt_java in java.library.path
org.eclipse.eclipse[1033]: at java.lang.ClassLoader.loadLibrary
(ClassLoader.java:1809)
----
Baiss Eric Magnusson
http://www.CascadeWebDesign.com
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden