[kepler-dev] [Bug 3369] - Kepler will not start (OS X 10.52) as JavaApplicationStub is not executable

bugzilla-daemon at ecoinformatics.org bugzilla-daemon at ecoinformatics.org
Sat Jun 7 12:25:10 PDT 2008


http://bugzilla.ecoinformatics.org/show_bug.cgi?id=3369





------- Comment #3 from srj at unc.edu  2008-06-07 12:25 -------
I figured out what is at the root of this issue. I use a CASE-SENSITIVE file
system. I bet the test mac systems are not. I uninstalled and reinstalled
Kepler, and payed more attention to the error messages. The installer can not
find
   "/Applications/Kepler-1.0.0/kepler.app/"
because the app should be
   "Kepler.app".

This prevents cp from copying into the app bundle the following:
Kepler/lib/libproj.0.dylib, libgeos_c.1.dylib, libgeos.2.dylib,
libgdal.1.dylib, and libexpat.1.dylib. It also prevents chmod from working on
Kepler/kepler.sh and Contents/MacOS/JavaApplicationStub, which caused the
primary symptom.

Hopefully this is easy to fix.


More information about the Kepler-dev mailing list