java.io.FileNotFoundException: /Users/ingo/Documents/Aptana Studio 3 Workspace/Tweetanium/tiapp.xml (No such file or directory)
Searched on Google with the first line of a JAVA stack trace?
We can recommend more relevant solutions and speed up debugging when you paste your entire stack trace with the exception message. Try a sample exception.
Recommended solutions based on your search
Samebug tips
Make sure the file resides in the project folder if you're referencing it via a relative path. If not, use the absolute path to the file with the file extension.
Use the relative path when providing the location of the file. Place the file in the project folder and access it according to the hierarchy. If you want to access a file outside the project folder, provide the absolute path.
Solutions on the web
via Appcelerator JIRA by Ingo Muschenetz, 1 year ago
via Appcelerator JIRA by Ingo Muschenetz, 2 years ago
via GitHub by mbastian
, 2 years agovia Stack Overflow by Darshan Mehta
, 2 years agovia SpringSource Issue Tracker by Wei Hu (QE), 1 year ago
via SpringSource Issue Tracker by Wei Hu (QE), 2 years ago
java.io.FileNotFoundException: /Users/ingo/Documents/Aptana Studio 3 Workspace/Tweetanium/tiapp.xml (No such file or directory)
at java.io.FileInputStream.open(Native Method)
at java.io.FileInputStream.
(FileInputStream.java:106) at com.appcelerator.titanium.core.tiapp.TiAppModel.
(TiAppModel.java:91) at com.appcelerator.titanium.core.TiModelFactory.createTiAppModel(TiModelFactory.java:57)
at com.appcelerator.titanium.core.TitaniumProject.loadTiAppXMLModel(TitaniumProject.java:215)
at com.appcelerator.titanium.core.TitaniumProject.lazyLoad(TitaniumProject.java:191)
at com.appcelerator.titanium.core.TitaniumProject.getGUID(TitaniumProject.java:115)
at com.appcelerator.titanium.usage.TitaniumAnalyticsStartup$1.resourceChanged(TitaniumAnalyticsStartup.java:43)
at org.eclipse.core.internal.events.NotificationManager$2.run(NotificationManager.java:291)
at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
at org.eclipse.core.internal.events.NotificationManager.notify(NotificationManager.java:285)
at org.eclipse.core.internal.events.NotificationManager.handleEvent(NotificationManager.java:261)
at org.eclipse.core.internal.resources.Workspace.broadcastEvent(Workspace.java:321)
at org.eclipse.core.internal.resources.Resource.broadcastPreDeleteEvent(Resource.java:1993)
at org.eclipse.core.internal.resources.Resource.delete(Resource.java:771)
at org.eclipse.core.internal.resources.Project.delete(Project.java:331)
at org.eclipse.ltk.core.refactoring.resource.DeleteResourceChange.perform(DeleteResourceChange.java:130)
at org.eclipse.ltk.core.refactoring.CompositeChange.perform(CompositeChange.java:278)
at org.eclipse.ltk.core.refactoring.CompositeChange.perform(CompositeChange.java:278)
at org.eclipse.ltk.core.refactoring.PerformChangeOperation$1.run(PerformChangeOperation.java:258)
at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1975)
at org.eclipse.ltk.core.refactoring.PerformChangeOperation.executeChange(PerformChangeOperation.java:306)
at org.eclipse.ltk.internal.ui.refactoring.UIPerformChangeOperation.executeChange(UIPerformChangeOperation.java:92)
at org.eclipse.ltk.core.refactoring.PerformChangeOperation.run(PerformChangeOperation.java:218)
at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1975)
at org.eclipse.ltk.internal.ui.refactoring.WorkbenchRunnableAdapter.run(WorkbenchRunnableAdapter.java:87)
at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:121)