Hi all... it's from two weeks that i'm blocked.
I had an error that i have talked about on this post:

http://www.jboss.org/index.html?module=bb&op=viewtopic&t=58475

I have downloaded the DLQHandler.java and i have added these logs(the red line):

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();
  |       }     

By doing so i had the message:
anonymous wrote : javax.naming.CommunicationException [Root exception is 
java.rmi.NoSuchObjectException: no such object in table]
By reading some tips written by [EMAIL PROTECTED] and by searching on internet 
i have understood that i must modify the /etc/hosts file; so i have commented 
127.0.0.1 localhost.localdomain and i have setted 192.168.11.224 
localhost.localdomain.
Well now i can connect to the prliant but on the client my JBoss does not 
start; in the log file i have:

anonymous wrote : 2005-01-14 09:57:25,225 DEBUG 
[org.jboss.mq.server.JMSDestinationManager] creating the durable subscription 
for :DurableSubscription[clientId=ID:2 name=Test selector=null]
  | 2005-01-14 09:57:25,235 DEBUG [org.jboss.mq.pm.jdbc2.PersistenceManager] 
Restored 1 message(s) to: 
TOPIC.angeloRemoteTopic.DurableSubscription[clientId=ID:2 name=Test 
selector=null]
  | 2005-01-14 09:57:25,235 DEBUG [org.jboss.mq.server.JMSDestinationManager] 
creating the durable subscription for :DurableSubscription[clientId=ID:3 
name=Test selector=null]
  | 2005-01-14 09:57:25,235 DEBUG [org.jboss.mq.pm.jdbc2.PersistenceManager] 
Restored 2 message(s) to: 
TOPIC.angeloRemoteTopic.DurableSubscription[clientId=ID:3 name=Test 
selector=null]
  | 2005-01-14 09:57:25,245 DEBUG [org.jboss.mq.server.JMSDestinationManager] 
creating the durable subscription for :DurableSubscription[clientId=ID:4 
name=Test selector=null]
  | 2005-01-14 09:57:25,245 DEBUG [org.jboss.mq.pm.jdbc2.PersistenceManager] 
Restored 3 message(s) to: 
TOPIC.angeloRemoteTopic.DurableSubscription[clientId=ID:4 name=Test 
selector=null]
  | 2005-01-14 09:57:25,245 DEBUG [org.jboss.mq.server.JMSDestinationManager] 
creating the durable subscription for :DurableSubscription[clientId=ID:5 
name=Test selector=null]
  | 2005-01-14 09:57:25,255 DEBUG [org.jboss.mq.pm.jdbc2.PersistenceManager] 
Restored 2 message(s) to: 
TOPIC.angeloRemoteTopic.DurableSubscription[clientId=ID:5 name=Test 
selector=null]
  | 2005-01-14 09:57:25,255 DEBUG [org.jboss.mq.server.JMSDestinationManager] 
creating the durable subscription for :DurableSubscription[clientId=ID:6 
name=Test selector=null]
  | 2005-01-14 09:57:25,255 DEBUG [org.jboss.mq.pm.jdbc2.PersistenceManager] 
Restored 1 message(s) to: 
TOPIC.angeloRemoteTopic.DurableSubscription[clientId=ID:6 name=Test 
selector=null]
  | 2005-01-14 09:57:25,255 INFO  
[org.jboss.mq.server.jmx.Topic.angeloRemoteTopic] Bound to JNDI name: 
topic/angeloRemoteTopic
  | 2005-01-14 09:57:25,255 DEBUG 
[org.jboss.mq.server.jmx.Topic.angeloRemoteTopic] Started 
jboss.mq.destination:service=Topic,name=angeloRemoteTopic
  | 2005-01-14 09:57:25,255 DEBUG 
