Unable to install completely
Publié : ven. mai 15, 2015 2:00 pm
Hello
I ran the startup.sh in ubuntu with the following variable
JAR_NAME="org.apache.felix.main-4.2.1.jar" # Java main library
HTTP_PORT=8080 # Port for HTTP connector (default 8080; disable with -1)
# Directory variables
TMP_DIR=../tmp # Jetty tmp and work directory
BUNDLES_DIR=../bundles # Bundles directory
CACHE_DIR=.. # Cache directory
CONF_DIR=../conf # Configurations directory
LOG_DIR=../logs # Log directory
JETTY_HOME=../jettyhome # Jetty home directory
LUCENE_DIR=../luceneindexes # Lucene indexes directory
PLUGINS_DIR=../plugins # Plugins directory
# DataBase parameters
DB_URL=jdbc:mysql://localhost:3306/squashtm # DataBase URL
DB_DRIVER=com.mysql.jdbc.Driver # DataBase driver
DB_USERNAME=root # DataBase username
DB_PASSWORD=test1234 # DataBase password
DB_DIALECT=org.hibernate.dialect.MySQLDialect # DataBase dialect
## Do not configure a third digit here
REQUIRED_VERSION=1.6
# Extra Java args
JAVA_ARGS="-Xms128m -Xmx512m -XX:MaxPermSize=192m -server"
I got the below result
root@TNQ-LTP-078:/etc/squash-tm/bin# sh ./startup.sh
./startup.sh : checking java environment... done
checking version... done
./startup.sh : starting Felix...
Picked up _JAVA_OPTIONS: -Ddb.driver=com.mysql.jdbc.Driver -Ddb.url=jdbc:mysql://localhost:3306/squashtm -Ddb.username=root -Ddb.password=test1234 -Ddb.dialect=org.hibernate.dialect.MySQLDialect -Duser.language=en
log4j:WARN No appenders could be found for logger (org.eclipse.jetty.util.log).
log4j:WARN Please initialize the log4j system properly.
log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
____________________________
Welcome to Apache Felix Gogo
g!
Please let me know how to continue after the command.
I ran the startup.sh in ubuntu with the following variable
JAR_NAME="org.apache.felix.main-4.2.1.jar" # Java main library
HTTP_PORT=8080 # Port for HTTP connector (default 8080; disable with -1)
# Directory variables
TMP_DIR=../tmp # Jetty tmp and work directory
BUNDLES_DIR=../bundles # Bundles directory
CACHE_DIR=.. # Cache directory
CONF_DIR=../conf # Configurations directory
LOG_DIR=../logs # Log directory
JETTY_HOME=../jettyhome # Jetty home directory
LUCENE_DIR=../luceneindexes # Lucene indexes directory
PLUGINS_DIR=../plugins # Plugins directory
# DataBase parameters
DB_URL=jdbc:mysql://localhost:3306/squashtm # DataBase URL
DB_DRIVER=com.mysql.jdbc.Driver # DataBase driver
DB_USERNAME=root # DataBase username
DB_PASSWORD=test1234 # DataBase password
DB_DIALECT=org.hibernate.dialect.MySQLDialect # DataBase dialect
## Do not configure a third digit here
REQUIRED_VERSION=1.6
# Extra Java args
JAVA_ARGS="-Xms128m -Xmx512m -XX:MaxPermSize=192m -server"
I got the below result
root@TNQ-LTP-078:/etc/squash-tm/bin# sh ./startup.sh
./startup.sh : checking java environment... done
checking version... done
./startup.sh : starting Felix...
Picked up _JAVA_OPTIONS: -Ddb.driver=com.mysql.jdbc.Driver -Ddb.url=jdbc:mysql://localhost:3306/squashtm -Ddb.username=root -Ddb.password=test1234 -Ddb.dialect=org.hibernate.dialect.MySQLDialect -Duser.language=en
log4j:WARN No appenders could be found for logger (org.eclipse.jetty.util.log).
log4j:WARN Please initialize the log4j system properly.
log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
____________________________
Welcome to Apache Felix Gogo
g!
Please let me know how to continue after the command.