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 Display Modes
  #1 (permalink)  
Old 03-15-2006, 10:39 PM
Starter Member
 
Posts: 2
Default Mac OSX install: Java errors & LDAP CA error

Hello,
I have tried a couple times to install Zimbra 301 GA a couple times and I am getting the same error over and over.

1. I know that the DNS entries are ok for webgrinder.com because I can "ping webgrinder.com" and get responses:
nothing:/ zimbra$ ping webgrinder.com
PING webgrinder.com (150.101.89.81): 56 data bytes
64 bytes from 150.101.89.81: icmp_seq=0 ttl=64 time=0.068 ms
64 bytes from 150.101.89.81: icmp_seq=1 ttl=64 time=0.069 ms
64 bytes from 150.101.89.81: icmp_seq=2 ttl=64 time=0.073 ms

2. I DO have an MX record for webgrinder.com

3. I'm not sure what the java errors I am getting mean...


System:
Mac Mini Core Duo Intel 1.66Mhz
1GB RAM
100 Gb HD

==========================================
Last login: Thu Mar 16 15:05:26 on console
Welcome to Darwin!
nothing:~ jeff$ java -version
java version "1.4.2_09"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_09-239)
Java HotSpot(TM) Client VM (build 1.4.2-66, mixed mode)

*****************
FIXED JAVA VERSION
*****************

nothing:~ jeff$ su root
Password:
nothing:/Users/jeff root# cd /System/Library/Frameworks/JavaVM.framework/Versions/
nothing:/System/Library/Frameworks/JavaVM.framework/Versions root# ls
1.3 1.4 1.5 A CurrentJDK
1.3.1 1.4.2 1.5.0 Current
nothing:/System/Library/Frameworks/JavaVM.framework/Versions root# rm CurrentJDK
nothing:/System/Library/Frameworks/JavaVM.framework/Versions root# ls
1.3 1.3.1 1.4 1.4.2 1.5 1.5.0 A Current
nothing:/System/Library/Frameworks/JavaVM.framework/Versions root# ln -s 1.5 CurrentJDK
nothing:/System/Library/Frameworks/JavaVM.framework/Versions root# ls
1.3 1.4 1.5 A CurrentJDK
1.3.1 1.4.2 1.5.0 Current
nothing:/System/Library/Frameworks/JavaVM.framework/Versions root# exit
exit
nothing:~ jeff$ java -version
java version "1.5.0_05"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_05-84)
Java HotSpot(TM) Client VM (build 1.5.0_05-51, mixed mode, sharing)

*********
SCRIPT
*********

nothing:/Users/jeff root# /opt/zimbra/libexec/zmsetup.pl
Operations logged to /tmp/zmsetup.log.713
Setting defaults...hostname: illegal option -- -
usage: hostname [-s] [name-of-host]
No results returned for A lookup of
Checked nameservers:
192.231.203.132
192.231.203.3


DNS ERROR resolving
It is suggested that the hostname be resolveable via DNS
Change hostname [Yes] Yes
Please enter the logical hostname for this host webgrinder.com
No results returned for MX lookup of webgrinder.com
Checked nameservers:
192.231.203.132
192.231.203.3


DNS ERROR resolving MX for webgrinder.com
It is suggested that the domain name have an MX record configured in DNS
Change domain name? [Yes] No
Create Domain: [webgrinder.com]
No results returned for MX lookup of webgrinder.com
Checked nameservers:
192.231.203.132
192.231.203.3


DNS ERROR resolving MX for webgrinder.com
It is suggested that the domain name have an MX record configured in DNS
Re-Enter domain name? [Yes] No
Done
Checking for port conflicts
Checking ldap on :389...FAILED ( ldap_bind: Can't contact LDAP server (-1) )

Main menu

1) Hostname: webgrinder.com
** 2) Ldap master host: UNSET
3) Ldap port: 389
** 4) Ldap password: UNSET
r) Start servers after configuration yes
s) Save config to file
x) Expand menu
q) Quit

