View Single Post
  #1 (permalink)  
Old 02-19-2008, 01:28 AM
Thanakorn Thanakorn is offline
Member
 
Posts: 14
Default [Please Help]IMAP problem after added external account

Before add external account ,IMAP subscribe/unscribe works properly no any problem but when I add external account and then try to make new folder or subscribe/unscribe in outlook or thunderbird it won't work. Even now I delete the external account and delete this account from outlook and recreate. Subscribe/unscribe still doesn't work as before.


Code:
2008-02-19 14:30:30,142 INFO  [ImapSSLServer-5981] [] ProtocolHandler - Exception occurred while handling conne
ction
java.lang.NullPointerException
        at com.zimbra.cs.imap.ImapPath.<init>(ImapPath.java:128)
        at com.zimbra.cs.imap.ImapPath.getReferent(ImapPath.java:412)
        at com.zimbra.cs.imap.ImapPath.useReferent(ImapPath.java:319)
        at com.zimbra.cs.imap.ImapPath.getFolder(ImapPath.java:296)
        at com.zimbra.cs.imap.ImapPath.isVisible(ImapPath.java:504)
        at com.zimbra.cs.imap.ImapHandler.accumulatePaths(ImapHandler.java:1598)
        at com.zimbra.cs.imap.ImapHandler.doLIST(ImapHandler.java:1495)
        at com.zimbra.cs.imap.ImapHandler.executeRequest(ImapHandler.java:489)
        at com.zimbra.cs.imap.TcpImapHandler.processCommand(TcpImapHandler.java:151)
        at com.zimbra.cs.tcpserver.ProtocolHandler.processConnection(ProtocolHandler.java:160)
        at com.zimbra.cs.tcpserver.ProtocolHandler.run(ProtocolHandler.java:128)
        at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(Unknown Source)
        at java.lang.Thread.run(Thread.java:619)
2008-02-19 14:30:30,143 INFO  [ImapSSLServer-5981] [] ProtocolHandler - Handler exiting normally
Other account are working fine with IMAP ...the problem just happen for the acccount which have added external mail account via web UI.
__________________
Zimbra FOSS 5.0.12GA on Debian Etch

Last edited by Thanakorn; 02-20-2008 at 11:40 PM..
Reply With Quote