We closed this forum 18 June 2010. It has served us well since 2005 as the ALPHA forum did before it from 2002 to 2005. New discussions are ongoing at the new URL http://forum.processing.org. You'll need to sign up and get a new user account. We're sorry about that inconvenience, but we think it's better in the long run. The content on this forum will remain online.
IndexSuggestions & BugsSoftware Bugs › IOException starting Processing - mac os x
Page Index Toggle Pages: 1
IOException starting Processing - mac os x (Read 1044 times)
IOException starting Processing - mac os x
Sep 18th, 2006, 8:59pm
 
When I try to start up Processing, I get spammed with java errors like the following:

java.io.IOException: Permission denied

at java.io.UnixFileSystem.createFileExclusively(Native Method)

at java.io.File.checkAndCreate(File.java:1314)

at java.io.File.createTempFile(File.java:1402)

at java.io.File.createTempFile(File.java:1439)

at processing.app.Base.createTempFolder(Base.java:335)

at processing.app.Base.getBuildFolder(Base.java:318)

at processing.app.Sketch.<init>(Sketch.java:123)

at processing.app.Editor.handleOpen2(Editor.java:1594)

at processing.app.Editor.handleNew2(Editor.java:1440)

at processing.app.Editor.restorePreferences(Editor.java:398)

at processing.app.Base.<init>(Base.java:132)

at processing.app.Base.main(Base.java:101)

at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)

at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.jav
a:25)

at java.lang.reflect.Method.invoke(Method.java:324)

at apple.launcher.LaunchRunner.run(LaunchRunner.java:88)

at apple.launcher.LaunchRunner.callMain(LaunchRunner.java:50)

at apple.launcher.JavaApplicationLauncher.launch(JavaApplicationLauncher.java:52)
java.lang.NullPointerException

at processing.app.Base.getBuildFolder(Base.java:319)

at processing.app.Sketch.<init>(Sketch.java:123)

at processing.app.Editor.handleOpen2(Editor.java:1594)

at processing.app.Editor.handleNew2(Editor.java:1440)

at processing.app.Editor.restorePreferences(Editor.java:398)

at processing.app.Base.<init>(Base.java:132)

at processing.app.Base.main(Base.java:101)

at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)

at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.jav
a:25)

at java.lang.reflect.Method.invoke(Method.java:324)

at apple.launcher.LaunchRunner.run(LaunchRunner.java:88)

at apple.launcher.LaunchRunner.callMain(LaunchRunner.java:50)

at apple.launcher.JavaApplicationLauncher.launch(JavaApplicationLauncher.java:52)

I tried doing chmod 777 on the build directory/folders/etc., and I tried some different versions of Java, but I think it may be a deeper problem.

I'm running Mac OS X 10.3.9 with Java version 1.4.2

Thanks!
Re: IOException starting Processing - mac os x
Reply #1 - Sep 19th, 2006, 6:41am
 
that appears as though some other application has hosed the permissions on your /tmp or /tmp/buildxxxx directories. or you're not using release 115?

also make sure you're not running from the disk image, however i don't think that's the error.
Page Index Toggle Pages: 1