Skip to Content.
Sympa Menu

perfsonar-user - Re: [perfsonar-user] Problem with configuration xml-ls (eXist)

Subject: perfSONAR User Q&A and Other Discussion

List archive

Re: [perfsonar-user] Problem with configuration xml-ls (eXist)


Chronological Thread 
  • From: "Maciej Matachowski" <>
  • To: "Rodesch Christian" <>,
  • Subject: Re: [perfsonar-user] Problem with configuration xml-ls (eXist)
  • Date: Mon, 26 May 2008 12:11:07 +0200
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=GI1YJIHP/sPCmaf13lDpd1X0q17+G21ww5Oxv6IKuiPFQDBqJHHfs19C3TVMqEVnFswadqnbXWx4xFjmWAoKgrDmiojzn8NSJOtFLiv+8Jg+FM23pmeP/T95sadULBLCdmfvnfYyGbK0fBgj+S+/NoFPGif0STD3PIPyBf7/gZ4=

Hi,
You are right its tricky. My LS is working. I will provide some newbie
instructions for it.
Now I started to make the AS (Authentication Service) again follow the
instruction and again some problems :) . Sorry that I write such a
things but instructions says that I have to copy some files from one
to another destination.
First thing: The folder /opt/perfsonar/webapps doesn't exist and those
files all already attached to
/opt/perfsonar/services/geant2-java-as/WEB-INF/lib .
Second thing: After restart tomcat I want to run the admin panel
http://localhost:8080/geant2_java-as and it says that there is an
error "HTTP Status 404 - /geant2_java-as . From my manager's panel in
Tomcat I can see such a Service.

Do you have any idea what can be wrong ?

Regards,
Maciej Matachowski


