|
Home > Archive > WebSphere Application Server > July 2007 > WAS 6.0 startup failing: NoClassDefFound for ibmorb.jar (but
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
WAS 6.0 startup failing: NoClassDefFound for ibmorb.jar (but
|
|
|
| I configured a WAS 6 server in Eclipse. I attempted to start the server, but the following error prevents the server from starting (no apps presently deployed to the server):
java.lang.NoClassDefFoundError: Files/IBM/WebSphere/AppServer_6/java/jre/lib/ext/ibmorb/jar;C:/Program
Exception in thread "main"
It looks as if the CP is getting mangled on startup. Any ideas?
Many Thanks,
Alexandra
| |
| Yuriy Petrov 2007-07-25, 7:22 pm |
| alexandra.stehman@fiserv.com wrote:
> I configured a WAS 6 server in Eclipse. I attempted to start the server, but the following error prevents the server from starting (no apps presently deployed to the server):
>
> java.lang.NoClassDefFoundError: Files/IBM/WebSphere/AppServer_6/java/jre/lib/ext/ibmorb/jar;C:/Program
> Exception in thread "main"
>
> It looks as if the CP is getting mangled on startup. Any ideas?
Sure! Put classpath entries which have space inside (like 'c:\program files\....') into double quotes.
|
|
|
|
|