bonita relation "plateform" does not exist

Hi guys,
Could someone check this for me?
I have successfully installed bonita plateform7.1.5 on tomcat7 with posgresql 9.1 as shown in the bonita log file following

2016-03-17 22:07:41.362 +0100 org.bonitasoft.engine.EngineInitializer org.bonitasoft.engine.EngineInitializer initializeEngine
INFOS: Platform initialized successfully.
2016-03-17 22:07:41.369 +0100 org.bonitasoft.engine.EngineInitializer org.bonitasoft.engine.EngineInitializer startPlatform
INFOS: Starting platform…
2016-03-17 22:07:43.469 +0100 org.bonitasoft.engine.EngineInitializer org.bonitasoft.engine.EngineInitializer startPlatform
INFOS: Platform started successfully
2016-03-17 22:07:43.477 +0100 org.bonitasoft.engine.EngineInitializer org.bonitasoft.engine.EngineInitializer initializeEngine
INFOS: Initialization of Bonita Engine done! ( took 37554ms)

But, just after the initialisation, tomcat stops responding
I can’t access the web interface neither the context /bonita send timeout
thank you four any help
yours

Hi thanks for your interest,

After a reboot it seems that bonita platform has correctly startup.

But actually the bonita web interface is not accessible.

I pass both catalina and bonita logs

https://www.dropbox.com/s/s52ts8otk8dyw3y/bonita.2016-03-21.log?dl=0
https://www.dropbox.com/s/a9tpzn1edzfmz6e/catalina.2016-03-21.log?dl=0

I seems to be fine.

I followed your instruction and here is the logs

https://www.dropbox.com/s/qke03wmn728ccc0/bonita.2016-03-24.log?dl=0

Can you share full log files (using Dropbox or Google Drive) for both Bonita and Tomcat?

Thanks.

What kind of error did you get when you try to access http://:/bonita ?

Maybe you can try to configure Tomcat manager web app to list deployed application and check bonita web app status.

It seems thas there is a loop in the browser and ok in the logs.

I cant open the manager too. http://10.10.10.10:8080/manager and http://10.10.10.10:8080/manager are not accessible

http://10.10.10.10:8080/manager and http://10.10.10.10:8080/bonita are not accessible. there is a loop in the browser.

There is no reaction in the browser neither in the logs.
http://10.10.10.10:8080/manager and http://10.10.10.10:8080/bonita are not accessible. there is a loop in the browser.

Can you try to:

Also can you share information about your server:

  • OS
  • Java version
  • output of ipconfig (Windows) / ifconfig (Linux)
  • output of netstat -a -n -o -p TCP (Windows) / ss -l -n -p -t (Linux)

Thanks

Hi Antoine,

https://www.dropbox.com/s/yegusy5c3dbmq9g/text.txt?dl=0
https://www.dropbox.com/s/qke03wmn728ccc0/bonita.2016-03-24.log?dl=0
https://www.dropbox.com/s/yxhbtzm58tjpwxq/localhost.2016-03-24.log?dl=0
https://www.dropbox.com/s/1qo49855r58q86u/catalina.2016-03-24.log?dl=0

I share here all the logs.

Thanks

According to ss command output Tomcat seems up and running (TCP port 8080 and 8009 listening associate to java process/JVM that is used to run Tomcat).

Bonita web application is deployed as it produce some logs. And I don’t see any undeploy/stop log messages.

Maybe output of curl -v http://localhost:8080/ and curl -v http://localhost:8080/bonita can help. Also maybe output of ps -ef | grep java can help.

Also you can edit conf/logging.properties and set org.bonitasoft.level value to FINE and restart Tomcat (after removing existing log files). Debug log my help to figure out what is going on.

I followed the instructions and this is the results:

https://www.dropbox.com/s/qke03wmn728ccc0/bonita.2016-03-24.log?dl=0

Can you share as well output of curl commands?

Thanks

curl -v http://10.10.10.10:8080/

  • About to connect() to 10.10.10.10 port 8080 (#0)
  • Trying 10.10.10.10… % Total % Received % Xferd Average Speed Time Time Time Current
    Dload Upload Total Spent Left Speed
    0 0 0 0 0 0 0 0 --:–:-- --:–:-- --:–:-- 0connected

GET / HTTP/1.1
User-Agent: curl/7.22.0 (i686-pc-linux-gnu) libcurl/7.22.0 OpenSSL/1.0.1 zlib/1.2.3.4 libidn/1.23 librtmp/2.3
Host: 10.10.10.10:8080
Accept: /

0 0 0 0 0 0 0 0 --:–:-- 0:02:47 --:–:–

curl -v http://10.10.10.10:8080/bonita

  • About to connect() to 10.10.10.10:8080 port 8080 (#0)
  • Trying 10.10.10.10… connected

GET /bonita HTTP/1.1
User-Agent: curl/7.22.0 (i686-pc-linux-gnu) libcurl/7.22.0 OpenSSL/1.0.1 zlib/1.2.3.4 libidn/1.23 librtmp/2.3
Host: 10.10.10.10:8080
Accept: /

Can you try to run curl locally on the server (with localhost not 10.10.10.10)? Just to make sure that the issue is not relate to some network/firewall issue.

Also can you share information about your server:

  • OS
  • Java version
  • output of ifconfig

curl -v http://localhost:8080/bonita

  • About to connect() to localhost port 8080 (#0)
  • Trying 127.0.0.1… connected

GET /bonita HTTP/1.1
User-Agent: curl/7.22.0 (i686-pc-linux-gnu) libcurl/7.22.0 OpenSSL/1.0.1 zlib/1.2.3.4 libidn/1.23 librtmp/2.3
Host: localhost:8080
Accept: /


java -version
java version “1.7.0_95”
OpenJDK Runtime Environment (IcedTea 2.6.4) (7u95-2.6.4-0ubuntu0.12.04.1)
OpenJDK Client VM (build 24.95-b01, mixed mode, sharing)

uname -a
Linux netcom 3.2.0-23-generic-pae #36-Ubuntu SMP Tue Apr 10 22:19:09 UTC 2012 i686 i686 i386 GNU/Linux

lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 12.04 LTS
Release: 12.04
Codename: precise

Are you using Bonita BPM Tomcat bundle or did you use your own setup of Tomcat?

Can you try to stop Tomcat and try to run a standard Tomcat just to check if issue is related to Bonita BPM setup or maybe just to the environment?

Thanks