Uploaded image for project: 'Derby'
  1. Derby
  2. DERBY-6853

Shutdown Derby Network Server after local ip change

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Blocker
    • Resolution: Unresolved
    • 10.12.1.1
    • None
    • Network Server
    • None
    • Microsoft Windows 7
    • Normal

    Description

      I have some problem shutdown the Derby Engine.

      Server Start;

      java -jar derbyrun.jar server start -h 10.90.232.20
      

      I have started Derby Network Server wiht above cmd command. And I have stop the Network Server with below command.

      Server Stop;

      java -jar derbyrun.jar server shutdown -h 10.90.232.20
      

      But if i change ip of current network adapter manually while server up, i don't kill the current listening network server. Because Network Server started on different ip before.

      Also i have tried;

      java -jar derbyrun.jar server shutdown -h 0.0.0.0
      java -jar derbyrun.jar server shutdown -h localhost
      

      But did not help. I can't reach old started Network Server. So it stuck and JVM don't allow start new Derby Network Server.

      Attachments

        Activity

          People

            Unassigned Unassigned
            Lacrymae Black & White
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated: