Displaying 20 results from an estimated 5000 matches similar to: "Chime startup error"
2007 Mar 25
2
trouble (NoSuchMethodException) creating new chime display
I am trying to create some new Chime displays using the new display wizard. I''m practicing by basing them off an existing display. When I get to the end of the wizard and press finish, I get an NoSuchMethodException: org.opensolaris.chime.util.TableSortCriteria.getAscending error (more details below).
I''ve watched Tom Erickson''s screencast several times, and read
2006 Aug 17
3
New Improved Chime
This marks the first community contribution to the Chime visualization
tool for DTrace. A huge thanks to Bill Rushmore for creating a new main
window for Chime. Previously a simple stack of buttons, Chime now uses
the Netbeans Matisse layout to present a scrollable list and a
description pane. When you create a new display, you can now provide
helpful descriptive text.
Bill also pointed out
2011 Aug 24
0
[LLVMdev] VMKit build error
Ah yes, thanks, this was one problem, now I hit another:
llvm[2]: Building Release+Asserts mmtk-vmkit.jar all
Thread 0x110000000 received a SIGSEGV: either the VM code or an external
native method is bogus. Aborting...
; 0x5cfeed (0x1100fe410) in _Z14sigsegvHandleriP7siginfoPv
; 0x2b889c232c60 in Unknown method
; 0x561499 (0x1100fe900) in _ZN2j310JavaObject7acquireEPS0_
; 0x55b464 (0x1100fe920)
2011 Aug 24
2
[LLVMdev] VMKit build error
Hi Frederic,
On Wed, Aug 24, 2011 at 11:01 AM, Frederic Perez Ordeig <fredericp at gmail.com
> wrote:
> Ah yes, thanks, this was one problem, now I hit another:
>
> llvm[2]: Building Release+Asserts mmtk-vmkit.jar all
> Thread 0x110000000 received a SIGSEGV: either the VM code or an external
> native method is bogus. Aborting...
> ; 0x5cfeed (0x1100fe410) in
2006 Dec 21
1
iplots/JGR on OS X 10.4.8
iMac Intel Core Duo; OS X 10.4.8; Java 1.5.0_06; R 2.4.1; JGR 1.4-14; rJava
0.4-12; iplots 1.0-5
I'm unable to get JGR or iplots to load using "library(JGR)" or
"library(iplots)", respectively. This feels like it might be a classpath or
Mac look-and-feel issue, but I'm not sure where to go with it at this point.
I've searched the fora and web to no avail.
Any
2011 Aug 23
2
[LLVMdev] VMKit build error
Hmm, disregard my previous comment (while you might still have issues
with 64bit, that's not what's primarily causing your issue)--your
particular error is when you don't point vmkit to the classpath
libraries properly.
Set it with the configure option
--with-gnu-classpath-glibj=/path/to/classpath-0.97.2/lib/glibj.zip
Good luck!
~Will
On Tue, Aug 23, 2011 at 5:49 PM, Will Dietz
2014 Sep 26
1
[rJava] RJavaClassLoader and system classloader
Hi everyone,
I want to call a Java application from R and have encountered some problems with the way rJava deals with the system class loader.
To run my application, I use the following R script:
> library(rJava)
> .jinit()
> .jaddClassPath("myApp.jar")
> rWrapper <- .jnew("org/test/RWrapper")
> .jcall(rWrapper,"V","start")
My Java
2008 Mar 03
4
Modifying macro names generated by dtrace -h
I''d like to prepend TRACE_ to the macro names generated by dtrace -h.
For example, change
POSTGRESQL_LWLOCK_ACQUIRE(arg0, arg1) to
TRACE_POSTGRESQL_LWLOCK_ACQUIRE(arg0, arg1) and still keep postgresql as
the provider name. The reason for doing this is to make it clear that
the macros are used for (D)tracing. In this particular case, without
TRACE_, it appears like the macro is used
2007 Dec 20
6
DTrace IP provider, step 1
G''Day All,
I''m putting together a PSARC case to begin integration of the DTrace network
providers. I''ve drawn up a rough plan which splits this project into over a
dozen smaller steps, as documented on the network provider page:
http://www.opensolaris.org/os/community/dtrace/NetworkProvider#Plan
Below is a draft PSARC document for task 1, IP provider send/receive
2014 Mar 07
2
[LLVMdev] Running VMKit's AOT Java Compiler
Hi,
I'm new to VMKit and I'm trying to use its AOT Java compiler but I'm
immediately getting an error message which I don't understand.
Everything was compiler as suggested in the Getting Started tutorial, using
GNU Classpath. I try to run:
llcj ../../tools/trainer/Release+Asserts/HelloWorld.class
and get the following output:
Can not materiale a function in AOT mode.0
2008 Nov 05
2
plockstat: processing aborted: Abort due to systemic unresponsiveness
Hello,
I need help here about plockstat on X86 platform (Sun X4600 AMD)
# plockstat -A -p 20034
plockstat: processing aborted: Abort due to systemic unresponsiveness
# plockstat -e 5 -s 10 -A -x bufsize=100k -x aggsize=20m -p 20034
plockstat: processing aborted: Abort due to systemic unresponsiveness
# ps -ef | grep 20034
algodev 20034 1 2 07:00:54 ? 86:17
2011 Oct 25
0
[LLVMdev] A bunch of errors while installing VMKit and compiling LLVM
Hi Sergii,
I think there is a problem in your configure command for VMKit. If you look
at what you provide for glibj:
--with-gnu-classpath-glibj="/home/svozniuk/llvm/classpath-0.97.2
I don't think it's right. You should change it to:
--with-gnu-classpath-glibj="/home/svozniuk/llvm/classpath-0.97.2/lib/glibj.zip
Also please make sure that you have created the links for the
2008 Feb 04
1
Java and Xalan
Hello,
I have some problems running some tools of java in CentOS. Anyone know
where is the problem for this?
> [jv at localhost ~]$ java org.apache.xalan.xslt.Process
> Exception in thread "main" java.lang.NoClassDefFoundError: org.apache.xalan.xslt.Process
> at gnu.java.lang.MainThread.run(libgcj.so.7rh)
> Caused by: java.lang.ClassNotFoundException:
2008 Feb 13
1
dtrace: processing aborted: Abort due to systemic unresponsiveness
hello
anyone faced this error before?
dtrace: processing aborted: Abort due to systemic
unresponsiveness
I used iosnoop -evD > iosnoop.log
thanks.
__________________________________________________________
Sent from Yahoo! Mail - a smarter inbox http://uk.mail.yahoo.com
2011 Jun 26
1
RJDBC and multiple classpaths
Corect me if this is not the right place to post this.
I have a mdbdriver.jar (to access an MSAccess file) under Linux. I bought
the license from http://www.csv-jdbc.com/ guys. The driver work fine when
tested with DBVisualizer or another JDBC thing.
The problem is that driver needs 3 other more jar files to work. Under R I
have tried this and does not work:
> library(RJDBC)
Loading required
2006 May 30
4
javaw.exe exits with InvocationTargetException
Running Ubuntu Dapper Drake 6.06
wine version 0.9.14
Trying to install Rosetta Stone Application version 2.1.3A
Calling the Setup.exe on the application disk of the Rosetta Stone
package
results in the InstallAnywhere window popping up and reaching 100%
completion
of the install preparation, then the window goes away, the console
hangs for a few
more seconds, and then the following error and
2007 Jun 01
1
find the address of a variable with its name
Hi!
I have another problem with Dtrace: I want to get the address of a global variable used by a process if I just know the name.
It''s possible with dbx with a print &name_of_the_variable but with Dtrace? trace(`name_of_the_variable) doesn''t work...
Thank you very much!
Fabien
--
This message posted from opensolaris.org
2006 Oct 31
0
PSARC 2006/054 DTrace JNI Binding
Author: tomee
Repository: /hg/zfs-crypto/gate
Revision: 367993089b181886f94c88ffa5759d0626e95ad7
Log message:
PSARC 2006/054 DTrace JNI Binding
6384263 PSARC 2006/054 DTrace JNI Binding
Files:
create: usr/src/lib/libdtrace_jni/Makefile
create: usr/src/lib/libdtrace_jni/Makefile.com
create: usr/src/lib/libdtrace_jni/amd64/Makefile
create: usr/src/lib/libdtrace_jni/common/dtj_attr.c
create:
2005 Sep 27
2
Invalid address error message
Hi,
I ran a d-program with syscall::open:entry probe but got the following
error messages sometimes:
dtrace: error on enabled probe ID 1 (ID 14: syscall::open:entry): invalid
address (0xff34e000) in predicate at DIF offset 76
dtrace: error on enabled probe ID 6 (ID 14: syscall::open:entry): invalid
address (0xff34e000) in predicate at DIF offset 28
I don''t know how to interpret these
2009 Apr 15
6
Supermicro AOC-SASLP-MV8
Bouncing a thread from the device drivers list:
http://opensolaris.org/jive/thread.jspa?messageID=357176
Does anybody know if OpenSolaris will support this new Supermicro card,
based on the Marvell 88SE6480 chipset? It''s a true PCI Express 8 port JBOD
SAS/SATA controller with pricing apparently around $125.
If it works with OpenSolaris it sounds pretty much perfect.
--------------