-
Notifications
You must be signed in to change notification settings - Fork 109
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
tomcat server not starting with startup.sh. #77
Comments
trace log /tmp/greenstep-core.log , /tmp/greenstep-bsc.log |
2018-12-10 13:19:36 [] WARN ClassPathXmlApplicationContext:551 - Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'scheduler' defined in URL [file:/home/bamboobsc-0.7.5-RELEASE/bamboobsc-07/apache-tomcat-8.5.35/webapps/gsbsc-web/WEB-INF/classes/applicationContext/applicationContext-STANDARD-QUARTZ.xml]: Invocation of init method failed; nested exception is org.quartz.JobPersistenceException: Couldn't retrieve trigger: Table 'bbcore.qrtz_z_bsc_TRIGGERS' doesn't exist [See nested exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'bbcore.qrtz_z_bsc_TRIGGERS' doesn't exist] |
it says "bbcore.qrtz_z_bsc_TRIGGERS' doesn't exists. and then shutsdown. |
Please view install.pdf , you no set mysql |
2018-12-10 13:56:32 [] WARN ClassPathXmlApplicationContext:551 - Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'processEngine': FactoryBean threw exception on object creation; nested exception is org.activiti.engine.ActivitiException: couldn't check if tables are already present using metadata: Access denied for user 'root'@'localhost' (using password: YES) looks like i can't access mysql. |
Please check core-web , gsbsc-web, gsbsc-mobile-web the three web module |
Please view the issues : #70 like you problem. |
checked those 3 web module's setting they are good. greenstep-bsc.log |
I try the bambooBSC-0.7.5 RELEASE in ununtu-18.04.1.0 Server work success in VM. My apt-install package list:
and has config my start tomcat service command: |
i did manage to run in using VM through the image you provided on your site. |
I think when I have time, I will create a Dockerfile. need wait. |
i get "Tomcat Started" success message but " can't seem to access anything on localhost:8080.
can't anything in "netstat -l".
The text was updated successfully, but these errors were encountered: