You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by Subba Reddy G V <su...@gmail.com> on 2021/07/13 14:00:24 UTC

Camel build failing

Dear Team,

I am trying to build camel code on my Windows laptop and getting the
following error message. I do understand there is some special character in
the generated java file but not sure how to fix it as I just started going
through the source code.

Could you please help me on this.

[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile (recompile) on
project camel-endpointdsl: Compilation failure: Compilation failure:
[ERROR]
C:\camel\camel\core\camel-endpointdsl\src\generated\java\org\apache\camel\builder\endpoint\StaticEndpointBuilders.java:[14396,22]
error: unmappable character (0xE280) for encoding UTF-8
[ERROR]
C:\camel\camel\core\camel-endpointdsl\src\generated\java\org\apache\camel\builder\endpoint\StaticEndpointBuilders.java:[14420,22]
error: unmappable character (0xE280) for encoding UTF-8
[ERROR]
C:\camel\camel\core\camel-endpointdsl\src\generated\java\org\apache\camel\builder\endpoint\dsl\StitchEndpointBuilderFactory.java:[325,36]
error: unmappable character (0xE280) for encoding UTF-8
[ERROR]
C:\camel\camel\core\camel-endpointdsl\src\generated\java\org\apache\camel\builder\endpoint\dsl\StitchEndpointBuilderFactory.java:[348,36]
error: unmappable character (0xE280) for encoding UTF-8
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e
switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions,
please read the following articles:
[ERROR] [Help 1]
http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the
command
[ERROR]   mvn <args> -rf :camel-endpointdsl


Thanks & Regards,
Subba Reddy

Re: Camel build failing

Posted by Otavio Rodolfo Piske <an...@gmail.com>.
Ah, I've just seen you've changed it already! Thanks Zoran!

On Fri, Jul 16, 2021 at 9:30 AM Otavio Rodolfo Piske <an...@gmail.com>
wrote:

> Thanks Zoran! I'll edit this file to remove this char.
>
> On Wed, Jul 14, 2021 at 2:25 PM Zoran Regvart <zo...@regvart.com> wrote:
>
>> Hi Subba & Otavio,
>> there are some awkward bytes on this line:
>>
>>
>> https://github.com/apache/camel/blob/fffef41c1619cb1e4cfebe3abc049d19442a1dd2/components/camel-stitch/src/main/java/org/apache/camel/component/stitch/StitchConfiguration.java#L59
>>
>> ...
>> 00000970: 2062 6520 7769 7468 696e 2074 6865 2064   be within the d
>> 00000980: 6573 7469 6e61 7469 6f6e e280 9973 2061  estination...s a
>> ...
>>
>> zoran
>>
>> On Wed, Jul 14, 2021 at 1:39 PM Subba Reddy G V
>> <su...@gmail.com> wrote:
>> >
>> > Hi Otavio,
>> >
>> > Thank you for your quick response. I removed the file and build again.
>> the
>> > file is again getting created with the special character.
>> >
>> > Thanks & Regards
>> > Subba Reddy
>> >
>> >
>> > On Wed, Jul 14, 2021 at 1:24 PM Otavio Rodolfo Piske <
>> angusyoung@gmail.com>
>> > wrote:
>> >
>> > > Hello,
>> > >
>> > > try removing the file. I think it will be recreated the next time you
>> > > build.
>> > >
>> > > Kind regards
>> > >
>> > > On Tue, Jul 13, 2021 at 4:11 PM Subba Reddy G V <
>> > > subbareddy.guvvala@gmail.com> wrote:
>> > >
>> > > > Dear Team,
>> > > >
>> > > > I am trying to build camel code on my Windows laptop and getting the
>> > > > following error message. I do understand there is some special
>> character
>> > > in
>> > > > the generated java file but not sure how to fix it as I just started
>> > > going
>> > > > through the source code.
>> > > >
>> > > > Could you please help me on this.
>> > > >
>> > > > [ERROR] Failed to execute goal
>> > > > org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile
>> (recompile)
>> > > on
>> > > > project camel-endpointdsl: Compilation failure: Compilation failure:
>> > > > [ERROR]
>> > > >
>> > > >
>> > >
>> C:\camel\camel\core\camel-endpointdsl\src\generated\java\org\apache\camel\builder\endpoint\StaticEndpointBuilders.java:[14396,22]
>> > > > error: unmappable character (0xE280) for encoding UTF-8
>> > > > [ERROR]
>> > > >
>> > > >
>> > >
>> C:\camel\camel\core\camel-endpointdsl\src\generated\java\org\apache\camel\builder\endpoint\StaticEndpointBuilders.java:[14420,22]
>> > > > error: unmappable character (0xE280) for encoding UTF-8
>> > > > [ERROR]
>> > > >
>> > > >
>> > >
>> C:\camel\camel\core\camel-endpointdsl\src\generated\java\org\apache\camel\builder\endpoint\dsl\StitchEndpointBuilderFactory.java:[325,36]
>> > > > error: unmappable character (0xE280) for encoding UTF-8
>> > > > [ERROR]
>> > > >
>> > > >
>> > >
>> C:\camel\camel\core\camel-endpointdsl\src\generated\java\org\apache\camel\builder\endpoint\dsl\StitchEndpointBuilderFactory.java:[348,36]
>> > > > error: unmappable character (0xE280) for encoding UTF-8
>> > > > [ERROR] -> [Help 1]
>> > > > [ERROR]
>> > > > [ERROR] To see the full stack trace of the errors, re-run Maven
>> with the
>> > > -e
>> > > > switch.
>> > > > [ERROR] Re-run Maven using the -X switch to enable full debug
>> logging.
>> > > > [ERROR]
>> > > > [ERROR] For more information about the errors and possible
>> solutions,
>> > > > please read the following articles:
>> > > > [ERROR] [Help 1]
>> > > >
>> http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
>> > > > [ERROR]
>> > > > [ERROR] After correcting the problems, you can resume the build
>> with the
>> > > > command
>> > > > [ERROR]   mvn <args> -rf :camel-endpointdsl
>> > > >
>> > > >
>> > > > Thanks & Regards,
>> > > > Subba Reddy
>> > > >
>> > >
>> > >
>> > > --
>> > > Otavio R. Piske
>> > > http://orpiske.net
>> > >
>>
>>
>>
>> --
>> Zoran Regvart
>>
>
>
> --
> Otavio R. Piske
> http://orpiske.net
>


-- 
Otavio R. Piske
http://orpiske.net

Re: Camel build failing

Posted by Otavio Rodolfo Piske <an...@gmail.com>.
Thanks Zoran! I'll edit this file to remove this char.

On Wed, Jul 14, 2021 at 2:25 PM Zoran Regvart <zo...@regvart.com> wrote:

> Hi Subba & Otavio,
> there are some awkward bytes on this line:
>
>
> https://github.com/apache/camel/blob/fffef41c1619cb1e4cfebe3abc049d19442a1dd2/components/camel-stitch/src/main/java/org/apache/camel/component/stitch/StitchConfiguration.java#L59
>
> ...
> 00000970: 2062 6520 7769 7468 696e 2074 6865 2064   be within the d
> 00000980: 6573 7469 6e61 7469 6f6e e280 9973 2061  estination...s a
> ...
>
> zoran
>
> On Wed, Jul 14, 2021 at 1:39 PM Subba Reddy G V
> <su...@gmail.com> wrote:
> >
> > Hi Otavio,
> >
> > Thank you for your quick response. I removed the file and build again.
> the
> > file is again getting created with the special character.
> >
> > Thanks & Regards
> > Subba Reddy
> >
> >
> > On Wed, Jul 14, 2021 at 1:24 PM Otavio Rodolfo Piske <
> angusyoung@gmail.com>
> > wrote:
> >
> > > Hello,
> > >
> > > try removing the file. I think it will be recreated the next time you
> > > build.
> > >
> > > Kind regards
> > >
> > > On Tue, Jul 13, 2021 at 4:11 PM Subba Reddy G V <
> > > subbareddy.guvvala@gmail.com> wrote:
> > >
> > > > Dear Team,
> > > >
> > > > I am trying to build camel code on my Windows laptop and getting the
> > > > following error message. I do understand there is some special
> character
> > > in
> > > > the generated java file but not sure how to fix it as I just started
> > > going
> > > > through the source code.
> > > >
> > > > Could you please help me on this.
> > > >
> > > > [ERROR] Failed to execute goal
> > > > org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile
> (recompile)
> > > on
> > > > project camel-endpointdsl: Compilation failure: Compilation failure:
> > > > [ERROR]
> > > >
> > > >
> > >
> C:\camel\camel\core\camel-endpointdsl\src\generated\java\org\apache\camel\builder\endpoint\StaticEndpointBuilders.java:[14396,22]
> > > > error: unmappable character (0xE280) for encoding UTF-8
> > > > [ERROR]
> > > >
> > > >
> > >
> C:\camel\camel\core\camel-endpointdsl\src\generated\java\org\apache\camel\builder\endpoint\StaticEndpointBuilders.java:[14420,22]
> > > > error: unmappable character (0xE280) for encoding UTF-8
> > > > [ERROR]
> > > >
> > > >
> > >
> C:\camel\camel\core\camel-endpointdsl\src\generated\java\org\apache\camel\builder\endpoint\dsl\StitchEndpointBuilderFactory.java:[325,36]
> > > > error: unmappable character (0xE280) for encoding UTF-8
> > > > [ERROR]
> > > >
> > > >
> > >
> C:\camel\camel\core\camel-endpointdsl\src\generated\java\org\apache\camel\builder\endpoint\dsl\StitchEndpointBuilderFactory.java:[348,36]
> > > > error: unmappable character (0xE280) for encoding UTF-8
> > > > [ERROR] -> [Help 1]
> > > > [ERROR]
> > > > [ERROR] To see the full stack trace of the errors, re-run Maven with
> the
> > > -e
> > > > switch.
> > > > [ERROR] Re-run Maven using the -X switch to enable full debug
> logging.
> > > > [ERROR]
> > > > [ERROR] For more information about the errors and possible solutions,
> > > > please read the following articles:
> > > > [ERROR] [Help 1]
> > > >
> http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
> > > > [ERROR]
> > > > [ERROR] After correcting the problems, you can resume the build with
> the
> > > > command
> > > > [ERROR]   mvn <args> -rf :camel-endpointdsl
> > > >
> > > >
> > > > Thanks & Regards,
> > > > Subba Reddy
> > > >
> > >
> > >
> > > --
> > > Otavio R. Piske
> > > http://orpiske.net
> > >
>
>
>
> --
> Zoran Regvart
>


-- 
Otavio R. Piske
http://orpiske.net

Re: Camel build failing

Posted by Zoran Regvart <zo...@regvart.com>.
Hi Subba & Otavio,
there are some awkward bytes on this line:

https://github.com/apache/camel/blob/fffef41c1619cb1e4cfebe3abc049d19442a1dd2/components/camel-stitch/src/main/java/org/apache/camel/component/stitch/StitchConfiguration.java#L59

...
00000970: 2062 6520 7769 7468 696e 2074 6865 2064   be within the d
00000980: 6573 7469 6e61 7469 6f6e e280 9973 2061  estination...s a
...

zoran

On Wed, Jul 14, 2021 at 1:39 PM Subba Reddy G V
<su...@gmail.com> wrote:
>
> Hi Otavio,
>
> Thank you for your quick response. I removed the file and build again. the
> file is again getting created with the special character.
>
> Thanks & Regards
> Subba Reddy
>
>
> On Wed, Jul 14, 2021 at 1:24 PM Otavio Rodolfo Piske <an...@gmail.com>
> wrote:
>
> > Hello,
> >
> > try removing the file. I think it will be recreated the next time you
> > build.
> >
> > Kind regards
> >
> > On Tue, Jul 13, 2021 at 4:11 PM Subba Reddy G V <
> > subbareddy.guvvala@gmail.com> wrote:
> >
> > > Dear Team,
> > >
> > > I am trying to build camel code on my Windows laptop and getting the
> > > following error message. I do understand there is some special character
> > in
> > > the generated java file but not sure how to fix it as I just started
> > going
> > > through the source code.
> > >
> > > Could you please help me on this.
> > >
> > > [ERROR] Failed to execute goal
> > > org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile (recompile)
> > on
> > > project camel-endpointdsl: Compilation failure: Compilation failure:
> > > [ERROR]
> > >
> > >
> > C:\camel\camel\core\camel-endpointdsl\src\generated\java\org\apache\camel\builder\endpoint\StaticEndpointBuilders.java:[14396,22]
> > > error: unmappable character (0xE280) for encoding UTF-8
> > > [ERROR]
> > >
> > >
> > C:\camel\camel\core\camel-endpointdsl\src\generated\java\org\apache\camel\builder\endpoint\StaticEndpointBuilders.java:[14420,22]
> > > error: unmappable character (0xE280) for encoding UTF-8
> > > [ERROR]
> > >
> > >
> > C:\camel\camel\core\camel-endpointdsl\src\generated\java\org\apache\camel\builder\endpoint\dsl\StitchEndpointBuilderFactory.java:[325,36]
> > > error: unmappable character (0xE280) for encoding UTF-8
> > > [ERROR]
> > >
> > >
> > C:\camel\camel\core\camel-endpointdsl\src\generated\java\org\apache\camel\builder\endpoint\dsl\StitchEndpointBuilderFactory.java:[348,36]
> > > error: unmappable character (0xE280) for encoding UTF-8
> > > [ERROR] -> [Help 1]
> > > [ERROR]
> > > [ERROR] To see the full stack trace of the errors, re-run Maven with the
> > -e
> > > switch.
> > > [ERROR] Re-run Maven using the -X switch to enable full debug logging.
> > > [ERROR]
> > > [ERROR] For more information about the errors and possible solutions,
> > > please read the following articles:
> > > [ERROR] [Help 1]
> > > http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
> > > [ERROR]
> > > [ERROR] After correcting the problems, you can resume the build with the
> > > command
> > > [ERROR]   mvn <args> -rf :camel-endpointdsl
> > >
> > >
> > > Thanks & Regards,
> > > Subba Reddy
> > >
> >
> >
> > --
> > Otavio R. Piske
> > http://orpiske.net
> >



-- 
Zoran Regvart

Re: Camel build failing

Posted by Subba Reddy G V <su...@gmail.com>.
Hi Otavio,

Thank you for your quick response. I removed the file and build again. the
file is again getting created with the special character.

Thanks & Regards
Subba Reddy


On Wed, Jul 14, 2021 at 1:24 PM Otavio Rodolfo Piske <an...@gmail.com>
wrote:

> Hello,
>
> try removing the file. I think it will be recreated the next time you
> build.
>
> Kind regards
>
> On Tue, Jul 13, 2021 at 4:11 PM Subba Reddy G V <
> subbareddy.guvvala@gmail.com> wrote:
>
> > Dear Team,
> >
> > I am trying to build camel code on my Windows laptop and getting the
> > following error message. I do understand there is some special character
> in
> > the generated java file but not sure how to fix it as I just started
> going
> > through the source code.
> >
> > Could you please help me on this.
> >
> > [ERROR] Failed to execute goal
> > org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile (recompile)
> on
> > project camel-endpointdsl: Compilation failure: Compilation failure:
> > [ERROR]
> >
> >
> C:\camel\camel\core\camel-endpointdsl\src\generated\java\org\apache\camel\builder\endpoint\StaticEndpointBuilders.java:[14396,22]
> > error: unmappable character (0xE280) for encoding UTF-8
> > [ERROR]
> >
> >
> C:\camel\camel\core\camel-endpointdsl\src\generated\java\org\apache\camel\builder\endpoint\StaticEndpointBuilders.java:[14420,22]
> > error: unmappable character (0xE280) for encoding UTF-8
> > [ERROR]
> >
> >
> C:\camel\camel\core\camel-endpointdsl\src\generated\java\org\apache\camel\builder\endpoint\dsl\StitchEndpointBuilderFactory.java:[325,36]
> > error: unmappable character (0xE280) for encoding UTF-8
> > [ERROR]
> >
> >
> C:\camel\camel\core\camel-endpointdsl\src\generated\java\org\apache\camel\builder\endpoint\dsl\StitchEndpointBuilderFactory.java:[348,36]
> > error: unmappable character (0xE280) for encoding UTF-8
> > [ERROR] -> [Help 1]
> > [ERROR]
> > [ERROR] To see the full stack trace of the errors, re-run Maven with the
> -e
> > switch.
> > [ERROR] Re-run Maven using the -X switch to enable full debug logging.
> > [ERROR]
> > [ERROR] For more information about the errors and possible solutions,
> > please read the following articles:
> > [ERROR] [Help 1]
> > http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
> > [ERROR]
> > [ERROR] After correcting the problems, you can resume the build with the
> > command
> > [ERROR]   mvn <args> -rf :camel-endpointdsl
> >
> >
> > Thanks & Regards,
> > Subba Reddy
> >
>
>
> --
> Otavio R. Piske
> http://orpiske.net
>

Re: Camel build failing

Posted by Otavio Rodolfo Piske <an...@gmail.com>.
Hello,

try removing the file. I think it will be recreated the next time you
build.

Kind regards

On Tue, Jul 13, 2021 at 4:11 PM Subba Reddy G V <
subbareddy.guvvala@gmail.com> wrote:

> Dear Team,
>
> I am trying to build camel code on my Windows laptop and getting the
> following error message. I do understand there is some special character in
> the generated java file but not sure how to fix it as I just started going
> through the source code.
>
> Could you please help me on this.
>
> [ERROR] Failed to execute goal
> org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile (recompile) on
> project camel-endpointdsl: Compilation failure: Compilation failure:
> [ERROR]
>
> C:\camel\camel\core\camel-endpointdsl\src\generated\java\org\apache\camel\builder\endpoint\StaticEndpointBuilders.java:[14396,22]
> error: unmappable character (0xE280) for encoding UTF-8
> [ERROR]
>
> C:\camel\camel\core\camel-endpointdsl\src\generated\java\org\apache\camel\builder\endpoint\StaticEndpointBuilders.java:[14420,22]
> error: unmappable character (0xE280) for encoding UTF-8
> [ERROR]
>
> C:\camel\camel\core\camel-endpointdsl\src\generated\java\org\apache\camel\builder\endpoint\dsl\StitchEndpointBuilderFactory.java:[325,36]
> error: unmappable character (0xE280) for encoding UTF-8
> [ERROR]
>
> C:\camel\camel\core\camel-endpointdsl\src\generated\java\org\apache\camel\builder\endpoint\dsl\StitchEndpointBuilderFactory.java:[348,36]
> error: unmappable character (0xE280) for encoding UTF-8
> [ERROR] -> [Help 1]
> [ERROR]
> [ERROR] To see the full stack trace of the errors, re-run Maven with the -e
> switch.
> [ERROR] Re-run Maven using the -X switch to enable full debug logging.
> [ERROR]
> [ERROR] For more information about the errors and possible solutions,
> please read the following articles:
> [ERROR] [Help 1]
> http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
> [ERROR]
> [ERROR] After correcting the problems, you can resume the build with the
> command
> [ERROR]   mvn <args> -rf :camel-endpointdsl
>
>
> Thanks & Regards,
> Subba Reddy
>


-- 
Otavio R. Piske
http://orpiske.net

Fwd: Camel build failing

Posted by Subba Reddy G V <su...@gmail.com>.
Dear Team,

I am trying to build camel code on my Windows laptop and getting the
following error message. I do understand there is some special character in
the generated java file but not sure how to fix it as I just started going
through the source code.

Could you please help me on this.

[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile (recompile) on
project camel-endpointdsl: Compilation failure: Compilation failure:
[ERROR]
C:\camel\camel\core\camel-endpointdsl\src\generated\java\org\apache\camel\builder\endpoint\StaticEndpointBuilders.java:[14396,22]
error: unmappable character (0xE280) for encoding UTF-8
[ERROR]
C:\camel\camel\core\camel-endpointdsl\src\generated\java\org\apache\camel\builder\endpoint\StaticEndpointBuilders.java:[14420,22]
error: unmappable character (0xE280) for encoding UTF-8
[ERROR]
C:\camel\camel\core\camel-endpointdsl\src\generated\java\org\apache\camel\builder\endpoint\dsl\StitchEndpointBuilderFactory.java:[325,36]
error: unmappable character (0xE280) for encoding UTF-8
[ERROR]
C:\camel\camel\core\camel-endpointdsl\src\generated\java\org\apache\camel\builder\endpoint\dsl\StitchEndpointBuilderFactory.java:[348,36]
error: unmappable character (0xE280) for encoding UTF-8
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e
switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions,
please read the following articles:
[ERROR] [Help 1]
http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the
command
[ERROR]   mvn <args> -rf :camel-endpointdsl


Thanks & Regards,
Subba Reddy