Announcement

Collapse
No announcement yet.

deletecontext funktioniert nicht

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

  • deletecontext funktioniert nicht

    Hallo zusammen,

    ich habe kürzlich OX nach folgender Anleitung auf Debian Lenny installiert:



    Nun habe ich die ganze Sache einmal ein bisschen getestet und mir fiel dabei folgendes auf:

    die Befehle "createcontext", "createuser" und "deleteuser" funktionieren einwandfrei, der Befehl "deletecontext" jedoch hängt sich auf. In /var/log/open-xchange/open-xchange-admin.log.0 taucht dann folgende Fehlermeldung auf:

    Code:
    Jul 18, 2011 8:27:24 AM com.openexchange.pooling.ReentrantLockPool run
    SEVERE: Object was not returned. Fetched: 1310977574398, UseTime: 69853, ID: 15, Object: com.mysql.jdbc.JDBC4Connection@13b3d787
    com.openexchange.pooling.PoolingException: Object was not returned. Fetched: 1310977574398, UseTime: 69853, ID: 15, Object: com.mysql.jdbc.JDBC4Connection@13b3d787
        at com.openexchange.pooling.ReentrantLockPool.run(ReentrantLockPool.java:556)
        at com.openexchange.pooling.ReentrantLockPool$1.run(ReentrantLockPool.java:455)
        at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
        at java.util.concurrent.FutureTask$Sync.innerRunAndReset(FutureTask.java:317)
        at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:150)
        at com.openexchange.threadpool.internal.CustomThreadPoolExecutor$ScheduledFutureTask.runPeriodic(CustomThreadPoolExecutor.java:869)
        at com.openexchange.threadpool.internal.CustomThreadPoolExecutor$ScheduledFutureTask.run(CustomThreadPoolExecutor.java:894)
        at com.openexchange.threadpool.internal.CustomThreadPoolExecutor$Worker.runTask(CustomThreadPoolExecutor.java:750)
        at com.openexchange.threadpool.internal.CustomThreadPoolExecutor$Worker.run(CustomThreadPoolExecutor.java:776)
        at java.lang.Thread.run(Thread.java:662)
    Mir sagt diese Fehlermeldung nichts, es wäre schön wenn mir jemand weiterhelfen könnte.

    Danke und Gruss
Working...
X