Hello, Actually I somehow found out the reason of the null pointer exception. Under WEB-INF/lib directory I had some jars, and two of them are : "dom4j.jar" and "dom4j-1_4.jar". The 2nd one is part of OXF distribution. The other one was used for some other part of the project. So, I tried to delete the library "dom4j.jar" and tested the same http requests, and this time there were no null pointer exceptions. To be really sure, I put "dom4j.jar" under WEB-INF/lib directory again , and yeah, the null pointer exception was there again.
It seems now without dom4j.jar I can live, so my problem is almost solved, but in case I really needed dom4j.jar, what should I have done? Under which directory should it be put? Regards, Sunay -----Urspr�ngliche Nachricht----- Von: Erik Bruchez [mailto:[EMAIL PROTECTED] Gesendet: Donnerstag, 2. Oktober 2003 04:36 An: OXF Users Betreff: Re: Null pointer exception Are you using the Request Generator explicitly? If so, what is its configuration? -Erik Yaldiz, Sunay wrote: > Hello, > I am getting a null pointer exception at this point: > > ERROR org.orbeon.oxf.servlet.ProcessorService - Exception with no > location data java.lang.NullPointerException > at > org.orbeon.oxf.processor.generator.CachingRequestGenerator.filterRequest > Document(CachingRequestGenerator.java:206) > at > org.orbeon.oxf.processor.generator.CachingRequestGenerator.readRequestAs > DOM4J(CachingRequestGenerator.java:125) > at > org.orbeon.oxf.processor.generator.CachingRequestGenerator.access$100(Ca > chingRequestGenerator.java:35) > at > org.orbeon.oxf.processor.generator.CachingRequestGenerator$1.readImpl(Ca > chingRequestGenerator.java:235) > ........... > ........... > > Can you please help me? Why can this happen? > > Thanks > Sunay _______________________________________________ oxf-users mailing list [EMAIL PROTECTED] http://mail.orbeon.com/mailman/listinfo/oxf-users **************************************************** Please notice: We would like to inform you that the e-mail address of Germanischer Lloyd as well as our internet address had been changed to gl-group.com with effect from 1st March 2003. This means that the previous address [EMAIL PROTECTED] will be replaced by [EMAIL PROTECTED] From now on the GL homepage can be accessed at the address 'http://www.gl-group.com'. The old addresses remain valid for a transitional period. **************************************************** This e-mail contains confidential information for the exclusive attention of the intended addressee. Any access of third parties to this e-mail is unauthorised. Any use of this e-mail by unintended recipients such as copying, distribution, disclosure etc. is prohibited and may be unlawful. When addressed to our clients the content of this e-mail is subject to the General Terms and Conditions of GL's Group of Companies applicable at the date of this e-mail. GL's Group of Companies does not warrant and/or guarantee that this message at the moment of receipt is authentic, correct and its communication free of errors, interruption etc.
_______________________________________________ oxf-users mailing list [EMAIL PROTECTED] http://mail.orbeon.com/mailman/listinfo/oxf-users
