about LoanProcessing
hai,
I implemented LoanProcessing (it is the Example of netbeans ide) .All are sucessful but In composite application it gives the error like
An activated endpoint already has the same SOAP Address location : http://localhost:18181/LoanRequestor1Service/LoanRequestor1Port
Failed to deploy: java.lang.Exception: An activated endpoint already has the same SOAP Address location : http://localhost:18181/LoanRequestor1Service/LoanRequestor1Port
javax.jbi.JBIException: java.lang.Exception: An activated endpoint already has the same SOAP Address location : http://localhost:18181/LoanRequestor1Service/LoanRequestor1Port
at com.sun.jbi.httpsoapbc.ServiceUnitImpl.createEndpoints(ServiceUnitImpl.java:409)
at com.sun.jbi.httpsoapbc.ServiceUnitImpl.deploy(ServiceUnitImpl.java:162)
at com.sun.jbi.httpsoapbc.HttpSoapBindingDeployer.deploy(HttpSoapBindingDeployer.java:144)
at com.sun.jbi.framework.ServiceUnitOperation.process(ServiceUnitOperation.java:145)
at com.sun.jbi.framework.Operation.run(Operation.java:86)
at java.lang.Thread.run(Thread.java:595)
Caused by: java.lang.Exception: An activated endpoint already has the same SOAP Address location : http://localhost:18181/LoanRequestor1Service/LoanRequestor1Port
at com.sun.jbi.httpsoapbc.HttpSoapBindingLifeCycle.endpointDeployed(HttpSoapBindingLifeCycle.java:285)
at com.sun.jbi.httpsoapbc.ServiceUnitImpl.createEndpoints(ServiceUnitImpl.java:386)
... 5 more
javax.jbi.messaging.MessagingException: Service connection already exists for endpoint {http://j2ee.netbeans.org/wsdl/LoanRequestor1}LoanRequestor1Service LoanRequestor1Port
at com.sun.jbi.messaging.EndpointRegistry.addEndpointConnection(EndpointRegistry.java:380)
at com.sun.jbi.management.system.DeploymentService.activateConnections(DeploymentService.java:2477)
at com.sun.jbi.management.system.DeploymentService.start(DeploymentService.java:1719)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
whenever i deployed the composite application
if you the answer send the reply as early as possible
Thanks
radhi.

