Program does not start

tinodb

Registered
I try to start Zend Studio, but all that happens is that the icon flashes up, when you doubleclick the icon. (Or the little triangle next to it on the dock appears and flashes for a sec, and disappears again).

This happens since two days. It seems that it has something to do with my attempt setting some environment variables (using this method: http://developer.apple.com/qa/qa2001/qa1067.html), considering the time it stopped working.

This is what the zend log says:
Code:
java.io.IOException: setenv: not found
	at java.lang.UNIXProcess.forkAndExec(Native Method)
	at java.lang.UNIXProcess.<init>(UNIXProcess.java:54)
	at java.lang.Runtime.execInternal(Native Method)
	at java.lang.Runtime.exec(Runtime.java:566)
	at java.lang.Runtime.exec(Runtime.java:428)
	at java.lang.Runtime.exec(Runtime.java:364)
	at java.lang.Runtime.exec(Runtime.java:326)
	at com.zend.ide.util.dm.c(dm.java:41)
	at com.zend.ide.util.dm.<init>(dm.java:30)
	at com.zend.ide.util.dm.d(dm.java:48)
	at com.zend.ide.util.cr.<clinit>(cr.java:20)
	at com.zend.ide.y.b.c(b.java:76)
	at com.zend.ide.y.b.<init>(b.java:154)
	at com.zend.ide.y.b.b(b.java:83)
	at com.zend.ide.y.b.h(b.java:146)
	at com.zend.ide.y.b.a(b.java:15)
	at com.zend.ide.util.ct.b(ct.java:45)
	at com.zend.ide.util.ct.a(ct.java:24)
	at com.zend.ide.desktop.cj.<clinit>(cj.java:658)
	at com.zend.ide.desktop.l.a(l.java)
	at com.zend.ide.desktop.l.<init>(l.java:11)
	at com.zend.ide.desktop.Main.a(Main.java:2)
	at com.zend.ide.desktop.Main.main(Main.java:53)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java: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)
[LaunchRunner Error] com.zend.ide.desktop.Main.main(String[]) threw an exception:
java.lang.ExceptionInInitializerError
	at com.zend.ide.y.b.c(b.java:76)
	at com.zend.ide.y.b.<init>(b.java:154)
	at com.zend.ide.y.b.b(b.java:83)
	at com.zend.ide.y.b.h(b.java:146)
	at com.zend.ide.y.b.a(b.java:15)
	at com.zend.ide.util.ct.b(ct.java:45)
	at com.zend.ide.util.ct.a(ct.java:24)
	at com.zend.ide.desktop.cj.<clinit>(cj.java:658)
	at com.zend.ide.desktop.l.a(l.java)
	at com.zend.ide.desktop.l.<init>(l.java:11)
	at com.zend.ide.desktop.Main.a(Main.java:2)
	at com.zend.ide.desktop.Main.main(Main.java:53)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java: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)
Caused by: java.lang.NullPointerException
	at com.zend.ide.util.cr.<clinit>(cr.java:20)
	... 19 more

I removed the environment.plist, I repaired the disk permissions, and reinstalled zend.

No result so far.

Anybody any suggestions about how to fix this problem?
 
Back
Top