Address unconfigured (**) items or correct ldap configuration (? - help) 2

Please enter the ldap server hostname webgrinder.com

Main menu

1) Hostname: webgrinder.com
2) Ldap master host: webgrinder.com
3) Ldap port: 389
** 4) Ldap password: UNSET
r) Start servers after configuration yes
s) Save config to file
x) Expand menu
q) Quit

Address unconfigured (**) items (? - help) 4

Password for ldap server (min 6 characters): blah-blah

Main menu

1) Hostname: webgrinder.com
2) Ldap master host: webgrinder.com
3) Ldap port: 389
4) Ldap password: set
r) Start servers after configuration yes
s) Save config to file
x) Expand menu
q) Quit

*** CONFIGURATION COMPLETE - press 'a' to apply
Select from menu, or press 'a' to apply config (? - help) a
Save configuration data to a file? [Yes] Yes
Save config in file: [/opt/zimbra/config.713]
Saving config in /opt/zimbra/config.713...Done
The system will be modified - continue? [No] Yes
Operations logged to /tmp/zmsetup.log.713
Setting local config values...Done
Fetching CA from ldap...ERROR: service.FAILURE (system failure: getDirectContext) (cause: javax.naming.CommunicationException webgrinder.com:389)
ERROR: service.FAILURE (system failure: getDirectContext) (cause: javax.naming.CommunicationException webgrinder.com:389)
Done
Creating server entry for webgrinder.com...Done
Setting services on webgrinder.com...Done
Setting up zimbra crontab...crontab: no crontab for zimbra
Done

You have the option of notifying Zimbra of your installation.
This helps us to track the uptake of the Zimbra Collaboration Suite.
The only information that will be transmitted is:
The VERSION of zcs installed (3.0.1_GA_160_UNKNOWN)
The ADMIN EMAIL ADDRESS created (admin@webgrinder.com)

Notify Zimbra of your installation? [Yes] No
Notification skipped
Starting servers...Done.


Operations logged to /tmp/zmsetup.log.713


Configuration complete - press return to exit


nothing:/Users/jeff root# su - zimbra
nothing:~ zimbra$ zmcontrol status
Cannot determine services - exitingnothing:~ zimbra$
nothing:~ zimbra$
================================

The errors I see are:

Checking ldap on :389...FAILED ( ldap_bind: Can't contact LDAP server (-1) )

and

Fetching CA from ldap...ERROR: service.FAILURE (system failure: getDirectContext) (cause: javax.naming.CommunicationException webgrinder.com:389)
ERROR: service.FAILURE (system failure: getDirectContext) (cause: javax.naming.CommunicationException webgrinder.com:389)



Does anyone have any suggestions?

Last edited by jefbear : 03-15-2006 at 10:42 PM.
Reply With Quote
  #2 (permalink)  
Old 03-15-2006, 10:48 PM
Zimbra Employee
 
Posts: 2,073
Default

Your new macbook pro isn't supported yet.

Quote:
Originally Posted by jefbear
Hello,
I have tried a couple times to install Zimbra 301 GA a couple times and I am getting the same error over and over.

1. I know that the DNS entries are ok for webgrinder.com because I can "ping webgrinder.com" and get responses:
nothing:/ zimbra$ ping webgrinder.com
PING webgrinder.com (150.101.89.81): 56 data bytes
64 bytes from 150.101.89.81: icmp_seq=0 ttl=64 time=0.068 ms
64 bytes from 150.101.89.81: icmp_seq=1 ttl=64 time=0.069 ms
64 bytes from 150.101.89.81: icmp_seq=2 ttl=64 time=0.073 ms
no, you don't know that - ping doesn't necessarily use DNS to resolve the host. Use the "host" command, or nslookup, to check your DNS entry.
Quote:

nothing:~ jeff$ java -version
java version "1.5.0_05"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_05-84)
Java HotSpot(TM) Client VM (build 1.5.0_05-51, mixed mode, sharing)

