< Previous | Next >

Troubleshooting

This section lists possible problems in working with the tutorial application. If you are not getting the results that you expect, here are some things you can try to fix the problem.

Runtime error messages

This a list of some error messages that you may see in the Console view while trying to run the programs in this tutorial.
EGL0505E Cannot connect to jdbc:derby:C:\databases\EGLDerbyR7;create=true: Failed to start database 'C:\databases\EGLDerbyR7', see the next exception for details.
The data tools that create parts based on the database are still connected to the database, preventing the EGL program from connecting. Close the data tools connection in the Database Explorer view and then try running the EGL program again, as explained in Running a test program.
EGL0507E An error occurred while loading the JDBC drivers. Error: egl.core.RuntimeException: EGL0009E A value for the vgj.jdbc.drivers property is required.
The build descriptor is not set correctly. Load values for the build descriptor options by opening the build descriptor and selecting your connection in the Load DB options using Connection list.
EGL0507E An error occurred while loading the JDBC drivers. Error: java.lang.ClassNotFoundException: org.apache.derby.jdbc.EmbeddedDriver
EGL cannot find the derby.jar file. Make sure you have added the file to the project's Java build path as explained in Importing and connecting to the database.
< Previous | Next >

Feedback