users@glassfish.java.net

Re: In-memory Replication feature (on clusterjsp sample)

From: Dinesh Patil <Dinesh.Patil_at_Sun.COM>
Date: Fri, 11 May 2007 14:17:28 -0700

glassfish_at_javadesktop.org wrote:

>Rem: while starting cluster (by asant start_cluster) there are some messages:
>--------------------------
>start_cluster:
> [echo] Starting cluster cluster1
> [exec] instance-ONE is running, does not require restart
> [exec] error 0 [#|2007-05-11T13:01:31.483+0400|WARNING|sun-appserver9.1|javax.ee.enterprise.system.gms|_ThreadID=10;_ThreadName=main;_RequestID=91b398f4-8c95-45cd-9510-5
>b6beb35d0b;|Iiop Service Endpoint for Server: instance-TWO, iiop-lsnr-id = SSL_MUTUALAUTH, iiop-lsnr-port = 5550, iiop-lsnr-address = 0.0.0.0|#]
>
>
> [exec] error 1 [#|2007-05-11T13:01:42.138+0400|WARNING|sun-appserver9.1|javax.enterprise.system.container.ejb|_ThreadID=16;_ThreadName=pool-1-thread-3;TimerBean;_Request
>D=1fc87cbf-fcf8-4874-bc23-715b70ef5b36;|EJB5108:Unable to initialize EJB Timer Service. The likely cause is the database has not been started or the timer database table has
>ot been created.|#]
>
>
> [exec] error 2 [#|2007-05-11T13:02:06.223+0400|WARNING|sun-appserver9.1|com.sun.enterprise.jbi.serviceengine.core|_ThreadID=18;_ThreadName=sun-javaee-engine;_RequestID=e
>8a363e-a837-466f-84b4-d8cff01e448b;|Unable to load resource bundle com.sun.enterprise.jbi.serviceengine.core.LocalStrings for locale ru_RU: java.util.MissingResourceException
> Can't find bundle for base name com.sun.enterprise.jbi.serviceengine.core.LocalStrings, locale ru_RU|#]
>
>
> [exec] error 3 [#|2007-05-11T13:02:06.223+0400|WARNING|sun-appserver9.1|com.sun.enterprise.jbi.serviceengine.core|_ThreadID=18;_ThreadName=sun-javaee-engine;_RequestID=e
>8a363e-a837-466f-84b4-d8cff01e448b;|Using resource bundle for locale en_US instead.|#]
>
>
> [exec] instance-TWO is running, does not require restart
> [exec] error 0 [#|2007-05-11T13:01:39.284+0400|WARNING|sun-appserver9.1|javax.ee.enterprise.system.gms|_ThreadID=10;_ThreadName=main;_RequestID=8dd7d984-ba0f-4772-8b04-9
>18a7e36662;|Iiop Service Endpoint for Server: instance-TWO, iiop-lsnr-id = SSL_MUTUALAUTH, iiop-lsnr-port = 5551, iiop-lsnr-address = 0.0.0.0|#]
>
>
> [exec] error 1 [#|2007-05-11T13:01:48.678+0400|WARNING|sun-appserver9.1|javax.enterprise.system.container.ejb|_ThreadID=16;_ThreadName=pool-1-thread-7;TimerBean;_Request
>D=72af8038-a0d2-4b87-869b-fb7b14632047;|EJB5108:Unable to initialize EJB Timer Service. The likely cause is the database has not been started or the timer database table has
>ot been created.|#]
>
>
> [exec] error 2 [#|2007-05-11T13:02:07.935+0400|WARNING|sun-appserver9.1|com.sun.enterprise.jbi.serviceengine.core|_ThreadID=18;_ThreadName=sun-javaee-engine;_RequestID=5
>18d3db-cdd3-4c7f-a5a0-1958f6891833;|Unable to load resource bundle com.sun.enterprise.jbi.serviceengine.core.LocalStrings for locale ru_RU: java.util.MissingResourceException
> Can't find bundle for base name com.sun.enterprise.jbi.serviceengine.core.LocalStrings, locale ru_RU|#]
>
>
> [exec] error 3 [#|2007-05-11T13:02:07.935+0400|WARNING|sun-appserver9.1|com.sun.enterprise.jbi.serviceengine.core|_ThreadID=18;_ThreadName=sun-javaee-engine;_RequestID=5
>18d3db-cdd3-4c7f-a5a0-1958f6891833;|Using resource bundle for locale en_US instead.|#]
>
> [exec] Command start-cluster executed successfully.
>
>
Yes as long as you see above successful message, you can ignore the
errors above. That's because of extra resources in domain.xml, I will
update the document or ant script.
https://glassfish.dev.java.net/javaee5/build/GlassFish_LB_Cluster.html#trouble_shooting

We should not see the errors above if we do the following:
${glassfish.home}/bin/asadmin set cluster1.transaction-service.automatic-recovery="false"

You can set the JBI log level to 'OFF' using the
com.sun.jbi.defaultLogLevel property of the JBIFramework lifecycle module.

thanks
Dinesh

>---------------------------
>Can it result in session persistance don't work?
>[Message sent by forum member 'sinus' (sinus)]
>
>http://forums.java.net/jive/thread.jspa?messageID=216457
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: users-unsubscribe_at_glassfish.dev.java.net
>For additional commands, e-mail: users-help_at_glassfish.dev.java.net
>
>
>