Hi Christian,
could you try modifying your PATH so that /usr/java/jdk1.5.0_08/bin
appears at the beginning?
My suspicion is that you are picking up the wrong java from, say, /usr/bin.
Cheers,
- Matteo
Christian Galbavy wrote:
Hi,
I also tried to start the router in background.
My env output is:
**************************************
LESSKEY=/etc/lesskey.bin
MANPATH=/usr/share/man:/usr/local/man:/usr/X11R6/man:/opt/gnome/share/man
INFODIR=/usr/local/info:/usr/share/info:/usr/info
NNTPSERVER=news
HOSTNAME=fitipc160
XKEYSYMDB=/usr/X11R6/lib/X11/XKeysymDB
GNOME2_PATH=/usr/local:/opt/gnome:/usr
SHELL=/bin/bash
TERM=xterm
HOST=fitipc160
HISTSIZE=1000
PROFILEREAD=true
SSH_CLIENT=129.27.3.200 53123 3389
GNOME_PATH=:/opt/gnome:/usr
QTDIR=/usr/lib/qt3
SSH_TTY=/dev/pts/1
USER=galbavy
JRE_HOME=/usr/lib/jvm/java/jre
GROFF_NO_SGR=yes
LS_COLORS=no=00:fi=00:di=01;34:ln=00;36:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31:ex=00;32:*.cmd=00;32:*.exe=01;32:*.com=01;32:*.bat=01;32:*.btm=01;32:*.dll=01;32:*.tar=00;31:*.tbz=00;31:*.tgz=00;31:*.rpm=00;31:*.deb=00;31:*.arj=00;31:*.taz=00;31:*.lzh=00;31:*.zip=00;31:*.zoo=00;31:*.z=00;31:*.Z=00;31:*.gz=00;31:*.bz2=00;31:*.tb2=00;31:*.tz2=00;31:*.tbz2=00;31:*.avi=01;35:*.bmp=01;35:*.fli=01;35:*.gif=01;35:*.jpg=01;35:*.jpeg=01;35:*.mng=01;35:*.mov=01;35:*.mpg=01;35:*.pcx=01;35:*.pbm=01;35:*.pgm=01;35:*.png=01;35:*.ppm=01;35:*.tga=01;35:*.tif=01;35:*.xbm=01;35:*.xpm=01;35:*.dl=01;35:*.gl=01;35:*.wmv=01;35:*.aiff=00;32:*.au=00;32:*.mid=00;32:*.mp3=00;32:*.ogg=00;32:*.voc=00;32:*.wav=00;32:
XNLSPATH=/usr/X11R6/lib/X11/nls
HOSTTYPE=i386
FROM_HEADER=
PAGER=less
XDG_CONFIG_DIRS=/usr/local/etc/xdg/:/etc/xdg/:/etc/opt/gnome/xdg/
MINICOM=-c on
PATH=/opt/kde3/sbin:/opt/gnome/sbin:/root/bin:/usr/local/bin:/usr/bin:/usr/X11R6/bin:/bin:/usr/games:/opt/gnome/bin:/opt/kde3/bin:/usr/lib/mit/bin:/usr/lib/mit/sbin:/usr/local/bin:/home/galbavy/programs/maven-2.0.4/bin:/usr/java/jdk1.5.0_08/bin
MAIL=/var/mail/root
GNOMEDIR=/opt/gnome
MAVEN_HOME=/home/galbavy/programs/maven-2.0.4
CPU=i686
JAVA_BINDIR=/usr/lib/jvm/java/bin
PWD=/home/galbavy/programs/yoko
INPUTRC=/etc/inputrc
JAVA_HOME=/usr/java/jdk1.5.0_08
LANG=POSIX
PYTHONSTARTUP=/etc/pythonstart
SDK_HOME=/usr/lib/jvm/java
TEXINPUTS=:/root/.TeX:/usr/share/doc/.TeX:/usr/doc/.TeX
HOME=/home/galbavy
SHLVL=2
JDK_HOME=/usr/lib/jvm/java
OSTYPE=linux
LESS_ADVANCED_PREPROCESSOR=no
XCURSOR_THEME=crystalwhite
LS_OPTIONS=-N --color=tty -T 0
YOKO_HOME=/home/galbavy/programs/yoko/yoko
WINDOWMANAGER=/usr/X11R6/bin/kde
GTK_PATH=/usr/local/lib/gtk-2.0:/opt/gnome/lib/gtk-2.0:/usr/lib/gtk-2.0
LOGNAME=galbavy
MACHTYPE=i686-suse-linux
LESS=-M -I
PYTHONPATH=:/usr/local/lib/python2.4/site-packages
CVS_RSH=ssh
SSH_CONNECTION=129.27.3.200 53123 129.27.146.160 3389
ACLOCAL_FLAGS=-I /opt/gnome/share/aclocal
LC_CTYPE=de_DE.UTF-8
XDG_DATA_DIRS=/usr/local/share/:/usr/share/:/etc/opt/kde3/share/:/opt/kde3/share/:/opt/gnome/share/
CLASSPATH=:/home/galbavy/programs/yoko/yoko/lib/yoko-1.0-incubating-M1-SNAPSHOT.jar:/home/galbavy/programs/yoko/yoko/lib/yoko-api-1.0-incubating-M1-SNAPSHOT.jar
LESSOPEN=lessopen.sh %s
PKG_CONFIG_PATH=/usr/local/lib/pkgconfig:/usr/local/share/pkgconfig:/usr/lib/pkgconfig:/usr/share/pkgconfig:/opt/kde3/lib/pkgconfig:/opt/gnome/lib/pkgconfig:/opt/gnome/lib/pkgconfig:/opt/gnome/share/pkgconfig
INFOPATH=/usr/local/info:/usr/share/info:/usr/info:/opt/gnome/share/info
LESSCLOSE=lessclose.sh %s %s
G_BROKEN_FILENAMES=1
COLORTERM=1
JAVA_ROOT=/usr/lib/jvm/java
OLDPWD=/root
_=/usr/bin/env
**************************************
Christian
-------- Original-Nachricht --------
Datum: Mon, 28 Aug 2006 15:57:20 +0100
Von: "Vescovi, Matteo" <[EMAIL PROTECTED]>
An: [email protected]
Betreff: Re: [jira] Resolved: (YOKO-150) Sample Demos are broken
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.