From tstimper at nmedv.de Sat Mar 4 11:02:45 2023 From: tstimper at nmedv.de (Thomas Stimper) Date: Sat, 04 Mar 2023 12:02:45 +0100 Subject: [ngw] GroupWise Client 18.4.2 freezing because of wrong POA JQUERY-3.5.1.MIN.JS call In-Reply-To: <63FB9B85020000820006C04F@mail01.nmedv.de> References: <63EFC8D0020000820006BC3F@mail01.nmedv.de> <63F001CF0200001900047DB6@smtp.redjuju.com> <63F098C2020000820006BC6A@mail01.nmedv.de> <63F11633020000820006BC80@mail01.nmedv.de> <63F1F840020000820006BCB1@mail01.nmedv.de> <63F2236A020000820006BCF4@mail01.nmedv.de> <63F26FF3020000820006BD1D@mail01.nmedv.de> <63FB9B85020000820006C04F@mail01.nmedv.de> Message-ID: <64032555020000820006C245@mail01.nmedv.de> Hi All, there is a TID for this issue. https://portal.microfocus.com/s/article/KM000014934?language=en_US Best regards Thomas >>> "Thomas Stimper" 26.02.2023 18:48 >>> Hello All, as pam wrote in the community >All - we do have an FTF build that fixes this. Please open a case and ask for 18.4.2 build 141997 or newer. I have tested it and it works. Still uses jquery-3.6.0 Best rregards Thomas >>> "Thomas Stimper" 19.02.2023 19:52 >>> Hi All, Summary for now Looks like GroupWise uses jquery during some search operations >From GroupWise 18.1.2-135196 i checked all versions i had downloaded or got from support during a case faulty: mistyped jquery -> jQuery groupwise-server18.1.2-135196 mwtabs.htm entry jquery-1.8.2.min.js file jQuery-1.8.2.min.js faulty: mistyped jquery -> jQuery groupwise-server18.2.0-135307 mwtabs.htm entry jquery-1.8.2.min.js file jQuery-1.8.2.min.js faulty: mistyped jquery -> jQuery groupwise-server18.2.1-135777 mwtabs.htm entry jquery-1.8.2.min.js file jQuery-1.8.2.min.js ok groupwise-server18.2.1-139403 mwtabs.htm entry jquery-1.8.2.min.js file jquery-1.8.2.min.js faulty: mistyped jquery -> jQuery groupwise-server18.3.0-137352 mwtabs.htm entry jquery-1.8.2.min.js file jQuery-1.8.2.min.js ok groupwise-server18.3.1-139908 mwtabs.htm entry jquery-3.5.1.min.js file jquery-3.5.1.min.js faulty: wrong jquery version groupwise-server-18.4.0-139902 mwtabs.htm entry jquery-3.5.1.min.js file jquery-3.6.0.min.js faulty: wrong jquery version groupwise-server-18.4.2-141592 mwtabs.htm entry jquery-3.5.1.min.js file jquery-3.6.0.min.js I downloaded jquery-3.6.3.min.js from https://jquery.com/download/ (comppessed version) copied the file to the server and client and changed the config file. Location of the jquery-3.6.3.min.js files: Server /opt/novell/groupwise/agents/data/client/views/win/jquery-3.6.3.min.js Client C:\Program Files (x86)\Novell\GroupWise\ofviews\win\jquery-3.6.3.min.js Location of the configuration files: Server /opt/novell/groupwise/agents/data/client/views/win/mwtabs.htm Client C:\Program Files (x86)\Novell\GroupWise\ofviews\win\mwtabs.htm in file mwtabs.htm on the server and the client chnage the line to My GroupWise client search is fast now, i can scroll through search results without crashs Please be aware that we do not have any confirmation from development about this issue for now so test this at your LAB enviroment. I am running this at my production system and it looks ok. Best regards Thomas End of summary >>> "Thomas Stimper" 19.02.2023 14:26 >>> Found something more after extrakting a lot of GroupWise server install files The mess started witch a uppercase Q in GroupWise 18.3.0 groupwise-server18.3.0-137352 mwtabs.htm entry: jquery-1.8.2.min.js file: jQuery-1.8.2.min.js groupwise-server18.3.1-139908 mwtabs.htm entry: jquery-3.5.1.min.js file: jquery-3.5.1.min.js groupwise-server-18.4.0-139902 mwtabs.htm entry: jquery-3.5.1.min.js file: jquery-3.6.0.min.js ts >>> "Thomas Stimper" 19.02.2023 11:21 >>> ok, you have to change jquery at the server /opt/novell/groupwise/agents/data/client/views/win/mwtabs.htm AND the GroupWise client C:\Program Files (x86)\Novell\GroupWise\ofviews\win\mwtabs.htm OLD: NEW: Search is fast now, no crashing of the GroupWise client Will check with updated jquery-3.6.1.min.js later ... Thomas >>> "Thomas Stimper" 18.02.2023 19:17 >>> Found the cause (i think) search for the string JQUERY-3.5.1 in /opt/novell/groupwise grep -Ri "JQUERY-3.5.1" /opt/novell/groupwise/ look at the file /opt /novell/groupwise/agents/data/client/views/win/mwtabs.htm There is the problem: needs to be changed to I will test this tomorrow. Thomas >>> "Thomas Stimper" 18.02.2023 10:22 >>> Exactly the error I you look at C:\Program Files (x86)\Novell\GroupWise\ofviews\win there is a file jquery-3.6.0.min.js Also at the server in /opt/novell/groupwise/agents/data/client/views/win/ there is a file jquery-3.6.0.min.js But if you do a search in GroupWise than sometimes then POA calls a file JQUERY-3.5.1.MIN.JS which does not exist at all in the installation. jQuery is a Java Script library unsed by many vendors in their products, see https://jquery.com/ There is a JQUERY-3.5.1, see https://blog.jquery.com/2020/05/04/jquery-3-5-1-released-fixing-a-regression/ But this version was newer be part of one of the released GroupWise 18.x versions. Looks like development used it, but later switched to jquery-3.6.0 and forgot to change some references to jQuery to the new version. Should be very easy to fix. Best regards Thomas ?????? >>> "Marvin Huffaker" 17.02.2023 23:38 >>> Found this.. 13:06:52 A8D7 Error: Path not found [8209] in _WpeGetRawFile (/opt/novell/groupwise/agents/data/client/views/win/JQUERY-3.5.1.MIN.JS) Marvin >>> "Thomas Stimper" 2/17/2023 1:34 PM >>> Hi GroupWise Admins, this is a copy of https://us-east-2.protection.sophos.com?d=microfocus.com&u=aHR0cHM6Ly9jb21tdW5pdHkubWljcm9mb2N1cy5jb20vaW1nL2d3L2dyb3Vwd2lzZS9mL2d3X2Rpc2N1c3Npb25zLzUyMDY3Mi9ncm91cHdpc2UtY2xpZW50LTE4LTQtMi1mcmVlemluZy1iZWNhdXNlLW9mLXdyb25nLXBvYS1qcXVlcnktMy01LTEtbWluLWpzLWNhbGw=&i=NjA0NDc1YzlkYWExY2IwZjUzNjc4NWM3&t=SnJ6RUJYTy81Y2Y0YjZsa0RhcmNWdzl4d2JTakVyLzI2b1pMZ0dJcVVsaz0=&h=52e7f95fc0b1402583c1bf6a1cf62703&s=AVNPUEhUT0NFTkNSWVBUSVZoa89IqPZJRbRSXi3a7tk6MSZzjtZ4nt9uyUT6_OQMcjZL-5XBbXceRFfZgFpKiRs if you are running GroupWise 18.4.2 POA (or older) and using GroupWise 18.4.x Client and you see client freezes and crashes, you should check your POA log for the entry 8AD4 Path not found JQUERY-3.5.1.MIN.JS The POA is calling the file /opt/novell/gro upwise/agents/data/client/views/win/JQUERY-3.5.1.MIN.JS But this file JQUERY-3.5.1.MIN.JS does not exist, even in older GroupWise versions. But in the folder /opt/novell/groupwise/agents/data/client/views/win/ there is a file jquery-3.6.0.min.js I got the hint from a customer (not sure if i may mention him here) to try a workarround: cd /opt/novell/groupwise/agents/data/client/views/win/ ln -s jquery-3.6.0.min.js JQUERY-3.5.1.MIN.JS The error is gone for him and me, search is faster, GroupWise client is not crashing during search anymore. I reported this to support, waiting for the bug number and a fix. It also looks like the error only occurrd while using the GroupWise search, the magnifier, not when iusing the upper left seach field. Cann anybody test in his system and report bacK? And open an addtitional support case to get development to fix this? Thanks Thomas Mit freundlichen Gr??en Thomas Stimper neue medien edv-systeme gmbh Zwickauer Str. 224 09116 Che mnitz Germany Email tstimper at nmedv.de ( mailto:tstimper at nmedv.de ) Tel. +49 371 8448890 Fax +49 371 8448891 Amtsgericht / local court Chemnitz, HRB 12552 Gesch?ftsf?hrer / CEO: Thomas Stimpe r USt.ID / VAT DE176096756 Micro Focus Gold Partner _______________________________________________ ngw mailing list ngw at ngwlist.com https://us-east-2.protection.sophos.com?d=ngwlist.com&u=aHR0cDovL25nd2x pc3QuY29tL21haWxtYW4vbGlzdGluZm8vbmd3&i=NjA0NDc1YzlkYWExY2IwZjUzNjc4NWM3&t=SGE3Y3VSaFRtVWFnMVkzc1pDY1hVREhQa3c3U21WWlQwc3BtL1NlNStiYz0=&h=52e7f95fc0b1402583c1bf6a1cf62703&s=AVNPUEhUT0NFTkNSWVBUSVZoa89IqPZJRbRSXi3a7tk6MSZzjtZ4nt9uyUT6_OQMcjZL-5XBbXceRFfZgFpKiRs _______________________________________________ ngw mailing list ngw at ngwlist.com http://ngwlist.com/mailman/listinfo/ngw _______________________________________________ ngw mailing list ngw at ngwlist.com http://ngwlist.com/mailman/listinfo/ngw _______________________________________________ ngw mailing list ngw at ngwlist.com http://ngwlist.com/mailman/listinfo/ngw _______________________________________________ ngw mailing list ngw at ngwlist.com http://ngwlist.com/mailman/listinfo/ngw _______________________________________________ ngw mailing list ngw at ngwlist.com http://ngwlist.com/mailman/listinfo/ngw _______________________________________________ ngw mailing list ngw at ngwlist.com http://ngwlist.com/mailman/listinfo/ngw From tstimper at nmedv.de Sat Mar 4 11:05:29 2023 From: tstimper at nmedv.de (Thomas Stimper) Date: Sat, 04 Mar 2023 12:05:29 +0100 Subject: [ngw] Looking for a new home In-Reply-To: References: Message-ID: <640325F9020000820006C249@mail01.nmedv.de> Hi Tim, hope you can tay active as user on the list. We will make sure that ngwlist continue to live as long the users find it usefull and use it. Best regards Thomas >>> "Timothy Sullivan" 22.02.2023 12:44 >>> I find it valuable. Unfortunately, I have too many other things for which I am responsible to take ownership. I hope it can continue. Respectfully, Tim On Feb 21, 2023 10:20 PM, Steve Singhose wrote:Thanks for the years of taking care of this for us. It's been great fun. On Fri, Feb 17, 2023 at 3:18 PM Danita Zanrè wrote: > Hello NGWList! > > As many of you know (although I never made a big announcement about it), > I retired from GroupWise consulting on December 31, 2021. So it's been > more than a year. I no longer even have a Groupwise serer . > Although I sometimes miss being involved in the day to day aspects of > GroupWise, I enjoy not being concerned about email servers at 3 am :-) > > Even though I officially retired over a year ago, I had known this was > coming for the past 7 years. During that time I have tried various > options to remove myself from being responsible for the NGWList, but all > requests/offers to take over the management/ownership of the list have > stalled. I can no longer, in good faith, be the sole point of contact > and responsible party for the list. > > ngwlist.com is currently hosted on Linode.com. It costs $20 a month for > hosting and about $15 a year for domain registration. > > At its height, there were about 2000 members of the list. Currently we > have 225 members, which is still not a bad number, but as we know from > the traffic on the list, not all of those members are "active" or at > least they don't actively ask questions. I am sending this message to > poll the community as to whether we should keep the list active, and if > so, appeal to some other person or entity to take over the > responsibility of the list. So now is the time to decide 1) does this > list continue to be of value to you, and if yes, 2) who is willing to > take it on? > > Today is 17 Feb (heck it's already 18 Feb here in Italy). Let's try to > find a solution, or a proposed solution by 1 March, 2023! > > Thanks > > Danita > > _______________________________________________ > ngw mailing list > ngw at ngwlist.com > http://ngwlist.com/mailman/listinfo/ngw > _______________________________________________ ngw mailing list ngw at ngwlist.com http://ngwlist.com/mailman/listinfo/ngw ------------------------------------------------------