×
The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.
This is an eclipse issue that occurs sometimes when you update Java and the new Java does not match eclipse. Check out the -vm tag in your eclipse.ini, it should point to the appropriate JVM. And, you can only have 1 -vm tag. Also make sure that if you are using eclipse 64 bit, you also have a 64 bit jvm.
Here is my eclipse.ini.
-vm
C:\Program Files\IBM\SDP\jdk\jre\bin\javaw.exe
-startup
plugins/org.eclipse.equinox.launcher_1.3.0.v20120522-1813.jar
--launcher.library
plugins/org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.200.v20120913-144807
-install
C:/Program Files/IBM/SDP
-vmargs
-Xquickstart
-Xms100m
-Xmx1024m
-Xmnx64m
-Xgcpolicy:gencon
-Xscmx96m
-Xshareclasses:name=IBMSDP_%u
-XX:MaxPermSize=512M
-Xcompressedrefs
-Dcom.ibm.ws.management.event.max_polling_interval=1000
-Xss2m
Note it points to the jre built in to RDi. You can use a different one, but probably shouldn't. It is possible, though, that installing the update to java detected and uninstalled the jdk in your RDi install.
Mark Murphy
STAR BASE Consulting, Inc.
mmurphy@xxxxxxxxxxxxxxx
-----Dan Pankowski <dpankowski@xxxxxxxxxxxxxxx> wrote: -----
To: "WDSCI-L@xxxxxxxxxxxx" <WDSCI-L@xxxxxxxxxxxx>
From: Dan Pankowski <dpankowski@xxxxxxxxxxxxxxx>
Date: 11/30/2015 12:26PM
Subject: [WDSCI-L] RDi jvm error
Hello,
I get an error when trying to get into RDi "Java was started but returned exit code=1"
I'm on verion 9.1.1.1.
I was on vacation and came back this morning and received this error.
I updated Java to the latest version, and rebooted.
I really need to get started this morning.
Thanks
-dan
Dan Pankowski
Information Technology Department
Ph: 801-524-2956
www.sinclairoil.com<
http://www.sinclairoil.com>
[Sinclair Logo]
As an Amazon Associate we earn from qualifying purchases.