3

I'm trying to run AppceleratorStudio executable file from Appcelerator_Studio downloaded folder, it will show two error for with sudoand without sudo. I'm using ubuntu 15.05 x64.

  1. sudo ./AppceleratorStudio

    error: "ooops! you cannot run using sudo. please re-run using NaN account."
    
  2. ./AppceleratorStudio

    error: "An error has occurred. See the log file null."
    

screenshot

(Build 4.5.0.1446607552) [ERROR]
Ooops! You cannot run using sudo. Please re-run using the NaN account. org.eclipse.core.runtime.CoreException: Ooops! You cannot run using sudo. Please re-run using the NaN account. at com.appcelerator.titanium.rcp.handlers.TitaniumSplashHandler$6.run(TitaniumSplashHandler.java:455)

Cœur
  • 37,241
  • 25
  • 195
  • 267
Alik Miankoli
  • 247
  • 1
  • 12
  • could you try and change the permission of the fileTableLock file (as in the error message) so you have user-access? Perhaps the sudo start locked that file. – miga Feb 28 '16 at 09:22
  • what do you mean i have user-access? – Alik Miankoli Feb 28 '16 at 10:15
  • in the error you see "permission denied" which sounds like the file .fileTableLock has no user permission (rwx). So try it with `sudo chmod 777 [path to .fileTableLock]` or even try to delete it and rerun studio – miga Feb 28 '16 at 10:29
  • Appcelerator no longer support Linux for Appcelerator Studio. We still do builds and it might work (since it's "just" Eclipse) but we don't test for it. – Fokke Zandbergen Feb 29 '16 at 09:17

0 Answers0