prabhuish / webutilities

Automatically exported from code.google.com/p/webutilities
0 stars 0 forks source link

EMF2DOMAdapterImpl_ERROR_0 #44

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Include the utility jar file in lib
2. Update the web.xml with the servlet
3. Build the ear and deploy in IBM Websphere Application Server 7.0

What is the expected output? What do you see instead?
The EAR Successfully Deploys. 

What version of the product are you using? On what operating system?
Windows, IBM WAS 7.0

Please provide any additional information below.
I have reviewed the web.xml again and i dont have any duplicate entry, 
Deployment fails as soon as i include the JSCSSMergeServlet in web.xml.

Attaching the web.xml

Original issue reported on code.google.com by vaikunt...@gmail.com on 4 Feb 2013 at 9:19

Attachments:

GoogleCodeExporter commented 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

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
Could you fix it and see what was causing it?

Original comment by rr.patil...@gmail.com on 22 Feb 2013 at 6:58

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
Good to know. Thanks for an update.

Original comment by rr.patil...@gmail.com on 23 Feb 2013 at 12:16