Re: [Pharo-dev] Strange FileDoesNotExistException when loading code from Seaside...

2013-09-27 Thread Marcus Denker
On Sep 26, 2013, at 8:28 PM, Mariano Martinez Peck wrote: > Hi guys, > > I have a link in a Seaside app that allow us to trigger a Metacello load to > update the source code. It has a weird errorI get a > FileDoesNotExistException with the .changes file, which indeed exists. The > error

Re: [Pharo-dev] Strange FileDoesNotExistException when loading code from Seaside...

2013-09-26 Thread Mariano Martinez Peck
it is similar to an error that appears in some Jenkins jobs like: ASTCache>>at: in Block: [31m Startup Error: FileDoesNotExistException: '< https://ci.inria.fr/pharo-contribution/job/Fuel/PHARO=30,VERSION=bleedingEdge,VM=vm/ws/Fuel.changes '> [0mMultiByteFileStream class(StandardFileStr

Re: [Pharo-dev] Strange FileDoesNotExistException when loading code from Seaside...

2013-09-26 Thread Mariano Martinez Peck
Of course, executing the SAME load code from the workspace in the image does workso this is only when I trigger it from a seaside button...weird... On Thu, Sep 26, 2013 at 3:31 PM, Mariano Martinez Peck < marianop...@gmail.com> wrote: > ups...here is the screenshot. > > > On Thu, Sep 26, 201

[Pharo-dev] Strange FileDoesNotExistException when loading code from Seaside...

2013-09-26 Thread Mariano Martinez Peck
Hi guys, I have a link in a Seaside app that allow us to trigger a Metacello load to update the source code. It has a weird errorI get a FileDoesNotExistException with the .changes file, which indeed exists. The error is in #readOnlyFileNamed:. I attach an screenshot of the stack. What is fun