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

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 04-01-2007, 08:12 PM
Junior Member
 
Posts: 7
Default Some ZimbraAdmin trouble

Hello all,

I just downloaded the community edition so that I could give the whole sytem a whirl before I decide whether to go for the network edition. I setup a Xen environment for it running CentOS 4.4. I got zimbra installed and everything seems to be running, but when I go to https://mail.domain.com:7071/zimbraAdmin, nothing happens. It just isn't listening on that port. I don't really know how java / tomcat apps work in general, so I'm not sure where to look to try to dig up the problem.

Tomcat is running. ps ax | grep tomcat:

Code:
13196 ?        Ss     0:00 /opt/zimbra/libexec/zmtomcatmgr start -Xms100m -Xmx100m -client -XX:NewRatio=2 -Djava.awt.headless=true
15503 ?        Sl     0:12 /opt/zimbra/jdk1.5.0_08/bin/java -Xms100m -Xmx100m -client -XX:NewRatio=2 -Djava.awt.headless=true -Dcatalina.base=/opt/zimbra/apache-tomcat-5.5.15 -Dcatalina.home=/opt/zimbra/apache-tomcat-5.5.15 -Djava.io.tmpdir=/opt/zimbra/apache-tomcat-5.5.15/temp -Djava.library.path=/opt/zimbra/lib -Djava.endorsed.dirs=/opt/zimbra/apache-tomcat-5.5.15/common/endorsed -classpath /opt/zimbra/apache-tomcat-5.5.15/bin/bootstrap.jar:/opt/zimbra/apache-tomcat-5.5.15/bin/commons-logging-api.jar:/opt/zimbra/lib/jars/zimbra-launcher.jar com.zimbra.cs.launcher.TomcatLauncher
I checked the tomcat logs and it seems to be listening. Here is the output:

Code:
Mar 31, 2007 8:43:09 PM org.apache.catalina.core.AprLifecycleListener lifecycleEvent
INFO: The Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: /opt/zimbra/lib
Mar 31, 2007 8:43:09 PM org.apache.coyote.http11.Http11BaseProtocol init
INFO: Initializing Coyote HTTP/1.1 on http-8080
Mar 31, 2007 8:43:09 PM org.apache.catalina.startup.Catalina load
INFO: Initialization processed in 839 ms
Mar 31, 2007 8:43:09 PM org.apache.catalina.core.StandardService start
INFO: Starting service Catalina
Mar 31, 2007 8:43:09 PM org.apache.catalina.core.StandardEngine start
INFO: Starting Servlet Engine: Apache Tomcat/5.5.15
Mar 31, 2007 8:43:09 PM org.apache.catalina.core.StandardHost start
INFO: XML validation disabled
Mar 31, 2007 8:43:10 PM org.apache.catalina.startup.HostConfig deployDescriptor
WARNING: A docBase /opt/zimbra/apache-tomcat-5.5.15/webapps/zimbra inside the host appBase has been specified, and will be ignored
log4j:WARN No appenders could be found for logger (org.apache.commons.digester.Digester).
log4j:WARN Please initialize the log4j system properly.
log4j:WARN No appenders could be found for logger (org.apache.catalina.session.ManagerBase).
log4j:WARN Please initialize the log4j system properly.
Zimbra server reserving server socket port=110 bindaddr=null ssl=false
Zimbra server reserving server socket port=995 bindaddr=null ssl=true
Zimbra server reserving server socket port=143 bindaddr=null ssl=false
Zimbra server reserving server socket port=993 bindaddr=null ssl=true
Zimbra server process is running as root, changing to user=zimbra uid=504 gid=504
Zimbra server process, after change, is running with uid=504 euid=504 gid=504 egid=504
Mar 31, 2007 8:43:18 PM org.apache.coyote.http11.Http11BaseProtocol start
INFO: Starting Coyote HTTP/1.1 on http-8080
Mar 31, 2007 8:43:18 PM org.apache.jk.common.ChannelSocket init
INFO: JK: ajp13 listening on /0.0.0.0:8009
Mar 31, 2007 8:43:18 PM org.apache.jk.server.JkMain start
INFO: Jk running ID=0 time=0/29  config=null
Mar 31, 2007 8:43:18 PM org.apache.catalina.storeconfig.StoreLoader load
INFO: Find registry server-registry.xml at classpath resource
Mar 31, 2007 8:43:18 PM org.apache.catalina.startup.Catalina start
INFO: Server startup in 9265 ms
Mar 31, 2007 8:50:18 PM org.apache.catalina.startup.HostConfig checkResources
INFO: Reloading context [/service]
Mar 31, 2007 8:50:22 PM org.apache.catalina.core.StandardContext processTlds
SEVERE: Error reading tld listeners java.io.FileNotFoundException: /opt/zimbra/apache-tomcat-5.5.15/work/Catalina/localhost/service/tldCache.ser (Permission denied)
java.io.FileNotFoundException: /opt/zimbra/apache-tomcat-5.5.15/work/Catalina/localhost/service/tldCache.ser (Permission denied)
        at java.io.FileInputStream.open(Native Method)
        at java.io.FileInputStream.(FileInputStream.java:106)
        at org.apache.catalina.startup.TldConfig.processCache(TldConfig.java:386)
        at org.apache.catalina.startup.TldConfig.execute(TldConfig.java:288)
        at org.apache.catalina.core.StandardContext.processTlds(StandardContext.java:4251)
        at org.apache.catalina.core.StandardContext.start(StandardContext.java:4107)
        at org.apache.catalina.startup.HostConfig.checkResources(HostConfig.java:1085)
        at org.apache.catalina.startup.HostConfig.check(HostConfig.java:1178)
        at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:292)
        at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:119)
        at org.apache.catalina.core.ContainerBase.backgroundProcess(ContainerBase.java:1304)
        at org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.processChildren(ContainerBase.java:1568)
        at org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.processChildren(ContainerBase.java:1577)
        at org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.run(ContainerBase.java:1557)
        at java.lang.Thread.run(Thread.java:595)
