I have a scheduled class using the Scheduler example given in the manual.
However when another object uses the create method or I redeploy the bean
(even without changes) I get this exception. What does this exception imply?

I get this stack trace:
13:30:47,171 ERROR [LogInterceptor] EJBException:
javax.ejb.EJBException: Invalid invocation, check your deployment packaging,
method=public abstract availability.availabilityEngine
availability.availabilityEngineHome.create() throws java.rmi.RemoteE
xception,javax.ejb.CreateException
        at
org.jboss.ejb.StatelessSessionContainer$ContainerInterceptor.invokeHome(Stat
elessSessionContainer.java:597)
        at
org.jboss.resource.connectionmanager.CachedConnectionInterceptor.invokeHome(
CachedConnectionInterceptor.java:206)
        at
org.jboss.ejb.plugins.StatelessSessionInstanceInterceptor.invokeHome(Statele
ssSessionInstanceInterceptor.java:57)
        at
org.jboss.ejb.plugins.AbstractTxInterceptor.invokeNext(AbstractTxInterceptor
.java:111)
        at
org.jboss.ejb.plugins.TxInterceptorCMT.runWithTransactions(TxInterceptorCMT.
java:178)
        at
org.jboss.ejb.plugins.TxInterceptorCMT.invokeHome(TxInterceptorCMT.java:52)
        at
org.jboss.ejb.plugins.SecurityInterceptor.invokeHome(SecurityInterceptor.jav
a:105)
        at
org.jboss.ejb.plugins.LogInterceptor.invokeHome(LogInterceptor.java:129)
        at
org.jboss.ejb.StatelessSessionContainer.invokeHome(StatelessSessionContainer
.java:300)
        at org.jboss.ejb.Container.invoke(Container.java:730)
        at
org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:517)
        at
org.jboss.invocation.local.LocalInvoker.invoke(LocalInvoker.java:98)
        at
org.jboss.invocation.InvokerInterceptor.invoke(InvokerInterceptor.java:102)
        at
org.jboss.proxy.TransactionInterceptor.invoke(TransactionInterceptor.java:77
)
        at
org.jboss.proxy.SecurityInterceptor.invoke(SecurityInterceptor.java:80)
        at
org.jboss.proxy.ejb.HomeInterceptor.invoke(HomeInterceptor.java:198)
        at org.jboss.proxy.ClientContainer.invoke(ClientContainer.java:76)
        at $Proxy137.create(Unknown Source)
        at scheduleclient.killOldDays.perform(killOldDays.java:29)
        at
org.jboss.varia.scheduler.Scheduler$Listener.handleNotification(Scheduler.ja
va:1046)
        at
org.jboss.mx.server.NotificationListenerProxy.handleNotification(Notificatio
nListenerProxy.java:71)
        at
javax.management.NotificationBroadcasterSupport.sendNotification(Notificatio
nBroadcasterSupport.java:84)
        at javax.management.timer.Timer.sendNotifications(Timer.java:441)
        at javax.management.timer.Timer.access$000(Timer.java:31)
        at
javax.management.timer.Timer$RegisteredNotification.doRun(Timer.java:612)
        at
org.jboss.mx.util.SchedulableRunnable.run(SchedulableRunnable.java:164)
        at org.jboss.mx.util.ThreadPool$Worker.run(ThreadPool.java:225)
13:30:47,187 ERROR [STDERR] java.rmi.ServerException: EJBException:; nested
exception is:
        javax.ejb.EJBException: Invalid invocation, check your deployment
packaging, method=public abstract availability.availabilityEngine
availability.availabilityEngineHome.create() throws java.rmi
.RemoteException,javax.ejb.CreateException
Best Regards,
Anthony Geoghegan.
J2EE Developer
CPS Ireland Ltd.



-------------------------------------------------------
This sf.net email is sponsored by: To learn the basics of securing 
your web site with SSL, click here to get a FREE TRIAL of a Thawte 
Server Certificate: http://www.gothawte.com/rd524.html
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to