This is the log of deployment of the package on the Linux machine, with IP address 
192.168.0.170:

2004-03-08 22:53:13,341 INFO  [org.jboss.deployment.MainDeployer] Starting deployment 
of package: file:/usr/java/jboss3.2/server/default/deploy/banca.jar
2004-03-08 22:53:20,700 INFO  [org.jboss.ejb.EjbModule] Deploying Cliente
2004-03-08 22:53:22,032 INFO  [org.jboss.ejb.EjbModule] Deploying Conto
2004-03-08 22:53:22,083 INFO  [org.jboss.ejb.EjbModule] Deploying Movimento
2004-03-08 22:53:22,361 INFO  [org.jboss.ejb.EjbModule] Deploying Operazioni
2004-03-08 22:53:24,220 INFO  [org.jboss.ejb.plugins.EntityInstancePool] Started 
jboss.j2ee:jndiName=banca/Cliente,plugin=pool,service=EJB
2004-03-08 22:53:24,224 INFO  [org.jboss.ejb.EntityContainer] Started 
jboss.j2ee:jndiName=banca/Cliente,service=EJB
2004-03-08 22:53:24,348 INFO  [org.jboss.ejb.plugins.EntityInstancePool] Started 
jboss.j2ee:jndiName=banca/Conto,plugin=pool,service=EJB
2004-03-08 22:53:24,350 INFO  [org.jboss.ejb.EntityContainer] Started 
jboss.j2ee:jndiName=banca/Conto,service=EJB
2004-03-08 22:53:24,502 INFO  [org.jboss.ejb.plugins.EntityInstancePool] Started 
jboss.j2ee:jndiName=banca/Movimento,plugin=pool,service=EJB
2004-03-08 22:53:24,505 INFO  [org.jboss.ejb.EntityContainer] Started 
jboss.j2ee:jndiName=banca/Movimento,service=EJB
2004-03-08 22:53:24,582 INFO  [org.jboss.ejb.plugins.StatelessSessionInstancePool] 
Started jboss.j2ee:jndiName=banca/Operazioni,plugin=pool,service=EJB
2004-03-08 22:53:24,585 INFO  [org.jboss.ejb.StatelessSessionContainer] Started 
jboss.j2ee:jndiName=banca/Operazioni,service=EJB
2004-03-08 22:53:24,588 INFO  [org.jboss.ejb.EjbModule] Started 
jboss.j2ee:module=banca.jar,service=EjbModule
2004-03-08 22:53:24,590 INFO  [org.jboss.ejb.EJBDeployer] Deployed: 
file:/usr/java/jboss3.2/server/default/deploy/banca.jar
2004-03-08 22:53:24,920 INFO  [org.jboss.deployment.MainDeployer] Deployed package: 
file:/usr/java/jboss3.2/server/default/deploy/banca.jar
-----------------------------------------------------------------------------------
The following is the full Exception thrown at execution of client Tester on the 
Windows machine:

Tester:
     [java] javax.naming.CommunicationException [Root exception is 
     java.rmi.NoSuchObjectException: no such object in table]
------------------------------------------------------------------------------------
The following is the piece of source of the client Tester, where the Exception in 
thrown (the required remote object is banca/Operazioni, a stateless Session bean):

InitialContext jndiContext = new InitialContext();
         
ref = jndiContext.lookup("java://192.168.0.170/banca/Operazioni");
OperazioniHome homeA = (OperazioniHome)
       PortableRemoteObject.narrow(ref, OperazioniHome.class);

------------------------------------------------------------------------------------
The following is the Jboss-J2ee section of the web page:
http://192.168.0.170:8080/jmx-console:

jndiName=banca/Cliente,plugin=cache,service=EJB 
jndiName=banca/Cliente,plugin=pool,service=EJB 
jndiName=banca/Cliente,service=EJB 
jndiName=banca/Conto,plugin=cache,service=EJB 
jndiName=banca/Conto,plugin=pool,service=EJB 
jndiName=banca/Conto,service=EJB 
jndiName=banca/Movimento,plugin=cache,service=EJB 
jndiName=banca/Movimento,plugin=pool,service=EJB 
jndiName=banca/Movimento,service=EJB 
jndiName=banca/Operazioni,plugin=pool,service=EJB 
jndiName=banca/Operazioni,service=EJB 
module=banca.jar,service=EjbModule 
service=ClientDeployer 
service=EARDeployer 


<a 
href="http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3824818#3824818";>View 
the original post</a>

<a 
href="http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3824818>Reply 
to the post</a>


-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to