Zimbra server reserving server socket port=110 bindaddr=null ssl=false
Fatal error: terminating: PrivilegedServlet init failed
java.net.BindException: Permission denied
        at java.net.PlainSocketImpl.socketBind(Native Method)
        at java.net.PlainSocketImpl.bind(PlainSocketImpl.java:359)
        at java.net.ServerSocket.bind(ServerSocket.java:319)
        at com.zimbra.cs.util.NetUtil.newBoundServerSocket(NetUtil.java:111)
        at com.zimbra.cs.util.NetUtil.bindServerSocket(NetUtil.java:134)
        at com.zimbra.cs.util.NetUtil.bindTcpServerSocket(NetUtil.java:63)
        at com.zimbra.cs.servlet.PrivilegedServlet.init(PrivilegedServlet.java:94)
        at javax.servlet.GenericServlet.init(GenericServlet.java:211)
        at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1105)
        at org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:932)
        at org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:3915)
        at org.apache.catalina.core.StandardContext.start(StandardContext.java:4176)
        at org.apache.catalina.startup.HostConfig.checkResources(HostConfig.java:1085)
        at org.apache.catalina.startup.HostConfig.check(HostConfig.java:1178)
        at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:292)
        at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:119)
        at org.apache.catalina.core.ContainerBase.backgroundProcess(ContainerBase.java:1304)
        at org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.processChildren(ContainerBase.java:1568)
        at org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.processChildren(ContainerBase.java:1577)
        at org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.run(ContainerBase.java:1557)
        at java.lang.Thread.run(Thread.java:595)

