Loading configuration map z.VA: VA Assist Pro in ibmst.icx

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
5 messages Options
Reply | Threaded
Open this post in threaded view
|

Loading configuration map z.VA: VA Assist Pro in ibmst.icx

Klaus Breker-2
Hi,

we are loading our development and production configuration maps into the ibmst.icx. Until VASamalltalk 9.0 everything was fine. Now we are switching to version 9.1 and the configuration map z.VA: VA Assist Pro makes problems during loading or when it is loaded. Then the file walkback.log is written like a stack overflow happened. See attached file.

Everything works fine if we load the VA Assist feature via Load/Unload Feature. Or when we use the preloaded with VA Smalltalk delivered abt.icx. Where is the difference between loading via configuration map or load/unload a feature.

It happens in 32- or 64-bit environment. I load this map as first or after Envy - and VisualAge Development Environment. Always the same effect.

Kind regards..

Klaus


--
You received this message because you are subscribed to the Google Groups "VA Smalltalk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email].
To post to this group, send email to [hidden email].
Visit this group at https://groups.google.com/group/va-smalltalk.
For more options, visit https://groups.google.com/d/optout.

walkback-0.log (26K) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: Loading configuration map z.VA: VA Assist Pro in ibmst.icx

Mariano Martinez Peck-2
Hi Klaus, 

I just tried to reproduced but I fail. I took a fresh 9.1 32 bits ibm image pointing to the shipped manager and I could perfectly load the map " z.VA: VA Assist Pro" from the configuration map browser. See my screenshot. 
Can you reproduce this with a fresh image?

Thanks, 



On Thu, Nov 15, 2018 at 4:59 AM Klaus Breker <[hidden email]> wrote:
Hi,

we are loading our development and production configuration maps into the ibmst.icx. Until VASamalltalk 9.0 everything was fine. Now we are switching to version 9.1 and the configuration map z.VA: VA Assist Pro makes problems during loading or when it is loaded. Then the file walkback.log is written like a stack overflow happened. See attached file.

Everything works fine if we load the VA Assist feature via Load/Unload Feature. Or when we use the preloaded with VA Smalltalk delivered abt.icx. Where is the difference between loading via configuration map or load/unload a feature.

It happens in 32- or 64-bit environment. I load this map as first or after Envy - and VisualAge Development Environment. Always the same effect.

Kind regards..

Klaus


--
You received this message because you are subscribed to the Google Groups "VA Smalltalk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email].
To post to this group, send email to [hidden email].
Visit this group at https://groups.google.com/group/va-smalltalk.
For more options, visit https://groups.google.com/d/optout.


--
Mariano Martinez Peck
Software Engineer, Instantiations Inc.
[hidden email]

--
You received this message because you are subscribed to the Google Groups "VA Smalltalk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email].
To post to this group, send email to [hidden email].
Visit this group at https://groups.google.com/group/va-smalltalk.
For more options, visit https://groups.google.com/d/optout.

Screen Shot 2018-11-15 at 10.46.30 AM.png (112K) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: Loading configuration map z.VA: VA Assist Pro in ibmst.icx

Mariano Martinez Peck-2
Hi Klaus, 

Another engineer of the team pointed me out that load "looks" fine but we do see the walkback once you try to open browsers.
We have opened development case 64233 which will be fixed for 9.2. Your workarounds in the meanwhile are:

1) Load via the Feature windows (as you said)
2) Load it programmatically from the Transcript with all browsers closed. Something like:

(EmConfigurationMap editionsFor:'z.VA: VA Assist Pro') first load.

3) Make a patch change (before trying to load it from the maps browser) in  StsPowerTools>>loaded. Move the line:

