Help!! Lagoon deployment error - 'No such resource'

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

Help!! Lagoon deployment error - 'No such resource'

Ravi
Merry X'mas and happy new year all,

I've developed my application in Dolphin 4 Value Edition and an
evaluation version of Omnibase. I'm testing deployment using a trial
version of Dolphin 4 Professional. All the application classes are in
the same package and there are no cyclic prerequisites or any
dependencies on the Development System package.

During Lagoon deployment (EXE creation), Dolphin crashes with a 'no
such resource' error when it's removing redundant methods. The last 2
lines in the log file are 'Removing redundant methods...' and 'no such
resource'.

Can someone please help me..

Thanks in advance..

Ravi


Reply | Threaded
Open this post in threaded view
|

Re: Help!! Lagoon deployment error - 'No such resource'

Bill Schwab
Ravi,

> During Lagoon deployment (EXE creation), Dolphin crashes with a 'no
> such resource' error when it's removing redundant methods. The last 2
> lines in the log file are 'Removing redundant methods...' and 'no such
> resource'.

The crash dump might tell you which resource is causing trouble; but, the
easy way out of your current situation is probably to turn off stripping of
redundant methods.  You'll still get the benefit of removing redundant
packages.

Have a good one,

Bill

--
Wilhelm K. Schwab, Ph.D.
[hidden email]


Reply | Threaded
Open this post in threaded view
|

Re: Help!! Lagoon deployment error - 'No such resource'

Ravi
Bill,

You wrote in message news:<a0aj2v$1m7$[hidden email]>...

> Ravi,
>
> > During Lagoon deployment (EXE creation), Dolphin crashes with a 'no
> > such resource' error when it's removing redundant methods. The last 2
> > lines in the log file are 'Removing redundant methods...' and 'no such
> > resource'.
>
> The crash dump might tell you which resource is causing trouble; but, the
> easy way out of your current situation is probably to turn off stripping of
> redundant methods.  You'll still get the benefit of removing redundant
> packages.
>
> Have a good one,
>
> Bill

I had to turn off 'Strip redundant methods' as well as 'Strip
redundant resources' to get it to work. The crash dump doesn't say
which method or resource is causing the problem or at least I'm not
able to see it. Shall I e-mail the crash dump?

Aside from that, when I ran the EXE, I was getting 'Undefined object
does not understand ...' error whenever a persistent object is
accessed from Omnibase. Turning off 'Strip class meta-information' in
Lagoon deployment fixed this problem.

Thanks...

Ravi