Snapshot broken?

classic Classic list List threaded Threaded
5 messages Options
Reply | Threaded
Open this post in threaded view
|

Snapshot broken?

Arvid Heise-2
Dear Flinker,

can anyone try to build a Flink program against the 0.9-SNAPSHOT?

I receive the following maven error
[ERROR] error: error while loading <root>, invalid CEN header (bad
signature)
[ERROR] error: scala.reflect.internal.MissingRequirementError: object
scala.runtime in compiler mirror not found.

According to
https://groups.google.com/forum/#!msg/scala-user/A-aejw44XGs/QomJ5_Chd0sJ
any faulty jar may be responsible for the error. Since Flink is the only
snapshot that I build against, it is very likely that something broke here.

Best,

Arvid
Reply | Threaded
Open this post in threaded view
|

Re: Snapshot broken?

Robert Metzger
Hi,

do you mean the maven snapshot repository or the nightly build?

On Wed, Feb 18, 2015 at 1:14 PM, Arvid Heise <[hidden email]> wrote:

> Dear Flinker,
>
> can anyone try to build a Flink program against the 0.9-SNAPSHOT?
>
> I receive the following maven error
> [ERROR] error: error while loading <root>, invalid CEN header (bad
> signature)
> [ERROR] error: scala.reflect.internal.MissingRequirementError: object
> scala.runtime in compiler mirror not found.
>
> According to
> https://groups.google.com/forum/#!msg/scala-user/A-aejw44XGs/QomJ5_Chd0sJ
> any faulty jar may be responsible for the error. Since Flink is the only
> snapshot that I build against, it is very likely that something broke here.
>
> Best,
>
> Arvid
>
Reply | Threaded
Open this post in threaded view
|

Re: Snapshot broken?

Arvid Heise-2
I mean the snapshots obtained from
https://repository.apache.org/content/repositories/snapshots/

On Wed, Feb 18, 2015 at 1:26 PM, Robert Metzger <[hidden email]> wrote:

> Hi,
>
> do you mean the maven snapshot repository or the nightly build?
>
> On Wed, Feb 18, 2015 at 1:14 PM, Arvid Heise <[hidden email]>
> wrote:
>
> > Dear Flinker,
> >
> > can anyone try to build a Flink program against the 0.9-SNAPSHOT?
> >
> > I receive the following maven error
> > [ERROR] error: error while loading <root>, invalid CEN header (bad
> > signature)
> > [ERROR] error: scala.reflect.internal.MissingRequirementError: object
> > scala.runtime in compiler mirror not found.
> >
> > According to
> >
> https://groups.google.com/forum/#!msg/scala-user/A-aejw44XGs/QomJ5_Chd0sJ
> > any faulty jar may be responsible for the error. Since Flink is the only
> > snapshot that I build against, it is very likely that something broke
> here.
> >
> > Best,
> >
> > Arvid
> >
>
Reply | Threaded
Open this post in threaded view
|

Re: Snapshot broken?

Arvid Heise-2
I just saw that eclipse gives even better hints.

Archive for required library:
'C:/Users/heisea/.m2/repository/org/apache/flink/flink-java/0.9-SNAPSHOT/flink-java-0.9-SNAPSHOT.jar'
in project 'de.bund.bfr.flink.outbreakanalysis' cannot be read or is not a
valid ZIP file

On Wed, Feb 18, 2015 at 1:31 PM, Arvid Heise <[hidden email]> wrote:

> I mean the snapshots obtained from
> https://repository.apache.org/content/repositories/snapshots/
>
> On Wed, Feb 18, 2015 at 1:26 PM, Robert Metzger <[hidden email]>
> wrote:
>
>> Hi,
>>
>> do you mean the maven snapshot repository or the nightly build?
>>
>> On Wed, Feb 18, 2015 at 1:14 PM, Arvid Heise <[hidden email]>
>> wrote:
>>
>> > Dear Flinker,
>> >
>> > can anyone try to build a Flink program against the 0.9-SNAPSHOT?
>> >
>> > I receive the following maven error
>> > [ERROR] error: error while loading <root>, invalid CEN header (bad
>> > signature)
>> > [ERROR] error: scala.reflect.internal.MissingRequirementError: object
>> > scala.runtime in compiler mirror not found.
>> >
>> > According to
>> >
>> https://groups.google.com/forum/#!msg/scala-user/A-aejw44XGs/QomJ5_Chd0sJ
>> > any faulty jar may be responsible for the error. Since Flink is the only
>> > snapshot that I build against, it is very likely that something broke
>> here.
>> >
>> > Best,
>> >
>> > Arvid
>> >
>>
>
>
Reply | Threaded
Open this post in threaded view
|

Re: Snapshot broken?

Robert Metzger
Cool. Thank you.

Did the issue persist for a longer period of time? Maybe the upload of the
last snapshot failed.
Stephan pushed to master a few minutes ago (This is the travis build:
https://travis-ci.org/apache/flink/builds/51216823).
Travis will update the snapshot, lets hope that fixes the issue.

In the meantime a local "mvn clean deploy" will resolve the issue!

Best,
Robert

On Wed, Feb 18, 2015 at 1:35 PM, Arvid Heise <[hidden email]> wrote:

> I just saw that eclipse gives even better hints.
>
> Archive for required library:
>
> 'C:/Users/heisea/.m2/repository/org/apache/flink/flink-java/0.9-SNAPSHOT/flink-java-0.9-SNAPSHOT.jar'
> in project 'de.bund.bfr.flink.outbreakanalysis' cannot be read or is not a
> valid ZIP file
>
> On Wed, Feb 18, 2015 at 1:31 PM, Arvid Heise <[hidden email]>
> wrote:
>
> > I mean the snapshots obtained from
> > https://repository.apache.org/content/repositories/snapshots/
> >
> > On Wed, Feb 18, 2015 at 1:26 PM, Robert Metzger <[hidden email]>
> > wrote:
> >
> >> Hi,
> >>
> >> do you mean the maven snapshot repository or the nightly build?
> >>
> >> On Wed, Feb 18, 2015 at 1:14 PM, Arvid Heise <[hidden email]>
> >> wrote:
> >>
> >> > Dear Flinker,
> >> >
> >> > can anyone try to build a Flink program against the 0.9-SNAPSHOT?
> >> >
> >> > I receive the following maven error
> >> > [ERROR] error: error while loading <root>, invalid CEN header (bad
> >> > signature)
> >> > [ERROR] error: scala.reflect.internal.MissingRequirementError: object
> >> > scala.runtime in compiler mirror not found.
> >> >
> >> > According to
> >> >
> >>
> https://groups.google.com/forum/#!msg/scala-user/A-aejw44XGs/QomJ5_Chd0sJ
> >> > any faulty jar may be responsible for the error. Since Flink is the
> only
> >> > snapshot that I build against, it is very likely that something broke
> >> here.
> >> >
> >> > Best,
> >> >
> >> > Arvid
> >> >
> >>
> >
> >
>