Zimbra offers Open Source email server software and shared calendar for Linux and the Mac
Go Back   Zimbra :: Forums > Zimbra Collaboration Suite > Administrators

Welcome to the Zimbra :: Forums!
Welcome, if you would like to post a comment please register. We also encourage you to explore all things Zimbra with our team and members of the community.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 10-14-2008, 08:19 AM
Elite Member
 
Posts: 347
Default Error: java.net.ConnectException: Connection refused

ok.. guys i know it have a search function, but the results that i have gone through so far (3 pages into the result pages) doesnt help me.

I get this error when i am trying to add an external email account..

here is a screenshot of it :


now i had resolved this problem a while aback (cant remember how i did this), but the problem has reappeared after i did the upgrade to 5.0.10 FOSS ..

so its really annonying to this point.. can some shed some light on this error ?

the password is correct and the email server address is correct , plus the username is right..

I am at a wits end with this problem..
Reply With Quote
  #2 (permalink)  
Old 10-14-2008, 12:43 PM
Elite Member
 
Posts: 347
Default

i dont see any error messages in the zimbra.log file...

please help.
Reply With Quote
  #3 (permalink)  
Old 10-14-2008, 01:15 PM
Moderator
 
Posts: 6,237
Default

tail -f /opt/zimbra/log/mailbox.log
re-create the error
If you need to increase logging a bit: Ajcody-Logging - Zimbra :: Wiki
Reply With Quote
  #4 (permalink)  
Old 10-14-2008, 01:23 PM
Elite Member
 
Posts: 347
Default

