search for: nullpointerexcept

Displaying 20 results from an estimated 52 matches for "nullpointerexcept".

2010 Mar 12
1
StatEt: Error R Object Browser Update java.lang.NullPointerException
...system. I've set everything up according to the website and a guide pdf I've got, but when I start the R session, or issue a command, I get a "An internal error occurred during: "R Object Browser Update"." error; Any ideas on what to look at or try next ? java.lang.NullPointerException at de.walware.statet.r.internal.objectbrowser.ObjectBrowserView$ContentFilter.include(ObjectBrowserView.java:191) at de.walware.statet.r.internal.objectbrowser.ObjectBrowserView$ContentFilter.include(ObjectBrowserView.java:1) at de.walware.statet.r.internal.rdata.REnvironmentVar.getModelChild...
2008 Oct 18
0
JGR not launch for non-root user
...y/JGR/scripts/run' can launch JGR. but as a non-root user, '/usr/local/lib/R/library/JGR/scripts/run' cannot launch it. and as a non-root user, again, it cannot launch in R either, as below: The 'error message' reads: Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException at com.sun.java.swing.plaf.gtk.GTKLookAndFeel.initSystemColorDefaults(GTKLookAndFeel.java:1267) at com.sun.java.swing.plaf.gtk.GTKLookAndFeel.loadStyles(GTKLookAndFeel.java:1509) at com.sun.java.swing.plaf.gtk.GTKLookAndFeel.access$000(GTKLookAndFeel.java:37) at com.sun.java....
2018 Mar 02
2
Re: [PATCH v3 1/6] v2v: rhv: Fix virtio-rng and memballoon OVF fragment for RHV.
On Thursday, 1 March 2018 17:24:17 CET Richard W.M. Jones wrote: > Without this extra element, oVirt will crash with a Java > NullPointerException (see https://bugzilla.redhat.com/1550123). > > Fixes commit dac5fc53acdd1e51be2957c67e1e063e2132e680. > --- > v2v/create_ovf.ml | 6 ++++++ > 1 file changed, 6 insertions(+) > > diff --git a/v2v/create_ovf.ml b/v2v/create_ovf.ml > index f5e34d79f..87245fdc8 100644 >...
2010 May 24
4
Need Help debugging a Java based windows application to run
...and then crashes (the process disappears). I tried running the app through command line using the following. export WINEDEBUG=1 ; wine /path/tp/app.exe Here is the output. fixme:reg:GetNativeSystemInfo (0x327800) using GetSystemInfo() USER.DIR=Z:\home\androit USER.DIR=Z:\home\androit java.lang.NullPointerException at java.io.File.<init>(Unknown Source) at com.company.app.findCurrentVersion(Unknown Source) at com.company.app.main(Unknown Source) at org.eclipse.equinox.launcher.Main.run(Unknown Source) Can you please help me with this? What do I need? Thanks, PD
2009 Sep 07
0
[LLVMdev] loads from a null address and optimizations
...we really want optimizers to preserve it in every case? > > Right... the question is, is there any language that actually has such > semantics? We faced this problem in gcc, and unfortunately Java and Ada have different properties when it comes to trapping instructions: Java must throw a NullPointerException at the appropriate place, but AIUI Ada may or may not. Andrew.
2018 Feb 28
1
[PATCH] v2v: rhv: Fix virtio-rng and memballoon OVF fragment for RHV.
Without this extra element, oVirt will crash with a Java NullPointerException (see https://bugzilla.redhat.com/1550123). Fixes commit dac5fc53acdd1e51be2957c67e1e063e2132e680. --- v2v/create_ovf.ml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/v2v/create_ovf.ml b/v2v/create_ovf.ml index f5e34d79f..87245fdc8 100644 --- a/v2v/create_ovf.ml +++ b/v2v/create_ovf...
2011 Feb 17
1
RCurl HTTP Post ?
...m. The call I'm using is page <- postForm('http://our.server.com/dbInt/new', opts = curlOptions=(userpwd="test:test", verbose=T), profileid = "-1", value="1.801", type="history"). The page instance shows the HTTP response 500 screen and I get a nullpointerexception in the server logs. The line it points to is dealing with getting an integer out of "profileid". Help? Many thanks in advance... -- Hasan Diwan Developer Economic Risk Management LLC 1. http://cran.r-project.org/web/packages/RCurl/RCurl.pdf 2. http://www.omegahat.org/RCurl/FAQ.html...
2011 Mar 24
2
Problem with Snowball & RWeka
Dear Forum, when I try to use SnowballStemmer() I get the following error message: "Could not initialize the GenericPropertiesCreator. This exception was produced: java.lang.NullPointerException" It seems to have something to do with either Snowball or RWeka, however I can't figure out, what to do myself. If you could spend 5 minutes of your valuable time, to help me or give me a hint where to look for, it would be very much appreciated. Thank you very much. -- View this mes...
2003 May 16
4
How to handle call waiting?
Hello All, I need to be able to pass hook flash from an extension on a TDM400P to the analog line on an X100P FXS to use telco-provided call waiting feature. I know, i know, this is evil and I need to get more lines in a call group, but I dont think this is very appropriate for a home answering machine or a one-persone office. In any way, I do have callwaiting=yes in the zapata.conf. When I
2009 Apr 06
1
Need Help with StatET Error/Bug? on Ubuntu 8.10 amd64
...SE Runtime Environment (build 1.6.0_13-b03) Java HotSpot(TM) 64-Bit Server VM (build 11.3-b02, mixed mode) R 2.8.1 Eclipse 3.4.2 StatET 0.7.2.b200812051430sw ---------------------------------------------------------------------------------------- When I start up the R Console, I get a java.lang.NullPointerException inside Eclipse in the form of a popup warning. Six icons right of the Console-tab fail to appear: Cancel the current task Terminate Remove Launch Remove All Terminated Launches Clear Console Scroll Lock Every time the Console gets focus, I get the NullPointerError exception - probably an atte...
2009 Sep 06
3
[LLVMdev] loads from a null address and optimizations
On Sun, Sep 6, 2009 at 3:53 PM, Kenneth Uildriks<kennethuil at gmail.com> wrote: > On Sun, Sep 6, 2009 at 5:32 PM, Eli Friedman<eli.friedman at gmail.com> wrote: >> On Sun, Sep 6, 2009 at 3:19 PM, Kenneth Uildriks<kennethuil at gmail.com> wrote: >>> It would be unfortunate in a way if "this instruction can trap and go >>> there" is taken to
2013 Nov 21
2
[LLVMdev] vmkit2 core dump after building mmtk
...bc.so.6 0x00002b021043dd43 6 libc.so.6 0x00002b021043ddf2 7 vmjc 0x00000000006154b4 j3::Class::doNew(j3::Jnjvm*) + 196 8 vmjc 0x000000000066eb7c j3::Jnjvm::error(j3::Class*, j3::JavaMethod*, j3::JavaString*) + 124 9 vmjc 0x000000000066ed63 j3::Jnjvm::nullPointerException() + 51 10 vmjc 0x00000000006362cc j3::JavaThread::throwNullPointerException(unsigned long) + 140 11 vmjc 0x00000000006cb243 ThrowNullPointerException + 35 12 libjava.so 0x00002b021561a035 Java_java_lang_Object_registerNatives + 21 13 libjava.so 0x00002b021536b96f...
2013 Jul 19
2
[LLVMdev] Compiling "vmkit" on Ubuntu_x64 - Error: missing argument to --bindir
...ply. It working now. Actually I wanted to try vmkit VM to run jruby codes. vmkit is able to run Java program, but when I try to run JRuby code then I get following error - root at komal:/home/komal/Desktop/GSOC/programs# jruby hello.rb > > Platform.java:39:in `getPackageName': java.lang.NullPointerException > > from ConstantSet.java:84:in `getEnumClass' > > from ConstantSet.java:60:in `getConstantSet' > > from ConstantResolver.java:181:in `getConstants' > > from ConstantResolver.java:102:in `getConstant' > > from ConstantResolver.java:146:in `intValue...
2003 Sep 25
2
can't read attachments using javamail with dovecot
Dear folks, this might be a java-bug, but it seems to occur only when connecting to dovecot-IMAP. UW and Cyrus-ditto works, while when I try to read attachments (base64), I get slapped in the face with this: java.lang.NullPointerException at com.sun.mail.iap.Response.parse(Response.java:99) at com.sun.mail.iap.Response.<init>(Response.java:68) at com.sun.mail.imap.protocol.IMAPResponse.<init>(IMAPResponse.java:31) at com.sun.mail.imap.protocol.IMAPResponse.readResponse(IMAPResponse.java:105) at com.sun.mail.imap.proto...
2013 Jul 19
2
[LLVMdev] Compiling "vmkit" on Ubuntu_x64 - Error: missing argument to --bindir
...anted to try vmkit VM to run jruby codes. > > vmkit is able to run Java program, but when I try to run JRuby code then > I get following error - > > root at komal:/home/komal/Desktop/GSOC/programs# jruby hello.rb >> >> Platform.java:39:in `getPackageName': java.lang.NullPointerException >> >> from ConstantSet.java:84:in `getEnumClass' >> >> from ConstantSet.java:60:in `getConstantSet' >> >> from ConstantResolver.java:181:in `getConstants' >> >> from ConstantResolver.java:102:in `getConstant' >> >>...
2013 Nov 21
0
[LLVMdev] vmkit2 core dump after building mmtk
...043dd43 > 6 libc.so.6 0x00002b021043ddf2 > 7 vmjc 0x00000000006154b4 j3::Class::doNew(j3::Jnjvm*) + 196 > 8 vmjc 0x000000000066eb7c j3::Jnjvm::error(j3::Class*, > j3::JavaMethod*, j3::JavaString*) + 124 > 9 vmjc 0x000000000066ed63 j3::Jnjvm::nullPointerException() + > 51 > 10 vmjc 0x00000000006362cc > j3::JavaThread::throwNullPointerException(unsigned long) + 140 > 11 vmjc 0x00000000006cb243 ThrowNullPointerException + 35 > 12 libjava.so 0x00002b021561a035 > Java_java_lang_Object_registerNatives + 21 > 13...
2013 Nov 21
2
[LLVMdev] vmkit2 core dump after building mmtk
...libc.so.6 0x00002b021043ddf2 >> 7 vmjc 0x00000000006154b4 j3::Class::doNew(j3::Jnjvm*) + 196 >> 8 vmjc 0x000000000066eb7c j3::Jnjvm::error(j3::Class*, >> j3::JavaMethod*, j3::JavaString*) + 124 >> 9 vmjc 0x000000000066ed63 j3::Jnjvm::nullPointerException() + >> 51 >> 10 vmjc 0x00000000006362cc >> j3::JavaThread::throwNullPointerException(unsigned long) + 140 >> 11 vmjc 0x00000000006cb243 ThrowNullPointerException + 35 >> 12 libjava.so 0x00002b021561a035 >> Java_java_lang_Object_regis...
2013 Jul 19
0
[LLVMdev] Compiling "vmkit" on Ubuntu_x64 - Error: missing argument to --bindir
...to run jruby codes. > > vmkit is able to run Java program, but when I try to run JRuby code > then I get following error - > > root at komal:/home/komal/Desktop/GSOC/programs# jruby hello.rb > > Platform.java:39:in `getPackageName': > java.lang.NullPointerException > > from ConstantSet.java:84:in `getEnumClass' > > from ConstantSet.java:60:in `getConstantSet' > > from ConstantResolver.java:181:in `getConstants' > > from ConstantResolver.java:102:in `getConstant' > > from...
2013 Jul 22
2
[LLVMdev] Compiling "vmkit" on Ubuntu_x64 - Error: missing argument to --bindir
...jruby codes. >> >> vmkit is able to run Java program, but when I try to run JRuby code >> then I get following error - >> >> root at komal:/home/komal/Desktop/GSOC/programs# jruby hello.rb >>> >>> Platform.java:39:in `getPackageName': java.lang.NullPointerException >>> >>> from ConstantSet.java:84:in `getEnumClass' >>> >>> from ConstantSet.java:60:in `getConstantSet' >>> >>> from ConstantResolver.java:181:in `getConstants' >>> >>> from ConstantResolver.java:102:in `getC...
2013 Nov 21
2
[LLVMdev] vmkit2 core dump after building mmtk
...ass file 'java/lang/CloneNotSupportedException' requires Java version 1.7. This JVM only supports Java versions up to 1.6. WARNING: Class file 'java/lang/ClassCastException' requires Java version 1.7. This JVM only supports Java versions up to 1.6. WARNING: Class file 'java/lang/NullPointerException' requires Java version 1.7. This JVM only supports Java versions up to 1.6. WARNING: Class file 'java/lang/NoSuchFieldException' requires Java version 1.7. This JVM only supports Java versions up to 1.6. WARNING: Class file 'java/lang/SecurityException' requires Java version...