0 Replies Latest reply on Feb 16, 2004 10:08 PM by jboss101

    javax.naming.NamingException: Context is read only

    jboss101

      Hi,

      I got an exception when looking up the EJB home from a servlet (running in Tomcat), does anybody know what that means? Thanks in advance.

      javax.naming.CommunicationException [Root exception is java.io.InvalidObjectException: Problem setting up mbean server or mbeans in client: MBeanException: javax.naming.NamingException: Context is read only
      Cause: javax.naming.NamingException: Context is read only]
      at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:619)
      at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:479)
      at javax.naming.InitialContext.lookup(InitialContext.java:347)
      ...