You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by Gregor Zurowski <gr...@list.zurowski.org> on 2022/06/30 09:03:05 UTC

Problem with the website build

Hi Everyone:

I am releasing Camel 3.14.4 but running into issues with the website
build (see https://ci-builds.apache.org/job/Camel/job/Camel.website/job/main/899/console):

```
➤ YN0000: [build:antora  ] [build:antora-perf] [08:39:52.684] FATAL
(antora): Duplicate example:
next@components:spring-boot:example$json/cxf.json
➤ YN0000: [build:antora  ] [build:antora-perf]   1:
components-starter/modules/spring-boot/examples/json/cxf.json in
https://github.com/apache/camel-spring-boot.git (ref: main)
➤ YN0000: [build:antora  ] [build:antora-perf]   2:
components-starter/modules/spring-boot/examples/json/cxf.json in
https://github.com/apache/camel-spring-boot.git (ref: main)
```

I am not very familiar with the website setup. Could someone take a look?

Thanks in advance
Gregor

Re: Problem with the website build

Posted by Gregor Zurowski <gr...@list.zurowski.org>.
Thank you for your help Claus.

On Thu, Jun 30, 2022 at 2:04 PM Claus Ibsen <cl...@gmail.com> wrote:
>
> Hi
>
> The website is now updated and we have the 3.14.4 blog entry
>
> On Thu, Jun 30, 2022 at 1:03 PM Claus Ibsen <cl...@gmail.com> wrote:
>
> >
> >
> > On Thu, Jun 30, 2022 at 12:34 PM Gregor Zurowski <gr...@list.zurowski.org>
> > wrote:
> >
> >> Thanks for your help. This helped resolve the issue, but there's
> >> another one. I thought the other issue was related to
> >> 309a2ff3237291bf7a6f7781989e171ac36100a0 because the build broke once
> >> that was introduced. The build is still failing though:
> >>
> >> ```
> >> ➤ YN0000: [build:antora  ] [build:antora-perf] [10:21:08.072] FATAL
> >> (antora): Broken symbolic link detected at
> >> modules/others/examples/json/jq.json in
> >> https://github.com/apache/camel.git (ref: remotes/origin/main | path:
> >> docs/components)
> >> ➤ YN0000: [build:antora  ] [build:antora-perf]     Cause: NotFoundError
> >> ```
> >>
> >
> > Yeah I think I have fixed that cleaning up camel-jq and regen so its
> > marked as a language and and not as others.
> >
> > There was a broken link in a blog post I fixed in camel-website and a new
> > website build is kicked, that should hopefully complete.
> >
> >
> >> I believe this is yet something different.
> >>
> >> Any ideas?
> >>
> >> Thanks,
> >> Gregor
> >>
> >> On Thu, Jun 30, 2022 at 11:30 AM Claus Ibsen <cl...@gmail.com>
> >> wrote:
> >> >
> >> > Hi
> >> >
> >> > Ah one more commit is needed
> >> >
> >> https://github.com/apache/camel-spring-boot/commit/4977eb49c774e93ae6f73a1a2a3773f0c4ee2078
> >> >
> >> > On Thu, Jun 30, 2022 at 11:19 AM Claus Ibsen <cl...@gmail.com>
> >> wrote:
> >> >
> >> > > Hi
> >> > >
> >> > > Its due to the cxf splitup. I think this commit may help
> >> > >
> >> > >
> >> https://github.com/apache/camel/commit/e69f86a9234ad68d36ebfdaf1e3b463dafa298b4
> >> > >
> >> > > On Thu, Jun 30, 2022 at 11:03 AM Gregor Zurowski <
> >> gregor@list.zurowski.org>
> >> > > wrote:
> >> > >
> >> > >> Hi Everyone:
> >> > >>
> >> > >> I am releasing Camel 3.14.4 but running into issues with the website
> >> > >> build (see
> >> > >>
> >> https://ci-builds.apache.org/job/Camel/job/Camel.website/job/main/899/console
> >> > >> ):
> >> > >>
> >> > >> ```
> >> > >> ➤ YN0000: [build:antora  ] [build:antora-perf] [08:39:52.684] FATAL
> >> > >> (antora): Duplicate example:
> >> > >> next@components:spring-boot:example$json/cxf.json
> >> > >> ➤ YN0000: [build:antora  ] [build:antora-perf]   1:
> >> > >> components-starter/modules/spring-boot/examples/json/cxf.json in
> >> > >> https://github.com/apache/camel-spring-boot.git (ref: main)
> >> > >> ➤ YN0000: [build:antora  ] [build:antora-perf]   2:
> >> > >> components-starter/modules/spring-boot/examples/json/cxf.json in
> >> > >> https://github.com/apache/camel-spring-boot.git (ref: main)
> >> > >> ```
> >> > >>
> >> > >> I am not very familiar with the website setup. Could someone take a
> >> look?
> >> > >>
> >> > >> Thanks in advance
> >> > >> Gregor
> >> > >>
> >> > >
> >> > >
> >> > > --
> >> > > Claus Ibsen
> >> > > -----------------
> >> > > http://davsclaus.com @davsclaus
> >> > > Camel in Action 2: https://www.manning.com/ibsen2
> >> > >
> >> >
> >> >
> >> > --
> >> > Claus Ibsen
> >> > -----------------
> >> > http://davsclaus.com @davsclaus
> >> > Camel in Action 2: https://www.manning.com/ibsen2
> >>
> >
> >
> > --
> > Claus Ibsen
> > -----------------
> > http://davsclaus.com @davsclaus
> > Camel in Action 2: https://www.manning.com/ibsen2
> >
>
>
> --
> Claus Ibsen
> -----------------
> http://davsclaus.com @davsclaus
> Camel in Action 2: https://www.manning.com/ibsen2

Re: Problem with the website build

Posted by Claus Ibsen <cl...@gmail.com>.
Hi

The website is now updated and we have the 3.14.4 blog entry

On Thu, Jun 30, 2022 at 1:03 PM Claus Ibsen <cl...@gmail.com> wrote:

>
>
> On Thu, Jun 30, 2022 at 12:34 PM Gregor Zurowski <gr...@list.zurowski.org>
> wrote:
>
>> Thanks for your help. This helped resolve the issue, but there's
>> another one. I thought the other issue was related to
>> 309a2ff3237291bf7a6f7781989e171ac36100a0 because the build broke once
>> that was introduced. The build is still failing though:
>>
>> ```
>> ➤ YN0000: [build:antora  ] [build:antora-perf] [10:21:08.072] FATAL
>> (antora): Broken symbolic link detected at
>> modules/others/examples/json/jq.json in
>> https://github.com/apache/camel.git (ref: remotes/origin/main | path:
>> docs/components)
>> ➤ YN0000: [build:antora  ] [build:antora-perf]     Cause: NotFoundError
>> ```
>>
>
> Yeah I think I have fixed that cleaning up camel-jq and regen so its
> marked as a language and and not as others.
>
> There was a broken link in a blog post I fixed in camel-website and a new
> website build is kicked, that should hopefully complete.
>
>
>> I believe this is yet something different.
>>
>> Any ideas?
>>
>> Thanks,
>> Gregor
>>
>> On Thu, Jun 30, 2022 at 11:30 AM Claus Ibsen <cl...@gmail.com>
>> wrote:
>> >
>> > Hi
>> >
>> > Ah one more commit is needed
>> >
>> https://github.com/apache/camel-spring-boot/commit/4977eb49c774e93ae6f73a1a2a3773f0c4ee2078
>> >
>> > On Thu, Jun 30, 2022 at 11:19 AM Claus Ibsen <cl...@gmail.com>
>> wrote:
>> >
>> > > Hi
>> > >
>> > > Its due to the cxf splitup. I think this commit may help
>> > >
>> > >
>> https://github.com/apache/camel/commit/e69f86a9234ad68d36ebfdaf1e3b463dafa298b4
>> > >
>> > > On Thu, Jun 30, 2022 at 11:03 AM Gregor Zurowski <
>> gregor@list.zurowski.org>
>> > > wrote:
>> > >
>> > >> Hi Everyone:
>> > >>
>> > >> I am releasing Camel 3.14.4 but running into issues with the website
>> > >> build (see
>> > >>
>> https://ci-builds.apache.org/job/Camel/job/Camel.website/job/main/899/console
>> > >> ):
>> > >>
>> > >> ```
>> > >> ➤ YN0000: [build:antora  ] [build:antora-perf] [08:39:52.684] FATAL
>> > >> (antora): Duplicate example:
>> > >> next@components:spring-boot:example$json/cxf.json
>> > >> ➤ YN0000: [build:antora  ] [build:antora-perf]   1:
>> > >> components-starter/modules/spring-boot/examples/json/cxf.json in
>> > >> https://github.com/apache/camel-spring-boot.git (ref: main)
>> > >> ➤ YN0000: [build:antora  ] [build:antora-perf]   2:
>> > >> components-starter/modules/spring-boot/examples/json/cxf.json in
>> > >> https://github.com/apache/camel-spring-boot.git (ref: main)
>> > >> ```
>> > >>
>> > >> I am not very familiar with the website setup. Could someone take a
>> look?
>> > >>
>> > >> Thanks in advance
>> > >> Gregor
>> > >>
>> > >
>> > >
>> > > --
>> > > Claus Ibsen
>> > > -----------------
>> > > http://davsclaus.com @davsclaus
>> > > Camel in Action 2: https://www.manning.com/ibsen2
>> > >
>> >
>> >
>> > --
>> > Claus Ibsen
>> > -----------------
>> > http://davsclaus.com @davsclaus
>> > Camel in Action 2: https://www.manning.com/ibsen2
>>
>
>
> --
> Claus Ibsen
> -----------------
> http://davsclaus.com @davsclaus
> Camel in Action 2: https://www.manning.com/ibsen2
>


-- 
Claus Ibsen
-----------------
http://davsclaus.com @davsclaus
Camel in Action 2: https://www.manning.com/ibsen2

Re: Problem with the website build

Posted by Claus Ibsen <cl...@gmail.com>.
On Thu, Jun 30, 2022 at 12:34 PM Gregor Zurowski <gr...@list.zurowski.org>
wrote:

> Thanks for your help. This helped resolve the issue, but there's
> another one. I thought the other issue was related to
> 309a2ff3237291bf7a6f7781989e171ac36100a0 because the build broke once
> that was introduced. The build is still failing though:
>
> ```
> ➤ YN0000: [build:antora  ] [build:antora-perf] [10:21:08.072] FATAL
> (antora): Broken symbolic link detected at
> modules/others/examples/json/jq.json in
> https://github.com/apache/camel.git (ref: remotes/origin/main | path:
> docs/components)
> ➤ YN0000: [build:antora  ] [build:antora-perf]     Cause: NotFoundError
> ```
>

Yeah I think I have fixed that cleaning up camel-jq and regen so its marked
as a language and and not as others.

There was a broken link in a blog post I fixed in camel-website and a new
website build is kicked, that should hopefully complete.


> I believe this is yet something different.
>
> Any ideas?
>
> Thanks,
> Gregor
>
> On Thu, Jun 30, 2022 at 11:30 AM Claus Ibsen <cl...@gmail.com>
> wrote:
> >
> > Hi
> >
> > Ah one more commit is needed
> >
> https://github.com/apache/camel-spring-boot/commit/4977eb49c774e93ae6f73a1a2a3773f0c4ee2078
> >
> > On Thu, Jun 30, 2022 at 11:19 AM Claus Ibsen <cl...@gmail.com>
> wrote:
> >
> > > Hi
> > >
> > > Its due to the cxf splitup. I think this commit may help
> > >
> > >
> https://github.com/apache/camel/commit/e69f86a9234ad68d36ebfdaf1e3b463dafa298b4
> > >
> > > On Thu, Jun 30, 2022 at 11:03 AM Gregor Zurowski <
> gregor@list.zurowski.org>
> > > wrote:
> > >
> > >> Hi Everyone:
> > >>
> > >> I am releasing Camel 3.14.4 but running into issues with the website
> > >> build (see
> > >>
> https://ci-builds.apache.org/job/Camel/job/Camel.website/job/main/899/console
> > >> ):
> > >>
> > >> ```
> > >> ➤ YN0000: [build:antora  ] [build:antora-perf] [08:39:52.684] FATAL
> > >> (antora): Duplicate example:
> > >> next@components:spring-boot:example$json/cxf.json
> > >> ➤ YN0000: [build:antora  ] [build:antora-perf]   1:
> > >> components-starter/modules/spring-boot/examples/json/cxf.json in
> > >> https://github.com/apache/camel-spring-boot.git (ref: main)
> > >> ➤ YN0000: [build:antora  ] [build:antora-perf]   2:
> > >> components-starter/modules/spring-boot/examples/json/cxf.json in
> > >> https://github.com/apache/camel-spring-boot.git (ref: main)
> > >> ```
> > >>
> > >> I am not very familiar with the website setup. Could someone take a
> look?
> > >>
> > >> Thanks in advance
> > >> Gregor
> > >>
> > >
> > >
> > > --
> > > Claus Ibsen
> > > -----------------
> > > http://davsclaus.com @davsclaus
> > > Camel in Action 2: https://www.manning.com/ibsen2
> > >
> >
> >
> > --
> > Claus Ibsen
> > -----------------
> > http://davsclaus.com @davsclaus
> > Camel in Action 2: https://www.manning.com/ibsen2
>


-- 
Claus Ibsen
-----------------
http://davsclaus.com @davsclaus
Camel in Action 2: https://www.manning.com/ibsen2

Re: Problem with the website build

Posted by Gregor Zurowski <gr...@list.zurowski.org>.
Thanks for your help. This helped resolve the issue, but there's
another one. I thought the other issue was related to
309a2ff3237291bf7a6f7781989e171ac36100a0 because the build broke once
that was introduced. The build is still failing though:

```
➤ YN0000: [build:antora  ] [build:antora-perf] [10:21:08.072] FATAL
(antora): Broken symbolic link detected at
modules/others/examples/json/jq.json in
https://github.com/apache/camel.git (ref: remotes/origin/main | path:
docs/components)
➤ YN0000: [build:antora  ] [build:antora-perf]     Cause: NotFoundError
```

I believe this is yet something different.

Any ideas?

Thanks,
Gregor

On Thu, Jun 30, 2022 at 11:30 AM Claus Ibsen <cl...@gmail.com> wrote:
>
> Hi
>
> Ah one more commit is needed
> https://github.com/apache/camel-spring-boot/commit/4977eb49c774e93ae6f73a1a2a3773f0c4ee2078
>
> On Thu, Jun 30, 2022 at 11:19 AM Claus Ibsen <cl...@gmail.com> wrote:
>
> > Hi
> >
> > Its due to the cxf splitup. I think this commit may help
> >
> > https://github.com/apache/camel/commit/e69f86a9234ad68d36ebfdaf1e3b463dafa298b4
> >
> > On Thu, Jun 30, 2022 at 11:03 AM Gregor Zurowski <gr...@list.zurowski.org>
> > wrote:
> >
> >> Hi Everyone:
> >>
> >> I am releasing Camel 3.14.4 but running into issues with the website
> >> build (see
> >> https://ci-builds.apache.org/job/Camel/job/Camel.website/job/main/899/console
> >> ):
> >>
> >> ```
> >> ➤ YN0000: [build:antora  ] [build:antora-perf] [08:39:52.684] FATAL
> >> (antora): Duplicate example:
> >> next@components:spring-boot:example$json/cxf.json
> >> ➤ YN0000: [build:antora  ] [build:antora-perf]   1:
> >> components-starter/modules/spring-boot/examples/json/cxf.json in
> >> https://github.com/apache/camel-spring-boot.git (ref: main)
> >> ➤ YN0000: [build:antora  ] [build:antora-perf]   2:
> >> components-starter/modules/spring-boot/examples/json/cxf.json in
> >> https://github.com/apache/camel-spring-boot.git (ref: main)
> >> ```
> >>
> >> I am not very familiar with the website setup. Could someone take a look?
> >>
> >> Thanks in advance
> >> Gregor
> >>
> >
> >
> > --
> > Claus Ibsen
> > -----------------
> > http://davsclaus.com @davsclaus
> > Camel in Action 2: https://www.manning.com/ibsen2
> >
>
>
> --
> Claus Ibsen
> -----------------
> http://davsclaus.com @davsclaus
> Camel in Action 2: https://www.manning.com/ibsen2

Re: Problem with the website build

Posted by Claus Ibsen <cl...@gmail.com>.
Hi

Ah one more commit is needed
https://github.com/apache/camel-spring-boot/commit/4977eb49c774e93ae6f73a1a2a3773f0c4ee2078

On Thu, Jun 30, 2022 at 11:19 AM Claus Ibsen <cl...@gmail.com> wrote:

> Hi
>
> Its due to the cxf splitup. I think this commit may help
>
> https://github.com/apache/camel/commit/e69f86a9234ad68d36ebfdaf1e3b463dafa298b4
>
> On Thu, Jun 30, 2022 at 11:03 AM Gregor Zurowski <gr...@list.zurowski.org>
> wrote:
>
>> Hi Everyone:
>>
>> I am releasing Camel 3.14.4 but running into issues with the website
>> build (see
>> https://ci-builds.apache.org/job/Camel/job/Camel.website/job/main/899/console
>> ):
>>
>> ```
>> ➤ YN0000: [build:antora  ] [build:antora-perf] [08:39:52.684] FATAL
>> (antora): Duplicate example:
>> next@components:spring-boot:example$json/cxf.json
>> ➤ YN0000: [build:antora  ] [build:antora-perf]   1:
>> components-starter/modules/spring-boot/examples/json/cxf.json in
>> https://github.com/apache/camel-spring-boot.git (ref: main)
>> ➤ YN0000: [build:antora  ] [build:antora-perf]   2:
>> components-starter/modules/spring-boot/examples/json/cxf.json in
>> https://github.com/apache/camel-spring-boot.git (ref: main)
>> ```
>>
>> I am not very familiar with the website setup. Could someone take a look?
>>
>> Thanks in advance
>> Gregor
>>
>
>
> --
> Claus Ibsen
> -----------------
> http://davsclaus.com @davsclaus
> Camel in Action 2: https://www.manning.com/ibsen2
>


-- 
Claus Ibsen
-----------------
http://davsclaus.com @davsclaus
Camel in Action 2: https://www.manning.com/ibsen2

Re: Problem with the website build

Posted by Claus Ibsen <cl...@gmail.com>.
Hi

Its due to the cxf splitup. I think this commit may help
https://github.com/apache/camel/commit/e69f86a9234ad68d36ebfdaf1e3b463dafa298b4

On Thu, Jun 30, 2022 at 11:03 AM Gregor Zurowski <gr...@list.zurowski.org>
wrote:

> Hi Everyone:
>
> I am releasing Camel 3.14.4 but running into issues with the website
> build (see
> https://ci-builds.apache.org/job/Camel/job/Camel.website/job/main/899/console
> ):
>
> ```
> ➤ YN0000: [build:antora  ] [build:antora-perf] [08:39:52.684] FATAL
> (antora): Duplicate example:
> next@components:spring-boot:example$json/cxf.json
> ➤ YN0000: [build:antora  ] [build:antora-perf]   1:
> components-starter/modules/spring-boot/examples/json/cxf.json in
> https://github.com/apache/camel-spring-boot.git (ref: main)
> ➤ YN0000: [build:antora  ] [build:antora-perf]   2:
> components-starter/modules/spring-boot/examples/json/cxf.json in
> https://github.com/apache/camel-spring-boot.git (ref: main)
> ```
>
> I am not very familiar with the website setup. Could someone take a look?
>
> Thanks in advance
> Gregor
>


-- 
Claus Ibsen
-----------------
http://davsclaus.com @davsclaus
Camel in Action 2: https://www.manning.com/ibsen2