playframework / playframework/play-socket.io

Java multi-room chat example is broken at least

Open
#296 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Scala
Stars
96
Forks
33
PR merge metrics
No merged PRs in 30d

Description

I downloaded this repo and just run as is, it does not work
Nothing happens after "join room"
Maybe other examples also don't work.
Seems like this repo is abandoned, Play 2.7.3 is here 😞
Please update and fix, if there are any Play devs here

EDIT: Crash

|-ERROR in ch.qos.logback.core.joran.spi.Interpreter@26:52 - ActionException in Action for tag [appender] ch.qos.logback.core.joran.spi.ActionException: ch.qos.logback.core.util.DynamicClassLoadingException: Failed to instantiate type AsyncAppender
        at ch.qos.logback.core.joran.spi.ActionException: ch.qos.logback.core.util.DynamicClassLoadingException: Failed to instantiate type AsyncAppender
...
Caused by: ch.qos.logback.core.util.DynamicClassLoadingException: Failed to instantiate type AsyncAppender
...
Caused by: java.lang.ClassNotFoundException: AsyncAppender

I removed logback.xml, but chat is still not working

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by running the Java multi-room chat example and reproducing the failure after “join room,” then inspect the Play 2.7.3 setup and the reported logback.xml AsyncAppender crash. Done means the chat example works through joining a room; the issue also asks whether other examples need fixes, so their status should be checked.

Written by the indexing model from the issue text.

Assessment

Tech stack
java, scala
Domain
backend
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.