Hi All,
I am working on custom SAP Work Manager 6.2 application om SMP 3.0.
I have created the agentry app in cockpit and published my front end definitions to development server.
Modified the javaBE.ini file to connect to the custom mobile application with standard front end definitions and java code. Here the app is working fine with out any errors.
Now I have customized some of the front end definitions and java code and I published the definitions to the development server and modified the Java class path with custom .jar file in Agentry.ini file.
And made some parameter changes in config panel with custom java classes and BAPI_WRAPPERS. I have made changes to the standard SAP WM source code by changing the package and some some custom code in side the classes and POJO object. Same classes and objects are mapped to the respective BAPI_WRAPPERS, STEPHANDLERS & SAPOBJECTS in config panel.
I have modified the java class path in Agentry.ini file , I haven't changed anything in cockpit back end connections because I thought the java class path would get updated when ever the SMP server got restarted.
But unfortunately, when doing the app test I got "Communications Error" in device and I could not able to see "I am here" message in browser.
Please refer to below SMP Server Logs & Events log and suggest if I missed any configuration changes
SMP Server log error:
2015 02 25 12:11:02#+1000#ERROR#org.osgi.service.log.LogService##anonymous#org.eclipse.virgo.medic.log.osgi.OSGiLogServiceListener@58b900b8###Bundle com.sap.it.ictools.mapping.core.valuemapping_1.16.3, [SCR] Component definition XMLs not found in bundle com.sap.it.ictools.mapping.core.valuemapping. The component header value is OSGI-INF/*.xml |
2015 02 25 12:11:02#+1000#ERROR#org.osgi.service.log.LogService##anonymous#org.eclipse.virgo.medic.log.osgi.OSGiLogServiceListener@58b900b8###Bundle org.eclipse.equinox.ds_1.4.0.v20120112-1400, [SCR] Component definition XMLs not found in bundle com.sap.it.ictools.mapping.core.valuemapping. The component header value is OSGI-INF/*.xml |
2015 02 25 12:11:38#+1000#ERROR#System.err##anonymous#Start Level Event Dispatcher###log4j:WARN No appenders could be found for logger (com.sap.mobile.platform.server.general.dbstatus.Activator). |
2015 02 25 12:11:38#+1000#ERROR#System.err##anonymous#Start Level Event Dispatcher###log4j:WARN Please initialize the log4j system properly. |
2015 02 25 12:11:38#+1000#ERROR#System.err##anonymous#Start Level Event Dispatcher###log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info. |
2015 02 25 14:16:09#+1000#ERROR#System.err##anonymous#Agentry Dev Def Load Loop Thread###com.syclo.agentry.LoginBlockedException: Invalid Credentials |
2015 02 25 14:16:09#+1000#ERROR#System.err##anonymous#Agentry Dev Def Load Loop Thread### at com.syclo.sap.Server.login(Server.java:521) |
2015 02 25 14:16:09#+1000#ERROR#System.err##anonymous#Agentry Dev Def Load Loop Thread### at com.syclo.sap.Server.createServiceUser(Server.java:1749) |
2015 02 25 14:16:09#+1000#ERROR#System.err##anonymous#Agentry Dev Def Load Loop Thread### at com.syclo.sap.Server.getServiceUser(Server.java:1867) |
2015 02 25 14:16:09#+1000#ERROR#System.err##anonymous#Agentry Dev Def Load Loop Thread### at com.syclo.sap.Server.loadSAPProperties(Server.java:854) |
2015 02 25 14:16:09#+1000#ERROR#System.err##anonymous#Agentry Dev Def Load Loop Thread### at com.syclo.sap.Server.initServer(Server.java:297) |
2015 02 25 14:16:09#+1000#ERROR#System.err##anonymous#Agentry Dev Def Load Loop Thread### at com.syclo.sap.Server.<init>(Server.java:272) |
2015 02 25 14:16:09#+1000#ERROR#System.err##anonymous#Agentry Dev Def Load Loop Thread### at com.syclo.sap.workmanager.Server.<init>(Server.java:30) |
2015 02 25 14:16:09#+1000#ERROR#com.sap.mobile.platform.server.agentry.console##anonymous#Agentry Dev Def Load Loop Thread###Exception: 14:16:09 02/25/2015 : 20 (Agentry3), JavaBackEndError (JAVA EXCEPTION CAUGHT: com.syclo.agentry.AgentryException: Invalid Credentials), |
2015 02 25 16:59:06#+1000#ERROR#com.sap.mobile.platform.server.agentry.console##anonymous#Agentry SAPWM62 Worker Thread###Exception: 16:59:06 02/25/2015 : 3 (Agentry), XFailedToSendResponse (202, 4, 26, XXXX, ), ..\agentry\netmsg.cpp#280:NetMessage::respond |
Thanks in Advance,
Roopa.