View Single Post
  #7 (permalink)  
Old 01-30-2006, 02:46 PM
drogers drogers is offline
Senior Member
 
Posts: 54
Default

Quote:
Originally Posted by marcmac
You're either not connecting to ldap, or it's not starting - most have been covered in the forums.

/tmp/intall.log. will have the full error.

i figured i'd post the full error while i was looking for the answer in case it was something obvious.
Code:
 


Preparing packages for installation...
zimbra-ldap-3.0.0_M4_62.SuSE10-20060124130015
Preparing packages for installation...
zimbra-logger-3.0.0_M4_62.SuSE10-20060124130015
Preparing packages for installation...
zimbra-mta-3.0.0_M4_62.SuSE10-20060124130015
mv: cannot stat `/opt/zimbra/amavisd': No such file or directory
Preparing packages for installation...
zimbra-snmp-3.0.0_M4_62.SuSE10-20060124130015
Preparing packages for installation...
zimbra-store-3.0.0_M4_62.SuSE10-20060124130015
java.io.FileNotFoundException: ../service.war (No such file or directory)
        at java.io.FileInputStream.open(Native Method)
        at java.io.FileInputStream.(FileInputStream.java:106)
        at java.io.FileInputStream.(FileInputStream.java:66)
        at sun.tools.jar.Main.run(Main.java:184)
        at sun.tools.jar.Main.main(Main.java:903)
java.io.FileNotFoundException: ../zimbra.war (No such file or directory)
        at java.io.FileInputStream.open(Native Method)
        at java.io.FileInputStream.(FileInputStream.java:106)
        at java.io.FileInputStream.(FileInputStream.java:66)
        at sun.tools.jar.Main.run(Main.java:184)
        at sun.tools.jar.Main.main(Main.java:903)
warning: waiting to reestablish exclusive database lock
error: %post(zimbra-store-3.0.0_M4_62.SuSE10-20060124130015) scriptlet failed, exit status 1
that is the only part with any errors. everything else appears to be going fine.
Reply With Quote