New 4.0.7 install

2019-01-05 Thread Aaron Hepp
Tried the new install this morning for 4.07 on existing server.  Install and configuration went fine.  On the 1st login it just get to the spinning circles.  Attached is the debug log from login. Last line reads: DEBUG 01-05 14:39:58.011 o.a.o.w.c.MainPanel:418 [0.0-8443-exec-6] - updateConte

Re: New 4.0.7 install

2019-01-05 Thread Maxim Solodovnik
Usually "spinning circles" means websocket connection failed Have you copied jee-container.xml from 4.0.6 installation? On Sat, 5 Jan 2019 at 21:42, Aaron Hepp wrote: > > Tried the new install this morning for 4.07 on existing server. Install and > configuration went fine. On the 1st login it

Re: New 4.0.7 install

2019-01-05 Thread Aaron Hepp
Yes the script uses the same container of files and copies them over. I attached the jee-container.xml that gets used in the copying process. On 1/5/19 10:28 AM, Maxim Solodovnik wrote: Usually "spinning circles" means websocket connection failed Have you copied jee-container.xml from 4.0.6 ins

Re: New 4.0.7 install

2019-01-05 Thread Maxim Solodovnik
This file has been changed in 4.0.7 Please manually modify shipped file instead of copying WBR, Maxim (from mobile, sorry for the typos) On Sat, Jan 5, 2019, 22:34 Aaron Hepp Yes the script uses the same container of files and copies them over. > > I attached the jee-container.xml that gets used

Re: New 4.0.7 install

2019-01-05 Thread Stefan Kühl
Hey@ all, in addition to this topic: which files need to be updatet and/or change in case of update an existent server to a new version? Greetz Stefan Am 05.01.2019 16:38, schrieb Maxim Solodovnik: > This file has been changed in 4.0.7 > Please manually modify shipped file instead of

Re: New 4.0.7 install

2019-01-05 Thread Aaron Hepp
Looks like that was the issue. Maybe if possible when point releases are done list the "connection" files that were modified.  Helps when you run automated scripts to get installs up and going. Didn't know if these change frequently or not. I see we have the Display Name in the profile, and I

Re: New 4.0.7 install

2019-01-05 Thread Maxim Solodovnik
@Stefan modified files might vary from release to release (as well as DB table, columns, etc.), it would be too much effort to list all changes in every release The general steps are listed here: https://openmeetings.apache.org/Upgrade.html It will work with any release :))) @Aaron my automated