• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

need urgent help on ConnectException

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Yogesh
I am Mahesh Amlekar
I would appreciate if you contact me on my mobile or give me your contact details.
its an urgent
Mahesh Amlekar
09885585185

maheshamlekar@yahoo.com / mahesh.amlekar@chain-sys.com
 
When I was younger I felt like a man trapped inside a woman’s body. Then I was born. My twin is a tiny ad:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic