Unable to login in Admin/TaskList/Cockpit after setup Camunda on WildFly10 Server

Hi all,

I am using Camunda 7.6 with wildfly10 application server.(camunda-bpm-wildfly10-7.6.0).
But after installation I can’t login (demo-demo) in Admin/TaskList/Cockpit (http://localhost:8080/camunda/app/welcome/default/#)
Error Text “Failed to display resource : Authentication failed. Your session might have expired, you need to login.

Hi @Mikhail,

Have you already tried to clear your browser cache?

Cheers,
Roman

@roman.smirnov, thanks.
After clearing the browser cache, the problem has solved.

Mikhail

Hi @roman.smirnov,

I habe the same problem with the tomcat Distribution I downloaded today. Browser Cache did not help.

Best regards
Thomas

Caused by: java.io.IOException: Eine bestehende Verbindung wurde softwaregesteuert durch den Hostcomputer abgebrochen
at sun.nio.ch.SocketDispatcher.write0(Native Method)
at sun.nio.ch.SocketDispatcher.write(SocketDispatcher.java:51)
at sun.nio.ch.IOUtil.writeFromNativeBuffer(IOUtil.java:93)
at sun.nio.ch.IOUtil.write(IOUtil.java:65)
at sun.nio.ch.SocketChannelImpl.write(SocketChannelImpl.java:471)
at org.apache.tomcat.util.net.NioChannel.write(NioChannel.java:127)
at org.apache.tomcat.util.net.NioBlockingSelector.write(NioBlockingSelector.java:101)
at org.apache.tomcat.util.net.NioSelectorPool.write(NioSelectorPool.java:173)
at org.apache.coyote.http11.InternalNioOutputBuffer.writeToSocket(InternalNioOutputBuffer.java:139)
at org.apache.coyote.http11.InternalNioOutputBuffer.addToBB(InternalNioOutputBuffer.java:197)
at org.apache.coyote.http11.InternalNioOutputBuffer.access$000(InternalNioOutputBuffer.java:41)
at org.apache.coyote.http11.InternalNioOutputBuffer$SocketOutputBuffer.doWrite(InternalNioOutputBuffer.java:320)
at org.apache.coyote.http11.filters.ChunkedOutputFilter.doWrite(ChunkedOutputFilter.java:116)
at org.apache.coyote.http11.AbstractOutputBuffer.doWrite(AbstractOutputBuffer.java:256)
at org.apache.coyote.Response.doWrite(Response.java:503)
at org.apache.catalina.connector.OutputBuffer.realWriteBytes(OutputBuffer.java:388)
… 54 more

Hi @thneeb,

Could you please to open your browser in incognito mode and try to login?

Cheers,
Roman

Hi @roman.smirnov,

thank you for your reply, but I made it working now. I do not know how exactly, but now I can log in with demo/demo. The exception is still there, but it works, though I do not care :slight_smile:

Best regards
Thomas

Hi @thneeb,

Great to hear that you could solve it. The exception is indeed expected :wink:

Cheers,
Roman

Hi. I am new to Camunda, and I am having trouble logging in using the default login detail (Username - demo, Password demo). It’s a Tomcat distribution environment, and I have tried clearing the cache,it didn’t work.

Same problem for me
Did you solve?