Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6374129
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T01:26:59+00:00 2026-05-25T01:26:59+00:00

Currently working on a flashchat that connects to red5. The webapp used: http://www.freedevelopment.net/articles/free-red5chat.html Users

  • 0

Currently working on a flashchat that connects to red5.

The webapp used: http://www.freedevelopment.net/articles/free-red5chat.html

Users can connect, chat. But private messages and admin actions fail.

This is because of the following error:

Caused by: java.lang.ClassCastException: 
    java.util.concurrent.ConcurrentHashMap$Values
cannot be cast to java.util.Iterator at
net.freedevelopment.chat.Application.kick(Application.java:302)

The code there states:

public void kick(String _id) {
    Iterator<IConnection> it = scope.getConnections();
    //log.debug("kick called: "+_id);
    while (it.hasNext()) {
    IConnection conn = it.next();
    String id=conn.getClient().getId();
    if (!(_id.equals(id))) continue;
        if (conn instanceof IServiceCapableConnection) {
            ((IServiceCapableConnection) conn).invoke("IhaveBeenKicked", new Object[]{_id});
            log.info("kick "+_id);
        }   
    }
} // line 302

So I guess the iterator is not valid, but I have no clue to what this should be casted.

Thanx in advance!

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-25T01:26:59+00:00Added an answer on May 25, 2026 at 1:26 am

    Developer responded that this is a known problem, should be fixed in the near future.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Im currently working on a c# project that uses another .net library. This library
Currently working on a code I realized that it used to call malloc multiple
Currently working with converting SQLException error messages into messages that are more useful for
Im currently working on a game that uses multi touch to apply zoom to
Am currently working on an application that requires users to submit posts and comments
Am currently working on a site that uses a lot of cfwindow objects and
im currently working on a project that involves listing contacts with a photo and
Im currently working on an RMI client that will talk to an RMI server
Im currently working on a project that requires the following. I need to be
I'm currently working on creating a new C# project that needs to interact with

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.