<May be service:jmx:jdmk-http://127.0.0.1:8282is not yet initialised.>
Tue, 06/01/2010 - 19:15
tripod123
Offline
Joined: 06/02/2009
Points: 50
Hi ,
I got common errors below, but Presto is a black box to me and I couldn't figure out a fix
2010-06-01 13:20:09,550 ERROR [com.jackbe.presto.jmx.cascade.PrestoMasterAgent-320] - <May be service:jmx:jdmk-http://127.0.0.1:8282is not yet initialised.>
2010-06-01 13:20:09,553 ERROR [com.jackbe.presto.jmx.cascade.PrestoMasterAgent-321] - <java.io.IOException: com.sun.jdmk.comm.CommunicationException: Connection refused>
The errors are common and each different case has different cause. This time, the cause was the duplicate entry RDSService when Presto tried to insert a RegistryObject with the same id and violated the unique constraint "registryobject_pkey" on the registryobject table.
At startup, Presto identified RDSService in cache. Instead of using the RDSService from the cache, Presto tried to create and register a new one and failed to insert the object into the database (postgres database in this case).
Please see the detail log in the attachment and please advise any hints or something I need to look into.
Hi ,
I got common errors below, but Presto is a black box to me and I couldn't figure out a fix
2010-06-01 13:20:09,550 ERROR [com.jackbe.presto.jmx.cascade.PrestoMasterAgent-320] - <May be service:jmx:jdmk-http://127.0.0.1:8282is not yet initialised.>
2010-06-01 13:20:09,553 ERROR [com.jackbe.presto.jmx.cascade.PrestoMasterAgent-321] - <java.io.IOException: com.sun.jdmk.comm.CommunicationException: Connection refused>
The errors are common and each different case has different cause. This time, the cause was the duplicate entry RDSService when Presto tried to insert a RegistryObject with the same id and violated the unique constraint "registryobject_pkey" on the registryobject table.
At startup, Presto identified RDSService in cache. Instead of using the RDSService from the cache, Presto tried to create and register a new one and failed to insert the object into the database (postgres database in this case).
Please see the detail log in the attachment and please advise any hints or something I need to look into.
Thanks