7 Replies Latest reply on Jun 30, 2013 1:07 PM by ctomc

    Webservice not running with wildfly-8.0.0.Alpha2-SNAPSHOT

    kaffeetrinker

      Hi,

       

      i downloaded the current master from git and build it, then switchet to standalone-full configuration, but removed the webservice subsystem.

       

      After that I started and deployed my war file, which is working in jboss as 7.1.1 / 7.2.0.

       

      Sadly i get these errors and could not find anything useful in google:

       

      13:02:13,158 INFO  [javax.enterprise.resource.webservices.jaxws.server.http] (MSC service thread 1-5) WSSERVLET12: JAX-WS context listener initializing

      13:02:13,170 SEVERE [javax.enterprise.resource.webservices.jaxws.server.http] (MSC service thread 1-5) WSSERVLET11: failed to parse runtime descriptor: java.net.MalformedURLException: UT010021: Path \WEB-INF\wsdl\mytool.wsdl must start with a /: java.net.MalformedURLException: UT010021: Path \WEB-INF\wsdl\mytool.wsdl must start with a /

              at io.undertow.servlet.spec.ServletContextImpl.getResource(ServletContextImpl.java:222) [undertow-servlet-1.0.0.Alpha19.jar:1.0.0.Alpha19]

              at com.sun.xml.ws.transport.http.servlet.ServletResourceLoader.getResource(ServletResourceLoader.java:59) [webservices-rt-1.4.jar:1.0]

              at com.sun.xml.ws.transport.http.DeploymentDescriptorParser.collectDocs(DeploymentDescriptorParser.java:189) [webservices-rt-1.4.jar:1.0]

              at com.sun.xml.ws.transport.http.DeploymentDescriptorParser.<init>(DeploymentDescriptorParser.java:133) [webservices-rt-1.4.jar:1.0]

              at com.sun.xml.ws.transport.http.servlet.WSServletContextListener.contextInitialized(WSServletContextListener.java:103) [webservices-rt-1.4.jar:1.0]

              at io.undertow.servlet.core.ApplicationListeners.contextInitialized(ApplicationListeners.java:144) [undertow-servlet-1.0.0.Alpha19.jar:1.0.0.Alpha19]

              at io.undertow.servlet.core.DeploymentManagerImpl.deploy(DeploymentManagerImpl.java:158) [undertow-servlet-1.0.0.Alpha19.jar:1.0.0.Alpha19]

              at org.wildfly.extension.undertow.deployment.UndertowDeploymentService.start(UndertowDeploymentService.java:74)

              at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1942)

              at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1875)

              at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) [rt.jar:1.7.0_13]

              at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) [rt.jar:1.7.0_13]

              at java.lang.Thread.run(Thread.java:722) [rt.jar:1.7.0_13]

       

       

      13:02:13,215 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-5) MSC000001: Failed to start service jboss.undertow.deployment.default-host./mytool_api: org.jboss.msc.service.StartException in service jboss.undertow.deployment.default-host./mytool_api: Failed to start service

              at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1898) [jboss-msc-1.2.0.Beta1.jar:1.2.0.Beta1]

              at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) [rt.jar:1.7.0_13]

              at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) [rt.jar:1.7.0_13]

              at java.lang.Thread.run(Thread.java:722) [rt.jar:1.7.0_13]

      Caused by: java.lang.RuntimeException: com.sun.xml.ws.transport.http.servlet.WSServletException: WSSERVLET11: failed to parse runtime descriptor: java.net.MalformedURLException: UT010021: Path \WEB-INF\wsdl\mytool.wsdl must start with a /

              at io.undertow.servlet.core.DeploymentManagerImpl.deploy(DeploymentManagerImpl.java:179)

              at org.wildfly.extension.undertow.deployment.UndertowDeploymentService.start(UndertowDeploymentService.java:74)

              at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1942) [jboss-msc-1.2.0.Beta1.jar:1.2.0.Beta1]

              at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1875) [jboss-msc-1.2.0.Beta1.jar:1.2.0.Beta1]

              ... 3 more

      Caused by: com.sun.xml.ws.transport.http.servlet.WSServletException: WSSERVLET11: failed to parse runtime descriptor: java.net.MalformedURLException: UT010021: Path \WEB-INF\wsdl\mytool.wsdl must start with a /

              at com.sun.xml.ws.transport.http.servlet.WSServletContextListener.contextInitialized(WSServletContextListener.java:118)

              at io.undertow.servlet.core.ApplicationListeners.contextInitialized(ApplicationListeners.java:144)

              at io.undertow.servlet.core.DeploymentManagerImpl.deploy(DeploymentManagerImpl.java:158)

              ... 6 more

      Caused by: java.net.MalformedURLException: UT010021: Path \WEB-INF\wsdl\mytool.wsdl must start with a /

              at io.undertow.servlet.spec.ServletContextImpl.getResource(ServletContextImpl.java:222)

              at com.sun.xml.ws.transport.http.servlet.ServletResourceLoader.getResource(ServletResourceLoader.java:59)

              at com.sun.xml.ws.transport.http.DeploymentDescriptorParser.collectDocs(DeploymentDescriptorParser.java:189)

              at com.sun.xml.ws.transport.http.DeploymentDescriptorParser.<init>(DeploymentDescriptorParser.java:133)

              at com.sun.xml.ws.transport.http.servlet.WSServletContextListener.contextInitialized(WSServletContextListener.java:103)

              ... 8 more

       

       

      13:02:13,279 ERROR [org.jboss.as.controller.management-operation] (DeploymentScanner-threads - 1) JBAS014613: Operation ("deploy") failed - address: ([("deployment" => "mytool_api.war")]) - failure description: {"JBAS014671: Failed services" => {"jboss.undertow.deployment.default-host./mytool_api" => "org.jboss.msc.service.StartException in service jboss.undertow.deployment.default-host./mytool_api: Failed to start service

          Caused by: java.lang.RuntimeException: com.sun.xml.ws.transport.http.servlet.WSServletException: WSSERVLET11: failed to parse runtime descriptor: java.net.MalformedURLException: UT010021: Path \\WEB-INF\\wsdl\\mytool.wsdl must start with a /

          Caused by: com.sun.xml.ws.transport.http.servlet.WSServletException: WSSERVLET11: failed to parse runtime descriptor: java.net.MalformedURLException: UT010021: Path \\WEB-INF\\wsdl\\mytool.wsdl must start with a /

          Caused by: java.net.MalformedURLException: UT010021: Path \\WEB-INF\\wsdl\\mytool.wsdl must start with a /"}}

      13:02:13,288 ERROR [org.jboss.as.server] (DeploymentScanner-threads - 1) JBAS015870: Deploy of deployment "mytool_api.war" was rolled back with the following failure message:

      {"JBAS014671: Failed services" => {"jboss.undertow.deployment.default-host./mytool_api" => "org.jboss.msc.service.StartException in service jboss.undertow.deployment.default-host./mytool_api: Failed to start service

          Caused by: java.lang.RuntimeException: com.sun.xml.ws.transport.http.servlet.WSServletException: WSSERVLET11: failed to parse runtime descriptor: java.net.MalformedURLException: UT010021: Path \\WEB-INF\\wsdl\\mytool.wsdl must start with a /

          Caused by: com.sun.xml.ws.transport.http.servlet.WSServletException: WSSERVLET11: failed to parse runtime descriptor: java.net.MalformedURLException: UT010021: Path \\WEB-INF\\wsdl\\mytool.wsdl must start with a /

          Caused by: java.net.MalformedURLException: UT010021: Path \\WEB-INF\\wsdl\\mytool.wsdl must start with a /"}}

      13:02:13,295 INFO  [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-4) JBAS010418: Stopped Driver service with driver-name = mytool_api.war_com.mysql.jdbc.Driver_5_1

      13:02:13,653 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-1) JBAS015877: Stopped deployment mytool_api.war (runtime-name: mytool_api.war) in 364ms

      13:02:13,656 INFO  [org.jboss.as.controller] (DeploymentScanner-threads - 1) JBAS014774: Service status report

      JBAS014775:    New missing/unsatisfied dependencies:

            service jboss.deployment.unit."mytool_api.war".component."com.sun.faces.config.ConfigureListener".START (missing) dependents: [service jboss.deployment.unit."mytool_api.war".deploymentCompleteService]

            service jboss.deployment.unit."mytool_api.war".component."com.sun.xml.ws.transport.http.servlet.WSServlet".START (missing) dependents: [service jboss.deployment.unit."mytool_api.war".deploymentCompleteService]

            service jboss.deployment.unit."mytool_api.war".component."com.sun.xml.ws.transport.http.servlet.WSServletContextListener".START (missing) dependents: [service jboss.deployment.unit."mytool_api.war".deploymentCompleteService]

            service jboss.deployment.unit."mytool_api.war".component."com.company.mytool.listener.ContextListener".START (missing) dependents: [service jboss.deployment.unit."mytool_api.war".deploymentCompleteService]

            service jboss.deployment.unit."mytool_api.war".component."javax.faces.webapp.FacetTag".START (missing) dependents: [service jboss.deployment.unit."mytool_api.war".deploymentCompleteService]

            service jboss.deployment.unit."mytool_api.war".component."javax.servlet.jsp.jstl.tlv.PermittedTaglibsTLV".START (missing) dependents: [service jboss.deployment.unit."mytool_api.war".deploymentCompleteService]

            service jboss.deployment.unit."mytool_api.war".component."javax.servlet.jsp.jstl.tlv.ScriptFreeTLV".START (missing) dependents: [service jboss.deployment.unit."mytool_api.war".deploymentCompleteService]

            service jboss.undertow.deployment.default-host./mytool_api (missing) dependents: [service jboss.deployment.unit."mytool_api.war".deploymentCompleteService]

      JBAS014777:   Services which failed to start:      service jboss.undertow.deployment.default-host./mytool_api

       

       

       

      Could you provide any hint what may be different now in wildfly, that leads to this deployment being broken?

       

      Thanks in advance!

        • 1. Re: Webservice not running with wildfly-8.0.0.Alpha2-SNAPSHOT
          sfcoy

          Try using forward slashes "/" instead of back slashes "\" in your paths.

           

          BTW, why did you remove the web service subsystem?

          • 2. Re: Webservice not running with wildfly-8.0.0.Alpha2-SNAPSHOT
            kaffeetrinker

            BTW, why did you remove the web service subsystem?

            As it was already in JBoss AS 7.1, it solves the following error:

             

            Caused by: java.lang.IllegalArgumentException: JBAS015533: Web Service endpoint com.sun.xml.ws.tx.webservice.member.coord.ActivationRequesterPortTypeImpl with URL pattern /Coordinator is already registered. Web service endpoint com.sun.xml.ws.tx.webservice.member.coord.RegistrationRequesterPortTypeImpl is requesting the same URL pattern.

                    at org.jboss.as.webservices.metadata.model.AbstractDeployment.addEndpoint(AbstractDeployment.java:60)

                    at org.jboss.as.webservices.metadata.model.JAXWSDeployment.addEndpoint(JAXWSDeployment.java:27)

                    at org.jboss.as.webservices.deployers.WSIntegrationProcessorJAXWS_POJO.processAnnotation(WSIntegrationProcessorJAXWS_POJO.java:98)

                    at org.jboss.as.webservices.deployers.AbstractIntegrationProcessorJAXWS.deploy(AbstractIntegrationProcessorJAXWS.java:91)

                    at org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:159) [wildfly-server-8.0.0.Alpha2-SNAPSHOT.jar:8.0.0.Alpha2-SNAPSHOT]

                    ... 5 more

             

             

            Try using forward slashes "/" instead of back slashes "\" in your paths.

            First of all, it's not exactly my war file, as in: I did not compile it. I tried to find this path and kind of found it in mytool_api.war/WEB-INF/sun-jaxws.xml:

             

            <?xml version="1.0" encoding="UTF-8"?>

            <endpoints

                      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"

                xsi:schemaLocation="http://java.sun.com/xml/ns/jax-ws/ri/runtime http://java.sun.com/webservices/docs/2.0/jaxws/sun-jaxws.xsd"

                xmlns="http://java.sun.com/xml/ns/jax-ws/ri/runtime" version="2.0">

             

                      <endpoint

                    implementation="my.company.MyToolPort"

                    name="mytool"

                    url-pattern="/mytool"

                    wsdl="WEB-INF/wsdl/mytool.wsdl"

                    service="{http://www.company.my/mytool}MyToolService"

                    port="{http://www.company.my/mytool}MyToolPort" />

             

            </endpoints>

             

            As there were no "\" in the path, I tried to add a leading "/" to the wdsl location, but

             

            wsdl="/WEB-INF/wsdl/mytool.wsdl"

             

            also resulted in the same error.

            • 3. Re: Webservice not running with wildfly-8.0.0.Alpha2-SNAPSHOT
              asoldano

              Few facts that might help in diagnosing the issue here: as far as I can tell from messages above, the user deployment is a war embedding the JAXWS RI or at least meant to use it for deploying endpoints. This is not the suggested approach for ws endpoints on WildFly, anyway... to prevent clashes in JAXWS deployment, the webservices subsystem needs to be either disabled for the current deployment (using jboss-deployement-structure.xml) or completely removed. Removing the webservices subsystem impacts the XTS subsystem on the standalone-full configuration, as that depends on it.

              Once the webservices subsystem is disabled, the remaining issues with paths etc. is likely related to the integration of the jaxws ri app with the web layer (undertow here).

              • 4. Re: Webservice not running with wildfly-8.0.0.Alpha2-SNAPSHOT
                ctomc

                I think this is bug in underow for which I might have a fix but need some example to verify.

                 

                 

                Anyone has a way to reproduce this?

                • 5. Re: Webservice not running with wildfly-8.0.0.Alpha2-SNAPSHOT
                  ivandavid77

                  (Note: in both cases linux and windows are using jdk 8 early access 8 build b96)

                   

                  In my case i maked a project in my home (it runs fine):

                  Kubuntu linux (lastest version)

                  JBoss Forge, version 1.2.2.Final

                  commands used:

                       <forge-prompt>$ entity --named SomeEntity   (it creates a entity named "SomeEntity" in folder com.example.exampleproject.model)

                      <forge-prompt>$ scaffold from-entity com.example.exampleproject.SomeEntity

                   

                  .... begin to generate files for CRUD operations ..... too it create a folder named "webapp/WEB-INF/classes/META-INF with a file "forge.taglib.xml" inside

                   

                  then this proyect it's deployed in wildfly-8.0.0.Alpha2 for linux... no problems here!

                   

                   

                  but when this proyect is copied and deployed in wildfly-8.0.0.Alpha2 (or Alpha1) for windows (in my work) the server starts fine, and then when begin to deploy the proyect occur the mentioned problem:

                   

                  "

                  17:25:44,109 INFO  [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 50) HHH000230: Schema export complete

                  17:25:46,515 INFO  [javax.enterprise.resource.webcontainer.jsf.config] (MSC service thread 1-1) Inicializando Mojarra 2.2.0-jbossorg-2 20130602-1635 para el contexto '/exampleproject'

                  17:25:47,078 SEVERE [javax.enterprise.resource.webcontainer.jsf.config] (MSC service thread 1-1) Critical error during deployment: : com.sun.faces.config.ConfigurationException: java.util.concurrent.ExecutionException: javax.faces.FacesException: java.net.MalformedURLException: UT010021: Path \WEB-INF\classes\META-INF\forge.taglib.xml must start with a /

                       at com.sun.faces.config.ConfigManager.getConfigDocuments(ConfigManager.java:751) [jsf-impl-2.2.0-jbossorg-2.jar:]

                       at com.sun.faces.config.ConfigManager.initialize(ConfigManager.java:349) [jsf-impl-2.2.0-jbossorg-2.jar:]

                       at com.sun.faces.config.ConfigureListener.contextInitialized(ConfigureListener.java:214) [jsf-impl-2.2.0-jbossorg-2.jar:]

                       at io.undertow.servlet.core.ApplicationListeners.contextInitialized(ApplicationListeners.java:150) [undertow-servlet-1.0.0.Alpha21.jar:1.0.0.Alpha21]

                       at io.undertow.servlet.core.DeploymentManagerImpl.deploy(DeploymentManagerImpl.java:159) [undertow-servlet-1.0.0.Alpha21.jar:1.0.0.Alpha21]

                       at org.wildfly.extension.undertow.deployment.UndertowDeploymentService.startContext(UndertowDeploymentService.java:80)

                       at org.wildfly.extension.undertow.deployment.UndertowDeploymentService.start(UndertowDeploymentService.java:68)

                       at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1942)

                       at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1875)

                       at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) [rt.jar:1.7.0_21]

                       at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) [rt.jar:1.7.0_21]

                       at java.lang.Thread.run(Unknown Source) [rt.jar:1.7.0_21]

                  Caused by: java.util.concurrent.ExecutionException: javax.faces.FacesException: java.net.MalformedURLException: UT010021: Path \WEB-INF\classes\META-INF\forge.taglib.xml must start with a /

                       at java.util.concurrent.FutureTask$Sync.innerGet(Unknown Source) [rt.jar:1.7.0_21]

                       at java.util.concurrent.FutureTask.get(Unknown Source) [rt.jar:1.7.0_21]

                       at com.sun.faces.config.ConfigManager.getConfigDocuments(ConfigManager.java:738) [jsf-impl-2.2.0-jbossorg-2.jar:]

                       ... 11 more

                  Caused by: javax.faces.FacesException: java.net.MalformedURLException: UT010021: Path \WEB-INF\classes\META-INF\forge.taglib.xml must start with a /

                       at com.sun.faces.config.configprovider.MetaInfFacesConfigResourceProvider.getResources(MetaInfFacesConfigResourceProvider.java:135) [jsf-impl-2.2.0-jbossorg-2.jar:]

                       at com.sun.faces.config.ConfigManager$URITask.call(ConfigManager.java:1306) [jsf-impl-2.2.0-jbossorg-2.jar:]

                       at com.sun.faces.config.ConfigManager$URITask.call(ConfigManager.java:1275) [jsf-impl-2.2.0-jbossorg-2.jar:]

                       at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source) [rt.jar:1.7.0_21]

                       at java.util.concurrent.FutureTask.run(Unknown Source) [rt.jar:1.7.0_21]

                       at com.sun.faces.config.ConfigManager.getConfigDocuments(ConfigManager.java:729) [jsf-impl-2.2.0-jbossorg-2.jar:]

                       ... 11 more

                  Caused by: java.net.MalformedURLException: UT010021: Path \WEB-INF\classes\META-INF\forge.taglib.xml must start with a /

                       at io.undertow.servlet.spec.ServletContextImpl.getResource(ServletContextImpl.java:225) [undertow-servlet-1.0.0.Alpha21.jar:1.0.0.Alpha21]

                       at com.sun.faces.config.configprovider.MetaInfFacesConfigResourceProvider.loadURLs(MetaInfFacesConfigResourceProvider.java:176) [jsf-impl-2.2.0-jbossorg-2.jar:]

                       at com.sun.faces.config.configprovider.MetaInfFacesConfigResourceProvider.getResources(MetaInfFacesConfigResourceProvider.java:108) [jsf-impl-2.2.0-jbossorg-2.jar:]

                       ... 16 more

                   

                   

                   

                   

                  17:25:47,078 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-1) MSC000001: Failed to start service jboss.undertow.deployment.default-host./exampleproject: org.jboss.msc.service.StartException in service jboss.undertow.deployment.default-host./exampleproject: Failed to start service

                       at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1898) [jboss-msc-1.2.0.Beta1.jar:1.2.0.Beta1]

                       at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) [rt.jar:1.7.0_21]

                       at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) [rt.jar:1.7.0_21]

                       at java.lang.Thread.run(Unknown Source) [rt.jar:1.7.0_21]

                  Caused by: java.lang.RuntimeException: java.lang.RuntimeException: com.sun.faces.config.ConfigurationException: java.util.concurrent.ExecutionException: javax.faces.FacesException: java.net.MalformedURLException: UT010021: Path \WEB-INF\classes\META-INF\forge.taglib.xml must start with a /

                       at io.undertow.servlet.core.DeploymentManagerImpl.deploy(DeploymentManagerImpl.java:181)

                       at org.wildfly.extension.undertow.deployment.UndertowDeploymentService.startContext(UndertowDeploymentService.java:80)

                       at org.wildfly.extension.undertow.deployment.UndertowDeploymentService.start(UndertowDeploymentService.java:68)

                       at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1942) [jboss-msc-1.2.0.Beta1.jar:1.2.0.Beta1]

                       at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1875) [jboss-msc-1.2.0.Beta1.jar:1.2.0.Beta1]

                       ... 3 more

                  Caused by: java.lang.RuntimeException: com.sun.faces.config.ConfigurationException: java.util.concurrent.ExecutionException: javax.faces.FacesException: java.net.MalformedURLException: UT010021: Path \WEB-INF\classes\META-INF\forge.taglib.xml must start with a /

                       at com.sun.faces.config.ConfigureListener.contextInitialized(ConfigureListener.java:273)

                       at io.undertow.servlet.core.ApplicationListeners.contextInitialized(ApplicationListeners.java:150)

                       at io.undertow.servlet.core.DeploymentManagerImpl.deploy(DeploymentManagerImpl.java:159)

                       ... 7 more

                  Caused by: com.sun.faces.config.ConfigurationException: java.util.concurrent.ExecutionException: javax.faces.FacesException: java.net.MalformedURLException: UT010021: Path \WEB-INF\classes\META-INF\forge.taglib.xml must start with a /

                       at com.sun.faces.config.ConfigManager.getConfigDocuments(ConfigManager.java:751)

                       at com.sun.faces.config.ConfigManager.initialize(ConfigManager.java:349)

                       at com.sun.faces.config.ConfigureListener.contextInitialized(ConfigureListener.java:214)

                       ... 9 more

                  Caused by: java.util.concurrent.ExecutionException: javax.faces.FacesException: java.net.MalformedURLException: UT010021: Path \WEB-INF\classes\META-INF\forge.taglib.xml must start with a /

                       at java.util.concurrent.FutureTask$Sync.innerGet(Unknown Source) [rt.jar:1.7.0_21]

                       at java.util.concurrent.FutureTask.get(Unknown Source) [rt.jar:1.7.0_21]

                       at com.sun.faces.config.ConfigManager.getConfigDocuments(ConfigManager.java:738)

                       ... 11 more

                  Caused by: javax.faces.FacesException: java.net.MalformedURLException: UT010021: Path \WEB-INF\classes\META-INF\forge.taglib.xml must start with a /

                       at com.sun.faces.config.configprovider.MetaInfFacesConfigResourceProvider.getResources(MetaInfFacesConfigResourceProvider.java:135)

                       at com.sun.faces.config.ConfigManager$URITask.call(ConfigManager.java:1306)

                       at com.sun.faces.config.ConfigManager$URITask.call(ConfigManager.java:1275)

                       at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source) [rt.jar:1.7.0_21]

                       at java.util.concurrent.FutureTask.run(Unknown Source) [rt.jar:1.7.0_21]

                       at com.sun.faces.config.ConfigManager.getConfigDocuments(ConfigManager.java:729)

                       ... 11 more

                  Caused by: java.net.MalformedURLException: UT010021: Path \WEB-INF\classes\META-INF\forge.taglib.xml must start with a /

                       at io.undertow.servlet.spec.ServletContextImpl.getResource(ServletContextImpl.java:225)

                       at com.sun.faces.config.configprovider.MetaInfFacesConfigResourceProvider.loadURLs(MetaInfFacesConfigResourceProvider.java:176)

                       at com.sun.faces.config.configprovider.MetaInfFacesConfigResourceProvider.getResources(MetaInfFacesConfigResourceProvider.java:108)

                       ... 16 more

                   

                  "

                  • 6. Re: Webservice not running with wildfly-8.0.0.Alpha2-SNAPSHOT
                    hc04te

                    You can try the old web subsystem instead of undertow and see if it starts properly. Try to start with ./standalone.sh --server-config standalone-jbossweb.xml

                    • 7. Re: Webservice not running with wildfly-8.0.0.Alpha2-SNAPSHOT
                      ctomc

                      This should be fixed in latest nightly builds .

                       

                      It would be great if you could try it out and verify

                       

                      see https://community.jboss.org/thread/224262 for where to get nighly builds

                       

                       

                      --

                      tomaz