View Single Post
  #1 (permalink)  
Old 03-15-2006, 10:39 PM
jefbear jefbear is offline
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