Results 1 to 2 of 2

Thread: "Filename must not be null" exception deploying Axis2 service

  1. #1
    Join Date
    May 2007
    Posts
    6

    Default "Filename must not be null" exception deploying Axis2 service

    Hi,

    I have an Axis2 interface embedded into Spring and when I deploy it into Tomcat I get the following error:

    --------
    java.lang.IllegalArgumentException: Filename must not be null
    at org.apache.axis2.deployment.repository.util.Deploy mentFileData.<init>(DeploymentFileData.java:43)
    --------

    I think maybe the problem is related with the way the Axis2 service is deployed, I have done the following:

    1.Add the services.xml file into WEB-INF and WEB-INF/services folder.
    2. Pack all Axis2 interface code into a jar file and put it into WEB-INF/lib folder.

    Any idea on what the problem can be?

    What is the correct way to deploy Axis2 code into Spring-based applications?

  2. #2
    Join Date
    Aug 2008
    Posts
    3

    Default

    see https://issues.apache.org/jira/browse/AXIS2-3246?page=com.atlassian.jira.plugin.system.issueta bpanels:all-tabpanel[/url]

    use axis 1.4 or later version

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •