Thellmann / callimachus

Automatically exported from code.google.com/p/callimachus
Other
0 stars 0 forks source link

problem running on Mac OX 10.5.8 #1

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
problem running on Mac OX 10.5.8

Check java version:
[octopus:~/Desktop/callimachus-0.7/bin] mcourtot% java -version
java version "1.6.0_15"
Java(TM) SE Runtime Environment (build 1.6.0_15-b03-226)
Java HotSpot(TM) 64-Bit Server VM (build 14.1-b02-92, mixed mode)

Trying to start callimachus on OS 10.5.8 gives the following error:
[octopus:~/Desktop/callimachus-0.7/bin] mcourtot% ./callimachus-start.sh
Using BASEDIR:   /Users/mcourtot/Desktop/callimachus-0.7
Using PORT:      8080
Using AUTHORITY: localhost:8080
Using JAVA_HOME: /Library/Java/Home
dyld: unknown required load command 0x80000022
/Users/mcourtot/Desktop/callimachus-0.7/bin/callimachus.sh: line 450: 80934 
Trace/BPT trap          "$EXECUTABLE" -home "$JAVA_HOME" -jvm server -procname 
"$NAME" -pidfile "$PID" -Duser.home="$BASEDIR" -Djava.library.path="$LIB" 
-Djava.io.tmpdir="$TMPDIR" -Djava.util.logging.config.file="$LOGGING" 
-Djava.mail.properties="$MAIL" -classpath "$CLASSPATH" -user $DAEMON_USER 
$JSVC_OPTS $MAINCLASS -q $OPTS "$@"
The server did not start, see log files for details. Start aborted.

I tried previous release (callimachus 0.6), same issue. 
Googling for it gives a result at http://bit.ly/eBypPZ

Melanie

Original issue reported on code.google.com by mcour...@gmail.com on 2 Mar 2011 at 7:20

GoogleCodeExporter commented 9 years ago
This now works on Mac OS X 10.6 with Java 1.6.0_24.  Unable to confirm or try 
on OS X 10.5, but suspect the current Java will resolve.

Original comment by da...@3roundstones.com on 22 Jun 2011 at 8:00