Announcement

Collapse
No announcement yet.

Peter's Open-Xchange Server Admin GUI

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

  • Is there any possibility to get the group email function activated? It just may maintain those group email entries in any discretionary DB table.

    Comment


    • Probleme nach Update auf Version 6.20.1 Rev5

      Hallo,

      nach dem ich ein Update auf Version 6.20.1 Rev5 durchgeführt habe ist es nicht mehr möglich neue User anzulegen. Es wird nur noch eine leere Seite angezeigt. Der Log sagt folgendes:

      at java.lang.Thread.run(Thread.java:679)
      Feb 17, 2012 9:23:01 AM com.openexchange.log.internal.LoggerTask call
      SEVERE: Logged at: com.openexchange.ajp13.coyote.AjpProcessor.process (AjpProcessor.java:858)
      Error processing request: request-URI=''/servlet/webserver/index.html'', query-string=''link=createuser''
      com.openexchange.ajp13.remoteAddress=127.0.0.1
      java.lang.IllegalStateException: Max. allowed number of request parameters (30) exceeded
      at com.openexchange.ajp13.coyote.HttpServletRequestIm pl.setParameter(HttpServletRequestImpl.java:339)
      at com.openexchange.ajp13.coyote.AjpProcessor.parseQu eryString(AjpProcessor.java:1509)
      at com.openexchange.ajp13.coyote.AjpProcessor.process (AjpProcessor.java:809)
      at com.openexchange.ajp13.coyote.sockethandler.Coyote Task.call(CoyoteTask.java:184)
      at java.util.concurrent.FutureTask$Sync.innerRun(Futu reTask.java:334)
      at java.util.concurrent.FutureTask.run(FutureTask.jav a:166)
      at com.openexchange.threadpool.internal.CustomThreadP oolExecutor$Worker.runTask(CustomThreadPoolExecuto r.java:752)
      at com.openexchange.threadpool.internal.CustomThreadP oolExecutor$Worker.run(CustomThreadPoolExecutor.ja va:781)
      at java.lang.Thread.run(Thread.java:679)

      Ich habe die Fehlermeldung bereits an Peter weitergeleitet und bekam auch direkt die Rückmeldung, dass ein ähnlicher Fehler bereits bekannt sei.

      Eventuell hat noch jemand eine Idee dazu wie man diesen Fehler beheben kann.

      Grüße
      Patrik

      Comment


      • In /opt/open-xchange/etc/groupware/ajp.properties gibt es ein neues Property:
        # Specify the max. number of allowed request parameters
        AJP_MAX_REQUEST_PARAMETER_COUNT:30

        Offensichtlich wird der Wert überschritten. Bitte diesen einmal anheben. Uns würde hier auch mal interessieren, wieviele Request-Parameter hier benötigt werden, wenn es daran liegt.

        Comment


        • Habe das gleiche Problem nach einem Update auf 6.20.1 Rev.5

          Eine Erhöhung des Parameters auf 300 brachte auch keine Abhilfe.

          Ich habe jedoch im /var/log/open-xchange/open-xchange-admin.log.0
          folgenden Eintrag gefunden:

          18-Feb-2012 18:24:14 com.openexchange.admin.storage.mysqlStorage.Contex tLoader loadContexts
          WARNING: Can not load the following contexts: [1]

          Der Eintrag erscheint, nachdem man sich an Peters GUI angemeldet hat und auf Kontext klickt. Der Klick auf den Kontext Button löst den Eintrag im Log-File aus.

          Comment


          • Hallo!

            Als beruflichen Gründen war es mit leider nicht wirklich möglich um mein OXGUI Projekt zu kümmern. In den Osterferien habe ich nun doch endlich wieder Zeit für mein Projekt gefunden. Die meisten Fehler, die mir in den letzten Monaten reportet wurde kann ich nachvollziehen. Mit OX Version : 6.20.2 Rev2 (2012-03-08 16:00:15) können keine Benutzer mehr angelegt, oder geändert werden. Der Request endet mit einer leeren Seite.

            Mit etwas Aufwand habe ich nun meine Entwichlungsumgebung wieder zum Laufen bekommen - was gar nicht so einfach war. Ich hoffe in den nächsten die Probleme eingrenzen zu können.

            Peter

            Comment


            • Das war bei mir aber die Lösung

              Originally posted by Antonio Lopez View Post
              Habe das gleiche Problem nach einem Update auf 6.20.1 Rev.5

              Eine Erhöhung des Parameters auf 300 brachte auch keine Abhilfe.
              Code:
              vim /opt/open-xchange/etc/groupware/ajp.properties
              Suchen der Zeile

              Code:
              AJP_MAX_REQUEST_PARAMETER_COUNT:30
              auf 300 setzten

              Code:
              AJP_MAX_REQUEST_PARAMETER_COUNT:300
              OX neu starten

              Code:
              service open-xchange-groupware restart
              Code:
              service open-xchange-admin restart
              Dann werden die Werte auch übernommen.

              Comment


              • AJP_MAX_REQUEST_PARAMETER_COUNT:300

                hat bei mir das Problem auch gelöst

                Ubuntu 10.04 LTS, OX 6.20.2 Rev2

                Comment


                • Hi,

                  I'm using the oxadminmaster to create a new user.

                  The user is no created and I get no error(s) or anything on the log files!

                  Any ideas?

                  Thank you.

                  Comment


                  • Hi,

                    did anybody already test Peter’s OX Server Admin GUI with ox 6.22?

                    Regards.

                    Comment


                    • Originally posted by hbwinther View Post
                      Hi,

                      did anybody already test Peter’s OX Server Admin GUI with ox 6.22?

                      Regards.
                      Hi!

                      My GUI isn't working with 6.22. I wil try to solve the problemens in the next days.

                      with best regards
                      Peter

                      Comment


                      • I get this error still on Version : 6.20.7 Rev2 (2012-08-27 10:25:18), when i want to see the users, after i set the context.


                        javax.crypto.BadPaddingException: Given final block not properly padded
                        at com.sun.crypto.provider.CipherCore.doFinal(CipherC ore.java:811)
                        at com.sun.crypto.provider.CipherCore.doFinal(CipherC ore.java:676)
                        at com.sun.crypto.provider.AESCipher.engineDoFinal(AE SCipher.java:317)
                        at javax.crypto.Cipher.doFinal(Cipher.java:1813)
                        at at.sciencesoft.util.Crypto.decrypt(Crypto.java:129 )
                        at at.sciencesoft.oxrmi.ContextCache.getContextCreden tials(ContextCache.java:45)
                        at at.sciencesoft.controller.User.process(User.java:5 3)
                        at at.sciencesoft.controller.Main.process(Main.java:9 2)
                        at at.sciencesoft.webserver.TemplateManager.process(T emplateManager.java:133)
                        at at.sciencesoft.webserver.WebServer.process(WebServ er.java:223)
                        at at.sciencesoft.webserver.WebServer.doGet(WebServer .java:170)
                        at javax.servlet.http.HttpServlet.service(HttpServlet .java:707)
                        at javax.servlet.http.HttpServlet.service(HttpServlet .java:820)
                        at com.openexchange.ajp13.coyote.AjpProcessor.process (AjpProcessor.java:835)
                        at com.openexchange.ajp13.coyote.sockethandler.Coyote Task.call(CoyoteTask.java:184)
                        at java.util.concurrent.FutureTask$Sync.innerRun(Futu reTask.java:334)
                        at java.util.concurrent.FutureTask.run(FutureTask.jav a:166)
                        at com.openexchange.threadpool.internal.CustomThreadP oolExecutor$Worker.runTask(CustomThreadPoolExecuto r.java:781)
                        at com.openexchange.threadpool.internal.CustomThreadP oolExecutor$Worker.run(CustomThreadPoolExecutor.ja va:807)
                        at java.lang.Thread.run(Thread.java:636)
                        Any idea?
                        Thank you
                        Sascha

                        Comment


                        • Hi!

                          This error code is caused by a problem with the oxadminmaster password. The oxadminmaster password is used to crypt the oxadmin (context) password. If you change the oxadminmaster password, you must set the oxadmin password again. The GUI supports setting the oxadmin password again by an extra checkbox.

                          Peter

                          Comment


                          • Thank you Peter!
                            That did the trick!

                            Sascha

                            Comment


                            • GUI Update (0.1.16) for the old OX Version 6.20.7 Rev2 and below is available:
                              Dutch translation - thanks to Frank Dijcks
                              Some minor bugfixes: typos and the problem to update some user fields.

                              Details see: http://oxgui.wordpress.com/

                              Good news: OXGUI and OX Version 6.22 is running - core functions. There are still some modifications necessary for extened functions - plugin etc. But I hope to be able to release a first working version on friday.
                              Last edited by pezi; 10-17-2012, 09:20 AM.

                              Comment


                              • Hi!

                                This problem is related to following fix:
                                Apache, MySQL, Cyrus, Mod_JK ... this forum is for all software around Open-Xchange. Questions, discussion or problems can be posted here.


                                Peter

                                Comment

                                Working...
                                X