ASG
IBM
Zystems
Cressida
Icon
Netflexity
 
  MQSeries.net
Search  Search       Tech Exchange      Education      Certifications      Library      Info Center      SupportPacs      LinkedIn  Search  Search                                                                   FAQ  FAQ   Usergroups  Usergroups
 
Register  ::  Log in Log in to check your private messages
 
RSS Feed - WebSphere MQ Support RSS Feed - Message Broker Support

MQSeries.net Forum Index » WebSphere Message Broker (ACE) Support » https request socket errors

Post new topic  Reply to topic
 https request socket errors « View previous topic :: View next topic » 
Author Message
venkat kurra
PostPosted: Sat Sep 09, 2006 2:40 pm    Post subject: https request socket errors Reply with quote

Master

Joined: 18 Oct 2001
Posts: 245
Location: Bloomington , IL

https working fine for the browser but if we try a test flow sending a message to https url on the same server getting some socket errors. We are at WMB v6.0.0.1 on AIX.

we tried ..MQInput-->httprequest-->compute-->mqoutput

also tried HttpInput-->httprequest-->httpreply

httpreuest is https://localhost:7043/httpstest. It is working from the browser (certs and stuff).

Nettool error..

HTTP/1.1 500 Internal Server Error
Content-Type: text/xml;charset=utf-8
Content-Length: 1484
Date: Sat, 09 Sep 2006 22:05:47 GMT
Server: Apache-Coyote/1.1
Connection: close

<?xml version='1.0' encoding='UTF-8'?>
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/

XMLSchema">
<SOAP-ENV:Body>
<SOAP-ENV:Fault>
<faultcode>SOAP-ENV:Server</faultcode>
<faultstring>BIP3113E: Exception detected in message flow httpsrequest (broker SFDV07BRK) </faultstring>
<faultactor>HTTP:/httpsrequest</faultactor>
<detail><text>Exception. BIP2230E: Error detected whilst processing a message in node 'testflow_httpsRequest.HTTP Request'. : /build/S600_P/src/WebServices/WSLibrary/

ImbWSRequestNode.cpp: 856: ImbWSRequestNode::evaluate: ComIbmWSRequestNode: testflow_httpsRequest#FCMComposite_1_2
BIP3162S: An HTTP error occurred. The HTTP Request-Line was: ''POST /httpstest HTTP/1.0
: /build/S600_P/src/WebServices/WSLibrary/ImbWSRequestNode.cpp: 770:

ImbWSRequestNode::evaluate: :
BIP3152S: Socket error detected whilst invoking Web service located at host 'localhost', port 7043, path '/httpstest'. : /build/S600_P/src/WebServices/WSLibrary/

ImbWSRequest.cpp: 527: ImbWSRequest::makeWSRequest: :
BIP3165S: An error occurred whilst performing an SSL socket operation. Operation: 'createSocket'. Error Text: 'java.net.SocketException: Unconnected sockets not

implemented'. : /build/S600_P/src/WebServices/WSLibrary/ImbSocket.cpp: 1869: ImbSocketJNIManager::handleGeneralJavaException: : </text></detail>
</SOAP-ENV:Fault>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>



AIX Syslog error:

Sep 9 18:05:47 clsfdv07 user:err|error WebSphere Broker v6001[774388]: (SFDV07BRK.default)[3105]BIP3120E: Exception condition detec
ted on input node 'testflow_httpsRequest.httpsrequest'. : SFDV07BRK.d4bbcb73-0c01-0000-0080-f9c3bf0d9b38: /build/S600_P/src/WebServi
ces/WSLibrary/ImbWSInputNode.cpp: 1066: ImbWSInputNode::readQueue: ComIbmWSInputNode: testflow_httpsRequest#FCMComposite_1_1
Sep 9 18:05:47 clsfdv07 user:err|error WebSphere Broker v6001[774388]: (SFDV07BRK.default)[3105]BIP2230E: Error detected whilst pro
cessing a message in node 'testflow_httpsRequest.HTTP Request'. : SFDV07BRK.d4bbcb73-0c01-0000-0080-f9c3bf0d9b38: /build/S600_P/src/
WebServices/WSLibrary/ImbWSRequestNode.cpp: 856: ImbWSRequestNode::evaluate: ComIbmWSRequestNode: testflow_httpsRequest#FCMComposite
_1_2
Sep 9 18:05:47 clsfdv07 user:info WebSphere Broker v6001[774388]: (SFDV07BRK.default)[3105]BIP3162S: An HTTP error occurred. The HT
TP Request-Line was: 'POST /httpstest HTTP/1.0^M: SFDV07BRK.d4bbcb73-0c01-0000-0080-f9c3bf0d9b38: /build/S600_P/src/WebServices/WSLi
brary/ImbWSRequestNode.cpp: 770: ImbWSRequestNode::evaluate: :
Sep 9 18:05:47 clsfdv07 user:info WebSphere Broker v6001[774388]: (SFDV07BRK.default)[3105]BIP3152S: Socket error detected whilst i
nvoking Web service located at host localhost, port 7043, path /httpstest. : SFDV07BRK.d4bbcb73-0c01-0000-0080-f9c3bf0d9b38: /build/
S600_P/src/WebServices/WSLibrary/ImbWSRequest.cpp: 527: ImbWSRequest::makeWSRequest: :
Sep 9 18:05:47 clsfdv07 user:info WebSphere Broker v6001[774388]: (SFDV07BRK.default)[3105]BIP3165S: An error occurred whilst perfo
rming an SSL socket operation. Operation: createSocket. Error Text: java.net.SocketException: Unconnected sockets not implemented. :
SFDV07BRK.d4bbcb73-0c01-0000-0080-f9c3bf0d9b38: /build/S600_P/src/WebServices/WSLibrary/ImbSocket.cpp: 1869: ImbSocketJNIManager::h
andleGeneralJavaException: :

Any idea?
_________________
Thanks,

Venkat Kurra

IBM Certified Specialist-MQSeries
IBM Websphere MQSeries Administrator
IBM WebSphere Message Broker System Admin
Back to top
View user's profile Send private message Send e-mail
venkat kurra
PostPosted: Sun Sep 10, 2006 6:08 am    Post subject: Reply with quote

Master

Joined: 18 Oct 2001
Posts: 245
Location: Bloomington , IL

It was a cacerts passowrd issue. By default the password is "changeit". we changed the password and configured every thing. Https in comming traffic no problem but when we make a call (HttpRequest with https) getting all these errors.

Once i changed back to default one then it's working.

Do we need to change any thing else to make it work for new password?
_________________
Thanks,

Venkat Kurra

IBM Certified Specialist-MQSeries
IBM Websphere MQSeries Administrator
IBM WebSphere Message Broker System Admin
Back to top
View user's profile Send private message Send e-mail
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » WebSphere Message Broker (ACE) Support » https request socket errors
Jump to:  



You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Protected by Anti-Spam ACP
 
 


Theme by Dustin Baccetti
Powered by phpBB © 2001, 2002 phpBB Group

Copyright © MQSeries.net. All rights reserved.