[TIMOB-28400] Update ti.cloudpush gives null pointer exception every time
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Critical |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2021-07-21T09:47:01.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | Android |
Labels | n/a |
Reporter | Daniel Ethier |
Assignee | Gary Mathews |
Created | 2021-01-01T01:18:47.000+0000 |
Updated | 2021-07-21T09:47:01.000+0000 |
Description
When I start Appcelerator Studio, it says there is an update for ti.cloudpush, but when I try to install it, I always get a null pointer exception. This happens on an older iMac and on a clean install on my new Mac Mini.
Here is the error log:
!SESSION 2020-12-31 19:09:15.014 -----------------------------------------------
eclipse.buildId=unknown
java.version=11.0.6
java.vendor=Oracle Corporation
BootLoader constants: OS=macosx, ARCH=x86_64, WS=cocoa, NL=en_US
Framework arguments: -keyring /Users/dethier/.eclipse_keyring
Command-line arguments: -os macosx -ws cocoa -arch x86_64 -keyring /Users/dethier/.eclipse_keyring
!ENTRY org.eclipse.core.net 1 0 2020-12-31 19:09:18.528
!MESSAGE System property http.nonProxyHosts has been set to local|*.local|169.254/16|*.169.254/16 by an external source. This value will be overwritten using the values from the preferences
!ENTRY com.appcelerator.titanium.update.core 4 4 2020-12-31 19:10:46.101
!MESSAGE
!STACK 0
java.lang.NullPointerException
at com.appcelerator.titanium.update.core.module.TitaniumModuleUpdaterUtil.downloadAndInstall(TitaniumModuleUpdaterUtil.java:191)
at com.appcelerator.titanium.update.core.module.TitaniumModuleRelease.install(TitaniumModuleRelease.java:42)
at com.appcelerator.titanium.update.internal.core.TitaniumReleasesUpdater.installTitaniumUpdates(TitaniumReleasesUpdater.java:443)
at com.appcelerator.titanium.update.internal.core.TitaniumReleasesUpdater.access$1(TitaniumReleasesUpdater.java:399)
at com.appcelerator.titanium.update.internal.core.TitaniumReleasesUpdater$6.run(TitaniumReleasesUpdater.java:1080)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63)
I don't even use ti.cloudpush, but it would be nice if the update could install so I stop getting the notes to install an update.
Same issue here. Any solution yet? This is getting annoying...
Issue should be resolved now.