question

yan.y.che avatar image
yan.y.che asked

GameCircle fails to initialize

Java + Eclipse I am running on a kindle fire HD and I cannot get Gamecircle to successfully initialize, after I linked the GameCircle SDK library into workspace. The app did not enter the onServiceNotReady nor onServiceReady. ====LOG===== 04-13 00:10:08.437: I/AmazonInsightsSDK(24509): Successful submission of 6 events 04-13 00:10:08.437: I/AmazonInsightsSDK(24509): Event: '_http...' recorded to local filestore 04-13 00:10:11.101: I/AmazonInsightsSDK(24509): Event: '_http...' recorded to local filestore 04-13 00:10:11.101: I/AmazonInsightsSDK(24509): Resolved variation: 'Test' for project: 'Universal Experiment List' from server 04-13 00:10:11.109: I/AmazonInsightsSDK(24509): Attempting to retrieve variation(s) for project(s):'ManifestSrc','InitSigninAlertTest' 04-13 00:10:11.116: I/AmazonInsightsSDK(24509): Resolved expired variation: 'CONTROL' for project: 'ManifestSrc' from cache 04-13 00:10:11.116: I/AmazonInsightsSDK(24509): Resolved expired variation: 'TEST' for project: 'InitSigninAlertTest' from cache 04-13 00:10:11.507: I/AmazonInsightsSDK(24509): Event: '_http...' recorded to local filestore 04-13 00:10:11.515: I/AmazonInsightsSDK(24509): Resolved variation: 'Control' for project: 'ManifestSrc' from server 04-13 00:10:11.515: I/AmazonInsightsSDK(24509): Resolved variation: 'Test' for project: 'InitSigninAlertTest' from server 04-13 00:10:12.366: E/GC_ContentManager(24509): Error in reading content version from upgrade candidate. 04-13 00:10:12.366: E/GC_ContentManager(24509): java.util.zip.ZipException: EOCD not found; not a Zip archive? 04-13 00:10:12.366: E/GC_ContentManager(24509): at java.util.zip.ZipFile.readCentralDir(ZipFile.java:338) 04-13 00:10:12.366: E/GC_ContentManager(24509): at java.util.zip.ZipFile. (ZipFile.java:132) 04-13 00:10:12.366: E/GC_ContentManager(24509): at java.util.zip.ZipFile. (ZipFile.java:145) 04-13 00:10:12.366: E/GC_ContentManager(24509): at com.amazon.ags.html5.content.ContentManager.localUpgradeContentVersion(ContentManager.java:400) 04-13 00:10:12.366: E/GC_ContentManager(24509): at com.amazon.ags.html5.content.ContentManager.fullContentInitialization(ContentManager.java:215) 04-13 00:10:12.366: E/GC_ContentManager(24509): at com.amazon.ags.html5.content.ContentManager.access$000(ContentManager.java:27) 04-13 00:10:12.366: E/GC_ContentManager(24509): at com.amazon.ags.html5.content.ContentManager$1.onRefreshCompleted(ContentManager.java:168) 04-13 00:10:12.366: E/GC_ContentManager(24509): at com.amazon.ags.html5.content.GCVariationManager$1$1.onComplete(GCVariationManager.java:84) 04-13 00:10:12.366: E/GC_ContentManager(24509): at com.amazon.ags.html5.content.GCVariationManager$1$1.onComplete(GCVariationManager.java:71) 04-13 00:10:12.366: E/GC_ContentManager(24509): at com.amazon.insights.core.DefaultInsightsHandler.onComplete(DefaultInsightsHandler.java:43) 04-13 00:10:12.366: E/GC_ContentManager(24509): at com.amazon.insights.abtest.DefaultABTestClient$1.run(DefaultABTestClient.java:197) 04-13 00:10:12.366: E/GC_ContentManager(24509): at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:442) 04-13 00:10:12.366: E/GC_ContentManager(24509): at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:305) 04-13 00:10:12.366: E/GC_ContentManager(24509): at java.util.concurrent.FutureTask.run(FutureTask.java:137) 04-13 00:10:12.366: E/GC_ContentManager(24509): at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1076) 04-13 00:10:12.366: E/GC_ContentManager(24509): at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:569) 04-13 00:10:12.366: E/GC_ContentManager(24509): at java.lang.Thread.run(Thread.java:856) 04-13 00:10:12.366: W/GC_ContentManager(24509): Content initialization problem encountered 04-13 00:10:12.366: W/GC_ContentManager(24509): java.lang.NullPointerException 04-13 00:10:12.366: W/GC_ContentManager(24509): at com.amazon.ags.html5.content.ContentManager.fullContentInitialization(ContentManager.java:216) 04-13 00:10:12.366: W/GC_ContentManager(24509): at com.amazon.ags.html5.content.ContentManager.access$000(ContentManager.java:27) 04-13 00:10:12.366: W/GC_ContentManager(24509): at com.amazon.ags.html5.content.ContentManager$1.onRefreshCompleted(ContentManager.java:168) 04-13 00:10:12.366: W/GC_ContentManager(24509): at com.amazon.ags.html5.content.GCVariationManager$1$1.onComplete(GCVariationManager.java:84) 04-13 00:10:12.366: W/GC_ContentManager(24509): at com.amazon.ags.html5.content.GCVariationManager$1$1.onComplete(GCVariationManager.java:71) 04-13 00:10:12.366: W/GC_ContentManager(24509): at com.amazon.insights.core.DefaultInsightsHandler.onComplete(DefaultInsightsHandler.java:43) 04-13 00:10:12.366: W/GC_ContentManager(24509): at com.amazon.insights.abtest.DefaultABTestClient$1.run(DefaultABTestClient.java:197) 04-13 00:10:12.366: W/GC_ContentManager(24509): at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:442) 04-13 00:10:12.366: W/GC_ContentManager(24509): at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:305) 04-13 00:10:12.366: W/GC_ContentManager(24509): at java.util.concurrent.FutureTask.run(FutureTask.java:137) 04-13 00:10:12.366: W/GC_ContentManager(24509): at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1076) 04-13 00:10:12.366: W/GC_ContentManager(24509): at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:569) 04-13 00:10:12.366: W/GC_ContentManager(24509): at java.lang.Thread.run(Thread.java:856)
10 |5000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Mark Sebesta avatar image
Mark Sebesta answered
Make sure your bundleid is correct. It seems all of the fields that you have to input are cap sensitive. I spent many hours chasing down capsensitivity.
10 |5000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Sujoy@Amazon avatar image
Sujoy@Amazon answered
Hi Yan, Can you print the value returned by below code inside your app? context.getFilesDir() where context is the app context.
10 |5000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Sujoy@Amazon avatar image
Sujoy@Amazon answered
Hi Yan, Could you see any warning log in the logcat output like any of below? Error encountered while trying to download file Maximum time to download file exceeded. Aborting download.
10 |5000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

