View Issue Details

IDProjectCategoryView StatusLast Update
0008737VALENTINA SERVERAPIpublic2020-02-27 07:58
ReporterFrançois Van Lerberghe Assigned ToIvan Smahin  
PrioritynormalSeveritymajorReproducibilityalways
Status resolvedResolutionfixed 
PlatformINTELOSMAC OS OS Version*
Product Version9.8.x 
Fixed in Version10.0.x 
Summary0008737: VServer.Shutdown doesn't seem to close databases properly
DescriptionWhen I send the command VServer.Shutdown, the master database and the current registered database doesn't seem to be closed properly since the .journal files are always present.
If I use the activity monitor to quit the server, the .journal files are deleted.
(MacOS 10.14.6, Xojo2019r1.1, Valentina 10.0.1)
Steps To ReproduceType and execute this code in a Xojo project :
// Open a VConnection
mVConnection = new VConnection( myHost, myUserName, myPassword, myPort, 5, mySerial )
if mVConnection <> nil then
  mVConnection.Open()
  mValentinaServer= new VServer( mVConnection )
end if
// Shutdown the vServer
if mVConnection <> nil AND mValentinaServer <> nil then
  mValentinaServer.Shutdown
end if
TagsNo tags attached.

Relationships

related to 0008723 resolvedIvan Smahin vServer.Shutdown or vServer.Restart command crash application 
related to 0008724 resolvedIvan Smahin vServer.Restart command shutdown the server but doesn't restart it 

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2020-02-25 14:41 François Van Lerberghe New Issue
2020-02-27 07:56 Ivan Smahin Assigned To => Ivan Smahin
2020-02-27 07:56 Ivan Smahin Status new => resolved
2020-02-27 07:56 Ivan Smahin Resolution open => fixed
2020-02-27 07:56 Ivan Smahin Fixed in Version => 10.0.x
2020-02-27 07:58 Ivan Smahin Relationship added related to 0008723
2020-02-27 07:58 Ivan Smahin Relationship added related to 0008724