Upon further examination I cannot run the stat or list command but if I run the "retr 1" command I get a message!
Here is the log (I did this with a telnet so there are some typos): 05/05/06 10:23:56 INFO pop3server: POP3 Service uses default thread group. 05/05/06 10:23:56 INFO pop3server: POP3 Service is running on: IMWTNYW166270 05/05/06 10:23:56 INFO pop3server: POP3 Service handler hello name is: IMWTNYW166270 05/05/06 10:23:56 INFO pop3server: POP3 Service handler connection timeout is: 120000 05/05/06 10:23:56 INFO pop3server: POP3 Service connection backlog is: 5 05/05/06 10:23:56 INFO pop3server: POP3 Service will allow a maximum of 30 connections. 05/05/06 10:23:56 INFO pop3server: The idle timeout will be reset every 20480 bytes. 05/05/06 10:23:56 DEBUG pop3server: POP3 Service init... 05/05/06 10:23:56 DEBUG pop3server: POP3 Service ...init end 05/05/06 10:23:56 INFO pop3server: POP3 Service started plain:1100 05/05/06 10:23:56 DEBUG pop3server: Using a bounded pool for POP3 handlers with upper limit 30 05/05/06 10:24:23 DEBUG pop3server: Retrieving a org.apache.james.pop3server.POP3Handler from the pool 05/05/06 10:24:23 INFO pop3server: Connection from localhost (127.0.0.1) 05/05/06 10:24:23 DEBUG pop3server: Calling start() 05/05/06 10:24:23 DEBUG pop3server: Watchdog default Worker #5 has time to sleep 120000 05/05/06 10:24:25 DEBUG pop3server: Command received: user test 05/05/06 10:24:25 DEBUG pop3server: Sent: +OK 05/05/06 10:24:25 DEBUG pop3server: Calling reset() default Worker #5 05/05/06 10:24:27 DEBUG pop3server: Command received: PASS <password omitted> 05/05/06 10:24:27 DEBUG pop3server: Sent: +OK Welcome test 05/05/06 10:24:28 DEBUG pop3server: Calling reset() default Worker #5 05/05/06 10:24:30 DEBUG pop3server: Command received: stat 05/05/06 10:24:30 DEBUG pop3server: Sent: -ERR 05/05/06 10:24:30 DEBUG pop3server: Calling reset() default Worker #5 05/05/06 10:24:33 DEBUG pop3server: Command received: msg 05/05/06 10:24:33 DEBUG pop3server: Sent: -ERR 05/05/06 10:24:33 DEBUG pop3server: Calling reset() default Worker #5 05/05/06 10:24:35 DEBUG pop3server: Command received: msg 1 05/05/06 10:24:35 DEBUG pop3server: Sent: -ERR 05/05/06 10:24:35 DEBUG pop3server: Calling reset() default Worker #5 05/05/06 10:24:45 DEBUG pop3server: Command received: tretr 1 05/05/06 10:24:45 DEBUG pop3server: Sent: -ERR 05/05/06 10:24:45 DEBUG pop3server: Calling reset() default Worker #5 05/05/06 10:24:47 DEBUG pop3server: Command received: retr 1 05/05/06 10:24:47 DEBUG pop3server: Sent: +OK Message follows 05/05/06 10:24:47 DEBUG pop3server: Calling reset() default Worker #5 05/05/06 10:24:59 DEBUG pop3server: Command received: list 05/05/06 10:24:59 DEBUG pop3server: Sent: -ERR 05/05/06 10:24:59 DEBUG pop3server: Calling reset() default Worker #5 05/05/06 10:26:23 DEBUG pop3server: Watchdog default Worker #5 has time to sleep 120000 05/05/06 10:26:29 DEBUG pop3server: Command received: quit 05/05/06 10:26:29 DEBUG pop3server: Sent: +OK Apache James POP3 Server signing off. 05/05/06 10:26:29 DEBUG pop3server: Calling stop() default Worker #5 05/05/06 10:26:29 INFO pop3server: Connection for test from localhost (127.0.0.1) closed. 05/05/06 10:26:29 DEBUG pop3server: Calling disposeWatchdog() default Worker #5 05/05/06 10:26:29 DEBUG pop3server: Watchdog default Worker #5 is exiting run(). 05/05/06 10:26:29 DEBUG pop3server: Returning a org.apache.james.pop3server.POP3Handler to the pool 05/05/06 10:26:33 DEBUG pop3server: POP3 Service dispose... plain:1100 05/05/06 10:26:33 DEBUG pop3server: POP3 Service ...dispose end -----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]
