cancel
Showing results for 
Search instead for 
Did you mean: 

java.lang.NullPointerException

Former Member
0 Kudos
49

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

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

null pointer referes to nothing that means there is either your application has been not deployed properly.

also check in the backed whether the RFC's also been there are not the client in which you are working

vijay