Hi again.... i have seen that the DLQHandler class doesn't show the error... so 
i have downloaded it from this site: 
http://cvs.sourceforge.net/viewcvs.py/jboss/jboss/src/main/org/jboss/ejb/plugins/jms/DLQHandler.java

I have added this:

catch (Exception e)
  |       {
  |          if (e instanceof JMSException){
  |              log.error("Erroraccio nel creare il dlq.....", e);
  |              throw e;
  |          }
  |          else
  |          {
  |              log.error( "Errore nel creare il dlq.....", e );
  |             JMSException x = new JMSException("Error creating the dlq 
connection: " + e.getMessage());
  |             x.setLinkedException(e);
  |             throw x;
  |          }
  |       }
  |       finally
  |       {
  |          ctx.close();
  |       }

i have recompiled it and restarted my jboss after that i have substituited it 
in the jboss.jar file; well now i can see the error message; in my log file i 
have this:

anonymous wrote : 2005-01-12 
17:43:06,352,TRACE,[main],[org.jboss.ejb.plugins.jms.JMSContainerInvoker],Constructing
  | 2005-01-12 
17:43:06,392,DEBUG,[main],[org.jboss.ejb.plugins.jms.JMSContainerInvoker],Creating
 
jboss.j2ee:binding=InvokerMdb,jndiName=local/RemoteMDB,plugin=invoker,service=EJB
  | 2005-01-12 
17:43:06,392,DEBUG,[main],[org.jboss.ejb.plugins.jms.JMSContainerInvoker],Created
 
jboss.j2ee:binding=InvokerMdb,jndiName=local/RemoteMDB,plugin=invoker,service=EJB
  | 2005-01-12 
17:43:06,492,DEBUG,[main],[org.jboss.ejb.plugins.jms.JMSContainerInvoker],Starting
 
jboss.j2ee:binding=InvokerMdb,jndiName=local/RemoteMDB,plugin=invoker,service=EJB
  | 2005-01-12 
17:43:06,492,DEBUG,[main],[org.jboss.ejb.plugins.jms.JMSContainerInvoker],Initializing
  | 2005-01-12 
17:43:06,492,DEBUG,[main],[org.jboss.ejb.plugins.jms.JMSContainerInvoker],Looking
 up provider adapter: java:/RemoteJMSProvider
  | 2005-01-12 
17:43:06,492,DEBUG,[main],[org.jboss.ejb.plugins.jms.JMSContainerInvoker],Provider
 adapter: [EMAIL PROTECTED]
  | 2005-01-12 
17:43:06,502,TRACE,[main],[org.jboss.ejb.plugins.jms.DLQHandler],Constructing
  | 2005-01-12 
17:43:06,502,DEBUG,[main],[org.jboss.ejb.plugins.jms.DLQHandler],Creating 
DLQHandler
  | 2005-01-12 
17:43:06,632,ERROR,[main],[org.jboss.ejb.plugins.jms.DLQHandler],Errore nel 
creare il dlq.....
  | javax.naming.CommunicationException [Root exception is 
java.rmi.NoSuchObjectException: no such object in table]
  |     at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:649)
  |     at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:509)
  |     at javax.naming.InitialContext.lookup(InitialContext.java:347)
  |     at 
org.jboss.ejb.plugins.jms.DLQHandler.createService(DLQHandler.java:139)
  |     at 
org.jboss.system.ServiceMBeanSupport.jbossInternalCreate(ServiceMBeanSupport.java:237)
  |     at 
org.jboss.system.ServiceMBeanSupport.create(ServiceMBeanSupport.java:164)
  |     at 
org.jboss.ejb.plugins.jms.JMSContainerInvoker.innerCreate(JMSContainerInvoker.java:542)
  |     at 
org.jboss.ejb.plugins.jms.JMSContainerInvoker.startService(JMSContainerInvoker.java:764)
  |     at 
org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:271)
  |     at 
org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:221)
  |     at sun.reflect.GeneratedMethodAccessor46.invoke(Unknown Source)
  |     at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  |     at java.lang.reflect.Method.invoke(Method.java:324)
  |     at 
org.jboss.mx.server.ReflectedDispatcher.dispatch(ReflectedDispatcher.java:60)
  |     at org.jboss.mx.server.Invocation.dispatch(Invocation.java:61)
  |     at org.jboss.mx.server.Invocation.dispatch(Invocation.java:53)
  |     at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
  |     at 
org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:185)
  |     at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:473)

It seems to me that in the hp-proliant pc an object is not present in the 
table.... but how can i solve this problem?... Why i have this error and wht is 
the missing object?
Thanks to all

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3861790#3861790

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3861790


-------------------------------------------------------
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to