Skip to content
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

Deploying simple example to Glassfish 4.1.1 #55

Open
haukurk opened this issue Mar 22, 2016 · 1 comment
Open

Deploying simple example to Glassfish 4.1.1 #55

haukurk opened this issue Mar 22, 2016 · 1 comment

Comments

@haukurk
Copy link

haukurk commented Mar 22, 2016

The following error occurs when deploying the simple example to Glassfish 4.1.1:

An error has occurred Error occurred during deployment: Exception while deploying the app [xxx] 
     : The lifecycle method [initialize] must not throw a checked exception. 
Related annotation information: annotation [@javax.annotation.PostConstruct()] on annotated element [public void org.axonframework.eventhandling.scheduling.quartz.QuartzEventScheduler.initialize() throws org.quartz.SchedulerException] of type [METHOD]. Please see server.log for more details. An error has occurred

Error occurred during deployment: Exception while deploying the app [xxx]
   : The lifecycle method [initialize] must not throw a checked exception. 
Related annotation information: annotation [@javax.annotation.PostConstruct()] on annotated element [public void org.axonframework.eventhandling.scheduling.quartz.QuartzEventScheduler.initialize() throws org.quartz.SchedulerException] of type [METHOD]. Please see server.log for more details.

Has anyone experience in deploying it to a application server like glassfish?

@dennislaumen
Copy link
Member

It doesn't ring a bell. Have you checked the server.log file? Could you post some relevant lines from that file?

It could also be an issue with Quartz and Glassfish. Have you looked into that?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants