You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-user@james.apache.org by Armin Zeltner <Ar...@t-online.de> on 2002/01/09 14:56:23 UTC

RemoteLogin with telnet failed

Hi,
I've downloaded JAMES 1.2.1. Using JDK1.3 on WinXP.

I've changed the config file
    <account login="admin" password="admin"/>
    Note that you cannot leave a blank password.  If the password is 
blank, the admin account is disabled.

When i start the telnet-session with
    open localhost:4555
and enter
    admin[enter]
    admin[enter]

I receive the following message:
    Login failed for admin

Any suggestions?

THX


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: SMTP error

Posted by Jeff Dillon <je...@jeffdillon.com>.
> I just set the maxmessage in config.xml size to 6144.  I assume its meant
to
> be in KB and so should give me a 6MB mail
> Doing that stopped any email from coming in.  Am I missing something

I did not have this problem with the latest source.

Jeff Dillon


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: SMTP error

Posted by Shal Jain <sh...@intertechsys.com>.
I just set the maxmessage in config.xml size to 6144.  I assume its meant to
be in KB and so should give me a 6MB mail
Doing that stopped any email from coming in.  Am I missing something


----- Original Message -----
From: "Jeff Dillon" <je...@jeffdillon.com>
To: "James Users List" <ja...@jakarta.apache.org>
Sent: Friday, January 11, 2002 11:34 AM
Subject: Re: SMTP error


> > Somebody(external party) sent a 20Mb email yesterday.
>
> In the future, you should probably set the <maxmessagesize> variable in
the
> config.xml file.
>
> Perhaps the default value in the distribution should be changed from its
> current unlimited value to 2048kbytes or something reasonable. A 20MB
email
> is inane.
>
> Did you try looking in var/mail/inboxes or var/outgoing to see if that
huge
> message is still on your server? I tried sending an 11MB email yesterday
> with the latest CVS source and had no problems.
>
> Jeff Dillon
> http://www.jeffdillon.com
>
>
>
> --
> To unsubscribe, e-mail:
<ma...@jakarta.apache.org>
> For additional commands, e-mail:
<ma...@jakarta.apache.org>
>


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: SMTP error

Posted by Jeff Dillon <je...@jeffdillon.com>.
> Somebody(external party) sent a 20Mb email yesterday.

In the future, you should probably set the <maxmessagesize> variable in the
config.xml file.

Perhaps the default value in the distribution should be changed from its
current unlimited value to 2048kbytes or something reasonable. A 20MB email
is inane.

Did you try looking in var/mail/inboxes or var/outgoing to see if that huge
message is still on your server? I tried sending an 11MB email yesterday
with the latest CVS source and had no problems.

Jeff Dillon
http://www.jeffdillon.com



--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: SMTP error

Posted by Stephan Schiessling <s...@rapi.com>.

There are connection timeouts defined in the config file for the smtpserver.
I think the default is 6 minutes, and if receiving an email takes more 
than 6 minutes
a timeout occurs. Problem is known, and maybe already fixed in cvs.
But you can simply increased this connection timeout for now, to solve 
the problem.


Bye,

Stephan Schiessling


Shal Jain wrote:

