Problem starting tomcat after installing bonita BonitaBPMCommunity-6.1.2-Tomcat-6.0.37 on server

1
0
-1

After installing and configuring bonita/tomcat in a windows 2008 server with MS sql 2012 tomcat can't start.

The error in catalina.log is

java.net.ConnectException: Connection refused: connect at java.net.DualStackPlainSocketImpl.connect0(Native Method) at java.net.DualStackPlainSocketImpl.socketConnect(Unknown Source) at java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.net.PlainSocketImpl.connect(Unknown Source) at java.net.SocksSocketImpl.connect(Unknown Source) at java.net.Socket.connect(Unknown Source) at java.net.Socket.connect(Unknown Source) at java.net.Socket.(Unknown Source) at java.net.Socket.(Unknown Source) at org.apache.catalina.startup.Catalina.stopServer(Catalina.java:422) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at org.apache.catalina.startup.Bootstrap.stopServer(Bootstrap.java:338) at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:416)

Could you please help me?

Comments

Submitted by ttoine on Wed, 05/14/2014 - 12:45

hello, did you checked that you provided the good version of the jdbc driver, and followed our documentation ? http://documentation.bonitasoft.com/configure-bonita-your-dbms et http://documentation.bonitasoft.com/configure-bonita-your-dbms

1 answer

1
0
-1

I have checked other " answer" similiar that write to solve it:

In /server/platform/conf/bonita-platform.properties DO NOT EDIT properties "platformAdminUsername" and "platformAdminPassword". If you change their values your database will not be initialized and no tables will be created. - See more at: http://community.bonitasoft.com/groups/installation-6x/resolved-bonita-6...

Could you please confim it ?

The user and password for bonita must be bonita/bpm always? and the databasename "bonita"?

In the documentation suggest changing it.

Thanks

Comments

Submitted by mesperanza.mart... on Wed, 05/14/2014 - 16:16

Thanks a lot for answer, I have very new in bonitasoft and I appreciate it

After solving this error and apparently the problem of the MS JDBC driver (sqljdbc4.jar not sqljdbc.jar), a new one appears and tomcat doesn't work yet

WARNING: error running recovery on resource 'jdbc/bonitaDSXA'

Could you help me?

Thanks

Notifications