Changes between Version 1 and Version 2 of GIR3.2_GushProto


Ignore:
Timestamp:
10/04/11 15:14:10 (14 years ago)
Author:
lnevers@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GIR3.2_GushProto

    v1 v2  
    44Evaluation Time Frame: September 21, 2011
    55= Gush Findings =
     6
    67
    78= Gush How-to =
     
    4344$ make all
    4445<<< lots of output deleted>>
     46
     47Attempts to start the GUSH server failed with Planet Lab resources results in the gush process crashing. Waiting on response from Jeannie Albrecht.
     48{{{
     49 $ ./gush -P 15555
     50 Segmentation fault
    4551}}}
    4652
    47 Attempts to start the GUSH server failed. Waiting on Response from Jeanne Albrech
    48 Attempts to start the Nebula client failed. Waiting on Response from Jeanne Albrech.
     53Attempts to start the GUSH server with Protogeni resources fails. Waiting on response from Jeannie. Albrecht:
     54{{{
     55$  ./gush -P 15555
     56gush> Gush has learned about the slice lnevers.
     57An error occurred when updating information on the slice/user lnevers.
     58}}}
    4959
     60
     61Attempts to start the Nebula client failed with a java exception. Waiting on Response from Jeannie Albrecht.
     62{{{
     63$ cd nebula
     64$ sh ./run
     65Exception in thread "AWT-EventQueue-0" java.lang.UnsatisfiedLinkError: no jogl_drihack in java.library.path
     66        at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1734)
     67        at java.lang.Runtime.loadLibrary0(Runtime.java:823)
     68        at java.lang.System.loadLibrary(System.java:1028)
     69        at com.sun.opengl.impl.NativeLibLoader$DefaultAction.loadLibrary(NativeLibLoader.java:78)
     70        at com.sun.opengl.impl.NativeLibLoader.loadLibrary(NativeLibLoader.java:101)
     71        at com.sun.opengl.impl.NativeLibLoader.access$100(NativeLibLoader.java:47)
     72        at com.sun.opengl.impl.NativeLibLoader$3.run(NativeLibLoader.java:141)
     73        at java.security.AccessController.doPrivileged(Native Method)
     74        at com.sun.opengl.impl.NativeLibLoader.loadDRIHack(NativeLibLoader.java:139)
     75        at com.sun.opengl.impl.x11.DRIHack.begin(DRIHack.java:105)
     76        at com.sun.opengl.impl.x11.X11GLDrawableFactory.<clinit>(X11GLDrawableFactory.java:67)
     77        at java.lang.Class.forName0(Native Method)
     78        at java.lang.Class.forName(Class.java:169)
     79        at javax.media.opengl.GLDrawableFactory.getFactory(GLDrawableFactory.java:111)
     80        at javax.media.opengl.GLCanvas.<init>(GLCanvas.java:113)
     81        at javax.media.opengl.GLCanvas.<init>(GLCanvas.java:82)
     82        at javax.media.opengl.GLCanvas.<init>(GLCanvas.java:75)
     83        at nebula.NebulaApp.createAndShowGUIpriv(NebulaApp.java:319)
     84        at nebula.NebulaApp$1.run(NebulaApp.java:304)
     85        at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
     86        at java.awt.EventQueue.dispatchEvent(EventQueue.java:597)
     87        at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
     88        at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
     89        at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)
     90        at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
     91        at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
     92        at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)
     93
     94}}}
     95
     96
     97
     98