Hi all, We have made some research on the 'Error Locating Object Handler' problem and I'd like to share my experience with you in the hope that it may help somone who has faced the same thing.
The problem occurs with Acrobat Reader 4.0 and MSIE 5.0 The possible reasons of this problem can be: 1.) The URL of the generated PDF (usually a servlet's URL) is too long. Our one was 468 chars long and it didn't work, so we shortened it to about 120 by renaming and/or eliminating parameters and the problem went away, however an other PDF generation still produced the issue: see reason 2. 2.) There is a DLL called nppdf32.dll that needs to reside either in Program Files\Internet Explorer\Plugins - and - Program Files\Adobe\Acrobat 4.0\Reader\browser In our environment it was missing from the latter folder. So, if you can, avoid this configuration. HTH, Gyula > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Gyula > Szalai > Sent: Thursday, May 23, 2002 4:56 PM > To: Paulo Soares; [EMAIL PROTECTED] > Subject: RE: [iText-questions] 'Error Locating Object Handler' problem > > > thanks Paulo, > > I realized the same. It's some kind of > m$ mistery, as usual :) > Anyway we just disabled browser integration > and then re-enabled, and it seems to be solved. > (probably for a while...) > > gY > > > -----Original Message----- > > From: [EMAIL PROTECTED] > > [mailto:[EMAIL PROTECTED]]On Behalf Of Paulo > > Soares > > Sent: Thursday, May 23, 2002 11:23 AM > > To: '[EMAIL PROTECTED]'; [EMAIL PROTECTED] > > Subject: RE: [iText-questions] 'Error Locating Object Handler' problem > > > > > > That's an IE problem and the size of the pdf also changes the behavior. > > > > Best Regards, > > Paulo Soares > > > > > -----Original Message----- > > > From: Gyula Szalai [SMTP:[EMAIL PROTECTED]] > > > Sent: Thursday, May 23, 2002 12:35 > > > To: [EMAIL PROTECTED] > > > Subject: [iText-questions] 'Error Locating Object Handler' problem > > > > > > Hi all, > > > > > > We have a problem with generating PDF with > > > iText: > > > > > > some of the generated PDFs (but not all!) don't > > > open in the browser (MSIE5.0sp1) but a window > > > pops up with the following title: > > > "Error Locating Object Handler" and some other text. > > > > > > I read that it's related to some windoze and/or > > > acrobat plugin bug, but in this case all generated > > > PDFs should rise the same problem. > > > > > > did anybody seen anything like this? > > > > > > thanks in advance, > > > Gyula > > > > > > _______________________________________________________________ > > > > > > Don't miss the 2002 Sprint PCS Application Developer's Conference > > > August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm > > > > > > _______________________________________________ > > > iText-questions mailing list > > > [EMAIL PROTECTED] > > > https://lists.sourceforge.net/lists/listinfo/itext-questions > > > > _______________________________________________________________ > > > > Don't miss the 2002 Sprint PCS Application Developer's Conference > > August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm > > > > _______________________________________________ > > iText-questions mailing list > > [EMAIL PROTECTED] > > https://lists.sourceforge.net/lists/listinfo/itext-questions > > _______________________________________________________________ > > Don't miss the 2002 Sprint PCS Application Developer's Conference > August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm > > _______________________________________________ > iText-questions mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/itext-questions _______________________________________________________________ Don't miss the 2002 Sprint PCS Application Developer's Conference August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm _______________________________________________ iText-questions mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/itext-questions
