[JBoss-user] [Installation Configuration] - Re: JBoss 4.0.0 startup error

2004-09-29 Thread normann
neochen scott If java.endorsed.dirs is set by run.sh (which seems to be the case), that obviosly doesn't resolve the issue since I get it. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3849829#3849829 Reply to the post :

[JBoss-user] [Installation Configuration] - Re: JBoss 4.0.0 startup error

2004-09-26 Thread neochen
i got the same error message when i used the eclipse's jboss starter to start the jboss server. it doesn't use the run.bat scripts from jboss. so i add the java vm parameter writen previously and then the error message is gone. View the original post :

[JBoss-user] [Installation Configuration] - Re: JBoss 4.0.0 startup error

2004-09-25 Thread neochen
This is a simple way to solve the JAXR problem under java 1.4.2_05 and jboss 4.0.0: add -Djava.endorsed.dirs=$JBOSS_HOME\lib\endorsed to your java vm View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3849533#3849533 Reply to the post :

[JBoss-user] [Installation Configuration] - Re: JBoss 4.0.0 startup error

2004-09-25 Thread [EMAIL PROTECTED]
java.endorsed.dirs is setup by default in bin run scripts. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3849539#3849539 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3849539

[JBoss-user] [Installation Configuration] - Re: JBoss 4.0.0 startup error

2004-09-24 Thread normann
Strangely enough, it seems to run fine on WinXP with the same JDK version. C:\java -version java version 1.4.2_05 Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_05-b04) Java HotSpot(TM) Client VM (build 1.4.2_05-b04, mixed mode) View the original post :

[JBoss-user] [Installation Configuration] - Re: JBoss 4.0.0 startup error

2004-09-20 Thread [EMAIL PROTECTED]
Its a bug in the apache xml security classes. Either remove the deploy/ebxmlrr-service.sar if you don't need the jaxr service, or downgrade your vm to 1.4.2_04. There was a change in the xml parser bundled with the jdk that broke code using the FunctionTable class. View the original post :