[Users] se-kpi : timeout error

theirman thierry.heirman at gmail.com
Wed Mar 16 10:55:12 CET 2011


Hello,

    I have a problem installing or running the se-kpi component. This is a timeout error but I don't know why? I searched for a solution all the last week ...
    Can someone help me ?

Here is the error message : 

Code:
[Petals.Container.Components.petals-se-kpi]-INFO 2010-03-29 09:08:07,904 Init component...
[Petals.Container.ComponentLifeCycle.petals-se-kpi]-SEVERE 2010-03-29 09:10:07,904 Timeout exceeded when executing INIT management task. Assuming the task is blocked.
javax.jbi.JBIException: Timeout exceeded when executing INIT management task. Assuming the task is blocked.
	at org.ow2.petals.container.thread.AbstractThread.execute(AbstractThread.java:172)
	at org.ow2.petals.container.thread.ComponentLifeCycleThread.doInit(ComponentLifeCycleThread.java:161)
	at org.ow2.petals.container.lifecycle.ComponentLifeCycle.doInit(ComponentLifeCycle.java:165)
	at org.ow2.petals.container.lifecycle.LifeCycleAbstract.start(LifeCycleAbstract.java:182)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at sun.reflect.misc.Trampoline.invoke(Unknown Source)
	at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at sun.reflect.misc.MethodUtil.invoke(Unknown Source)
	at javax.management.modelmbean.RequiredModelMBean.invokeMethod(Unknown Source)
	at javax.management.modelmbean.RequiredModelMBean.invoke(Unknown Source)
	at mx4j.server.interceptor.InvokerMBeanServerInterceptor.invoke(InvokerMBeanServerInterceptor.java:221)
	at mx4j.server.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:120)
	at mx4j.server.interceptor.SecurityMBeanServerInterceptor.invoke(SecurityMBeanServerInterceptor.java:84)
	at mx4j.server.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:120)
	at mx4j.server.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:120)
	at mx4j.server.interceptor.ContextClassLoaderMBeanServerInterceptor.invoke(ContextClassLoaderMBeanServerInterceptor.java:203)
	at mx4j.server.MX4JMBeanServer.invoke(MX4JMBeanServer.java:1043)
	at org.ow2.petals.jbi.management.recovery.SystemRecoveryServiceImpl.recoverComponent(SystemRecoveryServiceImpl.java:525)
	at org.ow2.petals.jbi.management.recovery.SystemRecoveryServiceImpl$1.call(SystemRecoveryServiceImpl.java:258)
	at org.ow2.petals.jbi.management.recovery.SystemRecoveryServiceImpl$1.call(SystemRecoveryServiceImpl.java:1)
	at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
[Petals.JBI-Management.SystemRecoveryServiceImpl]-SEVERE 2010-03-29 09:10:07,944 org.ow2.petals.jbi.management.ManagementException: Failed to recover Component 'petals-se-kpi'
java.util.concurrent.ExecutionException: org.ow2.petals.jbi.management.ManagementException: Failed to recover Component 'petals-se-kpi'
	at java.util.concurrent.FutureTask$Sync.innerGet(Unknown Source)
	at java.util.concurrent.FutureTask.get(Unknown Source)
	at org.ow2.petals.jbi.management.recovery.SystemRecoveryServiceImpl.recoverAllComponent(SystemRecoveryServiceImpl.java:274)
	at org.ow2.petals.jbi.management.recovery.SystemRecoveryServiceImpl.recoverAllEntities(SystemRecoveryServiceImpl.java:176)
	at org.objectweb.fractal.julia.generated.C290d4ec8_0.recoverAllEntities(INTERCEPTOR[SystemRecoveryService])
	at org.objectweb.fractal.julia.generated.Ca30db3f3_0.recoverAllEntities(INTERFACE[SystemRecoveryService])
	at org.ow2.petals.kernel.server.PetalsServerImpl.recoverSystem(PetalsServerImpl.java:590)
	at org.ow2.petals.kernel.server.PetalsServerImpl.start(PetalsServerImpl.java:186)
	at org.ow2.petals.launcher.AbstractLauncher.start(AbstractLauncher.java:190)
	at org.ow2.petals.launcher.AbstractLauncher.launch(AbstractLauncher.java:147)
	at org.ow2.petals.distribution.platform.Main.main(Main.java:42)
Caused by: org.ow2.petals.jbi.management.ManagementException: Failed to recover Component 'petals-se-kpi'
	at org.ow2.petals.jbi.management.recovery.SystemRecoveryServiceImpl.recoverComponent(SystemRecoveryServiceImpl.java:545)
	at org.ow2.petals.jbi.management.recovery.SystemRecoveryServiceImpl$1.call(SystemRecoveryServiceImpl.java:258)
	at org.ow2.petals.jbi.management.recovery.SystemRecoveryServiceImpl$1.call(SystemRecoveryServiceImpl.java:1)
	at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
Caused by: javax.management.MBeanException: Exception thrown in RequiredModelMBean while trying to invoke operation start
	at javax.management.modelmbean.RequiredModelMBean.invokeMethod(Unknown Source)
	at javax.management.modelmbean.RequiredModelMBean.invoke(Unknown Source)
	at mx4j.server.interceptor.InvokerMBeanServerInterceptor.invoke(InvokerMBeanServerInterceptor.java:221)
	at mx4j.server.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:120)
	at mx4j.server.interceptor.SecurityMBeanServerInterceptor.invoke(SecurityMBeanServerInterceptor.java:84)
	at mx4j.server.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:120)
	at mx4j.server.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:120)
	at mx4j.server.interceptor.ContextClassLoaderMBeanServerInterceptor.invoke(ContextClassLoaderMBeanServerInterceptor.java:203)
	at mx4j.server.MX4JMBeanServer.invoke(MX4JMBeanServer.java:1043)
	at org.ow2.petals.jbi.management.recovery.SystemRecoveryServiceImpl.recoverComponent(SystemRecoveryServiceImpl.java:525)
	... 10 more
Caused by: javax.jbi.JBIException: An exception occured while starting the Component 'petals-se-kpi' : Timeout exceeded when executing INIT management task. Assuming the task is blocked.
	at org.ow2.petals.container.lifecycle.LifeCycleAbstract.start(LifeCycleAbstract.java:196)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at sun.reflect.misc.Trampoline.invoke(Unknown Source)
	at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at sun.reflect.misc.MethodUtil.invoke(Unknown Source)
	... 20 more




Thanks for your help !




-------------------- m2f --------------------

Subscribe/Unsubscribe emails notifications.

Response to this email will be posted on the Petals forum.
Please delete the existing text before responding :)

Read the topic online:
http://forum.petalslink.com/viewtopic.php?p=30689#30689

-------------------- m2f --------------------


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://forum-list.petalslink.org/pipermail/users/attachments/20110316/2fbcd180/attachment.htm>


More information about the Users mailing list