>HELP
>
>James ver. 2.01
>Somebody(external party) sent a 20Mb email yesterday.  Since then JAMES is
>stuck throwing the errors listed below
>Even after I shutdown and restart James, this error persists Any ideas how I
>get around it.
>the var/spool , var/pending , var/outgoing folders are empty.
>
>
>Fri Jan 11 10:40:19 CST 2002 [INFO   ] (smtpserver): SMTPServer init...
>Fri Jan 11 10:40:19 CST 2002 [INFO   ] (smtpserver): SMTPServer ...init end
>Fri Jan 11 10:42:08 CST 2002 [INFO   ] (smtpserver): Hello Name is: MY MAIL
>SERVER
>Fri Jan 11 10:42:08 CST 2002 [DEBUG  ] (smtpserver): Max message size is: 0
>Fri Jan 11 10:42:08 CST 2002 [INFO   ] (smtpserver): Connection from
>gw.myhost.com (10.0.0.222)
>Fri Jan 11 10:42:08 CST 2002 [INFO   ] (smtpserver): Command received: EHLO
>gw1.clienthost.com
>Fri Jan 11 10:42:08 CST 2002 [INFO   ] (smtpserver): Command received: MAIL
>From:<us...@clienthost.com>
>Fri Jan 11 10:42:08 CST 2002 [INFO   ] (smtpserver): Command received: RCPT
>To:<ta...@mytarget.com>
>Fri Jan 11 10:42:09 CST 2002 [INFO   ] (smtpserver): Command received: DATA
>Fri Jan 11 10:48:08 CST 2002 [ERROR  ] (smtpserver): Connection timeout on
>socket
>Fri Jan 11 10:48:09 CST 2002 [DEBUG  ] (smtpserver): Exception opening
>socket: null
>java.lang.reflect.UndeclaredThrowableException:
>java.lang.reflect.InvocationTargetException: javax.mail.MessagingException:
>Exception spooling message: Exception caught while storing Message
>Container: java.net.SocketException: JVM_recv in socket input stream read
>(code=10004)
> at org.apache.james.James.sendMail(James.java:319)
> at java.lang.reflect.Method.invoke(Native Method)
> at
>org.apache.avalon.phoenix.components.application.BlockInvocationHandler.invo
>ke(BlockInvocationHandler.java:88)
> at $Proxy9.sendMail(Unknown Source)
> at org.apache.james.smtpserver.SMTPHandler.doDATA(SMTPHandler.java:564)
> at
>org.apache.james.smtpserver.SMTPHandler.parseCommand(SMTPHandler.java:243)
> at
>org.apache.james.smtpserver.SMTPHandler.handleConnection(SMTPHandler.java:16
>0)
>
>
>I need to get JAMES running now.
>
>
>
>--
>To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
>For additional commands, e-mail: <ma...@jakarta.apache.org>
>
>




--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: SMTP error

Posted by Shal Jain <sh...@intertechsys.com>.
Does that mean from the sender's queue or is there a queue in James that I
am not aware of

----- Original Message -----
From: "Todd Tredeau" <to...@wisernet.com>
To: "James Users List" <ja...@jakarta.apache.org>
Sent: Friday, January 11, 2002 11:28 AM
Subject: Re: SMTP error


