Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
Strange error: Could not extract the value for '20-' from the environmen t
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
05-25-2012 11:44 AM
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
Solved! Go to Solution.
Re: Strange error: Could not extract the value for '20-' from the environmen t
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Not the Solution
- Email to a Friend
- Report Inappropriate Content
05-25-2012 03:26 PM
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.

