Re: Upgrade

2024-02-22 Thread Maxim Solodovnik
from mobile (sorry for typos ;)


On Thu, Feb 22, 2024, 22:04 K. Kamhamea  wrote:

> Is there a list of improvements available that come with an upgrade 6.2 ->
> 7.2.
>

You can check CHANGELOG [1] :)

[1] https://github.com/apache/openmeetings/blob/master/CHANGELOG.md

>


Upgrade

2024-02-22 Thread K. Kamhamea
Is there a list of improvements available that come with an upgrade 6.2 ->
7.2.


Re: 6.3.0 install / upgrade problems with too many redirects - browser blocks

2022-07-11 Thread Alvaro
...i had the same problem at a concret OS that
now don´t remember, and solved by deleting a log
folder at /home/user/ of an old OM installation,
also deleting a file called omdb.mv.db found
at the same path.
Could be another log folder at /opt, it depend
the OS. Would be good delete also.



-


On Mon, 11 Jul 2022 10:09:03 +0700
Maxim Solodovnik  wrote:

> On Thu, 7 Jul 2022 at 12:52, seba.wag...@gmail.com 
> wrote:
> 
> > I think the notinited message shows up if you upgrade and have a valid db
> > connection but the database is empty.
> >
> 
> Actually "notinited" page was created to show something to the user even
> while OM internal were not fully inited (beans, services etc.)
> This might happen due to the fact SecureRandom might set-up for 30 seconds
> or so
> Maybe this is possible on slow machines
> I, personally, was unable to see this page for a looong time :(
> 
> 
> > Kind of like if a previous installation config file still exists, e.g.
> > copying some files from the old into the new installation
> >
> > Thanks
> > Seb
> >
> > On Thu, 7 Jul 2022 at 3:22 PM, Maxim Solodovnik 
> > wrote:
> >
> >> Hello Ed,
> >>
> >> On Wed, 6 Jul 2022 at 16:08,  wrote:
> >>
> >>> Hello,
> >>>
> >>> I'm just trying to make a few suggestions based on my personal
> >>> experience in installing and / or upgrading 6.3.0 the opther day. I think
> >>> we all want the maximum uptake of this software project, right? Well, it
> >>> was so frustrating not to get the web-based installer to work - that I
> >>> finally gave up trying to use it. The error too many redirects from the
> >>> browser, and the "notinitied" added to the end of "openmeetings" in the 
> >>> url
> >>> - (I assume this is java adding this - and I would love to know what it
> >>> means) - was a bad experience. Since I experienced this on firefox, edge
> >>> and chrome and opera - I feel that there must be a real problem somewhere 
> >>> -
> >>> that is going to alienate the average potential user who tries an install.
> >>> I don't have the slightest idea of how to fix it.
> >>>
> >>
> >> web based installer works for me (also works in tests)
> >> I'll try to reproduce your behavior (never saw it before)
> >>
> >>>
> >>> As for the terminal command line install - that was very helpful, and
> >>> because it threw so many errors because of: 1) my usage of strong 
> >>> passwords
> >>> (I forgot that special characters had to be escaped in bash), and 2) the
> >>> example wasn't good, and didn't give explanations about the order of
> >>> things.
> >>>
> >>> I would urge that the text about this method of installing show a note
> >>> that special characters in passwords have to be escaped, with an example.
> >>> Shoud they be enclused in single quotation marks, like pass =  'pass=' or
> >>> can each special character be escaped as in pass = pass\= ?
> >>>
> >>
> >> It is not very good idea to pass clear-text password of admin user in
> >> command line
> >> (it is saved in bash history)
> >> you can omit it and command line installer will ask for a password in
> >> interactive mode :)
> >>
> >>>
> >>> I tried to follow the example (I am not an advanced bash user), and it
> >>> ended up giving the password that I use for smtp port 587 emal
> >>> authorization as the password of the OpenMeetings admin user! - so the
> >>> order of things wasn't clear enough to me. How about listing something 
> >>> like
> >>> (as a general guide to first time installers via the command line that
> >>> would be sufficient for most purposes, like):
> >>>
> >>> (could someone verify that this is correct, please?): (and give an
> >>> illustration of using a password with special characters, please)? 
> >>> (thanks)
> >>>
> >>> replace every [abcde] with your data, omitting the braces:
> >>>
> >>> ./admin.sh -i -v -tz Europe/Berlin -email [admin email address] -group
> >>> webbase -user [admin user name] --password [admin user password]
> >>> --smtp-server localhost --smtp-port 587 --db-type mysql --db-name
> >>> [openmeeting database name] --db-user [openmeetings database user]
> >>> --db-pass [openmeetings database 

Re: 6.3.0 install / upgrade problems with too many redirects - browser blocks

2022-07-10 Thread Maxim Solodovnik
On Thu, 7 Jul 2022 at 12:52, seba.wag...@gmail.com 
wrote:

> I think the notinited message shows up if you upgrade and have a valid db
> connection but the database is empty.
>

Actually "notinited" page was created to show something to the user even
while OM internal were not fully inited (beans, services etc.)
This might happen due to the fact SecureRandom might set-up for 30 seconds
or so
Maybe this is possible on slow machines
I, personally, was unable to see this page for a looong time :(


> Kind of like if a previous installation config file still exists, e.g.
> copying some files from the old into the new installation
>
> Thanks
> Seb
>
> On Thu, 7 Jul 2022 at 3:22 PM, Maxim Solodovnik 
> wrote:
>
>> Hello Ed,
>>
>> On Wed, 6 Jul 2022 at 16:08,  wrote:
>>
>>> Hello,
>>>
>>> I'm just trying to make a few suggestions based on my personal
>>> experience in installing and / or upgrading 6.3.0 the opther day. I think
>>> we all want the maximum uptake of this software project, right? Well, it
>>> was so frustrating not to get the web-based installer to work - that I
>>> finally gave up trying to use it. The error too many redirects from the
>>> browser, and the "notinitied" added to the end of "openmeetings" in the url
>>> - (I assume this is java adding this - and I would love to know what it
>>> means) - was a bad experience. Since I experienced this on firefox, edge
>>> and chrome and opera - I feel that there must be a real problem somewhere -
>>> that is going to alienate the average potential user who tries an install.
>>> I don't have the slightest idea of how to fix it.
>>>
>>
>> web based installer works for me (also works in tests)
>> I'll try to reproduce your behavior (never saw it before)
>>
>>>
>>> As for the terminal command line install - that was very helpful, and
>>> because it threw so many errors because of: 1) my usage of strong passwords
>>> (I forgot that special characters had to be escaped in bash), and 2) the
>>> example wasn't good, and didn't give explanations about the order of
>>> things.
>>>
>>> I would urge that the text about this method of installing show a note
>>> that special characters in passwords have to be escaped, with an example.
>>> Shoud they be enclused in single quotation marks, like pass =  'pass=' or
>>> can each special character be escaped as in pass = pass\= ?
>>>
>>
>> It is not very good idea to pass clear-text password of admin user in
>> command line
>> (it is saved in bash history)
>> you can omit it and command line installer will ask for a password in
>> interactive mode :)
>>
>>>
>>> I tried to follow the example (I am not an advanced bash user), and it
>>> ended up giving the password that I use for smtp port 587 emal
>>> authorization as the password of the OpenMeetings admin user! - so the
>>> order of things wasn't clear enough to me. How about listing something like
>>> (as a general guide to first time installers via the command line that
>>> would be sufficient for most purposes, like):
>>>
>>> (could someone verify that this is correct, please?): (and give an
>>> illustration of using a password with special characters, please)? (thanks)
>>>
>>> replace every [abcde] with your data, omitting the braces:
>>>
>>> ./admin.sh -i -v -tz Europe/Berlin -email [admin email address] -group
>>> webbase -user [admin user name] --password [admin user password]
>>> --smtp-server localhost --smtp-port 587 --db-type mysql --db-name
>>> [openmeeting database name] --db-user [openmeetings database user]
>>> --db-pass [openmeetings database password] --email-auth-user [email user
>>> for smtp authentication]  --system-email-address [what is this and why
>>> necessary?] --email-use-tls yes --db-user root --db-host localhost
>>> --email-auth-pass [password for smtp authentication]
>>>
>>
>> you can specify only necessary options while installing:
>>
>> ./admin.sh -i -v -user ui_admin -email someem...@gmail.com -tz
>> "Asia/Tehran" -group "yourgroup"
>>
>> (password will prompted before install)
>> All other options can be specified in UI Admin :)
>>
>> in case you are upgrading I would recommend "install from backup"
>>
>> ./admin.sh -i -v -file backup_31_07_2012_12_07_51.zip
>> --drop --skip-default-objects
>>
>>
>>
>>>
>>&g

Re: 6.3.0 install / upgrade problems with too many redirects - browser blocks

2022-07-06 Thread seba.wag...@gmail.com
I think the notinited message shows up if you upgrade and have a valid db
connection but the database is empty.
Kind of like if a previous installation config file still exists, e.g.
copying some files from the old into the new installation

Thanks
Seb

On Thu, 7 Jul 2022 at 3:22 PM, Maxim Solodovnik 
wrote:

> Hello Ed,
>
> On Wed, 6 Jul 2022 at 16:08,  wrote:
>
>> Hello,
>>
>> I'm just trying to make a few suggestions based on my personal experience
>> in installing and / or upgrading 6.3.0 the opther day. I think we all want
>> the maximum uptake of this software project, right? Well, it was so
>> frustrating not to get the web-based installer to work - that I finally
>> gave up trying to use it. The error too many redirects from the browser,
>> and the "notinitied" added to the end of "openmeetings" in the url - (I
>> assume this is java adding this - and I would love to know what it means) -
>> was a bad experience. Since I experienced this on firefox, edge and chrome
>> and opera - I feel that there must be a real problem somewhere - that is
>> going to alienate the average potential user who tries an install. I don't
>> have the slightest idea of how to fix it.
>>
>
> web based installer works for me (also works in tests)
> I'll try to reproduce your behavior (never saw it before)
>
>>
>> As for the terminal command line install - that was very helpful, and
>> because it threw so many errors because of: 1) my usage of strong passwords
>> (I forgot that special characters had to be escaped in bash), and 2) the
>> example wasn't good, and didn't give explanations about the order of
>> things.
>>
>> I would urge that the text about this method of installing show a note
>> that special characters in passwords have to be escaped, with an example.
>> Shoud they be enclused in single quotation marks, like pass =  'pass=' or
>> can each special character be escaped as in pass = pass\= ?
>>
>
> It is not very good idea to pass clear-text password of admin user in
> command line
> (it is saved in bash history)
> you can omit it and command line installer will ask for a password in
> interactive mode :)
>
>>
>> I tried to follow the example (I am not an advanced bash user), and it
>> ended up giving the password that I use for smtp port 587 emal
>> authorization as the password of the OpenMeetings admin user! - so the
>> order of things wasn't clear enough to me. How about listing something like
>> (as a general guide to first time installers via the command line that
>> would be sufficient for most purposes, like):
>>
>> (could someone verify that this is correct, please?): (and give an
>> illustration of using a password with special characters, please)? (thanks)
>>
>> replace every [abcde] with your data, omitting the braces:
>>
>> ./admin.sh -i -v -tz Europe/Berlin -email [admin email address] -group
>> webbase -user [admin user name] --password [admin user password]
>> --smtp-server localhost --smtp-port 587 --db-type mysql --db-name
>> [openmeeting database name] --db-user [openmeetings database user]
>> --db-pass [openmeetings database password] --email-auth-user [email user
>> for smtp authentication]  --system-email-address [what is this and why
>> necessary?] --email-use-tls yes --db-user root --db-host localhost
>> --email-auth-pass [password for smtp authentication]
>>
>
> you can specify only necessary options while installing:
>
> ./admin.sh -i -v -user ui_admin -email someem...@gmail.com -tz
> "Asia/Tehran" -group "yourgroup"
>
> (password will prompted before install)
> All other options can be specified in UI Admin :)
>
> in case you are upgrading I would recommend "install from backup"
>
> ./admin.sh -i -v -file backup_31_07_2012_12_07_51.zip
> --drop --skip-default-objects
>
>
>
>>
>>
>> I think clarifying this guide and fixing the install info so it works
>> flawlessly first time would really help with profect adoption by the
>> general webmaster user.
>>
>> Best regards,
>>
>> Ed
>>
>> Quoting Alvaro :
>>
>> Hello Ed,
>> Good you got it!
>>
>> Maxim will answare you.
>>
>> Best
>>
>> Alvaro
>>
>>
>> ---
>>
>>
>> On Tue, 05 Jul 2022 12:00:28 +
>> i...@bureau-de-poste.net wrote:
>>
>> Hello Alvaro,
>>
>> I installed finally with the command line and I think there is a
>> mistake that soemone might want to correct. I use very strong
>> passwords with lots of specia

Re: 6.3.0 install / upgrade problems with too many redirects - browser blocks

2022-07-06 Thread Maxim Solodovnik
>
> https://ipv4:5443/openmeetings [1] redirects to
>
> https://ipv4:5443/openmeetings/notinited
>
> I have downloaded completely now browsers, and set them to the most
> unsafe settings and to the default settings, I have cleared the
> cookies and cache and history ...
>
> This is absurd. Is there a direct path to call the install script ?
>
> Is having coturn installed and / or running during an upgrade - can
> that cause this?
>
> I can neither install nor upgrade because of this absurd problem? Why
> so may redirects?
>
> Ed
>
> --
>
>
>
> Links:
> --
> [1] https://ipv4:5443/openmeetings%C2%A0
>
> --
>
>
>
>


-- 
Best regards,
Maxim


Re: 6.3.0 install / upgrade problems with too many redirects - browser blocks

2022-07-06 Thread seba.wag...@gmail.com
his normal - not accepting special characters in passwords for a
> command line install?
>
> Best,
>
>   Ed
>
> Quoting Alvaro :
>
> ...are you try with java 11 or 17?
> It depend your OS.
> If Java 17 then try java 11
>
> ..
>
> On Sun, 03 Jul 2022 10:19:30 +
> i...@bureau-de-poste.net wrote:
>
> I am having to waste a lot of time with the 6.3.0 install - bno
> matter what I do with my browser, I get the error:
>
> ERR_TOO_MANY_REDIRECTS
>
> and  the word  notinited
> is added to the url when I try to go through the web based installer:
> as in
>
> https://ipv4:5443/openmeetings [1] redirects to
>
> https://ipv4:5443/openmeetings/notinited
>
> I have downloaded completely now browsers, and set them to the most
> unsafe settings and to the default settings, I have cleared the
> cookies and cache and history ...
>
> This is absurd. Is there a direct path to call the install script ?
>
> Is having coturn installed and / or running during an upgrade - can
> that cause this?
>
> I can neither install nor upgrade because of this absurd problem? Why
> so may redirects?
>
> Ed
>
> --
>
>
>
> Links:
> --
> [1] https://ipv4:5443/openmeetings%C2%A0
>
> --
>
>
>
>


Re: 6.3.0 install / upgrade problems with too many redirects - browser blocks

2022-07-06 Thread info

 Hello,

I'm just trying to make a few suggestions based on my personal  
experience in installing and / or upgrading 6.3.0 the opther day. I  
think we all want the maximum uptake of this software project, right?  
Well, it was so frustrating not to get the web-based installer to work  
- that I finally gave up trying to use it. The error too many  
redirects from the browser, and the "notinitied" added to the end of  
"openmeetings" in the url - (I assume this is java adding this - and I  
would love to know what it means) - was a bad experience. Since I  
experienced this on firefox, edge and chrome and opera - I feel that  
there must be a real problem somewhere - that is going to alienate the  
average potential user who tries an install. I don't have the  
slightest idea of how to fix it.


As for the terminal command line install - that was very helpful, and  
because it threw so many errors because of: 1) my usage of strong  
passwords (I forgot that special characters had to be escaped in  
bash), and 2) the example wasn't good, and didn't give explanations  
about the order of things. 


I would urge that the text about this method of installing show a note  
that special characters in passwords have to be escaped, with an  
example. Shoud they be enclused in single quotation marks, like pass  
=  'pass=' or can each special character be escaped as in pass =  
pass\= ? 


I tried to follow the example (I am not an advanced bash user), and it  
ended up giving the password that I use for smtp port 587 emal  
authorization as the password of the OpenMeetings admin user! - so the  
order of things wasn't clear enough to me. How about listing something  
like (as a general guide to first time installers via the command line  
that would be sufficient for most purposes, like):


(could someone verify that this is correct, please?): (and give an  
illustration of using a password with special characters, please)?  
(thanks)


replace every [abcde] with your data, omitting the braces:  
  
 ./admin.sh -i -v -tz Europe/Berlin -email [admin email address]  
-group webbase -user [admin user name] --password [admin user  
password] --smtp-server localhost --smtp-port 587 --db-type mysql  
--db-name [openmeeting database name] --db-user [openmeetings database  
user] --db-pass [openmeetings database password] --email-auth-user  
[email user for smtp authentication]  --system-email-address [what is  
this and why necessary?] --email-use-tls yes --db-user root --db-host  
localhost --email-auth-pass [password for smtp authentication]

  

 I think clarifying this guide and fixing the install info so it  
works flawlessly first time would really help with profect adoption by  
the general webmaster user.


Best regards,

 Ed

Quoting Alvaro :


Hello Ed,
Good you got it!

Maxim will answare you.

Best

Alvaro

---

On Tue, 05 Jul 2022 12:00:28 +
i...@bureau-de-poste.net wrote:


Hello Alvaro,

I installed finally with the command line and I think there is a
mistake that soemone might want to correct. I use very strong
passwords with lots of special characters (like ! _ ) = etc) and I had
to remove all the special characters from my passwords in the command.
Is this normal - not accepting special characters in passwords for a
command line install?

Best,

  Ed

Quoting Alvaro :

...are you try with java 11 or 17?
It depend your OS.
If Java 17 then try java 11

..

On Sun, 03 Jul 2022 10:19:30 +
i...@bureau-de-poste.net wrote:

I am having to waste a lot of time with the 6.3.0 install - bno
matter what I do with my browser, I get the error:

ERR_TOO_MANY_REDIRECTS

and  the word  notinited
is added to the url when I try to go through the web based installer:
as in

https://ipv4:5443/openmeetings [1][1] redirects to

https://ipv4:5443/openmeetings/notinited

I have downloaded completely now browsers, and set them to the most
unsafe settings and to the default settings, I have cleared the
cookies and cache and history ...

This is absurd. Is there a direct path to call the install script ?

Is having coturn installed and / or running during an upgrade - can
that cause this?

I can neither install nor upgrade because of this absurd problem? Why
so may redirects?  

Ed

--

Links:
--
[1] https://ipv4:5443/openmeetings%C2%A0


--



 


Links:
--
[1] https://ipv4:5443/openmeetings%C2%A0


Re: 6.3.0 install / upgrade problems with too many redirects - browser blocks

2022-07-05 Thread Alvaro
Hello Ed,
Good you got it!

Maxim will answare you.

Best

Alvaro


--- 


On Tue, 05 Jul 2022 12:00:28 +
i...@bureau-de-poste.net wrote:

>   Hello Alvaro,
> 
> I installed finally with the command line and I think there is a  
> mistake that soemone might want to correct. I use very strong  
> passwords with lots of special characters (like ! _ ) = etc) and I had  
> to remove all the special characters from my passwords in the command.  
> Is this normal - not accepting special characters in passwords for a  
> command line install?
> 
> Best,
> 
>   Ed
> 
> Quoting Alvaro :
> 
> > ...are you try with java 11 or 17?
> > It depend your OS.
> > If Java 17 then try java 11
> >
> > ..
> >
> > On Sun, 03 Jul 2022 10:19:30 +
> > i...@bureau-de-poste.net wrote:
> >
> >> I am having to waste a lot of time with the 6.3.0 install - bno
> >> matter what I do with my browser, I get the error:
> >>
> >> ERR_TOO_MANY_REDIRECTS
> >>
> >> and  the word  notinited
> >> is added to the url when I try to go through the web based installer:
> >> as in
> >>
> >> https://ipv4:5443/openmeetings [1] redirects to
> >>
> >> https://ipv4:5443/openmeetings/notinited
> >>
> >> I have downloaded completely now browsers, and set them to the most
> >> unsafe settings and to the default settings, I have cleared the
> >> cookies and cache and history ...
> >>
> >> This is absurd. Is there a direct path to call the install script ?
> >>
> >> Is having coturn installed and / or running during an upgrade - can
> >> that cause this?
> >>
> >> I can neither install nor upgrade because of this absurd problem? Why
> >> so may redirects?  
> >>
> >> Ed
> >
> > --
> 
> 
> 
> Links:
> --
> [1] https://ipv4:5443/openmeetings%C2%A0


-- 



Re: 6.3.0 install / upgrade problems with too many redirects - browser blocks

2022-07-05 Thread info

 Hello Alvaro,

I installed finally with the command line and I think there is a  
mistake that soemone might want to correct. I use very strong  
passwords with lots of special characters (like ! _ ) = etc) and I had  
to remove all the special characters from my passwords in the command.  
Is this normal - not accepting special characters in passwords for a  
command line install?


Best,

 Ed

Quoting Alvaro :


...are you try with java 11 or 17?
It depend your OS.
If Java 17 then try java 11

..

On Sun, 03 Jul 2022 10:19:30 +
i...@bureau-de-poste.net wrote:


I am having to waste a lot of time with the 6.3.0 install - bno
matter what I do with my browser, I get the error:

ERR_TOO_MANY_REDIRECTS

and  the word  notinited
is added to the url when I try to go through the web based installer:
as in

https://ipv4:5443/openmeetings [1] redirects to

https://ipv4:5443/openmeetings/notinited

I have downloaded completely now browsers, and set them to the most
unsafe settings and to the default settings, I have cleared the
cookies and cache and history ...

This is absurd. Is there a direct path to call the install script ?

Is having coturn installed and / or running during an upgrade - can
that cause this?

I can neither install nor upgrade because of this absurd problem? Why
so may redirects?  

Ed


--




Links:
--
[1] https://ipv4:5443/openmeetings%C2%A0


Re: 6.3.0 install / upgrade problems with too many redirects - browser blocks

2022-07-05 Thread info

 Hello,

I was trying with Java 17, of course since I am on bullseye and  
installing / upgrading 630 and I followed your tutorial. I have now  
tried with Java 11 and the error is still produced with the same  
/notinited added on to the end of the url, and the same browser error  
message: Too Many Redirects.


Does the fact that the server only has a self-signed ssl cert matter?  

This is pretty sad. Is the exact URL for an install:   
https://example.com:5443/openmeetings/install   ?


Thanks,

Ed

Quoting Alvaro :


...are you try with java 11 or 17?
It depend your OS.
If Java 17 then try java 11

..

On Sun, 03 Jul 2022 10:19:30 +
i...@bureau-de-poste.net wrote:


I am having to waste a lot of time with the 6.3.0 install - bno
matter what I do with my browser, I get the error:

ERR_TOO_MANY_REDIRECTS

and  the word  notinited
is added to the url when I try to go through the web based installer:
as in

https://ipv4:5443/openmeetings [1] redirects to

https://ipv4:5443/openmeetings/notinited

I have downloaded completely now browsers, and set them to the most
unsafe settings and to the default settings, I have cleared the
cookies and cache and history ...

This is absurd. Is there a direct path to call the install script ?

Is having coturn installed and / or running during an upgrade - can
that cause this?

I can neither install nor upgrade because of this absurd problem? Why
so may redirects?  

Ed


--




Links:
--
[1] https://ipv4:5443/openmeetings%C2%A0


Re: 6.3.0 install / upgrade problems with too many redirects - browser blocks

2022-07-04 Thread Alvaro
...are you try with java 11 or 17?
It depend your OS.
If Java 17 then try java 11


..



On Sun, 03 Jul 2022 10:19:30 +
i...@bureau-de-poste.net wrote:

>   I am having to waste a lot of time with the 6.3.0 install - bno  
> matter what I do with my browser, I get the error:
> 
> ERR_TOO_MANY_REDIRECTS
> 
> and  the word  notinited
> is added to the url when I try to go through the web based installer:
> as in
> 
> https://ipv4:5443/openmeetings  redirects to
> 
> https://ipv4:5443/openmeetings/notinited
> 
> I have downloaded completely now browsers, and set them to the most  
> unsafe settings and to the default settings, I have cleared the  
> cookies and cache and history ...
> 
> This is absurd. Is there a direct path to call the install script ?
> 
> Is having coturn installed and / or running during an upgrade - can  
> that cause this?
> 
> I can neither install nor upgrade because of this absurd problem? Why  
> so may redirects?  
> 
> Ed


-- 



6.3.0 install / upgrade problems with too many redirects - browser blocks

2022-07-03 Thread info
 I am having to waste a lot of time with the 6.3.0 install - bno  
matter what I do with my browser, I get the error:


ERR_TOO_MANY_REDIRECTS

and  the word  notinited
is added to the url when I try to go through the web based installer:
as in

https://ipv4:5443/openmeetings  redirects to

https://ipv4:5443/openmeetings/notinited

I have downloaded completely now browsers, and set them to the most  
unsafe settings and to the default settings, I have cleared the  
cookies and cache and history ...


This is absurd. Is there a direct path to call the install script ?

Is having coturn installed and / or running during an upgrade - can  
that cause this?


I can neither install nor upgrade because of this absurd problem? Why  
so may redirects?  


Ed


Upgrade fromOpen504 to Open620

2022-05-12 Thread Yah's Global Kingdom
Hi,

1.  1st  let me applaud you on the drastic improvement in performance and
stability between 504 and 620.  Hats off to you all.

I just upgraded from Open504 to Open620 using this
https://openmeetings.apache.org/Upgrade.html as a guide.

I created a OM-backup and  created a mysql backup.  I have large files
wanted to see if this was fixed as well.

2.  There were some issues restoring from the backup. The importer was
unsuccessful in importing videos and images.  It was not able to
successful convert them as path to the video was pointing to the old
instance of OM, which had been rename to open504.bak.  But the importer was
looking for the files in the old location.  I basically had to truncate
om_file, file_log and invitations tables to remove the old links.  The
restore from the mysql backup put all the other configuration and user
information back in place.

A fix for this may  be to include in the upgrade instructions to change the
name of the old OM installation back to the original name before importing
the OM backup into the new installation.

3.  I completely reinstalled Asterisk 16.
Purchase a DID and I am able to dial out from the asterisk box to the
PTSN and to SIP address.  However, I am unable to get the SIP dialer to do
anything and I am unable to dial into any conference room.  I do a podcast
and the goal is to be able to dial into the podcast using the SIP dialer. I
can dial out from extensions, I have created but I can not any with the sip
dialer.

It would seem that OMSIP records would need AOR, AUTH, AND ENDPOINT records
in Asterisk for the dialer to work.  Does anyone have a working SIP dialer
configuration for Asterisk or that can look at the document that I have
attached of my configurations.  I will  better document this process and
return it to the community for anyone else that wants to do the same or
similar thing.  Right now I am just trying to get the SIP Dialer to work
and to be able to make calls using OpenMeetings.  Thanks ahead of time.  OH
in the attached file is log output when the SIP Dialer is Initiated, the
Call button is pressed and when the SIP Dialer is closed.  That is all the
output I could find in the logs.  Also as I followed
https://openmeetings.apache.org/AsteriskIntegration.html I didn't include
all the configurations in that document but most of them,  including those
needed to configure a working incoming outgoing extension to the PSTN from
the  ITSP and to create working internal extensions in Asterisk that are
able to dial out to the PSTN.


Again my goal is to be able to dial out from OM to my podcast or have
people be able to dial into OM conference and also listen and participate
in the podcast.

Thanks ahead of time.

Miles



<https://www.avast.com/sig-email?utm_medium=email_source=link_campaign=sig-email_content=webmail_term=icon>
Virus-free.
www.avast.com
<https://www.avast.com/sig-email?utm_medium=email_source=link_campaign=sig-email_content=webmail_term=link>
<#m_-2039777857040400294_m_1764765515950287255_m_-7618565565560891114_DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2>
SIP INTEGRATION GUIDE USED: 
https://openmeetings.apache.org/AsteriskIntegration.html

"From /opt/OM/logs/ Access Log"
98.174.244.227 - - [12/May/2022:08:14:03 -0700] "GET 
/openmeetings/?2-1.0-main~container-main-contents-child-roomContainer-menu-menu-menu-collapse-navLeftListEnclosure-navLeftList-1-component-dropdown~menu-buttons-5-button&_=1652368223514
 HTTP/1.1" 200 362

"From /opt/OM/logs/ openmeetings.log When SIP Dialer is initiated"
98.174.244.227 - - [12/May/2022:08:22:47 -0700] "GET 
/openmeetings/?2-1.0-main~container-main-contents-child-roomContainer-menu-menu-menu-collapse-navLeftListEnclosure-navLeftList-1-component-dropdown~menu-buttons-5-button&_=1652368223521
 HTTP/1.1" 200 363
98.174.244.227 - - [12/May/2022:08:22:56 -0700] "GET /openmeetings/ping 
HTTP/1.1" 200 4

"When Call button is pressed on SIP DIALER"
98.174.244.227 - - [12/May/2022:08:25:26 -0700] "GET /openmeetings/ping 
HTTP/1.1" 200 4
98.174.244.227 - - [12/May/2022:08:25:27 -0700] "POST 
/openmeetings/?2-1.0-main~container-main-contents-child-roomContainer-menu-sipDialer-dialog-footer-buttons-1-button
 HTTP/1.1" 200 80
98.174.244.227 - - [12/May/2022:08:25:56 -0700] "GET /openmeetings/ping 
HTTP/1.1" 200 4

"When SIP Dialer is closed"
98.174.244.227 - - [12/May/2022:08:28:43 -0700] "GET 
/openmeetings/?2-1.0-main~container-main-contents-child-roomContainer-menu-sipDialer-dialog-footer-buttons-2-button&_=1652368223523
 HTTP/1.1" 200 80

No entries are logged by asterisk when anything is done with the SIP Dialer.
8
ASTERISK SIP OUTPUT(S)
Sip show channels
sip show domains
sip show objects
s

Re: Upgrade Apache OpenMeetings to the latest version

2021-08-10 Thread Maxim Solodovnik
"*/opt/open610/webapps/openmeetings/WEB-INF/classes/META-INF/persistence.xml
(Permission denied)"*


The user who start backup/restore
Has no write permissions to OM folders 


from mobile (sorry for typos ;)


On Tue, Aug 10, 2021, 17:25 Aom Jeff Root  wrote:

> Hi,
> Here is the content of the openmeetings.service file (in /opt/open610/)
> *cat /opt/open610/openmeetings.service*
> *..*
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
> *[Service]Type=forkingEnvironment=JAVA_HOME=/usr/lib/jvm/java-11-openjdk-amd64Environment=CATALINA_PID=/var/run/openmeetings.pidWorkingDirectory=/opt/openmeetingsEnvironment=CATALINA_HOME=/opt/openmeetingsEnvironment=CATALINA_BASE=/opt/openmeetingsEnvironment='JDK_JAVA_OPTIONS=--add-modules
> java.se  --add-exports
> java.base/jdk.internal.ref=ALL-UNNAMED --add-opens
> java.base/java.lang=ALL-UNNAMED --add-opens java.base/java.nio=ALL-UNNAMED
> --add-opens java.base/sun.nio.ch =ALL-UNNAMED
> --add-opens java.management/sun.management=ALL-UNNAMED --add-opens
> jdk.management/com.sun.management.internal=ALL-UNNAMED'Environment='CATALINA_OPTS=-Xms1G
> -Xmx4G -server
> -XX:+UseParallelGC'Environment='JAVA_OPTS=-Djava.awt.headless=true
> -Djava.security.egd=file:/dev/./urandom'ExecStart=/opt/openmeetings/bin/startup.shExecStop=/opt/openmeetings/bin/shutdown.shUser=nobodyGroup=nogroupUMask=0007RestartSec=10Restart=always*
> *.*
>
> Here is the ful result of
> *./admin.sh -i -file ~/omBackup.zip --db-type mysql --db-host localhost
> --db-user userGranted --db-pass userGrantedPass --db-name open610*
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
> *10:18:20.703 [main] INFO org.apache.openmeetings.util.OmFileHelper -
> Using file locations - omHome: /opt/open610/webapps/openmeetings DATA_DIR:
> /opt/open610/webapps/openmeetings/data10:18:20.841 [main] ERROR
> org.apache.openmeetings.cli.Admin - Unexpected
> errorjavax.xml.transform.TransformerException:
> java.io.FileNotFoundException:
> /opt/open610/webapps/openmeetings/WEB-INF/classes/META-INF/persistence.xml
> (Permission denied)at
> java.xml/com.sun.org.apache.xalan.internal.xsltc.trax.TransformerImpl.getOutputHandler(TransformerImpl.java:554)
>   at
> java.xml/com.sun.org.apache.xalan.internal.xsltc.trax.TransformerImpl.transform(TransformerImpl.java:367)
>   at
> org.apache.openmeetings.cli.ConnectionPropertiesPatcher.patch(ConnectionPropertiesPatcher.java:112)
>   at
> org.apache.openmeetings.cli.ConnectionPropertiesPatcher.patch(ConnectionPropertiesPatcher.java:121)
>   at org.apache.openmeetings.cli.Admin.processInstall(Admin.java:324)
>   at org.apache.openmeetings.cli.Admin.process(Admin.java:259)
> at org.apache.openmeetings.cli.Admin.main(Admin.java:563)Caused by:
> java.io.FileNotFoundException:
> /opt/open610/webapps/openmeetings/WEB-INF/classes/META-INF/persistence.xml
> (Permission denied)at
> java.base/java.io.FileOutputStream.open0(Native Method)at
> java.base/java.io.FileOutputStream.open(FileOutputStream.java:291)
> at java.base/java.io.FileOutputStream.(FileOutputStream.java:234)
> at
> java.base/java.io.FileOutputStream.(FileOutputStream.java:184)
> at
> java.xml/com.sun.org.apache.xalan.internal.xsltc.trax.TransformerImpl.getOutputHandler(TransformerImpl.java:539)
>   ... 6 common frames omittedjavax.xml.transform.TransformerException:
> java.io.FileNotFoundException:
> /opt/open610/webapps/openmeetings/WEB-INF/classes/META-INF/persistence.xml
> (Permission denied)at
> java.xml/com.sun.org.apache.xalan.internal.xsltc.trax.TransformerImpl.getOutputHandler(TransformerImpl.java:554)
>   at
> java.xml/com.sun.org.apache.xalan.internal.xsltc.trax.TransformerImpl.transform(TransformerImpl.java:367)
>   at
> org.apache.openmeetings.cli.ConnectionPropertiesPatcher.patch(ConnectionPropertiesPatcher.java:112)
>   at
> org.apache.openmeetings.cli.ConnectionPropertiesPatcher.patch(ConnectionPropertiesPatcher.java:121)
>   at org.apache.openmeetings.cli.Admin.processInstall(Admin.java:324)
>   at org.apache.openmeetings.cli.Admin.process(Admin.java:259)
> at org.apache.openmeetings.cli.Admin.main(Admin.java:563)Caused by:
> java.io.FileNotFoundException:
> /opt/open610/webapps/openmeetings/WEB-INF/classes/META-INF/persistence.xml
> (Permission denied)at
> java.base/java.io.FileOutputStream.open0(Native Method)at
> java.base/java.io.FileOutputStream.open(FileOutputStream.java:291)
> at java.base/java.io.FileOutputStream.(FileOutputStream.java:234)
> at
> java.base/java.io.FileOutputStream.(FileOutputStream.java:184)
> at
> java.xml/com.sun.org.apache.xalan.internal.xsltc.trax.TransformerImpl.getOutputHandler(TransformerImpl.java:539)
>   ... 6 more-java.io.FileNotFoundException:
> /opt/open610/webapps/openmeetings/WEB-INF/classes/META-INF/persistence.xml
> (Permission denied)at
> 