yan.y.che avatar image
yan.y.che answered
Thank you for your reply. The File Dir is "/data/data/com.joyanworks.tofe_amazon/files" and i did not find the download timeout log. Below is the full log. Thanks in advance. 04-14 20:28:09.729: I/System.out(32517): /data/data/com.joyanworks.tofe_amazon/files 04-14 20:28:09.729: W/dalvikvm(32517): No implementation found for native Lcom/amazon/ags/jni/AGSJniHandler;.isLoaded ()V 04-14 20:28:09.729: I/AGSJniHandler(32517): AmazonGamesJni is not loaded, trying to load library 04-14 20:28:09.737: W/AGSJniHandler(32517): AmazonGamesJni not found. Java Native Interface will not be available 04-14 20:28:09.760: D/com.amazon.identity.auth.device.utils.MAPLog.PII(32517): Extracting verison incremental: 04-14 20:28:09.760: D/com.amazon.identity.auth.device.utils.MAPLog.PII(32517): Extracting flavor: 04-14 20:28:09.760: D/com.amazon.identity.auth.device.authorization.api.AmazonAuthorizationManager.PII(32517): AmazonAuthorizationManager:sdkVer=1.0.0 libVer=3.3.0: 04-14 20:28:09.760: I/com.amazon.identity.auth.device.authorization.api.AmazonAuthorizationManager(32517): Options bundle is null 04-14 20:28:09.760: I/com.amazon.identity.auth.device.appid.AbstractAppIdentifier(32517): getAppInfo : packageName=com.joyanworks.tofe_amazon 04-14 20:28:09.760: I/com.amazon.identity.auth.device.appid.AbstractAppIdentifier(32517): Finding API Key for com.joyanworks.tofe_amazon 04-14 20:28:09.760: I/com.amazon.identity.auth.device.utils.ThirdPartyResourceParser(32517): Attempting to parse API Key from assets directory 04-14 20:28:09.760: I/com.amazon.identity.auth.device.appid.APIKeyDecoder(32517): Begin decoding API Key for packageName=com.joyanworks.tofe_amazon 04-14 20:28:09.807: D/dalvikvm(32517): GC_CONCURRENT freed 375K, 4% free 11884K/12359K, paused 2ms+4ms 04-14 20:28:09.807: D/com.amazon.identity.auth.device.appid.APIKeyDecoder.PII(32517): APIKey: 04-14 20:28:09.807: I/com.amazon.identity.auth.device.appid.APIKeyDecoder(32517): num sigs = 1 04-14 20:28:09.807: D/com.amazon.identity.auth.device.appid.APIKeyDecoder.PII(32517): Signature checking.: 04-14 20:28:09.807: D/com.amazon.identity.auth.device.appid.APIKeyDecoder.PII(32517): Fingerpirint checking: 04-14 20:28:09.807: I/com.amazon.identity.auth.device.appid.APIKeyDecoder(32517): scopes has no mapping in json, returning null array 04-14 20:28:09.807: I/com.amazon.identity.auth.device.appid.APIKeyDecoder(32517): perm has no mapping in json, returning null array 04-14 20:28:09.807: I/com.amazon.identity.auth.device.appid.AbstractAppIdentifier(32517): isAPIKeyValid : packageName=com.joyanworks.tofe_amazon 04-14 20:28:09.807: I/com.amazon.identity.auth.device.appid.AbstractAppIdentifier(32517): getAppInfo : packageName=com.joyanworks.tofe_amazon 04-14 20:28:09.807: I/com.amazon.identity.auth.device.appid.AbstractAppIdentifier(32517): Finding API Key for com.joyanworks.tofe_amazon 04-14 20:28:09.807: I/com.amazon.identity.auth.device.utils.ThirdPartyResourceParser(32517): Attempting to parse API Key from assets directory 04-14 20:28:09.815: I/com.amazon.identity.auth.device.appid.APIKeyDecoder(32517): Begin decoding API Key for packageName=com.joyanworks.tofe_amazon 04-14 20:28:09.823: D/com.amazon.identity.auth.device.appid.APIKeyDecoder.PII(32517): APIKey: 04-14 20:28:09.823: I/com.amazon.identity.auth.device.appid.APIKeyDecoder(32517): num sigs = 1 04-14 20:28:09.823: D/com.amazon.identity.auth.device.appid.APIKeyDecoder.PII(32517): Signature checking.: 04-14 20:28:09.823: D/com.amazon.identity.auth.device.appid.APIKeyDecoder.PII(32517): Fingerpirint checking: 04-14 20:28:09.823: I/com.amazon.identity.auth.device.appid.APIKeyDecoder(32517): scopes has no mapping in json, returning null array 04-14 20:28:09.823: I/com.amazon.identity.auth.device.appid.APIKeyDecoder(32517): perm has no mapping in json, returning null array 04-14 20:28:09.823: I/com.amazon.identity.auth.device.authorization.api.AmazonAuthorizationManager(32517): com.joyanworks.tofe_amazon calling getAppId 04-14 20:28:09.823: I/com.amazon.identity.auth.device.appid.AbstractAppIdentifier(32517): getAppInfo : packageName=com.joyanworks.tofe_amazon 04-14 20:28:09.823: I/com.amazon.identity.auth.device.appid.AbstractAppIdentifier(32517): Finding API Key for com.joyanworks.tofe_amazon 04-14 20:28:09.823: I/com.amazon.identity.auth.device.utils.ThirdPartyResourceParser(32517): Attempting to parse API Key from assets directory 04-14 20:28:09.823: I/com.amazon.identity.auth.device.appid.APIKeyDecoder(32517): Begin decoding API Key for packageName=com.joyanworks.tofe_amazon 04-14 20:28:09.831: D/com.amazon.identity.auth.device.appid.APIKeyDecoder.PII(32517): APIKey: 04-14 20:28:09.831: I/com.amazon.identity.auth.device.appid.APIKeyDecoder(32517): num sigs = 1 04-14 20:28:09.831: D/com.amazon.identity.auth.device.appid.APIKeyDecoder.PII(32517): Signature checking.: 04-14 20:28:09.831: D/com.amazon.identity.auth.device.appid.APIKeyDecoder.PII(32517): Fingerpirint checking: 04-14 20:28:09.831: I/com.amazon.identity.auth.device.appid.APIKeyDecoder(32517): scopes has no mapping in json, returning null array 04-14 20:28:09.831: I/com.amazon.identity.auth.device.appid.APIKeyDecoder(32517): perm has no mapping in json, returning null array 04-14 20:28:09.831: I/GameCircleClient(32517): AmazonGamesClient not yet initialized. Initializing. 04-14 20:28:09.917: D/dalvikvm(32517): GC_CONCURRENT freed 409K, 4% free 11998K/12487K, paused 1ms+2ms 04-14 20:28:09.971: D/com.amazon.identity.auth.device.authorization.api.AmazonAuthorizationManager.PII(32517): AmazonAuthorizationManager:sdkVer=1.0.0 libVer=3.3.0: 04-14 20:28:09.971: I/com.amazon.identity.auth.device.authorization.api.AmazonAuthorizationManager(32517): Options bundle is null 04-14 20:28:09.971: I/com.amazon.identity.auth.device.appid.AbstractAppIdentifier(32517): getAppInfo : packageName=com.joyanworks.tofe_amazon 04-14 20:28:09.971: I/com.amazon.identity.auth.device.appid.AbstractAppIdentifier(32517): Finding API Key for com.joyanworks.tofe_amazon 04-14 20:28:09.971: I/com.amazon.identity.auth.device.utils.ThirdPartyResourceParser(32517): Attempting to parse API Key from assets directory 04-14 20:28:09.971: I/com.amazon.identity.auth.device.appid.APIKeyDecoder(32517): Begin decoding API Key for packageName=com.joyanworks.tofe_amazon 04-14 20:28:09.971: D/com.amazon.identity.auth.device.appid.APIKeyDecoder.PII(32517): APIKey: 04-14 20:28:09.971: I/com.amazon.identity.auth.device.appid.APIKeyDecoder(32517): num sigs = 1 04-14 20:28:09.971: D/com.amazon.identity.auth.device.appid.APIKeyDecoder.PII(32517): Signature checking.: 04-14 20:28:09.979: D/com.amazon.identity.auth.device.appid.APIKeyDecoder.PII(32517): Fingerpirint checking: 04-14 20:28:09.979: I/com.amazon.identity.auth.device.appid.APIKeyDecoder(32517): scopes has no mapping in json, returning null array 04-14 20:28:09.979: I/com.amazon.identity.auth.device.appid.APIKeyDecoder(32517): perm has no mapping in json, returning null array 04-14 20:28:09.979: I/com.amazon.identity.auth.device.appid.AbstractAppIdentifier(32517): isAPIKeyValid : packageName=com.joyanworks.tofe_amazon 04-14 20:28:09.979: I/com.amazon.identity.auth.device.appid.AbstractAppIdentifier(32517): getAppInfo : packageName=com.joyanworks.tofe_amazon 04-14 20:28:09.979: I/com.amazon.identity.auth.device.appid.AbstractAppIdentifier(32517): Finding API Key for com.joyanworks.tofe_amazon 04-14 20:28:09.979: I/com.amazon.identity.auth.device.utils.ThirdPartyResourceParser(32517): Attempting to parse API Key from assets directory 04-14 20:28:09.979: I/com.amazon.identity.auth.device.appid.APIKeyDecoder(32517): Begin decoding API Key for packageName=com.joyanworks.tofe_amazon 04-14 20:28:09.979: D/com.amazon.identity.auth.device.appid.APIKeyDecoder.PII(32517): APIKey: 04-14 20:28:09.979: I/com.amazon.identity.auth.device.appid.APIKeyDecoder(32517): num sigs = 1 04-14 20:28:09.979: D/com.amazon.identity.auth.device.appid.APIKeyDecoder.PII(32517): Signature checking.: 04-14 20:28:09.987: D/com.amazon.identity.auth.device.appid.APIKeyDecoder.PII(32517): Fingerpirint checking: 04-14 20:28:09.987: I/com.amazon.identity.auth.device.appid.APIKeyDecoder(32517): scopes has no mapping in json, returning null array 04-14 20:28:09.987: I/com.amazon.identity.auth.device.appid.APIKeyDecoder(32517): perm has no mapping in json, returning null array 04-14 20:28:09.987: I/com.amazon.identity.auth.device.authorization.api.AmazonAuthorizationManager(32517): com.joyanworks.tofe_amazon calling getAppId 04-14 20:28:09.987: I/com.amazon.identity.auth.device.appid.AbstractAppIdentifier(32517): getAppInfo : packageName=com.joyanworks.tofe_amazon 04-14 20:28:09.987: I/com.amazon.identity.auth.device.appid.AbstractAppIdentifier(32517): Finding API Key for com.joyanworks.tofe_amazon 04-14 20:28:09.987: I/com.amazon.identity.auth.device.utils.ThirdPartyResourceParser(32517): Attempting to parse API Key from assets directory 04-14 20:28:10.002: I/com.amazon.identity.auth.device.appid.APIKeyDecoder(32517): Begin decoding API Key for packageName=com.joyanworks.tofe_amazon 04-14 20:28:10.002: D/com.amazon.identity.auth.device.appid.APIKeyDecoder.PII(32517): APIKey: 04-14 20:28:10.002: I/com.amazon.identity.auth.device.appid.APIKeyDecoder(32517): num sigs = 1 04-14 20:28:10.002: D/com.amazon.identity.auth.device.appid.APIKeyDecoder.PII(32517): Signature checking.: 04-14 20:28:10.002: D/com.amazon.identity.auth.device.appid.APIKeyDecoder.PII(32517): Fingerpirint checking: 04-14 20:28:10.002: I/com.amazon.identity.auth.device.appid.APIKeyDecoder(32517): scopes has no mapping in json, returning null array 04-14 20:28:10.002: I/com.amazon.identity.auth.device.appid.APIKeyDecoder(32517): perm has no mapping in json, returning null array 04-14 20:28:10.002: V/AmazonInsightsSDK(32517): Firing Session Event: _session.stop 04-14 20:28:10.010: V/AmazonInsightsSDK(32517): Firing Session Event: _session.start 04-14 20:28:10.010: I/AmazonInsightsSDK(32517): Amazon Insights SDK(2.1.16.0) initialization successfully completed 04-14 20:28:10.026: D/dalvikvm(32517): GC_CONCURRENT freed 449K, 5% free 12062K/12615K, paused 1ms+2ms 04-14 20:28:10.034: D/GameCircleClient(32517): initialize_internal() executing on thread:pool-1-thread-1 04-14 20:28:10.042: I/AmazonInsightsSDK(32517): Event: '_sess...' recorded to local filestore 04-14 20:28:10.042: D/GC_Whispersync(32517): Initial load from disk started 04-14 20:28:10.042: W/GC_Whispersync(32517): Retrieved an empty document from disk 04-14 20:28:10.042: W/GC_Whispersync(32517): GameDataMap - Unable to merge from an invalid/unset GameDataMap null 04-14 20:28:10.042: D/GC_Whispersync(32517): Initial load from disk completed in 1 msec. 04-14 20:28:10.042: I/AmazonInsightsSDK(32517): Event: '_sess...' recorded to local filestore 04-14 20:28:10.049: I/AmazonInsightsSDK(32517): Attempting to retrieve variation(s) for project(s):'Universal Experiment List' 04-14 20:28:10.049: I/AmazonInsightsSDK(32517): Event: 'WHISP...' recorded to local filestore 04-14 20:28:10.049: I/AmazonInsightsSDK(32517): Resolved expired variation: 'TEST' for project: 'Universal Experiment List' from cache 04-14 20:28:10.065: D/WebCore(32517): *-* Start browser instrument 04-14 20:28:10.088: D/libEGL(32517): loaded /system/lib/egl/ libGLES_android.so 04-14 20:28:10.096: D/libEGL(32517): loaded /vendor/lib/egl/ libEGL_POWERVR_SGX540_120.so 04-14 20:28:10.096: D/libEGL(32517): loaded /vendor/lib/egl/ libGLESv1_CM_POWERVR_SGX540_120.so 04-14 20:28:10.104: D/libEGL(32517): loaded /vendor/lib/egl/ libGLESv2_POWERVR_SGX540_120.so 04-14 20:28:10.159: D/dalvikvm(32517): GC_CONCURRENT freed 422K, 4% free 12121K/12615K, paused 3ms+5ms 04-14 20:28:10.229: D/OpenGLRenderer(32517): Enabling debug mode 0 04-14 20:28:10.252: D/dalvikvm(32517): GC_FOR_ALLOC freed 16K, 5% free 12109K/12615K, paused 15ms 04-14 20:28:10.260: I/dalvikvm-heap(32517): Grow heap (frag case) to 15.792MB for 4096016-byte allocation 04-14 20:28:10.292: D/dalvikvm(32517): GC_CONCURRENT freed 0K, 4% free 16109K/16647K, paused 2ms+2ms 04-14 20:28:10.956: D/dalvikvm(32517): GC_CONCURRENT freed 338K, 3% free 17463K/17927K, paused 4ms+3ms 04-14 20:28:11.831: W/FlurryAgent(32517): FlurryDataSender: report e2f9523f-9f97-4de2-8919-8a2b96e969fc sent. HTTP response: 200 : OK 04-14 20:28:11.870: W/FlurryAgent(32517): FlurryDataSender: report 46f989e9-f458-46d6-a400-b79d1550dfd4 sent. HTTP response: 200 : OK 04-14 20:28:12.502: I/AmazonInsightsSDK(32517): Resolved variation: 'Test' for project: 'Universal Experiment List' from server 04-14 20:28:13.526: I/AmazonInsightsSDK(32517): Event: '_http...' recorded to local filestore 04-14 20:28:13.526: I/AmazonInsightsSDK(32517): Attempting to retrieve variation(s) for project(s):'ManifestSrc','InitSigninAlertTest' 04-14 20:28:13.534: I/AmazonInsightsSDK(32517): Event: '_http...' recorded to local filestore 04-14 20:28:13.542: I/AmazonInsightsSDK(32517): Resolved expired variation: 'CONTROL' for project: 'ManifestSrc' from cache 04-14 20:28:13.542: I/AmazonInsightsSDK(32517): Resolved expired variation: 'TEST' for project: 'InitSigninAlertTest' from cache 04-14 20:28:14.112: I/AmazonInsightsSDK(32517): Event: '_http...' recorded to local filestore 04-14 20:28:14.112: I/AmazonInsightsSDK(32517): Resolved variation: 'Control' for project: 'ManifestSrc' from server 04-14 20:28:14.112: I/AmazonInsightsSDK(32517): Resolved variation: 'Test' for project: 'InitSigninAlertTest' from server 04-14 20:28:15.010: E/GC_ContentManager(32517): Error in reading content version from upgrade candidate. 04-14 20:28:15.010: E/GC_ContentManager(32517): java.util.zip.ZipException: EOCD not found; not a Zip archive? 04-14 20:28:15.010: E/GC_ContentManager(32517): at java.util.zip.ZipFile.readCentralDir(ZipFile.java:338) 04-14 20:28:15.010: E/GC_ContentManager(32517): at java.util.zip.ZipFile. (ZipFile.java:132) 04-14 20:28:15.010: E/GC_ContentManager(32517): at java.util.zip.ZipFile. (ZipFile.java:145) 04-14 20:28:15.010: E/GC_ContentManager(32517): at com.amazon.ags.html5.content.ContentManager.localUpgradeContentVersion(ContentManager.java:400) 04-14 20:28:15.010: E/GC_ContentManager(32517): at com.amazon.ags.html5.content.ContentManager.fullContentInitialization(ContentManager.java:215) 04-14 20:28:15.010: E/GC_ContentManager(32517): at com.amazon.ags.html5.content.ContentManager.access$000(ContentManager.java:27) 04-14 20:28:15.010: E/GC_ContentManager(32517): at com.amazon.ags.html5.content.ContentManager$1.onRefreshCompleted(ContentManager.java:168) 04-14 20:28:15.010: E/GC_ContentManager(32517): at com.amazon.ags.html5.content.GCVariationManager$1$1.onComplete(GCVariationManager.java:84) 04-14 20:28:15.010: E/GC_ContentManager(32517): at com.amazon.ags.html5.content.GCVariationManager$1$1.onComplete(GCVariationManager.java:71) 04-14 20:28:15.010: E/GC_ContentManager(32517): at com.amazon.insights.core.DefaultInsightsHandler.onComplete(DefaultInsightsHandler.java:43) 04-14 20:28:15.010: E/GC_ContentManager(32517): at com.amazon.insights.abtest.DefaultABTestClient$1.run(DefaultABTestClient.java:197) 04-14 20:28:15.010: E/GC_ContentManager(32517): at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:442) 04-14 20:28:15.010: E/GC_ContentManager(32517): at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:305) 04-14 20:28:15.010: E/GC_ContentManager(32517): at java.util.concurrent.FutureTask.run(FutureTask.java:137) 04-14 20:28:15.010: E/GC_ContentManager(32517): at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1076) 04-14 20:28:15.010: E/GC_ContentManager(32517): at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:569) 04-14 20:28:15.010: E/GC_ContentManager(32517): at java.lang.Thread.run(Thread.java:856) 04-14 20:28:15.018: W/GC_ContentManager(32517): Content initialization problem encountered 04-14 20:28:15.018: W/GC_ContentManager(32517): java.lang.NullPointerException 04-14 20:28:15.018: W/GC_ContentManager(32517): at com.amazon.ags.html5.content.ContentManager.fullContentInitialization(ContentManager.java:216) 04-14 20:28:15.018: W/GC_ContentManager(32517): at com.amazon.ags.html5.content.ContentManager.access$000(ContentManager.java:27) 04-14 20:28:15.018: W/GC_ContentManager(32517): at com.amazon.ags.html5.content.ContentManager$1.onRefreshCompleted(ContentManager.java:168) 04-14 20:28:15.018: W/GC_ContentManager(32517): at com.amazon.ags.html5.content.GCVariationManager$1$1.onComplete(GCVariationManager.java:84) 04-14 20:28:15.018: W/GC_ContentManager(32517): at com.amazon.ags.html5.content.GCVariationManager$1$1.onComplete(GCVariationManager.java:71) 04-14 20:28:15.018: W/GC_ContentManager(32517): at com.amazon.insights.core.DefaultInsightsHandler.onComplete(DefaultInsightsHandler.java:43) 04-14 20:28:15.018: W/GC_ContentManager(32517): at com.amazon.insights.abtest.DefaultABTestClient$1.run(DefaultABTestClient.java:197) 04-14 20:28:15.018: W/GC_ContentManager(32517): at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:442) 04-14 20:28:15.018: W/GC_ContentManager(32517): at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:305) 04-14 20:28:15.018: W/GC_ContentManager(32517): at java.util.concurrent.FutureTask.run(FutureTask.java:137) 04-14 20:28:15.018: W/GC_ContentManager(32517): at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1076) 04-14 20:28:15.018: W/GC_ContentManager(32517): at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:569) 04-14 20:28:15.018: W/GC_ContentManager(32517): at java.lang.Thread.run(Thread.java:856) 04-14 20:28:15.237: W/FlurryAgent(32517): FlurryDataSender: report c524a571-3e45-49dc-92bb-9bc9773382c3 sent. HTTP response: 200 : OK 04-14 20:28:20.924: D/dalvikvm(32517): GC_CONCURRENT freed 1688K, 9% free 17840K/19591K, paused 2ms+3ms 04-14 20:28:21.604: I/AmazonInsightsSDK(32517): Event: '_http...' recorded to local filestore 04-14 20:28:21.604: I/AmazonInsightsSDK(32517): Successful submission of 6 events
10 |5000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Sujoy@Amazon avatar image
Sujoy@Amazon answered
Thanks for writing back. I am forwarding the issue to the concerned team. I will post back shortly.
10 |5000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Sujoy@Amazon avatar image
Sujoy@Amazon answered
Hi, The issue you are facing due to force stop of the app during pulling the content version before we could determine the version number. From app settings, could you please clear the data to get rid of the corrupted download file, and then send us a more complete log on the next run. Thanks.
10 |5000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

yan.y.che avatar image
yan.y.che answered
sorry for my delay reply. after clear the cache data and reinstall the app, it runs ok.
10 |5000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Sujoy@Amazon avatar image
Sujoy@Amazon answered
Good to know. Thanks.
10 |5000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.