Seaside One-Click Hangs

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

Seaside One-Click Hangs

aditya siram-2
Hi all,
When I open my Seaside image now I cannot get to any of my code on the browser. I can get to other code (i.e something I haven't written like 'Sushi Store') but not mine. I can see my classes and the methods listed but whenever I click on a method the image hangs and eventually generates the error shown in the screenshot. Additionally my web page refuses to come up. The example pages are fine.
 
Right before this happened I was trying to load an 4MB JPEG file into the Seaside image using 'files' web interface. I did not realize that the image is converted into binary. At this point the image hung and Alt-period did nothing so I had to quit.
 
The Seaside image is now at 157MB which is possibly what is causing the hanging.
 
As suggested by Sophie I tried to back out my changes thru World -> changes -> recently logged changes, nothing comes up for this either.

At this point I'm not really sure what to do except start over.
 
Deech

_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside

world.jpeg (165K) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: Seaside One-Click Hangs

John Thornborrow
I don't use OB, so this may not be applicable, but try recompiling your
classes.

If you have the VBRegex package installed, you can try this in a
workspace.. (remember to replace <a regular expression> with a pattern
that matches your packages)


PackageInfo allPackages
  select: [ :aPackage | aPackage packageName matchesRegex: '<a regular
expression>']
  thenDo: [ :aPackage | aPackage classes do: [ :aClass | aClass
compileAll ]]

HTH,
John

www.pinesoft.co.uk

aditya siram wrote:

> Hi all,
> When I open my Seaside image now I cannot get to any of my code on the
> browser. I can get to other code (i.e something I haven't written like
> 'Sushi Store') but not mine. I can see my classes and the methods listed but
> whenever I click on a method the image hangs and eventually generates the
> error shown in the screenshot. Additionally my web page refuses to come up.
> The example pages are fine.
>
> Right before this happened I was trying to load an 4MB JPEG file into the
> Seaside image using 'files' web interface. I did not realize that the image
> is converted into binary. At this point the image hung and Alt-period did
> nothing so I had to quit.
>
> The Seaside image is now at 157MB which is possibly what is causing the
> hanging.
>
> As suggested by Sophie I tried to back out my changes thru World -> changes
> -> recently logged changes, nothing comes up for this either.
>
> At this point I'm not really sure what to do except start over.
>
> Deech
>
>
>  
>
>
>
> ------------------------------------------------------------------------
>
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> seaside mailing list
> [hidden email]
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside

--
John Thornborrow
http://www.pinesoft.co.uk


******************************************************************************************************************************************
This email is from Pinesoft Limited. Its contents are confidential to the intended recipient(s) at the email address(es) to which it has been addressed. It may not be disclosed to or used by anyone other than the addressee(s), nor may it be copied in anyway. If received in error, please contact the sender, then delete it from your system. Although this email and attachments are believed to be free of virus, or any other defect which might affect any computer or IT system into which they are received and opened, it is the responsibility of the recipient to ensure that they are virus free and no responsibility is accepted by Pinesoft for any loss or damage arising in any way from receipt or use thereof. *******************************************************************************************************************************************


Pinesoft Limited are registered in England, Registered number: 2914825. Registered office: 266-268 High Street, Waltham Cross, Herts, EN8 7EA
_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
Reply | Threaded
Open this post in threaded view
|

Re: Seaside One-Click Hangs

aditya siram-2
Hi John,
I didn't use OB. That's the dialog box that popped up after the image hung for a while.
 
Thanks for the advice though ...
Deech

On Wed, Apr 9, 2008 at 11:36 AM, John Thornborrow <[hidden email]> wrote:
I don't use OB, so this may not be applicable, but try recompiling your
classes.

If you have the VBRegex package installed, you can try this in a
workspace.. (remember to replace <a regular expression> with a pattern
that matches your packages)


PackageInfo allPackages
 select: [ :aPackage | aPackage packageName matchesRegex: '<a regular
expression>']
 thenDo: [ :aPackage | aPackage classes do: [ :aClass | aClass
compileAll ]]

HTH,
John

www.pinesoft.co.uk

aditya siram wrote:
> Hi all,
> When I open my Seaside image now I cannot get to any of my code on the
> browser. I can get to other code (i.e something I haven't written like
> 'Sushi Store') but not mine. I can see my classes and the methods listed but
> whenever I click on a method the image hangs and eventually generates the
> error shown in the screenshot. Additionally my web page refuses to come up.
> The example pages are fine.
>
> Right before this happened I was trying to load an 4MB JPEG file into the
> Seaside image using 'files' web interface. I did not realize that the image
> is converted into binary. At this point the image hung and Alt-period did
> nothing so I had to quit.
>
> The Seaside image is now at 157MB which is possibly what is causing the
> hanging.
>
> As suggested by Sophie I tried to back out my changes thru World -> changes
> -> recently logged changes, nothing comes up for this either.

>
> At this point I'm not really sure what to do except start over.
>
> Deech
>
>
>
>
>
>
> ------------------------------------------------------------------------
>
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> seaside mailing list
> [hidden email]
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside

--
John Thornborrow
http://www.pinesoft.co.uk


******************************************************************************************************************************************
This email is from Pinesoft Limited. Its contents are confidential to the intended recipient(s) at the email address(es) to which it has been addressed. It may not be disclosed to or used by anyone other than the addressee(s), nor may it be copied in anyway. If received in error, please contact the sender, then delete it from your system. Although this email and attachments are believed to be free of virus, or any other defect which might affect any computer or IT system into which they are received and opened, it is the responsibility of the recipient to ensure that they are virus free and no responsibility is accepted by Pinesoft for any loss or damage arising in any way from receipt or use thereof. *******************************************************************************************************************************************


Pinesoft Limited are registered in England, Registered number: 2914825. Registered office: 266-268 High Street, Waltham Cross, Herts, EN8 7EA
_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside


_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
Reply | Threaded
Open this post in threaded view
|

Re: Seaside One-Click Hangs

John Thornborrow
Aditya, did you try recompiling?

I *don't* use OB, so it may well be the same problem for you, that I
experience (i.e. Monticello does not compile my packages correctly.)

John.

www.pinesoft.co.uk

aditya siram wrote:

> Hi John,
> I didn't use OB. That's the dialog box that popped up after the image hung
> for a while.
>
> Thanks for the advice though ...
> Deech
>
> On Wed, Apr 9, 2008 at 11:36 AM, John Thornborrow <[hidden email]>
> wrote:
>
>> I don't use OB, so this may not be applicable, but try recompiling your
>> classes.
>>
>> If you have the VBRegex package installed, you can try this in a
>> workspace.. (remember to replace <a regular expression> with a pattern
>> that matches your packages)
>>
>>
>> PackageInfo allPackages
>>  select: [ :aPackage | aPackage packageName matchesRegex: '<a regular
>> expression>']
>>  thenDo: [ :aPackage | aPackage classes do: [ :aClass | aClass
>> compileAll ]]
>>
>> HTH,
>> John
>>
>> www.pinesoft.co.uk
>>
>> aditya siram wrote:
>>> Hi all,
>>> When I open my Seaside image now I cannot get to any of my code on the
>>> browser. I can get to other code (i.e something I haven't written like
>>> 'Sushi Store') but not mine. I can see my classes and the methods listed
>> but
>>> whenever I click on a method the image hangs and eventually generates
>> the
>>> error shown in the screenshot. Additionally my web page refuses to come
>> up.
>>> The example pages are fine.
>>>
>>> Right before this happened I was trying to load an 4MB JPEG file into
>> the
>>> Seaside image using 'files' web interface. I did not realize that the
>> image
>>> is converted into binary. At this point the image hung and Alt-period
>> did
>>> nothing so I had to quit.
>>>
>>> The Seaside image is now at 157MB which is possibly what is causing the
>>> hanging.
>>>
>>> As suggested by Sophie I tried to back out my changes thru World ->
>> changes
>>> -> recently logged changes, nothing comes up for this either.
>>>
>>> At this point I'm not really sure what to do except start over.
>>>
>>> Deech
>>>
>>>
>>>
>>>
>>>
>>>
>>> ------------------------------------------------------------------------
>>>
>>>
>>> ------------------------------------------------------------------------
>>>
>>> _______________________________________________
>>> seaside mailing list
>>> [hidden email]
>>> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
>> --
>> John Thornborrow
>> http://www.pinesoft.co.uk
>>
>>
>>
>> ******************************************************************************************************************************************
>> This email is from Pinesoft Limited. Its contents are confidential to the
>> intended recipient(s) at the email address(es) to which it has been
>> addressed. It may not be disclosed to or used by anyone other than the
>> addressee(s), nor may it be copied in anyway. If received in error, please
>> contact the sender, then delete it from your system. Although this email and
>> attachments are believed to be free of virus, or any other defect which
>> might affect any computer or IT system into which they are received and
>> opened, it is the responsibility of the recipient to ensure that they are
>> virus free and no responsibility is accepted by Pinesoft for any loss or
>> damage arising in any way from receipt or use thereof.
>> *******************************************************************************************************************************************
>>
>>
>> Pinesoft Limited are registered in England, Registered number: 2914825.
>> Registered office: 266-268 High Street, Waltham Cross, Herts, EN8 7EA
>> _______________________________________________
>> seaside mailing list
>> [hidden email]
>> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
>>
>
>
>  
>
>
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> seaside mailing list
> [hidden email]
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside

--
John Thornborrow
http://www.pinesoft.co.uk


******************************************************************************************************************************************
This email is from Pinesoft Limited. Its contents are confidential to the intended recipient(s) at the email address(es) to which it has been addressed. It may not be disclosed to or used by anyone other than the addressee(s), nor may it be copied in anyway. If received in error, please contact the sender, then delete it from your system. Although this email and attachments are believed to be free of virus, or any other defect which might affect any computer or IT system into which they are received and opened, it is the responsibility of the recipient to ensure that they are virus free and no responsibility is accepted by Pinesoft for any loss or damage arising in any way from receipt or use thereof. *******************************************************************************************************************************************


Pinesoft Limited are registered in England, Registered number: 2914825. Registered office: 266-268 High Street, Waltham Cross, Herts, EN8 7EA
_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
Reply | Threaded
Open this post in threaded view
|

Re: Seaside One-Click Hangs

aditya siram-2
I just tried that to no avail. To recompile I clicked on each class and pressed Ctrl-s. No errors popped but when I try to click on one of my methods the image hangs as before. Is there another way to recompile?

Deech

On Wed, Apr 9, 2008 at 11:51 AM, John Thornborrow <[hidden email]> wrote:
Aditya, did you try recompiling?

I *don't* use OB, so it may well be the same problem for you, that I
experience (i.e. Monticello does not compile my packages correctly.)

John.

www.pinesoft.co.uk

aditya siram wrote:
> Hi John,
> I didn't use OB. That's the dialog box that popped up after the image hung
> for a while.
>
> Thanks for the advice though ...
> Deech
>
> On Wed, Apr 9, 2008 at 11:36 AM, John Thornborrow <[hidden email]>
> wrote:
>
>> I don't use OB, so this may not be applicable, but try recompiling your
>> classes.
>>
>> If you have the VBRegex package installed, you can try this in a
>> workspace.. (remember to replace <a regular expression> with a pattern
>> that matches your packages)
>>
>>
>> PackageInfo allPackages
>>  select: [ :aPackage | aPackage packageName matchesRegex: '<a regular
>> expression>']
>>  thenDo: [ :aPackage | aPackage classes do: [ :aClass | aClass
>> compileAll ]]
>>
>> HTH,
>> John
>>
>> www.pinesoft.co.uk
>>
>> aditya siram wrote:
>>> Hi all,
>>> When I open my Seaside image now I cannot get to any of my code on the
>>> browser. I can get to other code (i.e something I haven't written like
>>> 'Sushi Store') but not mine. I can see my classes and the methods listed
>> but
>>> whenever I click on a method the image hangs and eventually generates
>> the
>>> error shown in the screenshot. Additionally my web page refuses to come
>> up.
>>> The example pages are fine.
>>>
>>> Right before this happened I was trying to load an 4MB JPEG file into
>> the
>>> Seaside image using 'files' web interface. I did not realize that the
>> image
>>> is converted into binary. At this point the image hung and Alt-period
>> did
>>> nothing so I had to quit.
>>>
>>> The Seaside image is now at 157MB which is possibly what is causing the
>>> hanging.
>>>
>>> As suggested by Sophie I tried to back out my changes thru World ->
>> changes
>>> -> recently logged changes, nothing comes up for this either.
>>>
>>> At this point I'm not really sure what to do except start over.
>>>
>>> Deech
>>>
>>>
>>>
>>>
>>>
>>>
>>> ------------------------------------------------------------------------
>>>
>>>
>>> ------------------------------------------------------------------------
>>>
>>> _______________________________________________
>>> seaside mailing list
>>> [hidden email]
>>> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
>> --
>> John Thornborrow
>> http://www.pinesoft.co.uk
>>
>>
>>
>> ******************************************************************************************************************************************
>> This email is from Pinesoft Limited. Its contents are confidential to the
>> intended recipient(s) at the email address(es) to which it has been
>> addressed. It may not be disclosed to or used by anyone other than the
>> addressee(s), nor may it be copied in anyway. If received in error, please
>> contact the sender, then delete it from your system. Although this email and
>> attachments are believed to be free of virus, or any other defect which
>> might affect any computer or IT system into which they are received and
>> opened, it is the responsibility of the recipient to ensure that they are
>> virus free and no responsibility is accepted by Pinesoft for any loss or
>> damage arising in any way from receipt or use thereof.
>> *******************************************************************************************************************************************
>>
>>
>> Pinesoft Limited are registered in England, Registered number: 2914825.
>> Registered office: 266-268 High Street, Waltham Cross, Herts, EN8 7EA
>> _______________________________________________
>> seaside mailing list
>> [hidden email]
>> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
>>
>
>
>
>
>
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> seaside mailing list
> [hidden email]
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside

--
John Thornborrow
http://www.pinesoft.co.uk


******************************************************************************************************************************************
This email is from Pinesoft Limited. Its contents are confidential to the intended recipient(s) at the email address(es) to which it has been addressed. It may not be disclosed to or used by anyone other than the addressee(s), nor may it be copied in anyway. If received in error, please contact the sender, then delete it from your system. Although this email and attachments are believed to be free of virus, or any other defect which might affect any computer or IT system into which they are received and opened, it is the responsibility of the recipient to ensure that they are virus free and no responsibility is accepted by Pinesoft for any loss or damage arising in any way from receipt or use thereof. *******************************************************************************************************************************************


Pinesoft Limited are registered in England, Registered number: 2914825. Registered office: 266-268 High Street, Waltham Cross, Herts, EN8 7EA
_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside


_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
Reply | Threaded
Open this post in threaded view
|

Re: Seaside One-Click Hangs

aditya siram-2
Oh you mean from the Monticello browser. Sorry! I'll try that now. Thanks...
Deech

On Wed, Apr 9, 2008 at 12:46 PM, aditya siram <[hidden email]> wrote:
I just tried that to no avail. To recompile I clicked on each class and pressed Ctrl-s. No errors popped but when I try to click on one of my methods the image hangs as before. Is there another way to recompile?

Deech


On Wed, Apr 9, 2008 at 11:51 AM, John Thornborrow <[hidden email]> wrote:
Aditya, did you try recompiling?

I *don't* use OB, so it may well be the same problem for you, that I
experience (i.e. Monticello does not compile my packages correctly.)

John.

www.pinesoft.co.uk

aditya siram wrote:
> Hi John,
> I didn't use OB. That's the dialog box that popped up after the image hung
> for a while.
>
> Thanks for the advice though ...
> Deech
>
> On Wed, Apr 9, 2008 at 11:36 AM, John Thornborrow <[hidden email]>
> wrote:
>
>> I don't use OB, so this may not be applicable, but try recompiling your
>> classes.
>>
>> If you have the VBRegex package installed, you can try this in a
>> workspace.. (remember to replace <a regular expression> with a pattern
>> that matches your packages)
>>
>>
>> PackageInfo allPackages
>>  select: [ :aPackage | aPackage packageName matchesRegex: '<a regular
>> expression>']
>>  thenDo: [ :aPackage | aPackage classes do: [ :aClass | aClass
>> compileAll ]]
>>
>> HTH,
>> John
>>
>> www.pinesoft.co.uk
>>
>> aditya siram wrote:
>>> Hi all,
>>> When I open my Seaside image now I cannot get to any of my code on the
>>> browser. I can get to other code (i.e something I haven't written like
>>> 'Sushi Store') but not mine. I can see my classes and the methods listed
>> but
>>> whenever I click on a method the image hangs and eventually generates
>> the
>>> error shown in the screenshot. Additionally my web page refuses to come
>> up.
>>> The example pages are fine.
>>>
>>> Right before this happened I was trying to load an 4MB JPEG file into
>> the
>>> Seaside image using 'files' web interface. I did not realize that the
>> image
>>> is converted into binary. At this point the image hung and Alt-period
>> did
>>> nothing so I had to quit.
>>>
>>> The Seaside image is now at 157MB which is possibly what is causing the
>>> hanging.
>>>
>>> As suggested by Sophie I tried to back out my changes thru World ->
>> changes
>>> -> recently logged changes, nothing comes up for this either.
>>>
>>> At this point I'm not really sure what to do except start over.
>>>
>>> Deech
>>>
>>>
>>>
>>>
>>>
>>>
>>> ------------------------------------------------------------------------
>>>
>>>
>>> ------------------------------------------------------------------------
>>>
>>> _______________________________________________
>>> seaside mailing list
>>> [hidden email]
>>> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
>> --
>> John Thornborrow
>> http://www.pinesoft.co.uk
>>
>>
>>
>> ******************************************************************************************************************************************
>> This email is from Pinesoft Limited. Its contents are confidential to the
>> intended recipient(s) at the email address(es) to which it has been
>> addressed. It may not be disclosed to or used by anyone other than the
>> addressee(s), nor may it be copied in anyway. If received in error, please
>> contact the sender, then delete it from your system. Although this email and
>> attachments are believed to be free of virus, or any other defect which
>> might affect any computer or IT system into which they are received and
>> opened, it is the responsibility of the recipient to ensure that they are
>> virus free and no responsibility is accepted by Pinesoft for any loss or
>> damage arising in any way from receipt or use thereof.
>> *******************************************************************************************************************************************
>>
>>
>> Pinesoft Limited are registered in England, Registered number: 2914825.
>> Registered office: 266-268 High Street, Waltham Cross, Herts, EN8 7EA
>> _______________________________________________
>> seaside mailing list
>> [hidden email]
>> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
>>
>
>
>
>
>
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> seaside mailing list
> [hidden email]
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside

--
John Thornborrow
http://www.pinesoft.co.uk


******************************************************************************************************************************************
This email is from Pinesoft Limited. Its contents are confidential to the intended recipient(s) at the email address(es) to which it has been addressed. It may not be disclosed to or used by anyone other than the addressee(s), nor may it be copied in anyway. If received in error, please contact the sender, then delete it from your system. Although this email and attachments are believed to be free of virus, or any other defect which might affect any computer or IT system into which they are received and opened, it is the responsibility of the recipient to ensure that they are virus free and no responsibility is accepted by Pinesoft for any loss or damage arising in any way from receipt or use thereof. *******************************************************************************************************************************************


Pinesoft Limited are registered in England, Registered number: 2914825. Registered office: 266-268 High Street, Waltham Cross, Herts, EN8 7EA
_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside



_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
Reply | Threaded
Open this post in threaded view
|

Re: Seaside One-Click Hangs

Philippe Marschall
In reply to this post by aditya siram-2
2008/4/9, aditya siram <[hidden email]>:

> Hi all,
> When I open my Seaside image now I cannot get to any of my code on the
> browser. I can get to other code (i.e something I haven't written like
> 'Sushi Store') but not mine. I can see my classes and the methods listed but
> whenever I click on a method the image hangs and eventually generates the
> error shown in the screenshot. Additionally my web page refuses to come up.
> The example pages are fine.
>
> Right before this happened I was trying to load an 4MB JPEG file into the
> Seaside image using 'files' web interface. I did not realize that the image
> is converted into binary.

It's much worse than converted to binary. It is inflated by a factor
of about four. FileLibrary is really not indended for such things.

Cheers
Philippe


> At this point the image hung and Alt-period did
> nothing so I had to quit.
>
> The Seaside image is now at 157MB which is possibly what is causing the
> hanging.
>
> As suggested by Sophie I tried to back out my changes thru World -> changes
> -> recently logged changes, nothing comes up for this either.
>
> At this point I'm not really sure what to do except start over.
>
> Deech
>
> _______________________________________________
>  seaside mailing list
>  [hidden email]
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
>
>
>
_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
Reply | Threaded
Open this post in threaded view
|

Re: Seaside One-Click Hangs

Claus Kick
In reply to this post by aditya siram-2
aditya siram wrote:
> I just tried that to no avail. To recompile I clicked on each class and
> pressed Ctrl-s. No errors popped but when I try to click on one of my
> methods the image hangs as before. Is there another way to recompile?

Just evaluate

Compiler recompileAll

in a workspace and have a coffee in the meantime.
_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside