Jenkins LTS startup errors when accessing jobs copied from another windows instance of jenkins running under tomcat

2014-04-14 Thread Eric Wood
I have downloaded and installed a native install of Jenkins ... the current LTS version.  I copied the jobs folder from the current instance running under Tomcat to the new native install.  When it starts up I get the following errors in my log: SEVERE: Failed Loading job

Re: Jenkins LTS startup errors when accessing jobs copied from another windows instance of jenkins running under tomcat

2014-04-14 Thread Mark Waite
Any chance that the copy was made to a new machine, and that the new machine does not allow you to create symbolic links? I thought that the Windows default was to disallow the creation of symbolic links and a specific action was required to allow symbolic links. Mark Waite On Mon, Apr 14,

Re: Jenkins LTS startup errors when accessing jobs copied from another windows instance of jenkins running under tomcat

2014-04-14 Thread Eric Wood
This is merely copying from one folder tot he next on the same system. On Monday, April 14, 2014 10:36 AM, Mark Waite mark.earl.wa...@gmail.com wrote: Any chance that the copy was made to a new machine, and that the new machine does not allow you to create symbolic links? I thought that the