Displaying 3 results from an estimated 3 matches for "osol0chime".
2007 Mar 25
2
trouble (NoSuchMethodException) creating new chime display
...9;'m doing wrong?
Thanks in advance for any help.
My configuration:
java -version
java version "1.6.0"
Java(TM) SE Runtime Environment (build 1.6.0-b105)
Java HotSpot(TM) Client VM (build 1.6.0-b105, mixed mode, sharing)
uname -a
SunOS Satellite 5.11 snv_57 i86pc i386 i86pc
ls -l osol0chime*
-rw-r--r-- 1 steven other 24980992 Feb 24 20:39 osol0chime-i386-1.4.pkg
The error stack is below and the resulting chime display xml file is attached.
# ./chime
Java Accessibility Bridge for GNOME loaded.
java.lang.NoSuchMethodException: org.opensolaris.chime.util.TableSortCriteria.getAs...
2006 Aug 17
3
New Improved Chime
...easier than ever to add new DTrace programs to Chime. Announcing the
New Display Wizard: Instead of hand-editing XML display descriptions,
you can access a wizard from the menu (File | New Display ...) or
directly from the command line using the -n option. The displays you
create are put in /opt/OSOL0chime/displays/new by default and are
accessible from the Load menu (File | Load > | New Displays). Once you
get a new display working, try using the wizard to add drilldown
support.
Get the latest Chime here:
http://www.opensolaris.org/os/project/dtrace-chime/install/
Remember that for now, Chime...
2007 Mar 01
3
Chime startup error
Hi ,
I have installed the chime for both sparc/x64 . However when I startup the chime, I get the following error.
"Exception in thread "main" java.lang.NoClassDefFoundError: org/opensolaris/os/dtrace/LocalConsumer
"
I added all the jar files in the /opt/OSOL0chime/lib/java by
for i in `ls *.jar`
do
export CLASSPATH=$CLASSPATH:$i
done
The error persists. Does any one have any idea how to fix this ?
Thanks in Advance!
Roy
This message posted from opensolaris.org