users@glassfish.java.net

Re: ClassNotFoundException: com.sun.corba.ee.impl.transport.CorbaOutboundConne

From: Hong Zhang <Hong.Zhang_at_Sun.COM>
Date: Wed, 23 Sep 2009 09:12:20 -0400

I saw this too, but not at the first server start up. After I started
server from a fresh installation, I deployed a simple ear which contains
an ejb jar and a war (stateless-simple.ear), and when it's trying to
start all the relevant modules to deploy this app, I got this stack
trace in my server.log.

vince kraemer wrote:

> how did you start the server?
>
> vbk
>
> glassfish_at_javadesktop.org wrote:
>
>> When using GF nightly (9/22/2009), I got the following errors in
>> server.log. Any idea?
>>
>> [#|2009-09-22T17:01:44.401-0400|INFO|glassfish|null|_ThreadID=25;_ThreadName=Thread-3;|Deployment
>> expansion took 6|#]
>>
>> [#|2009-09-22T17:01:44.523-0400|INFO|glassfish|null|_ThreadID=25;_ThreadName=Thread-3;|DOL
>> Loading time87|#]
>>
>> [#|2009-09-22T17:01:44.576-0400|INFO|glassfish|org.jvnet.hk2.osgiadapter|_ThreadID=25;_ThreadName=Thread-3;|Started
>> bundle org.glassfish.persistence.cmp.support-ejb [58]|#]
>>
>> [#|2009-09-22T17:01:44.679-0400|INFO|glassfish|org.jvnet.hk2.osgiadapter|_ThreadID=25;_ThreadName=Thread-3;|Started
>> bundle glassfish-corba-orb [178]|#]
>>
>> [#|2009-09-22T17:01:44.692-0400|SEVERE|glassfish|null|_ThreadID=26;_ThreadName=Thread-3;|java.lang.ClassNotFoundException:
>> com.sun.corba.ee.impl.transport.CorbaOutboundConnectionCacheProbeProvider|#]
>>
>>
>> [#|2009-09-22T17:01:44.692-0400|SEVERE|glassfish|null|_ThreadID=26;_ThreadName=Thread-3;|
>> at
>> org.apache.felix.framework.ModuleImpl.findClassOrResourceByDelegation(ModuleImpl.java:726)|#]
>>
>>
>> [#|2009-09-22T17:01:44.692-0400|SEVERE|glassfish|null|_ThreadID=26;_ThreadName=Thread-3;|
>> at
>> org.apache.felix.framework.ModuleImpl.access$100(ModuleImpl.java:60)|#]
>>
>> [#|2009-09-22T17:01:44.692-0400|SEVERE|glassfish|null|_ThreadID=26;_ThreadName=Thread-3;|
>> at
>> org.apache.felix.framework.ModuleImpl$ModuleClassLoader.loadClass(ModuleImpl.java:1631)|#]
>>
>>
>> [#|2009-09-22T17:01:44.692-0400|SEVERE|glassfish|null|_ThreadID=26;_ThreadName=Thread-3;|
>> at java.lang.ClassLoader.loadClass(ClassLoader.java:254)|#]
>>
>> [#|2009-09-22T17:01:44.693-0400|SEVERE|glassfish|null|_ThreadID=26;_ThreadName=Thread-3;|
>> at
>> org.apache.felix.framework.ModuleImpl.getClassByDelegation(ModuleImpl.java:580)|#]
>>
>>
>> [#|2009-09-22T17:01:44.693-0400|SEVERE|glassfish|null|_ThreadID=26;_ThreadName=Thread-3;|
>> at org.apache.felix.framework.Felix.loadBundleClass(Felix.java:1486)|#]
>>
>> [#|2009-09-22T17:01:44.693-0400|SEVERE|glassfish|null|_ThreadID=26;_ThreadName=Thread-3;|
>> at
>> org.apache.felix.framework.BundleImpl.loadClass(BundleImpl.java:872)|#]
>>
>> [#|2009-09-22T17:01:44.693-0400|SEVERE|glassfish|null|_ThreadID=26;_ThreadName=Thread-3;|
>> at
>> org.jvnet.hk2.osgiadapter.OSGiModuleImpl$2$1.run(OSGiModuleImpl.java:367)|#]
>>
>>
>> [#|2009-09-22T17:01:44.693-0400|SEVERE|glassfish|null|_ThreadID=26;_ThreadName=Thread-3;|
>> at java.security.AccessController.doPrivileged(Native Method)|#]
>>
>> [#|2009-09-22T17:01:44.693-0400|SEVERE|glassfish|null|_ThreadID=26;_ThreadName=Thread-3;|
>> at
>> org.jvnet.hk2.osgiadapter.OSGiModuleImpl$2.loadClass(OSGiModuleImpl.java:363)|#]
>>
>>
>> [#|2009-09-22T17:01:44.694-0400|SEVERE|glassfish|null|_ThreadID=26;_ThreadName=Thread-3;|
>> at java.lang.ClassLoader.loadClass(ClassLoader.java:254)|#]
>>
>> [#|2009-09-22T17:01:44.694-0400|SEVERE|glassfish|null|_ThreadID=26;_ThreadName=Thread-3;|
>> at
>> org.glassfish.admin.monitor.MonitoringBootstrap.addProvider(MonitoringBootstrap.java:202)|#]
>>
>>
>> [#|2009-09-22T17:01:44.694-0400|SEVERE|glassfish|null|_ThreadID=26;_ThreadName=Thread-3;|
>> at
>> org.glassfish.admin.monitor.MonitoringBootstrap.moduleStarted(MonitoringBootstrap.java:164)|#]
>>
>>
>> [#|2009-09-22T17:01:44.694-0400|SEVERE|glassfish|null|_ThreadID=26;_ThreadName=Thread-3;|
>> at
>> org.jvnet.hk2.osgiadapter.OSGiModulesRegistryImpl$3.bundleChanged(OSGiModulesRegistryImpl.java:506)|#]
>>
>>
>> [#|2009-09-22T17:01:44.694-0400|SEVERE|glassfish|null|_ThreadID=26;_ThreadName=Thread-3;|
>> at
>> org.apache.felix.framework.util.EventDispatcher.invokeBundleListenerCallback(EventDispatcher.java:800)|#]
>>
>>
>> [#|2009-09-22T17:01:44.694-0400|SEVERE|glassfish|null|_ThreadID=26;_ThreadName=Thread-3;|
>> at
>> org.apache.felix.framework.util.EventDispatcher.fireEventImmediately(EventDispatcher.java:728)|#]
>>
>>
>> [#|2009-09-22T17:01:44.695-0400|SEVERE|glassfish|null|_ThreadID=26;_ThreadName=Thread-3;|
>> at
>> org.apache.felix.framework.util.EventDispatcher.run(EventDispatcher.java:956)|#]
>>
>>
>> [#|2009-09-22T17:01:44.695-0400|SEVERE|glassfish|null|_ThreadID=26;_ThreadName=Thread-3;|
>> at
>> org.apache.felix.framework.util.EventDispatcher.access$000(EventDispatcher.java:54)|#]
>>
>>
>> [#|2009-09-22T17:01:44.695-0400|SEVERE|glassfish|null|_ThreadID=26;_ThreadName=Thread-3;|
>> at
>> org.apache.felix.framework.util.EventDispatcher$1.run(EventDispatcher.java:106)|#]
>>
>>
>> [#|2009-09-22T17:01:44.695-0400|SEVERE|glassfish|null|_ThreadID=26;_ThreadName=Thread-3;|
>> at java.lang.Thread.run(Thread.java:637)|#]
>>
>> [#|2009-09-22T17:01:44.779-0400|INFO|glassfish|org.jvnet.hk2.osgiadapter|_ThreadID=25;_ThreadName=Thread-3;|Started
>> bundle org.glassfish.security.ejb.security [142]|#]
>>
>> [#|2009-09-22T17:01:47.943-0400|INFO|glassfish|org.jvnet.hk2.osgiadapter|_ThreadID=25;_ThreadName=Thread-3;|Started
>> bundle org.glassfish.security.appclient.security [125]|#]
>>
>> [#|2009-09-22T17:01:47.963-0400|INFO|glassfish|javax.enterprise.system.core.transaction.com.sun.jts.CosTransactions|_ThreadID=25;_ThreadName=Thread-3;|JTS5014:
>> Recoverable JTS instance, serverId = [3700]|#]
>> [Message sent by forum member 'cf126330' (cheng.fang_at_sun.com)]
>>
>> http://forums.java.net/jive/thread.jspa?messageID=365209
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe_at_glassfish.dev.java.net
>> For additional commands, e-mail: users-help_at_glassfish.dev.java.net
>>
>>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe_at_glassfish.dev.java.net
> For additional commands, e-mail: users-help_at_glassfish.dev.java.net
>