<html><head><meta http-equiv="content-type" content="text/html; charset=utf-8"></head><body style="overflow-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;">False lead…sorry, just made a mistake in my debugging code. <div><br></div><div>I rebuilt my dev image from ground up and now I’m able to reproduce the problem there as well.</div><div><br></div><div>-D<br id="lineBreakAtBeginningOfMessage"><div><br><blockquote type="cite"><div>On Jun 3, 2024, at 3:20 PM, Richard Sargent <richard.sargent@gemtalksystems.com> wrote:</div><br class="Apple-interchange-newline"><div><div dir="ltr"><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, Jun 3, 2024 at 12:15 PM David Shaffer <<a href="mailto:shaffer@shaffer-consulting.com">shaffer@shaffer-consulting.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div>Ah, a clue…when I turn on removeInvalidConnectors, the connectors for this hierarchy are removed.  How are connectors validated?</div></blockquote><div><br></div><div>As far as I see, the only place that happens is in GbsSession>>handleFailedConnectors:messages:. And, in your first report, I thought you said there were no failed connections.<br></div><div>Perhaps add an error in this method so that the stack dump shows what the problems were.</div><div>(An error doesn't matter, because it won't be much later before you try to replicate instances of the classes that failed to connect.)</div><div><br></div><div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div><div><br></div><div>-D<br id="m_2419082046107698320lineBreakAtBeginningOfMessage"><div><br><blockquote type="cite"><div>On Jun 3, 2024, at 2:59 PM, David Shaffer <<a href="mailto:shaffer@shaffer-consulting.com" target="_blank">shaffer@shaffer-consulting.com</a>> wrote:</div><br><div><div>Yes, the session is logged in and I’m sending a message to a collection of objects that are being faulted in from the DB.  At this point in the code, many gemstone objects have been replicated to VW.<div><br></div><div>-D<br id="m_2419082046107698320lineBreakAtBeginningOfMessage"><div><br><blockquote type="cite"><div>On Jun 3, 2024, at 2:57 PM, Richard Sargent <<a href="mailto:richard.sargent@gemtalksystems.com" target="_blank">richard.sargent@gemtalksystems.com</a>> wrote:</div><br><div><div dir="ltr">And, to be clear, the point at which the unmapped class error occurs is <i>after</i> the completion of session login? Right?<br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, Jun 3, 2024 at 11:33 AM David Shaffer <<a href="mailto:shaffer@shaffer-consulting.com" target="_blank">shaffer@shaffer-consulting.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div><div>Thanks for looking at this Richard.  The class and all of its super- and sub-classes are connected:</div><div><br></div><blockquote style="margin:0px 0px 0px 40px;border:medium;padding:0px"><div><div>GbsClassConnector stName: #'Trader.EdgeTriggersOrderSignal' gsName: 'Trader_EdgeTriggersOrderSignal' dictionary: #TraderClasses   is connected = true</div></div><div><div>GbsClassConnector stName: #'Trader.AbstractTradeOnMarketSignal' gsName: 'Trader_AbstractTradeOnMarketSignal' dictionary: #TraderClasses   is connected = true</div></div><div><div>GbsClassConnector stName: #'Trader.LevelTriggersOrderSignal' gsName: 'Trader_LevelTriggersOrderSignal' dictionary: #TraderClasses   is connected = true</div></div><div><div>GbsClassConnector stName: #'Trader.AbstractTradingSignal' gsName: 'Trader_AbstractTradingSignal' dictionary: #TraderClasses   is connected = true</div></div></blockquote><div><div><br></div><div>I tried catching the exception and then re-printing the status of the connectors.  Still connected ;)</div><div><br></div><div>-D</div><div><br><blockquote type="cite"><div>On Jun 3, 2024, at 12:02 PM, Richard Sargent <<a href="mailto:richard.sargent@gemtalksystems.com" target="_blank">richard.sargent@gemtalksystems.com</a>> wrote:</div><br><div><div dir="ltr" style="font-family:Helvetica;font-size:12px;font-style:normal;font-variant-caps:normal;font-weight:400;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;text-decoration:none"><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sun, Jun 2, 2024 at 9:28 PM David Shaffer via GemStone-Smalltalk <<a href="mailto:gemstone-smalltalk@lists.gemtalksystems.com" target="_blank">gemstone-smalltalk@lists.gemtalksystems.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div>Hey folks…killed a whole day on this one and I’m stuck.  I’m running an application on VW9.4/GBS8.7.1/GS3.6.5 where I have some (a lot of) class connectors in my session parameters.  Among them: <div><div><br></div><blockquote style="margin:0px 0px 0px 40px;border:medium;padding:0px">GbsClassConnector stName: #'Trader.LevelTriggersOrderSignal' gsName: 'Trader_LevelTriggersOrderSignal' dictionary: #TraderClasses</blockquote><br><div>I am able to access objects in my repository replicated into GBS on my desktop image.  When I package it up and run it headless in my docker container I get:</div><div><br></div><blockquote style="margin:0px 0px 0px 40px;border:medium;padding:0px"><div>Unhandled exception: No client class Trader_LevelTriggersOrderSignal, class generation is disabled.</div><div><br></div></blockquote><span>when loading objects in my repository of the aforementioned type.  </span>I’ve verified that the Smalltalk class Trader.LevelTriggersOrderSignal is in the deployed image.  I’ve also checked that there is only one class with that name in my repo (the class history has 1 element in it) and that the class of the object in the repository that is causing the problem has the same OOP as the class in TraderClasses.</div><div><br></div><div>Full stack trace is pasted below.  I’ve tried poking around quite a bit including adding some tracing to GbsSession>>connectClassConnectorsTypeNoneIn:addFailedConnectorsTo:addMessagesTo: to double-check that the connector is indeed being connected and everything looks OK.  I’ve tried all kinds of things but I’m pretty much stuck on this one.  Sorry for the lack of details…not expecting anyone to be able to sort this out from my vague description…just hoping for some debugging suggestions.  GBS is complicated.</div></div></blockquote><div><br></div><div>Let's start with verifying that the connector really was established. Add some diagnostic code to iterate through your connectors after logging in and find that particular one. Then report the value of each instance variable. Also, report the result of sending the GbsConnector>>isConnectedInSession: message for the connector.</div><div><br></div><div>The fact that it is executing GbxUnmappedClassReplicator>>findOrGenerateClientClass strongly suggests the class is NOT connected (yet). But, if that were the case, I would have expected to see the same problem in an image with a GUI.</div><div><br></div><div>Are any of the connectors defining a class hierarchy? In particular, is the missing one a subclass of another that's also in the connectors list?<br></div><div>If so, the problem could be the fact that the connectors in the Session Parameters is a Set. The order is effectively random so an attempt to connect a subclass before its superclass, might be problematic. I would have expected an error if that had happened, but your investigation showed everything connected fine.</div><div><br></div><div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div><div><br></div><div>BTW: In order to get my application to run under GBS8.7.1 I had to patch GbsRuntime parcel to include GbsSessionManager>>connectorList (which is in GbsTools but is sent from GbsSession>>mapCrucialClasses) since I don’t load GbsTools in my deployed image.  I think this is a GBS packaging bug but I could be wrong.</div></div></blockquote><div><br></div><div>Definitely an error. It's been like that since at least 2014! I will fix it for GBS 8.8. I have created bug #51015 for it.</div><div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div><div><br></div><div>Best,</div><div><br></div><div>David</div><div><br></div><div><br></div><div><div>Unhandled exception: No client class Trader_LevelTriggersOrderSignal, class generation is disabled.</div><div><br></div><div>----------------------------------------------------------------------</div><div>GbxMessageDispatcher>>basicRaise:message:</div><div>Receiver:</div><div><span style="white-space:pre-wrap">      </span>a GbxMessageDispatcher</div><div>Instance Variables:</div><div><span style="white-space:pre-wrap"> </span>handler = a CstMessageHandlerVw</div><div>Arguments:</div><div><span style="white-space:pre-wrap"> </span>errorSignal = GemStone.Gbs.GbsClassGenerationError</div><div><span style="white-space:pre-wrap">       </span>errorString = 'No client class Trader_LevelT...lass generation is disabled.'</div><div>Context PC = 4</div><div><br></div><div>----------------------------------------------------------------------</div><div>GbxMessageDispatcher>>raise:message:withArguments:</div><div>Receiver:</div><div><span style="white-space:pre-wrap">   </span>a GbxMessageDispatcher</div><div>Instance Variables:</div><div><span style="white-space:pre-wrap"> </span>handler = a CstMessageHandlerVw</div><div>Arguments:</div><div><span style="white-space:pre-wrap"> </span>errorSignal = GemStone.Gbs.GbsClassGenerationError</div><div><span style="white-space:pre-wrap">       </span>aString = 'No client class %1, class generation is disabled.'</div><div><span style="white-space:pre-wrap">    </span>args = an Array[1]</div><div>Temporaries:</div><div><span style="white-space:pre-wrap">    </span>string = 'No client class Trader_LevelT...lass generation is disabled.'</div><div>Context PC = 12</div><div><br></div><div>----------------------------------------------------------------------</div><div>GbxMessageDispatcher>>raise:message:with:</div><div>Receiver:</div><div><span style="white-space:pre-wrap">        </span>a GbxMessageDispatcher</div><div>Instance Variables:</div><div><span style="white-space:pre-wrap"> </span>handler = a CstMessageHandlerVw</div><div>Arguments:</div><div><span style="white-space:pre-wrap"> </span>errorSignal = GemStone.Gbs.GbsClassGenerationError</div><div><span style="white-space:pre-wrap">       </span>aString = 'No client class %1, class generation is disabled.'</div><div><span style="white-space:pre-wrap">    </span>arg1 = 'Trader_LevelTriggersOrderSignal'</div><div>Context PC = 10</div><div><br></div><div>----------------------------------------------------------------------</div><div>GemStone.Gbs.GbxUnmappedClassReplicator>>generateClientClass</div><div>Receiver:</div><div><span style="white-space:pre-wrap">    </span>a GemStone.Gbs.GbxUnmappedClassReplicator</div><div>Instance Variables:</div><div><span style="white-space:pre-wrap">      </span>manager = a GemStone.Gbs.GbxReplicatorManager</div><div><span style="white-space:pre-wrap">    </span>session = Session 1 (remote) for 'Trader' on '!@gemstone#netldi:40055!gs64stone' @ 'gemstone'</div><div><span style="white-space:pre-wrap">    </span>serverClass = a GbxL8Delegate sess: 1 flags: 0 {16r2E79E01}</div><div><span style="white-space:pre-wrap">      </span>classDelegate = a GbxL8Delegate sess: 1 flags: 32 {16r2E79C01}</div><div><span style="white-space:pre-wrap">   </span>classProxy = 'Not cached'</div><div><span style="white-space:pre-wrap">        </span>clientClass = nil</div><div><span style="white-space:pre-wrap">        </span>metaclassDelegate = a GbxL8Delegate sess: 1 flags: 0 {16r2E79E01}</div><div><span style="white-space:pre-wrap">        </span>metaclassProxy = 'Not cached'</div><div><span style="white-space:pre-wrap">    </span>report = <span style="white-space:pre-wrap">  </span>GbxL8v3ObjectReport with:</div><div><span style="white-space:pre-wrap">                </span>valueBuffSize = 8</div><div><span style="white-space:pre-wrap">                </span>namedSize = 1</div><div><span style="white-space:pre-wrap">            </span>idxSize = 0</div><div><span style="white-space:pre-wrap">              </span>firstOffset = 1</div><div><span style="white-space:pre-wrap">          </span>objId = GbxL8BufferOop{16r2E79C01}</div><div><span style="white-space:pre-wrap">               </span>objClass = GbxL8BufferOop{16r2E79E01}</div><div><span style="white-space:pre-wrap">            </span>segment = 0</div><div><span style="white-space:pre-wrap">              </span>objSize = 1</div><div><span style="white-space:pre-wrap">              </span>objImpl = 0</div><div><span style="white-space:pre-wrap">              </span>isIndexable = false</div><div><span style="white-space:pre-wrap">              </span>isInvariant = true</div><div><span style="white-space:pre-wrap">               </span>isOverlayed = false</div><div><span style="white-space:pre-wrap">              </span>isPartial = false</div><div><span style="white-space:pre-wrap">                </span>lacksReadAuth = false</div><div><span style="white-space:pre-wrap">            </span>isClamped = false</div><div><span style="white-space:pre-wrap">        </span>oops = GbxL8OopArray(16r7FE2101 )</div><div>Temporaries:</div><div><span style="white-space:pre-wrap">     </span>aClientClass = nil</div><div><span style="white-space:pre-wrap">       </span>cname = 'Trader_LevelTriggersOrderSignal'</div><div>Context PC = 27</div><div><br></div><div>----------------------------------------------------------------------</div><div>GemStone.Gbs.GbxUnmappedClassReplicator>>findOrGenerateClientClass</div><div>Receiver:</div><div><span style="white-space:pre-wrap">     </span>a GemStone.Gbs.GbxUnmappedClassReplicator</div><div>Instance Variables:</div><div><span style="white-space:pre-wrap">      </span>manager = a GemStone.Gbs.GbxReplicatorManager</div><div><span style="white-space:pre-wrap">    </span>session = Session 1 (remote) for 'Trader' on '!@gemstone#netldi:40055!gs64stone' @ 'gemstone'</div><div><span style="white-space:pre-wrap">    </span>serverClass = a GbxL8Delegate sess: 1 flags: 0 {16r2E79E01}</div><div><span style="white-space:pre-wrap">      </span>classDelegate = a GbxL8Delegate sess: 1 flags: 32 {16r2E79C01}</div><div><span style="white-space:pre-wrap">   </span>classProxy = 'Not cached'</div><div><span style="white-space:pre-wrap">        </span>clientClass = nil</div><div><span style="white-space:pre-wrap">        </span>metaclassDelegate = a GbxL8Delegate sess: 1 flags: 0 {16r2E79E01}</div><div><span style="white-space:pre-wrap">        </span>metaclassProxy = 'Not cached'</div><div><span style="white-space:pre-wrap">    </span>report = <span style="white-space:pre-wrap">  </span>GbxL8v3ObjectReport with:</div><div><span style="white-space:pre-wrap">                </span>valueBuffSize = 8</div><div><span style="white-space:pre-wrap">                </span>namedSize = 1</div><div><span style="white-space:pre-wrap">            </span>idxSize = 0</div><div><span style="white-space:pre-wrap">              </span>firstOffset = 1</div><div><span style="white-space:pre-wrap">          </span>objId = GbxL8BufferOop{16r2E79C01}</div><div><span style="white-space:pre-wrap">               </span>objClass = GbxL8BufferOop{16r2E79E01}</div><div><span style="white-space:pre-wrap">            </span>segment = 0</div><div><span style="white-space:pre-wrap">              </span>objSize = 1</div><div><span style="white-space:pre-wrap">              </span>objImpl = 0</div><div><span style="white-space:pre-wrap">              </span>isIndexable = false</div><div><span style="white-space:pre-wrap">              </span>isInvariant = true</div><div><span style="white-space:pre-wrap">               </span>isOverlayed = false</div><div><span style="white-space:pre-wrap">              </span>isPartial = false</div><div><span style="white-space:pre-wrap">                </span>lacksReadAuth = false</div><div><span style="white-space:pre-wrap">            </span>isClamped = false</div><div><span style="white-space:pre-wrap">        </span>oops = GbxL8OopArray(16r7FE2101 )</div><div>Context PC = 12</div><div><br></div><div>----------------------------------------------------------------------</div><div>GemStone.Gbs.GbxUnmappedClassReplicator>>replicateClassItself</div><div>Receiver:</div><div><span style="white-space:pre-wrap">  </span>a GemStone.Gbs.GbxUnmappedClassReplicator</div><div>Instance Variables:</div><div><span style="white-space:pre-wrap">      </span>manager = a GemStone.Gbs.GbxReplicatorManager</div><div><span style="white-space:pre-wrap">    </span>session = Session 1 (remote) for 'Trader' on '!@gemstone#netldi:40055!gs64stone' @ 'gemstone'</div><div><span style="white-space:pre-wrap">    </span>serverClass = a GbxL8Delegate sess: 1 flags: 0 {16r2E79E01}</div><div><span style="white-space:pre-wrap">      </span>classDelegate = a GbxL8Delegate sess: 1 flags: 32 {16r2E79C01}</div><div><span style="white-space:pre-wrap">   </span>classProxy = 'Not cached'</div><div><span style="white-space:pre-wrap">        </span>clientClass = nil</div><div><span style="white-space:pre-wrap">        </span>metaclassDelegate = a GbxL8Delegate sess: 1 flags: 0 {16r2E79E01}</div><div><span style="white-space:pre-wrap">        </span>metaclassProxy = 'Not cached'</div><div><span style="white-space:pre-wrap">    </span>report = <span style="white-space:pre-wrap">  </span>GbxL8v3ObjectReport with:</div><div><span style="white-space:pre-wrap">                </span>valueBuffSize = 8</div><div><span style="white-space:pre-wrap">                </span>namedSize = 1</div><div><span style="white-space:pre-wrap">            </span>idxSize = 0</div><div><span style="white-space:pre-wrap">              </span>firstOffset = 1</div><div><span style="white-space:pre-wrap">          </span>objId = GbxL8BufferOop{16r2E79C01}</div><div><span style="white-space:pre-wrap">               </span>objClass = GbxL8BufferOop{16r2E79E01}</div><div><span style="white-space:pre-wrap">            </span>segment = 0</div><div><span style="white-space:pre-wrap">              </span>objSize = 1</div><div><span style="white-space:pre-wrap">              </span>objImpl = 0</div><div><span style="white-space:pre-wrap">              </span>isIndexable = false</div><div><span style="white-space:pre-wrap">              </span>isInvariant = true</div><div><span style="white-space:pre-wrap">               </span>isOverlayed = false</div><div><span style="white-space:pre-wrap">              </span>isPartial = false</div><div><span style="white-space:pre-wrap">                </span>lacksReadAuth = false</div><div><span style="white-space:pre-wrap">            </span>isClamped = false</div><div><span style="white-space:pre-wrap">        </span>oops = GbxL8OopArray(16r7FE2101 )</div><div>Context PC = 13</div><div><br></div><div>----------------------------------------------------------------------</div><div>GemStone.Gbs.GbxUnmappedClassReplicator>>forReplication:replicateFromDeferredReport:</div><div>Receiver:</div><div><span style="white-space:pre-wrap">   </span>a GemStone.Gbs.GbxUnmappedClassReplicator</div><div>Instance Variables:</div><div><span style="white-space:pre-wrap">      </span>manager = a GemStone.Gbs.GbxReplicatorManager</div><div><span style="white-space:pre-wrap">    </span>session = Session 1 (remote) for 'Trader' on '!@gemstone#netldi:40055!gs64stone' @ 'gemstone'</div><div><span style="white-space:pre-wrap">    </span>serverClass = a GbxL8Delegate sess: 1 flags: 0 {16r2E79E01}</div><div><span style="white-space:pre-wrap">      </span>classDelegate = a GbxL8Delegate sess: 1 flags: 32 {16r2E79C01}</div><div><span style="white-space:pre-wrap">   </span>classProxy = 'Not cached'</div><div><span style="white-space:pre-wrap">        </span>clientClass = nil</div><div><span style="white-space:pre-wrap">        </span>metaclassDelegate = a GbxL8Delegate sess: 1 flags: 0 {16r2E79E01}</div><div><span style="white-space:pre-wrap">        </span>metaclassProxy = 'Not cached'</div><div><span style="white-space:pre-wrap">    </span>report = <span style="white-space:pre-wrap">  </span>GbxL8v3ObjectReport with:</div><div><span style="white-space:pre-wrap">                </span>valueBuffSize = 8</div><div><span style="white-space:pre-wrap">                </span>namedSize = 1</div><div><span style="white-space:pre-wrap">            </span>idxSize = 0</div><div><span style="white-space:pre-wrap">              </span>firstOffset = 1</div><div><span style="white-space:pre-wrap">          </span>objId = GbxL8BufferOop{16r2E79C01}</div><div><span style="white-space:pre-wrap">               </span>objClass = GbxL8BufferOop{16r2E79E01}</div><div><span style="white-space:pre-wrap">            </span>segment = 0</div><div><span style="white-space:pre-wrap">              </span>objSize = 1</div><div><span style="white-space:pre-wrap">              </span>objImpl = 0</div><div><span style="white-space:pre-wrap">              </span>isIndexable = false</div><div><span style="white-space:pre-wrap">              </span>isInvariant = true</div><div><span style="white-space:pre-wrap">               </span>isOverlayed = false</div><div><span style="white-space:pre-wrap">              </span>isPartial = false</div><div><span style="white-space:pre-wrap">                </span>lacksReadAuth = false</div><div><span style="white-space:pre-wrap">            </span>isClamped = false</div><div><span style="white-space:pre-wrap">        </span>oops = GbxL8OopArray(16r7FE2101 )</div><div>Arguments:</div><div><span style="white-space:pre-wrap">       </span>replication = a GemStone.Gbs.GbxReplication</div><div><span style="white-space:pre-wrap">      </span>aReport = <span style="white-space:pre-wrap"> </span>GbxL8v3ObjectReport with:</div><div><span style="white-space:pre-wrap">                </span>valueBuffSize = 8</div><div><span style="white-space:pre-wrap">                </span>namedSize = 1</div><div><span style="white-space:pre-wrap">            </span>idxSize = 0</div><div><span style="white-space:pre-wrap">              </span>firstOffset = 1</div><div><span style="white-space:pre-wrap">          </span>objId = GbxL8BufferOop{16r2E79C01}</div><div><span style="white-space:pre-wrap">               </span>objClass = GbxL8BufferOop{16r2E79E01}</div><div><span style="white-space:pre-wrap">            </span>segment = 0</div><div><span style="white-space:pre-wrap">              </span>objSize = 1</div><div><span style="white-space:pre-wrap">              </span>objImpl = 0</div><div><span style="white-space:pre-wrap">              </span>isIndexable = false</div><div><span style="white-space:pre-wrap">              </span>isInvariant = true</div><div><span style="white-space:pre-wrap">               </span>isOverlayed = false</div><div><span style="white-space:pre-wrap">              </span>isPartial = false</div><div><span style="white-space:pre-wrap">                </span>lacksReadAuth = false</div><div><span style="white-space:pre-wrap">            </span>isClamped = false</div><div><span style="white-space:pre-wrap">        </span>oops = GbxL8OopArray(16r7FE2101 )</div><div>Context PC = 26</div><div><br></div><div>----------------------------------------------------------------------</div><div>GemStone.Gbs.GbxReplication>>replicateFromDeferredReport:</div><div>Receiver:</div><div><span style="white-space:pre-wrap">      </span>a GemStone.Gbs.GbxReplication</div><div>Instance Variables:</div><div><span style="white-space:pre-wrap">  </span>interaction = a GemStone.Gbs.GbxSingleTripServerTraversal for session 1</div><div>replicationSpecSelector: #replicationSpec</div><div>, traversal root: a GbxL8Delegate sess: 1 flags: 32 {16r288AF01}</div><div><span style="white-space:pre-wrap">   </span>objectsWithDeferredAssignments = an OrderedCollection[40]</div><div><span style="white-space:pre-wrap">        </span>reportsWithDeferredElements = an OrderedCollection[0]</div><div><span style="white-space:pre-wrap">    </span>reportsWithNoMappedClass = an OrderedCollection[3]</div><div><span style="white-space:pre-wrap">       </span>session = Session 1 (remote) for 'Trader' on '!@gemstone#netldi:40055!gs64stone' @ 'gemstone'</div><div>Arguments:</div><div><span style="white-space:pre-wrap">   </span>report = <span style="white-space:pre-wrap">  </span>GbxL8v3ObjectReport with:</div><div><span style="white-space:pre-wrap">                </span>valueBuffSize = 8</div><div><span style="white-space:pre-wrap">                </span>namedSize = 1</div><div><span style="white-space:pre-wrap">            </span>idxSize = 0</div><div><span style="white-space:pre-wrap">              </span>firstOffset = 1</div><div><span style="white-space:pre-wrap">          </span>objId = GbxL8BufferOop{16r2E79C01}</div><div><span style="white-space:pre-wrap">               </span>objClass = GbxL8BufferOop{16r2E79E01}</div><div><span style="white-space:pre-wrap">            </span>segment = 0</div><div><span style="white-space:pre-wrap">              </span>objSize = 1</div><div><span style="white-space:pre-wrap">              </span>objImpl = 0</div><div><span style="white-space:pre-wrap">              </span>isIndexable = false</div><div><span style="white-space:pre-wrap">              </span>isInvariant = true</div><div><span style="white-space:pre-wrap">               </span>isOverlayed = false</div><div><span style="white-space:pre-wrap">              </span>isPartial = false</div><div><span style="white-space:pre-wrap">                </span>lacksReadAuth = false</div><div><span style="white-space:pre-wrap">            </span>isClamped = false</div><div><span style="white-space:pre-wrap">        </span>oops = GbxL8OopArray(16r7FE2101 )</div><div>Temporaries:</div><div><span style="white-space:pre-wrap">     </span>replicator = a GemStone.Gbs.GbxUnmappedClassReplicator</div><div>Context PC = 10</div><div><br></div><div>----------------------------------------------------------------------</div><div>optimized [] in GemStone.Gbs.GbxReplication>>resolveUnmappedClasses</div><div>Receiver:</div><div><span style="white-space:pre-wrap">       </span>an UndefinedObject</div><div>Arguments:</div><div><span style="white-space:pre-wrap">      </span>aReport = <span style="white-space:pre-wrap"> </span>GbxL8v3ObjectReport with:</div><div><span style="white-space:pre-wrap">                </span>valueBuffSize = 8</div><div><span style="white-space:pre-wrap">                </span>namedSize = 1</div><div><span style="white-space:pre-wrap">            </span>idxSize = 0</div><div><span style="white-space:pre-wrap">              </span>firstOffset = 1</div><div><span style="white-space:pre-wrap">          </span>objId = GbxL8BufferOop{16r2E79C01}</div><div><span style="white-space:pre-wrap">               </span>objClass = GbxL8BufferOop{16r2E79E01}</div><div><span style="white-space:pre-wrap">            </span>segment = 0</div><div><span style="white-space:pre-wrap">              </span>objSize = 1</div><div><span style="white-space:pre-wrap">              </span>objImpl = 0</div><div><span style="white-space:pre-wrap">              </span>isIndexable = false</div><div><span style="white-space:pre-wrap">              </span>isInvariant = true</div><div><span style="white-space:pre-wrap">               </span>isOverlayed = false</div><div><span style="white-space:pre-wrap">              </span>isPartial = false</div><div><span style="white-space:pre-wrap">                </span>lacksReadAuth = false</div><div><span style="white-space:pre-wrap">            </span>isClamped = false</div><div><span style="white-space:pre-wrap">        </span>oops = GbxL8OopArray(16r7FE2101 )</div><div>Temporaries:</div><div><span style="white-space:pre-wrap">     </span>.self = a GemStone.Gbs.GbxReplication</div><div>Context PC = 18</div><div><br></div><div>----------------------------------------------------------------------</div><div>OrderedCollection>>do:</div><div>Receiver:</div><div><span style="white-space:pre-wrap">     </span>an OrderedCollection</div><div>Instance Variables:</div><div><span style="white-space:pre-wrap">   </span>firstIndex = 1</div><div><span style="white-space:pre-wrap">   </span>lastIndex = 3</div><div>Arguments:</div><div><span style="white-space:pre-wrap">   </span>aBlock = BlockClosure [] in GemStone.Gbs.GbxReplication>>resolveUnmappedClasses</div><div>Temporaries:</div><div><span style="white-space:pre-wrap"> </span>index = 1</div><div>Context PC = 17</div><div><br></div><div>----------------------------------------------------------------------</div><div>GemStone.Gbs.GbxReplication>>resolveUnmappedClasses</div><div>Receiver:</div><div><span style="white-space:pre-wrap">    </span>a GemStone.Gbs.GbxReplication</div><div>Instance Variables:</div><div><span style="white-space:pre-wrap">  </span>interaction = a GemStone.Gbs.GbxSingleTripServerTraversal for session 1</div><div>replicationSpecSelector: #replicationSpec</div><div>, traversal root: a GbxL8Delegate sess: 1 flags: 32 {16r288AF01}</div><div><span style="white-space:pre-wrap">   </span>objectsWithDeferredAssignments = an OrderedCollection[40]</div><div><span style="white-space:pre-wrap">        </span>reportsWithDeferredElements = an OrderedCollection[0]</div><div><span style="white-space:pre-wrap">    </span>reportsWithNoMappedClass = an OrderedCollection[3]</div><div><span style="white-space:pre-wrap">       </span>session = Session 1 (remote) for 'Trader' on '!@gemstone#netldi:40055!gs64stone' @ 'gemstone'</div><div>Context PC = 8</div><div><br></div><div>----------------------------------------------------------------------</div><div>optimized [] in GemStone.Gbs.GbxReplication>>resolve</div><div>Receiver:</div><div><span style="white-space:pre-wrap">        </span>an UndefinedObject</div><div>Temporaries:</div><div><span style="white-space:pre-wrap">    </span>.self = a GemStone.Gbs.GbxReplication</div><div>Context PC = 7</div><div><br></div></div></div></blockquote></div></div></div></blockquote></div></div></div></blockquote></div></div></blockquote></div></div></div></div></blockquote></div><br></div></div></blockquote></div></div>
</div></blockquote></div><br></div></body></html>