Skip to content

Instantly share code, notes, and snippets.

View BrentDouglas's full-sized avatar

Brent Douglas BrentDouglas

View GitHub Profile
package com.britensw.pluto.framework.lifecycle;
import org.jboss.seam.Component;
import org.jboss.seam.annotations.*;
import org.jboss.seam.contexts.Lifecycle;
import org.jboss.seam.core.Expressions.ValueExpression;
import org.jboss.seam.core.Mutable;
import org.jboss.seam.log.LogProvider;
import org.jboss.seam.log.Logging;
import org.jboss.seam.persistence.Filter;
private static final GlobalConfiguration GLOBAL_CONFIGURATION = GlobalConfiguration
.getClusteredDefault()
.fluent()
.transport()
.addProperty("configurationFile", "jgroups-tcp.xml")
.build()
.fluent()
.asyncListenerExecutor()
.factory(DefaultExecutorFactory.class)
.addProperty("maxThreads", "10")
21:50:06,836 INFO [org.jboss.as.server.controller] (DeploymentScanner-threads - 1) Replaced deployment "pluto.war" with deployment "pluto.war"
21:50:07,023 SEVERE [org.jgroups.protocols.UDP] (Timer-3,<ADDR>) failed sending message to cluster (103 bytes): java.lang.Exception: dest=/ff0e:0:0:0:0:0:e600:4:45688 (106 bytes), cause: java.io.IOException: Network is unreachable
21:50:09,079 SEVERE [org.jgroups.protocols.MPING] (ReceiverThread) failed receiving packet (from /fe80:0:0:0:beae:c5ff:fe3e:c648:46655): java.lang.RuntimeException: class for magic number 0 not found
at org.jgroups.util.Util.readOtherAddress(Util.java:894)
at org.jgroups.util.Util.readAddress(Util.java:865)
at org.jgroups.Message.readFrom(Message.java:650)
at org.jgroups.protocols.MPING.run(MPING.java:326)
at java.lang.Thread.run(Thread.java:662) [:1.6.0_26]
21:50:09,079 SEVERE [org.jgroups.protocols.MPING] (ReceiverThread) failed receiving packet (from /fe80:0:0:0:beae:c5ff:fe3e:c648:46655): java.lang.RuntimeException: class for magic
17:05:53,976 INFO [com.hazelcast.impl.LifecycleServiceImpl] (Hazecast Job Worker Manager Thread) [pluto] Address[10.0.0.112:5701] is STARTED
17:05:56,832 SEVERE [org.jgroups.protocols.UDP] (Timer-5,<ADDR>) failed sending message to cluster (99 bytes): java.lang.Exception: dest=/ff0e:0:0:0:0:0:e600:4:45688 (102 bytes), cause: java.io.IOException: Network is unreachable
17:05:57,834 SEVERE [org.jgroups.protocols.UDP] (Timer-2,<ADDR>) failed sending message to cluster (99 bytes): java.lang.Exception: dest=/ff0e:0:0:0:0:0:e600:4:45688 (102 bytes), cause: java.io.IOException: Network is unreachable
17:06:01,018 INFO [stdout] (pool-7-thread-1) Hostname of local machine: btp
17:06:01,054 INFO [org.hibernate.stat.Statistics] (pool-7-thread-1) HQL: select i from com.britensw.pluto.model.Configuration i , time: 14ms, rows: 9
17:06:01,087 INFO [org.hibernate.stat.Statistics] (pool-7-thread-1) HQL: select d from DocumentSource d, time: 14ms, rows: 12
17:06:01,110 INFO [org.hibernate.stat.Statistics] (pool-7-thread-1