|
From: Leif M. <lei...@ta...> - 2010-09-10 08:39:34
|
Alberto, What is the exact error message that you are seeing? When I try running the Wrapper, this is the command line that gets generated: "C:\Archivos de programa\Bitacora\ConsolesAndReports\Java\jdk1.6.0_16\bin\java" -server -Xms384m -Xmx768m -XX:PermSize=256m -XX:MaxPermSize=256m -Dsession.serialization.jboss=true -Djava.library.path="C:\Prueba de concepto\jboss\lib" -classpath "C:\Prueba de concepto\jboss\lib\wrapper.jar;C:\Archivos de programa\Bitacora\ConsolesAndReports\Java\jdk1.6.0_16\bin\java\lib\tools.jar;./run.jar" -Dwrapper.key="V1wZT2BjQi0vCF0dwqsqZIRBikdiJAv4" -Dwrapper.port=32000 -Dwrapper.jvm.port.min=31000 -Dwrapper.jvm.port.max=31999 -Dwrapper.pid=2112 -Dwrapper.version="3.6.0-a-pro" -Dwrapper.native_library="wrapper" -Dwrapper.cpu.timeout="10" -Dwrapper.jvmid=1 -Dwrapper.lang.domain=wrapper -Dwrapper.lang.folder=../lang org.tanukisoftware.wrapper.WrapperSimpleApp org.jboss.Main -c default -b bit5-tests-1 This all appears to be correct. The java exe, classpath, and library paths are all quoted correctly. I tested this with version 3.5.4. Which version of the Wrapper are you using? Cheers, Leif On Fri, Sep 10, 2010 at 12:14 AM, Alberto Esparza <aes...@s2...> wrote: > Hi Leif, > > Thanks for answering so fast, here is our wrapper.conf contents > > wrapper.java.command=C:\Archivos de > programa\Bitacora\ConsolesAndReports\Java\jdk1.6.0_16\bin\java > wrapper.java.mainclass=org.tanukisoftware.wrapper.WrapperSimpleApp > wrapper.java.classpath.1=C:\Prueba de concepto\jboss\lib\wrapper.jar > wrapper.java.classpath.2=C:\Archivos de > programa\Bitacora\ConsolesAndReports\Java\jdk1.6.0_16\bin\java\lib\tools.jar > wrapper.java.classpath.3=./run.jar > wrapper.java.library.path.1=C:\Prueba de concepto\jboss\lib > wrapper.java.additional.1=-server > wrapper.java.additional.2=-Xms384m > wrapper.java.additional.3=-Xmx768m > wrapper.java.additional.4=-XX:PermSize=256m > wrapper.java.additional.5=-XX:MaxPermSize=256m > wrapper.java.additional.6=-Dsession.serialization.jboss=true > wrapper.app.parameter.1=org.jboss.Main > wrapper.app.parameter.2=-c > wrapper.app.parameter.3=default > wrapper.app.parameter.4=-b > wrapper.app.parameter.5=bit5-tests-1 > wrapper.logfile=C:\Prueba de concepto\jboss\server\default\log\wrapper.log > wrapper.ntservice.name=S21Sec-WebApp > wrapper.ntservice.displayname=S21sec Bitacora Web Application Server > wrapper.ntservice.starttype=AUTO_START > > We are going to try the command you told us to see if we can get any more > information. > > Thanks and regards, > Alberto E. > > > > -----Mensaje original----- > De: Leif Mortenson [mailto:lei...@ta...] > Enviado el: jueves, 09 de septiembre de 2010 17:07 > Para: wra...@li... > Asunto: Re: [Wrapper-user] Trouble with some paths > > Alberto, > Most likely there is a Quote problem someplace. > > Please send me your wrapper.conf. You also might want to try setting > the following property so you can see where in the command line it is > getting messed up. > wrapper.java.command.loglevel=INFO > > Cheers, > Leif > > On Fri, Sep 10, 2010 at 12:00 AM, Alberto Esparza <aes...@s2...> > wrote: >> Hi everybody, >> >> >> >> We are installing a JBoss Server in a 64 bits Windows 2003 server and >> depending on the path where the JBoss server is deployed, the wrapper > works >> fine or fails. >> >> If we leave the JBoss folder in C:\ it works just fine, but if we leave it >> in C:\Program files it fails. >> >> We’ve been trying with different paths and if the path has spaces in it, > it >> fails, if it doesn’t, it works. >> >> We’ve tried with both the 32 and 64 bit wrappers for Windows with the same >> results. >> >> >> >> Thanks in advance for the help >> >> Alberto E. |