IsUVM := (Smalltalk classAt: #UvmBrowser ifAbsent: [nil]) notNil.

to the very beginning of the method... After that patch, you should be able to load it from the Configuration Map Browser too. 

Let us know if those workaround work for you.

Best regards,


On Thu, Nov 15, 2018 at 10:47 AM Mariano Martinez Peck <[hidden email]> wrote:
Hi Klaus, 

I just tried to reproduced but I fail. I took a fresh 9.1 32 bits ibm image pointing to the shipped manager and I could perfectly load the map " z.VA: VA Assist Pro" from the configuration map browser. See my screenshot. 
Can you reproduce this with a fresh image?

Thanks, 



On Thu, Nov 15, 2018 at 4:59 AM Klaus Breker <[hidden email]> wrote:
Hi,

we are loading our development and production configuration maps into the ibmst.icx. Until VASamalltalk 9.0 everything was fine. Now we are switching to version 9.1 and the configuration map z.VA: VA Assist Pro makes problems during loading or when it is loaded. Then the file walkback.log is written like a stack overflow happened. See attached file.

Everything works fine if we load the VA Assist feature via Load/Unload Feature. Or when we use the preloaded with VA Smalltalk delivered abt.icx. Where is the difference between loading via configuration map or load/unload a feature.

It happens in 32- or 64-bit environment. I load this map as first or after Envy - and VisualAge Development Environment. Always the same effect.

Kind regards..

Klaus


--
You received this message because you are subscribed to the Google Groups "VA Smalltalk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email].
To post to this group, send email to [hidden email].
Visit this group at https://groups.google.com/group/va-smalltalk.
For more options, visit https://groups.google.com/d/optout.


--
Mariano Martinez Peck
Software Engineer, Instantiations Inc.
[hidden email]


--
Mariano Martinez Peck
Software Engineer, Instantiations Inc.
[hidden email]

--
You received this message because you are subscribed to the Google Groups "VA Smalltalk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email].
To post to this group, send email to [hidden email].
Visit this group at https://groups.google.com/group/va-smalltalk.
For more options, visit https://groups.google.com/d/optout.
Reply | Threaded
Open this post in threaded view
|

Re: Loading configuration map z.VA: VA Assist Pro in ibmst.icx

Klaus Breker-2
Hi Mariano,

I did the patch and released this version into the config map. Now everything is fine after loading the VA Assist Pro.
I forgot to mention, that another browser has to be opened before the error appeared.

Thanks for the quick solution and best regards

Klaus

Am Donnerstag, 15. November 2018 17:30:12 UTC+1 schrieb marianopeck:
Hi Klaus, 

Another engineer of the team pointed me out that load "looks" fine but we do see the walkback once you try to open browsers.
We have opened development case 64233 which will be fixed for 9.2. Your workarounds in the meanwhile are:

1) Load via the Feature windows (as you said)
2) Load it programmatically from the Transcript with all browsers closed. Something like:

(EmConfigurationMap editionsFor:'z.VA: VA Assist Pro') first load.

3) Make a patch change (before trying to load it from the maps browser) in  StsPowerTools>>loaded. Move the line:

