I am trying to install JBoss on a RedHat Es 3.0 server with Apache/Tomcat 
running.  I downloaded the jboss-4.0.4.GA.zip file, unzipped it to my 
/usr/share/jboss directory.  As per the installation instructions for OhioedgeC 
CRM, it tells me to add "set JAVA_HOME=your_JDK_install_location" as the first 
line in the run.bar and the shutdown.bat files.  Since I am running on Linux, I 
added that line to my run.sh and shutdown.sh files.  I then tried running the 
run.sh and got the following error:


]# ./run.sh
  | =========================================================================
  | 
  |   JBoss Bootstrap Environment
  | 
  |   JBOSS_HOME: /usr/share/jboss/jboss-4.0.4.GA
  | 
  |   JAVA: /usr/java/j2sdk1.4.2_06/bin/java
  | 
  |   JAVA_OPTS: -server -Xms128m -Xmx512m 
-Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000 
-Dprogram.name=run.sh
  | 
  |   CLASSPATH: 
/usr/share/jboss/jboss-4.0.4.GA/bin/run.jar:/usr/java/j2sdk1.4.2_06/lib/tools.jar
  | 
  | =========================================================================
  | 
  | Error occurred during initialization of VM
  | java.lang.NoSuchMethodError: java.lang.Thread.start()V
  | 

What is causing this and how do I fix it?  

I have Tomcat running on port 8080.  Do I need to reconfigure Tomcat to run on 
a different port or can I have JBoss run on a different port?

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3945743#3945743

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3945743


-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to