[Glass] WAFastCGI don't start after some GLASS database command

Dale Henrichs dale.henrichs at gemtalksystems.com
Fri Jun 20 06:14:17 PDT 2014


Sorry for not getting back to you sooner ... I have to say that I don't
understand the error you are getting either:

GemStone: Error         Nonfatal
a ArgumentTypeError occurred (error 2094), reason:rtErrBadArgKind,
for anObjectLogEntry  expected a SymbolAssociation
Error Category: 231169 [GemStone] Number: 2094  Arg Count: 4 Context :
45085697 exception : 44928001
Arg 1: [44927745 sz:6 cls: 20632065 ObjectLogEntry] anObjectLogEntry
Arg 2: [111617 sz:19 cls: 844545 SymbolAssociation class] SymbolAssociation
Arg 3: [20 sz:0 cls: 76289 UndefinedObject] nil
Arg 4: [20 sz:0 cls: 76289 UndefinedObject] nil
topaz > exec iferr 1 : where
==> 1 AbstractException >> _signalWith:             (envId 0) @6 line 25
[methId 4496129]
2 AbstractException >> signal                   (envId 0) @2 line 47
[methId 4492033]
3 Object >> _error:args:                        (envId 0) @15 line 11
[methId 10764545]
4 Object >> _errorExpectedClass:                (envId 0) @2 line 5
[methId 3581441]
5 Object >> _validateClass:                     (envId 0) @4 line 6
[methId 3337217]
6 SymbolDictionary >> addAssociation:           (envId 0) @4 line 6
[methId 3555585]
7 IdentityDictionary >> add:                    (envId 0) @2 line 7
[methId 3791873]
8 ObjectLogEntry >> addToLog                    (envId 0) @4 line 3
[methId

ObjectLogEntry >> addToLog is supposed to be adding itself to an RCQueue
and instead it appears to be trying to add itself to an IdentityDictionary.
So you need to understand why ObjectLogEntry class>>objectQueue is
returning an IdentityDictionary (you can inspect in GemTools) ...

Presumably if you re-initialize ObjectLogEntry you'll be back in business
... but I _am_ curious how an IdentityDictionary could sneak in there...

  ObjectLogEntry initalize "note the intentional misspelling should do the
job"

Dale


On Tue, Jun 17, 2014 at 7:13 AM, Dario Trussardi <dario.trussardi at tiscali.it
> wrote:

> Ciao,
>
>     last Friday i do some works on GLASS 3.1.0.4 repository.
>
>     I do some:  A)  SystemRepository markForCollection
>
>             and:    B)    SystemRepository reclaimAll
>
>       with some problem as report into email titled:     Reference to
> anObject
>
>     Today when i start the Gemstone the relative WAFastCGI don't start
>
>      as report into the attachement.
>
>     I resubmit A and B     but without solving the problem.
>
>     I restore one hold backup ( save before any  A B commands ) and with
> it the FastCGI work fine.
>
>     I need to do some Transaction command in the error image?
>
>     Thanks,
>
>         Dario
>
>
>
>
>
>
>
> _______________________________________________
> Glass mailing list
> Glass at lists.gemtalksystems.com
> http://lists.gemtalksystems.com/mailman/listinfo/glass
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.gemtalksystems.com/mailman/private/glass/attachments/20140620/9f82a21a/attachment.html>


More information about the Glass mailing list