Hi Christian,
I tried running the second use case of the bank demo by cutting and
pasting commands to start the server and router from your email (which
are the same as in the README.txt).
It works fine for me.
Forgive me if I state the obvious, but I noticed that you are starting
the router in the foreground. I am assuming you are then putting it in
the background (by sending an interrupt with C-Z and then issuing the
`bg' command). Alternatively, start the router in the background by
issuing the same command followed by an &.
Could you also post the output of `env'?
Cheers,
- Matteo
Everything works fine for me.
Christian Galbavy wrote:
Hi Edell,
thanks for your help all the time!
I have attached the error log.
I start the server with the command:
java
-Xbootclasspath/p:$YOKO_HOME/lib/yoko-spec-corba-1.0-incubating-M1-SNAPSHOT.jar:$YOKO_HOME/lib/yoko-core-1.0-incubating-M1-SNAPSHOT.jar
-Dceltix.config.file=file:$YOKO_HOME/samples/ws/etc/corba_bus_config.xml
-classpath $CLASSPATH:build/classes:. yoko.server.Server &
Then I try to start the celtix router with the following command:
java
-Xbootclasspath/p:$YOKO_HOME/lib/yoko-spec-corba-1.0-incubating-M1-SNAPSHOT.jar:$YOKO_HOME/lib/yoko-core-1.0-incubating-M1-SNAPSHOT.jar
-Dceltix.config.file=file:$YOKO_HOME/samples/ws/etc/corba_bus_config.xml
-classpath $CLASSPATH:build/classes:.
org.objectweb.celtix.routing.RouterManager -BUSid celtix-yoko
Here I get a lot of errors. As I said I am working an Linux Machine with jdk 1.5
Thanks Christian
-------- Original-Nachricht --------
Datum: Mon, 28 Aug 2006 14:36:37 +0100
Von: "Nolan, Edell" <[EMAIL PROTECTED]>
An: [email protected]
Betreff: RE: RE: [jira] Resolved: (YOKO-150) Sample Demos are broken
Are you getting the same error as before ?
Can you send the error you are getting ?
Thanks, Edell.
-----Original Message-----
From: Christian Galbavy [mailto:[EMAIL PROTECTED]
Sent: 28 August 2006 14:35
To: [email protected]
Subject: Re: RE: [jira] Resolved: (YOKO-150) Sample Demos are broken
Hi,
has somebody else tried the bank example (second case with celtix router)
of the new distribution on a linux machine with jdk 1.5 update 08?
For me it still does not work, and I do not know what I am doing wrong.
Christian
-------- Original-Nachricht --------
Datum: Fri, 25 Aug 2006 14:54:50 +0100
Von: "Nolan, Edell" <[EMAIL PROTECTED]>
An: [email protected]
Betreff: RE: [jira] Resolved: (YOKO-150) Sample Demos are broken
I put a new distribution up yesterday with the fix included
You can get them from
http://people.apache.org/~enolan/
Cheers, Edell.