Socket Exception with OraSQLMonitor
Posted: Tue 23 Apr 2013 12:16
Hi,
I am using Delphi XE2 Update 4 Hotfix 1.
Oracle Data Acces Components 8.6.12 for RAD Studio XE2
I get a Debugger-Exception caused by OraSQLMonitor-Component.
The component is on an empty Form.
The property Active is set to True.
The exception does not happen when dbMonitor.exe (Version 3.0.4) is running.
The exception does not happen when Active is set to false.
I do not always have dbMonitor running,
and I do not want to continually switch the Active-property between compiles.
The full Exception-Message (in German) is:
---------------------------
Benachrichtigung über Debugger-Exception
---------------------------
Im Projekt testserver.exe ist eine Exception der Klasse SocketException mit der Meldung 'Cannot connect to server on host 'localhost':
Es konnte keine Verbindung hergestellt werden, da der Zielcomputer die Verbindung verweigerte.
Socket Error Code: 10061($274D)' aufgetreten.
---------------------------
Is there a workaround ?
I am using Delphi XE2 Update 4 Hotfix 1.
Oracle Data Acces Components 8.6.12 for RAD Studio XE2
I get a Debugger-Exception caused by OraSQLMonitor-Component.
The component is on an empty Form.
The property Active is set to True.
The exception does not happen when dbMonitor.exe (Version 3.0.4) is running.
The exception does not happen when Active is set to false.
I do not always have dbMonitor running,
and I do not want to continually switch the Active-property between compiles.
The full Exception-Message (in German) is:
---------------------------
Benachrichtigung über Debugger-Exception
---------------------------
Im Projekt testserver.exe ist eine Exception der Klasse SocketException mit der Meldung 'Cannot connect to server on host 'localhost':
Es konnte keine Verbindung hergestellt werden, da der Zielcomputer die Verbindung verweigerte.
Socket Error Code: 10061($274D)' aufgetreten.
---------------------------
Is there a workaround ?