6 Replies Latest reply on Jan 25, 2005 3:40 PM by anu_katta

    Incomplete Deployment Listing error

    anu_katta

      Hi I got this error on Jboss 4.0 standard configuration when I deploy my .ear file.
      And I really didn't see any difference between this xml file and the other xml files got packaged with this in the same schemas.jar. Can anybody tell me what is wrong in this file.
      It is only giving me this error for this file only. If I delete this file from the jar and everything goes fine.
      Here is the error I got:


      16:44:06,368 INFO [TomcatDeployer] deploy, ctxPath=/core, warUrl=file:/home/anu/downloads/jboss4_0/jboss-4.0.0/server/standard/tmp/deploy/tmp7181core.ear-contents/core-exp.war/
      16:44:07,353 INFO [EARDeployer] Started J2EE application: file:/home/anu/downloads/jboss4_0/jboss-4.0.0/server/standard/deploy/core.ear
      16:44:07,357 ERROR [URLDeploymentScanner] Incomplete Deployment listing:
      Packages waiting for a deployer:
      org.jboss.deployment.DeploymentInfo@c5482498 { url=file:/home/anu/downloads/jboss4_0/jboss-4.0.0/server/standard/tmp/deploy/tmp7181core.ear-contents/schemas.jar-contents/xml/schemas/sysRepFields.xml }
      deployer: null
      status: Starting
      state: START_SUBDEPLOYMENTS
      watch: file:/home/anu/downloads/jboss4_0/jboss-4.0.0/server/standard/tmp/deploy/tmp7181core.ear-contents/schemas.jar-contents/xml/schemas/sysRepFields.xml
      altDD: null
      lastDeployed: 1104446578773
      lastModified: 1104446578000
      mbeans:


      16:44:07,802 INFO [Http11Protocol] Starting Coyote HTTP/1.1 on http-0.0.0.0-8080
      16:44:08,094 INFO [ChannelSocket] JK2: ajp13 listening on /0.0.0.0:8009
      16:44:08,314 INFO [JkMain] Jk running ID=0 time=0/262 config=null
      16:44:08,500 INFO [Server] JBoss (MX MicroKernel) [4.0.0 (build: CVSTag=JBoss_4_0_0 date=200409200418)] Started in 2m:21s:470ms

      -------------------------
      and here is the sysRepFields.xml file contents:


      <?xml version="1.0" encoding="ISO-8859-1"?>
      <schema beanpackage="com.abcsinc.tables" description="Fields available for Reports and Export Utility" name="sysReportFields" persistent="true">
      
       <field access="D" auto-sequence="true" description="Report Field Id" name="reportFieldId" prototype="abcsProtos.uniqueId"/>
       <field access="E" description="Application Menu Id" name="appMenuId" prototype="abcsProtos.menuItemId"/>
       <field access="E" description="Table Name" name="appTableName" prototype="abcsProtos.schemaTableName"/>
       <field description="Field Name" name="appFieldName" prototype="abcsProtos.schemaFieldName"/>
       <field description="Field Prompt" name="appFieldPrompt" prototype="abcsProtos.description"/>
       <field description="Field Type" name="appFieldType" prototype="abcsProtos.exportFieldType"/>
       <field description="Field Conditions" name="fieldCondition" prototype="abcsProtos.reference"/>
       <field description="Module" name="whichModule" prototype="abcsProtos.whichModule"/>
      
       <primary-key>
       <key-field>reportFieldId</key-field>
       </primary-key>
      
      </schema>
      

      -----------
      Any help regarding this is highly appreciated.
      Thanks.
      --Anu.

        • 1. Re: Incomplete Deployment Listing error
          genman


          JBoss thinks that your .xml file is something to deploy, like a nested .war or .sar file. What does your application.xml file say?

          • 2. Re: Incomplete Deployment Listing error
            anu_katta

            Thankyou for your responce Genman. Here is my application.xml in which I did not specify anywhere about the that .xml file. that is included in the schemas.jar and I also checked the schemas.jar META-INF directory in which I have no files at all except the default MANIFEST.MF created by sun.

            <?xml version="1.0" encoding="UTF-8"?>
            <application>
             <display-name>Deployed EJBs for all datasets</display-name>
             <module>
             <java>core_serverLib.jar</java>
             </module>
             <module>
             <java>nekohtml.jar</java>
             </module>
             <module>
             <java>xercesImpl.jar</java>
             </module>
             <module>
             <java>xmlParserAPIs.jar</java>
             </module>
             <module>
             <java>xmlrpc-1_2-b1.jar</java>
             </module>
             <module>
             <java>core_clientServerLib.jar</java>
             </module>
             <module>
             <java>gen_clientServerLib.jar</java>
             </module>
             <module>
             <java>ejb_client_configs.jar</java>
             </module>
             <module>
             <java>installedModules.jar</java>
             </module>
             <module>
             <java>data.jar</java>
             </module>
             <module>
             <java>fieldformatdefs.jar</java>
             </module>
             <module>
             <java>joins.jar</java>
             </module>
             <module>
             <java>menus.jar</java>
             </module>
             <module>
             <java>queries.jar</java>
             </module>
             <module>
             <java>schemas.jar</java>
             </module>
             <module>
             <java>statemachines.jar</java>
             </module>
             <module>
             <java>treeviews.jar</java>
             </module>
             <module>
             <ejb>common_core_ejb_eb.jar</ejb>
             </module>
             <module>
             <ejb>santabarbara_core_ejb_eb.jar</ejb>
             </module>
             <module>
             <ejb>core_ejb_sb.jar</ejb>
             </module>
             <module>
             <ejb>santabarbara_jms_ejb_eb.jar</ejb>
             </module>
             <module>
             <ejb>jms_ejb_sb.jar</ejb>
             </module>
             <module>
             <ejb>jms_ejb_mdb.jar</ejb>
             </module>
             <module>
             <ejb>santabarbara_gen_ejb_eb.jar</ejb>
             </module>
             <module>
             <ejb>gen_ejb_sb.jar</ejb>
             </module>
             <module>
             <ejb>santabarbara_acr_ejb_eb.jar</ejb>
             </module>
             <module>
             <ejb>acr_ejb_sb.jar</ejb>
             </module>
             <module>
             <ejb>santabarbara_apy_ejb_eb.jar</ejb>
             </module>
             <module>
             <ejb>apy_ejb_sb.jar</ejb>
             </module>
             <module>
             <ejb>santabarbara_pay_ejb_eb.jar</ejb>
             </module>
             <module>
             <web>
             <web-uri>core.war</web-uri>
             <context-root>core</context-root>
             </web>
             </module>
            </application>
            


            Anything wrong in the above code. This is what I have in my application.xml
            I appreciate your help.
            --Anu

            • 3. Re: Incomplete Deployment Listing error
              starksm64

              This is due to the following issue:
              http://jira.jboss.com/jira/browse/JBAS-1264

              See that issue for the workaround.

              • 4. Re: Incomplete Deployment Listing error
                anu_katta

                Thank you Scott, it worked.
                But this is little problem for our project to be sold, everytime we have to make our clients to change their server configurations?????
                I really appreciate if you have some more suggetions on this..
                Thank you.
                --Anu.

                • 5. Re: Incomplete Deployment Listing error
                  darranl

                  Is there any way that you could change the name of your xml file so that the last five characters arent 'ds.xml'?

                  • 6. Re: Incomplete Deployment Listing error
                    anu_katta

                    hmm, not really. My team does not want to change the filenames, since most of the filenames are from the schemas/ tour DB tablenames and which can not be changed, just like that.
                    -Thanks.