Yes it works now.
Many thanks.
Announcement
Collapse
No announcement yet.
Problem with start groupware
Collapse
X
-
Guest replied
-
Guest repliedHi,
You have test the solution in the links ?
Leave a comment:
-
Guest repliedI 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.
Leave a comment:
-
Guest repliedI have find the error, view this thread :
thanks for all
Leave a comment:
-
Guest repliedHi
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)
Leave a comment:
-
Guest repliedTou have not idea, because I don't found resolve this problem
Leave a comment:
-
Guest repliedI 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-guiLast edited by Guest; 04-17-2008, 11:35 AM.
Leave a comment:
-
Guest repliedYou have a idea ? or not because I don't view
Leave a comment:
-
Guest repliedI continued the wiki and I have problem after log in as user "oxadmin" on page http://myserverox/ox/
The load at 70% block with message configuration broken
In the IE Windows I have "Error : 'display_name' have Null value or is not a object"
The login on page http://myserverox/ox/admin it's ok
I search on all log but I not found errorLast edited by Guest; 04-16-2008, 08:54 AM.
Leave a comment:
-
Guest repliedI find the error
In workers.properties
worker.ajp13_worker.port=8009
And in ajp.properties
AJP_PORT=8010
I just change
worker.ajp13_worker.port=8010Last edited by Guest; 04-16-2008, 08:04 AM.
Leave a comment:
-
Guest repliedI test with http://my-server.ox/ajax/
and I have even error
where is the repertory ajax ?
I have continue the wiki and when login this page (http://myserverox/ox/) I have this error :
"Error 404 /ajax/login"Last edited by Guest; 04-15-2008, 05:10 PM.
Leave a comment:
-
Leave a comment:
-
Guest repliedThanks
/servlet/webdav.version give :
Code:WebDAV: 0
Code:JkMount /ajax/* ajp13_worker
Code:JkMount /ajax ajp13_worker
Code:Etat HTTP 404 - /ajax
Last edited by Guest; 04-15-2008, 01:49 PM.
Leave a comment:
-
Tomcat and the Open-Xchange Groupware MUST NOT run at the same time using the same port (8009) - if you rely on tomcat, just change the port of the Open-Xchange AJP Interface at etc/groupware/ajp.properties and the related apache configuration (workers.properties)
If /ajax/ gives you a "No servlet bound to path/alias: ajax" it's normal, does /servlet/webdav.version give you anything like "Version:"?
Leave a comment:
Leave a comment: