Announcement

Collapse
No announcement yet.

Problem with start groupware

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

  • #16
    You have a idea ? or not because I don't view

    Comment


    • #17
      What version of the GUI did you compile?

      Comment


      • #18
        I use current stable branch bf_6_4_2 :

        cvs -d server:anonymous@www.open-xchange.com:/cvsroot co -r bf_6_4_2 open-xchange-gui
        Last edited by Guest; 04-17-2008, 11:35 AM.

        Comment


        • #19
          Tou have not idea, because I don't found resolve this problem

          Comment


          • #20
            Hi
            In my open-xchange.log.0 :
            Code:
            FIN: Found thread using two objects. Second get.
            com.openexchange.pooling.PoolingException: Found thread using two objects. Second get.
                    at java.lang.Thread.dumpThreads(Native Method)
                    at java.lang.Thread.getStackTrace(Thread.java:1383)
                    at com.openexchange.pooling.ReentrantLockPool.get(ReentrantLockPool.java:329)
                    at com.openexchange.database.Database.get(Database.java:165)
                    at com.openexchange.database.Database.get(Database.java:151)
                    at com.openexchange.database.Database.get(Database.java:131)
                    at com.openexchange.server.DBPool.pickup(DBPool.java:71)
                    at com.openexchange.tools.oxfolder.OXFolderIteratorSQL.getAllVisibleFoldersIteratorOfModule(OXFolderIteratorSQL.java:897)
                    at com.openexchange.tools.oxfolder.OXFolderIteratorSQL.getAllVisibleFoldersIteratorOfModule(OXFolderIteratorSQL.java:877)
                    at com.openexchange.groupware.calendar.CalendarCommonCollection.getVisibleAndReadableFolderObject(CalendarCommonCollection.java:749)
                    at com.openexchange.groupware.calendar.CalendarCommonCollection.getVisibleFolderSQLInString(CalendarCommonCollection.java:813)
                    at com.openexchange.groupware.calendar.CalendarMySQL.getUserActiveAppointmentsRangeSQL(CalendarMySQL.java:394)
                    at com.openexchange.groupware.calendar.CalendarSql.hasAppointmentsBetween(CalendarSql.java:113)
                    at com.openexchange.ajax.request.AppointmentRequest.actionHas(AppointmentRequest.java:707)
                    at com.openexchange.ajax.request.AppointmentRequest.action(AppointmentRequest.java:188)
                    at com.openexchange.ajax.Appointment.doGet(Appointment.java:99)
                    at javax.servlet.http.HttpServlet.service(HttpServlet.java:689)
                    at com.openexchange.ajax.AJAXServlet.service(AJAXServlet.java:399)
                    at com.openexchange.ajax.SessionServlet.service(SessionServlet.java:138)
                    at com.openexchange.ajax.PermissionServlet.service(PermissionServlet.java:86)
                    at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
                    at com.openexchange.tools.ajp13.AJPv13Request.response(AJPv13Request.java:92)
                    at com.openexchange.tools.ajp13.AJPv13RequestHandler.createResponse(AJPv13RequestHandler.java:363)
                    at com.openexchange.tools.ajp13.AJPv13Connection.createResponse(AJPv13Connection.java:168)
                    at com.openexchange.tools.ajp13.AJPv13Listener.run(AJPv13Listener.java:245)
                    at java.lang.Thread.run(Thread.java:595)
            ...
            Code:
            GRAVE: SVL-0002 Category=8 Message=Exception while parsing JSON: "invalid value in attribute 'id' value 'null'". exceptionID=2011293307-25
            SVL-0002 Category=8 Message=Exception while parsing JSON: "invalid value in attribute 'id' value 'null'". exceptionID=2011293307-25
                    at com.openexchange.ajax.parser.DataParser.checkInt(DataParser.java:253)
                    at com.openexchange.ajax.request.ContactRequest.actionGet(ContactRequest.java:362)
                    at com.openexchange.ajax.request.ContactRequest.action(ContactRequest.java:130)
                    at com.openexchange.ajax.Contact.doGet(Contact.java:153)
                    at javax.servlet.http.HttpServlet.service(HttpServlet.java:689)
                    at com.openexchange.ajax.AJAXServlet.service(AJAXServlet.java:399)
                    at com.openexchange.ajax.SessionServlet.service(SessionServlet.java:138)
                    at com.openexchange.ajax.PermissionServlet.service(PermissionServlet.java:86)
                    at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
                    at com.openexchange.tools.ajp13.AJPv13Request.response(AJPv13Request.java:92)
                    at com.openexchange.tools.ajp13.AJPv13RequestHandler.createResponse(AJPv13RequestHandler.java:363)
                    at com.openexchange.tools.ajp13.AJPv13Connection.createResponse(AJPv13Connection.java:168)
                    at com.openexchange.tools.ajp13.AJPv13Listener.run(AJPv13Listener.java:245)
                    at java.lang.Thread.run(Thread.java:595)
            Thanks for advance

            Comment


            • #21
              I have find the error, view this thread :



              thanks for all

              Comment


              • #22
                I have the same Pb.
                Do you find a solution ?

                I also find this SQL request if it help.
                FIN: ContactSQL Query: SELECT co.intfield01,co.userid,co.field01,co.changing_dat e,co.fid,co.cid,co.created_from,co.creating_date,c o.changed_from,co.changing_date, co.intfield01 from prg_contacts AS co WHERE co.cid = 1 AND ( (co.field03 LIKE '%') OR (co.field02 LIKE '%') OR (co.field01 LIKE '%') ) AND (co.fid = 6) AND ((co.pflag = 1 and co.created_from = 4) OR (co.pflag is null)) ORDER BY co.field02 ASC

                It is strange, because there is no "ID" in the request.

                Regards.

                Comment


                • #23
                  Hi,

                  You have test the solution in the links ?

                  Comment


                  • #24
                    Yes it works now.
                    Many thanks.

                    Comment

                    Working...
                    X