Bonjour,

J'ai :
- Jonas 4.8.6 sur Mac OS X 10.4.10
- VM Java 1.4 ou 1.5
- Eclipse 3.3 europa

Jonas ne demarre pas depuis eclipse ou depuis le shell.
Depuis Eclipse erreur de timeout donc j'ai configuré un timeout illimité dans eclipse et puis il met ultra longtemps....à se planter au demarage.
J'ai arrêté le firewall OS X.
Rien à faire au bout d'un long moment environs 10 min. il se plante et que ce soit avec Java 1.4 ou 1.5.

Voici l'erreur...en demarant depuis le shell:

Voici l'environnement:

ANT_HOME=/usr/local/apache-ant-1.7.0/
PATH=/usr/local/maven-2.0.7/bin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/apache-ant-1.7.0//bin:/usr/local/JONAS_4_8_6//bin/unix
JONAS_ROOT=/usr/local/JONAS_4_8_6/

Demarage jonas:

$ jonas start

JONAS_BASE set to /usr/local/JONAS_4_8_6/
2007-11-10 20:21:49,145 : Server.<init> : JVM used is 1.5.0_07 version of Java HotSpot(TM) Client VM-1.5.0_07-87/Apple Computer, Inc. vendor on Mac OS X 10.4.10/ppc OS.
2007-11-10 20:21:49,254 : PolicyProvider.init : Using JOnAS PolicyConfigurationFactory provider and JOnAS Policy provider
JOnAS server jonas unreachable

il rend la main au shell, mais le process de start continue son travail avec les messages suivants arrivant sur le terminal et l'erreur finale.
J'ai fait quelques commandes 'date' et 'ps' pour que vous puissiez voit l'evolution du processus de demarage.

$ ps
PID TT STAT TIME COMMAND
737 p1 R 0:03.50 java -Dinstall.root=/usr/local/JONAS_4_8_6/ -Djonas.base=/usr/local/JONAS_4_8_6/ -Djava.a

$

2007-11-10 20:24:20,516 : NameServiceManager.startNonStartedNS : Name service for jrmp is started on port 1099
2007-11-10 20:24:20,838 : ServiceManager.startRegistry : registry service started
2007-11-10 20:26:51,908 : ServiceManager.startJmx : jmx service started

$ps

PID TT STAT TIME COMMAND
737 p1 R 0:07.14 java -Dinstall.root=/usr/local/JONAS_4_8_6/ -Djonas.base=/usr/local/JONAS_4_8_6/ -Djava.a

$ date
Sat Nov 10 20:28:17 CET 2007
$

2007-11-10 20:30:40,594 : Current.<init> : JOTM 2.0.11
2007-11-10 20:30:40,816 : Current.setDefaultRecovery : Jotm Recovery= false

2007-11-10 20:31:56,220 : ServiceManager.startServices : jtm service started
2007-11-10 20:31:57,336 : HsqlDBServiceImpl.doStart : Starting HSQLDB server 1.8.0 on port 9001
2007-11-10 20:32:02,319 : Server.start : JOnAS error: Unable to start server 'jonas'. Exception: java.lang.Exception: org.objectweb.jonas.service.ServiceException : Cannot init/start service 'db': The server was shutdown :: org.objectweb.jonas.service.ServiceException : The server was shutdown :
JOnAS halting
The JOnAS Server 'jonas' has been stopped
2007-11-10 20:32:02,326 : Server.stop : JOnAS server 'jonas' stopped
Exception during execution of org.objectweb.jonas.server.Server : Error in Server start
java.lang.Exception: Error in Server start
at org.objectweb.jonas.server.Server.start(Server.java:678)
at org.objectweb.jonas.server.Server.main(Server.java:205)
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:585)
at org.objectweb.jonas.server.Bootstrap.main(Bootstrap.java:97)
Caused by: java.lang.Exception: org.objectweb.jonas.service.ServiceException : Cannot init/start service 'db': The server was shutdown :: org.objectweb.jonas.service.ServiceException : The server was shutdown :
at org.objectweb.jonas.server.Server$1.run(Server.java:642)
Caused by: org.objectweb.jonas.service.ServiceException : Cannot init/start service 'db': The server was shutdown :: org.objectweb.jonas.service.ServiceException : The server was shutdown :
at org.objectweb.jonas.service.ServiceManager.startServices(ServiceManager.java:339)
at org.objectweb.jonas.server.Server$1.run(Server.java:604)
Caused by: org.objectweb.jonas.service.ServiceException : The server was shutdown :
at org.objectweb.jonas.db.hsqldb.HsqlDBServiceImpl.doStart(HsqlDBServiceImpl.java:154)
at org.objectweb.jonas.service.AbsServiceImpl.start(AbsServiceImpl.java:80)
at org.objectweb.jonas.service.ServiceManager.startServices(ServiceManager.java:336)
... 1 more

--------

Voila, voila, des idées ?

Merci.