Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 2 of 2

Thread: Exception in thread "Launcher:/Whiteboard" java.lang.RuntimeException: Failed to load

  1. #1
    Junior Member
    Join Date
    Mar 2011
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Exception in thread "Launcher:/Whiteboard" java.lang.RuntimeException: Failed to load

    HI,


    I am doing white board application in red5 and i am getting the following error msg:

    SLF4J: The requested version 1.5.8 by your slf4j binding is not compatible with [1.5.5, 1.5.6]
    SLF4J: See SLF4J Error Codes for further details.
    some lines...
    "Exception in thread "Launcher:/Whiteboard" java.lang.RuntimeException: Failed to load webapplication context class.
    at org.red5.server.tomcat.TomcatLoader$1.run(TomcatLo ader.java:579)
    Caused by: java.lang.ClassCastException: org.springframework.web.context.support.XmlWebAppl icationContext cannot be cast to org.springframework.web.context.ConfigurableWebApp licationContext
    at org.red5.server.tomcat.TomcatLoader$1.run(TomcatLo ader.java:577)"

    I am using red5 0.9.1.. Please help me to find out the solution...


  2. #2
    Crazy Cat Lady KevinWorkman's Avatar
    Join Date
    Oct 2010
    Location
    Washington, DC
    Posts
    5,424
    My Mood
    Hungover
    Thanks
    144
    Thanked 636 Times in 540 Posts

    Default Re: Exception in thread "Launcher:/Whiteboard" java.lang.RuntimeException: Failed to

    This thread has been cross posted here:

    http://www.java-forums.org/eclipse/40938-exception-thread-launcher-whiteboard-java-lang-runtimeexception-failed-loa.html

    Although cross posting is allowed, for everyone's benefit, please read:

    Java Programming Forums Cross Posting Rules

    The Problems With Cross Posting

    Read also: http://www.javaprogrammingforums.com...s-posting.html

    Useful links: How to Ask Questions the Smart Way | Use Code Tags | Java Tutorials
    Static Void Games - Play indie games, learn from game tutorials and source code, upload your own games!

Similar Threads

  1. Exception in thread "main" java.lang.NullPointerException
    By MryJaho in forum What's Wrong With My Code?
    Replies: 4
    Last Post: February 4th, 2011, 05:36 PM
  2. Replies: 13
    Last Post: October 13th, 2010, 11:20 AM
  3. Replies: 16
    Last Post: August 27th, 2010, 03:30 PM
  4. Please help! Exception in thread "main" java.lang.NullPointerException
    By Arutha2321 in forum What's Wrong With My Code?
    Replies: 2
    Last Post: November 18th, 2009, 02:25 AM
  5. Replies: 1
    Last Post: October 25th, 2009, 11:54 AM