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 130345 - SSL is not working
Summary: SSL is not working
Status: RESOLVED WORKSFORME
Alias: None
Product: soa
Classification: Unclassified
Component: Binding Components (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: Sherry Weng
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-03-17 23:30 UTC by ggenipudi
Modified: 2008-03-19 20:44 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
client project (16.56 KB, text/plain)
2008-03-17 23:31 UTC, ggenipudi
Details
client comp app (67.55 KB, text/plain)
2008-03-17 23:31 UTC, ggenipudi
Details
client project (16.56 KB, application/octet-stream)
2008-03-17 23:32 UTC, ggenipudi
Details
client comp app (67.55 KB, application/octet-stream)
2008-03-17 23:32 UTC, ggenipudi
Details
server project (12.87 KB, application/octet-stream)
2008-03-17 23:33 UTC, ggenipudi
Details
server comp app (50.18 KB, application/octet-stream)
2008-03-17 23:35 UTC, ggenipudi
Details

Note You need to log in before you can comment on or make changes to this bug.
Description ggenipudi 2008-03-17 23:30:18 UTC
unzip and open the attached project and deploy the server and client composite app and send soap request using the 
tester it will fail with following error.
Sending message 240038823528519-10140-134250851719320026
The request received is not a ws-rm enabled message; generated com.sun.jbi.messaging.groupid with value [7b958e65-2b22-
404d-9204-7bcb63695438] and com.sun.jbi.messaging.messageid with value [2] for message exchange with ID 
[240038823528519-10140-134250851719320026]
Got a message with SOAP binding; id: 240038823528519-10140-134250851719480027
Service async request for: /myytestService/myytestPort
Query string encoding: UTF-8
Completed async invoke
Processing SOAPMessage received in AsyncProvider. [Service: {http://j2ee.netbeans.org/wsdl/myytest}myytestService] 
[Port: {http://j2ee.netbeans.org/wsdl/myytest}myytestPort] [Operation: null]
Adding reply listener for messsage exchange:240038823528519-10140-134250853248780028
SOAP envelope namespaces:
{xmlns:xsd=http://www.w3.org/2001/XMLSchema
xmlns:myy=http://j2ee.netbeans.org/wsdl/myytest
xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance
xmlns:soapenv=http://schemas.xmlsoap.org/soap/envelope/
}
SOAP body to normalize:
<?xml version="1.0" encoding="UTF-8"?><soapenv:Body 
xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><myy:myytestOperation 
xmlns:myy="http://j2ee.netbeans.org/wsdl/myytest">
      <part1>?string?</part1>
    </myy:myytestOperation></soapenv:Body>
SOAP body namespaces:
{}
Operation  myytestOperation namespaces:
{}
TYPE_DOC: false TYPE_RPC: true ELEM_DOC: false ELEM_RPC: false
Style is RPC, part part1 is Type, QName {http://www.w3.org/2001/XMLSchema}string
Part  'part1' namespaces:
{}
SOAP header to normalize:
<?xml version="1.0" encoding="UTF-8"?><soapenv:Header xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"/>
SOAP header namespaces:
{}
Normalized message:
<?xml version="1.0" encoding="UTF-8"?><jbi:message xmlns:msgns="http://j2ee.netbeans.org/wsdl/myytest" 
xmlns:myy="http://j2ee.netbeans.org/wsdl/myytest" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" 
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="input1" 
type="msgns:myytestOperationRequest" version="1.0" xmlns:jbi="http://java.sun.com/xml/ns/jbi/wsdl-11-
wrapper"><jbi:part>?string?</jbi:part></jbi:message>
Sending to component this normalized message:
<?xml version="1.0" encoding="UTF-8" standalone="no"?><jbi:message xmlns:msgns="http://j2ee.netbeans.org/wsdl/myytest" 
xmlns:myy="http://j2ee.netbeans.org/wsdl/myytest" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" 
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="input1" 
type="msgns:myytestOperationRequest" version="1.0" xmlns:jbi="http://java.sun.com/xml/ns/jbi/wsdl-11-
wrapper"><jbi:part>?string?</jbi:part></jbi:message>
Sending message 240038823528519-10140-134250853248780028
The request received is not a ws-rm enabled message; generated com.sun.jbi.messaging.groupid with value [9daad2b5-26ca-
4ba6-b512-9c1cc5135554] and com.sun.jbi.messaging.messageid with value [3] for message exchange with ID 
[240038823528519-10140-134250853248780028]
Got a message with SOAP binding; id: 240038823528519-10140-134250853248780029
Service async request for: /myytestService/myytestPort
Query string encoding: UTF-8
Completed async invoke
Processing SOAPMessage received in AsyncProvider. [Service: {http://j2ee.netbeans.org/wsdl/myytest}myytestService] 
[Port: {http://j2ee.netbeans.org/wsdl/myytest}myytestPort] [Operation: null]
Adding reply listener for messsage exchange:240038823528519-10140-134250857662780030
SOAP envelope namespaces:
{xmlns:xsd=http://www.w3.org/2001/XMLSchema
xmlns:myy=http://j2ee.netbeans.org/wsdl/myytest
xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance
xmlns:soapenv=http://schemas.xmlsoap.org/soap/envelope/
}
SOAP body to normalize:
<?xml version="1.0" encoding="UTF-8"?><soapenv:Body 
xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><myy:myytestOperation 
xmlns:myy="http://j2ee.netbeans.org/wsdl/myytest">
      <part1>?string?</part1>
    </myy:myytestOperation></soapenv:Body>
SOAP body namespaces:
{}
Operation  myytestOperation namespaces:
{}
TYPE_DOC: false TYPE_RPC: true ELEM_DOC: false ELEM_RPC: false
Style is RPC, part part1 is Type, QName {http://www.w3.org/2001/XMLSchema}string
Part  'part1' namespaces:
{}
SOAP header to normalize:
<?xml version="1.0" encoding="UTF-8"?><soapenv:Header xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"/>
SOAP header namespaces:
{}
Normalized message:
<?xml version="1.0" encoding="UTF-8"?><jbi:message xmlns:msgns="http://j2ee.netbeans.org/wsdl/myytest" 
xmlns:myy="http://j2ee.netbeans.org/wsdl/myytest" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" 
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="input1" 
type="msgns:myytestOperationRequest" version="1.0" xmlns:jbi="http://java.sun.com/xml/ns/jbi/wsdl-11-
wrapper"><jbi:part>?string?</jbi:part></jbi:message>
Sending to component this normalized message:
<?xml version="1.0" encoding="UTF-8" standalone="no"?><jbi:message xmlns:msgns="http://j2ee.netbeans.org/wsdl/myytest" 
xmlns:myy="http://j2ee.netbeans.org/wsdl/myytest" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" 
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="input1" 
type="msgns:myytestOperationRequest" version="1.0" xmlns:jbi="http://java.sun.com/xml/ns/jbi/wsdl-11-
wrapper"><jbi:part>?string?</jbi:part></jbi:message>
Sending message 240038823528519-10140-134250857662780030
The request received is not a ws-rm enabled message; generated com.sun.jbi.messaging.groupid with value [9eeb710d-c698-
4478-9896-b91ca0b38b23] and com.sun.jbi.messaging.messageid with value [4] for message exchange with ID 
[240038823528519-10140-134250857662780030]
Got a message with SOAP binding; id: 240038823528519-10140-134250857662780031
Comment 1 ggenipudi 2008-03-17 23:31:40 UTC
Created attachment 58525 [details]
client project
Comment 2 ggenipudi 2008-03-17 23:31:57 UTC
Created attachment 58526 [details]
client comp app
Comment 3 ggenipudi 2008-03-17 23:32:22 UTC
Created attachment 58527 [details]
client project
Comment 4 ggenipudi 2008-03-17 23:32:42 UTC
Created attachment 58528 [details]
client comp app
Comment 5 ggenipudi 2008-03-17 23:33:00 UTC
Created attachment 58529 [details]
server project
Comment 6 ggenipudi 2008-03-17 23:35:31 UTC
Created attachment 58530 [details]
server comp app
Comment 7 Sherry Weng 2008-03-19 20:44:36 UTC
I couldn't find the exception attached to this ticket. But after working with Geetha, we found out the causes for this 
issue:
1. A CASA issue logged as http://www.netbeans.org/issues/show_bug.cgi?id=130412 that prevents the binding property 
changes made in CASA/CompApp project to be picked up
2. The wrong build of HTTP BC runtime jar was used when Geetha first tested the SSL scenario.

Both issues are fixed now, so I am closing this ticket.