java - External WSDL in BPEL Module: Address already in use 8080 -
i added external wsdl(s) bpel module on localhost:8080 used glassfish 4. have glassfish v2.x running http on localhost:52059. gf2 , gf4 on separate domains. both work fine. however, when deploy composite application uses bpel module references external wsdl(s) on localhost:8080, getting following error.
error: successful execution of start: retailerbpelmoduleca warning: (jbima0405) start of service assembly retailerbpelmoduleca succeeded partially; service units failed 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 in use: 8080 * component: sun-bpel-engine info: (jbima0409) lifecycle operation start succeeded service unit retailerbpelmoduleca-retailerbpelmodule. cleaning up... [stop-service-assembly] stopping service assembly... host=localhost port=5000 name=retailerbpelmoduleca [shutdown-service-assembly] shutting down service assembly... host=localhost port=5000 name=retailerbpelmoduleca [undeploy-service-assembly] undeploying service assembly... host=localhost port=5000 name=retailerbpelmoduleca any idea be?
this happens composite applications using bpel modules external wsdl(s). how come?
the stacktrace indicates bpel module wants start service listening on port 8080 (probably webservice stuff), in use glassfish described.
to fix can either change port of glassfish or 1 of sun-http-binding component.
i don't know how can configure bpel module oracle docs http binding component runtime properties shows might able configure port via netbeans.
see also:
Comments
Post a Comment