I have installed the SAP NetWeaver Application Server Java to use it for BPM. I have deploy a process in NWDS.
When I go to: SAP NetWeaver Administrator -> Configuration -> Processes and Tasks -> Process Repository, the system show me the next errors:
- Application cannot be loaded; check if all the necessary services are started; refer to log
* Log 1 of Error:
Exception while getting navigation parameters for related task.
[EXCEPTION]
java.lang.NullPointerException: while trying to invoke the method com.sap.bpem.nwa.repository.rrviever.rrvcomp.wdp.IPublicRRVComp$IComponentsElement.getComponentRef() of a null object returned from com.sap.bpem.nwa.repository.rrviever.rrvcomp.wdp.IPublicRRVComp$IContextNode.currentComponentsElement()
at com.sap.bpem.nwa.repository.rrviever.rrvcomp.RRVComp.getNavigationParameters(RRVComp.java:313)
at com.sap.bpem.nwa.repository.rrviever.rrvcomp.wdp.InternalRRVComp.wdInvokeMethod(InternalRRVComp.java:472)
at com.sap.tc.webdynpro.progmodel.generation.ExternalControllerPI$ExternalInterfaceInvocationHandler.invoke(ExternalControllerPI.java:339)
at com.sun.proxy.$Proxy2441.getNavigationParameters(Unknown Source)
at com.sap.lm.itsam.ui.floorplan.FloorPlan.getNavigationParameters(FloorPlan.java:2383)
at com.sap.lm.itsam.ui.floorplan.FloorPlan.collectHistoryData(FloorPlan.java:801)
at com.sap.lm.itsam.ui.floorplan.FloorPlan.navigateRelative(FloorPlan.java:686)
at com.sap.lm.itsam.ui.floorplan.wdp.InternalFloorPlan.navigateRelative(InternalFloorPlan.java:819)
at com.sap.lm.itsam.ui.floorplan.IDPView.onActionNavigateFromMsgArea(IDPView.java:1815)
at com.sap.lm.itsam.ui.floorplan.wdp.InternalIDPView.wdInvokeEventHandler(InternalIDPView.java:1256)
at com.sap.tc.webdynpro.progmodel.generation.DelegatingView.invokeEventHandler(DelegatingView.java:142)
at com.sap.tc.webdynpro.progmodel.controller.Action.fire(Action.java:75)
etc....
Location com.sap.lm.itsam.ui.floorplan.FloorPlan.
* Log 2 of Error:
ObjectName was not found for the MBean. This could be because the MBean application is not started. Or the Mbean registration was unsuccessful.
Location com.sap.bpem.nwa.repository.rrviever.rrvcomp.RRVComp
Can you help me with this error, or/and tell me another way to start the process without the process repository??
Thanks!