Posted By:
Dermot_Hennessy
Posted On:
Wednesday, August 15, 2001 02:22 AM
NO IMPLEMENT means that you do not seem to have any implementation available for your server process. It could be as a result of not having your server registered or not having access to the implementation of your server.
Check the permissions on your server runtime executable. Ensure that the Implementation Repository contains a correct path, etc., to launch your server. If this fails, register your server to use a -debug flag and attach a remote jdb to it. Catch java.lang.Exception and java.lang.Error and the reason for your problem may become apparent.
Regards,
Dermot