Originally posted by: SlavicaTomovic
Hi!
I have installed a trial version of IBM ILOG optimization studio 12.6.1.0. I run some smaller example projects to check if everything is OK with installation, and all test were successful. However, now I created a new project with my code, and after clicking RUN option I am getting an error message:
"Oplrun process is not responding, you must relaunch the Run configuration".
I also tried to run the project from the command line, but I was not successful in that.
This is how my .log file looks:
!SESSION 2016-02-23 15:26:30.852 -----------------------------------------------
eclipse.buildId=Build 0
java.fullversion=JRE 1.7.0 IBM J9 2.6 Windows 7 amd64-64 Compressed References 20150701_255667 (JIT enabled, AOT enabled)
J9VM - R26_Java726_SR9_20150701_0050_B255667
JIT - tr.r11_20150626_95120.01
GC - R26_Java726_SR9_20150701_0050_B255667_CMPRSS
J9CL - 20150701_255667
BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=sr_ME
Command-line arguments: -os win32 -ws win32 -arch x86_64 -clean
!ENTRY org.eclipse.equinox.ds 4 0 2016-02-23 15:26:32.950
!MESSAGE FrameworkEvent ERROR
!STACK 0
org.osgi.framework.BundleException: The bundle "org.eclipse.equinox.ds_1.4.1.v20120926-201320 [4]" could not be resolved. Reason: Missing Constraint: Import-Package: org.eclipse.equinox.internal.util.event; version="1.0.0"
at org.eclipse.osgi.framework.internal.core.AbstractBundle.getResolverError(AbstractBundle.java:1332)
at org.eclipse.osgi.framework.internal.core.AbstractBundle.getResolutionFailureException(AbstractBundle.java:1316)
at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:323)
at org.eclipse.osgi.framework.internal.core.AbstractBundle.resume(AbstractBundle.java:390)
at org.eclipse.osgi.framework.internal.core.Framework.resumeBundle(Framework.java:1176)
at org.eclipse.osgi.framework.internal.core.StartLevelManager.resumeBundles(StartLevelManager.java:559)
at org.eclipse.osgi.framework.internal.core.StartLevelManager.resumeBundles(StartLevelManager.java:544)
at org.eclipse.osgi.framework.internal.core.StartLevelManager.incFWSL(StartLevelManager.java:457)
at org.eclipse.osgi.framework.internal.core.StartLevelManager.doSetStartLevel(StartLevelManager.java:243)
at org.eclipse.osgi.framework.internal.core.StartLevelManager.dispatchEvent(StartLevelManager.java:438)
at org.eclipse.osgi.framework.internal.core.StartLevelManager.dispatchEvent(StartLevelManager.java:1)
at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:230)
at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:340)
!ENTRY org.eclipse.equinox.registry 2 0 2016-02-23 15:26:43.143
!MESSAGE The extensions and extension-points from the bundle "ilog.views.eclipse.chart.runtime" are ignored. The bundle is not marked as singleton.
!ENTRY org.eclipse.equinox.registry 2 0 2016-02-23 15:26:43.146
!MESSAGE The extensions and extension-points from the bundle "ilog.views.eclipse.diagrammer.runtime" are ignored. The bundle is not marked as singleton.
!ENTRY org.eclipse.equinox.registry 2 0 2016-02-23 15:26:43.149
!MESSAGE The extensions and extension-points from the bundle "ilog.views.eclipse.framework.runtime" are ignored. The bundle is not marked as singleton.
!ENTRY org.eclipse.equinox.registry 2 0 2016-02-23 15:26:43.152
!MESSAGE The extensions and extension-points from the bundle "ilog.views.eclipse.gantt.runtime" are ignored. The bundle is not marked as singleton.
!ENTRY ilog.odms.ide.core 4 0 2016-02-23 15:37:26.554
!MESSAGE Oplrun process is not responding, you must relaunch the Run Configuration.
!ENTRY ilog.odms.ide.core 4 0 2016-02-23 15:37:29.535
!MESSAGE Connection refused to host: 127.0.0.1; nested exception is:
java.net.ConnectException: Connection refused: connect
!STACK 0
java.rmi.ConnectException: Connection refused to host: 127.0.0.1; nested exception is:
java.net.ConnectException: Connection refused: connect
at sun.rmi.transport.tcp.TCPEndpoint.newSocket(TCPEndpoint.java:632)
at sun.rmi.transport.tcp.TCPChannel.createConnection(TCPChannel.java:229)
at sun.rmi.transport.tcp.TCPChannel.newConnection(TCPChannel.java:215)
at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:142)
at com.sun.jmx.remote.internal.PRef.invoke(Unknown Source)
at javax.management.remote.rmi.RMIConnectionImpl_Stub.close(Unknown Source)
at javax.management.remote.rmi.RMIConnector.close(RMIConnector.java:516)
at javax.management.remote.rmi.RMIConnector.close(RMIConnector.java:456)
at ilog.odms.ide.internal.core.run.remote.IloRemoteOplrunLauncher.close(IloRemoteOplrunLauncher.java:519)
at ilog.odms.ide.internal.core.run.remote.IloRemoteRunController.fireRunTerminated(IloRemoteRunController.java:167)
at ilog.odms.ide.internal.core.run.IloAbstractRunController.requestAbort(IloAbstractRunController.java:817)
at ilog.odms.ide.internal.core.run.IloAbstractRunController.terminate(IloAbstractRunController.java:886)
at ilog.odms.ide.internal.core.run.remote.IloRemoteRunController$1.handleDebugEvents(IloRemoteRunController.java:155)
at org.eclipse.debug.core.DebugPlugin$EventNotifier.run(DebugPlugin.java:1109)
at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
at org.eclipse.debug.core.DebugPlugin$EventNotifier.dispatch(DebugPlugin.java:1143)
at org.eclipse.debug.core.DebugPlugin$EventDispatchJob.run(DebugPlugin.java:407)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:53)
Caused by: java.net.ConnectException: Connection refused: connect
at java.net.DualStackPlainSocketImpl.connect0(Native Method)
at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:91)
at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:370)
at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:231)
at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:213)
at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:192)
at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:404)
at java.net.Socket.connect(Socket.java:643)
at java.net.Socket.connect(Socket.java:590)
at java.net.Socket.<init>(Socket.java:454)
at java.net.Socket.<init>(Socket.java:234)
at sun.rmi.transport.proxy.RMIDirectSocketFactory.createSocket(RMIDirectSocketFactory.java:53)
at sun.rmi.transport.proxy.RMIMasterSocketFactory.createSocket(RMIMasterSocketFactory.java:160)
at sun.rmi.transport.tcp.TCPEndpoint.newSocket(TCPEndpoint.java:626)
... 17 more
I also installed OPL optimization studio on other PC, but I am getting the same error.
Please, can you give me some instructions how to solve this problem. I do not have any experience with this software. I have strict deadlines to solve my optimization problem, so please give me some feedback.
Thank you in advance,
Slavica
#DecisionOptimization#OPLusingCPLEXOptimizer