Skip to content

Commit

Permalink
Updated readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian Hlavats committed Jun 5, 2013
1 parent 8f02b9d commit cafd7f8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,6 @@ primefaces-starter
==================

Source code for my book titled "PrimeFaces Starter" from Packt Publishing.

Javadoc: http://ianhlavats.github.io/primefaces-starter

3 comments on commit cafd7f8

@rajkin07
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have down loaded the example code but not able to run example on Glassfish 3.1 having following error.Can you please tell what's the matter.

[pool-2-thread-1] null org.hibernate.impl.SessionFactoryImpl - closing

WARNING: Exception while dispatching an event
org.hibernate.HibernateException: could not destruct listeners

@rajkin07
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actual error is as follows

SEVERE: 14761 [pool-11-thread-1] null org.hibernate.impl.SessionFactoryImpl - closing

WARNING: Exception while dispatching an event
org.hibernate.HibernateException: could not destruct listeners
at org.hibernate.event.EventListeners.destroyListeners(EventListeners.java:226)
at org.hibernate.impl.SessionFactoryImpl.close(SessionFactoryImpl.java:980)
at org.hibernate.ejb.EntityManagerFactoryImpl.close(EntityManagerFactoryImpl.java:126)
at org.glassfish.persistence.jpa.JPADeployer.closeEMFs(JPADeployer.java:405)
at org.glassfish.persistence.jpa.JPADeployer.event(JPADeployer.java:396)
at org.glassfish.kernel.event.EventsImpl$1.run(EventsImpl.java:120)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:439)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
at java.util.concurrent.FutureTask.run(FutureTask.java:138)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:895)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:918)
at java.lang.Thread.run(Thread.java:680)
Caused by: java.lang.IllegalStateException: WEB9031: WebappClassLoader unable to load resource [org.hibernate.event.EventListeners$2], because it has not yet been started, or was already stopped

@ianhlavats
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi,

Thanks for downloading the sample project!

I created an issue for you:

#1

Can you please attach the complete GlassFish log file to this issue?

I will take a look and get back to you.

Regards,
Ian

Please sign in to comment.