0 Replies Latest reply on Apr 3, 2003 7:08 AM by gmccreath

    Urgent.  3.2 RC4 is falling to bits

    gmccreath

      RC4 starts with exceptions, then it doesn't, then it does, then it doesn't ...

      I'm having some real problems.

      My main concern right now is that we cannot even get our messaging application to run on it.

      When it received a message Jboss gives an exception for a duplicate class. The two SARs it does are our /deploy/ SAR and the one JBoss copies into the /tmp/ dir. Below is the exception:

      14:04:33,668 WARN [ClassLoadingTask] Duplicate class found: be.intellect.tafmo.services.osca.adapter.asynctcp.tftp.TftpReadRequestPacket
      Current CS: (file:/C:/Projects/tafmohost/deploy/server/default/tmp/deploy/server/default/deploy/process-services-osca-adapters.sar/27.process-services
      -osca-adapters.sar <no certificates>)
      Duplicate CS: (file:/C:/Projects/tafmohost/deploy/server/default/deploy/process-services-osca-adapters.sar <no certificates>)
      14:04:33,678 ERROR [STDERR] java.lang.LinkageError: duplicate class definition: be/intellect/tafmo/services/osca/adapter/asynctcp/tftp/TftpReadRequest
      Packet
      14:04:33,678 ERROR [STDERR] at be.intellect.tafmo.services.osca.adapter.asynctcp.tftp.TftpPacketAggregator.putIn(TftpPacketAggregator.java:265)
      14:04:33,678 ERROR [STDERR] at be.intellect.tafmo.kernel.adapter.transport.asynctcp.Connection.readInbound(Connection.java:361)
      14:04:33,678 ERROR [STDERR] at be.intellect.tafmo.kernel.adapter.transport.asynctcp.AsyncTCPSkeleton.run(AsyncTCPSkeleton.java:415)
      14:04:33,678 ERROR [STDERR] at java.lang.Thread.run(Thread.java:536)

      What am I doing wrong?

      Greg.