java.lang.NullPointerException: This exception has no message.
Searched on Google with the first line of a JAVA stack trace?
We can recommend more relevant solutions and speed up debugging when you paste your entire stack trace with the exception message. Try a sample exception.
Recommended solutions based on your search
Solutions on the web
via Jenkins JIRA by Flominator, 1 year ago
via Jenkins JIRA by Flominator, 1 year ago
via Stack Overflow by Almanz
, 1 year agovia Eclipse Bugzilla by galluzzo, 1 year ago
via GitHub by purefan
, 2 years agovia Google Groups by Hardik Mishra, 7 months ago
java.lang.NullPointerException:
at java.util.regex.Matcher.getTextLength(Unknown Source)
at java.util.regex.Matcher.reset(Unknown Source)
at java.util.regex.Matcher.
(Unknown Source) at java.util.regex.Pattern.matcher(Unknown Source)
at hudson.FilePath.normalize(FilePath.java:286)
at hudson.FilePath.
(FilePath.java:231) at hudson.plugins.msbuild.MsBuildBuilder.perform(MsBuildBuilder.java:129)
at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:761)
at hudson.model.Build$BuildExecution.build(Build.java:203)
at hudson.model.Build$BuildExecution.doRun(Build.java:160)
at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:536)
at hudson.model.Run.execute(Run.java:1741)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
at hudson.model.ResourceController.execute(ResourceController.java:98)
at hudson.model.Executor.run(Executor.java:374)