Please help me urgent:- as i got this prob. with itext sharp it is working on
local server and some public ip

A connection attempt failed because the connected party did not properly
respond after a period of time, or established connection failed because
connected host has failed to respond 123.108.34.163:80 
Description: An unhandled exception occurred during the execution of the
current web request. Please review the stack trace for more information
about the error and where it originated in the code. 

Exception Details: System.Net.Sockets.SocketException: A connection attempt
failed because the connected party did not properly respond after a period
of time, or established connection failed because connected host has failed
to respond 123.108.34.163:80

Source Error: 


Line 113:        Log_Write("Before Parsing of xml document", "This is done
before parsing")
Line 114:
Line 115:        xmlHandler.Parse(PdfPath & "\a.xml")
Line 116:
Line 117:        Log_Write("After Parsing of xml document", "This is done
after parsing")
 

Source File:
D:\QuadXChange\VirtualFolders\XChangeOnline\Online\ASPX\ETicket_Pdf.aspx.vb   
Line: 115 

Stack Trace: 


[SocketException (0x274c): A connection attempt failed because the connected
party did not properly respond after a period of time, or established
connection failed because connected host has failed to respond
123.108.34.163:80]
   System.Net.Sockets.Socket.DoConnect(EndPoint endPointSnapshot,
SocketAddress socketAddress) +239
   System.Net.Sockets.Socket.InternalConnect(EndPoint remoteEP) +35
   System.Net.ServicePoint.ConnectSocketInternal(Boolean connectFailure,
Socket s4, Socket s6, Socket& socket, IPAddress& address, ConnectSocketState
state, IAsyncResult asyncResult, Int32 timeout, Exception& exception) +224

[WebException: Unable to connect to the remote server]
   System.Net.HttpWebRequest.GetResponse() +5313085
   iTextSharp.text.Image.GetInstance(Uri url) +53
   iTextSharp.text.Image.GetInstance(Properties attributes) +51
   iTextSharp.text.xml.ITextHandler.HandleStartingTags(String name,
Properties attributes) +2599

[Exception]
   iTextSharp.text.xml.ITextHandler.HandleStartingTags(String name,
Properties attributes) +3366
   iTextSharp.text.xml.ITextHandler.StartElement(String uri, String lname,
String name, Hashtable attrs) +305
   iTextSharp.text.xml.ParserBase.Parse(XmlTextReader reader) +255
   iTextSharp.text.xml.ParserBase.Parse(String url) +40
   ETicket_Pdf_Gen.Page_Load(Object sender, EventArgs e) in
D:\QuadXChange\VirtualFolders\XChangeOnline\Online\ASPX\ETicket_Pdf.aspx.vb:115
   System.Web.UI.Control.OnLoad(EventArgs e) +99
   System.Web.UI.Control.LoadRecursive() +50
   System.Web.UI.Page.ProcessRequestMain(Boolean
includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +627

 



--
View this message in context: 
http://itext-general.2136553.n4.nabble.com/Connection-Prob-while-Parseing-xml-with-itextsharp-tp3551624p3551624.html
Sent from the iText - General mailing list archive at Nabble.com.
------------------------------------------------------------------------------
vRanger cuts backup time in half-while increasing security.
With the market-leading solution for virtual backup and recovery, 
you get blazing-fast, flexible, and affordable data protection.
Download your free trial now. 
http://p.sf.net/sfu/quest-d2dcopy1
_______________________________________________
iText-questions mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/itext-questions

iText(R) is a registered trademark of 1T3XT BVBA.
Many questions posted to this list can (and will) be answered with a reference 
to the iText book: http://www.itextpdf.com/book/
Please check the keywords list before you ask for examples: 
http://itextpdf.com/themes/keywords.php

Reply via email to