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  <20132014  2015  2016  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  <20132014  2015  2016  2017  2018  2019  2020  2021  2022  2023  2024 
<== Date ==> <== Thread ==>

Subject: Re: rdb archiver and eclipse help
From: James F Ross <[email protected]>
To: "Kasemir, Kay" <[email protected]>
Cc: EPICS Tech Talk <[email protected]>
Date: Fri, 12 Apr 2013 14:17:59 -0400
Hello Kay et al.
An update.  I managed to get org.csstudio.archive.rdb to be recognized.  I had been using the exact version that the errors called for (3.0.1) extracted to a new project from a .jar file.  Now I see an error in the log file where org.csstudio.archive.rdb is missing org.eclipse.help_0.0.0, which I don't seem to have (I have 3.5.1 but that doesn't seem to work).

However, lower down I get missing bundle errors for org.csstudio.archive.rdb_3.0.1 and org.csstudio.archive.rdb_3.1.1.  I don't know if this is progress, but it is different.  Full error log is below.
Thanks
James

Error log:
!SESSION 2013-04-12 14:14:59.472 -----------------------------------------------
eclipse.buildId=unknown
java.version=1.6.0_37
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US
Framework arguments:  -product org.csstudio.archive.engine.engine
Command-line arguments:  -product org.csstudio.archive.engine.engine -data /home/sysuser/CSS/cssTest/css-nsls2/workspace/../runtime-ArchiveEngine.product -dev file:/home/sysuser/CSS/cssTest/css-nsls2/workspace/.metadata/.plugins/org.eclipse.pde.core/ArchiveEngine.product/dev.properties -os linux -ws gtk -arch x86_64 -consoleLog

!ENTRY org.eclipse.osgi 2 0 2013-04-12 14:15:00.038
!MESSAGE One or more bundles are not resolved because the following root constraints are not resolved:
!SUBENTRY 1 org.eclipse.osgi 2 0 2013-04-12 14:15:00.039
!MESSAGE Bundle initial@reference:file:../../../home/sysuser/CSS/cssTest/css-nsls2/plugins/org.csstudio.archive.rdb_3.1.1.201211061437.jar/ was not resolved.
!SUBENTRY 2 org.csstudio.archive.rdb 2 0 2013-04-12 14:15:00.039
!MESSAGE Missing required bundle org.eclipse.help_0.0.0.

!ENTRY org.eclipse.osgi 2 0 2013-04-12 14:15:00.039
!MESSAGE The following is a complete list of bundles which are not resolved, see the prior log entry for the root cause if it exists:
!SUBENTRY 1 org.eclipse.osgi 2 0 2013-04-12 14:15:00.040
!MESSAGE Bundle org.csstudio.archive.config.rdb_1.0.0.qualifier [24] was not resolved.
!SUBENTRY 2 org.csstudio.archive.config.rdb 2 0 2013-04-12 14:15:00.040
!MESSAGE Missing required bundle org.csstudio.archive.rdb_3.0.1.
!SUBENTRY 1 org.eclipse.osgi 2 0 2013-04-12 14:15:00.040
!MESSAGE Bundle org.csstudio.archive.writer.rdb_1.0.0.qualifier [28] was not resolved.
!SUBENTRY 2 org.csstudio.archive.writer.rdb 2 0 2013-04-12 14:15:00.040
!MESSAGE Missing required bundle org.csstudio.archive.rdb_3.0.1.
!SUBENTRY 1 org.eclipse.osgi 2 0 2013-04-12 14:15:00.040
!MESSAGE Bundle org.csstudio.archive.rdb_3.1.1.201211061437 [97] was not resolved.
!SUBENTRY 2 org.csstudio.archive.rdb 2 0 2013-04-12 14:15:00.040
!MESSAGE Missing required bundle org.eclipse.help_0.0.0.

!ENTRY org.eclipse.osgi 4 0 2013-04-12 14:15:00.040
!MESSAGE Application error
!STACK 1
java.lang.RuntimeException: Application "org.eclipse.ant.core.antRunner" could not be found in the registry. The applications available are: org.csstudio.archive.engine.application, org.eclipse.equinox.app.error.
    at org.eclipse.equinox.internal.app.EclipseAppContainer.startDefaultApp(EclipseAppContainer.java:248)
    at org.eclipse.equinox.internal.app.MainApplicationLauncher.run(MainApplicationLauncher.java:29)
    at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
    at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:344)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:622)
    at org.eclipse.equinox.launcher.Main.basicRun(Main.java:577)
    at org.eclipse.equinox.launcher.Main.run(Main.java:1410)
    at org.eclipse.equinox.launcher.Main.main(Main.java:1386)


On Fri, Apr 12, 2013 at 1:54 PM, James F Ross <[email protected]> wrote:
Hello Kay et al,
Thanks for the response.  It looks like org.csstudio.archive.rdb is selected in the Plug-ins tab o the run configurations window for both product files needed for the rdb archiver (ArchiveConfigTool.product and ArchiveEngine.product).  I get no errors from org.csstudio.archive.rdb saying that some plug-ins might be missing.  Is there another way to tell what its dependencies are?

Chapter 15 helped me check a number of different things, but they all point to orc.csstudio.archive.rdb being missing without any indication of whether that is due to a missing dependency or another problem.
Thanks
James


On Fri, Apr 12, 2013 at 12:14 PM, Kasemir, Kay <[email protected]> wrote:
For some reason you're missing org.csstudio.archive.rdb  in your product.

You have it in the workspace, but it's not in the product.

Check your run configuration: From the menu “Run”, “Run Configurations...”. Locate the Eclipse Application entry for your product, select the “Plug-ins” tab and press the “Validate Plug-Ins” button.
See http://cs-studio.sourceforge.net/docbook/ch15.html