> Remove the message from the Queue...
>
>
>
> Shal Jain wrote:
>
> >HELP
> >
> >James ver. 2.01
> >Somebody(external party) sent a 20Mb email yesterday.  Since then JAMES
is
> >stuck throwing the errors listed below
> >Even after I shutdown and restart James, this error persists Any ideas
how I
> >get around it.
> >the var/spool , var/pending , var/outgoing folders are empty.
> >
> >
> >Fri Jan 11 10:40:19 CST 2002 [INFO   ] (smtpserver): SMTPServer init...
> >Fri Jan 11 10:40:19 CST 2002 [INFO   ] (smtpserver): SMTPServer ...init
end
> >Fri Jan 11 10:42:08 CST 2002 [INFO   ] (smtpserver): Hello Name is: MY
MAIL
> >SERVER
> >Fri Jan 11 10:42:08 CST 2002 [DEBUG  ] (smtpserver): Max message size is:
0
> >Fri Jan 11 10:42:08 CST 2002 [INFO   ] (smtpserver): Connection from
> >gw.myhost.com (10.0.0.222)
> >Fri Jan 11 10:42:08 CST 2002 [INFO   ] (smtpserver): Command received:
EHLO
> >gw1.clienthost.com
> >Fri Jan 11 10:42:08 CST 2002 [INFO   ] (smtpserver): Command received:
MAIL
> >From:<us...@clienthost.com>
> >Fri Jan 11 10:42:08 CST 2002 [INFO   ] (smtpserver): Command received:
RCPT
> >To:<ta...@mytarget.com>
> >Fri Jan 11 10:42:09 CST 2002 [INFO   ] (smtpserver): Command received:
DATA
> >Fri Jan 11 10:48:08 CST 2002 [ERROR  ] (smtpserver): Connection timeout
on
> >socket
> >Fri Jan 11 10:48:09 CST 2002 [DEBUG  ] (smtpserver): Exception opening
> >socket: null
> >java.lang.reflect.UndeclaredThrowableException:
> >java.lang.reflect.InvocationTargetException:
javax.mail.MessagingException:
> >Exception spooling message: Exception caught while storing Message
> >Container: java.net.SocketException: JVM_recv in socket input stream read
> >(code=10004)
> > at org.apache.james.James.sendMail(James.java:319)
> > at java.lang.reflect.Method.invoke(Native Method)
> > at
>
>org.apache.avalon.phoenix.components.application.BlockInvocationHandler.inv
o
> >ke(BlockInvocationHandler.java:88)
> > at $Proxy9.sendMail(Unknown Source)
> > at org.apache.james.smtpserver.SMTPHandler.doDATA(SMTPHandler.java:564)
> > at
>
>org.apache.james.smtpserver.SMTPHandler.parseCommand(SMTPHandler.java:243)
> > at
>
>org.apache.james.smtpserver.SMTPHandler.handleConnection(SMTPHandler.java:1
6
> >0)
> >
> >
> >I need to get JAMES running now.
> >
> >
> >
> >--
> >To unsubscribe, e-mail:
<ma...@jakarta.apache.org>
> >For additional commands, e-mail:
<ma...@jakarta.apache.org>
> >
> >
>
>
>
> --
> To unsubscribe, e-mail:
<ma...@jakarta.apache.org>
> For additional commands, e-mail:
<ma...@jakarta.apache.org>
>


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: SMTP error

Posted by Todd Tredeau <to...@wisernet.com>.
Remove the message from the Queue...



Shal Jain wrote:

>HELP
>
>James ver. 2.01
>Somebody(external party) sent a 20Mb email yesterday.  Since then JAMES is
>stuck throwing the errors listed below
>Even after I shutdown and restart James, this error persists Any ideas how I
>get around it.
>the var/spool , var/pending , var/outgoing folders are empty.
>
>
>Fri Jan 11 10:40:19 CST 2002 [INFO   ] (smtpserver): SMTPServer init...
>Fri Jan 11 10:40:19 CST 2002 [INFO   ] (smtpserver): SMTPServer ...init end
>Fri Jan 11 10:42:08 CST 2002 [INFO   ] (smtpserver): Hello Name is: MY MAIL
>SERVER
>Fri Jan 11 10:42:08 CST 2002 [DEBUG  ] (smtpserver): Max message size is: 0
>Fri Jan 11 10:42:08 CST 2002 [INFO   ] (smtpserver): Connection from
>gw.myhost.com (10.0.0.222)
>Fri Jan 11 10:42:08 CST 2002 [INFO   ] (smtpserver): Command received: EHLO
>gw1.clienthost.com
>Fri Jan 11 10:42:08 CST 2002 [INFO   ] (smtpserver): Command received: MAIL
>From:<us...@clienthost.com>
>Fri Jan 11 10:42:08 CST 2002 [INFO   ] (smtpserver): Command received: RCPT
>To:<ta...@mytarget.com>
>Fri Jan 11 10:42:09 CST 2002 [INFO   ] (smtpserver): Command received: DATA
>Fri Jan 11 10:48:08 CST 2002 [ERROR  ] (smtpserver): Connection timeout on
>socket
>Fri Jan 11 10:48:09 CST 2002 [DEBUG  ] (smtpserver): Exception opening
>socket: null
>java.lang.reflect.UndeclaredThrowableException:
>java.lang.reflect.InvocationTargetException: javax.mail.MessagingException:
>Exception spooling message: Exception caught while storing Message
>Container: java.net.SocketException: JVM_recv in socket input stream read
>(code=10004)
> at org.apache.james.James.sendMail(James.java:319)
> at java.lang.reflect.Method.invoke(Native Method)
> at
>org.apache.avalon.phoenix.components.application.BlockInvocationHandler.invo
>ke(BlockInvocationHandler.java:88)
> at $Proxy9.sendMail(Unknown Source)
> at org.apache.james.smtpserver.SMTPHandler.doDATA(SMTPHandler.java:564)
> at
>org.apache.james.smtpserver.SMTPHandler.parseCommand(SMTPHandler.java:243)
> at
>org.apache.james.smtpserver.SMTPHandler.handleConnection(SMTPHandler.java:16
>0)
>
>
>I need to get JAMES running now.
>
>
>
>--
>To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
>For additional commands, e-mail: <ma...@jakarta.apache.org>
>
>



