Originally posted by: UDOPS
I am having trouble migrating older models to a new Windows 7 64 bit platform. These models rely on an ODBC connection. As part of testing, I tried the Oil example. I tried configuring an odbc source for the access database file and modifying the example files to suit, and I receive the same error as my own model that I am trying to fix. "OplRun process is not responding..."
I am aware that there is a 32 bit and 64 bit odbc administration control panel. I configured the oil database in the default panel, and my own odbc driver is 32 bit and is configured in the 32 bit panel.
I found other tech notes on this error, and paste below the log files that result:
.log
!ENTRY ilog.odms.ide.opllang 1 0 2012-03-07 10:18:23.355
!MESSAGE concert_wrap.IloEndMT
!SESSION 2012-03-07 10:18:26.596
eclipse.buildId=Build 20120119-1107
java.fullversion=JRE 1.6.0 IBM J9 2.4 Windows 7 amd64-64 jvmwa6460sr9-20110203_74623 (JIT enabled, AOT enabled)
J9VM - 20110203_074623
JIT - r9_20101028_17488ifx3
GC - 20101027_AA
BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=en_US
Command-line arguments: -os win32 -ws win32 -arch x86_64 -clean
!ENTRY org.eclipse.osgi 0 0 2012-03-07 10:18:26.893
!MESSAGE The -clean (osgi.clean) option was not successful. Unable to clean the storage area: C:\Users\sharrod1\.eclipse\2044071593\configuration\org.eclipse.osgi
!ENTRY ilog.odms.ide.core 1 0 2012-03-07 10:18:29.943
!MESSAGE ODM Bundle is OFF
!ENTRY ilog.odms.ide.opllang 1 0 2012-03-07 10:18:30.526
!MESSAGE concert_wrap.IloInitMT
!ENTRY ilog.odms.ide.core 4 0 2012-03-07 10:18:36.730
!MESSAGE Oplrun process is not responding, you must relaunch the Run Configuration.
!ENTRY ilog.odms.ide.core 4 0 2012-03-07 10:18:39.694
!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:613)
at sun.rmi.transport.tcp.TCPChannel.createConnection(TCPChannel.java:210)
at sun.rmi.transport.tcp.TCPChannel.newConnection(TCPChannel.java:196)
at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:122)
at com.sun.jmx.remote.internal.PRef.invoke(Unknown Source)
at javax.management.remote.rmi.RMIConnectionImpl_Stub.close(RMIConnectionImpl_Stub.java:121)
at javax.management.remote.rmi.RMIConnector.close(RMIConnector.java:492)
at javax.management.remote.rmi.RMIConnector.close(RMIConnector.java:432)
at ilog.odms.ide.internal.core.run.remote.IloRemoteOplrunLauncher.close(IloRemoteOplrunLauncher.java:459)
at ilog.odms.ide.internal.core.run.remote.IloRemoteRunController.fireRunTerminated(IloRemoteRunController.java:165)
at ilog.odms.ide.internal.core.run.IloAbstractRunController.requestAbort(IloAbstractRunController.java:757)
at ilog.odms.ide.internal.core.run.IloAbstractRunController.terminate(IloAbstractRunController.java:824)
at ilog.odms.ide.internal.core.run.remote.IloRemoteRunController$1.handleDebugEvents(IloRemoteRunController.java:153)
at org.eclipse.debug.core.DebugPlugin$EventNotifier.run(DebugPlugin.java:1089)
at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
at org.eclipse.debug.core.DebugPlugin$EventNotifier.dispatch(DebugPlugin.java:1123)
at org.eclipse.debug.core.DebugPlugin$EventDispatchJob.run(DebugPlugin.java:390)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
Caused by: java.net.ConnectException: Connection refused: connect
at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:383)
at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:245)
at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:232)
at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:377)
at java.net.Socket.connect(Socket.java:539)
at java.net.Socket.connect(Socket.java:488)
at java.net.Socket.<init>(Socket.java:385)
at java.net.Socket.<init>(Socket.java:199)
at sun.rmi.transport.proxy.RMIDirectSocketFactory.createSocket(RMIDirectSocketFactory.java:34)
at sun.rmi.transport.proxy.RMIMasterSocketFactory.createSocket(RMIMasterSocketFactory.java:140)
at sun.rmi.transport.tcp.TCPEndpoint.newSocket(TCPEndpoint.java:607)
... 17 more
.oplrun.log
!ENTRY ilog.odms.ide.opllang 1 0 2012-03-07 10:18:23.355
!MESSAGE concert_wrap.IloEndMT
!SESSION 2012-03-07 10:18:26.596
eclipse.buildId=Build 20120119-1107
java.fullversion=JRE 1.6.0 IBM J9 2.4 Windows 7 amd64-64 jvmwa6460sr9-20110203_74623 (JIT enabled, AOT enabled)
J9VM - 20110203_074623
JIT - r9_20101028_17488ifx3
GC - 20101027_AA
BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=en_US
Command-line arguments: -os win32 -ws win32 -arch x86_64 -clean
!ENTRY org.eclipse.osgi 0 0 2012-03-07 10:18:26.893
!MESSAGE The -clean (osgi.clean) option was not successful. Unable to clean the storage area: C:\Users\sharrod1\.eclipse\2044071593\configuration\org.eclipse.osgi
!ENTRY ilog.odms.ide.core 1 0 2012-03-07 10:18:29.943
!MESSAGE ODM Bundle is OFF
!ENTRY ilog.odms.ide.opllang 1 0 2012-03-07 10:18:30.526
!MESSAGE concert_wrap.IloInitMT
!ENTRY ilog.odms.ide.core 4 0 2012-03-07 10:18:36.730
!MESSAGE Oplrun process is not responding, you must relaunch the Run Configuration.
!ENTRY ilog.odms.ide.core 4 0 2012-03-07 10:18:39.694
!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:613)
at sun.rmi.transport.tcp.TCPChannel.createConnection(TCPChannel.java:210)
at sun.rmi.transport.tcp.TCPChannel.newConnection(TCPChannel.java:196)
at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:122)
at com.sun.jmx.remote.internal.PRef.invoke(Unknown Source)
at javax.management.remote.rmi.RMIConnectionImpl_Stub.close(RMIConnectionImpl_Stub.java:121)
at javax.management.remote.rmi.RMIConnector.close(RMIConnector.java:492)
at javax.management.remote.rmi.RMIConnector.close(RMIConnector.java:432)
at ilog.odms.ide.internal.core.run.remote.IloRemoteOplrunLauncher.close(IloRemoteOplrunLauncher.java:459)
at ilog.odms.ide.internal.core.run.remote.IloRemoteRunController.fireRunTerminated(IloRemoteRunController.java:165)
at ilog.odms.ide.internal.core.run.IloAbstractRunController.requestAbort(IloAbstractRunController.java:757)
at ilog.odms.ide.internal.core.run.IloAbstractRunController.terminate(IloAbstractRunController.java:824)
at ilog.odms.ide.internal.core.run.remote.IloRemoteRunController$1.handleDebugEvents(IloRemoteRunController.java:153)
at org.eclipse.debug.core.DebugPlugin$EventNotifier.run(DebugPlugin.java:1089)
at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
at org.eclipse.debug.core.DebugPlugin$EventNotifier.dispatch(DebugPlugin.java:1123)
at org.eclipse.debug.core.DebugPlugin$EventDispatchJob.run(DebugPlugin.java:390)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
Caused by: java.net.ConnectException: Connection refused: connect
at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:383)
at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:245)
at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:232)
at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:377)
at java.net.Socket.connect(Socket.java:539)
at java.net.Socket.connect(Socket.java:488)
at java.net.Socket.<init>(Socket.java:385)
at java.net.Socket.<init>(Socket.java:199)
at sun.rmi.transport.proxy.RMIDirectSocketFactory.createSocket(RMIDirectSocketFactory.java:34)
at sun.rmi.transport.proxy.RMIMasterSocketFactory.createSocket(RMIMasterSocketFactory.java:140)
at sun.rmi.transport.tcp.TCPEndpoint.newSocket(TCPEndpoint.java:607)
... 17 more
#DecisionOptimization#OPLusingCPLEXOptimizer