Error retrieven GlorpDriverPostgreSQL from SmalltalkHub
I'm getting the following error log when trying to load GlorpDriverPostgreSQL from SmalltalkHub ...RETRY->GlorpDriverPostgreSQL-MarianoMartinezPeck.5 ...RETRY->GlorpDriverPostgreSQL-MarianoMartinezPeck.5 Error: Could not access http://smalltalkhub.com/mc/PharoExtras/PostgresV2/main/: MessageNotUnderstood: ByteString>>substrings: MCSmalltalkhubRepository(Object)>>error: MCSmalltalkhubRepository>>loadAllFileNames in Block: [ :exception | self error: 'Could not access ' , s...etc... BlockClosure>>cull: MethodContext(ContextPart)>>handleSignal: in Block: [ self exceptionHandlerBlock cull: exception ] BlockClosure>>ensure: MethodContext(ContextPart)>>handleSignal: MethodContext(ContextPart)>>handleSignal: MessageNotUnderstood(Exception)>>signal ByteString(Object)>>doesNotUnderstand: #substrings: ZnMimeType class>>fromString: Is this a know issue or should I debug it? Regards, Esteban A. Maringolo
You are probably on Pharo 3 String>>#substrings: is a new method renamed from String>>#subStrings: Zinc normally loads a 'forward compatibility' package to add this alias I think the very latest Pharo 3 also has it
On 16 Mar 2015, at 21:29, Esteban A. Maringolo <emaringolo@gmail.com> wrote:
I'm getting the following error log when trying to load GlorpDriverPostgreSQL from SmalltalkHub
...RETRY->GlorpDriverPostgreSQL-MarianoMartinezPeck.5 ...RETRY->GlorpDriverPostgreSQL-MarianoMartinezPeck.5
Error: Could not access http://smalltalkhub.com/mc/PharoExtras/PostgresV2/main/: MessageNotUnderstood: ByteString>>substrings:
MCSmalltalkhubRepository(Object)>>error: MCSmalltalkhubRepository>>loadAllFileNames in Block: [ :exception | self error: 'Could not access ' , s...etc... BlockClosure>>cull: MethodContext(ContextPart)>>handleSignal: in Block: [ self exceptionHandlerBlock cull: exception ] BlockClosure>>ensure: MethodContext(ContextPart)>>handleSignal: MethodContext(ContextPart)>>handleSignal: MessageNotUnderstood(Exception)>>signal ByteString(Object)>>doesNotUnderstand: #substrings: ZnMimeType class>>fromString:
Is this a know issue or should I debug it?
Regards,
Esteban A. Maringolo
Yes, I was using a base image from a month ago or so. I updated the base image in the pipeline and now it loads ok. Thank you Sven. Esteban A. Maringolo 2015-03-16 17:39 GMT-03:00 Sven Van Caekenberghe <sven@stfx.eu>:
You are probably on Pharo 3 String>>#substrings: is a new method renamed from String>>#subStrings: Zinc normally loads a 'forward compatibility' package to add this alias I think the very latest Pharo 3 also has it
On 16 Mar 2015, at 21:29, Esteban A. Maringolo <emaringolo@gmail.com> wrote:
I'm getting the following error log when trying to load GlorpDriverPostgreSQL from SmalltalkHub
...RETRY->GlorpDriverPostgreSQL-MarianoMartinezPeck.5 ...RETRY->GlorpDriverPostgreSQL-MarianoMartinezPeck.5
Error: Could not access http://smalltalkhub.com/mc/PharoExtras/PostgresV2/main/: MessageNotUnderstood: ByteString>>substrings:
MCSmalltalkhubRepository(Object)>>error: MCSmalltalkhubRepository>>loadAllFileNames in Block: [ :exception | self error: 'Could not access ' , s...etc... BlockClosure>>cull: MethodContext(ContextPart)>>handleSignal: in Block: [ self exceptionHandlerBlock cull: exception ] BlockClosure>>ensure: MethodContext(ContextPart)>>handleSignal: MethodContext(ContextPart)>>handleSignal: MessageNotUnderstood(Exception)>>signal ByteString(Object)>>doesNotUnderstand: #substrings: ZnMimeType class>>fromString:
Is this a know issue or should I debug it?
Regards,
Esteban A. Maringolo
participants (2)
-
Esteban A. Maringolo -
Sven Van Caekenberghe