Omnibase - improper store into indexable object

Derek Brans brans at nerdonawire.com
Wed Jul 2 17:03:28 UTC 2003


Hi,

I've been getting this error alot when trying to access the database.

Any help would be appreciated.


July 2, 2003 10:01

VM: Win32 - Squeak3.4 of 1 March 2003 [latest update: #5170]
Image: Squeak3.5 [latest update: #5180]

ByteArray(Object)>>error:
 Receiver: a ByteArray(0 0 0)
 Arguments and temporary variables: 
  aString:  'Improper store into indexable object'
 Receiver's instance variables: 
a ByteArray(0 0 0)

ByteArray(Object)>>errorImproperStore
 Receiver: a ByteArray(0 0 0)
 Arguments and temporary variables: 

 Receiver's instance variables: 
a ByteArray(0 0 0)

ByteArray(Object)>>basicAt:put:
 Receiver: a ByteArray(0 0 0)
 Arguments and temporary variables: 
  index:  1
  value:  -44
 Receiver's instance variables: 
a ByteArray(0 0 0)

ByteArray class(Object class)>>odbLoadVariables:classInfo:
 Receiver: ByteArray
 Arguments and temporary variables: 
  deserializer:  an ODBDeserializer
  classInfo:  an ODBClassDescription
  stream:  an ODBMemoryReadStream
  order:  nil
  iSize:  nil
  object:  a ByteArray(0 0 0)
  basicSize:  3
  varArray:  nil
  i:  1
  iLimiT:  nil
 Receiver's instance variables: 
  superclass:  ArrayedCollection
  methodDict:  a MethodDictionary(#asBtreeKeyOfSize:->a CompiledMethod (198) #asBy...etc...
  format:  1026
  instanceVariables:  nil
  organization:  ('accessing' atAllPut: byteAt: byteAt:put: byteSize bytesPerEleme...etc...
  subclasses:  #(CompiledMethod CompiledApplescript ExternalAddress UUID)
  name:  #ByteArray
  classPool:  a Dictionary()
  sharedPools:  nil
  environment:  nil
  category:  nil


--- The full stack ---
ByteArray(Object)>>error:
ByteArray(Object)>>errorImproperStore
ByteArray(Object)>>basicAt:put:
ByteArray class(Object class)>>odbLoadVariables:classInfo:
 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
ODBDeserializer>>newObjectNewClass
ODBNewObjectNewClass class>>odbDeserialize:
ODBDeserializer>>nextObject
Array class>>odbDeserialize:
ODBDeserializer>>nextObject
ODBSortedDictionary class(Object class)>>odbLoadVariables:classInfo:
ODBDeserializer>>newObjectNewClass
ODBNewObjectNewClass class>>odbDeserialize:
ODBDeserializer>>nextObject
ODBBTreeDictionary class(Object class)>>odbLoadVariables:classInfo:
ODBDeserializer>>newObjectNewClass
ODBNewObjectNewClass class>>odbDeserialize:
ODBDeserializer>>nextObject
[] in ODBPersistentDictionary class>>odbDeserialize:
SmallInteger(Integer)>>timesRepeat:
ODBPersistentDictionary class>>odbDeserialize:
ODBDeserializer>>nextObject
BKModule class(Object class)>>odbLoadVariables:classInfo:
ODBDeserializer>>newObjectNewClass
ODBNewObjectNewClass class>>odbDeserialize:
ODBDeserializer>>nextObject
ODBDeserializer>>deserializeFrom:referenceManager:transaction:
ODBSerializedDBObject256References>>makeTransactionObject:
[] in ODBLocalTransaction(ODBTransaction)>>transactionObjectAt:
BlockContext>>ifCurtailed:
[] in ODBLocalTransaction(ODBTransaction)>>transactionObjectAt:
BlockContext>>ensure:
BlockContext>>valueUnpreemptively
ODBLocalTransaction(ODBTransaction)>>transactionObjectAt:
ODBDemandLoader>>getObject
ODBDemandLoader>>perform:withArguments:
ODBReference>>doesNotUnderstand:
LimitedWriteStream(Stream)>>print:
[] in ODBPersistentDictionary(Dictionary)>>printElementsOn:
SortedCollection(OrderedCollection)>>do:
ODBPersistentDictionary(Dictionary)>>printElementsOn:
ODBPersistentDictionary(Collection)>>printOn:
[] in ODBPersistentDictionary(Object)>>printStringLimitedTo:
String class(SequenceableCollection class)>>streamContents:limitedTo:
ODBPersistentDictionary(Object)>>printStringLimitedTo:
ODBPersistentDictionary(Object)>>printString
ODBPersistentDictionary(Object)>>asExplorerString
[] in UndefinedObject>>DoIt
BlockContext>>ifCurtailed:
[] in BlockContext>>evaluateAndCommitIn:
BlockContext>>ensure:
BlockContext>>evaluateAndCommitIn:
BlockContext>>evalAndCommit
UndefinedObject>>DoIt
Compiler>>evaluate:in:to:notifying:ifFail:
[] in TextMorphEditor(ParagraphEditor)>>evaluateSelection
BlockContext>>on:do:
TextMorphEditor(ParagraphEditor)>>evaluateSelection
TextMorphEditor(ParagraphEditor)>>printIt
[] in TextMorphEditor(ParagraphEditor)>>printIt:
TextMorphEditor(Controller)>>terminateAndInitializeAround:
TextMorphEditor(ParagraphEditor)>>printIt:
...etc...
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20030702/d0a4e0ad/attachment.htm


More information about the Squeak-dev mailing list