|
From: Leif M. <le...@ta...> - 2005-02-11 11:27:17
|
Mattias,
Looking at this, I don't see anything that would hint at it being
caused by the Wrapper.
It sounds like a known Microsoft bug. What happens when this error
occurs? Does the
JVM crash? Or does it just show up in the logs and continue to
function. If the JVM is
crashing? Is the Wrapper correctly restarting your JVM?
Leif
Mattias Ternert wrote:
>
> Hi
>
> I have an application that run 4 services implemented with Wrapper
> (Version 3.1.0). Three of the services are executed idependently of
> each other but they all depend on one service which executes
> Logging&Alarm functionality. This service depends on JDBC to insert
> records in a MS-SQLserver. We use the jTDS-0.8.rc1 JDBC driver. Some
> of our customers have experienced situations where this service has
> failed with this message in the service log,
>
> Error in Alarm Manager, code 5010: SQL error:0 -
> SqlDumpExceptionHandler: Process 51 generated fatal exception c0000005
> EXCEPTION_ACCESS_VIOLATION. SQL Server is terminating this process.
>
> I have tried to do an analysis of this problem and are not quiet sure
> what is causing this; are own code, MS-SQL server itself, the JDBC
> driver or the service-Wrapper. I found this information from Microsoft
> regarding the exception:
>
> http://support.microsoft.com/kb/839523
> http://support.microsoft.com/kb/295114/EN-US/
>
> However we do not use stored procuders and our customers have not
> upgraded from MS-SQL7 to MS-SQL2000 so I´m not sure if this applies to
> us. I have also tried to search info about this on jTDS project
> homepage but have not found anything that directly applies to this. So
> as a last act I´m asking if there are anyone here that have
> experienced this and if so how they solved it. My actions will be to
> update jTDS, service wrapper and MS-SQL to latest versions to see if
> this will help.
>
> Sincerely Mattias
>
>
|