playframework / playframework/play-socket.io
Java multi-room chat example is broken at least
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
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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