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,511 | TISTUD-8465 | 04/14/2016 00:15:24 | Tiapp now opens with the XML editor by default | The Tiapp.xml file has been set by default to now open with the XML Editor instead of the Tiapp Editor. *Steps to reproduce:* # Open or create a new application with the studio specified above. # open the Tiapp.xml file. *Actual :* It is opened with the XML Editor. *Expected:* It is opened by default with the Tiapp Editor. | 3 |
2,512 | TISTUD-8466 | 04/14/2016 04:48:43 | App designer in full screen mode - Showing Properties and Elements on the right side of designer | App designer in full screen mode - Showing Properties and Elements on the left side of the designer Please find the attached screenshot on the new layout. Will show Properties, Elements and Console on the left side of the designer. !AppDesigner_fullview_layout.png|thumbnail! | 5 |
2,513 | TISTUD-8467 | 04/14/2016 19:10:27 | Studio: Ability to set Windows SDK used to package app | h5.Description We need to be able to allow a user to set the Windows SDK used to package a Windows Platform app, currently the user is unable to set this in Studio and by default the app will be packaged with 8.1 {code}[TRACE] : ExpandSDKReferences: Enumerating SDK Reference "Microsoft.VCLibs, Version=12.0" from "C:\Program Files (x86)\Microsoft SDKs\WindowsPhoneApp\v8.1\ExtensionSDKs\Microsoft.VCLibs\12.0\".{code} h5.Steps to reproduce 1. On a Windows machine select Package->Windows->Windows Phone h5.Actual result You are only able to select the output location, 8.1 SDK is used h5.Expected result User should be able to select a Windows SDK they would like to package an app with | 5 |
2,514 | TISTUD-8469 | 04/16/2016 00:55:08 | Studio: Unable to update studio due to dependency issues. | When I try to update studio http://studio-jenkins.appcelerator.org/job/appcelerator-rcp-development/lastSuccessfulBuild/artifact/dist/ from version GA to the current jenkins build 4.6.0.201604180847 an error is thrown and the update is unsuccessful. *Steps to reproduce:* # Downloaded the GA of studio # Added AppDesigner from labs using the url: https://preview.appcelerator.com/appcelerator/labs/appdesigner/update/beta/ # Once AppDesigner has been installed I update studio using the development branch: http://studio-jenkins.appcelerator.org/job/appcelerator-rcp-development/lastSuccessfulBuild/artifact/dist/ # This is when I see the error in the image. *Actual :* See image below {code:java} Your original request has been modified. "Appcelerator Designer" is already installed, so an update will be performed instead. Cannot complete the install because of a conflicting dependency. Software being installed: Appcelerator Designer 1.0.6 (VisualUIFeature.feature.group 1.0.6) Software currently installed: Appcelerator Studio 4.6.0.201604130502-13042016050308 (com.appcelerator.titanium.rcp.product 4.6.0.201604130502-13042016050308) Only one of the following can be installed at once: Appcelerator Designer 1.0.5.9 (VisualUIFeature.feature.jar 1.0.5.9) Appcelerator Designer 1.0.6 (VisualUIFeature.feature.jar 1.0.6) Cannot satisfy dependency: From: Appcelerator Designer 1.0.5.9 (VisualUIFeature.feature.group 1.0.5.9) To: VisualUIFeature.feature.jar [1.0.5.9] Cannot satisfy dependency: From: Appcelerator Designer 1.0.6 (VisualUIFeature.feature.group 1.0.6) To: VisualUIFeature.feature.jar [1.0.6] Cannot satisfy dependency: From: Appcelerator Studio 4.6.0.201604130502-867nFNNFH1kUeGD5II1bz-HOKIz0 (com.appcelerator.titanium.feature.360.rcp.feature.group 4.6.0.201604130502-867nFNNFH1kUeGD5II1bz-HOKIz0) To: VisualUIFeature.feature.group [1.0.5.9] Cannot satisfy dependency: From: Appcelerator Studio 4.6.0.201604130502-13042016050308 (com.appcelerator.titanium.rcp.product 4.6.0.201604130502-13042016050308) To: com.appcelerator.titanium.feature.360.rcp.feature.group [4.6.0.201604130502-867nFNNFH1kUeGD5II1bz-HOKIz0] {code} *Expected:* Studio is updated. | 5 |
2,515 | TISTUD-8471 | 04/20/2016 20:01:34 | Android: Creating project with just android 6.0 platform installed studio shows a message "Android development requires [2.3.3,6.0)" | h5.Steps to reproduce: 1. Make sure you have just android 6.0 platform SDK installed.(You can do it using Android SDK manager). 2. Now in studio try to create a new mobile project. 3. On the mobile app project window look at the android deployment targets. h5.Actual Results: 1. You will see a info icon next to android platform & hovering the mouse pointer over it shows message: {{Android development requires [2.3.3,6.0),but you have 6.0, 6.0, 6.0, 6.0, 6.0, 6.0}} 2. Attaching screenshot for reference. h5.Expected Results: 1. You should not see any message & should support project creation etc with just Android 6.0 installed. | 3 |
2,516 | TISTUD-8472 | 04/20/2016 21:39:28 | Android: Building the app for genymotion emulator gives alert "The launch requires 2.3.3 SDK or higher" | h5.Steps to reproduce: 1. Create an android app in appcelerator studio. 2. Run it on genymotion emulator. h5.Actual Results: 1. As soon as you click run in studio you will get an alert: {{The launch requires Android 2.3.3 SDK or above. Would you like to update the launch configuration to the required version?}} 2. I already have Android 2.3.3 installed but still see this alert. *NOTE:* This is only seen for the first time a newly created app is run on genymotion emulator. h5.Expected Results: 1. There should be no such alert. | 5 |
2,517 | TISTUD-8473 | 04/22/2016 01:31:31 | Unable to create android module in studio. | I am unable to select the NDK folder within studio, which means I cannot create a module *Steps to reproduce:* # Download the r11c NDK # In studio navigate to Window > Preferences> Studio > Platforms > Android # Select the path for the NDK *Actual :* An error is returned (see image below) *Expected:* No error is returned and I can create an android module from studio. | 5 |
2,518 | TISTUD-8474 | 04/28/2016 15:51:38 | Enable app preview options if appc core is bundled with an app preview hook | Studio should enable app preview configuration options if appc core is bundled with an app preview hook With CLI-664, app preview hook will be installed in {{<version>/package/hooks/appc-app-preview/}} folder. If it's installed, studio should enable Android app preview and ios app preview options during the build. | 5 |
2,519 | TISTUD-8475 | 04/29/2016 00:34:05 | Unable to build to Windows device | This is a *regression* from SDK {{5.3.0.v20160421080259}} *Steps to reproduce:* # Create an classic/alloy application # Specify SDK {{5.3.0.v20160428072113}} in the tiapp.xml # Run to Windows 10/8.1 device. *Actual through studio:* {code:java} [ERROR] : Invalid "--device-id" value "0" For help, run: titanium.js help build {code} *Expected:* The application is built like in the CLI. | 5 |
2,520 | TISTUD-8476 | 04/29/2016 18:30:07 | Run targets should show the Windows phone device name rather than udid | Studio displays Windows phone devices under run targets as their {{UDID}}. It should instead display the device name. This issue is seen only with Windows 10.0 & 8.1 phone devices, and *NOT* Emulators. h2. Steps to Reproduce: 1. Launch Studio (4.6.0.201604290815) 2. Create a new mobile application. 3. Select "Run" as the deploy type. 4. Click on Run Targets drop down menu. h2. Actual Result The Windows device is displayed as its UDID. h2. Expected Result The Windows device should be displayed as its name. (i.e: "Lumia 930 (RM-1045)") | 3 |
2,521 | TISTUD-8477 | 05/02/2016 17:46:14 | Studio should support Github two factor authentication | Github has introduced two factor authentication, and when turned on for a use Studio is not able to accept the the necessary code for submission. In the case that validation fails as a result of Two Factor Authentication, an additional field should be displayed to accommodate either a 'One Time Password' or a confirmation code. See the below link for details https://developer.github.com/v3/auth/#working-with-two-factor-authentication | 3 |
2,522 | TISTUD-8483 | 05/05/2016 19:01:18 | Cannot build for Android | Studio is unable to build for android. I get the following error: Failed to run dexer: [ERROR] : [ERROR] : Exception in thread "main" java.lang.UnsupportedClassVersionError: com/android/dx/command/Main : Unsupported major.minor version 52.0 | 5 |
2,523 | TISTUD-8490 | 05/13/2016 00:52:12 | App designer: index.xml opened with App designer throws nullpointer exception on closing if studio is installed from installer | h5.Steps to reproduce: 1. Install appc studio 4.6.0.201605121040 from installer. 2. Launch studio. 3. Create an alloy app. 4. Try top open the index.xml file of the app in app designer. h5.Actual Results: 1. We get an empty tab with no content. 2. Closing the tab gives {{multiple errors have accurred}} dialog with null pointer error. {code} !ENTRY org.eclipse.e4.ui.workbench 4 0 2016-05-12 15:28:27.045 !MESSAGE Unable to create class 'org.eclipse.ui.internal.e4.compatibility.CompatibilityEditor' from bundle '324' !STACK 0 org.eclipse.e4.core.di.InjectionException: java.lang.NoClassDefFoundError: com/appcelerator/titanium/ui/AppDesignerLaunchValidator at org.eclipse.e4.core.internal.di.MethodRequestor.execute(MethodRequestor.java:62) at org.eclipse.e4.core.internal.di.InjectorImpl.processAnnotated(InjectorImpl.java:888) at org.eclipse.e4.core.internal.di.InjectorImpl.processAnnotated(InjectorImpl.java:869) at org.eclipse.e4.core.internal.di.InjectorImpl.inject(InjectorImpl.java:120) at org.eclipse.e4.core.internal.di.InjectorImpl.internalMake(InjectorImpl.java:337) at org.eclipse.e4.core.internal.di.InjectorImpl.make(InjectorImpl.java:258) at org.eclipse.e4.core.contexts.ContextInjectionFactory.make(ContextInjectionFactory.java:162) at org.eclipse.e4.ui.internal.workbench.ReflectionContributionFactory.createFromBundle(ReflectionContributionFactory.java:104) at org.eclipse.e4.ui.internal.workbench.ReflectionContributionFactory.doCreate(ReflectionContributionFactory.java:73) at org.eclipse.e4.ui.internal.workbench.ReflectionContributionFactory.create(ReflectionContributionFactory.java:55) at org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer.createWidget(ContributedPartRenderer.java:127) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createWidget(PartRenderingEngine.java:983) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:662) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:766) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.access$2(PartRenderingEngine.java:737) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$7.run(PartRenderingEngine.java:731) at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(PartRenderingEngine.java:715) at org.eclipse.e4.ui.workbench.renderers.swt.StackRenderer.showTab(StackRenderer.java:1246) at org.eclipse.e4.ui.workbench.renderers.swt.LazyStackRenderer$1.handleEvent(LazyStackRenderer.java:69) at org.eclipse.e4.ui.services.internal.events.UIEventHandler$1.run(UIEventHandler.java:40) at org.eclipse.swt.widgets.Synchronizer.syncExec(Synchronizer.java:187) at org.eclipse.ui.internal.UISynchronizer.syncExec(UISynchronizer.java:156) at org.eclipse.swt.widgets.Display.syncExec(Display.java:4732) at org.eclipse.e4.ui.internal.workbench.swt.E4Application$1.syncExec(E4Application.java:218) at org.eclipse.e4.ui.services.internal.events.UIEventHandler.handleEvent(UIEventHandler.java:36) at org.eclipse.equinox.internal.event.EventHandlerWrapper.handleEvent(EventHandlerWrapper.java:197) at org.eclipse.equinox.internal.event.EventHandlerTracker.dispatchEvent(EventHandlerTracker.java:197) at org.eclipse.equinox.internal.event.EventHandlerTracker.dispatchEvent(EventHandlerTracker.java:1) at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:230) at org.eclipse.osgi.framework.eventmgr.ListenerQueue.dispatchEventSynchronous(ListenerQueue.java:148) at org.eclipse.equinox.internal.event.EventAdminImpl.dispatchEvent(EventAdminImpl.java:135) at org.eclipse.equinox.internal.event.EventAdminImpl.sendEvent(EventAdminImpl.java:78) at org.eclipse.equinox.internal.event.EventComponent.sendEvent(EventComponent.java:39) at org.eclipse.e4.ui.services.internal.events.EventBroker.send(EventBroker.java:81) at org.eclipse.e4.ui.internal.workbench.UIEventPublisher.notifyChanged(UIEventPublisher.java:59) at org.eclipse.emf.common.notify.impl.BasicNotifierImpl.eNotify(BasicNotifierImpl.java:374) at org.eclipse.e4.ui.model.application.ui.impl.ElementContainerImpl.setSelectedElement(ElementContainerImpl.java:171) at org.eclipse.e4.ui.internal.workbench.ModelServiceImpl.showElementInWindow(ModelServiceImpl.java:488) at org.eclipse.e4.ui.internal.workbench.ModelServiceImpl.bringToTop(ModelServiceImpl.java:454) at org.eclipse.e4.ui.internal.workbench.PartServiceImpl.delegateBringToTop(PartServiceImpl.java:705) at org.eclipse.e4.ui.internal.workbench.PartServiceImpl.bringToTop(PartServiceImpl.java:392) at org.eclipse.e4.ui.internal.workbench.PartServiceImpl.showPart(PartServiceImpl.java:1145) at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditor(WorkbenchPage.java:3210) at org.eclipse.ui.internal.WorkbenchPage.access$23(WorkbenchPage.java:3125) at org.eclipse.ui.internal.WorkbenchPage$9.run(WorkbenchPage.java:3107) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70) at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:3102) at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:3066) at org.eclipse.ui.actions.OpenWithMenu.openEditor(OpenWithMenu.java:338) at org.eclipse.ui.actions.OpenWithMenu$2.handleEvent(OpenWithMenu.java:180) 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:497) 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) Caused by: java.lang.NoClassDefFoundError: com/appcelerator/titanium/ui/AppDesignerLaunchValidator at visualui.editors.ScratchPadEditor.init(ScratchPadEditor.java:239) at org.eclipse.ui.internal.EditorReference.initialize(EditorReference.java:390) at org.eclipse.ui.internal.e4.compatibility.CompatibilityPart.create(CompatibilityPart.java:305) 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:497) at org.eclipse.e4.core.internal.di.MethodRequestor.execute(MethodRequestor.java:55) ... 79 more {code} 2. Tried deleting my {{.appcelerator}} folder & switching to a new workspace, but the issue persists. h5.Expected Results: 1. The index.xml should open as expected in app designer. | 5 |
2,524 | TISTUD-8492 | 05/13/2016 06:51:28 | Enable Hyperloop | Similar to "Enable Test Services", we need another option to "Enable Hyperloop". See related ticket for more information. | 8 |
2,525 | TISTUD-8495 | 05/17/2016 23:28:12 | Spelling error on adhoc deployment wizard | h5. Description: There is a spelling error in the iOS adhoc packaging wizard. It says "Upload App to App Preivew" It should say "Upload App to App Preview" h5. Steps to reproduce: 1) Launch studio 2) Open iOS-enabled project 3) Set to "package" and "iOS adhoc/enterprise" 4) Click the go button 5) Examine the wizard contents h5. Result: Spelling error h5. Expected Result: No spelling error | 1 |
2,526 | TISTUD-8502 | 05/20/2016 10:39:40 | Windows: Local Machine missing from run-list | Now we have Windows 10 Universal support users could also create Desktop apps. The CLI has a {{ws-local}} target, but Studio doesn't list local machine as a run target. | 5 |
2,527 | TISTUD-8506 | 05/24/2016 00:08:30 | Cannot unpublish an Arrow app | *Details:* From Studio, cannot unpublish Arrow app. *Notes:* * This is not a regression. * To workaround this issue, you can unpublish from terminal/cmd: {{appc unpublish}} *Steps to reproduce:* # In Studio, create an Arrow project # Package the Arrow app and wait for the Arrow app to be published # Right-click on the Arrow project and go to Arrow > Unpublish Arrow Service *Actual:* Arrow project is not unpublished; run {{appc cloud list <ARROW_APP_NAME>}}. And, here is the Studio logs: {code} !ENTRY com.aptana.core 1 0 2016-05-23 15:53:06.356 !MESSAGE (Build 4.6.0.201605201934) [INFO] com.aptana.core/debug/shell Running process: Process: "/usr/local/bin/appcelerator" "unpublish" "monkeyStudArr" "--no-colors" "--no-progress-bars" "--no-prompt" "--no-banner" "--prompt-type" "socket-bundle" "--prompt-port" "58655" Working directory: /Users/wluu/Documents/Appcelerator_Studio_Workspace/monkeyStudArr Environment: {ANALYTICS_SOURCE=studio, ANDROID_NDK=/Applications/android-ndk-r11c, ANDROID_SDK=/Applications/android-sdk-macosx, APTANA_VERSION=4.6.0.1455770180, Apple_PubSub_Socket_Render=/private/tmp/com.apple.launchd.t9xPCRb55D/Render, HOME=/Users/wluu, JAVA_HOME=/Library/Java/JavaVirtualMachines/jdk1.7.0_65.jdk/Contents/Home, LANG=en_US.UTF-8, LOGNAME=wluu, PATH=/Library/Java/JavaVirtualMachines/jdk1.7.0_65.jdk/Contents/Home/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/git/bin:/Applications/android-sdk-macosx/tools:/Applications/android-sdk-macosx/platform-tools:/Applications/VMware Fusion.app/Contents/Library/:/Users/wluu/mongodb-osx-x86_64-3.2.3/bin:/usr/local/mysql-5.6.25-osx10.8-x86_64/bin:/Applications/apache-ant-1.9.6/bin:/Users/wluu/Downloads/, PWD=/Users/wluu/Documents/Appcelerator_Studio_Workspace/monkeyStudArr, SHELL=/bin/bash, SHLVL=1, SSH_AUTH_SOCK=/private/tmp/com.apple.launchd.v7TFcIUuWs/Listeners, STUDIO_NAME=Appcelerator Studio, STUDIO_PRODUCT_ID=com.appcelerator.titanium.rcp.product, STUDIO_VERSION=4.6.0.201605201934, TMPDIR=/var/folders/g9/bw6h6yr11t79h_mw4q1r87pm0000gp/T/, USER=wluu, XPC_FLAGS=0x0, XPC_SERVICE_NAME=com.appcelerator.appcelerator-studio.256032, __CF_USER_TEXT_ENCODING=0x1F6:0x0:0x0} !ENTRY com.aptana.core 1 0 2016-05-23 15:53:07.866 !MESSAGE (Build 4.6.0.201605201934) [INFO] com.aptana.core/debug/shell/output Process Output: Unpublishing the application from the Appcelerator Cloud. One moment... 2016-05-23T22:53:07.855Z | ERROR | Invalid URI "null//null:443monkeyStudArr/login" {code} *Expected:* Should be able to unpublish Arrow app from Studio. | 3 |
2,528 | TISTUD-8509 | 05/30/2016 03:00:08 | Set Node 4.2 as minimum supported version | Update the minimum supported version of Node to 4.2. Make sure to check for and update any version checks in the code as well as updating the package.json file. | 5 |
2,529 | TISTUD-8516 | 06/07/2016 09:27:00 | Avoid error notification for "Unable to retrieve the icon at null for sample Apple WatchOS2" | *Steps:* # Launch Appcelerator Studio # Open dashboard page *Actual:* # Studio error reporting service will prompt a notification dialog to report the error on {{Unable to retrieve the icon at null for sample Apple WatchOS2}} *Expected* We shouldn't get an error notification dialog. ------ STATUS ------ pluginId com.aptana.samples pluginVersion 3.0.0.qualifier code 0 severity 4 message (Build 4.7.0.qualifier) [ERROR] Unable to retrieve the icon at null for sample Apple WatchOS2 fingerprint 543e547c stacktrace {code:java} 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.aptana.samples.ui.portal.actionController.SamplesActionController.addSample(SamplesActionController.java:233) at sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2) 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 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_msgSend_bool(OS.java:-2) at org.eclipse.swt.internal.cocoa.NSRunLoop.runMode(NSRunLoop.java:42) at org.eclipse.swt.widgets.Display.sleep(Display.java:4691) at org.eclipse.ui.application.WorkbenchAdvisor.eventLoopIdle(WorkbenchAdvisor.java:368) at com.appcelerator.titanium.rcp.IDEWorkbenchAdvisor.eventLoopIdle(IDEWorkbenchAdvisor.java:936) at org.eclipse.ui.internal.Workbench$3.eventLoopIdle(Workbench.java:498) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$9.run(PartRenderingEngine.java:1155) 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: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) at org.eclipse.equinox.launcher.Main.main(Main.java:1438) {code} ------ REPORT ------ name Kondal Kolipaka email [email protected] comment productVersion 4.7.0.qualifier productName Appcelerator Studio javaRuntimeVersion 1.7.0_80-b15 osgiWs cocoa osgiOs MacOSX osgiOsVersion 10.11.1 osgiArch x86_64 | 2 |
2,530 | TISTUD-8519 | 06/15/2016 03:55:32 | Support Windows module build from studio | https://wiki.appcelerator.org/display/guides2/Windows+Module+Quick+Start | 8 |
2,531 | TISTUD-8523 | 06/16/2016 08:22:43 | Error reporting: Location to be watched doesn't exist | The following data will be sent: ------ STATUS ------ pluginId com.appcelerator.titanium.core pluginVersion 3.1.2.qualifier code 0 severity 4 message (Build 4.7.0.qualifier) [ERROR] Location to be watched doesn't exist: /Library/Application Support/Titanium/mobilesdk/osx fingerprint 46fef5a3 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.core.mobile.SDKLocator.watchLocation(SDKLocator.java:283) at com.appcelerator.titanium.core.mobile.TitaniumMobileSDKLocator.initialize(TitaniumMobileSDKLocator.java:162) 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.core.mobile.SDKLocator.findVersion(SDKLocator.java:435) at com.appcelerator.titanium.core.mobile.SDKLocator.findVersion(SDKLocator.java:419) at com.appcelerator.titanium.core.mobile.TitaniumMobileSDKTools.getSDKEntity(TitaniumMobileSDKTools.java:68) at com.appcelerator.titanium.core.mobile.TitaniumMobileSDKTools.getProjectSDK(TitaniumMobileSDKTools.java:49) at com.appcelerator.titanium.mobileweb.core.internal.property.MobileWebPropertyTester.getProjectSDK(MobileWebPropertyTester.java:62) at com.appcelerator.titanium.mobileweb.core.internal.property.MobileWebPropertyTester.test(MobileWebPropertyTester.java:38) at org.eclipse.core.internal.expressions.Property.test(Property.java:58) at org.eclipse.core.internal.expressions.TestExpression.evaluate(TestExpression.java:99) at org.eclipse.core.internal.expressions.CompositeExpression.evaluateAnd(CompositeExpression.java:53) at org.eclipse.core.internal.expressions.AdaptExpression.evaluate(AdaptExpression.java:106) at org.eclipse.core.internal.expressions.CompositeExpression.evaluateAnd(CompositeExpression.java:53) at org.eclipse.core.internal.expressions.IterateExpression.evaluate(IterateExpression.java:189) at org.eclipse.core.internal.expressions.CompositeExpression.evaluateAnd(CompositeExpression.java:53) at org.eclipse.core.internal.expressions.WithExpression.evaluate(WithExpression.java:72) at org.eclipse.core.internal.expressions.ReferenceExpression.evaluate(ReferenceExpression.java:70) at org.eclipse.core.internal.expressions.CompositeExpression.evaluateAnd(CompositeExpression.java:53) at org.eclipse.core.internal.expressions.AndExpression.evaluate(AndExpression.java:29) at org.eclipse.e4.ui.internal.workbench.ContributionsAnalyzer.isVisible(ContributionsAnalyzer.java:256) at org.eclipse.e4.ui.workbench.renderers.swt.ContributionRecord.computeVisibility(ContributionRecord.java:166) at org.eclipse.e4.ui.workbench.renderers.swt.ContributionRecord.updateVisibility(ContributionRecord.java:96) at org.eclipse.e4.ui.workbench.renderers.swt.MenuManagerRendererFilter.updateElementVisibility(MenuManagerRendererFilter.java:188) at org.eclipse.ui.internal.menus.WorkbenchMenuService.populateContributionManager(WorkbenchMenuService.java:326) at org.eclipse.ui.internal.menus.SlaveMenuService.populateContributionManager(SlaveMenuService.java:90) at org.eclipse.ui.internal.menus.SlaveMenuService.populateContributionManager(SlaveMenuService.java:87) at org.eclipse.ui.internal.menus.SlaveMenuService.populateContributionManager(SlaveMenuService.java:87) at org.eclipse.ui.internal.menus.SlaveMenuService.populateContributionManager(SlaveMenuService.java:81) at com.aptana.deploy.internal.ui.DeployPopupContributionItem.fill(DeployPopupContributionItem.java:43) at org.eclipse.ui.internal.menus.DynamicMenuContributionItem.fill(DynamicMenuContributionItem.java:208) at org.eclipse.jface.action.MenuManager.doItemFill(MenuManager.java:780) at org.eclipse.jface.action.MenuManager.update(MenuManager.java:861) at org.eclipse.jface.action.MenuManager.update(MenuManager.java:721) at org.eclipse.e4.ui.workbench.renderers.swt.MenuManagerRenderer.processContents(MenuManagerRenderer.java:622) at org.eclipse.ui.internal.PopupMenuExtender.addMenuContributions(PopupMenuExtender.java:423) at org.eclipse.ui.internal.PopupMenuExtender.menuAboutToShow(PopupMenuExtender.java:393) at org.eclipse.jface.action.MenuManager.fireAboutToShow(MenuManager.java:352) at org.eclipse.jface.action.MenuManager.handleAboutToShow(MenuManager.java:492) at org.eclipse.jface.action.MenuManager.access$1(MenuManager.java:487) at org.eclipse.jface.action.MenuManager$2.menuShown(MenuManager.java:519) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:255) 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:1471) at org.eclipse.swt.widgets.Menu.menuWillOpen(Menu.java:806) at org.eclipse.swt.widgets.Display.windowProc(Display.java:5692) at org.eclipse.swt.internal.cocoa.OS.objc_msgSend(OS.java:-2) at org.eclipse.swt.internal.cocoa.NSMenu.popUpContextMenu(NSMenu.java:77) at org.eclipse.swt.widgets.Menu._setVisible(Menu.java:278) at org.eclipse.swt.widgets.Display.runPopups(Display.java:4119) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3662) 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: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) at org.eclipse.equinox.launcher.Main.main(Main.java:1438) ------ REPORT ------ name Kondal Kolipaka email [email protected] comment productVersion 4.7.0.qualifier productName Appcelerator Studio javaRuntimeVersion 1.7.0_80-b15 osgiWs cocoa osgiOs MacOSX osgiOsVersion 10.11.1 osgiArch x86_64 | 3 |
2,532 | TISTUD-8524 | 06/20/2016 08:23:03 | Show Appcelerator Studio version number on startup splash screen | Add version number to Appcelerator studio startup splash screen so that users will know what version they are launching if they have multiple versions of studio. | 5 |
2,533 | TISTUD-8526 | 06/22/2016 08:16:19 | Android NDK Version not shown in the studio diagnostic log with android NDK11 | *Reproducible Steps:* # Configure android NDK android-ndk-r11c or higher # Run studio Diagnostic Log Test # Verify Android NDK version in the generated log *Actual Result:* Android NDK Version: Unknown/Uninstalled No Android NDK info is shown due to {{RELEASE.TXT}} file is replaced with the {{source.properties}} in the latest android NDK 11 and higher. *Expected Result:* Diagnostic log should show Android NDK info *Here is the studio log.* {code:java} java.io.FileNotFoundException: /Users/kondalkolipaka/Downloads/android-ndk-r11c/RELEASE.TXT (No such file or directory) at java.io.FileInputStream.open(Native Method) at java.io.FileInputStream.<init>(FileInputStream.java:146) at com.appcelerator.titanium.android.internal.core.AndroidDiagnosticLog.getAndroidNDKVersion(AndroidDiagnosticLog.java:75) at com.appcelerator.titanium.android.internal.core.AndroidDiagnosticLog.getLog(AndroidDiagnosticLog.java:51) at com.aptana.core.internal.diagnostic.DiagnosticManager$LazyDiagnosticLog.getLog(DiagnosticManager.java:166) at com.aptana.ui.commands.DiagnosticHandler.getLogContent(DiagnosticHandler.java:66) at com.aptana.ui.commands.DiagnosticHandler$1.run(DiagnosticHandler.java:39) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54) {code} | 3 |
2,534 | TISTUD-8527 | 06/24/2016 04:39:24 | Norton Security deems Appc Studio unsafe, and Symantec Endpoint Protection think the install is untrustworthy | Symantec quarantine antivirus/Norton software showing Appcelerator Studio as insecure file/threat while downloading the installers. This is happening on Windows 10 64bit system. Please find the screenshot. !antivirus_issue.png|thumbnail! !norton_issue.png|thumbnail! | 5 |
2,535 | TISTUD-8529 | 07/01/2016 05:57:29 | Update Hyperloop documentation link in the studio | Need to update the Hyperloop documentation link in the Appcelerator Studio services section Please find the screenshot. !hyperloop.png|thumbnail! When user click on the Details link, will navigate to Hyperloop documentation. Currently, as Hyperloop documentation is not there, we are navigating to http://docs.appcelerator.com | 2 |
2,536 | TISTUD-8530 | 07/05/2016 09:36:10 | Windows tag support in timodule.xml | {code:java} <windows> <manifest> <uses-sdk targetSdkVersion="10.0" /> </manifest> </windows> {code} Result: {{windows}} tag is shown as invalid content and error marker is shown on the timodule.xml file. Please find the screenshot below. !windows_tag.png|thumbnail! Expected: Need to support {{windows}} tag in the timodule.xml file | 3 |
2,537 | TISTUD-8531 | 07/08/2016 11:22:12 | MobileWeb Platform is deprecated with Studio 4.7.0/CLI 5.4.0/SDK 5.4.0 | As MobileWeb Platform is deprecated with 4.7.0, show a warning message in # New mobile app project creation wizard, show that "MobileWeb is deprecated". # Tiapp.xml file deployment targets This also applicable for creating MobileWeb modules. | 3 |
2,538 | TISTUD-8535 | 07/15/2016 05:32:21 | Appcelerator studio can't update stuck at “checking for new Appcelerator Updates…” | From so:http://stackoverflow.com/questions/38216206/appcelerator-studio-cant-update-stuck-at-checking-for-new-appcelerator-updates I'm using Appcelerator studio version 4.5.0 updated in 2016.4.30 But I can't update it recently, it will stuck at "checking for new Appcelerator Updates..." and I must close it and reopen it to use continually. There were some timeout errors. [ERROR] com.appcelerator.titanium.update.core/debug/sdk_update Error getting release lists from url 'f4df0833a1352ef193633d85356e6e80ffcdcdb7.cloudapp-enterprise.ap…; | 5 |
2,539 | TISTUD-8536 | 07/18/2016 15:32:39 | Support per-platform moduleAPIVersions | Studio uses the moduleAPIVersion to filter the list of valid modules for a given SDK. With the recent update of V8, we need to bump the moduelAPIVersion for Android, but keep iOS at 2. So we need to support a per-platform moduleAPIVersion in the SDK's manifest.json (and not just a single global version). | 5 |
2,540 | TISTUD-8538 | 07/20/2016 13:47:02 | Publishing: Block field input until 'Use Existing' is selected by the user on Windows Phone packaging | h5.Description When publishing an application for Windows Phone with Windows 10 SDK the user can input an existing certificate location and password to package their app with, these input fields should be locked until the user selects the {{Use Existing}} option similar to the {{Project Name}} field in the MobileWeb packaging options. | 3 |
2,541 | TISTUD-8540 | 07/26/2016 08:44:10 | Installation error while opening studio in the offline mode | *To reproduce:* # Keep node version < 0.1.7 # Launch Appcelerator Studio # During the startup, studio will try to install node and ask for the system root password(mac iCloud password) # Since there is no network connection, studio will unable to verify system root password and after 3 failure attempts, studio will show an empty error message dialog as shown below. !InstallationError_networkissue.png|thumbnail! *Expected*: Studio shouldn't show the empty error dialog, show some error message why it was unable to install it. | 3 |
2,542 | TISTUD-8541 | 07/26/2016 09:00:56 | NPE while checking for "Install Appcelerator SDK" from studio help menu | *To reproduce:* # Be in Offline mode # Launch Appcelerator studio # Go to Help Menu in the studio # Click on Install Appcelerator SDK # Select Install from update stream *Actual* NPE has thrown as shown below !SDK_update_error_NPE.png|thumbnail! *Expected:* Show that studio was unable to fetch SDK releases due to network issues. | 3 |
2,543 | TISTUD-8544 | 07/29/2016 08:18:14 | Update node installer links to 4.6.0 | Update node installer links to 4.6.0 with Studio 4.8.0/CLI 6.0/SDK 6.0 beta releases.Updating these links before the beta shouldn't be a problem as we have started supporting node v4 from SDK 5.3.0 onwards. http://go.appcelerator.com/installer_nodejs_windows http://go.appcelerator.com/installer_nodejs_windows.msi http://go.appcelerator.com/installer_nodejs_osx *Node.js installers:* https://nodejs.org/download/release/v4.2.0/ | 5 |
2,544 | TISTUD-8545 | 08/03/2016 23:40:27 | Android: "Missing required android Add-ons" message while creating android module | h5.Steps to reproduce: 1. Make sure you have "Eclipse java development tools" installed. 2. Try to create an android module "New > Android module project" in appc studio. 3. Hover over the info icon next to android platform on the "New mobile module project" dialog. h5.Actual results: 1. You will get message "Missing required android Add-ons". 2. This does not affect the creation of the module in any way. h5.Expected results: 1. No message "Missing required android Add-ons" should be seen. | 3 |
2,545 | TISTUD-8547 | 08/04/2016 06:48:10 | Update Hyperloop from the studio | Similar to Test and Performance modules, we need to check Hyperloop module update as part of the studio "Check for Appcelerator Updates" call. 1. Update based on the selected SDK - 6.0 or 5.4 compatible 2. Update only if the user is entitled to use hyperloop | 8 |
2,546 | TISTUD-8551 | 08/10/2016 15:37:44 | Windows: Studio requires Windows SDK path to be set for project creation | h5.Description When creating a Windows platform project Studio requires that the Windows Platform SDK has a path to the SDK set in the preferences this was removed in TISTUD-8459. Studio will prompt the user to configure the platform when they attempt to create the project if this is not set but as the preference was removed this check should be removed or improved. *Workaround* To workaround this issue, on project creation set the path in platform configuration as prompted to {{C:\Program Files (x86)\Windows Phone Kits\8.1}} h5.Steps to reproduce # Open Studio on a fresh install of Windows # Try to create a project enabled for Windows platform development h5.Actual result Unable to create a project, {{Windows Platform does not have path to SDK set in preferences}} h5.Expected result Should be able to create a project | 5 |
2,547 | TISTUD-8772 | 08/10/2016 23:26:13 | Hyperloop: Errors when running project with liveview and hyperloop enabled | I am encountering errors when running projects that include/reference Hyperloop and have liveview enabled with the below error. The app does not finish launching and is stuck on the splash screen: {code} [INFO] : [LiveView] Error Evaluating app.js @ Line: <null> [ERROR] : Couldn't find module: UIKit/UIAlertController for architecture: arm64 [ERROR] : File: app.js [ERROR] : Line: <null> [ERROR] : SourceId: <null> [ERROR] : Backtrace: [ERROR] : undefined {code} *Steps to reproduce issue* 1. Create a new project with Hyperloop enabled 2. Modify the code to reference Hyperloop 3. Enable Liveview 4. Build the project for device or sim 5. Launch the app, if building for device *Actual Results* The app errors out with the above error and freezes on the splash screen *Expected Results* The project is able to run without error | 5 |
2,548 | TISTUD-8552 | 08/11/2016 03:45:22 | java.lang.OutOfMemoryError: Java heap space while launching iOS simulator | !ENTRY org.eclipse.core.jobs 4 2 2016-08-09 12:56:31.752 !MESSAGE An internal error occurred during: "Launching Appcelerator iOS Simulator - iPhone 5s - LilyPad Sales (1)". !STACK 0 java.lang.OutOfMemoryError: Java heap space at com.aptana.internal.index.core.DiskIndex.readHeaderInfo(DiskIndex.java:1357) at com.aptana.internal.index.core.DiskIndex.initialize(DiskIndex.java:661) at com.aptana.index.core.Index.<init>(Index.java:334) at com.aptana.index.core.IndexManager.getIndex(IndexManager.java:92) at com.aptana.core.internal.build.IndexBuildParticipant.getIndex(IndexBuildParticipant.java:214) at com.aptana.core.internal.build.IndexBuildParticipant.buildStarting(IndexBuildParticipant.java:75) at com.aptana.core.internal.build.LazyBuildParticipant.buildStarting(LazyBuildParticipant.java:62) at com.aptana.core.build.UnifiedBuilder.buildStarting(UnifiedBuilder.java:244) at com.aptana.core.build.UnifiedBuilder.build(UnifiedBuilder.java:170) at org.eclipse.core.internal.events.BuildManager$2.run(BuildManager.java:734) at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42) at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:206) at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:246) at org.eclipse.core.internal.events.BuildManager$1.run(BuildManager.java:299) at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42) at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:302) at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:263) at org.eclipse.core.internal.events.BuildManager.build(BuildManager.java:401) at org.eclipse.core.internal.resources.Project$1.run(Project.java:618) at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:2313) at org.eclipse.core.internal.resources.Project.internalBuild(Project.java:597) at org.eclipse.core.internal.resources.Project.build(Project.java:114) at org.eclipse.debug.core.model.LaunchConfigurationDelegate$1.run(LaunchConfigurationDelegate.java:430) at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:2313) at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:2295) at org.eclipse.debug.core.model.LaunchConfigurationDelegate.buildProjects(LaunchConfigurationDelegate.java:437) at org.eclipse.debug.core.model.LaunchConfigurationDelegate.buildForLaunch(LaunchConfigurationDelegate.java:130) at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:855) 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) | 8 |
2,549 | TISTUD-8553 | 08/12/2016 16:36:20 | Install: Install of version 4.8.0 fails due to node prerequisite install | h5.Description When attempting to install Studio 4.8.0 the install fails with {{Node.JS mandatory prereuisite was not correctly installed}}, I believe this is because Studio is checking for a minimum 4.X version of Node (TISTUD-8509) but the installer will install 0.12.7. h5.Steps to reproduce # Get the Studio installer from the link in the description # Run the installer h5.Actual result Install will fail due to Node prerequisite h5.Expected result Install should not fail, Studio should install the version it expects | 5 |
2,550 | TISTUD-8554 | 08/12/2016 17:12:31 | Install: Studio does not check for 64-bit versions of Node | h5.Description When writing TISTUD-8553 I noticed that it appears that Studio does not validate for 64-bit versions of Node, however this only happens on the 4.8.0 installer. The installers I have for the GA 4.7.0 and 4.6.0 Studios do not have this issue. I have had this happen before and it can cause problems with an install of the CLI. h5.Steps to reproduce # Uninstall all Node and Appcelerator Studio version # Install a 64 bit Node from https://nodejs.org/en/download/ # Install 4.8.0 Studio from http://studio-jenkins.appcelerator.org/view/Development/job/appcelerator-installer-win-development/ h5.Actual result The install will install 32-bit Node, even though a 64-bit version exists h5.Expected result Studio should not install | 5 |
2,551 | TISTUD-8556 | 08/15/2016 10:12:44 | Remove Windows SDK path configuration from the Platform configuration dialog | I think it's no more relevant to set the windows SDK path from the studio platform configuration dialog. CLI will detect the visual studio SDK installation path. If it's not installed, studio will show a link to visualstudio.com to download and configure. And also, update the download link from https://www.visualstudio.com/en-us/downloads to https://www.visualstudio.com | 3 |
2,552 | TISTUD-8557 | 08/15/2016 17:53:03 | limit the size of a symbol file uploaded to crashserver to 250Mb | in CRASH-65 we limit the size of a symbol file that can be uploaded to the crashserver to 250Mb. this is based on discussions that incorporate competing products and the likely size of a symbol file in the near future weighed against the requirements to support large files. Ideally, the Studio and CLI components should also prevent anything larger than 250Mb from even being posted to the server. This can allow the user to know about the limitation as well. Should a separate ticket be opened for CLI? | 3 |
2,553 | TISTUD-8560 | 08/17/2016 10:45:52 | Error reporting pop-up while enabling services from the tiapp.xml file | *Details:* # Download and install 4.7.0 GA studio - This is the first time I'm trying to set it up in the new mac os. # Create a new mobile app project # Open tiapp.xml file # Click on 'Enable services' # Error pop-up will be shown with the following stack trace details. The following data will be sent: - {code:java} ----- STATUS ------ pluginId com.appcelerator.titanium.android.core pluginVersion 1.0.0.qualifier code 0 severity 4 message (Build 4.8.0.qualifier) [ERROR] javax.xml.transform.TransformerException: Unable to evaluate expression using this context fingerprint 77c2ce45 stacktrace Caused by: Caused by: Exception:javax.xml.xpath.XPathExpressionException: javax.xml.transform.TransformerException: Unable to evaluate expression using this context at com.sun.org.apache.xpath.internal.jaxp.XPathExpressionImpl.evaluate(XPathExpressionImpl.java:204) at com.appcelerator.titanium.core.tiapp.TiAppModel.getNodes(TiAppModel.java:410) at com.appcelerator.titanium.android.core.tiapp.TiAppAndroidSectionReconciler.buildFile(TiAppAndroidSectionReconciler.java:63) at com.aptana.core.internal.build.LazyBuildParticipant.buildFile(LazyBuildParticipant.java:72) at com.aptana.editor.common.text.reconciler.CommonReconcilingStrategy.runParticipants(CommonReconcilingStrategy.java:337) at com.aptana.editor.common.text.reconciler.CommonReconcilingStrategy.reconcile(CommonReconcilingStrategy.java:277) at com.aptana.editor.common.text.reconciler.CommonReconcilingStrategy.reconcile(CommonReconcilingStrategy.java:235) at com.aptana.editor.common.text.reconciler.CommonReconcilingStrategy.fullReconcile(CommonReconcilingStrategy.java:477) at com.aptana.editor.common.text.reconciler.CommonReconciler.process(CommonReconciler.java:162) at org.eclipse.jface.text.reconciler.AbstractReconciler$BackgroundThread.run(AbstractReconciler.java:206) javax.xml.transform.TransformerException: Unable to evaluate expression using this context at com.sun.org.apache.xpath.internal.XPath.execute(XPath.java:367) at com.sun.org.apache.xpath.internal.jaxp.XPathExpressionImpl.eval(XPathExpressionImpl.java:133) at com.sun.org.apache.xpath.internal.jaxp.XPathExpressionImpl.eval(XPathExpressionImpl.java:109) at com.sun.org.apache.xpath.internal.jaxp.XPathExpressionImpl.evaluate(XPathExpressionImpl.java:191) at com.appcelerator.titanium.core.tiapp.TiAppModel.getNodes(TiAppModel.java:410) at com.appcelerator.titanium.android.core.tiapp.TiAppAndroidSectionReconciler.buildFile(TiAppAndroidSectionReconciler.java:63) at com.aptana.core.internal.build.LazyBuildParticipant.buildFile(LazyBuildParticipant.java:72) at com.aptana.editor.common.text.reconciler.CommonReconcilingStrategy.runParticipants(CommonReconcilingStrategy.java:337) at com.aptana.editor.common.text.reconciler.CommonReconcilingStrategy.reconcile(CommonReconcilingStrategy.java:277) at com.aptana.editor.common.text.reconciler.CommonReconcilingStrategy.reconcile(CommonReconcilingStrategy.java:235) at com.aptana.editor.common.text.reconciler.CommonReconcilingStrategy.fullReconcile(CommonReconcilingStrategy.java:477) at com.aptana.editor.common.text.reconciler.CommonReconciler.process(CommonReconciler.java:162) at org.eclipse.jface.text.reconciler.AbstractReconciler$BackgroundThread.run(AbstractReconciler.java:206) java.lang.RuntimeException: Unable to evaluate expression using this context at com.sun.org.apache.xpath.internal.axes.NodeSequence.setRoot(NodeSequence.java:266) at com.sun.org.apache.xpath.internal.axes.LocPathIterator.execute(LocPathIterator.java:214) at com.sun.org.apache.xpath.internal.XPath.execute(XPath.java:339) at com.sun.org.apache.xpath.internal.jaxp.XPathExpressionImpl.eval(XPathExpressionImpl.java:133) at com.sun.org.apache.xpath.internal.jaxp.XPathExpressionImpl.eval(XPathExpressionImpl.java:109) at com.sun.org.apache.xpath.internal.jaxp.XPathExpressionImpl.evaluate(XPathExpressionImpl.java:191) at com.appcelerator.titanium.core.tiapp.TiAppModel.getNodes(TiAppModel.java:410) at com.appcelerator.titanium.android.core.tiapp.TiAppAndroidSectionReconciler.buildFile(TiAppAndroidSectionReconciler.java:63) at com.aptana.core.internal.build.LazyBuildParticipant.buildFile(LazyBuildParticipant.java:72) at com.aptana.editor.common.text.reconciler.CommonReconcilingStrategy.runParticipants(CommonReconcilingStrategy.java:337) at com.aptana.editor.common.text.reconciler.CommonReconcilingStrategy.reconcile(CommonReconcilingStrategy.java:277) at com.aptana.editor.common.text.reconciler.CommonReconcilingStrategy.reconcile(CommonReconcilingStrategy.java:235) at com.aptana.editor.common.text.reconciler.CommonReconcilingStrategy.fullReconcile(CommonReconcilingStrategy.java:477) at com.aptana.editor.common.text.reconciler.CommonReconciler.process(CommonReconciler.java:162) at org.eclipse.jface.text.reconciler.AbstractReconciler$BackgroundThread.run(AbstractReconciler.java:206) ------ REPORT ------ name Kondal Kolipaka email [email protected] comment productVersion 4.8.0.qualifier productName Appcelerator Studio javaRuntimeVersion 1.7.0_80-b15 osgiWs cocoa osgiOs MacOSX osgiOsVersion 10.11.4 osgiArch x86_64 {code} | 3 |
2,554 | TISTUD-8561 | 08/17/2016 11:22:58 | Studio dashboard opening page blocks the user doing other activities | *Details:* # Open Appc Studio 4.7.0 GA # Immediately after launching the studio, it will try to open studio dashboard page - as you can see "opening page..." job in the studio bottom toolbar # Studio got into unresponsive mode for 1-2 mins until dashboard page turns up - interestingly, studio dashboard page opened with "Server not available error page" Please find the stack trace during the unresponsive period. {code:java} Full thread dump Java HotSpot(TM) 64-Bit Server VM (24.80-b11 mixed mode): "Attach Listener" daemon prio=5 tid=0x00007f89729c7000 nid=0xdd13 waiting on condition [0x0000000000000000] java.lang.Thread.State: RUNNABLE "Thread-74" prio=5 tid=0x00007f897305c800 nid=0x12807 runnable [0x0000700002a70000] java.lang.Thread.State: RUNNABLE at java.io.FileInputStream.readBytes(Native Method) at java.io.FileInputStream.read(FileInputStream.java:272) at java.io.BufferedInputStream.read1(BufferedInputStream.java:273) at java.io.BufferedInputStream.read(BufferedInputStream.java:334) - locked <0x00000007ed95afa0> (a java.lang.UNIXProcess$ProcessPipeInputStream) at sun.nio.cs.StreamDecoder.readBytes(StreamDecoder.java:283) at sun.nio.cs.StreamDecoder.implRead(StreamDecoder.java:325) at sun.nio.cs.StreamDecoder.read(StreamDecoder.java:177) - locked <0x00000007ed9eed58> (a java.io.InputStreamReader) at java.io.InputStreamReader.read(InputStreamReader.java:184) at java.io.BufferedReader.fill(BufferedReader.java:154) at java.io.BufferedReader.readLine(BufferedReader.java:317) - locked <0x00000007ed9eed58> (a java.io.InputStreamReader) at java.io.BufferedReader.readLine(BufferedReader.java:382) at com.aptana.core.util.InputStreamGobbler.run(InputStreamGobbler.java:85) "Thread-72" prio=5 tid=0x00007f897305c000 nid=0xa23b runnable [0x000070000296d000] java.lang.Thread.State: RUNNABLE at java.io.FileInputStream.readBytes(Native Method) at java.io.FileInputStream.read(FileInputStream.java:272) at java.io.BufferedInputStream.read1(BufferedInputStream.java:273) at java.io.BufferedInputStream.read(BufferedInputStream.java:334) - locked <0x00000007ed958ed8> (a java.lang.UNIXProcess$ProcessPipeInputStream) at sun.nio.cs.StreamDecoder.readBytes(StreamDecoder.java:283) at sun.nio.cs.StreamDecoder.implRead(StreamDecoder.java:325) at sun.nio.cs.StreamDecoder.read(StreamDecoder.java:177) - locked <0x00000007ed9ca1d8> (a java.io.InputStreamReader) at java.io.InputStreamReader.read(InputStreamReader.java:184) at java.io.BufferedReader.fill(BufferedReader.java:154) at java.io.BufferedReader.readLine(BufferedReader.java:317) - locked <0x00000007ed9ca1d8> (a java.io.InputStreamReader) at java.io.BufferedReader.readLine(BufferedReader.java:382) at com.aptana.core.util.InputStreamGobbler.run(InputStreamGobbler.java:85) "[ThreadPool Manager] - Idle Thread" daemon prio=5 tid=0x00007f89730ad800 nid=0x11e37 in Object.wait() [0x0000700002767000] java.lang.Thread.State: WAITING (on object monitor) at java.lang.Object.wait(Native Method) - waiting on <0x00000007ebdc5970> (a org.eclipse.equinox.internal.util.impl.tpt.threadpool.Executor) at java.lang.Object.wait(Object.java:503) at org.eclipse.equinox.internal.util.impl.tpt.threadpool.Executor.run(Executor.java:106) - locked <0x00000007ebdc5970> (a org.eclipse.equinox.internal.util.impl.tpt.threadpool.Executor) "EventAdmin Async Event Dispatcher Thread" daemon prio=5 tid=0x00007f896c2ce000 nid=0x11903 in Object.wait() [0x0000700002664000] java.lang.Thread.State: WAITING (on object monitor) at java.lang.Object.wait(Native Method) - waiting on <0x00000007ef98c178> (a org.eclipse.osgi.framework.eventmgr.EventManager$EventThread) at java.lang.Object.wait(Object.java:503) at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.getNextEvent(EventManager.java:400) - locked <0x00000007ef98c178> (a org.eclipse.osgi.framework.eventmgr.EventManager$EventThread) at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:336) "FSEvent thread" daemon prio=5 tid=0x00007f896c4ed800 nid=0x11017 runnable [0x00007000023d8000] java.lang.Thread.State: RUNNABLE at net.contentobjects.jnotify.macosx.JNotify_macosx.nativeNotifyLoop(Native Method) at net.contentobjects.jnotify.macosx.JNotify_macosx.access$5(JNotify_macosx.java:81) at net.contentobjects.jnotify.macosx.JNotify_macosx$1.run(JNotify_macosx.java:70) "CommandLineArgsServer" prio=5 tid=0x00007f896bea0000 nid=0x1140f runnable [0x00007000022d5000] java.lang.Thread.State: RUNNABLE at java.net.PlainSocketImpl.socketAccept(Native Method) at java.net.AbstractPlainSocketImpl.accept(AbstractPlainSocketImpl.java:398) at java.net.ServerSocket.implAccept(ServerSocket.java:530) at java.net.ServerSocket.accept(ServerSocket.java:498) at com.aptana.commandline.launcher.server.LauncherServer$CommandLineArgsServer.run(LauncherServer.java:120) "process reaper" daemon prio=5 tid=0x00007f896a4e7000 nid=0xdf03 runnable [0x00007000021d2000] java.lang.Thread.State: RUNNABLE at java.lang.UNIXProcess.waitForProcessExit(Native Method) at java.lang.UNIXProcess.access$500(UNIXProcess.java:55) at java.lang.UNIXProcess$4.run(UNIXProcess.java:226) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) at java.lang.Thread.run(Thread.java:745) "Thread-4" prio=5 tid=0x00007f8969752800 nid=0xdb03 runnable [0x000070000217c000] java.lang.Thread.State: RUNNABLE at sun.nio.ch.ServerSocketChannelImpl.accept0(Native Method) at sun.nio.ch.ServerSocketChannelImpl.accept(ServerSocketChannelImpl.java:250) - locked <0x00000007c10f48f0> (a java.lang.Object) at com.appcelerator.titanium.core.cli.AppcSocketServer.run(AppcSocketServer.java:80) "Worker-6" prio=5 tid=0x00007f8969cea800 nid=0xd903 in Object.wait() [0x0000700002079000] java.lang.Thread.State: TIMED_WAITING (on object monitor) at java.lang.Object.wait(Native Method) - waiting on <0x00000007c1032ef8> (a org.eclipse.core.internal.jobs.WorkerPool) at org.eclipse.core.internal.jobs.WorkerPool.sleep(WorkerPool.java:188) - locked <0x00000007c1032ef8> (a org.eclipse.core.internal.jobs.WorkerPool) at org.eclipse.core.internal.jobs.WorkerPool.startJob(WorkerPool.java:220) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:51) "Worker-5" prio=5 tid=0x00007f8969e55000 nid=0xd703 in Object.wait() [0x0000700001f76000] java.lang.Thread.State: WAITING (on object monitor) at java.lang.Object.wait(Native Method) - waiting on <0x00000007ed956ce0> (a java.lang.UNIXProcess) at java.lang.Object.wait(Object.java:503) at java.lang.UNIXProcess.waitFor(UNIXProcess.java:262) - locked <0x00000007ed956ce0> (a java.lang.UNIXProcess) at com.aptana.core.util.ProcessRunner.processData(ProcessRunner.java:381) at com.aptana.core.util.ProcessRunner.processData(ProcessRunner.java:345) at com.aptana.core.util.ProcessRunner.processResult(ProcessRunner.java:432) at com.appcelerator.titanium.core.internal.cli.NodeAppcCLI.runCommand(NodeAppcCLI.java:238) at com.appcelerator.titanium.core.internal.cli.NodeAppcCLI.runCommand(NodeAppcCLI.java:204) at com.appcelerator.titanium.core.StudioVersionManager.getCLIActiveVersion(StudioVersionManager.java:135) - locked <0x00000007ed87f438> (a com.appcelerator.titanium.core.StudioVersionManager) at com.appcelerator.titanium.core.StudioVersionManager.isCurrentCLIVersionCompatibile(StudioVersionManager.java:78) at com.appcelerator.titanium.core.StudioVersionManager.isActiveCLICompatible(StudioVersionManager.java:49) at com.appcelerator.titanium.update.core.release.TitaniumStudioRelease.getUpdatesWithStableStream(TitaniumStudioRelease.java:219) at com.appcelerator.titanium.update.core.release.TitaniumStudioRelease.isInstalled(TitaniumStudioRelease.java:212) at com.appcelerator.titanium.update.internal.core.TitaniumReleasesUpdater$NotInstalledFilter.include(TitaniumReleasesUpdater.java:105) at com.appcelerator.titanium.update.internal.core.TitaniumReleasesUpdater$NotInstalledFilter.include(TitaniumReleasesUpdater.java:1) at com.aptana.core.util.AndFilter.include(AndFilter.java:39) at com.aptana.core.util.CollectionsUtil.filterInPlace(CollectionsUtil.java:249) at com.appcelerator.titanium.update.internal.core.TitaniumReleasesUpdater.filterToRelevantUninstalledUpdates(TitaniumReleasesUpdater.java:947) at com.appcelerator.titanium.update.internal.core.TitaniumReleasesUpdater.getStudioUpdates(TitaniumReleasesUpdater.java:326) - locked <0x00000007eb0c6dd8> (a com.appcelerator.titanium.update.internal.core.TitaniumReleasesUpdater) at com.appcelerator.titanium.update.internal.core.TitaniumReleasesUpdater.getAvailableUpdates(TitaniumReleasesUpdater.java:314) at com.appcelerator.titanium.update.ui.TitaniumUpdateStartup$1.run(TitaniumUpdateStartup.java:91) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54) "Worker-4" prio=5 tid=0x00007f8969589800 nid=0xd503 in Object.wait() [0x0000700001e73000] java.lang.Thread.State: TIMED_WAITING (on object monitor) at java.lang.Object.wait(Native Method) - waiting on <0x00000007c1032ef8> (a org.eclipse.core.internal.jobs.WorkerPool) at org.eclipse.core.internal.jobs.WorkerPool.sleep(WorkerPool.java:188) - locked <0x00000007c1032ef8> (a org.eclipse.core.internal.jobs.WorkerPool) at org.eclipse.core.internal.jobs.WorkerPool.startJob(WorkerPool.java:220) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:51) "Worker-1" prio=5 tid=0x00007f89694c3800 nid=0xb213 in Object.wait() [0x000070000165b000] java.lang.Thread.State: TIMED_WAITING (on object monitor) at java.lang.Object.wait(Native Method) - waiting on <0x00000007ed6c8388> (a org.eclipse.ui.internal.Semaphore) at org.eclipse.ui.internal.Semaphore.acquire(Semaphore.java:43) - locked <0x00000007ed6c8388> (a org.eclipse.ui.internal.Semaphore) at org.eclipse.ui.internal.UISynchronizer.syncExec(UISynchronizer.java:175) at org.eclipse.swt.widgets.Display.syncExec(Display.java:4732) at org.eclipse.epp.internal.logging.aeri.ui.ReportingController.initalizeLists(ReportingController.java:109) at org.eclipse.epp.internal.logging.aeri.ui.ReportingController.<init>(ReportingController.java:105) at org.eclipse.epp.internal.logging.aeri.ide.Startup.initalizeController(Startup.java:269) at org.eclipse.epp.internal.logging.aeri.ide.Startup.access$6(Startup.java:268) at org.eclipse.epp.internal.logging.aeri.ide.Startup$1.run(Startup.java:115) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54) "Worker-0" prio=5 tid=0x00007f8969174800 nid=0xc803 in Object.wait() [0x0000700001a67000] java.lang.Thread.State: TIMED_WAITING (on object monitor) at java.lang.Object.wait(Native Method) - waiting on <0x00000007c1032ef8> (a org.eclipse.core.internal.jobs.WorkerPool) at org.eclipse.core.internal.jobs.WorkerPool.sleep(WorkerPool.java:188) - locked <0x00000007c1032ef8> (a org.eclipse.core.internal.jobs.WorkerPool) at org.eclipse.core.internal.jobs.WorkerPool.startJob(WorkerPool.java:220) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:51) "EMF Reference Cleaner" daemon prio=5 tid=0x00007f89698d3000 nid=0xbf03 in Object.wait() [0x0000700001b6a000] java.lang.Thread.State: WAITING (on object monitor) at java.lang.Object.wait(Native Method) - waiting on <0x00000007c1005fa0> (a java.lang.ref.ReferenceQueue$Lock) at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:135) - locked <0x00000007c1005fa0> (a java.lang.ref.ReferenceQueue$Lock) at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:151) at org.eclipse.emf.common.util.CommonUtil$1ReferenceClearingQueuePollingThread.run(CommonUtil.java:70) "Worker-JM" prio=5 tid=0x00007f896a26f000 nid=0xbb03 in Object.wait() [0x0000700001964000] java.lang.Thread.State: WAITING (on object monitor) at java.lang.Object.wait(Native Method) - waiting on <0x00000007c17bb688> (a java.util.ArrayList) at org.eclipse.core.internal.jobs.InternalWorker.run(InternalWorker.java:59) - locked <0x00000007c17bb688> (a java.util.ArrayList) "Bundle File Closer" daemon prio=5 tid=0x00007f896a2f2800 nid=0xb907 in Object.wait() [0x0000700001861000] java.lang.Thread.State: WAITING (on object monitor) at java.lang.Object.wait(Native Method) - waiting on <0x00000007c19b53b0> (a org.eclipse.osgi.framework.eventmgr.EventManager$EventThread) at java.lang.Object.wait(Object.java:503) at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.getNextEvent(EventManager.java:400) - locked <0x00000007c19b53b0> (a org.eclipse.osgi.framework.eventmgr.EventManager$EventThread) at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:336) "[Timer] - Main Queue Handler" daemon prio=5 tid=0x00007f89693de000 nid=0xb303 in Object.wait() [0x000070000175e000] java.lang.Thread.State: TIMED_WAITING (on object monitor) at java.lang.Object.wait(Native Method) - waiting on <0x00000007c1983ba8> (a java.lang.Object) at org.eclipse.equinox.internal.util.impl.tpt.timer.TimerImpl.run(TimerImpl.java:141) - locked <0x00000007c1983ba8> (a java.lang.Object) at java.lang.Thread.run(Thread.java:745) "Start Level: Equinox Container: 10957a08-6364-0016-1b3f-d1bafc83a076" daemon prio=5 tid=0x00007f8969102000 nid=0xae03 in Object.wait() [0x0000700001558000] java.lang.Thread.State: WAITING (on object monitor) at java.lang.Object.wait(Native Method) - waiting on <0x00000007c07c44c0> (a org.eclipse.osgi.framework.eventmgr.EventManager$EventThread) at java.lang.Object.wait(Object.java:503) at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.getNextEvent(EventManager.java:400) - locked <0x00000007c07c44c0> (a org.eclipse.osgi.framework.eventmgr.EventManager$EventThread) at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:336) "Framework Event Dispatcher: Equinox Container: 10957a08-6364-0016-1b3f-d1bafc83a076" daemon prio=5 tid=0x00007f8968a91000 nid=0xac03 in Object.wait() [0x0000700001455000] java.lang.Thread.State: WAITING (on object monitor) at java.lang.Object.wait(Native Method) - waiting on <0x00000007c0c88f58> (a org.eclipse.osgi.framework.eventmgr.EventManager$EventThread) at java.lang.Object.wait(Object.java:503) at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.getNextEvent(EventManager.java:400) - locked <0x00000007c0c88f58> (a org.eclipse.osgi.framework.eventmgr.EventManager$EventThread) at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:336) "Active Thread: Equinox Container: 10957a08-6364-0016-1b3f-d1bafc83a076" prio=5 tid=0x00007f896892a000 nid=0xab0b waiting on condition [0x0000700001352000] java.lang.Thread.State: TIMED_WAITING (parking) at sun.misc.Unsafe.park(Native Method) - parking to wait for <0x00000007c07cfd30> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject) at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2082) at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1090) at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:807) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) at java.lang.Thread.run(Thread.java:745) "Service Thread" daemon prio=5 tid=0x00007f896882a800 nid=0x4a03 runnable [0x0000000000000000] java.lang.Thread.State: RUNNABLE "C2 CompilerThread1" daemon prio=5 tid=0x00007f8968829800 nid=0x4803 waiting on condition [0x0000000000000000] java.lang.Thread.State: RUNNABLE "C2 CompilerThread0" daemon prio=5 tid=0x00007f8969007800 nid=0x4603 waiting on condition [0x0000000000000000] java.lang.Thread.State: RUNNABLE "JDWP Command Reader" daemon prio=5 tid=0x00007f896981d800 nid=0x4403 runnable [0x0000000000000000] java.lang.Thread.State: RUNNABLE "JDWP Event Helper Thread" daemon prio=5 tid=0x00007f8968833000 nid=0x4203 runnable [0x0000000000000000] java.lang.Thread.State: RUNNABLE "JDWP Transport Listener: dt_socket" daemon prio=5 tid=0x00007f896981e800 nid=0x4003 runnable [0x0000000000000000] java.lang.Thread.State: RUNNABLE "Signal Dispatcher" daemon prio=5 tid=0x00007f8969010000 nid=0x320f runnable [0x0000000000000000] java.lang.Thread.State: RUNNABLE "Finalizer" daemon prio=5 tid=0x00007f8969808800 nid=0x3003 in Object.wait() [0x000070000082b000] java.lang.Thread.State: WAITING (on object monitor) at java.lang.Object.wait(Native Method) - waiting on <0x00000007c05991e8> (a java.lang.ref.ReferenceQueue$Lock) at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:135) - locked <0x00000007c05991e8> (a java.lang.ref.ReferenceQueue$Lock) at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:151) at java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:209) "Reference Handler" daemon prio=5 tid=0x00007f896881c800 nid=0x2e03 in Object.wait() [0x0000700000728000] java.lang.Thread.State: WAITING (on object monitor) at java.lang.Object.wait(Native Method) - waiting on <0x00000007c0598cc0> (a java.lang.ref.Reference$Lock) at java.lang.Object.wait(Object.java:503) at java.lang.ref.Reference$ReferenceHandler.run(Reference.java:133) - locked <0x00000007c0598cc0> (a java.lang.ref.Reference$Lock) "main" prio=5 tid=0x00007f8968804000 nid=0xa0b runnable [0x00007fff52dcb000] java.lang.Thread.State: RUNNABLE at java.net.SocketInputStream.socketRead0(Native Method) at java.net.SocketInputStream.read(SocketInputStream.java:152) at java.net.SocketInputStream.read(SocketInputStream.java:122) at sun.security.ssl.InputRecord.readFully(InputRecord.java:442) at sun.security.ssl.InputRecord.read(InputRecord.java:480) at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:934) - locked <0x00000007eadc0de8> (a java.lang.Object) at sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1332) - locked <0x00000007eadc0da8> (a java.lang.Object) at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1359) at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1343) at sun.net.www.protocol.https.HttpsClient.afterConnect(HttpsClient.java:559) at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:185) at sun.net.www.protocol.https.HttpsURLConnectionImpl.connect(HttpsURLConnectionImpl.java:153) at com.aptana.portal.ui.internal.Portal.isConnected(Portal.java:330) at com.aptana.portal.ui.internal.Portal.openPortal(Portal.java:155) at com.appcelerator.titanium.ui.dashboard.DashboardManager$1$1.run(DashboardManager.java:207) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:136) - locked <0x00000007eb9973e8> (a org.eclipse.swt.widgets.RunnableLock) 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(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) at org.eclipse.equinox.launcher.Main.main(Main.java:1438) "VM Thread" prio=5 tid=0x00007f8968819800 nid=0x2c03 runnable "GC task thread#0 (ParallelGC)" prio=5 tid=0x00007f8968811000 nid=0x2403 runnable "GC task thread#1 (ParallelGC)" prio=5 tid=0x00007f8969805800 nid=0x2603 runnable "GC task thread#2 (ParallelGC)" prio=5 tid=0x00007f8969807800 nid=0x2803 runnable "GC task thread#3 (ParallelGC)" prio=5 tid=0x00007f8968811800 nid=0x2a03 runnable "VM Periodic Task Thread" prio=5 tid=0x00007f896883c000 nid=0x4c03 waiting on condition JNI global references: 9055 {code} | 5 |
2,555 | TISTUD-8563 | 08/18/2016 11:39:18 | Studio startup performance improvement | {code:java} 2016-08-18 18:35:39 Full thread dump Java HotSpot(TM) 64-Bit Server VM (24.80-b11 mixed mode): "Attach Listener" daemon prio=5 tid=0x00007f876aa5a800 nid=0xd307 waiting on condition [0x0000000000000000] java.lang.Thread.State: RUNNABLE "[ThreadPool Manager] - Idle Thread" daemon prio=5 tid=0x00007f876b3fe000 nid=0x3213 in Object.wait() [0x000070000124c000] java.lang.Thread.State: WAITING (on object monitor) at java.lang.Object.wait(Native Method) - waiting on <0x00000007c20f1438> (a org.eclipse.equinox.internal.util.impl.tpt.threadpool.Executor) at java.lang.Object.wait(Object.java:503) at org.eclipse.equinox.internal.util.impl.tpt.threadpool.Executor.run(Executor.java:106) - locked <0x00000007c20f1438> (a org.eclipse.equinox.internal.util.impl.tpt.threadpool.Executor) "Thread-27" prio=5 tid=0x00007f876a6e6000 nid=0x11c07 runnable [0x00007000028ed000] java.lang.Thread.State: RUNNABLE at java.io.FileInputStream.readBytes(Native Method) at java.io.FileInputStream.read(FileInputStream.java:272) at java.io.BufferedInputStream.read1(BufferedInputStream.java:273) at java.io.BufferedInputStream.read(BufferedInputStream.java:334) - locked <0x00000007c20f16e8> (a java.lang.UNIXProcess$ProcessPipeInputStream) at sun.nio.cs.StreamDecoder.readBytes(StreamDecoder.java:283) at sun.nio.cs.StreamDecoder.implRead(StreamDecoder.java:325) at sun.nio.cs.StreamDecoder.read(StreamDecoder.java:177) - locked <0x00000007c25cb318> (a java.io.InputStreamReader) at java.io.InputStreamReader.read(InputStreamReader.java:184) at java.io.BufferedReader.fill(BufferedReader.java:154) at java.io.BufferedReader.readLine(BufferedReader.java:317) - locked <0x00000007c25cb318> (a java.io.InputStreamReader) at java.io.BufferedReader.readLine(BufferedReader.java:382) at com.aptana.core.util.InputStreamGobbler.run(InputStreamGobbler.java:85) "Thread-26" prio=5 tid=0x00007f8762c5c800 nid=0x11b1b runnable [0x00007000024b3000] java.lang.Thread.State: RUNNABLE at java.io.FileInputStream.readBytes(Native Method) at java.io.FileInputStream.read(FileInputStream.java:272) at java.io.BufferedInputStream.read1(BufferedInputStream.java:273) at java.io.BufferedInputStream.read(BufferedInputStream.java:334) - locked <0x00000007c20f1920> (a java.lang.UNIXProcess$ProcessPipeInputStream) at sun.nio.cs.StreamDecoder.readBytes(StreamDecoder.java:283) at sun.nio.cs.StreamDecoder.implRead(StreamDecoder.java:325) at sun.nio.cs.StreamDecoder.read(StreamDecoder.java:177) - locked <0x00000007c25cb418> (a java.io.InputStreamReader) at java.io.InputStreamReader.read(InputStreamReader.java:184) at java.io.BufferedReader.fill(BufferedReader.java:154) at java.io.BufferedReader.readLine(BufferedReader.java:317) - locked <0x00000007c25cb418> (a java.io.InputStreamReader) at java.io.BufferedReader.readLine(BufferedReader.java:382) at com.aptana.core.util.InputStreamGobbler.run(InputStreamGobbler.java:85) "Worker-6" prio=5 tid=0x00007f876b346000 nid=0x11dab in Object.wait() [0x00007000029f0000] java.lang.Thread.State: TIMED_WAITING (on object monitor) at java.lang.Object.wait(Native Method) - waiting on <0x00000007c1411ec0> (a org.eclipse.core.internal.jobs.WorkerPool) at org.eclipse.core.internal.jobs.WorkerPool.sleep(WorkerPool.java:188) - locked <0x00000007c1411ec0> (a org.eclipse.core.internal.jobs.WorkerPool) at org.eclipse.core.internal.jobs.WorkerPool.startJob(WorkerPool.java:220) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:51) "EventAdmin Async Event Dispatcher Thread" daemon prio=5 tid=0x00007f8762c3c000 nid=0x1110f in Object.wait() [0x00007000022aa000] java.lang.Thread.State: WAITING (on object monitor) at java.lang.Object.wait(Native Method) - waiting on <0x00000007c1ec3fb0> (a org.eclipse.swt.widgets.RunnableLock) at java.lang.Object.wait(Object.java:503) at org.eclipse.swt.widgets.Synchronizer.syncExec(Synchronizer.java:200) - locked <0x00000007c1ec3fb0> (a org.eclipse.swt.widgets.RunnableLock) at org.eclipse.ui.internal.UISynchronizer.syncExec(UISynchronizer.java:156) at org.eclipse.swt.widgets.Display.syncExec(Display.java:4732) at org.eclipse.e4.ui.internal.workbench.swt.E4Application$1.syncExec(E4Application.java:218) at org.eclipse.e4.ui.internal.di.UIEventObjectSupplier$UIEventHandler.handleEvent(UIEventObjectSupplier.java:53) at org.eclipse.equinox.internal.event.EventHandlerWrapper.handleEvent(EventHandlerWrapper.java:197) at org.eclipse.equinox.internal.event.EventHandlerTracker.dispatchEvent(EventHandlerTracker.java:197) at org.eclipse.equinox.internal.event.EventHandlerTracker.dispatchEvent(EventHandlerTracker.java:1) at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:230) at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:340) "FSEvent thread" daemon prio=5 tid=0x00007f876ac6e800 nid=0x1138b runnable [0x00007000027ea000] java.lang.Thread.State: RUNNABLE at net.contentobjects.jnotify.macosx.JNotify_macosx.nativeNotifyLoop(Native Method) at net.contentobjects.jnotify.macosx.JNotify_macosx.access$5(JNotify_macosx.java:81) at net.contentobjects.jnotify.macosx.JNotify_macosx$1.run(JNotify_macosx.java:70) "CommandLineArgsServer" prio=5 tid=0x00007f87655c6000 nid=0x1062f runnable [0x00007000021a7000] java.lang.Thread.State: RUNNABLE at java.net.PlainSocketImpl.socketAccept(Native Method) at java.net.AbstractPlainSocketImpl.accept(AbstractPlainSocketImpl.java:398) at java.net.ServerSocket.implAccept(ServerSocket.java:530) at java.net.ServerSocket.accept(ServerSocket.java:498) at com.aptana.commandline.launcher.server.LauncherServer$CommandLineArgsServer.run(LauncherServer.java:120) "process reaper" daemon prio=5 tid=0x00007f8762f94000 nid=0xd703 runnable [0x00007000020a4000] java.lang.Thread.State: RUNNABLE at java.lang.UNIXProcess.waitForProcessExit(Native Method) at java.lang.UNIXProcess.access$500(UNIXProcess.java:55) at java.lang.UNIXProcess$4.run(UNIXProcess.java:226) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) at java.lang.Thread.run(Thread.java:745) "Thread-4" prio=5 tid=0x00007f8763830000 nid=0xd503 runnable [0x0000700002079000] java.lang.Thread.State: RUNNABLE at sun.nio.ch.ServerSocketChannelImpl.accept0(Native Method) at sun.nio.ch.ServerSocketChannelImpl.accept(ServerSocketChannelImpl.java:250) - locked <0x00000007f076dc08> (a java.lang.Object) at com.appcelerator.titanium.core.cli.AppcSocketServer.run(AppcSocketServer.java:80) "Worker-4" prio=5 tid=0x00007f8762903000 nid=0xd103 in Object.wait() [0x0000700001e73000] java.lang.Thread.State: TIMED_WAITING (on object monitor) at java.lang.Object.wait(Native Method) - waiting on <0x00000007c1411ec0> (a org.eclipse.core.internal.jobs.WorkerPool) at org.eclipse.core.internal.jobs.WorkerPool.sleep(WorkerPool.java:188) - locked <0x00000007c1411ec0> (a org.eclipse.core.internal.jobs.WorkerPool) at org.eclipse.core.internal.jobs.WorkerPool.startJob(WorkerPool.java:220) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:51) "Worker-3" prio=5 tid=0x00007f8763df6800 nid=0xc803 in Object.wait() [0x0000700001d70000] java.lang.Thread.State: WAITING (on object monitor) at java.lang.Object.wait(Native Method) - waiting on <0x00000007c26988d0> (a java.lang.UNIXProcess) at java.lang.Object.wait(Object.java:503) at java.lang.UNIXProcess.waitFor(UNIXProcess.java:262) - locked <0x00000007c26988d0> (a java.lang.UNIXProcess) at com.aptana.core.util.ProcessRunner.processData(ProcessRunner.java:381) at com.aptana.core.util.ProcessRunner.processData(ProcessRunner.java:345) at com.aptana.core.util.ProcessRunner.processResult(ProcessRunner.java:432) at com.appcelerator.titanium.core.internal.cli.NodeAppcCLI.runCommand(NodeAppcCLI.java:238) at com.appcelerator.titanium.core.internal.cli.NodeAppcCLI.runCommand(NodeAppcCLI.java:204) at com.appcelerator.titanium.core.user.TitaniumUser.doGetOrganizations(TitaniumUser.java:415) at com.appcelerator.titanium.core.user.TitaniumUser.getOrganizations(TitaniumUser.java:333) - locked <0x00000007f0769950> (a com.appcelerator.titanium.core.user.TitaniumUser) at com.appcelerator.titanium.core.user.TitaniumUser.getOrganizationById(TitaniumUser.java:458) at com.appcelerator.titanium360.internal.ui.launch.DeveloperAccountListener.isDeveloperAccount(DeveloperAccountListener.java:55) at com.appcelerator.titanium360.internal.ui.launch.DeveloperAccountListener.loggedIn(DeveloperAccountListener.java:25) at com.appcelerator.titanium.core.user.TitaniumUserManager.addUserListener(TitaniumUserManager.java:636) - locked <0x00000007f0769920> (a com.appcelerator.titanium.core.user.TitaniumUserManager) at com.appcelerator.titanium360.ui.Titanium360UIPlugin$1.run(Titanium360UIPlugin.java:65) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54) "Worker-1" prio=5 tid=0x00007f8762c7f800 nid=0xb113 in Object.wait() [0x000070000165b000] java.lang.Thread.State: TIMED_WAITING (on object monitor) at java.lang.Object.wait(Native Method) - waiting on <0x00000007c1411ec0> (a org.eclipse.core.internal.jobs.WorkerPool) at org.eclipse.core.internal.jobs.WorkerPool.sleep(WorkerPool.java:188) - locked <0x00000007c1411ec0> (a org.eclipse.core.internal.jobs.WorkerPool) at org.eclipse.core.internal.jobs.WorkerPool.startJob(WorkerPool.java:220) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:51) "Worker-0" prio=5 tid=0x00007f8763c5b800 nid=0xc403 in Object.wait() [0x0000700001a67000] java.lang.Thread.State: TIMED_WAITING (on object monitor) at java.lang.Object.wait(Native Method) - waiting on <0x00000007c1e98900> (a org.eclipse.ui.internal.Semaphore) at org.eclipse.ui.internal.Semaphore.acquire(Semaphore.java:43) - locked <0x00000007c1e98900> (a org.eclipse.ui.internal.Semaphore) at org.eclipse.ui.internal.UISynchronizer.syncExec(UISynchronizer.java:175) at org.eclipse.swt.widgets.Display.syncExec(Display.java:4732) at com.aptana.ide.ui.io.IOUIPlugin.addPartListener(IOUIPlugin.java:470) at com.aptana.ide.ui.io.IOUIPlugin.access$8(IOUIPlugin.java:452) at com.aptana.ide.ui.io.IOUIPlugin$5.run(IOUIPlugin.java:274) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54) "EMF Reference Cleaner" daemon prio=5 tid=0x00007f8763c58800 nid=0xba03 in Object.wait() [0x0000700001b6a000] java.lang.Thread.State: WAITING (on object monitor) at java.lang.Object.wait(Native Method) - waiting on <0x00000007c147a690> (a java.lang.ref.ReferenceQueue$Lock) at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:135) - locked <0x00000007c147a690> (a java.lang.ref.ReferenceQueue$Lock) at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:151) at org.eclipse.emf.common.util.CommonUtil$1ReferenceClearingQueuePollingThread.run(CommonUtil.java:70) "Worker-JM" prio=5 tid=0x00007f8763bc7800 nid=0xb603 in Object.wait() [0x0000700001964000] java.lang.Thread.State: WAITING (on object monitor) at java.lang.Object.wait(Native Method) - waiting on <0x00000007c1443030> (a java.util.ArrayList) at org.eclipse.core.internal.jobs.InternalWorker.run(InternalWorker.java:59) - locked <0x00000007c1443030> (a java.util.ArrayList) "Bundle File Closer" daemon prio=5 tid=0x00007f8762b41800 nid=0xb403 in Object.wait() [0x0000700001861000] java.lang.Thread.State: WAITING (on object monitor) at java.lang.Object.wait(Native Method) - waiting on <0x00000007c1468760> (a org.eclipse.osgi.framework.eventmgr.EventManager$EventThread) at java.lang.Object.wait(Object.java:503) at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.getNextEvent(EventManager.java:400) - locked <0x00000007c1468760> (a org.eclipse.osgi.framework.eventmgr.EventManager$EventThread) at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:336) "[Timer] - Main Queue Handler" daemon prio=5 tid=0x00007f8763b25000 nid=0xb207 in Object.wait() [0x000070000175e000] java.lang.Thread.State: TIMED_WAITING (on object monitor) at java.lang.Object.wait(Native Method) - waiting on <0x00000007c1764f90> (a java.lang.Object) at org.eclipse.equinox.internal.util.impl.tpt.timer.TimerImpl.run(TimerImpl.java:141) - locked <0x00000007c1764f90> (a java.lang.Object) at java.lang.Thread.run(Thread.java:745) "Start Level: Equinox Container: 5066e451-2f65-0016-1875-8c942705c96e" daemon prio=5 tid=0x00007f87638de800 nid=0xae03 in Object.wait() [0x0000700001558000] java.lang.Thread.State: WAITING (on object monitor) at java.lang.Object.wait(Native Method) - waiting on <0x00000007c13ed5c8> (a org.eclipse.osgi.framework.eventmgr.EventManager$EventThread) at java.lang.Object.wait(Object.java:503) at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.getNextEvent(EventManager.java:400) - locked <0x00000007c13ed5c8> (a org.eclipse.osgi.framework.eventmgr.EventManager$EventThread) at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:336) "Framework Event Dispatcher: Equinox Container: 5066e451-2f65-0016-1875-8c942705c96e" daemon prio=5 tid=0x00007f876393c800 nid=0xac03 in Object.wait() [0x0000700001455000] java.lang.Thread.State: WAITING (on object monitor) at java.lang.Object.wait(Native Method) - waiting on <0x00000007c18ed0c0> (a org.eclipse.osgi.framework.eventmgr.EventManager$EventThread) at java.lang.Object.wait(Object.java:503) at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.getNextEvent(EventManager.java:400) - locked <0x00000007c18ed0c0> (a org.eclipse.osgi.framework.eventmgr.EventManager$EventThread) at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:336) "Active Thread: Equinox Container: 5066e451-2f65-0016-1875-8c942705c96e" prio=5 tid=0x00007f8763a73000 nid=0xaa0b waiting on condition [0x0000700001352000] java.lang.Thread.State: TIMED_WAITING (parking) at sun.misc.Unsafe.park(Native Method) - parking to wait for <0x00000007c1663ad0> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject) at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2082) at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1090) at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:807) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) at java.lang.Thread.run(Thread.java:745) "Service Thread" daemon prio=5 tid=0x00007f8763822000 nid=0x4a03 runnable [0x0000000000000000] java.lang.Thread.State: RUNNABLE "C2 CompilerThread1" daemon prio=5 tid=0x00007f876400c800 nid=0x4803 waiting on condition [0x0000000000000000] java.lang.Thread.State: RUNNABLE "C2 CompilerThread0" daemon prio=5 tid=0x00007f8763823800 nid=0x4603 waiting on condition [0x0000000000000000] java.lang.Thread.State: RUNNABLE "JDWP Command Reader" daemon prio=5 tid=0x00007f8762820000 nid=0x4403 runnable [0x0000000000000000] java.lang.Thread.State: RUNNABLE "JDWP Event Helper Thread" daemon prio=5 tid=0x00007f8763823000 nid=0x4203 runnable [0x0000000000000000] java.lang.Thread.State: RUNNABLE "JDWP Transport Listener: dt_socket" daemon prio=5 tid=0x00007f8763051800 nid=0x4003 runnable [0x0000000000000000] java.lang.Thread.State: RUNNABLE "Signal Dispatcher" daemon prio=5 tid=0x00007f8763814000 nid=0x360f runnable [0x0000000000000000] java.lang.Thread.State: RUNNABLE "Finalizer" daemon prio=5 tid=0x00007f8763042800 nid=0x3003 in Object.wait() [0x000070000082b000] java.lang.Thread.State: WAITING (on object monitor) at java.lang.Object.wait(Native Method) - waiting on <0x00000007c05ae4f8> (a java.lang.ref.ReferenceQueue$Lock) at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:135) - locked <0x00000007c05ae4f8> (a java.lang.ref.ReferenceQueue$Lock) at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:151) at java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:209) "Reference Handler" daemon prio=5 tid=0x00007f8763041800 nid=0x2e03 in Object.wait() [0x0000700000728000] java.lang.Thread.State: WAITING (on object monitor) at java.lang.Object.wait(Native Method) - waiting on <0x00000007c05adfd0> (a java.lang.ref.Reference$Lock) at java.lang.Object.wait(Object.java:503) at java.lang.ref.Reference$ReferenceHandler.run(Reference.java:133) - locked <0x00000007c05adfd0> (a java.lang.ref.Reference$Lock) "main" prio=5 tid=0x00007f8763802000 nid=0xa0b waiting for monitor entry [0x00007fff51de7000] java.lang.Thread.State: BLOCKED (on object monitor) at com.appcelerator.titanium.core.user.TitaniumUserManager.addUserListener(TitaniumUserManager.java:625) - waiting to lock <0x00000007f0769920> (a com.appcelerator.titanium.core.user.TitaniumUserManager) at com.appcelerator.titanium.ui.internal.TitaniumHomeControlContribution.createControl(TitaniumHomeControlContribution.java:164) at org.eclipse.ui.menus.WorkbenchWindowControlContribution.delegateCreateControl(WorkbenchWindowControlContribution.java:105) at org.eclipse.ui.internal.menus.CompatibilityWorkbenchWindowControlContribution.construct(CompatibilityWorkbenchWindowControlContribution.java:90) 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.e4.core.internal.di.MethodRequestor.execute(MethodRequestor.java:55) at org.eclipse.e4.core.internal.di.InjectorImpl.processAnnotated(InjectorImpl.java:888) at org.eclipse.e4.core.internal.di.InjectorImpl.inject(InjectorImpl.java:120) at org.eclipse.e4.core.internal.di.InjectorImpl.internalMake(InjectorImpl.java:337) at org.eclipse.e4.core.internal.di.InjectorImpl.make(InjectorImpl.java:271) at org.eclipse.e4.core.contexts.ContextInjectionFactory.make(ContextInjectionFactory.java:186) at org.eclipse.e4.ui.internal.workbench.ReflectionContributionFactory.createFromBundle(ReflectionContributionFactory.java:107) at org.eclipse.e4.ui.internal.workbench.ReflectionContributionFactory.doCreate(ReflectionContributionFactory.java:73) at org.eclipse.e4.ui.internal.workbench.ReflectionContributionFactory.create(ReflectionContributionFactory.java:50) at org.eclipse.e4.ui.workbench.renderers.swt.ToolControlContribution.createControl(ToolControlContribution.java:65) at org.eclipse.jface.action.ControlContribution.fill(ControlContribution.java:101) at org.eclipse.jface.action.ToolBarManager.update(ToolBarManager.java:365) at org.eclipse.e4.ui.workbench.renderers.swt.ToolBarManagerRenderer$3.handleEvent(ToolBarManagerRenderer.java:205) at org.eclipse.e4.ui.services.internal.events.UIEventHandler$1.run(UIEventHandler.java:40) at org.eclipse.swt.widgets.Synchronizer.syncExec(Synchronizer.java:187) at org.eclipse.ui.internal.UISynchronizer.syncExec(UISynchronizer.java:156) at org.eclipse.swt.widgets.Display.syncExec(Display.java:4732) at org.eclipse.e4.ui.internal.workbench.swt.E4Application$1.syncExec(E4Application.java:218) at org.eclipse.e4.ui.services.internal.events.UIEventHandler.handleEvent(UIEventHandler.java:36) at org.eclipse.equinox.internal.event.EventHandlerWrapper.handleEvent(EventHandlerWrapper.java:197) at org.eclipse.equinox.internal.event.EventHandlerTracker.dispatchEvent(EventHandlerTracker.java:197) at org.eclipse.equinox.internal.event.EventHandlerTracker.dispatchEvent(EventHandlerTracker.java:1) at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:230) at org.eclipse.osgi.framework.eventmgr.ListenerQueue.dispatchEventSynchronous(ListenerQueue.java:148) at org.eclipse.equinox.internal.event.EventAdminImpl.dispatchEvent(EventAdminImpl.java:135) at org.eclipse.equinox.internal.event.EventAdminImpl.sendEvent(EventAdminImpl.java:78) at org.eclipse.equinox.internal.event.EventComponent.sendEvent(EventComponent.java:39) at org.eclipse.e4.ui.services.internal.events.EventBroker.send(EventBroker.java:81) at org.eclipse.e4.ui.internal.workbench.UIEventPublisher.notifyChanged(UIEventPublisher.java:59) at org.eclipse.emf.common.notify.impl.BasicNotifierImpl.eNotify(BasicNotifierImpl.java:374) at org.eclipse.e4.ui.model.application.ui.impl.UIElementImpl.setVisible(UIElementImpl.java:345) at org.eclipse.e4.ui.workbench.renderers.swt.ToolBarContributionRecord.updateVisibility(ToolBarContributionRecord.java:73) at org.eclipse.e4.ui.workbench.renderers.swt.ToolBarManagerRenderer$10.changed(ToolBarManagerRenderer.java:510) at org.eclipse.e4.core.internal.contexts.TrackableComputationExt.update(TrackableComputationExt.java:110) at org.eclipse.e4.core.internal.contexts.EclipseContext.runAndTrack(EclipseContext.java:319) at org.eclipse.e4.ui.workbench.renderers.swt.ToolBarManagerRenderer.processAddition(ToolBarManagerRenderer.java:502) at org.eclipse.e4.ui.workbench.renderers.swt.ToolBarManagerRenderer.generateContributions(ToolBarManagerRenderer.java:471) at org.eclipse.e4.ui.workbench.renderers.swt.ToolBarManagerRenderer.processContribution(ToolBarManagerRenderer.java:430) at org.eclipse.e4.ui.workbench.renderers.swt.ToolBarManagerRenderer.createWidget(ToolBarManagerRenderer.java:391) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createWidget(PartRenderingEngine.java:983) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:662) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:766) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.access$2(PartRenderingEngine.java:737) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$7.run(PartRenderingEngine.java:731) at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(PartRenderingEngine.java:715) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$4.handleEvent(PartRenderingEngine.java:289) at org.eclipse.e4.ui.services.internal.events.UIEventHandler$1.run(UIEventHandler.java:40) at org.eclipse.swt.widgets.Synchronizer.syncExec(Synchronizer.java:187) at org.eclipse.ui.internal.UISynchronizer.syncExec(UISynchronizer.java:156) at org.eclipse.swt.widgets.Display.syncExec(Display.java:4732) at org.eclipse.e4.ui.internal.workbench.swt.E4Application$1.syncExec(E4Application.java:218) at org.eclipse.e4.ui.services.internal.events.UIEventHandler.handleEvent(UIEventHandler.java:36) at org.eclipse.equinox.internal.event.EventHandlerWrapper.handleEvent(EventHandlerWrapper.java:197) at org.eclipse.equinox.internal.event.EventHandlerTracker.dispatchEvent(EventHandlerTracker.java:197) at org.eclipse.equinox.internal.event.EventHandlerTracker.dispatchEvent(EventHandlerTracker.java:1) at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:230) at org.eclipse.osgi.framework.eventmgr.ListenerQueue.dispatchEventSynchronous(ListenerQueue.java:148) at org.eclipse.equinox.internal.event.EventAdminImpl.dispatchEvent(EventAdminImpl.java:135) at org.eclipse.equinox.internal.event.EventAdminImpl.sendEvent(EventAdminImpl.java:78) at org.eclipse.equinox.internal.event.EventComponent.sendEvent(EventComponent.java:39) at org.eclipse.e4.ui.services.internal.events.EventBroker.send(EventBroker.java:81) at org.eclipse.e4.ui.internal.workbench.UIEventPublisher.notifyChanged(UIEventPublisher.java:59) at org.eclipse.emf.common.notify.impl.BasicNotifierImpl.eNotify(BasicNotifierImpl.java:374) at org.eclipse.emf.ecore.util.EcoreEList.dispatchNotification(EcoreEList.java:249) at org.eclipse.emf.common.notify.impl.NotifyingListImpl.addUnique(NotifyingListImpl.java:356) at org.eclipse.emf.common.util.AbstractEList.add(AbstractEList.java:341) at org.eclipse.e4.ui.internal.workbench.ContributionsAnalyzer.processAddition(ContributionsAnalyzer.java:369) at org.eclipse.e4.ui.workbench.renderers.swt.TrimBarRenderer.addTrimContributions(TrimBarRenderer.java:194) at org.eclipse.e4.ui.workbench.renderers.swt.TrimBarRenderer.processContents(TrimBarRenderer.java:166) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:674) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$6.run(PartRenderingEngine.java:547) at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(PartRenderingEngine.java:531) at org.eclipse.e4.ui.workbench.renderers.swt.WBWRenderer.processContents(WBWRenderer.java:686) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:674) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:766) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.access$2(PartRenderingEngine.java:737) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$7.run(PartRenderingEngine.java:731) at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(PartRenderingEngine.java:715) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$9.run(PartRenderingEngine.java:1078) 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) at org.eclipse.equinox.launcher.Main.main(Main.java:1438) "VM Thread" prio=5 tid=0x00007f876400b800 nid=0x2c03 runnable "GC task thread#0 (ParallelGC)" prio=5 tid=0x00007f8762804800 nid=0x2403 runnable "GC task thread#1 (ParallelGC)" prio=5 tid=0x00007f8762805800 nid=0x2603 runnable "GC task thread#2 (ParallelGC)" prio=5 tid=0x00007f8762806000 nid=0x2803 runnable "GC task thread#3 (ParallelGC)" prio=5 tid=0x00007f8762806800 nid=0x2a03 runnable "VM Periodic Task Thread" prio=5 tid=0x00007f876400c000 nid=0x4c03 waiting on condition JNI global references: 7682 {code} | 8 |
2,556 | TISTUD-8564 | 08/19/2016 05:44:02 | Hyperloop: Errors when running project with liveview and hyperloop enabled | Merging liveview PR changes to studio from https://jira.appcelerator.org/browse/TIMOB-23761 | 2 |
2,557 | TISTUD-8566 | 08/19/2016 11:06:54 | During the studio launch "Validating Status" is taking long time | During the studio startup, {{Validating status}} took almost 2-3mins before it launch the studio {code:java} totaramudus-mbp:titanium_studio kondal$ jstack 53041 2016-08-19 18:04:13 Full thread dump Java HotSpot(TM) 64-Bit Server VM (24.80-b11 mixed mode): "Attach Listener" daemon prio=5 tid=0x00007f8941ca9800 nid=0xb123 waiting on condition [0x0000000000000000] java.lang.Thread.State: RUNNABLE "Worker-6" prio=5 tid=0x00007f8944078000 nid=0xc80b in Object.wait() [0x000070000124c000] java.lang.Thread.State: TIMED_WAITING (on object monitor) at java.lang.Object.wait(Native Method) - waiting on <0x00000007c14d70d0> (a org.eclipse.core.internal.jobs.WorkerPool) at org.eclipse.core.internal.jobs.WorkerPool.sleep(WorkerPool.java:188) - locked <0x00000007c14d70d0> (a org.eclipse.core.internal.jobs.WorkerPool) at org.eclipse.core.internal.jobs.WorkerPool.startJob(WorkerPool.java:220) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:51) "[ThreadPool Manager] - Idle Thread" daemon prio=5 tid=0x00007f894402b000 nid=0xa80b in Object.wait() [0x000070000092e000] java.lang.Thread.State: WAITING (on object monitor) at java.lang.Object.wait(Native Method) - waiting on <0x00000007eabfb530> (a org.eclipse.equinox.internal.util.impl.tpt.threadpool.Executor) at java.lang.Object.wait(Object.java:503) at org.eclipse.equinox.internal.util.impl.tpt.threadpool.Executor.run(Executor.java:106) - locked <0x00000007eabfb530> (a org.eclipse.equinox.internal.util.impl.tpt.threadpool.Executor) "Thread-17" prio=5 tid=0x00007f894320d800 nid=0x10e03 runnable [0x000070000286a000] java.lang.Thread.State: RUNNABLE at java.io.FileInputStream.readBytes(Native Method) at java.io.FileInputStream.read(FileInputStream.java:272) at java.io.BufferedInputStream.read1(BufferedInputStream.java:273) at java.io.BufferedInputStream.read(BufferedInputStream.java:334) - locked <0x00000007f0ccc960> (a java.lang.UNIXProcess$ProcessPipeInputStream) at sun.nio.cs.StreamDecoder.readBytes(StreamDecoder.java:283) at sun.nio.cs.StreamDecoder.implRead(StreamDecoder.java:325) at sun.nio.cs.StreamDecoder.read(StreamDecoder.java:177) - locked <0x00000007f0f26158> (a java.io.InputStreamReader) at java.io.InputStreamReader.read(InputStreamReader.java:184) at java.io.BufferedReader.fill(BufferedReader.java:154) at java.io.BufferedReader.readLine(BufferedReader.java:317) - locked <0x00000007f0f26158> (a java.io.InputStreamReader) at java.io.BufferedReader.readLine(BufferedReader.java:382) at com.aptana.core.util.InputStreamGobbler.run(InputStreamGobbler.java:85) "Thread-16" prio=5 tid=0x00007f894311e800 nid=0x10c03 runnable [0x0000700002767000] java.lang.Thread.State: RUNNABLE at java.io.FileInputStream.readBytes(Native Method) at java.io.FileInputStream.read(FileInputStream.java:272) at java.io.BufferedInputStream.read1(BufferedInputStream.java:273) at java.io.BufferedInputStream.read(BufferedInputStream.java:334) - locked <0x00000007f0ccebb8> (a java.lang.UNIXProcess$ProcessPipeInputStream) at sun.nio.cs.StreamDecoder.readBytes(StreamDecoder.java:283) at sun.nio.cs.StreamDecoder.implRead(StreamDecoder.java:325) at sun.nio.cs.StreamDecoder.read(StreamDecoder.java:177) - locked <0x00000007f0f14f30> (a java.io.InputStreamReader) at java.io.InputStreamReader.read(InputStreamReader.java:184) at java.io.BufferedReader.fill(BufferedReader.java:154) at java.io.BufferedReader.readLine(BufferedReader.java:317) - locked <0x00000007f0f14f30> (a java.io.InputStreamReader) at java.io.BufferedReader.readLine(BufferedReader.java:382) at com.aptana.core.util.InputStreamGobbler.run(InputStreamGobbler.java:85) "Thread-15" prio=5 tid=0x00007f8944090800 nid=0x10a03 runnable [0x0000700002664000] java.lang.Thread.State: RUNNABLE at sun.nio.ch.ServerSocketChannelImpl.accept0(Native Method) at sun.nio.ch.ServerSocketChannelImpl.accept(ServerSocketChannelImpl.java:250) - locked <0x00000007f0ce2280> (a java.lang.Object) at com.appcelerator.titanium.core.cli.AppcSocketServer.run(AppcSocketServer.java:80) "Validating Status" prio=5 tid=0x00007f89448f7800 nid=0x1080f in Object.wait() [0x0000700002561000] java.lang.Thread.State: WAITING (on object monitor) at java.lang.Object.wait(Native Method) - waiting on <0x00000007f0f261f8> (a java.lang.UNIXProcess) at java.lang.Object.wait(Object.java:503) at java.lang.UNIXProcess.waitFor(UNIXProcess.java:262) - locked <0x00000007f0f261f8> (a java.lang.UNIXProcess) at com.aptana.core.util.ProcessRunner.processData(ProcessRunner.java:381) at com.aptana.core.util.ProcessRunner.processData(ProcessRunner.java:345) at com.aptana.core.util.ProcessRunner.processResult(ProcessRunner.java:432) at com.appcelerator.titanium.core.internal.cli.NodeAppcCLI.runCommand(NodeAppcCLI.java:238) at com.appcelerator.titanium.rcp.handlers.TitaniumSplashHandler.verifyAppcWhoami(TitaniumSplashHandler.java:1236) at com.appcelerator.titanium.rcp.handlers.TitaniumSplashHandler.access$4(TitaniumSplashHandler.java:1233) at com.appcelerator.titanium.rcp.handlers.TitaniumSplashHandler$3.run(TitaniumSplashHandler.java:321) "process reaper" daemon prio=5 tid=0x00007f89448a7000 nid=0xdd03 runnable [0x0000700002358000] java.lang.Thread.State: RUNNABLE at java.lang.UNIXProcess.waitForProcessExit(Native Method) at java.lang.UNIXProcess.access$500(UNIXProcess.java:55) at java.lang.UNIXProcess$4.run(UNIXProcess.java:226) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) at java.lang.Thread.run(Thread.java:745) "Thread-4" prio=5 tid=0x00007f89432ff000 nid=0xd503 runnable [0x00007000020fc000] java.lang.Thread.State: RUNNABLE at sun.nio.ch.ServerSocketChannelImpl.accept0(Native Method) at sun.nio.ch.ServerSocketChannelImpl.accept(ServerSocketChannelImpl.java:250) - locked <0x00000007f0c2c538> (a java.lang.Object) at com.appcelerator.titanium.core.cli.AppcSocketServer.run(AppcSocketServer.java:80) "Worker-5" prio=5 tid=0x00007f8944809000 nid=0xd303 in Object.wait() [0x0000700001ff9000] java.lang.Thread.State: TIMED_WAITING (on object monitor) at java.lang.Object.wait(Native Method) - waiting on <0x00000007c14d70d0> (a org.eclipse.core.internal.jobs.WorkerPool) at org.eclipse.core.internal.jobs.WorkerPool.sleep(WorkerPool.java:188) - locked <0x00000007c14d70d0> (a org.eclipse.core.internal.jobs.WorkerPool) at org.eclipse.core.internal.jobs.WorkerPool.startJob(WorkerPool.java:220) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:51) "Worker-2" prio=5 tid=0x00007f8942046000 nid=0xc603 in Object.wait() [0x0000700001cf0000] java.lang.Thread.State: TIMED_WAITING (on object monitor) at java.lang.Object.wait(Native Method) - waiting on <0x00000007c14d70d0> (a org.eclipse.core.internal.jobs.WorkerPool) at org.eclipse.core.internal.jobs.WorkerPool.sleep(WorkerPool.java:188) - locked <0x00000007c14d70d0> (a org.eclipse.core.internal.jobs.WorkerPool) at org.eclipse.core.internal.jobs.WorkerPool.startJob(WorkerPool.java:220) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:51) "EMF Reference Cleaner" daemon prio=5 tid=0x00007f89419c1000 nid=0xba03 in Object.wait() [0x0000700001bed000] java.lang.Thread.State: WAITING (on object monitor) at java.lang.Object.wait(Native Method) - waiting on <0x00000007c14cc2a0> (a java.lang.ref.ReferenceQueue$Lock) at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:135) - locked <0x00000007c14cc2a0> (a java.lang.ref.ReferenceQueue$Lock) at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:151) at org.eclipse.emf.common.util.CommonUtil$1ReferenceClearingQueuePollingThread.run(CommonUtil.java:70) "Worker-JM" prio=5 tid=0x00007f8942cea000 nid=0xb603 in Object.wait() [0x00007000019e7000] java.lang.Thread.State: WAITING (on object monitor) at java.lang.Object.wait(Native Method) - waiting on <0x00000007c14f81f0> (a java.util.ArrayList) at org.eclipse.core.internal.jobs.InternalWorker.run(InternalWorker.java:59) - locked <0x00000007c14f81f0> (a java.util.ArrayList) "Bundle File Closer" daemon prio=5 tid=0x00007f894228c800 nid=0xb403 in Object.wait() [0x00007000018e4000] java.lang.Thread.State: WAITING (on object monitor) at java.lang.Object.wait(Native Method) - waiting on <0x00000007c1601d38> (a org.eclipse.osgi.framework.eventmgr.EventManager$EventThread) at java.lang.Object.wait(Object.java:503) at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.getNextEvent(EventManager.java:400) - locked <0x00000007c1601d38> (a org.eclipse.osgi.framework.eventmgr.EventManager$EventThread) at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:336) "[Timer] - Main Queue Handler" daemon prio=5 tid=0x00007f89430ae000 nid=0xb207 in Object.wait() [0x00007000017e1000] java.lang.Thread.State: TIMED_WAITING (on object monitor) at java.lang.Object.wait(Native Method) - waiting on <0x00000007c0814578> (a java.lang.Object) at org.eclipse.equinox.internal.util.impl.tpt.timer.TimerImpl.run(TimerImpl.java:141) - locked <0x00000007c0814578> (a java.lang.Object) at java.lang.Thread.run(Thread.java:745) "Start Level: Equinox Container: 20af03d7-f365-0016-1be7-9e51a89d4e08" daemon prio=5 tid=0x00007f8942a88800 nid=0xae03 in Object.wait() [0x00007000015db000] java.lang.Thread.State: WAITING (on object monitor) at java.lang.Object.wait(Native Method) - waiting on <0x00000007c14a4668> (a org.eclipse.osgi.framework.eventmgr.EventManager$EventThread) at java.lang.Object.wait(Object.java:503) at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.getNextEvent(EventManager.java:400) - locked <0x00000007c14a4668> (a org.eclipse.osgi.framework.eventmgr.EventManager$EventThread) at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:336) "Framework Event Dispatcher: Equinox Container: 20af03d7-f365-0016-1be7-9e51a89d4e08" daemon prio=5 tid=0x00007f8942a33800 nid=0xac03 in Object.wait() [0x00007000014d8000] java.lang.Thread.State: WAITING (on object monitor) at java.lang.Object.wait(Native Method) - waiting on <0x00000007c0814638> (a org.eclipse.osgi.framework.eventmgr.EventManager$EventThread) at java.lang.Object.wait(Object.java:503) at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.getNextEvent(EventManager.java:400) - locked <0x00000007c0814638> (a org.eclipse.osgi.framework.eventmgr.EventManager$EventThread) at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:336) "Active Thread: Equinox Container: 20af03d7-f365-0016-1be7-9e51a89d4e08" prio=5 tid=0x00007f89418a1000 nid=0xab0b waiting on condition [0x00007000013d5000] java.lang.Thread.State: TIMED_WAITING (parking) at sun.misc.Unsafe.park(Native Method) - parking to wait for <0x00000007c0814a58> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject) at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2082) at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1090) at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:807) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) at java.lang.Thread.run(Thread.java:745) "Service Thread" daemon prio=5 tid=0x00007f8942027800 nid=0x4a03 runnable [0x0000000000000000] java.lang.Thread.State: RUNNABLE "C2 CompilerThread1" daemon prio=5 tid=0x00007f8942026800 nid=0x4803 waiting on condition [0x0000000000000000] java.lang.Thread.State: RUNNABLE "C2 CompilerThread0" daemon prio=5 tid=0x00007f8942023000 nid=0x4603 waiting on condition [0x0000000000000000] java.lang.Thread.State: RUNNABLE "JDWP Command Reader" daemon prio=5 tid=0x00007f8942837000 nid=0x4403 runnable [0x0000000000000000] java.lang.Thread.State: RUNNABLE "JDWP Event Helper Thread" daemon prio=5 tid=0x00007f8942836000 nid=0x4203 runnable [0x0000000000000000] java.lang.Thread.State: RUNNABLE "JDWP Transport Listener: dt_socket" daemon prio=5 tid=0x00007f8942839000 nid=0x4003 runnable [0x0000000000000000] java.lang.Thread.State: RUNNABLE "Signal Dispatcher" daemon prio=5 tid=0x00007f8942835800 nid=0x360f runnable [0x0000000000000000] java.lang.Thread.State: RUNNABLE "Finalizer" daemon prio=5 tid=0x00007f894301c000 nid=0x3003 in Object.wait() [0x000070000082b000] java.lang.Thread.State: WAITING (on object monitor) at java.lang.Object.wait(Native Method) - waiting on <0x00000007c05b6c50> (a java.lang.ref.ReferenceQueue$Lock) at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:135) - locked <0x00000007c05b6c50> (a java.lang.ref.ReferenceQueue$Lock) at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:151) at java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:209) "Reference Handler" daemon prio=5 tid=0x00007f894301b000 nid=0x2e03 in Object.wait() [0x0000700000728000] java.lang.Thread.State: WAITING (on object monitor) at java.lang.Object.wait(Native Method) - waiting on <0x00000007c05b6728> (a java.lang.ref.Reference$Lock) at java.lang.Object.wait(Object.java:503) at java.lang.ref.Reference$ReferenceHandler.run(Reference.java:133) - locked <0x00000007c05b6728> (a java.lang.ref.Reference$Lock) "main" prio=5 tid=0x00007f8942806000 nid=0xa0b in Object.wait() [0x00007fff51e09000] java.lang.Thread.State: WAITING (on object monitor) at java.lang.Object.wait(Native Method) - waiting on <0x00000007f0ce2420> (a com.appcelerator.titanium.rcp.handlers.TitaniumSplashHandler$3) at java.lang.Thread.join(Thread.java:1281) - locked <0x00000007f0ce2420> (a com.appcelerator.titanium.rcp.handlers.TitaniumSplashHandler$3) at java.lang.Thread.join(Thread.java:1355) at com.appcelerator.titanium.rcp.handlers.TitaniumSplashHandler.isLoggedIn(TitaniumSplashHandler.java:357) at com.appcelerator.titanium.rcp.handlers.TitaniumSplashHandler.init(TitaniumSplashHandler.java:259) at org.eclipse.ui.internal.Workbench$6.run(Workbench.java:817) at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42) at org.eclipse.ui.internal.Workbench.createSplashWrapper(Workbench.java:839) at org.eclipse.ui.internal.Workbench.access$5(Workbench.java:753) at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:610) 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) at org.eclipse.equinox.launcher.Main.main(Main.java:1438) "VM Thread" prio=5 tid=0x00007f8943001000 nid=0x2c03 runnable "GC task thread#0 (ParallelGC)" prio=5 tid=0x00007f894200b000 nid=0x2403 runnable "GC task thread#1 (ParallelGC)" prio=5 tid=0x00007f894200b800 nid=0x2603 runnable "GC task thread#2 (ParallelGC)" prio=5 tid=0x00007f894200c000 nid=0x2803 runnable "GC task thread#3 (ParallelGC)" prio=5 tid=0x00007f894200c800 nid=0x2a03 runnable "VM Periodic Task Thread" prio=5 tid=0x00007f8941813800 nid=0x4c03 waiting on condition JNI global references: 4437 {code} | 5 |
2,558 | TISTUD-8569 | 08/22/2016 04:32:13 | Error Reporting:Widget is disposed error during the studio logout | *To reproduce:* # Launch Appcelerator Studio # Click on the user name from the bottom toolbar # It will ask a prompt to do logout # Click on 'Yes' # After studio getting closed, re-launch the studio and verify the studio error log using Help-> Studio-> View log file Below error will be shown in the error log file. {code:java} 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.jface.operation.ModalContext$ModalContextThread.block(ModalContext.java:175) at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:390) at org.eclipse.jface.dialogs.ProgressMonitorDialog.run(ProgressMonitorDialog.java:527) at org.eclipse.ui.internal.progress.ProgressMonitorJobsDialog.run(ProgressMonitorJobsDialog.java:284) at com.appcelerator.titanium.rcp.IDEWorkbenchAdvisor.disconnectFromWorkspace(IDEWorkbenchAdvisor.java:567) at com.appcelerator.titanium.rcp.IDEWorkbenchAdvisor.postShutdown(IDEWorkbenchAdvisor.java:475) at org.eclipse.ui.internal.Workbench.shutdown(Workbench.java:3111) at org.eclipse.ui.internal.Workbench.busyClose(Workbench.java:1167) at org.eclipse.ui.internal.Workbench.access$21(Workbench.java:1079) at org.eclipse.ui.internal.Workbench$19.run(Workbench.java:1410) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70) at org.eclipse.ui.internal.Workbench.close(Workbench.java:1407) at org.eclipse.ui.internal.Workbench.close(Workbench.java:1380) at com.appcelerator.titanium.ui.LogoutAppceleratorStudioHandler.logout(LogoutAppceleratorStudioHandler.java:49) at com.appcelerator.titanium.ui.LogoutAppceleratorStudioHandler.execute(LogoutAppceleratorStudioHandler.java:32) 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:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) 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.ui.workbench.renderers.swt.HandledContributionItem.executeItem(HandledContributionItem.java:825) at org.eclipse.e4.ui.workbench.renderers.swt.HandledContributionItem.handleWidgetSelection(HandledContributionItem.java:701) at org.eclipse.e4.ui.workbench.renderers.swt.HandledContributionItem.access$6(HandledContributionItem.java:685) at org.eclipse.e4.ui.workbench.renderers.swt.HandledContributionItem$4.handleEvent(HandledContributionItem.java:613) 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: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) at org.eclipse.equinox.launcher.Main.main(Main.java:1438) Caused by: 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.Control.setToolTipText(Control.java:4185) at com.appcelerator.titanium.ui.LaunchAppToolbarContribution$1$1.run(LaunchAppToolbarContribution.java:215) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:136) ... 65 more {code} | 3 |
2,559 | TISTUD-8570 | 08/22/2016 20:36:18 | Remove call to provisioner.py | As apart the deprecation of all Titanium Python scripts, Studio must no longer call the {{provisioner.py}} script. It appears to be used by: {code} plugins/com.appcelerator.titanium.ios.core/src/com/appcelerator/titanium/ios/core/ProvisioningProfile.java {code} | 3 |
2,560 | TISTUD-8571 | 08/23/2016 17:48:23 | tiapp.xml editor schema doesn't allow comma-separated deploy types on modules | Create a project, then edit the tiapp.xml code and set a deploy type with more than one deploy types: {code} <module deploy-type="development,test">somemodule</module> {code} This is valid and the editor should not show a validation error. | 3 |
2,561 | TISTUD-8572 | 08/24/2016 11:34:57 | Error Reporting: NPE while launching mobile app project creation wizard | *To reproduce this:* # Login once to Appcelerator Studio and close it. # Go to offline mode - switch off the network # Launch studio # Create a new mobile app project. *Actual:* While launching mobile app project creation wizard, NPE is thrown in the error log. *Expected:* Project should be created without an app registration in the cloud and shouldn't throw any error during the creation. Please find the error log; {code:java} The following data will be sent: ------ STATUS ------ pluginId com.appcelerator.titanium.core pluginVersion 3.1.2.qualifier code 0 severity 4 message (Build 4.8.0.qualifier) [ERROR] com.appcelerator.titanium.core/debug/dashboard Error retrieving the JSON content for the Mobile SDK configurations fingerprint 3ec6c7ec stacktrace Exception:java.lang.NullPointerException: null at com.aptana.jetty.util.epl.ajax.JSON$StringSource.hasNext(JSON.java:1456) at com.aptana.jetty.util.epl.ajax.JSON.parse(JSON.java:812) at com.aptana.jetty.util.epl.ajax.JSON.parse(JSON.java:724) at com.aptana.jetty.util.epl.ajax.JSON.parse(JSON.java:180) at com.appcelerator.titanium.core.internal.mobile.SDKInfoManager.getSDKInfoMap(SDKInfoManager.java:78) at com.appcelerator.titanium.core.internal.mobile.SDKInfoManager.getLatestSDKInfo(SDKInfoManager.java:117) at com.appcelerator.titanium.core.internal.mobile.SDKInfoManager.getSDKInfo(SDKInfoManager.java:64) at com.appcelerator.titanium.core.internal.mobile.MobilePlatformsRegistry$LazyMobilePlatform.configurationStatus(MobilePlatformsRegistry.java:270) at com.appcelerator.titanium.ui.ide.wizard.NewMobileProjectCreationPage.validatePlatforms(NewMobileProjectCreationPage.java:303) at com.appcelerator.titanium.ui.ide.wizard.NewMobileProjectCreationPage.createControl(NewMobileProjectCreationPage.java:228) 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 org.eclipse.ui.internal.navigator.wizards.WizardShortcutAction.run(WizardShortcutAction.java:95) 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: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(NativeMethodAccessorImpl.java:-2) 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) at org.eclipse.equinox.launcher.Main.main(Main.java:1438) ------ REPORT ------ name Kondal Kolipaka email [email protected] comment productVersion 4.8.0.qualifier productName Appcelerator Studio javaRuntimeVersion 1.7.0_80-b15 osgiWs cocoa osgiOs MacOSX osgiOsVersion 10.11.4 osgiArch x86_64 {code} | 3 |
2,562 | TISTUD-8696 | 08/24/2016 21:19:29 | Liveview: Unable to find Hyperloop reference on iOS devices | Hyperloop generated JavaScript files name are in lowercase letters, i.e {{hyperloop/uikit/uiview.js}}. When Liveview tries to load {{hyperloop/UIKit/UIView.js}} it fails on iOS devices, but works fine on iOS sims. *Steps to Reproduce* 1. Create a new project with Hyperloop enabled 2. Modify the code to reference Hyperloop, i.e {{var UIView = require('UIKit/UIView');}} 3. Enable Liveview 4. Build the project for device 5. Launch the app *Actual Results* The app freezes on the splash screen, and error on output {code} [INFO] [LiveView] Error Evaluating app.js @ Line: <null> [ERROR] File: app.js [ERROR] Line: <null> [ERROR] SourceId: <null> [ERROR] Backtrace: [ERROR] undefined {code} *Expected Results* The project is able to run without error. | 2 |
2,563 | TISTUD-8573 | 08/30/2016 06:17:28 | Error reporting:Unable to evaluate expression using this context | *To reproduce:* # Open Appc studio # Enable error reporting it's not enabled. # Open tiapp.xml file # Remove closing </version> tag from the editor and save it. *Actual:* Error reporting pop-up has appeared *Expected:* Studio shouldn't send any reports for XML parse errors from trap.xml file {code:java} !ENTRY com.appcelerator.titanium.android.core 4 0 2016-08-30 13:11:29.684 !MESSAGE (Build 4.8.0.qualifier) [ERROR] javax.xml.transform.TransformerException: Unable to evaluate expression using this context !STACK 0 javax.xml.transform.TransformerException: Unable to evaluate expression using this context at com.sun.org.apache.xpath.internal.XPath.execute(XPath.java:367) at com.sun.org.apache.xpath.internal.jaxp.XPathExpressionImpl.eval(XPathExpressionImpl.java:133) at com.sun.org.apache.xpath.internal.jaxp.XPathExpressionImpl.eval(XPathExpressionImpl.java:109) at com.sun.org.apache.xpath.internal.jaxp.XPathExpressionImpl.evaluate(XPathExpressionImpl.java:191) at com.appcelerator.titanium.core.tiapp.TiAppModel.getNodes(TiAppModel.java:410) at com.appcelerator.titanium.android.core.tiapp.TiAppAndroidSectionReconciler.buildFile(TiAppAndroidSectionReconciler.java:63) at com.aptana.core.internal.build.LazyBuildParticipant.buildFile(LazyBuildParticipant.java:72) at com.aptana.editor.common.text.reconciler.CommonReconcilingStrategy.runParticipants(CommonReconcilingStrategy.java:337) at com.aptana.editor.common.text.reconciler.CommonReconcilingStrategy.reconcile(CommonReconcilingStrategy.java:277) at com.aptana.editor.common.text.reconciler.CommonReconcilingStrategy.reconcile(CommonReconcilingStrategy.java:235) at com.aptana.editor.common.text.reconciler.CommonReconcilingStrategy.fullReconcile(CommonReconcilingStrategy.java:477) at com.aptana.editor.common.text.reconciler.CommonReconciler.process(CommonReconciler.java:162) at org.eclipse.jface.text.reconciler.AbstractReconciler$BackgroundThread.run(AbstractReconciler.java:206) Caused by: java.lang.RuntimeException: Unable to evaluate expression using this context at com.sun.org.apache.xpath.internal.axes.NodeSequence.setRoot(NodeSequence.java:266) at com.sun.org.apache.xpath.internal.axes.LocPathIterator.execute(LocPathIterator.java:214) at com.sun.org.apache.xpath.internal.XPath.execute(XPath.java:339) ... 12 more --------- java.lang.RuntimeException: Unable to evaluate expression using this context at com.sun.org.apache.xpath.internal.axes.NodeSequence.setRoot(NodeSequence.java:266) at com.sun.org.apache.xpath.internal.axes.LocPathIterator.execute(LocPathIterator.java:214) at com.sun.org.apache.xpath.internal.XPath.execute(XPath.java:339) at com.sun.org.apache.xpath.internal.jaxp.XPathExpressionImpl.eval(XPathExpressionImpl.java:133) at com.sun.org.apache.xpath.internal.jaxp.XPathExpressionImpl.eval(XPathExpressionImpl.java:109) at com.sun.org.apache.xpath.internal.jaxp.XPathExpressionImpl.evaluate(XPathExpressionImpl.java:191) at com.appcelerator.titanium.core.tiapp.TiAppModel.getNodes(TiAppModel.java:410) at com.appcelerator.titanium.android.core.tiapp.TiAppAndroidSectionReconciler.buildFile(TiAppAndroidSectionReconciler.java:63) at com.aptana.core.internal.build.LazyBuildParticipant.buildFile(LazyBuildParticipant.java:72) at com.aptana.editor.common.text.reconciler.CommonReconcilingStrategy.runParticipants(CommonReconcilingStrategy.java:337) at com.aptana.editor.common.text.reconciler.CommonReconcilingStrategy.reconcile(CommonReconcilingStrategy.java:277) at com.aptana.editor.common.text.reconciler.CommonReconcilingStrategy.reconcile(CommonReconcilingStrategy.java:235) at com.aptana.editor.common.text.reconciler.CommonReconcilingStrategy.fullReconcile(CommonReconcilingStrategy.java:477) at com.aptana.editor.common.text.reconciler.CommonReconciler.process(CommonReconciler.java:162) at org.eclipse.jface.text.reconciler.AbstractReconciler$BackgroundThread.run(AbstractReconciler.java:206) --------------- linked to ------------------ javax.xml.xpath.XPathExpressionException: javax.xml.transform.TransformerException: Unable to evaluate expression using this context at com.sun.org.apache.xpath.internal.jaxp.XPathExpressionImpl.evaluate(XPathExpressionImpl.java:204) at com.appcelerator.titanium.core.tiapp.TiAppModel.getNodes(TiAppModel.java:410) at com.appcelerator.titanium.android.core.tiapp.TiAppAndroidSectionReconciler.buildFile(TiAppAndroidSectionReconciler.java:63) at com.aptana.core.internal.build.LazyBuildParticipant.buildFile(LazyBuildParticipant.java:72) at com.aptana.editor.common.text.reconciler.CommonReconcilingStrategy.runParticipants(CommonReconcilingStrategy.java:337) at com.aptana.editor.common.text.reconciler.CommonReconcilingStrategy.reconcile(CommonReconcilingStrategy.java:277) at com.aptana.editor.common.text.reconciler.CommonReconcilingStrategy.reconcile(CommonReconcilingStrategy.java:235) at com.aptana.editor.common.text.reconciler.CommonReconcilingStrategy.fullReconcile(CommonReconcilingStrategy.java:477) at com.aptana.editor.common.text.reconciler.CommonReconciler.process(CommonReconciler.java:162) at org.eclipse.jface.text.reconciler.AbstractReconciler$BackgroundThread.run(AbstractReconciler.java:206) Caused by: javax.xml.transform.TransformerException: Unable to evaluate expression using this context at com.sun.org.apache.xpath.internal.XPath.execute(XPath.java:367) at com.sun.org.apache.xpath.internal.jaxp.XPathExpressionImpl.eval(XPathExpressionImpl.java:133) at com.sun.org.apache.xpath.internal.jaxp.XPathExpressionImpl.eval(XPathExpressionImpl.java:109) at com.sun.org.apache.xpath.internal.jaxp.XPathExpressionImpl.evaluate(XPathExpressionImpl.java:191) ... 9 more Caused by: java.lang.RuntimeException: Unable to evaluate expression using this context at com.sun.org.apache.xpath.internal.axes.NodeSequence.setRoot(NodeSequence.java:266) at com.sun.org.apache.xpath.internal.axes.LocPathIterator.execute(LocPathIterator.java:214) at com.sun.org.apache.xpath.internal.XPath.execute(XPath.java:339) {code} | 3 |
2,564 | TISTUD-8575 | 08/31/2016 08:08:13 | LiveView: vEthernet network connection is selected when building on a Windows system | h5.Description When building on a Windows system that has Windows Phone Emulators installed LiveView seems to always pick the {{vEthernet (Internal Ethernet Port Windows Phone Emulator Internal Switch)}} network connection meaning that devices are unable to connect to the liveview server as this is an internal network connection used solely for emulators *Note* I believe that ipv4 address for this adapter is always 169.254.80.80 *Workaround* To workaround this issue, disable the switch in Network and Connections. # Go to Control Panel # Open Network and Sharing Centre # Click Change adapter settings # Right click vEthernet and click Disable *This will mean you will not be able to build for Windows Phone Emulators, be sure to enable this when you are finished* h5.Steps to reproduce # Ensure you have Windows Phone Emulators installed and that you see the vEthernet switch in Network Connections # Enable LiveView from Studio # Build for Android # Disable the vEthernet switch in Network and Connections # Build for Android h5.Actual result At step 3 the LiveView connection will not be successful At step 5 the LiveView connection will be successful h5.Expected result The LiveView connection should be successful in both cases | 5 |
2,565 | TISTUD-8576 | 08/31/2016 09:52:37 | Error Reporting: Unable to retrieve user downloads error in offline mode | {code:java} The following data will be sent: ------ STATUS ------ pluginId com.appcelerator.titanium.core pluginVersion 3.1.2.qualifier code 0 severity 4 message (Build 4.8.0.qualifier) [ERROR] Unable to retrieve user downloads. The following error occured: 2016-08-31T08:46:23.638Z | ERROR | {"code":"ENOTFOUND","errno":"ENOTFOUND","syscall":"getaddrinfo","hostname":"platform.appcelerator.com","host":"platform.appcelerator.com","port":443,"success":false} fingerprint 039319c4 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.core.user.TitaniumUserManager.getDownloads(TitaniumUserManager.java:365) at com.appcelerator.titanium360.core.update.SoastaComponentReleaseProvider.retrieveUpdates(SoastaComponentReleaseProvider.java:49) at com.appcelerator.titanium.update.core.AbstractTitaniumReleaseProvider.getReleases(AbstractTitaniumReleaseProvider.java:50) at com.appcelerator.titanium360.core.update.SoastaComponentReleaseProvider.getReleases(SoastaComponentReleaseProvider.java:61) at com.appcelerator.titanium.update.core.TitaniumReleaseProviderManager.getReleases(TitaniumReleaseProviderManager.java:193) at com.appcelerator.titanium.update.internal.core.TitaniumReleasesUpdater.getTitaniumReleaseUpdates(TitaniumReleasesUpdater.java:1011) at com.appcelerator.titanium.update.internal.core.TitaniumReleasesUpdater.getAvailableUpdates(TitaniumReleasesUpdater.java:312) 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$2.run(TitaniumUpdateStartup.java:167) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54) ------ REPORT ------ name Kondal Kolipaka email [email protected] comment productVersion 4.8.0.qualifier productName Appcelerator Studio javaRuntimeVersion 1.7.0_80-b15 osgiWs cocoa osgiOs MacOSX osgiOsVersion 10.11.4 osgiArch x86_64 {code} | 3 |
2,566 | TISTUD-8577 | 09/01/2016 07:20:15 | Error Reporting: java.lang.IllegalArgumentException: Argument not valid | *Details:* While opening a tiapp.xml file, studio reported the below error. {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 b491ce74 stacktrace Caused by: Exception:org.eclipse.swt.SWTException: Failed to execute runnable (java.lang.IllegalArgumentException: Argument not valid) 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: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) at org.eclipse.equinox.launcher.Main.main(Main.java:1438) java.lang.IllegalArgumentException: Argument not valid at org.eclipse.swt.SWT.error(SWT.java:4422) 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.checkParent(Widget.java:511) at org.eclipse.swt.widgets.Widget.<init>(Widget.java:132) at org.eclipse.swt.widgets.Control.<init>(Control.java:116) at org.eclipse.swt.widgets.Scrollable.<init>(Scrollable.java:73) at org.eclipse.swt.widgets.Composite.<init>(Composite.java:91) at org.eclipse.ui.forms.widgets.LayoutComposite.<init>(LayoutComposite.java:24) at org.eclipse.ui.forms.widgets.FormToolkit.createComposite(FormToolkit.java:311) at com.appcelerator.titanium360.ui.tiapp.Titanium360TiappContributor.createSectionContents(Titanium360TiappContributor.java:627) at com.appcelerator.titanium360.ui.tiapp.Titanium360TiappContributor.access$9(Titanium360TiappContributor.java:542) at com.appcelerator.titanium360.ui.tiapp.Titanium360TiappContributor$2$1.run(Titanium360TiappContributor.java:492) 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: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) at org.eclipse.equinox.launcher.Main.main(Main.java:1438) ------ REPORT ------ name kondal kolipaka email [email protected] comment productVersion 4.8.0.qualifier productName Appcelerator Studio javaRuntimeVersion 1.7.0_80-b15 osgiWs cocoa osgiOs MacOSX osgiOsVersion 10.11.1 osgiArch x86_64 {code} | 3 |
2,567 | TISTUD-8578 | 09/01/2016 11:25:00 | SDK: Install Titanium SDK 5.4.0GA - List of SDK's empty and internal error occurred in studio. | After updating 5.4.0.GA, titanium SDK drop-down list is empty and showing an error on tiapp.xml overview tab. When trying to reopen the studio it says an internal error occurred during: *Initializing Titanium 360 UI plugin .Could not initialize class java.lang.UNIXProcess*. | 5 |
2,568 | TISTUD-8579 | 09/02/2016 17:08:42 | Android: Update link to Android tools | h5.Description Currently Studio is checking [this link|https://github.com/appcelerator/titanium_studio/blob/d9edecd02b1446bd8f6edcc2a5aa0d85ca3991ab/plugins/com.appcelerator.titanium.android.core/src/com/appcelerator/titanium/android/core/update/SDKReleaseProvider.java#L59] for updates to Android tooling, however this link appears to be outdated as it does not list the most recent Android SDK Build-tools >= 24.0. The most recent link appears to be https://dl-ssl.google.com/android/repository/repository-12.xml Currently using SDK Build-tools >= 24.0 will cause the titanium build process to fail, see TIMOB-23826, this should probably be coordinated with support, or documentation, for that issue. h5.Steps to reproduce # Install Android from Appc Studio h5.Actual Result The build tools installed are 23.0.1 h5.Expected result The build tools installed should be the latest | 8 |
2,569 | TISTUD-8580 | 09/02/2016 20:59:37 | iOS: Studio doesn't detect WatchOS 3 sims | When I try to launch a WatchApp on simulator (iOS 10 phone sim, WatchOS 3 watch sim), I get the below error: {code} [ERROR] : An error was encountered processing the command (domain=com.apple.CoreSimulator.SimError, code=161): Unable to pair devices The requested devices do not have OS versions that are compatible with eachother. {code} Looking up the UDID of the Watch simulators that Studio is trying to build for, I see that they are only WatchOS 2.X. *Steps to reproduce issue* 1. Create a new app 2. Add an Apple Watch app to the project, via the tiapp.xml 3. Build the app for iOS 10 sim with an Apple Watch sim *Expected Results* The build succeeds and the app runs without error *Actual Results* The above error is encountered *Notes* This behavior persisted after refreshing devices, selecting a different Xcode and switching back, and restarting Studio. I also see the below in the logs, right before the error {code} [INFO] : Launching iOS Simulator [TRACE] : [ioslib] Found watchOS 3.0 app: com.appc.studiotry.watchkitapp [TRACE] : [ioslib] Selected iOS Simulator: iPhone 6s Plus [TRACE] : [ioslib] UDID = E36CE007-76CF-4D92-BFA3-DF9120B422B5 [TRACE] : [ioslib] iOS = 10.0 [TRACE] : [ioslib] Selected WatchOS Simulator: Apple Watch - 42mm [TRACE] : [ioslib] UDID = C1EC9459-708D-4DFB-B710-E86B811C5040 [TRACE] : [ioslib] WatchOS = 2.0 {code} If I run the app from the CLI using {{appc run -p ios --launch-watch-app}}, the app will run as expected on the phone simulator I selected in Studio, but on the WatchOS 3 watch simulator. | 5 |
2,570 | TISTUD-8584 | 09/06/2016 09:59:41 | Error reporting: Unknown SDK windows | *Details:* This happened when I launch the Appcelerator studio for the first time on a new mac machine. {code:java} The following data will be sent: ------ STATUS ------ pluginId com.appcelerator.titanium.ui.ide pluginVersion 1.1.0.1468941040 code 0 severity 4 message (Build 4.8.0.201608221113) [ERROR] com.appcelerator.titanium.core/debug/dashboard Unknown SDK windows fingerprint fe24afc6 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:292) at com.appcelerator.titanium.ui.portal.actionController.MobileSDKActionController.refreshSDK(MobileSDKActionController.java:344) at com.appcelerator.titanium.ui.portal.actionController.MobileSDKActionController$1.run(MobileSDKActionController.java:125) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54) ------ REPORT ------ name Kondal Kolipaka email [email protected] comment productVersion 4.8.0.201608221113 productName Appcelerator Studio javaRuntimeVersion 1.7.0_80-b15 osgiWs cocoa osgiOs MacOSX osgiOsVersion 10.11.6 osgiArch x86_64 {code} | 3 |
2,571 | TISTUD-8588 | 09/08/2016 12:24:17 | Windows: 'Mobile App Project' dropdown on module packaging is blank | h5.Description When packaging a Windows module and selecting the {{'Mobile App Project'}} option the dropdown for the apps is blank. When packaging for Android the dropdown does show apps h5.Steps to reproduce # Create a Windows module # Go to package the module and select 'Mobile App Project' output location h5.Actual result No apps are shown h5.Expected result Ti apps in the workspace should shown similar to other platforms | 5 |
2,572 | TISTUD-8590 | 09/09/2016 22:10:26 | iOS: Studio cannot detect iOS devices or simulators | When using SDK 5.5.0.v20160909001141, Studio is unable to refresh devices or detect iOS simulators/devices. *Steps to reproduce issue* 1. Install and select Ti SDK 5.5.0.v20160909001141 2. Create a new project in Studio 3. Try to build the project for iOS *Expected Results* Devices/Sims should be available and you can successfully build for them *Actual Results* The devices/sims are not available *Notes* The error received when refreshing devices is: {code} An internal error occurred during: "Refreshing Devices...". org.json.simple.JSONArray cannot be cast to org.json.simple.JSONObject {code} | 5 |
2,573 | TISTUD-8592 | 09/12/2016 09:06:23 | Unable to add php, python and ruby plug-in installations do not work | Trying to create templates for Alloy and directed to https://wiki.appcelerator.org/display/guides2/Adding+PHP%2C+Ruby+or+Python+Support. However, all installations for the plug-ins error out. Using Studio Version 4.6.0 | 3 |
2,574 | TISTUD-8591 | 09/12/2016 10:16:45 | Windows: Move to new build options for windows sdk and cert | h5.Description In TIMOB-23193 it is planned to move to target agnostic build options for windows SDK (currently \-\-wp-sdk) and the certificate (currently \-\-ws-cert). Studio uses \-\-wp-sdk for packaging and building to all devices/emulators and \-\-ws-cert for packaging for Windows 10. When implemented Studio should move to using these build options | 3 |
2,575 | TISTUD-8593 | 09/16/2016 17:48:13 | Appcelerator Studio Slow in Loading when working from home | When working in the Axway Phoenix office my Appcelerator Studio loads in 15 seconds, when working from home it takes more than 3 minutes. Building and running an App in the office takes 45 seconds or so, while doing the same at home takes up to 15 minutes. | 5 |
2,576 | TISTUD-8594 | 09/16/2016 23:16:38 | Manually checking for appcelerator updates for studio 4.8.0.201609061702 fails due to java.lang.NullPointerException | This is not a regression. Is seen with studio 4.7.1.201609100950. h5.Steps to reproduce: 1. Install studio 4.8.0.201609061702. 2. On MAC go to {{Help --> Check for Appcelerator updates}}. h5.Actual Results: 1. The update check fails due to {{java.lang.NullPointerException}} {code} !ENTRY org.eclipse.core.jobs 4 2 2016-09-16 15:10:07.067 !MESSAGE An internal error occurred during: "Checking for new Appcelerator Updates...". !STACK 0 java.lang.NullPointerException at com.appcelerator.titanium.update.core.TitaniumReleaseInfo.<init>(TitaniumReleaseInfo.java:68) at com.appcelerator.titanium.update.core.AbstractTitaniumReleaseProvider.parseTitaniumRelease(AbstractTitaniumReleaseProvider.java:38) at com.appcelerator.titanium.update.core.AbstractTitaniumReleaseProvider.getReleases(AbstractTitaniumReleaseProvider.java:62) at com.appcelerator.titanium360.core.update.AppceleratorModuleReleaseProvider.getReleases(AppceleratorModuleReleaseProvider.java:59) at com.appcelerator.titanium.update.core.TitaniumReleaseProviderManager.getReleases(TitaniumReleaseProviderManager.java:193) at com.appcelerator.titanium.update.internal.core.TitaniumReleasesUpdater.getTitaniumReleaseUpdates(TitaniumReleasesUpdater.java:1011) at com.appcelerator.titanium.update.internal.core.TitaniumReleasesUpdater.hasModuleUpdates(TitaniumReleasesUpdater.java:254) at com.appcelerator.titanium.update.internal.core.TitaniumReleasesUpdater.hasUpdates(TitaniumReleasesUpdater.java:203) at com.appcelerator.titanium.update.ui.handler.TitaniumUpdateHandler$1.run(TitaniumUpdateHandler.java:63) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54) {code} h5.Expected Results: 1. {{Check for Appcelerator updates}} should work & not fail. | 5 |
2,577 | TISTUD-8597 | 09/19/2016 10:18:26 | Studio: unable to create mobile apps from ruble | h5. Description Customer is not able to create new project templates. h5. Steps to Reproduce # Create a new ruble # Create a new Alloy app project # zip the alloy app and put inside the Ruble # Create a new project from the mobile app project template # The attached error is showed | 5 |
2,578 | TISTUD-8598 | 09/23/2016 16:17:25 | Arrow: Handle error from Arrow deployment better | h5.Description API-882 now allow appc publish to return an error when the app can not be started. When publishing from Studio the below happens. Studio should handle this better. !https://puu.sh/rlbSy/c0e11e65c3.png! h5.Steps to reproduce # Add the following to models/user.js {{var breakit = require('fooo');}} # Publish the app from Studio h5.Actual result Studio appears to throw and error as it can't parse a URL from the output h5.Expected result Studio should handle the error better | 5 |
2,579 | TISTUD-8600 | 09/23/2016 23:14:27 | Studio console log does not show debug logs while building/packaging android module. | h5.Steps to reproduce: 1. In TIMOB-23943 the fix is to have proper logging in the console when an android module is built. 2. Now, package an android module using studio. 3. Observe the studio logs for the module build process. h5.Actual results: 1. We get the {{warn}} & {{info}} logs but we do not get any {{debug}} logs. 2. If we run the command studio runs from CLI we see the {{debug}} logs like {code} [DEBUG] Running: /Users/lchoudhary/Desktop/androidNDK/android-ndk-r12b/ndk-build TI_MOBILE_SDK=/Users/lchoudhary/Library/Application Support/Titanium/mobilesdk/osx/6.0.0.v20160923122318 NDK_PROJECT_PATH=/Users/lchoudhary/Desktop/workspaces/new_test_workspace/test-and-mod/android/build/generated NDK_APPLICATION_MK=/Users/lchoudhary/Desktop/workspaces/new_test_workspace/test-and-mod/android/build/generated/Application.mk PYTHON=python V=0 {code} h5.Expected results: 1. We should see the {{debug}} logs in studio as well. | 3 |
2,580 | TISTUD-8603 | 09/27/2016 16:20:25 | Alloy: Unable to create an alloy component when right clicking on file | h5.Description *This is a regression, probably introduced by TISTUD-7800* When creating an alloy component (controller, model etc.) and the user has right clicked on a file the creation will not take place and no errors will be thrown, the command Studio is passing is {{Process: C:\Users\ewan\AppData\Roaming\npm\appcelerator.CMD" "alloy" "generate" "controller" "test.js\test2" "\-\-no-colors" "\-\-no-progress-bars" "\-\-no-prompt" "\-\-no-banner" "\-\-prompt-type" "socket-bundle" "\-\-prompt-port" "52905"}} h5.Steps to reproduce # Navigate to index.js in app/controllers for an alloy project # Right click on index.js # Create an alloy component h5.Actual result The component is not created h5.Expected The component should be created in the root of the component type folder, i.e controllers/<filename> for a controller | 5 |
2,581 | TISTUD-8605 | 09/28/2016 21:37:51 | Studio must no longer rely on wait_for_device.py | Today, Studio has a dependency on {{wait_for_device.py}} in the Titanium SDK. This file is going away. Studio currently constructs the path to {{wait_for_device.py}} in https://github.com/appcelerator/titanium_studio/blob/development/plugins/com.appcelerator.titanium.android.core/src/com/appcelerator/titanium/android/core/launching/AndroidSDKTools.java, then uses this path when launching the Android emulator to preview a mobile web app here: https://github.com/appcelerator/titanium_studio/blob/development/plugins/com.appcelerator.titanium.mobileweb.core/src/com/appcelerator/titanium/mobileweb/core/launching/MobileWebEmulatorLaunchConfigurationDelegate.java. One solution is for Studio to just distribute the {{wait_for_device.py}} script that is currently in the SDK. | 3 |
2,582 | TISTUD-8609 | 10/05/2016 08:53:43 | iOS Debugger: JSCore: Variables not shown in variable window when debug on iOS simulator | When debugging on iOS simulator the variable window does not show any variables except for "_proto_" variable * The issue occurs with <use-jscore-framework> as true * The issue occurs for both Alloy and Classic apps Steps to Reproduce: 1. Create a new project 2. Add a breakpoint 3. Debug the project on iOS simulator Actual Result: The variables window during the whole debug process shows only one variable "_proto_" Expected Results: The variables window should show all the relevant variables | 8 |
2,583 | TISTUD-8610 | 10/05/2016 10:34:12 | iOS Debugger: JSCore: When debugging on iOS device the debug process keeps on waiting for app launch on device | When trying to debug on iOS device the debug process keeps on waiting at the step for manual launch of app on device even after the app is launched. * The issue occurs with <use-jscore-framework> as true * The issue occurs for both Alloy and Classic apps Steps to Reproduce: 1. Create a new project 2. Add a breakpoint 3. Debug the project on iOS 4. Launch the app on device Expected Result: On manual launch of app on device the connection should be made with debugger process and any breakpoint set should be hit. Actual Result: Even after the app has been launched the debug process keeps on waiting for the manual app launch. Note: When the debug is done on the device then an alert to Trust the computer is shown. However the alert message for connecting over wifi is never shown on device. (which is shown when debug is done using TiCore) Also following exception is shown in the studio logs {code} java.lang.ArrayIndexOutOfBoundsException: 0 at com.dd.plist.PropertyListParser.determineType(PropertyListParser.java:97) at com.dd.plist.PropertyListParser.parse(PropertyListParser.java:208) at com.axway.inspector.protocol.internal.DeviceInspectorReader.readMessage(DeviceInspectorReader.java:46) at com.axway.inspector.protocol.internal.InspectorReader.run(InspectorReader.java:57) at java.lang.Thread.run(Thread.java:745) {code} | 13 |
2,584 | TISTUD-8612 | 10/06/2016 02:10:23 | iOS Debugger: JSCore: NPE on click of any debug control button after debug has been terminated | While debugging an app click on Terminate debug button. The other debug controls like resume/pause and other step buttons still remain enabled. Clicking on any of those then give a Null pointer exception * The issue occurs only when <use-jscore-framework> is true * The issue occurs for both Alloy and Classic apps Steps to Reproduce: 1. Create a new project 2. Add a breakpoint 3. Debug the project on iOS simulator 4. During the debug process, click on terminate button to terminate debug. 5. Click on any other enabled debug control button like resume/pause Actual Result: An exception is shown. Following are the studio logs {code} !MESSAGE An internal error occurred during: "Execute Debug Command". !STACK 0 java.lang.NullPointerException at com.axway.inspector.protocol.internal.Inspector.sendCommandAsync(Inspector.java:263) at com.axway.inspector.protocol.internal.Inspector.sendCommandAsync(Inspector.java:257) at com.axway.inspector.debugger.internal.Debugger.stepInto(Debugger.java:167) at com.appcelerator.titanium.ios.core.launching.debug.JSCThread.stepInto(JSCThread.java:97) at com.appcelerator.titanium.ios.core.launching.debug.JSCStackFrame.stepInto(JSCStackFrame.java:92) at org.eclipse.debug.internal.core.commands.StepIntoCommand.step(StepIntoCommand.java:32) at org.eclipse.debug.internal.core.commands.StepCommand.doExecute(StepCommand.java:36) at org.eclipse.debug.core.commands.AbstractDebugCommand$1.run(AbstractDebugCommand.java:225) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54) {code} | 5 |
2,585 | TISTUD-8613 | 10/06/2016 14:40:09 | iOS Debugger: Breakpoint is not hit for the first time for a clean alloy project | When a clean Alloy project is debugged on iOS the breakpoint is not hit. However when the same project is debugged again without cleaning the previous project build then the breakpoint does hit successfully. The issue is not a regression as it occurs in previous version of Studio (4.7.1) and SDK (5.1.1) as well. * The issue happens only for Alloy apps. * This issue was found while testing the debug with TiCore framework Steps to Reproduce: 1. Create a new alloy project 2. Add a breakpoint 3. Debug the project on iOS 4. Without cleaning the project again debug the project on iOS device/Sim Actual Result: After Step 3: No breakpoint is hit After Step 4: Breakpoint is hit during debug Expected Result: The breakpoint should hit on each debug run | 8 |
2,586 | TISTUD-8628 | 10/17/2016 23:38:15 | Appcelerator Software Update giving errors | Unable to check for software updates, Null exception generated: Version : 4.7.1.201609100950 URL used is Appcelerator Studio Stable Updates - http://preview.appcelerator.com/appcelerator/appc-studio/standalone/update/stable/ | 5 |
2,587 | TISTUD-8632 | 10/19/2016 15:22:39 | Debugger: Error thrown when terminating build process after terminating debugger | h5.Description When debugging an app on Android, if the debugger is terminated before the build process when a user attempts to terminate the debug process from the terminal tab then the below error will be thrown {code} An internal error occurred during: "Execute Debug Command". java.lang.NullPointerException {code} The logs show the below {code} !ENTRY org.eclipse.core.jobs 4 2 2016-10-19 14:27:20.610 !MESSAGE An internal error occurred during: "Execute Debug Command". !STACK 0 java.lang.NullPointerException at com.appcelerator.titanium.android.debug.core.V8DebugTarget.terminate(V8DebugTarget.java:401) at org.eclipse.debug.internal.core.commands.TerminateCommand.execute(TerminateCommand.java:32) at org.eclipse.debug.internal.core.commands.ForEachCommand.doExecute(ForEachCommand.java:32) at org.eclipse.debug.core.commands.AbstractDebugCommand$1.run(AbstractDebugCommand.java:225) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54) {code} h5.Steps to reproduce # Debug an app on Android # Terminate the debugger by clicking the red square in the debugger controls # Terminate the build process by clicking the red square in the console tab. You may need to select device in the Debug tab h5.Actual result Error is thrown, build process can not be terminated h5.Expected result Should be able to terminate build process after terminating debugger | 5 |
2,588 | TISTUD-8636 | 10/27/2016 01:00:45 | iOS Debugger: JSCore: Debug on iOS ignores all breakpoints on device | *Description* When an app is debugged on an iOS device, it executes to completion without stopping at any break points. The issue occurs with <use-jscore-framework> as true. On the simulator, the app does halt at each breakpoint. *Steps to reproduce* 1. Create a classic app, and insert a few breakpoints. 2. Build and debug on an iOS device. 3. Observe that app executes without halting at any break point. *Result* The app should halt at all break points. *Expected Result* The app does not stop at any breakpoint. *Sample Code* The bug was discovered while executing tests. This was the code that was run (note that are 2 files): {code} // app.js console.log('console LOG'); console.log(['console LOG', 'ARG1', 'ARG2']); console.debug('console DEBUG'); console.debug(['console DEBUG', 'ARG1', 'ARG2']); Ti.API.info('Ti.include.module.js'); //breakpoint here Ti.include('module.js'); Ti.API.info('require.module'); //breakpoint here require('module'); // The following code are the contents of module.js: var a = 1; Ti.API.info('a=1'); var b = 2; Ti.API.info('b=2'); var c = 3; Ti.API.info('c=3'); {code} | 8 |
2,589 | TISTUD-8643 | 10/27/2016 10:31:50 | Android Debugger: Not all variables shown during debug of android app with SDK 6.0.0 | With SDK 6.0.0 when an android app is debugged then the variable window does not show all the variables. * This is a regression as the issue does not occur with SDK 5.5.1.GA Refer to attached screenshot as well to notice the difference in variables shown across two versions of SDK Steps to Reproduce: 1. create a classic app 2. Replace the code in app.js with the following code {code} Ti.include("import.js"); var y = {foo:'bar'}; var f = function() { var foo = "a"; Ti.API.info("Inside anonymous function: "+foo); Ti.API.info("Global val: "+x); x+=1; }; f(); {code} 3. Add a new file import.js and add following code in it {code} var x = 10; Ti.API.info("x = "+x); {code} 4. Add a breakpoint in import.js and also on any appropriate line in app.js 5. Debug on android device Actual result: When the breakpoint in import.js is hit then check the variables. Not all appropriate variables are shown. Hit resume to hit the breakpoint in app.js. Even not all appropriate variables are shown even when the control is in app.js Expected Result: All the appropriate variables should be shown in the variable window during debug | 8 |
2,590 | TISTUD-8641 | 10/31/2016 23:39:49 | Windows: Studio always installs node | h5.Description When installing Studio on Windows, node is installed when it should not be. The only cases where node should be installed is when the user is running a version lower than the supported (4.2.0) or they have no version installed. h5.Steps to reproduce # Install a node higher than 4.2.0 https://nodejs.org/en/ # Install Studio h5.Actual result Studio will install node h5.Expected result Studio should not support node as the machine has a supported version installed | 5 |
2,591 | TISTUD-8642 | 11/01/2016 07:46:14 | Android Debugger: Breakpoint not hit during debug of alloy app on android device | Breakpoint not hit when alloy app is debugged on android device * This is a regression as the issue does not occur on Studio 4.7.1 Steps to Reproduce: 1. Create a default alloy app 2. Add breakpoint to the alert statement in the doClick method 3. Debug on android device 4. After app launch on the device, click on the label Actual Result: The breakpoint set in the doClick function is not hit Expected Result: The breakpoint should hit in alloy apps when debug on android device | 8 |
2,592 | TISTUD-8644 | 11/03/2016 10:42:58 | Installer: Node not installed when an unsupported version is installed | h5.Description When a user has an unsupported version of Node installed and they install Studio, the prerequisite check should pick up this version and install Node. Currently it does not and Node will not be installed through the installer. When the user then opens Studio it will install Node 4.6.0. h5.Steps to reproduce # Install [email protected] https://nodejs.org/download/release/v0.12.17/ # Install Studio from http://studio-jenkins.appcelerator.org/view/Master/job/appcelerator-installer-win-master/ h5.Actual result The prereq check will not install Node h5.Expected result The prereq check should install Node | 2 |
2,593 | TISTUD-8647 | 11/03/2016 20:54:06 | iOS Debugger: JScore: Studio crash when debugging alloy app with Simulator | *Description*: While attempting to debug an alloy app on Simulator with JSCore set to true, Studio screen turns gray, and becomes unresponsive. *Steps to reproduce*: 1. Create a default alloy app and replace the index.js code below to include breakpoint testing. 2. Debug the app using iOS simulator. *Result*: 1. Simulator launches, and splash screen is observed. 2. Simulator does not advance past splash screen, and Studio turns completely gray. 3. Screen shot and log files are attached to this ticket. *Expected Result*: 1. App should launch in Simulator 2. Studio should not crash/become unresponsive. *Code* // index.js {code} function doClick(e) { alert(a); } var a = 'Hello'; $.index.open(); {code} | 5 |
2,594 | TISTUD-8648 | 11/03/2016 21:46:19 | iOS Debugger: JScore: Debugger does not connect to device with alloy/classic app | *Description*: While attempting to debug an alloy app on Device with JSCore set to true, Studio waits for app to be launched, however, even with the app launched, Studio does not acknowledge and continues to wait. Update 11/8/2016: Also tried this with classic app, and the issue is observed. *Steps to reproduce*: 1. Create a default alloy app and replace the index.js code below to include breakpoint testing. 2. Debug the app using iOS Device. Both the host and the device are on the same network. *Result*: 1. App appears on iOS device. 2. After launching the app, appropriate button is seen and when tapped, alert is shown as expected. 3. In Studio, pop-box which shows current status of build is stuck on "Launch app on device" *Expected Result*: 1. Studio should have detected that app was launched, and subsequently continued the debug process. *Code* // index.js function doClick(e) { alert(a); } var a = 'Hello'; $.index.open(); {code} {code} | 8 |
2,595 | TISTUD-8649 | 11/04/2016 00:28:59 | iOS Debugger: JScore: Alloy app does not launch on Simulator in debug mode | *Description*: While attempting to debug an alloy app on Simulator with JSCore set to true, app on the simulator gets stuck on the splash screen. That is, the app does not load. *Steps to reproduce*: 1. Create a default alloy app, and add a breakpoint in the alert function in index.js. 2. Run the debugger with the iOS simulator as target. *Result*: 1. App is successfully downloaded to the app. 2. However, the app does not load and remains stuck in the splash screen. 3. I have also tried this with Studio 4.7, and this problem is not seen there. *Expected Result*: 1. The app should load up and show a label. 2. I have attached relevant logs. | 8 |
2,596 | TISTUD-8656 | 11/05/2016 09:01:54 | Studio freezes momentarily when opening or closing files | Since I updated to MacOS Sierra, Studio has issues when opening or closing files. It freezes momentarily making the process slow. | 8 |
2,597 | TISTUD-8652 | 11/09/2016 00:33:21 | Studio toolbar buttons(run,device/emulator dropdown menu) are too small and the text on them are illegible | In such resolution, it is near impossible to see the text on buttons, for example, 'run". This would adjust automatically, or least provide options to change font/button size. This is rather important for developer adoption and usability | 5 |
2,598 | TISTUD-8657 | 11/14/2016 05:39:41 | Android Debugger: Global variables hidden after click on any variable in debug-variable window | During debug on Android device, when we click on any variable in the variable window the Global scope containing all the global variables is hidden. It does not show up even in a fresh debug process. Have to restart studio in order for it to show up again. Steps To Reproduce: 1. Create a default alloy or classic app 2. Add a breakpoint and debug on Android device 3. When a breakpoint is hit check the variable window. It shows all the global variables under the Global header 4. Click on any variable in the variable window Actual Result: All the global variables including the Global header gets hidden Expected Result: The global variables should continue to show | 3 |
2,599 | TISTUD-8658 | 11/21/2016 04:37:47 | Hyperloop 1.2.8 update shown with SDK 6.0 - it should be 2.0.0 | Studio update check shows Hyperloop 1.2.8 instead of 2.0.0 with 6.0 SDK - Looks like Hyperloop Module JSON structure({{appc platform downloads get -o json}}) got changed recently and studio is not aware of that. Studio checks for {{url_sdk6}} and {{version_sdk6}} flags but those are not available now. Need to make the changes in the studio get the Hyperloop module based on the new json structure. New JSON structure for hyperloop {code:java} { "oses": [ "linux", "win32", "osx" ], "platforms": [ "iphone", "android" ], "required": true, "partner_id": "A0B129A418829127EC551EB8ADB0D1CC", "partner_name": "Appcelerator", "name": "Hyperloop", "description": "Gain complete access to native APIs in your Titanium mobile applications.", "id": "hyperloop", "guid": "99a136cd-4e51-40da-bcdb-d514f5895fb5", "version": "1.2.8", "url": "http://appcelerator-modules.s3.amazonaws.com/hyperloop-1.2.8.zip", "min_mobilesdk_version": "5.4.0", "versions": [ { "platforms": [ "iphone", "android" ], "sdk_versions": ">=5.4.0 <6.0.0", "version": "1.2.8", "url": "https://appcelerator-modules.s3.amazonaws.com/hyperloop-1.2.8.zip" }, { "platforms": [ "iphone", "android" ], "sdk_versions": ">=6.0.0", "version": "2.0.0", "url": "https://appcelerator-modules.s3.amazonaws.com/hyperloop-2.0.0.zip" } ] } {code} | 5 |
2,600 | TISTUD-8659 | 11/22/2016 06:50:05 | Show Hyperloop release notes in the studio update wizard | When Hyperloop update is shown in the studio - there is no release notes shown for a particular release. From Hyperloop 1.2.8 onwards, as we are publishing release notes for Hyperloop- it's better to show them in the studio as well. *To reproduce:* 1. Check for Appcelerator updates from studio 2. Hyperloop 2.0 update will be shown with SDK 6.0 3. Select Hyperloop 2.0 from the update list *Actual:* There are no release notes shown for 2.0 release. It just shows the default release notes as {{Hyperloop provides direct access to the native APIs using JavaScript}} *Expected:* It should release notes from here - http://docs.appcelerator.com/platform/latest/?print=/guide/Hyperloop_2.0.0_Release_Note | 5 |
2,601 | TISTUD-8661 | 12/07/2016 04:10:19 | Multiple Appcelerator login prompts appear after launching a studio | Studio shows multiple login prompts if the studio got launched with an invalid login session. *To reproduce:* # Open a studio with the invalid session(I believe login session is valid for 3 days) # Studio will launch without asking for login credentials on splash screen # But after launching the studio - it will prompt for login credentials # Provide the login credentials and click on Ok # Again it will ask for login details, this will continue for 2-3 times *Actual:* Multiple login prompts appeared after launching the studio *Expected:* Login prompt should appear only once after launching the studio | 13 |
2,602 | TISTUD-8662 | 12/07/2016 04:18:09 | Hide Windows Preference page in Mac OS | As we don't support building Windows mobile Apps from MacOS, Windows Preferences page shouldn't appear while we are working on MacOS environment. *To reproduce:* # Go to Studio preferences # Go to Studio -> Platforms *Actual:* Windows is shown under Platforms tree section *Expected:* Windows preferences shouldn't be there | 2 |
2,603 | TISTUD-8665 | 12/13/2016 08:21:34 | Disclaimer Text on Login Screen for 13" Mac running Windows | Referring to the attached screenshot, the disclaimer text is kind of cut down on the last line of text. This is possibly due to the text size that we chose, without considering the character width on running Operating System. !Login Screen on 13 Inch Mac.jpeg|thumbnail! | 2 |
2,604 | TISTUD-8668 | 12/19/2016 18:29:29 | Studio should not use removed options for build commands | Studio uses removed options in its build command: {code} /usr/local/bin/node /Users/Eric/.appcelerator/install/6.1.0/package/node_modules/titanium/lib/titanium.js build run --platform ios --log-level trace --sdk 6.0.1.v20161215105512 --project-dir /Users/Eric/Documents/Appcelerator_Studio_Workspace/appstoreCheck --target simulator --ios-version 10.2 --device-family universal --deploy-type development --sim-type iphone --sim-version 10.2 --device-id 6AFA381E-893F-4C19-A473-A98904E41057 --skip-js-minify --no-colors --no-progress-bars --no-prompt --prompt-type socket-bundle --prompt-port 54293 --config-file /var/folders/l6/5xvw88dx3zg3mqm0t080tt040000gn/T/build-1482171575495.json --no-banner --project-dir /Users/Eric/Documents/Appcelerator_Studio_Workspace/appstoreCheck {code} {{--sim-type}} and {{--sim-version}} are no longer used by the CLI. *Steps to reproduce issue* 1. Create a new project 2. Build the project for an iOS simulator *Expected Results* The build command used by Studio only contains required/supported options/flags *Actual Results* The build command used by Studio uses removed options | 5 |
2,605 | TISTUD-8675 | 12/22/2016 00:52:24 | Studio: Error is produced when trying to configure with no options selected | h5. Description: When running Studio after a fresh install (but with other components in place) I was offered the chance to configure my Android and iOS development tools. I already had these set up, so unchecked the boxes. When I clicked "configure" I got the error as shown in the attachment. There is an easy way to reproduce this without an install: h5. Steps to reproduce: 1) From the Studio dashboard, click the "Update!" button under mobile web. 2) From the "Platform Configuration" dialog, uncheck all options 3) Click "Configure" h5. Result: An internal error occurred during: "Firing Install Start Event...". [Ljava.lang.Object; cannot be cast to [Lcom.appcelerator.titanium.core.mobile.IMobilePlatform; h5. Expected Result: Dialog closes or some notification that nothing was chosen to configure | 3 |
2,606 | TISTUD-8676 | 12/22/2016 00:54:11 | Studio: "No write Permissions" warning in Platform configuration for iOS | h5. Description: When selecting iOS under Platform Configurations a warning appears about write permissions h5. Steps to reproduce: 1) From the Studio dashboard, click the "Update!" button under mobile web. 2) From the "Platform Configuration" dialog, uncheck all options except iOS 3) Note the top of the dialog has the warning h5. Result: Warning with "no write permissions" h5. Expected Result: No warning | 5 |
2,607 | TISTUD-8682 | 01/04/2017 06:05:07 | Whitelist Appcelerator Studio 4.9.0 with Semantic | Symantec quarantine antivirus/Norton software showing Appcelerator Studio as insecure file/threat while downloading the installers. Use this link to whitelist Appcelerator studio 4.9.0 final build - https://submit.symantec.com/whitelist/isv/ | 5 |
2,608 | TISTUD-8683 | 01/04/2017 23:08:44 | Currently in production, Studio is continually prompting to install Test version 8244.293.2 | *Details:* Currently in production, Studio is continually prompting to install Test version 8244.293.2, even though the plugin is already installed on the machine. *Steps to reproduce:* # Launch Studio # Go to Help > Check for Appcelerator Updates # Studio will prompt you to install Test service # Repeat steps again *Actual:* Studio will continually prompt you to install Test service; see attachment. *Expected:* Studio should stop prompting you to install Test services once it's already installed. | 5 |
2,609 | TISTUD-8684 | 01/06/2017 04:39:46 | Mac Installer: Problems with installing JDK | As mentioned by [~jda] in TISTUD-8656. He is having the JDK installation problems with Mac installers. Comments from him: _So after having tried to install 3-4 times I went and found the Java 1.8 JDK and installed that manually. First re-try of installing Appcelerator Studio complained about Java - stop/restart and it succeeded... Just an observation - not really ideal when installing on a brand new computer._ | 8 |
2,610 | TISTUD-8685 | 01/10/2017 04:51:01 | Update Studio to support JDK 1.8 | Upgrade Studio JDK version to 1.8 to avoid below plugin issues. {code:java} org.osgi.framework.BundleException: Could not resolve module: org.eclipse.mylyn.commons.core [374] Unresolved requirement: Require-Capability: osgi.ee; filter:="(&(osgi.ee=JavaSE)(version=1.8))" at org.eclipse.osgi.container.Module.start(Module.java:434) at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1582) at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1561) at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1533) at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1476) at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:230) at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:340) !ENTRY org.eclipse.mylyn.commons.notifications.core 4 0 2017-01-10 12:46:33.765 !MESSAGE FrameworkEvent ERROR !STACK 0 org.osgi.framework.BundleException: Could not resolve module: org.eclipse.mylyn.commons.notifications.core [375] Unresolved requirement: Require-Bundle: org.eclipse.mylyn.commons.core -> Bundle-SymbolicName: org.eclipse.mylyn.commons.core; bundle-version="3.20.2.v20160630-1640"; singleton:="true" org.eclipse.mylyn.commons.core [374] Unresolved requirement: Require-Capability: osgi.ee; filter:="(&(osgi.ee=JavaSE)(version=1.8))" at org.eclipse.osgi.container.Module.start(Module.java:434) at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1582) at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1561) at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1533) at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1476) at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:230) at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:340) !ENTRY org.eclipse.mylyn.commons.notifications.ui 4 0 2017-01-10 12:46:33.771 !MESSAGE FrameworkEvent ERROR !STACK 0 org.osgi.framework.BundleException: Could not resolve module: org.eclipse.mylyn.commons.notifications.ui [376] Unresolved requirement: Require-Bundle: org.eclipse.mylyn.commons.core; bundle-version="3.8.0" -> Bundle-SymbolicName: org.eclipse.mylyn.commons.core; bundle-version="3.20.2.v20160630-1640"; singleton:="true" org.eclipse.mylyn.commons.core [374] Unresolved requirement: Require-Capability: osgi.ee; filter:="(&(osgi.ee=JavaSE)(version=1.8))" at org.eclipse.osgi.container.Module.start(Module.java:434) at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1582) at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1561) at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1533) at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1476) at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:230) at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:340) !ENTRY org.eclipse.mylyn.commons.ui 4 0 2017-01-10 12:46:33.775 !MESSAGE FrameworkEvent ERROR !STACK 0 org.osgi.framework.BundleException: Could not resolve module: org.eclipse.mylyn.commons.ui [378] Unresolved requirement: Require-Bundle: org.eclipse.mylyn.commons.core; bundle-version="3.8.0" -> Bundle-SymbolicName: org.eclipse.mylyn.commons.core; bundle-version="3.20.2.v20160630-1640"; singleton:="true" org.eclipse.mylyn.commons.core [374] Unresolved requirement: Require-Capability: osgi.ee; filter:="(&(osgi.ee=JavaSE)(version=1.8))" at org.eclipse.osgi.container.Module.start(Module.java:434) at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1582) at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1561) at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1533) at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1476) at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:230) at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:340) !ENTRY org.eclipse.mylyn.commons.workbench 4 0 2017-01-10 12:46:33.779 !MESSAGE FrameworkEvent ERROR !STACK 0 org.osgi.framework.BundleException: Could not resolve module: org.eclipse.mylyn.commons.workbench [379] Unresolved requirement: Require-Bundle: org.eclipse.mylyn.commons.core; bundle-version="3.8.0" -> Bundle-SymbolicName: org.eclipse.mylyn.commons.core; bundle-version="3.20.2.v20160630-1640"; singleton:="true" org.eclipse.mylyn.commons.core [374] Unresolved requirement: Require-Capability: osgi.ee; filter:="(&(osgi.ee=JavaSE)(version=1.8))" at org.eclipse.osgi.container.Module.start(Module.java:434) at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1582) at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1561) at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1533) at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1476) at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:230) at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:340) !ENTRY org.eclipse.epp.logging.aeri.ui 4 0 2017-01-10 12:46:34.751 !MESSAGE FrameworkEvent ERROR !STACK 0 org.osgi.framework.BundleException: Could not resolve module: org.eclipse.epp.logging.aeri.ui [696] Unresolved requirement: Require-Bundle: org.eclipse.mylyn.commons.notifications.ui -> Bundle-SymbolicName: org.eclipse.mylyn.commons.notifications.ui; bundle-version="1.12.2.v20160630-1640"; singleton:="true" org.eclipse.mylyn.commons.notifications.ui [376] Unresolved requirement: Require-Bundle: org.eclipse.mylyn.commons.core; bundle-version="3.8.0" -> Bundle-SymbolicName: org.eclipse.mylyn.commons.core; bundle-version="3.20.2.v20160630-1640"; singleton:="true" org.eclipse.mylyn.commons.core [374] Unresolved requirement: Require-Capability: osgi.ee; filter:="(&(osgi.ee=JavaSE)(version=1.8))" at org.eclipse.osgi.container.Module.start(Module.java:434) at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1582) at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1561) at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1533) at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1476) at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:230) at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:340) {code} | 13 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.