Have a look at the container logfile for more information, as
the error message indicates:
WARNING: It seems like the container died directly
Please see $GLOBUS_LOCATION/var/container.log for more information
-Martin
simar gill wrote:
> Hello all
> I have installed globus toolkit successfully with xacml framework. Now
> when I want to use globus WS container. I have run the instructions in
> quickstart guide for security setting and the following thing will happen:
>
> 1. CREATING MYPROXY SERVER
>
> r...@simar-laptop:~# cat /etc/xinetd.d/myproxy
> service myproxy-server
> {
> socket_type=stream
> protocol=tcp
> wait=no
> user=root
> server=/home/globus/globus-4.2.1/sbin/myproxy-server
> env=GLOBUS_LOCATION=/home/globus/globus-4.2.1
> LD_LIBRARY_PATH=/home/globus/globus-4.2.1/lib
> disable=no}
> r...@simar-laptop:~# /etc/init.d/xinetd reload
> * Reloading internet superserver configuration xinetd [ OK
> ]
> r...@simar-laptop:~# netstat -an | grep 7512
>
> r...@simar-laptop:~# myproxy-admin-adduser -c "simat virk" -l virk
> bash: myproxy-admin-adduser: command not found
>
>
> 2. SETUP GRIDFTP
>
> r...@simar-laptop:/etc/grid-security# cat /etc/xinetd.d/gridftp
> service gsiftp
> {
> instances=100
> socket_type=stream
> wait =no
> user=root
> env+=GLOBUS_LOCATION=/home/globus/globus-4.2.1
> env+=LD_LIBRARY_PATH=/home/globus/globus-4.2.1/lib 2
> server=/home/globus/globus-4.2.1/sbin/globus-gridftp-server
> server_args=-i
> log_on_success+=DURATION
> disable=no
> r...@simar-laptop:/etc/grid-security# tail /etc/services
> fido 60179/tcp # fidonet EMSI over TCP
>
> # Local services
> myproxy-server 7512/tcp # Myproxy server
> myproxy-server 7512/tcp # Myproxy server
> myproxy-server 7512/tcp # Myproxy server
> myproxy-server 7512/tcp # Myproxy server
> myproxy-server 7512/tcp # Myproxy server
> myproxy-server 7512/tcp # Myproxy server
> myproxy-server 7512/tcp # Myproxy server
>
> r...@simar-laptop:/etc/grid-security# /etc/init.d/xinetd reload
> * Reloading internet superserver configuration xinetd [ OK
> ]
>
> 3. STARTING THE GLOBUS WEBSERVICE CONTAINER
>
> r...@simar-laptop:~# cp
> $GLOBUS_LOCATION/etc/init.d/globus-ws-java-container /etc/init.d
>
> glo...@simar-laptop:~$ /etc/init.d/globus-ws-java-container start
> Starting Globus container. PID: 7300
> WARNING: It seems like the container died directly
> Please see $GLOBUS_LOCATION/var/container.log for more information
>
>
> How could I configure successfully..
>
> Please help
>
> Regards
> Simar Virk