imac 2.4 GHz Intel Core 2 Duo - 1 G 800 MHz DDR2 SDRAMmac os x 10.5.8
db-derby-10.5.3.0-bin.tar
path is ok
/dev/servers/dataServers/derby/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin
./bin/startNetworkServer: line 26: /dev/servers/dataServers/derby/bin/derby_common.sh: No such file or directory
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you 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
# 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
if [ -z "$DERBY_HOME" ]; then
echo "Error: DERBY_HOME is not set. Please set the DERBY_HOME environment variable"
echo "to the location of your Derby installation."
. $DERBY_HOME/bin/derby_common.sh
derby_exec_command="exec \"$JAVACMD\" $DERBY_OPTS -classpath \"$LOCALCLASSPATH\" org.apache.derby.drda.NetworkServerControl start $@"
and in the bin directory derby_common.sh exist !!!
what is the problem?
Thanks.