users@glassfish.java.net

Error when Starting a service assembly

From: <glassfish_at_javadesktop.org>
Date: Fri, 19 Jun 2009 06:50:36 PDT

Hello,
I wrote some bpel-process and want to test it. I added an JBI module to Composite application and try to deploy it to server (glassfish v 2.1). Oh, I use netbeans 6.5. So, when I make deploy build.xml-console gives me the next message:
pre-init:
init-private:
init-userdir:
init-user:
init-project:
do-init:
post-init:
init-check:
init:
init-deploy:
deps-jar:
init:
Building jar: C:\Users\digital\Documents\Dimka\course\Blocks_of_services\build\SEDeployment.jar
dist_se:
Expanding: C:\Users\digital\Documents\Dimka\course\Blocks_of_services\build\SEDeployment.jar into C:\Users\digital\Documents\Dimka\course\CompositeApp_bpel_blocks\src\jbiServiceUnits\Blocks_of_services
Moving 1 file to C:\Users\digital\Documents\Dimka\course\CompositeApp_bpel_blocks\src\jbiServiceUnits\Blocks_of_services
Moving 1 file to C:\Users\digital\Documents\Dimka\course\CompositeApp_bpel_blocks\src\jbiServiceUnits\META-INF\Blocks_of_services
deps-javaee-jar:
jbi-build:
Building jar: C:\Users\digital\Documents\Dimka\course\CompositeApp_bpel_blocks\build\BCDeployment.jar
INFO: WSDL Port with dummy SOAP address "REPLACE_WITH_ACTUAL_URL" is ignored: {http://course_services/}AmbulanceRequestServiceService:AmbulanceRequestServicePort
Validating CompApp project...
Generating Service Engine Service Units...
Resolving connections...
WARNING: there is no WSDL Port implementing PortType [{http://course_services/}AmbulanceRequestService]
Writing connections out to connections.xml...
Generating Service Assembly jbi.xml...
Merging component projects' catalogs...
Generating Binding Component Service Units...
  creating sun-http-binding.jar
Creating/Updating CASA...
Filtering Java EE Endpoints...
Deleting: C:\Users\digital\Documents\Dimka\course\CompositeApp_bpel_blocks\build\BCDeployment.jar
Building jar: C:\Users\digital\Documents\Dimka\course\CompositeApp_bpel_blocks\dist\CompositeApp_bpel_blocks.zip
Building jar: C:\Users\digital\Documents\Dimka\course\CompositeApp_bpel_blocks\dist\CompositeApp_bpel_blocks.zip
run-jbi-deploy:
[deploy-service-assembly]
    Deploying a service assembly...
        host=localhost
        port=5006
        file=C:\Users\digital\Documents\Dimka\course\CompositeApp_bpel_blocks/dist/CompositeApp_bpel_blocks.zip
[start-service-assembly]
    Starting a service assembly...
        host=localhost
        port=5006
        name=CompositeApp_bpel_blocks
ERROR: Successful execution of Start: CompositeApp_bpel_blocks
WARNING: (JBIMA0405) Start of service assembly CompositeApp_bpel_blocks succeeded partially; some service units failed to start.
    * Component: sun-http-binding
      ERROR: (SOAPBC_START_1) HTTPBC-E00205: Start failed. java.lang.Exception: LifecycleException: PWC3985: Protocol handler initialization failed: java.net.BindException: Address already in use: bind: 49730
    * Component: sun-bpel-engine
      INFO: (JBIMA0409) Lifecycle operation start succeeded for Service Unit CompositeApp_bpel_blocks-Blocks_of_services.
Cleaning up...
[stop-service-assembly]
    Stopping a service assembly...
        host=localhost
        port=5006
        name=CompositeApp_bpel_blocks
[shutdown-service-assembly]
    Shutting down a service assembly...
        host=localhost
        port=5006
        name=CompositeApp_bpel_blocks
[undeploy-service-assembly]
    Undeploying a service assembly...
        host=localhost
        port=5006
        name=CompositeApp_bpel_blocks
C:\Users\digital\Documents\Dimka\course\CompositeApp_bpel_blocks\nbproject\build-impl.xml:213: Start failure.
BUILD FAILED (total time: 19 seconds)

I tryied to change port but it doesn't help...((( Please, help me. I really need to solve this problem.
[Message sent by forum member 'dimok' (dimok)]

http://forums.java.net/jive/thread.jspa?messageID=352092