[Glass] [GemStone-Smalltalk] GemStone/S 64 Bit 3.2.3 Release

James Foster via Glass glass at lists.gemtalksystems.com
Mon Nov 24 10:21:17 PST 2014


To debug this we should probably have some GCI tracing. There is an option on the Advanced tab to turn this on and select a destination log. If you can reproduce it with a small log file that would be helpful.

James

> On Nov 24, 2014, at 2:12 AM, itlists at schrievkrom.de wrote:
> 
> At least most of the stuff is working from within Dolphin IDE. I was
> able to connect to the 3.2.3 database version - but the system fails on
> another point:
> 
> LibGciRcp64_310x>>loginAs:password:
> 
> loginAs: userName password: password
> 
> 	self critical: [
> 		| success error |
> 		success := self
> 			gciLogin: userName
> 			_: password.
> 		success ifTrue: [^self gciGetSessionId].
> 		error := self lastError.
> 		GciLoginFailed
> 			signal: error message
> 			with: error.
> 	].
> 
> Here in my case: error = nil, success = false !
> 
> 
> Marten
> 
> -- 
> Marten Feldtmann



More information about the Glass mailing list