You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ofbiz.apache.org by Johan Kragsterman <jo...@capvert.se> on 2017/03/24 08:18:52 UTC

Start process hanging forever at "birt-container"

Hi!



Newbie here, got some problems&#8230;


Start process is hanging forever.

I am no java guru or developer, I am a UNIX sysadmin who tries out various things...

System information:

root@java:/opt/apache-ofbiz-16.11.01# uname -a
SunOS java 5.11 omnios-r151018-258cc99 i86pc i386 i86pc
root@java:/opt/apache-ofbiz-16.11.01# 

This is an OmniOS zone(container) on my dev server, and for you who don&#8217;t know OmniOS, it is an Illumos distribution, which is forked from OpenSolaris, which means 100% UNIX

Java:
root@java:/opt/apache-ofbiz-16.11.01# java -version
java version "1.8.0_121"
Java(TM) SE Runtime Environment (build 1.8.0_121-b13)
Java HotSpot(TM) 64-Bit Server VM (build 25.121-b13, mixed mode)
root@java:/opt/apache-ofbiz-16.11.01# 


As you can see, the Ofbiz version is: apache-ofbiz-16.11.01


There is no problem with the java, since I ran Magnolia CMS in the same zone couple of days ago, without problems.


I did this to load the data:

./gradlew loadDefault

and it went fine without any problems.


Tested with this:

./gradlew testIntegration  and it is ending with this:

Trying to override old definition of datatype junitreport
:testIntegration

BUILD SUCCESSFUL

Total time: 14 mins 2.498 secs

This build could be faster, please consider using the Gradle Daemon: https://docs.gradle.org/2.13/userguide/gradle_daemon.html
root@java:/opt/apache-ofbiz-16.11.01# 



When I start it up like this:

java -jar build/libs/ofbiz.jar , it&#8217;s ending with this:


INFO: Starting ProtocolHandler ["http-nio-8443"]
2017-03-21 14:29:18,169 |main                 |CatalinaContainer             |I| Connector AJP/1.3 @ 8009 - not-secure [org.apache.coyote.ajp.AjpNioProtocol] started.
2017-03-21 14:29:18,169 |main                 |CatalinaContainer             |I| Connector HTTP/1.1 @ 8080 - not-secure [org.apache.coyote.http11.Http11NioProtocol] started.
2017-03-21 14:29:18,169 |main                 |CatalinaContainer             |I| Connector HTTP/1.1 @ 8443 - secure [org.apache.coyote.http11.Http11NioProtocol] started.
2017-03-21 14:29:18,169 |main                 |CatalinaContainer             |I| Started Apache Tomcat/8.0.37
2017-03-21 14:29:18,169 |main                 |ContainerLoader               |I| Started container catalina-container
2017-03-21 14:29:18,169 |main                 |ContainerLoader               |I| Starting container birt-container
2017-03-21 14:29:18,169 |main                 |BirtContainer                 |I| Start BIRT container
2017-03-21 14:29:18,178 |main                 |BirtContainer                 |I| Startup BIRT platform
2017-03-21 14:29:18,846 |main                 |BirtContainer                 |I| Create factory object
2017-03-21 14:29:18,868 |main                 |BirtContainer                 |I| Create report engine
2017-03-21 14:29:18,965 |main                 |BirtContainer                 |I| BIRT supported formats: xlsx, postscript, docx, pptx, pdf, ppt, xls_spudsoft, doc, html, odp, xls, odt, ods
2017-03-21 14:29:18,965 |main                 |ContainerLoader               |I| Started container birt-container


...and it stops there, hanging forever.


I found a mail thread in this mailing list @:

http://ofbiz.135035.n4.nabble.com/ofbiz-trunk-Error-in-starting-BIRT-platform-td2303226.html

suggesting chmod 777 to runtime dir. Tested that, but unfortunately same result.

Someone got any ideas&#8230;? Is it a permission issue? If so, where?


Regards Johan