Oracle Monitor Gives illegal instruction on load

dlstites

Member²
Delphi 5.0
DOA 3.4
Oracle Monitor lite

Application is a DCOM server. It is loaded
to another machine. Oracle Monitor lite is
Installed successfully on that machine. Start the application and get an immediate
dr watson dump.

The application continues to run fine, but the monitor never runs. It runs fine when on
the machine where delphi 5.0 and borland c++5.0 are installed (the monitor and app), but whenever the app is on a machine without delphi or borland ... same result. Attempted on 3 machines.

thanks in advance for your ideas
 
Where does the Dr.Watson occur, in the Oracle Monitor or in the Application? What is the actual error?

------------------
Marco Kalter
Allround Automations
 
Boot the primary machine.
start the service:

Service written in Delphi 5. Service is multi threaded DCOM
remote data module with about 10 Providers attached to TOracleDataSets.
On the whole, works well, but needs performance tuning.

Nothing else running on machine. (sorry .. PCAnywhere 9.0 host) Has both Delphi5 and Borland C++ Builder 5.0 present
Win 2K service pack 2

Start OracleMonitor 1.0.0.59. Immediate failure.

Oraclemonitor: OracleMonitor.exe ApplicationError
The exception unknown software exception (0x0eedfade) occured in the application at location 0x77e87e08
 
More information:

Exception Excpetion in module OracleMonitor.exe at 00547AE.
Error creating shared memory DOADirectory(5).
 
Hmm, the OracleMonitor is apparently unable to allocate the shared memory for inter-process communication. Can you reboot the system and retry?

------------------
Marco Kalter
Allround Automations
 
The same applies to ISAPI-Dll's. If you start a OracleMonitor prepared ISAPI dll you can't start a OracleMonitor prepared Application as a user since there are access problems to the shared memory. You can't watch a ISAPI dll with the OracleMonitor also due to access problems...

Hope this will be fixed soon...

Juergen
 
Back
Top