You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@openmeetings.apache.org by Varga Balázs <jo...@gmail.com> on 2013/12/17 20:29:28 UTC

OM 3.0.0 Invitatin login, name is NULL

Hello!

I test this 3.0.0-SNAPSHOT 1546866 2-December-2013

Main portal backend service get loginHash from OM and the participants 
login into room from hashed OM URL

The invitation hash is correct, participant is logged into room successfull.

Problem, participant display name is NULL in list.

I check the OM DB, the participant is currently add on the OM_USER, 
ADRESSES table. WHY?! This a no OM user, bad idea!

The OM_USER genrated autoinserted record firstname, lastname equ the 
invitationName, login is generated 1_invitationName (eg.: admin, admin, 
1_admin), owner_id is the invitationRequest caller userID, type is contact.

I check OM log, error not founds.

Howto resolve this? (The oldest version is not add invited users to 
om_user).


This a main process log:
2013-12-17 19:45:06.782612 [INFO] from 
[/home/magyarwebkonferencia/public_html/openmeeting/openmeeting_getway.php:Line 
317]:\nopenmeetings_rest_service: 
http://server6.magyarwebkonferencia.hu:5080/openmeetings/services/RoomService/getInvitationHash?SID=3979eabd315ecb10fefa1b601d093c94&username=admin&room_id=54&isPasswordProtected=false&invitationpass=&valid=1&validFromDate=&validFromTime=&validToDate=&validToTime=
2013-12-17 19:45:06.782655 [--] from 
[/home/magyarwebkonferencia/public_html/openmeeting/openmeetings_rest_service.php:Line 
46]:\nopenmeetings_rest_service: 
http://server6.magyarwebkonferencia.hu:5080/openmeetings/services/RoomService/getInvitationHash?SID=3979eabd315ecb10fefa1b601d093c94&username=admin&room_id=54&isPasswordProtected=false&invitationpass=&valid=1&validFromDate=&validFromTime=&validToDate=&validToTime=
2013-12-17 19:45:06.782718 [--] from 
[/home/magyarwebkonferencia/public_html/openmeeting/openmeetings_rest_service.php:Line 
48]:\nopenmeetings_rest_service: Resource id #50
2013-12-17 19:45:06.850410 [--] from 
[/home/magyarwebkonferencia/public_html/openmeeting/openmeetings_rest_service.php:Line 
67]:\nopenmeetings_rest_service: HTTP/1.1 200 OK
Server: Apache-Coyote/1.1
Content-Type: application/xml;charset=UTF-8
Transfer-Encoding: chunked
Date: Tue, 17 Dec 2013 18:45:07 GMT

<ns:getInvitationHashResponse 
xmlns:ns="http://services.axis.openmeetings.apache.org"><ns:return>431a52632f8476de5b6a4523647ba56f</ns:return></ns:getInvitationHashResponse>
2013-12-17 19:45:06.850548 [INFO] from 
[/home/magyarwebkonferencia/public_html/openmeeting/openmeetings_rest_service.php:Line 
80]:\nopenmeetings_rest_service: 200
2013-12-17 19:45:06.850592 [INFO] from 
[/home/magyarwebkonferencia/public_html/openmeeting/openmeetings_rest_service.php:Line 
84]:\nopenmeetings_rest_service: Request success
2013-12-17 19:45:06.850644 [INFO] from 
[/home/magyarwebkonferencia/public_html/openmeeting/openmeetings_rest_service.php:Line 
137]:\nopenmeetings_rest_service: XML to DOM:
2013-12-17 19:45:06.850682 [--] from 
[/home/magyarwebkonferencia/public_html/openmeeting/openmeetings_rest_service.php:Line 
138]:\nopenmeetings_rest_service: <ns:getInvitationHashResponse 
xmlns:ns="http://services.axis.openmeetings.apache.org"><ns:return>431a52632f8476de5b6a4523647ba56f</ns:return></ns:getInvitationHashResponse>


Balazs




Re: OM 3.0.0 Invitatin login, name is NULL

Posted by Maxim Solodovnik <so...@gmail.com>.
All invited users are goes into om_user table with type "CONTACT"
I'll double check invitation (lot's of issues regarding it were reported
recently)


