This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 85730 - After debug is enabled, Cannot activate endpoint
Summary: After debug is enabled, Cannot activate endpoint
Status: VERIFIED WORKSFORME
Alias: None
Product: soa
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 5.x
Hardware: All All
: P1 blocker (vote)
Assignee: Venkat Chellasamy
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-09-25 23:57 UTC by Sherry Barkodar
Modified: 2006-10-03 22:34 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sherry Barkodar 2006-09-25 23:57:07 UTC
Trying to debug a helloworld application.
Deployed the application and testrun worked fine.
From the runtime. changed DebugEnabled to true.
When I restart the Appserver, I get the following message:
Application server startup complete.
Initializing BPEL service engine 
Registered Status Provider MBean for com.sun.bpelse-1.0-2
JBISE6013: JavaEEServiceEngine : Java EE Service Engine started successfully.
Retrieving document at
'C:\Sun\AppServer\domains\domain1\jbi\system\deployment\HelloWorldCompositeApp\com.sun.httpsoapbc-1.0-2_HelloWorldCompositeApp-com.sun.httpsoapbc-1.0-2\HelloWorld.wsdl'.
BPEL service engine initialized
Starting BPEL service engine
BPEL service engine started
mThreadCount is 10
Retrieving document at
'C:\Sun\AppServer\domains\domain1\jbi\system\deployment\HelloWorldCompositeApp\com.sun.httpsoapbc-1.0-2_HelloWorldCompositeApp-com.sun.httpsoapbc-1.0-2\Partners\Hello\Hello.wsdl'.
soap action is null
Cannot register MBean for the Protocol
grizzlyHttpProtocol.selectorRegisterProtocol
WEB0712: Starting Sun-Java-System/Application-Server HTTP/1.1 on 18181
Cannot activate endpoint {http://hellopack/}HelloService,HelloPort,outbound
Cannot activate endpoint {http://hellopack/}HelloService,HelloPort,outbound
Reason: Endpoint has already been activated.
Comment 1 Venkat Chellasamy 2006-09-26 01:00:44 UTC
bugtraq% 6474996 opened to track this issue
Comment 2 Alexander Fung 2006-10-03 21:28:02 UTC
I'm unable to reproduce this issue.  There was no project attached, but I used a
project that did deploy and run.  I changed to debugEnabled through the
appserver web application.  After restarting, I had no problems.

This may have been an issue with earlier versions of HTTP/SOAP, BPEL, or the JBI
Framework, but in my latest version, I don't see this problem.
Comment 3 lchang 2006-10-03 22:34:56 UTC
Just tested this and I am also unable to reproduce this issue.

Used SynchronousSample which is a simple Hello World Application
- Deployed the Application
- Ran the test
- Changed DebugEnabled=true
- Restart Appserver
*I am no longer getting the error "Cannot activate endpoint" or "Endpoint has a 
lready been activated"

Then for additional testing
- Reran the project after appserver restart - PASS
- Redeployed the project after appserver restart - PASS