Problems installing Bonitasoft 6.1.2 Tomcat Bundle on Windows 2003 server

1
0
-1

I managed to have this working on a virtual machine inside VMWare, but I can't make run this on a production
server using Windows 2003, even though I am repeating the same steps, all I the results I get is a window
that opens and closes with the following texts:

C:\BOS\bin>startup.bat
C:\BOS\bin>rem Sets some variables
C:\BOS\bin>set BONITA_HOME="-Dbonita.home=C:\BOS\bonita"
C:\BOS\bin>set DB_OPTS="-Dsysprop.bonita.db.vendor=h2"
C:\BOS\bin>set BTM_OPTS="-Dbtm.root=C:\BOS" "-Dbitronix.tm.configuration=C:\BOS\conf\bitronix-config.properties"
C:\BOS\bin>rem set SECURITY_OPTS="-Djava.security.auth.login.config=C:\BOS\bonit a\client\platform\conf\jaas-standard.cfg"C:\BOS\bin>set CATALINA_OPTS= "-Dbonita.home=C:\BOS\bonita" "-Dsysprop.bonita.db

.vendor=h2" "-Dbtm.root=C:\BOS" "-Dbitronix.tm.configuration=C:\BOS\conf\bitroni
x-config.properties" -Dfile.encoding=UTF-8 -Xshare:auto -Xms512m -Xmx1024m -XX:M
axPermSize=256m -XX:+HeapDumpOnOutOfMemoryError

C:\BOS\bin>set CATALINA_PID=C:\BOS\catalina.pid
C:\BOS\bin>goto setenvDone
C:\BOS\bin>rem Get standard Java environment variables
C:\BOS\bin>if exist "C:\BOS\bin\setclasspath.bat" goto okSetclasspath
C:\BOS\bin>set "BASEDIR=C:\BOS"
C:\BOS\bin>call "C:\BOS\bin\setclasspath.bat" start
Using CATALINA_BASE: "C:\BOS"
Using CATALINA_HOME: "C:\BOS"
Using CATALINA_TMPDIR: "C:\BOS\temp"
Using JRE_HOME: "C:\Archivos de programa\Java\jdk1.7.0_45\jre"
Using CLASSPATH: "C:\BOS\bin\bootstrap.jar"

C:\BOS\bin>

Comments

Submitted by alengua on Thu, 12/19/2013 - 00:29

Forgot to mention that I have setup the Java environment variables as follow:

JAVA_HOME=
C:\Archivos de programa\Java\jdk1.7.0_45

JRE_HOME=
C:\Archivos de programa\Java\jdk1.7.0_45\jre

Submitted by ttoine on Wed, 01/08/2014 - 11:06

did you copy the bundle of your VM, or did you start with a fresh new bundle ?

No answers yet.
Notifications