-
Bug
-
Resolution: Fixed
-
Major
-
Jenkins v2.103
Win7 x86
Java 1.8.0_152
When building with Jenkins the PostBuildStep fails with an Exception
17:01:07 ERROR: Step ‘Post build task’ aborted due to exception:
17:01:07 java.nio.charset.UnmappableCharacterException: Input length = 1
17:01:07 at java.nio.charset.CoderResult.throwException(CoderResult.java:282)
17:01:07 at sun.nio.cs.StreamDecoder.implRead(StreamDecoder.java:339)
17:01:07 at sun.nio.cs.StreamDecoder.read(StreamDecoder.java:178)
17:01:07 at java.io.InputStreamReader.read(InputStreamReader.java:184)
17:01:07 at java.io.BufferedReader.fill(BufferedReader.java:161)
17:01:07 at java.io.BufferedReader.read1(BufferedReader.java:212)
17:01:07 at java.io.BufferedReader.read(BufferedReader.java:286)
17:01:07 at hudson.Util.loadFile(Util.java:199)
17:01:07 at hudson.model.Run.getLog(Run.java:1953)
17:01:07 at hudson.plugins.postbuildtask.PostbuildTask.perform(PostbuildTask.java:99)
17:01:07 at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
17:01:07 at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744)
17:01:07 at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)
17:01:07 at hudson.model.Build$BuildExecution.post2(Build.java:186)
17:01:07 at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)
17:01:07 at hudson.model.Run.execute(Run.java:1752)
17:01:07 at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
17:01:07 at hudson.model.ResourceController.execute(ResourceController.java:97)
17:01:07 at hudson.model.Executor.run(Executor.java:429)
How do I find more information on this and the cause of this error?
The build failed without any configuration changes or updates on jenkins.
- relates to
-
JENKINS-49060 Jenkins fails to start
-
- Resolved
-
- links to
[JENKINS-49112] Get more information of 'java.nio.charset.UnmappableCharacterException'
Description |
Original:
When building with Jenkins the PostBuildStep fails with an Exception *17:01:07* ERROR: Step ‘Post build task’ aborted due to exception: *17:01:07* java.nio.charset.UnmappableCharacterException: Input length = 1*17:01:07* at java.nio.charset.CoderResult.throwException(CoderResult.java:282)*17:01:07* at sun.nio.cs.StreamDecoder.implRead(StreamDecoder.java:339)*17:01:07* at sun.nio.cs.StreamDecoder.read(StreamDecoder.java:178)*17:01:07* at java.io.InputStreamReader.read(InputStreamReader.java:184)*17:01:07* at java.io.BufferedReader.fill(BufferedReader.java:161)*17:01:07* at java.io.BufferedReader.read1(BufferedReader.java:212)*17:01:07* at java.io.BufferedReader.read(BufferedReader.java:286)*17:01:07* at hudson.Util.loadFile(Util.java:199)*17:01:07* at hudson.model.Run.getLog(Run.java:1953)*17:01:07* at hudson.plugins.postbuildtask.PostbuildTask.perform(PostbuildTask.java:99)*17:01:07* at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)*17:01:07* at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744)*17:01:07* at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)*17:01:07* at hudson.model.Build$BuildExecution.post2(Build.java:186)*17:01:07* at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)*17:01:07* at hudson.model.Run.execute(Run.java:1752)*17:01:07* at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)*17:01:07* at hudson.model.ResourceController.execute(ResourceController.java:97)*17:01:07* at hudson.model.Executor.run(Executor.java:429) How do I find more information on this and the cause of this error? The build failed without any configuration changes or updates on jenkins. |
New:
When building with Jenkins the PostBuildStep fails with an Exception *17:01:07* ERROR: Step ‘Post build task’ aborted due to exception: *17:01:07* java.nio.charset.UnmappableCharacterException: Input length = 1*17:01:07* at java.nio.charset.CoderResult.throwException(CoderResult.java:282)*17:01:07* at sun.nio.cs.StreamDecoder.implRead(StreamDecoder.java:339)*17:01:07* at sun.nio.cs.StreamDecoder.read(StreamDecoder.java:178)*17:01:07* at java.io.InputStreamReader.read(InputStreamReader.java:184)*17:01:07* at java.io.BufferedReader.fill(BufferedReader.java:161)*17:01:07* at java.io.BufferedReader.read1(BufferedReader.java:212)*17:01:07* at java.io.BufferedReader.read(BufferedReader.java:286)*17:01:07* at hudson.Util.loadFile(Util.java:199)*17:01:07* at hudson.model.Run.getLog(Run.java:1953)*17:01:07* at hudson.plugins.postbuildtask.PostbuildTask.perform(PostbuildTask.java:99)*17:01:07* at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)*17:01:07* at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744)*17:01:07* at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)*17:01:07* at hudson.model.Build$BuildExecution.post2(Build.java:186)*17:01:07* at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)*17:01:07* at hudson.model.Run.execute(Run.java:1752)*17:01:07* at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)*17:01:07* at hudson.model.ResourceController.execute(ResourceController.java:97)*17:01:07* at hudson.model.Executor.run(Executor.java:429) How do I find more information on this and the cause of this error? The build failed without any configuration changes or updates on jenkins. |
Description |
Original:
When building with Jenkins the PostBuildStep fails with an Exception *17:01:07* ERROR: Step ‘Post build task’ aborted due to exception: *17:01:07* java.nio.charset.UnmappableCharacterException: Input length = 1*17:01:07* at java.nio.charset.CoderResult.throwException(CoderResult.java:282)*17:01:07* at sun.nio.cs.StreamDecoder.implRead(StreamDecoder.java:339)*17:01:07* at sun.nio.cs.StreamDecoder.read(StreamDecoder.java:178)*17:01:07* at java.io.InputStreamReader.read(InputStreamReader.java:184)*17:01:07* at java.io.BufferedReader.fill(BufferedReader.java:161)*17:01:07* at java.io.BufferedReader.read1(BufferedReader.java:212)*17:01:07* at java.io.BufferedReader.read(BufferedReader.java:286)*17:01:07* at hudson.Util.loadFile(Util.java:199)*17:01:07* at hudson.model.Run.getLog(Run.java:1953)*17:01:07* at hudson.plugins.postbuildtask.PostbuildTask.perform(PostbuildTask.java:99)*17:01:07* at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)*17:01:07* at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744)*17:01:07* at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)*17:01:07* at hudson.model.Build$BuildExecution.post2(Build.java:186)*17:01:07* at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)*17:01:07* at hudson.model.Run.execute(Run.java:1752)*17:01:07* at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)*17:01:07* at hudson.model.ResourceController.execute(ResourceController.java:97)*17:01:07* at hudson.model.Executor.run(Executor.java:429) How do I find more information on this and the cause of this error? The build failed without any configuration changes or updates on jenkins. |
New:
17:01:07 ERROR: Step ‘Post build task’ aborted due to exception: 17:01:07 java.nio.charset.UnmappableCharacterException: Input length = 1 17:01:07 at java.nio.charset.CoderResult.throwException(CoderResult.java:282) 17:01:07 at sun.nio.cs.StreamDecoder.implRead(StreamDecoder.java:339) 17:01:07 at sun.nio.cs.StreamDecoder.read(StreamDecoder.java:178) 17:01:07 at java.io.InputStreamReader.read(InputStreamReader.java:184) 17:01:07 at java.io.BufferedReader.fill(BufferedReader.java:161) 17:01:07 at java.io.BufferedReader.read1(BufferedReader.java:212) 17:01:07 at java.io.BufferedReader.read(BufferedReader.java:286) 17:01:07 at hudson.Util.loadFile(Util.java:199) 17:01:07 at hudson.model.Run.getLog(Run.java:1953) 17:01:07 at hudson.plugins.postbuildtask.PostbuildTask.perform(PostbuildTask.java:99) 17:01:07 at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20) 17:01:07 at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744) 17:01:07 at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690) 17:01:07 at hudson.model.Build$BuildExecution.post2(Build.java:186) 17:01:07 at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635) 17:01:07 at hudson.model.Run.execute(Run.java:1752) 17:01:07 at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43) 17:01:07 at hudson.model.ResourceController.execute(ResourceController.java:97) 17:01:07 at hudson.model.Executor.run(Executor.java:429) {{When building with Jenkins the PostBuildStep fails with an Exception}} {{ How do I find more information on this and the cause of this error?}} The build failed without any configuration changes or updates on jenkins. |
Description |
Original:
17:01:07 ERROR: Step ‘Post build task’ aborted due to exception: 17:01:07 java.nio.charset.UnmappableCharacterException: Input length = 1 17:01:07 at java.nio.charset.CoderResult.throwException(CoderResult.java:282) 17:01:07 at sun.nio.cs.StreamDecoder.implRead(StreamDecoder.java:339) 17:01:07 at sun.nio.cs.StreamDecoder.read(StreamDecoder.java:178) 17:01:07 at java.io.InputStreamReader.read(InputStreamReader.java:184) 17:01:07 at java.io.BufferedReader.fill(BufferedReader.java:161) 17:01:07 at java.io.BufferedReader.read1(BufferedReader.java:212) 17:01:07 at java.io.BufferedReader.read(BufferedReader.java:286) 17:01:07 at hudson.Util.loadFile(Util.java:199) 17:01:07 at hudson.model.Run.getLog(Run.java:1953) 17:01:07 at hudson.plugins.postbuildtask.PostbuildTask.perform(PostbuildTask.java:99) 17:01:07 at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20) 17:01:07 at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744) 17:01:07 at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690) 17:01:07 at hudson.model.Build$BuildExecution.post2(Build.java:186) 17:01:07 at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635) 17:01:07 at hudson.model.Run.execute(Run.java:1752) 17:01:07 at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43) 17:01:07 at hudson.model.ResourceController.execute(ResourceController.java:97) 17:01:07 at hudson.model.Executor.run(Executor.java:429) {{When building with Jenkins the PostBuildStep fails with an Exception}} {{ How do I find more information on this and the cause of this error?}} The build failed without any configuration changes or updates on jenkins. |
New:
When building with Jenkins the PostBuildStep fails with an Exception 17:01:07 ERROR: Step ‘Post build task’ aborted due to exception: 17:01:07 java.nio.charset.UnmappableCharacterException: Input length = 1 17:01:07 at java.nio.charset.CoderResult.throwException(CoderResult.java:282) 17:01:07 at sun.nio.cs.StreamDecoder.implRead(StreamDecoder.java:339) 17:01:07 at sun.nio.cs.StreamDecoder.read(StreamDecoder.java:178) 17:01:07 at java.io.InputStreamReader.read(InputStreamReader.java:184) 17:01:07 at java.io.BufferedReader.fill(BufferedReader.java:161) 17:01:07 at java.io.BufferedReader.read1(BufferedReader.java:212) 17:01:07 at java.io.BufferedReader.read(BufferedReader.java:286) 17:01:07 at hudson.Util.loadFile(Util.java:199) 17:01:07 at hudson.model.Run.getLog(Run.java:1953) 17:01:07 at hudson.plugins.postbuildtask.PostbuildTask.perform(PostbuildTask.java:99) 17:01:07 at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20) 17:01:07 at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744) 17:01:07 at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690) 17:01:07 at hudson.model.Build$BuildExecution.post2(Build.java:186) 17:01:07 at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635) 17:01:07 at hudson.model.Run.execute(Run.java:1752) 17:01:07 at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43) 17:01:07 at hudson.model.ResourceController.execute(ResourceController.java:97) 17:01:07 at hudson.model.Executor.run(Executor.java:429) How do I find more information on this and the cause of this error? The build failed without any configuration changes or updates on jenkins. |
Component/s | New: core [ 15593 ] | |
Component/s | Original: all-changes-plugin [ 15911 ] | |
Component/s | Original: analysis-collector-plugin [ 15710 ] | |
Component/s | Original: ant-plugin [ 15488 ] | |
Component/s | Original: apache-httpcomponents-client-4-api-plugin [ 23052 ] | |
Component/s | Original: audit-trail-plugin [ 15599 ] | |
Component/s | Original: backup-plugin [ 15696 ] | |
Component/s | Original: bouncycastle-api-plugin [ 21482 ] | |
Component/s | Original: ccm-plugin [ 15753 ] | |
Component/s | Original: changes-since-last-success-plugin [ 17324 ] | |
Component/s | Original: collapsing-console-sections-plugin [ 15763 ] | |
Component/s | Original: compact-columns-plugin [ 15735 ] | |
Component/s | Original: console-column-plugin [ 15790 ] | |
Component/s | Original: cvs-plugin [ 15486 ] | |
Component/s | Original: email-ext-plugin [ 15538 ] | |
Component/s | Original: git-client-plugin [ 17423 ] | |
Component/s | Original: greenballs-plugin [ 15603 ] | |
Component/s | Original: htmlpublisher-plugin [ 15681 ] | |
Component/s | Original: icon-shim-plugin [ 19825 ] | |
Component/s | Original: log-parser-plugin [ 15726 ] | |
Component/s | Original: mail-watcher-plugin [ 17450 ] | |
Component/s | Original: msbuild-plugin [ 15559 ] | |
Component/s | Original: nunit-plugin [ 15562 ] | |
Component/s | Original: ranorex-integration-plugin [ 22422 ] | |
Component/s | Original: redmine-plugin [ 15570 ] | |
Component/s | Original: translation-plugin [ 16085 ] | |
Component/s | Original: xunit-plugin [ 15636 ] |
Assignee | Original: Suresh Kumar [ pskumar448 ] |
Issue Type | Original: Task [ 3 ] | New: Bug [ 1 ] |
Assignee | New: Daniel Trebbien [ dtrebbien ] |
Labels | New: regression |
Status | Original: Open [ 1 ] | New: In Progress [ 3 ] |
Status | Original: In Progress [ 3 ] | New: In Review [ 10005 ] |