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

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 02-08-2006, 11:51 AM
Intermediate Member
 
Posts: 18
Default OS X: no succesfull user login

I'd succesfully installed zimbra under osx 10.4.4. After starting all services are running. Login as admin isn't a problem. I created a few user accounts and tried to login using some of them, but all the same: login succesfull for a few seconds, but then i've been disconnected automatically without any warning. What's the possible mistake in configuring the servers/accounts?
Reply With Quote
  #2 (permalink)  
Old 02-08-2006, 11:55 AM
Zimbra Employee
 
Posts: 4,792
Default

What version are you running? There was a problem with this in M4 but it got fixed in the GA build.
__________________
Bugzilla - Wiki - Downloads - Offline Client
Reply With Quote
  #3 (permalink)  
Old 02-08-2006, 12:05 PM
Intermediate Member
 
Posts: 18
Default

i've installed the zcs-3.0.0_GA_156.MACOSX.dmg
Reply With Quote
  #4 (permalink)  
Old 02-08-2006, 12:31 PM
Intermediate Member
 
Posts: 18
Default

i've tried to connect as a normal-user from another mac running os x 10.4.4 and firefox 1.5 instead of 1.501: the same result - disconnected after 3 seconds.
Another bug: login as admin i can't see anything at the "Monitoring": Data not yet available" and "Status data is not available". Perhaps this can help anyone to solve this for me.
Reply With Quote
  #5 (permalink)  
Old 02-08-2006, 12:41 PM
Intermediate Member
 
Posts: 18
Default

only a consideration: installing xcode could help?
Reply With Quote
  #6 (permalink)  
Old 02-08-2006, 12:45 PM
Zimbra Employee
 
Posts: 4,792
Default

Does this happen for both the AdminUI and the mail UI?
__________________
Bugzilla - Wiki - Downloads - Offline Client
Reply With Quote
  #7 (permalink)  
Old 02-08-2006, 01:06 PM
Intermediate Member
 
Posts: 18
Default

only the user UI. The admin login is stable for more than one hour now.
Reply With Quote
  #8 (permalink)  
Old 02-08-2006, 02:51 PM
Intermediate Member
 
Posts: 18
Default

nope. installing xcode didn't change anything. the users disconnected after a few seconds as before.
Reply With Quote
  #9 (permalink)  
Old 02-09-2006, 10:47 AM
Intermediate Member
 
Posts: 18
Default server log

i've searched the zimbra.log file after a new try of user-login and found this; perhaps this can help someone to solve my issue:

2006-02-09 18:34:22,020 INFO [http-443-Processor99] [mid=5;ip=192.168.0.75;name=user@yourdomain.local;] cache - Initializing folder and tag caches for mailbox 5
2006-02-09 18:34:22,385 INFO [Thread-263] [] im - Executing IMEvent: IMPresenceUpdateEvent: From: user@yourdomain.local Presence: ONLINE pri=1 st=null
2006-02-09 18:35:43,443 WARN [http-443-Processor98] [] StandardWrapper[/service:ProxyServlet] - Servlet.service() for servlet ProxyServlet threw exception
java.net.SocketException: Host is down
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.Socket.connect(Socket.java:507)
at java.net.Socket.connect(Socket.java:457)
at sun.net.NetworkClient.doConnect(NetworkClient.java :157)
at sun.net.http://www.http.HttpClient.openServe...lient.java:365)
at sun.net.http://www.http.HttpClient.openServe...lient.java:477)
at sun.net.www.http.HttpClient.<init>(HttpClient.java :214)
at sun.net.www.http.HttpClient.New(HttpClient.java:287)
at sun.net.www.http.HttpClient.New(HttpClient.java:299)
at sun.net.http://www.protocol.http.HttpURLConn...ction.java:792)
at sun.net.http://www.protocol.http.HttpURLConn...ction.java:744)
at sun.net.http://www.protocol.http.HttpURLConn...ction.java:669)
at sun.net.http://www.protocol.http.HttpURLConn...ction.java:913)
at java.net.HttpURLConnection.getResponseCode(HttpURL Connection.java:367)
at com.zimbra.cs.zimlet.ProxyServlet.fetchURLContent( ProxyServlet.java:212)
at com.zimbra.cs.zimlet.ProxyServlet.getURLContent(Pr oxyServlet.java:252)
at com.zimbra.cs.zimlet.ProxyServlet.doProxy(ProxySer vlet.java:297)
at com.zimbra.cs.zimlet.ProxyServlet.doGet(ProxyServl et.java:268)
at javax.servlet.http.HttpServlet.service(HttpServlet .java:689)
at com.zimbra.cs.servlet.ZimbraServlet.service(Zimbra Servlet.java:152)
at javax.servlet.http.HttpServlet.service(HttpServlet .java:802)
at org.apache.catalina.core.ApplicationFilterChain.in ternalDoFilter(ApplicationFilterChain.java:252)
at org.apache.catalina.core.ApplicationFilterChain.do Filter(ApplicationFilterChain.java:173)
at org.apache.catalina.core.StandardWrapperValve.invo ke(StandardWrapperValve.java:214)
at org.apache.catalina.core.StandardContextValve.invo ke(StandardContextValve.java:178)
at org.apache.catalina.core.StandardHostValve.invoke( StandardHostValve.java:126)
at org.apache.catalina.valves.ErrorReportValve.invoke (ErrorReportValve.java:105)
at org.apache.catalina.core.StandardEngineValve.invok e(StandardEngineValve.java:107)
at org.apache.catalina.valves.AccessLogValve.invoke(A ccessLogValve.java:526)
at org.apache.catalina.connector.CoyoteAdapter.servic e(CoyoteAdapter.java:148)
at org.apache.coyote.http11.Http11Processor.process(H ttp11Processor.java:825)
at org.apache.coyote.http11.Http11Protocol$Http11Conn ectionHandler.processConnection(Http11Protocol.jav a:738)
at org.apache.tomcat.util.net.PoolTcpEndpoint.process Socket(PoolTcpEndpoint.java:526)
at org.apache.tomcat.util.net.LeaderFollowerWorkerThr ead.runIt(LeaderFollowerWorkerThread.java:80)
at org.apache.tomcat.util.threads.ThreadPool$ControlR unnable.run(ThreadPool.java:684)
at java.lang.Thread.run(Thread.java:613)
Reply With Quote
  #10 (permalink)  
Old 02-09-2006, 11:37 AM
Zimbra Employee
 
Posts: 4,792
Default

Can you try launching the app with ?debug=3 This will open a pop-up window. It seems at least one Zimlet is not able to load correctly. Maybe between this and tailing the access_log to compare the date/time stamp we can figure out which one.

You could also just search for this timestamp in the access_log (/opt/zimbra/tomcat/logs) and see if anything matches.
__________________
Bugzilla - Wiki - Downloads - Offline Client
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.