I am having problem running Jboss 4.0 using tanukisoftware's service wrapper.  It runs 
fine using run.bat... when I run it as service, i got the following errors:
-------------------------------------------------
[XMLLoginConfigImpl] End loadConfig, failed to load config: 
file:/G:/jboss/server/stockanalytics/conf/login-config.xml
org.jboss.security.auth.login.ParseException: Encountered "<?xml" at line 1, column 1.
INFO   | jvm 1    | 2004/09/26 14:43:40 | Was expecting one of:
INFO   | jvm 1    | 2004/09/26 14:43:40 |      
INFO   | jvm 1    | 2004/09/26 14:43:40 |      ...
INFO   | jvm 1    | 2004/09/26 14:43:40 |     
INFO   | jvm 1    | 2004/09/26 14:43:40 |       at 
org.jboss.security.auth.login.SunConfigParser.generateParseException(SunConfigParser.java:389)
INFO   | jvm 1    | 2004/09/26 14:43:40 |       at 
org.jboss.security.auth.login.SunConfigParser.jj_consume_token(SunConfigParser.java:327)
...
...
INFO   | jvm 1    | 2004/09/26 14:43:48 | 14:43:48,562 INFO  [EjbModule] Deploying 
ClusteredHTTPSession
INFO   | jvm 1    | 2004/09/26 14:43:48 | 14:43:48,682 WARN  [EjbModule] The Container 
Invoker this-rmi-invoker (in jboss.xml or standardjboss.xml) could not be created 
because of java.lang.ClassNotFoundException: Unexpected error during load of: 
org.jboss.proxy.ejb.ProxyFactory, msg=org/jboss/ejb/EJBProxyFactory We will ignore 
this error, but you may miss a transport for this bean.
INFO   | jvm 1    | 2004/09/26 14:43:48 | 14:43:48,692 ERROR [EjbModule] 
Initialization failed jboss.j2ee:module=ClusteredHttpSessionEB.jar,service=EjbModule
INFO   | jvm 1    | 2004/09/26 14:43:48 | org.jboss.deployment.DeploymentException: 
Missing or invalid Container Invokers (in jboss.xml or standardjboss.xml).
INFO   | jvm 1    | 2004/09/26 14:43:48 |       at 
org.jboss.ejb.EjbModule.createProxyFactories(EjbModule.java:1118)
INFO   | jvm 1    | 2004/09/26 14:43:48 |       at 
org.jboss.ejb.EjbModule.createEntityContainer(EjbModule.java:638)
INFO   | jvm 1    | 2004/09/26 14:43:48 |       at 
org.jboss.ejb.EjbModule.createContainer(EjbModule.java:549)
INFO   | jvm 1    | 2004/09/26 14:43:48 |       at 
org.jboss.ejb.EjbModule.createService(EjbModule.java:330)
INFO   | jvm 1    | 2004/09/26 14:43:48 |       at 
org.jboss.system.ServiceMBeanSupport.jbossInternalCreate(ServiceMBeanSupport.java:237)
INFO   | jvm 1    | 2004/09/26 14:43:48 |       at 
org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:219)


------------------------------------------------

Does anyone else have this problem ??  I am really running out of ideas.  I think I 
have included all necessary files in classpath.  

Here is part of my wrapper.conf
#********************************************************************
# Wrapper Properties
#********************************************************************
set.JBOSS_HOME=G:\jboss\

# Java Application
wrapper.java.command=G:/java/jrockit142_05/bin/java

# Java Main class.  This class must implement the WrapperListener interface
#  or guarantee that the WrapperManager class is initialized.  Helper
#  classes are provided to do this for you.  See the Integration section
#  of the documentation for details.
wrapper.java.mainclass=org.tanukisoftware.wrapper.WrapperStartStopApp

# Java Classpath (include wrapper.jar)  Add class path elements as
#  needed starting from 1
wrapper.java.classpath.1=./
wrapper.java.classpath.2=../lib/wrapper.jar
wrapper.java.classpath.3=G:/java/jrockit142_05/lib/tools.jar
wrapper.java.classpath.4=%JBOSS_HOME%/lib/*
wrapper.java.classpath.5=G:/java/packages/jdom.jar
wrapper.java.classpath.6=G:/jboss/bin/run.jar
wrapper.java.classpath.7=G:/jboss/bin/shutdown.jar


# Java Library Path (location of Wrapper.DLL or libwrapper.so)
wrapper.java.library.path.1=../lib/
wrapper.java.library.path.2=%JBOSS_HOME%/server/stockanalytics/lib/

# Java Additional Parameters
wrapper.java.additional.1=-Xms64m
wrapper.java.additional.2=-Xmx256m
wrapper.java.additional.3=-Dprogram.name=run.bat
wrapper.java.additional.4=-Djava.endorsed.dirs="G:/jboss/lib/endorsed"
#wrapper.java.additional.3=-Xmanagement
#wrapper.java.additional.4=-Xgcreport




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

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


-------------------------------------------------------
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM.
Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to