We have an application which is consuming OBIEE webservices to get data. Our application's development team is located at two different locations i.e. SanJose(CA) and Bangalore(Ind). When we set up the local environment at SanJose everythings works fine and there is no issue at all.
But when we try setting up the local devlopment environment at Bangalore, we are getting Read timeout exception. We thought of this might be a Firewall restriction issue, but there is no such restriction as such(confirmed with the network team)
We are using Tomcat6.0 and java6. Fixing this issue is very much urgent for us to meet our deadline. Please help to show us a way which we can follow and fix this.
The exception stack trace is as follows:
[INFO] Unable to sendViaPost to url[http://<SOME-OBIEE-SERVER>/analytics/saw.dll?SoapImpl=webCatalogService]
java.net.SocketTimeoutException: Read timed out
at java.net.SocketInputStream.socketRead0(Native Method)
at java.net.SocketInputStream.read(Unknown Source)
at java.io.BufferedInputStream.fill(Unknown Source)
at java.io.BufferedInputStream.read(Unknown Source)
at org.apache.commons.httpclient.HttpParser.readRawLine(HttpParser.java:78)
at org.apache.commons.httpclient.HttpParser.readLine(HttpParser.java:106)