perfsonar-user - Re: Fw: perfSONAR Installation feedback
Subject: perfSONAR User Q&A and Other Discussion
List archive
- From: Stijn Melis <>
- To: Lukáš Pleva <>
- Cc: Loukik Kudarimoti <>, ,
- Subject: Re: Fw: perfSONAR Installation feedback
- Date: Tue, 10 Jul 2007 10:32:33 +0200
Hi,
don't know if this is still an issue or not, but if so, could you also check if ports 8009, 8443 and 8005 are accepted. I don't know if this will make any difference, but looking at you server.xml file, it seems Tomcat also uses these ports.
Regards,
Stijn
Lukáš Pleva wrote:
Stijn,
I'm trying to install the SSH-TELNET-MP on lab1.cesnet.cz, the proxy is not
used.
This computer has direct access to the internet. Just the iptables are
installed.
For perfSONARs services are reserved this ports: 8080, 8090, 8093,
accessible from those addresses:
$IPTABLES -A S_SONAR -s 147.32.114.76/32 -j ACCEPT # Lukas Pleva
$IPTABLES -A S_SONAR -s 193.165.222.254/32 -j ACCEPT # Lukas Pleva
$IPTABLES -A S_SONAR -s 85.71.114.118/32 -j ACCEPT # Lukas Pleva
Hope, there is some useful information for you...
thanks
Lukas
----- Original Message -----
From: "Stijn Melis"
<>
To: "Loukik Kudarimoti"
<>
Cc:
<>;
<>;
<>
Sent: Thursday, June 21, 2007 11:49 AM
Subject: Re: Fw: perfSONAR Installation feedback
Lukas,
does your machine use a proxy?
During the deployment step, there mustn't be a proxy configured,
otherwise the deployment into the tomcat will not work.
Regards,
Stijn
Loukik Kudarimoti wrote:
Lukas,{font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;fo
I have now logged this as a bug
(https://bugzilla.perfsonar.net/show_bug.cgi?id=193) to get the
developer of this service involved. I am pretty sure that the problem is
with tomcat not loading the context that has been declared in server.xml.
To continue further, we need the catalina.out log file that tomcat
updates. You can usually find it in $tomcat/logs directory. Can you
please mail it to us?
Without tomcat loading this context, the deployment step is expected to
fail.
Loukik
lukas wrote:
Hi, thank you, I checked it and it should be all right. I enclose my
server.xml...but I
cannot imagine, where could be the trouble:(
And still the same error:
[java] Exception: AxisFault
[java] faultCode: {http://xml.apache.org/axis/}HTTP
[java] faultSubcode:
[java] faultString:
(404)/JAVA-SSHTELNET-MP-1.1/services/AdminService
[java] faultActor:
[java] faultNode:
[java] faultDetail:
[java] {}:return code: 404
[java] <html><head><title>Apache Tomcat/6.0.7 -
Error report</title><style><!--H1
nt-size:22px;}
{font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;foH2
nt-size:16px;}
{font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;foH3
nt-size:14px;}
{font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;}BODY
{font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;}
B
{font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:P
12px;}A
<u>/JAVA-SSHTELNET-MP-1.1/services/AdminService</u></p><{color : black;}A.name {color : black;}HR {color :
#525D76;}--></style> </head><body><h1>HTTP
Status 404 -
/JAVA-SSHTELNET-MP-1.1/services/AdminService</h1><HR
size="1"
noshade="noshade"><p><b>type</b> Status
report</p><p><b>message</b>
;p><b>description</b>
/home/pleva/PerfSONAR-2.0/webapps/JAVA-SSHTELNET-MP-1.1/wsdd/sshtelnetmp-ser<u>The requested resource
(/JAVA-SSHTELNET-MP-1.1/services/AdminService) is not
available.</u></p><HR size="1"
noshade="noshade"><h3>Apache
Tomcat/6.0.7</h3></body></html>
[java] {http://xml.apache.org/axis/}HttpErrorCode:404
[java]
[java] Java Result: 1
Lukas
píše v St 20. 06. 2007 v 22:47 +0200:
----- Přeposlaná zpráva od
-----
Datum: Wed, 20 Jun 2007 17:04:00 +0100
Od: Loukik Kudarimoti
<>
Odpovědět-komu: Loukik Kudarimoti
<>
Předmět: Re: Fw: perfSONAR Installation feedback
Loukik Kudarimoti wrote:
Lukas,I meant to say, it will look something like this:
If you have added a line into server.xml ($tomcat/conf directory),
its very likely that there is a typo or something in that entry.
(entry resembles <context = '/extist' ..>
<Context path='/JAVA-SSHTELNET-MP-1.1'
docBase='/home/loukik/perfSONAR/webapps/JAVA-SSHTELNET-MP-1.1'>
</Context>
In all likelihood, the docBase value for your installation might have
a typo.
Loukik.
Can you take a look?
If you haven't added any such line into server.xml at all, its
possible that you missed this step during installation (the
installer tells you what to add).
The root cause of all these problems is simply that the tomcat
application server has not loaded the service. Deployment is hence
failing.
Loukik.
wrote:
So, the tomcat webpage is running - I can see tomcat welcome page
but the axis welcome page is missing,
HTTP Status 404 - /JAVA-SSHTELNET-MP-1.1
type Status report
message /JAVA-SSHTELNET-MP-1.1
description The requested resource (/JAVA-SSHTELNET-MP-1.1) is not
available.
Apache Tomcat/6.0.7
Lukas
Cituji Loukik Kudarimoti
<>:
Lukas,
No worries. Lets see why this is happening. Can you do the
following checks (replace with your server name and port
appropriately)
* Open tomcat webpage in browser (http://$server-name:$port/)
- you should see tomcat welcome page here
* Open http://$server-name:$port/JAVA-SSHTELNET-MP-1.1
- you should see axis welcome page here
Let me know how these checks go.
Mandeep, can you please add information about these checks to the
FAQs? Thanks.
thanks,
Loukik
lukas wrote:
tomcat restarted, I started the bundle installer again and I
preinstalled and deployed it in advanced installation..there was no
error message about const.properties and it failed at the same
point -
axis...
_deploy-adminclient:
[echo]
[echo] The directory with all required service files has been
created.
[echo] The next step in deploy action is installing the
service in
Tomcat.
[echo] (If you are an expert in Axis and want to install the
service other way
[echo] than default one use ctrl+c to stop the script in this
moment)
[echo]
[input] Press Enter
deploy-adminclient:
[java] Processing
file
vice-deploy.wsdd
{font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;fo[java] Exception: AxisFault
[java] faultCode: {http://xml.apache.org/axis/}HTTP
[java] faultSubcode:
[java] faultString:
(404)/JAVA-SSHTELNET-MP-1.1/services/AdminService
[java] faultActor:
[java] faultNode:
[java] faultDetail:
[java] {}:return code: 404
[java] <html><head><title>Apache
Tomcat/6.0.7 -
Error report</title><style><!--H1
nt-size:22px;}
{font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;foH2
nt-size:16px;}
{font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;foH3
nt-size:14px;}
{font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;}BODY
{font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;}B
{font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:P
12px;}A
<u>/JAVA-SSHTELNET-MP-1.1/services/AdminService</u></p><{color : black;}A.name {color : black;}HR {color :
#525D76;}--></style>
</head><body><h1>HTTP Status 404 -
/JAVA-SSHTELNET-MP-1.1/services/AdminService</h1><HR
size="1"
noshade="noshade"><p><b>type</b>
Status report</p><p><b>message</b>
;p><b>description</b>
{font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;fo<u>The requested resource
(/JAVA-SSHTELNET-MP-1.1/services/AdminService) is not
available.</u></p><HR size="1"
noshade="noshade"><h3>Apache
Tomcat/6.0.7</h3></body></html>
[java] {http://xml.apache.org/axis/}HttpErrorCode:404
[java]
[java] Java Result: 1
BUILD SUCCESSFUL
Total time: 19 seconds
I really dont know how to solve this.. the tomcat runs without
problems,
but the axis cannot start.. Thak you
Lukas
Lukás Pleva píše v Po 18. 06. 2007 v 22:40 +0200:
----- Original Message -----
From: "Loukik Kudarimoti"
<>
To: "Lukás Pleva"
<>
Sent: Monday, June 18, 2007 7:55 PM
Subject: Re: perfSONAR Installation feedback
Please restart tomcat
Once tomcat has been restarted, start the bundle installer, go to
advanced installation options and try to deploy the service
again. You
will be asked to choose the installation webapps directory and
then the
SSH telnet MP (you might see an error message about
const.properties,
simply press enter and continue).
Lukás Pleva wrote:
Hello Loukik,error
thank you for your last advice. Everything seems to work, but
one more
came out.
The apache ant, Tomcat works well, but then should install the
"JAVA-SSHTELNET-MP-1.1", but there must be some problem during
installing
the service:
[echo] The next step in deploy action is installing the
service in
Tomcat.
[echo] (If you are an expert in Axis and want to install the
service other way
[echo] than default one use ctrl+c to stop the script in
this
moment)
[echo]
[input] Press Enter
[java] Exception: AxisFault
[java] faultCode: {http://xml.apache.org/axis/}HTTP
[java] faultSubcode:
[java] faultString:
(404)/JAVA-SSHTELNET-MP-1.1/services/AdminService
[java] faultActor:
[java] faultNode:
[java] faultDetail:
[java] {}:return code: 404
[java] <html><head><title>Apache
Tomcat/6.0.7 -
Error report</title><style><!--H1
{font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;fo
nt-size:22px;} H2
{font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;fo
nt-size:16px;} H3
{font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;}
nt-size:14px;} BODY
{font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;}B
{font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:
P
<u>/JAVA-SSHTELNET-MP-1.1/services/AdminService</u></p><
12px;}A {color : black;}A.name {color : black;}HR {color :Status
#525D76;}--></style>
</head><body><h1>HTTP
404 -
/JAVA-SSHTELNET-MP-1.1/services/AdminService</h1><HR
size="1"
noshade="noshade"><p><b>type</b>
Status
report</p><p><b>message</b>
______________________________________________________________________
;p><b>description</b> <u>The requested
resource
(/JAVA-SSHTELNET-MP-1.1/services/AdminService) is not
available.</u></p><HR size="1"
noshade="noshade"><h3>Apache
Tomcat/6.0.7</h3></body></html>
[java] {http://xml.apache.org/axis/}HttpErrorCode:404
[java]
[java] Java Result: 1
I was looking for any axis solution, but I have not found it.
Thank you
Lukas
----- Original Message -----
From: "Loukik Kudarimoti"
<>
To: "Lukás Pleva"
<>
Sent: Wednesday, June 06, 2007 5:02 PM
Subject: Re: perfSONAR Installation feedback
check if you have JAVA_HOME variable set (and pointing to the home
directory of your installed jdk), check if there are multiple
versions
of ant in the PATH variable. These are the two main documented
problems
with apache ant.
Lukás Pleva wrote:
Hello Loukik,--
yes i installed apache ant, but there were some problems, it
could be the
problem, I check it and let you know.
Lukas
----- Original Message -----
From: "Loukik Kudarimoti"
<>
To:
<>
Cc:
<>
Sent: Monday, June 04, 2007 1:58 PM
Subject: perfSONAR Installation feedback
Hello Lukas,
Thanks for the feedback. Can you check if you have installed
apache ant
and made its binary files available via the PATH environment
variable?
thanks,
Loukik.
===feedback
Name: Lukas Pleva
Email:
Organization: Czech Technical University, cooperation with CESNET
Used Linux:Debian GNU/Linux system
I have tried to install JAVA SSH TELNET MP, downloading OK,
then I
choosed "basic" instalation type... then "Starting
installation for
service SSH/Telnet MP..." and after this notice an error has
occured "It
seems an error occurred in one of the installation steps.
Would you like
to try that step again? (yes [y] or [yes] to try, anything
else goes
back to the installation menu): Welcome to the perfSONAR services
installer. " I choosed yes and the instalation has ended. I
don't know
what was the cause. I hathis computer (sorry, privileges)..
Lukas Pleva
__________ Informace od NOD32 2306 (20070604) __________
Tato zprava byla proverena antivirovym systemem NOD32.
http://www.nod32.cz
__________ Informace od NOD32 2306 (20070604) __________
Tato zprava byla proverena antivirovym systemem NOD32.
http://www.nod32.cz
_____________________________________________________________________Loukik Kudarimoti
Network Engineer
DANTE - www.dante.net
Tel: +44 (0)1223 371 300
Fax: +44 (0)1223 371 371
Email:
City House, 126-130 Hills Road
Cambridge CB2 1PQ
UK
----- Konec přeposlané zprávy -----__________ Informace od NOD32 2313 (20070606) ____________________ Informace od NOD32 2336 (20070618) __________
Tato zprava byla proverena antivirovym systemem NOD32.
http://www.nod32.cz
__________ Informace od NOD32 2313 (20070606) __________
Tato zprava byla proverena antivirovym systemem NOD32.
http://www.nod32.cz
Tato zprava byla proverena antivirovym systemem NOD32.
http://www.nod32.cz
__________ Informace od NOD32 2336 (20070618) __________
Tato zprava byla proverena antivirovym systemem NOD32.
http://www.nod32.cz
__________ Informace od NOD32 2338 (20070619) __________
Tato zprava byla proverena antivirovym systemem NOD32.
http://www.nod32.cz
__________ Informace od NOD32 2338 (20070619) __________
Tato zprava byla proverena antivirovym systemem NOD32.
http://www.nod32.cz
- Re: Fw: perfSONAR Installation feedback, Stijn Melis, 07/10/2007
Archive powered by MHonArc 2.6.16.