cancel
Showing results for 
Search instead for 
Did you mean: 

Hi Team i have installed activiti-app and activiti admin but when admin is coming up i am getting the below error.

madannuthi
Champ in-the-making
Champ in-the-making

11:01:05,256 [pool-3-thread-4] WARN com.activiti.service.runtime.PublishAdminAppEventsService - Error posting events to Activiti Admin Application: Read timed out
11:01:06,209 [localhost-startStop-1] INFO com.activiti.domain.generator.MinimalDataGenerator - Verifying if minimal data is present
11:01:06,998 [localhost-startStop-1] INFO com.activiti.conf.MetricsConfiguration - Initializing Metrics JMX metrics reporting
12-Dec-2016 11:01:07.420 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDescriptor Deployment of configuration descriptor /etc/tomcat8/Catalina/localhost/activitmin.xml has finished in 6,896 ms
12-Dec-2016 11:01:07.425 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-8080"]
12-Dec-2016 11:01:07.430 INFO [main] org.apache.catalina.startup.Catalina.start Server startup in 42174 ms
11:01:07,760 [pool-4-thread-1] ERROR com.activiti.conf.LicenseConfiguration - Unexpected error while checking Activiti endpoint licenses: null
java.lang.NullPointerException
at com.activiti.service.ActivitiEndpointLicenseService.getServerConfigLicenseStatus(ActivitiEndpointLicenseService.java:96)
at com.activiti.service.ActivitiEndpointLicenseService.checkServerConfigLicenses(ActivitiEndpointLicenseService.java:66)
at com.activiti.conf.LicenseConfiguration.checkEndpointLicenses(LicenseConfiguration.java:28)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:65)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
11:01:07,803 [pool-1-thread-1] WARN com.activiti.addon.cluster.AdminAppService - Could not post events to Activiti Admin Application. Received status code: 500

1 ACCEPTED ANSWER

mitpatoliya
Star Collaborator
Star Collaborator

Check your license. It seems license issue to me.

View answer in original post

4 REPLIES 4

mitpatoliya
Star Collaborator
Star Collaborator

Check your license. It seems license issue to me.

Thanks Mittal for your response yes it is license issue, i have fixed the issue and now it is working fine.

Please mark answer as correct whenever you encounter correct answer so that other people can quickly figure out right solution.

Done