*********
SCRIPT
*********

nothing:/Users/jeff root# /opt/zimbra/libexec/zmsetup.pl
Operations logged to /tmp/zmsetup.log.713
Setting defaults...hostname: illegal option -- -
usage: hostname [-s] [name-of-host]
That error makes me think you're installing on either
A - a wacky version of OS X
B - an intel box

If A, which version? If B, then you can stop where you are, since the powerpc build won't run on intel.
Quote:
Checking ldap on :389...FAILED ( ldap_bind: Can't contact LDAP server (-1) )

Main menu

1) Hostname: webgrinder.com
** 2) Ldap master host: UNSET
3) Ldap port: 389
** 4) Ldap password: UNSET
r) Start servers after configuration yes
s) Save config to file
x) Expand menu
q) Quit
Again, I'm thinking unsupported platform - if it can't see that you've got the ldap package installed, it's probably checking in the wrong fashion, because it can't figure out the platform.
Quote:

Does anyone have any suggestions?
Wait a week - intel build coming soon.
Reply With Quote
  #3 (permalink)  
Old 03-15-2006, 11:20 PM
Starter Member
 
Posts: 2
Default

Hi Marcmac,

Well.. it's on a brand new Mac Mini Intel Core Duo.
This IS the problem...

Thanks for the (very) quick response mate.

I will wait for the "intel" version next week (?)


BTW: DNS info
nothing:~ zimbra$ host webgrinder.com
webgrinder.com has address 150.101.89.81



Jeff
Reply With Quote
  #4 (permalink)  
Old 03-22-2006, 03:44 PM
Intermediate Member
 
Posts: 22
Default Its been a week! ;)

Hello,

I ran out an bought a Mini INTEL just for Zimbra. After running it on other servers for clients, its working great.

Now I want it for myself, hence the new mini.

Will it be any day now for the intel version?
Reply With Quote
  #5 (permalink)  
Old 03-22-2006, 03:54 PM
Zimbra Employee
 
Posts: 2,073
Default

The next release will include an intel build.
__________________
Bugzilla - Wiki - Downloads - Before posting... Search!
Reply With Quote
  #6 (permalink)  
Old 08-16-2006, 01:48 PM
Junior Member
 
Posts: 8
Default

Quote:
Originally Posted by marcmac
The next release will include an intel build.
Is this Intel Core Duo compatibility thing now fixed?

BTW, how are things working out on the Mac Mini Intel??? I'm considering the same.

Scott
Reply With Quote
  #7 (permalink)  
Old 08-17-2006, 10:11 PM
Zimbra Employee
 
Posts: 4,784
Default

Yes we have Intel builds, and got a few Mac Mini's for our build/test machines. They work fine just make sure you get at least 1GB of ram.
__________________
Bugzilla - Wiki - Downloads - Offline Client
Reply With Quote
  #8 (permalink)  
Old 08-17-2006, 10:33 PM
Junior Member
 
Posts: 8
Default

Thanks Kevin.
Reply With Quote
  #9 (permalink)  
Old 12-16-2006, 02:34 PM
Junior Member
 
Posts: 7
Default

i'v got the same trouble on a imac core2duo and with zcs-4.0.4_GA_457.MACOSXx86.dmg
on a new install on 10.4.8

i'v got a full qualified domain (with good MX too)
Reply With Quote
  #10 (permalink)  
Old 12-16-2006, 03:39 PM
Junior Member
 
Posts: 7
Default

my fault !!

i have used the migration assistant so i have some stuff in /opt/zimbra from previous mac (with a different domain)

so i have removed /opt/zimbra + receip for simbra in /Library/receip/

sorry for previous post
Reply With Quote
Reply


Thread Tools
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.

Zimbrablog.com




 

Search Engine Optimization by vBSEO 3.1.0