Hi guys, well I am facing a problem last 2 days and I am really sick of it. I am deploying my application java/struts in a BEA Weblogic server and administrating my informix DB with k2 verity server. everything goes fine when I run my app but when trying to index the DB using a multiple choice form I get the following error, I am not posting everything cause it is not that much important.any suggestions? I have found the reason saying that the placeholders in the prepared statement do not match....etc but believe it doesn'match the true...
[[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)']
09:38:13,484 [DEBUG] Populating cache
[[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)']
09:38:13,484 [DEBUG] getting message from cache in getLocaleMessage
[[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)']
09:38:13,484 [DEBUG] Message for key errors.required is null
[[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)']
09:38:13,484 [DEBUG] Getting message from cache for keysearch.results
[[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)']
09:38:13,484 [DEBUG] Message for key search.results is null
[[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)']
09:38:13,484 [DEBUG] Getting properties from database using locale: el and quer
y: SELECT TRIM(idlabel), TRIM(txtlabelvalue) from dlabelrelease where idapplicat
ion=1 and idlanguage='en'
[[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)']
09:38:13,484 [DEBUG] Failed to load properties
java.sql.SQLException: Number of input values does not match number of question
marks
at com.informix.util.IfxErrMsg.getSQLException(IfxErr Msg.java:373)
at com.informix.jdbc.IfxPreparedStatement.checkParame terIndex(IfxPrepare
dStatement.java:2884)
at com.informix.jdbc.IfxPreparedStatement.setString(I fxPreparedStatement
.java:1417)
at weblogic.jdbc.wrapper.PreparedStatement.setString( PreparedStatement.j
ava:711)
at net.sf.reloadable.resource.messageresources.DBMess ageResources.getMes
sagesAsProperties(DBMessageResources.java:85)
at net.sf.reloadable.resource.messageresources.BaseRe loadableMessageReso
urce.getMessage(BaseReloadableMessageResource.java :93)
at net.sf.reloadable.resource.messageresources.BaseRe loadableMessageReso
urce.getMessage(BaseReloadableMessageResource.java :57)
at org.apache.struts.taglib.TagUtils.message(TagUtils .java:953)
at org.apache.struts.taglib.bean.MessageTag.doStartTa g(MessageTag.java:2