Forum Problems Installing LAMS: Debian sarge JBOSS start problem


 
You may request notification for Debian sarge JBOSS start problem.
Search: 

1: Debian sarge JBOSS start problem
12/21/05 01:43 PM
[ Reply | Forward ]
I'm following the instructions here http://www.lamsinternational.com/documentation/LAMS%201.0.2%20Manual%20Installation.html
to install on my debian box with lams installer downloads from today.

Everything seems to have gone fine up to the "Run It" step. When I try to run it I get

Missing required file: /usr/local/lams/jboss/bin/run.jar

run.sh is the only thing in that directory.

Java is not my forte so I'm rather stuck. Any ideas?

--Scott

Posted by Scott Krajewski

2: Re: Debian sarge JBOSS start problem
In response to 1 12/21/05 05:32 PM
[ Reply | Forward ]
I think you may have forgot to copy the 'jboss' directory to your install location before running 'ant install'? Do that and run 'ant install' again, run.jar comes with JBoss.

Posted by Jun-Dir Liew

3: Re: Re: Debian sarge JBOSS start problem
In response to 2 12/22/05 09:41 AM
[ Reply | Forward ]
Thanks Jun-Dir. I thought I followed the instructions to the letter but I re-copied the jboss directory and now at least it tries to run but crashes with an error. :<

It starts with the following. We're not a Java shop so we have no expertise in it. I like PHP! :)


# An unexpected error has been detected by HotSpot Virtual Machine:
#
# SIGILL (0x4) at pc=0x427871e0, pid=4289, tid=16384
#
# Java VM: Java HotSpot(TM) Server VM (Blackdown-1.4.2-03 mixed mode)
# Problematic frame:
# v ~StubRoutines::call_stub
#
# An error report file with more information is saved as hs_err_pid4289.log
#
# If you would like to submit a bug report, please visit:
# http://www.blackdown.org/cgi-bin/jdk
#

Posted by Scott Krajewski

Attachments:
4: Re: Debian sarge JBOSS start problem
In response to 1 12/22/05 07:16 PM
[ Reply | Forward ]
No problem - thanks for the log, it seems LAMS 1.0 doesn't work with Blackdown Java! Try downloading Sun's 1.4.2 SDK from http://java.sun.com

Posted by Jun-Dir Liew

5: Re: Debian sarge JBOSS start problem
In response to 1 12/22/05 07:18 PM
[ Reply | Forward ]
You'll also need to set JAVA_HOME=/path/to/j2sdk1_4_2blahblah in lams.conf, or system wide if you don't mind your other programs using Sun's Java

Posted by Jun-Dir Liew

Reply to first post on this page
Back to Problems Installing LAMS