Jump to content

Cannot start JasperServer


suppachartt

Recommended Posts

Can not start JasperServer. Please see log file.

Code:
13:16:09,843 ERROR ContextLoader,Thread-1:205 - Context initialization failedorg.springframework.beans.factory.BeanCreationException: Error creating bean with name 'maintenanceScheduler' defined in ServletContext resource [/WEB-INF/applicationContext-logging.xml]: Invocation of init method failed; nested exception is org.quartz.SchedulerException: Based on configured schedule, the given trigger will never fire.Caused by: org.quartz.SchedulerException: Based on configured schedule, the given trigger will never fire.	at org.quartz.core.QuartzScheduler.scheduleJob(QuartzScheduler.java:649)	at org.quartz.impl.StdScheduler.scheduleJob(StdScheduler.java:249)	at org.springframework.scheduling.quartz.SchedulerFactoryBean.addTriggerToScheduler(SchedulerFactoryBean.java:846)	at org.springframework.scheduling.quartz.SchedulerFactoryBean.registerJobsAndTriggers(SchedulerFactoryBean.java:776)	at org.springframework.scheduling.quartz.SchedulerFactoryBean.afterPropertiesSet(SchedulerFactoryBean.java:599)	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1118)	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1085)	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:429)	at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:250)	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:141)	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:247)	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:161)	at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:270)	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:346)	at org.springframework.web.context.support.AbstractRefreshableWebApplicationContext.refresh(AbstractRefreshableWebApplicationContext.java:156)	at org.springframework.web.context.ContextLoader.createWebApplicationContext(ContextLoader.java:246)	at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:184)	at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:49)	at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3934)	at org.apache.catalina.core.StandardContext.start(StandardContext.java:4429)	at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:791)	at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:771)	at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:526)	at org.apache.catalina.startup.HostConfig.deployDirectory(HostConfig.java:987)	at org.apache.catalina.startup.HostConfig.deployDirectories(HostConfig.java:909)	at org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:495)	at org.apache.catalina.startup.HostConfig.start(HostConfig.java:1206)	at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:314)	at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:119)	at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1053)	at org.apache.catalina.core.StandardHost.start(StandardHost.java:722)	at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1045)	at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:443)	at org.apache.catalina.core.StandardService.start(StandardService.java:516)	at org.apache.catalina.core.StandardServer.start(StandardServer.java:710)	at org.apache.catalina.startup.Catalina.start(Catalina.java:583)	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)	at java.lang.reflect.Method.invoke(Unknown Source)	at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:288)	at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:413)
Link to comment
Share on other sites

  • Replies 2
  • Created
  • Last Reply

Top Posters In This Topic

Hmm, that's a little odd. Have you done any customizations to the logging or to the quartz sub-system (which handles the scheduling of reports).

 

Also, if you are using JasperServer with the PostgreSQL database then there is a special settings for the quartz configuration. (But this is handled automatically if you installed using the War File Dist zip and the buildomatic install steps!).

 

There is Section A.9 in Troubleshooting Section of the Install Guide (<js-install>/docs/JasperServer-Install-Guide.pdf) which talks about the quartz scheduler setting for postgresql.

Link to comment
Share on other sites

  • 2 weeks later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...