Download Blaze Trial
Follow FICO
LinkedIn   Twitter   Youtube
Close To access this section, please choose the Community Neighborhood in which you have the most interest.

» Business Rules Management
» Collections & Recovery
» Fraud Management
» Risk Management
» Scoring
Close To access this section, please choose the Community Neighborhood in which you have the most interest.

» Business Rules Management
» Collections & Recovery
» Fraud Management
» Risk Management
» Scoring
Reply
Contributor
Posts: 17
Registered: ‎10-01-2008
Accepted Solution

Strange error: Could not extract the value for '20-' from the environment

Does anyone here see this error before? I have the external compiler working in several environemtn, including Windows and Linux. However, when integrating the compilation with Jenkins, I am getting the following error.

 

Thanks in advance.

 

Sean

 

12:23:29  Exception while compiling and serializing the Advisor project
12:23:29 com.blazesoft.engines.rules.NdResourceException: Failure loading project XXXXXX
12:23:29 Connecting to repository 'XXXXXXX' failed.
12:23:29 Exception while constructing repository of class 'com.blazesoft.repository.file.NdFileRepository': java.lang.reflect.InvocationTargetException
12:23:29 Could not extract the value for '20-' from the environment
Visitor
Jona
Posts: 1
Registered: ‎05-25-2012

Re: Strange error: Could not extract the value for '20-' from the environment

The Jenkins project name was "AAA - BBB" and as a URL it is "AAA%20-%20BBB" renaming the project to "AAA_BBB" solved the problem.