Re: Failing CI builds (was: Re: [PR] JSPWIKI-925 - Add Missing i18n Literals for Multiple Languages [jspwiki])

2023-10-18 Thread Arturo Bernal
Hi JP, I just checked, and it seems the issue is still occurring.

Could you please advise on what I might be doing wrong or what I should be
looking for?"

Kind regards

Arturo


On Sat, Oct 14, 2023 at 6:57 PM Arturo Bernal  wrote:

> Tank you JP
>
> Arturo
>
>
> On Sat, Oct 14, 2023 at 3:47 PM Juan Pablo Santos Rodríguez <
> juanpablo.san...@gmail.com> wrote:
>
>> Hi,
>>
>> Issue is fixed now, associated Jira had been resolved.
>>
>>
>> Cheers,
>> juan pablo
>>
>> El mié, 11 oct 2023, 10:31, Juan Pablo Santos Rodríguez <
>> juanpablo.san...@gmail.com> escribió:
>>
>> > Hi,
>> >
>> > yup, noticed a couple of days ago, seems a malformed maven metadata
>> > file has been
>> > uploaded to the snapshots repository, making impossible to deploy a
>> > specific module. As
>> > our ci build automatically deploys snapshots, we're stucked there.
>> >
>> > Contacted infra a couple of days back about this [#1], but no answers
>> > yet; also opened
>> > a jira ticket today ([#2]) to track this.
>> >
>> >
>> > best regards,
>> > juan pablo
>> >
>> > [#1] https://lists.apache.org/thread/7w1gmzcr2xhgttssl0s83pv80h1szql8
>> > (needs asf login)
>> > [#2] https://issues.apache.org/jira/browse/INFRA-25078 (needs asf
>> login)
>> >
>> > On Wed, Oct 11, 2023 at 1:36 AM Murray Altheim 
>> > wrote:
>> > >
>> > > To be clear, in XML, comments are permitted in the XML Prolog
>> (Production
>> > > 22 in the XML spec) and the doctypedecl (Production 28), but I think
>> the
>> > > POM parser barfs on them.
>> > >
>> > > On 11/10/23 12:24, Murray Altheim wrote:
>> > > > Hi Arturo,
>> > > >
>> > > > Does there happen to be an XML comment between the 
>> declaration
>> > > > and the  start tag? That's what the error message suggests.
>> > > >
>> > > > Cheers,
>> > > >
>> > > > Murray
>> > > >
>> > > > On 11/10/23 05:44, arturobernalg (via GitHub) wrote:
>> > > >>
>> > > >> arturobernalg commented on PR #312:
>> > > >> URL:
>> > https://github.com/apache/jspwiki/pull/312#issuecomment-1755833207
>> > > >>
>> > > >> @juanpablo-santos
>> > > >> I'm encountering the following error while when the CI is
>> running:
>> > > >> ```[ERROR] Failed to execute goal
>> > org.apache.maven.plugins:maven-deploy-plugin:3.1.1:deploy
>> (default-deploy)
>> > on project jspwiki-wikipages-en: Failed to update metadata
>> > > >>
>> org.apache.jspwiki.wikipages:jspwiki-wikipages-en/maven-metadata.xml:
>> > Could not parse metadata
>> >
>> /home/jenkins/.m2/repository/org/apache/jspwiki/wikipages/jspwiki-wikipages-en/maven-metadata-apache.snapshots.https.xml:
>> > in epilog non
>> > > >> whitespace content is not allowed but got t (position: END_TAG seen
>> > ...\nt... @12:2) -> [Help 1]
>> > > >> ```
>> > > >> This isn't the first time I've encountered this issue; I faced
>> > the same error in another PR as well. Do you have any insights into what
>> > might be causing it?"
>> > >
>> > >
>> >
>> ...
>> > > Murray Altheim= =
>> > ===
>> > > http://www.altheim.com/murray/
>>  ===
>> > ===
>> > > =
>> =
>> > ===
>> > >  In the evening
>> > >  The rice leaves in the garden
>> > >  Rustle in the autumn wind
>> > >  That blows through my reed hut.
>> > > -- Minamoto no Tsunenobu
>> > >
>> >
>>
>


Re: Failing CI builds (was: Re: [PR] JSPWIKI-925 - Add Missing i18n Literals for Multiple Languages [jspwiki])

2023-10-18 Thread Juan Pablo Santos Rodríguez
Hi,

Do you have the failing build at hand? Last build on master [#1] shows it
finished ok, whereas the invalid file causing the issue [#2] looks ok on
Nexus.

If the issue is happening on your machine, perhaps that file is malformed
on your .m2? In that case, deleting it there should be enough to fix the
issue.


Best regards,
juan pablo


[#1]
https://ci-builds.apache.org/job/JSPWiki/job/ci/job/master/lastSuccessfulBuild/
[#2]
https://repository.apache.org/content/repositories/snapshots/org/apache/jspwiki/wikipages/jspwiki-wikipages-en/maven-metadata.xml

El mié, 18 oct 2023, 23:08, Arturo Bernal  escribió:

> Hi JP, I just checked, and it seems the issue is still occurring.
>
> Could you please advise on what I might be doing wrong or what I should be
> looking for?"
>
> Kind regards
>
> Arturo
>
>
> On Sat, Oct 14, 2023 at 6:57 PM Arturo Bernal  wrote:
>
> > Tank you JP
> >
> > Arturo
> >
> >
> > On Sat, Oct 14, 2023 at 3:47 PM Juan Pablo Santos Rodríguez <
> > juanpablo.san...@gmail.com> wrote:
> >
> >> Hi,
> >>
> >> Issue is fixed now, associated Jira had been resolved.
> >>
> >>
> >> Cheers,
> >> juan pablo
> >>
> >> El mié, 11 oct 2023, 10:31, Juan Pablo Santos Rodríguez <
> >> juanpablo.san...@gmail.com> escribió:
> >>
> >> > Hi,
> >> >
> >> > yup, noticed a couple of days ago, seems a malformed maven metadata
> >> > file has been
> >> > uploaded to the snapshots repository, making impossible to deploy a
> >> > specific module. As
> >> > our ci build automatically deploys snapshots, we're stucked there.
> >> >
> >> > Contacted infra a couple of days back about this [#1], but no answers
> >> > yet; also opened
> >> > a jira ticket today ([#2]) to track this.
> >> >
> >> >
> >> > best regards,
> >> > juan pablo
> >> >
> >> > [#1] https://lists.apache.org/thread/7w1gmzcr2xhgttssl0s83pv80h1szql8
> >> > (needs asf login)
> >> > [#2] https://issues.apache.org/jira/browse/INFRA-25078 (needs asf
> >> login)
> >> >
> >> > On Wed, Oct 11, 2023 at 1:36 AM Murray Altheim 
> >> > wrote:
> >> > >
> >> > > To be clear, in XML, comments are permitted in the XML Prolog
> >> (Production
> >> > > 22 in the XML spec) and the doctypedecl (Production 28), but I think
> >> the
> >> > > POM parser barfs on them.
> >> > >
> >> > > On 11/10/23 12:24, Murray Altheim wrote:
> >> > > > Hi Arturo,
> >> > > >
> >> > > > Does there happen to be an XML comment between the 
> >> declaration
> >> > > > and the  start tag? That's what the error message
> suggests.
> >> > > >
> >> > > > Cheers,
> >> > > >
> >> > > > Murray
> >> > > >
> >> > > > On 11/10/23 05:44, arturobernalg (via GitHub) wrote:
> >> > > >>
> >> > > >> arturobernalg commented on PR #312:
> >> > > >> URL:
> >> > https://github.com/apache/jspwiki/pull/312#issuecomment-1755833207
> >> > > >>
> >> > > >> @juanpablo-santos
> >> > > >> I'm encountering the following error while when the CI is
> >> running:
> >> > > >> ```[ERROR] Failed to execute goal
> >> > org.apache.maven.plugins:maven-deploy-plugin:3.1.1:deploy
> >> (default-deploy)
> >> > on project jspwiki-wikipages-en: Failed to update metadata
> >> > > >>
> >> org.apache.jspwiki.wikipages:jspwiki-wikipages-en/maven-metadata.xml:
> >> > Could not parse metadata
> >> >
> >>
> /home/jenkins/.m2/repository/org/apache/jspwiki/wikipages/jspwiki-wikipages-en/maven-metadata-apache.snapshots.https.xml:
> >> > in epilog non
> >> > > >> whitespace content is not allowed but got t (position: END_TAG
> seen
> >> > ...\nt... @12:2) -> [Help 1]
> >> > > >> ```
> >> > > >> This isn't the first time I've encountered this issue; I
> faced
> >> > the same error in another PR as well. Do you have any insights into
> what
> >> > might be causing it?"
> >> > >
> >> > >
> >> >
> >>
> ...
> >> > > Murray Altheim 
>  = =
> >> > ===
> >> > > http://www.altheim.com/murray/
> >>  ===
> >> > ===
> >> > >
>  =
> >> =
> >> > ===
> >> > >  In the evening
> >> > >  The rice leaves in the garden
> >> > >  Rustle in the autumn wind
> >> > >  That blows through my reed hut.
> >> > > -- Minamoto no Tsunenobu
> >> > >
> >> >
> >>
> >
>