2 Replies Latest reply on Apr 14, 2008 11:40 AM by peterj

    Wierd error "Adding text to an XML document must not null"

    raags

      Hi, I'm trying out JBoss 5.0 for the first time and my simple helloworld webservice when deployed gives this error:

      16:55:24,425 INFO [TomcatDeployment] deploy, ctxPath=/, vfsUrl=ROOT.war
      16:55:24,940 ERROR [ProfileServiceBootstrap] Failed to load profile: Summary of
      incomplete deployments (SEE PREVIOUS ERRORS FOR DETAILS):

      *** CONTEXTS IN ERROR: Name -> Error

      vfsfile:/C:/systestjboss/jboss-5.0.0.Beta3/server/default/deploy/helloworld5.jar
      -> java.lang.IllegalArgumentException: Adding text to an XML document must not
      be null

      vfsfile:/C:/systestjboss/jboss-5.0.0.Beta3/server/default/deploy/hellowebservice
      .jar -> java.lang.IllegalArgumentException: Adding text to an XML document must
      not be null


      16:55:25,003 INFO [Http11Protocol] Starting Coyote HTTP/1.1 on http-127.0.0.1-8
      080
      16:55:25,081 INFO [AjpProtocol] Starting Coyote AJP/1.3 on ajp-127.0.0.1-8009
      16:55:25,081 INFO [ServerImpl] JBoss (Microcontainer) [5.0.0.Beta3 (build: SVNT
      ag=JBoss_5_0_0_Beta3 date=200712210026)] Started in 1m:10s:296ms

      How can I solve this?

      Thanks!

        • 1. Re: Wierd error
          ropalka

          Download JBoss AS 5 Beta 4. We tested our web services stack on it. AS 5 Beta 3 is unsupported

          • 2. Re: Wierd error
            peterj

            Also notice this part of the output you posted:

            (SEE PREVIOUS ERRORS FOR DETAILS):


            What you posted is a summary of things that did not deploy. Earlier in the console output there should be an exception stack trace that provides details about what went wrong. You will need to post that (if you run into the problem using beta4).