Hi Bill,
I am trying to deploy Production mode of Work Manager.
I have followed all the steps, and everything looks to be fine.
1) Create agentry app in SMP
2) Configure authentication
3) Run the Work Manager installer
4) Deploy the .zip file in the app specific settings tab
5) Restart the SMP platform
I am receiving the "I am Here" message at the url:
https://<localhost>:8081/SAPWM
But the Backend is not being loaded in the backend tab.
I don't know why this is happening.
The configuration of the backend is correct, because when I run the connectTest.bat I am pinging the SAP ERP server.
This is the structure I have in the SMP, agentry folder:
com.sap.mobile.platform.server.agentry
com.sap.mobile.platform.server.agentry.application
com.sap.mobile.platform.server.agentry.application.com.sap.wm61
Then, I attach the logs I have:
11/16/2014 23:06:32, 0, 0, 0, Thr 3628, New files opened events.log, messages.log
11/16/2014 23:06:32, 0, 0, 2, Thr 3628, Loading the Agentry Runtime's public/private key for password exchanges.
11/16/2014 23:06:32, 0, 0, 2, Thr 3628, Key pair loaded successfully.
11/16/2014 23:06:32, 0, 0, 2, Thr 3628, Agentry Startup
11/16/2014 23:06:32, 0, 1, 4, Thr 3628, Agentry Server Agent v7.0.4.17
11/16/2014 23:06:32, 0, 20, 4, Thr 3628, com.sap.wm61 v7.0.4.17
11/16/2014 23:06:32, 0, 0, 0, Thr 3628, Old log files moved into C:\SAP\MobilePlatform3\Server\log\agentry\rolled\2014-11-16-230632
11/16/2014 23:06:32, 0, 0, 23, Thr 3628, Agentry startup is complete.
11/16/2014 23:06:32, 0, 20, 5, Thr 3628, com.sap.wm61
11/16/2014 23:06:33, 0, 20, 150, Thr 2828, Loading Production application definitions using file "SAPWM-v1-0-0-app"
11/16/2014 23:06:33, 0, 20, 152, Thr 2828, Loading Production application definitions for default localization
11/16/2014 23:06:36, 1, 3, 9, Thr 2828, HTTPXML-2, Chickaming HTTPXML, xmlAllowXSLTScript, File: , ..\agentry\SystemLogger.cpp#792:DTLoggerHandler::badKey
11/16/2014 23:06:36, 1, 3, 9, Thr 2828, HTTPXML-2, Chickaming HTTPXML, xmlResolveExternals, File: , ..\agentry\SystemLogger.cpp#792:DTLoggerHandler::badKey
11/16/2014 23:06:36, 1, 3, 9, Thr 2828, HTTPXML-2, Chickaming HTTPXML, xmlValidateOnParse, File: , ..\agentry\SystemLogger.cpp#792:DTLoggerHandler::badKey
11/16/2014 23:06:38, 0, 24, 4, Thr 2828, Loaded HTTP-XML Back End (HTTPXML v7.0.4.17) from ag3httpxmlbe.dll
11/16/2014 23:06:38, 1, 3, 9, Thr 2828, Java-1, Chickaming Java, initialHeapSize, File: , ..\agentry\SystemLogger.cpp#792:DTLoggerHandler::badKey
11/16/2014 23:06:38, 1, 3, 9, Thr 2828, Java-1, Chickaming Java, maxHeapSize, File: , ..\agentry\SystemLogger.cpp#792:DTLoggerHandler::badKey
11/16/2014 23:06:38, 1, 3, 9, Thr 2828, Java-1, Chickaming Java, nonStandardJavaOptions, File: , ..\agentry\SystemLogger.cpp#792:DTLoggerHandler::badKey
11/16/2014 23:06:38, 1, 3, 9, Thr 2828, Java-1, Chickaming Java, reduceOSSignalUse, File: , ..\agentry\SystemLogger.cpp#792:DTLoggerHandler::badKey
11/16/2014 23:06:38, 1, 20, 28, Thr 2828, Error starting Java System Connection Java Back End: java.lang.ClassNotFoundException: com.syclo.sap.workmanager.Server not found from bundle [com.sap.mobile.platform.server.agentry.core]
at org.eclipse.gemini.blueprint.util.BundleDelegatingClassLoader.findClass(BundleDelegatingClassLoader.java:101)
at org.eclipse.gemini.blueprint.util.BundleDelegatingClassLoader.loadClass(BundleDelegatingClassLoader.java:155)
at java.lang.ClassLoader.loadClass(ClassLoader.java:421)
Caused by: java.lang.ClassNotFoundException: com.syclo.sap.workmanager.Server
at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:501)
at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:421)
at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:412)
at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:107)
at java.lang.ClassLoader.loadClass(ClassLoader.java:421)
at org.eclipse.osgi.internal.loader.BundleLoader.loadClass(BundleLoader.java:340)
at org.eclipse.osgi.framework.internal.core.BundleHost.loadClass(BundleHost.java:229)
at org.eclipse.osgi.framework.internal.core.AbstractBundle.loadClass(AbstractBundle.java:1212)
at org.eclipse.gemini.blueprint.util.BundleDelegatingClassLoader.findClass(BundleDelegatingClassLoader.java:97)
... 2 more
; (resolved class path: )javaBE.cpp#357:JavaBackEnd::init
11/16/2014 23:06:39, 0, 20, 153, Thr 2828, Finished loading Production application definitions for default localization
11/16/2014 23:06:39, 0, 20, 151, Thr 2828, Finished loading Production application definitions using file "SAPWM-v1-0-0-app"
11/16/2014 23:06:39, 0, 17, 14, Thr 3628, com.sap.wm61 v7.0.4.17
11/16/2014 23:06:39, 0, 20, 4, Thr 3628, com.sap.wm61 v7.0.4.17
11/16/2014 23:06:39, 0, 17, 10, Thr 3628, com.sap.wm61 v7.0.4.17
From these data, Do you have any idea what am I doing wrong?
Is there any step is lucking?
Thanks in advance,
Emanuel