Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aperi-dev] No report/bulk/Loader when initializing derby?

Hi,

I built an aperi.zip from yesterday's HEAD and am running
cfgaperi (including download 3rd party software), and get this
when creating the derby DB. Appears aperi/report/bulk/Loader
is missing or not in the classpath. Just thought to post here
before digging around a bit more. Also a question, is the 3rd
party download supposed to download the BIRT runtime?

DEBUG SDI doInstall 14

   Exception in thread "main" java.lang.NoClassDefFoundError: org/eclipse/core/runtime/IRegistryChangeListener
        at java.lang.ClassLoader.defineClass1(Native Method)
        at java.lang.ClassLoader.defineClass(Unknown Source)
        at java.security.SecureClassLoader.defineClass(Unknown Source)
        at java.net.URLClassLoader.defineClass(Unknown Source)
        at java.net.URLClassLoader.access$100(Unknown Source)
        at java.net.URLClassLoader$1.run(Unknown Source)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(Unknown Source)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        at java.lang.ClassLoader.loadClassInternal(Unknown Source)
        at org.eclipse.aperi.xmsg.MessageLog.<clinit>(MessageLog.java:49)
        at org.eclipse.aperi.common.Constants.<clinit>(Constants.java:537)
        at org.eclipse.aperi.install.StorageAlertOSRepoInstall.process(StorageAlertOSRepoInstall.java:104)
        at org.eclipse.aperi.install.SilentDatabaseInstall.createTables(SilentDatabaseInstall.java:795)
        at org.eclipse.aperi.install.SilentDatabaseInstall.doInstall(SilentDatabaseInstall.java:717)
        at org.eclipse.aperi.install.SilentDatabaseInstall.main(SilentDatabaseInstall.java:975)
   Exception in thread "main" java.lang.NoClassDefFoundError: org/eclipse/aperi/report/bulk/Loader



Back to the top