id
int64
0
5.38k
issuekey
stringlengths
4
16
created
stringlengths
19
19
title
stringlengths
5
252
description
stringlengths
1
1.39M
storypoint
float64
0
100
2,611
TISTUD-8688
01/13/2017 07:19:37
Windows Platform Configuration is shown on Mac
From Studio Dashboard editor: 1. Open configuration window by invoking any 'update' or 'download' button, for platform configuration. *Result:* 2. Observe that Windows would be shown in platform configuration dialog *Expected Result:* Windows option shouldn't be shown.
5
2,612
TISTUD-8690
01/13/2017 20:23:24
alloy file formatting uses tab when configured for spaces
Note: we use spaces instead of tabs If you open a view xml file with the alloy editor in appcelerator and you do a command-a followed by shift-command-f to format the file any spaces you have in the file will be converted to tabs. In 4.7 studio this did the right thing and used spaces. Now with studio 4.8 it is using tabs even though we have preferences configured to use spaces. We have a workaround which is to do a command-a and the command-c and then command-v as copy and paste will put the spaces in correctly. To see this issue turn on the preference for 'show whitespace characters'
5
2,613
TISTUD-8692
01/19/2017 10:33:29
Studio hangs on splash screen when offline and not logged into appc
When offline and not logged into appc, try to launch Appcelerator Studio. It hangs on the splash screen. Steps to Reproduce 1. Make sure there is no network 2. Logout of appc cli using "appc logout" 3. Launch Studio 4. In the login screen provide valid/invalid credentials. Click Login Actual Result The splash screen initially shows Signing In. Then after a while it shows Launching Studio and hangs at that stage. Expected Result Studio launch should not hang
13
2,614
TISTUD-8693
01/19/2017 21:02:52
Can't install svn module, repo is not available
h5. Issue Description Reinstalling Appcelerator Studio from scratch due to installation errors with the svn plugin. Customer get the following issue: Unable to read repository at http://download.eclipse.org/technology/subversive/1.1/update-site/content.xml. Unable to read repository at http://download.eclipse.org/technology/subversive/1.1/update-site/content.xml. No password provided. Changing the software site in the tool, doesn't work either, I get this: Unable to read repository at http://community.polarion.com/projects/subversive/download/eclipse/3.0/update-site/content.xml. Unable to read repository at http://community.polarion.com/projects/subversive/download/eclipse/3.0/update-site/content.xml. No password provided.
5
2,615
TISTUD-8694
01/19/2017 22:09:26
When trying to update SDK from within studio, An error occurred part of the way through
On trying to update the SDK inside of studio, studio crashed with the attatched error
2
2,616
TISTUD-8701
02/06/2017 21:28:20
Link to installing JDT Tools goes to wrong page
*Description* When creating a new module in Studio, and if JDT tools are not installed, a link is shown to download the JDT. The link does not go to the proper page in our docs. *Steps to reproduce* 1. Start with creating a new module. JDT tools should not be installed. 2. Enter the name and ID and proceed to the page on the type of module desired. 3. Below the radio button where you choose "Android", there is a link "Install JDT". 4. Click on that link and observe that it goes to the main docs page. *Result* When clicking on the link "Install JDT", it goes to: http://docs.appcelerator.com/platform/latest *Expected Result* The link should go to: http://docs.appcelerator.com/platform/latest/#!/guide/Installing_the_Java_Development_Tools
3
2,617
TISTUD-8703
02/09/2017 03:00:02
Error reporting: NPE after launching the Studio
{code:java} { "ts": "2016-11-17T16:34:18Z", "source": "app-track", "sid": "5d5caf39-eb2c-4c6c-b303-23cea00cba46", "platform": "MacOSX", "osver": "10.12.1", "mid": "8c672dc860a417fcafe142cb204496b9", "id": "c0673bd2-bf56-4b8f-afea-6974c6fd72b3", "guid": "936afc9e-28ed-4618-88b8-f6e6e3869b09", "event": "crash.studio", "data": { "stack": "Exception:org.eclipse.swt.SWTException: Failed to execute runnable (java.lang.NullPointerException)\\n\\t at org.eclipse.swt.SWT.error(SWT.java:4441)\\n\\t at org.eclipse.swt.SWT.error(SWT.java:4356)\\n\\t at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:139)\\n\\t at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3994)\\n\\t at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3671)\\n\\t at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$9.run(PartRenderingEngine.java:1151)\\n\\t at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)\\n\\t at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1032)\\n\\t at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:148)\\n\\t at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:636)\\n\\t at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)\\n\\t at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:579)\\n\\t at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150)\\n\\t at com.appcelerator.titanium.rcp.IDEApplication.start(IDEApplication.java:126)\\n\\t at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)\\n\\t at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134)\\n\\t at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)\\n\\t at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:380)\\n\\t at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:235)\\n\\t at sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2)\\n\\t at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)\\n\\t at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\\n\\t at java.lang.reflect.Method.invoke(Method.java:606)\\n\\t at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:648)\\n\\t at org.eclipse.equinox.launcher.Main.basicRun(Main.java:603)\\n\\t at org.eclipse.equinox.launcher.Main.run(Main.java:1465)\\njava.lang.NullPointerException: null\\n\\t at com.appcelerator.titanium.core.internal.cli.NodeAppcCLI.getVersion(NodeAppcCLI.java:769)\\n\\t at com.appcelerator.titanium.core.internal.cli.NodeAppcCLI.getPackagePath(NodeAppcCLI.java:752)\\n\\t at com.appcelerator.titanium.core.util.AppPreviewInstallManager.isAppPreviewFolderHookFound(AppPreviewInstallManager.java:27)\\n\\t at com.appcelerator.titanium.core.util.AppPreviewInstallManager.isAppPreviewInstalled(AppPreviewInstallManager.java:21)\\n\\t at com.appcelerator.titanium.android.core.launching.AndroidAppPreviewPropertyTester.getAppPreviewStatus(AndroidAppPreviewPropertyTester.java:36)\\n\\t at com.appcelerator.titanium.android.core.launching.AndroidAppPreviewPropertyTester.test(AndroidAppPreviewPropertyTester.java:29)\\n\\t at org.eclipse.core.internal.expressions.Property.test(Property.java:58)\\n\\t at org.eclipse.core.internal.expressions.TestExpression.evaluate(TestExpression.java:99)\\n\\t at org.eclipse.core.internal.expressions.CompositeExpression.evaluateAnd(CompositeExpression.java:53)\\n\\t at org.eclipse.core.internal.expressions.AdaptExpression.evaluate(AdaptExpression.java:106)\\n\\t at org.eclipse.core.internal.expressions.CompositeExpression.evaluateAnd(CompositeExpression.java:53)\\n\\t at org.eclipse.core.internal.expressions.IterateExpression.evaluate(IterateExpression.java:150)\\n\\t at org.eclipse.core.internal.expressions.CompositeExpression.evaluateAnd(CompositeExpression.java:53)\\n\\t at org.eclipse.core.internal.expressions.WithExpression.evaluate(WithExpression.java:72)\\n\\t at org.eclipse.core.internal.expressions.CompositeExpression.evaluateAnd(CompositeExpression.java:53)\\n\\t at org.eclipse.core.internal.expressions.AndExpression.evaluate(AndExpression.java:29)\\n\\t at org.eclipse.core.internal.expressions.ReferenceExpression.evaluate(ReferenceExpression.java:70)\\n\\t at org.eclipse.core.internal.expressions.CompositeExpression.evaluateAnd(CompositeExpression.java:53)\\n\\t at org.eclipse.core.internal.expressions.EnablementExpression.evaluate(EnablementExpression.java:53)\\n\\t at org.eclipse.debug.internal.ui.launchConfigurations.LaunchShortcutExtension.evalEnablementExpression(LaunchShortcutExtension.java:281)\\n\\t at org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationManager.getLaunchShortcuts(LaunchConfigurationManager.java:708)\\n\\t at com.appcelerator.titanium.ui.LaunchAppToolbarContribution.loadShortcuts(LaunchAppToolbarContribution.java:158)\\n\\t at com.appcelerator.titanium.ui.LaunchAppToolbarContribution.access$4(LaunchAppToolbarContribution.java:152)\\n\\t at com.appcelerator.titanium.ui.LaunchAppToolbarContribution$2$1.run(LaunchAppToolbarContribution.java:393)\\n\\t at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)\\n\\t at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:136)\\n\\t at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3994)\\n\\t at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3671)\\n\\t at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$9.run(PartRenderingEngine.java:1151)\\n\\t at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)\\n\\t at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1032)\\n\\t at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:148)\\n\\t at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:636)\\n\\t at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)\\n\\t at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:579)\\n\\t at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150)\\n\\t at com.appcelerator.titanium.rcp.IDEApplication.start(IDEApplication.java:126)\\n\\t at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)\\n\\t at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134)\\n\\t at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)\\n\\t at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:380)\\n\\t at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:235)\\n\\t at sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2)\\n\\t at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)\\n\\t at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\\n\\t at java.lang.reflect.Method.invoke(Method.java:606)\\n\\t at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:648)\\n\\t at org.eclipse.equinox.launcher.Main.basicRun(Main.java:603)\\n\\t at org.eclipse.equinox.launcher.Main.run(Main.java:1465)\\n", "ostype": "x86_64", "message": "Unhandled event loop exception", "javaRuntimeVersion": "1.7.0_79-b15" }, "app_version": "4.7.1.201609100950", "app_name": "Appcelerator Studio", "": null } {code}
5
2,618
TISTUD-8704
02/09/2017 03:07:38
Error reporting: Exception:java.lang.InterruptedException
{code:java} { "ts": "2016-11-17T16:34:20Z", "source": "app-track", "sid": "a879d5bb-ed06-41dd-97c0-ccfcee57a0e0", "platform": "MacOSX", "osver": "10.12.1", "mid": "8c672dc860a417fcafe142cb204496b9", "id": "1fc36b3b-6db6-438d-b73e-5406ffdf35bf", "guid": "936afc9e-28ed-4618-88b8-f6e6e3869b09", "event": "crash.studio", "data": { "stack": "Exception:java.lang.InterruptedException: null\\n\\t at java.lang.Object.wait(Object.java:-2)\\n\\t at java.lang.Object.wait(Object.java:503)\\n\\t at java.lang.UNIXProcess.waitFor(UNIXProcess.java:261)\\n\\t at com.aptana.core.util.ProcessRunner.processData(ProcessRunner.java:381)\\n\\t at com.aptana.core.util.ProcessRunner.processData(ProcessRunner.java:345)\\n\\t at com.aptana.core.util.ProcessRunner.processResult(ProcessRunner.java:432)\\n\\t at com.appcelerator.titanium.core.internal.cli.NodeAppcCLI.runCommand(NodeAppcCLI.java:238)\\n\\t at com.appcelerator.titanium.core.internal.cli.NodeAppcCLI.runCommand(NodeAppcCLI.java:204)\\n\\t at com.appcelerator.titanium.core.internal.cli.NodeAppcCLI.getVersion(NodeAppcCLI.java:768)\\n\\t at com.appcelerator.titanium.core.internal.cli.NodeAppcCLI.getPackagePath(NodeAppcCLI.java:752)\\n\\t at com.appcelerator.titanium.core.util.AppPreviewInstallManager.isAppPreviewFolderHookFound(AppPreviewInstallManager.java:27)\\n\\t at com.appcelerator.titanium.core.util.AppPreviewInstallManager.isAppPreviewInstalled(AppPreviewInstallManager.java:21)\\n\\t at com.appcelerator.titanium.android.core.launching.AndroidAppPreviewPropertyTester.getAppPreviewStatus(AndroidAppPreviewPropertyTester.java:36)\\n\\t at com.appcelerator.titanium.android.core.launching.AndroidAppPreviewPropertyTester.test(AndroidAppPreviewPropertyTester.java:29)\\n\\t at org.eclipse.core.internal.expressions.Property.test(Property.java:58)\\n\\t at org.eclipse.core.internal.expressions.TestExpression.evaluate(TestExpression.java:99)\\n\\t at org.eclipse.core.internal.expressions.CompositeExpression.evaluateAnd(CompositeExpression.java:53)\\n\\t at org.eclipse.core.internal.expressions.AdaptExpression.evaluate(AdaptExpression.java:106)\\n\\t at org.eclipse.core.internal.expressions.CompositeExpression.evaluateAnd(CompositeExpression.java:53)\\n\\t at org.eclipse.core.internal.expressions.IterateExpression.evaluate(IterateExpression.java:150)\\n\\t at org.eclipse.core.internal.expressions.CompositeExpression.evaluateAnd(CompositeExpression.java:53)\\n\\t at org.eclipse.core.internal.expressions.WithExpression.evaluate(WithExpression.java:72)\\n\\t at org.eclipse.core.internal.expressions.CompositeExpression.evaluateAnd(CompositeExpression.java:53)\\n\\t at org.eclipse.core.internal.expressions.AndExpression.evaluate(AndExpression.java:29)\\n\\t at org.eclipse.core.internal.expressions.ReferenceExpression.evaluate(ReferenceExpression.java:70)\\n\\t at org.eclipse.core.internal.expressions.CompositeExpression.evaluateAnd(CompositeExpression.java:53)\\n\\t at org.eclipse.core.internal.expressions.EnablementExpression.evaluate(EnablementExpression.java:53)\\n\\t at org.eclipse.debug.internal.ui.launchConfigurations.LaunchShortcutExtension.evalEnablementExpression(LaunchShortcutExtension.java:281)\\n\\t at org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationManager.getLaunchShortcuts(LaunchConfigurationManager.java:708)\\n\\t at com.appcelerator.titanium.ui.LaunchAppToolbarContribution.loadShortcuts(LaunchAppToolbarContribution.java:158)\\n\\t at com.appcelerator.titanium.ui.LaunchAppToolbarContribution.access$4(LaunchAppToolbarContribution.java:152)\\n\\t at com.appcelerator.titanium.ui.LaunchAppToolbarContribution$2$1.run(LaunchAppToolbarContribution.java:393)\\n\\t at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)\\n\\t at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:136)\\n\\t at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3994)\\n\\t at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3671)\\n\\t at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$9.run(PartRenderingEngine.java:1151)\\n\\t at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)\\n\\t at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1032)\\n\\t at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:148)\\n\\t at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:636)\\n\\t at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)\\n\\t at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:579)\\n\\t at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150)\\n\\t at com.appcelerator.titanium.rcp.IDEApplication.start(IDEApplication.java:126)\\n\\t at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)\\n\\t at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134)\\n\\t at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)\\n\\t at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:380)\\n\\t at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:235)\\n\\t at sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2)\\n\\t at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)\\n\\t at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\\n\\t at java.lang.reflect.Method.invoke(Method.java:606)\\n\\t at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:648)\\n\\t at org.eclipse.equinox.launcher.Main.basicRun(Main.java:603)\\n\\t at org.eclipse.equinox.launcher.Main.run(Main.java:1465)\\n", "ostype": "x86_64", "message": "(Build 4.7.1.201609100950) [ERROR] null", "javaRuntimeVersion": "1.7.0_79-b15" }, "app_version": "4.7.1.201609100950", "app_name": "Appcelerator Studio", "": null } {code}
5
2,619
TISTUD-8706
02/09/2017 04:51:09
Error reporting: Launching build and packaging failed
{code:java} { "ts": "2016-11-17T16:48:15Z", "source": "app-track", "sid": "d19aa5b7-7696-49eb-9077-1617d8ec7150", "platform": "Windows 10", "osver": "10.0.0", "mid": "9a40ff6fc4eaa68a22e2a1b4e732b8a2", "id": "fc5b8af0-d93a-4f83-895b-8fca215a94ea", "guid": "936afc9e-28ed-4618-88b8-f6e6e3869b09", "event": "crash.studio", "data": { "stack": "Exception:org.eclipse.core.runtime.CoreException: Build failed. Unable to locate generated zip file at D:\\\\Dev\\\\ProjectsWorkspace\\\\Appcelerator\\\\udp_v2\\\\dist\\\\com.idealize.udp-android-1.0.0.zip\\n\\t at com.appcelerator.titanium.ui.module.BaseModulePackagerLaunchConfigurationDelegate.postBuildProcess(BaseModulePackagerLaunchConfigurationDelegate.java:417)\\n\\t at com.appcelerator.titanium.ui.module.BaseModulePackagerLaunchConfigurationDelegate$4.run(BaseModulePackagerLaunchConfigurationDelegate.java:480)\\n\\t at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)\\n", "ostype": "x86", "message": "Launching build and packaging failed", "javaRuntimeVersion": "1.8.0_111-b14" }, "app_version": "4.9.0.201609281711", "app_name": "Appcelerator Studio", "": null } {code}
5
2,620
TISTUD-8707
02/09/2017 09:35:13
Error reporting: Could not find default Android SDK error during App preview
{code:java} { "ts": "2016-11-17T17:45:52Z", "source": "app-track", "sid": "a9bed312-ec3b-44b4-8a38-c20a90ba9a86", "platform": "Windows 10", "osver": "10.0.0", "mid": "4105ac1c627a58d0878f09bc982ea823", "id": "1987d061-abef-4ca5-b010-b2413a1518eb", "guid": "936afc9e-28ed-4618-88b8-f6e6e3869b09", "event": "crash.studio", "data": { "stack": "Exception:org.eclipse.core.runtime.CoreException: Could not find default Android SDK.\\n\\t at com.appcelerator.titanium.android.core.launching.AndroidLaunchConfigurationHelper.getConfiguredSDK(AndroidLaunchConfigurationHelper.java:107)\\n\\t at com.appcelerator.titanium.android.core.launching.AndroidNodeJSCommandsHelper.getConfiguredSDK(AndroidNodeJSCommandsHelper.java:257)\\n\\t at com.appcelerator.titanium.android.core.launching.AndroidNodeJSCommandsHelper.packageEnvironment(AndroidNodeJSCommandsHelper.java:391)\\n\\t at com.appcelerator.titanium.android.core.launching.AndroidNodeJSCommandsHelper.packageAppPreviewProject(AndroidNodeJSCommandsHelper.java:380)\\n\\t at com.appcelerator.titanium.android.core.launching.AndroidAppPreviewLaunchConfigurationDelegate$1.run(AndroidAppPreviewLaunchConfigurationDelegate.java:79)\\n\\t at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)\\n", "ostype": "x86", "message": "Could not find default Android SDK.", "javaRuntimeVersion": "1.8.0_111-b14" }, "app_version": "4.7.1.201609100950", "app_name": "Appcelerator Studio", "": null }* {code}
5
2,621
TISTUD-8708
02/09/2017 09:43:21
Error reporting: Android json response parse error
{code:java} { "ts": "2016-11-17T17:29:57Z", "source": "app-track", "sid": "1abab48e-3455-4cd4-994b-fac2c7170d84", "platform": "MacOSX", "osver": "10.12.1", "mid": "857eec964f06e3c74ea098d566a6c86f", "id": "6e0b7918-a377-4473-a01e-4ad947129b2b", "guid": "936afc9e-28ed-4618-88b8-f6e6e3869b09", "event": "crash.studio", "data": { "stack": "Exception:HIDDEN: null\\n\\t at HIDDEN.HIDDEN(HIDDEN:-1)\\n\\t at HIDDEN.HIDDEN(HIDDEN:-1)\\n\\t at HIDDEN.HIDDEN(HIDDEN:-1)\\n\\t at HIDDEN.HIDDEN(HIDDEN:-1)\\n\\t at HIDDEN.HIDDEN(HIDDEN:-1)\\n\\t at com.appcelerator.titanium.android.core.AndroidSDKLocator.loadTiInfo(AndroidSDKLocator.java:841)\\n\\t at com.appcelerator.titanium.android.core.AndroidSDKLocator.updateTiInfo(AndroidSDKLocator.java:224)\\n\\t at com.appcelerator.titanium.android.core.AndroidSDKLocator.access$0(AndroidSDKLocator.java:222)\\n\\t at com.appcelerator.titanium.android.core.AndroidSDKLocator$1.run(AndroidSDKLocator.java:242)\\n\\t at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)\\n", "ostype": "x86_64", "message": "(Build 4.7.1.201609100950) [ERROR] A new update (6.0.0) is available... Download with appc use 6.0.0\n{\n\t\"android\": {\n\t\t\"linux64bit\": null,\n\t\t\"ndk\": null,\n\t\t\"sdk\": {\n\t\t\t\"path\": \"/Users/markboyer/Library/android-sdk-macosx\",\n\t\t\t\"executables\": {\n\t\t\t\t\"dx\": \"/Users/markboyer/Library/android-sdk-macosx/build-tools/22.0.1/dx\",\n\t\t\t\t\"aidl\": \"/Users/markboyer/Library/android-sdk-macosx/build-tools/22.0.1/aidl\",\n\t\t\t\t\"aapt\": \"/Users/markboyer/Library/android-sdk-macosx/build-tools/22.0.1/aapt\",\n\t\t\t\t\"zipalign\": \"/Users/markboyer/Library/android-sdk-macosx/build-tools/22.0.1/zipalign\",\n\t\t\t\t\"mksdcard\": \"/Users/markboyer/Library/android-sdk-macosx/tools/mksdcard\",\n\t\t\t\t\"emulator\": \"/Users/markboyer/Library/android-sdk-macosx/tools/emulator\",\n\t\t\t\t\"android\": \"/Users/markboyer/Library/android-sdk-macosx/tools/android\",\n\t\t\t\t\"adb\": \"/Users/markboyer/Library/android-sdk-macosx/platform-tools/adb\"\n\t\t\t},\n\t\t\t\"dx\": \"/Users/markboyer/Library/android-sdk-macosx/build-tools/22.0.1/lib/dx.jar\",\n\t\t\t\"proguard\": \"/Users/markboyer/Library/android-sdk-macosx/tools/proguard/lib/proguard.jar\",\n\t\t\t\"tools\": {\n\t\t\t\t\"path\": \"/Users/markboyer/Library/android-sdk-macosx/tools\",\n\t\t\t\t\"supported\": \"maybe\",\n\t\t\t\t\"version\": \"24.4.1\"\n\t\t\t},\n\t\t\t\"platformTools\": {\n\t\t\t\t\"path\": \"/Users/markboyer/Library/android-sdk-macosx/platform-tools\",\n\t\t\t\t\"supported\": true,\n\t\t\t\t\"version\": \"23.1\"\n\t\t\t},\n\t\t\t\"buildTools\": {\n\t\t\t\t\"path\": \"/Users/markboyer/Library/android-sdk-macosx/build-tools/22.0.1\",\n\t\t\t\t\"supported\": true,\n\t\t\t\t\"version\": \"22.0.1\",\n\t\t\t\t\"maxSupported\": \"23.x\"\n\t\t\t}\n\t\t},\n\t\t\"home\": \"/Users/markboyer/.android\",\n\t\t\"detectVersion\": \"2.0\",\n\t\t\"vendorDependencies\": {\n\t\t\t\"android sdk\": \"23\",\n\t\t\t\"android build tools\": \">=17 <=23.x\",\n\t\t\t\"android platform tools\": \">=17 <=23.x\",\n\t\t\t\"android tools\": \"<=24.3.x\",\n\t\t\t\"android ndk\": \">=r8e <=r9\",\n\t\t\t\"node\": \">=0.10.0 <=0.12.x\",\n\t\t\t\"java\": \"<=1.8.x\"\n\t\t},\n\t\t\"targets\": {\n\t\t\t\"1\": {\n\t\t\t\t\"id\": \"android-19\",\n\t\t\t\t\"abis\": [\n\t\t\t\t\t\"armeabi-v7a\",\n\t\t\t\t\t\"x86\"\n\t\t\t\t],\n\t\t\t\t\"skins\": [\n\t\t\t\t\t\"HVGA\",\n\t\t\t\t\t\"QVGA\",\n\t\t\t\t\t\"WQVGA400\",\n\t\t\t\t\t\"WQVGA432\",\n\t\t\t\t\t\"WSVGA\",\n\t\t\t\t\t\"WVGA800\",\n\t\t\t\t\t\"WVGA854\",\n\t\t\t\t\t\"WXGA720\",\n\t\t\t\t\t\"WXGA800\",\n\t\t\t\t\t\"WXGA800-7in\"\n\t\t\t\t],\n\t\t\t\t\"name\": \"Android 4.4.2\",\n\t\t\t\t\"type\": \"platform\",\n\t\t\t\t\"api-level\": 19,\n\t\t\t\t\"revision\": 4,\n\t\t\t\t\"path\": \"/Users/markboyer/Library/android-sdk-macosx/platforms/android-19\",\n\t\t\t\t\"sdk\": 19,\n\t\t\t\t\"version\": \"4.4.2\",\n\t\t\t\t\"androidJar\": \"/Users/markboyer/Library/android-sdk-macosx/platforms/android-19/android.jar\",\n\t\t\t\t\"supported\": false,\n\t\t\t\t\"aidl\": \"/Users/markboyer/Library/android-sdk-macosx/platforms/android-19/framework.aidl\"\n\t\t\t},\n\t\t\t\"2\": {\n\t\t\t\t\"id\": \"android-21\",\n\t\t\t\t\"abis\": [\n\t\t\t\t\t\"armeabi-v7a\",\n\t\t\t\t\t\"x86\",\n\t\t\t\t\t\"x86_64\"\n\t\t\t\t],\n\t\t\t\t\"skins\": [\n\t\t\t\t\t\"HVGA\",\n\t\t\t\t\t\"QVGA\",\n\t\t\t\t\t\"WQVGA400\",\n\t\t\t\t\t\"WQVGA432\",\n\t\t\t\t\t\"WSVGA\",\n\t\t\t\t\t\"WVGA800\",\n\t\t\t\t\t\"WVGA854\",\n\t\t\t\t\t\"WXGA720\",\n\t\t\t\t\t\"WXGA800\",\n\t\t\t\t\t\"WXGA800-7in\",\n\t\t\t\t\t\"AndroidWearRound\",\n\t\t\t\t\t\"AndroidWearSquare\"\n\t\t\t\t],\n\t\t\t\t\"name\": \"Android 5.0.1\",\n\t\t\t\t\"type\": \"platform\",\n\t\t\t\t\"api-level\": 21,\n\t\t\t\t\"revision\": 2,\n\t\t\t\t\"path\": \"/Users/markboyer/Library/android-sdk-macosx/platforms/android-21\",\n\t\t\t\t\"sdk\": 21,\n\t\t\t\t\"version\": \"5.0.1\",\n\t\t\t\t\"androidJar\": \"/Users/markboyer/Library/android-sdk-macosx/platforms/android-21/android.jar\",\n\t\t\t\t\"supported\": false,\n\t\t\t\t\"aidl\": \"/Users/markboyer/Library/android-sdk-macosx/platforms/android-21/framework.aidl\"\n\t\t\t},\n\t\t\t\"3\": {\n\t\t\t\t\"id\": \"android-22\",\n\t\t\t\t\"abis\": [\n\t\t\t\t\t\"armeabi-v7a\",\n\t\t\t\t\t\"x86\",\n\t\t\t\t\t\"x86_64\"\n\t\t\t\t],\n\t\t\t\t\"skins\": [\n\t\t\t\t\t\"HVGA\",\n\t\t\t\t\t\"QVGA\",\n\t\t\t\t\t\"WQVGA400\",\n\t\t\t\t\t\"WQVGA432\",\n\t\t\t\t\t\"WSVGA\",\n\t\t\t\t\t\"WVGA800\",\n\t\t\t\t\t\"WVGA854\",\n\t\t\t\t\t\"WXGA720\",\n\t\t\t\t\t\"WXGA800\",\n\t\t\t\t\t\"WXGA800-7in\",\n\t\t\t\t\t\"AndroidWearRound\",\n\t\t\t\t\t\"AndroidWearRound400x400\",\n\t\t\t\t\t\"AndroidWearRoundChin320x290\",\n\t\t\t\t\t\"AndroidWearRoundChin360x325\",\n\t\t\t\t\t\"AndroidWearRoundChin360x330\",\n\t\t\t\t\t\"AndroidWearSquare\",\n\t\t\t\t\t\"AndroidWearSquare320x320\"\n\t\t\t\t],\n\t\t\t\t\"name\": \"Android 5.1.1\",\n\t\t\t\t\"type\": \"platform\",\n\t\t\t\t\"api-level\": 22,\n\t\t\t\t\"revision\": 2,\n\t\t\t\t\"path\": \"/Users/markboyer/Library/android-sdk-macosx/platforms/android-22\",\n\t\t\t\t\"sdk\": 22,\n\t\t\t\t\"version\": \"5.1.1\",\n\t\t\t\t\"androidJar\": \"/Users/markboyer/Library/android-sdk-macosx/platforms/android-22/android.jar\",\n\t\t\t\t\"supported\": false,\n\t\t\t\t\"aidl\": \"/Users/markboyer/Library/android-sdk-macosx/platforms/android-22/framework.aidl\"\n\t\t\t},\n\t\t\t\"4\": {\n\t\t\t\t\"id\": \"android-23\",\n\t\t\t\t\"abis\": [\n\t\t\t\t\t\"armeabi-v7a\",\n\t\t\t\t\t\"x86\",\n\t\t\t\t\t\"x86_64\"\n\t\t\t\t],\n\t\t\t\t\"skins\": [\n\t\t\t\t\t\"HVGA\",\n\t\t\t\t\t\"QVGA\",\n\t\t\t\t\t\"WQVGA400\",\n\t\t\t\t\t\"WQVGA432\",\n\t\t\t\t\t\"WSVGA\",\n\t\t\t\t\t\"WVGA800\",\n\t\t\t\t\t\"WVGA854\",\n\t\t\t\t\t\"WXGA720\",\n\t\t\t\t\t\"WXGA800\",\n\t\t\t\t\t\"WXGA800-7in\"\n\t\t\t\t],\n\t\t\t\t\"name\": \"Android 6.0\",\n\t\t\t\t\"type\": \"platform\",\n\t\t\t\t\"api-level\": 23,\n\t\t\t\t\"revision\": 2,\n\t\t\t\t\"path\": \"/Users/markboyer/Library/android-sdk-macosx/platforms/android-23\",\n\t\t\t\t\"sdk\": 23,\n\t\t\t\t\"version\": \"6.0\",\n\t\t\t\t\"androidJar\": \"/Users/markboyer/Library/android-sdk-macosx/platforms/android-23/android.jar\",\n\t\t\t\t\"supported\": true,\n\t\t\t\t\"aidl\": \"/Users/markboyer/Library/android-sdk-macosx/platforms/android-23/framework.aidl\"\n\t\t\t},\n\t\t\t\"5\": {\n\t\t\t\t\"id\": \"Google Inc.:Google APIs:19\",\n\t\t\t\t\"abis\": [\n\t\t\t\t\t\"armeabi-v7a\"\n\t\t\t\t],\n\t\t\t\t\"skins\": [\n\t\t\t\t\t\"HVGA\",\n\t\t\t\t\t\"QVGA\",\n\t\t\t\t\t\"WQVGA400\",\n\t\t\t\t\t\"WQVGA432\",\n\t\t\t\t\t\"WSVGA\",\n\t\t\t\t\t\"WVGA800\",\n\t\t\t\t\t\"WVGA854\",\n\t\t\t\t\t\"WXGA720\",\n\t\t\t\t\t\"WXGA800\",\n\t\t\t\t\t\"WXGA800-7in\"\n\t\t\t\t],\n\t\t\t\t\"name\": \"Google APIs\",\n\t\t\t\t\"type\": \"add-on\",\n\t\t\t\t\"vendor\": \"Google Inc.\",\n\t\t\t\t\"revision\": 18,\n\t\t\t\t\"description\": \"Android + Google APIs\",\n\t\t\t\t\"based-on\": {\n\t\t\t\t\t\"android-version\": \"4.4.2\",\n\t\t\t\t\t\"api-level\": 19\n\t\t\t\t},\n\t\t\t\t\"libraries\": {\n\t\t\t\t\t\"com.android.future.usb.accessory\": {\n\t\t\t\t\t\t\"jar\": \"usb.jar\",\n\t\t\t\t\t\t\"description\": \"API for USB Accessories\"\n\t\t\t\t\t},\n\t\t\t\t\t\"com.google.android.media.effects\": {\n\t\t\t\t\t\t\"jar\": \"effects.jar\",\n\t\t\t\t\t\t\"description\": \"Collection of video effects\"\n\t\t\t\t\t},\n\t\t\t\t\t\"com.google.android.maps\": {\n\t\t\t\t\t\t\"jar\": \"maps.jar\",\n\t\t\t\t\t\t\"description\": \"API for Google Maps\"\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t\"path\": \"/Users/markboyer/Library/android-sdk-macosx/add-ons/addon-google_apis-google-19\",\n\t\t\t\t\"version\": \"4.4.2\",\n\t\t\t\t\"androidJar\": \"/Users/markboyer/Library/android-sdk-macosx/platforms/android-19/android.jar\",\n\t\t\t\t\"supported\": false,\n\t\t\t\t\"aidl\": \"/Users/markboyer/Library/android-sdk-macosx/platforms/android-19/framework.aidl\"\n\t\t\t},\n\t\t\t\"6\": {\n\t\t\t\t\"id\": \"Google Inc.:Google APIs (x86 System Image):19\",\n\t\t\t\t\"abis\": [\n\t\t\t\t\t\"x86\"\n\t\t\t\t],\n\t\t\t\t\"skins\": [\n\t\t\t\t\t\"HVGA\",\n\t\t\t\t\t\"QVGA\",\n\t\t\t\t\t\"WQVGA400\",\n\t\t\t\t\t\"WQVGA432\",\n\t\t\t\t\t\"WSVGA\",\n\t\t\t\t\t\"WVGA800\",\n\t\t\t\t\t\"WVGA854\",\n\t\t\t\t\t\"WXGA720\",\n\t\t\t\t\t\"WXGA800\",\n\t\t\t\t\t\"WXGA800-7in\"\n\t\t\t\t],\n\t\t\t\t\"name\": \"Google APIs (x86 System Image)\",\n\t\t\t\t\"type\": \"add-on\",\n\t\t\t\t\"vendor\": \"Google Inc.\",\n\t\t\t\t\"revision\": 18,\n\t\t\t\t\"description\": \"Android x86 + Google APIs\",\n\t\t\t\t\"based-on\": {\n\t\t\t\t\t\"android-version\": \"4.4.2\",\n\t\t\t\t\t\"api-level\": 19\n\t\t\t\t},\n\t\t\t\t\"libraries\": {\n\t\t\t\t\t\"com.android.future.usb.accessory\": {\n\t\t\t\t\t\t\"jar\": \"usb.jar\",\n\t\t\t\t\t\t\"description\": \"API for USB Accessories\"\n\t\t\t\t\t},\n\t\t\t\t\t\"com.google.android.media.effects\": {\n\t\t\t\t\t\t\"jar\": \"effects.jar\",\n\t\t\t\t\t\t\"description\": \"Collection of video effects\"\n\t\t\t\t\t},\n\t\t\t\t\t\"com.google.android.maps\": {\n\t\t\t\t\t\t\"jar\": \"maps.jar\",\n\t\t\t\t\t\t\"description\": \"API for Google Maps\"\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t\"path\": \"/Users/markboyer/Library/android-sdk-macosx/add-ons/addon-google_apis_x86-google-19\",\n\t\t\t\t\"version\": \"4.4.2\",\n\t\t\t\t\"androidJar\": \"/Users/markboyer/Library/android-sdk-macosx/platforms/android-19/android.jar\",\n\t\t\t\t\"supported\": false,\n\t\t\t\t\"aidl\": \"/Users/markboyer/Library/android-sdk-macosx/platforms/android-19/framework.aidl\"\n\t\t\t},\n\t\t\t\"7\": {\n\t\t\t\t\"id\": \"Google Inc.:Google APIs:21\",\n\t\t\t\t\"abis\": [\n\t\t\t\t\t\"armeabi-v7a\",\n\t\t\t\t\t\"x86\"\n\t\t\t\t],\n\t\t\t\t\"skins\": [\n\t\t\t\t\t\"HVGA\",\n\t\t\t\t\t\"QVGA\",\n\t\t\t\t\t\"WQVGA400\",\n\t\t\t\t\t\"WQVGA432\",\n\t\t\t\t\t\"WSVGA\",\n\t\t\t\t\t\"WVGA800\",\n\t\t\t\t\t\"WVGA854\",\n\t\t\t\t\t\"WXGA720\",\n\t\t\t\t\t\"WXGA800\",\n\t\t\t\t\t\"WXGA800-7in\",\n\t\t\t\t\t\"AndroidWearRound\",\n\t\t\t\t\t\"AndroidWearSquare\"\n\t\t\t\t],\n\t\t\t\t\"name\": \"Google APIs\",\n\t\t\t\t\"type\": \"add-on\",\n\t\t\t\t\"vendor\": \"Google Inc.\",\n\t\t\t\t\"revision\": 1,\n\t\t\t\t\"description\": \"Android + Google APIs\",\n\t\t\t\t\"based-on\": {\n\t\t\t\t\t\"android-version\": \"5.0.1\",\n\t\t\t\t\t\"api-level\": 21\n\t\t\t\t},\n\t\t\t\t\"libraries\": {\n\t\t\t\t\t\"com.android.future.usb.accessory\": {\n\t\t\t\t\t\t\"jar\": \"usb.jar\",\n\t\t\t\t\t\t\"description\": \"API for USB Accessories\"\n\t\t\t\t\t},\n\t\t\t\t\t\"com.google.android.media.effects\": {\n\t\t\t\t\t\t\"jar\": \"effects.jar\",\n\t\t\t\t\t\t\"description\": \"Collection of video effects\"\n\t\t\t\t\t},\n\t\t\t\t\t\"com.google.android.maps\": {\n\t\t\t\t\t\t\"jar\": \"maps.jar\",\n\t\t\t\t\t\t\"description\": \"API for Google Maps\"\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t\"path\": \"/Users/markboyer/Library/android-sdk-macosx/add-ons/addon-google_apis-google-21\",\n\t\t\t\t\"version\": \"5.0.1\",\n\t\t\t\t\"androidJar\": \"/Users/markboyer/Library/android-sdk-macosx/platforms/android-21/android.jar\",\n\t\t\t\t\"supported\": false,\n\t\t\t\t\"aidl\": \"/Users/markboyer/Library/android-sdk-macosx/platforms/android-21/framework.aidl\"\n\t\t\t}\n\t\t},\n\t\t\"issues\": [\n\t\t\t{\n\t\t\t\t\"id\": \"ANDROID_NDK_NOT_FOUND\",\n\t\t\t\t\"type\": \"warning\",\n\t\t\t\t\"message\": \"Unable to locate an Android NDK.\\nWithout the NDK, you will not be able to build native Android Titanium modules.\\nIf you have already downloaded and installed the Android NDK, you can tell Titanium where the Android NDK is located by running '__titanium config android.ndkPath /path/to/android-ndk__', otherwise you can install it by running '__titanium setup android__' or manually downloading from __http://appcelerator.com/android-ndk__.\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"id\": \"ANDROID_API_TOO_OLD\",\n\t\t\t\t\"type\": \"warning\",\n\t\t\t\t\"message\": \"Android API __Android 4.4.2 (android-19)__ is too old and is no longer supported by Titanium SDK 5.5.1.\\nThe minimum supported Android API level by Titanium SDK 5.5.1 is API level 23.\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"id\": \"ANDROID_API_TOO_OLD\",\n\t\t\t\t\"type\": \"warning\",\n\t\t\t\t\"message\": \"Android API __Android 5.0.1 (android-21)__ is too old and is no longer supported by Titanium SDK 5.5.1.\\nThe minimum supported Android API level by Titanium SDK 5.5.1 is API level 23.\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"id\": \"ANDROID_API_TOO_OLD\",\n\t\t\t\t\"type\": \"warning\",\n\t\t\t\t\"message\": \"Android API __Android 5.1.1 (android-22)__ is too old and is no longer supported by Titanium SDK 5.5.1.\\nThe minimum supported Android API level by Titanium SDK 5.5.1 is API level 23.\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"id\": \"ANDROID_API_TOO_OLD\",\n\t\t\t\t\"type\": \"warning\",\n\t\t\t\t\"message\": \"Android API __Google APIs (Google Inc.:Google APIs:19)__ is too old and is no longer supported by Titanium SDK 5.5.1.\\nThe minimum supported Android API level by Titanium SDK 5.5.1 is API level 23.\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"id\": \"ANDROID_API_TOO_OLD\",\n\t\t\t\t\"type\": \"warning\",\n\t\t\t\t\"message\": \"Android API __Google APIs (x86 System Image) (Google Inc.:Google APIs (x86 System Image):19)__ is too old and is no longer supported by Titanium SDK 5.5.1.\\nThe minimum supported Android API level by Titanium SDK 5.5.1 is API level 23.\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"id\": \"ANDROID_API_TOO_OLD\",\n\t\t\t\t\"type\": \"warning\",\n\t\t\t\t\"message\": \"Android API __Google APIs (Google Inc.:Google APIs:21)__ is too old and is no longer supported by Titanium SDK 5.5.1.\\nThe minimum supported Android API level by Titanium SDK 5.5.1 is API level 23.\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"id\": \"ANDROID_INVALID_EMULATOR\",\n\t\t\t\t\"type\": \"warning\",\n\t\t\t\t\"message\": \"The Android emulator \\\"Xamarin_Android_API_15\\\" has a problem:\\nUnknown target 'android-15' in /Users/markboyer/.android/avd/Xamarin_Android_API_15.ini\"\n\t\t\t}\n\t\t],\n\t\t\"tisdk\": \"5.5.1.GA\",\n\t\t\"devices\": [],\n\t\t\"emulators\": [\n\t\t\t{\n\t\t\t\t\"type\": \"avd\",\n\t\t\t\t\"name\": \"AVD_for_Nexus_5_by_Google\",\n\t\t\t\t\"device\": \"Nexus 5 (Google)\",\n\t\t\t\t\"path\": \"/Users/markboyer/.android/avd/AVD_for_Nexus_5_by_Google.avd\",\n\t\t\t\t\"target\": \"Android 6.0 (API level 23)\",\n\t\t\t\t\"abi\": \"armeabi-v7a\",\n\t\t\t\t\"skin\": \"1080x1920\",\n\t\t\t\t\"googleApis\": false,\n\t\t\t\t\"sdk-version\": \"6.0\",\n\t\t\t\t\"api-level\": 23,\n\t\t\t\t\"id\": \"AVD_for_Nexus_5_by_Google\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"type\": \"avd\",\n\t\t\t\t\"name\": \"Nexus_5_API_22_x86\",\n\t\t\t\t\"device\": \"Nexus 5 (Google)\",\n\t\t\t\t\"path\": \"/Users/markboyer/.android/avd/Nexus_5_API_22_x86.avd\",\n\t\t\t\t\"target\": \"Google APIs (Google Inc.)\",\n\t\t\t\t\"based-on-android-api-22\": \"Android 5.1 (Lollipop) (API level 22)\",\n\t\t\t\t\"abi\": \"x86\",\n\t\t\t\t\"skin\": \"nexus_5\",\n\t\t\t\t\"sdcard\": \"/Users/markboyer/.android/avd/Nexus_5_API_22_x86.avd/sdcard.img\",\n\t\t\t\t\"snapshot\": \"no\",\n\t\t\t\t\"googleApis\": true,\n\t\t\t\t\"api-level\": null,\n\t\t\t\t\"id\": \"Nexus_5_API_22_x86\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"type\": \"avd\",\n\t\t\t\t\"name\": \"Xamarin_Android_API_23\",\n\t\t\t\t\"path\": \"/Users/markboyer/.android/avd/Xamarin Android API 23.avd\",\n\t\t\t\t\"target\": \"Android 6.0 (API level 23)\",\n\t\t\t\t\"abi\": \"armeabi-v7a\",\n\t\t\t\t\"skin\": \"QVGA\",\n\t\t\t\t\"sdcard\": \"/Users/markboyer/.android/avd/Xamarin Android API 23.avd/sdcard.img\",\n\t\t\t\t\"googleApis\": false,\n\t\t\t\t\"sdk-version\": \"6.0\",\n\t\t\t\t\"api-level\": 23,\n\t\t\t\t\"id\": \"Xamarin_Android_API_23\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\": \"Samsung Galaxy S5 - 4.4.4 - API 19 - 1080x1920\",\n\t\t\t\t\"guid\": \"b5103f7b-1afd-4245-8149-7b4c77b58828\",\n\t\t\t\t\"type\": \"genymotion\",\n\t\t\t\t\"abi\": \"x86\",\n\t\t\t\t\"googleApis\": null,\n\t\t\t\t\"sdk-version\": \"4.4.4\",\n\t\t\t\t\"target\": \"4.4.4\",\n\t\t\t\t\"genymotion\": \"2.5.0\",\n\t\t\t\t\"hardwareOpenGL\": true,\n\t\t\t\t\"dpi\": 480,\n\t\t\t\t\"display\": \"1080x1920-16\",\n\t\t\t\t\"api-level\": null,\n\t\t\t\t\"id\": \"Samsung Galaxy S5 - 4.4.4 - API 19 - 1080x1920\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\": \"Google Nexus 5 - 5.0.0 - API 21 - 1080x1920\",\n\t\t\t\t\"guid\": \"18086839-c952-499f-b772-3d22c395f31d\",\n\t\t\t\t\"type\": \"genymotion\",\n\t\t\t\t\"abi\": \"x86\",\n\t\t\t\t\"googleApis\": null,\n\t\t\t\t\"sdk-version\": \"5.0.0\",\n\t\t\t\t\"target\": \"5.0.0\",\n\t\t\t\t\"genymotion\": \"2.5.0\",\n\t\t\t\t\"hardwareOpenGL\": true,\n\t\t\t\t\"dpi\": 480,\n\t\t\t\t\"display\": \"1080x1920-16\",\n\t\t\t\t\"api-level\": null,\n\t\t\t\t\"id\": \"Google Nexus 5 - 5.0.0 - API 21 - 1080x1920\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\": \"Google Nexus 10 - 5.1.0 - API 22 - 2560x1600\",\n\t\t\t\t\"guid\": \"373bda4b-4846-488a-9c6b-5e6920d6e7e3\",\n\t\t\t\t\"type\": \"genymotion\",\n\t\t\t\t\"abi\": \"x86\",\n\t\t\t\t\"googleApis\": null,\n\t\t\t\t\"sdk-version\": \"5.1\",\n\t\t\t\t\"target\": \"5.1\",\n\t\t\t\t\"genymotion\": \"2.5.0\",\n\t\t\t\t\"hardwareOpenGL\": true,\n\t\t\t\t\"dpi\": 320,\n\t\t\t\t\"display\": \"2560x1600-16\",\n\t\t\t\t\"api-level\": null,\n\t\t\t\t\"id\": \"Google Nexus 10 - 5.1.0 - API 22 - 2560x1600\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\": \"Google Nexus 5 - 5.1.0 - API 22 - 1080x1920\",\n\t\t\t\t\"guid\": \"b36386c6-a361-4ebe-bcb2-5d9bd221cce4\",\n\t\t\t\t\"type\": \"genymotion\",\n\t\t\t\t\"abi\": \"x86\",\n\t\t\t\t\"googleApis\": null,\n\t\t\t\t\"sdk-version\": \"5.1.0\",\n\t\t\t\t\"target\": \"5.1.0\",\n\t\t\t\t\"genymotion\": \"2.5.0\",\n\t\t\t\t\"hardwareOpenGL\": true,\n\t\t\t\t\"dpi\": 480,\n\t\t\t\t\"display\": \"1080x1920-16\",\n\t\t\t\t\"api-level\": null,\n\t\t\t\t\"id\": \"Google Nexus 5 - 5.1.0 - API 22 - 1080x1920\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\": \"Google Nexus 5 - 5.1.0 - API 22 - 1080x1920_1\",\n\t\t\t\t\"guid\": \"a07234ae-25d4-457d-9a38-1410799e86cb\",\n\t\t\t\t\"type\": \"genymotion\",\n\t\t\t\t\"abi\": \"x86\",\n\t\t\t\t\"googleApis\": null,\n\t\t\t\t\"sdk-version\": \"5.1.0\",\n\t\t\t\t\"target\": \"5.1.0\",\n\t\t\t\t\"ipaddress\": \"\",\n\t\t\t\t\"genymotion\": \"2.6.0\",\n\t\t\t\t\"hardwareOpenGL\": true,\n\t\t\t\t\"dpi\": 480,\n\t\t\t\t\"display\": \"1080x1920-16\",\n\t\t\t\t\"api-level\": null,\n\t\t\t\t\"id\": \"Google Nexus 5 - 5.1.0 - API 22 - 1080x1920_1\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\": \"PREVIEW - Google Nexus 5X - 6.0.0 - API 23 - 1080x1920\",\n\t\t\t\t\"guid\": \"81cbbd46-e1ee-40bc-a3ec-566c00b93f1b\",\n\t\t\t\t\"type\": \"genymotion\",\n\t\t\t\t\"abi\": \"x86\",\n\t\t\t\t\"googleApis\": null,\n\t\t\t\t\"sdk-version\": \"6.0.0\",\n\t\t\t\t\"target\": \"6.0.0\",\n\t\t\t\t\"genymotion\": \"2.6.0\",\n\t\t\t\t\"hardwareOpenGL\": true,\n\t\t\t\t\"dpi\": 420,\n\t\t\t\t\"display\": \"1080x1920-16\",\n\t\t\t\t\"api-level\": null,\n\t\t\t\t\"id\": \"PREVIEW - Google Nexus 5X - 6.0.0 - API 23 - 1080x1920\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\": \"Google Nexus 5 - 4.4.4 - API 19 - 1080x1920\",\n\t\t\t\t\"guid\": \"b1ae9afd-ee79-4290-96cb-213e81e6404c\",\n\t\t\t\t\"type\": \"genymotion\",\n\t\t\t\t\"abi\": \"x86\",\n\t\t\t\t\"googleApis\": null,\n\t\t\t\t\"sdk-version\": \"4.4.4\",\n\t\t\t\t\"target\": \"4.4.4\",\n\t\t\t\t\"genymotion\": \"2.6.0\",\n\t\t\t\t\"hardwareOpenGL\": true,\n\t\t\t\t\"dpi\": 480,\n\t\t\t\t\"display\": \"1080x1920-16\",\n\t\t\t\t\"api-level\": null,\n\t\t\t\t\"id\": \"Google Nexus 5 - 4.4.4 - API 19 - 1080x1920\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\": \"Samsung Galaxy S6 - 6.0.0 - API 23 - 1440x2560\",\n\t\t\t\t\"guid\": \"628d7866-0a4f-466e-9bb1-4552fe4b51a8\",\n\t\t\t\t\"type\": \"genymotion\",\n\t\t\t\t\"abi\": \"x86\",\n\t\t\t\t\"googleApis\": null,\n\t\t\t\t\"sdk-version\": \"6.0.0\",\n\t\t\t\t\"target\": \"6.0.0\",\n\t\t\t\t\"genymotion\": \"2.7.2\",\n\t\t\t\t\"hardwareOpenGL\": true,\n\t\t\t\t\"dpi\": 640,\n\t\t\t\t\"display\": \"1440x2560-16\",\n\t\t\t\t\"api-level\": null,\n\t\t\t\t\"id\": \"Samsung Galaxy S6 - 6.0.0 - API 23 - 1440x2560\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\": \"Samsung Galaxy S6 - 5.1.0 - API 22 - 1440x2560\",\n\t\t\t\t\"guid\": \"e5d2d152-46e8-480d-9ada-ba7b9830e3b9\",\n\t\t\t\t\"type\": \"genymotion\",\n\t\t\t\t\"abi\": \"x86\",\n\t\t\t\t\"googleApis\": null,\n\t\t\t\t\"sdk-version\": \"5.1.0\",\n\t\t\t\t\"target\": \"5.1.0\",\n\t\t\t\t\"ipaddress\": \"\",\n\t\t\t\t\"genymotion\": \"2.7.2\",\n\t\t\t\t\"hardwareOpenGL\": true,\n\t\t\t\t\"dpi\": 640,\n\t\t\t\t\"display\": \"1440x2560-16\",\n\t\t\t\t\"api-level\": null,\n\t\t\t\t\"id\": \"Samsung Galaxy S6 - 5.1.0 - API 22 - 1440x2560\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\": \"Google Nexus 10 - 5.1.0 - API 22 - 2560x1600_1\",\n\t\t\t\t\"guid\": \"3bb2802e-67bd-40d9-82c9-d01ef2de6cd0\",\n\t\t\t\t\"type\": \"genymotion\",\n\t\t\t\t\"abi\": \"x86\",\n\t\t\t\t\"googleApis\": null,\n\t\t\t\t\"sdk-version\": \"5.1.0\",\n\t\t\t\t\"target\": \"5.1.0\",\n\t\t\t\t\"genymotion\": \"2.7.2\",\n\t\t\t\t\"hardwareOpenGL\": true,\n\t\t\t\t\"dpi\": 320,\n\t\t\t\t\"display\": \"2560x1600-16\",\n\t\t\t\t\"api-level\": null,\n\t\t\t\t\"id\": \"Google Nexus 10 - 5.1.0 - API 22 - 2560x1600_1\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\": \"Google Nexus 9 - 6.0.0 - API 23 - 1536x2048\",\n\t\t\t\t\"guid\": \"bb8a7c7c-8e0e-4c83-987d-7c4f26934569\",\n\t\t\t\t\"type\": \"genymotion\",\n\t\t\t\t\"abi\": \"x86\",\n\t\t\t\t\"googleApis\": null,\n\t\t\t\t\"sdk-version\": \"6.0.0\",\n\t\t\t\t\"target\": \"6.0.0\",\n\t\t\t\t\"genymotion\": \"2.7.2\",\n\t\t\t\t\"hardwareOpenGL\": true,\n\t\t\t\t\"dpi\": 320,\n\t\t\t\t\"display\": \"1536x2048-16\",\n\t\t\t\t\"api-level\": null,\n\t\t\t\t\"id\": \"Google Nexus 9 - 6.0.0 - API 23 - 1536x2048\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\": \"Google Nexus 9 - 5.1.0 - API 22 - 1536x2048\",\n\t\t\t\t\"guid\": \"c95c6e25-7511-42cf-a9a2-133aebcc0fb2\",\n\t\t\t\t\"type\": \"genymotion\",\n\t\t\t\t\"abi\": \"x86\",\n\t\t\t\t\"googleApis\": null,\n\t\t\t\t\"sdk-version\": \"5.1.0\",\n\t\t\t\t\"target\": \"5.1.0\",\n\t\t\t\t\"genymotion\": \"2.8.0\",\n\t\t\t\t\"hardwareOpenGL\": true,\n\t\t\t\t\"dpi\": 320,\n\t\t\t\t\"display\": \"1536x2048-16\",\n\t\t\t\t\"api-level\": null,\n\t\t\t\t\"id\": \"Google Nexus 9 - 5.1.0 - API 22 - 1536x2048\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\": \"Google Nexus 7 - 5.1.0 - API 22 - 800x1280\",\n\t\t\t\t\"guid\": \"4f18098e-02a5-40fe-868c-eeb101f39c30\",\n\t\t\t\t\"type\": \"genymotion\",\n\t\t\t\t\"abi\": \"x86\",\n\t\t\t\t\"googleApis\": null,\n\t\t\t\t\"sdk-version\": \"5.1.0\",\n\t\t\t\t\"target\": \"5.1.0\",\n\t\t\t\t\"ipaddress\": \"\",\n\t\t\t\t\"genymotion\": \"2.8.0\",\n\t\t\t\t\"hardwareOpenGL\": true,\n\t\t\t\t\"dpi\": 213,\n\t\t\t\t\"display\": \"800x1280-16\",\n\t\t\t\t\"api-level\": null,\n\t\t\t\t\"id\": \"Google Nexus 7 - 5.1.0 - API 22 - 800x1280\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\": \"Samsung Galaxy S6 - 5.1.0 - API 22 - 1440x2560_1\",\n\t\t\t\t\"guid\": \"937ed7dd-0cde-4b1d-95b0-7659c41244f7\",\n\t\t\t\t\"type\": \"genymotion\",\n\t\t\t\t\"abi\": \"x86\",\n\t\t\t\t\"googleApis\": null,\n\t\t\t\t\"sdk-version\": \"5.1.0\",\n\t\t\t\t\"target\": \"5.1.0\",\n\t\t\t\t\"ipaddress\": \"\",\n\t\t\t\t\"genymotion\": \"2.8.0\",\n\t\t\t\t\"hardwareOpenGL\": true,\n\t\t\t\t\"dpi\": 640,\n\t\t\t\t\"display\": \"1440x2560-16\",\n\t\t\t\t\"api-level\": null,\n\t\t\t\t\"id\": \"Samsung Galaxy S6 - 5.1.0 - API 22 - 1440x2560_1\"\n\t\t\t}\n\t\t]\n\t}\n}", "javaRuntimeVersion": "1.8.0_51-b16" }, "app_version": "4.7.1.201609100950", "app_name": "Appcelerator Studio", "": null } {code}
5
2,622
TISTUD-8710
02/09/2017 17:22:45
Error reporting: Null or Empty type name attempting to be recorded for a return type
{code:java} {"ts":"2016-11-16T16:27:45Z","source":"app-track","sid":"22e8b2d5-8ace-4b64-aa78-da3b7816651b","platform":"MacOSX","osver":"10.12.1","mid":"164bdb165160b720c72cb0f9485e61c4","id":"c99af461-584a-4259-91e1-eabc3ad85bb7","guid":"936afc9e-28ed-4618-88b8-f6e6e3869b09","event":"crash.studio","data":{"stack":"Exception:java.lang.IllegalArgumentException: Null or Empty type name attempting to be recorded for a return type.\\n\\t at com.aptana.js.core.inferencing.JSTypeUtil.validateTypeName(JSTypeUtil.java:466)\\n\\t at com.aptana.js.core.model.ReturnTypeElement.setType(ReturnTypeElement.java:123)\\n\\t at com.aptana.js.core.model.ReturnTypeElement.fromJSON(ReturnTypeElement.java:65)\\n\\t at com.aptana.index.core.IndexUtil.createList(IndexUtil.java:70)\\n\\t at com.aptana.js.core.model.PropertyElement.fromJSON(PropertyElement.java:167)\\n\\t at com.aptana.index.core.IndexReader.populateElement(IndexReader.java:207)\\n\\t at com.aptana.index.core.IndexReader.populateElement(IndexReader.java:181)\\n\\t at com.aptana.js.internal.core.index.JSIndexReader.createProperty(JSIndexReader.java:100)\\n\\t at com.aptana.js.internal.core.index.JSIndexReader$7.map(JSIndexReader.java:472)\\n\\t at com.aptana.js.internal.core.index.JSIndexReader$7.map(JSIndexReader.java:1)\\n\\t at com.aptana.core.util.CollectionsUtil.map(CollectionsUtil.java:432)\\n\\t at com.aptana.core.util.CollectionsUtil.map(CollectionsUtil.java:466)\\n\\t at com.aptana.js.internal.core.index.JSIndexReader.getProperties(JSIndexReader.java:468)\\n\\t at com.aptana.js.core.index.JSIndexQueryHelper.getGlobals(JSIndexQueryHelper.java:172)\\n\\t at com.aptana.js.core.inferencing.JSNodeTypeInferrer.visit(JSNodeTypeInferrer.java:706)\\n\\t at com.aptana.js.core.parsing.ast.JSIdentifierNode.accept(JSIdentifierNode.java:33)\\n\\t at com.aptana.js.core.parsing.ast.JSTreeWalker.visit(JSTreeWalker.java:176)\\n\\t at com.aptana.js.core.inferencing.JSNodeTypeInferrer.getTypes(JSNodeTypeInferrer.java:281)\\n\\t at com.aptana.js.core.inferencing.JSNodeTypeInferrer.getTypes(JSNodeTypeInferrer.java:262)\\n\\t at com.aptana.js.core.inferencing.JSNodeTypeInferrer.visit(JSNodeTypeInferrer.java:555)\\n\\t at com.aptana.js.core.parsing.ast.JSGetElementNode.accept(JSGetElementNode.java:37)\\n\\t at com.aptana.js.core.parsing.ast.JSTreeWalker.visit(JSTreeWalker.java:176)\\n\\t at com.aptana.js.core.inferencing.JSNodeTypeInferrer.getTypes(JSNodeTypeInferrer.java:281)\\n\\t at com.aptana.js.core.inferencing.JSNodeTypeInferrer.getTypes(JSNodeTypeInferrer.java:262)\\n\\t at com.aptana.js.core.inferencing.JSNodeTypeInferrer.visit(JSNodeTypeInferrer.java:555)\\n\\t at com.aptana.js.core.parsing.ast.JSGetElementNode.accept(JSGetElementNode.java:37)\\n\\t at com.aptana.js.core.parsing.ast.JSTreeWalker.visit(JSTreeWalker.java:176)\\n\\t at com.aptana.js.core.inferencing.JSNodeTypeInferrer.getTypes(JSNodeTypeInferrer.java:281)\\n\\t at com.aptana.js.core.inferencing.JSNodeTypeInferrer.getTypes(JSNodeTypeInferrer.java:262)\\n\\t at com.aptana.js.core.inferencing.JSNodeTypeInferrer.visit(JSNodeTypeInferrer.java:555)\\n\\t at com.aptana.js.core.parsing.ast.JSGetElementNode.accept(JSGetElementNode.java:37)\\n\\t at com.aptana.js.core.parsing.ast.JSTreeWalker.visit(JSTreeWalker.java:176)\\n\\t at com.aptana.js.internal.core.inferencing.JSSymbolTypeInferrer.processValues(JSSymbolTypeInferrer.java:606)\\n\\t at com.aptana.js.internal.core.inferencing.JSSymbolTypeInferrer.getSymbolPropertyElement(JSSymbolTypeInferrer.java:359)\\n\\t at com.aptana.js.internal.core.inferencing.JSSymbolTypeInferrer.getSymbolPropertyElement(JSSymbolTypeInferrer.java:420)\\n\\t at com.aptana.js.internal.core.inferencing.JSSymbolTypeInferrer$1.map(JSSymbolTypeInferrer.java:289)\\n\\t at com.aptana.js.internal.core.inferencing.JSSymbolTypeInferrer$1.map(JSSymbolTypeInferrer.java:1)\\n\\t at com.aptana.core.util.CollectionsUtil.map(CollectionsUtil.java:432)\\n\\t at com.aptana.core.util.CollectionsUtil.map(CollectionsUtil.java:466)\\n\\t at com.aptana.js.internal.core.inferencing.JSSymbolTypeInferrer.getScopeProperties(JSSymbolTypeInferrer.java:285)\\n\\t at com.aptana.js.core.index.JSFileIndexingParticipant.processParseResults(JSFileIndexingParticipant.java:232)\\n\\t at com.aptana.js.core.index.JSFileIndexingParticipant.index(JSFileIndexingParticipant.java:105)\\n\\t at com.aptana.core.internal.build.IndexBuildParticipant.buildFile(IndexBuildParticipant.java:132)\\n\\t at com.aptana.core.internal.build.LazyBuildParticipant.buildFile(LazyBuildParticipant.java:72)\\n\\t at com.aptana.core.build.UnifiedBuilder.buildFile(UnifiedBuilder.java:614)\\n\\t at com.aptana.core.build.UnifiedBuilder.doBuildFiles(UnifiedBuilder.java:525)\\n\\t at com.aptana.core.build.UnifiedBuilder.buildFiles(UnifiedBuilder.java:497)\\n\\t at com.aptana.core.build.UnifiedBuilder.fullBuild(UnifiedBuilder.java:343)\\n\\t at com.aptana.core.build.UnifiedBuilder.build(UnifiedBuilder.java:178)\\n\\t at org.eclipse.core.internal.events.BuildManager$2.run(BuildManager.java:734)\\n\\t at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)\\n\\t at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:206)\\n\\t at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:246)\\n\\t at org.eclipse.core.internal.events.BuildManager$1.run(BuildManager.java:299)\\n\\t at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)\\n\\t at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:302)\\n\\t at org.eclipse.core.internal.events.BuildManager.basicBuildLoop(BuildManager.java:358)\\n\\t at org.eclipse.core.internal.events.BuildManager.build(BuildManager.java:381)\\n\\t at org.eclipse.core.internal.events.AutoBuildJob.doBuild(AutoBuildJob.java:143)\\n\\t at org.eclipse.core.internal.events.AutoBuildJob.run(AutoBuildJob.java:241)\\n\\t at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)\\n","ostype":"x86_64","message":"(Build 4.7.1.201609100950) [ERROR] Null or Empty type name attempting to be recorded for a return type.","javaRuntimeVersion":"1.7.0_80-b15"},"app_version":"4.7.1.201609100950","app_name":"Appcelerator Studio","":null} {code}
3
2,623
TISTUD-8711
02/09/2017 17:35:20
Error reporting: No provider registered for Ti SDK 4.1 Example
*Description:* This is happening while disconnecting the Appcelerator example project( Ti SDK 4.1 Example) from git repository. *Reproducible steps:* # Launch Appcelerator studio dashboard # Import {{Ti SDK 4.1 Example App}} # During the import of the project, studio error reporting will prompt an error related to {{Exception:org.eclipse.team.core.TeamException: No provider registered for Ti SDK 4.1 Example App}} {code:java} {"ts":"2016-11-16T17:46:16Z","source":"app-track", "sid":"be330fee-3027-43e3-8cc6-1841880c941a", "platform":"MacOSX","osver":"10.11.6", "mid":"7d9cc9f2a36075f6130841344ea9acbd", "id":"0062f252-36f6-4a5b-9b8b-4c79fb1d09d6", "guid":"936afc9e-28ed-4618-88b8-f6e6e3869b09", "event":"crash.studio", "data":{ "stack":"Exception:org.eclipse.team.core.TeamException: No provider registered for Ti SDK 4.1 Example App. at org.eclipse.team.internal.core.TeamPlugin.wrapException(TeamPlugin.java:128) at org.eclipse.team.core.RepositoryProvider.unmap(RepositoryProvider.java:289) at com.aptana.git.ui.actions.DisconnectHandler$1.runInWorkspace(DisconnectHandler.java:96) at org.eclipse.core.internal.resources.InternalWorkspaceJob.run(InternalWorkspaceJob.java:38) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54) org.eclipse.team.core.TeamException: No provider registered for Ti SDK 4.1 Example App. at org.eclipse.team.core.RepositoryProvider.unmap(RepositoryProvider.java:256)\ at com.aptana.git.ui.actions.DisconnectHandler$1.runInWorkspace(DisconnectHandler.java:96) at org.eclipse.core.internal.resources.InternalWorkspaceJob.run(InternalWorkspaceJob.java:38) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54) Exception:org.eclipse.team.core.TeamException: No provider registered for Ti SDK 4.1 Example App. at org.eclipse.team.core.RepositoryProvider.unmap(RepositoryProvider.java:256) at com.aptana.git.ui.actions.DisconnectHandler$1.runInWorkspace(DisconnectHandler.java:96) at org.eclipse.core.internal.resources.InternalWorkspaceJob.run(InternalWorkspaceJob.java:38) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54) ", "ostype":"x86_64", "message":"(Build 4.8.0.201611121409) [ERROR] No provider registered for Ti SDK 4.1 Example App.", "javaRuntimeVersion":"1.8.0_112-b16"},"app_version":"4.8.0.201611121409","app_name":"Appcelerator Studio"} {code}
5
2,624
TISTUD-8713
02/14/2017 16:14:32
Provide example AppID format in the new project creation wizard
Provide an example AppID format in the new project creation wizard AppID text box. That would guide the user before he/she start entering the app id in the textbox. *Example:* com.companyname.appname
3
2,625
TISTUD-8714
02/14/2017 17:20:21
Avoid showing error reporting message sent confirmation pop-up dialog
It would be nice if we don't show the error reporting server confirmation message after the error sent to the server. Sometimes that's annoying since we need to close the pop-up notification dialog. I know that it will close automatically after 5sec, still, it's better not to show at all to the user as it doesn't add any value.
5
2,626
TISTUD-8718
02/22/2017 17:43:48
Send error reports in the silent mode by default
Change the default error reporting send action from {{Ask before sending}} to {{Always send silently}}. It was bit annoying while I was working with AmerisourceBergen customer while setting up the system to work on a specific issue, there were so many error reporting prompts in his case. I understand we are pushing every error to the studio log but at times this really frustrating to the customer to confirm every crash report if they choose to enable error reporting. My recommendation is, by default let's send the error reports silently, and also show the send action type( Ask before sending or Send silently) in the default configuration dialog when the user is trying to configure error reporting for the first time, so that, user is aware of the default send action type and if he/she choose to change they can always change directly from the initial configuration page. This is going to be a big relief to the end user.
8
2,627
TISTUD-8724
03/07/2017 01:12:30
Updating Android NDK path does not update configuration file in Windows
*Description* When changing the Android NDK path in Studio, the configuration still points to the old path. This is verified by using appc ti config. *Steps to reproduce* 1. Change the Android NDK path in Studio 2. Go to the command line and type "appc ti config" 3. Look for the key android.ndkPath, and note the value assigned. *Result* androidPath will still point to previous path, i.e path was not updated. *Expected Result* androidPath will point to the updated path.
5
2,628
TISTUD-8726
03/09/2017 21:38:09
Debugger not working, skipping breakpoints
h5. Issue Description Customer is able to setup breakpoints and break into a freshly-created Alloy sample project, however breakpoints even in the entry of index.js are simply ignored. This is only happening for one project, on a new project works. PFA attached the console Logs and the debugger logs.
8
2,629
TISTUD-8727
03/15/2017 14:01:05
NPE during sign out from studio
java.lang.NullPointerException at com.appcelerator.titanium.ui.internal.TitaniumHomeControlContribution.signOut(TitaniumHomeControlContribution.java:210) at com.appcelerator.titanium.ui.internal.TitaniumHomeControlContribution.access$7(TitaniumHomeControlContribution.java:207) at com.appcelerator.titanium.ui.internal.TitaniumHomeControlContribution$3.widgetSelected(TitaniumHomeControlContribution.java:141) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:248) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84) at org.eclipse.swt.widgets.Display.sendEvent(Display.java:4199) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1467) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1490) at org.eclipse.swt.widgets.Widget.sendSelectionEvent(Widget.java:1540) at org.eclipse.swt.widgets.Link.textView_clickOnLink_atIndex(Link.java:117) at org.eclipse.swt.widgets.Display.windowProc(Display.java:5948) at org.eclipse.swt.internal.cocoa.OS.objc_msgSendSuper(Native Method) at org.eclipse.swt.widgets.Widget.callSuper(Widget.java:221) at org.eclipse.swt.widgets.Widget.mouseDownSuper(Widget.java:1101) at org.eclipse.swt.widgets.Widget.mouseDown(Widget.java:1093) at org.eclipse.swt.widgets.Control.mouseDown(Control.java:2563) at org.eclipse.swt.widgets.Display.windowProc(Display.java:5638) at org.eclipse.swt.internal.cocoa.OS.objc_msgSendSuper(Native Method) at org.eclipse.swt.widgets.Widget.callSuper(Widget.java:221) at org.eclipse.swt.widgets.Widget.windowSendEvent(Widget.java:2105) at org.eclipse.swt.widgets.Shell.windowSendEvent(Shell.java:2329) at org.eclipse.swt.widgets.Display.windowProc(Display.java:5702) at org.eclipse.swt.internal.cocoa.OS.objc_msgSendSuper(Native Method) at org.eclipse.swt.widgets.Display.applicationSendEvent(Display.java:5139) at org.eclipse.swt.widgets.Display.applicationProc(Display.java:5288) at org.eclipse.swt.internal.cocoa.OS.objc_msgSend(Native Method) at org.eclipse.swt.internal.cocoa.NSApplication.sendEvent(NSApplication.java:128) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3666) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$9.run(PartRenderingEngine.java:1151) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1032) at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:148) at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:636) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:579) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150) at com.appcelerator.titanium.rcp.IDEApplication.start(IDEApplication.java:126) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:380) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:235) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:648) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:603) at org.eclipse.equinox.launcher.Main.run(Main.java:1465)
5
2,630
TISTUD-8729
03/16/2017 23:05:28
Add support for enterprise ad hoc provisioning profiles
Titanium SDK 6.0.3 will include the new [email protected] which can properly detect enterprise ad hoc provisioning profiles and as such there is a new "enterprise" section of the "provisioning" output from {{ti info -t ios}}. So, the new logic should be to present "development" profiles for device builds, "distribution" profiles for dist-appstore builds, and both "adhoc" and "enterprise" profiles for dist-adhoc builds. Note that the build will fail if the distribution name cert is not listed in the provisioning profile. The Titanium build does not validate this and thus the build will fail if there's a mismatch. I will fix this in a later release. Ticket: TIMOB-24494.
8
2,631
TISTUD-8736
04/07/2017 05:55:14
Studio hangs upon opening file in offline mode when there was no previous appc session
When the user did not had a previous active appc session and then went offline and launched studio, then upon opening of files the Studio hangs. Steps to Reproduce: 1. On the the terminal run the command 'appc logout' in order to terminate any existing session 2. Disconnect all network 3. When offline launch studio. It prompts for login credentials on splash screen. Provide any valid/invalid credentials 4. When studio launches the open file for any project. Actual Result: Studio hangs.
3
2,632
TISTUD-8739
04/12/2017 10:07:51
Support build of android project with Android Build-Tools 24.0 and above
Studio does not support Android Build-Tools 24.0 as it requires JDK 1.8 Currently Studio works with JDK 1.7. Also with release 6.0.4 of titanium SDK, an android project can now be build from cli using Build-Tools 24.0 and above. Hence Studio needs to support using JDK 1.8 and build Android project with newer Android Build-Tools
3
2,633
TISTUD-8740
04/12/2017 10:16:14
"Manage AVDs" button in Android preference not working with new Android-Tools release
The Manage AVDs button in Android preference page does not work with new Android-Tools release. With the new Android-Tools release the "android" command has been removed and instead the command "avdmanager" needs to be used. The Manage AVD button uses "android" command to get the window to show/create emulators/AVD. Hence we would need to use the "avdmanager" command when the system has new Android-Tools
8
2,634
TISTUD-8741
04/13/2017 04:03:15
Studio dashboard shows "Server unavailable" page with the CLI 6.2.0-master.62
Studio dashboard shows "Server unavailable" page with the CLI 6.2.0-master.62
5
2,635
TISTUD-8745
04/19/2017 12:17:13
Update Installers to JDK 1.8
Update below JDK Installer links to JDK 1.8 Current JDK url's: http://go.appcelerator.com/installer_jdk_windows_1_7_80 http://go.appcelerator.com/installer_jdk_mac And, let's change the windows url to a common url so that we avoid updating links every time in the code. http://go.appcelerator.com/installer_jdk_windows from http://go.appcelerator.com/installer_jdk_windows_1_7_80 http://go.appcelerator.com/installer_jdk_mac
5
2,636
TISTUD-8765
04/19/2017 22:41:29
Scoped incremental build taking too long
Hello, Whenever we are trying to run a mobile app project in Studio, it takes a really long time (last time we had to shutdown our Mac, because it was more than 2 hours and we had to leave the office). If we check the progress tab, it says it is trying to run a scoped incremental build, and then it seems to hang on some project files. Moreover, this is not something that happens every run try, sometimes it requires a scoped incremental build and sometimes it just runs fine. Our project has a size of almost 500 MB (17 MB are pictures). Our app folder is small in size (only 21 MB), but the whole project folder is 500 MB (the large project size is due to titanium modules like ti.imagefactory and ti.googlemaps). This issue wasn't happening before 20th of March, so I tried reverting to the last Appcelerator Studio version, but that didn't work either. Neither did, reinstalling Studio or rebooting the machine. We are currently using Titanium SDK 6.0.2 on our project, but SDK 6.0.1 and 6.0.3 are also not working the ideal way. We are unsure what is causing this critical issue, but this is causing half of our machines.
8
2,637
TISTUD-8746
04/25/2017 21:35:47
Android: Studio should now use 'id' for emulator instead of 'name' when building for android emulator.
h5.Description: 1. When we build for an emulator from studio, it runs command like: {code} Process: "/usr/local/bin/appcelerator" "run" "--platform" "android" "--log-level" "trace" "--sdk" "6.0.4.v20170425123820" "--project-dir" "/Users/lchoudhary/Desktop/workspaces/workspace_2016/checkapp" "--target" "emulator" "--android-sdk" "/Users/lchoudhary/Desktop/android-sdk-macosx" "--device-id" "test 123" "--skip-js-minify" "--no-colors" "--no-progress-bars" "--no-prompt" "--prompt-type" "socket-bundle" "--prompt-port" "62677" {code} 2. Notice that studio uses {{name}} for {{--device-id}}: {code} test 123 ID = test_123 SDK Version = Android 6.0 (API level 23) ABI = x86 Skin = 1080x1920 Path = /Users/lchoudhary/.android/avd/test_123.avd SD Card = /Users/lchoudhary/.android/avd/test_123.avd/sdcard.img Google APIs = no {code} 3. This was fine until now as {{android avd manager}} did not allow you to have space in the emulator {{name}}, because of which the {{name}} & {{id}} of an emulator in {{appc ti -p android}} were the same. 4. But, Google moved to android studio for avd creation etc, because of which now you can have a space in your avd name but, {{id}} created by android studio for the same avd does not have a space. Notice the CLI output for emulator info above. 5. This would require studio to use the {{id}} for the emulator instead of the {{name}} or figure out a way to co-relate them. 6. Currently, with studio 4.8.1.201612050850 & avd created with android studio with space in name fails build with: {code} [ERROR] : Invalid "--device-id" value "test 123" For help, run: titanium.js help build {code}
5
2,638
TISTUD-8747
04/28/2017 11:54:24
Update node installer links to Node.js v6.10.3(Latest LTS)
Update node installer links to Node.js v6.10.3 with Studio 4.9.0. http://go.appcelerator.com/installer_nodejs_windows http://go.appcelerator.com/installer_nodejs_windows.msi http://go.appcelerator.com/installer_nodejs_osx
5
2,639
TISTUD-8748
04/28/2017 12:08:39
Update Studio to support Node.js v6.10.3(latest LTS)
Update Studio to support Node.js v6.10.1
5
2,640
TISTUD-8750
05/02/2017 14:10:55
Update Android debugger on SDK 6.2/7+ to use the new inspector protocol
With V8 5.7.54 and higher, they've disabled the "legacy" debugger protocol (that we just updated to!) and are now using the inspector protocol. Luckily, this seems to be the same underlying protocol iOS/JSCore uses that I had to move to late last year.
13
2,641
TISTUD-8760
05/11/2017 00:06:50
Android: Debugging for android device throws "java.lang.NoClassDefFoundError: org/chromium/sdk/JavascriptVmFactory"
Steps to reproduce: 1. Make sure you have Appc studio 4.9.0.201704240654. 2. Create a project in studio & set some breakpoints for debugging. 3. Debug the app for android device. h5.Actual Results: 1. While building we see error: {code} !ENTRY org.eclipse.core.jobs 4 2 2017-05-10 15:40:10.825 !MESSAGE An internal error occurred during: "Launching Appcelerator Android Device - abirsmk". !STACK 0 java.lang.NoClassDefFoundError: org/chromium/sdk/JavascriptVmFactory at com.appcelerator.titanium.android.ui.launching.device.AndroidDebugOnDeviceLaunchConfigurationDelegate.getJavascriptVmFactory(AndroidDebugOnDeviceLaunchConfigurationDelegate.java:182) at com.appcelerator.titanium.android.ui.launching.device.AndroidDebugOnDeviceLaunchConfigurationDelegate.connect(AndroidDebugOnDeviceLaunchConfigurationDelegate.java:252) at com.appcelerator.titanium.android.ui.launching.device.AndroidDebugOnDeviceLaunchConfigurationDelegate.launch(AndroidDebugOnDeviceLaunchConfigurationDelegate.java:122) at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:885) at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:739) at org.eclipse.debug.internal.ui.DebugUIPlugin.buildAndLaunch(DebugUIPlugin.java:1039) at org.eclipse.debug.internal.ui.DebugUIPlugin$8.run(DebugUIPlugin.java:1256) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54) {code} 2. The build succeeds & the app installs & launches on the device but it is stuck at the splash screen. 3. If debugging for emulator we do not see any error but app still hangs on the splash screen. h5.Expected Results: 1. The app should launch fine & the breakpoint should be hit successfully.
5
2,642
TISTUD-8766
05/16/2017 10:28:37
Error reporting: exception after launching the studio with a new workspace
The following data will be sent: ------ STATUS ------ pluginId com.appcelerator.titanium.core pluginVersion 3.1.2.1494917309 code 0 severity 4 message (Build 4.9.0.201705160715) [ERROR] 2017-05-16T09:19:12.536Z | ERROR | {"code":"ECONNRESET","success":false} fingerprint 7c2eb38d stacktrace Caused by: Exception:org.eclipse.core.runtime.CoreException: 2017-05-16T09:19:12.536Z | ERROR | {"code":"ECONNRESET","success":false} at com.appcelerator.titanium.core.user.TitaniumUserManager.callAPI(TitaniumUserManager.java:228) at com.appcelerator.titanium.core.user.TitaniumUserManager.getPlan(TitaniumUserManager.java:381) at com.appcelerator.titanium.core.user.TitaniumOrganization.getPlan(TitaniumOrganization.java:361) at com.appcelerator.titanium.core.user.TitaniumOrganization.isEligible(TitaniumOrganization.java:397) at com.appcelerator.titanium.core.user.TitaniumUser$7.include(TitaniumUser.java:591) at com.appcelerator.titanium.core.user.TitaniumUser$7.include(TitaniumUser.java:1) at com.aptana.core.util.CollectionsUtil.find(CollectionsUtil.java:192) at com.appcelerator.titanium.core.user.TitaniumUser.isEligibleFor(TitaniumUser.java:585) at com.appcelerator.titanium360.core.update.AppceleratorModuleReleaseProvider$1.include(AppceleratorModuleReleaseProvider.java:69) at com.appcelerator.titanium360.core.update.AppceleratorModuleReleaseProvider$1.include(AppceleratorModuleReleaseProvider.java:1) at com.aptana.core.util.CollectionsUtil.filter(CollectionsUtil.java:157) at com.aptana.core.util.CollectionsUtil.filter(CollectionsUtil.java:219) at com.appcelerator.titanium360.core.update.AppceleratorModuleReleaseProvider.getReleases(AppceleratorModuleReleaseProvider.java:65) at com.appcelerator.titanium.update.core.TitaniumReleaseProviderManager.getReleases(TitaniumReleaseProviderManager.java:193) at com.appcelerator.titanium.update.internal.core.TitaniumReleasesUpdater.getTitaniumReleaseUpdates(TitaniumReleasesUpdater.java:979) at com.appcelerator.titanium.update.internal.core.TitaniumReleasesUpdater.getAvailableUpdates(TitaniumReleasesUpdater.java:306) at com.appcelerator.titanium.update.ui.TitaniumUpdateStartup.hasToInstallPackages(TitaniumUpdateStartup.java:219) at com.appcelerator.titanium.update.ui.TitaniumUpdateStartup.access$0(TitaniumUpdateStartup.java:217) at com.appcelerator.titanium.update.ui.TitaniumUpdateStartup$1.run(TitaniumUpdateStartup.java:118) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54) org.eclipse.core.runtime.CoreException: 2017-05-16T09:19:12.536Z | ERROR | {"code":"ECONNRESET","success":false} at com.appcelerator.titanium.core.user.TitaniumUserManager.handleResponse(TitaniumUserManager.java:277) at com.appcelerator.titanium.core.user.TitaniumUserManager.callAPI(TitaniumUserManager.java:224) at com.appcelerator.titanium.core.user.TitaniumUserManager.getPlan(TitaniumUserManager.java:381) at com.appcelerator.titanium.core.user.TitaniumOrganization.getPlan(TitaniumOrganization.java:361) at com.appcelerator.titanium.core.user.TitaniumOrganization.isEligible(TitaniumOrganization.java:397) at com.appcelerator.titanium.core.user.TitaniumUser$7.include(TitaniumUser.java:591) at com.appcelerator.titanium.core.user.TitaniumUser$7.include(TitaniumUser.java:1) at com.aptana.core.util.CollectionsUtil.find(CollectionsUtil.java:192) at com.appcelerator.titanium.core.user.TitaniumUser.isEligibleFor(TitaniumUser.java:585) at com.appcelerator.titanium360.core.update.AppceleratorModuleReleaseProvider$1.include(AppceleratorModuleReleaseProvider.java:69) at com.appcelerator.titanium360.core.update.AppceleratorModuleReleaseProvider$1.include(AppceleratorModuleReleaseProvider.java:1) at com.aptana.core.util.CollectionsUtil.filter(CollectionsUtil.java:157) at com.aptana.core.util.CollectionsUtil.filter(CollectionsUtil.java:219) at com.appcelerator.titanium360.core.update.AppceleratorModuleReleaseProvider.getReleases(AppceleratorModuleReleaseProvider.java:65) at com.appcelerator.titanium.update.core.TitaniumReleaseProviderManager.getReleases(TitaniumReleaseProviderManager.java:193) at com.appcelerator.titanium.update.internal.core.TitaniumReleasesUpdater.getTitaniumReleaseUpdates(TitaniumReleasesUpdater.java:979) at com.appcelerator.titanium.update.internal.core.TitaniumReleasesUpdater.getAvailableUpdates(TitaniumReleasesUpdater.java:306) at com.appcelerator.titanium.update.ui.TitaniumUpdateStartup.hasToInstallPackages(TitaniumUpdateStartup.java:219) at com.appcelerator.titanium.update.ui.TitaniumUpdateStartup.access$0(TitaniumUpdateStartup.java:217) at com.appcelerator.titanium.update.ui.TitaniumUpdateStartup$1.run(TitaniumUpdateStartup.java:118) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54) ------ STATUS ------ pluginId com.appcelerator.titanium.core pluginVersion 3.1.2.1494917309 code 0 severity 4 message 2017-05-16T09:19:12.536Z | ERROR | {"code":"ECONNRESET","success":false} [detached from CoreException of Status '(Build 4.9.0.201705160715) [ERROR] 2017-05-16T09:19:12.536Z | ERROR | {"code":"ECONNRESET","success":false}' by Error Reporting] fingerprint b83190a7 stacktrace Exception:org.eclipse.core.runtime.CoreException: 2017-05-16T09:19:12.536Z | ERROR | {"code":"ECONNRESET","success":false} at com.appcelerator.titanium.core.user.TitaniumUserManager.callAPI(TitaniumUserManager.java:228) at com.appcelerator.titanium.core.user.TitaniumUserManager.getPlan(TitaniumUserManager.java:381) at com.appcelerator.titanium.core.user.TitaniumOrganization.getPlan(TitaniumOrganization.java:361) at com.appcelerator.titanium.core.user.TitaniumOrganization.isEligible(TitaniumOrganization.java:397) at com.appcelerator.titanium.core.user.TitaniumUser$7.include(TitaniumUser.java:591) at com.appcelerator.titanium.core.user.TitaniumUser$7.include(TitaniumUser.java:1) at com.aptana.core.util.CollectionsUtil.find(CollectionsUtil.java:192) at com.appcelerator.titanium.core.user.TitaniumUser.isEligibleFor(TitaniumUser.java:585) at com.appcelerator.titanium360.core.update.AppceleratorModuleReleaseProvider$1.include(AppceleratorModuleReleaseProvider.java:69) at com.appcelerator.titanium360.core.update.AppceleratorModuleReleaseProvider$1.include(AppceleratorModuleReleaseProvider.java:1) at com.aptana.core.util.CollectionsUtil.filter(CollectionsUtil.java:157) at com.aptana.core.util.CollectionsUtil.filter(CollectionsUtil.java:219) at com.appcelerator.titanium360.core.update.AppceleratorModuleReleaseProvider.getReleases(AppceleratorModuleReleaseProvider.java:65) at com.appcelerator.titanium.update.core.TitaniumReleaseProviderManager.getReleases(TitaniumReleaseProviderManager.java:193) at com.appcelerator.titanium.update.internal.core.TitaniumReleasesUpdater.getTitaniumReleaseUpdates(TitaniumReleasesUpdater.java:979) at com.appcelerator.titanium.update.internal.core.TitaniumReleasesUpdater.getAvailableUpdates(TitaniumReleasesUpdater.java:306) at com.appcelerator.titanium.update.ui.TitaniumUpdateStartup.hasToInstallPackages(TitaniumUpdateStartup.java:219) at com.appcelerator.titanium.update.ui.TitaniumUpdateStartup.access$0(TitaniumUpdateStartup.java:217) at com.appcelerator.titanium.update.ui.TitaniumUpdateStartup$1.run(TitaniumUpdateStartup.java:118) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54) org.eclipse.core.runtime.CoreException: 2017-05-16T09:19:12.536Z | ERROR | {"code":"ECONNRESET","success":false} at com.appcelerator.titanium.core.user.TitaniumUserManager.handleResponse(TitaniumUserManager.java:277) at com.appcelerator.titanium.core.user.TitaniumUserManager.callAPI(TitaniumUserManager.java:224) at com.appcelerator.titanium.core.user.TitaniumUserManager.getPlan(TitaniumUserManager.java:381) at com.appcelerator.titanium.core.user.TitaniumOrganization.getPlan(TitaniumOrganization.java:361) at com.appcelerator.titanium.core.user.TitaniumOrganization.isEligible(TitaniumOrganization.java:397) at com.appcelerator.titanium.core.user.TitaniumUser$7.include(TitaniumUser.java:591) at com.appcelerator.titanium.core.user.TitaniumUser$7.include(TitaniumUser.java:1) at com.aptana.core.util.CollectionsUtil.find(CollectionsUtil.java:192) at com.appcelerator.titanium.core.user.TitaniumUser.isEligibleFor(TitaniumUser.java:585) at com.appcelerator.titanium360.core.update.AppceleratorModuleReleaseProvider$1.include(AppceleratorModuleReleaseProvider.java:69) at com.appcelerator.titanium360.core.update.AppceleratorModuleReleaseProvider$1.include(AppceleratorModuleReleaseProvider.java:1) at com.aptana.core.util.CollectionsUtil.filter(CollectionsUtil.java:157) at com.aptana.core.util.CollectionsUtil.filter(CollectionsUtil.java:219) at com.appcelerator.titanium360.core.update.AppceleratorModuleReleaseProvider.getReleases(AppceleratorModuleReleaseProvider.java:65) at com.appcelerator.titanium.update.core.TitaniumReleaseProviderManager.getReleases(TitaniumReleaseProviderManager.java:193) at com.appcelerator.titanium.update.internal.core.TitaniumReleasesUpdater.getTitaniumReleaseUpdates(TitaniumReleasesUpdater.java:979) at com.appcelerator.titanium.update.internal.core.TitaniumReleasesUpdater.getAvailableUpdates(TitaniumReleasesUpdater.java:306) at com.appcelerator.titanium.update.ui.TitaniumUpdateStartup.hasToInstallPackages(TitaniumUpdateStartup.java:219) at com.appcelerator.titanium.update.ui.TitaniumUpdateStartup.access$0(TitaniumUpdateStartup.java:217) at com.appcelerator.titanium.update.ui.TitaniumUpdateStartup$1.run(TitaniumUpdateStartup.java:118) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54) Exception:org.eclipse.core.runtime.CoreException: 2017-05-16T09:19:12.536Z | ERROR | {"code":"ECONNRESET","success":false} at com.appcelerator.titanium.core.user.TitaniumUserManager.handleResponse(TitaniumUserManager.java:277) at com.appcelerator.titanium.core.user.TitaniumUserManager.callAPI(TitaniumUserManager.java:224) at com.appcelerator.titanium.core.user.TitaniumUserManager.getPlan(TitaniumUserManager.java:381) at com.appcelerator.titanium.core.user.TitaniumOrganization.getPlan(TitaniumOrganization.java:361) at com.appcelerator.titanium.core.user.TitaniumOrganization.isEligible(TitaniumOrganization.java:397) at com.appcelerator.titanium.core.user.TitaniumUser$7.include(TitaniumUser.java:591) at com.appcelerator.titanium.core.user.TitaniumUser$7.include(TitaniumUser.java:1) at com.aptana.core.util.CollectionsUtil.find(CollectionsUtil.java:192) at com.appcelerator.titanium.core.user.TitaniumUser.isEligibleFor(TitaniumUser.java:585) at com.appcelerator.titanium360.core.update.AppceleratorModuleReleaseProvider$1.include(AppceleratorModuleReleaseProvider.java:69) at com.appcelerator.titanium360.core.update.AppceleratorModuleReleaseProvider$1.include(AppceleratorModuleReleaseProvider.java:1) at com.aptana.core.util.CollectionsUtil.filter(CollectionsUtil.java:157) at com.aptana.core.util.CollectionsUtil.filter(CollectionsUtil.java:219) at com.appcelerator.titanium360.core.update.AppceleratorModuleReleaseProvider.getReleases(AppceleratorModuleReleaseProvider.java:65) at com.appcelerator.titanium.update.core.TitaniumReleaseProviderManager.getReleases(TitaniumReleaseProviderManager.java:193) at com.appcelerator.titanium.update.internal.core.TitaniumReleasesUpdater.getTitaniumReleaseUpdates(TitaniumReleasesUpdater.java:979) at com.appcelerator.titanium.update.internal.core.TitaniumReleasesUpdater.getAvailableUpdates(TitaniumReleasesUpdater.java:306) at com.appcelerator.titanium.update.ui.TitaniumUpdateStartup.hasToInstallPackages(TitaniumUpdateStartup.java:219) at com.appcelerator.titanium.update.ui.TitaniumUpdateStartup.access$0(TitaniumUpdateStartup.java:217) at com.appcelerator.titanium.update.ui.TitaniumUpdateStartup$1.run(TitaniumUpdateStartup.java:118) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54) ------ STATUS ------ pluginId com.appcelerator.titanium.core pluginVersion 3.1.2.1494917309 code 0 severity 1 message 2017-05-16T09:19:12.536Z | ERROR | {"code":"ECONNRESET","success":false} [detached from CoreException of Status '2017-05-16T09:19:12.536Z | ERROR | {"code":"ECONNRESET","success":false}' by Error Reporting] fingerprint 00000000 stacktrace ------ REPORT ------ name Kondal Kolipaka email [email protected] comment productVersion 4.9.0.201705160715 productName Appcelerator Studio javaRuntimeVersion 1.8.0_121-b13 osgiWs cocoa osgiOs MacOSX osgiOsVersion 10.12.2 osgiArch x86_64
5
2,643
TISTUD-8769
05/17/2017 13:52:56
TiApp: Windows is not viewed as a valid platform for module tag
h5.Description *Filing as a minor as this seems purely cosmetic, I can still build just fine with this* When viewing the tiapp editor, the following module tag is listed as an error {{<module platform="windows">hyperloop</module>}}, error message is {{Value 'windows' is not facet-valid with respect to enumeration '\[iphone, ipad, android, mobileweb, commonjs, tizen, ivi\]'. It must be a value from the enumeration.}} \ h5.Steps to reproduce # Add the above tag to a tiapp.xml h5.Actual Above error is show h5.Expected Windows is a valid platform, no error should be shown
5
2,644
TISTUD-8770
05/18/2017 11:33:34
Windows: LiveView flag not being passed on Windows Local Machine build
h5.Description When enabling LiveView, the --liveview flag (and it's counterparts if set) are passed through to titanium when building for windows local machine (ws-local) {code} C:\Program Files\nodejs\node.exe C:\Users\ewan\.appcelerator\install\6.2.2-master.13\package\node_modules\titanium\lib\titanium.js build --platform windows --log-level trace --sdk 6.1.0.v20170517143931 --project-dir C:\Users\ewan\Documents\Appcelerator_Studio_Workspace\pptclassic --target ws-local --deploy-type development --ws-cert --pfx-password --win-publisher-id CN=2383B5BE-D641-4055-88D1-1FA9AAD82BF1 --skip-js-minify --skip-js-minify --no-colors --no-progress-bars --no-prompt --prompt-type socket-bundle --prompt-port 65122 --config-file C:\Users\ewan\AppData\Local\Temp\build-1495103365804.json --no-banner --project-dir C:\Users\ewan\Documents\Appcelerator_Studio_Workspace\pptclassic {code} h5.Steps to reproduce # Enable LiveView # Build for Windows Local Machine # Make changes to the app h5.Actual App is not reloaded, checking the logs no liveview flag passed in, no liveview server started h5.Expected liveview flag passed in, app should reload on changes
5
2,645
TISTUD-8776
05/25/2017 13:37:10
The Default Emulator or AVD drop down list in Android Preference page does not refresh after AVD creation
When a new AVD is created through the Manage AVD button on the Android preference page, the Default Emulator drop down on the Android Preference page does not get refreshed. In order to get the latest created AVD in the drop down the user has to close and reopen Preferences.
8
2,646
TISTUD-8777
05/30/2017 10:30:44
Windows: Error during JDK update when studio not launched as admin
When the user does not launch Appc Studio as admin (i.e. select Run as admin) then during check for updates if there is an update for JDK, it fails to install after download. Steps to Reproduce: 1. Open Appc Studio and not selecting run as admin 2. Check for Appcelerator Updates 3. Select to install the JDK update Actual Result: After the JDK download completes and starts to install it fails with error as shown in the screenshot.
5
2,647
TISTUD-8779
05/31/2017 16:55:35
Studio Error reporting: Error while adding a breakpoint in app.js file
The following data will be sent: ------ STATUS ------ pluginId com.appcelerator.titanium.alloy.core pluginVersion 2.2.0.qualifier code 0 severity 4 message (Build 4.9.0.qualifier) [ERROR] The resolved generated resource for /test123/Resources/iphone/app.js is not available at Resources/iphone/Resources/iphone/app.js. fingerprint bcf93b86 stacktrace Exception:org.eclipse.epp.internal.logging.aeri.ui.log.StandInStacktraceProvider$StandInException: Stand-In Stacktrace supplied by the Eclipse Error Reporting at com.aptana.core.logging.IdeLog.log(IdeLog.java:558) at com.aptana.core.logging.IdeLog.log(IdeLog.java:593) at com.aptana.core.logging.IdeLog.logError(IdeLog.java:306) at com.aptana.core.logging.IdeLog.logError(IdeLog.java:280) at com.aptana.core.logging.IdeLog.logError(IdeLog.java:258) at com.appcelerator.titanium.alloy.internal.core.SourceMap.getGeneratedMapping(SourceMap.java:338) at com.aptana.js.debug.core.internal.model.JSDebugTarget.getGeneratedMapping(JSDebugTarget.java:1965) at com.aptana.js.debug.core.internal.model.JSDebugTarget.handleLineBreakpoint(JSDebugTarget.java:1863) at com.aptana.js.debug.core.internal.model.JSDebugTarget.handleBreakpoint(JSDebugTarget.java:1819) at com.aptana.js.debug.core.internal.model.JSDebugTarget.breakpointAdded(JSDebugTarget.java:1023) at org.eclipse.debug.internal.core.BreakpointManager$BreakpointNotifier.run(BreakpointManager.java:1011) at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42) at org.eclipse.debug.internal.core.BreakpointManager$BreakpointNotifier.notify(BreakpointManager.java:1039) at org.eclipse.debug.internal.core.BreakpointManager.fireUpdate(BreakpointManager.java:946) at org.eclipse.debug.internal.core.BreakpointManager.addBreakpoints(BreakpointManager.java:619) at org.eclipse.debug.internal.core.BreakpointManager.addBreakpoints(BreakpointManager.java:590) at org.eclipse.debug.internal.core.BreakpointManager.addBreakpoint(BreakpointManager.java:582) at com.aptana.js.debug.core.internal.model.JSDebugLineBreakpoint.register(JSDebugLineBreakpoint.java:175) at com.aptana.js.debug.core.internal.model.JSDebugLineBreakpoint.access$1(JSDebugLineBreakpoint.java:173) at com.aptana.js.debug.core.internal.model.JSDebugLineBreakpoint$1.run(JSDebugLineBreakpoint.java:115) at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:2313) at org.eclipse.debug.core.model.Breakpoint.run(Breakpoint.java:357) at com.aptana.js.debug.core.internal.model.JSDebugLineBreakpoint.<init>(JSDebugLineBreakpoint.java:118) at com.aptana.js.debug.core.internal.model.JSDebugLineBreakpoint.<init>(JSDebugLineBreakpoint.java:59) at com.aptana.js.debug.core.model.JSDebugModel.createLineBreakpoint(JSDebugModel.java:68) at com.aptana.js.debug.ui.internal.actions.ToggleBreakpointAdapter$1.run(ToggleBreakpointAdapter.java:85) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54) ------ REPORT ------ name Kondal Kolipaka email [email protected] comment productVersion 4.9.0.qualifier productName Appcelerator Studio javaRuntimeVersion 1.8.0_121-b13 osgiWs cocoa osgiOs MacOSX osgiOsVersion 10.12.2 osgiArch x86_64
3
2,648
TISTUD-8781
05/31/2017 19:05:34
LiveView: include version 1.2.0
h5.Description When using ES6 syntax in an application LiveView will currently error out (however you wont see LiveView error out because of TIMOB-24694). It's possible we could just update the acorn to a newer version allowing ES6 (and newer) code, but # We don't own the package https://www.npmjs.com/package/jsparse-tools # The repo doesnt exist (or is private) We could grab the source from an npm install and update where necessary, I believe MIT allows this. *Notes* I had a quick try of updating to the latest acorn version and these were my observations # The return data from the detect function stays the same across versions, so the acorn upgrade should not problematic # Using const will throw an error, this seems to be because LiveView makes some assumptions about the length of a variable declaration, let works (let and var are both 3 characters long). (https://github.com/appcelerator/liveview/blob/de6bb766edf10b83e28e5f941528d420ef50798d/lib/fserver.js#L314-L324) #* There is a note about usage of const in the docs but I cannot track down the origins of this warning https://wiki.appcelerator.org/display/guides2/LiveView#LiveView-Troubleshooting # This is only run for app.js files I believe
8
2,649
TISTUD-8782
06/01/2017 02:15:54
Debugger: Android - Breakpoints skipped during debugging
*Description* When using the debugger for Android on either Windows or Mac, breakpoints are ignored. *Steps to reproduce* 1. Create a new Alloy App. 2. Set a breakpoint in index.js 3. Debug to Android Device 4. Click on the button in the App *Result* The app executes to the end and ignores any/all breakpoints. The debugger does not have this issue with emulator. *Expected Result* Breakpoints should not be ignored.
8
2,650
TISTUD-8784
06/02/2017 19:02:35
Studio: Windows - Unable to build Windows app after installing JDK 1.8 through Studio
*Description* When using Studio 4.9.0 to install Java 1.8. I was unable to build a Windows app *Steps to reproduce* 1. If Java 1.8 is installed, uninstall it (so that Studio installs it). 2. If Appcelerator Studio 4.9.0 is installed, uninstall it. 3. Install Appcelerator Studio 4.9.0. 4. When the window shows up to install prerequisites, Java 1.8 box will already be checked. Just continue with installation. 5. Create default Alloy app 6. Build to Windows Emulator 7. Error messages as shown below appears *Actual Results* Errors as shown below are seen. Emulator launches, but app does not. I was able to fix the issue by deleting some files. I followed the instructions in the accepted answer here: https://stackoverflow.com/questions/29697543/registry-key-error-java-version-has-value-1-8-but-1-7-is-required *Expected Results* App should build and run with no errors. *Error Messages:* {code} [ERROR] : Error: Command failed: java -jar "C:\ProgramData\Titanium\mobilesdk\win32\6.1.0.GA\node_modules\node-appc\tools\resizer\resizer.jar" "C:\Users\Tester\Desktop\test2\hello\smoke1\DefaultIcon.png" "C:\Users\Tester\.titanium\vsbuild\smoke1\Assets\Square24x24Logo.png" 24 24 "C:\Users\Tester\.titanium\vsbuild\smoke1\Assets\Square44x44Logo.png" 44 44 "C:\Users\Tester\.titanium\vsbuild\smoke1\Assets\Square71x71Logo.png" 71 71 "C:\Users\Tester\.titanium\vsbuild\smoke1\Assets\Square150x150Logo.png" 150 150 "C:\Users\Tester\.titanium\vsbuild\smoke1\Assets\Logo.png" 150 150 "C:\Users\Tester\.titanium\vsbuild\smoke1\Assets\StoreLogo.png" 50 50 "C:\Users\Tester\.titanium\vsbuild\smoke1\Assets\SmallLogo.png" 30 30 Error: Registry key 'Software\JavaSoft\Java Runtime Environment'\CurrentVersion' has value '1.8', but '1.7' is required. Error: could not find java.dll Error: Could not find Java SE Runtime Environment. at ChildProcess.exithandler (child_process.js:204:12) at emitTwo (events.js:106:13) at ChildProcess.emit (events.js:191:7) at maybeClose (internal/child_process.js:886:16) at Socket.<anonymous> (internal/child_process.js:342:11) at emitOne (events.js:96:13) at Socket.emit (events.js:188:7) at Pipe._handle.close [as _onclose] (net.js:497:12) --------------------------------------------- at Object.exports.execFile (child_process.js:287:9) at Object.exports.exec (child_process.js:103:18) at Object.resize (C:\ProgramData\Titanium\mobilesdk\win32\6.1.0.GA\node_modules\node-appc\lib\image.js:68:28) at WindowsBuilder.generateAppIcons (C:\ProgramData\Titanium\mobilesdk\win32\6.1.0.GA\node_modules\node-titanium-sdk\lib\builder.js:513:13) at WindowsBuilder.createAppIconSet (C:\ProgramData\Titanium\mobilesdk\win32\6.1.0.GA\windows\cli\commands\_build\copy.js:367:8) at C:\ProgramData\Titanium\mobilesdk\win32\6.1.0.GA\node_modules\async\dist\async.js:3816:26 at replenish (C:\ProgramData\Titanium\mobilesdk\win32\6.1.0.GA\node_modules\async\dist\async.js:982:17) at iterateeCallback (C:\ProgramData\Titanium\mobilesdk\win32\6.1.0.GA\node_modules\async\dist\async.js:967:17) at C:\ProgramData\Titanium\mobilesdk\win32\6.1.0.GA\node_modules\async\dist\async.js:944:16 at C:\ProgramData\Titanium\mobilesdk\win32\6.1.0.GA\node_modules\async\dist\async.js:3821:13 at apply (C:\ProgramData\Titanium\mobilesdk\win32\6.1.0.GA\node_modules\async\dist\async.js:21:25) at C:\ProgramData\Titanium\mobilesdk\win32\6.1.0.GA\node_modules\async\dist\async.js:56:12 at C:\ProgramData\Titanium\mobilesdk\win32\6.1.0.GA\node_modules\graceful-fs\graceful-fs.js:43:10 at C:\Users\Tester\.appcelerator\install\6.2.2\package\node_modules\titanium\node_modules\fs-extra\node_modules\graceful-fs\graceful-fs.js:43:10 at C:\Users\Tester\.appcelerator\install\6.2.2\package\node_modules\tar.gz\node_modules\fstream\node_modules\graceful-fs\graceful-fs.js:43:10 {code}
5
2,651
TISTUD-8786
06/06/2017 02:54:03
Creating AVD from studio creates it with software rendering which creates magnified UI in the emulator
h5.Description: 1. Create an AVD from preferences -> platforms -> android -> manage AVD. 2. Build an app from studio to the newly created AVD from studio. h5.Actual Results: 1. Notice that when the emulator starts the UI is magnified. This is probably because studio creates the AVD with graphics as "Software-GLES 2.0" which uses software to emulate the graphics. 2. Switching to "Automatic" detects the best available renderer & solves this issue. h5.Expected Results: 1. The UI in the AVD should not be magnified & the AVD should be probably created or started with graphics option to "Automatic".
5
2,652
TISTUD-8788
06/06/2017 13:04:31
Windows OS: Error prompt when selecting a default project in the new workspace
{code:java} he following data will be sent: ------ STATUS ------ pluginId com.aptana.git.core pluginVersion 3.0.0.1490251547 code 0 severity 4 message (Build 4.9.0.201705302345) [ERROR] com.aptana.git.core/debug C:\Users\kondal\Documents\Appcelerator_Studio_Workspace\Employee Directory\.git\config (The system cannot find the file specified) fingerprint 244a6e31 stacktrace Exception:java.io.FileNotFoundException: C:\Users\kondal\Documents\Appcelerator_Studio_Workspace\Employee Directory\.git\config (The system cannot find the file specified) at java.io.FileInputStream.open(null:-2) at java.io.FileInputStream.<init>(null:-1) at com.aptana.git.core.model.GitRepository.configContents(GitRepository.java:1364) at com.aptana.git.core.model.GitRepository.remoteTrackingBranch(GitRepository.java:1302) at com.aptana.git.core.model.GitRepository.matchingRemoteBranch(GitRepository.java:1253) at com.aptana.git.core.model.GitRepository.commitsAhead(GitRepository.java:1234) at com.aptana.git.ui.internal.GitLightweightDecorator.decorateProject(GitLightweightDecorator.java:255) at com.aptana.git.ui.internal.GitLightweightDecorator.decorate(GitLightweightDecorator.java:129) at org.eclipse.ui.internal.decorators.LightweightDecoratorDefinition.decorate(LightweightDecoratorDefinition.java:267) at org.eclipse.ui.internal.decorators.LightweightDecoratorManager$LightweightRunnable.run(LightweightDecoratorManager.java:83) at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42) at org.eclipse.ui.internal.decorators.LightweightDecoratorManager.decorate(LightweightDecoratorManager.java:367) at org.eclipse.ui.internal.decorators.LightweightDecoratorManager.getDecorations(LightweightDecoratorManager.java:349) at org.eclipse.ui.internal.decorators.DecorationScheduler$1.ensureResultCached(DecorationScheduler.java:372) at org.eclipse.ui.internal.decorators.DecorationScheduler$1.run(DecorationScheduler.java:332) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54) ------ REPORT ------ name Kondal Kolipaka email [email protected] comment productVersion 4.9.0.201705302345 productName Appcelerator Studio javaRuntimeVersion 1.7.0_79-b15 osgiWs win32 osgiOs Windows8 osgiOsVersion 6.2.0 osgiArch x86 {code}
2
2,653
TISTUD-8791
06/08/2017 19:19:11
Diagnostic log: Sensitive environment variables included
h5.Description User nitrag in tislack commented the below, https://ti-slack.slack.com/archives/C03CVLS0U/p1496944142547027 Basically, studio error reporting dumped a debug log which contained env vars which supposedly led to users AWS account being compromised {code} PSA: Please check your submitted tickets on https://jira.appcelerator.org/issues/?filter=-2. Check that your attached logs do not include any sensitive information. For me, Appc Studio automatically dumped a debug log **containing all my pc’s bash environment variables** and the logs are wide open to the public WWW. Needless to say this was scraped by some scraping algorithm and my AWS account was hacked. {code} We should ensure that any tickets reported through this means are private (and stay private when moved across projects). We should change the error reporting to avoid this
8
2,654
TISTUD-8792
06/13/2017 11:11:51
Automate AppSpider test
We need to test our APIs using AppSpider and upload the results # Using the AppSpider Application, run a scan manually (https://axway.jiveon.com/docs/DOC-80884) against the REST endpoint for preproduction ## URL: https://preview.appcelerator.com/appc-studio ## Inside the AppSpider application, import the Swagger document ## Configure the scan and run it once manually. Save the configuration. # https://axway.jiveon.com/groups/product-security-group/blog/2016/10/14/automating-appspider-and-nessus-with-hakbot ## Recommend copying the Fortify scans to run this nightly: https://github.com/appcelerator/jenkins_dsl/tree/master/fortify-jobs
5
2,655
TISTUD-8794
06/14/2017 07:08:38
Studio dashboard page shows server unavailable due to invalid SSO url
*Details:* Studio shows server unavailable dashboard page when you launch a studio with the older CLI version. Latest CLI core is 6.2.2 but I was having 6.2.1-master.15. And, this CLI version update information is shown as part of {{appc platform sso https://appc-studio.appcelerator.com/}} command for every 24hrs. Here is the stacktrace which is reported by Studio error reporting system. {code:java} The following data will be sent: ------ STATUS ------ pluginId com.appcelerator.titanium.ui pluginVersion 1.1.0.qualifier code 0 severity 4 message (Build 4.10.0.qualifier) [ERROR] no protocol: A new update (6.2.2) is available... Download with appc use 6.2.2 https://platform.appcelerator.com/api/v1/auth/token?token=8de34504ee4be1612b24c7abf9d753e5a832120f%20RNOSbs2pVNCKxDlveIi59AQ6JvioHI8QbB0l2FYfq7lzO%2BqIaplTPpPL1usSU373vT6yu25DrWuDeR7EF7X1IaQ75m2NhORlezzR1DDL5icfm9%2FQQXLgLKWQfECL0bGxNKR4WtN9yCXSimIR9THxAoOXCMVKCJLrVokTzwv%2BdTw8VE22aQTMWL9idt79RKpCI0cr0P1tGSYW4AylaBAqAV9wD4cJ%2F%2BXTWGELznD2jT6Oa9BENtfyw0yHLDtM3I6asAlXacCQw8PMCgr2I9eKlfiyhop1pFjFWWIHGqufGLZxqC%2B20IQDrcMDGjdsP2Z2DTC%2F1yZd6J9cwTrwCYLzNgf%2BicMXaIzUTw9Ov9xnIw2skdudJZj4pRuhV1%2FEfpwQLgLFJgk7vVSL9wYy9yRugs82ZK%2Bb60y9YT8SqkTI8ZKViXeJh8htflGKSj3QGgBu8P%2FP2qZftywD%2Bqkyik%2FdbgIc2XY3HhaIXonuzrOKTxH9Af8bbEAzzd2PjgucUpsuoO67sP3DQvjRJ19RWVMSlVFbDTVusbqAHbJVAsiU3WndVILbtbuVcL2oFol%2F4MU67AcoUtlYO%2B13dLMPTUPzujuD4%2BAHOtBbsoFNYh1b0ljKd3S9uqKxD9Qx1RkcAtZxs7ST0ZHqXSC42cqNaBXl3pzvVAkObjQWuGlSNf2A9pC30kFUPlzZAaOy4YGu4VQLv8EhWXSzi3kyW5BScJPz70ZfHGxBrbaerDIujklpjyc%3D&redirect=https%3A%2F%2Fappc-studio.appcelerator.com%2F fingerprint a32b5748 stacktrace Exception:java.net.MalformedURLException: no protocol: A new update (6.2.2) is available... Download with appc use 6.2.2 https://platform.appcelerator.com/api/v1/auth/token?token=8de34504ee4be1612b24c7abf9d753e5a832120f%20RNOSbs2pVNCKxDlveIi59AQ6JvioHI8QbB0l2FYfq7lzO%2BqIaplTPpPL1usSU373vT6yu25DrWuDeR7EF7X1IaQ75m2NhORlezzR1DDL5icfm9%2FQQXLgLKWQfECL0bGxNKR4WtN9yCXSimIR9THxAoOXCMVKCJLrVokTzwv%2BdTw8VE22aQTMWL9idt79RKpCI0cr0P1tGSYW4AylaBAqAV9wD4cJ%2F%2BXTWGELznD2jT6Oa9BENtfyw0yHLDtM3I6asAlXacCQw8PMCgr2I9eKlfiyhop1pFjFWWIHGqufGLZxqC%2B20IQDrcMDGjdsP2Z2DTC%2F1yZd6J9cwTrwCYLzNgf%2BicMXaIzUTw9Ov9xnIw2skdudJZj4pRuhV1%2FEfpwQLgLFJgk7vVSL9wYy9yRugs82ZK%2Bb60y9YT8SqkTI8ZKViXeJh8htflGKSj3QGgBu8P%2FP2qZftywD%2Bqkyik%2FdbgIc2XY3HhaIXonuzrOKTxH9Af8bbEAzzd2PjgucUpsuoO67sP3DQvjRJ19RWVMSlVFbDTVusbqAHbJVAsiU3WndVILbtbuVcL2oFol%2F4MU67AcoUtlYO%2B13dLMPTUPzujuD4%2BAHOtBbsoFNYh1b0ljKd3S9uqKxD9Qx1RkcAtZxs7ST0ZHqXSC42cqNaBXl3pzvVAkObjQWuGlSNf2A9pC30kFUPlzZAaOy4YGu4VQLv8EhWXSzi3kyW5BScJPz70ZfHGxBrbaerDIujklpjyc%3D&redirect=https%3A%2F%2Fappc-studio.appcelerator.com%2F at java.net.URL.<init>(URL.java:593) at java.net.URL.<init>(URL.java:490) at java.net.URL.<init>(URL.java:439) at com.appcelerator.titanium.ui.dashboard.DashboardManager$1.run(DashboardManager.java:122) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54) ------ REPORT ------ name Kondal Kolipaka email [email protected] comment productVersion 4.10.0.qualifier productName Appcelerator Studio javaRuntimeVersion 1.8.0_131-b11 osgiWs cocoa osgiOs MacOSX osgiOsVersion 10.12.2 osgiArch x86_64 {code}
3
2,656
TISTUD-8795
06/14/2017 08:35:48
Update JDK 1.8 release notes text in the Studio updates dialog
*Details:* Studio updates dialog is showing the old JDK 1.7 release notes even though we recommend to upgrade to the JDK 1.8 to support Android Nougat development. Please check the below screenshot. !JDK1.7_notes.png|thumbnail! Here is the recommendation release notes text: {code:java} The Java Development Kit is a required dependency for Android development, and with Android Nougat(API 24.0 and higher) and later releases Java 8 is required. We strongly recommend upgrading your JDK installation to Java 8. This is a required installation {code}
3
2,657
TISTUD-8797
06/20/2017 15:08:53
Update branding for Studio Windows installer
To update Installer with new Axway branding and new name: "Axway Appcelerator Studio" Logo will be provided by Axway corporate See attached image for the details: !image-2017-06-20-10-08-46-660.png|thumbnail!
8
2,658
TISTUD-8798
06/20/2017 15:10:34
Update Terms of Use for Studio
Update the Terms of Use document under Software License Agreement as part of the Studio installation steps. New text with references to Axway will be provided by Axway Legal team. Image attached !image-2017-06-20-10-10-30-801.png|thumbnail!
3
2,659
TISTUD-8799
06/20/2017 15:13:50
Update "About Studio" text
To update "About" option in the Studio with new branding and names: New logo will be provided by Axway corporate See attached image: !image-2017-06-20-10-13-34-065.png|thumbnail!
5
2,660
TISTUD-8800
06/20/2017 15:21:11
Update references to Arrow in the Studio
Rename references to Arrow for "API Builder" instead See attached images for examples, if there are more references, please update accordingly !image-2017-06-20-10-19-41-650.png|thumbnail! !image-2017-06-20-10-21-06-127.png|thumbnail!
13
2,661
TISTUD-8803
06/30/2017 01:18:16
Inspect Appcelerator Studio 4.9.0 error reporting issues
Get Appcelerator Studio 4.9.0 error reporting issues from the Vasil and identify what all can be fixed and create tickets accordingly.
13
2,662
TISTUD-8819
07/13/2017 08:59:11
Error in Create Android AVD window when JDK 1.8 not installed
When JDK 1.8 is not installed on the system as it is not mandatory but recommended by Studio 4.9 onwards, and android tools version is 25.3.0 or higher then on Create Android AVD page in Android preferences shows error Steps to Reproduce: 1. Ensure JDK 1.8 is not installed 2. Update Android SDK Tools to version above 25.3.0 3. Go to Preferences -> Studio -> Platforms -> Android 4. Click on Create AVDs button Actual Result: An error is shown "No Systems images have been found. Please configure via Android Studio." This is due to AVDManager tool requires minimum of JDK 1.8 and the same is used to fetch System Images Also refer to the attached screenshot Expected Result: The error should be handled or Create AVD allowed only if JDK 1.8 or higher is installed.
5
2,663
TISTUD-8820
07/17/2017 17:07:27
Create AVD window throws error in running avdmanager cmd on windows-10
With new Android Tools/SDK configured in Android SDK path, the Create AVD button brings up the Create AVD dialog but with errors on Devices List drop down.
5
2,664
TISTUD-8826
07/20/2017 02:38:32
Create new mobile app project
Hello, I can't create a new mobile app project from Appc Studio. Please find attached the log file I have right after trying to create the project. When I try to create a new mobile app project from the command line it works properly and then I can import it on appc studio. Once it is imported I can run the app also. Regards, Claire
3
2,665
TISTUD-8831
07/31/2017 18:24:57
Gracefully handle FileWatcher exception while checking for Git resources
The system cannot find the file specified. : C:\\\\Users\\\\sultany\\\\Documents\\\\Appcelerator_Studio_Workspace\\\\Employee Directory\\\\.git\n\\t at HIDDEN.HIDDEN(HIDDEN:-1)\\n\\t at HIDDEN.HIDDEN(HIDDEN:-1)\n\\t at com.aptana.filewatcher.FileWatcher.addWatch(FileWatcher.java:71)\\n\\t at com.aptana.filewatcher.FileWatcher.addWatch(FileWatcher.java:65)\n\\t at com.aptana.git.core.model.GitRepository.\u003cinit\u003e(GitRepository.java:262)\n\\t at com.aptana.git.core.model.GitRepositoryManager.getUnattachedExisting(GitRepositoryManager.java:194)\n\\t at com.aptana.git.core.model.GitRepositoryManager.attachExisting(GitRepositoryManager.java:204)\n\\t at com.aptana.git.core.GitRepositoryProviderType$1.run(GitRepositoryProviderType.java:53)\n\\t at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)\n”
3
2,666
TISTUD-8832
07/31/2017 18:36:18
Fix NPE for String Join within StringUtil
Exception:java.lang.NullPointerException: null\n\\t at com.aptana.core.util.StringUtil.join(StringUtil.java:406)\n\\t at com.aptana.core.util.StringUtil.join(StringUtil.java:311)\n\\t at com.aptana.js.core.inferencing.CommonJSResolver.getModuleId(CommonJSResolver.java:99)\n\\t at com.aptana.js.core.inferencing.JSNodeTypeInferrer.visit(JSNodeTypeInferrer.java:775)\n\\t at com.aptana.js.core.parsing.ast.JSInvokeNode.accept(JSInvokeNode.java:31)\n\\t at com.aptana.js.core.parsing.ast.JSTreeWalker.visit(JSTreeWalker.java:176)\n\\t at com.aptana.js.internal.core.inferencing.JSSymbolTypeInferrer.processValues(JSSymbolTypeInferrer.java:606)\n\\t at com.aptana.js.internal.core.inferencing.JSSymbolTypeInferrer.getSymbolPropertyElement(JSSymbolTypeInferrer.java:359)\n\\t at com.aptana.js.internal.core.inferencing.JSSymbolTypeInferrer.getSymbolPropertyElement(JSSymbolTypeInferrer.java:420)\n\\t at com.aptana.js.core.inferencing.JSNodeTypeInferrer.visit(JSNodeTypeInferrer.java:677)\n\\t at com.aptana.js.core.parsing.ast.JSIdentifierNode.accept(JSIdentifierNode.java:33)\n\\t at com.aptana.js.core.parsing.ast.JSTreeWalker.visit(JSTreeWalker.java:176)\n\\t at com.aptana.js.core.inferencing.JSNodeTypeInferrer.getTypes(JSNodeTypeInferrer.java:281)\n\\t at com.aptana.js.core.inferencing.JSNodeTypeInferrer.getTypes(JSNodeTypeInferrer.java:262)\n\\t at com.aptana.js.core.inferencing.JSNodeTypeInferrer.visit(JSNodeTypeInferrer.java:460)\n\\t at com.aptana.js.core.parsing.ast.JSConstructNode.accept(JSConstructNode.java:31)\n\\t at com.aptana.js.core.parsing.ast.JSTreeWalker.visit(JSTreeWalker.java:176)\n\\t at com.aptana.js.core.inferencing.JSNodeTypeInferrer.getTypes(JSNodeTypeInferrer.java:281)\n\\t at com.aptana.js.core.inferencing.JSNodeTypeInferrer.visit(JSNodeTypeInferrer.java:522)\n\\t at com.aptana.js.core.parsing.ast.JSFunctionNode.accept(JSFunctionNode.java:46)\n\\t at com.aptana.js.core.parsing.ast.JSTreeWalker.visit(JSTreeWalker.java:176)\n\\t at com.aptana.js.internal.core.inferencing.JSSymbolTypeInferrer.processValues(JSSymbolTypeInferrer.java:606)\n\\t at com.aptana.js.internal.core.inferencing.JSSymbolTypeInferrer.getSymbolPropertyElement(JSSymbolTypeInferrer.java:359)\n\\t at com.aptana.js.internal.core.inferencing.JSSymbolTypeInferrer.processProperties(JSSymbolTypeInferrer.java:535)\n\\t at com.aptana.js.internal.core.inferencing.JSSymbolTypeInferrer.getSymbolPropertyElement(JSSymbolTypeInferrer.java:366)\n\\t at com.aptana.js.internal.core.inferencing.JSSymbolTypeInferrer.processProperties(JSSymbolTypeInferrer.java:535)\n\\t at com.aptana.js.internal.core.inferencing.JSSymbolTypeInferrer.getSymbolPropertyElement(JSSymbolTypeInferrer.java:366)\n\\t at com.aptana.js.internal.core.inferencing.JSSymbolTypeInferrer.getSymbolPropertyElement(JSSymbolTypeInferrer.java:420)\n\\t at com.aptana.js.internal.core.inferencing.JSSymbolTypeInferrer$1.map(JSSymbolTypeInferrer.java:289)\n\\t at com.aptana.js.internal.core.inferencing.JSSymbolTypeInferrer$1.map(JSSymbolTypeInferrer.java:1)\n\\t at com.aptana.core.util.CollectionsUtil.map(CollectionsUtil.java:432)\n\\t at com.aptana.core.util.CollectionsUtil.map(CollectionsUtil.java:466)\n\\t at com.aptana.js.internal.core.inferencing.JSSymbolTypeInferrer.getScopeProperties(JSSymbolTypeInferrer.java:285)\n\\t at com.aptana.js.core.index.JSFileIndexingParticipant.processParseResults(JSFileIndexingParticipant.java:232)\n\\t at com.aptana.js.core.index.JSFileIndexingParticipant.index(JSFileIndexingParticipant.java:105)\n\\t at com.aptana.core.internal.build.IndexBuildParticipant.buildFile(IndexBuildParticipant.java:132)\n\\t at com.aptana.core.internal.build.LazyBuildParticipant.buildFile(LazyBuildParticipant.java:72)\n\\t at com.aptana.core.build.UnifiedBuilder.buildFile(UnifiedBuilder.java:614)\n\\t at com.aptana.core.build.UnifiedBuilder.doBuildFiles(UnifiedBuilder.java:525)\n\\t at com.aptana.core.build.UnifiedBuilder.buildFiles(UnifiedBuilder.java:497)\n\\t at com.aptana.core.build.UnifiedBuilder.fullBuild(UnifiedBuilder.java:343)\n\\t at com.aptana.core.build.UnifiedBuilder.build(UnifiedBuilder.java:178)\n\\t at org.eclipse.core.internal.events.BuildManager$2.run(BuildManager.java:734)\n\\t at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)\n\\t at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:206)\n\\t at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:246)\n\\t at org.eclipse.core.internal.events.BuildManager$1.run(BuildManager.java:299)\n\\t at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)\n\\t at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:302)\n\\t at org.eclipse.core.internal.events.BuildManager.basicBuildLoop(BuildManager.java:358)\n\\t at org.eclipse.core.internal.events.BuildManager.build(BuildManager.java:381)\n\\t at org.eclipse.core.internal.events.AutoBuildJob.doBuild(AutoBuildJob.java:143)\n\\t at org.eclipse.core.internal.events.AutoBuildJob.run(AutoBuildJob.java:241)\n\\t at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
3
2,667
TISTUD-8838
08/03/2017 07:05:19
iOS simulators are not shown and NPE upon launching the studio
Looks like something went wrong with my studio and it was not showing iOS simulators. And upon studio launch, it showed the NPE dialog. Please find the attached screenshots. Here is the error log: {code:java} !ENTRY org.eclipse.core.jobs 4 2 2017-08-03 10:59:56.073 !MESSAGE An internal error occurred during: "Update iOS info". !STACK 0 java.lang.NullPointerException at com.appcelerator.titanium.ios.core.Device.hashCode(Device.java:168) at java.util.HashMap.hash(HashMap.java:362) at java.util.HashMap.put(HashMap.java:492) at java.util.HashSet.add(HashSet.java:217) at java.util.AbstractCollection.addAll(AbstractCollection.java:342) at com.aptana.core.util.CollectionsUtil.union(CollectionsUtil.java:755) at com.aptana.core.util.CollectionsUtil.getNonOverlapping(CollectionsUtil.java:343) at com.appcelerator.titanium.ios.core.IOSSDKLocator.parseTiInfo(IOSSDKLocator.java:224) at com.appcelerator.titanium.ios.core.IOSSDKLocator.updateTiInfo(IOSSDKLocator.java:161) at com.appcelerator.titanium.ios.core.IOSSDKLocator.access$0(IOSSDKLocator.java:158) at com.appcelerator.titanium.ios.core.IOSSDKLocator$1.run(IOSSDKLocator.java:179) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54) {code}
3
2,668
TISTUD-8840
08/09/2017 18:58:38
LiveView: Include version 1.2.1
Liveview update.
5
2,669
TISTUD-8846
08/17/2017 07:33:14
Error Reporting: NumberFormatException from Preference > Studio > API Builder
Steps to Reproduce; 1. Open Preferences > Studio > API Builder (Arrow in 4.9.0) 2. When "Run Arrow with default configuration" (default selection) or "Run Arrow on any free port" is selected, press on OK button on the preferences screen Actual Result: An exception is thrown {code} !ENTRY com.appcelerator.titanium.arrow.core 4 0 2017-08-17 14:31:54.644 !MESSAGE (Build 4.9.0.201705302345) [ERROR] Invalid arrow port number configured !STACK 0 java.lang.NumberFormatException: For input string: "" at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65) at java.lang.Integer.parseInt(Integer.java:592) at java.lang.Integer.valueOf(Integer.java:766) at com.appcelerator.titanium.arrow.ui.preferences.ArrowPreferencePage.performOk(ArrowPreferencePage.java:151) at org.eclipse.jface.preference.PreferenceDialog$12.run(PreferenceDialog.java:992) at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42) at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:50) at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:178) at org.eclipse.jface.preference.PreferenceDialog.okPressed(PreferenceDialog.java:971) at org.eclipse.ui.internal.dialogs.FilteredPreferenceDialog.okPressed(FilteredPreferenceDialog.java:460) at org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog.okPressed(WorkbenchPreferenceDialog.java:174) at org.eclipse.jface.preference.PreferenceDialog.buttonPressed(PreferenceDialog.java:236) at org.eclipse.jface.dialogs.Dialog$2.widgetSelected(Dialog.java:619) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:248) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84) at org.eclipse.swt.widgets.Display.sendEvent(Display.java:4199) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1467) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1490) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1475) at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:1279) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4042) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3669) at org.eclipse.jface.window.Window.runEventLoop(Window.java:832) at org.eclipse.jface.window.Window.open(Window.java:808) at org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog.open(WorkbenchPreferenceDialog.java:221) at org.eclipse.ui.internal.handlers.ShowPreferencePageHandler.execute(ShowPreferencePageHandler.java:59) at org.eclipse.ui.internal.handlers.HandlerProxy.execute(HandlerProxy.java:294) at org.eclipse.ui.internal.handlers.E4HandlerProxy.execute(E4HandlerProxy.java:90) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.eclipse.e4.core.internal.di.MethodRequestor.execute(MethodRequestor.java:55) at org.eclipse.e4.core.internal.di.InjectorImpl.invokeUsingClass(InjectorImpl.java:247) at org.eclipse.e4.core.internal.di.InjectorImpl.invoke(InjectorImpl.java:229) at org.eclipse.e4.core.contexts.ContextInjectionFactory.invoke(ContextInjectionFactory.java:132) at org.eclipse.e4.core.commands.internal.HandlerServiceHandler.execute(HandlerServiceHandler.java:149) at org.eclipse.core.commands.Command.executeWithChecks(Command.java:499) at org.eclipse.core.commands.ParameterizedCommand.executeWithChecks(ParameterizedCommand.java:508) at org.eclipse.e4.core.commands.internal.HandlerServiceImpl.executeHandler(HandlerServiceImpl.java:210) at org.eclipse.e4.core.commands.internal.HandlerServiceImpl.executeHandler(HandlerServiceImpl.java:196) at org.eclipse.e4.ui.workbench.renderers.swt.cocoa.CocoaUIHandler.runCommand(CocoaUIHandler.java:715) at org.eclipse.e4.ui.workbench.renderers.swt.cocoa.CocoaUIHandler.access$6(CocoaUIHandler.java:703) at org.eclipse.e4.ui.workbench.renderers.swt.cocoa.CocoaUIHandler$8.widgetSelected(CocoaUIHandler.java:568) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:248) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84) at org.eclipse.swt.widgets.Display.sendEvent(Display.java:4199) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1467) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1490) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1475) at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:1279) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4042) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3669) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$9.run(PartRenderingEngine.java:1151) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1032) at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:148) at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:636) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:579) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150) at com.appcelerator.titanium.rcp.IDEApplication.start(IDEApplication.java:126) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:380) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:235) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:648) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:603) at org.eclipse.equinox.launcher.Main.run(Main.java:1465) {code}
3
2,670
TISTUD-8852
08/23/2017 13:27:24
Update Axway branding for Studio Mac installer
To update Installer with new Axway branding and new name: "Axway Appcelerator Studio" Logo will be provided by Axway corporate See attached image for the details:
8
2,671
TISTUD-8868
09/21/2017 04:45:49
windows install doesn't work - doesn't download jdk and git
hi there, the studio doesn't install, it tries to download the git / jdk from go.appcelerator.com which doesn't allow access / doesn't provide the installer.
5
2,672
TISTUD-8875
09/26/2017 21:32:49
Studio: When compiling an error is thrown: env: node: No such file or directory
When hitting "Run" and choosing "Appcelerator iOS Simulator" and choosing a simulator I get the following error. This didn't happen on 4.9, but does happen on 4.10.RC {code} env: node: No such file or directory {code}
5
2,673
TISTUD-8873
09/27/2017 03:58:28
iOS: Use JSCore by default with SDK 7.0
JSCore will be configured by default if you're working with SDK 7.0 and higher Please refer this for more understanding TIMOB-23136
3
2,674
TISTUD-8877
09/27/2017 17:31:15
After installing Studio 4.10 RC, it freezes when running
- No existing version of Appcelerator Studio on machine - Download RC build from: http://preview.appcelerator.com/appc-studio/ - Install - Run - Dialog box appears to ask about work space but cannot interact with it at all. - Force Quit necessary to exit I have tried running it several times with same results.
5
2,675
TISTUD-8878
10/02/2017 05:05:54
Axway Appcelerator Studio support for JDK 1.8.152/153 and JDK 9
JDK 9(GA) was released on the Sept 21st, 2017. When we set JRE 9 with the Appcelerator Studio 4.10.0 RC - Studio is getting hung on the workspace dialog and not allowing the user to perform any action. The only solution for this is - to upgrade the underlying Eclipse of the Appcelerator Studio. Studio is using Eclipse 4.4 and which need to be upgraded to the latest Eclipse to support JDK 1.9. Standalone eclipse 4.4 is also getting crashed when we install JDK 1.9 and launch it. !workspace_hung.png|thumbnail! EDIT: *What is the immediate fix for this?* ------------------------------------------------ Appcelerator studio is having issues with JDK 1.8.152/153 and JDK 9 and we working on that. Until we fix that - Make sure you're running on the JDK 1.8.131 version Here is the direct link for JDK 1.8.131 - https://s3.amazonaws.com/titanium-studio/jdk/jdk-8u131-macosx-x64.dmg If you think you also need JDK 1.8.152/153/JDK 9 on your system to support other applications. Here is my suggestion without uninstalling the existing JDK's. # Make sure you're having JDK 1.8.131 on your system. Check this /Library/Java/JavaVirtualMachines/jdk1.8.0_1131.jdk # Open Appcelerator Studio.ini file which you can find here {{/Applications/Appcelerator\ Studio/AppceleratorStudio.app/Contents/MacOS/AppceleratorStudio.ini}} # Add below VM argument before the {{-vmargs}} and restart the studio. This will force the studio to use jdk1.8.0_131.jdk {code:java} -vm /Library/Java/JavaVirtualMachines/jdk1.8.0_131.jdk/Contents/Home/bin/java {code} Here is the complete file content look like {code:java} -startup ../../../plugins/org.eclipse.equinox.launcher_1.3.0.v20140415-2008.jar --launcher.library ../../../plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.1.200.v20150204-1316 --launcher.XXMaxPermSize 256m --launcher.defaultAction openFile -vm /Library/Java/JavaVirtualMachines/jdk1.8.0_131.jdk/Contents/Home/bin/java -vmargs -Xms128m -Xmx1024m -XX:MaxPermSize=256m -Xverify:none -Declipse.p2.unsignedPolicy=allow -Declipse.log.size.max=10000 -Declipse.log.backup.max=5 -Dtitanium.moduleListUrl=http://preview.appcelerator.com/360/modules.json -Dfile.encoding=UTF-8 -Xdock:icon=../Resources/titanium.icns -XstartOnFirstThread -Dorg.eclipse.swt.internal.carbon.smallFonts {code} We have seen these issues only on Mac Sierra and High Sierra versions
8
2,676
TISTUD-8881
10/06/2017 22:03:09
Enabling Appcelerator services generates new GUID
h5. When trying to enable Appcelerator services in an existing project, Appc generates a new GUID for the project. h5. Steps to reproduce: create new project Capture GUID Enable Appcelerator services through Studio See updated GUID h5. Expected outcome Enable test services for existing project without needing a new GUID
8
2,677
TISTUD-8880
10/09/2017 11:03:15
Drop MobileWeb support from the Studio
As MobileWeb was deprecated from the Studio 4.8.0, it will be removed in the Studio 5.0.0/SDK 7.0 release cycle
13
2,678
TISTUD-8882
10/10/2017 10:04:52
Error reporting prompt shown when the login dialog is cancelled
*To reproduce:* 1. Launch a studio with the invalid session 2. Login prompt is shown after the studio workbench got loaded 3. Cancel the login prompt dialog *Actual:* Error reporting prompt appeared on the studio right bottom corner *Expected:* Don't show an error reporting prompt - which is useless in this case. It's not an actual error. {code:java} the following data will be sent: ------ STATUS ------ pluginId com.appcelerator.titanium.core pluginVersion 3.1.2.1503397816 code 0 severity 4 message (Build 4.10.0.201709080929) [ERROR] An existing connection was forcibly closed by the remote host fingerprint 81dd4989 stacktrace Exception:java.io.IOException: An existing connection was forcibly closed by the remote host at sun.nio.ch.SocketDispatcher.read0(null:-2) at sun.nio.ch.SocketDispatcher.read(null:-1) at sun.nio.ch.IOUtil.readIntoNativeBuffer(null:-1) at sun.nio.ch.IOUtil.read(null:-1) at sun.nio.ch.SocketChannelImpl.read(null:-1) at com.appcelerator.titanium.core.cli.AppcSocketServer.readJSON(AppcSocketServer.java:182) at com.appcelerator.titanium.core.cli.AppcSocketServer.readJSON(AppcSocketServer.java:177) at com.appcelerator.titanium.core.cli.AppcSocketServer.run(AppcSocketServer.java:100) ------ REPORT ------ name Prashanth Pedduri email [email protected] comment productVersion 4.10.0.201709080929 productName Appcelerator Studio javaRuntimeVersion 1.8.0_144-b01 osgiWs win32 osgiOs Windows 10 osgiOsVersion 10.0.0 osgiArch x86 {code}
3
2,679
TISTUD-8883
10/10/2017 13:23:52
Error occured when I cancel the platform configuration dialog
*Reproducible steps:* 1. Make sure android is not configured in the studio 2. Launch studio dashboard 3. Click on the Android download button from the dashboard 4. Immediately cancel the dialog while the configuration status shown as "Loading Status" *Actual:* Error occurred shown through the error reporting dialog *Expected:* No error should occur during the cancel action Please find the attached screenshots. {code:java} The following data will be sent: ------ STATUS ------ pluginId org.eclipse.ui pluginVersion 3.106.1.v20141002-1150 code 0 severity 4 message Unhandled event loop exception fingerprint 78602216 stacktrace Caused by: Exception:org.eclipse.swt.SWTException: Failed to execute runnable (org.eclipse.swt.SWTException: Widget is disposed) at org.eclipse.swt.SWT.error(SWT.java:4441) at org.eclipse.swt.SWT.error(SWT.java:4356) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:139) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3994) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3671) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$9.run(PartRenderingEngine.java:1151) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1032) at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:148) at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:636) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:579) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150) at com.appcelerator.titanium.rcp.IDEApplication.start(IDEApplication.java:126) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:380) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:235) at sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:648) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:603) at org.eclipse.equinox.launcher.Main.run(Main.java:1465) at org.eclipse.equinox.launcher.Main.main(Main.java:1438) org.eclipse.swt.SWTException: Widget is disposed at org.eclipse.swt.SWT.error(SWT.java:4441) at org.eclipse.swt.SWT.error(SWT.java:4356) at org.eclipse.swt.SWT.error(SWT.java:4327) at org.eclipse.swt.widgets.Widget.error(Widget.java:783) at org.eclipse.swt.widgets.Widget.checkWidget(Widget.java:573) at org.eclipse.swt.widgets.Canvas.setFont(Canvas.java:534) at org.eclipse.swt.custom.CLabel.setFont(CLabel.java:810) at com.appcelerator.titanium.ui.mobile.BasePlatformConfigurationComposite$9$1.run(BasePlatformConfigurationComposite.java:614) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:136) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3994) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3671) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$9.run(PartRenderingEngine.java:1151) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1032) at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:148) at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:636) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:579) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150) at com.appcelerator.titanium.rcp.IDEApplication.start(IDEApplication.java:126) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:380) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:235) at sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:648) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:603) at org.eclipse.equinox.launcher.Main.run(Main.java:1465) at org.eclipse.equinox.launcher.Main.main(Main.java:1438) ------ REPORT ------ name Kondal Kolipaka email [email protected] comment productVersion 4.11.0.qualifier productName Appcelerator Studio javaRuntimeVersion 1.8.0_131-b11 osgiWs cocoa osgiOs MacOSX osgiOsVersion 10.12.6 osgiArch x86_64 {code}
3
2,680
TISTUD-8886
10/11/2017 17:07:16
Windows: Remove Windows 8.1 options from packaging when using SDK 7.0.0
h5.Description TIMOB-25202 removes support for Windows 8.1 and Windows Phone 8.1 from Titanium SDK, this will be in place from 7.0.0. I am not sure whether Studio parses ti info for SDK versions or not (for reference I believe https://github.com/appcelerator/titanium_studio/pull/773 added the SDK option) I think similar to TISTUD-8873 Studio should not show 8.1 when using >= 7.0.0, and show 8.1 when using <7.0.0
8
2,681
TISTUD-8899
10/12/2017 05:37:37
Remove MobileWeb option from the Studio dashboard
Will be dropping the support for MobileWeb from SDK 7.0 and Studio 5.0 onwards. Please check here TISTUD-8880
5
2,682
TISTUD-8889
10/12/2017 08:30:56
Error Reporting: Import Project from dashboard throws NPE intermittently
Observed an issue with import project from studio dashboard where on click of Import Project button the error reporting reported an NPE. The issue occured twice on Mac OS. However after third relaunch the issue was not seen anymore. {code} ------ STATUS ------ pluginId com.aptana.portal.ui pluginVersion 3.0.0.qualifier code 0 severity 4 message (Build 4.11.0.qualifier) [ERROR] java.lang.NullPointerException fingerprint 2dc9b98c stacktrace Caused by: Exception:org.eclipse.e4.core.di.InjectionException: java.lang.NullPointerException at org.eclipse.e4.core.internal.di.MethodRequestor.execute(MethodRequestor.java:62) at org.eclipse.e4.core.internal.di.InjectorImpl.invokeUsingClass(InjectorImpl.java:247) at org.eclipse.e4.core.internal.di.InjectorImpl.invoke(InjectorImpl.java:229) at org.eclipse.e4.core.contexts.ContextInjectionFactory.invoke(ContextInjectionFactory.java:132) at org.eclipse.e4.core.commands.internal.HandlerServiceHandler.execute(HandlerServiceHandler.java:149) at org.eclipse.core.commands.Command.executeWithChecks(Command.java:499) at org.eclipse.core.commands.ParameterizedCommand.executeWithChecks(ParameterizedCommand.java:508) at org.eclipse.e4.core.commands.internal.HandlerServiceImpl.executeHandler(HandlerServiceImpl.java:210) at org.eclipse.ui.internal.handlers.LegacyHandlerService.executeCommand(LegacyHandlerService.java:343) at com.aptana.portal.ui.dispatch.actionControllers.CommandHandlerActionController.execute(CommandHandlerActionController.java:95) at com.aptana.samples.ui.portal.actionController.SamplesActionController.importSample(SamplesActionController.java:299) at sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at com.aptana.portal.ui.dispatch.actionControllers.AbstractActionController.invokeAction(AbstractActionController.java:103) at com.aptana.portal.ui.dispatch.ActionControllerProxy.invokeAction(ActionControllerProxy.java:77) at com.aptana.portal.ui.dispatch.browserFunctions.DispatcherBrowserFunction.dispatch(DispatcherBrowserFunction.java:157) at com.aptana.portal.ui.dispatch.browserFunctions.DispatcherBrowserFunction.function(DispatcherBrowserFunction.java:126) at com.aptana.portal.ui.internal.BrowserWrapper$1.function(BrowserWrapper.java:43) at org.eclipse.swt.browser.WebKit.callJava(WebKit.java:1779) at org.eclipse.swt.browser.WebKit.browserProc(WebKit.java:407) at org.eclipse.swt.internal.cocoa.OS.objc_msgSendSuper(OS.java:-2) at org.eclipse.swt.widgets.Widget.callSuper(Widget.java:221) at org.eclipse.swt.widgets.Widget.windowSendEvent(Widget.java:2105) at org.eclipse.swt.widgets.Shell.windowSendEvent(Shell.java:2329) at org.eclipse.swt.widgets.Display.windowProc(Display.java:5702) at org.eclipse.swt.internal.cocoa.OS.objc_msgSendSuper(OS.java:-2) at org.eclipse.swt.widgets.Display.applicationSendEvent(Display.java:5139) at org.eclipse.swt.widgets.Display.applicationProc(Display.java:5288) at org.eclipse.swt.internal.cocoa.OS.objc_msgSend(OS.java:-2) at org.eclipse.swt.internal.cocoa.NSApplication.sendEvent(NSApplication.java:128) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3666) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$9.run(PartRenderingEngine.java:1151) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1032) at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:148) at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:636) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:579) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150) at com.appcelerator.titanium.rcp.IDEApplication.start(IDEApplication.java:126) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:380) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:235) at sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:648) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:603) at org.eclipse.equinox.launcher.Main.run(Main.java:1465) at org.eclipse.equinox.launcher.Main.main(Main.java:1438) java.lang.NullPointerException: null at com.appcelerator.titanium360.ui.controls.Titanium360ServicesControl.createOrganizationControl(Titanium360ServicesControl.java:195) at com.appcelerator.titanium360.ui.controls.Titanium360ServicesControl.createServicesControl(Titanium360ServicesControl.java:124) at com.appcelerator.titanium360.ui.wizard.Titanium360ProjectWizardContributor.appendProjectCreationPage(Titanium360ProjectWizardContributor.java:71) at com.aptana.projects.wizards.ProjectWizardContributionManager.contributeProjectCreationPage(ProjectWizardContributionManager.java:120) at com.aptana.samples.ui.project.SampleNewProjectCreationPage.createControl(SampleNewProjectCreationPage.java:50) at org.eclipse.jface.wizard.Wizard.createPageControls(Wizard.java:178) at org.eclipse.jface.wizard.WizardDialog.createPageControls(WizardDialog.java:759) at org.eclipse.jface.wizard.WizardDialog.createContents(WizardDialog.java:622) at org.eclipse.jface.window.Window.create(Window.java:435) at org.eclipse.jface.dialogs.Dialog.create(Dialog.java:1101) at com.aptana.samples.ui.project.SampleProjectCreator.openWizard(SampleProjectCreator.java:39) at com.aptana.samples.ui.project.SampleProjectCreator.createSampleProject(SampleProjectCreator.java:32) at com.aptana.samples.ui.handlers.ImportSampleHandler.execute(ImportSampleHandler.java:50) at org.eclipse.ui.internal.handlers.HandlerProxy.execute(HandlerProxy.java:294) at org.eclipse.ui.internal.handlers.E4HandlerProxy.execute(E4HandlerProxy.java:90) at sun.reflect.GeneratedMethodAccessor35.invoke(null:-1) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.eclipse.e4.core.internal.di.MethodRequestor.execute(MethodRequestor.java:55) at org.eclipse.e4.core.internal.di.InjectorImpl.invokeUsingClass(InjectorImpl.java:247) at org.eclipse.e4.core.internal.di.InjectorImpl.invoke(InjectorImpl.java:229) at org.eclipse.e4.core.contexts.ContextInjectionFactory.invoke(ContextInjectionFactory.java:132) at org.eclipse.e4.core.commands.internal.HandlerServiceHandler.execute(HandlerServiceHandler.java:149) at org.eclipse.core.commands.Command.executeWithChecks(Command.java:499) at org.eclipse.core.commands.ParameterizedCommand.executeWithChecks(ParameterizedCommand.java:508) at org.eclipse.e4.core.commands.internal.HandlerServiceImpl.executeHandler(HandlerServiceImpl.java:210) at org.eclipse.ui.internal.handlers.LegacyHandlerService.executeCommand(LegacyHandlerService.java:343) at com.aptana.portal.ui.dispatch.actionControllers.CommandHandlerActionController.execute(CommandHandlerActionController.java:95) at com.aptana.samples.ui.portal.actionController.SamplesActionController.importSample(SamplesActionController.java:299) at sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at com.aptana.portal.ui.dispatch.actionControllers.AbstractActionController.invokeAction(AbstractActionController.java:103) at com.aptana.portal.ui.dispatch.ActionControllerProxy.invokeAction(ActionControllerProxy.java:77) at com.aptana.portal.ui.dispatch.browserFunctions.DispatcherBrowserFunction.dispatch(DispatcherBrowserFunction.java:157) at com.aptana.portal.ui.dispatch.browserFunctions.DispatcherBrowserFunction.function(DispatcherBrowserFunction.java:126) at com.aptana.portal.ui.internal.BrowserWrapper$1.function(BrowserWrapper.java:43) at org.eclipse.swt.browser.WebKit.callJava(WebKit.java:1779) at org.eclipse.swt.browser.WebKit.browserProc(WebKit.java:407) at org.eclipse.swt.internal.cocoa.OS.objc_msgSendSuper(OS.java:-2) at org.eclipse.swt.widgets.Widget.callSuper(Widget.java:221) at org.eclipse.swt.widgets.Widget.windowSendEvent(Widget.java:2105) at org.eclipse.swt.widgets.Shell.windowSendEvent(Shell.java:2329) at org.eclipse.swt.widgets.Display.windowProc(Display.java:5702) at org.eclipse.swt.internal.cocoa.OS.objc_msgSendSuper(OS.java:-2) at org.eclipse.swt.widgets.Display.applicationSendEvent(Display.java:5139) at org.eclipse.swt.widgets.Display.applicationProc(Display.java:5288) at org.eclipse.swt.internal.cocoa.OS.objc_msgSend(OS.java:-2) at org.eclipse.swt.internal.cocoa.NSApplication.sendEvent(NSApplication.java:128) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3666) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$9.run(PartRenderingEngine.java:1151) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1032) at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:148) at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:636) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:579) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150) at com.appcelerator.titanium.rcp.IDEApplication.start(IDEApplication.java:126) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:380) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:235) at sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:648) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:603) at org.eclipse.equinox.launcher.Main.run(Main.java:1465) at org.eclipse.equinox.launcher.Main.main(Main.java:1438) ------ REPORT ------ name email comment productVersion 4.11.0.qualifier productName Appcelerator Studio javaRuntimeVersion 1.8.0_102-b14 osgiWs cocoa osgiOs MacOSX osgiOsVersion 10.13.0 osgiArch x86_64 {code}
3
2,683
TISTUD-8890
10/13/2017 04:58:17
Install node.js 8.7 with the studio 5.0 installers
Install node.js 8.7 with the studio 5.0 installers and increase the minimum version required to 7.6 1. Update the links with 8.7 2. Update the minimum version required in the studio Installers - Windows and Mac 3. Update the minimum version required in the studio 4. Install the node if the minimum version criteria is not met while restarting the studio 5.0
8
2,684
TISTUD-8898
10/21/2017 05:05:21
Mac: Appcelerator Studio freezes with the latest JDK 8u151 or JDK 8u152
Axway Appcelerator studio freezes on the splash screen with the updated version of JDK-8 like JDK 8u151 or JDK 8u152. But the lower update version of JDK- 8 works fine. Please check out my environment info and screenshot.
13
2,685
TISTUD-8902
10/31/2017 01:20:19
Appcelerator Studio crashes intermittently on clearing logs
h5. Issue Description Appcelerator Studio crashes intermittently on clearing the console log. - Build and run a project on an iPhone simulator - Clear the console log while the app is running Attached is the crash report containing the environment details. Please let me know if anything else is needed.
5
2,686
TISTUD-8904
11/01/2017 04:43:11
Handling Hyperloop pre-packaging with Ti SDK 7.0 in the Studio
Hyperloop is bundled with the SDK 7.0 so need to handle a couple of things in the studio. # Don't show Hyperloop in the new project creation wizard if the selected SDK is 7.0 # Don't show Hyperloop in the tiapp.xml services section if the selected SDK is 7.0 # Don't show Hyperloop updates in the studio 5.0 if the selected SDK is 7.0 in the CLI (using {{appc ti sdk select}})
8
2,687
TISTUD-8905
11/06/2017 02:31:12
Mac: Axway Appcelerator Studio menus are greyed out on OSX 10.13.1 Beta (17B42a)
Customer perspective: I'm running OSX 10.13.1 Beta (17B42a) and all of my menus are greyed out. Only the Axway Appcelerator Studio menu is available. Please see the attachment file for the environment, log and screenshots. Looks like Studio is suffering from the following Eclipse/Mac OSX bug - https://bugs.eclipse.org/bugs/show_bug.cgi?id=520176
5
2,688
TISTUD-8916
11/16/2017 10:29:54
Appcelerator Studio crashes on Select + Delete on Mac
In Any project if I select some text from .js or .xml file and present "Delete" button to delete the selected content. Appcelerator Studio get closed and crashed. This also happens if I right click on Console window and click "Clear", appcelerator studio crashes.
8
2,689
TISTUD-8911
11/16/2017 17:35:53
Generate Appc Daemon Dump file
Generate Appc Daemon Dump file using Help-> Studio- > Generate Appc Daemon Dump Show a message dialog once it's generated with the location path.
5
2,690
TISTUD-8917
11/21/2017 00:59:08
Unable to update Hyperloop & TouchTest Module
h6.Problem Customer is having issues upgrading the Hyperloop & TouchTest modules from Appcelerator Studio. We get a prompt for upgrade (notifying updates are available to install), when we click install, we get an error saying "unable to find valid certification path to requested target". Please see the details below. Studio version: 4.10.0.201709271713 Errors from log file: (see attached screenshots as well) {code} !ENTRY com.aptana.core.epl 2 0 2017-11-17 08:17:13.551 !MESSAGE Connection to https://appcelerator-modules.s3.amazonaws.com/hyperloop-2.2.2.zip failed on sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target. Retry attempt 0 started !STACK 0 javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target at sun.security.ssl.Alerts.getSSLException(Alerts.java:192) at sun.security.ssl.SSLSocketImpl.fatal(SSLSocketImpl.java:1949) at sun.security.ssl.Handshaker.fatalSE(Handshaker.java:302) at sun.security.ssl.Handshaker.fatalSE(Handshaker.java:296) at sun.security.ssl.ClientHandshaker.serverCertificate(ClientHandshaker.java:1514) at sun.security.ssl.ClientHandshaker.processMessage(ClientHandshaker.java:216) !ENTRY com.aptana.core.epl 2 0 2017-11-17 08:17:14.767 !MESSAGE Connection to https://appcelerator-modules.s3.amazonaws.com/MakeAppTouchTestable.zip failed on sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target. Retry attempt 0 started !STACK 0 javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target at sun.security.ssl.Alerts.getSSLException(Alerts.java:192) at sun.security.ssl.SSLSocketImpl.fatal(SSLSocketImpl.java:1949) at sun.security.ssl.Handshaker.fatalSE(Handshaker.java:302) at sun.security.ssl.Handshaker.fatalSE(Handshaker.java:296) at sun.security.ssl.ClientHandshaker.serverCertificate(ClientHandshaker.java:1514) at sun.security.ssl.ClientHandshaker.processMessage(ClientHandshaker.java:216) at sun.security.ssl.Handshaker.processLoop(Handshaker.java:1026) {code} h6.Note 1. Customer might be under a secured network. But upgrade was working well before. 2. Studio and SDK upgrade seems working well., only those two module having problem. Any idea?
5
2,691
TISTUD-8919
11/22/2017 05:50:09
An internal error occurred during: "Update iOS info".
[~ssekhri] encountered this issue while he was working on the studio 5.0. But not sure about the scenario. {code:java} !ENTRY org.eclipse.core.jobs 4 2 2017-11-22 13:33:14.606 !MESSAGE An internal error occurred during: "Update iOS info". !STACK 0 java.util.ConcurrentModificationException at java.util.ArrayList$Itr.checkForComodification(ArrayList.java:901) at java.util.ArrayList$Itr.next(ArrayList.java:851) at com.aptana.core.util.CollectionsUtil.find(CollectionsUtil.java:190) at com.appcelerator.titanium.ios.core.daemon.DaemonIOSSDKLocator.getWatchEmulators(DaemonIOSSDKLocator.java:333) at com.appcelerator.titanium.ios.core.daemon.DaemonIOSSDKLocator.loadSimulators(DaemonIOSSDKLocator.java:298) at com.appcelerator.titanium.ios.core.daemon.DaemonIOSSDKLocator.parseTiInfo(DaemonIOSSDKLocator.java:196) at com.appcelerator.titanium.ios.core.daemon.DaemonIOSSDKLocator.updateTiInfo(DaemonIOSSDKLocator.java:153) at com.appcelerator.titanium.ios.core.daemon.DaemonIOSSDKLocator.access$1(DaemonIOSSDKLocator.java:150) at com.appcelerator.titanium.ios.core.daemon.DaemonIOSSDKLocator$1.run(DaemonIOSSDKLocator.java:164) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54) {code}
5
2,692
TISTUD-8922
11/22/2017 18:19:27
Unable to see any android devices or emulators on studio 5.0.0.201711210649
h5. Description: 1. Install studio 5.0.0.201711210649 from development branch. 2. Launch the studio. h5.Actual results: 1. Notice that no android devices or emulators is seen. 2. Running {{appc appd android/latest/info}} gives the android info along with the devices & emulator. https://gist.github.com/lokeshchdhry/597ad4bac9813d555b7a35bc5a407d7e h5.Expected results: 1. Studio should detect & list the android devices & emulators successfully.
3
2,693
TISTUD-8925
11/23/2017 13:33:11
Calls to "appc ti info" still seen in studio logs
Still see some calls to "appc ti info" in the studio logs when actions like opening platform specific preference page or loading dashboard. Like saw the below in the logs when opening android preference page {code} !ENTRY com.aptana.core 1 0 2017-11-23 21:29:28.912 !MESSAGE (Build 5.0.0.qualifier) [INFO] com.aptana.core/debug/shell Running process: Process: "C:\Users\satyam\AppData\Roaming\npm\appcelerator.CMD" "ti" "info" "-o" "json" "-t" "android,genymotion" "--no-colors" "--no-progress-bars" "--no-prompt" "--no-banner" "--prompt-type" "socket-bundle" "--prompt-port" "50451" {code} As the information is now fetched using "appc appcd exec /system-info" hence these calls should not be made.
5
2,694
TISTUD-8926
11/24/2017 03:53:14
Add Appc Daemon troubleshooting logs
Add Appc Daemon troubleshooting logs
5
2,695
TISTUD-8927
11/26/2017 01:05:16
appcd system-info to appc ti info switch causes the exception
{code:java} !ENTRY com.appcelerator.titanium.ios.core 4 0 2017-11-25 18:56:00.444 !MESSAGE (Build 5.0.0.qualifier) [ERROR] org.json.simple.JSONObject cannot be cast to org.json.simple.JSONArray !STACK 0 java.lang.ClassCastException: org.json.simple.JSONObject cannot be cast to org.json.simple.JSONArray at com.appcelerator.titanium.ios.core.XCode.<init>(XCode.java:34) at com.appcelerator.titanium.ios.core.IOSSDKLocator.createXCode(IOSSDKLocator.java:575) at com.appcelerator.titanium.ios.core.IOSSDKLocator.detectXCode(IOSSDKLocator.java:519) at com.appcelerator.titanium.ios.core.IOSSDKLocator.parseTiInfo(IOSSDKLocator.java:198) at com.appcelerator.titanium.core.mobile.SDKLocator.loadSavedTiInfo(SDKLocator.java:480) at com.appcelerator.titanium.ios.core.IOSSDKLocator.initialize(IOSSDKLocator.java:118) at com.appcelerator.titanium.core.mobile.SDKLocator.lazyInitialize(SDKLocator.java:237) at com.appcelerator.titanium.core.mobile.SDKLocator.getAvailable(SDKLocator.java:391) at com.appcelerator.titanium.ui.portal.processor.MobileSDKConfigurationHelper.getSDKEntitiesVersions(MobileSDKConfigurationHelper.java:293) at com.appcelerator.titanium.ui.portal.actionController.MobileSDKActionController.refreshSDK(MobileSDKActionController.java:350) at com.appcelerator.titanium.ui.portal.actionController.MobileSDKActionController$1.run(MobileSDKActionController.java:125) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54) {code}
3
2,696
TISTUD-8928
11/26/2017 01:18:14
Avoid Appcd calls when -Dappcd.disable flag set in the system property
Appc Daemon WebSocket calls are made even after setting {{-Dappcd.disable}} flag in the studio configuration This should not happen even when Appc Daemon is running in the system
8
2,697
TISTUD-8929
11/26/2017 02:53:26
Start Daemon during the studio startup
There is a performance lag while accessing projects and dashboard due to daemon is getting started while making calls to the dashboard or accessing emulators. We can improve the performance by starting a daemon in the non-UI thread during the studio startup
5
2,698
TISTUD-8930
11/26/2017 08:35:48
Appcelerator Studio Prerequisite for Android is not shown correctly
Under Appcelerator Studio Prerequisite section - {{Download}} is shown for {{Android}} even though Android is installed and configured. And, this happens only for the first time. If you close the dashboard and reopen it shows the "Installed" status.
3
2,699
TISTUD-8932
11/27/2017 15:03:33
Daemon not restarted if killed outside of Studio
h5.Description If the daemon is killed outside Studio then it will not be restarted until Studio restarts h5.Steps to reproduce # Open Studio # Run {{appc appcd stop}} # Wait a while and run {appc appcd status}} h5.Actual Daemon is never restarted h5.Expected Daemon should be restarted
8
2,700
TISTUD-8933
11/28/2017 05:42:28
"appc appcd exec status" is not working with 7.0.0-master.48
"appc appcd exec status" is not working with 7.0.0-master.48 https://jira.appcelerator.org/browse/DAEMON-194 https://jira.appcelerator.org/browse/DAEMON-195 As mentioned in the tickets, we need to move the commands to {{appc appcd status}}
3
2,701
TISTUD-8934
11/28/2017 22:41:03
Using daemon studio fails to run genymotion emulator with invalid "--device-id" error
h5.Steps to reproduce: 1. Run an android app to genymotion device. h5.Actual result: 1. Build fails with error: {code} [ERROR] Application Installer abnormal process termination. Process exit value was 1 [ERROR] : Invalid "--device-id" value "25ba042c-0ab8-4f66-a99e-d2abe26f59e6" For help, run: titanium.js help build {code} 2. The reason for this is with the appc daemon the studio runs {{appc run}} command with {code}"--device-id" "25ba042c-0ab8-4f66-a99e-d2abe26f59e6" {code}, whereas with appc cli it runs this {code} "--device-id" "Google Nexus 6P - 6.0.0 - API 23 - 1440x2560" {code}. 3. {{ID}} for appc cli is {{"Google Nexus 6P - 6.0.0 - API 23 - 1440x2560"}} where as for daemon its {{"25ba042c-0ab8-4f66-a99e-d2abe26f59e6"}}. 3. Checked by disabling daemon using {{-Dappcd.disable}} & running for genymotion emulator. h5.Expected results: 1. Genymotion emulator should launch fine & the app should be installed & launched successfully.
5
2,702
TISTUD-8936
11/29/2017 23:11:16
Studio needs to recognize new iOS module template
The iOS module template/location changed with TIMOB-25195. Now, newly created modules are not able to be packaged in Studio. *Steps to reproduce issue* 1. Create a new iOS module 2. Package that module *Expected Results* The module is able to be packaged and packages successfully *Actual Results* The packaging buttons are greyed out *Note* Changing the 'ios' folder back to 'iphone' will allow the module to package, so I believe the location Studio is checking for the iOS module needs updating.
5
2,703
TISTUD-8938
11/30/2017 06:17:17
Hyperloop is not getting enabled in the tiapp.xml in the services section
Hyperloop is not getting enabled in the tiapp.xml services section even when the user to choose the enable Hyperloop during the prompt.
5
2,704
TISTUD-8939
11/30/2017 06:35:29
Support Studio 5.0 with the CLI < 7.0
Support Studio 5.0 with the CLI < 7.0 Here is the Studio vs CLI support matrix # Studio 5.0 and CLI 7.0 - No issues found # Studio 5.0 and CLI 7.0 with daemon disabled - No issues found # Studio 5.0 and CLI < 7.0 - Found Android configuration issues and emulators are not shown # Studio 5.0 and CLI < 7.0 with daemon disabled - No issues found Need to address #3 to support the studio users who will upgrade to Studio 5.0 and but not CLI Core 7.0
8
2,705
TISTUD-8940
11/30/2017 08:54:37
Android Debugger: The debug process seems to get hung on splash screen
The android debug, with the new inspector protocol, seems to be hung on Splash Screen. Actually it gets suspended on the first line of app.js but the user does not see the breakpoint being hit at app.js first line. Also the debug controls remain inactive. Hence it seems like the app got hung on splash screen during debug. Steps to Reproduce: 1. Debug an alloy mobile project on android device 2. Wait for the app to build and launch on the device Actual Result: On the device the app shows the splash screen. On studio the debug controls are disabled and no breakpoint is hit. Refer to attached screenshot. Note: If the user clicks on the suspended thread in the debug window then the controls get enabled. However the user has to click resume 1-2 times in order to open the app or hit the added breakpoint
5
2,706
TISTUD-8953
12/01/2017 18:45:03
Mac: Studio won't start, hangs on initial dialog
This morning I received the 7.0.0 update dialog when launching appcelerator. The problem is I cannot click on anything in that dialog and the app will no longer start. This is a critical issue as I can no longer run studio. I can run from the command line, but this is going to become a problem if I need to debug. I have to kill the app with "Force Quit", but it doesn't show as not responding. I have no way to close the update dialog and I have no way to interact with the app before the dialog comes up. I have also tried rebooting my machine and I still can't close that update dialog and launch appcelerator correctly. EDIT: *What is the immediate fix for this?* ------------------------------------------------ I believe this is something to do with the jdk1.8.0_152.jdk and higher. Make sure you're running on the JDK 1.8.131 version - Appcelerator studio is having issues with JDK 1.8.152/153 and JDK 9 and we are working on that. Here is the direct link for JDK 1.8.131 - https://s3.amazonaws.com/titanium-studio/jdk/jdk-8u131-macosx-x64.dmg If you think you also need JDK 1.8.152/153/JDK 9 on your system to support other applications. Here is my suggestion without uninstalling the existing JDK's. # Make sure you're having JDK 1.8.131 on your system. Check this /Library/Java/JavaVirtualMachines/jdk1.8.0_1131.jdk # Open Appcelerator Studio.ini file which you can find here {{/Applications/Appcelerator\ Studio/AppceleratorStudio.app/Contents/MacOS/AppceleratorStudio.ini}} # Add below VM argument before the {{-vmargs}} and restart the studio. This will force the studio to use jdk1.8.0_131.jdk {code:java} -vm /Library/Java/JavaVirtualMachines/jdk1.8.0_131.jdk/Contents/Home/bin/java {code} Here is the complete file content look like {code:java} -startup ../../../plugins/org.eclipse.equinox.launcher_1.3.0.v20140415-2008.jar --launcher.library ../../../plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.1.200.v20150204-1316 --launcher.XXMaxPermSize 256m --launcher.defaultAction openFile -vm /Library/Java/JavaVirtualMachines/jdk1.8.0_131.jdk/Contents/Home/bin/java -vmargs -Xms128m -Xmx1024m -XX:MaxPermSize=256m -Xverify:none -Declipse.p2.unsignedPolicy=allow -Declipse.log.size.max=10000 -Declipse.log.backup.max=5 -Dtitanium.moduleListUrl=http://preview.appcelerator.com/360/modules.json -Dfile.encoding=UTF-8 -Xdock:icon=../Resources/titanium.icns -XstartOnFirstThread -Dorg.eclipse.swt.internal.carbon.smallFonts {code} We have seen these issues only on Mac Sierra and High Sierra versions
3
2,707
TISTUD-8944
12/04/2017 04:15:04
Fix all namings
Remove the Appcelerator prefix from the launch-configurations Replace Android distribution naming - They have a "Play Store", not "App Store"
3
2,708
TISTUD-8948
12/04/2017 06:51:14
Error on Android preference page when Genymotion not installed on system
When genymotion is not installed on the system then an error "The currently displayed page contains invalid values." is shown on Android preference screen The daemon command "appc appcd exec /genumotion/1.x/info" returns the following {code} "home": null, "path": null, "version": null, "virtualbox": null, "emulators": [], "executables": {} {code} The following logs are shown in studio logs {code} !ENTRY org.eclipse.jface 4 2 2017-12-04 14:47:31.625 !MESSAGE Problems occurred when invoking code from plug-in: "org.eclipse.jface". !STACK 0 java.lang.NullPointerException at com.appcelerator.titanium.android.ui.preferences.AndroidSDKPreferencePage.parseGenymotionPathsUsingDaemon(AndroidSDKPreferencePage.java:814) at com.appcelerator.titanium.android.ui.preferences.AndroidSDKPreferencePage.createGenymotionGroup(AndroidSDKPreferencePage.java:751) at com.appcelerator.titanium.android.ui.preferences.AndroidSDKPreferencePage.createMobileOptions(AndroidSDKPreferencePage.java:730) at com.appcelerator.titanium.ui.preferences.BasePlatformFieldEditorPreferencePage.createFieldEditors(BasePlatformFieldEditorPreferencePage.java:56) at org.eclipse.jface.preference.FieldEditorPreferencePage.createContents(FieldEditorPreferencePage.java:228) at org.eclipse.jface.preference.PreferencePage.createControl(PreferencePage.java:233) at org.eclipse.jface.preference.PreferenceDialog.createPageControl(PreferenceDialog.java:1537) at org.eclipse.jface.preference.PreferenceDialog$13.run(PreferenceDialog.java:1289) at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42) at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:50) at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:178) at org.eclipse.jface.preference.PreferenceDialog.showPage(PreferenceDialog.java:1281) at org.eclipse.ui.internal.dialogs.FilteredPreferenceDialog.showPage(FilteredPreferenceDialog.java:699) at org.eclipse.jface.preference.PreferenceDialog$9$1.run(PreferenceDialog.java:730) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70) at org.eclipse.jface.preference.PreferenceDialog$9.selectionChanged(PreferenceDialog.java:725) at org.eclipse.jface.viewers.StructuredViewer$3.run(StructuredViewer.java:876) at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42) at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:50) at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:178) at org.eclipse.jface.viewers.StructuredViewer.firePostSelectionChanged(StructuredViewer.java:873) at org.eclipse.jface.viewers.StructuredViewer.setSelection(StructuredViewer.java:1708) at org.eclipse.jface.viewers.TreeViewer.setSelection(TreeViewer.java:1093) at org.eclipse.jface.preference.PreferenceDialog.selectSavedItem(PreferenceDialog.java:1083) at org.eclipse.ui.internal.dialogs.FilteredPreferenceDialog.selectSavedItem(FilteredPreferenceDialog.java:757) at org.eclipse.jface.preference.PreferenceDialog$4.run(PreferenceDialog.java:390) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70) at org.eclipse.jface.preference.PreferenceDialog.createContents(PreferenceDialog.java:385) at org.eclipse.jface.window.Window.create(Window.java:435) at org.eclipse.jface.dialogs.Dialog.create(Dialog.java:1101) at org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog.createDialogOn(WorkbenchPreferenceDialog.java:102) at org.eclipse.ui.dialogs.PreferencesUtil.createPreferenceDialogOn(PreferencesUtil.java:192) at org.eclipse.ui.dialogs.PreferencesUtil.createPreferenceDialogOn(PreferencesUtil.java:116) at org.eclipse.ui.internal.OpenPreferencesAction.run(OpenPreferencesAction.java:65) at org.eclipse.jface.action.Action.runWithEvent(Action.java:519) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:595) at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:511) at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:420) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84) at org.eclipse.swt.widgets.Display.sendEvent(Display.java:4353) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1061) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4172) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3761) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$9.run(PartRenderingEngine.java:1151) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1032) at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:148) at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:636) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:579) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150) at com.appcelerator.titanium.rcp.IDEApplication.start(IDEApplication.java:126) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:380) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:235) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:648) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:603) at org.eclipse.equinox.launcher.Main.run(Main.java:1465) at org.eclipse.equinox.launcher.Main.main(Main.java:1438) {code}
3
2,709
TISTUD-8968
12/11/2017 10:55:47
Axway Appcelerator Studio Version: 5.0.0.201712081732: Deleting of text causes Appc Studio to crash
If you mark and delete a certain amount of code (roundabout 30 lines or more) Appcelerator Studio crashes. This happens also in console log. Thanks
3
2,710
TISTUD-8963
12/18/2017 07:07:40
Project icons aren't being shown, after migrating to eclipse-oxygen
After migrating to eclipse oxygen (4.7), project icons within *Project Explorer* are not being shown(instead a red square is shown) as shown below. !Screen Shot 2017-12-16 at 5.45.06 PM.png|thumbnail!
5