BOS Community edition 6.2.2 bundled with tomcat, on a Ubuntu box: startup.sh problem

I'm afraid to be forced to ask the forum for such a "rookie" question: I followed all info in the installation (http://documentation.bonitasoft.com/tomcat-bundle-0), but I'm unable to startup the catalina process: invoking startup.sh results in the following:

<B>

<p>
	Using CATALINA_BASE: &nbsp; /opt/BonitaBpmCommunity</p>

<p>
	Using CATALINA_HOME: &nbsp; /opt/BonitaBpmCommunity</p>

<p>
	Using CATALINA_TMPDIR: /opt/BonitaBpmCommunity/temp</p>

<p>
	Using JRE_HOME:&nbsp; &nbsp; &nbsp; &nbsp; /usr</p>

<p>
	Using CLASSPATH: &nbsp; &nbsp; &nbsp; /opt/BonitaBpmCommunity/bin/bootstrap.jar</p>

<p>
	Using CATALINA_PID:&nbsp; &nbsp; /opt/BonitaBpmCommunity/catalina.pid</p>

<p>
	&lt;/B&gt;</p>

<p>
	Usage: catalina.sh ( commands ... )</p>

<p>
	commands:</p>

<p>
	&nbsp; debug &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Start Catalina in a debugger</p>

<p>
	&nbsp; debug -security &nbsp; Debug Catalina with a security manager</p>

<p>
	&nbsp; jpda start&nbsp; &nbsp; &nbsp; &nbsp; Start Catalina under JPDA debugger</p>

<p>
	&nbsp; run &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Start Catalina in the current window</p>

<p>
	&nbsp; run -security &nbsp; &nbsp; Start in the current window with security manager</p>

<p>
	&nbsp; start &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Start Catalina in a separate window</p>

<p>
	&nbsp; start -security &nbsp; Start in a separate window with security manager</p>

<p>
	&nbsp; stop&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Stop Catalina, waiting up to 5 seconds for the process to end</p>

<p>
	&nbsp; stop n&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Stop Catalina, waiting up to n seconds for the process to end</p>

<p>
	&nbsp; stop -force &nbsp; &nbsp; &nbsp; Stop Catalina, wait up to 5 seconds and then use kill -KILL if still running</p>

<p>
	&nbsp; stop n -force &nbsp; &nbsp; Stop Catalina, wait up to n seconds and then use kill -KILL if still running</p>

<p>
	&nbsp; version &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; What version of tomcat are you running?</p>

<p>
	Note: Waiting for the process to end and use of the -force option require that $CATALINA_PID is defined</p>

 

I configured Mysql as a db backend (followed istructions @ http://documentation.bonitasoft.com/configure-bonita-your-dbms)

I changed the default password.

I changed the default port 8080 in 22111.

But something is missing, so the catalina doesn't start at all: it doesn't start a new log, no pid 

Any ideas.
TIA

bye

 

Hi,

which command are you using exactly?
catalina.sh start? catalina.sh run?

regards,

did you create a database called "bonita" in Mysql ? By the way, maybe you should try PostgreSQL with Bonita BPM, if Mysql is not mandatory.