-
Bug
-
Resolution: Done
-
Major
-
None
-
None
1. Run the installer, accepting all defaults
2. Choose the "all" configuration on the installer group page. Click next.
3. Unselect all packs.
4. Right click on "uuid-key-generator" and select "select dependencies" and click "Next"
5. complete the install, accepting all other defaults
When you run the installation, the following error is thrown on startup:
org.jboss.deployment.DeploymentException: No ClassLoaders found for: org.jboss.resource.adapter.jdbc.remote.WrapperDataSourceService; - nested throwable: (java.lang.ClassNotFoundException: No ClassLoaders found for: org.jboss.resource.adapter.jdbc.remote.WrapperDataSourceService)
at org.jboss.system.ServiceConfigurator.install(ServiceConfigurator.java:141)
at org.jboss.system.ServiceController.install(ServiceController.java:202)
...
Caused by: java.lang.ClassNotFoundException: No ClassLoaders found for: org.jboss.resource.adapter.jdbc.remote.WrapperDataSourceService
at org.jboss.mx.loading.LoadMgr3.beginLoadTask(LoadMgr3.java:198)
at org.jboss.mx.loading.RepositoryClassLoader.loadClassImpl(RepositoryClassLoader.java:475)
at org.jboss.mx.loading.RepositoryClassLoader.loadClass(RepositoryClassLoader.java:377)