perfsonar-dev - Re: [pS-dev] [Fwd: geant2_java-xml-ls installation on Debian]
Subject: perfsonar development work
List archive
- From: Guilherme Fernandes <>
- To: Nina Jeliazkova <>
- Cc: Nicolas Simar <>, Maciej Glowiak <>, "" <>, Atanas Terziyski <>
- Subject: Re: [pS-dev] [Fwd: geant2_java-xml-ls installation on Debian]
- Date: Tue, 01 Apr 2008 14:46:14 +0200
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=message-id:date:from:user-agent:mime-version:to:cc:subject:references:in-reply-to:content-type:content-transfer-encoding; b=NGUf5L/YDmucdmmKQ+yPiYaAGQ10ts4T8VL2+k2KKyiS3aX2uj4LbiL4jY5odrFueVt7gdtz0Qp7OOYTGjLW3zhmCboAPbo9/XwMjacne4qteuDVSJVtq0r+ti8czPj5QiQ5EUQwEd8kUfOj+5S2fTgkt7qpKkeY4mOgfSowtwk=
Hi all,
These are problems with the current version of ant related files in the geant2_java-xml-ls in trunk:
- [taskdef] Could not load definitions from resource org/perfsonar/base/ant/antlib.xml. It could not be found.
This happens because the version of the psbase-ant jar in the lib directory is 1.0.20071121 (file lib/misc/perfsonar-base-ant-1.0.20071121) , and the version configured in the const.properties.template is 1.0.20080204 (variable ps-antxml-ver=1.0.20080204).
- [typedef] Could not load definitions from resource org/exist/ant/antlib.xml. It could not be found.
The exist-targets.xml needs exist jar files for defining that type (it is exist-optional-1.0rc.jar which contains org/exist/ant/antlib.xml, and it depends on other exist jars). These jar files are downloaded with the "ant lib" command, and shouldn't be a problem in a normal installation (since the lib command should be the first one to be issued).
Guilherme
Nina Jeliazkova wrote:
Nicolas Simar написа:
Atanas tried first XML LS 1.1.1 from perfsonar-bundle-2.2 , but it gives Null pointer exception and Maciej suggested 1.2 , available here
Maciej Glowiak wrote:
Nina Jeliazkova wrote:
Hello all,
I am forwarding this email, sent last week to jra1 list, since no responce have been received there.
Sorry for not responding earlier, but I thought that was a question more to release team than to me.
The XML LS 1.1.1 was tested on various distributions (we even had a training workshop in Berlin on installation and configuration i.a. XML LS and nobody had any problems with it).
http://wiki.perfsonar.net/images/files/XML-LS-1.2-1.i386.rpm or from SVN: https://svn.internet2.edu/svn/perfsonar/trunk/geant2_java-xml-ls
Since rpm can't be used in debian, we've tried the one from SVN , but run into the ant error explained below.
Regards,
Nina
The XML LS, is it from the release 2.3 or from the pre-release 3.0?
Nicolas
Perhaps the "ant" from debian distribution is wrong. The only thing I can suggest is to use different "ant" downloaded directly from http://ant.apache.org/bindownload.cgi - we used to use ant 1.6 from that location and now I am using 1.7 from ubuntu distribution.
So, please try ant 1.6 or ant 1.7 from
http://ant.apache.org/bindownload.cgi
and then we can come back to the problem.
Maciej
------------------------------------------------------------------------
Subject:
geant2_java-xml-ls installation on Debian
From:
Atanas Terziyski
<>
Date:
Fri, 28 Mar 2008 13:39:04 +0200
To:
To:
CC:
Nina Jeliazkova
<>
Dear Developers,
I am helping Nina with some basic installations of PerfSonar services on Debian.
The installation of geant2_java-rrd-ma-2.3.2, perfSONAR-SQL-MA-1.3 and XML-LS-1.1.1 was quite fluent by itself, however I got some unexpected problems while installing geant2_java-xml-ls service from
https://svn.internet2.edu/svn/perfsonar/trunk/geant2_java-xml-ls
I tried two different approaches, both unsuccessful with quite similar outputs. After I downloaded the svn source (in my case in /root/perfsonar-bundle-2.2/geant2_java-xml-ls) i started with the installation script install.pl
---
# Version: $Id: install.pl 2426 2007-05-24 11:59:42Z loukik $
# Author: Guilherme Fernandes
---
from /root/perfsonar-bundle-2.2/. The error messages I got after choosing:
-- 1. Install a new service
-- 5. Lookup Service
-- 6. Use /root/perfsonar-bundle-2.2/geant2_java-xml-ls/
-- 1. Basic
Starting installation for service Lookup Service...
[taskdef] Could not load definitions from resource org/perfsonar/base/ant/antlib.xml. It could not be found.
[typedef] Could not load definitions from resource org/exist/ant/antlib.xml. It could not be found.
[taskdef] Could not load definitions from resource org/perfsonar/base/ant/antlib.xml. It could not be found.
[typedef] Could not load definitions from resource org/exist/ant/antlib.xml. It could not be found.
The installation instructions from https://svn.internet2.edu/svn/perfsonar/trunk/geant2_java-xml-ls/doc/LS_installation_actions.doc also brought me to a very similar output:
Buildfile: build.xml
[taskdef] Could not load definitions from resource org/perfsonar/base/ant/antlib.xml. It could not be found.
[typedef] Could not load definitions from resource org/exist/ant/antlib.xml. It could not be found.
BUILD FAILED
Target `пїЅq' does not exist in this project.
Total time: 1 second
The Debian distribution is 4.0 r3. I installed the following ant packages:
i ant - Java based build tool like make
i A ant-optional - Java based build tool like make - optional
Any ideas or tips how to go further?
Kind regards,
Atanas
- [Fwd: geant2_java-xml-ls installation on Debian], Nina Jeliazkova, 04/01/2008
- Re: [pS-dev] [Fwd: geant2_java-xml-ls installation on Debian], Maciej Glowiak, 04/01/2008
- Re: [pS-dev] [Fwd: geant2_java-xml-ls installation on Debian], Nicolas Simar, 04/01/2008
- Re: [pS-dev] [Fwd: geant2_java-xml-ls installation on Debian], Nina Jeliazkova, 04/01/2008
- Installation of XML LS 1.2 from RPM on non-rpm distributions [Fwd: geant2_java-xml-ls installation on Debian], Maciej Glowiak, 04/01/2008
- Re: [pS-dev] [Fwd: geant2_java-xml-ls installation on Debian], Jason Zurawski, 04/01/2008
- Re: [pS-dev] [Fwd: geant2_java-xml-ls installation on Debian], Guilherme Fernandes, 04/01/2008
- Re: [pS-dev] [Fwd: geant2_java-xml-ls installation on Debian], Nina Jeliazkova, 04/01/2008
- Re: [pS-dev] [Fwd: geant2_java-xml-ls installation on Debian], Nicolas Simar, 04/01/2008
- Re: [pS-dev] [Fwd: geant2_java-xml-ls installation on Debian], Maciej Glowiak, 04/01/2008
Archive powered by MHonArc 2.6.16.