Our developers are looking into testing this but I want you to get going ASAP without any more pain.
In your init script shown above if you make the following change it should prevent the error and allow the service to start
Change
- Code: Select all
checkconfig="true"
to
- Code: Select all
checkconfig="false"
This should get you going.