[JBoss-user] [JBoss Getting Started Documentation] - Re: Help starting JBOSS 3.2.3

2004-10-10 Thread yutaka
did you setted you JAVA_HOME?

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

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


---
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Getting Started Documentation] - Re: Help starting JBOSS 3.2.3

2004-10-03 Thread aabramovich
Now here's a thing:
When I start it from DOS it works! but when I use Jboss-IDE (Eclipse) which I have 
configured according to the PDFs on Jboss.org it didn't!

Adding to the runtime parameters of the server an external folder pointing to 
%JAVA_HOME%\bin did the trick!

So I helped myself... but I hope anyone might find this usefull

A'z

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

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


---
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Getting Started Documentation] - Re: Help starting JBOSS 3.2.3

2004-10-03 Thread aabramovich
Well, I am getting the same error (for exampe from the jmx-console).
I have set the JAVA_HOME, CLASSPATH vars in the System and to no avail:

JBoss Bootstrap Environment
JBOSS_HOME: C:\jboss-3.2.5\bin\\..
JAVA: C:\JDKs\j2sdk1.4.2_03\bin\java
JAVA_OPTS:  -Dprogram.name=run.bat
CLASSPATH: C:\JDKs\j2sdk1.4.2_03\lib\tools.jar;C:\jboss-3.2.5\bin\\run.jar

No resolution anywhere

Thanks,
Azriel

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

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


---
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Getting Started Documentation] - Re: Help starting JBOSS 3.2.3

2004-03-16 Thread dmob1
"karipulkka" wrote : I have problems getting my web-apps working in JBoss-3.2.3. I 
have modified the run.bat with the following:
  | set JAVA_HOME=d:/j2sdk1.4.2_04
  | 
  | When I run the startup script it shows this:
  | ==
  | .
  |   JBoss Bootstrap Environment
  | .
  |   JBOSS_HOME: D:\jboss-3.2.3\bin\\..
  | .
  |   JAVA: java
  | .
  |   JAVA_OPTS:  -Dprogram.name=run.bat
  | .
  |   CLASSPATH: ;\lib\tools.jar;D:\jboss-3.2.3\bin\\run.jar
  | .
  | ==
  | 
  | Trying this url http://localhost:8080/jmx-console/index.jsp I get the dreaded 500 
error with this:
  | org.apache.jasper.JasperException: Unable to compile class for JSP
  | An error occurred at line: -1 in the jsp file: null
  | Generated servlet error:
  | [javac] Compiling 1 source file 
  | Any help much appreciated! TIA,
  | 
  | Kari
  | 

Change back the run.bat your JAVA_HOME is a system ENV variable right click on my 
computer, select properties/advanced/environment variables and add in java home also 
make sure your path is correct . 

http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3825989#3825989";>View 
the original post

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


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Getting Started Documentation] - Re: Help starting JBOSS 3.2.3

2004-03-16 Thread karipulkka
I have problems getting my web-apps working in JBoss-3.2.3. I have modified the 
run.bat with the following:
set JAVA_HOME=d:/j2sdk1.4.2_04

When I run the startup script it shows this:
==
.
  JBoss Bootstrap Environment
.
  JBOSS_HOME: D:\jboss-3.2.3\bin\\..
.
  JAVA: java
.
  JAVA_OPTS:  -Dprogram.name=run.bat
.
  CLASSPATH: ;\lib\tools.jar;D:\jboss-3.2.3\bin\\run.jar
.
==

Trying this url http://localhost:8080/jmx-console/index.jsp I get the dreaded 500 
error with this:
org.apache.jasper.JasperException: Unable to compile class for JSP
An error occurred at line: -1 in the jsp file: null
Generated servlet error:
[javac] Compiling 1 source file

Any help much appreciated! TIA,

Kari


http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3825925#3825925";>View 
the original post

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


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Getting Started Documentation] - Re: Help starting JBOSS 3.2.3

2004-03-13 Thread albaproject
Hi,

if you get the http 500 error from tomcat and you have jboss started try to use the 
following context in your URL: 
http://localhost:8080/jmx-console
if all other requirements are set (jboss_home / java_home) it should run as well.
If you have connected to database like mysql check all other requirements like 
recommended connector-jar Files and your db-configuration!

http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3825506#3825506";>View 
the original post

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


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Getting Started Documentation] - Re: Help starting JBOSS 3.2.3

2004-03-03 Thread sethsera
oops sorry found my error :( just started reading the PDF file 

it says that you'll automatically get a HTTP 500 error since there isn't a default web 
application being deployed :) 

http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3824001#3824001";>View 
the original post

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


---
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Getting Started Documentation] - Re: Help starting JBOSS 3.2.3

2004-03-03 Thread sethsera
am also getting the same error can you guys help in guiding us ? thanks 

http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3823995#3823995";>View 
the original post

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


---
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Getting Started Documentation] - Re: Help starting JBOSS 3.2.3

2004-03-02 Thread cjmcf529
What do you need??  What information would help??

http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3823923#3823923";>View 
the original post

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


---
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Getting Started Documentation] - Re: Help starting JBOSS 3.2.3

2004-03-02 Thread roshan
Without disclosing the errors, it is difficult for anyone to help you out here

Thanks,
RS

http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3823901#3823901";>View 
the original post

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


---
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user