Closed GoogleCodeExporter closed 9 years ago
I get the following error
Java.lang.IllegalStateException: EMF2DOMAdapterImpl_ERROR_0
Original comment by vaikunt...@gmail.com
on 4 Feb 2013 at 9:20
Not sure if this is due to the webutilities. I guess your web.xml contains some
erroneous thing that causes this. I think this is not related to webutilties as
other people who are not using were also reporting such issues. See if this
helps you debug it:
http://www.ibm.com/developerworks/forums/thread.jspa?threadID=101603
Original comment by rr.patil...@gmail.com
on 5 Feb 2013 at 8:19
Could you fix it and see what was causing it?
Original comment by rr.patil...@gmail.com
on 22 Feb 2013 at 6:58
Hi, I had actually got this fixed,
Looks like we are not supposed to have multiple url-pattern under one
servlet-mapping tag in deployment descriptor.
I had around 3 - 4 url-patterns under one servlet-mapping, Later I had moved
this to multiple servlet mapping containing one url-patterns each and the
issue was resolved.
Thanks.
Regards,
Vaik
Original comment by vaikunt...@gmail.com
on 22 Feb 2013 at 10:31
Good to know. Thanks for an update.
Original comment by rr.patil...@gmail.com
on 23 Feb 2013 at 12:16
Original issue reported on code.google.com by
vaikunt...@gmail.com
on 4 Feb 2013 at 9:19Attachments: