Gemstone/S 3.4.0 - Some problems - where to report ?

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

Gemstone/S 3.4.0 - Some problems - where to report ?

GLASS mailing list

Hallo Dale,

I found two changes/problems with 3.4.0:

a) Syntax Checker (which seems to be ok)

#('Hallo ','World') has been accepted by 3.3.6, but not under 3.4.0

This is not critical, because it delivered  a three item array under 3.3.6 (which I did not expected - I thought it makes a string concatenation)

b) Some packages could not be loaded any more:

--transcript--'Fetched -> ConfigurationOfXMLWriter-monty.120 --- http://www.smalltalkhub.com/mc/PharoExtras/XMLWriter/main --- http://www.smalltalkhub.com/mc/PharoExtras/XMLWriter/main'
--transcript--'Loaded -> ConfigurationOfXMLWriter-monty.120 --- http://www.smalltalkhub.com/mc/PharoExtras/XMLWriter/main --- http://www.smalltalkhub.com/mc/PharoExtras/XMLWriter/main'
--transcript--'Project: XMLWriterTests stable'
--transcript--' [2.8.3]'
--transcript--'Project: OrderPreservingDictionary stable'
--transcript--' [1.3.7]'
--transcript--'...RETRY->XML-Writer-Core-monty.73'
--transcript--'...RETRY->XML-Writer-Core-monty.73'
--transcript--'...FAILED->XML-Writer-Core-monty.73'
ERROR 2710 , a MetacelloPackageSpecResolutionError occurred (error 2710), , Could not resolve: XML-Writer-Core [XML-Writer-Core-monty.73] in cache http://smalltalkhub.com/mc/PharoExtras/XMLWriter/main (MetacelloPackageSpecResolutionError)
topaz > exec iferr 1 : where
==> 1 MetacelloPackageSpecResolutionError (AbstractException) >> _signalWith: @6 line 25
2 MetacelloPackageSpecResolutionError (AbstractException) >> signal @2 line 47
3 MetacelloPackageSpecResolutionError >> signal @4 line 5
4 MetacelloFetchingMCSpecLoader (MetacelloCommonMCSpecLoader) >> retryingResolvePackageSpecReferences:gofer: @32 line 39

_______________________________________________
Glass mailing list
[hidden email]
http://lists.gemtalksystems.com/mailman/listinfo/glass
Reply | Threaded
Open this post in threaded view
|

Re: Gemstone/S 3.4.0 - Some problems - where to report ?

GLASS mailing list

This is not critical, because it delivered  a three item array under 3.3.6 (which I did not expected - I thought it makes a string concatenation)

b) Some packages could not be loaded any more:

--transcript--'Fetched -> ConfigurationOfXMLWriter-monty.120 --- http://www.smalltalkhub.com/mc/PharoExtras/XMLWriter/main --- http://www.smalltalkhub.com/mc/PharoExtras/XMLWriter/main'
--transcript--'Loaded -> ConfigurationOfXMLWriter-monty.120 --- http://www.smalltalkhub.com/mc/PharoExtras/XMLWriter/main --- http://www.smalltalkhub.com/mc/PharoExtras/XMLWriter/main'
--transcript--'Project: XMLWriterTests stable'
--transcript--' [2.8.3]'
--transcript--'Project: OrderPreservingDictionary stable'
--transcript--' [1.3.7]'
--transcript--'...RETRY->XML-Writer-Core-monty.73'
--transcript--'...RETRY->XML-Writer-Core-monty.73'
--transcript--'...FAILED->XML-Writer-Core-monty.73'
ERROR 2710 , a MetacelloPackageSpecResolutionError occurred (error 2710), , Could not resolve: XML-Writer-Core [XML-Writer-Core-monty.73] in cache http://smalltalkhub.com/mc/PharoExtras/XMLWriter/main (MetacelloPackageSpecResolutionError)
topaz > exec iferr 1 : where
==> 1 MetacelloPackageSpecResolutionError (AbstractException) >> _signalWith: @6 line 25
2 MetacelloPackageSpecResolutionError (AbstractException) >> signal @2 line 47
3 MetacelloPackageSpecResolutionError >> signal @4 line 5
4 MetacelloFetchingMCSpecLoader (MetacelloCommonMCSpecLoader) >> retryingResolvePackageSpecReferences:gofer: @32 line 39



