Discussion:
[cross-project-issues-dev] Problems with JEE Package for 2018-09
Ed Merks
2018-09-12 15:54:28 UTC
Permalink
I've been testing the regenerated Oomph product catalog for 2018-09.  I
thought to try JEE because that package was late showing up for 2018-09.

It installs okay but there are many errors like the following in the
log.  I get these same errors unzipping the RC1 package, so it's not
that Oomph has installed it oddly.

I know the JEE package got a +1 for RC1 so I'm wondering if the
following problems have been overlooked; of course I'm hoping the JEE
package does do this for this week's build results.

org.osgi.framework.BundleException: Could not resolve module:
org.eclipse.m2e.wtp.jpa [608]
  Unresolved requirement: Require-Bundle: org.eclipse.jpt.jpa.core;
bundle-version="3.3.0"
    -> Bundle-SymbolicName: org.eclipse.jpt.jpa.core;
bundle-version="3.5.1.v201803012210"; singleton:="true"
       org.eclipse.jpt.jpa.core [462]
         Unresolved requirement: Require-Bundle:
org.eclipse.jpt.jpa.db; bundle-version="[2.0.0,3.0.0)"
           -> Bundle-SymbolicName: org.eclipse.jpt.jpa.db;
bundle-version="2.2.201.v201803012210"; singleton:="true"
              org.eclipse.jpt.jpa.db [463]
                Unresolved requirement: Require-Bundle:
org.eclipse.datatools.sqltools.editor.core; bundle-version="[1.0.0,3.0.0)"
                  -> Bundle-SymbolicName:
org.eclipse.datatools.sqltools.editor.core;
bundle-version="1.2.101.201807022034"; singleton:="true"
                     org.eclipse.datatools.sqltools.editor.core [241]
                       Unresolved requirement: Require-Bundle:
org.eclipse.datatools.sqltools.result
                         -> Bundle-SymbolicName:
org.eclipse.datatools.sqltools.result;
bundle-version="1.3.200.201808291506"; singleton:="true"
                            org.eclipse.datatools.sqltools.result [248]
                              Unresolved requirement: Require-Bundle:
org.apache.lucene.queryparser; bundle-version="7.1.0"
                                -> Bundle-SymbolicName:
org.apache.lucene.queryparser; bundle-version="7.1.0.v20180828-2118"
                                   org.apache.lucene.queryparser [74]
                                     Unresolved requirement:
Import-Package: org.apache.lucene.document; core="split";
version="[7.1.0,7.2.0)"

    at org.eclipse.osgi.container.Module.start(Module.java:447)
    at
org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1685)
    at
org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1664)
    at
org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1627)
    at
org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1558)
    at
org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1)
    at
org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:233)
    at
org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:343)

Is it correct/expected that there are so many versions of Lucene in the
JEE package?  I thought we were trying to avoid this situation.

./eclipse/plugins/org.apache.lucene.analyzers-common_6.1.0.v20161115-1612.jar
./eclipse/plugins/org.apache.lucene.analyzers-common_7.1.0.v20180122-2126.jar
./eclipse/plugins/org.apache.lucene.core_3.5.0.v20120725-1805.jar
./eclipse/plugins/org.apache.lucene.core_6.1.0.v20170814-1820.jar
./eclipse/plugins/org.apache.lucene.core_7.1.0.v20171214-1510.jar

Regards,
Ed
Andrey Loskutov
2018-09-12 16:04:59 UTC
Permalink
I've seen a bug report that SQL editor does not work anymore, and the stack seem to be related. So yes, this seem to be a new issue with RC2.
Post by Ed Merks
I've been testing the regenerated Oomph product catalog for 2018-09.  I
thought to try JEE because that package was late showing up for
2018-09.
It installs okay but there are many errors like the following in the
log.  I get these same errors unzipping the RC1 package, so it's not
that Oomph has installed it oddly.
I know the JEE package got a +1 for RC1 so I'm wondering if the
following problems have been overlooked; of course I'm hoping the JEE
package does do this for this week's build results.
org.eclipse.m2e.wtp.jpa [608]
  Unresolved requirement: Require-Bundle: org.eclipse.jpt.jpa.core;
bundle-version="3.3.0"
    -> Bundle-SymbolicName: org.eclipse.jpt.jpa.core;
bundle-version="3.5.1.v201803012210"; singleton:="true"
       org.eclipse.jpt.jpa.core [462]
org.eclipse.jpt.jpa.db; bundle-version="[2.0.0,3.0.0)"
           -> Bundle-SymbolicName: org.eclipse.jpt.jpa.db;
bundle-version="2.2.201.v201803012210"; singleton:="true"
              org.eclipse.jpt.jpa.db [463]
