Try OpenEdge Now
skip to main content
Managed Adapters Guide
File Managed Adapter : Writing custom format plug-ins : Troubleshooting the custom format plug-in
 

Troubleshooting the custom format plug-in

*The Log Plug-in is not visible in the File Adapter Configurator.
Ensure you exit and then re-open Progress Developer Studio for OpenEdge.
If you do not see the Log Plug-in name in the Data Format combo box, the plug-in may not be properly defined in the formatplugins.properties file. Go to the OEBPS_HOME\conf\resources\adapters directory, open this file with a text editor, and enter the plug-in definition as described in the Plug-in definition .
*Error when the Log Plug-in is selected in the File Adapter Configuration.
Ensure that the plug-in configurator class is included in the product classpath.
*Classpath error when executing your business process.
Ensure that the plug-in run time class is included in the system classpath of the application server where Business Process Server is running. You may need to restart the application server after changing the system classpath.
*Error accessing the log-file when executing the adapter.
Check if the file name and path are correct, and that you have write permission. Use fully qualified path when configuring the File Adapter.
In case of any other problem, check the log files in the OEBPS_HOME\logs directory. Error messages in this file can help you to identify the problem.