Hi,

Is it a different client and server version?

The error indicated version 1.1.119, not 1.2.140 ?

I think somewhere along the line there was an issue where with different client and server versions. It outputs an error that doesn't make sense like what you are getting. So I think the cause is an incompatible client and server version.

Hope this helps.

Ryan


On 30/08/2010 3:53 PM, raj wrote:
Hi,

I am getting this exception

org.h2.jdbc.JdbcSQLException: General error:
java.lang.RuntimeException: File ID mismatch got=0 expected=18
pos=1420361 false org.h2.store.DiskFile:/u/users/framewrk/mfwscc/flow/
tomcat/apache-tomcat-6.0.20/mfui/db/mfui_h2_db.index.db blockCount:0;
SQL statement:
SELECT USER_ID FROM MFUI_USERS WHERE USER_ID =? [50000-119]
     at org.h2.message.Message.getSQLException(Message.java:106)
     at org.h2.message.Message.convert(Message.java:283)
     at org.h2.message.Message.convert(Message.java:244)
     at org.h2.command.Command.executeQueryLocal(Command.java:144)
     at org.h2.command.Command.executeQuery(Command.java:123)
     at
org.h2.jdbc.JdbcPreparedStatement.executeQuery(JdbcPreparedStatement.java:
98)
     at
org.apache.commons.dbcp.DelegatingPreparedStatement.executeQuery(DelegatingPreparedStatement.java:
205)
     at
com.ca.mfui.services.profile.impl.H2ProfileServiceImpl.doesUserExist(H2ProfileServiceImpl.java:
552)
     at
com.ca.mfui.server.ServiceFactory.doesUserExist(ServiceFactory.java:
451)
     at
com.ca.mfui.server.AuthServiceImpl.doesUserExist(AuthServiceImpl.java:
273)
     at
com.ca.mfui.server.AuthServiceImpl.isLoggedIn(AuthServiceImpl.java:
220)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:
48)
     at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:
37)
     at java.lang.reflect.Method.invoke(Method.java:600)
     at
com.google.gwt.user.server.rpc.RPC.invokeAndEncodeResponse(RPC.java:
562)
     at
com.google.gwt.user.server.rpc.RemoteServiceServlet.processCall(RemoteServiceServlet.java:
188)
     at
com.google.gwt.user.server.rpc.RemoteServiceServlet.processPost(RemoteServiceServlet.java:
224)
     at
com.google.gwt.user.server.rpc.AbstractRemoteServiceServlet.doPost(AbstractRemoteServiceServlet.java:
62)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:637)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
     at org.eclipse.equinox.http.registry.internal.ServletManager
$ServletWrapper.service(ServletManager.java:177)
     at
org.eclipse.equinox.http.servlet.internal.ServletRegistration.handleRequest(ServletRegistration.java:
91)
     at
org.eclipse.equinox.http.servlet.internal.ProxyServlet.processAlias(ProxyServlet.java:
110)
     at
org.eclipse.equinox.http.servlet.internal.ProxyServlet.service(ProxyServlet.java:
60)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
     at
org.eclipse.equinox.servletbridge.BridgeServlet.service(BridgeServlet.java

saw numerous links but soln isn't available can someone help? Do I
need to upgrade H2 version


--
You received this message because you are subscribed to the Google Groups "H2 
Database" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/h2-database?hl=en.

Reply via email to