yogesh sakurikar

Greenhorn
+ Follow
since Mar 19, 2003
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by yogesh sakurikar

We are planning to migrate from java 6 to java 7, reason being that we need the apis provided in java 7 like symlink creation.
Has anyone migrated from 6 to 7? was there any real issues around?

Thanks, Yogesh.
11 years ago
Hi,
I'm getting following error message while trying to get data from ldap server. i'm using weblogic server to give a call to ldap server.
IntegrationHandler - Cannot get connection value from ldap <FATAL>Tried all: '1' addresses, but could not connect over HTTP to server: 'search.stage.corporate.ge.com', port: '80' <AT> Wed Mar 19 15:24:04 EST 2003
java.net.ConnectException: Tried all: '1' addresses, but could not connect over HTTP to server: 'search.stage.corporate.ge.com', port: '80'
at weblogic.net.http.HttpClient.openServer(HttpClient.java:211)
at weblogic.net.http.HttpClient.openServer(HttpClient.java:263)
at weblogic.net.http.HttpClient.<init>(HttpClient.java:121)
at weblogic.net.http.HttpClient.New(HttpClient.java:156)
at weblogic.net.http.HttpURLConnection.connect(HttpURLConnection.java:111)
at weblogic.net.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:160)
at com.ge.HTTPUtils.getConnection(HTTPUtils.java:307)
at com.ge.HTTPUtils.getConnectionValue(HTTPUtils.java:182)
at com.zycus.catsummit.web.integration.ge.IntegrationHandler.queryLdap(IntegrationHandler.java:517)
at com.zycus.catsummit.web.integration.ge.IntegrationHandler.getXmlData(IntegrationHandler.java:274)
at com.zycus.catsummit.web.integration.ge.IntegrationHandler.approveRequest(IntegrationHandler.java:165)
at com.zycus.catsummit.web.integration.ge.IntegrationHandler.processRequest(IntegrationHandler.java:95)
at com.zycus.catsummit.web.CatProcessor.processRequest(CatProcessor.java:403)
at com.zycus.catsummit.web.CatServlet.doGet(CatServlet.java:310)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:265)
at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:200)
at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:2546)
at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2260)
at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:139)
at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
-----------------------------------------------------------------------------------
Can anybody tell me why this is so?
Thank you,
yogesh
21 years ago