NLS Error (VA). Missing group named: 'AbtMsgPrimBase'. Check that your MPR files exist and are properly registered. NLS Warning (VA). Missing nil in group 'AbtMsgPrimBase'. So first: What can I do to check what's wrong? The ini file contains nlspath=/opt/vast850/nls And that is a complete copy of the els path of the development machine. I've also tried packaging the image with both "include" and "make constant" for the AbtMsgPrimBase Pool. The result is exactly the same. Using the dumper option to make catalogs resident removes the missing group error, but not the missing nil in warning. How do I find out which nls file would be needed or what is wrong with my setup on the server? Thanks a lot for pointers Joachim
-- You received this message because you are subscribed to the Google Groups "VA Smalltalk" group. To view this discussion on the web visit https://groups.google.com/d/msg/va-smalltalk/-/G0PEv22RR9AJ. To post to this group, send email to [hidden email]. To unsubscribe from this group, send email to [hidden email]. For more options, visit this group at http://groups.google.com/group/va-smalltalk?hl=en. |
Hi Joachim
-- What is this 'dumper option' you speak of? Where do I find it? how do I use it? I'm having a similar nls problem, thought it might help. KR Dusty On Monday, 16 April 2012 11:51:12 UTC+2, [hidden email] wrote:
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 http://groups.google.com/group/va-smalltalk. For more options, visit https://groups.google.com/groups/opt_out. |
In reply to this post by jtuchel
You may read this thread:
-- http://forums.instantiations.com/topic-12-4752.html 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 http://groups.google.com/group/va-smalltalk. For more options, visit https://groups.google.com/groups/opt_out. |
Hi Marten I have 4 images that I do development in. I'm using VisualAge 8.5.2.I've already read that. The other 3 are fine. The Image I'm currently using is the one I had a packaging problem with (posted earlier).NLS Warning (VA). Missing 104 in group 'AbtNlsTraMsgGrp'. NLS Warning (VA). Missing 100 in group 'AbtNlsTraMsgGrp'. NLS Warning (VA). Missing 101 in group 'AbtNlsTraMsgGrp'. NLS Warning (VA). Missing 102 in group 'AbtNlsTraMsgGrp'. NLS Warning (VA). Missing 103 in group 'AbtNlsTraMsgGrp'. Any ideas? On Wed, Sep 11, 2013 at 11:23 AM, Marten Feldtmann <[hidden email]> wrote:
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 http://groups.google.com/group/va-smalltalk. For more options, visit https://groups.google.com/groups/opt_out. |
Dusty - If you kill the Packager, this can be the result. The NLS information is being cached before the packager changes it and is not being restore because the packager did not go to normal completion. You can try Tools -> NLS Tools -> Rebind Image Strings from the Transcript menu bar. John On Wednesday, September 11, 2013 5:54:21 AM UTC-4, Dusty wrote:
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 http://groups.google.com/group/va-smalltalk. For more options, visit https://groups.google.com/groups/opt_out. |
Hi I didn't so much 'kill' the packager as I did just close it, using the close button, after it failed.Its working now, so I'll write it off as some sort of corruption in the previous image. On Wed, Sep 11, 2013 at 1:36 PM, John O'Keefe <[hidden email]> wrote:
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 http://groups.google.com/group/va-smalltalk. For more options, visit https://groups.google.com/groups/opt_out. |
Dusty,
-- recreating an image for packaging from scratch (or at least from one that has only a tiny bit of code loaded into it) would be a recommendation in general. I use an XD image that has been saved right after creating a passive image for Unix. For each packaging process I load everything atop of that into this base image. Takes maybe two minutes, but I never save it afterwards, just to make sure no strange things happen to it. Joachim Am Mittwoch, 11. September 2013 14:05:56 UTC+2 schrieb Dusty:
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 http://groups.google.com/group/va-smalltalk. For more options, visit https://groups.google.com/groups/opt_out. |
Free forum by Nabble | Edit this page |