Lagoon/no such resource

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

Lagoon/no such resource

Steve Alan Waring
Hi,

In a fresh Beta2 image I add a Shell subclass, and create a view with a
single push button.

I then do a "Non-packaged Instance-Based" Lagoon deployment:
-I show an instance of the Shell.
-Start Lagoon from the tools menu.
-I keep all the Lagoon defaults (including RuntimeSessionManager and no Root
package)

The deployment fails with the error message "no such resource" and the log
file shows:

"Removing redundant methods...

no such resource"

Adding a printString to ResourceIdentifier>>resource indicates that the
problem resource is SmalltalkWorkspace.Method source

Thanks,
Steve Waring


Reply | Threaded
Open this post in threaded view
|

Re: Lagoon/no such resource

Blair McGlashan
"Steve Waring" <[hidden email]> wrote in message
news:[hidden email]...
> Hi,
>
> In a fresh Beta2 image I add a Shell subclass, and create a view with a
> single push button.
>
> I then do a "Non-packaged Instance-Based" Lagoon deployment:
> -I show an instance of the Shell.
> -Start Lagoon from the tools menu.
> -I keep all the Lagoon defaults (including RuntimeSessionManager and no
Root

> package)
>
> The deployment fails with the error message "no such resource" and the log
> file shows:
>
> "Removing redundant methods...
>
> no such resource"
>
> Adding a printString to ResourceIdentifier>>resource indicates that the
> problem resource is SmalltalkWorkspace.Method source
>

Thanks Steve, #754.

Blair