Re: Upgrade Apache OpenMeetings to the latest version

2021-08-10 Thread Aom Jeff Root
Hi,
Here is the content of the openmeetings.service file (in /opt/open610/)
*cat /opt/open610/openmeetings.service*
*..*



















*[Service]Type=forkingEnvironment=JAVA_HOME=/usr/lib/jvm/java-11-openjdk-amd64Environment=CATALINA_PID=/var/run/openmeetings.pidWorkingDirectory=/opt/openmeetingsEnvironment=CATALINA_HOME=/opt/openmeetingsEnvironment=CATALINA_BASE=/opt/openmeetingsEnvironment='JDK_JAVA_OPTIONS=--add-modules
java.se  --add-exports
java.base/jdk.internal.ref=ALL-UNNAMED --add-opens
java.base/java.lang=ALL-UNNAMED --add-opens java.base/java.nio=ALL-UNNAMED
--add-opens java.base/sun.nio.ch =ALL-UNNAMED
--add-opens java.management/sun.management=ALL-UNNAMED --add-opens
jdk.management/com.sun.management.internal=ALL-UNNAMED'Environment='CATALINA_OPTS=-Xms1G
-Xmx4G -server
-XX:+UseParallelGC'Environment='JAVA_OPTS=-Djava.awt.headless=true
-Djava.security.egd=file:/dev/./urandom'ExecStart=/opt/openmeetings/bin/startup.shExecStop=/opt/openmeetings/bin/shutdown.shUser=nobodyGroup=nogroupUMask=0007RestartSec=10Restart=always*
*.*

Here is the ful result of
*./admin.sh -i -file ~/omBackup.zip --db-type mysql --db-host localhost
--db-user userGranted --db-pass userGrantedPass --db-name open610*














































*10:18:20.703 [main] INFO org.apache.openmeetings.util.OmFileHelper - Using
file locations - omHome: /opt/open610/webapps/openmeetings DATA_DIR:
/opt/open610/webapps/openmeetings/data10:18:20.841 [main] ERROR
org.apache.openmeetings.cli.Admin - Unexpected
errorjavax.xml.transform.TransformerException:
java.io.FileNotFoundException:
/opt/open610/webapps/openmeetings/WEB-INF/classes/META-INF/persistence.xml
(Permission denied)at
java.xml/com.sun.org.apache.xalan.internal.xsltc.trax.TransformerImpl.getOutputHandler(TransformerImpl.java:554)
  at
java.xml/com.sun.org.apache.xalan.internal.xsltc.trax.TransformerImpl.transform(TransformerImpl.java:367)
  at
org.apache.openmeetings.cli.ConnectionPropertiesPatcher.patch(ConnectionPropertiesPatcher.java:112)
  at
org.apache.openmeetings.cli.ConnectionPropertiesPatcher.patch(ConnectionPropertiesPatcher.java:121)
  at org.apache.openmeetings.cli.Admin.processInstall(Admin.java:324)
  at org.apache.openmeetings.cli.Admin.process(Admin.java:259)
at org.apache.openmeetings.cli.Admin.main(Admin.java:563)Caused by:
java.io.FileNotFoundException:
/opt/open610/webapps/openmeetings/WEB-INF/classes/META-INF/persistence.xml
(Permission denied)at
java.base/java.io.FileOutputStream.open0(Native Method)at
java.base/java.io.FileOutputStream.open(FileOutputStream.java:291)
at java.base/java.io.FileOutputStream.(FileOutputStream.java:234)
at
java.base/java.io.FileOutputStream.(FileOutputStream.java:184)
at
java.xml/com.sun.org.apache.xalan.internal.xsltc.trax.TransformerImpl.getOutputHandler(TransformerImpl.java:539)
  ... 6 common frames omittedjavax.xml.transform.TransformerException:
java.io.FileNotFoundException:
/opt/open610/webapps/openmeetings/WEB-INF/classes/META-INF/persistence.xml
(Permission denied)at
java.xml/com.sun.org.apache.xalan.internal.xsltc.trax.TransformerImpl.getOutputHandler(TransformerImpl.java:554)
  at
java.xml/com.sun.org.apache.xalan.internal.xsltc.trax.TransformerImpl.transform(TransformerImpl.java:367)
  at
org.apache.openmeetings.cli.ConnectionPropertiesPatcher.patch(ConnectionPropertiesPatcher.java:112)
  at
org.apache.openmeetings.cli.ConnectionPropertiesPatcher.patch(ConnectionPropertiesPatcher.java:121)
  at org.apache.openmeetings.cli.Admin.processInstall(Admin.java:324)
  at org.apache.openmeetings.cli.Admin.process(Admin.java:259)
at org.apache.openmeetings.cli.Admin.main(Admin.java:563)Caused by:
java.io.FileNotFoundException:
/opt/open610/webapps/openmeetings/WEB-INF/classes/META-INF/persistence.xml
(Permission denied)at
java.base/java.io.FileOutputStream.open0(Native Method)at
java.base/java.io.FileOutputStream.open(FileOutputStream.java:291)
at java.base/java.io.FileOutputStream.(FileOutputStream.java:234)
at
java.base/java.io.FileOutputStream.(FileOutputStream.java:184)
at
java.xml/com.sun.org.apache.xalan.internal.xsltc.trax.TransformerImpl.getOutputHandler(TransformerImpl.java:539)
  ... 6 more-java.io.FileNotFoundException:
/opt/open610/webapps/openmeetings/WEB-INF/classes/META-INF/persistence.xml
(Permission denied)at
java.base/java.io.FileOutputStream.open0(Native Method)at
java.base/java.io.FileOutputStream.open(FileOutputStream.java:291)
at java.base/java.io.FileOutputStream.(FileOutputStream.java:234)
at
java.base/java.io.FileOutputStream.(FileOutputStream.java:184)
at
java.xml/com.sun.org.apache.xalan.internal.xsltc.trax.TransformerImpl.getOutputHandler(TransformerImpl.java:539)
  at
java.xml/com.sun.org.apache.xalan.internal.xsltc.trax.TransformerImpl.transform(TransformerImpl.java:367)
  at

Re: Upgrade Apache OpenMeetings to the latest version

2021-08-10 Thread Maxim Solodovnik
In such case please provide

1 result of telten command
Full stack trace with the error :)

from mobile (sorry for typos ;)


On Tue, Aug 10, 2021, 16:18 Aom Jeff Root  wrote:

> Hello,
>
> Of course, MySQL listens on port 3306.
>
> Best regards.
>


Upgrade Apache OpenMeetings to the latest version

2021-08-10 Thread Aom Jeff Root
 Hello,

Of course, MySQL listens on port 3306.

Best regards.


Re: Upgrade Apache OpenMeetings to the latest version

2021-08-09 Thread Maxim Solodovnik
Hello Jeffrey,

your question is definitely NOT for security@ list :))
Please send your questions and follow-ups to user@ list

Your error "ConnectException: Connection refused"
states there is NO MySql listening on port 3306

I would recommend to ensure MySql is accessible via TCP :)

On Mon, 9 Aug 2021 at 21:30, Aom Jeff Root  wrote:

> Hi,
> I run OM 5.0.1 on ubuntu18.04 LTS. I want to upgrade the version to latest
> 6.1.0 .
>
> I have tomcat3 in /etc/init.d/, mysql connector in
> /opt/aom610/webapps/openmeetings/WEB-INF/lib
>
> all instructions for the upgrade are runed; but i have some error when I
> arrive at this command.
>
> ./admin.sh -i -file ~/omBackup.zip --db-type mysql --db-host localhost
> --db-user userGranted --db-pass userGranterPass --db-name open610
>
> Caused by: java.net.ConnectException: Connection refused at
> java.base/sun.nio.ch.Net.connect0(Native Method) at
> java.base/sun.nio.ch.Net.connect(Net.java:503) at
> java.base/sun.nio.ch.Net.connect(Net.java:492) at
> java.base/sun.nio.ch.NioSocketImpl.connect(NioSocketImpl.java:588)
> at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:333)
> at java.base/java.net.Socket.connect(Socket.java:648) at
> com.mysql.cj.protocol.StandardSocketFactory.connect(StandardSocketFactory.java:155)
> at
> com.mysql.cj.protocol.a.NativeSocketConnection.connect(NativeSocketConnection.java:65)
> ... 55 more
>
> What can be the cause of this, how can i fix it and made the upgrade ?
>
> Jeffrey, student in computer science Sys/Admin
>
> Best regards.
>


-- 
Best regards,
Maxim


Re: Converting documents after upgrade - unable to create directory '/root/.cache/dconf': Permission denied.

2021-03-29 Thread Daniel Baker



ps -ef|grep java

nobody    1283 1  0 Mar07 ?    03:57:40 /usr/bin/java 
-Djava.util.logging.config.file=/opt/open510/conf/logging.properties 
-Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager 
-Djava.awt.headless=true -Djdk.tls.ephemeralDHKeySize=2048 
-Djava.protocol.handler.pkgs=org.apache.catalina.webresources 
-Dorg.apache.catalina.security.SecurityListener.UMASK=0027 
-Dignore.endorsed.dirs= -classpath 
/opt/open510/bin/bootstrap.jar:/opt/open510/bin/tomcat-juli.jar 
-Dcatalina.base=/opt/open510 -Dcatalina.home=/opt/open510 
-Djava.io.tmpdir=/opt/open510/temp org.apache.catalina.startup.Bootstrap 
start




Home  variable is  set  to :



#!/bin/sh

# set the environment
# JAVA_OPTS="-Djava.awt.headless=true 
-Djava.security.egd=file:/dev/./urandom"

# CATALINA_OPTS=""
export JAVA_OPTS="-Djava.awt.headless=true"
CATALINA_HOME=/opt/open510


I checked  with  official  OM moodle   plugin and  pdfs  convert 
correctly.  So the problem must be  related to how  our modified moodle  
plugin is  working.



I'll investigate  that  more...


Thanks,Dan


On 29-Mar-21 5:03 AM, Maxim Solodovnik wrote:

please share the output of `ps -ef|grep java`
The folder is being created in "/root/.cache/dconf'" which is weird

I would try to create this folder manually,
OR maybe even better re-define $HOME in the script you are using to start OM ...

On Thu, 25 Mar 2021 at 15:55, Daniel Baker  wrote:

I  have  run into this  problem  too  but   unfortunately   a reinstall of 
libreoffice  didn't  work:


DEBUG 03-24 15:17:37.556 o.a.o.d.u.AuthLevelUtil:40 [nio-5443-exec-7] - Level 
SOAP :: [GRANTED]
DEBUG 03-24 15:17:37.557 o.a.o.c.d.f.FileProcessor:72 [nio-5443-exec-7] - file 
extension: pdf
DEBUG 03-24 15:17:37.558 o.a.o.c.d.f.FileProcessor:76 [nio-5443-exec-7] - 
isAsIs: false
DEBUG 03-24 15:17:37.558 o.a.o.c.d.f.FileProcessor:106 [nio-5443-exec-7] - 
writing file to: 
/opt/open510/webapps/openmeetings/data/upload/files/c25e7278-e3c8-494c-9d14-c0c97913979f/c25e7278-e3c8-494c-9d14-c0c97913979f.pdf
DEBUG 03-24 15:17:37.558 o.a.o.c.d.f.FileProcessor:113 [nio-5443-exec-7] - 
Office document: 
/opt/open510/webapps/openmeetings/data/upload/files/c25e7278-e3c8-494c-9d14-c0c97913979f/c25e7278-e3c8-494c-9d14-c0c97913979f.pdf
DEBUG 03-24 15:17:37.559 o.a.o.c.c.DocumentConverter:65 [nio-5443-exec-7] - 
fullProcessing: true
DEBUG 03-24 15:17:37.559 o.a.o.c.c.DocumentConverter:67 [nio-5443-exec-7] - -- 
running JOD --
  INFO 03-24 15:17:37.561 o.j.l.o.OfficeProcessManager:313 [nio-5443-exec-7] - 
Submitting task 'Start' and waiting...
  INFO 03-24 15:17:37.581 o.j.l.o.OfficeDescriptor:101 [fficeprocess-14] - 
soffice info (from exec path): Product: LibreOffice - Version: ??? - 
useLongOptionNameGnuStyle: true
  INFO 03-24 15:17:37.758 o.j.l.o.OfficeDescriptor:75 [fficeprocess-14] - 
soffice info (from help output): Product: LibreOffice - Version: 6.0.7.3 - 
useLongOptionNameGnuStyle: true
  INFO 03-24 15:17:37.758 o.j.l.o.OfficeProcess:420 [fficeprocess-14] - OFFICE 
HOME: /usr/lib/libreoffice
  INFO 03-24 15:17:37.758 o.j.l.o.OfficeProcess:421 [fficeprocess-14] - 
Starting process with --accept 
'socket,host=127.0.0.1,port=2002,tcpNoDelay=1;urp;StarOffice.ServiceManager' 
and profileDir 
'/opt/open510/temp/.jodconverter_socket_host-127.0.0.1_port-2002_tcpNoDelay-1'
  INFO 03-24 15:17:37.779 o.j.l.o.OfficeProcess:434 [fficeprocess-14] - Started 
process; pid: 26397
ERROR 03-24 15:17:37.912 o.j.l.o.VerboseProcess:84 [Thread-34931] -
ERROR 03-24 15:17:37.912 o.j.l.o.VerboseProcess:84 [Thread-34931] - 
(process:26397): dconf-CRITICAL **: 15:17:37.912: unable to create directory 
'/root/.cache/dconf': Permission denied.  dconf will not work properly.
  WARN 03-24 15:17:38.295 o.j.l.o.ConnectRetryable:89 [fficeprocess-14] - 
Office process died with exit code 81; restarting it
  INFO 03-24 15:17:38.313 o.j.l.o.OfficeDescriptor:101 [fficeprocess-14] - 
soffice info (from exec path): Product: LibreOffice - Version: ??? - 
useLongOptionNameGnuStyle: true
  INFO 03-24 15:17:38.493 o.j.l.o.OfficeDescriptor:75 [fficeprocess-14] - 
soffice info (from help output): Product: LibreOffice - Version: 6.0.7.3 - 
useLongOptionNameGnuStyle: true
  INFO 03-24 15:17:38.493 o.j.l.o.OfficeProcess:420 [fficeprocess-14] - OFFICE 
HOME: /usr/lib/libreoffice
  INFO 03-24 15:17:38.493 o.j.l.o.OfficeProcess:421 [fficeprocess-14] - 
Starting process with --accept 
'socket,host=127.0.0.1,port=2002,tcpNoDelay=1;urp;StarOffice.ServiceManager' 
and profileDir 
'/opt/open510/temp/.jodconverter_socket_host-127.0.0.1_port-2002_tcpNoDelay-1'
  INFO 03-24 15:17:38.513 o.j.l.o.OfficeProcess:434 [fficeprocess-14] - Started 
process; pid: 26424
ERROR 03-24 15:17:38.643 o.j.l.o.VerboseProcess:84 [Thread-34939] -
ERROR 03-24 15:17:38.643 o.j.l.o.VerboseProcess:84 [Thread-34939] - 
(process:26424): dconf-CRITICAL **: 15:17:38.643: unable to create directory 
'/root/.cache/dconf': Permission denied.  dconf will not work properly.
  INFO 03-24 

Re: Converting documents after upgrade - unable to create directory '/root/.cache/dconf': Permission denied.

2021-03-28 Thread Maxim Solodovnik
please share the output of `ps -ef|grep java`
The folder is being created in "/root/.cache/dconf'" which is weird

I would try to create this folder manually,
OR maybe even better re-define $HOME in the script you are using to start OM ...

On Thu, 25 Mar 2021 at 15:55, Daniel Baker  wrote:
>
> I  have  run into this  problem  too  but   unfortunately   a reinstall of 
> libreoffice  didn't  work:
>
>
> DEBUG 03-24 15:17:37.556 o.a.o.d.u.AuthLevelUtil:40 [nio-5443-exec-7] - Level 
> SOAP :: [GRANTED]
> DEBUG 03-24 15:17:37.557 o.a.o.c.d.f.FileProcessor:72 [nio-5443-exec-7] - 
> file extension: pdf
> DEBUG 03-24 15:17:37.558 o.a.o.c.d.f.FileProcessor:76 [nio-5443-exec-7] - 
> isAsIs: false
> DEBUG 03-24 15:17:37.558 o.a.o.c.d.f.FileProcessor:106 [nio-5443-exec-7] - 
> writing file to: 
> /opt/open510/webapps/openmeetings/data/upload/files/c25e7278-e3c8-494c-9d14-c0c97913979f/c25e7278-e3c8-494c-9d14-c0c97913979f.pdf
> DEBUG 03-24 15:17:37.558 o.a.o.c.d.f.FileProcessor:113 [nio-5443-exec-7] - 
> Office document: 
> /opt/open510/webapps/openmeetings/data/upload/files/c25e7278-e3c8-494c-9d14-c0c97913979f/c25e7278-e3c8-494c-9d14-c0c97913979f.pdf
> DEBUG 03-24 15:17:37.559 o.a.o.c.c.DocumentConverter:65 [nio-5443-exec-7] - 
> fullProcessing: true
> DEBUG 03-24 15:17:37.559 o.a.o.c.c.DocumentConverter:67 [nio-5443-exec-7] - 
> -- running JOD --
>  INFO 03-24 15:17:37.561 o.j.l.o.OfficeProcessManager:313 [nio-5443-exec-7] - 
> Submitting task 'Start' and waiting...
>  INFO 03-24 15:17:37.581 o.j.l.o.OfficeDescriptor:101 [fficeprocess-14] - 
> soffice info (from exec path): Product: LibreOffice - Version: ??? - 
> useLongOptionNameGnuStyle: true
>  INFO 03-24 15:17:37.758 o.j.l.o.OfficeDescriptor:75 [fficeprocess-14] - 
> soffice info (from help output): Product: LibreOffice - Version: 6.0.7.3 - 
> useLongOptionNameGnuStyle: true
>  INFO 03-24 15:17:37.758 o.j.l.o.OfficeProcess:420 [fficeprocess-14] - OFFICE 
> HOME: /usr/lib/libreoffice
>  INFO 03-24 15:17:37.758 o.j.l.o.OfficeProcess:421 [fficeprocess-14] - 
> Starting process with --accept 
> 'socket,host=127.0.0.1,port=2002,tcpNoDelay=1;urp;StarOffice.ServiceManager' 
> and profileDir 
> '/opt/open510/temp/.jodconverter_socket_host-127.0.0.1_port-2002_tcpNoDelay-1'
>  INFO 03-24 15:17:37.779 o.j.l.o.OfficeProcess:434 [fficeprocess-14] - 
> Started process; pid: 26397
> ERROR 03-24 15:17:37.912 o.j.l.o.VerboseProcess:84 [Thread-34931] -
> ERROR 03-24 15:17:37.912 o.j.l.o.VerboseProcess:84 [Thread-34931] - 
> (process:26397): dconf-CRITICAL **: 15:17:37.912: unable to create directory 
> '/root/.cache/dconf': Permission denied.  dconf will not work properly.
>  WARN 03-24 15:17:38.295 o.j.l.o.ConnectRetryable:89 [fficeprocess-14] - 
> Office process died with exit code 81; restarting it
>  INFO 03-24 15:17:38.313 o.j.l.o.OfficeDescriptor:101 [fficeprocess-14] - 
> soffice info (from exec path): Product: LibreOffice - Version: ??? - 
> useLongOptionNameGnuStyle: true
>  INFO 03-24 15:17:38.493 o.j.l.o.OfficeDescriptor:75 [fficeprocess-14] - 
> soffice info (from help output): Product: LibreOffice - Version: 6.0.7.3 - 
> useLongOptionNameGnuStyle: true
>  INFO 03-24 15:17:38.493 o.j.l.o.OfficeProcess:420 [fficeprocess-14] - OFFICE 
> HOME: /usr/lib/libreoffice
>  INFO 03-24 15:17:38.493 o.j.l.o.OfficeProcess:421 [fficeprocess-14] - 
> Starting process with --accept 
> 'socket,host=127.0.0.1,port=2002,tcpNoDelay=1;urp;StarOffice.ServiceManager' 
> and profileDir 
> '/opt/open510/temp/.jodconverter_socket_host-127.0.0.1_port-2002_tcpNoDelay-1'
>  INFO 03-24 15:17:38.513 o.j.l.o.OfficeProcess:434 [fficeprocess-14] - 
> Started process; pid: 26424
> ERROR 03-24 15:17:38.643 o.j.l.o.VerboseProcess:84 [Thread-34939] -
> ERROR 03-24 15:17:38.643 o.j.l.o.VerboseProcess:84 [Thread-34939] - 
> (process:26424): dconf-CRITICAL **: 15:17:38.643: unable to create directory 
> '/root/.cache/dconf': Permission denied.  dconf will not work properly.
>  INFO 03-24 15:17:38.847 o.j.l.o.OfficeConnection:176 [fficeprocess-14] - 
> Connected: 'socket,host=127.0.0.1,port=2002,tcpNoDelay=1'
>  INFO 03-24 15:17:38.848 o.j.l.t.LocalConversionTask:93 [er-poolentry-15] - 
> Executing local conversion task [pdf -> pdf]...
> ERROR 03-24 15:17:39.110 o.j.l.t.LocalConversionTask:127 [er-poolentry-15] - 
> Local conversion failed.
>
>
> Does  seem  permissions  related.
>
>
>
>
>
>
> On 01-Oct-20 4:19 AM, Maxim Solodovnik wrote:
>
>
>
> On Thu, 1 Oct 2020 at 09:14, Denis Noctor  wrote:
>>
>> Once again Maxim... you have proved to be a total star.
>>
>> sudo -u nobody /usr/lib/libreoffice/program/soffice --version
>> gave me a critical permissions error which unfortunately did not note 
>> down... however, I reinstalled as suggested.
>> (I corrected 2 typos just in case this is revisited).
>
>
> thanks :))
> i'm in one-handed-baby-sitting mode right now :)))
>
>>
>>
>> Once again. Thank you.
>>
>> sudo apt remove --purge libreoffice
>> sudo apt autoremove
>> sudo apt update
>> sudo apt install -y 

Re: Converting documents after upgrade - unable to create directory '/root/.cache/dconf': Permission denied.

2021-03-25 Thread Daniel Baker
I  have  run into this  problem  too  but   unfortunately   a reinstall 
of libreoffice  didn't  work:



DEBUG 03-24 15:17:37.556 o.a.o.d.u.AuthLevelUtil:40 [nio-5443-exec-7] - 
Level SOAP :: [GRANTED]
DEBUG 03-24 15:17:37.557 o.a.o.c.d.f.FileProcessor:72 [nio-5443-exec-7] 
- file extension: pdf
DEBUG 03-24 15:17:37.558 o.a.o.c.d.f.FileProcessor:76 [nio-5443-exec-7] 
- isAsIs: false
DEBUG 03-24 15:17:37.558 o.a.o.c.d.f.FileProcessor:106 [nio-5443-exec-7] 
- writing file to: 
/opt/open510/webapps/openmeetings/data/upload/files/c25e7278-e3c8-494c-9d14-c0c97913979f/c25e7278-e3c8-494c-9d14-c0c97913979f.pdf
DEBUG 03-24 15:17:37.558 o.a.o.c.d.f.FileProcessor:113 [nio-5443-exec-7] 
- Office document: 
/opt/open510/webapps/openmeetings/data/upload/files/c25e7278-e3c8-494c-9d14-c0c97913979f/c25e7278-e3c8-494c-9d14-c0c97913979f.pdf
DEBUG 03-24 15:17:37.559 o.a.o.c.c.DocumentConverter:65 
[nio-5443-exec-7] - fullProcessing: true
DEBUG 03-24 15:17:37.559 o.a.o.c.c.DocumentConverter:67 
[nio-5443-exec-7] - -- running JOD --
 INFO 03-24 15:17:37.561 o.j.l.o.OfficeProcessManager:313 
[nio-5443-exec-7] - Submitting task 'Start' and waiting...
 INFO 03-24 15:17:37.581 o.j.l.o.OfficeDescriptor:101 [fficeprocess-14] 
- soffice info (from exec path): Product: LibreOffice - Version: ??? - 
useLongOptionNameGnuStyle: true
 INFO 03-24 15:17:37.758 o.j.l.o.OfficeDescriptor:75 [fficeprocess-14] 
- soffice info (from help output): Product: LibreOffice - Version: 
6.0.7.3 - useLongOptionNameGnuStyle: true
 INFO 03-24 15:17:37.758 o.j.l.o.OfficeProcess:420 [fficeprocess-14] - 
OFFICE HOME: /usr/lib/libreoffice
 INFO 03-24 15:17:37.758 o.j.l.o.OfficeProcess:421 [fficeprocess-14] - 
Starting process with --accept 
'socket,host=127.0.0.1,port=2002,tcpNoDelay=1;urp;StarOffice.ServiceManager' 
and profileDir 
'/opt/open510/temp/.jodconverter_socket_host-127.0.0.1_port-2002_tcpNoDelay-1'
 INFO 03-24 15:17:37.779 o.j.l.o.OfficeProcess:434 [fficeprocess-14] - 
Started process; pid: 26397

ERROR 03-24 15:17:37.912 o.j.l.o.VerboseProcess:84 [Thread-34931] -
ERROR 03-24 15:17:37.912 o.j.l.o.VerboseProcess:84 [Thread-34931] - 
(process:26397): dconf-CRITICAL **: 15:17:37.912: unable to create 
directory '/root/.cache/dconf': Permission denied.  dconf will not work 
properly.
 WARN 03-24 15:17:38.295 o.j.l.o.ConnectRetryable:89 [fficeprocess-14] 
- Office process died with exit code 81; restarting it
 INFO 03-24 15:17:38.313 o.j.l.o.OfficeDescriptor:101 [fficeprocess-14] 
- soffice info (from exec path): Product: LibreOffice - Version: ??? - 
useLongOptionNameGnuStyle: true
 INFO 03-24 15:17:38.493 o.j.l.o.OfficeDescriptor:75 [fficeprocess-14] 
- soffice info (from help output): Product: LibreOffice - Version: 
6.0.7.3 - useLongOptionNameGnuStyle: true
 INFO 03-24 15:17:38.493 o.j.l.o.OfficeProcess:420 [fficeprocess-14] - 
OFFICE HOME: /usr/lib/libreoffice
 INFO 03-24 15:17:38.493 o.j.l.o.OfficeProcess:421 [fficeprocess-14] - 
Starting process with --accept 
'socket,host=127.0.0.1,port=2002,tcpNoDelay=1;urp;StarOffice.ServiceManager' 
and profileDir 
'/opt/open510/temp/.jodconverter_socket_host-127.0.0.1_port-2002_tcpNoDelay-1'
 INFO 03-24 15:17:38.513 o.j.l.o.OfficeProcess:434 [fficeprocess-14] - 
Started process; pid: 26424

ERROR 03-24 15:17:38.643 o.j.l.o.VerboseProcess:84 [Thread-34939] -
ERROR 03-24 15:17:38.643 o.j.l.o.VerboseProcess:84 [Thread-34939] - 
(process:26424): dconf-CRITICAL **: 15:17:38.643: unable to create 
directory '/root/.cache/dconf': Permission denied.  dconf will not work 
properly.
 INFO 03-24 15:17:38.847 o.j.l.o.OfficeConnection:176 [fficeprocess-14] 
- Connected: 'socket,host=127.0.0.1,port=2002,tcpNoDelay=1'
 INFO 03-24 15:17:38.848 o.j.l.t.LocalConversionTask:93 
[er-poolentry-15] - Executing local conversion task [pdf -> pdf]...
ERROR 03-24 15:17:39.110 o.j.l.t.LocalConversionTask:127 
[er-poolentry-15] - Local conversion failed.



Does  seem  permissions  related.






On 01-Oct-20 4:19 AM, Maxim Solodovnik wrote:



On Thu, 1 Oct 2020 at 09:14, Denis Noctor > wrote:


Once again Maxim... you have proved to be a total star.

sudo -u nobody /usr/lib/libreoffice/program/soffice --version
gave me a critical permissions error which unfortunately did not
note down... however, I reinstalled as suggested.
(I corrected 2 typos just in case this is revisited).


thanks :))
i'm in one-handed-baby-sitting mode right now :)))


Once again. Thank you.

sudo apt remove --purge libreoffice
sudo apt autoremove
sudo apt update
sudo apt install -y --no-install-recommends libreoffice








On Wed, Sep 30, 2020 at 8:23 PM Maxim Solodovnik
mailto:solomax...@gmail.com>> wrote:

According to the log the issue is caused by the LibreOffice
problems
to ensure try to run it from command line
`sudo -u nobody /usr/lib/libreoffice/program/soffice --version`