Mar 31, 2007 8:50:25 PM org.apache.coyote.http11.Http11BaseProtocol init
INFO: Initializing Coyote HTTP/1.1 on http-80
Mar 31, 2007 8:50:25 PM org.apache.coyote.http11.Http11BaseProtocol init
INFO: Initializing Coyote HTTP/1.1 on http-7071
Mar 31, 2007 8:50:25 PM org.apache.catalina.startup.Catalina load
INFO: Initialization processed in 1553 ms
Mar 31, 2007 8:50:25 PM org.apache.catalina.core.StandardService start
INFO: Starting service Catalina
Mar 31, 2007 8:50:25 PM org.apache.catalina.core.StandardEngine start
INFO: Starting Servlet Engine: Apache Tomcat/5.5.15
Mar 31, 2007 8:50:25 PM org.apache.catalina.core.StandardHost start
INFO: XML validation disabled
log4j:WARN No appenders could be found for logger (org.apache.catalina.startup.TldConfig).
log4j:WARN Please initialize the log4j system properly.
Mar 31, 2007 8:50:32 PM org.apache.catalina.startup.HostConfig deployDescriptor
WARNING: A docBase /opt/zimbra/apache-tomcat-5.5.15/webapps/zimbra inside the host appBase has been specified, and will be ignored
log4j:WARN No appenders could be found for logger (org.apache.catalina.session.ManagerBase).
log4j:WARN Please initialize the log4j system properly.
log4j:WARN No appenders could be found for logger (org.apache.catalina.session.ManagerBase).
log4j:WARN Please initialize the log4j system properly.
Zimbra server reserving server socket port=110 bindaddr=null ssl=false
Zimbra server reserving server socket port=995 bindaddr=null ssl=true
Zimbra server reserving server socket port=143 bindaddr=null ssl=false
Zimbra server reserving server socket port=993 bindaddr=null ssl=true
Zimbra server process is running as root, changing to user=zimbra uid=504 gid=504
Zimbra server process, after change, is running with uid=504 euid=504 gid=504 egid=504
Mar 31, 2007 8:50:37 PM org.apache.coyote.http11.Http11BaseProtocol start
INFO: Starting Coyote HTTP/1.1 on http-80
Mar 31, 2007 8:50:38 PM org.apache.coyote.http11.Http11BaseProtocol start
INFO: Starting Coyote HTTP/1.1 on http-7071
Mar 31, 2007 8:50:38 PM org.apache.catalina.startup.Catalina start
INFO: Server startup in 12183 ms
I tried the following:

Code:
telnet localhost 7071
Trying 127.0.0.1...
Connected to localhost.localdomain (127.0.0.1).
Escape character is '^]'.
So, it seems to be working locally. I shouldn't have any firewall setup as this was a fresh install with nothing done to the system.

I tried running curl --insecure https://localhost:7071 on the system too, but that just gave me empty output.

Any help would be appreciated.

Thanks,
-carl

Last edited by carllerche; 04-01-2007 at 09:38 PM..
Reply With Quote
  #2 (permalink)  
Old 04-01-2007, 09:09 PM
Special Member & Volunteer
 
Posts: 155
Default

Quote:
Originally Posted by carllerche View Post
So, it seems to be working locally. I shouldn't have any firewall setup as this was a fresh install with nothing done to the system.
Howdy,

You're right, it definitely appears as if it's actually running on port 7071, it largely appears to be a problem with accessing it... which does seem to point towards a firewall.

A lot of distros do setup firewalls by default; what happens if you type the following:

iptables -L -n

If it shows some firewall rules in place, I believe you can safely disable that by typing:

/etc/init.d/iptables stop

Have a good one,
-Eric
Reply With Quote
  #3 (permalink)  
Old 04-01-2007, 09:40 PM
Junior Member
 
Posts: 7
Default

Thanks for the reply. That was definitely it. I'm not used to CentOS (I've been exclusively using FreeBSD). I probably should have checked though :-/

Anyway, I can view the admin login page now, but when I try to login it freezes on "loading...". I know the request is done and I get the following back:

Quote:
{"Body":{"AuthResponse":{"a":[{"_content":"false","n":"zimbraIsDomainAdminAccount"}],"lifetime":43200000

,"authToken":"0_67a8fa794b424d521952c42e1fb317909bc2debf_69643d3 3363a34396635396361632d393261312d343

362372d383036312d3632373766353761303034363b6578703 d31333a313137353532373836373036383b61646d696e3d313 a313b"

,_jsns:"urn:zimbraAdmin"}},_jsns:"urn:zimbraSoap"}
but I can't actually get anywhere. I'm using FF.

If I try to login with a bad account, it tells me that the authentication failed.

Any idea what this could be?

PS, would it be possible to change the thread title to "some zimbraAdmin trouble" instead? Thanks.

-carl
Reply With Quote
  #4 (permalink)  
Old 04-02-2007, 12:37 AM
Zimbra Consultant & Moderator
 
Posts: 19,653
Default

