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: "Kasemir, Kay" <[email protected]>
To: James F Ross <[email protected]>
Cc: EPICS Tech Talk <[email protected]>
Date: Fri, 12 Apr 2013 12:14:26 -0400
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 James F Ross
References:
rdb archiver and eclipse help James F Ross

Navigate by Date:
Prev: rdb archiver and eclipse help James F Ross
Next: Re: rdb archiver and eclipse help James F Ross
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: rdb archiver and eclipse help James F Ross
Next: Re: rdb archiver and eclipse help James F Ross
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 ·