java - JAXB marshalling failed: "null" error when running an application on websphere. Same application runs fine on Tomcat -


i have web application containing servlet runs fine on apache tomcat. however, when deploy war file on websphere developer edition 8, following error when servlet gets executed.

  e com.ibm.ws.webcontainer.servlet.servletwrapper service srve0014e: uncaught  service() exception root cause dfsdownloadserviceservlet: javax.servlet.servletexception: com.emc.documentum.fs.rt.serviceinvocationruntimeexception: com.emc.documentum.fs.rt.serviceinvocationruntimeexception: jaxb marshalling failed:  "null". @ com.company.dfs.download.dfsdownloadserviceservlet.dopost(dfsdownloadserviceservlet.java:158) 

can give pointers why getting error.

thanks

did check if there same libraries in different versions in warfile or maybe provided websphere.

i had problem well, war file run on tomcat without problems, on websphere didnt run.

i searched , found libraries there twice in different versions. looks classloader of tomcat , websphere have different loading orders.

maybe solves problem


Comments

Popular posts from this blog

c# - SharpSVN - How to get the previous revision? -

c++ - Is it possible to compile a VST on linux? -

url - Querystring manipulation of email Address in PHP -