Too many users connected

Andy Hilton andyh at totallybrilliant.com
Wed Dec 2 12:46:56 EST 2020


Das

If you look in Applications —> Utilities —> Activity Monitor that held will likely show you the backgrounded apache threads which is what is probably still being held up - you can cancel the appropriate threads there which should release the blockage……maybe :)

Andy Hilton
Totally Brilliant Software Inc
Phone (US) : (863) 409 4870 
Phone (UK) : 0207 193 8582
Web : www.totallybrilliant.com <http://www.totallybrilliant.com/> 
Helpdesk : http://totallybrilliant.kayako.com
Email : andyh at totallybrilliant.com

> On Dec 2, 2020, at 11:52 AM, Das Goravani <goravanis at gmail.com> wrote:
> 
> 
> I open Omnis and Safari, nothing is opened yet.. I open my form in design mode and press Command-T and there are too many connections it says.. there are none. I am going to ask US Support about this.. it doesn’t seem to be working in 10.1
> 
> 
> 
>> On Dec 2, 2020, at 12:01 AM, Bruno Del Sol <bruno.delsol at bydesign.fr <mailto:bruno.delsol at bydesign.fr>> wrote:
>> 
>> Hi Das,
>> 
>> During dev, it generally means an instance of forms you have tested could not be closed correctly by Omnis for some reason. In other words Omnis server didn't get the message from the client browser that the page containing the form was about to be closed. 
>> 
>> You can check which instance is still opened with the notation inspector in the groups $remoteforms and $iremotetasks
>> 
>> To get rid of all opened remote instances prior to do a new test, you can run this code
>> 
>> 
>> 
>> Set reference ref to $root.$iremotetasks.$first
>> While ref
>> Do ref.$close()
>> Set reference ref to $root.$iremotetasks.$first
>> End While
>> Set reference ref to $root.$iremoteforms.$first
>> While ref
>> Do ref.$close()
>> Set reference ref to $root.$iremoteforms.$first
>> End While
>> 
>> 
>> Regards
>> Bruno
>> 
>> 
>> 
>> 
>> 
>> By Design
>> http://www.bydesign.fr <http://www.bydesign.fr/> <http://www.bydesign.fr/ <http://www.bydesign.fr/>>
>> Bruno Del Sol
>> bruno.delsol at bydesign.fr <mailto:bruno.delsol at bydesign.fr> <mailto:bruno.delsol at bydesign.fr <mailto:bruno.delsol at bydesign.fr>>
>> 46, rue de La Tour d'Auvergne
>> 75009 Paris (France)
>> Le 02/12/2020 à 02:22, Das Goravani a écrit :
>>> Too many users connected to the server
>>> 
>>> That’s what I get when I Command-T to use my form
>>> 
>>> I have a remote form made.. I made it with my dev serial number I believe.. or was I using the App Server serial number?
>>> 
>>> That’s the thing.. how do you test a remote form when you are in your Development copy of Omnis.. 
>>> 
>>> I’m in 10.1 on Big Sur.. I developed the form on Mojave.. and I thought it was then just using my then developer serial number as I am on now.. 
>>> 
>>> But something has changed because it feels it doesn’t have one user left.. I am the only person using it.. I mean it’s my dev omnis on my Mac.. I’m not working on the server.. you can’t work on the server so far as I know.. 
>>> 
>>> How do I test my form in dev mode if it does this error message always?
>>> _____________________________________________________________
>>> Manage your list subscriptions at http://lists.omnis-dev.com <http://lists.omnis-dev.com/> <http://lists.omnis-dev.com/ <http://lists.omnis-dev.com/>>
>>> Start a new message -> mailto:omnisdev-en at lists.omnis-dev.com <mailto:omnisdev-en at lists.omnis-dev.com> <mailto:omnisdev-en at lists.omnis-dev.com <mailto:omnisdev-en at lists.omnis-dev.com>> 
> 
> _____________________________________________________________
> Manage your list subscriptions at http://lists.omnis-dev.com <http://lists.omnis-dev.com/>
> Start a new message -> mailto:omnisdev-en at lists.omnis-dev.com <mailto:omnisdev-en at lists.omnis-dev.com>


More information about the omnisdev-en mailing list