search for: runtimeexception

Displaying 20 results from an estimated 31 matches for "runtimeexception".

2006 Nov 18
0
java.lang.RuntimeException: Unable to execute interpreter: [
Hello, New to Ruby, just installed InstantRails and RadRails. Upon creating a project I get the messages below In the Console invalid option -- e In the Ri tab For help on options, try ''rdoc --help'' java.lang.RuntimeException: Unable to execute interpreter: [C:/InstantRails/ruby/bin/ri, --no-pager, -l]null at org.rubypeople.rdt.internal.ui.infoviews.RIView$RubyInvoker.invoke(Unknown Source) at org.rubypeople.rdt.internal.ui.infoviews.RIView.initSearchList(Unknown Source) at org.rubypeople.rdt.internal.ui.infovie...
2007 Mar 25
2
trouble (NoSuchMethodException) creating new chime display
...he 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.getAscending Continuing ... java.lang.IllegalArgumentException Continuing ... java.lang.RuntimeException: failed to evaluate: <unbound>=Class.new("Calls Per Second", null); Continuing ... java.lang.NoSuchMethodException: org.opensolaris.chime.util.TableSortCriteria.getAscending Continuing ... java.lang.IllegalArgumentException Continuing ... java.lang.RuntimeException: failed to evalua...
2011 Mar 28
2
Failed to start new browser session: Error while launching browser on session null
...run it through ssh, it will start normally though upon test execution it will fail with the following error: 11:05:01.571 INFO - Preparing Firefox profile... Error: no display specified 11:05:21.818 ERROR - Failed to start new browser session, shutdown browser and clear all session data java.lang.RuntimeException: Timed out waiting for profile to be created! 11:05:21.833 INFO - Got result: Failed to start new browser session: Error while launching browser on session null any idea how i can solve this? Thanks, --Roland -------------- next part -------------- An HTML attachment was scrub...
2005 Aug 12
8
Java Problems
Hi. This post follows on from: http://lists.xensource.com/archives/html/xen-devel/2005-04/msg00185.html And is possibly related to the bug referenced here: http://bugs.sun.com/bugdatabase/view_bug.do;:YfiG?bug_id=4335360 In summary: Java processes are doing odd things. 1) It appears that number values are mysteriously changing. e.g. if you look at the Hashtable error there is no way the
2013 Oct 09
2
Error while running MR using rmr2
...= function(k, v) cbind(v, 2*v)) from.dfs(calc) The mapreduce job fails with the below error message in * hadoop-1.2.1/logs/userlogs/job_201310091055_0001/attempt_201310091055_0001_m_000000_0/stderr * Error in library(functional) : there is no package called ‘functional’ Execution halted java.lang.RuntimeException: PipeMapRed.waitOutputThreads(): subprocess failed with code 1 at org.apache.hadoop.streaming.PipeMapRed.waitOutputThreads(PipeMapRed.java:362) at org.apache.hadoop.streaming.PipeMapRed.mapRedFinished(PipeMapRed.java:576) But, the sessionInfo() shows that functional package has been loaded sessio...
2017 Jun 02
2
SAMBA AD and Google Cloud Directory Sync
...:34,537] [SwingWorker-pool-1-thread-5] [ERROR] [plugin.ldap.AbstractLdapHandler] Failed to execute query because the object at Base DN: "OU=Test,DC=dc,DC=org" is missing or inaccessible.* *[2017-06-02 13:32:34,537] [SwingWorker-pool-1-thread-5] [DEBUG] [page.ldap.LdapTestConnectionWorker] RuntimeException in executeRule: Failed to execute query because the object at Base DN: "OU=Test,DC=dc,DC=org" is missing or inaccessible.* As a test I've enabled Anonymous browsing and the base dn of "dc=dc,dc=org" is able to be queried however, it still won't find any OU giving me the...
2007 Mar 15
1
Problem installing SystemVision from MentorGraphics
Hi, I have a problem installing SystemVision from MentorGraphics in wine. The problem is with the packaged Java Runtime 1.3.1. The error output when installing is: Exception in thread "main" java.lang.ExceptionInInitializerError: java.lang.RuntimeException: Unable to create a suitable default GraphicsConfiguration. Try changing your Display Settings. at sun.awt.Win32GraphicsDevice.getDefaultPixIDImpl(Native Method) at sun.awt.Win32GraphicsDevice.getDefaultPixID(Unknown Source) at sun.awt.Win32GraphicsDevice.getDefaultConfigu...
2001 Oct 02
2
Problem with Xilinx 4.1.01i tools
...s (Release 4.1.01i). I'm getting the following error from map FIXME:pthread_rwlock_rdlock FIXME:pthread_rwlock_unlock FATAL_ERROR:MapHelpers:mhcsymlib.c:779:1.7 - Problem in parsing the XML file "/home/bjrosen/win/Xilinx/virtex2/data/SymbolLib.xml": An exception occured! Type:RuntimeException, Message:The primary document entity could not be opened. Id=F:\clients\sky\skybridge\isky_test_xilinx\\home\bjrosen\win\Xilinx\virtex2 \data\SymbolLib.xml. Process will terminate. To resolve this error, please consult the Answers Database and other online resources at http://suppo...
2019 Jun 28
3
[PATCH libnbd v3] python: Raise a custom exception containing error string and errno.
Following Eric's suggestions from v2, this adds .string, .errno and .__str__ properties. The .string property returns the error string. The .errno property returns the errno (from the errno module), or None. The __str__ property makes the exception nicely printable. Rich.
2007 Jun 13
1
seleniumrc_fu initial test issue
I have the seleniumrc_fu plugin installed and setup according to the instructions, and can run the selenium:test task if there are no test cases. My first test case simply does an open_home_page to verify that things are working at all. Unfortuniately there seems to be an issue with even this simple a test case. The following suggests that there is an issue with the getNewBrowserSession
2011 Jul 17
1
[LLVMdev] vmkit runtime errors
...in good condition. If I try also to start the clojure environment with j3 I get the following exception trace: ./clojure_swank_server.sh Exception in thread "main" java.lang.ExceptionInInitializerError at opencommunication.InitClojure.main(InitClojure.java:60) Caused by: java.lang.RuntimeException: java.lang.Exception: Unable to resolve symbol: def in this context (core.clj:13) at clojure.lang.RT.<clinit>(RT.java:368) at opencommunication.InitClojure.main(InitClojure.java:60) Caused by: java.lang.Exception: Unable to resolve symbol: def in this context (core.clj:13) at cl...
2019 Jun 28
2
Re: [PATCH libnbd v3] python: Raise a custom exception containing error string and errno.
On 6/28/19 1:27 PM, Richard W.M. Jones wrote: > Previously errors caused a RuntimeException to be raised. This commit > defines a custom exception (nbd.Error) which has two parameters, the > required error string, and the optional errno (which may be 0 if > unavailable). > > For example: > > $ ./run nbdsh -c 'h.pread(0, 0)' > Traceback (most recent call...
2012 Dec 31
5
2.1.12: Panic: file solr-connection.c: line 547 (solr_connection_post_more)
...bd16a48d] -> doveadm(+0x13809) [0x264ecb3809] Aborted complete java exception: Dec 31, 2012 4:12:58 AM org.apache.solr.core.SolrCore execute INFO: [] webapp=/solr-web path=/update params={} status=500 QTime=118 Dec 31, 2012 4:12:58 AM org.apache.solr.common.SolrException log SEVERE: java.lang.RuntimeException: [was class java.io.CharConversionException] Invalid UTF-8 start byte 0xf8 (at char #483989, byte #532382) at com.ctc.wstx.util.ExceptionUtil.throwRuntimeException(ExceptionUtil.java:18) at com.ctc.wstx.sr.StreamScanner.throwLazyError(StreamScanner.java:731) at com.ctc.wstx....
2013 Oct 22
0
[LLVMdev] in personality, why is landingpad null?
Why is the personality routine called when the landingpad is null? It looks like there is an LSDA, as I can properly walk it, but the found callsite does not have a landingpad set. The RuntimeException demo also does this check: if (landingPad == 0) { -- edA-qa mort-ora-y -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- Sign: Please digitally sign your emails. Encrypt: I'm also happy to receive encrypted mail. -------------- next part -------------- A non-text a...
2017 Jun 02
0
SAMBA AD and Google Cloud Directory Sync
...l-1-thread-5] [ERROR] > [plugin.ldap.AbstractLdapHandler] Failed to execute query because the > object at Base DN: "OU=Test,DC=dc,DC=org" is missing or > inaccessible.* *[2017-06-02 13:32:34,537] > [SwingWorker-pool-1-thread-5] [DEBUG] > [page.ldap.LdapTestConnectionWorker] RuntimeException in executeRule: > Failed to execute query because the object at Base DN: > "OU=Test,DC=dc,DC=org" is missing or inaccessible.* > > As a test I've enabled Anonymous browsing and the base dn of > "dc=dc,dc=org" is able to be queried however, it still won't...
2009 Mar 24
0
A question about rJava and the classpath
...e=""),pattern="jar$",full.names=T)) allfiles <- c(allfiles,"/home/sguha/tmp/x/build/jar/rhipe.jar") .jinit(classpath=allfiles) Now, I create a new object .jnew("org/guha/SeqKeyList",.jnull) but get this error Exception in thread "main" java.lang.RuntimeException: java.lang.ClassNotFoundException: org.apache.hadoop.hdfs.DistributedFileSystem at org.apache.hadoop.conf.Configuration.getClass(Configuration.java:720) This does not appear to be possible(ClassNotFound), since hadoop-0.19-core.jar which is *present* in the output of .jclassPath() does contain an...
2019 Jun 28
3
[PATCH libnbd v2] python: Raise a custom exception containing error string and errno.
This kind of fixes the problems in v1. The exception still primarily lives in the libnbdmod and you could still refer to it using libnbdmod.Error (but don't do that). However when the exception is printed it now appears as nbd.Error, and you can catch it also using the same name. Other problems: - There is no "nice" interface to accessing the exception fields. You have to use
2019 Jun 28
0
Re: [PATCH libnbd v3] python: Raise a custom exception containing error string and errno.
On Fri, Jun 28, 2019 at 01:53:11PM -0500, Eric Blake wrote: > On 6/28/19 1:27 PM, Richard W.M. Jones wrote: > > Previously errors caused a RuntimeException to be raised. This commit > > defines a custom exception (nbd.Error) which has two parameters, the > > required error string, and the optional errno (which may be 0 if > > unavailable). > > > > For example: > > > > $ ./run nbdsh -c 'h.pread(0, 0)'...
2014 Nov 04
0
error using fts/tika
...) The last messages of the tika-server: Nov 04, 2014 10:18:17 PM org.apache.tika.server.TikaResource logRequest INFO: tika (video/x-ms-wmv) Nov 04, 2014 10:18:17 PM org.apache.tika.server.TikaResource$3 write WARNING: tika: Text extraction failed org.apache.tika.exception.TikaException: Unexpected RuntimeException from org.apache.tika.server.TikaResource$1 at 44742f73 Nov 04, 2014 10:18:17 PM org.apache.cxf.jaxrs.utils.JAXRSUtils logMessageHandlerProblem SEVERE: Problem with writing the data, class org.apache.tika.server.TikaResource$3, ContentType: text/plain Nov 04, 2014 10:18:17 PM org.apache.cxf.jaxrs.im...
2019 Jun 28
0
[PATCH libnbd v2] python: Raise a custom exception containing error string and errno.
Previously errors caused a RuntimeException to be raised. This commit defines a custom exception (nbd.Error) which has two parameters, the required error string, and the optional errno (which may be 0 if unavailable). For example: $ ./run nbdsh -c 'h.pread(0, 0)' Traceback (most recent call last): File "/usr/lib64/python3.7...