Make sure you've also disabled SElinux and that your server has sufficient memory allocated - check the required specifications.
__________________
Regards


Bill
Reply With Quote
  #5 (permalink)  
Old 04-02-2007, 09:24 AM
Junior Member
 
Posts: 7
Default

Quote:
Originally Posted by phoenix View Post
Make sure you've also disabled SElinux and that your server has sufficient memory allocated - check the required specifications.
Not sure what SElinux is, but I'll look into it. Also, is there a way to check in the logs if the memory is the problem?
Reply With Quote
  #6 (permalink)  
Old 04-02-2007, 06:27 PM
Former Zimbran
 
Posts: 5,606
Default

/var/log/zimbra.log
/opt/zimbra/log/mailbox.log
/opt/zimbra/tomcat/logs/catalina.out

If there's anything wrong, it'll be in atleast one of the logs above.
Reply With Quote
  #7 (permalink)  
Old 04-02-2007, 06:46 PM
Junior Member
 
Posts: 7
Default

Sweet, I didn't check /opt/zimbra/log/mailbox.log

I went through that log, and everytime I try to login the admin panel, I get the following error in the log:

Code:
2007-04-02 17:38:50,145 INFO  [http-7071-Processor47] [ua=ZimbraWebClient - SAF (Mac)/undefined;ip=204.10.18.61;] cache - Initializing folder and tag caches for mailbox 1
2007-04-02 17:38:50,147 WARN  [http-7071-Processor47] [ua=ZimbraWebClient - SAF (Mac)/undefined;ip=204.10.18.61;] session - failed to create session
com.zimbra.common.service.ServiceException: system failure: fetching folder data for mailbox 1
        at com.zimbra.common.service.ServiceException.FAILURE(ServiceException.java:175)
        at com.zimbra.cs.db.DbMailItem.getFoldersAndTags(DbMailItem.java:1371)
        at com.zimbra.cs.mailbox.Mailbox.loadFoldersAndTags(Mailbox.java:1146)
        at com.zimbra.cs.mailbox.Mailbox.beginTransaction(Mailbox.java:898)
        at com.zimbra.cs.mailbox.Mailbox.beginTransaction(Mailbox.java:851)
        at com.zimbra.cs.mailbox.Mailbox.getConfig(Mailbox.java:922)
        at com.zimbra.cs.mailbox.Mailbox.(Mailbox.java:386)
        at com.zimbra.cs.mailbox.MailboxManager.instantiateMailbox(MailboxManager.java:355)
        at com.zimbra.cs.mailbox.MailboxManager.getMailboxById(MailboxManager.java:306)
        at com.zimbra.cs.mailbox.MailboxManager.getMailboxById(MailboxManager.java:239)
        at com.zimbra.cs.mailbox.MailboxManager.getMailboxByAccountId(MailboxManager.java:201)
        at com.zimbra.cs.mailbox.MailboxManager.getMailboxByAccountId(MailboxManager.java:175)
        at com.zimbra.cs.session.Session.(Session.java:72)
        at com.zimbra.cs.session.AdminSession.(AdminSession.java:52)
        at com.zimbra.cs.session.SessionCache.getNewSession(SessionCache.java:84)
        at com.zimbra.soap.ZimbraSoapContext.getSession(ZimbraSoapContext.java:449)
        at com.zimbra.soap.ZimbraSoapContext.getNewSession(ZimbraSoapContext.java:429)
        at com.zimbra.cs.service.admin.Auth.handle(Auth.java:122)
        at com.zimbra.soap.SoapEngine.dispatchRequest(SoapEngine.java:270)
        at com.zimbra.soap.SoapEngine.dispatch(SoapEngine.java:168)
        at com.zimbra.soap.SoapEngine.dispatch(SoapEngine.java:90)
        at com.zimbra.soap.SoapServlet.doPost(SoapServlet.java:223)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:709)
        at com.zimbra.cs.servlet.ZimbraServlet.service(ZimbraServlet.java:162)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
        at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
        at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
        at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
        at org.apache.catalina.core.StandardContextValve.invoke(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.invoke(StandardEngineValve.java:107)
        at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:541)
        at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
        at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:869)
        at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:667)
        at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527)
        at org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:80)
        at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684)
        at java.lang.Thread.run(Thread.java:595)