[org.jboss.management.j2ee.LocalJBossServerDomain] handleNotification: 
javax.management.Notification[source=jboss.system:service=ServiceController,type=
 
org.jboss.system.ServiceMBean.start,sequenceNumber=192,timeStamp=1105693045255,message=null,userData=jboss.mq.destination:service=Topic,name=angeloRemoteTopic]
  | 2005-01-14 09:57:25,255 DEBUG [org.jboss.system.ServiceController] Starting 
dependent components for: 
jboss.mq.destination:service=Topic,name=angeloRemoteTopic dependent components: 
[]
  | 2005-01-14 09:57:25,255 DEBUG 
[org.jboss.management.j2ee.LocalJBossServerDomain] handleNotification: 
javax.management.Notification[source=jboss.system:service=ServiceDeployer,type=org.jboss.deployment.SubDeployer.start,sequenceNumber=85,timeStamp=1105693045255,message=null,[EMAIL
 PROTECTED] { 
url=file:/C:/jboss-3.2.5/server/mySever/tmp/deploy/tmp26391TestRemoteMDB.ear-contents/RemoteTopic.sar
 }
  |   deployer: [EMAIL PROTECTED]
  |   status: Starting
  |   state: START_DEPLOYER
  |   watch: 
file:/C:/jboss-3.2.5/server/mySever/tmp/deploy/tmp26391TestRemoteMDB.ear-contents/RemoteTopic.sar
  |   lastDeployed: 1105693044744
  |   lastModified: 1105693046000
  |   mbeans:
  |     jboss.mq.destination:service=Topic,name=angeloRemoteTopic state: Started
  | ]
  | 2005-01-14 09:57:25,255 DEBUG 
[org.jboss.management.j2ee.J2EEDeployedObject] File: 
file:/C:/jboss-3.2.5/server/mySever/tmp/deploy/tmp26391TestRemoteMDB.ear-contents/RemoteTopic.sar,
 descriptor: META-INF/application.xml
  | 2005-01-14 09:57:25,275 DEBUG [org.jboss.mx.modelmbean.ModelMBeanInvoker] 
No persistence-manager descriptor found, null persistence will be used
  | 2005-01-14 09:57:25,275 DEBUG [org.jboss.management.j2ee.ServiceModule] 
postRegister(), parent: jboss.management.local:j2eeType=J2EEServer,name=Local
  | 2005-01-14 09:57:25,275 DEBUG [org.jboss.management.j2ee.ServiceModule] 
Created JSR-77 ServiceModule, name: RemoteTopic.sar
  | 2005-01-14 09:57:25,275 DEBUG 
[org.jboss.management.j2ee.factory.ServiceModuleFactory] Created ServiceModule: 
jboss.management.local:J2EEServer=Local,j2eeType=ServiceModule,name=RemoteTopic.sar
  | 2005-01-14 09:57:25,275 DEBUG [org.jboss.mx.modelmbean.ModelMBeanInvoker] 
No persistence-manager descriptor found, null persistence will be used
  | 2005-01-14 09:57:25,275 DEBUG [org.jboss.management.j2ee.MBean] 
postRegister(), parent: 
jboss.management.local:J2EEServer=Local,j2eeType=ServiceModule,name=RemoteTopic.sar
  | 2005-01-14 09:57:25,275 DEBUG 
[org.jboss.management.j2ee.factory.ServiceModuleFactory] Create MBean, name: 
jboss.mq.destination:service=Topic,name=angeloRemoteTopic, SAR Module: 
jboss.management.local:J2EEServer=Local,j2eeType=ServiceModule,name=RemoteTopic.sar
  | 2005-01-14 09:57:25,275 DEBUG [org.jboss.deployment.MainDeployer] End 
deployment start on package: RemoteTopic.sar
  | 2005-01-14 09:57:25,275 DEBUG [org.jboss.deployment.MainDeployer] Begin 
deployment start 
file:/C:/jboss-3.2.5/server/mySever/tmp/deploy/tmp26391TestRemoteMDB.ear-contents/RemoteMdb.jar
  | 2005-01-14 09:57:25,275 DEBUG [org.jboss.ejb.EJBDeployer] start 
