IntelliJ Java IDE
The moose likes BEA/Weblogic and the fly likes Problem with .war deploytment in weblogic 10.3 on linux... Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Products » BEA/Weblogic
Reply Bookmark "Problem with .war deploytment in weblogic 10.3 on linux..." Watch "Problem with .war deploytment in weblogic 10.3 on linux..." New topic
Author

Problem with .war deploytment in weblogic 10.3 on linux...

Ankur Premi
Greenhorn

Joined: Aug 07, 2010
Posts: 16
Hi,

I am deploying the .war file on weblogic ...I get the following exception::

weblogic.application.ModuleException: [HTTP:101216]Servlet: "action" failed to preload on startup in Web application: "myapp.war".
java.lang.NullPointerException
at com.xxx.qqqqq.yyyy.RoleFuncMap.getRoleFuncMap(RoleFuncMap.java:54)


Below is the decompiled code of the class:




Please help me. I am not able to understand why it is coming.
Thanks
 
 
subject: Problem with .war deploytment in weblogic 10.3 on linux...
 
Threads others viewed
Weblogic Deployment Issue in 9.2.
Problem in deploying a war file in weblogic 7
New to Weblogic
how to use applet in weblogic6.0
Reading a File in Servlet from Web App Directory
IntelliJ Java IDE