EPICS Controls Argonne National Laboratory

Experimental Physics and
Industrial Control System

1994  1995  1996  1997  1998  1999  2000  2001  2002  2003  2004  2005  2006  2007  2008  2009  2010  2011  2012  2013  2014  <20152016  2017  2018  2019  2020  2021  2022  2023  2024  Index 1994  1995  1996  1997  1998  1999  2000  2001  2002  2003  2004  2005  2006  2007  2008  2009  2010  2011  2012  2013  2014  <20152016  2017  2018  2019  2020  2021  2022  2023  2024 
<== Date ==> <== Thread ==>

Subject: Re: Error while staring archive engine in eclipse
From: "Kasemir, Kay" <[email protected]>
To: Kalyani Thigale/TVM/TCS <[email protected]>
Cc: "<[email protected]>" <[email protected]>
Date: Thu, 19 Mar 2015 13:07:24 +0000
Hi:


On Mar 19, 2015, at 4:30 AM, Kalyani Thigale/TVM/TCS <[email protected]>
 wrote:
>     I am unable to start archive engine application. Following is the log file.
> Please provide solution.
Are you trying to start an archive engine binary that you downloaded from somewhere, or are you trying to build it yourself from sources?

>From the log I assume that you're doing the latter because of the "..runtime-ArchiveEngine.." workspace that's usually set by the IDE.
Then the problem could be that you're using older sources (archive.engine_3.3.0 is from Feb. 2014, requiring a 3.7.2 IDE, Java 7), yet a newer IDE.
For a current setup (Eclipse 4.4.2, Java 8) you better use the current sources. See http://cs-studio.sourceforge.net/docbook chapter on Compiling, Running, Debugging CSS.
Or start by using a binary, see if you get that to run, and then go into building one yourself. See https://ics-web.sns.ornl.gov/css/updates/apps/?C=M;O=D

Thanks and Regards,
Kay

> !SESSION 2015-03-19 13:58:50.415 -----------------------------------------------
> eclipse.buildId=unknown
> java.version=1.8.0_25
> java.vendor=Oracle Corporation
> BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_GB
> Framework arguments:  -product org.csstudio.archive.engine.engine -engine Demo -port 5432
> Command-line arguments:  -product org.csstudio.archive.engine.engine -data /home/847016/Workspaces/../runtime-ArchiveEngine.product -dev file:/home/847016/Workspaces/.metadata/.plugins/org.eclipse.pde.core/ArchiveEngine.product/dev.properties -os linux -ws gtk -arch x86_64 -consoleLog -engine Demo -port 5432
> 
> !ENTRY org.eclipse.osgi 4 0 2015-03-19 13:59:16.374
> !MESSAGE Application error
> !STACK 1
> org.eclipse.core.runtime.CoreException: Plug-in org.csstudio.archive.engine was unable to load class org.csstudio.archive.engine.Application.
>     at org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI.throwException(RegistryStrategyOSGI.java:194)
>     at org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI.createExecutableExtension(RegistryStrategyOSGI.java:178)
>     at org.eclipse.core.internal.registry.ExtensionRegistry.createExecutableExtension(ExtensionRegistry.java:905)
>     at org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:243)
>     at org.eclipse.core.internal.registry.ConfigurationElementHandle.createExecutableExtension(ConfigurationElementHandle.java:55)
>     at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:191)
>     at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134)
>     at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
>     at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:380)
>     at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:235)
>     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
>     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>     at java.lang.reflect.Method.invoke(Method.java:483)
>     at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:648)
>     at org.eclipse.equinox.launcher.Main.basicRun(Main.java:603)
>     at org.eclipse.equinox.launcher.Main.run(Main.java:1465)
>     at org.eclipse.equinox.launcher.Main.main(Main.java:1438)
> Caused by: java.lang.NoClassDefFoundError: org/eclipse/equinox/app/IApplication
>     at java.lang.ClassLoader.defineClass1(Native Method)
>     at java.lang.ClassLoader.defineClass(ClassLoader.java:760)
>     at org.eclipse.osgi.internal.loader.ModuleClassLoader.defineClass(ModuleClassLoader.java:272)
>     at org.eclipse.osgi.internal.loader.classpath.ClasspathManager.defineClass(ClasspathManager.java:632)
>     at org.eclipse.osgi.internal.loader.classpath.ClasspathManager.findClassImpl(ClasspathManager.java:588)
>     at org.eclipse.osgi.internal.loader.classpath.ClasspathManager.findLocalClassImpl(ClasspathManager.java:540)
>     at org.eclipse.osgi.internal.loader.classpath.ClasspathManager.findLocalClass(ClasspathManager.java:527)
>     at org.eclipse.osgi.internal.loader.ModuleClassLoader.findLocalClass(ModuleClassLoader.java:324)
>     at org.eclipse.osgi.internal.loader.BundleLoader.findLocalClass(BundleLoader.java:320)
>     at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:395)
>     at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:345)
>     at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:337)
>     at org.eclipse.osgi.internal.loader.ModuleClassLoader.loadClass(ModuleClassLoader.java:160)
>     at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
>     at org.eclipse.osgi.internal.framework.EquinoxBundle.loadClass(EquinoxBundle.java:568)
>     at org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI.createExecutableExtension(RegistryStrategyOSGI.java:174)
>     ... 16 more
> Caused by: java.lang.ClassNotFoundException: org.eclipse.equinox.app.IApplication cannot be found by org.csstudio.archive.engine_3.3.0.qualifier
>     at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:432)
>     at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:345)
>     at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:337)
>     at org.eclipse.osgi.internal.loader.ModuleClassLoader.loadClass(ModuleClassLoader.java:160)
>     at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
>     ... 32 more
> 
> Thanks and Regards,
> Kalyani Thigale
> =====-----=====-----=====
> Notice: The information contained in this e-mail
> message and/or attachments to it may contain 
> confidential or privileged information. If you are 
> not the intended recipient, any dissemination, use, 
> review, distribution, printing or copying of the 
> information contained in this e-mail message 
> and/or attachments to it are strictly prohibited. If 
> you have received this communication in error, 
> please notify us by reply e-mail or telephone and 
> immediately and permanently delete the message 
> and any attachments. Thank you
> 



References:
Error while staring archive engine in eclipse Kalyani Thigale/TVM/TCS

Navigate by Date:
Prev: Re: pyepics not updating pv.enum_strs after connection Matt Newville
Next: Re: EDM -ctl opens new window instead of raising old one John William Sinclair
Index: 1994  1995  1996  1997  1998  1999  2000  2001  2002  2003  2004  2005  2006  2007  2008  2009  2010  2011  2012  2013  2014  <20152016  2017  2018  2019  2020  2021  2022  2023  2024 
Navigate by Thread:
Prev: Error while staring archive engine in eclipse Kalyani Thigale/TVM/TCS
Next: areaDetector to control Pilatus GONG Yu
Index: 1994  1995  1996  1997  1998  1999  2000  2001  2002  2003  2004  2005  2006  2007  2008  2009  2010  2011  2012  2013  2014  <20152016  2017  2018  2019  2020  2021  2022  2023  2024 
ANJ, 16 Dec 2015 Valid HTML 4.01! · Home · News · About · Base · Modules · Extensions · Distributions · Download ·
· Search · EPICS V4 · IRMIS · Talk · Bugs · Documents · Links · Licensing ·