---------- Forwarded message ---------- From: Steve Rawley via GemStone-Smalltalk <[hidden email]> Date: Mon, Nov 17, 2014 at 4:33 PM Subject: [GemStone-Smalltalk] GemStone/S 64 Bit 3.2.3 Release To: [hidden email] Cc: [hidden email], Keyfiles <[hidden email]> Dear GemTalk customers, We are pleased to announce the release of GemStone/S 64 Bit 3.2.3, a maintenance release. We encourage all GemStone/S customers to upgrade to this most current release. The release can be downloaded at the following URL: Documentation for this release, including updated Release Notes, can be downloaded here: Please contact GemTalk technical support if you have any trouble downloading or upgrading to this release. Thank you! The GemStone/S team _______________________________________________ GemStone-Smalltalk mailing list [hidden email] http://lists.gemtalksystems.com/mailman/listinfo/gemstone-smalltalk _______________________________________________ Glass mailing list [hidden email] http://lists.gemtalksystems.com/mailman/listinfo/glass |
A new version of Jade is needed, because the server protocol changed ...
Marten -- __________________________________________________________ | | | dimap.de | ---------- dimap - das institut für markt- und politikforschung gmbh büro bonn: konstantinstraße 42, 53179 bonn büro hamburg: waterloohain 6-8, 22769 hamburg geschäftsführer: reinhard schlinkert, knut holzscheck amtsgericht bonn, hrb 7335 Enigmail _______________________________________________ Glass mailing list [hidden email] http://lists.gemtalksystems.com/mailman/listinfo/glass |
See https://github.com/jgfoster/Jade for yesterday’s updates.
James
_______________________________________________ Glass mailing list [hidden email] http://lists.gemtalksystems.com/mailman/listinfo/glass |
Thanks for the new version - two points:
a) * I tried to connect to a 3.2.3 database and select the 3.2.2 protocol. An error message came up and mentioned that - ok. Then I switched the protocol to 3.2.3 in the Login-GUI but the same message came up. * Restarting the application and switch to 3.2.3 and at least no error message came up. b) This morning I tried to connect to that 3.2.3 database on my laptop - in a different environment so the Ip number changes. I changed all the data (different IP number, stone name, netld port) and tried to connect. After a long time I got an error message, that a connection could not be created and showed me in a dialog totally different connection datas. Marten -- Marten Feldtmann _______________________________________________ Glass mailing list [hidden email] http://lists.gemtalksystems.com/mailman/listinfo/glass |
Then I removed the default connection data file and the tool tries to
connect to the database but still get failures: I entered an IP number 10.91.xx.yy and got an error message: Netldi "devKit_ldi" on host "glass" reports the request: "10.91.11.105" failed: Server is unable to create the requested task: Server can't open the file "10.91.xx.yy": errno=2,ENONT, the file or directory sppecified cannot be found. Marten Am 19.11.2014 um 09:16 schrieb [hidden email] via Glass: > > b) > > This morning I tried to connect to that 3.2.3 database on my laptop - in > a different environment so the Ip number changes. I changed all the data > (different IP number, stone name, netld port) and tried to connect. > > After a long time I got an error message, that a connection could not be > created and showed me in a dialog totally different connection datas. > > > > Marten > -- Marten Feldtmann _______________________________________________ Glass mailing list [hidden email] http://lists.gemtalksystems.com/mailman/listinfo/glass |
Marten,
I’ve updated Jade to address a problem with 2.4.4.1, but I don’t think it would deal with the problem you describe. Are you still having this problem? If so, then I’d suggest that you verify that the connection works using Topaz and then we can try to debug things from there. James > On Nov 19, 2014, at 12:28 AM, [hidden email] wrote: > > Then I removed the default connection data file and the tool tries to > connect to the database but still get failures: > > I entered an IP number 10.91.xx.yy and got an error message: > > Netldi "devKit_ldi" on host "glass" reports the request: "10.91.11.105" > failed: > > Server is unable to create the requested task: > Server can't open the file "10.91.xx.yy": > errno=2,ENONT, the file or directory sppecified cannot be found. > > Marten > > > Am 19.11.2014 um 09:16 schrieb [hidden email] via Glass: > >> >> b) >> >> This morning I tried to connect to that 3.2.3 database on my laptop - in >> a different environment so the Ip number changes. I changed all the data >> (different IP number, stone name, netld port) and tried to connect. >> >> After a long time I got an error message, that a connection could not be >> created and showed me in a dialog totally different connection datas. >> >> >> >> Marten >> > > > -- > Marten Feldtmann _______________________________________________ Glass mailing list [hidden email] http://lists.gemtalksystems.com/mailman/listinfo/glass |
Am 24.11.2014 um 01:17 schrieb James Foster:
> Marten, > > I’ve updated Jade to address a problem with 2.4.4.1, but I don’t think it would deal with the problem you describe. Are you still having this problem? If so, then I’d suggest that you verify that the connection works using Topaz and then we can try to debug things from there. > No, I send you some stuff about it. There are two problems with the newer version: Some of my problems are related to JadeDefaultConnection.gss a file Jade creates on exit. The newer versions write very strange stuff to that file and mix everything up. The other problem is that the new versions of Jade do not consider all inputs done in the GUI (changing the Gemstone version e.g.). Marten -- Marten Feldtmann _______________________________________________ Glass mailing list [hidden email] http://lists.gemtalksystems.com/mailman/listinfo/glass |
In reply to this post by GLASS mailing list
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 _______________________________________________ Glass mailing list [hidden email] http://lists.gemtalksystems.com/mailman/listinfo/glass |
In reply to this post by GLASS mailing list
On Nov 24, 2014, at 1:55 AM, [hidden email] via Glass <[hidden email]> wrote:
> > Am 24.11.2014 um 01:17 schrieb James Foster: >> Marten, >> >> I’ve updated Jade to address a problem with 2.4.4.1, but I don’t think it would deal with the problem you describe. Are you still having this problem? If so, then I’d suggest that you verify that the connection works using Topaz and then we can try to debug things from there. >> > > > No, I send you some stuff about it. There are two problems with the > newer version: > > Some of my problems are related to > > JadeDefaultConnection.gss > > a file Jade creates on exit. The newer versions write very strange stuff > to that file and mix everything up. I believe that it properly writes out everything in the login window (including the Advanced tab). What information is in the Advanced tab? What does it write out that is mixed up? > The other problem is that the new versions of Jade do not consider all > inputs done in the GUI (changing the Gemstone version e.g.). The ability to change the GemStone version is dependent on the DLL properly unloading itself. I’ve been able to switch from 3.2.2 to 3.2.3 without error but if I try to switch from 2.3.0 to 3.2.3 then it fails. If there are changes to other fields that are not being recognized, then we need to investigate that further. I’m able to demonstrate that a wrong password is correctly recognized as wrong and when it is fixed then the login succeeds. Are there any fields other than the version for which changes are not being recognized? > Marten _______________________________________________ Glass mailing list [hidden email] http://lists.gemtalksystems.com/mailman/listinfo/glass |
In reply to this post by GLASS mailing list
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, [hidden email] 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 _______________________________________________ Glass mailing list [hidden email] http://lists.gemtalksystems.com/mailman/listinfo/glass |
Free forum by Nabble | Edit this page |