Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[wtp-dev] installation issues


Hi,

I installed all required packages as described in the
Getting started guide ( http://www.eclipse.org/webtools/initial-contribution/IBM/Getting%20Started.html )
but get a coupe of exceptions in my eclipse logfile ( .log) starting with:

org.osgi.framework.BundleException: The BundleLoader could not be found: com.ibm.wtp.common.util_1.0.0
        at org.eclipse.osgi.framework.internal.core.BundleLoader.initialize(BundleLoader.java:168)
        at org.eclipse.osgi.framework.internal.core.BundleLoader.<init>(BundleLoader.java:119)
        at org.eclipse.osgi.framework.internal.core.BundleHost.getBundleLoader(BundleHost.java:632)
        at org.eclipse.osgi.framework.internal.core.BundleLoaderProxy.getBundleLoader(BundleLoaderProxy.java:68)
        at org.eclipse.osgi.framework.internal.core.BundleLoader.addExportedProvidersFor(BundleLoader.java:826)
        at org.eclipse.osgi.framework.internal.core.BundleLoader.getProvidersFor(BundleLoader.java:868)
        at org.eclipse.osgi.framework.internal.core.BundleLoader.findRequiredClass(BundleLoader.java:903)
        at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:399)
        at org.eclipse.osgi.framework.adaptor.core.AbstractClassLoader.loadClass(AbstractClassLoader.java:93)

although all plugings & features are correctly(?) installed....

any ideas
johannes

Back to the top