Transcript show in transaction ?

Florian Minjat florian.minjat at gmail.com
Tue Jul 10 18:05:42 UTC 2007


Ok then I got other errors...
Q2Log is needed. I found it under SLLog on SqueakMap 
(http://lists.squeakfoundation.org/pipermail/setools/2007-June/000404.html).
After the warning to upgrade the db to version .9, I got this error : 
MultifileByteStream doesNotunderstand: #maSetPositionToEnd in 
MaRecoveryManager>>openCommitLog.
I changed #maSetPositionToEnd to setToEnd and proceeded without errors.
Then I got an error coming from the fact than the class variable 
MaxPhysicalFileSize of MaAtomicFileStream was not initialized because 
the class was already definied. Same goes with the class variable of 
MaRecoveryManager.
Then the database was fucked up (does not seem to be a Magma 
database). And after recover of a backup, the upgrade didn't pop up. I 
don't understand why...
Then I tried to use Magma but a read got me an other error : A 
primitive has failed with a ByteArray new: (1/4) in 
MaHashIndexRecord>>keySize:valueSize:numberOfSlots:.

I stopped there because obviously the upgrade to the last version of 
magma is not possible. I will do a new fresh image and try again...

Florian

Florian Minjat wrote:
> Sorry for this message. I just did a 'self 
> initializeDefaultSpecifications' in the debugger and i worked.
> 
> Florian
> 
> Florian Minjat wrote:
>> Keith Hodges wrote:
>>> Dear Florian,
>>>
>>> I have just uploaded a MagmaServerLoader-kph.30 to MagmaTester which 
>>> has more support for the Explorer, there you can see what happens 
>>> when you go down the tree of your persisted data.
>>>
>>> You need to set magmaSession preferences class debugProxies: true
>>>
>>> First it shows you the Mutating proxy, as an object with contents, 
>>> then if you open that it reifies it, and you see the contents that it 
>>> has downloaded.
>>>
>>> Keith
>>
>> As I have big problems in the understanding of what is reified where, 
>> I wanted to load MagmaServerLoader-kph.31. But I get this error during 
>> the loading : MessageNotUnderstood: SmallInteger>>key in 
>> MaReadStrategy>>instVarMapFor: . specifiedDepths equals 99999 and 
>> therefore can't respond to the message key.
>>
>> An idea on how to bypass this error?
>>
>> Florian
>>
> 


More information about the Magma mailing list