application, deploymentInfo: [EMAIL PROTECTED] { 
url=file:/C:/jboss-3.2.5/server/mySever/tmp/deploy/tmp26391TestRemoteMDB.ear-contents/RemoteMdb.jar
 }
  |   deployer: [EMAIL PROTECTED]
  |   status: Starting
  |   state: START_DEPLOYER
  |   watch: 
file:/C:/jboss-3.2.5/server/mySever/tmp/deploy/tmp26391TestRemoteMDB.ear-contents/RemoteMdb.jar
  |   lastDeployed: 1105693044764
  |   lastModified: 1105693046000
  |   mbeans:
  |     jboss.j2ee:jndiName=local/RemoteMDB,service=EJB state: Created
  | , short name: RemoteMdb.jar, parent short name: TestRemoteMDB.ear
  | 2005-01-14 09:57:25,275 DEBUG [org.jboss.system.ServiceController] starting 
service jboss.j2ee:module=RemoteMdb.jar,service=EjbModule
  | 2005-01-14 09:57:25,275 DEBUG [org.jboss.ejb.EjbModule] Starting 
jboss.j2ee:module=RemoteMdb.jar,service=EjbModule
  | 2005-01-14 09:57:25,275 DEBUG [org.jboss.ejb.EjbModule] startService, 
starting container: RemoteMDB
  | 2005-01-14 09:57:25,275 DEBUG [org.jboss.system.ServiceController] starting 
service jboss.j2ee:jndiName=local/RemoteMDB,service=EJB
  | 2005-01-14 09:57:25,275 DEBUG [org.jboss.ejb.MessageDrivenContainer] 
Starting jboss.j2ee:jndiName=local/RemoteMDB,service=EJB
  | 2005-01-14 09:57:25,275 DEBUG [org.jboss.ejb.MessageDrivenContainer] Begin 
java:comp/env for EJB: RemoteMDB
  | 2005-01-14 09:57:25,285 DEBUG [org.jboss.ejb.MessageDrivenContainer] TCL: 
[EMAIL PROTECTED]
  | 2005-01-14 09:57:25,285 DEBUG [org.jboss.ejb.MessageDrivenContainer] End 
java:comp/env for EJB: RemoteMDB
  | 2005-01-14 09:57:25,285 DEBUG 
[org.jboss.ejb.plugins.local.BaseLocalProxyFactory] RemoteMDB cannot be Bound, 
doesn't have local and local home interfaces
  | 2005-01-14 09:57:25,285 DEBUG [org.jboss.system.ServiceController] starting 
service 
jboss.j2ee:binding=InvokerMdb,jndiName=local/RemoteMDB,plugin=invoker,service=EJB
  | 2005-01-14 09:57:25,285 DEBUG 
[org.jboss.ejb.plugins.jms.JMSContainerInvoker] Starting 
jboss.j2ee:binding=InvokerMdb,jndiName=local/RemoteMDB,plugin=invoker,service=EJB
  | 2005-01-14 09:57:25,285 DEBUG 
[org.jboss.ejb.plugins.jms.JMSContainerInvoker] Initializing
  | 2005-01-14 09:57:25,285 DEBUG 
[org.jboss.ejb.plugins.jms.JMSContainerInvoker] Looking up provider adapter: 
java:/RemoteJMSProvider
  | 2005-01-14 09:57:25,285 DEBUG 
[org.jboss.ejb.plugins.jms.JMSContainerInvoker] Provider adapter: [EMAIL 
PROTECTED]
  | 2005-01-14 09:57:25,285 TRACE [org.jboss.ejb.plugins.jms.DLQHandler] 
Constructing
  | 2005-01-14 09:57:25,285 DEBUG [org.jboss.ejb.plugins.jms.DLQHandler] 
Creating DLQHandler

I really don't know what to do... please help me


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

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


-------------------------------------------------------
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