6 Replies Latest reply on Sep 27, 2012 1:12 PM by eocampos

    JBoss 7.1.1- Server does not deploy the web services if path contains space

    dprakash

      Hi,

       

      I tried to start the JBoss7.1.1 from "C:\Program Files\jboss-as-7.1.1.Final", where the installation path contains the space [In "Program Files"].

       

      Server starts perfectly but the ear file does not get deployed.

       

      The issue is as follows:

       

      WSDL for the first web service interface  [Pogo web services] has been written to "C:\Program%20Files\jboss-as-7.1.1.Final\standalone\data\wsdl\xxx.ear\xxx-war.war" [by creating brand new folders] where as the WSDL for the same web service class has been written to "C:\Program Files\jboss-as-7.1.1.Final\standalone\data\wsdl\xxx.ear\xxx-war.war" [Within the installation folder] due to which the deployment stops with FileNotFoundException.

       

      Is this the expected behavior?

       

      Thanks in advance.