On Wed, Dec 18, 2013 at 2:29 AM, Varga Balázs <jo...@gmail.com> wrote:

> Hello!
>
> I test this 3.0.0-SNAPSHOT 1546866 2-December-2013
>
> Main portal backend service get loginHash from OM and the participants
> login into room from hashed OM URL
>
> The invitation hash is correct, participant is logged into room
> successfull.
>
> Problem, participant display name is NULL in list.
>
> I check the OM DB, the participant is currently add on the OM_USER,
> ADRESSES table. WHY?! This a no OM user, bad idea!
>
> The OM_USER genrated autoinserted record firstname, lastname equ the
> invitationName, login is generated 1_invitationName (eg.: admin, admin,
> 1_admin), owner_id is the invitationRequest caller userID, type is contact.
>
> I check OM log, error not founds.
>
> Howto resolve this? (The oldest version is not add invited users to
> om_user).
>
>
> This a main process log:
> 2013-12-17 19:45:06.782612 [INFO] from [/home/magyarwebkonferencia/
> public_html/openmeeting/openmeeting_getway.php:Line
> 317]:\nopenmeetings_rest_service: http://server6.
> magyarwebkonferencia.hu:5080/openmeetings/services/
> RoomService/getInvitationHash?SID=3979eabd315ecb10fefa1b601d093c
> 94&username=admin&room_id=54&isPasswordProtected=false&
> invitationpass=&valid=1&validFromDate=&validFromTime=&
> validToDate=&validToTime=
> 2013-12-17 19:45:06.782655 [--] from [/home/magyarwebkonferencia/
> public_html/openmeeting/openmeetings_rest_service.php:Line
> 46]:\nopenmeetings_rest_service: http://server6.
> magyarwebkonferencia.hu:5080/openmeetings/services/
> RoomService/getInvitationHash?SID=3979eabd315ecb10fefa1b601d093c
> 94&username=admin&room_id=54&isPasswordProtected=false&
> invitationpass=&valid=1&validFromDate=&validFromTime=&
> validToDate=&validToTime=
> 2013-12-17 19:45:06.782718 [--] from [/home/magyarwebkonferencia/
> public_html/openmeeting/openmeetings_rest_service.php:Line
> 48]:\nopenmeetings_rest_service: Resource id #50
> 2013-12-17 19:45:06.850410 [--] from [/home/magyarwebkonferencia/
> public_html/openmeeting/openmeetings_rest_service.php:Line
> 67]:\nopenmeetings_rest_service: HTTP/1.1 200 OK
> Server: Apache-Coyote/1.1
> Content-Type: application/xml;charset=UTF-8
> Transfer-Encoding: chunked
> Date: Tue, 17 Dec 2013 18:45:07 GMT
>
> <ns:getInvitationHashResponse xmlns:ns="http://services.
> axis.openmeetings.apache.org"><ns:return>431a52632f8476de5b6a4523647ba5
> 6f</ns:return></ns:getInvitationHashResponse>
> 2013-12-17 19:45:06.850548 [INFO] from [/home/magyarwebkonferencia/
> public_html/openmeeting/openmeetings_rest_service.php:Line
> 80]:\nopenmeetings_rest_service: 200
> 2013-12-17 19:45:06.850592 [INFO] from [/home/magyarwebkonferencia/
> public_html/openmeeting/openmeetings_rest_service.php:Line
> 84]:\nopenmeetings_rest_service: Request success
> 2013-12-17 19:45:06.850644 [INFO] from [/home/magyarwebkonferencia/
> public_html/openmeeting/openmeetings_rest_service.php:Line
> 137]:\nopenmeetings_rest_service: XML to DOM:
> 2013-12-17 19:45:06.850682 [--] from [/home/magyarwebkonferencia/
> public_html/openmeeting/openmeetings_rest_service.php:Line
> 138]:\nopenmeetings_rest_service: <ns:getInvitationHashResponse xmlns:ns="
> http://services.axis.openmeetings.apache.org"><ns:return>
> 431a52632f8476de5b6a4523647ba56f</ns:return></ns:
> getInvitationHashResponse>
>
>
> Balazs
>
>
>
>


-- 
WBR
Maxim aka solomax