2008-10-14 16:33:08,445 INFO [btpool0-49] [name=records@chapmans.co.tt;mid=6;ip=192.168.10.73 ;ua=Yahoo! Zimbra Desktop/0.91_1338_Windows;] soap - SyncRequest
2008-10-14 16:33:09,153 INFO [ScheduledTask-4] [name=andreb@chapmans.co.tt;mid=3;ds=andreb@chapman s.co.tt;] datasource - Importing data.
2008-10-14 16:33:13,765 INFO [IndexWritersSweeperThread] [] index - open index writers sweep: before=3, closed=0, after=3 (0ms)
2008-10-14 16:33:21,076 INFO [btpool0-49] [name=records@chapmans.co.tt;mid=6;ip=192.168.10.80 ;ua=Yahoo! Zimbra Desktop/0.91_1338_Windows;] soap - SyncRequest
2008-10-14 16:33:25,180 INFO [btpool0-49] [name=records@chapmans.co.tt;mid=6;ip=192.168.10.73 ;ua=ZimbraWebClient - FF3.0 (Win)/5.0.10_GA_2638.RHEL5_64;] soap - TestDataSourceRequest
2008-10-14 16:33:25,181 INFO [btpool0-49] [name=records@chapmans.co.tt;mid=6;ip=192.168.10.73 ;ua=ZimbraWebClient - FF3.0 (Win)/5.0.10_GA_2638.RHEL5_64;] datasource - Testing DataSource: { id=TestId, type=pop3, isEnabled=false, name=Test, host=wow.net, port=110, connectionType=cleartext, username=storage, folderId=-1 }
2008-10-14 16:33:25,780 INFO [btpool0-49] [name=records@chapmans.co.tt;mid=6;ip=192.168.10.73 ;ua=ZimbraWebClient - FF3.0 (Win)/5.0.10_GA_2638.RHEL5_64;] datasource - Error connecting to mail store:
java.net.ConnectException: Connection refused
at java.net.PlainSocketImpl.socketConnect(Native Method)
at java.net.PlainSocketImpl.doConnect(PlainSocketImpl .java:333)
at java.net.PlainSocketImpl.connectToAddress(PlainSoc ketImpl.java:195)
at java.net.PlainSocketImpl.connect(PlainSocketImpl.j ava:182)
at java.net.SocksSocketImpl.connect(SocksSocketImpl.j ava:366)
at java.net.Socket.connect(Socket.java:520)
at com.sun.mail.util.SocketFetcher.createSocket(Socke tFetcher.java:218)
at com.sun.mail.util.SocketFetcher.getSocket(SocketFe tcher.java:176)
at com.sun.mail.pop3.Protocol.<init>(Protocol.java:93 )
at com.sun.mail.pop3.POP3Store.getPort(POP3Store.java :201)
at com.sun.mail.pop3.POP3Store.protocolConnect(POP3St ore.java:144)
at javax.mail.Service.connect(Service.java:275)
at com.zimbra.cs.datasource.Pop3Import.connect(Pop3Im port.java:301)
at com.zimbra.cs.datasource.Pop3Import.test(Pop3Impor t.java:113)
at com.zimbra.cs.datasource.DataSourceManager.test(Da taSourceManager.java:66)
at com.zimbra.cs.service.mail.TestDataSource.handle(T estDataSource.java:109)
at com.zimbra.soap.SoapEngine.dispatchRequest(SoapEng ine.java:411)
at com.zimbra.soap.SoapEngine.dispatch(SoapEngine.jav a:268)
at com.zimbra.soap.SoapEngine.dispatch(SoapEngine.jav a:160)
at com.zimbra.soap.SoapServlet.doPost(SoapServlet.jav a:269)
at javax.servlet.http.HttpServlet.service(HttpServlet .java:727)
at com.zimbra.cs.servlet.ZimbraServlet.service(Zimbra Servlet.java:189)
at javax.servlet.http.HttpServlet.service(HttpServlet .java:820)
at org.mortbay.jetty.servlet.ServletHolder.handle(Ser vletHolder.java:487)
at org.mortbay.jetty.servlet.ServletHandler$CachedCha in.doFilter(ServletHandler.java:1093)
at org.mortbay.servlet.UserAgentFilter.doFilter(UserA gentFilter.java:81)
at org.mortbay.servlet.GzipFilter.doFilter(GzipFilter .java:132)
at org.mortbay.jetty.servlet.ServletHandler$CachedCha in.doFilter(ServletHandler.java:1084)
at org.mortbay.jetty.servlet.ServletHandler.handle(Se rvletHandler.java:360)
at org.mortbay.jetty.security.SecurityHandler.handle( SecurityHandler.java:216)
at org.mortbay.jetty.servlet.SessionHandler.handle(Se ssionHandler.java:181)
at org.mortbay.jetty.handler.ContextHandler.handle(Co ntextHandler.java:716)
at org.mortbay.jetty.webapp.WebAppContext.handle(WebA ppContext.java:406)
at org.mortbay.jetty.handler.ContextHandlerCollection .handle(ContextHandlerCollection.java:211)
at org.mortbay.jetty.handler.HandlerCollection.handle (HandlerCollection.java:114)
at org.mortbay.jetty.handler.HandlerWrapper.handle(Ha ndlerWrapper.java:139)
at org.mortbay.jetty.handler.rewrite.RewriteHandler.h andle(RewriteHandler.java:350)
at org.mortbay.jetty.handler.HandlerWrapper.handle(Ha ndlerWrapper.java:139)
at org.mortbay.jetty.Server.handle(Server.java:313)
at org.mortbay.jetty.HttpConnection.handleRequest(Htt pConnection.java:506)
at org.mortbay.jetty.HttpConnection$RequestHandler.co ntent(HttpConnection.java:844)
at org.mortbay.jetty.HttpParser.parseNext(HttpParser. java:644)
at org.mortbay.jetty.HttpParser.parseAvailable(HttpPa rser.java:211)
at org.mortbay.jetty.HttpConnection.handle(HttpConnec tion.java:381)
at org.mortbay.io.nio.SelectChannelEndPoint.run(Selec tChannelEndPoint.java:396)
at org.mortbay.thread.BoundedThreadPool$PoolThread.ru n(BoundedThreadPool.java:442)
2008-10-14 16:33:25,781 INFO [btpool0-49] [name=records@chapmans.co.tt;mid=6;ip=192.168.10.73 ;ua=ZimbraWebClient - FF3.0 (Win)/5.0.10_GA_2638.RHEL5_64;] datasource - Test failed: java.net.ConnectException: Connection refused


thats what i get..
Reply With Quote
  #5 (permalink)  
Old 10-14-2008, 02:09 PM
Moderator
 
Posts: 6,237
Default

"host=wow.net" for a sec there I thought you we're missing the hostname, but apparently not:

Trying 190.213.26.20...
Connected to wow.net.
Escape character is '^]'.
+OK CommuniGate Pro POP3 Server 4.2.10 ready <x.x@wow.net>

Trying 190.213.26.20...
Connected to wow.net.
Escape character is '^]'.
* OK CommuniGate Pro IMAP Server 4.2.10 at wow.net ready

And I presume no ports blocked/communication errors between ZCS server > CommuniGate server.

That with datasource debug mode?
zmprov aal records@chapmans.co.tt zimbra.datasource debug
Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads

Why Join?

Registering let's you ask questions, makes it easier to search, displays any files attached to posts, and notifies you about replies.

blog.zimbra.com




 

SEO by vBSEO ©2011, Crawlability, Inc.