Hi experts,
I am working with the tutorial to display the flight details through Bapi in Webdynpro Java . I successfully deployed the project and now when i logon the content Administrator and select my project form local tree where on the JCo Connections tab when i click create button it saying
500 Internal Server Error
Failed to process request. Please contact your system administrator.
The initial exception that caused the request to fail, was:
java.lang.NullPointerException
at com.sap.tc.webdynpro.serverimpl.wdc.sl.SystemLandscapeFactory.checkStatus(SystemLandscapeFactory.java:991)
at com.sap.tc.webdynpro.services.sal.sl.api.WDSystemLandscape.checkStatus(WDSystemLandscape.java:469)
at com.sap.tc.webdynpro.tools.sld.NameDefinition.updateJCODestinations(NameDefinition.java:285)
at com.sap.tc.webdynpro.tools.sld.NameDefinition.updateNavigation(NameDefinition.java:250)
at com.sap.tc.webdynpro.tools.sld.NameDefinition.wdDoInit(NameDefinition.java:157)
... 45 more
Experts please help me what's the problem and what i have to do.
-Neo