--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: SMTP error

Posted by Shal Jain <sh...@intertechsys.com>.
HELP

James ver. 2.01
Somebody(external party) sent a 20Mb email yesterday.  Since then JAMES is
stuck throwing the errors listed below
Even after I shutdown and restart James, this error persists Any ideas how I
get around it.
the var/spool , var/pending , var/outgoing folders are empty.


Fri Jan 11 10:40:19 CST 2002 [INFO   ] (smtpserver): SMTPServer init...
Fri Jan 11 10:40:19 CST 2002 [INFO   ] (smtpserver): SMTPServer ...init end
Fri Jan 11 10:42:08 CST 2002 [INFO   ] (smtpserver): Hello Name is: MY MAIL
SERVER
Fri Jan 11 10:42:08 CST 2002 [DEBUG  ] (smtpserver): Max message size is: 0
Fri Jan 11 10:42:08 CST 2002 [INFO   ] (smtpserver): Connection from
gw.myhost.com (10.0.0.222)
Fri Jan 11 10:42:08 CST 2002 [INFO   ] (smtpserver): Command received: EHLO
gw1.clienthost.com
Fri Jan 11 10:42:08 CST 2002 [INFO   ] (smtpserver): Command received: MAIL
From:<us...@clienthost.com>
Fri Jan 11 10:42:08 CST 2002 [INFO   ] (smtpserver): Command received: RCPT
To:<ta...@mytarget.com>
Fri Jan 11 10:42:09 CST 2002 [INFO   ] (smtpserver): Command received: DATA
Fri Jan 11 10:48:08 CST 2002 [ERROR  ] (smtpserver): Connection timeout on
socket
Fri Jan 11 10:48:09 CST 2002 [DEBUG  ] (smtpserver): Exception opening
socket: null
java.lang.reflect.UndeclaredThrowableException:
java.lang.reflect.InvocationTargetException: javax.mail.MessagingException:
Exception spooling message: Exception caught while storing Message
Container: java.net.SocketException: JVM_recv in socket input stream read
(code=10004)
 at org.apache.james.James.sendMail(James.java:319)
 at java.lang.reflect.Method.invoke(Native Method)
 at
org.apache.avalon.phoenix.components.application.BlockInvocationHandler.invo
ke(BlockInvocationHandler.java:88)
 at $Proxy9.sendMail(Unknown Source)
 at org.apache.james.smtpserver.SMTPHandler.doDATA(SMTPHandler.java:564)
 at
org.apache.james.smtpserver.SMTPHandler.parseCommand(SMTPHandler.java:243)
 at
org.apache.james.smtpserver.SMTPHandler.handleConnection(SMTPHandler.java:16
0)


I need to get JAMES running now.



--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


RE: pop3 + picture

Posted by Danny Angus <da...@thought.co.uk>.
Outlook 2k works

