iSymphony: invalid username and password

Can see many posts on this topic but no outcome. I have a fresh install of freepbx 14 with IS3. Allive done really is configured the java directory to get to where I am now. Apparently it inherits the existing useraccounts including admin. I log in to the freepbx console with admin:freepbxpass and I have extensions 1001–>1005 defined with password demouser. I know the passwords are all true and correct yet I cannot log into the isymphony console. Im hoping for the benefit of others this thread can actually be sen through to a solution.

My logs look like:

    at com.xmlnamespace.panel.lib.communication.jms.request.JMSRequestServer.lambda$4(JMSRequestServer.java:259) ~[com.xmlnamespace.panel.lib.communication.jms_1.0.0.jar:na]
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) ~[na:1.8.0_212]
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) ~[na:1.8.0_212]
    at java.lang.Thread.run(Thread.java:748) ~[na:1.8.0_212]

2019-08-28 15:37:47,390 [main-server] [pool-7-thread-4] ERROR com.xmlnamespace.panel.server.core.authentication.CoreAuthenticationServiceProvider - Login failed: username does not exist: 1001
2019-08-28 15:37:47,400 [main-server] [pool-7-thread-4] WARN com.xmlnamespace.panel.server.core.authentication.FreePBXAuthenticationProvider - Login failed: username does not exist: 1001
2019-08-28 15:37:47,403 [main-server] [[jms-executorService] thread-4] ERROR com.xmlnamespace.panel.client.login.impl.LoginClientModuleImpl - Exception attempting to log in:
com.xmlnamespace.panel.lib.core.model.exception.CoreAuthenticationException: Invalid username/password
at com.xmlnamespace.panel.server.core.authentication.FreePBXAuthenticationProvider.handle(FreePBXAuthenticationProvider.java:240) ~[na:na]
at com.xmlnamespace.panel.server.core.authentication.FreePBXAuthenticationProvider.handleRequest(FreePBXAuthenticationProvider.java:216) ~[na:na]onProvider.handleRequest(FreePBXAuthenticationProvider.java:216) ~[na:na]
at com.xmlnamespace.panel.lib.communication.jms.request.JMSRequestServer.handleRequest(JMSRequestServer.java:358) ~[com.xmlnamespace.panel.lib.communication.jms_1.0.0.jar:na]
at com.xmlnamespace.panel.lib.communication.jms.request.JMSRequestServer.handleMessage(JMSRequestServer.java:339) ~[com.xmlnamespace.panel.lib.communication.jms_1.0.0.jar:na]
at com.xmlnamespace.panel.lib.communication.jms.request.JMSRequestServer.lambda$4(JMSRequestServer.java:259) ~[com.xmlnamespace.panel.lib.communication.jms_1.0.0.jar:na]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) ~[na:1.8.0_212]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) ~[na:1.8.0_212]
at java.lang.Thread.run(Thread.java:748) ~[na:1.8.0_212]
2019-08-28 15:37:58,942 [main-server] [pool-7-thread-4] ERROR com.xmlnamespace.panel.server.core.authentication.CoreAuthenticationServiceProvider - Login failed: username does not exist: admin
2019-08-28 15:37:58,944 [main-server] [pool-7-thread-4] WARN com.xmlnamespace.panel.server.core.authentication.FreePBXAuthenticationProvider - Login failed: username does not exist: admin

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.