cancel
Showing results for 
Search instead for 
Did you mean: 

Error in Kapsel Logon

Former Member
0 Kudos

Hi Experts,

I found some errors on tryinng to excercise Kapsel Logon plugins,I am using   SMP3 SP06 with SP08 SDK. Cordova version is 4.2,I found a similar problem below link。http://scn.sap.com/message/16049469#16049469 ,I'm trying to solve it in this way,but it is Invalid,thanks very much!

this is logcat error:

9-14 22:15:11.222: E/eglCodecCommon(1869): glUtilsParamSize: unknow param 0x00000bd0

09-14 22:15:11.572: E/AndroidProtocolHandler(1869): Unable to open asset URL: file:///android_asset/i18n/i18n_en_US.properties

09-14 22:15:11.812: E/ClientHub(1869): Properties file not configured.

09-14 22:15:11.872: E/ActivityThread(1869): Failed to find provider info for com.Android.provider.Afaria

09-14 22:15:11.932: E/eglCodecCommon(1869): **** ERROR unknown type 0x0 (glSizeof,72)

09-14 22:15:11.932: E/eglCodecCommon(1869): **** ERROR unknown type 0x0 (glSizeof,72)

09-14 22:15:11.952: E/eglCodecCommon(1869): glUtilsParamSize: unknow param 0x00000b44

09-14 22:15:11.952: E/eglCodecCommon(1869): glUtilsParamSize: unknow param 0x00000bd0

09-14 22:15:11.962: E/eglCodecCommon(1869): **** ERROR unknown type 0x0 (glSizeof,72)

09-14 22:15:11.962: E/eglCodecCommon(1869): **** ERROR unknown type 0x0 (glSizeof,72)

09-14 22:15:11.992: E/eglCodecCommon(1869): glUtilsParamSize: unknow param 0x00000b44

09-14 22:15:12.012: E/eglCodecCommon(1869): glUtilsParamSize: unknow param 0x00000bd0

09-14 22:15:12.022: E/eglCodecCommon(1869): **** ERROR unknown type 0x0 (glSizeof,72)

09-14 22:15:12.022: E/eglCodecCommon(1869): **** ERROR unknown type 0x0 (glSizeof,72)

09-14 22:15:12.132: E/SMP_LOGON(1869): com.sap.maf.tools.logon.core.LogonCoreException: No vault is present!

09-14 22:15:12.132: E/SMP_LOGON(1869): com.sap.maf.tools.logon.core.LogonCore.getSecureStorePasswordPolicy(LogonCore.java:1427)

09-14 22:15:12.132: E/SMP_LOGON(1869): com.sap.maf.html5.android.MAFLogonCoreCDVPlugin.pluginResultWithReturnObject(MAFLogonCoreCDVPlugin.java:1682)

09-14 22:15:12.132: E/SMP_LOGON(1869): com.sap.maf.html5.android.MAFLogonCoreCDVPlugin.getContext(MAFLogonCoreCDVPlugin.java:383)

09-14 22:15:12.132: E/SMP_LOGON(1869): com.sap.maf.html5.android.MAFLogonCoreCDVPlugin.execute(MAFLogonCoreCDVPlugin.java:99)

09-14 22:15:12.132: E/SMP_LOGON(1869): org.apache.cordova.CordovaPlugin.execute(CordovaPlugin.java:84)

09-14 22:15:12.132: E/SMP_LOGON(1869): org.apache.cordova.PluginManager.exec(PluginManager.java:147)

09-14 22:15:12.132: E/SMP_LOGON(1869): org.apache.cordova.CordovaBridge.jsExec(CordovaBridge.java:59)

09-14 22:15:12.132: E/SMP_LOGON(1869): org.apache.cordova.ExposedJsApi.exec(ExposedJsApi.java:40)

09-14 22:15:12.132: E/SMP_LOGON(1869): com.android.org.chromium.base.SystemMessageHandler.nativeDoRunLoopOnce(Native Method)

09-14 22:15:12.132: E/SMP_LOGON(1869): com.android.org.chromium.base.SystemMessageHandler.handleMessage(SystemMessageHandler.java:24)

09-14 22:15:12.132: E/SMP_LOGON(1869): android.os.Handler.dispatchMessage(Handler.java:102)

09-14 22:15:12.142: E/SMP_LOGON(1869): android.os.Looper.loop(Looper.java:136)

09-14 22:15:12.142: E/SMP_LOGON(1869): android.os.HandlerThread.run(HandlerThread.java:61)

09-14 22:15:12.142: E/MAFLogonCoreCDVPluginLog(1869): CORECDVPlugin: Could not retrieve secure store policy.

09-14 22:15:12.602: E/eglCodecCommon(1869): glUtilsParamSize: unknow param 0x00000b44

Message was edited by: Michael Appleby

Accepted Solutions (1)

Accepted Solutions (1)

Dan_vL
Product and Topic Expert
Product and Topic Expert
0 Kudos

Have you tried connecting the Web Inspector to your application?  It may provide more details of what is wrong if the problem is a JavaScript error.

Regards,

Dan van Leeuwen

Former Member
0 Kudos

Thank you very much,I have learned how to debug error in chrome。 The reason is that i used wrong sdk,I had downloaded windows sdk from the SAP website。

Answers (0)