org.eclipse.datatools.sqltools.editor.core;
bundle-version="[1.0.0,3.0.0)"
org.eclipse.datatools.sqltools.editor.core;
bundle-version="1.2.101.201807022034"; singleton:="true"
                     org.eclipse.datatools.sqltools.editor.core [241]
org.eclipse.datatools.sqltools.result
org.eclipse.datatools.sqltools.result;
bundle-version="1.3.200.201808291506"; singleton:="true"
                            org.eclipse.datatools.sqltools.result [248]
org.apache.lucene.queryparser; bundle-version="7.1.0"
org.apache.lucene.queryparser; bundle-version="7.1.0.v20180828-2118"
                                   org.apache.lucene.queryparser [74]
Import-Package: org.apache.lucene.document; core="split";
version="[7.1.0,7.2.0)"
    at org.eclipse.osgi.container.Module.start(Module.java:447)
    at
org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1685)
    at
org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1664)
    at
org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1627)
    at
org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1558)
    at
org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1)
    at
org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:233)
    at
org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:343)
Is it correct/expected that there are so many versions of Lucene in the
JEE package?  I thought we were trying to avoid this situation.
./eclipse/plugins/org.apache.lucene.analyzers-common_6.1.0.v20161115-1612.jar
./eclipse/plugins/org.apache.lucene.analyzers-common_7.1.0.v20180122-2126.jar
./eclipse/plugins/org.apache.lucene.core_3.5.0.v20120725-1805.jar
./eclipse/plugins/org.apache.lucene.core_6.1.0.v20170814-1820.jar
./eclipse/plugins/org.apache.lucene.core_7.1.0.v20171214-1510.jar
Regards,
Ed
_______________________________________________
cross-project-issues-dev mailing list
To change your delivery options, retrieve your password, or unsubscribe
from this list, visit
https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev
--
Kind regards,
Andrey Loskutov

http://google.com/+AndreyLoskutov
Ed Merks
2018-09-12 16:16:00 UTC
Permalink
Andrey,

Note that this is definitely a problem in the JEE RC1 package I
downloaded today from the following link:

https://www.eclipse.org/downloads/packages/release/2018-09/rc1

And it is definitely the same problem installing the RC1 package using
Oomph.  I don't know about RC2, but given this is the last build, I'm of
course quite concerned.

Note that the Java package also has the same duplicate Lucene bundles
(and duplicate Guava bundles) so I guess that isn't in-and-of-itself
directly a problem.

Regards,
Ed
Post by Andrey Loskutov
I've seen a bug report that SQL editor does not work anymore, and the stack seem to be related. So yes, this seem to be a new issue with RC2.
Post by Ed Merks
I've been testing the regenerated Oomph product catalog for 2018-09.  I
thought to try JEE because that package was late showing up for 2018-09.
It installs okay but there are many errors like the following in the
log.  I get these same errors unzipping the RC1 package, so it's not
that Oomph has installed it oddly.
I know the JEE package got a +1 for RC1 so I'm wondering if the
following problems have been overlooked; of course I'm hoping the JEE
package does do this for this week's build results.
org.eclipse.m2e.wtp.jpa [608]
  Unresolved requirement: Require-Bundle: org.eclipse.jpt.jpa.core;
bundle-version="3.3.0"
    -> Bundle-SymbolicName: org.eclipse.jpt.jpa.core;
bundle-version="3.5.1.v201803012210"; singleton:="true"
       org.eclipse.jpt.jpa.core [462]
org.eclipse.jpt.jpa.db; bundle-version="[2.0.0,3.0.0)"
           -> Bundle-SymbolicName: org.eclipse.jpt.jpa.db;
bundle-version="2.2.201.v201803012210"; singleton:="true"
              org.eclipse.jpt.jpa.db [463]
org.eclipse.datatools.sqltools.editor.core;
bundle-version="[1.0.0,3.0.0)"
org.eclipse.datatools.sqltools.editor.core;
bundle-version="1.2.101.201807022034"; singleton:="true"
                     org.eclipse.datatools.sqltools.editor.core [241]
org.eclipse.datatools.sqltools.result
org.eclipse.datatools.sqltools.result;
bundle-version="1.3.200.201808291506"; singleton:="true"
                            org.eclipse.datatools.sqltools.result [248]
org.apache.lucene.queryparser; bundle-version="7.1.0"
org.apache.lucene.queryparser; bundle-version="7.1.0.v20180828-2118"
                                   org.apache.lucene.queryparser [74]
Import-Package: org.apache.lucene.document; core="split";
version="[7.1.0,7.2.0)"
    at org.eclipse.osgi.container.Module.start(Module.java:447)
    at
org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1685)
    at
org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1664)
    at
org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1627)
    at
