Advertisement
Guest User

Untitled

a guest
Dec 12th, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 6.96 KB | None | 0 0
  1. 2018-12-12 11:33:36.313 INFO [Thread 23] org.csstudio.security.authentication.UnattendedCallbackHandler (handleText) - OK
  2. 2018-12-12 11:33:36.326 SEVERE [Thread 1] org.csstudio.startup.application.Application (start) - Application Main Loop Error
  3. org.eclipse.e4.core.di.InjectionException: java.lang.NoClassDefFoundError: javax/annotation/PostConstruct
  4.         at org.eclipse.e4.core.internal.di.InjectorImpl.internalMake(InjectorImpl.java:386)
  5.         at org.eclipse.e4.core.internal.di.InjectorImpl.make(InjectorImpl.java:294)
  6.         at org.eclipse.e4.core.contexts.ContextInjectionFactory.make(ContextInjectionFactory.java:162)
  7.         at org.eclipse.e4.ui.internal.workbench.swt.E4Application.createDefaultHeadlessContext(E4Application.java:490)
  8.         at org.eclipse.e4.ui.internal.workbench.swt.E4Application.createDefaultContext(E4Application.java:504)
  9.         at org.eclipse.e4.ui.internal.workbench.swt.E4Application.createE4Workbench(E4Application.java:203)
  10.         at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:632)
  11.         at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:336)
  12.         at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:610)
  13.         at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:148)
  14.         at org.csstudio.utility.product.Workbench.runWorkbench(Workbench.java:99)
  15.         at org.csstudio.startup.application.Application.startApplication(Application.java:265)
  16.         at org.csstudio.startup.application.Application.start(Application.java:119)
  17.         at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
  18.         at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134)
  19.         at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
  20.         at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:388)
  21.         at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:243)
  22.         at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  23.         at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  24.         at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  25.         at java.base/java.lang.reflect.Method.invoke(Method.java:566)
  26.         at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:673)
  27.         at org.eclipse.equinox.launcher.Main.basicRun(Main.java:610)
  28.         at org.eclipse.equinox.launcher.Main.run(Main.java:1519)
  29.         at org.eclipse.equinox.launcher.Main.main(Main.java:1492)
  30. Caused by: java.lang.NoClassDefFoundError: javax/annotation/PostConstruct
  31.         at org.eclipse.e4.core.internal.di.InjectorImpl.inject(InjectorImpl.java:151)
  32.         at org.eclipse.e4.core.internal.di.InjectorImpl.internalMake(InjectorImpl.java:375)
  33.         ... 25 more
  34. Caused by: java.lang.ClassNotFoundException: javax.annotation.PostConstruct cannot be found by org.eclipse.e4.core.di_1.6.1.v20160712-0927
  35.         at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:410)
  36.         at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:372)
  37.         at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:364)
  38.         at org.eclipse.osgi.internal.loader.ModuleClassLoader.loadClass(ModuleClassLoader.java:161)
  39.         at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:521)
  40.         ... 27 more
  41.  
  42. 2018-12-12 11:33:36.387 SEVERE [Thread 1] org.csstudio.logging.PluginLogListener (logging) - Application error
  43. org.eclipse.e4.core.di.InjectionException: java.lang.NoClassDefFoundError: javax/annotation/PostConstruct
  44.         at org.eclipse.e4.core.internal.di.InjectorImpl.internalMake(InjectorImpl.java:386)
  45.         at org.eclipse.e4.core.internal.di.InjectorImpl.make(InjectorImpl.java:294)
  46.         at org.eclipse.e4.core.contexts.ContextInjectionFactory.make(ContextInjectionFactory.java:162)
  47.         at org.eclipse.e4.ui.internal.workbench.swt.E4Application.createDefaultHeadlessContext(E4Application.java:490)
  48.         at org.eclipse.e4.ui.internal.workbench.swt.E4Application.createDefaultContext(E4Application.java:504)
  49.         at org.eclipse.e4.ui.internal.workbench.swt.E4Application.createE4Workbench(E4Application.java:203)
  50.         at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:632)
  51.         at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:336)
  52.         at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:610)
  53.         at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:148)
  54.         at org.csstudio.utility.product.Workbench.runWorkbench(Workbench.java:99)
  55.         at org.csstudio.startup.application.Application.startApplication(Application.java:265)
  56.         at org.csstudio.startup.application.Application.start(Application.java:119)
  57.         at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
  58.         at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134)
  59.         at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
  60.         at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:388)
  61.         at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:243)
  62.         at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  63.         at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  64.         at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  65.         at java.base/java.lang.reflect.Method.invoke(Method.java:566)
  66.         at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:673)
  67.         at org.eclipse.equinox.launcher.Main.basicRun(Main.java:610)
  68.         at org.eclipse.equinox.launcher.Main.run(Main.java:1519)
  69.         at org.eclipse.equinox.launcher.Main.main(Main.java:1492)
  70. Caused by: java.lang.NoClassDefFoundError: javax/annotation/PostConstruct
  71.         at org.eclipse.e4.core.internal.di.InjectorImpl.inject(InjectorImpl.java:151)
  72.         at org.eclipse.e4.core.internal.di.InjectorImpl.internalMake(InjectorImpl.java:375)
  73.         ... 25 more
  74. Caused by: java.lang.ClassNotFoundException: javax.annotation.PostConstruct cannot be found by org.eclipse.e4.core.di_1.6.1.v20160712-0927
  75.         at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:410)
  76.         at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:372)
  77.         at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:364)
  78.         at org.eclipse.osgi.internal.loader.ModuleClassLoader.loadClass(ModuleClassLoader.java:161)
  79.         at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:521)
  80.         ... 27 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement