<div dir="ltr"><br></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Oct 15, 2015 at 4:25 PM, Mariano Martinez Peck <span dir="ltr">&lt;<a href="mailto:marianopeck@gmail.com" target="_blank">marianopeck@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div>Hi guys,</div><div><br></div><div>I have a weird scenario I cannot solve. I am trying to load my app code (together with all it&#39;s dependencies) in a just migrated stone (from GemStone 3.1.0.4 to GemStone 3.2.9). I performed all the steps of the migration.  Yet, I have an error, pasted below. However, if I run the same code to load my app in a fresh 3.2.9 extent, that works perfectly. It only fails in my migrated (from 3.1.0.4) stone.</div><div><br></div><div>The problem is in </div><div><br></div><div>WAWalkbackErrorHandler class &gt;&gt; initialize</div><div><span style="white-space:pre-wrap">        </span>WAAdmin applicationExceptionHandlingDefaults at: #exceptionHandler put: self</div><div><br></div><div>It fails because the </div><div><br></div><div><div>WAConfiguration &gt;&gt; attributeAt: aSymbol</div><div><span style="white-space:pre-wrap">        </span>^ self attributeAt: aSymbol ifAbsent: [ WAAttributeNotFound signalWithKey: aSymbol ]</div></div><div><br></div><div>gives a key not found. </div><div><br></div><div>I did a search  in the mailing list and found related threads: </div><div><br></div><div><a href="http://forum.world.st/Glass-Zinc-2-4-3-on-Gemstone-td4759789.html#a4759875" target="_blank">http://forum.world.st/Glass-Zinc-2-4-3-on-Gemstone-td4759789.html#a4759875</a></div><div><a href="https://github.com/seasidest/seaside/issues/643" target="_blank">https://github.com/seasidest/seaside/issues/643</a><br></div><div><br></div><div>But none show a solution. </div><div><br></div><div>And yes, it is obvious it will fail because:</div><div><br></div><div>WAAdmin applicationExceptionHandlingDefaults allAttributes -&gt;  anIdentityDictionary( )<br></div><div><br></div><div>Also, as you can see, the result of WAAdmin applicationExceptionHandlingDefaults has no parent or anything:</div><div><br></div><div><div>Inspect aWASharedConfiguration/</div><div>--------------------</div><div>.                     -&gt; aWASharedConfiguration</div><div>(class)@              -&gt; WASharedConfiguration</div><div>(oop)@                -&gt; 1169561601</div><div>(committed)@          -&gt; true</div><div>cachedSearchContexts@ -&gt; anIdentityDictionary( #&#39;exceptionHandler&#39;-&gt;aWAAttributeSearchContext)</div><div>expressions@          -&gt; aDictionary( )</div><div>name@                 -&gt; &#39;Application Exception Handling Defaults&#39;</div><div>parents@              -&gt; anOrderedCollection( )</div></div><div><br></div><div><br></div><div>I even tried the re-initialization of Seaside as provided by Bruno the other day:</div><div><br></div><div><div>WAAdmin unregister: &#39;reps&#39;.</div><div>WAAdmin unregister: &#39;advisors&#39;.</div><div>WAAdmin unregister: &#39;clients&#39;.</div><div><br></div><div>WAGemStoneProductionErrorHandler  initialize.</div><div>WAWalkbackErrorHandler initialize.</div><div>WARemoteDebuggingWalkbackErrorHandler initialize.</div><div><br></div><div>[</div><div>   WADispatcher default.</div><div>   WASystemConfiguration allSubclasses</div><div>     do: [ :each | each instance buildDescription ] ]</div><div>     ensure: [ System commitTransaction ] .</div></div><div><br></div><div><br></div><div>Still, same error. <br></div><div><br></div><div><br></div><div>Any clues? Is there  way I can re-initialize all Seaside? </div><div><br></div><div><br></div><div>This is the stack:</div><div><br></div><div><div>aTDDebugger</div><div>--------------------</div><div>1. WAAttributeNotFound(AbstractException)&gt;&gt;_signalWith: @6 line 25</div><div>2. WAAttributeNotFound(AbstractException)&gt;&gt;signal @2 line 47</div><div>3. WAAttributeNotFound class&gt;&gt;signalWithKey: @4 line 4</div><div>4. [] in ExecBlock0(WAConfiguration)&gt;&gt;attributeAt: @2 line 2</div><div>5. IdentityDictionary&gt;&gt;at:ifAbsent: @5 line 8</div><div>6. WASharedConfiguration(WAConfiguration)&gt;&gt;attributeAt:ifAbsent: @3 line 2</div><div>7. WASharedConfiguration(WAConfiguration)&gt;&gt;attributeAt: @2 line 2</div><div>8. WASharedConfiguration(WAUserConfiguration)&gt;&gt;at:put: @2 line 7</div><div>9. WAWalkbackErrorHandler class&gt;&gt;initialize @3 line 2</div><div>10. MCMethodDefinition&gt;&gt;postload @11 line 6</div><div>11. MCMethodDefinition(MCDefinition)&gt;&gt;postloadOver: @2 line 2</div><div>12. [] in MCPackageLoader&gt;&gt;basicLoad @3 line 48</div><div>13. OrderedCollection(Collection)&gt;&gt;do: @5 line 10</div><div>14. OrderedCollection(Collection)&gt;&gt;do:displayingProgress: @2 line 3</div><div>15. [] in MCPackageLoader&gt;&gt;basicLoad @15 line 48</div><div>16. MCPackageLoader(ExecBlock)&gt;&gt;on:do: @3 line 42</div><div>17. [] in MCPackageLoader&gt;&gt;basicLoad @2 line 49</div><div>18. MCPackageLoader(ExecBlock)&gt;&gt;ensure: @2 line 12</div><div>19. MCPackageLoader&gt;&gt;basicLoad @11 line 51</div><div>20. [] in MCPackageLoader&gt;&gt;loadWithNameLike: @2 line 4</div><div>21. [] in ExecBlock0(MCPackageLoader)&gt;&gt;useChangeSetNamed:during: @2 line 9</div><div>22. ExecBlock0(ExecBlock)&gt;&gt;ensure: @2 line 12</div><div>23. MCPackageLoader&gt;&gt;useChangeSetNamed:during: @9 line 9</div><div>24. MCPackageLoader&gt;&gt;useNewChangeSetNamedLike:during: @3 line 2</div><div>25. MCPackageLoader&gt;&gt;loadWithNameLike: @6 line 4</div><div>26. MCVersionLoader&gt;&gt;load @9 line 6</div><div>27. MetacelloGoferLoad(GoferLoad)&gt;&gt;execute @6 line 3</div><div>28. [] in MetacelloLoadingMCSpecLoader(MetacelloCommonMCSpecLoader)&gt;&gt;loadPackageDirective:gofer: @5 line 17</div><div>29. [] in MetacelloLoadingMCSpecLoader(MetacelloCommonMCSpecLoader)&gt;&gt;loadPackageDirective:gofer: @14 line 21</div><div>30. MetacelloGemStonePlatform(MetacelloPlatform)&gt;&gt;do:displaying: @2 line 3</div><div>31. MetacelloLoadingMCSpecLoader(MetacelloCommonMCSpecLoader)&gt;&gt;loadPackageDirective:gofer: @7 line 5</div><div>32. MetacelloLinearLoadDirective(MetacelloVersionLoadDirective)&gt;&gt;loadPackageDirective:gofer: @4 line 4</div><div>33. MetacelloPackageLoadDirective&gt;&gt;loadUsing:gofer: @2 line 3</div><div>34. [] in ExecBlock1(MetacelloVersionLoadDirective)&gt;&gt;loadLinearLoadDirective:gofer: @2 line 3</div><div>35. OrderedCollection(Collection)&gt;&gt;do: @5 line 10</div><div>36. MetacelloLinearLoadDirective(MetacelloVersionLoadDirective)&gt;&gt;loadLinearLoadDirective:gofer: @3 line 3</div><div>37. MetacelloLinearLoadDirective&gt;&gt;loadUsing:gofer: @6 line 4</div><div>38. [] in ExecBlock1(MetacelloVersionLoadDirective)&gt;&gt;loadLinearLoadDirective:gofer: @2 line 3</div><div>39. OrderedCollection(Collection)&gt;&gt;do: @5 line 10</div><div>40. MetacelloLinearLoadDirective(MetacelloVersionLoadDirective)&gt;&gt;loadLinearLoadDirective:gofer: @3 line 3</div><div>41. MetacelloLinearLoadDirective&gt;&gt;loadUsing:gofer: @6 line 4</div><div>42. [] in ExecBlock1(MetacelloVersionLoadDirective)&gt;&gt;loadLinearLoadDirective:gofer: @2 line 3</div><div>43. OrderedCollection(Collection)&gt;&gt;do: @5 line 10</div><div>44. MetacelloLinearLoadDirective(MetacelloVersionLoadDirective)&gt;&gt;loadLinearLoadDirective:gofer: @3 line 3</div><div>45. MetacelloLinearLoadDirective&gt;&gt;loadUsing:gofer: @6 line 4</div><div>46. [] in ExecBlock1(MetacelloVersionLoadDirective)&gt;&gt;loadLinearLoadDirective:gofer: @2 line 3</div><div>47. OrderedCollection(Collection)&gt;&gt;do: @5 line 10</div><div>48. MetacelloLinearLoadDirective(MetacelloVersionLoadDirective)&gt;&gt;loadLinearLoadDirective:gofer: @3 line 3</div><div>49. MetacelloLinearLoadDirective&gt;&gt;loadUsing:gofer: @6 line 4</div><div>50. [] in ExecBlock1(MetacelloVersionLoadDirective)&gt;&gt;loadLinearLoadDirective:gofer: @2 line 3</div><div>51. OrderedCollection(Collection)&gt;&gt;do: @5 line 10</div><div>52. MetacelloLinearLoadDirective(MetacelloVersionLoadDirective)&gt;&gt;loadLinearLoadDirective:gofer: @3 line 3</div><div>53. MetacelloLinearLoadDirective&gt;&gt;loadUsing:gofer: @6 line 4</div><div>54. MetacelloLinearLoadDirective(MetacelloVersionLoadDirective)&gt;&gt;loadWithPolicy: @7 line 7</div><div>55. MetacelloLoaderPolicy&gt;&gt;load @6 line 4</div><div>56. MetacelloFetchingMCSpecLoader&gt;&gt;doLoad @4 line 3</div><div>57. [] in ExecBlock0(MetacelloMCVersion)&gt;&gt;doLoadRequiredFromArray: @2 line 12</div><div>58. MetacelloGemStonePlatform(MetacelloPlatform)&gt;&gt;do:displaying: @2 line 3</div><div>59. [] in MetacelloMCVersion&gt;&gt;doLoadRequiredFromArray: @7 line 12</div><div>60. MetacelloMCVersion(ExecBlock)&gt;&gt;ensure: @2 line 12</div><div>61. MetacelloMCVersion&gt;&gt;doLoadRequiredFromArray: @22 line 16</div><div>62. Array(Collection)&gt;&gt;loadRequiredForMetacelloMCVersion: @2 line 3</div><div>63. MetacelloMCVersion&gt;&gt;load: @2 line 3</div><div>64. [] in MetacelloScriptEngine&gt;&gt;load:onProjectDownGrade:onProjectUpgrade: @10 line 16</div><div>65. MetacelloScriptEngine(ExecBlock)&gt;&gt;on:do: @3 line 42</div><div>66. [] in MetacelloScriptEngine&gt;&gt;handleNotificationsForAction: @6 line 6</div><div>67. MetacelloScriptEngine(ExecBlock)&gt;&gt;on:do: @3 line 42</div><div>68. [] in MetacelloScriptEngine&gt;&gt;handleNotificationsForAction: @4 line 14</div><div>69. MetacelloScriptEngine(ExecBlock)&gt;&gt;on:do: @3 line 42</div><div>70. [] in MetacelloScriptEngine&gt;&gt;handleNotificationsForAction: @2 line 20</div><div>71. MetacelloScriptEngine(ExecBlock)&gt;&gt;on:do: @3 line 42</div><div>72. MetacelloScriptEngine&gt;&gt;handleNotificationsForAction: @2 line 24</div><div>73. [] in MetacelloScriptEngine&gt;&gt;load:onProjectDownGrade:onProjectUpgrade: @2 line 5</div><div>74. MetacelloScriptEngine(ExecBlock)&gt;&gt;ensure: @2 line 12</div><div>75. MetacelloProjectRegistration class&gt;&gt;copyRegistryRestoreOnErrorWhile: @8 line 14</div><div>76. MetacelloScriptEngine&gt;&gt;load:onProjectDownGrade:onProjectUpgrade: @2 line 3</div><div>77. MetacelloScriptEngine&gt;&gt;load: @2 line 3</div><div>78. [] in MetacelloScriptApiExecutor(MetacelloScriptExecutor)&gt;&gt;execute: @11 line 15</div><div>79. [] in MetacelloScriptApiExecutor&gt;&gt;executeString:do: @5 line 6</div><div>80. Array(Collection)&gt;&gt;do: @5 line 10</div><div>81. MetacelloScriptApiExecutor&gt;&gt;executeString:do: @6 line 4</div><div>82. String&gt;&gt;execute:against: @2 line 2</div><div>83. MetacelloScriptApiExecutor(MetacelloScriptExecutor)&gt;&gt;execute: @6 line 9</div><div>84. Metacello&gt;&gt;execute:args: @8 line 5</div><div>85. Metacello&gt;&gt;load: @2 line 2</div><div>86. [] in Executed Code</div><div>87. ExecBlock0(ExecBlock)&gt;&gt;ensure: @2 line 12</div><div>88. Executed Code</div><div>89. String(CharacterCollection)&gt;&gt;evaluateIn:symbolList:literalVars: @4 line 13</div><div>90. TDWorkspaceClientElementBuilder(TDClientSourceElementBuilder)&gt;&gt;evaluateString: @5 line 3</div><div>91. TDWorkspaceClientElementBuilder(TDClientSourceElementBuilder)&gt;&gt;doItMenuAction:selectedText: @2 line 2</div><div>92. TDWorkspaceClientElementBuilder(TDWindowBuilder)&gt;&gt;handleMenuActions:listElement:actionArg: @12 line 10</div><div>93. [] in TDWorkspaceClientElementBuilder(TDClientSourceElementBuilder)&gt;&gt;menuActionBlock @6 line 8</div><div>94. TDWorkspaceClientElementBuilder(ExecBlock)&gt;&gt;value:value:value:value:value: @2 line 11</div><div>95. GsNMethod class&gt;&gt;_gsReturnToC @1 line 1</div></div><div><br></div><div><br></div><div>Thanks in advance for any help. </div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Oct 15, 2015 at 1:40 PM, Gerhard Obermann <span dir="ltr">&lt;<a href="mailto:obi068@gmail.com" target="_blank">obi068@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div dir="ltr">Hi,<div><br></div><div>Not really, i only found the following in my notes.</div><div><br></div><div>HTH</div><div>Gerhard</div><div><br></div><div><br></div><div><span><ul style="margin-top:0pt;margin-bottom:0pt"><li dir="ltr" style="list-style-type:disc;font-size:12px;font-family:Arial;color:rgb(0,0,0);vertical-align:baseline;background-color:transparent"><p dir="ltr" style="line-height:1.2;margin-top:0pt;margin-bottom:0pt"><span style="vertical-align:baseline;white-space:pre-wrap;background-color:transparent">Load Seaside 3.1.x but don’t initialize Seaside Classes</span></p></li></ul><br><p dir="ltr" style="line-height:1.2;margin-top:0pt;margin-bottom:0pt"><span style="font-size:12px;font-family:Arial;color:rgb(0,0,0);vertical-align:baseline;white-space:pre-wrap;background-color:transparent">| performInitialization |</span></p><p dir="ltr" style="line-height:1.2;margin-top:0pt;margin-bottom:0pt"><span style="font-size:12px;font-family:Arial;color:rgb(0,0,0);vertical-align:baseline;white-space:pre-wrap;background-color:transparent">performInitialization := #().</span></p><p dir="ltr" style="line-height:1.2;margin-top:0pt;margin-bottom:0pt"><span style="font-size:12px;font-family:Arial;color:rgb(0,0,0);vertical-align:baseline;white-space:pre-wrap;background-color:transparent">[</span></p><span><p dir="ltr" style="line-height:1.2;margin-top:0pt;margin-bottom:0pt"><span style="font-size:12px;font-family:Arial;color:rgb(0,0,0);vertical-align:baseline;white-space:pre-wrap;background-color:transparent"> GsDeployer deploy: [  Metacello new</span></p><p dir="ltr" style="line-height:1.2;margin-top:0pt;margin-bottom:0pt"><span style="font-size:12px;font-family:Arial;color:rgb(0,0,0);vertical-align:baseline;white-space:pre-wrap;background-color:transparent">    baseline: &#39;Seaside3&#39;;</span></p><p dir="ltr" style="line-height:1.2;margin-top:0pt;margin-bottom:0pt"><span style="font-size:12px;font-family:Arial;color:rgb(0,0,0);vertical-align:baseline;white-space:pre-wrap;background-color:transparent">    repository: &#39;github://glassdb/Seaside31:gemstone3.1/repository&#39;;</span></p><p dir="ltr" style="line-height:1.2;margin-top:0pt;margin-bottom:0pt"><span style="font-size:12px;font-family:Arial;color:rgb(0,0,0);vertical-align:baseline;white-space:pre-wrap;background-color:transparent">    load: &#39;CI&#39;].</span></p></span><p dir="ltr" style="line-height:1.2;margin-top:0pt;margin-bottom:0pt"><span style="font-size:12px;font-family:Arial;color:rgb(0,0,0);vertical-align:baseline;white-space:pre-wrap;background-color:transparent">] on: MCPerformPostloadNotification do: [:ex |</span></p><p dir="ltr" style="line-height:1.2;margin-top:0pt;margin-bottom:0pt"><span style="font-size:12px;font-family:Arial;color:rgb(0,0,0);vertical-align:baseline;white-space:pre-wrap;background-color:transparent">           (performInitialization includes: ex postloadClass theNonMetaClass name)</span></p><p dir="ltr" style="line-height:1.2;margin-top:0pt;margin-bottom:0pt"><span style="font-size:12px;font-family:Arial;color:rgb(0,0,0);vertical-align:baseline;white-space:pre-wrap;background-color:transparent">             ifTrue: [</span></p><p dir="ltr" style="line-height:1.2;margin-top:0pt;margin-bottom:0pt"><span style="font-size:12px;font-family:Arial;color:rgb(0,0,0);vertical-align:baseline;white-space:pre-wrap;background-color:transparent">               &quot;perform initialization&quot;</span></p><p dir="ltr" style="line-height:1.2;margin-top:0pt;margin-bottom:0pt"><span style="font-size:12px;font-family:Arial;color:rgb(0,0,0);vertical-align:baseline;white-space:pre-wrap;background-color:transparent">               ex resume: true ]</span></p><p dir="ltr" style="line-height:1.2;margin-top:0pt;margin-bottom:0pt"><span style="font-size:12px;font-family:Arial;color:rgb(0,0,0);vertical-align:baseline;white-space:pre-wrap;background-color:transparent">             ifFalse: [</span></p><p dir="ltr" style="line-height:1.2;margin-top:0pt;margin-bottom:0pt"><span style="font-size:12px;font-family:Arial;color:rgb(0,0,0);vertical-align:baseline;white-space:pre-wrap;background-color:transparent">               GsFile gciLogServer: &#39; Skip &#39;, ex postloadClass name asString, &#39; initialization.&#39;.</span></p><p dir="ltr" style="line-height:1.2;margin-top:0pt;margin-bottom:0pt"><span style="font-size:12px;font-family:Arial;color:rgb(0,0,0);vertical-align:baseline;white-space:pre-wrap;background-color:transparent">                ex resume: false ] ] </span></p><div><span style="font-size:12px;font-family:Arial;color:rgb(0,0,0);vertical-align:baseline;white-space:pre-wrap;background-color:transparent"><br></span></div></span></div></div><div><div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Oct 15, 2015 at 5:47 PM, Mariano Martinez Peck <span dir="ltr">&lt;<a href="mailto:marianopeck@gmail.com" target="_blank">marianopeck@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div dir="ltr">Hi Gerhard,<div><br></div><div>I am getting the exact same issue. Do you remember what you did to fix it?</div><div><br></div><div>Thanks,<br><div><div class="gmail_extra"><div><div><br><div class="gmail_quote">On Wed, May 21, 2014 at 10:39 AM, Gerhard Obermann <span dir="ltr">&lt;<a href="mailto:obi068@gmail.com" target="_blank">obi068@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div dir="ltr">Hi Dale!<div><br></div><div>I think as soon as I can load the stuff in my upgraded 3.2. DB, i can test and contribute to zink and/or Glass / Seaside 3.1.</div><div>If it wont work until tomorrow i have to stay on 3.1.0.5 for the next few months at least.</div>
<div><br></div><div>At the moment i am trying to load Seaside 3.1.1 with <br></div><div>PS: To be able to load this i have loaded the Baseline packages <span style="color:rgb(0,0,0);font-family:Arial;font-size:12px;white-space:pre-wrap;background-color:transparent">BaselineOfGLASS1, BaselineOfSeaside3 , BaselineOfZinc</span> manually from my forked GIT clone.</div>
<div><br></div><div><div><font color="#999999">GsDeployer deploy: [ </font></div><div><font color="#999999">  Metacello new</font></div><div><font color="#999999">    configuration: &#39;Grease&#39;;</font></div><div><font color="#999999">    repository: &#39;<a href="http://www.smalltalkhub.com/mc/Seaside/MetacelloConfigurations/main" target="_blank">http://www.smalltalkhub.com/mc/Seaside/MetacelloConfigurations/main</a>&#39;;</font></div>
<div><font color="#999999">    get.</font></div><div><font color="#999999"><br></font></div><div><font color="#999999">  &quot;Load Seaside31&quot;</font></div><div><font color="#999999">GsDeployer deploy: [ </font></div>
<div><font color="#999999">  Metacello new</font></div><div><font color="#999999">    baseline: &#39;Seaside3&#39;;</font></div><div><font color="#999999">    repository: &#39;github://glassdb/Seaside31:gemstone3.1/repository&#39;;</font></div>
<div><font color="#999999">    load: &#39;CI&#39;].</font></div></div><div><br></div><div><br></div><div>Not sure if i need to load <font color="#999999"> Metacello new</font></div><div><font color="#999999">    baseline: &#39;GLASS1&#39;;</font></div>
<div><font color="#999999">    repository: &#39;github://glassdb/glass:master/repository&#39;;</font></div><div><font color="#999999">    load.</font></div><div>after the upgrade.</div><div><br></div><div>What is the difference between </div>
<div><div>  (ConfigurationOfGLASS project version: &#39;1.0-beta.9.1&#39;) load<br></div></div><div>and</div><div><div> Metacello new</div><div>    baseline: &#39;GLASS1&#39;;</div><div>    repository: &#39;github://glassdb/glass:master/repository&#39;;</div>
<div>    load.</div></div><div><b><br></b></div><div><b>The load of the Seaside package failed with the init of </b></div><div><b>WAWalkbackErrorHandler =&gt; initialize</b></div><div><b><span style="white-space:pre-wrap">        </span>WAAdmin applicationExceptionHandlingDefaults at: #exceptionHandler put: self</b></div>
<div><br></div><div><div><font color="#999999">[1] WAAttributeNotFound (AbstractException) &gt;&gt; _signalWith:</font></div><div><font color="#999999"><span style="white-space:pre-wrap">        </span>inCextensionArg: nil</font></div>
<div><font color="#999999"><span style="white-space:pre-wrap">        </span>res: nil</font></div><div><font color="#999999"><span style="white-space:pre-wrap">        </span>.t1: a WAAttributeNotFound occurred (error 2710)</font></div>
<div><font color="#999999"><span style="white-space:pre-wrap">        </span>receiver: a WAAttributeNotFound occurred (error 2710)</font></div><div><font color="#999999">[2] WAAttributeNotFound (AbstractException) &gt;&gt; signal</font></div>
<div><font color="#999999"><span style="white-space:pre-wrap">        </span>receiver: a WAAttributeNotFound occurred (error 2710)</font></div><div><font color="#999999">[3] WAAttributeNotFound class &gt;&gt; signalWithKey:</font></div>
<div><font color="#999999"><span style="white-space:pre-wrap">        </span>aSymbol: #&#39;exceptionHandler&#39;</font></div><div><font color="#999999"><span style="white-space:pre-wrap">        </span>receiver: WAAttributeNotFound</font></div>
<div><font color="#999999">[4] [] in  ExecBlock0 (WAConfiguration) &gt;&gt; attributeAt:</font></div><div><font color="#999999"><span style="white-space:pre-wrap">        </span>aSymbol: #&#39;exceptionHandler&#39;</font></div>
<div><font color="#999999"><span style="white-space:pre-wrap">        </span>receiver: nil</font></div><div><font color="#999999">[5] IdentityDictionary &gt;&gt; at:ifAbsent:</font></div><div><font color="#999999"><span style="white-space:pre-wrap">        </span>aKey: #&#39;exceptionHandler&#39;</font></div>
<div><font color="#999999"><span style="white-space:pre-wrap">        </span>aBlock: anExecBlock0</font></div><div><font color="#999999"><span style="white-space:pre-wrap">        </span>anAssoc: nil</font></div><div><font color="#999999"><span style="white-space:pre-wrap">        </span>.t1: anExecBlock0</font></div>
<div><font color="#999999"><span style="white-space:pre-wrap">        </span>receiver: anIdentityDictionary( )</font></div><div><font color="#999999">[6] WASharedConfiguration (WAConfiguration) &gt;&gt; attributeAt:ifAbsent:</font></div>
<div><font color="#999999"><span style="white-space:pre-wrap">        </span>aSymbol: #&#39;exceptionHandler&#39;</font></div><div><font color="#999999"><span style="white-space:pre-wrap">        </span>aBlock: anExecBlock0</font></div>
<div><font color="#999999"><span style="white-space:pre-wrap">        </span>receiver: aWASharedConfiguration</font></div><div><font color="#999999">[7] WASharedConfiguration (WAConfiguration) &gt;&gt; attributeAt:</font></div>
<div><font color="#999999"><span style="white-space:pre-wrap">        </span>aSymbol: #&#39;exceptionHandler&#39;</font></div><div><font color="#999999"><span style="white-space:pre-wrap">        </span>aSymbol: #&#39;exceptionHandler&#39;</font></div>
<div><font color="#999999"><span style="white-space:pre-wrap">        </span>receiver: aWASharedConfiguration</font></div><div><font color="#999999">[8] WASharedConfiguration (WAUserConfiguration) &gt;&gt; at:put:</font></div>
<div><font color="#999999"><span style="white-space:pre-wrap">        </span>aSymbol: #&#39;exceptionHandler&#39;</font></div><div><font color="#999999"><span style="white-space:pre-wrap">        </span>anObject: WAWalkbackErrorHandler</font></div>
<div><font color="#999999"><span style="white-space:pre-wrap">        </span>receiver: aWASharedConfiguration</font></div><div><font color="#999999">[9] WAWalkbackErrorHandler class &gt;&gt; initialize</font></div><div><font color="#999999"><span style="white-space:pre-wrap">        </span>receiver: WAWalkbackErrorHandler</font></div>
<div><font color="#999999">[10] MCMethodDefinition &gt;&gt; postload</font></div><div><font color="#999999"><span style="white-space:pre-wrap">        </span>receiver: aMCMethodDefinition(WAWalkbackErrorHandler class&gt;&gt;initialize)</font></div>
</div><div><br></div><div><br></div><div>Transcript:</div><div><div>Fetched -&gt; FastCGIPool-dkh.2 --- <a href="http://seaside.gemstone.com/ss/fastcgi" target="_blank">http://seaside.gemstone.com/ss/fastcgi</a> --- <a href="http://seaside.gemstone.com/ss/fastcgiredirecting" target="_blank">http://seaside.gemstone.com/ss/fastcgiredirecting</a> to <a href="http://seaside.gemtalksystems.com/ss/fastcgi/FastCGI-dkh.33.mcz" target="_blank">http://seaside.gemtalksystems.com/ss/fastcgi/FastCGI-dkh.33.mcz</a></div>
<div><br></div><div>Fetched -&gt; FastCGI-dkh.33 --- <a href="http://seaside.gemstone.com/ss/fastcgi" target="_blank">http://seaside.gemstone.com/ss/fastcgi</a> --- <a href="http://seaside.gemstone.com/ss/fastcgi" target="_blank">http://seaside.gemstone.com/ss/fastcgi</a></div>
<div>Fetched -&gt; Seaside-Adaptors-FastCGI-dkh.26 --- github://glassdb/Seaside31:gemstone3.1/repository --- github://glassdb/Seaside31:gemstone3.1/repository</div><div>Loaded -&gt; Grease-Core-JohanBrichau.86 --- <a href="http://www.smalltalkhub.com/mc/Seaside/Grease11/main" target="_blank">http://www.smalltalkhub.com/mc/Seaside/Grease11/main</a> --- cache</div>
<div>Loaded -&gt; Grease-GemStone-Core-JohanBrichau.52 --- <a href="http://www.smalltalkhub.com/mc/Seaside/Grease11/main" target="_blank">http://www.smalltalkhub.com/mc/Seaside/Grease11/main</a> --- cache</div><div>Evaluated -&gt; Grease-GemStone-Core &gt;&gt; initializeTransactionMutex1051</div>
<div>Loaded -&gt; Seaside-Core.gemstone-JohanBrichau.815 --- github://glassdb/Seaside31:gemstone3.1/repository --- cache</div><div>Loaded -&gt; Seaside-GemStone300-Core-DaleHenrichs.4 --- github://glassdb/Seaside31:gemstone3.1/repository --- cache</div>
<div>Loaded -&gt; Seaside-GemStone-Core-JohanBrichau.66 --- github://glassdb/Seaside31:gemstone3.1/repository --- cache</div><div>Loaded -&gt; Seaside-GemStone-Basic-Development-JohanBrichau.29 --- github://glassdb/Seaside31:gemstone3.1/repository --- cache</div>
<div>Loaded -&gt; Grease-Tests-Core-JohanBrichau.95 --- <a href="http://www.smalltalkhub.com/mc/Seaside/Grease11/main" target="_blank">http://www.smalltalkhub.com/mc/Seaside/Grease11/main</a> --- cache</div><div>Loaded -&gt; Grease-Tests-GemStone-Core-dkh.14 --- <a href="http://www.smalltalkhub.com/mc/Seaside/Grease11/main" target="_blank">http://www.smalltalkhub.com/mc/Seaside/Grease11/main</a> --- cache</div>
<div>Loaded -&gt; Seaside-Component-pmm.101 --- github://glassdb/Seaside31:gemstone3.1/repository --- cache</div><div>Loaded -&gt; Seaside-Canvas-pmm.127 --- github://glassdb/Seaside31:gemstone3.1/repository --- cache</div>
<div>Loaded -&gt; Seaside-Email-pmm.25 --- github://glassdb/Seaside31:gemstone3.1/repository --- cache</div><div>Loaded -&gt; Seaside-GemStone-Email-JohanBrichau.14 --- github://glassdb/Seaside31:gemstone3.1/repository --- cache</div>
<div>Loaded -&gt; Seaside-InternetExplorer-pmm.7 --- github://glassdb/Seaside31:gemstone3.1/repository --- cache</div><div>Loaded -&gt; Seaside-Session.gemstone-JohanBrichau.169 --- github://glassdb/Seaside31:gemstone3.1/repository --- cache</div>
<div>Loaded -&gt; Seaside-GemStone-Session-DaleHenrichs.3 --- github://glassdb/Seaside31:gemstone3.1/repository --- cache</div><div>Loaded -&gt; Seaside-RenderLoop-pmm.96 --- github://glassdb/Seaside31:gemstone3.1/repository --- cache</div>
<div>Loaded -&gt; Seaside-Tools-Core.gemstone-dkh.23 --- github://glassdb/Seaside31:gemstone3.1/repository --- cache</div><div>Loaded -&gt; Seaside-Flow-pmm.24 --- github://glassdb/Seaside31:gemstone3.1/repository --- cache</div>
<div>Loaded -&gt; Seaside-Examples-pmm.24 --- github://glassdb/Seaside31:gemstone3.1/repository --- cache</div><div>Loaded -&gt; Seaside-Widgets-StephanEggermont.35 --- github://glassdb/Seaside31:gemstone3.1/repository --- cache</div>
<div>Loaded -&gt; Seaside-GemStone-Tools-Production-JohanBrichau.15 --- github://glassdb/Seaside31:gemstone3.1/repository --- cache</div><div>Loaded -&gt; Seaside-Tools-Web-pmm.119 --- github://glassdb/Seaside31:gemstone3.1/repository --- cache</div>
<div>Loaded -&gt; Seaside-GemStone-Tools-Web-DaleHenrichs.4 --- github://glassdb/Seaside31:gemstone3.1/repository --- cache</div></div><div><br></div><div><br></div><div><br></div><div><div><br></div><div><br></div></div>
</div><div><div><div class="gmail_extra"><br><br><div class="gmail_quote">On Wed, May 21, 2014 at 3:06 PM, Dale Henrichs <span dir="ltr">&lt;<a href="mailto:dale.henrichs@gemtalksystems.com" target="_blank">dale.henrichs@gemtalksystems.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div dir="ltr"><div><div><div><div><div>Marching Orders! Very good ... <br><br></div><div>Johan, Gerhard, et. al., I want to follow your lead and fill in where the work is needed ...<br>
<br></div><div>Do you guys think that getting Seaside/Zinc/etc. ported to GemStone3.2 takes precedence over getting Zinc running on GemStone3.1?<br>
<br></div><div>I can take a crack at solving Gerhard&#39;s Seaside3.1 loading error, but Zinc has been on the brink for so long, maybe I should hit it hard and get the tests passing in GemStone 3.1 (encoding issues are right up my alley:)?<br>

<br></div><div>If there are other outstanding problems that folks are looking at they can be added into the mix...<span><font color="#888888"><br><br></font></span></div><span><font color="#888888"><div>
Dale<br> </div></font></span></div></div></div></div></div><div><div><div class="gmail_extra"><br><br><div class="gmail_quote">
On Tue, May 20, 2014 at 10:42 PM, Johan Brichau <span dir="ltr">&lt;<a href="mailto:johan@yesplan.be" target="_blank">johan@yesplan.be</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">

Hi all,<br>
<br>
I have been tampering off and on over the last few months to make Zinc 2.4.3 work in Gemstone.<br>
<br>
I made a pull request [1] with my changes, though not all tests are passing and since most of the changes had to do with encoding, byte arrays vs strings, multibyte strings, etc... I really need someone to take a look at them. Also, the pace is quite slow by myself ;-)<br>


<br>
This email is just to make sure that the pull request does not go unnoticed for someone wanting to take up work on the port.<br>
<br>
cheers!<br>
Johan<br>
<br>
[1] <a href="https://github.com/glassdb/zinc/pull/48" target="_blank">https://github.com/glassdb/zinc/pull/48</a><br>
_______________________________________________<br>
Glass mailing list<br>
<a href="mailto:Glass@lists.gemtalksystems.com" target="_blank">Glass@lists.gemtalksystems.com</a><br>
<a href="http://lists.gemtalksystems.com/mailman/listinfo/glass" target="_blank">http://lists.gemtalksystems.com/mailman/listinfo/glass</a><br>
</blockquote></div><br></div>
</div></div><br>_______________________________________________<br>
Glass mailing list<br>
<a href="mailto:Glass@lists.gemtalksystems.com" target="_blank">Glass@lists.gemtalksystems.com</a><br>
<a href="http://lists.gemtalksystems.com/mailman/listinfo/glass" target="_blank">http://lists.gemtalksystems.com/mailman/listinfo/glass</a><br>
<br></blockquote></div><br></div>
</div></div><br>_______________________________________________<br>
Glass mailing list<br>
<a href="mailto:Glass@lists.gemtalksystems.com" target="_blank">Glass@lists.gemtalksystems.com</a><br>
<a href="http://lists.gemtalksystems.com/mailman/listinfo/glass" rel="noreferrer" target="_blank">http://lists.gemtalksystems.com/mailman/listinfo/glass</a><br>
<br></blockquote></div><br><br clear="all"><span class="HOEnZb"><font color="#888888"><div><br></div></font></span></div></div><span class="HOEnZb"><font color="#888888"><span><font color="#888888">-- <br><div>Mariano<br><a href="http://marianopeck.wordpress.com" target="_blank">http://marianopeck.wordpress.com</a><br></div>
</font></span></font></span></div></div></div></div><span class="HOEnZb"><font color="#888888">
</font></span></blockquote></div><span class="HOEnZb"><font color="#888888"><br></font></span></div><span class="HOEnZb"><font color="#888888">
</font></span></div></div></blockquote></div><span class="HOEnZb"><font color="#888888"><br><br clear="all"><div><br></div>-- <br><div>Mariano<br><a href="http://marianopeck.wordpress.com" target="_blank">http://marianopeck.wordpress.com</a><br></div>
</font></span></div></div>
</blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature">Mariano<br><a href="http://marianopeck.wordpress.com" target="_blank">http://marianopeck.wordpress.com</a><br></div>
</div>