IsUVM := (Smalltalk classAt: #UvmBrowser ifAbsent: [nil]) notNil.

to the very beginning of the method... After that patch, you should be able to load it from the Configuration Map Browser too. 

Let us know if those workaround work for you.

Best regards,


On Thu, Nov 15, 2018 at 10:47 AM Mariano Martinez Peck <<a href="javascript:" target="_blank" gdf-obfuscated-mailto="-a2-inXyBgAJ" rel="nofollow" onmousedown="this.href=&#39;javascript:&#39;;return true;" onclick="this.href=&#39;javascript:&#39;;return true;">mp...@...> wrote:
Hi Klaus, 

I just tried to reproduced but I fail. I took a fresh 9.1 32 bits ibm image pointing to the shipped manager and I could perfectly load the map " z.VA: VA Assist Pro" from the configuration map browser. See my screenshot. 
Can you reproduce this with a fresh image?

Thanks, 



On Thu, Nov 15, 2018 at 4:59 AM Klaus Breker <<a href="javascript:" target="_blank" gdf-obfuscated-mailto="-a2-inXyBgAJ" rel="nofollow" onmousedown="this.href=&#39;javascript:&#39;;return true;" onclick="this.href=&#39;javascript:&#39;;return true;">klaus....@...> wrote:
Hi,

we are loading our development and production configuration maps into the ibmst.icx. Until VASamalltalk 9.0 everything was fine. Now we are switching to version 9.1 and the configuration map z.VA: VA Assist Pro makes problems during loading or when it is loaded. Then the file walkback.log is written like a stack overflow happened. See attached file.

Everything works fine if we load the VA Assist feature via Load/Unload Feature. Or when we use the preloaded with VA Smalltalk delivered abt.icx. Where is the difference between loading via configuration map or load/unload a feature.

It happens in 32- or 64-bit environment. I load this map as first or after Envy - and VisualAge Development Environment. Always the same effect.

Kind regards..

Klaus


--
You received this message because you are subscribed to the Google Groups "VA Smalltalk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to <a href="javascript:" target="_blank" gdf-obfuscated-mailto="-a2-inXyBgAJ" rel="nofollow" onmousedown="this.href=&#39;javascript:&#39;;return true;" onclick="this.href=&#39;javascript:&#39;;return true;">va-smalltalk...@googlegroups.com.
To post to this group, send email to <a href="javascript:" target="_blank" gdf-obfuscated-mailto="-a2-inXyBgAJ" rel="nofollow" onmousedown="this.href=&#39;javascript:&#39;;return true;" onclick="this.href=&#39;javascript:&#39;;return true;">va-sma...@....
Visit this group at <a href="https://groups.google.com/group/va-smalltalk" target="_blank" rel="nofollow" onmousedown="this.href=&#39;https://groups.google.com/group/va-smalltalk&#39;;return true;" onclick="this.href=&#39;https://groups.google.com/group/va-smalltalk&#39;;return true;">https://groups.google.com/group/va-smalltalk.
For more options, visit <a href="https://groups.google.com/d/optout" target="_blank" rel="nofollow" onmousedown="this.href=&#39;https://groups.google.com/d/optout&#39;;return true;" onclick="this.href=&#39;https://groups.google.com/d/optout&#39;;return true;">https://groups.google.com/d/optout.


--
Mariano Martinez Peck
Software Engineer, Instantiations Inc.
<a href="javascript:" target="_blank" gdf-obfuscated-mailto="-a2-inXyBgAJ" rel="nofollow" onmousedown="this.href=&#39;javascript:&#39;;return true;" onclick="this.href=&#39;javascript:&#39;;return true;">mp...@...


--
Mariano Martinez Peck
Software Engineer, Instantiations Inc.
<a href="javascript:" target="_blank" gdf-obfuscated-mailto="-a2-inXyBgAJ" rel="nofollow" onmousedown="this.href=&#39;javascript:&#39;;return true;" onclick="this.href=&#39;javascript:&#39;;return true;">mp...@...

--
You received this message because you are subscribed to the Google Groups "VA Smalltalk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email].
To post to this group, send email to [hidden email].
Visit this group at https://groups.google.com/group/va-smalltalk.
For more options, visit https://groups.google.com/d/optout.
Reply | Threaded
Open this post in threaded view
|

Re: Loading configuration map z.VA: VA Assist Pro in ibmst.icx

Mariano Martinez Peck-2


On Thu, Nov 15, 2018 at 1:55 PM Klaus Breker <[hidden email]> wrote:
Hi Mariano,

I did the patch and released this version into the config map. Now everything is fine after loading the VA Assist Pro.
I forgot to mention, that another browser has to be opened before the error appeared.


Yeah, that's why I couldn't reproduce it but another engineer could :)
 
Thanks for the quick solution and best regards


No problem. Best regards to you too.


--
Mariano Martinez Peck
Software Engineer, Instantiations Inc.
[hidden email]

--
You received this message because you are subscribed to the Google Groups "VA Smalltalk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email].
To post to this group, send email to [hidden email].
Visit this group at https://groups.google.com/group/va-smalltalk.
For more options, visit https://groups.google.com/d/optout.