Hi Thanks for your input. I've included the slf4j packages. I am getting closer to the resolution. The only thing now missing are the mina packages.
Here are a few examples: org.apache.mina.common.IdleStatus org.apache.mina.common.IoHandler org.apache.mina.common.IoSession org.apache.mina.filter.logging.LoggingFilter org.apache.mina.filter.ssl.SslFilter org.apache.mina.transport.socket.SocketAcceptor org.apache.mina.transport.socket.SocketSessionConfig org.apache.mina.transport.socket.nio.NioSocketAcceptor They weren't in the trunk directory. Can anyone send me the jar-files which include the org.apache.mina-packages or tell me where I can find them? Your help is much appreciated. Many thanks. Best regards Peter Schellenberg -----Ursprüngliche Nachricht----- Von: Atul Moglewar [mailto:[EMAIL PROTECTED] Gesendet: Freitag, 9. Mai 2008 08:11 An: [email protected] Betreff: Re: run FtpServer You can download the slf4j jar file from http://www.slf4j.org. Just check it out the what version of it is compatible with the version of MINA you are using. Check out http://mina.apache.org/mina-v20-quick-start-guide.html , the page has got some information about the versions of slf4j and log4j that should be used. -atul mobiteem.com On Fri, May 9, 2008 at 4:30 AM, Peter Schellenberg <[EMAIL PROTECTED]> wrote: > Hi > > > > Unfortunately I haven't managed to get the server up and running yet. > > > > 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? > > > > I very much appreciate your help. > > > > Many thanks > > Best regards > > Pete
