1 2 Previous Next 23 Replies Latest reply on Feb 11, 2015 8:21 AM by kconner Go to original post
      • 15. Re: urgent :: problem with helloworld ::  build failed on de
        kconner
        "D B" wrote:
        ya i have checked the following from your previous post.

        And the answers were????

        • 16. Re: urgent :: problem with helloworld ::  build failed on de
          kconner

          Okay, let me try to be more explicit

          - Does the file already exist?

          If the answer to the above is *yes* then it is likely that *something on your machine* has this file open.

          It is my understanding that windows will lock an open file to prevent its modification by anyone other than the owner.

          - Did you find any other processes accessing this file?

          If the answer to this is no.
          - What happens if you deploy when your app server is not running?

          If this still fails
          - What happens if you deploy when eclipse is *also* not running?

          • 17. Re: urgent :: problem with helloworld ::  build failed on de
            devesh.bhatta
            "Kevin Conner" wrote:
            Okay, let me try to be more explicit

            - Does the file already exist?

            No jboss-service.xml doesnot exist.


            If the answer to this is no.
            - What happens if you deploy when your app server is not running?

            build failed.



            If this still fails
            - What happens if you deploy when eclipse is *also* not running?

            let me try.

            • 18. Re: urgent :: problem with helloworld ::  build failed on de
              kconner
              "D B" wrote:
              "Kevin Conner" wrote:
              - Does the file already exist?
              No jboss-service.xml doesnot exist.


              Do the following directories exist? (C:\jboss-4.0.5.GA\server\default\deploy\jbossesb.sar, C:\jboss-4.0.5.GA\server\default\deploy\jbossesb.sar\META-INF)

              • 19. Re: urgent :: problem with helloworld ::  build failed on de
                devesh.bhatta

                 


                Do the following directories exist? (C:\jboss-4.0.5.GA\server\default\deploy\jbossesb.sar, C:\jboss-4.0.5.GA\server\default\deploy\jbossesb.sar\META-INF)

                no META-INF does not exist !!
                when i create manually META-INF then a jboss-service.xml of 0kb is being created.

                • 20. Re: urgent :: problem with helloworld ::  build failed on de
                  kconner

                  META-INF is created by the build.xml executed in step 5 of the PDF.

                  Were there any errors when you executed this step?

                  Kev

                  P.S. Is there a reason you cannot move up to 4.2MR2 or the current subversion code?

                  • 21. Re: urgent :: problem with helloworld ::  build failed on de
                    devesh.bhatta
                    "Kevin Conner" wrote:

                    META-INF is created by the build.xml executed in step 5 of the PDF.
                    ya i know


                    Were there any errors when you executed this step?
                    :

                    Buildfile: C:\workspace-ESB\jbossESB\samples\quickstarts\helloworld\build.xml
                    prepare:
                    compile:
                    jars:
                    [delete] Deleting: C:\workspace-ESB\jbossESB\samples\quickstarts\helloworld\build\Quickstart_hell
                    oworld.jar
                    [jar] Building jar: C:\workspace-ESB\jbossESB\samples\quickstarts\helloworld\build\Quickstart_
                    helloworld.jar
                    deployToSAR:
                    [echo] Deploys the project to the JBoss Application Server ESB SAR
                    [copy] Copying 1 file to C:\jboss-4.0.5.GA\server\default\deploy\jbossesb.sar
                    [copy] Copying 1 file to C:\jboss-4.0.5.GA\server\default\conf
                    [touch] Creating C:\jboss-4.0.5.GA\server\default\deploy\jbossesb.sar\META-INF\jboss-service.xml


                    BUILD FAILED
                    C:\workspace-ESB\jbossESB\samples\quickstarts\helloworld\build.xml:74: Could not create C:\jboss-4.0
                    .5.GA\server\default\deploy\jbossesb.sar\META-INF\jboss-service.xml

                    Total time: 1 second




                    Kev

                    P.S. Is there a reason you cannot move up to 4.2MR2 or the current subversion code?


                    ya jbossAs is in proirity.

                    i am not able to do that in 4.2MR2

                    can u dsecribe
                    4. Type ?ant-deploy-jms-dests? to copy the JMS Queue definition file into your deployment directory.

                    given in "Getting Started With JBoss ESB"



                    • 22. Re: urgent :: problem with helloworld ::  build failed on de
                      kconner

                      Are you following the PDF or not?

                      Step 5 (page 3)

                      5. run ant install from the C:\tmp\install directory


                      • 23. Re: urgent :: problem with helloworld ::  build failed on de
                        devesh.bhatta

                        Thanks dear

                        Thanks for being with me.

                        Finally it ran..

                        thanks very much dear.......

                        1 2 Previous Next