org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1558)
    at
org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1)
    at
org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:233)
    at
org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:343)
Is it correct/expected that there are so many versions of Lucene in the
JEE package?  I thought we were trying to avoid this situation.
./eclipse/plugins/org.apache.lucene.analyzers-common_6.1.0.v20161115-1612.jar
./eclipse/plugins/org.apache.lucene.analyzers-common_7.1.0.v20180122-2126.jar
./eclipse/plugins/org.apache.lucene.core_3.5.0.v20120725-1805.jar
./eclipse/plugins/org.apache.lucene.core_6.1.0.v20170814-1820.jar
./eclipse/plugins/org.apache.lucene.core_7.1.0.v20171214-1510.jar
Regards,
Ed
_______________________________________________
cross-project-issues-dev mailing list
To change your delivery options, retrieve your password, or unsubscribe
from this list, visit
https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev
--
Kind regards,
Andrey Loskutov
http://google.com/+AndreyLoskutov
Nick Boldt
2018-09-12 16:05:21 UTC
Permalink
Already fixed in a newer build. Try this one:

https://ci.eclipse.org/packaging/job/simrel.epp-tycho-build/26/artifact/org.eclipse.epp.packages/archive/

Issue was:

https://bugs.eclipse.org/bugs/show_bug.cgi?id=538546
I've been testing the regenerated Oomph product catalog for 2018-09. I
thought to try JEE because that package was late showing up for 2018-09.
It installs okay but there are many errors like the following in the
log. I get these same errors unzipping the RC1 package, so it's not
that Oomph has installed it oddly.
I know the JEE package got a +1 for RC1 so I'm wondering if the
following problems have been overlooked; of course I'm hoping the JEE
package does do this for this week's build results.
org.eclipse.m2e.wtp.jpa [608]
Unresolved requirement: Require-Bundle: org.eclipse.jpt.jpa.core;
bundle-version="3.3.0"
-> Bundle-SymbolicName: org.eclipse.jpt.jpa.core;
bundle-version="3.5.1.v201803012210"; singleton:="true"
org.eclipse.jpt.jpa.core [462]
org.eclipse.jpt.jpa.db; bundle-version="[2.0.0,3.0.0)"
-> Bundle-SymbolicName: org.eclipse.jpt.jpa.db;
bundle-version="2.2.201.v201803012210"; singleton:="true"
org.eclipse.jpt.jpa.db [463]
org.eclipse.datatools.sqltools.editor.core; bundle-version="[1.0.0,3.0.0)"
org.eclipse.datatools.sqltools.editor.core;
bundle-version="1.2.101.201807022034"; singleton:="true"
org.eclipse.datatools.sqltools.editor.core [241]
org.eclipse.datatools.sqltools.result
org.eclipse.datatools.sqltools.result;
bundle-version="1.3.200.201808291506"; singleton:="true"
org.eclipse.datatools.sqltools.result [248]
org.apache.lucene.queryparser; bundle-version="7.1.0"
org.apache.lucene.queryparser; bundle-version="7.1.0.v20180828-2118"
org.apache.lucene.queryparser [74]
Import-Package: org.apache.lucene.document; core="split";
version="[7.1.0,7.2.0)"
at org.eclipse.osgi.container.Module.start(Module.java:447)
at
org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1685)
at
org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1664)
at
org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1627)
at
org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1558)
at
org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1)
at
org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:233)
at
org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:343)
Is it correct/expected that there are so many versions of Lucene in the
JEE package? I thought we were trying to avoid this situation.
./eclipse/plugins/org.apache.lucene.analyzers-common_6.1.0.v20161115-1612.jar
./eclipse/plugins/org.apache.lucene.analyzers-common_7.1.0.v20180122-2126.jar
./eclipse/plugins/org.apache.lucene.core_3.5.0.v20120725-1805.jar
./eclipse/plugins/org.apache.lucene.core_6.1.0.v20170814-1820.jar
./eclipse/plugins/org.apache.lucene.core_7.1.0.v20171214-1510.jar
Regards,
Ed
_______________________________________________
cross-project-issues-dev mailing list
To change your delivery options, retrieve your password, or unsubscribe
from this list, visit
https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev
--
Nick Boldt

Principal Software Engineer, RHCSA

Productization Lead :: JBoss Tools & Dev Studio

IM: @nickboldt / @nboldt / http://nick.divbyzero.com
<https://red.ht/sig>
TRIED. TESTED. TRUSTED. <https://redhat.com/trusted>
@ @redhatnews <https://twitter.com/redhatnews> Red Hat
<https://www.facebook.com/RedHatInc>
<https://www.facebook.com/RedHatInc>


“The Only Thing That Is Constant Is Change” - Heraclitus
Loading...