Child pages
  • Troubleshooting

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Open servoy_server.sh/servoy_server.bat in the <servoy>/application_server/ directory using a text editor
  • Add '-Djava.net.preferIPv4Stack=true' to the end of the line that starts with 'java'
  • Save the change made
  • Restart the Servoy Application Server
Server crashes
  • java.util.NoSuchElementException: Timeout waiting for idle object 
         at org.apache.commons.pool.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:801)
    Such exceptions in the Server log indicate the database connection pool being exhausted: The maximum Active Connection limit is reached, while there is demand for more connections. Solution is setting the maximum allowed connection to a higher value 

The Servoy Application Server is very robust and is known for its stability and extreme long uptime. In the unlikely event of a crash, this is most likely caused by an out of memory exception, caused by 

...