Top "Runtime-error" questions

Use this tag to indicate that when an application is run, it reports a runtime error or runtime exception after or during the execution of the application.

Failed to bind to: spark-master, using a remote cluster with two workers

I am managing to get everything working with the local master and two remote workers. Now, I want to connect …

binding apache-spark runtime-error
Jenkins - java.lang.OutOfMemoryError: PermGen space -

Environment: Linux/Windows7, Java 1.6.0.03/37 or 1.7 I downloaded jenkins.war and after the initial setup using the following script/command, I …

jenkins runtime-error out-of-memory space java-opts
rep:50125:rwbuilder.conf:java.lang.NullPointerException

When i run oracle reports 11g in my windows 7 it gives me this error rep:50125:rwbuilder.conf:java.lang.NullPointerException …

oracle11g runtime-error oraclereports
Expression: _BLOCK_TYPE_IS_VALID(pHead->nBlockUse) Error

This error occurs during run time, and I'm not sure what's causing it - the code looks correct to me. #…

c++ class runtime-error deep-copy shallow-copy
How to suppress all JavaScript runtime errors?

How can I suppress all JavaScript runtime error popups, from the programmers side?

javascript runtime-error suppress
Unable to boot device in current state: Booted

Any guess on "Unable to boot device in current state: Booted" error in Xcode6 beta while running (build+run) project …

ios8 runtime-error xcode6 xcode6.1
RuntimeException & Error

In the exceptions hierarchy, the descendants of RuntimeException and those of Error are runtime exceptions/errors. The difference between the …

java runtime-error runtimeexception
Catch an error inside a batch file (7-zip)

I have a batch file in which I execute the following line to list the contents of an archive: "\Program …

windows batch-file error-handling runtime-error 7zip
C# compile error: "Invoke or BeginInvoke cannot be called on a control until the window handle has been created."

I just posted a question about how to get a delegate to update a textbox on another form. Just when …

c# delegates invoke handle runtime-error
What does "Method ...ClassInitialize has wrong signature ..." mean?

In my Visual Studio 2012 solution I have a C# project for unit testing C++/CLI code, e.g. ... using System.…

c# unit-testing visual-studio-2012 runtime-error