You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ambari.apache.org by "Robert Levas (JIRA)" <ji...@apache.org> on 2018/12/06 01:23:00 UTC

[jira] [Created] (AMBARI-25003) Starting JPA persistence service sometimes throws IllegalStateException

Robert Levas created AMBARI-25003:
-------------------------------------

             Summary: Starting JPA persistence service sometimes throws IllegalStateException
                 Key: AMBARI-25003
                 URL: https://issues.apache.org/jira/browse/AMBARI-25003
             Project: Ambari
          Issue Type: Bug
          Components: ambari-server
    Affects Versions: 2.8.0
            Reporter: Robert Levas
            Assignee: Robert Levas
             Fix For: 2.8.0


Starting JPA persistence service sometimes throws IllegalStateException.  

For example:
{noformat}
Exception in thread "main" java.lang.IllegalStateException: Persistence service was already initialized.
	at com.google.common.base.Preconditions.checkState(Preconditions.java:173)
	at com.google.inject.persist.jpa.JpaPersistService.start(JpaPersistService.java:104)
	at com.google.inject.persist.jpa.AmbariJpaPersistService.start(AmbariJpaPersistService.java:27)
	at 
{noformat}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)