0 Replies Latest reply on Jan 24, 2005 4:29 PM by rocklord1960

    postgresql error

    rocklord1960

      This setup is jboss-4.0.1, postgresql 8.0 (driver pg80b1.308.jdbc3.jar), JDK 1.4, application openCRX 1.4
      postgresql starts fine
      jboss starts fine (no errors in boot.log)
      But when I try to logon as admin-Root with the open CRX application:
      From postmaster.log:
      ERROR: duplicate key violates unique constraint "i_s_ref_c0_c15"

      From openCRX.shared.20050123.log:
      BasicException.Entry[0]
      Timestamp=2005-01-23 14:29:13.540
      Class=org.openmdx.compatibility.base.dataprovider.layer.persistence.jdbc.AbstractDatabase_1
      Method=get
      Line=3316
      ExceptionDomain=DefaultDomain
      ExceptionCode=NOT_FOUND
      Param[0]: exception.class=org.openmdx.base.exception.ServiceException
      Param[1]: exception.source=apps:server1
      Param[2]: path=org::openmdx::security::realm1/provider/CRX/segment/Root/realm/Default/principal/admin-Root
      Description=object not found

      From server.log:
      2005-01-23 14:25:33,530 INFO [STDOUT] loading /WEB-INF/config/bootstrap/101_security_subjects.xml
      2005-01-23 14:25:44,550 INFO [STDOUT] storing 5 objects
      2005-01-23 14:25:44,690 INFO [STDOUT] creating org::opencrx::security::identity1/provider/CRX/segment/Root
      2005-01-23 14:25:44,880 INFO [STDOUT] STATUS: DefaultDomain.MEDIA_ACCESS_FAILURE: (for more info see log)
      etc. etc.
      2005-01-23 14:29:13,350 INFO [STDOUT] STATUS: OpenCrxDomain.1003: Requested principal not found. (for more info see log)
      etc. etc.

      Any help is greatly appreciated.

      Bart