Skip to Content.
Sympa Menu

perfsonar-user - Re: Fw: perfSONAR Installation feedback

Subject: perfSONAR User Q&A and Other Discussion

List archive

Re: Fw: perfSONAR Installation feedback


Chronological Thread 
  • From: "Lukáš Pleva" <>
  • To: "Loukik Kudarimoti" <>
  • Cc: <>, <>, "Stijn Melis" <>
  • Subject: Re: Fw: perfSONAR Installation feedback
  • Date: Fri, 22 Jun 2007 09:09:12 +0200


please find enclosed my catalina.out...
I will find out the proxy...and I let you know...

Lukas

----- Original Message -----
From: "Loukik Kudarimoti"
<>
To:
<>
Cc:
<>;

<>;
"Stijn
Melis"
<>
Sent: Thursday, June 21, 2007 11:35 AM
Subject: Re: Fw: perfSONAR Installation feedback


Lukas,

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] &lt;html&gt;&lt;head&gt;&lt;title&gt;Apache Tomcat/6.0.7 -
> Error report&lt;/title&gt;&lt;style&gt;&lt;!--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:white;background-color:#525D76;fo
nt-size:14px;} BODY
{font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B
{font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;}
P
{font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:
12px;}A {color : black;}A.name {color : black;}HR {color :
#525D76;}--&gt;&lt;/style&gt; &lt;/head&gt;&lt;body&gt;&lt;h1&gt;HTTP Status
404 - /JAVA-SSHTELNET-MP-1.1/services/AdminService&lt;/h1&gt;&lt;HR
size=&quot;1&quot;
noshade=&quot;noshade&quot;&gt;&lt;p&gt;&lt;b&gt;type&lt;/b&gt; Status
report&lt;/p&gt;&lt;p&gt;&lt;b&gt;message&lt;/b&gt;
&lt;u&gt;/JAVA-SSHTELNET-MP-1.1/services/AdminService&lt;/u&gt;&lt;/p&gt;&lt
;p&gt;&lt;b&gt;description&lt;/b&gt; &lt;u&gt;The requested resource
(/JAVA-SSHTELNET-MP-1.1/services/AdminService) is not
available.&lt;/u&gt;&lt;/p&gt;&lt;HR size=&quot;1&quot;
noshade=&quot;noshade&quot;&gt;&lt;h3&gt;Apache
Tomcat/6.0.7&lt;/h3&gt;&lt;/body&gt;&lt;/html&gt;
> [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,
>>>
>>> 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' ..>
>>>
>> I meant to say, it will look something like this:
>>
>> <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
>>>>>>
/home/pleva/PerfSONAR-2.0/webapps/JAVA-SSHTELNET-MP-1.1/wsdd/sshtelnetmp-ser
vice-deploy.wsdd [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] &lt;html&gt;&lt;head&gt;&lt;title&gt;Apache
Tomcat/6.0.7 -
>>>>>> Error report&lt;/title&gt;&lt;style&gt;&lt;!--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:white;background-color:#525D76;fo
nt-size:14px;} BODY
{font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B
{font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;}
P
{font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:
12px;}A {color : black;}A.name {color : black;}HR {color :
#525D76;}--&gt;&lt;/style&gt; &lt;/head&gt;&lt;body&gt;&lt;h1&gt;HTTP Status
404 - /JAVA-SSHTELNET-MP-1.1/services/AdminService&lt;/h1&gt;&lt;HR
size=&quot;1&quot;
noshade=&quot;noshade&quot;&gt;&lt;p&gt;&lt;b&gt;type&lt;/b&gt; Status
report&lt;/p&gt;&lt;p&gt;&lt;b&gt;message&lt;/b&gt;
&lt;u&gt;/JAVA-SSHTELNET-MP-1.1/services/AdminService&lt;/u&gt;&lt;/p&gt;&lt
;p&gt;&lt;b&gt;description&lt;/b&gt; &lt;u&gt;The requested resource
(/JAVA-SSHTELNET-MP-1.1/services/AdminService) is not
available.&lt;/u&gt;&lt;/p&gt;&lt;HR size=&quot;1&quot;
noshade=&quot;noshade&quot;&gt;&lt;h3&gt;Apache
>>>>>> Tomcat/6.0.7&lt;/h3&gt;&lt;/body&gt;&lt;/html&gt;
>>>>>> [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,
>>>>>>>>
>>>>>>>> thank you for your last advice. Everything seems to work, but one
more
>>>>>>>>
>>>>>>>>
>>>>>>> error
>>>>>>>
>>>>>>>
>>>>>>>> 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] &lt;html&gt;&lt;head&gt;&lt;title&gt;Apache
Tomcat/6.0.7 -
>>>>>>>> Error report&lt;/title&gt;&lt;style&gt;&lt;!--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:white;background-color:#525D76;fo
>>>>>>>
>>>>>>>> nt-size:14px;} BODY
>>>>>>>>
{font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;}
>>>>>>>>
>>>>>>> B
>>>>>>>
>>>>>>>
{font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;}
>>>>>>>
>>>>>>>> P
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>
{font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:
>>>>>>>
>>>>>>>> 12px;}A {color : black;}A.name {color : black;}HR {color :
>>>>>>>> #525D76;}--&gt;&lt;/style&gt;
&lt;/head&gt;&lt;body&gt;&lt;h1&gt;HTTP
>>>>>>>>
>>>>>>>>
>>>>>>> Status
>>>>>>>
>>>>>>>
>>>>>>>> 404 - /JAVA-SSHTELNET-MP-1.1/services/AdminService&lt;/h1&gt;&lt;HR
>>>>>>>> size=&quot;1&quot;
>>>>>>>> noshade=&quot;noshade&quot;&gt;&lt;p&gt;&lt;b&gt;type&lt;/b&gt;
Status
>>>>>>>> report&lt;/p&gt;&lt;p&gt;&lt;b&gt;message&lt;/b&gt;
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>
&lt;u&gt;/JAVA-SSHTELNET-MP-1.1/services/AdminService&lt;/u&gt;&lt;/p&gt;&lt
>>>>>>>
>>>>>>>> ;p&gt;&lt;b&gt;description&lt;/b&gt; &lt;u&gt;The requested
resource
>>>>>>>> (/JAVA-SSHTELNET-MP-1.1/services/AdminService) is not
>>>>>>>> available.&lt;/u&gt;&lt;/p&gt;&lt;HR size=&quot;1&quot;
>>>>>>>> noshade=&quot;noshade&quot;&gt;&lt;h3&gt;Apache
>>>>>>>> Tomcat/6.0.7&lt;/h3&gt;&lt;/body&gt;&lt;/html&gt;
>>>>>>>> [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
>>>>>>>>
>>>>>>>>
_____________________________________________________________________
>>>>>>>> __________ Informace od NOD32 2313 (20070606) __________
>>>>>>>>
>>>>>>>> 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
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>> __________ Informace od NOD32 2336 (20070618) __________
>>>>>>>
>>>>>>> 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
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>
>>>>>
>>>>>
>>>>
>>>>
>>>
>>
>> ----- Konec přeposlané zprávy -----
>>
>>
>>




__________ 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

Attachment: catalina.out
Description: Binary data




Archive powered by MHonArc 2.6.16.

Top of Page