Hide Forgot
project_key: SOA When using a shared database for platform instances then I am unable to start two server instances at the same time. I must wait till the first instance finished starting then I can start the second instance. During the initialization of a clean database it may happen that juddi 2 tries to insert data about the "root" publisher but the data is already there. The was inserted by juddi 1. If this happens then we get a ConstraintViolationException as can be seen in the attached log.
Attachment: Added: server.err2.log
Link: Added: This issue is related to SOA-1600
Link: Added: This issue related SOA-2332
Candidate for SOA 5.1.0 Documentation.
Writer: Added: Darrin
added to "running more than one instance" section in the SOA GSG "Starting multiple servers at the same time, with the same database configuration can result in database errors if the database has not been initialized previously. Database initialization is performed by the server when it is launched for the first time with a new database. If more than one server attempts to do this at the same time then errors can occur. This can be avoided by waiting until one instance has finished startup and initialized the databases before starting other instances. This only has to be done the first time that the servers are started."
Release Notes Docs Status: Added: Not Required
Verified in the release notes.