Still not working, Scott do you have more information about your configuration that does work, and the possible problems with JDK 1.5.0 and Linux you mentioned?
Also, I tried switching the kernel to a 2.4.22 version (which does not have IPV6 compiled in) and also added the IPV6 entries to the /etc/hosts file (which where missing), and now it starts ok with JDK 1.4.2 (no exception at all), and comes further in the startup using JDK 1.5: | jboss1:/var/jboss/jboss-4.0.1sp1# uname -a | Linux jboss1 2.4.22-8um #2 Fri Aug 29 21:13:01 EDT 2003 i686 unknown | jboss1:/var/jboss/jboss-4.0.1sp1# | Output from server startup: | jboss1:/var/jboss/jboss-4.0.1sp1# export JAVA_HOME=/usr/local/java/jdk1.5.0/ | jboss1:/var/jboss/jboss-4.0.1sp1# bin/run.sh -c all | ========================================================================= | | JBoss Bootstrap Environment | | JBOSS_HOME: /var/jboss/jboss-4.0.1sp1 | | JAVA: /usr/local/java/jdk1.5.0//bin/java | | JAVA_OPTS: -Xms128m -Xmx128m -Dcom.sun.management.jmxremote -Dprogram.name=run.sh | | CLASSPATH: /var/jboss/jboss-4.0.1sp1/bin/run.jar:/usr/local/java/jdk1.5.0//lib/tools.jar | | ========================================================================= | | 17:08:39,800 INFO [Server] Starting JBoss (MX MicroKernel)... | 17:08:39,811 INFO [Server] Release ID: JBoss [Zion] 4.0.1sp1 (build: CVSTag=JBoss_4_0_1_SP1 date=200502160314) | 17:08:39,815 INFO [Server] Home Dir: /var/jboss/jboss-4.0.1sp1 | 17:08:39,817 INFO [Server] Home URL: file:/var/jboss/jboss-4.0.1sp1/ | 17:08:39,819 INFO [Server] Library URL: file:/var/jboss/jboss-4.0.1sp1/lib/ | 17:08:39,825 INFO [Server] Patch URL: null | 17:08:39,827 INFO [Server] Server Name: all | 17:08:39,830 INFO [Server] Server Home Dir: /var/jboss/jboss-4.0.1sp1/server/all | 17:08:39,836 INFO [Server] Server Home URL: file:/var/jboss/jboss-4.0.1sp1/server/all/ | 17:08:39,839 INFO [Server] Server Data Dir: /var/jboss/jboss-4.0.1sp1/server/all/data | 17:08:39,841 INFO [Server] Server Temp Dir: /var/jboss/jboss-4.0.1sp1/server/all/tmp | 17:08:39,843 INFO [Server] Server Config URL: file:/var/jboss/jboss-4.0.1sp1/server/all/conf/ | 17:08:39,845 INFO [Server] Server Library URL: file:/var/jboss/jboss-4.0.1sp1/server/all/lib/ | 17:08:39,850 INFO [Server] Root Deployment Filename: jboss-service.xml | 17:08:39,867 INFO [Server] Starting General Purpose Architecture (GPA)... | 17:08:41,840 INFO [ServerInfo] Java version: 1.5.0,Sun Microsystems Inc. | 17:08:41,843 INFO [ServerInfo] Java VM: Java HotSpot(TM) Client VM 1.5.0-b64,Sun Microsystems Inc. | 17:08:41,845 INFO [ServerInfo] OS-System: Linux 2.4.22-8um,i386 | 17:08:43,956 INFO [Server] Core system initialized | 17:08:58,553 INFO [Log4jService$URLWatchTimerTask] Configuring from URL: resource:log4j.xml | 17:08:59,115 INFO [WebService] Using RMI server codebase: http://jboss1.internal.saguru.com:8083/ | 17:09:00,820 INFO [NamingService] Started jndi bootstrap jnpPort=1099, rmiPort=1098, backlog=50, bindAddress=/0.0.0.0, Client SocketFactory=null, Server [EMAIL PROTECTED] | 17:09:19,514 INFO [EjbModule] Deploying ClusteredHTTPSession | 17:09:20,805 INFO [EJBDeployer] Deployed: file:/var/jboss/jboss-4.0.1sp1/server/all/deploy/jbossha-httpsession.sar/ClusteredHttpSessionEB.jar/ | 17:09:26,964 INFO [Embedded] Catalina naming disabled | 17:09:29,472 INFO [Http11Protocol] Initializing Coyote HTTP/1.1 on http-0.0.0.0-8080 | 17:09:29,625 INFO [Catalina] Initialization processed in 2332 ms | 17:09:29,629 INFO [StandardService] Starting service jboss.web | 17:09:29,649 INFO [StandardEngine] Starting Servlet Engine: Apache Tomcat/5.0.28 | 17:09:29,765 INFO [StandardHost] XML validation disabled | 17:09:30,311 INFO [Catalina] Server startup in 683 ms | View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3872479#3872479 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3872479 ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