I would say re-installation might help help
`sudo apt 

Re: errors in upgrade backup and import functionality ?

2021-02-02 Thread Maxim Solodovnik
Hello Ed,

if you prefer UI then
1) go to Admin -> Backup
2) click System Backup
wait for the file to be prepared and completely downloaded

(your "notconfirmed+sting_of_numbers.crdownload" is incomplete download)

Also please check your openmeetings.log
there might be some errors during backup (unfortunate)
Or maybe it was "Insufficient free disk space" on server ...


On Tue, 2 Feb 2021 at 02:30,  wrote:

> Hi,
>
> I just updated to 5.1.0 from 5.0.3 and when I followed the upgrade guide
> and clicked on the system backup button, nothing seemed to happen and I
> couldn't find a backup that had been generated anywhere on the server!
> But I had a funny named file in my downloads directory a
> "notconfirmed+sting_of_numbers.crdownload" file. Is this the OM backup?
>
> When I tried importing it on a test instance of OM 5.1.0 it threw an
> error stating "configs.xml missing"
>
> What to do?
>
> Ed
>


-- 
Best regards,
Maxim


errors in upgrade backup and import functionality ?

2021-02-01 Thread info

Hi,

I just updated to 5.1.0 from 5.0.3 and when I followed the upgrade guide 
and clicked on the system backup button, nothing seemed to happen and I 
couldn't find a backup that had been generated anywhere on the server! 
But I had a funny named file in my downloads directory a 
"notconfirmed+sting_of_numbers.crdownload" file. Is this the OM backup?


When I tried importing it on a test instance of OM 5.1.0 it threw an 
error stating "configs.xml missing"


What to do?

Ed


Re: Upgrade and testing OM 5.1

2020-11-11 Thread Maxim Solodovnik
Hello,

every uploaded video is "normalized"
this process takes time (it takes less time if you have more CPU power)
every external process is limited in time
there is config setting external.process.ttl[1](Admin->Config)

you can add CPU power and/or increase this value

SIP integration is not yet implemented (as stated here [2])

[1] https://openmeetings.apache.org/GeneralConfiguration.html
[2] https://openmeetings.apache.org/voip-sip-integration.html

On Wed, 11 Nov 2020 at 05:06, Yah's Global Kingdom 
wrote:

> Hello openmeetings users,
> I have tried to upload a video that is approx 300MBs.  This is the error I
> am getting:
> process: convert to MP4 :: 05c584c2-3b5a-4869-87cd-d1d196a228d8 command:
> /usr/bin/ffmpeg -y -i /opt/open504/temp/video8949136119815950200.mp4 -c:v
> h264 -c:a aac -pix_fmt yuv420p -vf pad=ceil(iw/2)*2:ceil(ih/2)*2
> /opt/open504/webapps/openmeetings/data/upload/files/05c584c2-3b5a-4869-87cd-d1d196a228d8/05c584c2-3b5a-4869-87cd-d1d196a228d8.mp4
> exception: java.lang.IllegalThreadStateException: process hasn't exited
> error: Exception after 00:20:00.003 of work; process hasn't exited
> exitValue: -1 optional: false out:
>
> Additionally, @maxim  I implemented the asterisk server in OM 5.1.  I just
> can't remember how to dial the conference room or how I would have to
> configure a sip client to do so.  Any ideas?
>


-- 
Best regards,
Maxim


Upgrade and testing OM 5.1

2020-11-10 Thread Yah's Global Kingdom
Hello openmeetings users,
I have tried to upload a video that is approx 300MBs.  This is the error I
am getting:
process: convert to MP4 :: 05c584c2-3b5a-4869-87cd-d1d196a228d8 command:
/usr/bin/ffmpeg -y -i /opt/open504/temp/video8949136119815950200.mp4 -c:v
h264 -c:a aac -pix_fmt yuv420p -vf pad=ceil(iw/2)*2:ceil(ih/2)*2
/opt/open504/webapps/openmeetings/data/upload/files/05c584c2-3b5a-4869-87cd-d1d196a228d8/05c584c2-3b5a-4869-87cd-d1d196a228d8.mp4
exception: java.lang.IllegalThreadStateException: process hasn't exited
error: Exception after 00:20:00.003 of work; process hasn't exited
exitValue: -1 optional: false out:

Additionally, @maxim  I implemented the asterisk server in OM 5.1.  I just
can't remember how to dial the conference room or how I would have to
configure a sip client to do so.  Any ideas?


Re: Converting documents after upgrade

2020-09-30 Thread Maxim Solodovnik
On Thu, 1 Oct 2020 at 09:14, Denis Noctor  wrote:

> Once again Maxim... you have proved to be a total star.
>
> sudo -u nobody /usr/lib/libreoffice/program/soffice --version
> gave me a critical permissions error which unfortunately did not note
> down... however, I reinstalled as suggested.
> (I corrected 2 typos just in case this is revisited).
>

thanks :))
i'm in one-handed-baby-sitting mode right now :)))


>
> Once again. Thank you.
>
> sudo apt remove --purge libreoffice
> sudo apt autoremove
> sudo apt update
> sudo apt install -y --no-install-recommends libreoffice
>
>
>
>
>
>
>
>
> On Wed, Sep 30, 2020 at 8:23 PM Maxim Solodovnik 
> wrote:
>
>> According to the log the issue is caused by the LibreOffice problems
>> to ensure try to run it from command line
>> `sudo -u nobody /usr/lib/libreoffice/program/soffice --version`
>>
>> I would say re-installation might help help
>> `sudo apt remove --purge libreoffice`
>> `sudo apt audoremove`
>> `sudo update`
>> `sudo apt install -y --no-install-recommends libreoffice`
>>
>> On Thu, 1 Oct 2020 at 07:04, Ali Alhaidary 
>> wrote:
>>
>>> No, OM is writing on the correct folder, however, the convertor is not.
>>>
>>>
>>> On 10/1/20 2:22 AM, Denis Noctor wrote:
>>> > I made my own... which I think might be the root of the problem
>>> changed folder name to open510... but made relevant changes in tomcat4...
>>> >
>>> > Seems to be a permissions issue... will review and check...
>>> >
>>> > Sent from my iPhone
>>> >
>>> >> On Sep 30, 2020, at 4:38 PM, Ali Alhaidary <
>>> ali.alhaid...@the5stars.org> wrote:
>>> >>
>>> >> Denis,
>>> >>
>>> >> Do you use the default data
>>> folder(/opt/open501/webapps/openmeetings/data), or you made your own?
>>> >>
>>> >>
>>> >>> On 10/1/20 12:25 AM, Ali Alhaidary wrote:
>>> >>>  [1;31mERROR [0;39m 09-30 21:05:59.614
>>> [36mo.j.l.o.VerboseProcess:84 [Thread-1650] [0;39m -
>>> >>>  [1;31mERROR [0;39m 09-30 21:05:59.614
>>> [36mo.j.l.o.VerboseProcess:84 [Thread-1650] [0;39m - (process:4831):
>>> dconf-CRITICAL **: 21:05:59.614: unable to create directory
>>> '/home/om_user/.cache/dconf': Permission denied.  dconf will not work
>>> properly.
>>> >>>  [1;31mERROR [0;39m 09-30 21:05:59.640
>>> [36mo.j.l.o.VerboseProcess:84 [Thread-1650] [0;39m - LibreOffice 6.4 -
>>> Fatal Error: The application cannot be started.
>>> >>>  [1;31mERROR [0;39m 09-30 21:05:59.640
>>> [36mo.j.l.o.VerboseProcess:84 [Thread-1650] [0;39m - Extension Manager:
>>> exception in synchronize
>>> >>>  [34mINFO  [0;39m 09-30 21:05:59.814
>>> [36mo.j.c.o.AbstractOfficeManagerPool:156 [Thread-1636] [0;39m - Stopping
>>> the office manager pool...
>>> >>>  [34mINFO  [0;39m 09-30 21:05:59.814
>>> [36mo.j.l.o.OfficeProcessManager:313 [Thread-1636] [0;39m - Submitting task
>>> 'Stop' and waiting...
>>> >>>  [34mINFO  [0;39m 09-30 21:05:59.814  [36mo.j.l.o.OfficeProcess:240
>>> [officeprocess-1] [0;39m - Trying to forcibly terminate process:
>>> 'host=127.0.0.1,port=2002,tcpNoDelay=1'; pid: 4831
>>> >>>  [34mINFO  [0;39m 09-30 21:05:59.818
>>> [36mo.j.l.o.OfficeProcessManager:204 [officeprocess-1] [0;39m - Process
>>> terminated with code 77
>>> >>>  [34mINFO  [0;39m 09-30 21:05:59.818
>>> [36mo.j.l.o.OfficeProcessManager:121 [officeprocess-1] [0;39m - Process
>>> exited with code 77
>>> >>>  [34mINFO  [0;39m 09-30 21:05:59.821
>>> [36mo.j.c.o.AbstractOfficeManagerPool:174 [Thread-1636] [0;39m - Office
>>> manager stopped
>>> >>>  [1;31mERROR [0;39m 09-30 21:05:59.822
>>> [36mo.a.o.c.c.DocumentConverter:109 [Thread-1636] [0;39m - doJodConvert
>>> >>> org.jodconverter.core.office.OfficeException: Office process died
>>> with exit code 77
>>> >>>
>>> >>> Permission issue here, or wrong path...
>>> >>>
>>>  On 10/1/20 12:09 AM, Ali Alhaidary wrote:
>>>  same here
>>> 
>>> 
>>> > On 9/30/20 11:06 PM, Denis Noctor wrote:
>>> > Hi there guys,
>>> >
>>> > Having recently upgraded to the OM 5.1.O snapshot, I realize I can
>>> only upload pdfs and jpgs - no other file conversion appears to work...
>>> (all other functionality etc seems fine).
>>> >
>>> > Everything works fine on https://om.alteametasoft.com:8443/next/
>>> so the problem is clearly on my side.
>>> >
>>> > Any suggestions before considering a clean reinstall?
>>> >
>>> > Thanks
>>> >
>>> > Denis
>>> >
>>> >
>>>
>>
>>
>> --
>> Best regards,
>> Maxim
>>
>

-- 
Best regards,
Maxim


Re: Converting documents after upgrade

2020-09-30 Thread Denis Noctor
Once again Maxim... you have proved to be a total star.

sudo -u nobody /usr/lib/libreoffice/program/soffice --version
gave me a critical permissions error which unfortunately did not note
down... however, I reinstalled as suggested.
(I corrected 2 typos just in case this is revisited).

Once again. Thank you.

sudo apt remove --purge libreoffice
sudo apt autoremove
sudo apt update
sudo apt install -y --no-install-recommends libreoffice








On Wed, Sep 30, 2020 at 8:23 PM Maxim Solodovnik 
wrote:

> According to the log the issue is caused by the LibreOffice problems
> to ensure try to run it from command line
> `sudo -u nobody /usr/lib/libreoffice/program/soffice --version`
>
> I would say re-installation might help help
> `sudo apt remove --purge libreoffice`
> `sudo apt audoremove`
> `sudo update`
> `sudo apt install -y --no-install-recommends libreoffice`
>
> On Thu, 1 Oct 2020 at 07:04, Ali Alhaidary 
> wrote:
>
>> No, OM is writing on the correct folder, however, the convertor is not.
>>
>>
>> On 10/1/20 2:22 AM, Denis Noctor wrote:
>> > I made my own... which I think might be the root of the problem
>> changed folder name to open510... but made relevant changes in tomcat4...
>> >
>> > Seems to be a permissions issue... will review and check...
>> >
>> > Sent from my iPhone
>> >
>> >> On Sep 30, 2020, at 4:38 PM, Ali Alhaidary <
>> ali.alhaid...@the5stars.org> wrote:
>> >>
>> >> Denis,
>> >>
>> >> Do you use the default data
>> folder(/opt/open501/webapps/openmeetings/data), or you made your own?
>> >>
>> >>
>> >>> On 10/1/20 12:25 AM, Ali Alhaidary wrote:
>> >>>  [1;31mERROR [0;39m 09-30 21:05:59.614  [36mo.j.l.o.VerboseProcess:84
>> [Thread-1650] [0;39m -
>> >>>  [1;31mERROR [0;39m 09-30 21:05:59.614  [36mo.j.l.o.VerboseProcess:84
>> [Thread-1650] [0;39m - (process:4831): dconf-CRITICAL **: 21:05:59.614:
>> unable to create directory '/home/om_user/.cache/dconf': Permission
>> denied.  dconf will not work properly.
>> >>>  [1;31mERROR [0;39m 09-30 21:05:59.640  [36mo.j.l.o.VerboseProcess:84
>> [Thread-1650] [0;39m - LibreOffice 6.4 - Fatal Error: The application
>> cannot be started.
>> >>>  [1;31mERROR [0;39m 09-30 21:05:59.640  [36mo.j.l.o.VerboseProcess:84
>> [Thread-1650] [0;39m - Extension Manager: exception in synchronize
>> >>>  [34mINFO  [0;39m 09-30 21:05:59.814
>> [36mo.j.c.o.AbstractOfficeManagerPool:156 [Thread-1636] [0;39m - Stopping
>> the office manager pool...
>> >>>  [34mINFO  [0;39m 09-30 21:05:59.814
>> [36mo.j.l.o.OfficeProcessManager:313 [Thread-1636] [0;39m - Submitting task
>> 'Stop' and waiting...
>> >>>  [34mINFO  [0;39m 09-30 21:05:59.814  [36mo.j.l.o.OfficeProcess:240
>> [officeprocess-1] [0;39m - Trying to forcibly terminate process:
>> 'host=127.0.0.1,port=2002,tcpNoDelay=1'; pid: 4831
>> >>>  [34mINFO  [0;39m 09-30 21:05:59.818
>> [36mo.j.l.o.OfficeProcessManager:204 [officeprocess-1] [0;39m - Process
>> terminated with code 77
>> >>>  [34mINFO  [0;39m 09-30 21:05:59.818
>> [36mo.j.l.o.OfficeProcessManager:121 [officeprocess-1] [0;39m - Process
>> exited with code 77
>> >>>  [34mINFO  [0;39m 09-30 21:05:59.821
>> [36mo.j.c.o.AbstractOfficeManagerPool:174 [Thread-1636] [0;39m - Office
>> manager stopped
>> >>>  [1;31mERROR [0;39m 09-30 21:05:59.822
>> [36mo.a.o.c.c.DocumentConverter:109 [Thread-1636] [0;39m - doJodConvert
>> >>> org.jodconverter.core.office.OfficeException: Office process died
>> with exit code 77
>> >>>
>> >>> Permission issue here, or wrong path...
>> >>>
>>  On 10/1/20 12:09 AM, Ali Alhaidary wrote:
>>  same here
>> 
>> 
>> > On 9/30/20 11:06 PM, Denis Noctor wrote:
>> > Hi there guys,
>> >
>> > Having recently upgraded to the OM 5.1.O snapshot, I realize I can
>> only upload pdfs and jpgs - no other file conversion appears to work...
>> (all other functionality etc seems fine).
>> >
>> > Everything works fine on https://om.alteametasoft.com:8443/next/
>> so the problem is clearly on my side.
>> >
>> > Any suggestions before considering a clean reinstall?
>> >
>> > Thanks
>> >
>> > Denis
>> >
>> >
>>
>
>
> --
> Best regards,
> Maxim
>


Re: Converting documents after upgrade

2020-09-30 Thread Maxim Solodovnik
According to the log the issue is caused by the LibreOffice problems
to ensure try to run it from command line
`sudo -u nobody /usr/lib/libreoffice/program/soffice --version`

I would say re-installation might help help
`sudo apt remove --purge libreoffice`
`sudo apt audoremove`
`sudo update`
`sudo apt install -y --no-install-recommends libreoffice`

On Thu, 1 Oct 2020 at 07:04, Ali Alhaidary 
wrote:

> No, OM is writing on the correct folder, however, the convertor is not.
>
>
> On 10/1/20 2:22 AM, Denis Noctor wrote:
> > I made my own... which I think might be the root of the problem
> changed folder name to open510... but made relevant changes in tomcat4...
> >
> > Seems to be a permissions issue... will review and check...
> >
> > Sent from my iPhone
> >
> >> On Sep 30, 2020, at 4:38 PM, Ali Alhaidary 
> wrote:
> >>
> >> Denis,
> >>
> >> Do you use the default data
> folder(/opt/open501/webapps/openmeetings/data), or you made your own?
> >>
> >>
> >>> On 10/1/20 12:25 AM, Ali Alhaidary wrote:
> >>>  [1;31mERROR [0;39m 09-30 21:05:59.614  [36mo.j.l.o.VerboseProcess:84
> [Thread-1650] [0;39m -
> >>>  [1;31mERROR [0;39m 09-30 21:05:59.614  [36mo.j.l.o.VerboseProcess:84
> [Thread-1650] [0;39m - (process:4831): dconf-CRITICAL **: 21:05:59.614:
> unable to create directory '/home/om_user/.cache/dconf': Permission
> denied.  dconf will not work properly.
> >>>  [1;31mERROR [0;39m 09-30 21:05:59.640  [36mo.j.l.o.VerboseProcess:84
> [Thread-1650] [0;39m - LibreOffice 6.4 - Fatal Error: The application
> cannot be started.
> >>>  [1;31mERROR [0;39m 09-30 21:05:59.640  [36mo.j.l.o.VerboseProcess:84
> [Thread-1650] [0;39m - Extension Manager: exception in synchronize
> >>>  [34mINFO  [0;39m 09-30 21:05:59.814
> [36mo.j.c.o.AbstractOfficeManagerPool:156 [Thread-1636] [0;39m - Stopping
> the office manager pool...
> >>>  [34mINFO  [0;39m 09-30 21:05:59.814
> [36mo.j.l.o.OfficeProcessManager:313 [Thread-1636] [0;39m - Submitting task
> 'Stop' and waiting...
> >>>  [34mINFO  [0;39m 09-30 21:05:59.814  [36mo.j.l.o.OfficeProcess:240
> [officeprocess-1] [0;39m - Trying to forcibly terminate process:
> 'host=127.0.0.1,port=2002,tcpNoDelay=1'; pid: 4831
> >>>  [34mINFO  [0;39m 09-30 21:05:59.818
> [36mo.j.l.o.OfficeProcessManager:204 [officeprocess-1] [0;39m - Process
> terminated with code 77
> >>>  [34mINFO  [0;39m 09-30 21:05:59.818
> [36mo.j.l.o.OfficeProcessManager:121 [officeprocess-1] [0;39m - Process
> exited with code 77
> >>>  [34mINFO  [0;39m 09-30 21:05:59.821
> [36mo.j.c.o.AbstractOfficeManagerPool:174 [Thread-1636] [0;39m - Office
> manager stopped
> >>>  [1;31mERROR [0;39m 09-30 21:05:59.822
> [36mo.a.o.c.c.DocumentConverter:109 [Thread-1636] [0;39m - doJodConvert
> >>> org.jodconverter.core.office.OfficeException: Office process died with
> exit code 77
> >>>
> >>> Permission issue here, or wrong path...
> >>>
>  On 10/1/20 12:09 AM, Ali Alhaidary wrote:
>  same here
> 
> 
> > On 9/30/20 11:06 PM, Denis Noctor wrote:
> > Hi there guys,
> >
> > Having recently upgraded to the OM 5.1.O snapshot, I realize I can
> only upload pdfs and jpgs - no other file conversion appears to work...
> (all other functionality etc seems fine).
> >
> > Everything works fine on https://om.alteametasoft.com:8443/next/ so
> the problem is clearly on my side.
> >
> > Any suggestions before considering a clean reinstall?
> >
> > Thanks
> >
> > Denis
> >
> >
>


-- 
Best regards,
Maxim


Re: Converting documents after upgrade

2020-09-30 Thread Ali Alhaidary

No, OM is writing on the correct folder, however, the convertor is not.


On 10/1/20 2:22 AM, Denis Noctor wrote:

I made my own... which I think might be the root of the problem changed 
folder name to open510... but made relevant changes in tomcat4...

Seems to be a permissions issue... will review and check...

Sent from my iPhone


On Sep 30, 2020, at 4:38 PM, Ali Alhaidary  wrote:

Denis,

Do you use the default data folder(/opt/open501/webapps/openmeetings/data), or 
you made your own?



On 10/1/20 12:25 AM, Ali Alhaidary wrote:
ERROR 09-30 21:05:59.614 o.j.l.o.VerboseProcess:84 
[Thread-1650] -
ERROR 09-30 21:05:59.614 o.j.l.o.VerboseProcess:84 
[Thread-1650] - (process:4831): dconf-CRITICAL **: 21:05:59.614: unable 
to create directory '/home/om_user/.cache/dconf': Permission denied.  dconf 
will not work properly.
ERROR 09-30 21:05:59.640 o.j.l.o.VerboseProcess:84 
[Thread-1650] - LibreOffice 6.4 - Fatal Error: The application cannot be 
started.
ERROR 09-30 21:05:59.640 o.j.l.o.VerboseProcess:84 
[Thread-1650] - Extension Manager: exception in synchronize
INFO  09-30 21:05:59.814 o.j.c.o.AbstractOfficeManagerPool:156 
[Thread-1636] - Stopping the office manager pool...
INFO  09-30 21:05:59.814 o.j.l.o.OfficeProcessManager:313 
[Thread-1636] - Submitting task 'Stop' and waiting...
INFO  09-30 21:05:59.814 o.j.l.o.OfficeProcess:240 
[officeprocess-1] - Trying to forcibly terminate process: 
'host=127.0.0.1,port=2002,tcpNoDelay=1'; pid: 4831
INFO  09-30 21:05:59.818 o.j.l.o.OfficeProcessManager:204 
[officeprocess-1] - Process terminated with code 77
INFO  09-30 21:05:59.818 o.j.l.o.OfficeProcessManager:121 
[officeprocess-1] - Process exited with code 77
INFO  09-30 21:05:59.821 o.j.c.o.AbstractOfficeManagerPool:174 
[Thread-1636] - Office manager stopped
ERROR 09-30 21:05:59.822 o.a.o.c.c.DocumentConverter:109 
[Thread-1636] - doJodConvert
org.jodconverter.core.office.OfficeException: Office process died with exit 
code 77

Permission issue here, or wrong path...


On 10/1/20 12:09 AM, Ali Alhaidary wrote:
same here



On 9/30/20 11:06 PM, Denis Noctor wrote:
Hi there guys,

Having recently upgraded to the OM 5.1.O snapshot, I realize I can only upload 
pdfs and jpgs - no other file conversion appears to work... (all other 
functionality etc seems fine).

Everything works fine on https://om.alteametasoft.com:8443/next/ so the problem 
is clearly on my side.

Any suggestions before considering a clean reinstall?

Thanks

Denis




Re: Converting documents after upgrade

2020-09-30 Thread Denis Noctor
I made my own... which I think might be the root of the problem changed 
folder name to open510... but made relevant changes in tomcat4... 

Seems to be a permissions issue... will review and check...

Sent from my iPhone

> On Sep 30, 2020, at 4:38 PM, Ali Alhaidary  
> wrote:
> 
> Denis,
> 
> Do you use the default data folder(/opt/open501/webapps/openmeetings/data), 
> or you made your own?
> 
> 
>> On 10/1/20 12:25 AM, Ali Alhaidary wrote:
>> ERROR 09-30 21:05:59.614 o.j.l.o.VerboseProcess:84 
>> [Thread-1650] -
>> ERROR 09-30 21:05:59.614 o.j.l.o.VerboseProcess:84 
>> [Thread-1650] - (process:4831): dconf-CRITICAL **: 21:05:59.614: 
>> unable to create directory '/home/om_user/.cache/dconf': Permission denied.  
>> dconf will not work properly.
>> ERROR 09-30 21:05:59.640 o.j.l.o.VerboseProcess:84 
>> [Thread-1650] - LibreOffice 6.4 - Fatal Error: The application cannot 
>> be started.
>> ERROR 09-30 21:05:59.640 o.j.l.o.VerboseProcess:84 
>> [Thread-1650] - Extension Manager: exception in synchronize
>> INFO  09-30 21:05:59.814 
>> o.j.c.o.AbstractOfficeManagerPool:156 [Thread-1636] - Stopping 
>> the office manager pool...
>> INFO  09-30 21:05:59.814 o.j.l.o.OfficeProcessManager:313 
>> [Thread-1636] - Submitting task 'Stop' and waiting...
>> INFO  09-30 21:05:59.814 o.j.l.o.OfficeProcess:240 
>> [officeprocess-1] - Trying to forcibly terminate process: 
>> 'host=127.0.0.1,port=2002,tcpNoDelay=1'; pid: 4831
>> INFO  09-30 21:05:59.818 o.j.l.o.OfficeProcessManager:204 
>> [officeprocess-1] - Process terminated with code 77
>> INFO  09-30 21:05:59.818 o.j.l.o.OfficeProcessManager:121 
>> [officeprocess-1] - Process exited with code 77
>> INFO  09-30 21:05:59.821 
>> o.j.c.o.AbstractOfficeManagerPool:174 [Thread-1636] - Office 
>> manager stopped
>> ERROR 09-30 21:05:59.822 o.a.o.c.c.DocumentConverter:109 
>> [Thread-1636] - doJodConvert
>> org.jodconverter.core.office.OfficeException: Office process died with exit 
>> code 77
>> 
>> Permission issue here, or wrong path...
>> 
>>> On 10/1/20 12:09 AM, Ali Alhaidary wrote:
>>> same here
>>> 
>>> 
 On 9/30/20 11:06 PM, Denis Noctor wrote:
 Hi there guys,
 
 Having recently upgraded to the OM 5.1.O snapshot, I realize I can only 
 upload pdfs and jpgs - no other file conversion appears to work... (all 
 other functionality etc seems fine).
 
 Everything works fine on https://om.alteametasoft.com:8443/next/ so the 
 problem is clearly on my side.
 
 Any suggestions before considering a clean reinstall?
 
 Thanks
 
 Denis
 
 


Re: Converting documents after upgrade

2020-09-30 Thread Ali Alhaidary

Denis,

Do you use the default data 
folder(/opt/open501/webapps/openmeetings/data), or you made your own?



On 10/1/20 12:25 AM, Ali Alhaidary wrote:
ERROR 09-30 21:05:59.614 o.j.l.o.VerboseProcess:84 
[Thread-1650] -
ERROR 09-30 21:05:59.614 o.j.l.o.VerboseProcess:84 
[Thread-1650] - (process:4831): dconf-CRITICAL **: 
21:05:59.614: unable to create directory '/home/om_user/.cache/dconf': 
Permission denied.  dconf will not work properly.
ERROR 09-30 21:05:59.640 o.j.l.o.VerboseProcess:84 
[Thread-1650] - LibreOffice 6.4 - Fatal Error: The application 
cannot be started.
ERROR 09-30 21:05:59.640 o.j.l.o.VerboseProcess:84 
[Thread-1650] - Extension Manager: exception in synchronize
INFO  09-30 21:05:59.814 
o.j.c.o.AbstractOfficeManagerPool:156 [Thread-1636] - 
Stopping the office manager pool...
INFO  09-30 21:05:59.814 
o.j.l.o.OfficeProcessManager:313 [Thread-1636] - 
Submitting task 'Stop' and waiting...
INFO  09-30 21:05:59.814 o.j.l.o.OfficeProcess:240 
[officeprocess-1] - Trying to forcibly terminate process: 
'host=127.0.0.1,port=2002,tcpNoDelay=1'; pid: 4831
INFO  09-30 21:05:59.818 
o.j.l.o.OfficeProcessManager:204 [officeprocess-1] - 
Process terminated with code 77
INFO  09-30 21:05:59.818 
o.j.l.o.OfficeProcessManager:121 [officeprocess-1] - 
Process exited with code 77
INFO  09-30 21:05:59.821 
o.j.c.o.AbstractOfficeManagerPool:174 [Thread-1636] - 
Office manager stopped
ERROR 09-30 21:05:59.822 
o.a.o.c.c.DocumentConverter:109 [Thread-1636] - doJodConvert
org.jodconverter.core.office.OfficeException: Office process died with 
exit code 77


Permission issue here, or wrong path...

On 10/1/20 12:09 AM, Ali Alhaidary wrote:

same here


On 9/30/20 11:06 PM, Denis Noctor wrote:

Hi there guys,

Having recently upgraded to the OM 5.1.O snapshot, I realize I can 
only upload pdfs and jpgs - no other file conversion appears to 
work... (all other functionality etc seems fine).


Everything works fine on https://om.alteametasoft.com:8443/next/ so 
the problem is clearly on my side.


Any suggestions before considering a clean reinstall?

Thanks

Denis




Re: Converting documents after upgrade

2020-09-30 Thread Ali Alhaidary
ERROR 09-30 21:05:59.614 o.j.l.o.VerboseProcess:84 
[Thread-1650] -
ERROR 09-30 21:05:59.614 o.j.l.o.VerboseProcess:84 
[Thread-1650] - (process:4831): dconf-CRITICAL **: 21:05:59.614: 
unable to create directory '/home/om_user/.cache/dconf': Permission 
denied.  dconf will not work properly.
ERROR 09-30 21:05:59.640 o.j.l.o.VerboseProcess:84 
[Thread-1650] - LibreOffice 6.4 - Fatal Error: The application 
cannot be started.
ERROR 09-30 21:05:59.640 o.j.l.o.VerboseProcess:84 
[Thread-1650] - Extension Manager: exception in synchronize
INFO  09-30 21:05:59.814 
o.j.c.o.AbstractOfficeManagerPool:156 [Thread-1636] - 
Stopping the office manager pool...
INFO  09-30 21:05:59.814 
o.j.l.o.OfficeProcessManager:313 [Thread-1636] - Submitting 
task 'Stop' and waiting...
INFO  09-30 21:05:59.814 o.j.l.o.OfficeProcess:240 
[officeprocess-1] - Trying to forcibly terminate process: 
'host=127.0.0.1,port=2002,tcpNoDelay=1'; pid: 4831
INFO  09-30 21:05:59.818 
o.j.l.o.OfficeProcessManager:204 [officeprocess-1] - Process 
terminated with code 77
INFO  09-30 21:05:59.818 
o.j.l.o.OfficeProcessManager:121 [officeprocess-1] - Process 
exited with code 77
INFO  09-30 21:05:59.821 
o.j.c.o.AbstractOfficeManagerPool:174 [Thread-1636] - Office 
manager stopped
ERROR 09-30 21:05:59.822 
o.a.o.c.c.DocumentConverter:109 [Thread-1636] - doJodConvert
org.jodconverter.core.office.OfficeException: Office process died with 
exit code 77


Permission issue here, or wrong path...

On 10/1/20 12:09 AM, Ali Alhaidary wrote:

same here


On 9/30/20 11:06 PM, Denis Noctor wrote:

Hi there guys,

Having recently upgraded to the OM 5.1.O snapshot, I realize I can 
only upload pdfs and jpgs - no other file conversion appears to 
work... (all other functionality etc seems fine).


Everything works fine on https://om.alteametasoft.com:8443/next/ so 
the problem is clearly on my side.


Any suggestions before considering a clean reinstall?

Thanks

Denis




Re: Converting documents after upgrade

2020-09-30 Thread Ali Alhaidary

same here


On 9/30/20 11:06 PM, Denis Noctor wrote:

Hi there guys,

Having recently upgraded to the OM 5.1.O snapshot, I realize I can 
only upload pdfs and jpgs - no other file conversion appears to 
work... (all other functionality etc seems fine).


Everything works fine on https://om.alteametasoft.com:8443/next/ so 
the problem is clearly on my side.


Any suggestions before considering a clean reinstall?

Thanks

Denis




Converting documents after upgrade

2020-09-30 Thread Denis Noctor
Hi there guys,

Having recently upgraded to the OM 5.1.O snapshot, I realize I can only
upload pdfs and jpgs - no other file conversion appears to work... (all
other functionality etc seems fine).

Everything works fine on https://om.alteametasoft.com:8443/next/ so the
problem is clearly on my side.

Any suggestions before considering a clean reinstall?

Thanks

Denis


Re: wrong code after 5.0.0 upgrade from 5.0.m3

2020-09-17 Thread Maxim Solodovnik
will release 4.1.2 and double-check this :)

On Thu, 17 Sep 2020 at 15:36, Mikhail Zhmurin 
wrote:

> It works! Thank you once again, Maxim, saving one silly sys.admin at a
> time.
> Only thing is weird is it said version 4.1.1 available but after update
> from moodle it says version 4.1.0 installed.
>
> чт, 17 сент. 2020 г. в 14:28, Maxim Solodovnik :
>
>> you need new Moodle plugin :)) (latest is 4.1.1)
>>
>> On Thu, 17 Sep 2020 at 15:25, Mikhail Zhmurin 
>> wrote:
>>
>>> 1.  Moodle  3.8.2+ (Build: 20200327)
>>>  , OM plugin for moodle  4.0.2
>>> 2.  WARN  09-17 14:23:25.794 o.a.c.j.u.InjectionUtils:614
>>> [nio-5443-exec-5] - Instance of class
>>> org.apache.openmeetings.db.dto.room.RoomDTO can not be created using static
>>> valueOf(String) or fromString(String) methods
>>> WARN  09-17 14:23:25.795 o.a.c.j.i.WebApplicationExceptionMapper:73
>>> [nio-5443-exec-5] - javax.ws.rs.WebApplicationException: HTTP 400 Bad
>>> Request
>>> at
>>> org.apache.cxf.jaxrs.utils.InjectionUtils.evaluateFactoryMethods(InjectionUtils.java:617)
>>> at
>>> org.apache.cxf.jaxrs.utils.InjectionUtils.handleParameter(InjectionUtils.java:514)
>>> at
>>> org.apache.cxf.jaxrs.utils.InjectionUtils.createParameterObject(InjectionUtils.java:1081)
>>> at
>>> org.apache.cxf.jaxrs.utils.JAXRSUtils.processFormParam(JAXRSUtils.java:1057)
>>> at
>>> org.apache.cxf.jaxrs.utils.JAXRSUtils.createHttpParameterValue(JAXRSUtils.java:962)
>>> at
>>> org.apache.cxf.jaxrs.utils.JAXRSUtils.processParameter(JAXRSUtils.java:922)
>>> at
>>> org.apache.cxf.jaxrs.utils.JAXRSUtils.processParameters(JAXRSUtils.java:842)
>>> at
>>> org.apache.cxf.jaxrs.interceptor.JAXRSInInterceptor.processRequest(JAXRSInInterceptor.java:214)
>>> at
>>> org.apache.cxf.jaxrs.interceptor.JAXRSInInterceptor.handleMessage(JAXRSInInterceptor.java:78)
>>> at
>>> org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:308)
>>> at
>>> org.apache.cxf.transport.ChainInitiationObserver.onMessage(ChainInitiationObserver.java:121)
>>> at
>>> org.apache.cxf.transport.http.AbstractHTTPDestination.invoke(AbstractHTTPDestination.java:267)
>>> at
>>> org.apache.cxf.transport.servlet.ServletController.invokeDestination(ServletController.java:234)
>>> at
>>> org.apache.cxf.transport.servlet.ServletController.invoke(ServletController.java:208)
>>> at
>>> org.apache.cxf.transport.servlet.ServletController.invoke(ServletController.java:160)
>>> at
>>> org.apache.cxf.transport.servlet.CXFNonSpringServlet.invoke(CXFNonSpringServlet.java:225)
>>> at
>>> org.apache.cxf.transport.servlet.AbstractHTTPServlet.handleRequest(AbstractHTTPServlet.java:296)
>>> at
>>> org.apache.cxf.transport.servlet.AbstractHTTPServlet.doPost(AbstractHTTPServlet.java:215)
>>> at javax.servlet.http.HttpServlet.service(HttpServlet.java:652)
>>> at
>>> org.apache.cxf.transport.servlet.AbstractHTTPServlet.service(AbstractHTTPServlet.java:271)
>>> at
>>> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231)
>>> at
>>> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
>>> at
>>> org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
>>> at
>>> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
>>> at
>>> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
>>> at
>>> org.apache.wicket.protocol.http.WicketFilter.processRequest(WicketFilter.java:178)
>>> at
>>> org.apache.wicket.protocol.http.WicketFilter.doFilter(WicketFilter.java:300)
>>> at
>>> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
>>> at
>>> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
>>> at
>>> org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202)
>>> at
>>> org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96)
>>> at
>>> org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:666)
>>> at
>>> org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139)
>>> at
>>> org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
>>> at
>>> org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:690)
>>> at
>>> org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
>>> at
>>> org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343)
>>> at
>>> org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:373)
>>> at

Re: wrong code after 5.0.0 upgrade from 5.0.m3

2020-09-17 Thread Mikhail Zhmurin
It works! Thank you once again, Maxim, saving one silly sys.admin at a time.
Only thing is weird is it said version 4.1.1 available but after update
from moodle it says version 4.1.0 installed.

чт, 17 сент. 2020 г. в 14:28, Maxim Solodovnik :

> you need new Moodle plugin :)) (latest is 4.1.1)
>
> On Thu, 17 Sep 2020 at 15:25, Mikhail Zhmurin 
> wrote:
>
>> 1.  Moodle  3.8.2+ (Build: 20200327)
>>  , OM plugin for moodle  4.0.2
>> 2.  WARN  09-17 14:23:25.794 o.a.c.j.u.InjectionUtils:614
>> [nio-5443-exec-5] - Instance of class
>> org.apache.openmeetings.db.dto.room.RoomDTO can not be created using static
>> valueOf(String) or fromString(String) methods
>> WARN  09-17 14:23:25.795 o.a.c.j.i.WebApplicationExceptionMapper:73
>> [nio-5443-exec-5] - javax.ws.rs.WebApplicationException: HTTP 400 Bad
>> Request
>> at
>> org.apache.cxf.jaxrs.utils.InjectionUtils.evaluateFactoryMethods(InjectionUtils.java:617)
>> at
>> org.apache.cxf.jaxrs.utils.InjectionUtils.handleParameter(InjectionUtils.java:514)
>> at
>> org.apache.cxf.jaxrs.utils.InjectionUtils.createParameterObject(InjectionUtils.java:1081)
>> at
>> org.apache.cxf.jaxrs.utils.JAXRSUtils.processFormParam(JAXRSUtils.java:1057)
>> at
>> org.apache.cxf.jaxrs.utils.JAXRSUtils.createHttpParameterValue(JAXRSUtils.java:962)
>> at
>> org.apache.cxf.jaxrs.utils.JAXRSUtils.processParameter(JAXRSUtils.java:922)
>> at
>> org.apache.cxf.jaxrs.utils.JAXRSUtils.processParameters(JAXRSUtils.java:842)
>> at
>> org.apache.cxf.jaxrs.interceptor.JAXRSInInterceptor.processRequest(JAXRSInInterceptor.java:214)
>> at
>> org.apache.cxf.jaxrs.interceptor.JAXRSInInterceptor.handleMessage(JAXRSInInterceptor.java:78)
>> at
>> org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:308)
>> at
>> org.apache.cxf.transport.ChainInitiationObserver.onMessage(ChainInitiationObserver.java:121)
>> at
>> org.apache.cxf.transport.http.AbstractHTTPDestination.invoke(AbstractHTTPDestination.java:267)
>> at
>> org.apache.cxf.transport.servlet.ServletController.invokeDestination(ServletController.java:234)
>> at
>> org.apache.cxf.transport.servlet.ServletController.invoke(ServletController.java:208)
>> at
>> org.apache.cxf.transport.servlet.ServletController.invoke(ServletController.java:160)
>> at
>> org.apache.cxf.transport.servlet.CXFNonSpringServlet.invoke(CXFNonSpringServlet.java:225)
>> at
>> org.apache.cxf.transport.servlet.AbstractHTTPServlet.handleRequest(AbstractHTTPServlet.java:296)
>> at
>> org.apache.cxf.transport.servlet.AbstractHTTPServlet.doPost(AbstractHTTPServlet.java:215)
>> at javax.servlet.http.HttpServlet.service(HttpServlet.java:652)
>> at
>> org.apache.cxf.transport.servlet.AbstractHTTPServlet.service(AbstractHTTPServlet.java:271)
>> at
>> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231)
>> at
>> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
>> at
>> org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
>> at
>> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
>> at
>> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
>> at
>> org.apache.wicket.protocol.http.WicketFilter.processRequest(WicketFilter.java:178)
>> at
>> org.apache.wicket.protocol.http.WicketFilter.doFilter(WicketFilter.java:300)
>> at
>> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
>> at
>> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
>> at
>> org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202)
>> at
>> org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96)
>> at
>> org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:666)
>> at
>> org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139)
>> at
>> org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
>> at
>> org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:690)
>> at
>> org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
>> at
>> org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343)
>> at
>> org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:373)
>> at
>> org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
>> at
>> org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:868)
>> 

Re: wrong code after 5.0.0 upgrade from 5.0.m3

2020-09-17 Thread Maxim Solodovnik
you need new Moodle plugin :)) (latest is 4.1.1)

On Thu, 17 Sep 2020 at 15:25, Mikhail Zhmurin 
wrote:

> 1.  Moodle  3.8.2+ (Build: 20200327)
>  , OM plugin for moodle  4.0.2
> 2.  WARN  09-17 14:23:25.794 o.a.c.j.u.InjectionUtils:614
> [nio-5443-exec-5] - Instance of class
> org.apache.openmeetings.db.dto.room.RoomDTO can not be created using static
> valueOf(String) or fromString(String) methods
> WARN  09-17 14:23:25.795 o.a.c.j.i.WebApplicationExceptionMapper:73
> [nio-5443-exec-5] - javax.ws.rs.WebApplicationException: HTTP 400 Bad
> Request
> at
> org.apache.cxf.jaxrs.utils.InjectionUtils.evaluateFactoryMethods(InjectionUtils.java:617)
> at
> org.apache.cxf.jaxrs.utils.InjectionUtils.handleParameter(InjectionUtils.java:514)
> at
> org.apache.cxf.jaxrs.utils.InjectionUtils.createParameterObject(InjectionUtils.java:1081)
> at
> org.apache.cxf.jaxrs.utils.JAXRSUtils.processFormParam(JAXRSUtils.java:1057)
> at
> org.apache.cxf.jaxrs.utils.JAXRSUtils.createHttpParameterValue(JAXRSUtils.java:962)
> at
> org.apache.cxf.jaxrs.utils.JAXRSUtils.processParameter(JAXRSUtils.java:922)
> at
> org.apache.cxf.jaxrs.utils.JAXRSUtils.processParameters(JAXRSUtils.java:842)
> at
> org.apache.cxf.jaxrs.interceptor.JAXRSInInterceptor.processRequest(JAXRSInInterceptor.java:214)
> at
> org.apache.cxf.jaxrs.interceptor.JAXRSInInterceptor.handleMessage(JAXRSInInterceptor.java:78)
> at
> org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:308)
> at
> org.apache.cxf.transport.ChainInitiationObserver.onMessage(ChainInitiationObserver.java:121)
> at
> org.apache.cxf.transport.http.AbstractHTTPDestination.invoke(AbstractHTTPDestination.java:267)
> at
> org.apache.cxf.transport.servlet.ServletController.invokeDestination(ServletController.java:234)
> at
> org.apache.cxf.transport.servlet.ServletController.invoke(ServletController.java:208)
> at
> org.apache.cxf.transport.servlet.ServletController.invoke(ServletController.java:160)
> at
> org.apache.cxf.transport.servlet.CXFNonSpringServlet.invoke(CXFNonSpringServlet.java:225)
> at
> org.apache.cxf.transport.servlet.AbstractHTTPServlet.handleRequest(AbstractHTTPServlet.java:296)
> at
> org.apache.cxf.transport.servlet.AbstractHTTPServlet.doPost(AbstractHTTPServlet.java:215)
> at javax.servlet.http.HttpServlet.service(HttpServlet.java:652)
> at
> org.apache.cxf.transport.servlet.AbstractHTTPServlet.service(AbstractHTTPServlet.java:271)
> at
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231)
> at
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
> at
> org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
> at
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
> at
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
> at
> org.apache.wicket.protocol.http.WicketFilter.processRequest(WicketFilter.java:178)
> at
> org.apache.wicket.protocol.http.WicketFilter.doFilter(WicketFilter.java:300)
> at
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
> at
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
> at
> org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202)
> at
> org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96)
> at
> org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:666)
> at
> org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139)
> at
> org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
> at
> org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:690)
> at
> org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
> at
> org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343)
> at
> org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:373)
> at
> org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
> at
> org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:868)
> at
> org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1589)
> at
> org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
> at
> java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
> at
> 

Re: wrong code after 5.0.0 upgrade from 5.0.m3

2020-09-17 Thread Mikhail Zhmurin
1.  Moodle  3.8.2+ (Build: 20200327)
 , OM plugin for moodle  4.0.2
2.  WARN  09-17 14:23:25.794 o.a.c.j.u.InjectionUtils:614 [nio-5443-exec-5]
- Instance of class org.apache.openmeetings.db.dto.room.RoomDTO can not be
created using static valueOf(String) or fromString(String) methods
WARN  09-17 14:23:25.795 o.a.c.j.i.WebApplicationExceptionMapper:73
[nio-5443-exec-5] - javax.ws.rs.WebApplicationException: HTTP 400 Bad
Request
at
org.apache.cxf.jaxrs.utils.InjectionUtils.evaluateFactoryMethods(InjectionUtils.java:617)
at
org.apache.cxf.jaxrs.utils.InjectionUtils.handleParameter(InjectionUtils.java:514)
at
org.apache.cxf.jaxrs.utils.InjectionUtils.createParameterObject(InjectionUtils.java:1081)
at
org.apache.cxf.jaxrs.utils.JAXRSUtils.processFormParam(JAXRSUtils.java:1057)
at
org.apache.cxf.jaxrs.utils.JAXRSUtils.createHttpParameterValue(JAXRSUtils.java:962)
at
org.apache.cxf.jaxrs.utils.JAXRSUtils.processParameter(JAXRSUtils.java:922)
at
org.apache.cxf.jaxrs.utils.JAXRSUtils.processParameters(JAXRSUtils.java:842)
at
org.apache.cxf.jaxrs.interceptor.JAXRSInInterceptor.processRequest(JAXRSInInterceptor.java:214)
at
org.apache.cxf.jaxrs.interceptor.JAXRSInInterceptor.handleMessage(JAXRSInInterceptor.java:78)
at
org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:308)
at
org.apache.cxf.transport.ChainInitiationObserver.onMessage(ChainInitiationObserver.java:121)
at
org.apache.cxf.transport.http.AbstractHTTPDestination.invoke(AbstractHTTPDestination.java:267)
at
org.apache.cxf.transport.servlet.ServletController.invokeDestination(ServletController.java:234)
at
org.apache.cxf.transport.servlet.ServletController.invoke(ServletController.java:208)
at
org.apache.cxf.transport.servlet.ServletController.invoke(ServletController.java:160)
at
org.apache.cxf.transport.servlet.CXFNonSpringServlet.invoke(CXFNonSpringServlet.java:225)
at
org.apache.cxf.transport.servlet.AbstractHTTPServlet.handleRequest(AbstractHTTPServlet.java:296)
at
org.apache.cxf.transport.servlet.AbstractHTTPServlet.doPost(AbstractHTTPServlet.java:215)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:652)
at
org.apache.cxf.transport.servlet.AbstractHTTPServlet.service(AbstractHTTPServlet.java:271)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
at
org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
at
org.apache.wicket.protocol.http.WicketFilter.processRequest(WicketFilter.java:178)
at
org.apache.wicket.protocol.http.WicketFilter.doFilter(WicketFilter.java:300)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202)
at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96)
at
org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:666)
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139)
at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
at
org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:690)
at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343)
at
org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:373)
at
org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
at
org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:868)
at
org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1589)
at
org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
at
java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
at
java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at
org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
at java.base/java.lang.Thread.run(Thread.java:834)
Caused by: java.lang.IllegalArgumentException: No enum constant

Re: wrong code after 5.0.0 upgrade from 5.0.m3

2020-09-17 Thread Maxim Solodovnik
if i remember correctly room id is encoded in room name, so mapping might
be restored (or you can do it via SQL)
New rooms should be created as expected

could you provide more details?
1) Moodle/Moodle plugin version
2) Any errors in openmeetings.log while room creation?
3) do you have externalId/externalType in DB for just created room?
anything else?


On Thu, 17 Sep 2020 at 15:02, Mikhail Zhmurin 
wrote:

> Hello Maxim, is there anyway to maybe fix this manually? I frequently
> browse jira and somehow missed this and right now I basically paralised
> entire school ability to use OM which is very important since all of the
> schools are on quarantine right now. They can use old rooms that were
> created while we used 5.0.m3 but creating new rooms and trying to
> access them returns this error.
>
> чт, 17 сент. 2020 г. в 13:55, Maxim Solodovnik :
>
>> Hello Mikhail,
>>
>> this is known issue, unfortunately system import might change roomId
>> Moodle plugin is not aware on this ID change and uses old room ID :(
>>
>> This JIRA was created to bypass this limitation:
>> https://issues.apache.org/jira/browse/OPENMEETINGS-2297
>> Will try to address it in upcoming 5.0.1
>> And release new version of Moodle plugin :)
>>
>> On Thu, 17 Sep 2020 at 14:51, Mikhail Zhmurin 
>> wrote:
>>
>>> Hello everyone, I'm getting strange error. I updated om to 5.0.0
>>> yesterday and I made system import. Everything seemed fine and I was able
>>> to login into old rooms from moodle. But now I'm creating new rooms and
>>> when I'm trying to access those rooms from the moodle I'm getting the
>>> "Wrong code" error. Here are log entries:
>>>
>>> DEBUG 09-17 13:35:26.313 o.a.o.w.a.WebSession:225 [nio-5443-exec-4] -
>>> checkHashes, secure: '09f40982-fad7-4226-8402-1cdea21a4f49', invitation:
>>> 'null'
>>> DEBUG 09-17 13:35:26.314 o.a.o.w.a.WebSession:227 [nio-5443-exec-4] -
>>> checkHashes, has soap in session ? 'false'
>>> DEBUG 09-17 13:35:26.317 o.a.o.w.a.WebSession:284 [nio-5443-exec-4] -
>>> Secure hash found, is used ? false
>>> DEBUG 09-17 13:35:26.324 o.a.o.w.a.WebSession:287 [nio-5443-exec-4] - Do
>>> we have data for hash ? true
>>> DEBUG 09-17 13:35:26.324 o.a.o.w.a.WebSession:290 [nio-5443-exec-4] -
>>> Hash data was parsed successfuly ? true, containg exterlaId ? true
>>> INFO  09-17 13:35:26.324 o.a.o.d.d.r.RoomDao:83 [nio-5443-exec-4] -
>>> [get]: No room id given
>>> WARN  09-17 13:35:26.325 o.a.o.w.a.WebSession:294 [nio-5443-exec-4] -
>>> Room was not found
>>> DEBUG 09-17 13:35:26.347 o.a.o.d.u.AuthLevelUtil:40 [nio-5443-exec-4] -
>>> Level ADMIN :: [DENIED]
>>> INFO  09-17 13:35:26.348 o.a.o.w.a.WebSession:329 [nio-5443-exec-4] -
>>> Hash was authorized
>>> INFO  09-17 13:35:26.349 o.a.o.d.d.r.RoomDao:83 [nio-5443-exec-4] -
>>> [get]: No room id given
>>>
>>>
>>> [image: 11.png]
>>>
>>
>>
>> --
>> Best regards,
>> Maxim
>>
>

-- 
Best regards,
Maxim


Re: wrong code after 5.0.0 upgrade from 5.0.m3

2020-09-17 Thread Mikhail Zhmurin
Hello Maxim, is there anyway to maybe fix this manually? I frequently
browse jira and somehow missed this and right now I basically paralised
entire school ability to use OM which is very important since all of the
schools are on quarantine right now. They can use old rooms that were
created while we used 5.0.m3 but creating new rooms and trying to
access them returns this error.

чт, 17 сент. 2020 г. в 13:55, Maxim Solodovnik :

> Hello Mikhail,
>
> this is known issue, unfortunately system import might change roomId
> Moodle plugin is not aware on this ID change and uses old room ID :(
>
> This JIRA was created to bypass this limitation:
> https://issues.apache.org/jira/browse/OPENMEETINGS-2297
> Will try to address it in upcoming 5.0.1
> And release new version of Moodle plugin :)
>
> On Thu, 17 Sep 2020 at 14:51, Mikhail Zhmurin 
> wrote:
>
>> Hello everyone, I'm getting strange error. I updated om to 5.0.0
>> yesterday and I made system import. Everything seemed fine and I was able
>> to login into old rooms from moodle. But now I'm creating new rooms and
>> when I'm trying to access those rooms from the moodle I'm getting the
>> "Wrong code" error. Here are log entries:
>>
>> DEBUG 09-17 13:35:26.313 o.a.o.w.a.WebSession:225 [nio-5443-exec-4] -
>> checkHashes, secure: '09f40982-fad7-4226-8402-1cdea21a4f49', invitation:
>> 'null'
>> DEBUG 09-17 13:35:26.314 o.a.o.w.a.WebSession:227 [nio-5443-exec-4] -
>> checkHashes, has soap in session ? 'false'
>> DEBUG 09-17 13:35:26.317 o.a.o.w.a.WebSession:284 [nio-5443-exec-4] -
>> Secure hash found, is used ? false
>> DEBUG 09-17 13:35:26.324 o.a.o.w.a.WebSession:287 [nio-5443-exec-4] - Do
>> we have data for hash ? true
>> DEBUG 09-17 13:35:26.324 o.a.o.w.a.WebSession:290 [nio-5443-exec-4] -
>> Hash data was parsed successfuly ? true, containg exterlaId ? true
>> INFO  09-17 13:35:26.324 o.a.o.d.d.r.RoomDao:83 [nio-5443-exec-4] -
>> [get]: No room id given
>> WARN  09-17 13:35:26.325 o.a.o.w.a.WebSession:294 [nio-5443-exec-4] -
>> Room was not found
>> DEBUG 09-17 13:35:26.347 o.a.o.d.u.AuthLevelUtil:40 [nio-5443-exec-4] -
>> Level ADMIN :: [DENIED]
>> INFO  09-17 13:35:26.348 o.a.o.w.a.WebSession:329 [nio-5443-exec-4] -
>> Hash was authorized
>> INFO  09-17 13:35:26.349 o.a.o.d.d.r.RoomDao:83 [nio-5443-exec-4] -
>> [get]: No room id given
>>
>>
>> [image: 11.png]
>>
>
>
> --
> Best regards,
> Maxim
>


Re: wrong code after 5.0.0 upgrade from 5.0.m3

2020-09-17 Thread Maxim Solodovnik
Hello Mikhail,

this is known issue, unfortunately system import might change roomId
Moodle plugin is not aware on this ID change and uses old room ID :(

This JIRA was created to bypass this limitation:
https://issues.apache.org/jira/browse/OPENMEETINGS-2297
Will try to address it in upcoming 5.0.1
And release new version of Moodle plugin :)

On Thu, 17 Sep 2020 at 14:51, Mikhail Zhmurin 
wrote:

> Hello everyone, I'm getting strange error. I updated om to 5.0.0 yesterday
> and I made system import. Everything seemed fine and I was able to login
> into old rooms from moodle. But now I'm creating new rooms and when I'm
> trying to access those rooms from the moodle I'm getting the "Wrong code"
> error. Here are log entries:
>
> DEBUG 09-17 13:35:26.313 o.a.o.w.a.WebSession:225 [nio-5443-exec-4] -
> checkHashes, secure: '09f40982-fad7-4226-8402-1cdea21a4f49', invitation:
> 'null'
> DEBUG 09-17 13:35:26.314 o.a.o.w.a.WebSession:227 [nio-5443-exec-4] -
> checkHashes, has soap in session ? 'false'
> DEBUG 09-17 13:35:26.317 o.a.o.w.a.WebSession:284 [nio-5443-exec-4] -
> Secure hash found, is used ? false
> DEBUG 09-17 13:35:26.324 o.a.o.w.a.WebSession:287 [nio-5443-exec-4] - Do
> we have data for hash ? true
> DEBUG 09-17 13:35:26.324 o.a.o.w.a.WebSession:290 [nio-5443-exec-4] - Hash
> data was parsed successfuly ? true, containg exterlaId ? true
> INFO  09-17 13:35:26.324 o.a.o.d.d.r.RoomDao:83 [nio-5443-exec-4] - [get]:
> No room id given
> WARN  09-17 13:35:26.325 o.a.o.w.a.WebSession:294 [nio-5443-exec-4] - Room
> was not found
> DEBUG 09-17 13:35:26.347 o.a.o.d.u.AuthLevelUtil:40 [nio-5443-exec-4] -
> Level ADMIN :: [DENIED]
> INFO  09-17 13:35:26.348 o.a.o.w.a.WebSession:329 [nio-5443-exec-4] - Hash
> was authorized
> INFO  09-17 13:35:26.349 o.a.o.d.d.r.RoomDao:83 [nio-5443-exec-4] - [get]:
> No room id given
>
>
> [image: 11.png]
>


-- 
Best regards,
Maxim


wrong code after 5.0.0 upgrade from 5.0.m3

2020-09-17 Thread Mikhail Zhmurin
Hello everyone, I'm getting strange error. I updated om to 5.0.0 yesterday
and I made system import. Everything seemed fine and I was able to login
into old rooms from moodle. But now I'm creating new rooms and when I'm
trying to access those rooms from the moodle I'm getting the "Wrong code"
error. Here are log entries:

DEBUG 09-17 13:35:26.313 o.a.o.w.a.WebSession:225 [nio-5443-exec-4] -
checkHashes, secure: '09f40982-fad7-4226-8402-1cdea21a4f49', invitation:
'null'
DEBUG 09-17 13:35:26.314 o.a.o.w.a.WebSession:227 [nio-5443-exec-4] -
checkHashes, has soap in session ? 'false'
DEBUG 09-17 13:35:26.317 o.a.o.w.a.WebSession:284 [nio-5443-exec-4] -
Secure hash found, is used ? false
DEBUG 09-17 13:35:26.324 o.a.o.w.a.WebSession:287 [nio-5443-exec-4] - Do we
have data for hash ? true
DEBUG 09-17 13:35:26.324 o.a.o.w.a.WebSession:290 [nio-5443-exec-4] - Hash
data was parsed successfuly ? true, containg exterlaId ? true
INFO  09-17 13:35:26.324 o.a.o.d.d.r.RoomDao:83 [nio-5443-exec-4] - [get]:
No room id given
WARN  09-17 13:35:26.325 o.a.o.w.a.WebSession:294 [nio-5443-exec-4] - Room
was not found
DEBUG 09-17 13:35:26.347 o.a.o.d.u.AuthLevelUtil:40 [nio-5443-exec-4] -
Level ADMIN :: [DENIED]
INFO  09-17 13:35:26.348 o.a.o.w.a.WebSession:329 [nio-5443-exec-4] - Hash
was authorized
INFO  09-17 13:35:26.349 o.a.o.d.d.r.RoomDao:83 [nio-5443-exec-4] - [get]:
No room id given


[image: 11.png]


Re: Upgrade from M2 to M4

2020-07-07 Thread Maxim Solodovnik
I would recommend you to waitfor the next release
Then upgrade using standard process:
https://openmeetings.apache.org/Upgrade.html

(from mobile, sorry for typos)

On Wed, Jul 8, 2020, 12:26 Jason  wrote:

> I am using the hard disk install from: OpenMeetings 5.0.0-M2 on Ubuntu
> 18.04 Live.iso, if that makes a difference in the upgrade process.
>
> J
>


Re: Upgrade from M2 to M4

2020-07-07 Thread Jason
I am using the hard disk install from: OpenMeetings 5.0.0-M2 on Ubuntu 18.04 
Live.iso, if that makes a difference in the upgrade process. 

J 


Upgrade from M2 to M4

2020-07-07 Thread Jason Romo
What is the best method to upgrade from M2 to M4? I do have valid SSL certs 
running. I would like not break the install if possible. I do like the new 
changes to the interface! It looks great! 


Re: Exception after upgrade of OM

2020-06-13 Thread Sangeeta Verma
 Thank you Maxim!!! :)
Regards,Sangeeta
On Friday, June 12, 2020, 10:06:20 PM PDT, Maxim Solodovnik 
 wrote:  
 
 Hello Sangeeta,
I would recommend NOT to change CSS files shipped with OMThe recommended way is 
to add your custom styles to `custom.css` file
https://openmeetings.apache.org/themes-and-branding.html


On Sat, 13 Jun 2020 at 07:16, Sangeeta Verma  wrote:

 Hi Maxim,Thank you so much. It works!!I have another question. The client 
wants their internal website to match with OM. I looked at the CSS files and 
some I could change. Others have a lengthy name and I am not able to locate 
where they are such as 
.ourschool.edu/wicket/resource/de.agilecoders.wicket.themes.markup.html.bootswatch.BootswatchCssReference/css/bootstrap.sandstone-ver-B164B91379C7277B723B262D93226799.css
How do I change the fonts for example on header towards right side? The About 
menu, Report a bug menu and Logout. Just that line I want to change the font 
color.
Thank you again,Regards,Sangeeta
On Thursday, June 11, 2020, 06:21:19 PM PDT, Maxim Solodovnik 
 wrote:  
 
 Hello Sangeeta,
you didn't convert DB while upgradingPlease check this 
https://openmeetings.apache.org/Upgrade.html page
On Thu, 11 Jun 2020 at 06:00, Sangeeta Verma  wrote:

Hi,I am successfully build OM M5 versionupgrade to this new version by 
following steps in manuali start OM. I get exception as below:

* Exception***Unexpected error 
occurredorg.apache.openjpa.persistence.PersistenceException: No enum constant 
org.apache.openmeetings.db.entity.user.User.Right.Login
Looks like this entity is not available in DB? I am not fluent in OM code. So 
request help pls. :)

more exception is like below
ERROR 06-10 22:51:32.216 o.a.w.DefaultExceptionMapper:170 [nio-5443-exec-6] - 
Unexpected error occurredorg.apache.openjpa.persistence.PersistenceException: 
No enum constant org.apache.openmeetings.db.entity.user.User.Right.Login        
at org.apache.openjpa.kernel.BrokerImpl.find(BrokerImpl.java:1095)        at 
org.apache.openjpa.kernel.BrokerImpl.find(BrokerImpl.java:994)        at 
org.apache.openjpa.jdbc.kernel.JDBCStoreManager.load(JDBCStoreManager.java:1078)
        at 
org.apache.openjpa.jdbc.sql.AbstractResult.load(AbstractResult.java:305)        
at 
org.apache.openjpa.jdbc.sql.SelectImpl$SelectResult.load(SelectImpl.java:2535)  
      at 
org.apache.openjpa.jdbc.sql.AbstractResult.load(AbstractResult.java:298)        
at 
org.apache.openjpa.jdbc.kernel.InstanceResultObjectProvider.getResultObject(InstanceResultObjectProvider.java:60)
        at 
org.apache.openjpa.datacache.QueryCacheStoreQuery$CachingResultObjectProvider.getResultObject(QueryCacheStoreQuery.java:717)
        at 
org.apache.openjpa.lib.rop.EagerResultList.(EagerResultList.java:38)      
  at org.apache.openjpa.kernel.QueryImpl.toResult(QueryImpl.java:1311)        
at org.apache.openjpa.kernel.QueryImpl.execute(QueryImpl.java:1062)        at 
org.apache.openjpa.kernel.QueryImpl.execute(QueryImpl.java:912)        at 
org.apache.openjpa.kernel.QueryImpl.execute(QueryImpl.java:843)        at 
org.apache.openjpa.kernel.DelegatingQuery.execute(DelegatingQuery.java:601)     
   at org.apache.openjpa.persistence.QueryImpl.execute(QueryImpl.java:297)      
  at org.apache.openjpa.persistence.QueryImpl.getResultList(QueryImpl.java:314) 
       at org.apache.openmeetings.db.dao.user.UserDao.login(UserDao.java:621)   
     at 
org.apache.openmeetings.db.dao.user.UserDao$$FastClassBySpringCGLIB$$1492ba5a.invoke()
        at 
org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)        
at 
org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
        at 
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
        at 
org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
        at 
org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:366)
        at 
org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
        at 
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
        at 
org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
        at 
org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
        at 
org.apache.openmeetings.db.dao.user.UserDao$$EnhancerBySpringCGLIB$$70d22ea0.login()
        at 
org.apache.openmeetings.db.dao.user.Wicket_Proxy_UserDao$$FastClassByCGLIB$$1492ba5a.invoke()
        at net.sf.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204)        
at 
org.apache.wicket.proxy.LazyInitProxyFactory$AbstractCGLibInterceptor.intercept(LazyInitProxyFactory.java:364)
        at 

Re: Exception after upgrade of OM

2020-06-12 Thread Maxim Solodovnik
Hello Sangeeta,

I would recommend NOT to change CSS files shipped with OM
The recommended way is to add your custom styles to `custom.css` file

https://openmeetings.apache.org/themes-and-branding.html


On Sat, 13 Jun 2020 at 07:16, Sangeeta Verma 
wrote:

> Hi Maxim,
> Thank you so much. It works!!
> I have another question. The client wants their internal website to match
> with OM. I looked at the CSS files and some I could change. Others have a
> lengthy name and I am not able to locate where they are such as
> .ourschool.edu/wicket/resource/de.agilecoders.wicket.themes.markup.html.bootswatch.BootswatchCssReference/css/bootstrap.sandstone-ver-B164B91379C7277B723B262D93226799.css
> <https://bluebirdmeetings.com/blubirdflying/wicket/resource/de.agilecoders.wicket.themes.markup.html.bootswatch.BootswatchCssReference/css/bootstrap.sandstone-ver-B164B91379C7277B723B262D93226799.css>
>
> How do I change the fonts for example on header towards right side? The
> About menu, Report a bug menu and Logout. Just that line I want to change
> the font color.
>
> Thank you again,
> Regards,
> Sangeeta
>
> On Thursday, June 11, 2020, 06:21:19 PM PDT, Maxim Solodovnik <
> solomax...@gmail.com> wrote:
>
>
> Hello Sangeeta,
>
> you didn't convert DB while upgrading
> Please check this https://openmeetings.apache.org/Upgrade.html page
>
> On Thu, 11 Jun 2020 at 06:00, Sangeeta Verma 
> wrote:
>
> Hi,
> I am successfully build OM M5 version
> upgrade to this new version by following steps in manual
> i start OM. I get exception as below:
>
>
> * Exception***
> Unexpected error occurred
> org.apache.openjpa.persistence.PersistenceException: No enum constant
> org.apache.openmeetings.db.entity.user.User.Right.Login
>
> Looks like this entity is not available in DB? I am not fluent in OM code.
> So request help pls. :)
>
> more exception is like below
>
> ERROR 06-10 22:51:32.216 o.a.w.DefaultExceptionMapper:170
> [nio-5443-exec-6] - Unexpected error occurred
> org.apache.openjpa.persistence.PersistenceException: No enum constant
> org.apache.openmeetings.db.entity.user.User.Right.Login
> at org.apache.openjpa.kernel.BrokerImpl.find(BrokerImpl.java:1095)
> at org.apache.openjpa.kernel.BrokerImpl.find(BrokerImpl.java:994)
> at
> org.apache.openjpa.jdbc.kernel.JDBCStoreManager.load(JDBCStoreManager.java:1078)
> at
> org.apache.openjpa.jdbc.sql.AbstractResult.load(AbstractResult.java:305)
> at
> org.apache.openjpa.jdbc.sql.SelectImpl$SelectResult.load(SelectImpl.java:2535)
> at
> org.apache.openjpa.jdbc.sql.AbstractResult.load(AbstractResult.java:298)
> at
> org.apache.openjpa.jdbc.kernel.InstanceResultObjectProvider.getResultObject(InstanceResultObjectProvider.java:60)
> at
> org.apache.openjpa.datacache.QueryCacheStoreQuery$CachingResultObjectProvider.getResultObject(QueryCacheStoreQuery.java:717)
> at
> org.apache.openjpa.lib.rop.EagerResultList.(EagerResultList.java:38)
> at
> org.apache.openjpa.kernel.QueryImpl.toResult(QueryImpl.java:1311)
> at org.apache.openjpa.kernel.QueryImpl.execute(QueryImpl.java:1062)
> at org.apache.openjpa.kernel.QueryImpl.execute(QueryImpl.java:912)
> at org.apache.openjpa.kernel.QueryImpl.execute(QueryImpl.java:843)
> at
> org.apache.openjpa.kernel.DelegatingQuery.execute(DelegatingQuery.java:601)
> at
> org.apache.openjpa.persistence.QueryImpl.execute(QueryImpl.java:297)
> at
> org.apache.openjpa.persistence.QueryImpl.getResultList(QueryImpl.java:314)
> at
> org.apache.openmeetings.db.dao.user.UserDao.login(UserDao.java:621)
> at
> org.apache.openmeetings.db.dao.user.UserDao$$FastClassBySpringCGLIB$$1492ba5a.invoke()
> at
> org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
> at
> org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
> at
> org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
> at
> org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
> at
> org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:366)
> at
> org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
> at
> org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
> at
> org.springframework.aop.f

Re: Exception after upgrade of OM

2020-06-12 Thread Sangeeta Verma
 Hi Maxim,Thank you so much. It works!!I have another question. The client 
wants their internal website to match with OM. I looked at the CSS files and 
some I could change. Others have a lengthy name and I am not able to locate 
where they are such as 
.ourschool.edu/wicket/resource/de.agilecoders.wicket.themes.markup.html.bootswatch.BootswatchCssReference/css/bootstrap.sandstone-ver-B164B91379C7277B723B262D93226799.css
How do I change the fonts for example on header towards right side? The About 
menu, Report a bug menu and Logout. Just that line I want to change the font 
color.
Thank you again,Regards,Sangeeta
On Thursday, June 11, 2020, 06:21:19 PM PDT, Maxim Solodovnik 
 wrote:  
 
 Hello Sangeeta,
you didn't convert DB while upgradingPlease check this 
https://openmeetings.apache.org/Upgrade.html page
On Thu, 11 Jun 2020 at 06:00, Sangeeta Verma  wrote:

Hi,I am successfully build OM M5 versionupgrade to this new version by 
following steps in manuali start OM. I get exception as below:

* Exception***Unexpected error 
occurredorg.apache.openjpa.persistence.PersistenceException: No enum constant 
org.apache.openmeetings.db.entity.user.User.Right.Login
Looks like this entity is not available in DB? I am not fluent in OM code. So 
request help pls. :)

more exception is like below
ERROR 06-10 22:51:32.216 o.a.w.DefaultExceptionMapper:170 [nio-5443-exec-6] - 
Unexpected error occurredorg.apache.openjpa.persistence.PersistenceException: 
No enum constant org.apache.openmeetings.db.entity.user.User.Right.Login        
at org.apache.openjpa.kernel.BrokerImpl.find(BrokerImpl.java:1095)        at 
org.apache.openjpa.kernel.BrokerImpl.find(BrokerImpl.java:994)        at 
org.apache.openjpa.jdbc.kernel.JDBCStoreManager.load(JDBCStoreManager.java:1078)
        at 
org.apache.openjpa.jdbc.sql.AbstractResult.load(AbstractResult.java:305)        
at 
org.apache.openjpa.jdbc.sql.SelectImpl$SelectResult.load(SelectImpl.java:2535)  
      at 
org.apache.openjpa.jdbc.sql.AbstractResult.load(AbstractResult.java:298)        
at 
org.apache.openjpa.jdbc.kernel.InstanceResultObjectProvider.getResultObject(InstanceResultObjectProvider.java:60)
        at 
org.apache.openjpa.datacache.QueryCacheStoreQuery$CachingResultObjectProvider.getResultObject(QueryCacheStoreQuery.java:717)
        at 
org.apache.openjpa.lib.rop.EagerResultList.(EagerResultList.java:38)      
  at org.apache.openjpa.kernel.QueryImpl.toResult(QueryImpl.java:1311)        
at org.apache.openjpa.kernel.QueryImpl.execute(QueryImpl.java:1062)        at 
org.apache.openjpa.kernel.QueryImpl.execute(QueryImpl.java:912)        at 
org.apache.openjpa.kernel.QueryImpl.execute(QueryImpl.java:843)        at 
org.apache.openjpa.kernel.DelegatingQuery.execute(DelegatingQuery.java:601)     
   at org.apache.openjpa.persistence.QueryImpl.execute(QueryImpl.java:297)      
  at org.apache.openjpa.persistence.QueryImpl.getResultList(QueryImpl.java:314) 
       at org.apache.openmeetings.db.dao.user.UserDao.login(UserDao.java:621)   
     at 
org.apache.openmeetings.db.dao.user.UserDao$$FastClassBySpringCGLIB$$1492ba5a.invoke()
        at 
org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)        
at 
org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
        at 
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
        at 
org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
        at 
org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:366)
        at 
org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
        at 
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
        at 
org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
        at 
org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
        at 
org.apache.openmeetings.db.dao.user.UserDao$$EnhancerBySpringCGLIB$$70d22ea0.login()
        at 
org.apache.openmeetings.db.dao.user.Wicket_Proxy_UserDao$$FastClassByCGLIB$$1492ba5a.invoke()
        at net.sf.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204)        
at 
org.apache.wicket.proxy.LazyInitProxyFactory$AbstractCGLibInterceptor.intercept(LazyInitProxyFactory.java:364)
        at 
org.apache.openmeetings.db.dao.user.Wicket_Proxy_UserDao$$EnhancerByCGLIB$$3298b042.login()
        at 
org.apache.openmeetings.web.app.WebSession.signIn(WebSession.java:370)        
at 
org.apache.openmeetings.web.pages.auth.SignInDialog$SignInForm.onSubmit(SignInDialog.java:253)
        at java.base/java.util.Optional.ifPresent(Optional.java:183)        at 

Re: Exception after upgrade of OM

2020-06-11 Thread Maxim Solodovnik
Hello Sangeeta,

you didn't convert DB while upgrading
Please check this https://openmeetings.apache.org/Upgrade.html page

On Thu, 11 Jun 2020 at 06:00, Sangeeta Verma 
wrote:

> Hi,
> I am successfully build OM M5 version
> upgrade to this new version by following steps in manual
> i start OM. I get exception as below:
>
>
> * Exception***
> Unexpected error occurred
> org.apache.openjpa.persistence.PersistenceException: No enum constant
> org.apache.openmeetings.db.entity.user.User.Right.Login
>
> Looks like this entity is not available in DB? I am not fluent in OM code.
> So request help pls. :)
>
> more exception is like below
>
> ERROR 06-10 22:51:32.216 o.a.w.DefaultExceptionMapper:170
> [nio-5443-exec-6] - Unexpected error occurred
> org.apache.openjpa.persistence.PersistenceException: No enum constant
> org.apache.openmeetings.db.entity.user.User.Right.Login
> at org.apache.openjpa.kernel.BrokerImpl.find(BrokerImpl.java:1095)
> at org.apache.openjpa.kernel.BrokerImpl.find(BrokerImpl.java:994)
> at
> org.apache.openjpa.jdbc.kernel.JDBCStoreManager.load(JDBCStoreManager.java:1078)
> at
> org.apache.openjpa.jdbc.sql.AbstractResult.load(AbstractResult.java:305)
> at
> org.apache.openjpa.jdbc.sql.SelectImpl$SelectResult.load(SelectImpl.java:2535)
> at
> org.apache.openjpa.jdbc.sql.AbstractResult.load(AbstractResult.java:298)
> at
> org.apache.openjpa.jdbc.kernel.InstanceResultObjectProvider.getResultObject(InstanceResultObjectProvider.java:60)
> at
> org.apache.openjpa.datacache.QueryCacheStoreQuery$CachingResultObjectProvider.getResultObject(QueryCacheStoreQuery.java:717)
> at
> org.apache.openjpa.lib.rop.EagerResultList.(EagerResultList.java:38)
> at
> org.apache.openjpa.kernel.QueryImpl.toResult(QueryImpl.java:1311)
> at org.apache.openjpa.kernel.QueryImpl.execute(QueryImpl.java:1062)
> at org.apache.openjpa.kernel.QueryImpl.execute(QueryImpl.java:912)
> at org.apache.openjpa.kernel.QueryImpl.execute(QueryImpl.java:843)
> at
> org.apache.openjpa.kernel.DelegatingQuery.execute(DelegatingQuery.java:601)
> at
> org.apache.openjpa.persistence.QueryImpl.execute(QueryImpl.java:297)
> at
> org.apache.openjpa.persistence.QueryImpl.getResultList(QueryImpl.java:314)
> at
> org.apache.openmeetings.db.dao.user.UserDao.login(UserDao.java:621)
> at
> org.apache.openmeetings.db.dao.user.UserDao$$FastClassBySpringCGLIB$$1492ba5a.invoke()
> at
> org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
> at
> org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
> at
> org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
> at
> org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
> at
> org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:366)
> at
> org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
> at
> org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
> at
> org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
> at
> org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
> at
> org.apache.openmeetings.db.dao.user.UserDao$$EnhancerBySpringCGLIB$$70d22ea0.login()
> at
> org.apache.openmeetings.db.dao.user.Wicket_Proxy_UserDao$$FastClassByCGLIB$$1492ba5a.invoke()
> at net.sf.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204)
> at
> org.apache.wicket.proxy.LazyInitProxyFactory$AbstractCGLibInterceptor.intercept(LazyInitProxyFactory.java:364)
> at
> org.apache.openmeetings.db.dao.user.Wicket_Proxy_UserDao$$EnhancerByCGLIB$$3298b042.login()
> at
> org.apache.openmeetings.web.app.WebSession.signIn(WebSession.java:370)
> at
> org.apache.openmeetings.web.pages.auth.SignInDialog$SignInForm.onSubmit(SignInDialog.java:253)
> at java.base/java.util.Optional.ifPresent(Optional.java:183)
> at
> org.apache.openmeetings.web.pages.auth.SignInDialog$SignInForm.onSubmit(SignInDialog.java:241)
> at
> org.apache.wicket.markup.html.form.Form.delegateSubmit(Form.java:1356)
> at org.apache.wicket.markup.html.form.Form.process(Form.java:1022)
> at
> or

Exception after upgrade of OM

2020-06-10 Thread Sangeeta Verma
Hi,I am successfully build OM M5 versionupgrade to this new version by 
following steps in manuali start OM. I get exception as below:

* Exception***Unexpected error 
occurredorg.apache.openjpa.persistence.PersistenceException: No enum constant 
org.apache.openmeetings.db.entity.user.User.Right.Login
Looks like this entity is not available in DB? I am not fluent in OM code. So 
request help pls. :)

more exception is like below
ERROR 06-10 22:51:32.216 o.a.w.DefaultExceptionMapper:170 [nio-5443-exec-6] - 
Unexpected error occurredorg.apache.openjpa.persistence.PersistenceException: 
No enum constant org.apache.openmeetings.db.entity.user.User.Right.Login        
at org.apache.openjpa.kernel.BrokerImpl.find(BrokerImpl.java:1095)        at 
org.apache.openjpa.kernel.BrokerImpl.find(BrokerImpl.java:994)        at 
org.apache.openjpa.jdbc.kernel.JDBCStoreManager.load(JDBCStoreManager.java:1078)
        at 
org.apache.openjpa.jdbc.sql.AbstractResult.load(AbstractResult.java:305)        
at 
org.apache.openjpa.jdbc.sql.SelectImpl$SelectResult.load(SelectImpl.java:2535)  
      at 
org.apache.openjpa.jdbc.sql.AbstractResult.load(AbstractResult.java:298)        
at 
org.apache.openjpa.jdbc.kernel.InstanceResultObjectProvider.getResultObject(InstanceResultObjectProvider.java:60)
        at 
org.apache.openjpa.datacache.QueryCacheStoreQuery$CachingResultObjectProvider.getResultObject(QueryCacheStoreQuery.java:717)
        at 
org.apache.openjpa.lib.rop.EagerResultList.(EagerResultList.java:38)      
  at org.apache.openjpa.kernel.QueryImpl.toResult(QueryImpl.java:1311)        
at org.apache.openjpa.kernel.QueryImpl.execute(QueryImpl.java:1062)        at 
org.apache.openjpa.kernel.QueryImpl.execute(QueryImpl.java:912)        at 
org.apache.openjpa.kernel.QueryImpl.execute(QueryImpl.java:843)        at 
org.apache.openjpa.kernel.DelegatingQuery.execute(DelegatingQuery.java:601)     
   at org.apache.openjpa.persistence.QueryImpl.execute(QueryImpl.java:297)      
  at org.apache.openjpa.persistence.QueryImpl.getResultList(QueryImpl.java:314) 
       at org.apache.openmeetings.db.dao.user.UserDao.login(UserDao.java:621)   
     at 
org.apache.openmeetings.db.dao.user.UserDao$$FastClassBySpringCGLIB$$1492ba5a.invoke()
        at 
org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)        
at 
org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
        at 
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
        at 
org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
        at 
org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:366)
        at 
org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
        at 
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
        at 
org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
        at 
org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
        at 
org.apache.openmeetings.db.dao.user.UserDao$$EnhancerBySpringCGLIB$$70d22ea0.login()
        at 
org.apache.openmeetings.db.dao.user.Wicket_Proxy_UserDao$$FastClassByCGLIB$$1492ba5a.invoke()
        at net.sf.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204)        
at 
org.apache.wicket.proxy.LazyInitProxyFactory$AbstractCGLibInterceptor.intercept(LazyInitProxyFactory.java:364)
        at 
org.apache.openmeetings.db.dao.user.Wicket_Proxy_UserDao$$EnhancerByCGLIB$$3298b042.login()
        at 
org.apache.openmeetings.web.app.WebSession.signIn(WebSession.java:370)        
at 
org.apache.openmeetings.web.pages.auth.SignInDialog$SignInForm.onSubmit(SignInDialog.java:253)
        at java.base/java.util.Optional.ifPresent(Optional.java:183)        at 
org.apache.openmeetings.web.pages.auth.SignInDialog$SignInForm.onSubmit(SignInDialog.java:241)
        at 
org.apache.wicket.markup.html.form.Form.delegateSubmit(Form.java:1356)        
at org.apache.wicket.markup.html.form.Form.process(Form.java:1022)        at 
org.apache.wicket.markup.html.form.StatelessForm.process(StatelessForm.java:100)
        at 
org.apache.wicket.markup.html.form.Form.onFormSubmitted(Form.java:846)        
at 
org.apache.wicket.ajax.form.AjaxFormSubmitBehavior.onEvent(AjaxFormSubmitBehavior.java:176)
        at 
org.apache.wicket.ajax.AjaxEventBehavior.respond(AjaxEventBehavior.java:146)    
    at 
org.apache.wicket.ajax.AbstractDefaultAjaxBehavior.onRequest(AbstractDefaultAjaxBehavior.java:597)
        at 
org.apache.wicket.core.request.handler.ListenerRequestHandler.internalInvoke(ListenerRequestHandler.java:306)



Thank you very much.
Regards,Sangeeta

Re: upgrade M4 to M5

2020-05-12 Thread Maxim Solodovnik
Hello Martin,

DB driver descriptions for OM are shipped as DB_persistense.xml
(persistense.xml is just copy of h2_persistense.xml initially)
Both web and command-line installer copies file based on DB selected and
make necessary changes (host, port, user, password)

You redirected to "install" due to: OM is unable to find DB with data
you can use command-line installer to perform upgrade with one script

In Russian mailing list https://markmail.org/message/owhrwt2bqldraihx
script for install/update has been shared ...
(I haven't check it)



On Tue, 12 May 2020 at 19:15, Chamberland, Martin <
martin.chamberl...@fadq.qc.ca> wrote:

>
> Hi there,
>
>
>
> When using Mysql
>
>
>
> Which one should we use ?
>
>
>
> /opt/open503/webapps/openmeetings/WEB-INF/classes/META-INF/persistence.xml
>
>
> /opt/open503/webapps/openmeetings/WEB-INF/classes/META-INF/mysql_persistence.xml
>
>
>
> It’s not clear for us,  we are always hit the “install”  web page after
> the upgrade, we don’t know why.
>
>
>
> Bye
>
>
>
> Martin C.
>


-- 
Best regards,
Maxim


upgrade M4 to M5

2020-05-12 Thread Chamberland, Martin
[cid:banner1.jpg]

Hi there,

When using Mysql

Which one should we use ?

/opt/open503/webapps/openmeetings/WEB-INF/classes/META-INF/persistence.xml
/opt/open503/webapps/openmeetings/WEB-INF/classes/META-INF/mysql_persistence.xml

It's not clear for us,  we are always hit the "install"  web page after the 
upgrade, we don't know why.

Bye

Martin C.


RE: upgrade M5 version

2020-05-05 Thread Chamberland, Martin
[cid:banner1.jpg]

Thank’s for that link Maxim
Beside update all file to M5,  is that possible to only change some files that 
were modified/fixed for the Canadian timezone issue ?

Martin Chamberland
Technicien en informatique

La Financière agricole du Québec

1400, boul. Guillaume-Couture
Lévis (Québec) G6W 8K7
Téléphone : 418 838-5614, poste 6230
martin.chamberl...@fadq.qc.ca<mailto:martin.chamberl...@fadq.qc.ca>
www.fadq.qc.ca<http://www.fadq.qc.ca>

[cid:image001.jpg@01D622AB.453FA800]

De : Maxim Solodovnik [mailto:solomax...@gmail.com]
Envoyé : 4 mai 2020 23:04
À : Openmeetings user-list 
Objet : Re: upgrade M5 version

Hello Martin,

there is no release yet
SNAPSHOT is available at build server: 
https://builds.apache.org/view/M-R/view/OpenMeetings/job/openmeetings/

On Tue, 5 May 2020 at 01:49, Chamberland, Martin 
mailto:martin.chamberl...@fadq.qc.ca>> wrote:

[cid:image002.jpg@01D622AB.453FA800]

Can i get the link to download M5 release.
We need it, because there is a bug in the calendar creation meeting when using 
Canada timezone.
It’s supposed to be fix in the M5 release and want to give it a try.

Thank’s

Martin Chamberland
Technicien en informatique

La Financière agricole du Québec

1400, boul. Guillaume-Couture
Lévis (Québec) G6W 8K7
Téléphone : 418 838-5614, poste 6230
martin.chamberl...@fadq.qc.ca<mailto:martin.chamberl...@fadq.qc.ca>
www.fadq.qc.ca<http://www.fadq.qc.ca>

[cid:image001.jpg@01D622AB.453FA800]


--
Best regards,
Maxim


Re: upgrade M5 version

2020-05-04 Thread Maxim Solodovnik
Hello Martin,

there is no release yet
SNAPSHOT is available at build server:
https://builds.apache.org/view/M-R/view/OpenMeetings/job/openmeetings/

On Tue, 5 May 2020 at 01:49, Chamberland, Martin <
martin.chamberl...@fadq.qc.ca> wrote:

>
> Can i get the link to download M5 release.
>
> We need it, because there is a bug in the calendar creation meeting when
> using Canada timezone.
>
> It’s supposed to be fix in the M5 release and want to give it a try.
>
>
>
> Thank’s
>
>
>
> *Martin Chamberland *
> Technicien en informatique
>
> *La Financière agricole du Québec*
>
> 1400, boul. Guillaume-Couture
> Lévis (Québec) G6W 8K7
> Téléphone : 418 838-5614, poste 6230
> martin.chamberl...@fadq.qc.ca 
> www.fadq.qc.ca
>
>
>
>
>

-- 
Best regards,
Maxim


Re: upgrade OM-Version for two domains/ports

2019-05-21 Thread Maxim Solodovnik
Hello Rene,

I'll try to answer inline

On Wed, 22 May 2019 at 02:53, R. Scholz 
wrote:

> Hello,
>
> today, after getting the info that Maxim had programmed a lot, I  try to
> implement the actual 5.0.0-M2.
> (Specially the correction that the invitation-link for the two domains
> works correct now.)
>
> (Before I had installed the OM 5.0.0-M2 a few weeks ago.)
>
> It was a desaster.
>
> Here my story:
> - I made a backup:  *./admin.sh -b -file backup-21052019.zip -> *Works
> good.
> - after that I download the actual 5.0.0-M2-Snapshot, unpack, overwrite
> the old version
>

_Overwrite_ is extremely *bad* idea
You need to delete old version (or even better move it to let's say
om5XXX.bak)
create new folder `om5` extract package in this fresh folder

(It is written in the docs)


> - and with a smile* ./admin.sh -v -i -file ../Backup/backup-21052019.zip
> --drop --skip-default-objects*
> BOOM
> Java-Engine wants version 55 (or something like that), and I had the
> version 52.
> 
>

Update to Java11 was discussed in the lists and will be in announce for M2
:)))


> OK, no problem. "Repository-implemting" is one of the easy-things in
> life.Looking which version I want: Version 11.
> And installing, removing. Time for a cup of coffee.
>
> - Once again: * ./admin.sh -v -i -file ../Backup/backup-21052019.zip
> --drop --skip-default-objects*
>  Warning: Star Trek: Red Alert.
> 
> OK, */etc/init.d/tomcat3 stop*
>

This should be *step 0* :


> - Once again: * ./admin.sh -v -i -file ../Backup/backup-21052019.zip
> --drop --skip-default-objects*
> Wonderful. It works.
>
> - Browser: OM-Link called: https-warning.
> My server.xml is away. Why is it not in the backup? It is manually edit.
>  Good, no problem, edit server.xml, implement all the things for my
> two ports with the fresh letsencrypt-certificates.
>

Here you can just copy your server.xml and other manually edited files from
your om5XXX.bak folder


>
>
> */etc/init.d/tomcat3 stop *
>
>
> */etc/init.d/tomcat3 start tail -f /opt/open500/logs/catalina.out *Waiting
> 2 minutes. Why it is so slowly till the message in the cataöina.out
> appears? I can't drink so much coffee I have to wait...
>
> - Once again: Browser: OM-Link: The installation begins.
> WHAT? Where is my configuration?
> OK: Once again installation.
>
> And, expected, I had to modify the mysql-blanbla-libary to implement the
> region-settings.
>
> After that: All is OK, my rooms are there, my further files too.
>
> HURRA!
>
> Why is it so complicated? OK, I think all of you are Linux-Professionals -
> I am not. I have a little idea what there is into a computer.
>
> Is it possible to write a "automatically updater"?  Every stupid
> windows-program have something like that.
> A message appears that there is a new version, click OK (or not) and then
> it goes. All settings survive.
>
>
Backup currently saves all DB data + custom.css file
It is near to impossible to do automatic backup due to:
1) you can tune tomcat in million ways
2) you can use some custom java DB driver (it can have any name)
3) you can manually customize language files (Application*.xml)
4) you can manually customize html pages/email templates

I would love to implement painless backup/restore mechanism but OM was
designed to be highly customizable and you have pay for it 


> OK, I let off steam. Tomorrows is another day with a lot of sun and good
> hope.
>
> Have a good night and with best regards,
>
> Rene
>
>
>
> Am 21.05.2019 um 08:49 schrieb Tajuddin Bennur:
>
> Hi All,
>
> My issue has been resolved.
>
> I have missed the step of configuring the TURN server details in the "
> /etc/kurento/modules/kurento/WebRtcEndpoint.conf.ini".
>
> I followed the steps given in "
> https://doc-kurento.readthedocs.io/en/6.10.0/user/installation.html#installation-stun-turn
> ".
>
> This resolved my issue.
>
> Thank you.
>
> On Mon, May 20, 2019 at 2:39 PM Tajuddin Bennur <
> tajuddi...@paradisosolutions.com> wrote:
>
>> Hello Team,
>>
>> I have installed the openmeeting server on the AWS EC2 instance on Ubuntu
>> 18.04 server.
>>
>> *The details of the packages I installed are:*
>> openmeetings =  5.0.0-M1
>> Kurento-media-server version = 6.10.0-0kurento1.18.04
>> ghostscript = 9.26~dfsg+0-0ubuntu0.18.04
>> *My Issue is:*
>> When creating a conference room in the openmeeting, users are not able to
>> talk with each other. Mic and speakers are not working.
>> When any user enters into the room the browser asks for the microphone
>> permission, still, after giving the permission, other users are unable to
>> hear the voice.
>>
>>
>> Please help me to resolve this issue.
>>
>> Regards
>>
>
> Tajuddin Bennur
>
>>
>>
>
>

-- 
WBR
Maxim aka solomax


upgrade OM-Version for two domains/ports

2019-05-21 Thread R. Scholz

Hello,

today, after getting the info that Maxim had programmed a lot, I try to 
implement the actual 5.0.0-M2.
(Specially the correction that the invitation-link for the two domains 
works correct now.)


(Before I had installed the OM 5.0.0-M2 a few weeks ago.)

It was a desaster.

Here my story:
- I made a backup: /./admin.sh -b -file backup-21052019.zip -> /Works good./
/- after that I download the actual 5.0.0-M2-Snapshot, unpack, overwrite 
the old version
- and with a smile/./admin.sh -v -i -file ../Backup/backup-21052019.zip 
--drop --skip-default-objects/

BOOM
Java-Engine wants version 55 (or something like that), and I had the 
version 52.


OK, no problem. "Repository-implemting" is one of the easy-things in 
life.Looking which version I want: Version 11.

And installing, removing. Time for a cup of coffee.

- Once again: /./admin.sh -v -i -file ../Backup/backup-21052019.zip 
--drop --skip-default-objects/

 Warning: Star Trek: Red Alert.

OK, //etc/init.d/tomcat3 stop/
- Once again: /./admin.sh -v -i -file ../Backup/backup-21052019.zip 
--drop --skip-default-objects/

Wonderful. It works.

- Browser: OM-Link called: https-warning.
My server.xml is away. Why is it not in the backup? It is manually edit.
 Good, no problem, edit server.xml, implement all the things for 
my two ports with the fresh letsencrypt-certificates.


//etc/init.d/tomcat3 stop
etc/init.d/tomcat3 start
tail -f /opt/open500/logs/catalina.out

//Waiting 2 minutes. Why it is so slowly till the message in the 
cataöina.out appears? I can't drink so much coffee I have to wait...


- Once again: Browser: OM-Link: The installation begins.
WHAT? Where is my configuration?
OK: Once again installation.

And, expected, I had to modify the mysql-blanbla-libary to implement the 
region-settings.


After that: All is OK, my rooms are there, my further files too.

HURRA!

Why is it so complicated? OK, I think all of you are Linux-Professionals 
- I am not. I have a little idea what there is into a computer.


Is it possible to write a "automatically updater"?  Every stupid 
windows-program have something like that.
A message appears that there is a new version, click OK (or not) and 
then it goes. All settings survive.


OK, I let off steam. Tomorrows is another day with a lot of sun and good 
hope.


Have a good night and with best regards,

Rene



Am 21.05.2019 um 08:49 schrieb Tajuddin Bennur:

Hi All,

My issue has been resolved.

I have missed the step of configuring the TURN server details in the 
"/etc/kurento/modules/kurento/WebRtcEndpoint.conf.ini".


I followed the steps given in 
"https://doc-kurento.readthedocs.io/en/6.10.0/user/installation.html#installation-stun-turn;.


This resolved my issue.

Thank you.

On Mon, May 20, 2019 at 2:39 PM Tajuddin Bennur 
> wrote:


Hello Team,

I have installed the openmeeting server on the AWS EC2 instance on
Ubuntu 18.04 server.

*The details of the packages I installed are:*
openmeetings =  5.0.0-M1
Kurento-media-server version = 6.10.0-0kurento1.18.04
ghostscript = 9.26~dfsg+0-0ubuntu0.18.04
*My Issue is:*
When creating a conference room in the openmeeting, users are not
able to talk with each other. Mic and speakers are not working.
When any user enters into the room the browser asks for the
microphone permission, still, after giving the permission, other
users are unable to hear the voice.


Please help me to resolve this issue.

Regards


Tajuddin Bennur







Re: Upgrade 4.0.4 to 5.0

2019-04-13 Thread Maxim Solodovnik
Upgrade should work as expected
this what it was designed for :)

On Sat, 13 Apr 2019 at 22:08, Stefan Kühl  wrote:

> Hey@ all,
>
> just to keep my mind calm before trying: Will a "normal" update (as
> desrcribed in OM Backup etc.) work directly from version 4.0.4 to 5.0?
>
> This morning I tested a clean installation without docker on a 18.04.
> Ubuntu. Using native KMS installation. Works fine so far. I've recognized
> some weird behaviour, but I need to verify und reproduce this.
>
> Greetings
>
> Stefan
>


-- 
WBR
Maxim aka solomax


Upgrade 4.0.4 to 5.0

2019-04-13 Thread Stefan Kühl
Hey@ all, 

just to keep my mind calm before trying: Will a "normal" update (as
desrcribed in OM Backup etc.) work directly from version 4.0.4 to 5.0? 

This morning I tested a clean installation without docker on a 18.04.
Ubuntu. Using native KMS installation. Works fine so far. I've
recognized some weird behaviour, but I need to verify und reproduce
this. 

Greetings 

Stefan

Steps to upgrade OpenMeetings 4.0.1 on Windows to the latest snapshot

2018-02-07 Thread vnenov
Steps to upgrade OpenMeetings 4.0.1 on Windows to the latest snapshot
version: 

Based on the following link, but with more details:
https://openmeetings.apache.org/Upgrade.html 

1) Stop Openmeetings service
cmd
cd C:\red5401
net stop Red5 

2) Backup the folder with existing installation
jar -cMf C:\OpenMeetings\red5_backup.zip C:\red5401 

3) Perform DB backup using tools available for your database
mariabackup --backup --target-dir C:\OpenMeetings\MariaDB_Backup --user
root --password  

Note: to restore the backup, empty the data folder, stop the MariaDB
server and use the following commands:
(to normalize the datafiles) mariabackup --prepare --target-dir
C:\OpenMeetings\MariaDB_Backup --user root --password 
(to restore) mariabackup --copy-back --target-dir
C:\OpenMeetings\MariaDB_Backup --user root --password  

4) Create an OS backup of OM or use Administration > Backup section
admin -v -b -file C:\OpenMeetings\backup_last.zip 

5) Delete folder with existing installation
cd \
RMDIR /S /Q C:\red5401 

6) Unzip new version of OM into the same folder
mkdir C:\red5401
cd C:\red5401
powershell -command "& {[Net.ServicePointManager]::SecurityProtocol =
[Net.SecurityProtocolType]::Tls12; (new-object
System.Net.WebClient).DownloadFile('https://builds.apache.org/view/M-R/view/OpenMeetings/job/OpenMeetings%204.0.x/lastSuccessfulBuild/artifact/openmeetings-server/target/apache-openmeetings-4.0.2-SNAPSHOT.zip','C:\OpenMeetings\apache-openmeetings-4.0.2-SNAPSHOT.zip');}"
jar -xvf C:\OpenMeetings\apache-openmeetings-4.0.2-SNAPSHOT.zip 

7) Download and install the connector between MariaDB and OpenMeetings:
powershell -command "(new-object
System.Net.WebClient).DownloadFile('http://repo1.maven.org/maven2/mysql/mysql-connector-java/5.1.45/mysql-connector-java-5.1.45.jar','C:\red5401\webapps\openmeetings\WEB-INF\lib\mysql-connector-java-5.1.45.jar')"


8) Install OM with backup import
admin -v -i -file C:\OpenMeetings\backup_last.zip --drop
--skip-default-objects --db-type mysql --db-name open401 --db-user root
--db-pass  

9) Extract the modified files for SSL support from the red5 backup to
the new OM installation conf folder
Rename the existing keystore files
cd conf
rename truststore.jmx truststore.bak
rename keystore.jmx keystore.bak 

cd /
jar -xvf C:\OpenMeetings\red5_backup.zip red5401/conf/keystore.jks
jar -xvf C:\OpenMeetings\red5_backup.zip red5401/conf/truststore.jks
jar -xvf C:\OpenMeetings\red5_backup.zip red5401/conf/keystore.screen
jar -xvf C:\OpenMeetings\red5_backup.zip red5401/conf/jee-container.xml
jar -xvf C:\OpenMeetings\red5_backup.zip red5401/conf/red5.properties
jar -xvf C:\OpenMeetings\red5_backup.zip red5401/conf/red5-core.xml 

Alternatively to the above task if the files have changed, manually
modify the files as per:
https://openmeetings.apache.org/RTMPSAndHTTPS.html 

As per the following link configure Tomcat for http to https redirects 

https://www.journaldev.com/160/steps-to-configure-ssl-on-tomcat-and-setup-auto-redirect-from-http-to-https


"C:\Program Files (x86)\Notepad++\notepad++.exe"
C:\red5401\webapps\root\WEB-INF\web.xml
Add the following lines to force http -> https redirect by Tomcat after
the servlet mappings before forbids constraints section:


Entire Application
/*


CONFIDENTIAL

 

"C:\Program Files (x86)\Notepad++\notepad++.exe"
C:\red5401\webapps\openmeetings\WEB-INF\web.xml
Add the following lines to force http -> https redirect by Tomcat in the
Allowed methods constraint section:
 

CONFIDENTIAL

 

10) Download and extract the commons-daemon files for Windows (needed to
install the Red5 Windows service) 

powershell -command "& {[Net.ServicePointManager]::SecurityProtocol =
[Net.SecurityProtocolType]::Tls12; (new-object
System.Net.WebClient).DownloadFile('https://archive.apache.org/dist/commons/daemon/binaries/windows/commons-daemon-1.0.15-bin-windows.zip','C:\OpenMeetings\commons-daemon-1.0.15-bin-windows.zip');}"


cd C:\red5401
jar -xvf C:\OpenMeetings\commons-daemon-1.0.15-bin-windows.zip 

install-service.bat 

11) Start Openmeetings
net start Red5 

12) Navigate to Windows Firewall -> Allowed Apps. Switch to Change Mode
and add the following app:
Commons Daemon Service Runner
C:\red5401\amd64\prunsrv.exe

Notification Sound Appears After Upgrade to 3.2

2017-05-28 Thread Tom Wagner

  
  
I now hear a yelping sound, like a puppy being stepped on, when I
  first login to OpenMeetings.  It also sounds when a chat message
  arrives.
I can't seem to find anything in the Configuration panel that
  would allow me to control or eliminate this.  As we are using OM
  for webinar presentations in which we allow chat questions from
  participants, the continual yelping on either side of the
  broadcast will be disruptive.  How can I turn this new "feature"
  off, please!


Tom Wagner, Jackson Orthopedic Foundation IT

  



Re: backing up before upgrade error

2017-01-12 Thread Daniel Baker
Yes I have. I renamed it to classroom.  I renamed the context in the
admin.sh file and it works now.

Excellent !


Thanks,

Dan

On Fri, Jan 13, 2017 at 11:09 AM, Maxim Solodovnik 
wrote:

> Maybe you have renamed OM context as described here
> http://openmeetings.apache.org/WebappNamePath.html#
> Renaming_openmeetings_context?
>
> On Fri, Jan 13, 2017 at 10:41 AM, Daniel Baker  wrote:
> > Both set |grep RED5 , echo $RED5_HOME  return nothing.
> >
> > Also return nothing on  fresher VM  that has working back up script.
> >
> > Thanks,
> >
> > Dan
> >
> > On Fri, Jan 13, 2017 at 10:37 AM, Maxim Solodovnik  >
> > wrote:
> >>
> >> On Linux machine it would be
> >>
> >> set |grep RED5
> >>
> >> or
> >>
> >> echo $RED5_HOME
> >>
> >> on Windows
> >>
> >> echo %RED5_HOME%
> >>
> >>
> >> On Fri, Jan 13, 2017 at 10:17 AM, Daniel Baker 
> wrote:
> >> > Yes, the script executes on  a fresher install.
> >> >
> >> > Sorry, how do I check  the  RED5_HOME environment variable
> >> >
> >> > Thanks,
> >> >
> >> > Dan
> >> >
> >> >
> >> >
> >> > On Fri, Jan 13, 2017 at 9:56 AM, Maxim Solodovnik <
> solomax...@gmail.com>
> >> > wrote:
> >> >>
> >> >> This is weird
> >> >> Maybe RED5_HOME environment variable points to the wrong folder?
> >> >> Can you check on clean environment?
> >> >>
> >> >> On Fri, Jan 13, 2017 at 9:17 AM, Daniel Baker 
> >> >> wrote:
> >> >> > Hi, when I  try your backup procedure  I have an eror at step 3 :
> >> >> >
> >> >> >
> >> >> > /opt/red5312#./admin.sh -b -file ~/jan13_om_backup.zip
> >> >> > Error: Could not find or load main class
> >> >> > org.apache.openmeetings.cli.Admin
> >> >> >
> >> >> > go to OM install dir (for ex. /opt/red5)
> >> >> > stop OM (for ex. ./red5-shutdown.sh)
> >> >> > ./admin.sh -b -file ~/today_om_backup.zip (create backup of current
> >> >> > OM)
> >> >> > download archive with new OM
> >> >> > mv /opt/red5 /opt.red5.bak (move working version of OM just in case
> >> >> > :))
> >> >> > extract downloaded OM to the /opt/red5
> >> >> > ./admin.sh -i -file ~/today_om_backup.zip (or './admin.sh -i -file
> >> >> > ~/today_om_backup.zip --db-type mysql --db-user om_user --db-pass
> >> >> > om_user_pass' in case of you are using non-default DB )
> >> >> > start OM
> >> >> >
> >> >>
> >> >>
> >> >>
> >> >> --
> >> >> WBR
> >> >> Maxim aka solomax
> >> >
> >> >
> >>
> >>
> >>
> >> --
> >> WBR
> >> Maxim aka solomax
> >
> >
>
>
>
> --
> WBR
> Maxim aka solomax
>


Re: backing up before upgrade error

2017-01-12 Thread Maxim Solodovnik
Maybe you have renamed OM context as described here
http://openmeetings.apache.org/WebappNamePath.html#Renaming_openmeetings_context?

On Fri, Jan 13, 2017 at 10:41 AM, Daniel Baker  wrote:
> Both set |grep RED5 , echo $RED5_HOME  return nothing.
>
> Also return nothing on  fresher VM  that has working back up script.
>
> Thanks,
>
> Dan
>
> On Fri, Jan 13, 2017 at 10:37 AM, Maxim Solodovnik 
> wrote:
>>
>> On Linux machine it would be
>>
>> set |grep RED5
>>
>> or
>>
>> echo $RED5_HOME
>>
>> on Windows
>>
>> echo %RED5_HOME%
>>
>>
>> On Fri, Jan 13, 2017 at 10:17 AM, Daniel Baker  wrote:
>> > Yes, the script executes on  a fresher install.
>> >
>> > Sorry, how do I check  the  RED5_HOME environment variable
>> >
>> > Thanks,
>> >
>> > Dan
>> >
>> >
>> >
>> > On Fri, Jan 13, 2017 at 9:56 AM, Maxim Solodovnik 
>> > wrote:
>> >>
>> >> This is weird
>> >> Maybe RED5_HOME environment variable points to the wrong folder?
>> >> Can you check on clean environment?
>> >>
>> >> On Fri, Jan 13, 2017 at 9:17 AM, Daniel Baker 
>> >> wrote:
>> >> > Hi, when I  try your backup procedure  I have an eror at step 3 :
>> >> >
>> >> >
>> >> > /opt/red5312#./admin.sh -b -file ~/jan13_om_backup.zip
>> >> > Error: Could not find or load main class
>> >> > org.apache.openmeetings.cli.Admin
>> >> >
>> >> > go to OM install dir (for ex. /opt/red5)
>> >> > stop OM (for ex. ./red5-shutdown.sh)
>> >> > ./admin.sh -b -file ~/today_om_backup.zip (create backup of current
>> >> > OM)
>> >> > download archive with new OM
>> >> > mv /opt/red5 /opt.red5.bak (move working version of OM just in case
>> >> > :))
>> >> > extract downloaded OM to the /opt/red5
>> >> > ./admin.sh -i -file ~/today_om_backup.zip (or './admin.sh -i -file
>> >> > ~/today_om_backup.zip --db-type mysql --db-user om_user --db-pass
>> >> > om_user_pass' in case of you are using non-default DB )
>> >> > start OM
>> >> >
>> >>
>> >>
>> >>
>> >> --
>> >> WBR
>> >> Maxim aka solomax
>> >
>> >
>>
>>
>>
>> --
>> WBR
>> Maxim aka solomax
>
>



-- 
WBR
Maxim aka solomax


Re: backing up before upgrade error

2017-01-12 Thread Daniel Baker
Both set |grep RED5 , echo $RED5_HOME  return nothing.

Also return nothing on  fresher VM  that has working back up script.

Thanks,

Dan

On Fri, Jan 13, 2017 at 10:37 AM, Maxim Solodovnik 
wrote:

> On Linux machine it would be
>
> set |grep RED5
>
> or
>
> echo $RED5_HOME
>
> on Windows
>
> echo %RED5_HOME%
>
>
> On Fri, Jan 13, 2017 at 10:17 AM, Daniel Baker  wrote:
> > Yes, the script executes on  a fresher install.
> >
> > Sorry, how do I check  the  RED5_HOME environment variable
> >
> > Thanks,
> >
> > Dan
> >
> >
> >
> > On Fri, Jan 13, 2017 at 9:56 AM, Maxim Solodovnik 
> > wrote:
> >>
> >> This is weird
> >> Maybe RED5_HOME environment variable points to the wrong folder?
> >> Can you check on clean environment?
> >>
> >> On Fri, Jan 13, 2017 at 9:17 AM, Daniel Baker 
> wrote:
> >> > Hi, when I  try your backup procedure  I have an eror at step 3 :
> >> >
> >> >
> >> > /opt/red5312#./admin.sh -b -file ~/jan13_om_backup.zip
> >> > Error: Could not find or load main class
> >> > org.apache.openmeetings.cli.Admin
> >> >
> >> > go to OM install dir (for ex. /opt/red5)
> >> > stop OM (for ex. ./red5-shutdown.sh)
> >> > ./admin.sh -b -file ~/today_om_backup.zip (create backup of current
> OM)
> >> > download archive with new OM
> >> > mv /opt/red5 /opt.red5.bak (move working version of OM just in case
> :))
> >> > extract downloaded OM to the /opt/red5
> >> > ./admin.sh -i -file ~/today_om_backup.zip (or './admin.sh -i -file
> >> > ~/today_om_backup.zip --db-type mysql --db-user om_user --db-pass
> >> > om_user_pass' in case of you are using non-default DB )
> >> > start OM
> >> >
> >>
> >>
> >>
> >> --
> >> WBR
> >> Maxim aka solomax
> >
> >
>
>
>
> --
> WBR
> Maxim aka solomax
>


Re: backing up before upgrade error

2017-01-12 Thread Maxim Solodovnik
On Linux machine it would be

set |grep RED5

or

echo $RED5_HOME

on Windows

echo %RED5_HOME%


On Fri, Jan 13, 2017 at 10:17 AM, Daniel Baker  wrote:
> Yes, the script executes on  a fresher install.
>
> Sorry, how do I check  the  RED5_HOME environment variable
>
> Thanks,
>
> Dan
>
>
>
> On Fri, Jan 13, 2017 at 9:56 AM, Maxim Solodovnik 
> wrote:
>>
>> This is weird
>> Maybe RED5_HOME environment variable points to the wrong folder?
>> Can you check on clean environment?
>>
>> On Fri, Jan 13, 2017 at 9:17 AM, Daniel Baker  wrote:
>> > Hi, when I  try your backup procedure  I have an eror at step 3 :
>> >
>> >
>> > /opt/red5312#./admin.sh -b -file ~/jan13_om_backup.zip
>> > Error: Could not find or load main class
>> > org.apache.openmeetings.cli.Admin
>> >
>> > go to OM install dir (for ex. /opt/red5)
>> > stop OM (for ex. ./red5-shutdown.sh)
>> > ./admin.sh -b -file ~/today_om_backup.zip (create backup of current OM)
>> > download archive with new OM
>> > mv /opt/red5 /opt.red5.bak (move working version of OM just in case :))
>> > extract downloaded OM to the /opt/red5
>> > ./admin.sh -i -file ~/today_om_backup.zip (or './admin.sh -i -file
>> > ~/today_om_backup.zip --db-type mysql --db-user om_user --db-pass
>> > om_user_pass' in case of you are using non-default DB )
>> > start OM
>> >
>>
>>
>>
>> --
>> WBR
>> Maxim aka solomax
>
>



-- 
WBR
Maxim aka solomax


Re: backing up before upgrade error

2017-01-12 Thread Daniel Baker
Yes, the script executes on  a fresher install.

Sorry, how do I check  the  RED5_HOME environment variable

Thanks,

Dan



On Fri, Jan 13, 2017 at 9:56 AM, Maxim Solodovnik 
wrote:

> This is weird
> Maybe RED5_HOME environment variable points to the wrong folder?
> Can you check on clean environment?
>
> On Fri, Jan 13, 2017 at 9:17 AM, Daniel Baker  wrote:
> > Hi, when I  try your backup procedure  I have an eror at step 3 :
> >
> >
> > /opt/red5312#./admin.sh -b -file ~/jan13_om_backup.zip
> > Error: Could not find or load main class org.apache.openmeetings.cli.
> Admin
> >
> > go to OM install dir (for ex. /opt/red5)
> > stop OM (for ex. ./red5-shutdown.sh)
> > ./admin.sh -b -file ~/today_om_backup.zip (create backup of current OM)
> > download archive with new OM
> > mv /opt/red5 /opt.red5.bak (move working version of OM just in case :))
> > extract downloaded OM to the /opt/red5
> > ./admin.sh -i -file ~/today_om_backup.zip (or './admin.sh -i -file
> > ~/today_om_backup.zip --db-type mysql --db-user om_user --db-pass
> > om_user_pass' in case of you are using non-default DB )
> > start OM
> >
>
>
>
> --
> WBR
> Maxim aka solomax
>


Re: backing up before upgrade error

2017-01-12 Thread Maxim Solodovnik
This is weird
Maybe RED5_HOME environment variable points to the wrong folder?
Can you check on clean environment?

On Fri, Jan 13, 2017 at 9:17 AM, Daniel Baker  wrote:
> Hi, when I  try your backup procedure  I have an eror at step 3 :
>
>
> /opt/red5312#./admin.sh -b -file ~/jan13_om_backup.zip
> Error: Could not find or load main class org.apache.openmeetings.cli.Admin
>
> go to OM install dir (for ex. /opt/red5)
> stop OM (for ex. ./red5-shutdown.sh)
> ./admin.sh -b -file ~/today_om_backup.zip (create backup of current OM)
> download archive with new OM
> mv /opt/red5 /opt.red5.bak (move working version of OM just in case :))
> extract downloaded OM to the /opt/red5
> ./admin.sh -i -file ~/today_om_backup.zip (or './admin.sh -i -file
> ~/today_om_backup.zip --db-type mysql --db-user om_user --db-pass
> om_user_pass' in case of you are using non-default DB )
> start OM
>



-- 
WBR
Maxim aka solomax


backing up before upgrade error

2017-01-12 Thread Daniel Baker
Hi, when I  try your backup procedure  I have an eror at step 3 :


/opt/red5312#./admin.sh -b -file ~/jan13_om_backup.zip
*Error: Could not find or load main class org.apache.openmeetings.cli.Admin*


   1. go to OM install dir (for ex. /opt/red5)
   2. stop OM (for ex. ./red5-shutdown.sh)
   3. *./admin.sh -b -file ~/today_om_backup.zip (create backup of current
   OM)*
   4. download archive with new OM
   5. mv /opt/red5 /opt.red5.bak (move working version of OM just in case
   :))
   6. extract downloaded OM to the /opt/red5
   7. ./admin.sh -i -file ~/today_om_backup.zip (or './admin.sh -i -file
   ~/today_om_backup.zip --db-type mysql --db-user om_user --db-pass
   om_user_pass' in case of you are using non-default DB )
   8. start OM
   9.


Re: Can't Record Session after Upgrade 3.1.1->3.1.2

2016-08-29 Thread Fikri Setbot
ered.
>>
>>  INFO 06-14 08:32:29.015 1339 o.q.i.StdSchedulerFactory
>> [ThreadPoolTaskExecutor-1] - Quartz scheduler 'QuartzScheduler' initialized
>> from an externally provided properties instance.
>>  INFO 06-14 08:32:29.016 1343 o.q.i.StdSchedulerFactory
>> [ThreadPoolTaskExecutor-1] - Quartz scheduler version: 2.2.1
>> DEBUG 06-14 08:32:29.016 698 o.a.o.s.w.CoreScreenShare
>> [ThreadPoolTaskExecutor-1] - createPublishStream result stream id: 1; name:
>> cec0d16ab4f0d2f20b9e83245f26def2
>> DEBUG 06-14 08:32:29.019 701 o.a.o.s.w.CoreScreenShare
>> [ThreadPoolTaskExecutor-1] - setup capture thread spinnerWidth = 1280;
>> spinnerHeight = 1024;
>> DEBUG 06-14 08:32:29.051 397 o.a.o.s.w.CoreScreenShare
>> [ThreadPoolTaskExecutor-1] - onStreamEvent Invoke #0: Service: null Method:
>> onStatus Num Params: 1 0: {code=NetStream.Publish.Start, clientid=1,
>> level=status, description=, details=cec0d16ab4f0d2f20b9e83245f26def2}
>> DEBUG 06-14 08:32:29.051 404 o.a.o.s.w.CoreScreenShare
>> [ThreadPoolTaskExecutor-1] - onStreamEvent Publish start
>> ERROR 06-14 08:32:29.051 158 o.r.s.s.ServiceInvoker
>> [ThreadPoolTaskExecutor-1] - Method onStatus with parameters
>> [{code=NetStream.Publish.Start, clientid=1, level=status, description=,
>> details=cec0d16ab4f0d2f20b9e83245f26def2}] not found in
>> org.apache.openmeetings.screen.webstart.CoreScreenShare@320a1aac
>>  INFO 06-14 08:32:29.087 575 o.q.c.QuartzScheduler [Thread-17] -
>> Scheduler QuartzScheduler_$_NON_CLUSTERED started.
>> DEBUG 06-14 08:33:38.918 310 o.a.o.s.w.CoreScreenShare [AWT-EventQueue-2]
>> - INVOKE screenSharerAction
>>  WARN 06-14 08:33:53.718 513 o.a.o.s.w.g.ScreenSharerFrame
>> [AWT-EventQueue-2] - Recording action is already requested
>>  WARN 06-14 08:33:55.783 513 o.a.o.s.w.g.ScreenSharerFrame
>> [AWT-EventQueue-2] - Recording action is already requested
>> DEBUG 06-14 08:34:25.526 379 o.a.o.s.w.CoreScreenShare [AWT-EventQueue-2]
>> - ScreenShare stopStream
>> DEBUG 06-14 08:34:25.527 631 o.a.o.s.w.g.ScreenSharerFrame
>> [AWT-EventQueue-2] - sharingActionRequested=false
>> DEBUG 06-14 08:34:25.527 643 o.a.o.s.w.g.ScreenSharerFrame
>> [AWT-EventQueue-2] - recordingActionRequested=false
>> DEBUG 06-14 08:34:25.530 52 o.a.o.s.w.RTMPScreenShare [AWT-EventQueue-2]
>> - connection closed
>>  WARN 06-14 08:34:25.540 211 o.r.c.n.r.RTMPMinaIoHandler [NioProcessor-2]
>> - Exception caught null
>> DEBUG 06-14 08:34:25.543 379 o.a.o.s.w.CoreScreenShare [AWT-EventQueue-2]
>> - ScreenShare stopStream
>> DEBUG 06-14 08:34:25.543 631 o.a.o.s.w.g.ScreenSharerFrame
>> [AWT-EventQueue-2] - sharingActionRequested=false
>> DEBUG 06-14 08:34:25.543 643 o.a.o.s.w.g.ScreenSharerFrame
>> [AWT-EventQueue-2] - recordingActionRequested=false
>>  INFO 06-14 08:34:25.543 694 o.q.c.QuartzScheduler [AWT-EventQueue-2] -
>> Scheduler QuartzScheduler_$_NON_CLUSTERED shutting down.
>>  INFO 06-14 08:34:25.543 613 o.q.c.QuartzScheduler [AWT-EventQueue-2] -
>> Scheduler QuartzScheduler_$_NON_CLUSTERED paused.
>>  INFO 06-14 08:34:25.987 771 o.q.c.QuartzScheduler [AWT-EventQueue-2] -
>> Scheduler QuartzScheduler_$_NON_CLUSTERED shutdown complete.
>>  INFO 06-14 08:34:25.988 1184 o.q.i.StdSchedulerFactory
>> [AWT-EventQueue-2] - Using default implementation for ThreadExecutor
>>  INFO 06-14 08:34:25.991 61 o.q.c.SchedulerSignalerImpl
>> [AWT-EventQueue-2] - Initialized Scheduler Signaller of type: class
>> org.quartz.core.SchedulerSignalerImpl
>>  INFO 06-14 08:34:25.991 240 o.q.c.QuartzScheduler [AWT-EventQueue-2] -
>> Quartz Scheduler v.2.2.1 created.
>>  INFO 06-14 08:34:25.991 155 o.q.s.RAMJobStore [AWT-EventQueue-2] -
>> RAMJobStore initialized.
>>  INFO 06-14 08:34:25.991 305 o.q.c.QuartzScheduler [AWT-EventQueue-2] -
>> Scheduler meta-data: Quartz Scheduler (v2.2.1) 'QuartzScheduler' with
>> instanceId 'NON_CLUSTERED'
>>   Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
>>   NOT STARTED.
>>   Currently in standby mode.
>>   Number of jobs executed: 0
>>   Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10
>> threads.
>>   Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support
>> persistence. and is not clustered.
>>
>>  INFO 06-14 08:34:25.992 1339 o.q.i.StdSchedulerFactory
>> [AWT-EventQueue-2] - Quartz scheduler 'QuartzScheduler' initialized from an
>> externally provided properties instance.
>>  INFO 06-14 08:34:25.992 1343 o.q.i.StdSchedulerFactory
>> [AWT-EventQueue-2] - Quartz scheduler version: 2.2.1
>>  INFO 06-14 08:34:25.992 694 o.q.c.QuartzScheduler [AWT-Even

Can't Record Session after Upgrade 3.1.1->3.1.2

2016-08-26 Thread Tom Wagner

I could record and share screen prior to the upgrade.

The Java applet downloads and appears to run fine on my Debian 
Jessie/Java 8 desktop. But response to the start/stop buttons in very 
sluggish, on the order of 60-90 seconds to stop recording.


The recordings display with the error link, and will post a player in 
the white board area when clicked, but /it only plays audio, no video/.


The server is running Debian Jessie. Updated from the CLI.
I have attempted to address this issue by recompiling ffmpeg per the 
installation tutorial posted recently by Alvaro for Jessie.  No joy.


My client desktop is also Jessie, Sun Java 8, browsing with Chrome and 
Firefox from the Debian packages.


Here is the highlighted error (posting exit of '1') from the error link 
in the recordings display in OM.


process: previewFullFLV
command: /usr/local/bin/ffmpeg -y -i 
/opt/red5304/webapps/openmeetings/streams/hibernate/flvRecording_401.flv 
-vcodec mjpeg -vframes 1 -an -f rawvideo -s 768x544 
/opt/red5304/webapps/openmeetings/streams/hibernate/flvRecording_401.jpg

exception: null
error: ffmpeg version git-2016-08-21-1ae4b1e Copyright (c) 2000-2016 the 
FFmpeg developers

built with gcc 4.9.2 (Debian 4.9.2-10)
configuration: --prefix=/root/ffmpeg_build --pkg-config-flags=--static 
--extra-cflags=-I/root/ffmpeg_build/include 
--extra-ldflags=-L/root/ffmpeg_build/lib --bindir=/root/bin --enable-gpl 
--enable-libass --enable-libfdk-aac --enable-libfreetype 
--enable-libmp3lame --enable-libopus --enable-libtheora 
--enable-libvorbis --enable-libvpx --enable-libx264 --enable-libx265 
--enable-nonfree

libavutil 55. 29.100 / 55. 29.100
libavcodec 57. 54.100 / 57. 54.100
libavformat 57. 47.101 / 57. 47.101
libavdevice 57. 0.102 / 57. 0.102
libavfilter 6. 52.100 / 6. 52.100
libswscale 4. 1.100 / 4. 1.100
libswresample 2. 1.100 / 2. 1.100
libpostproc 54. 0.100 / 54. 0.100
[flv @ 0x26cf4a0] audio stream discovered after head already parsed
Input #0, flv, from 
'/opt/red5304/webapps/openmeetings/streams/hibernate/flvRecording_401.flv':

Metadata:
server : Red5
creationdate : Sun Aug 21 20:13:12 PDT 2016
canSeekToEnd : true
noaudiocodec : 0
encoder : Lavf57.47.101
Duration: 00:01:52.99, start: 0.00, bitrate: 2886 kb/s
Stream #0:0: Audio: mp3, 22050 Hz, mono, s16p, 32 kb/s
Output #0, rawvideo, to 
'/opt/red5304/webapps/openmeetings/streams/hibernate/flvRecording_401.jpg':

Output file #0 does not contain any stream

exitValue: 1
out:

Anyone else having trouble with session recording? Any guidance would be 
appreciated.


Tom Wagner



RE: LDAP not working anymore after upgrade to version 3.0.4

2015-04-29 Thread Philippe Dhont
Hi,

That didn't worked either but the following works :)

ldap_search_query=(userPrincipalName=%s)


So my working config now (with Windows AD):

ldap_conn_host=192.168.x.x
ldap_conn_port=389
ldap_conn_secure=false
ldap_admin_dn=CN=openmeetingsLDAP,CN=Users,DC=BLL,DC=local
ldap_passwd=x
ldap_search_base=OU=Vlaamseoogpunten,DC=BLL,DC=local
ldap_search_query=(userPrincipalName=%s)
ldap_search_scope=SUBTREE
ldap_auth_type=SEARCHANDBIND
ldap_provisionning=AUTOCREATE
ldap_deref_mode=always
ldap_use_admin_to_get_attrs=true
ldap_sync_password_to_om=true

ldap_user_attr_lastname=sn
ldap_user_attr_firstname=givenName
ldap_user_attr_mail=mail
ldap_user_attr_street=streetAddress
ldap_user_attr_additionalname=description
ldap_user_attr_fax=facsimileTelephoneNumber
ldap_user_attr_zip=postalCode
ldap_user_attr_country=co
ldap_user_attr_town=l
ldap_user_attr_phone=telephoneNumber

ldap_use_lower_case=false


Maybe it can help others too...
Thanks.
Ph.


From: Maxim Solodovnik [mailto:solomax...@gmail.com] 
Sent: woensdag 29 april 2015 5:23
To: Openmeetings user-list
Subject: Re: LDAP not working anymore after upgrade to version 3.0.4

just have checked your config one more time

please disregard my previous comment, your ldap_search_base looks good (was 
wrongly displayed on my mobile phone)
but you don't have 
ldap_search_query=(uid=%s)
parameter.
I guess for AD it should be something like: 
ldap_search_query=(sAMAccountName=%s)

not sure :( and have no AD to test


On Tue, Apr 28, 2015 at 7:58 PM, Philippe Dhont 
dhont.phili...@vlaamsoogpunt.be wrote:
That doesn’t change anything.
What logs do I need to check ?
 
Vriendelijke groeten,
 
Philippe Dhont
ICT-Dienst Netwerk Vlaamse Oogpunten
Oudenburgweg 40
8490 VARSENARE
T:    050/40 60 18
M:   0479/65 93 40
W:   www.vlaamsoogpunt.be
E:    dhont.phili...@vlaamsoogpunt.be
 
From: Maxim Solodovnik [mailto:solomax...@gmail.com] 
Sent: dinsdag 28 april 2015 15:17
To: Openmeetings user-list
Subject: RE: LDAP not working anymore after upgrade to version 3.0.4
 
Ldap_search_base should be OU=%s
You need to examine logs for error details (additional Ldap logging might need 
to be enabled)
WBR, Maxim
(from mobile, sorry for the typos)
On Apr 28, 2015 6:29 PM, Philippe Dhont dhont.phili...@vlaamsoogpunt.be 
wrote:
According to your post, I changed the config to:

ldap_conn_host=192.168.x.x
ldap_conn_port=389
ldap_conn_secure=false
ldap_admin_dn=CN=ldapbind,CN=Users,DC=BLL,DC=local
ldap_passwd=
ldap_search_base=OU=Vlaamseoogpunten,DC=BLL,DC=local
ldap_provisionning=AUTOCREATE
ldap_deref_mode=always
ldap_use_admin_to_get_attrs=true

ldap_user_attr_lastname=sn
ldap_user_attr_firstname=givenName
ldap_user_attr_mail=mail
ldap_user_attr_street=streetAddress
ldap_user_attr_additionalname=description
ldap_user_attr_fax=facsimileTelephoneNumber
ldap_user_attr_zip=postalCode
ldap_user_attr_country=co
ldap_user_attr_town=l
ldap_user_attr_phone=telephoneNumber

ldap_use_lower_case=false


but the result is the same, it doesn't work.
How can I get more info about the specific error/problem ?
There is no ldap_server_type=AD line anymore, is that correct ?
Thanks, Ph.




From: Maxim Solodovnik [mailto:solomax...@gmail.com]
Sent: dinsdag 28 april 2015 13:59
To: Openmeetings user-list
Subject: Re: LDAP not working anymore after upgrade to version 3.0.4

yes the format of the config has been changed
please check the example here: 
https://svn.apache.org/repos/asf/openmeetings/branches/3.0.x/src/main/webapp/conf/om_ldap.cfg

On Tue, Apr 28, 2015 at 5:45 PM, Philippe Dhont 
dhont.phili...@vlaamsoogpunt.be wrote:
Hi,

I upgraded to version 3.0.4 (from 3.0.1) and now login with our windows 
accounts (Active Directory) via LDAP doesn't work anymore.
Configuration in OpenMeetings:

LDAP config:
Name: vloog
Enabled  checked

Config file name: om_ldap.cfg

Add domain to user name  checked
Domain: bll.local

PREVIOUS OM_LDAP.CFG configuration when it worked with the previous OM version:
ldap_server_type=AD
ldap_conn_url=ldap://192.168.x.x:389
ldap_admin_dn=CN:openmeetingsLDAPuser,CN:Users,DC:BLL,DC:local
ldap_passwd=
ldap_search_base=OU:Vlaamseoogpunten,DC:BLL,DC:local
field_user_principal=userPrincipalName
ldap_auth_type=SIMPLE
ldap_sync_password_to_om=no

ldap_user_attr_lastname=sn
ldap_user_attr_firstname=givenName
ldap_user_attr_mail=mail
ldap_user_attr_street=streetAddress
ldap_user_attr_additionalname=description
ldap_user_attr_fax=facsimileTelephoneNumber
ldap_user_attr_zip=postalCode
ldap_user_attr_country=co
ldap_user_attr_town=l
ldap_user_attr_phone=telephoneNumber

ldap_use_lower_case=false



I copied the working config to the new but that doesn't work anymore in the new 
version apparently, so the new config:
ldap_conn_host=192.168.x.x
ldap_conn_port=389
ldap_conn_secure=false
ldap_admin_dn=CN= openmeetingsLDAPuser,CN=Users,DC=BLL,DC=local
ldap_passwd=x
ldap_search_base=OU=Vlaamseoogpunten,DC=BLL,DC=local
ldap_search_query

LDAP not working anymore after upgrade to version 3.0.4

2015-04-28 Thread Philippe Dhont
Hi,

I upgraded to version 3.0.4 (from 3.0.1) and now login with our windows 
accounts (Active Directory) via LDAP doesn't work anymore.
Configuration in OpenMeetings:

LDAP config:
Name: vloog
Enabled  checked

Config file name: om_ldap.cfg

Add domain to user name  checked
Domain: bll.local

PREVIOUS OM_LDAP.CFG configuration when it worked with the previous OM version:
ldap_server_type=AD
ldap_conn_url=ldap://192.168.x.x:389
ldap_admin_dn=CN:openmeetingsLDAPuser,CN:Users,DC:BLL,DC:local
ldap_passwd=
ldap_search_base=OU:Vlaamseoogpunten,DC:BLL,DC:local
field_user_principal=userPrincipalName
ldap_auth_type=SIMPLE
ldap_sync_password_to_om=no

ldap_user_attr_lastname=sn
ldap_user_attr_firstname=givenName
ldap_user_attr_mail=mail
ldap_user_attr_street=streetAddress
ldap_user_attr_additionalname=description
ldap_user_attr_fax=facsimileTelephoneNumber
ldap_user_attr_zip=postalCode
ldap_user_attr_country=co
ldap_user_attr_town=l
ldap_user_attr_phone=telephoneNumber

ldap_use_lower_case=false



I copied the working config to the new but that doesn't work anymore in the new 
version apparently, so the new config:
ldap_conn_host=192.168.x.x
ldap_conn_port=389
ldap_conn_secure=false
ldap_admin_dn=CN= openmeetingsLDAPuser,CN=Users,DC=BLL,DC=local
ldap_passwd=x
ldap_search_base=OU=Vlaamseoogpunten,DC=BLL,DC=local
ldap_search_query=((objectCategory=person)(objectClass=person)(sAMAccountName=%1$s))
ldap_search_scope=SUBTREE
ldap_auth_type=SIMPLEBIND
ldap_userdn_format=sAMAccountName=%s,OU=Vlaamseoogpunten,DC=BLL,DC=local
ldap_provisionning=AUTOUPDATE
ldap_deref_mode=always
ldap_use_admin_to_get_attrs=true
ldap_sync_password_to_om=false

ldap_user_attr_lastname=sn
ldap_user_attr_firstname=givenName
ldap_user_attr_mail=mail
ldap_user_attr_street=streetAddress
ldap_user_attr_additionalname=description
ldap_user_attr_fax=facsimileTelephoneNumber
ldap_user_attr_zip=postalCode
ldap_user_attr_country=co
ldap_user_attr_town=l
ldap_user_attr_phone=telephoneNumber

ldap_use_lower_case=false



When I try to login now, I get Wrong password but I don't think that has 
anything to do with it.
In openmeetings log, I don't find anything about the user I tried to login with 
or maybe the loglevel is not high enough ? Can I change that ?

Anybody an idea ?

Thanks,
Ph.














lt;a href=http://www.blindenzorglichtenliefde.be/nl/Schenkengt;lt;img 
src=http://images.lichtenliefde.be/mailfooters/schenken.jpg; alt=Schenk 
Online name=schenk Online width=170 height=125 border=0 id=Schenk 
Online/gt;lt;/agt;


RE: LDAP not working anymore after upgrade to version 3.0.4

2015-04-28 Thread Philippe Dhont
That doesn’t change anything.
What logs do I need to check ?

Vriendelijke groeten,

Philippe Dhont
ICT-Dienst Netwerk Vlaamse Oogpunten
Oudenburgweg 40
8490 VARSENARE
T:050/40 60 18
M:   0479/65 93 40
W:   www.vlaamsoogpunt.be
E:
dhont.phili...@vlaamsoogpunt.bemailto:dhont.phili...@vlaamsoogpunt.be

From: Maxim Solodovnik [mailto:solomax...@gmail.com]
Sent: dinsdag 28 april 2015 15:17
To: Openmeetings user-list
Subject: RE: LDAP not working anymore after upgrade to version 3.0.4


Ldap_search_base should be OU=%s
You need to examine logs for error details (additional Ldap logging might need 
to be enabled)

WBR, Maxim
(from mobile, sorry for the typos)
On Apr 28, 2015 6:29 PM, Philippe Dhont 
dhont.phili...@vlaamsoogpunt.bemailto:dhont.phili...@vlaamsoogpunt.be wrote:
According to your post, I changed the config to:

ldap_conn_host=192.168.x.x
ldap_conn_port=389
ldap_conn_secure=false
ldap_admin_dn=CN=ldapbind,CN=Users,DC=BLL,DC=local
ldap_passwd=
ldap_search_base=OU=Vlaamseoogpunten,DC=BLL,DC=local
ldap_provisionning=AUTOCREATE
ldap_deref_mode=always
ldap_use_admin_to_get_attrs=true

ldap_user_attr_lastname=sn
ldap_user_attr_firstname=givenName
ldap_user_attr_mail=mail
ldap_user_attr_street=streetAddress
ldap_user_attr_additionalname=description
ldap_user_attr_fax=facsimileTelephoneNumber
ldap_user_attr_zip=postalCode
ldap_user_attr_country=co
ldap_user_attr_town=l
ldap_user_attr_phone=telephoneNumber

ldap_use_lower_case=false


.but the result is the same, it doesn't work.
How can I get more info about the specific error/problem ?
There is no ldap_server_type=AD line anymore, is that correct ?
Thanks, Ph.




From: Maxim Solodovnik [mailto:solomax...@gmail.commailto:solomax666@gmailcom]
Sent: dinsdag 28 april 2015 13:59
To: Openmeetings user-list
Subject: Re: LDAP not working anymore after upgrade to version 3.0.4

yes the format of the config has been changed
please check the example here: 
https://svn.apache.org/repos/asf/openmeetings/branches/3.0.x/src/main/webapp/conf/om_ldap.cfg

On Tue, Apr 28, 2015 at 5:45 PM, Philippe Dhont 
dhont.phili...@vlaamsoogpunt.bemailto:dhont.phili...@vlaamsoogpunt.be wrote:
Hi,

I upgraded to version 3.0.4 (from 3.0.1) and now login with our windows 
accounts (Active Directory) via LDAP doesn't work anymore.
Configuration in OpenMeetings:

LDAP config:
Name: vloog
Enabled  checked

Config file name: om_ldap.cfg

Add domain to user name  checked
Domain: bll.local

PREVIOUS OM_LDAP.CFG configuration when it worked with the previous OM version:
ldap_server_type=AD
ldap_conn_url=ldap://192.168.x.x:389
ldap_admin_dn=CN:openmeetingsLDAPuser,CN:Users,DC:BLL,DC:local
ldap_passwd=
ldap_search_base=OU:Vlaamseoogpunten,DC:BLL,DC:local
field_user_principal=userPrincipalName
ldap_auth_type=SIMPLE
ldap_sync_password_to_om=no

ldap_user_attr_lastname=sn
ldap_user_attr_firstname=givenName
ldap_user_attr_mail=mail
ldap_user_attr_street=streetAddress
ldap_user_attr_additionalname=description
ldap_user_attr_fax=facsimileTelephoneNumber
ldap_user_attr_zip=postalCode
ldap_user_attr_country=co
ldap_user_attr_town=l
ldap_user_attr_phone=telephoneNumber

ldap_use_lower_case=false



I copied the working config to the new but that doesn't work anymore in the new 
version apparently, so the new config:
ldap_conn_host=192.168.x.x
ldap_conn_port=389
ldap_conn_secure=false
ldap_admin_dn=CN= openmeetingsLDAPuser,CN=Users,DC=BLL,DC=local
ldap_passwd=x
ldap_search_base=OU=Vlaamseoogpunten,DC=BLL,DC=local
ldap_search_query=((objectCategory=person)(objectClass=person)(sAMAccountName=%1$s))
ldap_search_scope=SUBTREE
ldap_auth_type=SIMPLEBIND
ldap_userdn_format=sAMAccountName=%s,OU=Vlaamseoogpunten,DC=BLL,DC=local
ldap_provisionning=AUTOUPDATE
ldap_deref_mode=always
ldap_use_admin_to_get_attrs=true
ldap_sync_password_to_om=false

ldap_user_attr_lastname=sn
ldap_user_attr_firstname=givenName
ldap_user_attr_mail=mail
ldap_user_attr_street=streetAddress
ldap_user_attr_additionalname=description
ldap_user_attr_fax=facsimileTelephoneNumber
ldap_user_attr_zip=postalCode
ldap_user_attr_country=co
ldap_user_attr_town=l
ldap_user_attr_phone=telephoneNumber

ldap_use_lower_case=false



When I try to login now, I get Wrong password but I don't think that has 
anything to do with it.
In openmeetings log, I don't find anything about the user I tried to login with 
or maybe the loglevel is not high enough ? Can I change that ?

Anybody an idea ?

Thanks,
Ph.














lt;a href=http://www.blindenzorglichtenliefde.be/nl/Schenkengt;lt;img 
src=http://images.lichtenliefde.be/mailfooters/schenken.jpg; alt=Schenk 
Online name=schenk Online width=170 height=125 border=0 id=Schenk 
Online/gt;lt;/agt;




--
WBR
Maxim aka solomax


lt;a href=http://www.blindenzorglichtenliefde.be/nl/Schenkengt;lt;img 
src=http://images.lichtenliefde.be/mailfooters/schenken.jpg; alt=Schenk 
Online name=schenk Online width=170 height=125 border=0 id=Schenk 
Online/gt;lt

Re: LDAP not working anymore after upgrade to version 3.0.4

2015-04-28 Thread Maxim Solodovnik
yes the format of the config has been changed
please check the example here:
https://svn.apache.org/repos/asf/openmeetings/branches/3.0.x/src/main/webapp/conf/om_ldap.cfg

On Tue, Apr 28, 2015 at 5:45 PM, Philippe Dhont 
dhont.phili...@vlaamsoogpunt.be wrote:

 Hi,

 I upgraded to version 3.0.4 (from 3.0.1) and now login with our windows
 accounts (Active Directory) via LDAP doesn't work anymore.
 Configuration in OpenMeetings:

 LDAP config:
 Name: vloog
 Enabled  checked

 Config file name: om_ldap.cfg

 Add domain to user name  checked
 Domain: bll.local

 PREVIOUS OM_LDAP.CFG configuration when it worked with the previous OM
 version:
 ldap_server_type=AD
 ldap_conn_url=ldap://192.168.x.x:389
 ldap_admin_dn=CN:openmeetingsLDAPuser,CN:Users,DC:BLL,DC:local
 ldap_passwd=
 ldap_search_base=OU:Vlaamseoogpunten,DC:BLL,DC:local
 field_user_principal=userPrincipalName
 ldap_auth_type=SIMPLE
 ldap_sync_password_to_om=no

 ldap_user_attr_lastname=sn
 ldap_user_attr_firstname=givenName
 ldap_user_attr_mail=mail
 ldap_user_attr_street=streetAddress
 ldap_user_attr_additionalname=description
 ldap_user_attr_fax=facsimileTelephoneNumber
 ldap_user_attr_zip=postalCode
 ldap_user_attr_country=co
 ldap_user_attr_town=l
 ldap_user_attr_phone=telephoneNumber

 ldap_use_lower_case=false



 I copied the working config to the new but that doesn't work anymore in
 the new version apparently, so the new config:
 ldap_conn_host=192.168.x.x
 ldap_conn_port=389
 ldap_conn_secure=false
 ldap_admin_dn=CN= openmeetingsLDAPuser,CN=Users,DC=BLL,DC=local
 ldap_passwd=x
 ldap_search_base=OU=Vlaamseoogpunten,DC=BLL,DC=local

 ldap_search_query=((objectCategory=person)(objectClass=person)(sAMAccountName=%1$s))
 ldap_search_scope=SUBTREE
 ldap_auth_type=SIMPLEBIND
 ldap_userdn_format=sAMAccountName=%s,OU=Vlaamseoogpunten,DC=BLL,DC=local
 ldap_provisionning=AUTOUPDATE
 ldap_deref_mode=always
 ldap_use_admin_to_get_attrs=true
 ldap_sync_password_to_om=false

 ldap_user_attr_lastname=sn
 ldap_user_attr_firstname=givenName
 ldap_user_attr_mail=mail
 ldap_user_attr_street=streetAddress
 ldap_user_attr_additionalname=description
 ldap_user_attr_fax=facsimileTelephoneNumber
 ldap_user_attr_zip=postalCode
 ldap_user_attr_country=co
 ldap_user_attr_town=l
 ldap_user_attr_phone=telephoneNumber

 ldap_use_lower_case=false



 When I try to login now, I get Wrong password but I don't think that has
 anything to do with it.
 In openmeetings log, I don't find anything about the user I tried to login
 with or maybe the loglevel is not high enough ? Can I change that ?

 Anybody an idea ?

 Thanks,
 Ph.














 lt;a href=http://www.blindenzorglichtenliefde.be/nl/Schenkengt;lt;img
 src=http://images.lichtenliefde.be/mailfooters/schenken.jpg; alt=Schenk
 Online name=schenk Online width=170 height=125 border=0 id=Schenk
 Online/gt;lt;/agt;




-- 
WBR
Maxim aka solomax


RE: LDAP not working anymore after upgrade to version 3.0.4

2015-04-28 Thread Philippe Dhont
According to your post, I changed the config to:

ldap_conn_host=192.168.x.x
ldap_conn_port=389
ldap_conn_secure=false
ldap_admin_dn=CN=ldapbind,CN=Users,DC=BLL,DC=local
ldap_passwd=
ldap_search_base=OU=Vlaamseoogpunten,DC=BLL,DC=local
ldap_provisionning=AUTOCREATE
ldap_deref_mode=always
ldap_use_admin_to_get_attrs=true

ldap_user_attr_lastname=sn
ldap_user_attr_firstname=givenName
ldap_user_attr_mail=mail
ldap_user_attr_street=streetAddress
ldap_user_attr_additionalname=description
ldap_user_attr_fax=facsimileTelephoneNumber
ldap_user_attr_zip=postalCode
ldap_user_attr_country=co
ldap_user_attr_town=l
ldap_user_attr_phone=telephoneNumber

ldap_use_lower_case=false


...but the result is the same, it doesn't work.
How can I get more info about the specific error/problem ?
There is no ldap_server_type=AD line anymore, is that correct ?
Thanks, Ph.




From: Maxim Solodovnik [mailto:solomax...@gmail.com] 
Sent: dinsdag 28 april 2015 13:59
To: Openmeetings user-list
Subject: Re: LDAP not working anymore after upgrade to version 3.0.4

yes the format of the config has been changed
please check the example here: 
https://svn.apache.org/repos/asf/openmeetings/branches/3.0.x/src/main/webapp/conf/om_ldap.cfg

On Tue, Apr 28, 2015 at 5:45 PM, Philippe Dhont 
dhont.phili...@vlaamsoogpunt.be wrote:
Hi,

I upgraded to version 3.0.4 (from 3.0.1) and now login with our windows 
accounts (Active Directory) via LDAP doesn't work anymore.
Configuration in OpenMeetings:

LDAP config:
Name: vloog
Enabled  checked

Config file name: om_ldap.cfg

Add domain to user name  checked
Domain: bll.local

PREVIOUS OM_LDAP.CFG configuration when it worked with the previous OM version:
ldap_server_type=AD
ldap_conn_url=ldap://192.168.x.x:389
ldap_admin_dn=CN:openmeetingsLDAPuser,CN:Users,DC:BLL,DC:local
ldap_passwd=
ldap_search_base=OU:Vlaamseoogpunten,DC:BLL,DC:local
field_user_principal=userPrincipalName
ldap_auth_type=SIMPLE
ldap_sync_password_to_om=no

ldap_user_attr_lastname=sn
ldap_user_attr_firstname=givenName
ldap_user_attr_mail=mail
ldap_user_attr_street=streetAddress
ldap_user_attr_additionalname=description
ldap_user_attr_fax=facsimileTelephoneNumber
ldap_user_attr_zip=postalCode
ldap_user_attr_country=co
ldap_user_attr_town=l
ldap_user_attr_phone=telephoneNumber

ldap_use_lower_case=false



I copied the working config to the new but that doesn't work anymore in the new 
version apparently, so the new config:
ldap_conn_host=192.168.x.x
ldap_conn_port=389
ldap_conn_secure=false
ldap_admin_dn=CN= openmeetingsLDAPuser,CN=Users,DC=BLL,DC=local
ldap_passwd=x
ldap_search_base=OU=Vlaamseoogpunten,DC=BLL,DC=local
ldap_search_query=((objectCategory=person)(objectClass=person)(sAMAccountName=%1$s))
ldap_search_scope=SUBTREE
ldap_auth_type=SIMPLEBIND
ldap_userdn_format=sAMAccountName=%s,OU=Vlaamseoogpunten,DC=BLL,DC=local
ldap_provisionning=AUTOUPDATE
ldap_deref_mode=always
ldap_use_admin_to_get_attrs=true
ldap_sync_password_to_om=false

ldap_user_attr_lastname=sn
ldap_user_attr_firstname=givenName
ldap_user_attr_mail=mail
ldap_user_attr_street=streetAddress
ldap_user_attr_additionalname=description
ldap_user_attr_fax=facsimileTelephoneNumber
ldap_user_attr_zip=postalCode
ldap_user_attr_country=co
ldap_user_attr_town=l
ldap_user_attr_phone=telephoneNumber

ldap_use_lower_case=false



When I try to login now, I get Wrong password but I don't think that has 
anything to do with it.
In openmeetings log, I don't find anything about the user I tried to login with 
or maybe the loglevel is not high enough ? Can I change that ?

Anybody an idea ?

Thanks,
Ph.














lt;a href=http://www.blindenzorglichtenliefde.be/nl/Schenkengt;lt;img 
src=http://images.lichtenliefde.be/mailfooters/schenken.jpg; alt=Schenk 
Online name=schenk Online width=170 height=125 border=0 id=Schenk 
Online/gt;lt;/agt;




-- 
WBR
Maxim aka solomax


lt;a href=http://www.blindenzorglichtenliefde.be/nl/Schenkengt;lt;img 
src=http://images.lichtenliefde.be/mailfooters/schenken.jpg; alt=Schenk 
Online name=schenk Online width=170 height=125 border=0 id=Schenk 
Online/gt;lt;/agt;


RE: LDAP not working anymore after upgrade to version 3.0.4

2015-04-28 Thread Maxim Solodovnik
Ldap_search_base should be OU=%s
You need to examine logs for error details (additional Ldap logging might
need to be enabled)

WBR, Maxim
(from mobile, sorry for the typos)
On Apr 28, 2015 6:29 PM, Philippe Dhont dhont.phili...@vlaamsoogpunt.be
wrote:

 According to your post, I changed the config to:

 ldap_conn_host=192.168.x.x
 ldap_conn_port=389
 ldap_conn_secure=false
 ldap_admin_dn=CN=ldapbind,CN=Users,DC=BLL,DC=local
 ldap_passwd=
 ldap_search_base=OU=Vlaamseoogpunten,DC=BLL,DC=local
 ldap_provisionning=AUTOCREATE
 ldap_deref_mode=always
 ldap_use_admin_to_get_attrs=true

 ldap_user_attr_lastname=sn
 ldap_user_attr_firstname=givenName
 ldap_user_attr_mail=mail
 ldap_user_attr_street=streetAddress
 ldap_user_attr_additionalname=description
 ldap_user_attr_fax=facsimileTelephoneNumber
 ldap_user_attr_zip=postalCode
 ldap_user_attr_country=co
 ldap_user_attr_town=l
 ldap_user_attr_phone=telephoneNumber

 ldap_use_lower_case=false


 ...but the result is the same, it doesn't work.
 How can I get more info about the specific error/problem ?
 There is no ldap_server_type=AD line anymore, is that correct ?
 Thanks, Ph.




 From: Maxim Solodovnik [mailto:solomax...@gmail.com]
 Sent: dinsdag 28 april 2015 13:59
 To: Openmeetings user-list
 Subject: Re: LDAP not working anymore after upgrade to version 3.0.4

 yes the format of the config has been changed
 please check the example here:
 https://svn.apache.org/repos/asf/openmeetings/branches/3.0.x/src/main/webapp/conf/om_ldap.cfg

 On Tue, Apr 28, 2015 at 5:45 PM, Philippe Dhont 
 dhont.phili...@vlaamsoogpunt.be wrote:
 Hi,

 I upgraded to version 3.0.4 (from 3.0.1) and now login with our windows
 accounts (Active Directory) via LDAP doesn't work anymore.
 Configuration in OpenMeetings:

 LDAP config:
 Name: vloog
 Enabled  checked

 Config file name: om_ldap.cfg

 Add domain to user name  checked
 Domain: bll.local

 PREVIOUS OM_LDAP.CFG configuration when it worked with the previous OM
 version:
 ldap_server_type=AD
 ldap_conn_url=ldap://192.168.x.x:389
 ldap_admin_dn=CN:openmeetingsLDAPuser,CN:Users,DC:BLL,DC:local
 ldap_passwd=
 ldap_search_base=OU:Vlaamseoogpunten,DC:BLL,DC:local
 field_user_principal=userPrincipalName
 ldap_auth_type=SIMPLE
 ldap_sync_password_to_om=no

 ldap_user_attr_lastname=sn
 ldap_user_attr_firstname=givenName
 ldap_user_attr_mail=mail
 ldap_user_attr_street=streetAddress
 ldap_user_attr_additionalname=description
 ldap_user_attr_fax=facsimileTelephoneNumber
 ldap_user_attr_zip=postalCode
 ldap_user_attr_country=co
 ldap_user_attr_town=l
 ldap_user_attr_phone=telephoneNumber

 ldap_use_lower_case=false



 I copied the working config to the new but that doesn't work anymore in
 the new version apparently, so the new config:
 ldap_conn_host=192.168.x.x
 ldap_conn_port=389
 ldap_conn_secure=false
 ldap_admin_dn=CN= openmeetingsLDAPuser,CN=Users,DC=BLL,DC=local
 ldap_passwd=x
 ldap_search_base=OU=Vlaamseoogpunten,DC=BLL,DC=local

 ldap_search_query=((objectCategory=person)(objectClass=person)(sAMAccountName=%1$s))
 ldap_search_scope=SUBTREE
 ldap_auth_type=SIMPLEBIND
 ldap_userdn_format=sAMAccountName=%s,OU=Vlaamseoogpunten,DC=BLL,DC=local
 ldap_provisionning=AUTOUPDATE
 ldap_deref_mode=always
 ldap_use_admin_to_get_attrs=true
 ldap_sync_password_to_om=false

 ldap_user_attr_lastname=sn
 ldap_user_attr_firstname=givenName
 ldap_user_attr_mail=mail
 ldap_user_attr_street=streetAddress
 ldap_user_attr_additionalname=description
 ldap_user_attr_fax=facsimileTelephoneNumber
 ldap_user_attr_zip=postalCode
 ldap_user_attr_country=co
 ldap_user_attr_town=l
 ldap_user_attr_phone=telephoneNumber

 ldap_use_lower_case=false



 When I try to login now, I get Wrong password but I don't think that has
 anything to do with it.
 In openmeetings log, I don't find anything about the user I tried to login
 with or maybe the loglevel is not high enough ? Can I change that ?

 Anybody an idea ?

 Thanks,
 Ph.














 lt;a href=http://www.blindenzorglichtenliefde.be/nl/Schenkengt;lt;img
 src=http://images.lichtenliefde.be/mailfooters/schenken.jpg; alt=Schenk
 Online name=schenk Online width=170 height=125 border=0 id=Schenk
 Online/gt;lt;/agt;




 --
 WBR
 Maxim aka solomax


 lt;a href=http://www.blindenzorglichtenliefde.be/nl/Schenkengt;lt;img
 src=http://images.lichtenliefde.be/mailfooters/schenken.jpg; alt=Schenk
 Online name=schenk Online width=170 height=125 border=0 id=Schenk
 Online/gt;lt;/agt;



Re: LDAP not working anymore after upgrade to version 3.0.4

2015-04-28 Thread Maxim Solodovnik
Additionally you haven't specified auth_type, in this case SIMPLEBIND will
be used
I would recommend to use SEARCHANDBIND (works better for me)

To enable extensive LDAP related logs you need to edit
file webapps/openmeetings/WEB-INF/classes/logback-config.xml
change the line
logger name=org.apache.directory level=INFO /
to be
logger name=org.apache.directory level=DEBUG /

and restart red5

On Wed, Apr 29, 2015 at 9:22 AM, Maxim Solodovnik solomax...@gmail.com
wrote:

 just have checked your config one more time

 please disregard my previous comment, your ldap_search_base looks good
 (was wrongly displayed on my mobile phone)
 but you don't have

 ldap_search_query=(uid=%s)

 parameter.
 I guess for AD it should be something like:
 ldap_search_query=(sAMAccountName=%s)

 not sure :( and have no AD to test


 On Tue, Apr 28, 2015 at 7:58 PM, Philippe Dhont 
 dhont.phili...@vlaamsoogpunt.be wrote:

  That doesn’t change anything.

 What logs do I need to check ?



 Vriendelijke groeten,




 *Philippe Dhont *
 *ICT-Dienst Netwerk Vlaamse Oogpunten *Oudenburgweg 40
 8490 VARSENARE

 *T:*050/40 60 18
 *M:   *0479/65 93 40
 *W:   *www.vlaamsoogpunt.be
 *E:*dhont.phili...@vlaamsoogpunt.be



 *From:* Maxim Solodovnik [mailto:solomax...@gmail.com]
 *Sent:* dinsdag 28 april 2015 15:17
 *To:* Openmeetings user-list
 *Subject:* RE: LDAP not working anymore after upgrade to version 3.0.4



 Ldap_search_base should be OU=%s
 You need to examine logs for error details (additional Ldap logging might
 need to be enabled)

 WBR, Maxim
 (from mobile, sorry for the typos)

 On Apr 28, 2015 6:29 PM, Philippe Dhont 
 dhont.phili...@vlaamsoogpunt.be wrote:

 According to your post, I changed the config to:

 ldap_conn_host=192.168.x.x
 ldap_conn_port=389
 ldap_conn_secure=false
 ldap_admin_dn=CN=ldapbind,CN=Users,DC=BLL,DC=local
 ldap_passwd=
 ldap_search_base=OU=Vlaamseoogpunten,DC=BLL,DC=local
 ldap_provisionning=AUTOCREATE
 ldap_deref_mode=always
 ldap_use_admin_to_get_attrs=true

 ldap_user_attr_lastname=sn
 ldap_user_attr_firstname=givenName
 ldap_user_attr_mail=mail
 ldap_user_attr_street=streetAddress
 ldap_user_attr_additionalname=description
 ldap_user_attr_fax=facsimileTelephoneNumber
 ldap_user_attr_zip=postalCode
 ldap_user_attr_country=co
 ldap_user_attr_town=l
 ldap_user_attr_phone=telephoneNumber

 ldap_use_lower_case=false


 .but the result is the same, it doesn't work.
 How can I get more info about the specific error/problem ?
 There is no ldap_server_type=AD line anymore, is that correct ?
 Thanks, Ph.




 From: Maxim Solodovnik [mailto:solomax...@gmail.com]
 Sent: dinsdag 28 april 2015 13:59
 To: Openmeetings user-list
 Subject: Re: LDAP not working anymore after upgrade to version 3.0.4

 yes the format of the config has been changed
 please check the example here:
 https://svn.apache.org/repos/asf/openmeetings/branches/3.0.x/src/main/webapp/conf/om_ldap.cfg

 On Tue, Apr 28, 2015 at 5:45 PM, Philippe Dhont 
 dhont.phili...@vlaamsoogpunt.be dhontphili...@vlaamsoogpunt.be wrote:
 Hi,

 I upgraded to version 3.0.4 (from 3.0.1) and now login with our windows
 accounts (Active Directory) via LDAP doesn't work anymore.
 Configuration in OpenMeetings:

 LDAP config:
 Name: vloog
 Enabled  checked

 Config file name: om_ldap.cfg

 Add domain to user name  checked
 Domain: bll.local

 PREVIOUS OM_LDAP.CFG configuration when it worked with the previous OM
 version:
 ldap_server_type=AD
 ldap_conn_url=ldap://192.168.x.x:389
 ldap_admin_dn=CN:openmeetingsLDAPuser,CN:Users,DC:BLL,DC:local
 ldap_passwd=
 ldap_search_base=OU:Vlaamseoogpunten,DC:BLL,DC:local
 field_user_principal=userPrincipalName
 ldap_auth_type=SIMPLE
 ldap_sync_password_to_om=no

 ldap_user_attr_lastname=sn
 ldap_user_attr_firstname=givenName
 ldap_user_attr_mail=mail
 ldap_user_attr_street=streetAddress
 ldap_user_attr_additionalname=description
 ldap_user_attr_fax=facsimileTelephoneNumber
 ldap_user_attr_zip=postalCode
 ldap_user_attr_country=co
 ldap_user_attr_town=l
 ldap_user_attr_phone=telephoneNumber

 ldap_use_lower_case=false



 I copied the working config to the new but that doesn't work anymore in
 the new version apparently, so the new config:
 ldap_conn_host=192.168.x.x
 ldap_conn_port=389
 ldap_conn_secure=false
 ldap_admin_dn=CN= openmeetingsLDAPuser,CN=Users,DC=BLL,DC=local
 ldap_passwd=x
 ldap_search_base=OU=Vlaamseoogpunten,DC=BLL,DC=local

 ldap_search_query=((objectCategory=person)(objectClass=person)(sAMAccountName=%1$s))
 ldap_search_scope=SUBTREE
 ldap_auth_type=SIMPLEBIND
 ldap_userdn_format=sAMAccountName=%s,OU=Vlaamseoogpunten,DC=BLL,DC=local
 ldap_provisionning=AUTOUPDATE
 ldap_deref_mode=always
 ldap_use_admin_to_get_attrs=true
 ldap_sync_password_to_om=false

 ldap_user_attr_lastname=sn
 ldap_user_attr_firstname=givenName
 ldap_user_attr_mail=mail
 ldap_user_attr_street=streetAddress
 ldap_user_attr_additionalname=description
 ldap_user_attr_fax

Re: LDAP not working anymore after upgrade to version 3.0.4

2015-04-28 Thread Maxim Solodovnik
just have checked your config one more time

please disregard my previous comment, your ldap_search_base looks good (was
wrongly displayed on my mobile phone)
but you don't have

ldap_search_query=(uid=%s)

parameter.
I guess for AD it should be something like:
ldap_search_query=(sAMAccountName=%s)

not sure :( and have no AD to test


On Tue, Apr 28, 2015 at 7:58 PM, Philippe Dhont 
dhont.phili...@vlaamsoogpunt.be wrote:

  That doesn’t change anything.

 What logs do I need to check ?



 Vriendelijke groeten,




 *Philippe Dhont *
 *ICT-Dienst Netwerk Vlaamse Oogpunten *Oudenburgweg 40
 8490 VARSENARE

 *T:*050/40 60 18
 *M:   *0479/65 93 40
 *W:   *www.vlaamsoogpunt.be
 *E:*dhont.phili...@vlaamsoogpunt.be



 *From:* Maxim Solodovnik [mailto:solomax...@gmail.com]
 *Sent:* dinsdag 28 april 2015 15:17
 *To:* Openmeetings user-list
 *Subject:* RE: LDAP not working anymore after upgrade to version 3.0.4



 Ldap_search_base should be OU=%s
 You need to examine logs for error details (additional Ldap logging might
 need to be enabled)

 WBR, Maxim
 (from mobile, sorry for the typos)

 On Apr 28, 2015 6:29 PM, Philippe Dhont dhont.phili...@vlaamsoogpunt.be
 wrote:

 According to your post, I changed the config to:

 ldap_conn_host=192.168.x.x
 ldap_conn_port=389
 ldap_conn_secure=false
 ldap_admin_dn=CN=ldapbind,CN=Users,DC=BLL,DC=local
 ldap_passwd=
 ldap_search_base=OU=Vlaamseoogpunten,DC=BLL,DC=local
 ldap_provisionning=AUTOCREATE
 ldap_deref_mode=always
 ldap_use_admin_to_get_attrs=true

 ldap_user_attr_lastname=sn
 ldap_user_attr_firstname=givenName
 ldap_user_attr_mail=mail
 ldap_user_attr_street=streetAddress
 ldap_user_attr_additionalname=description
 ldap_user_attr_fax=facsimileTelephoneNumber
 ldap_user_attr_zip=postalCode
 ldap_user_attr_country=co
 ldap_user_attr_town=l
 ldap_user_attr_phone=telephoneNumber

 ldap_use_lower_case=false


 .but the result is the same, it doesn't work.
 How can I get more info about the specific error/problem ?
 There is no ldap_server_type=AD line anymore, is that correct ?
 Thanks, Ph.




 From: Maxim Solodovnik [mailto:solomax...@gmail.com]
 Sent: dinsdag 28 april 2015 13:59
 To: Openmeetings user-list
 Subject: Re: LDAP not working anymore after upgrade to version 3.0.4

 yes the format of the config has been changed
 please check the example here:
 https://svn.apache.org/repos/asf/openmeetings/branches/3.0.x/src/main/webapp/conf/om_ldap.cfg

 On Tue, Apr 28, 2015 at 5:45 PM, Philippe Dhont 
 dhont.phili...@vlaamsoogpunt.be dhontphili...@vlaamsoogpunt.be wrote:
 Hi,

 I upgraded to version 3.0.4 (from 3.0.1) and now login with our windows
 accounts (Active Directory) via LDAP doesn't work anymore.
 Configuration in OpenMeetings:

 LDAP config:
 Name: vloog
 Enabled  checked

 Config file name: om_ldap.cfg

 Add domain to user name  checked
 Domain: bll.local

 PREVIOUS OM_LDAP.CFG configuration when it worked with the previous OM
 version:
 ldap_server_type=AD
 ldap_conn_url=ldap://192.168.x.x:389
 ldap_admin_dn=CN:openmeetingsLDAPuser,CN:Users,DC:BLL,DC:local
 ldap_passwd=
 ldap_search_base=OU:Vlaamseoogpunten,DC:BLL,DC:local
 field_user_principal=userPrincipalName
 ldap_auth_type=SIMPLE
 ldap_sync_password_to_om=no

 ldap_user_attr_lastname=sn
 ldap_user_attr_firstname=givenName
 ldap_user_attr_mail=mail
 ldap_user_attr_street=streetAddress
 ldap_user_attr_additionalname=description
 ldap_user_attr_fax=facsimileTelephoneNumber
 ldap_user_attr_zip=postalCode
 ldap_user_attr_country=co
 ldap_user_attr_town=l
 ldap_user_attr_phone=telephoneNumber

 ldap_use_lower_case=false



 I copied the working config to the new but that doesn't work anymore in
 the new version apparently, so the new config:
 ldap_conn_host=192.168.x.x
 ldap_conn_port=389
 ldap_conn_secure=false
 ldap_admin_dn=CN= openmeetingsLDAPuser,CN=Users,DC=BLL,DC=local
 ldap_passwd=x
 ldap_search_base=OU=Vlaamseoogpunten,DC=BLL,DC=local

 ldap_search_query=((objectCategory=person)(objectClass=person)(sAMAccountName=%1$s))
 ldap_search_scope=SUBTREE
 ldap_auth_type=SIMPLEBIND
 ldap_userdn_format=sAMAccountName=%s,OU=Vlaamseoogpunten,DC=BLL,DC=local
 ldap_provisionning=AUTOUPDATE
 ldap_deref_mode=always
 ldap_use_admin_to_get_attrs=true
 ldap_sync_password_to_om=false

 ldap_user_attr_lastname=sn
 ldap_user_attr_firstname=givenName
 ldap_user_attr_mail=mail
 ldap_user_attr_street=streetAddress
 ldap_user_attr_additionalname=description
 ldap_user_attr_fax=facsimileTelephoneNumber
 ldap_user_attr_zip=postalCode
 ldap_user_attr_country=co
 ldap_user_attr_town=l
 ldap_user_attr_phone=telephoneNumber

 ldap_use_lower_case=false



 When I try to login now, I get Wrong password but I don't think that has
 anything to do with it.
 In openmeetings log, I don't find anything about the user I tried to login
 with or maybe the loglevel is not high enough ? Can I change that ?

 Anybody an idea ?

 Thanks,
 Ph.














 lt;a href=http

upgrade from 3.0.3 to 3.0.4

2015-02-19 Thread kaushal jani
Please provide step for upgrade from 3.0.3 to 3.0.4 
  

Re: OM Upgrade

2015-01-23 Thread Maxim Solodovnik
let your current OM use the old DB

for OM 3.0.x:
create DB with different name using your DB client
modify persistence.xml inside OM 3.0.x
(webapps/openmeetings/WEB-INF/classes/META-INF) and change DB name with the
one created
run ./admin.sh -i 

On Fri, Jan 23, 2015 at 6:15 PM, Raju M K mkraju...@gmail.com wrote:

 oh! i dont have old backup.
 how can i add additional db to existing one from back end??

 On Fri, Jan 23, 2015 at 5:38 PM, Maxim Solodovnik solomax...@gmail.com
 wrote:

 you need to perform backup/import due to DB changes
 you can create additional DB for 3.0.4 to avoid re-import and to be able
 to switch

 On Fri, Jan 23, 2015 at 6:05 PM, Raju M K mkraju...@gmail.com wrote:

 I upgraded OM only using old database(Mysql) only.
 Now when iam trying to login its giving error user not (activated with
 admin user also)

 --
 Regards,
 M K Raju.




 --
 WBR
 Maxim aka solomax




 --
 Regards,
 M K Raju.




-- 
WBR
Maxim aka solomax


Re: OM Upgrade

2015-01-23 Thread Raju M K
oh! i dont have old backup.
how can i add additional db to existing one from back end??

On Fri, Jan 23, 2015 at 5:38 PM, Maxim Solodovnik solomax...@gmail.com
wrote:

 you need to perform backup/import due to DB changes
 you can create additional DB for 3.0.4 to avoid re-import and to be able
 to switch

 On Fri, Jan 23, 2015 at 6:05 PM, Raju M K mkraju...@gmail.com wrote:

 I upgraded OM only using old database(Mysql) only.
 Now when iam trying to login its giving error user not (activated with
 admin user also)

 --
 Regards,
 M K Raju.




 --
 WBR
 Maxim aka solomax




-- 
Regards,
M K Raju.


Re: OM Upgrade

2015-01-23 Thread Maxim Solodovnik
You can create backup, then edit XML files

WBR, Maxim
(from mobile, sorry for the typos)
On Jan 23, 2015 9:02 PM, Raju M K mkraju...@gmail.com wrote:

 i created new DB and its working fine.
 Any Simple script to import users only from old DB??
 because i created around 200 users in old db.

 WBR


 On Fri, Jan 23, 2015 at 5:48 PM, Maxim Solodovnik solomax...@gmail.com
 wrote:

 let your current OM use the old DB

 for OM 3.0.x:
 create DB with different name using your DB client
 modify persistence.xml inside OM 3.0.x
 (webapps/openmeetings/WEB-INF/classes/META-INF) and change DB name with the
 one created
 run ./admin.sh -i 

 On Fri, Jan 23, 2015 at 6:15 PM, Raju M K mkraju...@gmail.com wrote:

 oh! i dont have old backup.
 how can i add additional db to existing one from back end??

 On Fri, Jan 23, 2015 at 5:38 PM, Maxim Solodovnik solomax...@gmail.com
 wrote:

 you need to perform backup/import due to DB changes
 you can create additional DB for 3.0.4 to avoid re-import and to be
 able to switch

 On Fri, Jan 23, 2015 at 6:05 PM, Raju M K mkraju...@gmail.com wrote:

 I upgraded OM only using old database(Mysql) only.
 Now when iam trying to login its giving error user not (activated with
 admin user also)

 --
 Regards,
 M K Raju.




 --
 WBR
 Maxim aka solomax




 --
 Regards,
 M K Raju.




 --
 WBR
 Maxim aka solomax




 --
 Regards,
 M K Raju.




Re: How to upgrade 3.0.2 to 3.0.3 with live CD (V 2.0 previousely installed)

2014-09-15 Thread Grégory Mangeney
Hello...
I fix it.
My problem wasn't the data because I haven't got create any user.
The issue was to install java.
After installing java, an apt-get update and upgrade and just a reboot and
it works well :)

Thanks a lot for your answer.

Greg.
2014-09-12 15:06 GMT+02:00 Vasiliy Degtyarev va...@unipro.ru:

 Hello Greg,

 It seems that you should use backup and import command to update om from
 3.0.2 to 3.0.3

 Thanks,
 Vasiliy


 On 12.09.2014 19:05, Grégory Mangeney wrote:

 Hello,
 I made an installation with a live cd (ubuntu 12) and got a fonctional
 V2.0 after installation.
 I upgrade to V3.02 white this action :
 extracting zip file of V3.02 and copy paste to /usr/lib/red5
 This works well.

 Now I would upgrade to V3.03 and if I do the same action, it dosn't work.
 No index is loading.

 Could you explaine me how to upgrade to V3.03 please.
 Mabe with a script fil like admin.sh !!!

 Thanks a lot.

 Greg.





How to upgrade 3.0.2 to 3.0.3 with live CD (V 2.0 previousely installed)

2014-09-12 Thread Grégory Mangeney
 Hello,
I made an installation with a live cd (ubuntu 12) and got a fonctional V2.0
after installation.
I upgrade to V3.02 white this action :
extracting zip file of V3.02 and copy paste to /usr/lib/red5
This works well.

Now I would upgrade to V3.03 and if I do the same action, it dosn't work.
No index is loading.

Could you explaine me how to upgrade to V3.03 please.
Mabe with a script fil like admin.sh !!!

Thanks a lot.

Greg.


Re: How to upgrade 3.0.2 to 3.0.3 with live CD (V 2.0 previousely installed)

2014-09-12 Thread Vasiliy Degtyarev

Hello Greg,

It seems that you should use backup and import command to update om from 
3.0.2 to 3.0.3


Thanks,
Vasiliy

On 12.09.2014 19:05, Grégory Mangeney wrote:

Hello,
I made an installation with a live cd (ubuntu 12) and got a fonctional 
V2.0 after installation.

I upgrade to V3.02 white this action :
extracting zip file of V3.02 and copy paste to /usr/lib/red5
This works well.

Now I would upgrade to V3.03 and if I do the same action, it dosn't work.
No index is loading.

Could you explaine me how to upgrade to V3.03 please.
Mabe with a script fil like admin.sh !!!

Thanks a lot.

Greg.





upgrade-issue om3.02 -- om3.03

2014-09-07 Thread df8oe
Hi,

I have just been upgraded from 3.02 to 3.03 using cli. Everything works fine. 
Red5 server can be startet, but when I try to login, I get message ...your 
account has not been activated. Use the link in your activation mail... 
Activation mail? Years ago :) I can reset password and om sends me a new link 
that I can generate new password, but the activation issue loops again. 
Please can you tell me how I can login?

Best regards
df8oe


Re: upgrade-issue om3.02 -- om3.03

2014-09-07 Thread df8oe
Am Sonntag, 7. September 2014, 16:43:40 schrieb Maxim Solodovnik:
 Have you performed import/export during upgrade?
 On Sep 7, 2014 4:41 PM, df...@gmx.de wrote:
 
  Hi,
 
  I have just been upgraded from 3.02 to 3.03 using cli. Everything works
  fine. Red5 server can be startet, but when I try to login, I get message
  ...your account has not been activated. Use the link in your activation
  mail... Activation mail? Years ago :) I can reset password and om sends me
  a new link that I can generate new password, but the activation issue
  loops again. Please can you tell me how I can login?
 
  Best regards
  df8oe
 


yes.

df8oe


Re: upgrade-issue om3.02 -- om3.03

2014-09-07 Thread df8oe
Am Sonntag, 7. September 2014, 11:45:14 schrieb df...@gmx.de:
 Am Sonntag, 7. September 2014, 16:43:40 schrieb Maxim Solodovnik:
  Have you performed import/export during upgrade?
  On Sep 7, 2014 4:41 PM, df...@gmx.de wrote:
  
   Hi,
  
   I have just been upgraded from 3.02 to 3.03 using cli. Everything works
   fine. Red5 server can be startet, but when I try to login, I get message
   ...your account has not been activated. Use the link in your activation
   mail... Activation mail? Years ago :) I can reset password and om sends 
   me
   a new link that I can generate new password, but the activation issue
   loops again. Please can you tell me how I can login?
  
   Best regards
   df8oe
  
 
 
 yes.
 
 df8oe



If this is a bug:
It is no problem to get access to mysql and look at openmeetings/om_user. There 
I can see a field activatehash and many other fields that contain numbers. If 
I can generate an activation link manually containing the string in 
activatehash or set another field to another value to get access - not a 
problem at all. But I don't know which link and/or which field and to which 
value ;)

df8oe


Re: upgrade-issue om3.02 -- om3.03

2014-09-07 Thread Maxim Solodovnik
It seems your user have no login right. User_rights table. Not sure why
:( do you have any errors in the log?
On Sep 7, 2014 4:55 PM, df...@gmx.de wrote:

 Am Sonntag, 7. September 2014, 11:45:14 schrieb df...@gmx.de:
  Am Sonntag, 7. September 2014, 16:43:40 schrieb Maxim Solodovnik:
   Have you performed import/export during upgrade?
   On Sep 7, 2014 4:41 PM, df...@gmx.de wrote:
  
Hi,
   
I have just been upgraded from 3.02 to 3.03 using cli. Everything
 works
fine. Red5 server can be startet, but when I try to login, I get
 message
...your account has not been activated. Use the link in your
 activation
mail... Activation mail? Years ago :) I can reset password and om
 sends me
a new link that I can generate new password, but the activation
 issue
loops again. Please can you tell me how I can login?
   
Best regards
df8oe
   
 
 
  yes.
 
  df8oe



 If this is a bug:
 It is no problem to get access to mysql and look at openmeetings/om_user.
 There I can see a field activatehash and many other fields that contain
 numbers. If I can generate an activation link manually containing the
 string in activatehash or set another field to another value to get
 access - not a problem at all. But I don't know which link and/or which
 field and to which value ;)

 df8oe



Re: upgrade-issue om3.02 -- om3.03

2014-09-07 Thread df8oe
Table om_user_right does not contain any data. Table does not exist in database 
of version 3.02. There were no error-messages during import procedure of 
exported data from 3.02.

Best regards
df8oe



Am Sonntag, 7. September 2014, 18:16:12 schrieb Maxim Solodovnik:
 It seems your user have no login right. User_rights table. Not sure why
 :( do you have any errors in the log?
 On Sep 7, 2014 4:55 PM, df...@gmx.de wrote:
 
  Am Sonntag, 7. September 2014, 11:45:14 schrieb df...@gmx.de:
   Am Sonntag, 7. September 2014, 16:43:40 schrieb Maxim Solodovnik:
Have you performed import/export during upgrade?
On Sep 7, 2014 4:41 PM, df...@gmx.de wrote:
   
 Hi,

 I have just been upgraded from 3.02 to 3.03 using cli. Everything
  works
 fine. Red5 server can be startet, but when I try to login, I get
  message
 ...your account has not been activated. Use the link in your
  activation
 mail... Activation mail? Years ago :) I can reset password and om
  sends me
 a new link that I can generate new password, but the activation
  issue
 loops again. Please can you tell me how I can login?

 Best regards
 df8oe

  
  
   yes.
  
   df8oe
 
 
 
  If this is a bug:
  It is no problem to get access to mysql and look at openmeetings/om_user.
  There I can see a field activatehash and many other fields that contain
  numbers. If I can generate an activation link manually containing the
  string in activatehash or set another field to another value to get
  access - not a problem at all. But I don't know which link and/or which
  field and to which value ;)
 
  df8oe
 



Re: upgrade-issue om3.02 -- om3.03

2014-09-07 Thread Maxim Solodovnik
You need to drop db before performing import. All users should have records
in this table
On Sep 7, 2014 6:22 PM, df...@gmx.de wrote:

 Table om_user_right does not contain any data. Table does not exist in
 database of version 3.02. There were no error-messages during import
 procedure of exported data from 3.02.

 Best regards
 df8oe



 Am Sonntag, 7. September 2014, 18:16:12 schrieb Maxim Solodovnik:
  It seems your user have no login right. User_rights table. Not sure why
  :( do you have any errors in the log?
  On Sep 7, 2014 4:55 PM, df...@gmx.de wrote:
 
   Am Sonntag, 7. September 2014, 11:45:14 schrieb df...@gmx.de:
Am Sonntag, 7. September 2014, 16:43:40 schrieb Maxim Solodovnik:
 Have you performed import/export during upgrade?
 On Sep 7, 2014 4:41 PM, df...@gmx.de wrote:

  Hi,
 
  I have just been upgraded from 3.02 to 3.03 using cli. Everything
   works
  fine. Red5 server can be startet, but when I try to login, I get
   message
  ...your account has not been activated. Use the link in your
   activation
  mail... Activation mail? Years ago :) I can reset password and
 om
   sends me
  a new link that I can generate new password, but the activation
   issue
  loops again. Please can you tell me how I can login?
 
  Best regards
  df8oe
 
   
   
yes.
   
df8oe
  
  
  
   If this is a bug:
   It is no problem to get access to mysql and look at
 openmeetings/om_user.
   There I can see a field activatehash and many other fields that
 contain
   numbers. If I can generate an activation link manually containing the
   string in activatehash or set another field to another value to get
   access - not a problem at all. But I don't know which link and/or which
   field and to which value ;)
  
   df8oe
  




Re: upgrade-issue om3.02 -- om3.03

2014-09-07 Thread Maxim Solodovnik
3.0.3 release was focused on stable recordings
during this work I had no time to develop 3.1.0 hopefully I'll have some
time for this now
unfortunately no estimates :( will try to do my best

On 7 September 2014 21:29, df...@gmx.de wrote:

 Very strange

 I am using debian wheezy 7u3. I tried celeting database and install again
 for two times - both failed with identical issues. A few minutes ago I
 started procedure again with writing output of admin-cli to file - and now
 it works??!!??

 I have not changed anything or done anything different way. Very strange,
 I cannot face what went wrong...

 Feedback now: seems to work everything!

 BTW:
 half a year ago you told me tha in version 3.1 there will be implemented
 audience-room where only the auditor can spread video and audio and the
 spectators only can spread audio. Da you have slight time information for
 me when this version is available? This feature is very urgent for me...

 Best regards
 df8oe


 Am Sonntag, 7. September 2014, 19:43:33 schrieb Maxim Solodovnik:
  really weird, the table must be created and filled automatically. What DB
  are you using? what OS? any specific steps to reproduce? Ear you using
 GUI
  or command line?
 
  MySQL
  Table: om_user_right
  Columns:
  user_id bigint(20)
  RIGHT0 varchar(20)
 
  1 'Admin'
  1 'Room'
  1 'Dashboard'
  1 'Login'
 
 
 
  On 7 September 2014 18:56, df...@gmx.de wrote:
 
   Surely I have dropped database before upgrade!
  
   There does not exist any openmeetings database before upgrade
 procedure. I
   have retried installation, but same result: om_user_right does not
 contain
   any data, no errors during import. Please can you give me information
 what
   I must insert into table om_useer_right? There is by this time only one
   user: me by myself...
  
   Best regards
   df8oe
  
  
  
   Am Sonntag, 7. September 2014, 18:25:08 schrieb Maxim Solodovnik:
You need to drop db before performing import. All users should have
   records
in this table
On Sep 7, 2014 6:22 PM, df...@gmx.de wrote:
   
 Table om_user_right does not contain any data. Table does not
 exist in
 database of version 3.02. There were no error-messages during
 import
 procedure of exported data from 3.02.

 Best regards
 df8oe



 Am Sonntag, 7. September 2014, 18:16:12 schrieb Maxim Solodovnik:
  It seems your user have no login right. User_rights table. Not
   sure why
  :( do you have any errors in the log?
  On Sep 7, 2014 4:55 PM, df...@gmx.de wrote:
 
   Am Sonntag, 7. September 2014, 11:45:14 schrieb df...@gmx.de:
Am Sonntag, 7. September 2014, 16:43:40 schrieb Maxim
 Solodovnik:
 Have you performed import/export during upgrade?
 On Sep 7, 2014 4:41 PM, df...@gmx.de wrote:

  Hi,
 
  I have just been upgraded from 3.02 to 3.03 using cli.
   Everything
   works
  fine. Red5 server can be startet, but when I try to
 login, I
   get
   message
  ...your account has not been activated. Use the link in
 your
   activation
  mail... Activation mail? Years ago :) I can reset
 password
   and
 om
   sends me
  a new link that I can generate new password, but the
   activation
   issue
  loops again. Please can you tell me how I can login?
 
  Best regards
  df8oe
 
   
   
yes.
   
df8oe
  
  
  
   If this is a bug:
   It is no problem to get access to mysql and look at
 openmeetings/om_user.
   There I can see a field activatehash and many other fields
 that
 contain
   numbers. If I can generate an activation link manually
   containing the
   string in activatehash or set another field to another value
 to
   get
   access - not a problem at all. But I don't know which link
 and/or
   which
   field and to which value ;)
  
   df8oe
  


  
  
 
 
 




-- 
WBR
Maxim aka solomax


Re: upgrade-issue om3.02 -- om3.03

2014-09-07 Thread df8oe
Hi Maxim,

many thanks again for your great work and efforts!

Best regards and wishes
df8oe


Am Sonntag, 7. September 2014, 21:46:45 schrieb Maxim Solodovnik:
 3.0.3 release was focused on stable recordings
 during this work I had no time to develop 3.1.0 hopefully I'll have some
 time for this now
 unfortunately no estimates :( will try to do my best
 
 On 7 September 2014 21:29, df...@gmx.de wrote:
 
  Very strange
 
  I am using debian wheezy 7u3. I tried celeting database and install again
  for two times - both failed with identical issues. A few minutes ago I
  started procedure again with writing output of admin-cli to file - and now
  it works??!!??
 
  I have not changed anything or done anything different way. Very strange,
  I cannot face what went wrong...
 
  Feedback now: seems to work everything!
 
  BTW:
  half a year ago you told me tha in version 3.1 there will be implemented
  audience-room where only the auditor can spread video and audio and the
  spectators only can spread audio. Da you have slight time information for
  me when this version is available? This feature is very urgent for me...
 
  Best regards
  df8oe
 
 
  Am Sonntag, 7. September 2014, 19:43:33 schrieb Maxim Solodovnik:
   really weird, the table must be created and filled automatically. What DB
   are you using? what OS? any specific steps to reproduce? Ear you using
  GUI
   or command line?
  
   MySQL
   Table: om_user_right
   Columns:
   user_id bigint(20)
   RIGHT0 varchar(20)
  
   1 'Admin'
   1 'Room'
   1 'Dashboard'
   1 'Login'
  
  
  
   On 7 September 2014 18:56, df...@gmx.de wrote:
  
Surely I have dropped database before upgrade!
   
There does not exist any openmeetings database before upgrade
  procedure. I
have retried installation, but same result: om_user_right does not
  contain
any data, no errors during import. Please can you give me information
  what
I must insert into table om_useer_right? There is by this time only one
user: me by myself...
   
Best regards
df8oe
   
   
   
Am Sonntag, 7. September 2014, 18:25:08 schrieb Maxim Solodovnik:
 You need to drop db before performing import. All users should have
records
 in this table
 On Sep 7, 2014 6:22 PM, df...@gmx.de wrote:

  Table om_user_right does not contain any data. Table does not
  exist in
  database of version 3.02. There were no error-messages during
  import
  procedure of exported data from 3.02.
 
  Best regards
  df8oe
 
 
 
  Am Sonntag, 7. September 2014, 18:16:12 schrieb Maxim Solodovnik:
   It seems your user have no login right. User_rights table. Not
sure why
   :( do you have any errors in the log?
   On Sep 7, 2014 4:55 PM, df...@gmx.de wrote:
  
Am Sonntag, 7. September 2014, 11:45:14 schrieb df...@gmx.de:
 Am Sonntag, 7. September 2014, 16:43:40 schrieb Maxim
  Solodovnik:
  Have you performed import/export during upgrade?
  On Sep 7, 2014 4:41 PM, df...@gmx.de wrote:
 
   Hi,
  
   I have just been upgraded from 3.02 to 3.03 using cli.
Everything
works
   fine. Red5 server can be startet, but when I try to
  login, I
get
message
   ...your account has not been activated. Use the link in
  your
activation
   mail... Activation mail? Years ago :) I can reset
  password
and
  om
sends me
   a new link that I can generate new password, but the
activation
issue
   loops again. Please can you tell me how I can login?
  
   Best regards
   df8oe
  


 yes.

 df8oe
   
   
   
If this is a bug:
It is no problem to get access to mysql and look at
  openmeetings/om_user.
There I can see a field activatehash and many other fields
  that
  contain
numbers. If I can generate an activation link manually
containing the
string in activatehash or set another field to another value
  to
get
access - not a problem at all. But I don't know which link
  and/or
which
field and to which value ;)
   
df8oe
   
 
 
   
   
  
  
  
 
 
 
 
 



Re: Upgrade Issue

2014-07-14 Thread Maxim Solodovnik
 I have configure the config.xml and red5.properties with my public IP.
usually there is no additional configuration required

please try to telnet to your public IP to the port 5080, I suspect you have
1 or more firewall blocking connection

we are not using onBWCheck method, so you can see warnings regarding this
more detailed steps/logs can help me to help you :)


On 15 July 2014 07:16, Horace Miles horace.mi...@myit-solutions.com wrote:

 Upgraded from 2.0 to  Openmeetings 3.0.2 Rev 1598809 Build date 31 May 2014



 I have the following configuration public IP



 I can connect from the public IP on the local machine.  However, when I
 try to connect on the public IP from a remote host no connection is made.



 I have configure the config.xml and red5.properties with my public IP.



 Error Log = 0

 Access log only shows connections made from the localhost.  No connection
 attempts other than the local host.



 I can ping the IP address from clients but Openmeetings does not even
 register a connection attempt.



 Netstat – tlvn shows

 listening on Public IP:5080 and 1935



 Where else can I check.  Or what configuration have I missed?



 I also used the tutorial to integrate Asterisk.

 I am getting the following:

 Type 0 handshake comparison success

 Server response part 2 validation success, is Flash Player v9 handshake

 BaseRTMPClientHandler No service provider /method not found; to handle
 calls like onBWCheck, add a service provider  I am unsure what it
 asking for here.



 I am going to do a wireshire pcap but was wondering has anyone else
 experienced this problem and knows of the quick fix?



 Thanks ahead of time.






-- 
WBR
Maxim aka solomax


Upgrade to 3.0.2

2014-06-04 Thread [heureka] Ulrich Huber
I was following the guide @ http://openmeetings.apache.org/Upgrade.html;
upgrade was recommended by maxim in order to address the generatingURL/mail
invitation-issue. 

 

At the end of the installation process, I got an error@
/openmeetings/install?6 (I dumped the databases and created a new one,
following the recommendations in the upgrade-guide.) 

 


Installation is failed

org.springframework.orm.jpa.JpaSystemException: The transaction has been
rolled back.  See the nested exceptions for details on the errors that
occurred.; nested exception is openjpa-2.2.2-r422266:1468616 fatal general
error org.apache.openjpa.persistence.PersistenceException: The transaction
has been rolled back.  See the nested exceptions for details on the errors
that occurred.

FailedObject: org.apache.openmeetings.db.entity.basic.Configuration@286a0559

at
org.springframework.orm.jpa.EntityManagerFactoryUtils.convertJpaAccessExcept
ionIfPossible(EntityManagerFactoryUtils.java:326)

at
org.springframework.orm.jpa.DefaultJpaDialect.translateExceptionIfPossible(D
efaultJpaDialect.java:120)

at
org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionMan
ager.java:516)

at
org.springframework.transaction.support.AbstractPlatformTransactionManager.p
rocessCommit(AbstractPlatformTransactionManager.java:754)

at
org.springframework.transaction.support.AbstractPlatformTransactionManager.c
ommit(AbstractPlatformTransactionManager.java:723)

at
org.springframework.transaction.interceptor.TransactionAspectSupport.commitT
ransactionAfterReturning(TransactionAspectSupport.java:393)

at
org.springframework.transaction.interceptor.TransactionInterceptor.invoke(Tr
ansactionInterceptor.java:120)

at
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(Reflect
iveMethodInvocation.java:172)

at
org.springframework.aop.framework.Cglib2AopProxy$DynamicAdvisedInterceptor.i
ntercept(Cglib2AopProxy.java:622)

at
org.apache.openmeetings.db.dao.basic.ConfigurationDao$$EnhancerByCGLIB$$fcc7
23cb.add(generated)

at
org.apache.openmeetings.installation.ImportInitvalues.loadConfiguration(Impo
rtInitvalues.java:365)

at
org.apache.openmeetings.installation.ImportInitvalues.loadSystem(ImportInitv
alues.java:985)

at
org.apache.openmeetings.installation.ImportInitvalues.loadAll(ImportInitvalu
es.java:997)

at
org.apache.openmeetings.web.pages.install.InstallWizard$InstallProcess.run(I
nstallWizard.java:389)

at java.lang.Thread.run(Thread.java:662)

Caused by: openjpa-2.2.2-r422266:1468616 fatal general error
org.apache.openjpa.persistence.PersistenceException: The transaction has
been rolled back.  See the nested exceptions for details on the errors that
occurred.

FailedObject: org.apache.openmeetings.db.entity.basic.Configuration@286a0559

at
org.apache.openjpa.kernel.BrokerImpl.newFlushException(BrokerImpl.java:2347)

at org.apache.openjpa.kernel.BrokerImpl.flush(BrokerImpl.java:2184)

at
org.apache.openjpa.kernel.BrokerImpl.flushSafe(BrokerImpl.java:2082)

at
org.apache.openjpa.kernel.BrokerImpl.beforeCompletion(BrokerImpl.java:2000)

at
org.apache.openjpa.kernel.LocalManagedRuntime.commit(LocalManagedRuntime.jav
a:81)

at org.apache.openjpa.kernel.BrokerImpl.commit(BrokerImpl.java:1524)

at
org.apache.openjpa.kernel.DelegatingBroker.commit(DelegatingBroker.java:933)

at
org.apache.openjpa.persistence.EntityManagerImpl.commit(EntityManagerImpl.ja
va:570)

at
org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionMan
ager.java:512)

... 12 more

Caused by: openjpa-2.2.2-r422266:1468616 fatal general error
org.apache.openjpa.persistence.PersistenceException: Data truncation: Data
too long for column 'conf_value' at row 1 {prepstmnt 515643217 INSERT INTO
configuration (comment_field, conf_key, conf_value, deleted, starttime,
updatetime, user_id) VALUES (?, ?, ?, ?, ?, ?, ?)} [code=1406, state=22001]

FailedObject: org.apache.openmeetings.db.entity.basic.Configuration@286a0559

at
org.apache.openjpa.jdbc.sql.DBDictionary.narrow(DBDictionary.java:4962)

at
org.apache.openjpa.jdbc.sql.DBDictionary.newStoreException(DBDictionary.java
:4922)

at
org.apache.openjpa.jdbc.sql.SQLExceptions.getStore(SQLExceptions.java:136)

at
org.apache.openjpa.jdbc.sql.SQLExceptions.getStore(SQLExceptions.java:78)

at
org.apache.openjpa.jdbc.kernel.PreparedStatementManagerImpl.flushAndUpdate(P
reparedStatementManagerImpl.java:144)

at
org.apache.openjpa.jdbc.kernel.BatchingPreparedStatementManagerImpl.flushAnd
Update(BatchingPreparedStatementManagerImpl.java:79)

at
org.apache.openjpa.jdbc.kernel.PreparedStatementManagerImpl.flushInternal(Pr
eparedStatementManagerImpl.java:100)

at
org.apache.openjpa.jdbc.kernel.PreparedStatementManagerImpl.flush(PreparedSt

Re: Upgrade to 3.0.2

2014-06-04 Thread Vasiliy Degtyarev

What command you use to create openmeetings database?


On 04.06.2014 18:43, [heureka] Ulrich Huber wrote:


I was following the guide @ 
http://openmeetings.apache.org/Upgrade.html; upgrade was recommended 
by maxim in order to address the generatingURL/mail invitation-issue.


At the end of the installation process, I got an error@ 
/openmeetings/install?6 (I dumped the databases and created a new one, 
following the recommendations in the upgrade-guide...)


*Installation is failed*

org.springframework.orm.jpa.JpaSystemException: The transaction has 
been rolled back.  See the nested exceptions for details on the errors 
that occurred.; nested exception is openjpa-2.2.2-r422266:1468616 
fatal general error 
org.apache.openjpa.persistence.PersistenceException: The transaction 
has been rolled back.  See the nested exceptions for details on the 
errors that occurred.


FailedObject: 
org.apache.openmeetings.db.entity.basic.Configuration@286a0559


at 
org.springframework.orm.jpa.EntityManagerFactoryUtils.convertJpaAccessExceptionIfPossible(EntityManagerFactoryUtils.java:326)


at 
org.springframework.orm.jpa.DefaultJpaDialect.translateExceptionIfPossible(DefaultJpaDialect.java:120)


at 
org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:516)


at 
org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:754)


at 
org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:723)


at 
org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:393)


at 
org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:120)


at 
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)


at 
org.springframework.aop.framework.Cglib2AopProxy$DynamicAdvisedInterceptor.intercept(Cglib2AopProxy.java:622)


at 
org.apache.openmeetings.db.dao.basic.ConfigurationDao$$EnhancerByCGLIB$$fcc723cb.add(generated)


at 
org.apache.openmeetings.installation.ImportInitvalues.loadConfiguration(ImportInitvalues.java:365)


at 
org.apache.openmeetings.installation.ImportInitvalues.loadSystem(ImportInitvalues.java:985)


at 
org.apache.openmeetings.installation.ImportInitvalues.loadAll(ImportInitvalues.java:997)


at 
org.apache.openmeetings.web.pages.install.InstallWizard$InstallProcess.run(InstallWizard.java:389)


at java.lang.Thread.run(Thread.java:662)

Caused by: openjpa-2.2.2-r422266:1468616 fatal general error 
org.apache.openjpa.persistence.PersistenceException: The transaction 
has been rolled back.  See the nested exceptions for details on the 
errors that occurred.


FailedObject: 
org.apache.openmeetings.db.entity.basic.Configuration@286a0559


at 
org.apache.openjpa.kernel.BrokerImpl.newFlushException(BrokerImpl.java:2347)


at 
org.apache.openjpa.kernel.BrokerImpl.flush(BrokerImpl.java:2184)


at 
org.apache.openjpa.kernel.BrokerImpl.flushSafe(BrokerImpl.java:2082)


at 
org.apache.openjpa.kernel.BrokerImpl.beforeCompletion(BrokerImpl.java:2000)


at 
org.apache.openjpa.kernel.LocalManagedRuntime.commit(LocalManagedRuntime.java:81)


at 
org.apache.openjpa.kernel.BrokerImpl.commit(BrokerImpl.java:1524)


at 
org.apache.openjpa.kernel.DelegatingBroker.commit(DelegatingBroker.java:933)


at 
org.apache.openjpa.persistence.EntityManagerImpl.commit(EntityManagerImpl.java:570)


at 
org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:512)


... 12 more

Caused by: openjpa-2.2.2-r422266:1468616 fatal general error 
org.apache.openjpa.persistence.PersistenceException: Data truncation: 
Data too long for column 'conf_value' at row 1 {prepstmnt 515643217 
INSERT INTO configuration (comment_field, conf_key, conf_value, 
deleted, starttime, updatetime, user_id) VALUES (?, ?, ?, ?, ?, ?, ?)} 
[code=1406, state=22001]


FailedObject: 
org.apache.openmeetings.db.entity.basic.Configuration@286a0559


at 
org.apache.openjpa.jdbc.sql.DBDictionary.narrow(DBDictionary.java:4962)


at 
org.apache.openjpa.jdbc.sql.DBDictionary.newStoreException(DBDictionary.java:4922)


at 
org.apache.openjpa.jdbc.sql.SQLExceptions.getStore(SQLExceptions.java:136)


at 
org.apache.openjpa.jdbc.sql.SQLExceptions.getStore(SQLExceptions.java:78)


at 
org.apache.openjpa.jdbc.kernel.PreparedStatementManagerImpl.flushAndUpdate(PreparedStatementManagerImpl.java:144)


at 
org.apache.openjpa.jdbc.kernel.BatchingPreparedStatementManagerImpl.flushAndUpdate(BatchingPreparedStatementManagerImpl.java:79

Re: Upgrade to 3.0.2

2014-06-04 Thread Alexei Fedotov
 Caused by: org.apache.openjpa.lib.jdbc.ReportingSQLException: Data 
 truncation: Data too long for column 'conf_value' at row 1 {prepstmnt 
 515643217 INSERT INTO configuration (comment_field, conf_key, conf_value, 
 deleted, starttime, updatetime, user_id) VALUES (?, ?, ?, ?, ?, ?, ?)} 
 [code=1406, state=22001]

It seems upgrade didn't work as expected for your version
--
With best regards / с наилучшими пожеланиями,
Alexei Fedotov / Алексей Федотов,
http://dataved.ru/
+7 916 562 8095

[1] Start using Apache Openmeetings today, http://openmeetings.apache.org/
[2] Join Alexei Fedotov @linkedin, http://ru.linkedin.com/in/dataved/
[3] Join Alexei Fedotov @facebook, http://www.facebook.com/openmeetings


On Wed, Jun 4, 2014 at 3:43 PM, [heureka] Ulrich Huber
ulrich.hu...@heureka.co.at wrote:
 I was following the guide @ http://openmeetings.apache.org/Upgrade.html;
 upgrade was recommended by maxim in order to address the generatingURL/mail
 invitation-issue.



 At the end of the installation process, I got an error@
 /openmeetings/install?6 (I dumped the databases and created a new one,
 following the recommendations in the upgrade-guide…)



 Installation is failed

 org.springframework.orm.jpa.JpaSystemException: The transaction has been
 rolled back.  See the nested exceptions for details on the errors that
 occurred.; nested exception is openjpa-2.2.2-r422266:1468616 fatal general
 error org.apache.openjpa.persistence.PersistenceException: The transaction
 has been rolled back.  See the nested exceptions for details on the errors
 that occurred.

 FailedObject: org.apache.openmeetings.db.entity.basic.Configuration@286a0559

 at
 org.springframework.orm.jpa.EntityManagerFactoryUtils.convertJpaAccessExceptionIfPossible(EntityManagerFactoryUtils.java:326)

 at
 org.springframework.orm.jpa.DefaultJpaDialect.translateExceptionIfPossible(DefaultJpaDialect.java:120)

 at
 org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:516)

 at
 org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:754)

 at
 org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:723)

 at
 org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:393)

 at
 org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:120)

 at
 org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)

 at
 org.springframework.aop.framework.Cglib2AopProxy$DynamicAdvisedInterceptor.intercept(Cglib2AopProxy.java:622)

 at
 org.apache.openmeetings.db.dao.basic.ConfigurationDao$$EnhancerByCGLIB$$fcc723cb.add(generated)

 at
 org.apache.openmeetings.installation.ImportInitvalues.loadConfiguration(ImportInitvalues.java:365)

 at
 org.apache.openmeetings.installation.ImportInitvalues.loadSystem(ImportInitvalues.java:985)

 at
 org.apache.openmeetings.installation.ImportInitvalues.loadAll(ImportInitvalues.java:997)

 at
 org.apache.openmeetings.web.pages.install.InstallWizard$InstallProcess.run(InstallWizard.java:389)

 at java.lang.Thread.run(Thread.java:662)

 Caused by: openjpa-2.2.2-r422266:1468616 fatal general error
 org.apache.openjpa.persistence.PersistenceException: The transaction has
 been rolled back.  See the nested exceptions for details on the errors that
 occurred.

 FailedObject: org.apache.openmeetings.db.entity.basic.Configuration@286a0559

 at
 org.apache.openjpa.kernel.BrokerImpl.newFlushException(BrokerImpl.java:2347)

 at org.apache.openjpa.kernel.BrokerImpl.flush(BrokerImpl.java:2184)

 at
 org.apache.openjpa.kernel.BrokerImpl.flushSafe(BrokerImpl.java:2082)

 at
 org.apache.openjpa.kernel.BrokerImpl.beforeCompletion(BrokerImpl.java:2000)

 at
 org.apache.openjpa.kernel.LocalManagedRuntime.commit(LocalManagedRuntime.java:81)

 at org.apache.openjpa.kernel.BrokerImpl.commit(BrokerImpl.java:1524)

 at
 org.apache.openjpa.kernel.DelegatingBroker.commit(DelegatingBroker.java:933)

 at
 org.apache.openjpa.persistence.EntityManagerImpl.commit(EntityManagerImpl.java:570)

 at
 org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:512)

 ... 12 more

 Caused by: openjpa-2.2.2-r422266:1468616 fatal general error
 org.apache.openjpa.persistence.PersistenceException: Data truncation: Data
 too long for column 'conf_value' at row 1 {prepstmnt 515643217 INSERT INTO
 configuration (comment_field, conf_key, conf_value, deleted, starttime,
 updatetime, user_id) VALUES (?, ?, ?, ?, ?, ?, ?)} [code=1406, state=22001]

 FailedObject: org.apache.openmeetings.db.entity.basic.Configuration@286a0559

Re: Upgrade to 3.0.2

2014-06-04 Thread Maxim Solodovnik
What DB are you using? (MySQL, Postrges etc.)
have you specified correct database name in persistence.xml file? (is it
for the right DB?)

According to stacktrace you were installing using web installer and it
fails to create default values, really weird :(



On 4 June 2014 18:49, Alexei Fedotov alexei.fedo...@gmail.com wrote:

  Caused by: org.apache.openjpa.lib.jdbc.ReportingSQLException: Data
 truncation: Data too long for column 'conf_value' at row 1 {prepstmnt
 515643217 INSERT INTO configuration (comment_field, conf_key, conf_value,
 deleted, starttime, updatetime, user_id) VALUES (?, ?, ?, ?, ?, ?, ?)}
 [code=1406, state=22001]

 It seems upgrade didn't work as expected for your version
 --
 With best regards / с наилучшими пожеланиями,
 Alexei Fedotov / Алексей Федотов,
 http://dataved.ru/
 +7 916 562 8095

 [1] Start using Apache Openmeetings today, http://openmeetings.apache.org/
 [2] Join Alexei Fedotov @linkedin, http://ru.linkedin.com/in/dataved/
 [3] Join Alexei Fedotov @facebook, http://www.facebook.com/openmeetings


 On Wed, Jun 4, 2014 at 3:43 PM, [heureka] Ulrich Huber
 ulrich.hu...@heureka.co.at wrote:
  I was following the guide @ http://openmeetings.apache.org/Upgrade.html;
  upgrade was recommended by maxim in order to address the
 generatingURL/mail
  invitation-issue.
 
 
 
  At the end of the installation process, I got an error@
  /openmeetings/install?6 (I dumped the databases and created a new one,
  following the recommendations in the upgrade-guide…)
 
 
 
  Installation is failed
 
  org.springframework.orm.jpa.JpaSystemException: The transaction has been
  rolled back.  See the nested exceptions for details on the errors that
  occurred.; nested exception is openjpa-2.2.2-r422266:1468616 fatal
 general
  error org.apache.openjpa.persistence.PersistenceException: The
 transaction
  has been rolled back.  See the nested exceptions for details on the
 errors
  that occurred.
 
  FailedObject:
 org.apache.openmeetings.db.entity.basic.Configuration@286a0559
 
  at
 
 org.springframework.orm.jpa.EntityManagerFactoryUtils.convertJpaAccessExceptionIfPossible(EntityManagerFactoryUtils.java:326)
 
  at
 
 org.springframework.orm.jpa.DefaultJpaDialect.translateExceptionIfPossible(DefaultJpaDialect.java:120)
 
  at
 
 org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:516)
 
  at
 
 org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:754)
 
  at
 
 org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:723)
 
  at
 
 org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:393)
 
  at
 
 org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:120)
 
  at
 
 org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
 
  at
 
 org.springframework.aop.framework.Cglib2AopProxy$DynamicAdvisedInterceptor.intercept(Cglib2AopProxy.java:622)
 
  at
 
 org.apache.openmeetings.db.dao.basic.ConfigurationDao$$EnhancerByCGLIB$$fcc723cb.add(generated)
 
  at
 
 org.apache.openmeetings.installation.ImportInitvalues.loadConfiguration(ImportInitvalues.java:365)
 
  at
 
 org.apache.openmeetings.installation.ImportInitvalues.loadSystem(ImportInitvalues.java:985)
 
  at
 
 org.apache.openmeetings.installation.ImportInitvalues.loadAll(ImportInitvalues.java:997)
 
  at
 
 org.apache.openmeetings.web.pages.install.InstallWizard$InstallProcess.run(InstallWizard.java:389)
 
  at java.lang.Thread.run(Thread.java:662)
 
  Caused by: openjpa-2.2.2-r422266:1468616 fatal general error
  org.apache.openjpa.persistence.PersistenceException: The transaction has
  been rolled back.  See the nested exceptions for details on the errors
 that
  occurred.
 
  FailedObject:
 org.apache.openmeetings.db.entity.basic.Configuration@286a0559
 
  at
 
 org.apache.openjpa.kernel.BrokerImpl.newFlushException(BrokerImpl.java:2347)
 
  at
 org.apache.openjpa.kernel.BrokerImpl.flush(BrokerImpl.java:2184)
 
  at
  org.apache.openjpa.kernel.BrokerImpl.flushSafe(BrokerImpl.java:2082)
 
  at
 
 org.apache.openjpa.kernel.BrokerImpl.beforeCompletion(BrokerImpl.java:2000)
 
  at
 
 org.apache.openjpa.kernel.LocalManagedRuntime.commit(LocalManagedRuntime.java:81)
 
  at
 org.apache.openjpa.kernel.BrokerImpl.commit(BrokerImpl.java:1524)
 
  at
 
 org.apache.openjpa.kernel.DelegatingBroker.commit(DelegatingBroker.java:933)
 
  at
 
 org.apache.openjpa.persistence.EntityManagerImpl.commit(EntityManagerImpl.java:570)
 
  at
 
 org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:512

AW: Upgrade to 3.0.2

2014-06-04 Thread [heureka] Ulrich Huber
 

 

Von: Vasiliy Degtyarev [mailto:va...@unipro.ru] 
Gesendet: Mittwoch, 04. Juni 2014 13:49
An: user@openmeetings.apache.org
Betreff: Re: Upgrade to 3.0.2

 

What command you use to create openmeetings database?



[[heureka] - Ulrich Huber] I created it using phpmyadmin; user openmeetings
has full access (including grant) to the db openmeetings



On 04.06.2014 18:43, [heureka] Ulrich Huber wrote:

I was following the guide @ http://openmeetings.apache.org/Upgrade.html;
upgrade was recommended by maxim in order to address the generatingURL/mail
invitation-issue. 

 

At the end of the installation process, I got an error@
/openmeetings/install?6 (I dumped the databases and created a new one,
following the recommendations in the upgrade-guide.) 

 


Installation is failed

org.springframework.orm.jpa.JpaSystemException: The transaction has been
rolled back.  See the nested exceptions for details on the errors that
occurred.; nested exception is openjpa-2.2.2-r422266:1468616 fatal general
error org.apache.openjpa.persistence.PersistenceException: The transaction
has been rolled back.  See the nested exceptions for details on the errors
that occurred.

FailedObject: org.apache.openmeetings.db.entity.basic.Configuration@286a0559

at
org.springframework.orm.jpa.EntityManagerFactoryUtils.convertJpaAccessExcept
ionIfPossible(EntityManagerFactoryUtils.java:326)

at
org.springframework.orm.jpa.DefaultJpaDialect.translateExceptionIfPossible(D
efaultJpaDialect.java:120)

at
org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionMan
ager.java:516)

at
org.springframework.transaction.support.AbstractPlatformTransactionManager.p
rocessCommit(AbstractPlatformTransactionManager.java:754)

at
org.springframework.transaction.support.AbstractPlatformTransactionManager.c
ommit(AbstractPlatformTransactionManager.java:723)

at
org.springframework.transaction.interceptor.TransactionAspectSupport.commitT
ransactionAfterReturning(TransactionAspectSupport.java:393)

at
org.springframework.transaction.interceptor.TransactionInterceptor.invoke(Tr
ansactionInterceptor.java:120)

at
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(Reflect
iveMethodInvocation.java:172)

at
org.springframework.aop.framework.Cglib2AopProxy$DynamicAdvisedInterceptor.i
ntercept(Cglib2AopProxy.java:622)

at
org.apache.openmeetings.db.dao.basic.ConfigurationDao$$EnhancerByCGLIB$$fcc7
23cb.add(generated)

at
org.apache.openmeetings.installation.ImportInitvalues.loadConfiguration(Impo
rtInitvalues.java:365)

at
org.apache.openmeetings.installation.ImportInitvalues.loadSystem(ImportInitv
alues.java:985)

at
org.apache.openmeetings.installation.ImportInitvalues.loadAll(ImportInitvalu
es.java:997)

at
org.apache.openmeetings.web.pages.install.InstallWizard$InstallProcess.run(I
nstallWizard.java:389)

at java.lang.Thread.run(Thread.java:662)

Caused by: openjpa-2.2.2-r422266:1468616 fatal general error
org.apache.openjpa.persistence.PersistenceException: The transaction has
been rolled back.  See the nested exceptions for details on the errors that
occurred.

FailedObject: org.apache.openmeetings.db.entity.basic.Configuration@286a0559

at
org.apache.openjpa.kernel.BrokerImpl.newFlushException(BrokerImpl.java:2347)

at org.apache.openjpa.kernel.BrokerImpl.flush(BrokerImpl.java:2184)

at
org.apache.openjpa.kernel.BrokerImpl.flushSafe(BrokerImpl.java:2082)

at
org.apache.openjpa.kernel.BrokerImpl.beforeCompletion(BrokerImpl.java:2000)

at
org.apache.openjpa.kernel.LocalManagedRuntime.commit(LocalManagedRuntime.jav
a:81)

at org.apache.openjpa.kernel.BrokerImpl.commit(BrokerImpl.java:1524)

at
org.apache.openjpa.kernel.DelegatingBroker.commit(DelegatingBroker.java:933)

at
org.apache.openjpa.persistence.EntityManagerImpl.commit(EntityManagerImpl.ja
va:570)

at
org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionMan
ager.java:512)

... 12 more

Caused by: openjpa-2.2.2-r422266:1468616 fatal general error
org.apache.openjpa.persistence.PersistenceException: Data truncation: Data
too long for column 'conf_value' at row 1 {prepstmnt 515643217 INSERT INTO
configuration (comment_field, conf_key, conf_value, deleted, starttime,
updatetime, user_id) VALUES (?, ?, ?, ?, ?, ?, ?)} [code=1406, state=22001]

FailedObject: org.apache.openmeetings.db.entity.basic.Configuration@286a0559

at
org.apache.openjpa.jdbc.sql.DBDictionary.narrow(DBDictionary.java:4962)

at
org.apache.openjpa.jdbc.sql.DBDictionary.newStoreException(DBDictionary.java
:4922)

at
org.apache.openjpa.jdbc.sql.SQLExceptions.getStore(SQLExceptions.java:136)

at
org.apache.openjpa.jdbc.sql.SQLExceptions.getStore(SQLExceptions.java:78)

at
org.apache.openjpa.jdbc.kernel.PreparedStatementManagerImpl.flushAndUpdate(P

Re: AW: Upgrade to 3.0.2

2014-06-04 Thread Vasiliy Degtyarev

What codepage you use for om database?


On 04.06.2014 19:01, [heureka] Ulrich Huber wrote:


*Von:*Vasiliy Degtyarev [mailto:va...@unipro.ru]
*Gesendet:* Mittwoch, 04. Juni 2014 13:49
*An:* user@openmeetings.apache.org
*Betreff:* Re: Upgrade to 3.0.2

What command you use to create openmeetings database?

*/[[heureka] - Ulrich Huber] I created it using phpmyadmin; user 
openmeetings has full access (including grant) to the db openmeetings/*




On 04.06.2014 18:43, [heureka] Ulrich Huber wrote:

I was following the guide @
http://openmeetings.apache.org/Upgrade.html; upgrade was
recommended by maxim in order to address the generatingURL/mail
invitation-issue.

At the end of the installation process, I got an error@
/openmeetings/install?6 (I dumped the databases and created a new
one, following the recommendations in the upgrade-guide...)

*Installation is failed*

org.springframework.orm.jpa.JpaSystemException: The transaction
has been rolled back.  See the nested exceptions for details on
the errors that occurred.; nested exception is
openjpa-2.2.2-r422266:1468616 fatal general error
org.apache.openjpa.persistence.PersistenceException: The
transaction has been rolled back.  See the nested exceptions for
details on the errors that occurred.

FailedObject:
org.apache.openmeetings.db.entity.basic.Configuration@286a0559
mailto:org.apache.openmeetings.db.entity.basic.Configuration@286a0559

at

org.springframework.orm.jpa.EntityManagerFactoryUtils.convertJpaAccessExceptionIfPossible(EntityManagerFactoryUtils.java:326)

at

org.springframework.orm.jpa.DefaultJpaDialect.translateExceptionIfPossible(DefaultJpaDialect.java:120)

at

org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:516)

at

org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:754)

at

org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:723)

at

org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:393)

at

org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:120)

at

org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)

at

org.springframework.aop.framework.Cglib2AopProxy$DynamicAdvisedInterceptor.intercept(Cglib2AopProxy.java:622)

at

org.apache.openmeetings.db.dao.basic.ConfigurationDao$$EnhancerByCGLIB$$fcc723cb.add(generated)

at

org.apache.openmeetings.installation.ImportInitvalues.loadConfiguration(ImportInitvalues.java:365)

at

org.apache.openmeetings.installation.ImportInitvalues.loadSystem(ImportInitvalues.java:985)

at

org.apache.openmeetings.installation.ImportInitvalues.loadAll(ImportInitvalues.java:997)

at

org.apache.openmeetings.web.pages.install.InstallWizard$InstallProcess.run(InstallWizard.java:389)

at java.lang.Thread.run(Thread.java:662)

Caused by: openjpa-2.2.2-r422266:1468616 fatal general error
org.apache.openjpa.persistence.PersistenceException: The
transaction has been rolled back.  See the nested exceptions for
details on the errors that occurred.

FailedObject:
org.apache.openmeetings.db.entity.basic.Configuration@286a0559
mailto:org.apache.openmeetings.db.entity.basic.Configuration@286a0559

at
org.apache.openjpa.kernel.BrokerImpl.newFlushException(BrokerImpl.java:2347)

at
org.apache.openjpa.kernel.BrokerImpl.flush(BrokerImpl.java:2184)

at
org.apache.openjpa.kernel.BrokerImpl.flushSafe(BrokerImpl.java:2082)

at
org.apache.openjpa.kernel.BrokerImpl.beforeCompletion(BrokerImpl.java:2000)

at

org.apache.openjpa.kernel.LocalManagedRuntime.commit(LocalManagedRuntime.java:81)

at
org.apache.openjpa.kernel.BrokerImpl.commit(BrokerImpl.java:1524)

at
org.apache.openjpa.kernel.DelegatingBroker.commit(DelegatingBroker.java:933)

at

org.apache.openjpa.persistence.EntityManagerImpl.commit(EntityManagerImpl.java:570)

at

org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:512)

... 12 more

Caused by: openjpa-2.2.2-r422266:1468616 fatal general error
org.apache.openjpa.persistence.PersistenceException: Data
truncation: Data too long for column 'conf_value' at row 1
{prepstmnt 515643217 INSERT INTO configuration (comment_field,
conf_key, conf_value, deleted, starttime, updatetime, user_id)
VALUES

  1   2   >