Caused by: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'mboxgroup1.mail_item' doesn't exist

Query being executed when exception was thrown:

SELECT mi.id, mi.type, mi.parent_id, mi.folder_id, mi.index_id, mi.imap_id, mi.date, mi.size, mi.volume_id, mi.blob_digest, mi.unread, mi.flags, mi.tags, mi.subject, mi.name, mi.metadata, mi.mod_metadata, mi.change_date, mi.mod_content FROM mboxgroup1.mail_item mi WHERE mailbox_id = 1 AND type IN (1,2,13,3)
        at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:936)
        at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:2870)
        at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:1573)
        at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:1665)
        at com.mysql.jdbc.Connection.execSQL(Connection.java:3124)
        at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:1149)
        at com.mysql.jdbc.PreparedStatement.executeQuery(PreparedStatement.java:1262)
        at org.apache.commons.dbcp.DelegatingPreparedStatement.executeQuery(DelegatingPreparedStatement.java:205)
        at com.zimbra.cs.db.DbMailItem.getFoldersAndTags(DbMailItem.java:1307)
        ... 38 more
It seems that the problem is that the mysql database wasn't setup right? I went through the install documentation again and I don't think I missed anything. Is there some way to repair this or should I run though the entire install again?

Thanks,
-carl
Reply With Quote
  #8 (permalink)  
Old 04-02-2007, 07:53 PM
Former Zimbran
 
Posts: 5,606
Default

Yeah, something's defenetly not right there.
Run cd /opt/zimbra/libexec
./zmsetup.pl

Let's see what that does.
Reply With Quote
  #9 (permalink)  
Old 04-02-2007, 08:05 PM
Junior Member
 
Posts: 7
Default

Ok, I ran the command again and it still doesn't work (same error). Here is the log of the setup. There is an exception thrown towards the end while it is trying to initialize the mailboxes. It seems that this is probably related.

Code:
Setting defaults...
Setting local config zimbra_java_home to /opt/zimbra/java
*** Running as zimbra user: /opt/zimbra/bin/zmlocalconfig -f -e zimbra_java_home='/opt/zimbra/java'
Setting defaults from existing config...
Getting local config zimbra_server_hostname
Getting local config ldap_master_url
Getting local config ldap_port
Getting local config ldap_root_password
Getting local config mysql_root_password
Getting local config mysql_logger_root_password
Getting local config zimbra_mysql_password
Getting local config zimbra_logger_mysql_password
Getting local config tomcat_java_heap_memory_percent
Getting local config mysql_memory_percent
Done
Checking for port conflicts
Port conflict detected: 993 (zimbra-store)
Port conflict detected: 995 (zimbra-store)
Port conflict detected: 7780 (zimbra-spell)
Port conflict detected: 389 (zimbra-ldap)
Port conflict detected: 10024 (zimbra-mta)
Port conflict detected: 10025 (zimbra-mta)
Port conflict detected: 7306 (zimbra-store)
Port conflict detected: 7307 (zimbra-store)
Port conflict detected: 110 (zimbra-store)
Port conflict detected: 143 (zimbra-store)
Port conflict detected: 80 (zimbra-store)
Port conflict detected: 7025 (zimbra-store)
Port conflict detected: 25 (zimbra-mta)
Starting ldap...
*** Running as zimbra user: /opt/zimbra/openldap/sbin/slapindex -f /opt/zimbra/conf/slapd.conf
bdb_db_open: database already in use
backend_startup_one: bi_db_open failed! (-1)
slap_startup failed
*** Running as zimbra user: /opt/zimbra/bin/ldap start
slapd already running: pid 2604
*** Running as zimbra user: /opt/zimbra/libexec/zmldapapplyldif
slapd already running: pid 2604
ldap_add: Already exists (68)
ldap_add: Already exists (68)
ldap_add: Already exists (68)
ldap_add: Already exists (68)
ldap_add: Already exists (68)
ldap_add: Already exists (68)
ldap_add: Already exists (68)
adding new entry "cn=zimbra"

adding new entry "cn=admins,cn=zimbra"

adding new entry "uid=zimbra,cn=admins,cn=zimbra"

adding new entry "cn=zimlets,cn=zimbra"

