Announcement

Collapse
No announcement yet.

open-xchange-admin don't create /etc/init.d/open-xchange-admin

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

  • open-xchange-admin don't create /etc/init.d/open-xchange-admin

    hello

    I today compiling open-xchange-admin and plugins
    they d'ont create daemon /etc/init.d/open-xchange-admin and also don't create createuser in /opt/open-xchange/sbin/

    some problem in cvs ?

  • #2
    Originally posted by katibu View Post
    hello

    I today compiling open-xchange-admin and plugins
    they d'ont create daemon /etc/init.d/open-xchange-admin and also don't create createuser in /opt/open-xchange/sbin/

    some problem in cvs ?
    Did you have a look at the logfiles?
    What about the compile?
    I tried it yesterday and it worked perfect.

    Comment


    • #3
      Hello

      in the log anything about it

      this is de outpout compiler

      k2:/tmp/open-xchange-admin# ant -Dlib.dir=/opt/open-xchange/lib
      Buildfile: build.xml

      replacer:
      [copy] Copying 8 files to /tmp/open-xchange-admin
      [exec] /tmp /tmp/open-xchange-admin
      [exec] /tmp/open-xchange-admin

      compile:
      [javac] Compiling 1 source file to /tmp/open-xchange-admin/classes

      compile-plugins:

      compile:

      compile:

      compile-console:
      [subant] No sub-builds to iterate on

      manifest:

      jar:
      [jar] Building jar: /tmp/open-xchange-admin/jar/ox_admindaemon.jar

      jar-plugins:

      compile:

      jar:

      compile:

      jar:

      BUILD SUCCESSFUL
      Total time: 3 seconds


      I try to compiler two times amb compiler admin-plugin-imap and context_light to

      and in /tmp/open-xchange-admin/sbin nothing too about createuser or open-xchange-admin daemon

      thanks

      Comment


      • #4
        Just try it once more and please remove all old files you may have.

        I did it few minutes ago and it worked except one little mistake in createuser.


        It should be like this:
        Code:
        $JAVA_BIN -classpath $LIBPATH/ox_admindaemon.jar:$LIBPATH/ox_admin_plugin_context_light.jar:$LIBPATH/ox_admin_plugin_imap.jar:$LIBPATH/ox_admin_console_ee.jar:$LIBPATH/commons-cli-1.0.jar $JAVAMAIN $*

        Comment


        • #5
          Hello


          now I try without your code and with them this is the output

          k2:/tmp/open-xchange-admin# /opt/open-xchange/sbin/createuser -A oxadmin -P secret --username katibu --displayname "Victor Domenech" --password secret --email katibu@k2 --givenname Victor --surname Domenech -- language en_US --timezone Europe/Madrid
          Exception in thread "main" java.lang.NoClassDefFoundError: com/openexchange/admin/rmi/extensions/OXUserIMAPExtension
          at com.openexchange.admin.console.user.Create.<init>( Create.java:148)
          at com.openexchange.admin.console.user.Create.main(Cr eate.java:79)




          Sorry now I view another post and view this line is the last from createuser a put it and now error too

          k2:/tmp/open-xchange-admin# /opt/open-xchange/sbin/createuser -A oxadmin -P secret --username katibu --displayname "Victor Domenech" --password secret --email katibu@k2 --givenname Victor --surname Domenech -- language en_US --timezone Europe/Madrid
          Server response:
          com.openexchange.admin.exceptions.PoolException: DBP-0001 Category=5 Message=Can't get connection to config DB. exceptionID=-522241208-3


          thanks for all
          Last edited by Guest; 03-22-2007, 11:30 AM.

          Comment

          Working...
          X