Re: [xwiki-users] java.sql.SQLException PoolablePreparedStatment

2010-12-11 Thread Ricardo Rodriguez [eBioTIC.]
Hi!

Scardino, Leonard R Jr ERDC-ITL-MS Contractor wrote:
 Doing a bump if you will.  Does anyone know why I'm getting the below?

 Lenny

   

First of all: this message appears in my Thunderbird email client 
threaded with [xwiki-users] Display current date on page message. Have 
you use this message to post your first one on this topic? If yes, it 
must be avoided in the shake of clarity and to ease people willing to 
help you, and XWiki Community in general!, to follow independently each 
thread. Thanks!

About the logged error. Both activitystream_events and xwikiproperties 
are XWiki tables, thus it seems something is going wrong when inserting 
in activitystream_events and when updating xwikiproperties. Well, 
nothing fancy to say this! :-)

I do think that it is worth to create a Jira Issue 
(http://jira.xwiki.org) detailing what XE release are you using. The 
suitable place would be:

http://jira.xwiki.org/jira/browse/XPAS



 -Original Message-
 From: users-boun...@xwiki.org [mailto:users-boun...@xwiki.org] On Behalf Of
 Scardino,Leonard R Jr ERDC-ITL-MS Contractor
 Sent: Thursday, December 09, 2010 5:05 PM
 To: XWiki Users
 Subject: [xwiki-users] java.sql.SQLException PoolablePreparedStatment

 I have a new instance of XWiki running on Tomcat 5.5 / Mysql Server 5.1.

 The wiki appears to be running fine, no errors being shown to the user.
 However, in the tomcat log I'm getting a bunch of java.sql.SQLExceptions like
 the following:

 java.sql.SQLException: org.apache.commons.dbcp.PoolablePreparedStatement with
 address: com.mysql.jdbc.preparedstatem...@1f07f48: insert into
 activitystream_events (ase_requestid, ase_stream, ase_date, ase_priority,
 ase_type, ase_application, ase_user, ase_wiki, ase_space, ase_page, ase_url,
 ase_title, ase_body, ase_version, ase_param1, ase_param2, ase_param3,
 ase_param4, ase_param5, ase_eventid) values (** NOT SPECIFIED **, ** NOT
 SPECIFIED **, ** NOT SPECIFIED **, ** NOT SPECIFIED **, ** NOT SPECIFIED **,
 ** NOT SPECIFIED **, ** NOT SPECIFIED **, ** NOT SPECIFIED **, ** NOT
 SPECIFIED **, ** NOT SPECIFIED **, ** NOT SPECIFIED **, ** NOT SPECIFIED **,
 ** NOT SPECIFIED **, ** NOT SPECIFIED **, ** NOT SPECIFIED **, ** NOT
 SPECIFIED **, ** NOT SPECIFIED **, ** NOT SPECIFIED **, ** NOT SPECIFIED **,
 ** NOT SPECIFIED **) is closed.

 and :

 java.sql.SQLException: org.apache.commons.dbcp.PoolablePreparedStatement with
 address: com.mysql.jdbc.preparedstatem...@cbe525: update xwikiproperties set
 XWP_CLASSTYPE=** NOT SPECIFIED ** where XWP_ID=** NOT SPECIFIED ** and
 XWP_NAME=** NOT SPECIFIED ** is closed.



 I looked around the archive and didn't see anything.  I'm concerned that this
 is important even though it doesn't seem to be affecting the usability of the
 XWiki.

 Can anyone tell me what the deal is?  

 Thanks,

 Lenny
 ___
 users mailing list
 users@xwiki.org
 http://lists.xwiki.org/mailman/listinfo/users
 ___
 users mailing list
 users@xwiki.org
 http://lists.xwiki.org/mailman/listinfo/users

   

HTH!

Ricardo

-- 
Ricardo Rodríguez
CTO
eBioTIC.
Life Sciences, Data Modeling and Information Management Systems

___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] java.sql.SQLException PoolablePreparedStatment

2010-12-10 Thread Scardino, Leonard R Jr ERDC-ITL-MS Contractor
Doing a bump if you will.  Does anyone know why I'm getting the below?

Lenny


-Original Message-
From: users-boun...@xwiki.org [mailto:users-boun...@xwiki.org] On Behalf Of
Scardino,Leonard R Jr ERDC-ITL-MS Contractor
Sent: Thursday, December 09, 2010 5:05 PM
To: XWiki Users
Subject: [xwiki-users] java.sql.SQLException PoolablePreparedStatment