adding new entry "cn=config,cn=zimbra"

adding new entry "cn=cos,cn=zimbra"

adding new entry "cn=servers,cn=zimbra"

ldap_add: Already exists (68)
adding new entry "cn=config,cn=zimbra"

ldap_add: Already exists (68)
adding new entry "cn=default,cn=cos,cn=zimbra"

modifying entry "cn=mime,cn=config,cn=zimbra"

modifying entry "cn=message/rfc822,cn=mime,cn=config,cn=zimbra"

modifying entry "cn=text/html,cn=mime,cn=config,cn=zimbra"

modifying entry "cn=text/enriched,cn=mime,cn=config,cn=zimbra"

modifying entry "cn=text/plain,cn=mime,cn=config,cn=zimbra"

modifying entry "cn=text/calendar,cn=mime,cn=config,cn=zimbra"

modifying entry "cn=all,cn=mime,cn=config,cn=zimbra"

modifying entry "cn=mime,cn=config,cn=zimbra"

modifying entry "cn=message/rfc822,cn=mime,cn=config,cn=zimbra"

modifying entry "cn=text/html,cn=mime,cn=config,cn=zimbra"

modifying entry "cn=text/enriched,cn=mime,cn=config,cn=zimbra"

modifying entry "cn=text/plain,cn=mime,cn=config,cn=zimbra"

modifying entry "cn=text/calendar,cn=mime,cn=config,cn=zimbra"

modifying entry "cn=all,cn=mime,cn=config,cn=zimbra"

