Gemstone 3.1.0.4, Ubuntu 12.04.3, Downloaded Zinc from github
(glass-version) installed and started a default server. * Prior this I checked the client and it was able to retrieve html pages Ok, the server is starting and the process seems to run. When I try to get the test page from the Zinc server via a Zinc client (from within the same Jade/VM) I get the page source without any problems. When I try to retrieve the html contents via curl or via a browser these "external" clients hang. They hang UNTIL I do another retrieve via a Gemstone Zinc client and then the external clients get their content. I have to do this attempts with a local Zinc client and then all external request get fullfilled. I think, nobody has seen this behaviour ? Marten _______________________________________________ Glass mailing list [hidden email] http://lists.gemtalksystems.com/mailman/listinfo/glass |
And when I enable logging to Transcript I get only an ouput like
Oop(...) for each string ... _______________________________________________ Glass mailing list [hidden email] http://lists.gemtalksystems.com/mailman/listinfo/glass |
In reply to this post by marten
The GemStone VM runs only when the client sends it a request. If you are using Jade, then select the 'Sleep and Commit' menu command from the Transcript window and try the external client request again.
James > On Nov 13, 2013, at 12:15 AM, "[hidden email]" <[hidden email]> wrote: > > Gemstone 3.1.0.4, Ubuntu 12.04.3, Downloaded Zinc from github > (glass-version) installed and started a default server. > > * Prior this I checked the client and it was able to retrieve html pages > > Ok, the server is starting and the process seems to run. > > When I try to get the test page from the Zinc server via a Zinc client > (from within the same Jade/VM) I get the page source without any problems. > > When I try to retrieve the html contents via curl or via a browser these > "external" clients hang. > > They hang UNTIL I do another retrieve via a Gemstone Zinc client and > then the external clients get their content. I have to do this attempts > with a local Zinc client and then all external request get fullfilled. > > > > > I think, nobody has seen this behaviour ? > > Marten > > _______________________________________________ > Glass mailing list > [hidden email] > http://lists.gemtalksystems.com/mailman/listinfo/glass Glass mailing list [hidden email] http://lists.gemtalksystems.com/mailman/listinfo/glass |
In reply to this post by marten
Marten,
I have some information on working with server apps and GemTools[1]. That should give you some useful information. Not sure how much of the GemTools specific information applies to Jade... In your follow-on email you mention Transcript output ... it might be helpful to see the actual output ... Dale [1] http://gemstonesoup.wordpress.com/2009/04/15/glass-beta-update-working-with-soap-preview/#GsProcesses ----- Original Message ----- | From: [hidden email] | To: [hidden email] | Sent: Wednesday, November 13, 2013 12:15:06 AM | Subject: [Glass] Zinc is running strange ... | | Gemstone 3.1.0.4, Ubuntu 12.04.3, Downloaded Zinc from github | (glass-version) installed and started a default server. | | * Prior this I checked the client and it was able to retrieve html | pages | | Ok, the server is starting and the process seems to run. | | When I try to get the test page from the Zinc server via a Zinc | client | (from within the same Jade/VM) I get the page source without any | problems. | | When I try to retrieve the html contents via curl or via a browser | these | "external" clients hang. | | They hang UNTIL I do another retrieve via a Gemstone Zinc client and | then the external clients get their content. I have to do this | attempts | with a local Zinc client and then all external request get | fullfilled. | | | | | I think, nobody has seen this behaviour ? | | Marten | | _______________________________________________ | Glass mailing list | [hidden email] | http://lists.gemtalksystems.com/mailman/listinfo/glass | _______________________________________________ Glass mailing list [hidden email] http://lists.gemtalksystems.com/mailman/listinfo/glass |
In my Transcript I see the log messages from Zinc in the following way:
OOP(12....) OOP(12....) OOP(12....) OOP(12....) OOP(12....) OOP(12....) OOP(12....) OOP(12....) OOP(12....) (12....) means an OOP number - different numbers. Marten _______________________________________________ Glass mailing list [hidden email] http://lists.gemtalksystems.com/mailman/listinfo/glass |
Okay,
I don't recognize that output, so I guess I don't know where the log message is coming from... Dale ----- Original Message ----- | From: [hidden email] | To: "Dale K. Henrichs" <[hidden email]> | Cc: [hidden email] | Sent: Wednesday, November 13, 2013 8:47:41 AM | Subject: Re: [Glass] Zinc is running strange ... | | In my Transcript I see the log messages from Zinc in the following | way: | | OOP(12....) | OOP(12....) | OOP(12....) | OOP(12....) | OOP(12....) | OOP(12....) | OOP(12....) | OOP(12....) | OOP(12....) | | (12....) means an OOP number - different numbers. | | Marten | _______________________________________________ Glass mailing list [hidden email] http://lists.gemtalksystems.com/mailman/listinfo/glass |
In reply to this post by marten
Check that the Zinc transcript logging mechanism is sending something like
Transcript show: anObject greaseString; cr. rather than Transcript show: anObject; cr. then run the code that produces the error again. Those oops are probably the oops for the log strings Zinc generates On Nov 13, 2013, at 8:47 AM, [hidden email] wrote: > In my Transcript I see the log messages from Zinc in the following way: > > OOP(12....) > OOP(12....) > OOP(12....) > OOP(12....) > OOP(12....) > OOP(12....) > OOP(12....) > OOP(12....) > OOP(12....) > > (12....) means an OOP number - different numbers. > > Marten > _______________________________________________ > Glass mailing list > [hidden email] > http://lists.gemtalksystems.com/mailman/listinfo/glass _______________________________________________ Glass mailing list [hidden email] http://lists.gemtalksystems.com/mailman/listinfo/glass |
Free forum by Nabble | Edit this page |