-
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
linux installation exception #69
Comments
Hi
|
Hi, |
upload full log file to as ZIP to me. /tmp/greenstep-core.log |
Hi, can you to folder gsbsc-web/WEB-INF/lib/ use md5 check command. And Check whether the same md5 value. |
Hi , help to check the MD5 value of core-base.jar and core-lib.jar |
The issues can drop upload file, you no need use google drive to upload. |
I find log, you has re-pack the web-apps( core-web, gsbsc-web ) as an WAR. i think is the WAR file no success. 01-Jul-2018 12:47:34.915 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive /home/tacpi/sw/apache-tomcat-8.0.50/webapps/gsbsc-web.war |
tacpi@tacpi:~$ md5sum /home/tacpi/bamboobsc-0.7.4-RELEASE/bamboobsc-07/apache-tomcat-8.0.50/webapps/gsbsc-web/WEB-INF/lib/core-base.jar tacpi@tacpi:~$ md5sum /home/tacpi/bamboobsc-0.7.4-RELEASE/bamboobsc-07/apache-tomcat-8.0.50/webapps/gsbsc-web/WEB-INF/lib/core-lib.jar |
I removed all packages and installed default release packages and same issue. |
Hi, upload you new log file as zip to me. |
Hi, please find attached |
Hi can give me tomcat8 all log, thanks. |
Hi first stop the expression job config. do stop the history score calculator job. SQL: root@localhost [bbcore]> update tb_sys_expr_job set ACTIVE='N'; I think if you can try another computer environment, Because this problem is too strange. Are you linux has settings |
We installed product in linux ubuntu
java version "1.8.0_171"
apache-tomcat-8.5.32
Ubuntu 16.04.2 LTS
mysql: 5.7.22-0ubuntu0.16.04.1
we are getting belwo exception, please advice
2018-06-28 18:07:00 [] ERROR JobRunShell:211 - Job DEFAULT.bsc.job.SysExpressionJob threw an unhandled Exception:
java.lang.NoClassDefFoundError: Could not initialize class com.netsteadfast.greenstep.sys.BackgroundProgramUserUtils
at com.netsteadfast.greenstep.job.BaseJob.logoutForBackgroundProgram(BaseJob.java:45)
at com.netsteadfast.greenstep.job.impl.SysExpressionJobImpl.executeInternal(SysExpressionJobImpl.java:67)
at org.springframework.scheduling.quartz.QuartzJobBean.execute(QuartzJobBean.java:75)
at org.quartz.core.JobRunShell.run(JobRunShell.java:202)
at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:573)
2018-06-28 18:07:00 [] ERROR ErrorLogger:2425 - Job (DEFAULT.bsc.job.SysExpressionJob threw an exception.
org.quartz.SchedulerException: Job threw an unhandled exception. [See nested exception: java.lang.NoClassDefFoundError: Could not initialize class com.netsteadfast.greenstep.sys.BackgroundProgramUserUtils]
at org.quartz.core.JobRunShell.run(JobRunShell.java:213)
at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:573)
Caused by: java.lang.NoClassDefFoundError: Could not initialize class com.netsteadfast.greenstep.sys.BackgroundProgramUserUtils
at com.netsteadfast.greenstep.job.BaseJob.logoutForBackgroundProgram(BaseJob.java:45)
at com.netsteadfast.greenstep.job.impl.SysExpressionJobImpl.executeInternal(SysExpressionJobImpl.java:67)
at org.springframework.scheduling.quartz.QuartzJobBean.execute(QuartzJobBean.java:75)
at org.quartz.core.JobRunShell.run(JobRunShell.java:202)
... 1 more
2018-06-28 18:07:00 [] ERROR JobRunShell:211 - Job DEFAULT.core.job.SysExpressionJob threw an unhandled Exception:
java.lang.NoClassDefFoundError: Could not initialize class com.netsteadfast.greenstep.sys.BackgroundProgramUserUtils
at com.netsteadfast.greenstep.job.BaseJob.logoutForBackgroundProgram(BaseJob.java:45)
at com.netsteadfast.greenstep.job.impl.SysExpressionJobImpl.executeInternal(SysExpressionJobImpl.java:67)
at org.springframework.scheduling.quartz.QuartzJobBean.execute(QuartzJobBean.java:75)
at org.quartz.core.JobRunShell.run(JobRunShell.java:202)
at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:573)
2018-06-28 18:07:00 [] ERROR ErrorLogger:2425 - Job (DEFAULT.core.job.SysExpressionJob threw an exception.
org.quartz.SchedulerException: Job threw an unhandled exception. [See nested exception: java.lang.NoClassDefFoundError: Could not initialize class com.netsteadfast.greenstep.sys.BackgroundProgramUserUtils]
at org.quartz.core.JobRunShell.run(JobRunShell.java:213)
at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:573)
Caused by: java.lang.NoClassDefFoundError: Could not initialize class com.netsteadfast.greenstep.sys.BackgroundProgramUserUtils
at com.netsteadfast.greenstep.job.BaseJob.logoutForBackgroundProgram(BaseJob.java:45)
at com.netsteadfast.greenstep.job.impl.SysExpressionJobImpl.executeInternal(SysExpressionJobImpl.java:67)
at org.springframework.scheduling.quartz.QuartzJobBean.execute(QuartzJobBean.java:75)
at org.quartz.core.JobRunShell.run(JobRunShell.java:202)
... 1 more
The text was updated successfully, but these errors were encountered: