Changes between Version 15 and Version 16 of GIR3.2_NetKarma


Ignore:
Timestamp:
11/04/11 09:12:09 (12 years ago)
Author:
lnevers@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GIR3.2_NetKarma

    v15 v16  
    1010    * NetKarma [http://pti.iu.edu/sites/default/files/netkarma_gmoc_adaptor_user_manual_v1.0.0.pdf GMOC Adaptor Manual].
    1111
    12 Evaluation Time Frame: October 12, 2011
     12Evaluation Time Frame: October 12, 2011 and November 01,2011.
    1313
    1414= !NetKarma Findings =
    1515Various issues were found in the initial evaluation.  Feedback captured in [attachment: NetKarma-Feedback-20111012.txt]
    16 Send additional feedback captured in [attachment: NetKarma-Feedback-20111021.txt]. Some responses in [attachment: NetKarma-response-20111028.txt]
     16Send additional feedback captured in [attachment: NetKarma-Feedback-20111021.txt]. Some responses in [attachment: NetKarma-response-20111028.txt].  Updated versions were made available on October 28, 2011 of the Quick Start Guide, the NetKarma Gush Adapter Manual, and the tarball for the NetKarma Adaptor (for changes in the README file).
    1717
    1818
     
    8080Total time: 2 seconds
    8181}}}
    82 Need to figure out latest failure:
     82Once the adaptor was built tried to run the provenance collector to upload a gush log:
    8383{{{
    84 $ ./provenance_collector.sh sample/logfile-peng-virtual-machine-10708-1309964193.txt
    85 Exception in thread "main" java.lang.NoClassDefFoundError: edu/indiana/d2i/adaptor/client/KarmaAdaptor
    86 Caused by: java.lang.ClassNotFoundException: edu.indiana.d2i.adaptor.client.KarmaAdaptor
    87         at java.net.URLClassLoader$1.run(URLClassLoader.java:217)
    88         at java.security.AccessController.doPrivileged(Native Method)
    89         at java.net.URLClassLoader.findClass(URLClassLoader.java:205)
    90         at java.lang.ClassLoader.loadClass(ClassLoader.java:321)
    91         at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:294)
    92         at java.lang.ClassLoader.loadClass(ClassLoader.java:266)
    93 Could not find the main class: edu.indiana.d2i.adaptor.client.KarmaAdaptor. Program will exit.
     84$ ./provenance_collector.sh gush-logs/logfile-sendaria-15555-1301929239.txt
     85Connecting to Server...
     86Creating Notifications...
     87Invalid rulefile, use the correct version of the rulefile!
    9488}}}
    95 
     89Looking into the rulefile problem.
    9690
    9791--------------