Home » Category » BEA/Weblogic

BEA/Weblogic: xml/serialize/XMLSerializer error...

302| Sun, 13 Jul 2008 22:15:00 GMT| senthilsen| Comments (1)
I am using weblogic 7.0sp6.

We recently migrated app to another physical server but the same weblogic version.

Once the application is deployed when we try to access that application it give us an exception....
java.lang.NoClassDefFoundError: org/apache/xml/serialize/XMLSerializer

Any thoughts on why this is happening?

Keywords & Tags: xml, serialize, xmlserializer, error, bea, weblogic

URL: http://software.itags.org/bea-weblogic/288370/
 
«« Prev - Next »» 1 helpful answers below.
Your app can't find a class, namely XMLSerializer.
I'd Google for the class to find what product it is in, then search the server where the web application works to find that package's jar files. Then it's just a matter of copying the files over.

joeess | Sun, 13 Jul 2008 22:16:00 GMT |

BEA/Weblogic Hot Answers

BEA/Weblogic New questions

BEA/Weblogic Related Categories