ls: /opt/zimbra/lib/conf/*ldif: No such file or directory
Done
Setting defaults from ldap...
Server config attribute retrieved for scalix.gohuman.com: zimbraMailSSLPort=443
Server config attribute retrieved for scalix.gohuman.com: zimbraMailPort=80
Server config attribute retrieved for scalix.gohuman.com: zimbraMailMode=http
Server config attribute retrieved for scalix.gohuman.com: zimbraImapBindPort=143
Server config attribute retrieved for scalix.gohuman.com: zimbraImapSSLBindPort=993
Server config attribute retrieved for scalix.gohuman.com: zimbraPop3BindPort=110
Server config attribute retrieved for scalix.gohuman.com: zimbraPop3SSLBindPort=995
Server config attribute retrieved for scalix.gohuman.com: zimbraImapProxyBindPort=143
Server config attribute retrieved for scalix.gohuman.com: zimbraImapSSLProxyBindPort=993
Server config attribute retrieved for scalix.gohuman.com: zimbraPop3ProxyBindPort=110
Server config attribute retrieved for scalix.gohuman.com: zimbraPop3SSLProxyBindPort=995
Global config attribute retrieved from ldap: zimbraSpamIsSpamAccount=spam.guyl_yf8n@scalix.gohuman.com
Global config attribute retrieved from ldap: zimbraSpamIsNotSpamAccount=ham.ul22.7gc@scalix.gohuman.com
Global config attribute retrieved from ldap: zimbraNotebookAccount=
COS attribute retrieved for COS default: zimbraPrefUseKeyboardShortcuts=TRUE
Server config attribute retrieved for scalix.gohuman.com: zimbraSmtpHostname=scalix.gohuman.com
Server config attribute retrieved for scalix.gohuman.com: zimbraMtaAuthHost=scalix.gohuman.com
Done
Checking ldap on scalix.gohuman.com:389
Verfied ldap running at ldap://scalix.gohuman.com:389
Setting local config ldap_url to ldap://scalix.gohuman.com:389
*** Running as zimbra user: /opt/zimbra/bin/zmlocalconfig -f -e ldap_url='ldap://scalix.gohuman.com:389'
Setting local config zimbra_ldap_password to YWaM8CXvX
*** Running as zimbra user: /opt/zimbra/bin/zmlocalconfig -f -e zimbra_ldap_password='YWaM8CXvX'
Checking ldap on scalix.gohuman.com:389
Verfied ldap running at ldap://scalix.gohuman.com:389
Skipping ldap_url=ldap://scalix.gohuman.com:389. Already written.
Skipping zimbra_ldap_password=YWaM8CXvX. Already written.
Checking ldap on scalix.gohuman.com:389
Verfied ldap running at ldap://scalix.gohuman.com:389
Skipping ldap_url=ldap://scalix.gohuman.com:389. Already written.
Skipping zimbra_ldap_password=YWaM8CXvX. Already written.
Checking ldap on scalix.gohuman.com:389
Verfied ldap running at ldap://scalix.gohuman.com:389
Skipping ldap_url=ldap://scalix.gohuman.com:389. Already written.
Skipping zimbra_ldap_password=YWaM8CXvX. Already written.
Checking ldap on scalix.gohuman.com:389
Verfied ldap running at ldap://scalix.gohuman.com:389
Skipping ldap_url=ldap://scalix.gohuman.com:389. Already written.
Skipping zimbra_ldap_password=YWaM8CXvX. Already written.
Saving config in /opt/zimbra/config.15058...
Done
Operations logged to /tmp/zmsetup.log.15058
ldap already configured bypassing configuration
Adding scalix.gohuman.com to zimbraMailHostPool in default COS...
Done
Setting Keyboard Shortcut Preferences...
*** Running as zimbra user: /opt/zimbra/bin/zmprov -l mc default zimbraPrefUseKeyboardShortcuts TRUE
done.
Setting up zimbra crontab...
Done
Setting up syslog.conf...
Done
*** Running as zimbra user: /opt/zimbra/bin/zmprov -l mcf zimbraComponentAvailable ''
*** Running as zimbra user: zmlocalconfig -u trial_expiration_date
Error: key trial_expiration_date is not set
Notification skipped
Starting servers...
*** Running as zimbra user: /opt/zimbra/bin/zmcontrol start
Host scalix.gohuman.com
        Starting logger...FAILED


        Starting mailbox...Done.
        Starting antispam...Done.
        Starting antivirus...Done.
        Starting snmp...FAILED


        Starting spell...Done.
        Starting mta...Done.
Done.
Initializing Documents...
COS attribute retrieved for COS default: zimbraFeatureNotebookEnabled=TRUE
*** Running as zimbra user: /opt/zimbra/bin/zmprov mc default zimbraFeatureNotebookEnabled TRUE
*** Running as zimbra user: /opt/zimbra/bin/zmprov mcf zimbraNotebookAccount wiki@scalix.gohuman.com
*** Running as zimbra user: /opt/zimbra/bin/zmprov in wiki@scalix.gohuman.com 'w3cJm.2NQc' /opt/zimbra/wiki/Template Template
Initializing folders 
Exception in thread "main" java.lang.NullPointerException
        at com.zimbra.cs.wiki.WikiUtil$WikiSoapUtil.setFolderPermission(WikiUtil.java:297)
        at com.zimbra.cs.wiki.WikiUtil.initFolders(WikiUtil.java:454)
        at com.zimbra.cs.wiki.WikiUtil.initWiki(WikiUtil.java:496)
        at com.zimbra.cs.wiki.WikiUtil.initDefaultWiki(WikiUtil.java:459)
        at com.zimbra.cs.account.ProvUtil.initNotebook(ProvUtil.java:1206)
        at com.zimbra.cs.account.ProvUtil.execute(ProvUtil.java:536)
        at com.zimbra.cs.account.ProvUtil.main(ProvUtil.java:1455)
*** Running as zimbra user: /opt/zimbra/bin/zmprov mc default zimbraFeatureNotebookEnabled FALSE
failed to initialize documents...see logfile for details.
*** Running as zimbra user: /opt/zimbra/bin/zmprov mc default zimbraFeatureNotebookEnabled TRUE
Restarting tomcat...
*** Running as zimbra user: /opt/zimbra/bin/tomcat restart
Done
*** Running as zimbra user: /opt/zimbra/bin/zmupdateauthkeys
updating scalix.gohuman.com
Fetching key for scalix.gohuman.com
Updating /opt/zimbra/.ssh/authorized_keys



Operations logged to /tmp/zmsetup.log.15058
(PS, don't mind the scalix.gohuman.com hostname... I was trying out scalix first but got horribly frustrated and quit
Reply With Quote
  #10 (permalink)  
Old 04-03-2007, 10:14 PM
Junior Member
 
Posts: 7
Default

Any suggestions as to how I can further approach this? Should I try again from a clean install?

-carl
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.