Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The SQL MA snapshot perfSONAR-SQL_MA-src-snapshot-20060811 was used. Untar'd and linked from /opt/:

Wiki Markup
{{noformat}}
\[
noformat
ytl@net-desk1:/opt/perfSONAR\]$ ls -lah


total 40K


drwxr-xr-x   3 ytl ytl 4.0K Aug 24 10:26 .


drwxr-xr-x   8 ytl ytl 4.0K Aug 24 10:39 ..


lrwxrwxrwx   1 ytl ytl   14 Aug  9 16:30 current -> perfSONAR-1.0/


lrwxrwxrwx   1 ytl ytl   38 Aug 24 10:26 current-SQL_MA -> \


    perfSONAR-SQL_MA-src-snapshot-20060811


drwxrwxr-x  10 ytl ytl 4.0K Aug  9 16:51 perfSONAR-1.0


lrwxrwxrwx   1 ytl ytl   94 Aug 24 09:58 perfSONAR-SQL_MA-src-snapshot-20060811 -> \


    /u/sf/ytl/Work/perfSONAR/SQLtypeMAService/java/20060811/perfSONAR-SQL_MA-src-snapshot-20060811


{{noformat}}

Library Installation

Ran ant -f build-sqlma.xml libs-sqlma inside the ant directory, which got a lot of jars etc from the wiki site and dumped then into /opt/perfSONAR/perfSONAR-SQL_MA-src-snapshot-20060811/perfsonar/lib

...

eXist can be started with:

Wiki Markup
{{code}}
\[
noformat
ytl@net-desk1:/opt/exist/current/bin\]$ ./startup.sh

 
Configuring eXist from /opt/exist/eXist-20060316/conf.xml


Found 1 catalog entries.


Loading catalog: /opt/exist/eXist-20060316/webapp/WEB-INF/catalog.xml


IN CONFIGURE


cluster.journal.maxStore 65000


cluster.journal.shift 100


29 Aug 2006 10:24:43,793 [main] INFO
\
  \
    (FileResource.java [<clinit>]:60) - Checking Resource aliases

 
29 Aug 2006 10:24:43,996 [main] INFO
\
  \
    (HttpServer.java [setStatsOn]:1068) - Statistics on = false for org.mortbay.jetty.Server@ee6681

 
29 Aug 2006 10:24:44,006 [main] INFO
\
  \
    (HttpServer.java [start]:654) - Starting Jetty/5.0.0

 
29 Aug 2006 10:24:44,094 [main] INFO
\
  \
    (HttpServer.java [start]:669) - Started org.mortbay.http.NCSARequestLog@ae3364

 
29 Aug 2006 10:24:44,576 [main] INFO
\
  \
    (HttpContext.java [start]:1604) - Started WebApplicationContext[eXist Server,eXist Server

] 
Logging already initialized. Skipping...


29 Aug 2006 10:24:45,939 [main] WARN
\
  \
    (JavaUtils.java [isAttachmentSupported]:1305) - Unable to find required classes (javax.activation.DataHandler and javax.mail.internet.MimeMultipart). Attachment support is disabled.

 
29 Aug 2006 10:24:46,376 [main] INFO
\
  \
    (SocketListener.java [start]:204) - Started SocketListener on 0.0.0.0:8680

 
29 Aug 2006 10:24:46,376 [main] INFO
\
  \
    (HttpServer.java [start]:690) - Started org.mortbay.jetty.Server@ee6681

noformat
 
{{code}}

IEPM-BW MA creation details

Ran ant -f build-sqlma.xml configure-sqlma, which creates a file at
/afs/slac.stanford.edu/g/scs/net/netmon/perfSONAR/SQLtypeMAService/java/20060811/perfSONAR-SQL_MA-src-snapshot-20060811/perfsonar/ant/const.properties
(reran with /opt/ path rather than afs paths where possble)

codenoformat
ytl@net-desk1:/opt/perfSONAR/perfSONAR-SQL_MA-src-snapshot-20060811/perfsonar/ant$ ant -f build-sqlma.xml configure-sqlma
Buildfile: build-sqlma.xml

...

BUILD SUCCESSFUL
Total time: 6 minutes 26 seconds
noformat code

  • runing the xmldb-init-sqlma ant target results in
    java.lang.NoSuchMethodError: org.exist.xmldb.XmldbURI.xmldbUriFor(Ljava/lang/String;)Lorg/exist/xmldb/XmldbURI