On Mon, May 26, 2008 at 11:16 AM, Rodesch Christian
<>
wrote:
>
> Hi,
>
> I know... I had the same problems and there isn't really much documentation
> for perfsonar 3.0. In opposite, the 2.2 release had a perl installer which
> was far better documented. I hope they will add an how-to or configuration
> guide soon.
>
> Is this the first service you are installing? Maybe we can help each other
> by exchanging experience?
>
> Well, if you need help, I already deployed the following services: XML LS,
> RRD MA, BWCTL MP, SSH/Telnet (in progress), AS (in progress) and I can say,
> some services are really tricky to install/configure ;-)
>
> Regards,
>
> Christian
>
> Maciej Matachowski wrote:
>>
>> Dear Christian,
>> Thanks a lot, it helped. Nobody said that the secoundery password is
>> the admin's password ;).
>>
>>
>> On Mon, May 26, 2008 at 10:16 AM, Rodesch Christian
>> <>
>> wrote:
>>
>>>
>>> Hi,
>>>
>>> I encountered the same problems, but I found out how to solve it:
>>>
>>> You need to fill out all the fields:
>>>
>>> Specify the service username for the exist user -> This is the username
>>> for
>>> the LS (For example: LookUpService)
>>> Specify the administration password for exist -> This is the password
>>> for
>>> the user you created for the LS (For example: LookUpService)
>>> Specify the administration password for exist -> This is the password for
>>> the eXist admin account.
>>>
>>> After entering the correct data it should work fine. Maybe the default
>>> admin
>>> password needs to be changed?
>>>
>>>
>>> Regards,
>>>
>>> Christian
>>>
>>> Maciej Matachowski wrote:
>>>
>>>>
>>>> Dear All,
>>>> I wanted to establish Perfsonar 3.0 on one of our servers. I'm
>>>> proceeding with the instruction which I found in download folder. I'm
>>>> using Debian Linux distribution (Ubuntu 8.04).
>>>> I stacked with the lookup service. I configure xml-ls
>>>> (locaslhost:8080/xml-ls) and I want to setup basic configuration so I
>>>> specify the eXist's user and the password but after I have an error
>>>> message which says that the password is invalid. So I have created a
>>>> new user in eXist db and reloaded all services and done this
>>>> operation again. The problem is still this same. I attached the error
>>>> message with this email. If you know there is the problem feel free to
>>>> inform me.
>>>>
>>>> Output message:
>>>>
>>>> Problem occured while finishing the configuration process!Back Problem
>>>> with
>>>> eXist configuration!Please check your input.
>>>> org.apache.xmlrpc.XmlRpcException: Invalid password for user
>>>>
>>>>
>>>> adminorg.exist.xmldb.RemoteCollectionManagementService.createCollection(RemoteCollectionManagementService.java:57)
>>>>
>>>>
>>>> org.exist.xmldb.RemoteCollectionManagementService.createCollection(RemoteCollectionManagementService.java:37)
>>>>
>>>>
>>>> org.exist.xmldb.RemoteCollectionManagementService.createCollection(RemoteCollectionManagementService.java:28)
>>>>
>>>>
>>>> perfSONARWebAdmin.auxiliary.xmlDB.xmlDBManagerImpl.createCollection(xmlDBManagerImpl.java:74)
>>>>
>>>>
>>>> org.perfsonar.service.lookupService.xmlType.webadmin.LSWizardHandler.existActions(Unknown
>>>> Source)
>>>>
>>>>
>>>> org.perfsonar.service.lookupService.xmlType.webadmin.LSWizardHandler.handleExist(Unknown
>>>> Source)
>>>>
>>>>
>>>> org.perfsonar.service.lookupService.xmlType.webadmin.LSWizardHandler.handleRequest(Unknown
>>>> Source) perfSONARWebAdmin.admin.wizard.Wizard.doPost(Wizard.java:192)
>>>> perfSONARWebAdmin.admin.wizard.Wizard.doGet(Wizard.java:136)
>>>> javax.servlet.http.HttpServlet.service(HttpServlet.java:690)
>>>> javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
>>>>
>>>>
>>>> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
>>>>
>>>>
>>>> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
>>>>
>>>>
>>>> org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
>>>>
>>>>
>>>> org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)
>>>>
>>>>
>>>> org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
>>>>
>>>>
>>>> org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
>>>>
>>>>
>>>> org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
>>>>
>>>>
>>>> org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:286)
>>>>
>>>> org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844)
>>>>
>>>>
>>>> org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583)
>>>> org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)
>>>> java.lang.Thread.run(Thread.java:619)
>>>>
>>>>
>>>> org.perfsonar.service.lookupService.xmlType.webadmin.LSWizardHandler.handleExist(Unknown
>>>> Source)
>>>>
>>>>
>>>> org.perfsonar.service.lookupService.xmlType.webadmin.LSWizardHandler.handleRequest(Unknown
>>>> Source) perfSONARWebAdmin.admin.wizard.Wizard.doPost(Wizard.java:192)
>>>> perfSONARWebAdmin.admin.wizard.Wizard.doGet(Wizard.java:136)
>>>> javax.servlet.http.HttpServlet.service(HttpServlet.java:690)
>>>> javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
>>>>
>>>>
>>>> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
>>>>
>>>>
>>>> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
>>>>
>>>>
>>>> org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
>>>>
>>>>
>>>> org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)
>>>>
>>>>
>>>> org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
>>>>
>>>>
>>>> org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
>>>>
>>>>
>>>> org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
>>>>
>>>>
>>>> org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:286)
>>>>
>>>> org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844)
>>>>
>>>>
>>>> org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583)
>>>> org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)
>>>> java.lang.Thread.run(Thread.java:619)
>>>>
>>>>
>>>> org.perfsonar.service.lookupService.xmlType.webadmin.LSWizardHandler.handleRequest(Unknown
>>>> Source) perfSONARWebAdmin.admin.wizard.Wizard.doPost(Wizard.java:192)
>>>> perfSONARWebAdmin.admin.wizard.Wizard.doGet(Wizard.java:136)
>>>> javax.servlet.http.HttpServlet.service(HttpServlet.java:690)
>>>> javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
>>>>
>>>>
>>>> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
>>>>
>>>>
>>>> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
>>>>
>>>>
>>>> org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
>>>>
>>>>
>>>> org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)
>>>>
>>>>
>>>> org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
>>>>
>>>>
>>>> org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
>>>>
>>>>
>>>> org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
>>>>
>>>>
>>>> org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:286)
>>>>
>>>> org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844)
>>>>
>>>>
>>>> org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583)
>>>> org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)
>>>> java.lang.Thread.run(Thread.java:619)
>>>>
>>>>
>>>>
>>>>
>>>>
>>>> Kind Regards,
>>>> Maciej Matachowski
>>>>
>>>>
>>>>
>>>
>>>
>>
>>
>
>



Archive powered by MHonArc 2.6.16.

Top of Page