[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
|
[news.eclipse.tools.hyades] RAServer dies under Linux
|
- From: rodkeyrr@xxxxxxxxxxxxxx (Ralph)
- Date: Thu, 30 Sep 2004 20:04:43 +0000 (UTC)
- Newsgroups: eclipse.tools.hyades
- Organization: http://news.eclipse.org
- User-agent: NewsPortal/0.25 (http://florian-amrhein.de/newsportal/)
I'm trying to use Hyades under Gentoo linux, but every time I try to run
RAServer, it just dies with no console output.
I've tried the 3.0.1 release as well as 3.0.1.1, and both exhibit the same
problem.
I've seen some other posts talking about problems where some threads run
and use 100% of the cpu, but that's not the case here. This doesn't work
as root and doesn't work as a regular user. The process just immediately
dies silently.
Any help would be greatly appreciated.
*********************
serviceconfig.xml
*********************
<?xml version="1.0" encoding="UTF-8"?>
<AgentControllerConfiguration activeConfiguration="default"
loggingDetail="LOW" loggingLevel="INFORMATION" port="10002"
securedPort="10003" version="3.0.1.1" filePort="10005"
processPolling="true"
jvm="/opt/sun-jdk-1.4.2.05/jre/lib/i386/server/libjvm.so">
<AgentControllerEnvironment configuration="default">
<Variable name="JAVA_PATH" value="/opt/sun-jdk-1.4.2.05/jre/bin/java"
position="replace"/>
<Variable name="RASERVER_HOME" value="/home/rodkeyrr/local/raserver"
position="replace"/>
<Variable name="LD_LIBRARY_PATH" value="%RASERVER_HOME%/lib"
position="prepend"/>
<Variable name="SYS_TEMP_DIR" value="/tmp" position="replace"/>
<Variable name="LOCAL_AGENT_TEMP_DIR" value="%SYS_TEMP_DIR%"
position="replace"/>
<Variable name="CLASSPATH"
value="%RASERVER_HOME%/lib/commons-logging.jar" position="append"/>
<Variable name="CLASSPATH" value="%RASERVER_HOME%/lib/hcframe.jar"
position="append"/>
<Variable name="CLASSPATH" value="%RASERVER_HOME%/lib/hexcore.jar"
position="append"/>
<Variable name="CLASSPATH" value="%RASERVER_HOME%/lib/hexl.jar"
position="append"/>
<Variable name="CLASSPATH" value="%RASERVER_HOME%/lib/hexr.jar"
position="append"/>
<Variable name="CLASSPATH" value="%RASERVER_HOME%/lib/hl14.jar"
position="append"/>
<Variable name="CLASSPATH" value="%RASERVER_HOME%/lib/hlcommons.jar"
position="append"/>
<Variable name="CLASSPATH" value="%RASERVER_HOME%/lib/hlcore.jar"
position="append"/>
<Variable name="CLASSPATH" value="%RASERVER_HOME%/lib/hlevents.jar"
position="append"/>
<Variable name="CLASSPATH" value="%RASERVER_HOME%/lib/hlcbe101.jar"
position="append"/>
<Variable name="CLASSPATH" value="%RASERVER_HOME%/lib/ecore.jar"
position="append"/>
<Variable name="CLASSPATH" value="%RASERVER_HOME%/lib/common.jar"
position="append"/>
</AgentControllerEnvironment>
<Application configuration="default" executable="java.exe"
path="%JAVA_PATH%" location="%SYS_TEMP_DIR%"/>
<Hosts configuration="default">
<Allow host="LOCAL"/>
</Hosts>
<Plugin path="%RASERVER_HOME%/plugins"/>
</AgentControllerConfiguration>
***********************
servicelog.log
***********************
<SERVER_MSG time="2004:9:30:14:52:52" severity="INFORMATION" text="Service
starting"/>
<SERVER_MSG time="2004:9:30:14:52:52" severity="INFORMATION"
text="Successfully loaded plugin: org.eclipse.hyades.logging.parsers"/>
<SERVER_MSG time="2004:9:30:14:52:52" severity="INFORMATION"
text="Successfully loaded plugin: org.eclipse.hyades.test"/>
<SERVER_MSG time="2004:9:30:14:52:52" severity="INFORMATION"
text="Successfully loaded plugin: org.eclipse.hyades.datacollection"/>
<SERVER_MSG time="2004:9:30:14:52:52" severity="INFORMATION" text="Active
configuration set to: default"/>
<SERVER_MSG time="2004:9:30:14:52:52" severity="INFORMATION" text="Loaded
configuration: default"/>
<SERVER_MSG time="2004:9:30:14:52:52" severity="INFORMATION" text="Service
started successfully"/>
<SERVER_MSG time="2004:9:30:14:52:53" severity="WARNING" text="Server
stopping"/>
**********************
my little frontend script, RAServer.sh
**********************
#!/bin/bash
export
LD_LIBRARY_PATH=$JAVA_HOME/jre/lib/i386/client:$JAVA_HOME/jre/lib/i386:/home/rodkeyrr/local/raserver/lib:$LD_LIBRARY_PATH
export PATH=/home/rodkeyrr/local/raserver/bin:$PATH
export RASERVER_HOME=/home/rodkeyrr/local/raserver
/home/rodkeyrr/local/raserver/bin/RAServer