> -----Original Message-----
> From: root [mailto:root]On Behalf Of Vasko Tomanov
> Sent: Friday, January 11, 2002 1:16 PM
> To: James Users List
> Subject: Re: pop3 + picture
> 
> 
> Ok but most in fack use windows what to do ??
> 
> The Outlook on XP  be sure not-work
> 
> --
> To unsubscribe, e-mail:   
> <ma...@jakarta.apache.org>
> For additional commands, e-mail: 
> <ma...@jakarta.apache.org>
> 

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: pop3 + picture

Posted by Vasko Tomanov <va...@web.bg>.
Ok but most in fack use windows what to do ??

The Outlook on XP  be sure not-work

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: pop3 + picture

Posted by Daniel Katheininger <d....@vivid-md.de>.
Hi Vasko,

in fact this is a problem of Outlook Express on Mac. I'm using Microsoft
Entourage (also on Mac) and everything works fine.

daniel


Am 11.01.2002 11:37 Uhr schrieb "Vasko Tomanov" unter <va...@web.bg>:

> Vasko Tomanov wrote:
>> 
>> I have some users with nescape-mail, outlookexpress, and MacOS users..
>> 
>> on the Linux - netscape all is OK
>> on OutlokkExpress when the length of all mesages in the boz are more
>> then 1MB the massages cannot be received
>> on MacOs all is OK but display : "POP3 protocol is not fully supported
>> by server"
>> 
>> some advice for outlookexpress problems ??
>> 
>> --
>> To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
>> For additional commands, e-mail: <ma...@jakarta.apache.org>
> --
> To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
> For additional commands, e-mail: <ma...@jakarta.apache.org>


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: pop3 + picture

Posted by Vasko Tomanov <va...@web.bg>.
Vasko Tomanov wrote:
> 
> I have some users with nescape-mail, outlookexpress, and MacOS users..
> 
> on the Linux - netscape all is OK
> on OutlokkExpress when the length of all mesages in the boz are more
> then 1MB the massages cannot be received
> on MacOs all is OK but display : "POP3 protocol is not fully supported
> by server"
> 
> some advice for outlookexpress problems ??
> 
> --
> To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
> For additional commands, e-mail: <ma...@jakarta.apache.org>

pop3

Posted by Vasko Tomanov <va...@web.bg>.
I have some users with nescape-mail, outlookexpress, and MacOS users..

on the Linux - netscape all is OK
on OutlokkExpress when the length of all mesages in the boz are more
then 1MB the massages cannot be received
on MacOs all is OK but display : "POP3 protocol is not fully supported
by server"

some advice for outlookexpress problems ??

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


RE: big emails

Posted by Danny Angus <da...@thought.co.uk>.
This error was caused by a bug now fixed in CVS only, it will be available
in the next release.


> -----Original Message-----
> From: root [mailto:root]On Behalf Of Vasko Tomanov
> Sent: Friday, January 11, 2002 7:21 AM
> To: James Users List
> Subject: Re: big emails
>
>
> Jeff Dillon wrote:
> wha is the name of this variable ???????????
>
> i have some times errors on more then 1 MB with my client who use
> OutLookExpress but the same account from Mac or from Linux / Netscape
> work fine..
>
> but when send a 10 MB mesaje avry time have a problem.....
>
> --
> To unsubscribe, e-mail:
> <ma...@jakarta.apache.org>
> For additional commands, e-mail:
> <ma...@jakarta.apache.org>
>


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: big emails

Posted by Vasko Tomanov <va...@web.bg>.
Jeff Dillon wrote:
wha is the name of this variable ???????????

i have some times errors on more then 1 MB with my client who use
OutLookExpress but the same account from Mac or from Linux / Netscape
work fine..

but when send a 10 MB mesaje avry time have a problem.....

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: big emails

