You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tika.apache.org by Tim Allison <ta...@apache.org> on 2020/11/17 20:18:59 UTC

branch_1x tika-bundle issues

Is anyone else having problems building branch_1x? I'm having problems on
ubuntu with openjdk8 -- I'm getting this error when the build tries to test
the tika-bundle module:

org.apache.tika.bundle
org.osgi.framework.BundleException: Unable to resolve
org.apache.tika.bundle [19](R 19.0): missing requirement
[org.apache.tika.bundle [19](R 19.0)] osgi.wiring.package;
(&(osgi.wiring.package=org.apache.tika.config)(version>=1.25.0)(!(version>=2.0.0)))
[caused by: Unable to resolve org.apache.tika.core [13](R 13.0): missing
requirement [org.apache.tika.core [13](R 13.0)] osgi.wiring.package;
(osgi.wiring.package=org.apache.xerces.util)] Unresolved requirements:
[[org.apache.tika.bundle [19](R 19.0)] osgi.wiring.package;
(&(osgi.wiring.package=org.apache.tika.config)(version>=1.25.0)(!(version>=2.0.0)))]

Any recommendations?

Thank you!

Cheers,

            Tim

Re: branch_1x tika-bundle issues

Posted by Tim Allison <ta...@apache.org>.
Yes, yes it does.  I just started looking at this again.  I just opened a
ticket.


On Tue, Nov 17, 2020 at 10:57 PM Peter Lee <pe...@apache.org> wrote:

> Got the same problem.
>
> After some investigation I believe it's caused by the version of
> maven-bundle-plugin :
> I can successfully build branch_1x with version 4.1.0, but failed with
> version 4.2.0, 4.2.1 and 5.1.1
>
> Still working on finding out what's wrong here. Here this helps.
> cheers,
> Lee
>
> On 11 18 2020, at 4:18 , Tim Allison <ta...@apache.org> wrote:
> > Is anyone else having problems building branch_1x? I'm having problems on
> > ubuntu with openjdk8 -- I'm getting this error when the build tries to
> test
> > the tika-bundle module:
> >
> > org.apache.tika.bundle
> > org.osgi.framework.BundleException: Unable to resolve
> > org.apache.tika.bundle [19](R 19.0): missing requirement
> > [org.apache.tika.bundle [19](R 19.0)] osgi.wiring.package;
> >
> (&(osgi.wiring.package=org.apache.tika.config)(version>=1.25.0)(!(version>=2.0.0)))
> > [caused by: Unable to resolve org.apache.tika.core [13](R 13.0): missing
> > requirement [org.apache.tika.core [13](R 13.0)] osgi.wiring.package;
> > (osgi.wiring.package=org.apache.xerces.util)] Unresolved requirements:
> > [[org.apache.tika.bundle [19](R 19.0)] osgi.wiring.package;
> >
> (&(osgi.wiring.package=org.apache.tika.config)(version>=1.25.0)(!(version>=2.0.0)))]
> >
> > Any recommendations?
> > Thank you!
> > Cheers,
> > Tim

Re: branch_1x tika-bundle issues

Posted by Peter Lee <pe...@apache.org>.
Got the same problem.

After some investigation I believe it's caused by the version of maven-bundle-plugin :
I can successfully build branch_1x with version 4.1.0, but failed with version 4.2.0, 4.2.1 and 5.1.1

Still working on finding out what's wrong here. Here this helps.
cheers,
Lee

On 11 18 2020, at 4:18 , Tim Allison <ta...@apache.org> wrote:
> Is anyone else having problems building branch_1x? I'm having problems on
> ubuntu with openjdk8 -- I'm getting this error when the build tries to test
> the tika-bundle module:
>
> org.apache.tika.bundle
> org.osgi.framework.BundleException: Unable to resolve
> org.apache.tika.bundle [19](R 19.0): missing requirement
> [org.apache.tika.bundle [19](R 19.0)] osgi.wiring.package;
> (&(osgi.wiring.package=org.apache.tika.config)(version>=1.25.0)(!(version>=2.0.0)))
> [caused by: Unable to resolve org.apache.tika.core [13](R 13.0): missing
> requirement [org.apache.tika.core [13](R 13.0)] osgi.wiring.package;
> (osgi.wiring.package=org.apache.xerces.util)] Unresolved requirements:
> [[org.apache.tika.bundle [19](R 19.0)] osgi.wiring.package;
> (&(osgi.wiring.package=org.apache.tika.config)(version>=1.25.0)(!(version>=2.0.0)))]
>
> Any recommendations?
> Thank you!
> Cheers,
> Tim