Hello list,
        I have a Timer MBean that reads an .xml file with a schedule and configures
itself(a servlet calls an ejb which then calls the MBean). When a scheduled
date arrives it then notifies a class. Everything has been working fine for
several days except today I got following exception:

[13:04:14,428,Default] javax.management.ListenerNotFoundException: Unknown
listener
[13:04:14,430,Default]  at
com.sun.management.jmx.MBeanServerImpl.removeNotificationListener(MBeanServe
rImpl.java:1811)
[13:04:14,431,Default]  at igps.importdata.ejb.ImportBean.configure(Unknown
Source)
[13:04:14,431,Default]  at igps.importdata.ejb.ImportBean.configure(Unknown
Source)
[13:04:14,432,Default]  at
sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[13:04:14,432,Default]  at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39
)
[13:04:14,433,Default]  at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl
.java:25)
[13:04:14,433,Default]  at java.lang.reflect.Method.invoke(Method.java:324)
[13:04:14,433,Default]  at
org.jboss.ejb.StatelessSessionContainer$ContainerInterceptor.invoke(Stateles
sSessionContainer.java:542)
.....
[13:08:11,428,TxCapsule] Transaction XidImpl [FormatId=257,
GlobalId=siigps//373, BranchQual=] timed out. status=STATUS_ACTIVE
[13:08:24,608,TxCapsule] Transaction XidImpl [FormatId=257,
GlobalId=siigps//375, BranchQual=] timed out. status=STATUS_ACTIVE

I don't know if the mbean somehow gets locked, because once this exception
occurred I had to restart JBoss. Everything has been working fine but I
don't know how long will it last. Anyone knows what might have happened? I'm
using JBoss 2.4.4 with embedded Tomcat 3.2.3.

        Thanks in advance,
      Carlos Ferr�o


_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to