Troubleshooting
Troubleshooting Common Issues
Below is the most common errors you may encounter.
It is by no means exhaustive.
If you cannot find the issue below, please submit a support ticket.
GlassFish is not starting following migration.
See our GlassFish Considerations
under the migration guide.
WildFly is not starting following migration.
See our WildFly Considerations
under the migration guide.
PermGen Out of Memory Error
PermGen only applies to JDK < 8. To fix this error, add below to JAVA_OPTS:
export JAVA_OPTS="-XX:PermSize=128M -XX:MaxPermSize=128M"
Out of Memory Error (JDK 8)
For JDK 8, try adding below to JAVA_OPTS and restarting the instance:
export JAVA_OPTS="-XX:MetaspaceSize=128M"
Port in Use
A port in use error occurs when an instance was not properly stopped. Be sure the instance is stopped. If needed use 'top -u' to kill user session.
Refused to Connect on Port XXXX
Refused to connect errors occur when an instance is was not fully stopped and connected to connect again on the same port. Be sure the instance is stopped. If needed use 'top -u' to kill user session.
...started a thread..memory leak
This is an application-level error.
This feature not enabled.
You must enable service for customers via WHMCS
{something went wrong.....}
This is a CoffeeCP-specific error (all such errors will show json error as above). Email support for any such errors.