Announcement

Collapse
No announcement yet.

Java Errors During Installation

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Java Errors During Installation

    I have followed the faq for package install at :

    The Open-Xchange wiki (AKA OXpedia) contains everything you ever wanted to know about OX Cloud, OX App Suite, Dovecot Pro and PowerDNS.


    the debian section.

    Now when i'm trying to register server i get:

    Code:
    Exception in thread "main" java.lang.NoSuchMethodError: com.openexchange.admin.rmi.dataobjects.Database.setMaster(Ljava/lang/Boolean;)V
    	at com.openexchange.admin.console.util.database.DatabaseAbstraction.parseAndSetMasterAndID(DatabaseAbstraction.java:195)
    	at com.openexchange.admin.console.util.database.RegisterDatabase.<init>(RegisterDatabase.java:86)
    	at com.openexchange.admin.console.util.database.RegisterDatabase.main(RegisterDatabase.java:97)
    for the sake of sanity i'm using the same password for everything for this install. db password, admin password even test users.

    can you please tell me what's going on? I'd like to know if i have to switch to another jre or what?

    thanks

  • #2
    Hi,

    this depends on what environment you're using, i could not find any information about that in the posting. For example, "java -version"

    Greetings

    Comment


    • #3
      here's the output of java version: (running on debian )
      @server1:~$ java -version
      java version "1.5.0_14"
      Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_14-b03)
      Java HotSpot(TM) Client VM (build 1.5.0_14-b03, mixed mode, sharing)

      Comment

      Working...
      X