Posted by Jeff Dillon <je...@jeffdillon.com>.
> whne I send a mail more then 10 MB I recevie Netrok Error from the JAMES
> server sombody to have the same problem ??

I just successfully sent and recieved a 11MB attachment using the latest CVS
source.

It was a little slow to transfer (without going over the network) but, I
think that a 10 MB is a little large to transfer by email. There is a
variable in the conf file to set the maximum messasage size and 10MB is too
big for a regular internet mail server.

Jeff

Jeff Dillon
http://www.jeffdillon.com



--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


big emails

Posted by Vasko Tomanov <va...@web.bg>.
whne I send a mail more then 10 MB I recevie Netrok Error from the JAMES
server sombody to have the same problem ??

vasko

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: RemoteLogin with telnet failed

Posted by Jeff Dillon <je...@jeffdillon.com>.
> how can I rebuild james?

After installing Ant you should be able to just run build.bat or build.sh in
the top level directory without any modifactions to the build file.

Jeff Dillon
http://www.jeffdillon.com



--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: RemoteLogin with telnet failed

Posted by Armin Zeltner <Ar...@t-online.de>.
Hi Jeff,

how can I rebuild james?

I've inserted some printouts.

what's about the build.xml file?

THX

Jeff Dillon wrote:

>>When i start the telnet-session with
>>    open localhost:4555
>>and enter
>>    admin[enter]
>>    admin[enter]
>>
>>I receive the following message:
>>    Login failed for admin
>>
>
>I am having this problem too and can not figure out what is going on. It may
>be some problem with the terminal emulation. If I telnet in from my linux
>box it works, but not from a windows telnet program. Also, depending on
>which program I use to telnet in, the password and name is echoed back with
>some programs and not others. I tried setting all the emulation to vt100,
>but it still doesn't work with some programs.
>
>Try using multiple telnet programs from multiple clients to see if you're
>having the same problem I was.
>
>Jeff Dillon
>http://www.jeffdillon.com
>
>
>--
>To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
>For additional commands, e-mail: <ma...@jakarta.apache.org>
>
>


Re: RemoteLogin with telnet failed

Posted by Armin Zeltner <Ar...@t-online.de>.
Hi Jeff,

I've found the problem in james.conf.

I did not add the access on remoteaccess. I've only added it to local 
access. Now it works fine with WinXP-Telnetclient.
Some printouts were helpful. ant works also fine.

thx

Jeff Dillon wrote:

>>When i start the telnet-session with
>>    open localhost:4555
>>and enter
>>    admin[enter]
>>    admin[enter]
>>
>>I receive the following message:
>>    Login failed for admin
>>
>
>I am having this problem too and can not figure out what is going on. It may
>be some problem with the terminal emulation. If I telnet in from my linux
>box it works, but not from a windows telnet program. Also, depending on
>which program I use to telnet in, the password and name is echoed back with
>some programs and not others. I tried setting all the emulation to vt100,
>but it still doesn't work with some programs.
>
>Try using multiple telnet programs from multiple clients to see if you're
>having the same problem I was.
>
>Jeff Dillon
>http://www.jeffdillon.com
>
>
>--
>To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
>For additional commands, e-mail: <ma...@jakarta.apache.org>
>
>


Re: RemoteLogin with telnet failed

Posted by Jeff Dillon <je...@jeffdillon.com>.
> When i start the telnet-session with
>     open localhost:4555
> and enter
>     admin[enter]
>     admin[enter]
>
> I receive the following message:
>     Login failed for admin

I am having this problem too and can not figure out what is going on. It may
be some problem with the terminal emulation. If I telnet in from my linux
box it works, but not from a windows telnet program. Also, depending on
which program I use to telnet in, the password and name is echoed back with
some programs and not others. I tried setting all the emulation to vt100,
but it still doesn't work with some programs.

Try using multiple telnet programs from multiple clients to see if you're
having the same problem I was.

Jeff Dillon
http://www.jeffdillon.com


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>