Here it is: 05/05/06 10:12:02 INFO pop3server: POP3 Service uses default thread group. 05/05/06 10:12:02 INFO pop3server: POP3 Service is running on: IMWTNYW166270 05/05/06 10:12:02 INFO pop3server: POP3 Service handler hello name is: IMWTNYW166270 05/05/06 10:12:02 INFO pop3server: POP3 Service handler connection timeout is: 120000 05/05/06 10:12:02 INFO pop3server: POP3 Service connection backlog is: 5 05/05/06 10:12:02 INFO pop3server: POP3 Service will allow a maximum of 30 connections. 05/05/06 10:12:02 INFO pop3server: The idle timeout will be reset every 20480 bytes. 05/05/06 10:12:02 DEBUG pop3server: POP3 Service init... 05/05/06 10:12:02 DEBUG pop3server: POP3 Service ...init end 05/05/06 10:12:02 INFO pop3server: POP3 Service started plain:1100 05/05/06 10:12:02 DEBUG pop3server: Using a bounded pool for POP3 handlers with upper limit 30 05/05/06 10:12:03 DEBUG pop3server: Retrieving a org.apache.james.pop3server.POP3Handler from the pool 05/05/06 10:12:03 INFO pop3server: Connection from localhost (127.0.0.1) 05/05/06 10:12:03 DEBUG pop3server: Calling start() 05/05/06 10:12:03 DEBUG pop3server: Watchdog default Worker #5 has time to sleep 120000 05/05/06 10:12:03 DEBUG pop3server: Command received: USER test 05/05/06 10:12:03 DEBUG pop3server: Sent: +OK 05/05/06 10:12:03 DEBUG pop3server: Calling reset() default Worker #5 05/05/06 10:12:03 DEBUG pop3server: Command received: PASS <password omitted> 05/05/06 10:12:04 DEBUG pop3server: Sent: +OK Welcome test 05/05/06 10:12:04 DEBUG pop3server: Calling reset() default Worker #5 05/05/06 10:12:04 DEBUG pop3server: Command received: NOOP 05/05/06 10:12:04 DEBUG pop3server: Sent: +OK 05/05/06 10:12:04 DEBUG pop3server: Calling reset() default Worker #5 05/05/06 10:12:04 DEBUG pop3server: Command received: QUIT 05/05/06 10:12:04 DEBUG pop3server: Sent: +OK Apache James POP3 Server signing off. 05/05/06 10:12:04 DEBUG pop3server: Calling stop() default Worker #5 05/05/06 10:12:04 INFO pop3server: Connection for test from localhost (127.0.0.1) closed.
-----Original Message----- From: Stefano Bagnara [mailto:[EMAIL PROTECTED] Sent: Friday, May 05, 2006 10:05 AM To: James Users List Subject: Re: incoming message processed but not visible in pop server Can you increase your loglevel to DEBUG (environment.xml) and report the pop3server logs? Stefano Martin, Stephen C wrote: > Hi Stefano, > > Thanks for your quick response. > > If I run this system with files as the mailboxes, everything works ok. > However if I use a DB as the inbox I cannot see the messages in POP3. > > Here is a sample row in the table after it has been delivered: > > Message_name: Mail1146783723902-1 > Repository_name: test > Message_state: root > Error_message: (null) > Sender: [EMAIL PROTECTED] > Recipients: [EMAIL PROTECTED] > Remote_host: localhost > Remote_addr: 127.0.0.1 > Message_body: <binary data> > Message_attributes: <binary data> > Last updated: 5/4/2006 7:02:03 PM > > This seems correct to me. Can you verify? > > -Steve --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
