1 Reply Latest reply on Dec 12, 2008 5:08 AM by ram.pathak

    Axis problems on jboss 4.0.1sp1

    mvitale

      Hi folks.

      I'm trying to deploy the Apache Axis jars into JBoss 4.0.1sp1 on HP/UX, and I'm running into a few issues. I'm trying to have my JBoss server interact with a SOAP Server at Melissa Data corporation (an Address Validation service.) It shouldn't matter, but in the interest of full information...They're running IIS at MD, and their SOAP server is written in .NET. My code is, obviously, Java.

      First, the error that I'm receiving in the server logs is:

      16:33:30,713 ERROR [Engine] StandardWrapperValve[action]: Servlet.service() for servlet action threw exception
      java.lang.NoSuchMethodError: org.apache.axis.description.TypeDesc.(Ljava/lang/Class;Z)V

      I have removed the jboss-ws4ee.sar directory from the $JBOSS_HOME/server/default/deploy directory.

      I have followed Vishal's instructions noted in http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3866172#3866172

      Neither of the above seem to help.

      I have deployed the Apache Axis version 1.4 JARs inside my war file.

      For various reasons, we are unable to upgrade JBoss past version 4.0.1sp1 at this time.

      If anyone has any ideas about something that might help me out, I'm very interested in hearing them.

      Thanks,
      Mike Vitale

        • 1. Re: file upload problem
          ram.pathak

          I am trying to upload 4mb of file while the max Size limite is 5mb ,getting the error as below


          15:11:41,240 ERROR [Engine] StandardWrapperValve[action]: Servlet.service() for servlet action threw exception
          java.lang.OutOfMemoryError

          can some one tell whts the problem