linux32位操作系统,nexus启动失败
nexus启动失败报错信息:
jvm 1 | Java HotSpot(TM) Client VM warning: You have loaded library /usr/local/nexus-2.5.1-01/bin/jsw/lib/libwrapper-linux-x86-32.so which might have disabled stack guard. The VM will try to fix the stack guard now.
jvm 1 | It's highly recommended that you fix the library with 'execstack -c <libfile>', or link it with '-z noexecstack'.
jvm 1 | 2015-03-11 02:10:18 INFO [WrapperListener_start_runner] - org.sonatype.nexus.bootstrap.jsw.JswLauncher - Starting with arguments: [./conf/jetty.xml]
jvm 1 | 2015-03-11 02:10:18 INFO [WrapperListener_start_runner] - org.sonatype.nexus.bootstrap.jsw.JswLauncher - JVM ID: 1, JVM PID: 8158, Wrapper PID: 8156, User: root
jvm 1 | 2015-03-11 02:10:18 INFO [WrapperListener_start_runner] - org.sonatype.nexus.bootstrap.jsw.JswLauncher - Current directory: /usr/local/nexus-2.5.1-01
jvm 1 | Error in WrapperListener.start callback. java.lang.StackOverflowError
jvm 1 | java.lang.StackOverflowError
jvm 1 | at java.util.concurrent.ConcurrentHashMap.containsKey(ConcurrentHashMap.java:964)
jvm 1 | at org.sonatype.appcontext.internal.HierarchicalMap.containsKey(HierarchicalMap.java:77)
nexus配置信息:
RUN_AS_USER=nexus
NEXUS_HOME=/usr/local/nexus
PLATFORM=linux-x86-32
PLATFORM_DIR="${NEXUS_HOME}/bin/jsw/${PLATFORM}"
APP_NAME="nexus"
APP_LONG_NAME="Nexus OSS"
WRAPPER_CMD="${PLATFORM_DIR}/wrapper"
WRAPPER_CONF="${PLATFORM_DIR}/../conf/wrapper.conf"
PIDDIR="${NEXUS_HOME}"