Hey Please reply to the mailing list rather than to me directly.
On Thu, May 8, 2008 at 7:56 PM, Peter Schellenberg <[EMAIL PROTECTED]> wrote: > Hi Niklas > > Thanks for your input. Unfortunately I haven't managed to get the server up > and running yet. But I am getting closer ;) > > I have attached the screenshot with the thrown exceptions. The cause of > these exceptions are missing packages: > > org.slf4j.Logger > org.slf4j.LoggerFactory > org.apache.mina.common.IdleStatus > org.apache.mina.common.IoHandler > org.apache.mina.common.IoSession > > Do you know these packages? In which jar-file should they be? These are part of SLF4J and MINA. A working combination would be to use: mina-core-2.0.0-M2-SNAPSHOT.jar slf4j-api-1.4.3.jar slf4j-log4j12-1.4.3.jar log4j-1.2.13.jar /niklas