Maybe org.csstudio.archive.rdb  is simply not selected, or it's missing a dependency.

-Kay


On Apr 12, 2013, at 12:02 , James F Ross wrote:

Hello all,
I'm having trouble with eclipse in trying to get the rdb archiver set up.  I've managed to track down all the plug-ins I need (I think), but for some reason when I go to ArchiveEngine.product and click "Launch an Eclipse Application" I get a number of errors regarding org.csstudio.archive.rdb_3.0.1.

I have this version of org.csstudio.archive.rdb included in the workspace.  Any idea why the product file might not see/recognize it?  I've included my full error log file below.  I am running eclipse 3.7.2 and java 1.6.0_37 on 64 bit Scientific Linux 5.8.

Thanks all,
James Ross

error log:
!SESSION 2013-04-12 11:43:11.931 -----------------------------------------------
eclipse.buildId=unknown
java.version=1.6.0_37
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US
Framework arguments:  -product org.csstudio.archive.engine.engine
Command-line arguments:  -product org.csstudio.archive.engine.engine -data /home/sysuser/CSS/cssTest/css-nsls2/workspace/../runtime-ArchiveEngine.product -dev file:/home/sysuser/CSS/cssTest/css-nsls2/workspace/.metadata/.plugins/org.eclipse.pde.core/ArchiveEngine.product/dev.properties -os linux -ws gtk -arch x86_64 -consoleLog

!ENTRY org.eclipse.osgi 2 0 2013-04-12 11:43:12.510
!MESSAGE One or more bundles are not resolved because the following root constraints are not resolved:
!SUBENTRY 1 org.eclipse.osgi 2 0 2013-04-12 11:43:12.510
!MESSAGE Bundle initial@reference:file:../../../home/sysuser/CSS/cssTest/css-nsls2/plugins/org.csstudio.archive.config.rdb/ was not resolved.
!SUBENTRY 2 org.csstudio.archive.config.rdb 2 0 2013-04-12 11:43:12.510
!MESSAGE Missing required bundle org.csstudio.archive.rdb_3.0.1.
!SUBENTRY 1 org.eclipse.osgi 2 0 2013-04-12 11:43:12.510
!MESSAGE Bundle initial@reference:file:../../../home/sysuser/CSS/cssTest/css-nsls2/plugins/org.csstudio.archive.writer.rdb/ was not resolved.
!SUBENTRY 2 org.csstudio.archive.writer.rdb 2 0 2013-04-12 11:43:12.511
!MESSAGE Missing required bundle org.csstudio.archive.rdb_3.0.1.

!ENTRY org.eclipse.osgi 2 0 2013-04-12 11:43:12.512
!MESSAGE The following is a complete list of bundles which are not resolved, see the prior log entry for the root cause if it exists:
!SUBENTRY 1 org.eclipse.osgi 2 0 2013-04-12 11:43:12.512
!MESSAGE Bundle org.csstudio.archive.config.rdb_1.0.0.qualifier [24] was not resolved.
!SUBENTRY 2 org.csstudio.archive.config.rdb 2 0 2013-04-12 11:43:12.512
!MESSAGE Missing required bundle org.csstudio.archive.rdb_3.0.1.
!SUBENTRY 1 org.eclipse.osgi 2 0 2013-04-12 11:43:12.512
!MESSAGE Bundle org.csstudio.archive.writer.rdb_1.0.0.qualifier [28] was not resolved.
!SUBENTRY 2 org.csstudio.archive.writer.rdb 2 0 2013-04-12 11:43:12.512
!MESSAGE Missing required bundle org.csstudio.archive.rdb_3.0.1.

!ENTRY org.eclipse.osgi 4 0 2013-04-12 11:43:12.513
!MESSAGE Application error
!STACK 1
java.lang.RuntimeException: Application "org.eclipse.ant.core.antRunner" could not be found in the registry. The applications available are: org.csstudio.archive.engine.application, org.eclipse.equinox.app.error.
    at org.eclipse.equinox.internal.app.EclipseAppContainer.startDefaultApp(EclipseAppContainer.java:248)
    at org.eclipse.equinox.internal.app.MainApplicationLauncher.run(MainApplicationLauncher.java:29)
    at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
    at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
    at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
    at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
    at org.eclipse.equinox.launcher.Main.main(Main.java:1414)






Replies:
Re: rdb archiver and eclipse help Kasemir, Kay
References:
rdb archiver and eclipse help James F Ross
Re: rdb archiver and eclipse help Kasemir, Kay
Re: rdb archiver and eclipse help James F Ross

Navigate by Date:
Prev: Re: rdb archiver and eclipse help James F Ross
Next: Re: rdb archiver and eclipse help Kasemir, Kay
Index: 1994  1995  1996  1997  1998  1999  2000  2001  2002  2003  2004  2005  2006  2007  2008  2009  2010  2011  2012  <20132014  2015  2016  2017  2018  2019  2020  2021  2022  2023  2024 
Navigate by Thread:
Prev: Re: rdb archiver and eclipse help James F Ross
Next: Re: rdb archiver and eclipse help Kasemir, Kay
Index: 1994  1995  1996  1997  1998  1999  2000  2001  2002  2003  2004  2005  2006  2007  2008  2009  2010  2011  2012  <20132014  2015  2016  2017  2018  2019  2020  2021  2022  2023  2024 
ANJ, 20 Apr 2015 Valid HTML 4.01! · Home · News · About · Base · Modules · Extensions · Distributions · Download ·
· Search · EPICS V4 · IRMIS · Talk · Bugs · Documents · Links · Licensing ·