Jump to content

AntonioCuomo

uniGUI Subscriber
  • Posts

    170
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by AntonioCuomo

  1. A unigui application consisting of FormLogin that launches a form with treemenu:

    implementation

    {$R *.dfm}

    uses
      MainModule, uniGUIApplication, Bottiglie, Clienti, NuovoOrdine;

    function UniForm_Menu: TUniForm_Menu;
    begin
      Result := TUniForm_Menu(UniMainModule.GetFormInstance(TUniForm_Menu));
    end;

    procedure TUniForm_Menu.Clienti1Click(Sender: TObject);
    begin
    Form_Clienti.ShowModal();
    end;

    procedure TUniForm_Menu.NuovoOrdine1Click(Sender: TObject);
    begin
    Form_NuovoOrdine.ShowModal();
    end;

    procedure TUniForm_Menu.UniBitBtn1Click(Sender: TObject);
    begin
     close;
    end;

    procedure TUniForm_Menu.Vini1Click(Sender: TObject);
    begin
    Form_Bottiglie.ShowModal();
    end;

    end.

     

    All events that execute FormXXXX.showmodal when I close the form with CLOSE it returns to the FormMenu.
    while with

    procedure TUniForm_Menu.NuovoOrdine1Click(Sender: TObject);
    begin
    Form_NuovoOrdine.ShowModal();
    end;

     

    When the from is closed, it returns to the form_login and not to that of the Menu.

    All forms are structured the same way.

  2. I can't solve the problem of the keyboard appearing. My application only uses read-only unimedit and unibutton. But as soon as I open a form I see the virtual keyboard. With unigui demos the keyboard appears only if you tap on unimedit. The hideKeyboardOn Enter form property does not work. the idea is to have an app in kiosk mode or tapping on button.

  3. i am developing a unigui mobile application. on the forms there are all read-only media. when i run the app or form showmodal the android keyboard is displayed. I set the HIdeKeyboard property to true. but the keyboard is always displayed. isn't there a way to disable it?

  4. Mea Culpa...

     

    I solved the riddle .... Thinking it was a unigui or a hyperser problem, I moved away from the solution.

    I verified that between the production pc and that of the client there was only the sqlexpress installation: production pc -> v.17, server -> v.19.

    I decided to transfer the data from the server and when I tried to export it I encountered an error in a table.

    In practice it blocked the queries on that table and unigui gave all kinds of errors. I have fixed the table and everything seems to be ok.

    We hope.

    Anyway Thanks to Farshad for being available with me for so long

  5. The pc you saw was a pc with windows 10. The message is on a physical server of a farm (with windows server). unfortunately the problem is that on the production pc it works but if I install it on another pc or on the server it blocks the sessions. the only difference between the production pc and the other two is sqlserver (production pc version 2017, the others version 2019). Right now I'm trying to transfer the database to sqlserver 2017 and then install it on the server. This morning we ran a stress test on the production pc and everything went well with about fifteen simultaneous accesses. On the server when I click on the first entries of the ttreemenu it is as if the sessions were destroyed and only the menu remains active. The button that closes the application doesn't work either. Real trouble ... hours on the phone with the customer.

  6. As has long been reported: my unigui application blocks the creation of sexes thus remaining stuck in the mainform. This happens with random times. Verifying the log I read:

     

    ETW_Server.exe: 00002A40: 14:20:54 [Wait Node OK]:6
    ETW_Server.exe: 00002AE0: 14:21:17 [79.11.13.85]:EUniHyperServerException : TUniHyperServer.HandleHTTPRequest(), Node:[4], EIdReadTimeout, Read timed out. : Addr: $0070EDAD
    ETW_Server.exe: 00002108: 14:21:17 [79.11.13.85]:EUniHyperServerException : TUniHyperServer.HandleHTTPRequest(), Node:[4], EIdReadTimeout, Read timed out. : Addr: $0070EDAD
    ETW_Server.exe: 000032C4: 14:21:18 [79.11.13.85]:EUniHyperServerException : TUniHyperServer.HandleHTTPRequest(), Node:[4], EIdReadTimeout, Read timed out. : Addr: $0070EDAD

     

    what is this error?

     

    Note: on the production PC this does not happen, but it happens on the server PC where the application is installed with the runtime. Versione unigui 1.90.0.1.1560 7.4.0

  7. the unigui application keeps crashing. it is as if the sessions disappear at a certain point and it is no longer possible to generate others. The node log displays me:

    ETWeb.exe: 00002C50: 17:00:36 [TUniGUISessionManager]:Cache erase job created, Folder count: [1]
    ETWeb.exe: 00002C50: 17:00:36 [TUniServerModule]:Node Id = 0
    ETWeb.exe: 00002C50: 17:00:36 [TUniServerModule]:Node MaxSessions = 250
    ETWeb.exe: 00002C50: 17:00:36 [TUniServerModule]:Starting HTTP Server on Port: 18384...
    ETWeb.exe: 00002C50: 17:00:36 [InitWebServer]:EIdCouldNotBindSocket : Could not bind socket. : Addr: $007569F8
    ETWeb.exe: 00002C50: 17:00:36 [TUniServerModule]:Node #0 Failed to start on Port: 18384
    ETWeb.exe: 000004D0: 17:00:40 [93.148.244.87]:EFCreateError : Cannot create file "D:\TMI\ETWEB\cache\etweb_exe\n0\0_7sTtMNOUSD10A8FE97C\ICNYMS220609170040551.bmp". The system cannot find the path specified : Addr: $004837FC
    ETWeb.exe: 000004D0: 17:00:40 [93.148.244.87]:EFCreateError : Cannot create file "D:\TMI\ETWEB\cache\etweb_exe\n0\0_7sTtMNOUSD10A8FE97C\SBLYMW220609170040551.bmp". The system cannot find the path specified : Addr: $004837FC
    ETWeb.exe: 000004D0: 17:00:40 [93.148.244.87]:EFCreateError : Cannot create file "D:\TMI\ETWEB\cache\etweb_exe\n0\0_7sTtMNOUSD10A8FE97C\YBVHUH220609170040551.bmp". The system cannot find the path specified : Addr: $004837FC
    ETWeb.exe: 000004D0: 17:00:40 [93.148.244.87]:EFCreateError : Cannot create file "D:\TMI\ETWEB\cache\etweb_exe\n0\0_7sTtMNOUSD10A8FE97C\DJHFTZ220609170040551.png". The system cannot find the path specified : Addr: $004837FC
    ETWeb.exe: 000004D0: 17:00:40 [93.148.244.87]:Error creating SEQ file:D:\TMI\ETWEB\cache\etweb_exe\n0\0_7sTtMNOUSD10A8FE97C\_SEQ\5, Error:3
    ETWeb.exe: 000004D0: 17:00:42 [93.148.244.87]:Exception : Config Option: OAE->html:"\x3Cimg src='/ext-7.4.0/build/classic/theme-classic/resources/images/tree/s.gif' width='515' height='336' hspace='0' vspace='0'\x3E"<br/>is refering a previous request,<br/>it's not allowed in AJAX request or JS handler.<br/>Use equivalent Public Property or Method instead. : Addr: $007CC64A
    ETWeb.exe: 000004D0: 17:00:42 [93.148.244.87]:Error creating SEQ file:D:\TMI\ETWEB\cache\etweb_exe\n0\0_7sTtMNOUSD10A8FE97C\_SEQ\6, Error:3
    ETWeb.exe: 000004D0: 17:00:42 [93.148.244.87]:Exception : Config Option: OAE->html:"\x3Cimg src='/ext-7.4.0/build/classic/theme-classic/resources/images/tree/s.gif' width='515' height='336' hspace='0' vspace='0'\x3E"<br/>is refering a previous request,<br/>it's not allowed in AJAX request or JS handler.<br/>Use equivalent Public Property or Method instead. : Addr: $007CC64A
    ETWeb.exe: 000004D0: 17:00:42 [93.148.244.87]:Error creating SEQ file:D:\TMI\ETWEB\cache\etweb_exe\n0\0_7sTtMNOUSD10A8FE97C\_SEQ\7, Error:3
    ETWeb.exe: 000004D0: 17:00:42 [93.148.244.87]:Exception : Config Option: OAE->html:"\x3Cimg src='/ext-7.4.0/build/classic/theme-classic/resources/images/tree/s.gif' width='515' height='336' hspace='0' vspace='0'\x3E"<br/>is refering a previous request,<br/>it's not allowed in AJAX request or JS handler.<br/>Use equivalent Public Property or Method instead. : Addr: $007CC64A
    ETWeb.exe: 000004D0: 17:00:42 [93.148.244.87]:Error creating SEQ file:D:\TMI\ETWEB\cache\etweb_exe\n0\0_7sTtMNOUSD10A8FE97C\_SEQ\8, Error:3
    ETWeb.exe: 000004D0: 17:00:43 [93.148.244.87]:Exception : Config Option: OAE->html:"\x3Cimg src='/ext-7.4.0/build/classic/theme-classic/resources/images/tree/s.gif' width='515' height='336' hspace='0' vspace='0'\x3E"<br/>is refering a previous request,<br/>it's not allowed in AJAX request or JS handler.<br/>Use equivalent Public Property or Method instead. : Addr: $007CC64A
    ETWeb.exe: 000004D0: 17:00:43 [93.148.244.87]:Error creating SEQ file:D:\TMI\ETWEB\cache\etweb_exe\n0\0_7sTtMNOUSD10A8FE97C\_SEQ\9, Error:3
    ETWeb.exe: 000004D0: 17:00:44 [93.148.244.87]:Exception : Config Option: OAE->html:"\x3Cimg src='/ext-7.4.0/build/classic/theme-classic/resources/images/tree/s.gif' width='515' height='336' hspace='0' vspace='0'\x3E"<br/>is refering a previous request,<br/>it's not allowed in AJAX request or JS handler.<br/>Use equivalent Public Property or Method instead. : Addr: $007CC64A
    ETWeb.exe: 000004D0: 17:00:44 [93.148.244.87]:Error creating SEQ file:D:\TMI\ETWEB\cache\etweb_exe\n0\0_7sTtMNOUSD10A8FE97C\_SEQ\10, Error:3
    ETWeb.exe: 000004D0: 17:00:44 [93.148.244.87]:Exception : Config Option: OAE->html:"\x3Cimg src='/ext-7.4.0/build/classic/theme-classic/resources/images/tree/s.gif' width='515' height='336' hspace='0' vspace='0'\x3E"<br/>is refering a previous request,<br/>it's not allowed in AJAX request or JS handler.<br/>Use equivalent Public Property or Method instead. : Addr: $007CC64A
    ETWeb.exe: 000004D0: 17:00:44 [93.148.244.87]:Error creating SEQ file:D:\TMI\ETWEB\cache\etweb_exe\n0\0_7sTtMNOUSD10A8FE97C\_SEQ\11, Error:3
    ETWeb.exe: 000004D0: 17:00:44 [93.148.244.87]:Exception : Config Option: OAE->html:"\x3Cimg src='/ext-7.4.0/build/classic/theme-classic/resources/images/tree/s.gif' width='515' height='336' hspace='0' vspace='0'\x3E"<br/>is refering a previous request,<br/>it's not allowed in AJAX request or JS handler.<br/>Use equivalent Public Property or Method instead. : Addr: $007CC64A
    ETWeb.exe: 000004D0: 17:00:44 [93.148.244.87]:Error creating SEQ file:D:\TMI\ETWEB\cache\etweb_exe\n0\0_7sTtMNOUSD10A8FE97C\_SEQ\12, Error:3
    ETWeb.exe: 000004D0: 17:00:44 [93.148.244.87]:Exception : Config Option: OAE->html:"\x3Cimg src='/ext-7.4.0/build/classic/theme-classic/resources/images/tree/s.gif' width='515' height='336' hspace='0' vspace='0'\x3E"<br/>is refering a previous request,<br/>it's not allowed in AJAX request or JS handler.<br/>Use equivalent Public Property or Method instead. : Addr: $007CC64A
    ETWeb.exe: 000004D0: 17:00:44 [93.148.244.87]:Error creating SEQ file:D:\TMI\ETWEB\cache\etweb_exe\n0\0_7sTtMNOUSD10A8FE97C\_SEQ\13, Error:3
    ETWeb.exe: 00003110: 17:00:50 [93.148.244.87]:Exception : Config Option: OAE->html:"\x3Cimg src='/ext-7.4.0/build/classic/theme-classic/resources/images/tree/s.gif' width='515' height='336' hspace='0' vspace='0'\x3E"<br/>is refering a previous request,<br/>it's not allowed in AJAX request or JS handler.<br/>Use equivalent Public Property or Method instead. : Addr: $007CC64A
    ETWeb.exe: 00003110: 17:00:50 [93.148.244.87]:Error creating SEQ file:D:\TMI\ETWEB\cache\etweb_exe\n0\0_7sTtMNOUSD10A8FE97C\_SEQ\14, Error:3
    ETWeb.exe: 000004D0: 17:00:50 [93.148.244.87]:Exception : Config Option: OAE->html:"\x3Cimg src='/ext-7.4.0/build/classic/theme-classic/resources/images/tree/s.gif' width='515' height='336' hspace='0' vspace='0'\x3E"<br/>is refering a previous request,<br/>it's not allowed in AJAX request or JS handler.<br/>Use equivalent Public Property or Method instead. : Addr: $007CC64A
    ETWeb.exe: 000004D0: 17:00:50 [93.148.244.87]:Error creating SEQ file:D:\TMI\ETWEB\cache\etweb_exe\n0\0_7sTtMNOUSD10A8FE97C\_SEQ\15, Error:3
    ETWeb.exe: 000004D0: 17:00:55 [93.148.244.87]:Exception : Config Option: OAE->html:"\x3Cimg src='/ext-7.4.0/build/classic/theme-classic/resources/images/tree/s.gif' width='515' height='336' hspace='0' vspace='0'\x3E"<br/>is refering a previous request,<br/>it's not allowed in AJAX request or JS handler.<br/>Use equivalent Public Property or Method instead. : Addr: $007CC64A
    ETWeb.exe: 000004D0: 17:00:55 [93.148.244.87]:Error creating SEQ file:D:\TMI\ETWEB\cache\etweb_exe\n0\0_7sTtMNOUSD10A8FE97C\_SEQ\16, Error:3
    ETWeb.exe: 00003110: 17:00:55 [93.148.244.87]:Exception : Config Option: OAE->html:"\x3Cimg src='/ext-7.4.0/build/classic/theme-classic/resources/images/tree/s.gif' width='515' height='336' hspace='0' vspace='0'\x3E"<br/>is refering a previous request,<br/>it's not allowed in AJAX request or JS handler.<br/>Use equivalent Public Property or Method instead. : Addr: $007CC64A
    ETWeb.exe: 00003110: 17:00:55 [93.148.244.87]:Error creating SEQ file:D:\TMI\ETWEB\cache\etweb_exe\n0\0_7sTtMNOUSD10A8FE97C\_SEQ\17, Error:3
    ETWeb.exe: 000004D0: 17:00:59 [93.148.244.87]:Exception : Config Option: OAE->html:"\x3Cimg src='/ext-7.4.0/build/classic/theme-classic/resources/images/tree/s.gif' width='515' height='336' hspace='0' vspace='0'\x3E"<br/>is refering a previous request,<br/>it's not allowed in AJAX request or JS handler.<br/>Use equivalent Public Property or Method instead. : Addr: $007CC64A
    ETWeb.exe: 000004D0: 17:00:59 [93.148.244.87]:EFCreateError : Cannot create file "D:\TMI\ETWEB\cache\etweb_exe\n0\0_7sTtMNOUSD10A8FE97C\UTPHVK220609170059573.bmp". The system cannot find the path specified : Addr: $004837FC
    ETWeb.exe: 000004D0: 17:00:59 [93.148.244.87]:EFCreateError : Cannot create file "D:\TMI\ETWEB\cache\etweb_exe\n0\0_7sTtMNOUSD10A8FE97C\ZPGIID220609170059573.bmp". The system cannot find the path specified : Addr: $004837FC
    ETWeb.exe: 000004D0: 17:00:59 [93.148.244.87]:Error creating SEQ file:D:\TMI\ETWEB\cache\etweb_exe\n0\0_7sTtMNOUSD10A8FE97C\_SEQ\18, Error:3
    ETWeb.exe: 00003110: 17:00:59 [93.148.244.87]:Exception : Config Option: OAE->html:"\x3Cimg src='/ext-7.4.0/build/classic/theme-classic/resources/images/tree/s.gif' width='515' height='336' hspace='0' vspace='0'\x3E"<br/>is refering a previous request,<br/>it's not allowed in AJAX request or JS handler.<br/>Use equivalent Public Property or Method instead. : Addr: $007CC64A
    ETWeb.exe: 00003110: 17:00:59 [93.148.244.87]:Error creating SEQ file:D:\TMI\ETWEB\cache\etweb_exe\n0\0_7sTtMNOUSD10A8FE97C\_SEQ\19, Error:3
    ETWeb.exe: 00003110: 17:01:00 [93.148.244.87]:Exception : Config Option: OAE->html:"\x3Cimg src='/ext-7.4.0/build/classic/theme-classic/resources/images/tree/s.gif' width='515' height='336' hspace='0' vspace='0'\x3E"<br/>is refering a previous request,<br/>it's not allowed in AJAX request or JS handler.<br/>Use equivalent Public Property or Method instead. : Addr: $007CC64A
    ETWeb.exe: 00003110: 17:01:00 [93.148.244.87]:Error creating SEQ file:D:\TMI\ETWEB\cache\etweb_exe\n0\0_7sTtMNOUSD10A8FE97C\_SEQ\20, Error:3
    ETWeb.exe: 00003110: 17:01:01 [93.148.244.87]:Exception : Config Option: OAE->html:"\x3Cimg src='/ext-7.4.0/build/classic/theme-classic/resources/images/tree/s.gif' width='515' height='336' hspace='0' vspace='0'\x3E"<br/>is refering a previous request,<br/>it's not allowed in AJAX request or JS handler.<br/>Use equivalent Public Property or Method instead. : Addr: $007CC64A
    ETWeb.exe: 00003110: 17:01:01 [93.148.244.87]:Error creating SEQ file:D:\TMI\ETWEB\cache\etweb_exe\n0\0_7sTtMNOUSD10A8FE97C\_SEQ\21, Error:3
    ETWeb.exe: 00003110: 17:01:02 [93.148.244.87]:Exception : Config Option: OAE->html:"\x3Cimg src='/ext-7.4.0/build/classic/theme-classic/resources/images/tree/s.gif' width='515' height='336' hspace='0' vspace='0'\x3E"<br/>is refering a previous request,<br/>it's not allowed in AJAX request or JS handler.<br/>Use equivalent Public Property or Method instead. : Addr: $007CC64A
    ETWeb.exe: 00003110: 17:01:02 [93.148.244.87]:Error creating SEQ file:D:\TMI\ETWEB\cache\etweb_exe\n0\0_7sTtMNOUSD10A8FE97C\_SEQ\22, Error:3
    ETWeb.exe: 000004D0: 17:01:02 [93.148.244.87]:Exception : Config Option: OAE->html:"\x3Cimg src='/ext-7.4.0/build/classic/theme-classic/resources/images/tree/s.gif' width='515' height='336' hspace='0' vspace='0'\x3E"<br/>is refering a previous request,<br/>it's not allowed in AJAX request or JS handler.<br/>Use equivalent Public Property or Method instead. : Addr: $007CC64A
    ETWeb.exe: 000004D0: 17:01:02 [93.148.244.87]:Error creating SEQ file:D:\TMI\ETWEB\cache\etweb_exe\n0\0_7sTtMNOUSD10A8FE97C\_SEQ\23, Error:3
    ETWeb.exe: 000004D0: 17:01:03 [93.148.244.87]:Exception : Config Option: OAE->html:"\x3Cimg src='/ext-7.4.0/build/classic/theme-classic/resources/images/tree/s.gif' width='515' height='336' hspace='0' vspace='0'\x3E"<br/>is refering a previous request,<br/>it's not allowed in AJAX request or JS handler.<br/>Use equivalent Public Property or Method instead. : Addr: $007CC64A
    ETWeb.exe: 000004D0: 17:01:03 [93.148.244.87]:Error creating SEQ file:D:\TMI\ETWEB\cache\etweb_exe\n0\0_7sTtMNOUSD10A8FE97C\_SEQ\24, Error:3
    ETWeb.exe: 000004D0: 17:01:04 [93.148.244.87]:Exception : Config Option: OAE->html:"\x3Cimg src='/ext-7.4.0/build/classic/theme-classic/resources/images/tree/s.gif' width='515' height='336' hspace='0' vspace='0'\x3E"<br/>is refering a previous request,<br/>it's not allowed in AJAX request or JS handler.<br/>Use equivalent Public Property or Method instead. : Addr: $007CC64A
    ETWeb.exe: 000004D0: 17:01:04 [93.148.244.87]:Error creating SEQ file:D:\TMI\ETWEB\cache\etweb_exe\n0\0_7sTtMNOUSD10A8FE97C\_SEQ\25, Error:3
    ETWeb.exe: 000004D0: 17:01:04 [93.148.244.87]:Exception : Config Option: OAE->html:"\x3Cimg src='/ext-7.4.0/build/classic/theme-classic/resources/images/tree/s.gif' width='515' height='336' hspace='0' vspace='0'\x3E"<br/>is refering a previous request,<br/>it's not allowed in AJAX request or JS handler.<br/>Use equivalent Public Property or Method instead. : Addr: $007CC64A
    ETWeb.exe: 000004D0: 17:01:04 [93.148.244.87]:Error creating SEQ file:D:\TMI\ETWEB\cache\etweb_exe\n0\0_7sTtMNOUSD10A8FE97C\_SEQ\26, Error:3
    ETWeb.exe: 000004D0: 17:01:05 [93.148.244.87]:Exception : Config Option: OAE->html:"\x3Cimg src='/ext-7.4.0/build/classic/theme-classic/resources/images/tree/s.gif' width='515' height='336' hspace='0' vspace='0'\x3E"<br/>is refering a previous request,<br/>it's not allowed in AJAX request or JS handler.<br/>Use equivalent Public Property or Method instead. : Addr: $007CC64A
    ETWeb.exe: 000004D0: 17:01:05 [93.148.244.87]:Error creating SEQ file:D:\TMI\ETWEB\cache\etweb_exe\n0\0_7sTtMNOUSD10A8FE97C\_SEQ\27, Error:3
    ETWeb.exe: 000004D0: 17:01:05 [93.148.244.87]:Exception : Config Option: OAE->html:"\x3Cimg src='/ext-7.4.0/build/classic/theme-classic/resources/images/tree/s.gif' width='515' height='336' hspace='0' vspace='0'\x3E"<br/>is refering a previous request,<br/>it's not allowed in AJAX request or JS handler.<br/>Use equivalent Public Property or Method instead. : Addr: $007CC64A
    ETWeb.exe: 000004D0: 17:01:05 [93.148.244.87]:Error creating SEQ file:D:\TMI\ETWEB\cache\etweb_exe\n0\0_7sTtMNOUSD10A8FE97C\_SEQ\28, Error:3
    ETWeb.exe: 000004D0: 17:01:06 [93.148.244.87]:Exception : Config Option: OAE->html:"\x3Cimg src='/ext-7.4.0/build/classic/theme-classic/resources/images/tree/s.gif' width='515' height='336' hspace='0' vspace='0'\x3E"<br/>is refering a previous request,<br/>it's not allowed in AJAX request or JS handler.<br/>Use equivalent Public Property or Method instead. : Addr: $007CC64A
    ETWeb.exe: 000004D0: 17:01:06 [93.148.244.87]:Error creating SEQ file:D:\TMI\ETWEB\cache\etweb_exe\n0\0_7sTtMNOUSD10A8FE97C\_SEQ\29, Error:3
    ETWeb.exe: 000004D0: 17:01:07 [93.148.244.87]:Exception : Config Option: OAE->html:"\x3Cimg src='/ext-7.4.0/build/classic/theme-classic/resources/images/tree/s.gif' width='515' height='336' hspace='0' vspace='0'\x3E"<br/>is refering a previous request,<br/>it's not allowed in AJAX request or JS handler.<br/>Use equivalent Public Property or Method instead. : Addr: $007CC64A
    ETWeb.exe: 000004D0: 17:01:07 [93.148.244.87]:Error creating SEQ file:D:\TMI\ETWEB\cache\etweb_exe\n0\0_7sTtMNOUSD10A8FE97C\_SEQ\30, Error:3
    ETWeb.exe: 000004D0: 17:01:08 [93.148.244.87]:Exception : Config Option: OAE->html:"\x3Cimg src='/ext-7.4.0/build/classic/theme-classic/resources/images/tree/s.gif' width='515' height='336' hspace='0' vspace='0'\x3E"<br/>is refering a previous request,<br/>it's not allowed in AJAX request or JS handler.<br/>Use equivalent Public Property or Method instead. : Addr: $007CC64A
    ETWeb.exe: 000004D0: 17:01:08 [93.148.244.87]:Error creating SEQ file:D:\TMI\ETWEB\cache\etweb_exe\n0\0_7sTtMNOUSD10A8FE97C\_SEQ\31, Error:3
    ETWeb.exe: 000004D0: 17:01:09 [93.148.244.87]:Exception : Config Option: OAE->html:"\x3Cimg src='/ext-7.4.0/build/classic/theme-classic/resources/images/tree/s.gif' width='515' height='336' hspace='0' vspace='0'\x3E"<br/>is refering a previous request,<br/>it's not allowed in AJAX request or JS handler.<br/>Use equivalent Public Property or Method instead. : Addr: $007CC64A
    ETWeb.exe: 000004D0: 17:01:09 [93.148.244.87]:Error creating SEQ file:D:\TMI\ETWEB\cache\etweb_exe\n0\0_7sTtMNOUSD10A8FE97C\_SEQ\32, Error:3
    ETWeb.exe: 000004D0: 17:01:10 [93.148.244.87]:Exception : Config Option: OAE->html:"\x3Cimg src='/ext-7.4.0/build/classic/theme-classic/resources/images/tree/s.gif' width='515' height='336' hspace='0' vspace='0'\x3E"<br/>is refering a previous request,<br/>it's not allowed in AJAX request or JS handler.<br/>Use equivalent Public Property or Method instead. : Addr: $007CC64A
    ETWeb.exe: 000004D0: 17:01:10 [93.148.244.87]:Error creating SEQ file:D:\TMI\ETWEB\cache\etweb_exe\n0\0_7sTtMNOUSD10A8FE97C\_SEQ\33, Error:3
    ETWeb.exe: 000004D0: 17:01:11 [93.148.244.87]:Exception : Config Option: OAE->html:"\x3Cimg src='/ext-7.4.0/build/classic/theme-classic/resources/images/tree/s.gif' width='515' height='336' hspace='0' vspace='0'\x3E"<br/>is refering a previous request,<br/>it's not allowed in AJAX request or JS handler.<br/>Use equivalent Public Property or Method instead. : Addr: $007CC64A
    ETWeb.exe: 000004D0: 17:01:11 [93.148.244.87]:Error creating SEQ file:D:\TMI\ETWEB\cache\etweb_exe\n0\0_7sTtMNOUSD10A8FE97C\_SEQ\34, Error:3
    ETWeb.exe: 000004D0: 17:01:12 [93.148.244.87]:Exception : Config Option: OAE->html:"\x3Cimg src='/ext-7.4.0/build/classic/theme-classic/resources/images/tree/s.gif' width='515' height='336' hspace='0' vspace='0'\x3E"<br/>is refering a previous request,<br/>it's not allowed in AJAX request or JS handler.<br/>Use equivalent Public Property or Method instead. : Addr: $007CC64A
    ETWeb.exe: 000004D0: 17:01:12 [93.148.244.87]:Error creating SEQ file:D:\TMI\ETWEB\cache\etweb_exe\n0\0_7sTtMNOUSD10A8FE97C\_SEQ\35, Error:3
    ETWeb.exe: 000004D0: 17:01:29 [93.148.244.87]:Exception : Config Option: OAE->html:"\x3Cimg src='/ext-7.4.0/build/classic/theme-classic/resources/images/tree/s.gif' width='515' height='336' hspace='0' vspace='0'\x3E"<br/>is refering a previous request,<br/>it's not allowed in AJAX request or JS handler.<br/>Use equivalent Public Property or Method instead. : Addr: $007CC64A
    ETWeb.exe: 000004D0: 17:01:29 [93.148.244.87]:Error creating SEQ file:D:\TMI\ETWEB\cache\etweb_exe\n0\0_7sTtMNOUSD10A8FE97C\_SEQ\36, Error:3
    ETWeb.exe: 000004D0: 17:01:30 [93.148.244.87]:Exception : Config Option: OAE->html:"\x3Cimg src='/ext-7.4.0/build/classic/theme-classic/resources/images/tree/s.gif' width='515' height='336' hspace='0' vspace='0'\x3E"<br/>is refering a previous request,<br/>it's not allowed in AJAX request or JS handler.<br/>Use equivalent Public Property or Method instead. : Addr: $007CC64A
    ETWeb.exe: 000004D0: 17:01:30 [93.148.244.87]:Error creating SEQ file:D:\TMI\ETWEB\cache\etweb_exe\n0\0_7sTtMNOUSD10A8FE97C\_SEQ\37, Error:3
    ETWeb.exe: 000004D0: 17:01:31 [93.148.244.87]:Exception : Config Option: OAE->html:"\x3Cimg src='/ext-7.4.0/build/classic/theme-classic/resources/images/tree/s.gif' width='515' height='336' hspace='0' vspace='0'\x3E"<br/>is refering a previous request,<br/>it's not allowed in AJAX request or JS handler.<br/>Use equivalent Public Property or Method instead. : Addr: $007CC64A
    ETWeb.exe: 000004D0: 17:01:31 [93.148.244.87]:Error creating SEQ file:D:\TMI\ETWEB\cache\etweb_exe\n0\0_7sTtMNOUSD10A8FE97C\_SEQ\38, Error:3
    ETWeb.exe: 000004D0: 17:01:36 [93.148.244.87]:Exception : Config Option: OAE->html:"\x3Cimg src='/ext-7.4.0/build/classic/theme-classic/resources/images/tree/s.gif' width='515' height='336' hspace='0' vspace='0'\x3E"<br/>is refering a previous request,<br/>it's not allowed in AJAX request or JS handler.<br/>Use equivalent Public Property or Method instead. : Addr: $007CC64A
    ETWeb.exe: 000004D0: 17:01:36 [93.148.244.87]:Error creating SEQ file:D:\TMI\ETWEB\cache\etweb_exe\n0\0_7sTtMNOUSD10A8FE97C\_SEQ\39, Error:3
    ETWeb.exe: 000004D0: 17:01:36 [93.148.244.87]:Exception : Config Option: OAE->html:"\x3Cimg src='/ext-7.4.0/build/classic/theme-classic/resources/images/tree/s.gif' width='515' height='336' hspace='0' vspace='0'\x3E"<br/>is refering a previous request,<br/>it's not allowed in AJAX request or JS handler.<br/>Use equivalent Public Property or Method instead. : Addr: $007CC64A
    ETWeb.exe: 000004D0: 17:01:36 [93.148.244.87]:Error creating SEQ file:D:\TMI\ETWEB\cache\etweb_exe\n0\0_7sTtMNOUSD10A8FE97C\_SEQ\40, Error:3
    ETWeb.exe: 000004D0: 17:01:44 [93.148.244.87]:Exception : Config Option: OAE->html:"\x3Cimg src='/ext-7.4.0/build/classic/theme-classic/resources/images/tree/s.gif' width='515' height='336' hspace='0' vspace='0'\x3E"<br/>is refering a previous request,<br/>it's not allowed in AJAX request or JS handler.<br/>Use equivalent Public Property or Method instead. : Addr: $007CC64A
    ETWeb.exe: 000004D0: 17:01:44 [93.148.244.87]:Error creating SEQ file:D:\TMI\ETWEB\cache\etweb_exe\n0\0_7sTtMNOUSD10A8FE97C\_SEQ\41, Error:3
     

  8. there is no antivirus on the server. dupe applications with hyperservver (etW_server.exe w TWMobileserver) are installed, each in its own folder.
    Twmobile config:
    [transport]
    pool_size = 0
    command_timeout = 20000
    request_timeout = 300000
    connect_timeout = 20000

    [http_transport]
    start_port = 16384

    [hyper_server]
    binary_name = TwMobile.exe
    initial_nodes = 2
    max_nodes = 8
    max_sessions = 0
    sessions_per_nodes = 0
    prompt_login = 0
    persistent_node_zero = 0
    detailed_log = 0
    port = 20010
    url_path =
    url_referer =
    ext_root = [ext] \
    uni_mobile_root = [unim] \
    uni_root = [uni] \
    server_root =
    framework_files_root =
    uni_packages_root = [unipack] \
    max_requests = 500
    http_max_pool = 500
    max_connections = 500
    antiflood_per_ip = 0
    session_one_per_ip = 0
    server_title =
    server_build = 1.90.0.1560
    dont_create_backup = 0
    allow_remote_config = 1
    domain_cookies = 0
    token = cpiqlj220507092646372

    [node_recycling]
    enabled = 1
    recycle_after_secs = 3600
    recycle_after_sessions = 0
    recycle_after_idle_seconds = 0
    recycle_when_empty = 1

    [login-0]
    user_name = admin
    password = airotti
    admin = 0

    [login-1]
    user_name =
    password =
    admin = 0

    [login-2]
    user_name =
    password =
    admin = 0

    [login-3]
    user_name =
    password =
    admin = 0

    [login-4]
    user_name =
    password =
    admin = 0

    [login-5]
    user_name =
    password =
    admin = 0

    [login-6]
    user_name =
    password =
    admin = 0

    [login-7]
    user_name =
    password =
    admin = 0

    [login-8]
    user_name =
    password =
    admin = 0

    [login-9]
    user_name =
    password =
    admin = 0

    [custom_mimes]
    mime_0_ext =
    mime_0_type =
    mime_1_ext =
    mime_1_type =
    mime_2_ext =
    mime_2_type =
    mime_3_ext =
    mime_3_type =
    mime_4_ext =
    mime_4_type =

    confgi etweb_server:
    [transport]
    pool_size = 0
    command_timeout = 20000
    request_timeout = 300000
    connect_timeout = 20000

    [http_transport]
    start_port = 16384

    [hyper_server]
    binary_name = TwMobile.exe
    initial_nodes = 2
    max_nodes = 8
    max_sessions = 0
    sessions_per_nodes = 0
    prompt_login = 0
    persistent_node_zero = 0
    detailed_log = 0
    port = 20010
    url_path =
    url_referer =
    ext_root = [ext] \
    uni_mobile_root = [unim] \
    uni_root = [uni] \
    server_root =
    framework_files_root =
    uni_packages_root = [unipack] \
    max_requests = 500
    http_max_pool = 500
    max_connections = 500
    antiflood_per_ip = 0
    session_one_per_ip = 0
    server_title =
    server_build = 1.90.0.1560
    dont_create_backup = 0
    allow_remote_config = 1
    domain_cookies = 0
    token = cpiqlj220507092646372

    [node_recycling]
    enabled = 1
    recycle_after_secs = 3600
    recycle_after_sessions = 0
    recycle_after_idle_seconds = 0
    recycle_when_empty = 1

    [login-0]
    user_name = admin
    password = airotti
    admin = 0

    [login-1]
    user_name =
    password =
    admin = 0

    [login-2]
    user_name =
    password =
    admin = 0

    [login-3]
    user_name =
    password =
    admin = 0

    [login-4]
    user_name =
    password =
    admin = 0

    [login-5]
    user_name =
    password =
    admin = 0

    [login-6]
    user_name =
    password =
    admin = 0

    [login-7]
    user_name =
    password =
    admin = 0

    [login-8]
    user_name =
    password =
    admin = 0

    [login-9]
    user_name =
    password =
    admin = 0

    [custom_mimes]
    mime_0_ext =
    mime_0_type =
    mime_1_ext =
    mime_1_type =
    mime_2_ext =
    mime_2_type =
    mime_3_ext =
    mime_3_type =
    mime_4_ext =
    mime_4_type =

  9. Unfortunately I don't know what to do anymore. I'm stuck with customer complaints. Should I rewrite everything with another framework? Intraweb or TMS Web Core? as if the application crashes because it cannot create a new session. After logging in, displays the window with the menu and remains locked.

  10. what is this error?

     

    ETW_Server.exe: 00000F74: 02:54:27 [Indy]:EIdHTTPErrorParsingCommand : Error in parsing command. : Addr: $005E4C9E
    ETW_Server.exe: 00001E84: 05:39:59 [Indy]:EIdHTTPErrorParsingCommand : Error in parsing command. : Addr: $005E4C9E
    ETW_Server.exe: 00000D48: 12:30:17 [HandleFileRequest[79.13.86.62]]:File not found: D:\TMI\ETWEB\files\leaflet-text-icon.js
    ETW_Server.exe: 000010E8: 12:30:17 [HandleFileRequest[79.13.86.62]]:File not found: D:\TMI\ETWEB\files\leaflet-text-icon.css
    ETW_Server.exe: 00001828: 12:33:28 [HandleFileRequest[95.245.183.34]]:File not found: D:\TMI\ETWEB\files\leaflet-text-icon.css
    ETW_Server.exe: 00001D98: 12:33:28 [HandleFileRequest[95.245.183.34]]:File not found: D:\TMI\ETWEB\files\leaflet-text-icon.js
    ETW_Server.exe: 00000DA4: 12:35:28 [HandleFileRequest[79.13.86.62]]:File not found: D:\TMI\ETWEB\files\leaflet-text-icon.css
    ETW_Server.exe: 00001900: 12:35:29 [HandleFileRequest[79.13.86.62]]:File not found: D:\TMI\ETWEB\files\leaflet-text-icon.js
    ETW_Server.exe: 00001C78: 12:38:11 [HandleFileRequest[79.13.86.62]]:File not found: D:\TMI\ETWEB\files\leaflet-text-icon.js
    ETW_Server.exe: 00001E7C: 12:38:11 [HandleFileRequest[79.13.86.62]]:File not found: D:\TMI\ETWEB\files\leaflet-text-icon.css
    ETW_Server.exe: 00001EFC: 12:45:18 [HandleFileRequest[79.13.86.62]]:File not found: D:\TMI\ETWEB\files\leaflet-text-icon.js
    ETW_Server.exe: 00001A5C: 12:45:18 [HandleFileRequest[79.13.86.62]]:File not found: D:\TMI\ETWEB\files\leaflet-text-icon.css
    ETW_Server.exe: 00000E38: 12:45:37 [HandleFileRequest[79.13.86.62]]:File not found: D:\TMI\ETWEB\files\leaflet-text-icon.js
    ETW_Server.exe: 0000069C: 12:45:37 [HandleFileRequest[79.13.86.62]]:File not found: D:\TMI\ETWEB\files\leaflet-text-icon.css
    ETW_Server.exe: 00001A70: 12:52:10 [HandleFileRequest[95.245.183.34]]:File not found: D:\TMI\ETWEB\files\leaflet-text-icon.js
    ETW_Server.exe: 00000EA0: 12:52:10 [HandleFileRequest[95.245.183.34]]:File not found: D:\TMI\ETWEB\files\leaflet-text-icon.css
    ETW_Server.exe: 00001780: 14:29:16 [HandleFileRequest[80.183.90.247]]:File not found: D:\TMI\ETWEB\files\leaflet-text-icon.js
    ETW_Server.exe: 0000119C: 14:29:16 [HandleFileRequest[80.183.90.247]]:File not found: D:\TMI\ETWEB\files\leaflet-text-icon.css
    ETW_Server.exe: 00001714: 14:52:30 [HandleFileRequest[80.183.90.247]]:File not found: D:\TMI\ETWEB\files\leaflet-text-icon.js
    ETW_Server.exe: 00001CE0: 14:52:30 [HandleFileRequest[80.183.90.247]]:File not found: D:\TMI\ETWEB\files\leaflet-text-icon.css
    ETW_Server.exe: 00000F54: 14:52:36 [HandleFileRequest[146.241.11.234]]:File not found: D:\TMI\ETWEB\files\leaflet-text-icon.css
    ETW_Server.exe: 00001EB0: 14:52:36 [HandleFileRequest[146.241.11.234]]:File not found: D:\TMI\ETWEB\files\leaflet-text-icon.js
    ETW_Server.exe: 00001664: 14:53:13 [HandleFileRequest[95.245.183.34]]:File not found: D:\TMI\ETWEB\files\leaflet-text-icon.css
    ETW_Server.exe: 00001C24: 14:53:13 [HandleFileRequest[95.245.183.34]]:File not found: D:\TMI\ETWEB\files\leaflet-text-icon.js
    ETW_Server.exe: 000002E4: 14:54:01 [HandleFileRequest[95.245.183.34]]:File not found: D:\TMI\ETWEB\files\leaflet-text-icon.js
    ETW_Server.exe: 00001D18: 14:54:01 [HandleFileRequest[95.245.183.34]]:File not found: D:\TMI\ETWEB\files\leaflet-text-icon.css
    ETW_Server.exe: 00001510: 14:55:19 [HandleFileRequest[95.245.183.34]]:File not found: D:\TMI\ETWEB\files\leaflet-text-icon.js
    ETW_Server.exe: 00001988: 14:55:19 [HandleFileRequest[95.245.183.34]]:File not found: D:\TMI\ETWEB\files\leaflet-text-icon.css
    ETW_Server.exe: 00001C4C: 14:55:20 [HandleFileRequest[66.249.93.123]]:File not found: D:\TMI\ETWEB\files\leaflet-text-icon.css
    ETW_Server.exe: 00001B00: 14:55:20 [HandleFileRequest[66.249.93.127]]:File not found: D:\TMI\ETWEB\files\leaflet-text-icon.js
    ETW_Server.exe: 00001664: 14:55:20 [HandleFileRequest[66.249.93.123]]:File not found: D:\TMI\ETWEB\files\leaflet-text-icon.css
    ETW_Server.exe: 00000CD8: 14:55:51 [HandleFileRequest[95.245.183.34]]:File not found: D:\TMI\ETWEB\files\leaflet-text-icon.js
    ETW_Server.exe: 00001D7C: 14:55:51 [HandleFileRequest[95.245.183.34]]:File not found: D:\TMI\ETWEB\files\leaflet-text-icon.css
    ETW_Server.exe: 00001794: 15:00:06 [HandleFileRequest[37.159.231.196]]:File not found: D:\TMI\ETWEB\files\leaflet-text-icon.js
    ETW_Server.exe: 00000E70: 15:00:06 [HandleFileRequest[37.159.231.196]]:File not found: D:\TMI\ETWEB\files\leaflet-text-icon.css
    ETW_Server.exe: 00000BCC: 15:00:07 [HandleFileRequest[37.159.231.196]]:File not found: D:\TMI\ETWEB\files\leaflet-text-icon.js
    ETW_Server.exe: 000017E8: 15:00:08 [HandleFileRequest[37.159.231.196]]:File not found: D:\TMI\ETWEB\files\leaflet-text-icon.css
    ETW_Server.exe: 00000B80: 15:01:42 [HandleFileRequest[146.241.11.234]]:File not found: D:\TMI\ETWEB\files\leaflet-text-icon.css
    ETW_Server.exe: 00000410: 15:01:43 [HandleFileRequest[146.241.11.234]]:File not found: D:\TMI\ETWEB\files\leaflet-text-icon.js
    ETW_Server.exe: 0000101C: 15:05:40 [HandleFileRequest[80.183.90.247]]:File not found: D:\TMI\ETWEB\files\leaflet-text-icon.js
    ETW_Server.exe: 00001794: 15:05:40 [HandleFileRequest[80.183.90.247]]:File not found: D:\TMI\ETWEB\files\leaflet-text-icon.css
    ETW_Server.exe: 00000F70: 15:05:48 [HandleFileRequest[37.159.231.196]]:File not found: D:\TMI\ETWEB\files\leaflet-text-icon.js
    ETW_Server.exe: 00001DA0: 15:05:48 [HandleFileRequest[37.159.231.196]]:File not found: D:\TMI\ETWEB\files\leaflet-text-icon.css
    ETW_Server.exe: 00001CE4: 15:05:49 [HandleFileRequest[37.159.231.196]]:File not found: D:\TMI\ETWEB\files\leaflet-text-icon.js
    ETW_Server.exe: 00001F34: 15:05:49 [HandleFileRequest[37.159.231.196]]:File not found: D:\TMI\ETWEB\files\leaflet-text-icon.css
    ETW_Server.exe: 00000060: 15:07:51 [HandleFileRequest[146.241.11.234]]:File not found: D:\TMI\ETWEB\files\leaflet-text-icon.css
    ETW_Server.exe: 00001D00: 15:07:52 [HandleFileRequest[146.241.11.234]]:File not found: D:\TMI\ETWEB\files\leaflet-text-icon.js
    ETW_Server.exe: 00001F2C: 15:08:39 [HandleFileRequest[146.241.11.234]]:File not found: D:\TMI\ETWEB\files\leaflet-text-icon.js
    ETW_Server.exe: 00000674: 15:08:39 [HandleFileRequest[146.241.11.234]]:File not found: D:\TMI\ETWEB\files\leaflet-text-icon.css
    ETW_Server.exe: 0000069C: 15:08:45 [HandleFileRequest[146.241.11.234]]:File not found: D:\TMI\ETWEB\files\leaflet-text-icon.css
    ETW_Server.exe: 00000A40: 15:08:45 [HandleFileRequest[146.241.11.234]]:File not found: D:\TMI\ETWEB\files\leaflet-text-icon.js
    ETW_Server.exe: 00001190: 15:09:10 [HandleFileRequest[146.241.11.234]]:File not found: D:\TMI\ETWEB\files\leaflet-text-icon.js
    ETW_Server.exe: 00000020: 15:09:10 [HandleFileRequest[146.241.11.234]]:File not found: D:\TMI\ETWEB\files\leaflet-text-icon.css
    ETW_Server.exe: 0000198C: 15:10:03 [37.159.231.196]:EUniHyperServerException : TUniHyperServer.HandleHTTPRequest(), Node:[6], EIdReadTimeout, Read timed out. : Addr: $0070EDAD
    ETW_Server.exe: 000015B8: 15:10:03 [37.159.231.196]:EUniHyperServerException : TUniHyperServer.HandleHTTPRequest(), Node:[6], EIdReadTimeout, Read timed out. : Addr: $0070EDAD
    ETW_Server.exe: 00000C7C: 15:10:05 [37.159.231.196]:EUniHyperServerException : TUniHyperServer.HandleHTTPRequest(), Node:[6], EIdReadTimeout, Read timed out. : Addr: $0070EDAD
    ETW_Server.exe: 00000808: 15:10:08 [37.159.231.196]:EUniHyperServerException : TUniHyperServer.HandleHTTPRequest(), Node:[6], EIdReadTimeout, Read timed out. : Addr: $0070EDAD

  11. Today, despite having separated the download of the mails from unigui and the application works with Hyperserver again it is unable to create a new session.
    in the log I found:

    ETW_Server.exe: 00000A20: 01:38:25 [Indy]:EIdHTTPErrorParsingCommand : Error in parsing command. : Addr: $005E4C9E
    ETW_Server.exe: 000026A0: 01:38:26 [Indy]:EIdHTTPErrorParsingCommand : Error in parsing command. : Addr: $005E4C9E
    ETW_Server.exe: 00002FB8: 01:38:26 [Indy]:EIdHTTPErrorParsingCommand : Error in parsing command. : Addr: $005E4C9E
    ETW_Server.exe: 00001250: 08:01:45 [HandleFileRequest[111.13.63.67]]:File not found: C:\Program Files (x86)\FMSoft\Framework\unigui\ext-7.4.0\build\classic\locale\locale-.js
    ETW_Server.exe: 00000BBC: 08:01:57 [HandleFileRequest[111.13.63.67]]:File not found: D:\TMI\TMI_WorkStation\security.txt

  12. I have separated tidimap4 from unigui. A VCL application that works on the same server and saves the mails in a table which is accessed only by one. Obviously the VCL application has a timer that polls the server every 15 minutes ... and it seems to go. I will keep you updated.

     

    Unigui -> standalone

     

  13. I uploaded Tidimap4 and TIdMailBox to serverModule, but the problem continues.
    It seems that tidimap blocks the creation of new sessions and nails the application.
    Unfortunately, I urgently need to resolve this problem.

  14. Unfortunately my whole application is blocked I keep having 'could not lock session'

    I also activated hyperserver and it seemed to work.

    I have access to the mail server with timap. My impression is that the component blocks the whole application preventing the creation of new sessions.
    If so, where to insert the component: on uniservermodule or maimdodule?

×
×
  • Create New...