Sometimes that error is simply because some server (smalltalkhub in this case) was down or timeout or whatever. Try again later.
Also, you can evaluate this:


MetacelloCommonMCSpecLoader retryPackageResolution: false.

And try the load again. That may bring you up a debugger with some more useful information. 

Cheers,


--

_______________________________________________
Glass mailing list
[hidden email]
http://lists.gemtalksystems.com/mailman/listinfo/glass
Reply | Threaded
Open this post in threaded view
|

Re: Gemstone/S 3.4.0 - Some problems - where to report ?

GLASS mailing list
In reply to this post by GLASS mailing list



On 10/3/17 2:40 AM, Marten Feldtmann via Glass wrote:

Hallo Dale,

This list is a fine place for problem reports. You are using an alhpa version of 3.4 and it might be a good idea to pass along an alpha version of the release notes as well, since I imagine that your question a) would be explained in more detail ...

I found two changes/problems with 3.4.0:

a) Syntax Checker (which seems to be ok)

#('Hallo ','World') has been accepted by 3.3.6, but not under 3.4.0

This is not critical, because it delivered  a three item array under 3.3.6 (which I did not expected - I thought it makes a string concatenation)

b) Some packages could not be loaded any more:

--transcript--'Fetched -> ConfigurationOfXMLWriter-monty.120 --- http://www.smalltalkhub.com/mc/PharoExtras/XMLWriter/main --- http://www.smalltalkhub.com/mc/PharoExtras/XMLWriter/main'
--transcript--'Loaded -> ConfigurationOfXMLWriter-monty.120 --- http://www.smalltalkhub.com/mc/PharoExtras/XMLWriter/main --- http://www.smalltalkhub.com/mc/PharoExtras/XMLWriter/main'
--transcript--'Project: XMLWriterTests stable'
--transcript--' [2.8.3]'
--transcript--'Project: OrderPreservingDictionary stable'
--transcript--' [1.3.7]'
--transcript--'...RETRY->XML-Writer-Core-monty.73'
--transcript--'...RETRY->XML-Writer-Core-monty.73'
--transcript--'...FAILED->XML-Writer-Core-monty.73'
ERROR 2710 , a MetacelloPackageSpecResolutionError occurred (error 2710), , Could not resolve: XML-Writer-Core [XML-Writer-Core-monty.73] in cache http://smalltalkhub.com/mc/PharoExtras/XMLWriter/main (MetacelloPackageSpecResolutionError)
topaz > exec iferr 1 : where 
==> 1 MetacelloPackageSpecResolutionError (AbstractException) >> _signalWith: @6 line 25
2 MetacelloPackageSpecResolutionError (AbstractException) >> signal @2 line 47
3 MetacelloPackageSpecResolutionError >> signal @4 line 5
4 MetacelloFetchingMCSpecLoader (MetacelloCommonMCSpecLoader) >> retryingResolvePackageSpecReferences:gofer: @32 line 39

As Mariano points out, the XML-Writer-Core issue is possibly a Monticello/StHub related error, but if you pass along the expression/command/project that you are loading when you hit this error, I can test it out locally and if it turns out to be a 3.4-related issue I can take steps to fix the problem

Dale

_______________________________________________
Glass mailing list
[hidden email]
http://lists.gemtalksystems.com/mailman/listinfo/glass


_______________________________________________
Glass mailing list
[hidden email]
http://lists.gemtalksystems.com/mailman/listinfo/glass