× Heads up!

Aqua Data Server (Public) / nhilam

Follow
Data Collaboration Application Server
×
swissarmyknife(*) reported 2010-08-13T20:14:52Z  · last modified 2010-12-08T01:17:22Z

OS X - unix style installer - attempt to launch - error "dyld: unknown required load command 0x80000022"


Priority Major
Complexity Unknown
Component App - Installer
Version 1.0

I am attempting to start ADServer on OS X ...

I did my install based on the unix style installer
aquadataserver-osx-unix-1.0.0-dev2.83.tar.gz

when I attempt to run aquadataserver, I receive the following.

 sudo ./tomcat6-osx.sh start
dyld: unknown required load command 0x80000022
./tomcat6-osx.sh: line 48:   266 Trace/BPT trap          $DAEMON_HOME/jsvc-ads -user $TOMCAT_USER -home $JAVA_HOME -Dcatalina.home=$CATALINA_HOME -Dcatalina.base=$CATALINA_BASE -Djava.io.tmpdir=$TMP_DIR -Djava.awt.headless=true -Xmx768M -wait 10 -pidfile $PID_FILE -outfile $CATALINA_HOME/logs/catalina.out -errfile '&1' $CATALINA_OPTS -cp $CLASSPATH org.apache.catalina.startup.Bootstrap

What am I doing wrong? Should I not use the unix style installer?

 

here is the tomcat6-osx.sh file contents

#!/bin/sh
##############################################################################
#
#   Copyright 2004 The Apache Software Foundation.
#
#   Licensed under the Apache License, Version 2.0 (the "License");
#   you may not use this file except in compliance with the License.
#   You may obtain a copy of the License at
#
#       http://www.apache.org/licenses/LICENSE-2.0
#
#   Unless required by applicable law or agreed to in writing, software
#   distributed under the License is distributed on an "AS IS" BASIS,
#   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
#   See the License for the specific language governing permissions and
#   limitations under the License.
##############################################################################
#
# Small shell script to show how to start/stop Tomcat using jsvc
# If you want to have Tomcat running on port 80 please modify the server.xml
# file:
#
#    <!-- Define a non-SSL HTTP/1.1 Connector on port 80 -->
#    <Connector className="org.apache.catalina.connector.http.HttpConnector"
#               port="80" minProcessors="5" maxProcessors="75"
#               enableLookups="true" redirectPort="8443"
#               acceptCount="10" debug="0" connectionTimeout="60000"/>
#
# That is for Tomcat-5.0.x (Apache Tomcat/5.0)
#
# Adapt the following lines to your configuration
JAVA_HOME=/Library/Java/Home
CATALINA_HOME=/Users/aquadataserver/aquadataserver/tomcat
DAEMON_HOME=/Users/aquadataserver/aquadataserver
TOMCAT_USER=aquadataserver

# for multi instances adapt those lines.
TMP_DIR=$CATALINA_HOME/temp
PID_FILE=$CATALINA_HOME/logs/jsvc-ads.pid
CATALINA_BASE=$CATALINA_HOME

CATALINA_OPTS="-Djava.library.path=$DAEMON_HOME"
CLASSPATH=\
$JAVA_HOME/lib/tools.jar:\
$CATALINA_HOME/bin/commons-daemon.jar:\
$CATALINA_HOME/bin/bootstrap.jar

case "$1" in
  start)
    #
    # Start Tomcat
    #
    $DAEMON_HOME/jsvc-ads \
    -user $TOMCAT_USER \
    -home $JAVA_HOME \
    -Dcatalina.home=$CATALINA_HOME \
    -Dcatalina.base=$CATALINA_BASE \
    -Djava.io.tmpdir=$TMP_DIR \
    -Djava.awt.headless=true \
    -Xmx768M \
    -wait 10 \
    -pidfile $PID_FILE \
    -outfile $CATALINA_HOME/logs/catalina.out \
    -errfile '&1' \
    $CATALINA_OPTS \
    -cp $CLASSPATH \
    org.apache.catalina.startup.Bootstrap
    #
    # To get a verbose JVM
    #-verbose \
    # To get a debug of jsvc.
    #-debug \
    exit $?
    ;;

  stop)
    #
    # Stop Tomcat
    #
    $DAEMON_HOME/jsvc-adserv \
    -stop \
    -pidfile $PID_FILE \
    org.apache.catalina.startup.Bootstrap
    exit $?
    ;;

  *)
    echo "Usage tomcat.sh start/stop"
    exit 1;;
esac

Issue #1221

Closed
Fixed
Resolved 2010-12-08T01:17:22Z
 
 
Completion
No due date
No fixed build
No time estimate

About AquaClusters Privacy Policy Support Version - 19.0.2-4 AquaFold, Inc Copyright © 2007-2017