I have a new instance of XWiki running on Tomcat 5.5 / Mysql Server 5.1.

The wiki appears to be running fine, no errors being shown to the user.
However, in the tomcat log I'm getting a bunch of java.sql.SQLExceptions like
the following:

java.sql.SQLException: org.apache.commons.dbcp.PoolablePreparedStatement with
address: com.mysql.jdbc.preparedstatem...@1f07f48: insert into
activitystream_events (ase_requestid, ase_stream, ase_date, ase_priority,
ase_type, ase_application, ase_user, ase_wiki, ase_space, ase_page, ase_url,
ase_title, ase_body, ase_version, ase_param1, ase_param2, ase_param3,
ase_param4, ase_param5, ase_eventid) values (** NOT SPECIFIED **, ** NOT
SPECIFIED **, ** NOT SPECIFIED **, ** NOT SPECIFIED **, ** NOT SPECIFIED **,
** NOT SPECIFIED **, ** NOT SPECIFIED **, ** NOT SPECIFIED **, ** NOT
SPECIFIED **, ** NOT SPECIFIED **, ** NOT SPECIFIED **, ** NOT SPECIFIED **,
** NOT SPECIFIED **, ** NOT SPECIFIED **, ** NOT SPECIFIED **, ** NOT
SPECIFIED **, ** NOT SPECIFIED **, ** NOT SPECIFIED **, ** NOT SPECIFIED **,
** NOT SPECIFIED **) is closed.

and :

java.sql.SQLException: org.apache.commons.dbcp.PoolablePreparedStatement with
address: com.mysql.jdbc.preparedstatem...@cbe525: update xwikiproperties set
XWP_CLASSTYPE=** NOT SPECIFIED ** where XWP_ID=** NOT SPECIFIED ** and
XWP_NAME=** NOT SPECIFIED ** is closed.



I looked around the archive and didn't see anything.  I'm concerned that this
is important even though it doesn't seem to be affecting the usability of the
XWiki.

Can anyone tell me what the deal is?  

Thanks,

Lenny
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


[xwiki-users] java.sql.SQLException PoolablePreparedStatment

2010-12-09 Thread Scardino, Leonard R Jr ERDC-ITL-MS Contractor
I have a new instance of XWiki running on Tomcat 5.5 / Mysql Server 5.1.

The wiki appears to be running fine, no errors being shown to the user.
However, in the tomcat log I'm getting a bunch of java.sql.SQLExceptions like
the following:

java.sql.SQLException: org.apache.commons.dbcp.PoolablePreparedStatement with
address: com.mysql.jdbc.preparedstatem...@1f07f48: insert into
activitystream_events (ase_requestid, ase_stream, ase_date, ase_priority,
ase_type, ase_application, ase_user, ase_wiki, ase_space, ase_page, ase_url,
ase_title, ase_body, ase_version, ase_param1, ase_param2, ase_param3,
ase_param4, ase_param5, ase_eventid) values (** NOT SPECIFIED **, ** NOT
SPECIFIED **, ** NOT SPECIFIED **, ** NOT SPECIFIED **, ** NOT SPECIFIED **,
** NOT SPECIFIED **, ** NOT SPECIFIED **, ** NOT SPECIFIED **, ** NOT
SPECIFIED **, ** NOT SPECIFIED **, ** NOT SPECIFIED **, ** NOT SPECIFIED **,
** NOT SPECIFIED **, ** NOT SPECIFIED **, ** NOT SPECIFIED **, ** NOT
SPECIFIED **, ** NOT SPECIFIED **, ** NOT SPECIFIED **, ** NOT SPECIFIED **,
** NOT SPECIFIED **) is closed.

and :

java.sql.SQLException: org.apache.commons.dbcp.PoolablePreparedStatement with
address: com.mysql.jdbc.preparedstatem...@cbe525: update xwikiproperties set
XWP_CLASSTYPE=** NOT SPECIFIED ** where XWP_ID=** NOT SPECIFIED ** and
XWP_NAME=** NOT SPECIFIED ** is closed.



I looked around the archive and didn't see anything.  I'm concerned that this
is important even though it doesn't seem to be affecting the usability of the
XWiki.

Can anyone tell me what the deal is?  

Thanks,

Lenny
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users