Dash monitoring and anonymousUser

Nick_yv

New Member
Hello i have a couple of questions:

1) i cant get that monitoring in dashboard to work. Can you try to point me in some specific log? becouse right now i cant find any explicit error in the logs. I dont know if it has something to do with the next question btw...

2) after restarting the services i get randomly this:
11:21:33,387 INFO Manager - main Started Manager in 25.852 seconds (JVM running for 27.047)
11:21:57,460 INFO RmiConnectionManager - Timer-1 Init RMI connection to url rmi://localhost:1098/NodeApi
11:22:17,293 INFO [/] - http-nio-8888-exec-6 Initializing Spring FrameworkServlet 'dispatcherServlet'
11:22:17,293 INFO DispatcherServlet - http-nio-8888-exec-6 FrameworkServlet 'dispatcherServlet': initialization started
11:22:17,391 INFO DispatcherServlet - http-nio-8888-exec-6 FrameworkServlet 'dispatcherServlet': initialization completed in 98 ms
11:22:17,827 INFO ViewScopeManager - http-nio-8888-exec-6 CDI @ViewScoped bean functionality unavailable
11:22:18,115 INFO AuditListener - http-nio-8888-exec-9 AuditEvent [timestamp=Tue Mar 05 11:22:18 CET 2019, principal=anonymousUser, type=AUTHORIZATION_FAILURE, data={type=org.springframework.security.access.AccessDeniedException, message=Accesso negato}]
11:22:30,554 INFO nerUserDetailService - http-nio-8888-exec-2 Looking for username admin
11:22:30,603 INFO AuditListener - http-nio-8888-exec-2 AuditEvent [timestamp=Tue Mar 05 11:22:30 CET 2019, principal=admin, type=AUTHENTICATION_SUCCESS, data={details=org.springframework.security.web.authentication.WebAuthenticationDetails@0: RemoteIpAddress: 80.71.239.240; SessionId: F534B5F8AEDE599672DAE311E802FEEC}]
11:22:30,605 INFO AuditListener - http-nio-8888-exec-2 AuditEvent [timestamp=Tue Mar 05 11:22:30 CET 2019, principal=admin, type=AUTHENTICATION_SUCCESS, data={details=org.springframework.security.web.authentication.WebAuthenticationDetails@0: RemoteIpAddress: 80.71.239.240; SessionId: F534B5F8AEDE599672DAE311E802FEEC}]

(Accesso negato ofc means access denied) Is that anonymousUser a normal behavior? or are we having something misconfigured?

we are using FlashphonerWebCallServer 5.1.3665
Thank you for your time.
 

Max

Administrator
Staff member
Hello.
i cant get that monitoring in dashboard to work
Monitoring functions are disabled by default. To enable it you should set the following parameter in WCS_HOME/conf/flashphoner.properties file
Code:
disable_manager_rmi=false
Is that anonymousUser a normal behavior?
WCS web admin interface does not support anonymous access. Probably someone tries to get this access, so it is normal behavior.
 
Top