You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openmeetings.apache.org by Ali Alhaidary <al...@the5stars.org> on 2022/05/12 09:13:04 UTC

ERROR

Recently, we found the following error repeating in our openmeetings.log 
file:

ERROR 05-12 00:03:35.197 o.a.o.s.s.AtomReader:134 [Bean#0_Worker-8] - 
Unexpected error while getting RSS
com.ctc.wstx.exc.WstxParsingException: Unexpected close tag </head>; 
expected </link>.
  at [row,col {unknown-source}]: [39,8]
     at 
com.ctc.wstx.sr.StreamScanner.constructWfcException(StreamScanner.java:634)
     at 
com.ctc.wstx.sr.StreamScanner.throwParseError(StreamScanner.java:504)
     at 
com.ctc.wstx.sr.StreamScanner.throwParseError(StreamScanner.java:488)
     at 
com.ctc.wstx.sr.BasicStreamReader.reportWrongEndElem(BasicStreamReader.java:3371)
     at 
com.ctc.wstx.sr.BasicStreamReader.readEndElem(BasicStreamReader.java:3298)
     at 
com.ctc.wstx.sr.BasicStreamReader.nextFromTree(BasicStreamReader.java:2918)
     at com.ctc.wstx.sr.BasicStreamReader.next(BasicStreamReader.java:1122)
     at com.ctc.wstx.evt.WstxEventReader.nextEvent(WstxEventReader.java:283)
     at 
org.apache.openmeetings.service.scheduler.AtomReader.load(AtomReader.java:93)
     at 
org.apache.openmeetings.service.scheduler.ReminderJob.loadRss(ReminderJob.java:114)
     at jdk.internal.reflect.GeneratedMethodAccessor262.invoke(Unknown 
Source)
     at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
     at java.base/java.lang.reflect.Method.invoke(Method.java:566)
     at 
org.springframework.util.MethodInvoker.invoke(MethodInvoker.java:283)
     at 
org.springframework.scheduling.quartz.MethodInvokingJobDetailFactoryBean$MethodInvokingJob.executeInternal(MethodInvokingJobDetailFactoryBean.java:267)
     at 
org.springframework.scheduling.quartz.QuartzJobBean.execute(QuartzJobBean.java:75)
     at org.quartz.core.JobRunShell.run(JobRunShell.java:202)
     at 
org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:573)


Re: ERROR

