java.lang.NullPointerException
Posted: Oct 21, 2008 11:36 AM Edit E-mail this message Reply
Hi,
Iam developing an test application (sflight) using fpm framework. i have not created any models as part of my project. i am not working in nwdi . i had used the fpm and utils dc as part of my dc.
when i deploy the application i am getting the following error.the user has all the permissions that should be need for developing an fpm appn that were mentioned in
/message/5878621#5878621 [original link is broken] event then iam getting the following error
java.lang.NullPointerException
at com.sap.xss.config.FPMRepository$RepositoryKey.hashCode(FPMRepository.java:46)
at java.util.HashMap.hash(HashMap.java:261)
at java.util.HashMap.get(HashMap.java:317)
at com.sap.xss.config.FPMRepository.retrieveObjectInternal(FPMRepository.java:79)
at com.sap.xss.config.FPMRepository.retrieveObject(FPMRepository.java:66)
... 47 more
Regards