Latest moodle plugin seems to have fixed it. Can now access from
chrome with no hash errors.
Thanks,
Dan
On 04/04/2020 02:33, Maxim Solodovnik wrote:
security errors are expected (will try to do something with it before
release)
And i can see nothing in the logs
will try to find windows machine to test
extremely weird it is NREP at my 2 Ubuntu machines ...
On Sat, 4 Apr 2020 at 01:58, Daniel Baker <i...@collisiondetection.biz
<mailto:i...@collisiondetection.biz>> wrote:
And here is the openmeetings.log output when trying to
access the room from chrome :
DEBUG 04-03 19:54:36.007 o.a.o.d.d.u.UserDao:624 [nio-5443-exec-7]
- login:: 1 users were found
DEBUG 04-03 19:54:37.145 o.a.o.d.u.AuthLevelUtil:40
[nio-5443-exec-7] - Level LOGIN :: [GRANTED]
DEBUG 04-03 19:54:37.148 o.a.o.d.d.u.UserDao:641 [nio-5443-exec-7]
- login user groups [GroupUser [id=1, moderator=false, group=Group
[id=1, name=kam270, deleted=false], user=User [id=1,
firstname=firstname, lastname=lastname, login=admin,
pictureuri=null, deleted=false, languageId=1, address=Address
[id=1, country=GB, street=null, town=null, zip=null,
deleted=false, email=i...@collisiondetection.biz
<mailto:i...@collisiondetection.biz>, phone=null],
externalId=null, type=USER]]]
DEBUG 04-03 19:54:37.180 o.a.o.d.d.s.SessiondataDao:78
[nio-5443-exec-7] - create :: create
DEBUG 04-03 19:54:37.180 o.a.o.d.d.s.SessiondataDao:48
[nio-5443-exec-7] - startsession :: startsession
DEBUG 04-03 19:54:37.192 o.a.o.w.UserWebService:114
[nio-5443-exec-7] - Login user: 1
DEBUG 04-03 19:54:37.289 o.a.o.d.u.AuthLevelUtil:40
[nio-5443-exec-4] - Level SOAP :: [GRANTED]
DEBUG 04-03 19:54:37.364 o.a.o.w.UserWebService:308
[nio-5443-exec-4] - {"email":"ad...@example.com
<mailto:ad...@example.com>","externalId":"2","externalType":"moodle","firstname":"Admin","lastname":"User","username":"admin"}
DEBUG 04-03 19:54:37.368 o.a.o.w.UserWebService:312
[nio-5443-exec-4] - jsonString {"email":"ad...@example.com
<mailto:ad...@example.com>","externalId":"2","externalType":"moodle","firstname":"Admin","lastname":"User","username":"admin"}
DEBUG 04-03 19:54:37.659 o.a.o.d.u.AuthLevelUtil:40
[nio-5443-exec-6] - Level ADMIN :: [DENIED]
DEBUG 04-03 19:54:37.671 o.a.o.d.u.AuthLevelUtil:40
[nio-5443-exec-6] - Level ADMIN :: [DENIED]
DEBUG 04-03 19:54:37.673 o.a.o.d.u.AuthLevelUtil:40
[nio-5443-exec-6] - Level GROUP_ADMIN :: [DENIED]
DEBUG 04-03 19:54:37.677 o.a.o.d.u.AuthLevelUtil:40
[nio-5443-exec-6] - Level ADMIN :: [DENIED]
DEBUG 04-03 19:54:37.678 o.a.o.d.u.AuthLevelUtil:40
[nio-5443-exec-6] - Level ADMIN :: [DENIED]
DEBUG 04-03 19:54:37.814 o.a.o.w.c.OmWebSocketPanel:63
[nio-5443-exec-1] - Sending WebSocket PING
DEBUG 04-03 19:54:38.825 o.a.o.d.d.l.ConferenceLogDao:52
[nio-5443-exec-9] - [add]:
org.apache.openmeetings.db.entity.log.ConferenceLog@59da5e8b
DEBUG 04-03 19:54:38.830 o.a.o.w.a.ClientManager:121
[nio-5443-exec-9] - Adding online client:
e0f706bf-4c37-4afc-961a-7801b9080268, room: null
DEBUG 04-03 19:54:38.832 o.a.o.w.c.MainPanel:161 [nio-5443-exec-9]
- WebSocketBehavior::onConnect [uid:
e0f706bf-4c37-4afc-961a-7801b9080268, session:
41B4D417E4DB6474AEB2301D63FA5E46, key:
org.apache.wicket.protocol.ws.api.registry.PageIdKey@0]
DEBUG 04-03 19:54:38.873 o.a.o.d.u.AuthLevelUtil:40
[nio-5443-exec-8] - Level ADMIN :: [DENIED]
DEBUG 04-03 19:54:38.882 o.a.o.d.d.r.PollDao:87 [nio-5443-exec-8]
- :: getPoll :: 11
DEBUG 04-03 19:54:38.893 o.a.o.d.d.r.PollDao:98 [nio-5443-exec-8]
- :: getArchived :: 11
DEBUG 04-03 19:54:38.924 o.a.o.d.d.f.FileItemDao:55
[nio-5443-exec-8] - getByOwner() started
DEBUG 04-03 19:54:38.927 o.a.o.d.d.f.FileItemDao:50
[nio-5443-exec-8] - getByRoom roomId :: 11
DEBUG 04-03 19:54:38.944 o.a.o.w.c.OmWebSocketPanel:89
[nio-5443-exec-8] - WebSocketBehavior:: pingTimer is attached
DEBUG 04-03 19:54:39.506 o.a.o.w.c.OmWebSocketPanel:173
[nio-5443-exec-2] - WebSocketBehavior::closeHandler The client
closed its connection with code '1001' and message: 'null'
DEBUG 04-03 19:54:39.507 o.a.o.d.d.l.ConferenceLogDao:52
[nio-5443-exec-2] - [add]:
org.apache.openmeetings.db.entity.log.ConferenceLog@72f23a2e
DEBUG 04-03 19:54:39.524 o.a.o.w.a.ClientManager:250
[nio-5443-exec-2] - Removing online room client:
e0f706bf-4c37-4afc-961a-7801b9080268, room: null
DEBUG 04-03 19:54:39.524 o.a.o.w.a.ClientManager:182
[nio-5443-exec-2] - Removing online client:
e0f706bf-4c37-4afc-961a-7801b9080268, roomId: null
On 03/04/2020 19:45, Daniel Baker wrote:
Maybe this sheds some more light on it :
On 03/04/2020 17:41, Zenon Panoussis wrote:
Hi
This should only happen, if you have Debug output enabled (should be
disabled in production)
Is this you configuration?
Yes, debug is enabled, I'm not in production yet. If it goes
away with debug off, all is well.
Cheers,
Z
--
Best regards,
Maxim