You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
returning 404 HTTP status and "Petit malin !" text.
Entering in chat "open chat" dropdown menu option (topmost bar), I got a black screen "Service Not Available. Please, come back later.", with several requests to (again in Chrome console):
Is there any trick to get it working with LDAP users?
I was using a self-signed certified and just get a lot of different errors with HttpClient requests in chat application. We can try to fix this second problem in another moment, but I was forced to remove my certificate to analyse these first-one problems.
Some considerations:
I entered in "chat" database, "users" collection in mongodb, manually, and it is empty. It looks like the "register user" procedure is not working, since they are different entries (a user in eXo and a user in chat mongodb)
I tried to search in github the addUser method, but I could not understand who the "enter eXo user" event is chained to chat portlet. I guess that there is a problem around this. Maybe wrong.
There is some blind points in your documentation. May I update your wiki pages?
The text was updated successfully, but these errors were encountered:
Scenario:
After the login screen, I just got in Chrome console a request error:
http://central.ampliato.com.br:10700/chatServer/notification?user=root&token=979412bd16bee4627624db838ee489f289d27000
returning 404 HTTP status and "Petit malin !" text.
Entering in chat "open chat" dropdown menu option (topmost bar), I got a black screen "Service Not Available. Please, come back later.", with several requests to (again in Chrome console):
http://central.ampliato.com.br:10700/chatServer/whoIsOnline?user=root&token=979412bd16bee4627624db838ee489f289d27000&filter=&isAdmin=false×tamp=1406328682562
With the same 404 HTTP status and the same text.
Both eXo and Tomcat console has no errors messages during this requests.
Tomcat Chat Server Log: http://pastebin.mozilla.org/5622869
eXo community Tomcat Log: http://pastebin.mozilla.org/5622912
httpd log: http://pastebin.mozilla.org/5622921
httpd.conf http://pastebin.mozilla.org/5622932
chat.properties http://pastebin.mozilla.org/5622933 (mongodb is listening in 10717 port)
Some questions:
Some considerations:
The text was updated successfully, but these errors were encountered: