0 Replies Latest reply on Dec 9, 2002 12:54 PM by simperitog

    ClassCastException

    simperitog

      Appear to get the following two errors while doing hot-deploy.

      1.
      09:26:50,859 INFO [MainDeployer] could not delete directory file:/D:/EMS/jboss/
      jboss-3.0.4_tomcat-4.1.12/server/default/tmp/deploy/server/default/deploy/hotdeploy.jar/88.hotdeploy.jar restart will delete it

      2.
      95.1% 0 + 77 java.net.Plain09:27:46,702 ERROR [STDERR] java.lang.Cla
      ssCastException
      09:27:46,712 ERROR [STDERR] at com.sun.corba.se.internal.javax.rmi.PortableR
      emoteObject.narrow(PortableRemoteObject.java:293)
      09:27:46,722 ERROR [STDERR] at javax.rmi.PortableRemoteObject.narrow(Portabl
      eRemoteObject.java:134)

      How bad is 1 ? What is 2, and how can it be avoided ? One additional question, how does hot deploy handle ordinary jars (non-EJB) ? So non-EJB jars get added to the class path and classes reloaded ?

      Thanks in advance.