0 Replies Latest reply on Oct 19, 2006 12:22 PM by frintrop

    Porting 4.0.0 to 4.0.4 / 4.0.5

    frintrop

      We port our application from 4.0.0 to 4.0.4/5.

      If we deploy our war in a seperate tomcat 5.5 and communication to a jboss 4.0.4/5 everything works perfect.

      if we deploy (as in 4.0.0 done ) the war in the jboss-tomcat container we got a exception:

      ERROR [STDERR] javax.naming.CommunicationException: Receive timed out [Root exception is java.net.SocketTimeoutException: Receive timed out]
      18:14:18,687 ERROR [STDERR] at org.jnp.interfaces.NamingContext.discoverServ
      r(NamingContext.java:1317)
      18:14:18,687 ERROR [STDERR] at org.jnp.interfaces.NamingContext.checkRef(Nam
      ngContext.java:1446)
      8:14:18,687 ERROR [STDERR] at org.jnp.interfaces.NamingContext.lookup(Namin
      Context.java:594)
      8:14:18,687 ERROR [STDERR] at org.jnp.interfaces.NamingContext.lookup(Namin



      we have checked the jar version. the seemed to be the same. jnp is running on port 1099.

      any suggestions ?

      thx