Author |
Message
|
mqjeff |
Posted: Thu Aug 06, 2015 6:12 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
That's running mqsicreatebar.
Start the Toolkit. |
|
Back to top |
|
 |
ruimadaleno |
Posted: Thu Aug 06, 2015 6:14 am Post subject: |
|
|
Master
Joined: 08 May 2014 Posts: 274
|
More info,
opened workspace in toolkit, imported project and got an error:
Description Resource Path Location Type
The project was not built due to "Could not delete 'D:\Jenkins\jobs\Prj_Build_serviceteste\workspace\SGMBLibraryJava\Utilities\CacheUtil.class'.". Fix the problem, then try refreshing this project and building it since it may be inconsistent SGMBLibraryJava Unknown Java Problem _________________ Best regards
Rui Madaleno |
|
Back to top |
|
 |
ruimadaleno |
Posted: Fri Aug 07, 2015 7:42 am Post subject: |
|
|
Master
Joined: 08 May 2014 Posts: 274
|
Stupid questions
1) Do i have to set mqsiprofile in jenkins ?
2) Do i have to set some security info ? jenkins services is running with LocalSystem account, do i have to add some security on the folders creates by jenkins on checkout from SVN ? _________________ Best regards
Rui Madaleno |
|
Back to top |
|
 |
mqjeff |
Posted: Mon Aug 10, 2015 6:49 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
ruimadaleno wrote: |
Stupid questions
1) Do i have to set mqsiprofile in jenkins ?
2) Do i have to set some security info ? jenkins services is running with LocalSystem account, do i have to add some security on the folders creates by jenkins on checkout from SVN ? |
- not for toolkit commands
- that depends on how the source control step in your build process makes the files available to your jenkins user. i.e. what security it has when it's checked out. Genereally, LocalSystem should be good for most things but it may not have access to resources secured by domain accounts. I am not a qualified Windows administrator, though.
If the toolkit shows an error with the workspace, you need to fix that before jenkins can do anything with that workspace. |
|
Back to top |
|
 |
psujeethkumar |
Posted: Fri Feb 19, 2016 10:02 am Post subject: |
|
|
Novice
Joined: 08 Sep 2015 Posts: 13
|
Hello ruimadaleno,
Is this issue solved? I'm in same situation.
( Environment details : Redhat Linux, Jenkins, IIB (Toolkit & runtime.) )
Thanks ! |
|
Back to top |
|
 |
ruimadaleno |
Posted: Mon Feb 22, 2016 2:42 am Post subject: |
|
|
Master
Joined: 08 May 2014 Posts: 274
|
psujeethkumar wrote: |
Hello ruimadaleno,
Is this issue solved? I'm in same situation.
( Environment details : Redhat Linux, Jenkins, IIB (Toolkit & runtime.) )
Thanks ! |
No lucky with it
Building bar file with jenkins is some magic i cannot achieve  _________________ Best regards
Rui Madaleno |
|
Back to top |
|
 |
mqjeff |
Posted: Mon Feb 22, 2016 6:45 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
Since the error that ruimadaleno showed was complaining that a java class file (compiled resource) was not able to be deleted, one could simply tell jenkins not to save class files.
Otherwise, again, the permissions on the files and folders being checked out by jenkins need to be confirmed/verified that the user running mqsicreatebar is able to write (and execute) the directories in the checked out workspace. _________________ chmod -R ugo-wx / |
|
Back to top |
|
 |
|