Re: [basedb-devel] Potential problem in plug-in execution

2008-01-16 Thread Jari Häkkinen
We should fix this through the properties file. The joba agents are running on different hosts so the BASE server should not try set the temporary directory for another machine. I have added this as a ticket, http://base.thep.lu.se/ticket/897 Jari Nicklas Nordborg skrev: > Jari Häkkinen wrot

Re: [basedb-devel] Potential problem in plug-in execution

2008-01-14 Thread Nicklas Nordborg
Jari Häkkinen wrote: >>> Many plug-ins acquire a working directory with code similar to the >>> sample attached below. This is mostly safe but when running more than >>> one BASE server on a host there is a potential clash. A plugin running >>> in the different BASEs may allocate the same tempor

Re: [basedb-devel] Potential problem in plug-in execution

2008-01-14 Thread Jari Häkkinen
>> Many plug-ins acquire a working directory with code similar to the >> sample attached below. This is mostly safe but when running more than >> one BASE server on a host there is a potential clash. A plugin running >> in the different BASEs may allocate the same temporary directory (since >>

Re: [basedb-devel] Potential problem in plug-in execution

2008-01-13 Thread Nicklas Nordborg
Jari Häkkinen wrote: > Many plug-ins acquire a working directory with code similar to the > sample attached below. This is mostly safe but when running more than > one BASE server on a host there is a potential clash. A plugin running > in the different BASEs may allocate the same temporary dire

[basedb-devel] Potential problem in plug-in execution

2008-01-11 Thread Jari Häkkinen
Many plug-ins acquire a working directory with code similar to the sample attached below. This is mostly safe but when running more than one BASE server on a host there is a potential clash. A plugin running in the different BASEs may allocate the same temporary directory (since jobids may matc