Advertisement
type Exception report
message
description The server encountered an internal error () that prevented it from fulfilling this request.
exception
org.springframework.jdbc.UncategorizedSQLException: StatementCallback; uncategorized SQLException for SQL [select * from DICTIONARY where word='sanfrancisco']; SQL state [HY000]; error code [1016]; Can't open file: 'DICTIONARY.MYI' (errno: 130); nested exception is java.sql.SQLException: Can't open file: 'DICTIONARY.MYI' (errno: 130)
org.springframework.jdbc.support.SQLStateSQLExceptionTranslator.translate(SQLStateSQLExceptionTranslator.java:96)
org.springframework.jdbc.support.SQLErrorCodeSQLExceptionTranslator.translate(SQLErrorCodeSQLExceptionTranslator.java:257)
org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:266)
org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:326)
org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:330)
org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:334)
org.springframework.jdbc.core.JdbcTemplate.queryForObject(JdbcTemplate.java:342)
com.tribe.util.RegionRewriteRule.execute(RegionRewriteRule.java:70)
net.tribe.filters.HostnameRewriteFilter.doFilter(HostnameRewriteFilter.java:44)
net.tribe.filters.HibernateSessionFilter.doFilter(HibernateSessionFilter.java:49)
net.tribe.filters.LinkToolFilter.doFilter(LinkToolFilter.java:52)
net.tribe.filters.ApiFamilyFilter.doFilter(ApiFamilyFilter.java:60)
net.tribe.filters.UncleanURLFilter.doFilter(UncleanURLFilter.java:74)
note The full stack trace of the root cause is available in the Apache Tomcat/5.0 logs.
message
description The server encountered an internal error () that prevented it from fulfilling this request.
exception
org.springframework.jdbc.UncategorizedSQLException: StatementCallback; uncategorized SQLException for SQL [select * from DICTIONARY where word='sanfrancisco']; SQL state [HY000]; error code [1016]; Can't open file: 'DICTIONARY.MYI' (errno: 130); nested exception is java.sql.SQLException: Can't open file: 'DICTIONARY.MYI' (errno: 130)
org.springframework.jdbc.support.SQLStateSQLExceptionTranslator.translate(SQLStateSQLExceptionTranslator.java:96)
org.springframework.jdbc.support.SQLErrorCodeSQLExceptionTranslator.translate(SQLErrorCodeSQLExceptionTranslator.java:257)
org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:266)
org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:326)
org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:330)
org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:334)
org.springframework.jdbc.core.JdbcTemplate.queryForObject(JdbcTemplate.java:342)
com.tribe.util.RegionRewriteRule.execute(RegionRewriteRule.java:70)
net.tribe.filters.HostnameRewriteFilter.doFilter(HostnameRewriteFilter.java:44)
net.tribe.filters.HibernateSessionFilter.doFilter(HibernateSessionFilter.java:49)
net.tribe.filters.LinkToolFilter.doFilter(LinkToolFilter.java:52)
net.tribe.filters.ApiFamilyFilter.doFilter(ApiFamilyFilter.java:60)
net.tribe.filters.UncleanURLFilter.doFilter(UncleanURLFilter.java:74)
note The full stack trace of the root cause is available in the Apache Tomcat/5.0 logs.
Advertisement
Advertisement
-
Re: new bug (firefox)
Mon, August 17, 2009 - 12:08 AMnothing to do with firefox, the usual java connection hang ups... -
-
Re: new bug (firefox)
Mon, August 17, 2009 - 8:55 PMJava connection hangups?
The only info I have on Java is this, from another network, somebody explaining why he could not load a website:
"... the problem is a Javascript issue. I don't block cookies. But I do
not allow any Javascript to run that is not from whitelisted site (using
the NoScript Firefox extension, noscript.net/). This is a very
useful security tool which acts to stop cross-site scripting attacks.
Unfortunately, although there is clearly Javascript being attempted, it
is not announcing itself properly, so I don't get a domain name I can
whitelist."
I don't really understand much of this but I find it unsettling. Maybe just me. -
-
Re: new bug (firefox)
Tue, August 18, 2009 - 12:20 AMjavascript is not java -- tribe doesn't use much javascript (except in the ads -- which would be blocked with noscript, so no problem there), but the backend that connects the webserver to the database is written in java. Java is prone to memory leaks and locking up under heavy loads. When it crashes you get the results described above. -
-
Re: new bug (firefox)
Tue, August 18, 2009 - 4:48 AMWhat heavy loads when there are less and less people on tribe? -
-
Re: new bug (firefox)
Thu, August 20, 2009 - 6:29 PMUpdating Firefox seems to help, but not right away.
It takes a few crashes and total restarts before Firefox actually decides that it has been updated.
One hint is that there's a new look to the way I toss my cookies, but even that didn't show until my machine had completely crashed 4 times.
Just be patient and keep pushing the cyberturds out.
-
-
Re: new bug (firefox)
Fri, August 21, 2009 - 4:07 PM"Java is prone to memory leaks"
Wouldn't it be more accurate to say that some crappy programmers introduce memory leaks by creating crappy code which doesn't release resources? ;-) -
-
Re: new bug (firefox)
Fri, August 21, 2009 - 7:53 PM>Wouldn't it be more accurate to say that some crappy programmers introduce memory leaks by creating crappy code which doesn't release resources?
Depends on whether or not java is prone to memory leaks. Java seems to be a rather leaky boat to sail around on...
-
Re: new bug (firefox)
Fri, August 21, 2009 - 9:55 PMyes, but that's what we inherited and a big reason why we're rewriting in php
any java gurus who'd like to take a look at the current code, please send your resume to help@tribe.net
we've had a couple look already and they have given up on it...
-
-
-
-