[EMAIL PROTECTED] wrote:
> 
> I did manage to make JOnAS 2.2.4 to run on JVM 1.2.2_006 on Novell NetWare 5.0. This 
>means, I can start EJBServer and can
> shut it down from JonasAdmin on another machine. Seems that EJBServer works. Then I 
>tried to start up EJBServer with one
> small bean (the SB example from JOnAS). I get the follwing error and don't know what 
>to do. Does someone know help?
> 
>     JOnAS Server, version 2.2.4, running on rmi.
> Mapping ConnectionManager jdbc:sybase:Tds:markus:2638/QUIPSY on jdbc_1
> Cannot read the deployment descriptors 'ejb-jar.xml': org.objectweb.jonas_ejb.de
> ployment.api.DeploymentDescException: Classloader is null
> Cannot create containers : EJBServer halting
> java: Class org.objectweb.jonas.server.Server exited with status 2
I guess that getClassLoader() on Novell NetWare JVM implementation
return null if
the class loader is the bootstrap class loader ???
This is the only reason I can see for your error message.
In fact, we did not try jonas on Novell and I don't know if someone did
it before ?
I will try to change the code to work aroud this...
-- 
Philippe Durieux  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Bull - 1 rue de Provence - 38432 Echirolles Cedex France
[EMAIL PROTECTED]
-> Download our EJBServer at http://www.evidian.com/ejb <-
----
To unsubscribe, send email to [EMAIL PROTECTED] and
include in the body of the message "unsubscribe jonas-users".
For general help, send email to [EMAIL PROTECTED] and
include in the body of the message "help".

Reply via email to