[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.tools.hyades] Re: RAServer dies on Linux

Hi,

Sorry for incomplete information. I have used the binary distribution(s) for 3.0.1 and 3.1.0.

Also worth mentioning, is that I have upgraded (from 2.4.20 to 2.4.26) and recompiled the kernel to accomodate some hardware. My plans are to try to recompile the source distro tonight.

Regards

/Fredrik

Sebastien Mathy wrote:
Fredrik Herbertsson a écrit :

Hi,

I'm desperately trying to get my Hyades installation to work. I have
downloaded the 3.0.1 release as well as the 3.1.0 stable build release,
but I can't get either to work. Specifically, it is the RAServer that
gives me the headache.

I have followed the installation instructions (to my best knowledge).

By increasing the log level and detail of the RAServer, I have managed
to get following last log message ( from file
RASERVER_HOME/config/servicelog.log ):


<SERVER_MSG time="2004:10:5:21:47:39" severity="DEBUG" text="RAServer ending - external message pump thread status is -1" file="framework/RAServer/RAServer.c" line= "367"/>

Can anyone bring some light on this? It seams that the RAServer
terminates du to some other thread's (unexpected?) state?!

Also, a lot of plugins seem to have no pluginconfig.xml file. Is this
correct or do I have to create them manually (or download them)?


Some config info:

RedHat 9

uname -a

Linux mirage 2.4.26 #3 Fri Sep 10 21:58:55 CEST 2004 i686 i686 i386 GNU/Linux


java -version

java version "1.4.2_05" Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_05-b04) Java HotSpot(TM) Client VM (build 1.4.2_05-b04, mixed mode)

Eclipse/Hyades 3.0.1

Regards

/Fredrik



Below, the beginning and end of log file is included as well.



<SERVER_MSG time="2004:10:5:21:47:38" severity="INFORMATION"
text="Service starting"/>
<SERVER_MSG time="2004:10:5:21:47:38" severity="DEBUG" text="Parsing
plugin file:
/home/frex/hyades/plugins/org.eclipse.hyades.uml2sd.trace_3.0.1/config/pluginconfi

g.xml" file="framework/RAServerConfig/RAServerConfigBinding2.cpp"
line="381"/>
<SERVER_MSG time="2004:10:5:21:47:38" severity="DEBUG" text="Started
processing Configuration
/home/frex/hyades/plugins/org.eclipse.hyades.uml2sd.trace_3.0.1/config
/pluginconfig.xml"
file="framework/RAServerConfig/RAServerConfigBinding2.cpp" line="131"/>
<SERVER_MSG time="2004:10:5:21:47:38" severity="SEVERE" text="Severe
error while parsing file= line=0 column=0 message=An exception occurred!
Type:RuntimeException,
Message:The primary document entity could not be opened.
Id=/home/frex/hyades/plugins/org.eclipse.hyades.uml2sd.trace_3.0.1/config/pluginconfig.xml"
file="framewor
k/RAServerConfig/RAServerConfigHandler2.cpp" line="283"/>
<SERVER_MSG time="2004:10:5:21:47:38" severity="SEVERE" text="Failure
parsing config file"
file="framework/RAServerConfig/RAServerConfigBinding2.cpp" line="134"/>
<SERVER_MSG time="2004:10:5:21:47:38" severity="WARNING" text="Failed to
load plugin: org.eclipse.hyades.uml2sd.trace_3.0.1"
file="framework/RAServerConfig/RAServer
ConfigBinding2.cpp" line="385"/>

... <A lot of similar errors for other plugins>

<SERVER_MSG time="2004:10:5:21:47:38" severity="DEBUG"
text="Successfully set CLASSPATH =
:/home/frex/hyades/lib/commons-logging.jar:/home/frex/hyades/lib/hcframe.j
ar:/home/frex/hyades/lib/hexcore.jar:/home/frex/hyades/lib/hexl.jar:/home/frex/hyades/lib/hexr.jar:/home/frex/hyades/lib/hl14.jar:/home/frex/hyades/lib/hlcommons.ja

r:/home/frex/hyades/lib/hlcore.jar:/home/frex/hyades/lib/hlevents.jar:/home/frex/hyades/lib/hlcbe101.jar:/home/frex/hyades/lib/ecore.jar:/home/frex/hyades/lib/commo

n.jar:/home/frex/hyades/plugins/org.eclipse.hyades.test/lib/junit.jar"
file="framework/RAServerConfig/RAServerConfigBinding2.cpp" line="842"/>
<SERVER_MSG time="2004:10:5:21:47:38" severity="INFORMATION"
text="Loaded configuration: default"
file="framework/RAServerConfig/RAServerConfigBinding2.cpp" line="7
92"/>
<SERVER_MSG time="2004:10:5:21:47:38" severity="INFORMATION"
text="Service started successfully"
file="framework/RAServerConfig/RAServerConfigBinding2.cpp" line="36
0"/>
<SERVER_MSG time="2004:10:5:21:47:38" severity="DEBUG" text="Loaded JVM
library /usr/java/j2sdk1.4.2_05/jre/lib/i386/server/libjvm.so"
file="framework/RAServer/java
.c" line="74"/>
<SERVER_MSG time="2004:10:5:21:47:38" severity="DEBUG" text="Resolved
entrypoint for JNI_CreateJavaVM" file="framework/RAServer/java.c"
line="83"/>
<SERVER_MSG time="2004:10:5:21:47:39" severity="DEBUG" text="RAServer
ending - external message pump thread status is -1"
file="framework/RAServer/RAServer.c" line=
"367"/>



Do you use the Raserver source? To begin I advice you to download the binaries of the RaServer. Regards