Java embedded server process not exiting on shutdown

I am attempting to work on creating custom functions. I have followed the general project structure given in the examples.

In creating a test, I am able to get the embedded server to startup and run using gradle, but when shutting down both the connection and the stardog instance itself, the gradle process wont stop and hangs. I started up a server instance outside of my java/gradle environment using stardog-admin. I noticed the same issue where the process does not stop completely.

Using Java 11, Windows 11, Stardog 7.9.0.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.