Problem with FileDoesNotExistException

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Problem with FileDoesNotExistException

Mariano Martinez Peck
I am still learning with Pier and I probably did something wrong. I am now trying to edit /mainenviorment. There I have this:

FileDoesNotExistException: '/home/mariano/squeak/imagenes/destinoMochila/Pier-1-1-1.app/Contents/Resources/files/b2/g03r5h2xukw1wbdb5dfktkusjilyoc/unknown'

I remember to delete all /home/mariano/squeak/imagenes/destinoMochila/Pier-1-1-1.app/Contents/Resources/files/ once because I move all my images from there (pier) to a particular library (they were css pictures).

Any ideas of how can I fix this ?

Thanks!!

Mariano


_______________________________________________
Magritte, Pier and Related Tools ...
https://www.iam.unibe.ch/mailman/listinfo/smallwiki
Reply | Threaded
Open this post in threaded view
|

Re: Problem with FileDoesNotExistException

johnmci
Well the Pier external file instances point to files in the /files  
directory. Since you moved the files then you get the file not found  
exception.

So either you can put the files back, if you have them?  Or construct  
a folder structure /b2/g03r5h2xukw1wbdb5dfktkusjilyoc  and stick an  
empty 'unknown' file in there
to get around this problem.   What is going on is that it's trying to  
read the 'uknown' file, which is a text file containing the environment


On 13-Apr-09, at 8:08 PM, Mariano Martinez Peck wrote:

> I am still learning with Pier and I probably did something wrong. I  
> am now trying to edit /mainenviorment. There I have this:
>
> FileDoesNotExistException: '/home/mariano/squeak/imagenes/
> destinoMochila/Pier-1-1-1.app/Contents/Resources/files/b2/
> g03r5h2xukw1wbdb5dfktkusjilyoc/unknown'
>
> I remember to delete all /home/mariano/squeak/imagenes/
> destinoMochila/Pier-1-1-1.app/Contents/Resources/files/ once because  
> I move all my images from there (pier) to a particular library (they  
> were css pictures).
>
> Any ideas of how can I fix this ?
>
> Thanks!!
>
> Mariano
>
> _______________________________________________
> Magritte, Pier and Related Tools ...
> https://www.iam.unibe.ch/mailman/listinfo/smallwiki

--
=
=
=
========================================================================
John M. McIntosh <[hidden email]>
Corporate Smalltalk Consulting Ltd.  http://www.smalltalkconsulting.com
=
=
=
========================================================================



_______________________________________________
Magritte, Pier and Related Tools ...
https://www.iam.unibe.ch/mailman/listinfo/smallwiki
Reply | Threaded
Open this post in threaded view
|

Re: Problem with FileDoesNotExistException

Mariano Martinez Peck


On Tue, Apr 14, 2009 at 12:42 AM, John M McIntosh <[hidden email]> wrote:
Well the Pier external file instances point to files in the /files directory. Since you moved the files then you get the file not found exception.

So either you can put the files back, if you have them?  Or construct a folder structure /b2/g03r5h2xukw1wbdb5dfktkusjilyoc  and stick an empty 'unknown' file in there
to get around this problem.   What is going on is that it's trying to read the 'uknown' file, which is a text file containing the environment


Your answer always so fast :)

This actually work men. I didn't have the file so I create the folder and then the uknown file. There I put the structure and now it works perfect.

Thanks a lot.

Mariano
 


On 13-Apr-09, at 8:08 PM, Mariano Martinez Peck wrote:

I am still learning with Pier and I probably did something wrong. I am now trying to edit /mainenviorment. There I have this:

FileDoesNotExistException: '/home/mariano/squeak/imagenes/destinoMochila/Pier-1-1-1.app/Contents/Resources/files/b2/g03r5h2xukw1wbdb5dfktkusjilyoc/unknown'

I remember to delete all /home/mariano/squeak/imagenes/destinoMochila/Pier-1-1-1.app/Contents/Resources/files/ once because I move all my images from there (pier) to a particular library (they were css pictures).

Any ideas of how can I fix this ?

Thanks!!

Mariano

_______________________________________________
Magritte, Pier and Related Tools ...
https://www.iam.unibe.ch/mailman/listinfo/smallwiki

--
===========================================================================
John M. McIntosh <[hidden email]>
Corporate Smalltalk Consulting Ltd.  http://www.smalltalkconsulting.com
===========================================================================



_______________________________________________
Magritte, Pier and Related Tools ...
https://www.iam.unibe.ch/mailman/listinfo/smallwiki


_______________________________________________
Magritte, Pier and Related Tools ...
https://www.iam.unibe.ch/mailman/listinfo/smallwiki