cancel
Showing results for 
Search instead for 
Did you mean: 

Suggestions for how to determine why SA 17 HA is crashing.

1,570

Hello,

I have a SQL Anywhere the 17 High Availability server system running under Ubuntu 16.04. The system has been running for various testing purposes for many months now with no apparent problems. However in the last few days a very serious problem has developed.

A (C++) application that uses ODBC is attempting to transfer a .5 GB file as a BLOB as part of an Insert into a database. We've never had a problem before with this particular piece of code, however two things are new. The first is that both the server system as well as the client application are running on Amazon Web Services EC2 instances. The other new issue is the size of this particular file. With respect to the first issue of running on AWS we have been doing so for many months running this code that does inserts of smaller files and have never had a problem with this particular piece of code. So while I don't know where the problem lies there's reason to think that it's not related to AWS directly. However, this is the first time we've tried to insert a file of such magnitude and I'm wondering if we are running into some sort of server limitation or if perhaps there are timing issues that are causing a timeout to occur. Since we are running both the client and the server system within the same AWS VPC (Virtual Private Cloud) the transfer between the client and the server system should be running at very high speed since it is all internal to an AWS data center. So it would not seem that were having any actual data transfer delays but perhaps the client is pausing for too long as it repeatedly reads a new section of the file to transfer to the server. But I don't have any apparent way of determining if this is happening.

I realize that this information I have provided here is inadequate for anyone to suggest what the problem might be so my question actually has to do with suggestions for how I might be able to determine what is going wrong. One surprising aspect of this is that I cannot find anything in the log files to provide even the slightest clue as to why this is happening. In fact, error logs are not even being created. This is such a serious crash that it doesn't just bring down the servers but I have to actually reboot the Ubuntu virtual machine to regain any control so obviously something very, very bad is taking place.

Can someone suggest any log files, testing or debugging strategies or even other monitoring applications that would help me identify what is causing this very significant server crash?

Thank you.

Accepted Solutions (0)

Answers (0)