i did the whole vm new under rocky linux and i was able to install webtop. but i am not able to log in. any suggestions?
2023-08-31T08:59:00+02:00 [1:webtop1:webapp] 2023-08-31 06:59:00 [ERROR] c.s.webtop.core.bg.ReminderTask - Error
2023-08-31T08:59:00+02:00 [1:webtop1:webapp] org.apache.shiro.authz.AuthorizationException: com.sonicle.webtop.core.app.sdk.WTNotFoundException: SID not found for ‘admin@’
2023-08-31T08:59:00+02:00 [1:webtop1:webapp] at com.sonicle.webtop.core.app.shiro.WTRealm.doGetAuthorizationInfo(WTRealm.java:173)
2023-08-31T08:59:00+02:00 [1:webtop1:webapp] at org.apache.shiro.realm.AuthorizingRealm.getAuthorizationInfo(AuthorizingRealm.java:342)
2023-08-31T08:59:00+02:00 [1:webtop1:webapp] at org.apache.shiro.realm.AuthorizingRealm.hasRole(AuthorizingRealm.java:576)
2023-08-31T08:59:00+02:00 [1:webtop1:webapp] at org.apache.shiro.authz.ModularRealmAuthorizer.hasRole(ModularRealmAuthorizer.java:374)
2023-08-31T08:59:00+02:00 [1:webtop1:webapp] at org.apache.shiro.mgt.AuthorizingSecurityManager.hasRole(AuthorizingSecurityManager.java:153)
2023-08-31T08:59:00+02:00 [1:webtop1:webapp] at com.sonicle.webtop.core.app.RunContext.hasRole(RunContext.java:510)
2023-08-31T08:59:00+02:00 [1:webtop1:webapp] at com.sonicle.webtop.core.app.RunContext.hasRole(RunContext.java:506)
2023-08-31T08:59:00+02:00 [1:webtop1:webapp] at com.sonicle.webtop.core.app.RunContext.isSysAdmin(RunContext.java:497)
2023-08-31T08:59:00+02:00 [1:webtop1:webapp] at com.sonicle.webtop.core.app.RunContext.isSysAdmin(RunContext.java:254)
2023-08-31T08:59:00+02:00 [1:webtop1:webapp] at com.sonicle.webtop.core.app.RunContext.isSysAdmin(RunContext.java:245)
2023-08-31T08:59:00+02:00 [1:webtop1:webapp] at com.sonicle.webtop.core.sdk.BaseManager.(BaseManager.java:77)
2023-08-31T08:59:00+02:00 [1:webtop1:webapp] at com.sonicle.webtop.core.CoreManager.(CoreManager.java:257)
2023-08-31T08:59:00+02:00 [1:webtop1:webapp] at com.sonicle.webtop.core.app.ServiceManager.instantiateCoreManager(ServiceManager.java:816)
2023-08-31T08:59:00+02:00 [1:webtop1:webapp] at com.sonicle.webtop.core.app.WT.getCoreManager(WT.java:399)
2023-08-31T08:59:00+02:00 [1:webtop1:webapp] at com.sonicle.webtop.core.bg.ReminderTask.executeWork(ReminderTask.java:75)
2023-08-31T08:59:00+02:00 [1:webtop1:webapp] at com.sonicle.webtop.core.sdk.BaseBackgroundServiceTask.doExecuteWork(BaseBackgroundServiceTask.java:91)
2023-08-31T08:59:00+02:00 [1:webtop1:webapp] at com.sonicle.webtop.core.sdk.BaseBackgroundServiceTask.execute(BaseBackgroundServiceTask.java:71)
2023-08-31T08:59:00+02:00 [1:webtop1:webapp] at org.quartz.core.JobRunShell.run(JobRunShell.java:202)
2023-08-31T08:59:00+02:00 [1:webtop1:webapp] at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:573)
2023-08-31T08:59:00+02:00 [1:webtop1:webapp] Caused by: com.sonicle.webtop.core.app.sdk.WTNotFoundException: SID not found for 'admin@’
2023-08-31T08:59:00+02:00 [1:webtop1:webapp] at com.sonicle.webtop.core.app.WebTopManager.lookupSubjectSid(WebTopManager.java:652)
2023-08-31T08:59:00+02:00 [1:webtop1:webapp] at com.sonicle.webtop.core.app.WebTopManager.getComputedRolesByUser(WebTopManager.java:2186)
2023-08-31T08:59:00+02:00 [1:webtop1:webapp] at com.sonicle.webtop.core.app.shiro.WTRealm.loadAuthorizationInfo(WTRealm.java:384)
2023-08-31T08:59:00+02:00 [1:webtop1:webapp] at com.sonicle.webtop.core.app.shiro.WTRealm.doGetAuthorizationInfo(WTRealm.java:170)
2023-08-31T08:59:00+02:00 [1:webtop1:webapp] … 18 common frames omitted
i tried with all possibilities, also with @domain and without. is there a different login for administrator or user of webtop? like webtop.domain.xx/login or webtop.domain.xx/admin?
I also installed WebTop on NS8 and it works without problems.
The difference is that I use LDAP, not Samba4.
Can it be a WebTop problem in combination with Samba4?
However, you should be able to log into WebTop with the default WebTop administrator credentials:
user: admin
password: admin
unfortunately is this the main problem, i did not reach the configuration UI for webtop, not with the admin admin, not with the build in administrator from the samba dc etc.