Posted by Maxim Solodovnik <so...@gmail.com>.
It doesn't work
I wrote to their users@ mailing list
But no answer :(

from mobile (sorry for typos ;)


On Thu, May 12, 2022, 16:51 seba.wagner@gmail.com <se...@gmail.com>
wrote:

> The docs
> https://ponymail.apache.org/docs/api.html#getatomdataforlistoremail
>
> Seem to suggest this link should work:
> https://lists.apache.org/api/atom/lua?list=user@openmeetings.apache.org
>
> But it doesn't
>
> Thanks
> Seb
>
> Sebastian Wagner
> Director Arrakeen Solutions, OM-Hosting.com
> http://arrakeen-solutions.co.nz/
> https://om-hosting.com - Cloud & Server Hosting for HTML5
> Video-Conferencing OpenMeetings
> <
> https://www.youracclaim.com/badges/da4e8828-743d-4968-af6f-49033f10d60a/public_url
> >
> <
> https://www.youracclaim.com/badges/b7e709c6-aa87-4b02-9faf-099038475e36/public_url
> >
>
>
> On Thu, 12 May 2022 at 21:44, seba.wagner@gmail.com <seba.wagner@gmail.com
> >
> wrote:
>
> > yeah those links are broken. They redirect somewhere else now. We should
> > change this link.
> >
> > There is maybe a way to create an atom feed link from the new Apache web
> > interface:
> > https://lists.apache.org/list.html?user@openmeetings.apache.org
> >
> > but I can't find an obvious way to generate a new atom feed link from
> that
> > UI.
> >
> > Thanks
> > Seb
> >
> > Sebastian Wagner
> > Director Arrakeen Solutions, OM-Hosting.com
> > http://arrakeen-solutions.co.nz/
> > https://om-hosting.com - Cloud & Server Hosting for HTML5
> > Video-Conferencing OpenMeetings
> >
> > <
> https://www.youracclaim.com/badges/da4e8828-743d-4968-af6f-49033f10d60a/public_url
> >
> > <
> https://www.youracclaim.com/badges/b7e709c6-aa87-4b02-9faf-099038475e36/public_url
> >
> >
> >
> > On Thu, 12 May 2022 at 21:26, Ali Alhaidary <ali.alhaidary@the5stars.org
> >
> > wrote:
> >
> >> Thanks, the value of RSS feeds are OM defaults:
> >>
> >>
> https://mail-archives.apache.org/mod_mbox/openmeetings-user/?format=atom
> >>
> >> https://mail-archives.apache.org/mod_mbox/openmeetings-dev/?format=atom
> >>
> >>
> >> On 5/12/22 12:14, seba.wagner@gmail.com wrote:
> >> > This should be able to turn off by turning off the RSS feed feature in
> >> the
> >> > Dashboard.
> >> >
> >> > I suspect the RSS feed configured does not return a valid XHTML/XML
> Atom
> >> > feed anymore.
> >> >
> >> > Thanks
> >> > Seb
> >> >
> >> > Sebastian Wagner
> >> > Director Arrakeen Solutions, OM-Hosting.com
> >> > http://arrakeen-solutions.co.nz/
> >> > https://om-hosting.com - Cloud & Server Hosting for HTML5
> >> > Video-Conferencing OpenMeetings
> >> > <
> >>
> https://www.youracclaim.com/badges/da4e8828-743d-4968-af6f-49033f10d60a/public_url
> >> >
> >> > <
> >>
> https://www.youracclaim.com/badges/b7e709c6-aa87-4b02-9faf-099038475e36/public_url
> >> >
> >> >
> >> >
> >> > On Thu, 12 May 2022 at 21:13, Ali Alhaidary <
> >> ali.alhaidary@the5stars.org>
> >> > wrote:
> >> >
> >> >> Recently, we found the following error repeating in our
> >> openmeetings.log
> >> >> file:
> >> >>
> >> >> ERROR 05-12 00:03:35.197 o.a.o.s.s.AtomReader:134 [Bean#0_Worker-8] -
> >> >> Unexpected error while getting RSS
> >> >> com.ctc.wstx.exc.WstxParsingException: Unexpected close tag </head>;
> >> >> expected </link>.
> >> >>    at [row,col {unknown-source}]: [39,8]
> >> >>       at
> >> >>
> >>
> com.ctc.wstx.sr.StreamScanner.constructWfcException(StreamScanner.java:634)
> >> >>       at
> >> >> com.ctc.wstx.sr.StreamScanner.throwParseError(StreamScanner.java:504)
> >> >>       at
> >> >> com.ctc.wstx.sr.StreamScanner.throwParseError(StreamScanner.java:488)
> >> >>       at
> >> >> com.ctc.wstx.sr
> >> >> .BasicStreamReader.reportWrongEndElem(BasicStreamReader.java:3371)
> >> >>       at
> >> >> com.ctc.wstx.sr
> >> .BasicStreamReader.readEndElem(BasicStreamReader.java:3298)
> >> >>       at
> >> >> com.ctc.wstx.sr
> >> >> .BasicStreamReader.nextFromTree(BasicStreamReader.java:2918)
> >> >>       at com.ctc.wstx.sr
> >> >> .BasicStreamReader.next(BasicStreamReader.java:1122)
> >> >>       at
> >> >> com.ctc.wstx.evt.WstxEventReader.nextEvent(WstxEventReader.java:283)
> >> >>       at
> >> >>
> >> >>
> >>
> org.apache.openmeetings.service.scheduler.AtomReader.load(AtomReader.java:93)
> >> >>       at
> >> >>
> >> >>
> >>
> org.apache.openmeetings.service.scheduler.ReminderJob.loadRss(ReminderJob.java:114)
> >> >>       at
> jdk.internal.reflect.GeneratedMethodAccessor262.invoke(Unknown
> >> >> Source)
> >> >>       at
> >> >>
> >> >>
> >>
> java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> >> >>       at java.base/java.lang.reflect.Method.invoke(Method.java:566)
> >> >>       at
> >> >> org.springframework.util.MethodInvoker.invoke(MethodInvoker.java:283)
> >> >>       at
> >> >>
> >> >>
> >>
> org.springframework.scheduling.quartz.MethodInvokingJobDetailFactoryBean$MethodInvokingJob.executeInternal(MethodInvokingJobDetailFactoryBean.java:267)
> >> >>       at
> >> >>
> >> >>
> >>
> org.springframework.scheduling.quartz.QuartzJobBean.execute(QuartzJobBean.java:75)
> >> >>       at org.quartz.core.JobRunShell.run(JobRunShell.java:202)
> >> >>       at
> >> >>
> >> >>
> >>
> org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:573)
> >> >>
> >> >>
> >>
> >
>

Re: ERROR

Posted by "seba.wagner@gmail.com" <se...@gmail.com>.
The docs https://ponymail.apache.org/docs/api.html#getatomdataforlistoremail

Seem to suggest this link should work:
https://lists.apache.org/api/atom/lua?list=user@openmeetings.apache.org

But it doesn't

Thanks
Seb

Sebastian Wagner
Director Arrakeen Solutions, OM-Hosting.com
http://arrakeen-solutions.co.nz/
https://om-hosting.com - Cloud & Server Hosting for HTML5
Video-Conferencing OpenMeetings
<https://www.youracclaim.com/badges/da4e8828-743d-4968-af6f-49033f10d60a/public_url>
<https://www.youracclaim.com/badges/b7e709c6-aa87-4b02-9faf-099038475e36/public_url>


On Thu, 12 May 2022 at 21:44, seba.wagner@gmail.com <se...@gmail.com>
wrote:

> yeah those links are broken. They redirect somewhere else now. We should
> change this link.
>
> There is maybe a way to create an atom feed link from the new Apache web
> interface:
> https://lists.apache.org/list.html?user@openmeetings.apache.org
>
> but I can't find an obvious way to generate a new atom feed link from that
> UI.
>
> Thanks
> Seb
>
> Sebastian Wagner
> Director Arrakeen Solutions, OM-Hosting.com
> http://arrakeen-solutions.co.nz/
> https://om-hosting.com - Cloud & Server Hosting for HTML5
> Video-Conferencing OpenMeetings
>
> <https://www.youracclaim.com/badges/da4e8828-743d-4968-af6f-49033f10d60a/public_url>
> <https://www.youracclaim.com/badges/b7e709c6-aa87-4b02-9faf-099038475e36/public_url>
>
>
> On Thu, 12 May 2022 at 21:26, Ali Alhaidary <al...@the5stars.org>
> wrote:
>
>> Thanks, the value of RSS feeds are OM defaults:
>>
>> https://mail-archives.apache.org/mod_mbox/openmeetings-user/?format=atom
>>
>> https://mail-archives.apache.org/mod_mbox/openmeetings-dev/?format=atom
>>
>>
>> On 5/12/22 12:14, seba.wagner@gmail.com wrote:
>> > This should be able to turn off by turning off the RSS feed feature in
>> the
>> > Dashboard.
>> >
>> > I suspect the RSS feed configured does not return a valid XHTML/XML Atom
>> > feed anymore.
>> >
>> > Thanks
>> > Seb
>> >
>> > Sebastian Wagner
>> > Director Arrakeen Solutions, OM-Hosting.com
>> > http://arrakeen-solutions.co.nz/
>> > https://om-hosting.com - Cloud & Server Hosting for HTML5
>> > Video-Conferencing OpenMeetings
>> > <
>> https://www.youracclaim.com/badges/da4e8828-743d-4968-af6f-49033f10d60a/public_url
>> >
>> > <
>> https://www.youracclaim.com/badges/b7e709c6-aa87-4b02-9faf-099038475e36/public_url
>> >
>> >
>> >
>> > On Thu, 12 May 2022 at 21:13, Ali Alhaidary <
>> ali.alhaidary@the5stars.org>
>> > wrote:
>> >
>> >> Recently, we found the following error repeating in our
>> openmeetings.log
>> >> file:
>> >>
>> >> ERROR 05-12 00:03:35.197 o.a.o.s.s.AtomReader:134 [Bean#0_Worker-8] -
>> >> Unexpected error while getting RSS
>> >> com.ctc.wstx.exc.WstxParsingException: Unexpected close tag </head>;
>> >> expected </link>.
>> >>    at [row,col {unknown-source}]: [39,8]
>> >>       at
>> >>
>> com.ctc.wstx.sr.StreamScanner.constructWfcException(StreamScanner.java:634)
>> >>       at
>> >> com.ctc.wstx.sr.StreamScanner.throwParseError(StreamScanner.java:504)
>> >>       at
>> >> com.ctc.wstx.sr.StreamScanner.throwParseError(StreamScanner.java:488)
>> >>       at
>> >> com.ctc.wstx.sr
>> >> .BasicStreamReader.reportWrongEndElem(BasicStreamReader.java:3371)
>> >>       at
>> >> com.ctc.wstx.sr
>> .BasicStreamReader.readEndElem(BasicStreamReader.java:3298)
>> >>       at
>> >> com.ctc.wstx.sr
>> >> .BasicStreamReader.nextFromTree(BasicStreamReader.java:2918)
>> >>       at com.ctc.wstx.sr
>> >> .BasicStreamReader.next(BasicStreamReader.java:1122)
>> >>       at
>> >> com.ctc.wstx.evt.WstxEventReader.nextEvent(WstxEventReader.java:283)
>> >>       at
>> >>
>> >>
>> org.apache.openmeetings.service.scheduler.AtomReader.load(AtomReader.java:93)
>> >>       at
>> >>
>> >>
>> org.apache.openmeetings.service.scheduler.ReminderJob.loadRss(ReminderJob.java:114)
>> >>       at jdk.internal.reflect.GeneratedMethodAccessor262.invoke(Unknown
>> >> Source)
>> >>       at
>> >>
>> >>
>> java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>> >>       at java.base/java.lang.reflect.Method.invoke(Method.java:566)
>> >>       at
>> >> org.springframework.util.MethodInvoker.invoke(MethodInvoker.java:283)
>> >>       at
>> >>
>> >>
>> org.springframework.scheduling.quartz.MethodInvokingJobDetailFactoryBean$MethodInvokingJob.executeInternal(MethodInvokingJobDetailFactoryBean.java:267)
>> >>       at
>> >>
>> >>
>> org.springframework.scheduling.quartz.QuartzJobBean.execute(QuartzJobBean.java:75)
>> >>       at org.quartz.core.JobRunShell.run(JobRunShell.java:202)
>> >>       at
>> >>
>> >>
>> org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:573)
>> >>
>> >>
>>
>

Re: ERROR

Posted by "seba.wagner@gmail.com" <se...@gmail.com>.
yeah those links are broken. They redirect somewhere else now. We should
change this link.

There is maybe a way to create an atom feed link from the new Apache web
interface:
https://lists.apache.org/list.html?user@openmeetings.apache.org

but I can't find an obvious way to generate a new atom feed link from that
UI.

Thanks
Seb

Sebastian Wagner
Director Arrakeen Solutions, OM-Hosting.com
http://arrakeen-solutions.co.nz/
https://om-hosting.com - Cloud & Server Hosting for HTML5
Video-Conferencing OpenMeetings
<https://www.youracclaim.com/badges/da4e8828-743d-4968-af6f-49033f10d60a/public_url>
<https://www.youracclaim.com/badges/b7e709c6-aa87-4b02-9faf-099038475e36/public_url>


On Thu, 12 May 2022 at 21:26, Ali Alhaidary <al...@the5stars.org>
wrote:

> Thanks, the value of RSS feeds are OM defaults:
>
> https://mail-archives.apache.org/mod_mbox/openmeetings-user/?format=atom
>
> https://mail-archives.apache.org/mod_mbox/openmeetings-dev/?format=atom
>
>
> On 5/12/22 12:14, seba.wagner@gmail.com wrote:
> > This should be able to turn off by turning off the RSS feed feature in
> the
> > Dashboard.
> >
> > I suspect the RSS feed configured does not return a valid XHTML/XML Atom
> > feed anymore.
> >
> > Thanks
> > Seb
> >
> > Sebastian Wagner
> > Director Arrakeen Solutions, OM-Hosting.com
> > http://arrakeen-solutions.co.nz/
> > https://om-hosting.com - Cloud & Server Hosting for HTML5
> > Video-Conferencing OpenMeetings
> > <
> https://www.youracclaim.com/badges/da4e8828-743d-4968-af6f-49033f10d60a/public_url
> >
> > <
> https://www.youracclaim.com/badges/b7e709c6-aa87-4b02-9faf-099038475e36/public_url
> >
> >
> >
> > On Thu, 12 May 2022 at 21:13, Ali Alhaidary <ali.alhaidary@the5stars.org
> >
> > wrote:
> >
> >> Recently, we found the following error repeating in our openmeetings.log
> >> file:
> >>
> >> ERROR 05-12 00:03:35.197 o.a.o.s.s.AtomReader:134 [Bean#0_Worker-8] -
> >> Unexpected error while getting RSS
> >> com.ctc.wstx.exc.WstxParsingException: Unexpected close tag </head>;
> >> expected </link>.
> >>    at [row,col {unknown-source}]: [39,8]
> >>       at
> >>
> com.ctc.wstx.sr.StreamScanner.constructWfcException(StreamScanner.java:634)
> >>       at
> >> com.ctc.wstx.sr.StreamScanner.throwParseError(StreamScanner.java:504)
> >>       at
> >> com.ctc.wstx.sr.StreamScanner.throwParseError(StreamScanner.java:488)
> >>       at
> >> com.ctc.wstx.sr
> >> .BasicStreamReader.reportWrongEndElem(BasicStreamReader.java:3371)
> >>       at
> >> com.ctc.wstx.sr
> .BasicStreamReader.readEndElem(BasicStreamReader.java:3298)
> >>       at
> >> com.ctc.wstx.sr
> >> .BasicStreamReader.nextFromTree(BasicStreamReader.java:2918)
> >>       at com.ctc.wstx.sr
> >> .BasicStreamReader.next(BasicStreamReader.java:1122)
> >>       at
> >> com.ctc.wstx.evt.WstxEventReader.nextEvent(WstxEventReader.java:283)
> >>       at
> >>
> >>
> org.apache.openmeetings.service.scheduler.AtomReader.load(AtomReader.java:93)
> >>       at
> >>
> >>
> org.apache.openmeetings.service.scheduler.ReminderJob.loadRss(ReminderJob.java:114)
> >>       at jdk.internal.reflect.GeneratedMethodAccessor262.invoke(Unknown
> >> Source)
> >>       at
> >>
> >>
> java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> >>       at java.base/java.lang.reflect.Method.invoke(Method.java:566)
> >>       at
> >> org.springframework.util.MethodInvoker.invoke(MethodInvoker.java:283)
> >>       at
> >>
> >>
> org.springframework.scheduling.quartz.MethodInvokingJobDetailFactoryBean$MethodInvokingJob.executeInternal(MethodInvokingJobDetailFactoryBean.java:267)
> >>       at
> >>
> >>
> org.springframework.scheduling.quartz.QuartzJobBean.execute(QuartzJobBean.java:75)
> >>       at org.quartz.core.JobRunShell.run(JobRunShell.java:202)
> >>       at
> >>
> >>
> org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:573)
> >>
> >>
>

Re: ERROR

Posted by Ali Alhaidary <al...@the5stars.org>.
Thanks, the value of RSS feeds are OM defaults:

https://mail-archives.apache.org/mod_mbox/openmeetings-user/?format=atom

https://mail-archives.apache.org/mod_mbox/openmeetings-dev/?format=atom


On 5/12/22 12:14, seba.wagner@gmail.com wrote:
> This should be able to turn off by turning off the RSS feed feature in the
> Dashboard.
>
> I suspect the RSS feed configured does not return a valid XHTML/XML Atom
> feed anymore.
>
> Thanks
> Seb
>
> Sebastian Wagner
> Director Arrakeen Solutions, OM-Hosting.com
> http://arrakeen-solutions.co.nz/
> https://om-hosting.com - Cloud & Server Hosting for HTML5
> Video-Conferencing OpenMeetings
> <https://www.youracclaim.com/badges/da4e8828-743d-4968-af6f-49033f10d60a/public_url>
> <https://www.youracclaim.com/badges/b7e709c6-aa87-4b02-9faf-099038475e36/public_url>
>
>
> On Thu, 12 May 2022 at 21:13, Ali Alhaidary <al...@the5stars.org>
> wrote:
>
>> Recently, we found the following error repeating in our openmeetings.log
>> file:
>>
>> ERROR 05-12 00:03:35.197 o.a.o.s.s.AtomReader:134 [Bean#0_Worker-8] -
>> Unexpected error while getting RSS
>> com.ctc.wstx.exc.WstxParsingException: Unexpected close tag </head>;
>> expected </link>.
>>    at [row,col {unknown-source}]: [39,8]
>>       at
>> com.ctc.wstx.sr.StreamScanner.constructWfcException(StreamScanner.java:634)
>>       at
>> com.ctc.wstx.sr.StreamScanner.throwParseError(StreamScanner.java:504)
>>       at
>> com.ctc.wstx.sr.StreamScanner.throwParseError(StreamScanner.java:488)
>>       at
>> com.ctc.wstx.sr
>> .BasicStreamReader.reportWrongEndElem(BasicStreamReader.java:3371)
>>       at
>> com.ctc.wstx.sr.BasicStreamReader.readEndElem(BasicStreamReader.java:3298)
>>       at
>> com.ctc.wstx.sr
>> .BasicStreamReader.nextFromTree(BasicStreamReader.java:2918)
>>       at com.ctc.wstx.sr
>> .BasicStreamReader.next(BasicStreamReader.java:1122)
>>       at
>> com.ctc.wstx.evt.WstxEventReader.nextEvent(WstxEventReader.java:283)
>>       at
>>
>> org.apache.openmeetings.service.scheduler.AtomReader.load(AtomReader.java:93)
>>       at
>>
>> org.apache.openmeetings.service.scheduler.ReminderJob.loadRss(ReminderJob.java:114)
>>       at jdk.internal.reflect.GeneratedMethodAccessor262.invoke(Unknown
>> Source)
>>       at
>>
>> java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>>       at java.base/java.lang.reflect.Method.invoke(Method.java:566)
>>       at
>> org.springframework.util.MethodInvoker.invoke(MethodInvoker.java:283)
>>       at
>>
>> org.springframework.scheduling.quartz.MethodInvokingJobDetailFactoryBean$MethodInvokingJob.executeInternal(MethodInvokingJobDetailFactoryBean.java:267)
>>       at
>>
>> org.springframework.scheduling.quartz.QuartzJobBean.execute(QuartzJobBean.java:75)
>>       at org.quartz.core.JobRunShell.run(JobRunShell.java:202)
>>       at
>>
>> org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:573)
>>
>>

Re: ERROR

Posted by "seba.wagner@gmail.com" <se...@gmail.com>.
This should be able to turn off by turning off the RSS feed feature in the
Dashboard.

I suspect the RSS feed configured does not return a valid XHTML/XML Atom
feed anymore.

Thanks
Seb

Sebastian Wagner
Director Arrakeen Solutions, OM-Hosting.com
http://arrakeen-solutions.co.nz/
https://om-hosting.com - Cloud & Server Hosting for HTML5
Video-Conferencing OpenMeetings
<https://www.youracclaim.com/badges/da4e8828-743d-4968-af6f-49033f10d60a/public_url>
<https://www.youracclaim.com/badges/b7e709c6-aa87-4b02-9faf-099038475e36/public_url>


On Thu, 12 May 2022 at 21:13, Ali Alhaidary <al...@the5stars.org>
wrote:

> Recently, we found the following error repeating in our openmeetings.log
> file:
>
> ERROR 05-12 00:03:35.197 o.a.o.s.s.AtomReader:134 [Bean#0_Worker-8] -
> Unexpected error while getting RSS
> com.ctc.wstx.exc.WstxParsingException: Unexpected close tag </head>;
> expected </link>.
>   at [row,col {unknown-source}]: [39,8]
>      at
> com.ctc.wstx.sr.StreamScanner.constructWfcException(StreamScanner.java:634)
>      at
> com.ctc.wstx.sr.StreamScanner.throwParseError(StreamScanner.java:504)
>      at
> com.ctc.wstx.sr.StreamScanner.throwParseError(StreamScanner.java:488)
>      at
> com.ctc.wstx.sr
> .BasicStreamReader.reportWrongEndElem(BasicStreamReader.java:3371)
>      at
> com.ctc.wstx.sr.BasicStreamReader.readEndElem(BasicStreamReader.java:3298)
>      at
> com.ctc.wstx.sr
> .BasicStreamReader.nextFromTree(BasicStreamReader.java:2918)
>      at com.ctc.wstx.sr
> .BasicStreamReader.next(BasicStreamReader.java:1122)
>      at
> com.ctc.wstx.evt.WstxEventReader.nextEvent(WstxEventReader.java:283)
>      at
>
> org.apache.openmeetings.service.scheduler.AtomReader.load(AtomReader.java:93)
>      at
>
> org.apache.openmeetings.service.scheduler.ReminderJob.loadRss(ReminderJob.java:114)
>      at jdk.internal.reflect.GeneratedMethodAccessor262.invoke(Unknown
> Source)
>      at
>
> java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>      at java.base/java.lang.reflect.Method.invoke(Method.java:566)
>      at
> org.springframework.util.MethodInvoker.invoke(MethodInvoker.java:283)
>      at
>
> org.springframework.scheduling.quartz.MethodInvokingJobDetailFactoryBean$MethodInvokingJob.executeInternal(MethodInvokingJobDetailFactoryBean.java:267)
>      at
>
> org.springframework.scheduling.quartz.QuartzJobBean.execute(QuartzJobBean.java:75)
>      at org.quartz.core.JobRunShell.run(JobRunShell.java:202)
>      at
>
> org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:573)
>
>