Advertisement
Guest User

Untitled

a guest
May 19th, 2019
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.43 KB | None | 0 0
  1. [EL Severe]: 2019-05-19 15:52:10.113--ServerSession(1666607455)--Exception [EclipseLink-0] (Eclipse Persistence Services - 2.7.4.v20190115-ad5b7c6b2a): org.eclipse.persistence.exceptions.IntegrityException
  2. Descriptor Exceptions:
  3. ---------------------------------------------------------
  4.  
  5. Exception [EclipseLink-63] (Eclipse Persistence Services - 2.7.4.v20190115-ad5b7c6b2a): org.eclipse.persistence.exceptions.DescriptorException
  6. Exception Description: The instance creation method [no.hvl.dat107.jpa.Ansatt.<Default Constructor>], with no parameters, does not exist, or is not accessible.
  7. Internal Exception: java.lang.NoSuchMethodException: no.hvl.dat107.jpa.Ansatt.<init>()
  8. Descriptor: RelationalDescriptor(no.hvl.dat107.jpa.Ansatt --> [DatabaseTable(JPATEST.PERSON)])
  9.  
  10. Runtime Exceptions:
  11. ---------------------------------------------------------
  12.  
  13. [EL Severe]: ejb: 2019-05-19 15:52:10.121--ServerSession(1666607455)--Exception [EclipseLink-0] (Eclipse Persistence Services - 2.7.4.v20190115-ad5b7c6b2a): org.eclipse.persistence.exceptions.IntegrityException
  14. Descriptor Exceptions:
  15. ---------------------------------------------------------
  16.  
  17. Exception [EclipseLink-63] (Eclipse Persistence Services - 2.7.4.v20190115-ad5b7c6b2a): org.eclipse.persistence.exceptions.DescriptorException
  18. Exception Description: The instance creation method [no.hvl.dat107.jpa.Ansatt.<Default Constructor>], with no parameters, does not exist, or is not accessible.
  19. Internal Exception: java.lang.NoSuchMethodException: no.hvl.dat107.jpa.Ansatt.<init>()
  20. Descriptor: RelationalDescriptor(no.hvl.dat107.jpa.Ansatt --> [DatabaseTable(JPATEST.PERSON)])
  21.  
  22. Runtime Exceptions:
  23. ---------------------------------------------------------
  24.  
  25. Exception in thread "main" javax.persistence.PersistenceException: Exception [EclipseLink-28019] (Eclipse Persistence Services - 2.7.4.v20190115-ad5b7c6b2a): org.eclipse.persistence.exceptions.EntityManagerSetupException
  26. Exception Description: Deployment of PersistenceUnit [JPATEST] failed. Close all factories for this PersistenceUnit.
  27. Internal Exception: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.7.4.v20190115-ad5b7c6b2a): org.eclipse.persistence.exceptions.IntegrityException
  28. Descriptor Exceptions:
  29. ---------------------------------------------------------
  30.  
  31. Exception [EclipseLink-63] (Eclipse Persistence Services - 2.7.4.v20190115-ad5b7c6b2a): org.eclipse.persistence.exceptions.DescriptorException
  32. Exception Description: The instance creation method [no.hvl.dat107.jpa.Ansatt.<Default Constructor>], with no parameters, does not exist, or is not accessible.
  33. Internal Exception: java.lang.NoSuchMethodException: no.hvl.dat107.jpa.Ansatt.<init>()
  34. Descriptor: RelationalDescriptor(no.hvl.dat107.jpa.Ansatt --> [DatabaseTable(JPATEST.PERSON)])
  35.  
  36. Runtime Exceptions:
  37. ---------------------------------------------------------
  38.  
  39. at org.eclipse.persistence.internal.jpa.EntityManagerSetupImpl.createDeployFailedPersistenceException(EntityManagerSetupImpl.java:908)
  40. at org.eclipse.persistence.internal.jpa.EntityManagerSetupImpl.deploy(EntityManagerSetupImpl.java:848)
  41. at org.eclipse.persistence.internal.jpa.EntityManagerFactoryDelegate.getAbstractSession(EntityManagerFactoryDelegate.java:219)
  42. at org.eclipse.persistence.internal.jpa.EntityManagerFactoryDelegate.createEntityManagerImpl(EntityManagerFactoryDelegate.java:327)
  43. at org.eclipse.persistence.internal.jpa.EntityManagerFactoryImpl.createEntityManagerImpl(EntityManagerFactoryImpl.java:350)
  44. at org.eclipse.persistence.internal.jpa.EntityManagerFactoryImpl.createEntityManager(EntityManagerFactoryImpl.java:313)
  45. at no.hvl.dat107.jpa.Main.main(Main.java:13)
  46. Caused by: Exception [EclipseLink-28019] (Eclipse Persistence Services - 2.7.4.v20190115-ad5b7c6b2a): org.eclipse.persistence.exceptions.EntityManagerSetupException
  47. Exception Description: Deployment of PersistenceUnit [JPATEST] failed. Close all factories for this PersistenceUnit.
  48. Internal Exception: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.7.4.v20190115-ad5b7c6b2a): org.eclipse.persistence.exceptions.IntegrityException
  49. Descriptor Exceptions:
  50. ---------------------------------------------------------
  51.  
  52. Exception [EclipseLink-63] (Eclipse Persistence Services - 2.7.4.v20190115-ad5b7c6b2a): org.eclipse.persistence.exceptions.DescriptorException
  53. Exception Description: The instance creation method [no.hvl.dat107.jpa.Ansatt.<Default Constructor>], with no parameters, does not exist, or is not accessible.
  54. Internal Exception: java.lang.NoSuchMethodException: no.hvl.dat107.jpa.Ansatt.<init>()
  55. Descriptor: RelationalDescriptor(no.hvl.dat107.jpa.Ansatt --> [DatabaseTable(JPATEST.PERSON)])
  56.  
  57. Runtime Exceptions:
  58. ---------------------------------------------------------
  59.  
  60. at org.eclipse.persistence.exceptions.EntityManagerSetupException.deployFailed(EntityManagerSetupException.java:241)
  61. ... 7 more
  62. Caused by: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.7.4.v20190115-ad5b7c6b2a): org.eclipse.persistence.exceptions.IntegrityException
  63. Descriptor Exceptions:
  64. ---------------------------------------------------------
  65.  
  66. Exception [EclipseLink-63] (Eclipse Persistence Services - 2.7.4.v20190115-ad5b7c6b2a): org.eclipse.persistence.exceptions.DescriptorException
  67. Exception Description: The instance creation method [no.hvl.dat107.jpa.Ansatt.<Default Constructor>], with no parameters, does not exist, or is not accessible.
  68. Internal Exception: java.lang.NoSuchMethodException: no.hvl.dat107.jpa.Ansatt.<init>()
  69. Descriptor: RelationalDescriptor(no.hvl.dat107.jpa.Ansatt --> [DatabaseTable(JPATEST.PERSON)])
  70.  
  71. Runtime Exceptions:
  72. ---------------------------------------------------------
  73.  
  74. at org.eclipse.persistence.internal.sessions.DatabaseSessionImpl.initializeDescriptors(DatabaseSessionImpl.java:768)
  75. at org.eclipse.persistence.internal.sessions.DatabaseSessionImpl.initializeDescriptors(DatabaseSessionImpl.java:704)
  76. at org.eclipse.persistence.internal.sessions.DatabaseSessionImpl.initializeDescriptors(DatabaseSessionImpl.java:635)
  77. at org.eclipse.persistence.internal.sessions.DatabaseSessionImpl.postConnectDatasource(DatabaseSessionImpl.java:874)
  78. at org.eclipse.persistence.internal.sessions.DatabaseSessionImpl.loginAndDetectDatasource(DatabaseSessionImpl.java:817)
  79. at org.eclipse.persistence.internal.jpa.EntityManagerFactoryProvider.login(EntityManagerFactoryProvider.java:256)
  80. at org.eclipse.persistence.internal.jpa.EntityManagerSetupImpl.deploy(EntityManagerSetupImpl.java:769)
  81. ... 5 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement