The builder pointing the above object creation line as where the error
exists.

On Thu, Jul 9, 2015 at 2:57 PM, Chamalee De Silva <[email protected]> wrote:

> hi all,
>
> I am writing a test case for WSO2 API Manager to test Read Only External
> Stores in java.
> I pointed the WSO2CARBON_DB to add Roles and Users.
>
> But when I build it fails with a ClassNotFoundException for the following.
> ( java.lang.ClassNotFoundException: org.h2.Driver)
>
> H2DataBaseManager dbmanager = new H2DataBaseManager("jdbc:h2:" +
> ServerConfigurationManager.getCarbonHome() +
> "/repository/database/WSO2CARBON_DB, "wso2carbon', "wso2carbon");
>    dbmanager.executeUpdate(new
> File(ServerConfigurationManager.getCarbonHome() + "/dbscripts/h2.sql"));
>    dbmanager.disconnect();
>
> *Error Log : *
>
> java.lang.ClassNotFoundException: org.h2.Driver
> at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
> at java.security.AccessController.doPrivileged(Native Method)
> at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
> at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
> at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
> at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
> at java.lang.Class.forName0(Native Method)
> at java.lang.Class.forName(Class.java:171)
> at
> org.wso2.carbon.automation.test.utils.dbutils.H2DataBaseManager.<init>(H2DataBaseManager.java:39)
> at
> org.wso2.am.integration.tests.other.ReadOnlyExternalStoreAPITokenGenerationTestCase.setEnvironment(ReadOnlyExternalStoreAPITokenGenerationTestCase.java:94)
>
>
> PS : I am creating the external store in the environment setup before the
> test start to run.
>
> Any ideas to resolve this issue?
>
> --
> Thanks & Regards,
>
> *Chamalee De Silva*
> Software Engineer
> *WS**O2* Inc. .:http://wso2.com
> lean *.* enterprise *.* middleware
>
> Office   :- *+94 11 2145345 <%2B94%2011%202145345>*
> mobile  :- *+94 7 <%2B94%2077%202782039>1 4315942*
>



-- 
Thanks & Regards,

*Chamalee De Silva*
Software Engineer
*WS**O2* Inc. .:http://wso2.com
lean *.* enterprise *.* middleware

Office   :- *+94 11 2145345 <%2B94%2011%202145345>*
mobile  :- *+94 7 <%2B94%2077%202782039>1 4315942*
_______________________________________________
Dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/dev

Reply via email to