ibm mobilefirst - i got this exception java.io.IOException: Expected chunk of type 0x11c0200, read 0x1200200 -


i got exception

  r     @ com.ibm.ws.util.threadpool$worker.run(threadpool.java:1604)     r java.io.ioexception: expected chunk of type 0x11c0200, read 0x1200200.     r   @ com.ibm.puremeap.util.android.readutil.readchecktype(readutil.java:32)     r   @ com.ibm.puremeap.util.android.androidresourceparser.readpackage(androidresourceparser.java:80)     r   @ com.ibm.puremeap.util.android.androidresourceparser.read(androidresourceparser.java:62)     r   @ com.ibm.puremeap.util.android.androidapkresolver.resolve(androidapkresolver.java:138)     r   @ com.ibm.puremeap.util.android.aapt.getmetadata(aapt.java:362)     r   @ com.ibm.puremeap.services.uploadservice.fileuploaded(uploadservice.java:153)     r   @ com.ibm.puremeap.services.uploadservice.__fileuploadedjson__(uploadservice.java:106)     r   @ sun.reflect.nativemethodaccessorimpl.invoke0(native method)     r   @ sun.reflect.nativemethodaccessorimpl.invoke(nativemethodaccessorimpl.java:60)     r   @ sun.reflect.delegatingmethodaccessorimpl.invoke(delegatingmethodaccessorimpl.java:37)     r   @ java.lang.reflect.method.invoke(method.java:611)     r   @  

org.apache.wink.server.internal.handlers.invokemethodhandler.handlerequest(invokemethodhandler.java:63)

when trying upload apk worklight application center ran application using eclipse read documentation regard aapt don't understand path should use since searched paths on machine note exist

i believe trying upload apk built android 5.x, , encountering problem described apar pi30639. issue in fallback code application center uses when android aapt tool not present or not usable. not occur if have 1 of "android.aapt" or "android.aapt.dir" jndi names defined point working version of aapt tool - there documentation link in apar page describes how this, , should able find aapt tool on system.

there fix problem in latest worklight 6.1.0.2 ifix, available on ibm fix central. if aren't using aapt tool, you'll need fix.

if use aapt tool, , worklight server on 64-bit linux system, need install 32-bit shared libraries aapt tool can run.


Comments

Popular posts from this blog

javascript - AngularJS custom datepicker directive -

javascript - jQuery date picker - Disable dates after the selection from the first date picker -