{ "id": "171220", "key": "TIMOB-25825", "fields": { "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false }, "project": { "id": "10153", "key": "TIMOB", "name": "Titanium SDK/CLI", "projectCategory": { "id": "10100", "description": "Titanium and related SDKs used in application development", "name": "Client" } }, "fixVersions": [ { "id": "19957", "description": "", "name": "Release 7.1.0", "archived": false, "released": true, "releaseDate": "2018-03-14" } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2018-03-02T22:43:45.000+0000", "created": "2018-03-01T11:00:15.000+0000", "priority": { "name": "None", "id": "6" }, "labels": [], "versions": [ { "id": "19957", "description": "", "name": "Release 7.1.0", "archived": false, "released": true, "releaseDate": "2018-03-14" }, { "id": "20099", "name": "Release 7.2.0", "archived": false, "released": true, "releaseDate": "2018-06-14" } ], "issuelinks": [], "assignee": { "name": "gmathews", "key": "gmathews", "displayName": "Gary Mathews", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2018-03-06T21:50:20.000+0000", "status": { "description": "The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.", "name": "Closed", "id": "6", "statusCategory": { "id": 3, "key": "done", "colorName": "green", "name": "Done" } }, "components": [ { "id": "10202", "name": "Android", "description": "Android Platform" } ], "description": "h5.Description\r\n\r\nWhen an app launches I'm seeing the below error logged to the console, it doesn't look to cause any issues to the app but it might give people a scare when upgrading to 7.1.0. From what I can tell it occurs on any app\r\n\r\n{code}\r\n[ERROR] JNIUtil: Couldn't find Java field ID: proxySupport Lorg/appcelerator/kroll/KrollProxySupport;\r\n[WARN] W/System.err: java.lang.NoSuchFieldError: no \"Lorg/appcelerator/kroll/KrollProxySupport;\" field \"proxySupport\" in class \"Lorg/appcelerator/kroll/KrollObject;\" or its superclasses\r\n[WARN] W/System.err: \tat org.appcelerator.kroll.runtime.v8.V8Runtime.nativeInit(Native Method)\r\n[WARN] W/System.err: \tat org.appcelerator.kroll.runtime.v8.V8Runtime.initRuntime(V8Runtime.java:95)\r\n[WARN] W/System.err: \tat org.appcelerator.kroll.KrollRuntime.doInit(KrollRuntime.java:207)\r\n[WARN] W/System.err: \tat org.appcelerator.kroll.KrollRuntime.syncInit(KrollRuntime.java:363)\r\n[WARN] W/System.err: \tat org.appcelerator.kroll.KrollRuntime.incrementActivityRefCount(KrollRuntime.java:386)\r\n[WARN] W/System.err: \tat org.appcelerator.titanium.TiBaseActivity.onCreate(TiBaseActivity.java:614)\r\n[WARN] W/System.err: \tat org.appcelerator.titanium.TiLaunchActivity.onCreate(TiLaunchActivity.java:175)\r\n[WARN] W/System.err: \tat org.appcelerator.titanium.TiRootActivity.onCreate(TiRootActivity.java:160)\r\n[WARN] W/System.err: \tat android.app.Activity.performCreate(Activity.java:6760)\r\n[WARN] W/System.err: \tat android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1134)\r\n[WARN] W/System.err: \tat android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2686)\r\n[WARN] W/System.err: \tat android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2819)\r\n[WARN] W/System.err: \tat android.app.ActivityThread.-wrap12(ActivityThread.java)\r\n[WARN] W/System.err: \tat android.app.ActivityThread$H.handleMessage(ActivityThread.java:1532)\r\n[WARN] W/System.err: \tat android.os.Handler.dispatchMessage(Handler.java:102)\r\n[WARN] W/System.err: \tat android.os.Looper.loop(Looper.java:154)\r\n[WARN] W/System.err: \tat android.app.ActivityThread.main(ActivityThread.java:6321)\r\n[WARN] W/System.err: \tat java.lang.reflect.Method.invoke(Native Method)\r\n[WARN] W/System.err: \tat com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:886)\r\n[WARN] W/System.err: \tat com.android.internal.os.ZygoteInit.main(ZygoteInit.java:776)\r\n[WARN] TiApplication: (main) [78,78] Registering module with name already in use.\r\n{code}\r\n\r\nh5. Steps to reproduce\r\n\r\n1. Create a default app using {{appc new}}/{{ti create}}\r\n2. Build the app for Android\r\n\r\nh5.Actual\r\n\r\nOn app launch the error/warning log above is shown\r\n\r\nh5.Expected\r\n\r\nNo error/warning log", "attachment": [], "flagged": false, "summary": "Android: JNIUtil error message on app launch", "creator": { "name": "eharris", "key": "eharris", "displayName": "Ewan Harris", "active": true, "timeZone": "Europe/Dublin" }, "subtasks": [], "reporter": { "name": "eharris", "key": "eharris", "displayName": "Ewan Harris", "active": true, "timeZone": "Europe/Dublin" }, "environment": "SDK: 7.2.0.v20180228155339, 7.1.0.v20180228160738\r\nOnePlus 3 7.1.1", "closedSprints": [ { "id": 126, "state": "closed", "name": "2018 Sprint 05 SDK", "startDate": "2018-02-25T19:38:08.926Z", "endDate": "2018-03-11T18:38:00.000Z", "completeDate": "2018-03-11T22:06:01.520Z", "originBoardId": 100 } ], "comment": { "comments": [ { "id": "435103", "author": { "name": "eharris", "key": "eharris", "displayName": "Ewan Harris", "active": true, "timeZone": "Europe/Dublin" }, "body": "Gary put up a PR to fix this here https://github.com/appcelerator/titanium_mobile/pull/9899. [~amukherjee] could we maybe slot this in for GA, I'm guessing we'd get a few reports/scares from people from that log", "updateAuthor": { "name": "eharris", "key": "eharris", "displayName": "Ewan Harris", "active": true, "timeZone": "Europe/Dublin" }, "created": "2018-03-02T13:23:25.000+0000", "updated": "2018-03-02T13:23:25.000+0000" }, { "id": "435130", "author": { "name": "amukherjee", "key": "amukherjee", "displayName": "Abir Mukherjee", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Yes, it's fine, 7.1.0.", "updateAuthor": { "name": "amukherjee", "key": "amukherjee", "displayName": "Abir Mukherjee", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2018-03-02T19:36:40.000+0000", "updated": "2018-03-02T19:36:40.000+0000" }, { "id": "435136", "author": { "name": "gmathews", "key": "gmathews", "displayName": "Gary Mathews", "active": true, "timeZone": "America/Los_Angeles" }, "body": "master: https://github.com/appcelerator/titanium_mobile/pull/9899\r\n7_1_X: https://github.com/appcelerator/titanium_mobile/pull/9902", "updateAuthor": { "name": "gmathews", "key": "gmathews", "displayName": "Gary Mathews", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2018-03-02T21:28:09.000+0000", "updated": "2018-03-02T21:28:09.000+0000" }, { "id": "435139", "author": { "name": "lchoudhary", "key": "lchoudhary", "displayName": "Lokesh Choudhary", "active": true, "timeZone": "America/Los_Angeles" }, "body": "FR Passed.\r\n\r\n", "updateAuthor": { "name": "lchoudhary", "key": "lchoudhary", "displayName": "Lokesh Choudhary", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2018-03-02T22:35:53.000+0000", "updated": "2018-03-02T22:35:53.000+0000" }, { "id": "435141", "author": { "name": "lchoudhary", "key": "lchoudhary", "displayName": "Lokesh Choudhary", "active": true, "timeZone": "America/Los_Angeles" }, "body": "PR's merged.", "updateAuthor": { "name": "lchoudhary", "key": "lchoudhary", "displayName": "Lokesh Choudhary", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2018-03-02T22:43:31.000+0000", "updated": "2018-03-02T22:43:31.000+0000" }, { "id": "435263", "author": { "name": "lchoudhary", "key": "lchoudhary", "displayName": "Lokesh Choudhary", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Verified the fix in SDK 7.2.0.v20180305152636 & 7.1.0.v20180306061214.\r\n\r\nClosing.\r\n\r\nStudio Ver: 5.0.0.201712081732\r\nSDK Ver: 7.2.0.v20180302144729\r\nOS Ver: 10.13.2\r\nXcode Ver: Xcode 9.2\r\nAppc NPM: 4.2.12\r\nAppc CLI: 7.0.2\r\nDaemon Ver: 1.0.1\r\nTi CLI Ver: 5.0.14\r\nAlloy Ver: 1.11.0\r\nNode Ver: 8.9.1\r\nNPM Ver: 5.5.1\r\nJava Ver: 1.8.0_101\r\nDevices: ⇨ google Nexus 5 --- Android 6.0.1\r\n ⇨ google Nexus 6P --- Android 8.0.0", "updateAuthor": { "name": "lchoudhary", "key": "lchoudhary", "displayName": "Lokesh Choudhary", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2018-03-06T21:50:15.000+0000", "updated": "2018-03-06T21:50:15.000+0000" } ], "maxResults": 7, "total": 7, "startAt": 0 } } }