WebTop 5 needs testing

Java applications are hard to debug (at least for me).
Yesterday I added some notes here:

1 Like

Latest version. yum says no packages marked for update.
Restarted the hole machine. The Bell-icon is still there.

BTW: my calendar-layout is normal. Chrome on Win7.

very very very strange, it shouldn’t be there… @giacomo correct me if I’m wrong: latest version shouldn’t have the bell icon.

installed versions from nethserver-testing:
webtop5 version: 1-1.17.g5d33838
nethserver-webtop5 version: 1-1.24.g8dd5f04

Don’t worry anymore. After I cleared the browserchache the bell-icon is gone.

1 Like

@giacomo ,

Do you think that will work like here?

WebTop4 and Samba4 AD on NS 7

No, the rpm takes care to automatically configure WebTop in all scenarios :wink:

OK!

Another thing.
Here:
https://github.com/NethServer/nethserver-webtop5#tomcat-instance
you say that “some special Java options” are in /etc/sysconfig/tomcat/tomcat@webtop, but my path is /etc/sysconfig/tomcat@webtop.
Could be a problem?

No, it’s an error in the doc. I just updated it :wink:

1 Like

I just want to recap reported issues:

  • calendar doesn’t look right in Firefox (@maddin)

  • the button to show password fields is not centered (@maddin)

  • download of uploaded files doesn’t work (@maddin, I can reproduce it but I have only a 500 response status code without any further information inside logs)

  • the web application is not accessible after update (@GG_jr)
    Gabriele suggested this fix:

      systemctl stop tomcat@webtop
      rm -rf /var/lib/tomcats/webtop/work/Catalina/localhost/*
      systemctl start tomcat@webtop
    

We are investigating, in the mean while, @gabriele_bulfon or @matteo.albinola could you link here a reference to the opened issues?

1 Like

cc: @gabriele_bulfon

Thank you for your help!
Unfortunately I have the same error even after I have rebooted the server.

In my firefox on a win7 machine everything seems to be o.k.

Did you clear your browser-chache? Or is it maybe win10 related?

EDIT: Tested also gray and crisp theme. No problems on my side with calendar.

1 Like

Before adding the issues, confirm me this:

  • calendar on firefox looks not right only with the gray theme
  • about the update: is this a problem that occurs to anyone updating or that happened only to @GG_jr ?

My steps for installing and update WT 5 with Open LDAP:

  • First install from here (everything worked fine):

Welcome, WebTop 5! - #3 by robb

with this command:

yum --enablerepo=nethserver-testing install nethserver-directory nethserver-webtop5

  • First update from this topic (everything worked fine):

with this command:

yum --enablerepo=nethserver-testing install nethserver-webtop5

  • Second update from this topic (Apache Tomcat error):

with this command:

yum --enablerepo=nethserver-testing update nethserver-webtop5 webtop5*

Just added the @webtop_team :slight_smile: so it’s easier to call Gabriele and Matteo in the topics

1 Like

In my webtop the date-format in calendar isn’t correct.

calendar format is mm/dd/yy but in settings I set dd/mm/yyyy.

seems that changing of date-format in settings have no affect to the calendar date-format. changing startdax of week works.

2 Likes

I can’t reproduce it, maybe a problem between different test packages? :confused:

Could you wipe the whole webtop5 installation?

yum remove nethserver-webtop5 webtop5-core webtop5-libs webtop5-zpush
rm -rf /var/lib/tomcats/webtop
yum --enablerepo=nethserver-testing install  nethserver-webtop5
1 Like

I think yes. Because of this I have shown “my steps”.

Give me 5 minutes please.
I will report back.

OK!
Everything’s back to normal!
Thank you!
Back to tests!

1 Like

Thanks Gabriel for your great support!

2 Likes