Using a database as the default repository fails

When a database repository is setup as one of the repositories and is used for login during the WebSphere Application Server startup an exception might be thrown.

If you receive the exception,
4/29/05 10:47:40:174 EDT] 0000000a SystemErr
java.lang.ClassNotFoundException: COM.ibm.db2.jdbc.app.DB2Driver
	at java.net.URLClassLoader.findClass(URLClassLoader.java:376)
	at com.ibm.ws.bootstrap.ExtClassLoader.findClass(ExtClassLoader.java:106)
	at java.lang.ClassLoader.loadClass(ClassLoader.java(Compiled Code))
	at java.lang.ClassLoader.loadClass(ClassLoader.java(Compiled Code))
	at java.lang.Class.forName1(Native Method)
	at java.lang.Class.forName(Class.java(Compiled Code))
you can correct the problem in either of two ways:


Terms of use | Feedback