glassfish 报错Unable to predeploy PersistenceUnit [HermesPU] in invalid state [DeployFailed].

    at java.util.TimerThread.run(Timer.java:505)
Caused by: Exception [EclipseLink-28017] (Eclipse Persistence Services - 2.7.0.v20170811-d680af5): org.eclipse.persistence.exceptions.EntityManagerSetupException
Exception Description: Unable to predeploy PersistenceUnit [HermesPU] in invalid state [DeployFailed].
Internal Exception: javax.persistence.PersistenceException: Exception [EclipseLink-28019] (Eclipse Persistence Services - 2.7.0.v20170811-d680af5): org.eclipse.persistence.exceptions.EntityManagerSetupException
Exception Description: Deployment of PersistenceUnit [HermesPU] failed. Close all factories for this PersistenceUnit.
Internal Exception: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.7.0.v20170811-d680af5): org.eclipse.persistence.exceptions.IntegrityException
Descriptor Exceptions: 
---------------------------------------------------------

Runtime Exceptions: 
---------------------------------------------------------

java.lang.IllegalStateException: This web container has not yet been started

java.lang.IllegalStateException: This web container has not yet been started

java.lang.IllegalStateException: This web container has not yet been started

java.lang.IllegalStateException: This web container has not yet been started

java.lang.IllegalStateException: This web container has not yet been started

    at org.eclipse.persistence.exceptions.EntityManagerSetupException.cannotPredeploy(EntityManagerSetupException.java:223)
    ... 34 more
Caused by: javax.persistence.PersistenceException: Exception [EclipseLink-28019] (Eclipse Persistence Services - 2.7.0.v20170811-d680af5): org.eclipse.persistence.exceptions.EntityManagerSetupException
Exception Description: Deployment of PersistenceUnit [HermesPU] failed. Close all factories for this PersistenceUnit.
Internal Exception: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.7.0.v20170811-d680af5): org.eclipse.persistence.exceptions.IntegrityException
Descriptor Exceptions: 
---------------------------------------------------------

Runtime Exceptions: 

 

 

解决方案:

glassfish5/glassfish/domains/domain1/osgi-cache这个文件里面的东西都删除

然后glassfish重启,在部署项目,就没报错了。原因我也搞不清楚

你可能感兴趣的:(整理)