please help on below exception:
Could not successfully test your database:
org.h2.jdbc.JdbcSQLException: General error: "java.lang.IllegalStateException: File corrupted in chunk 28589, expected page length =< 192, got 1728392960 [1.4.185/6]" [50000-185]
What do the logs say the connection problem is?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
It is self managed,
<jira-database-config>
<name>defaultDS</name>
<delegator-name>default</delegator-name>
<database-type>h2</database-type>
<schema-name>PUBLIC</schema-name>
Error Logs:
2019-06-03 15:32:28,816 JIRA-Bootstrap INFO [c.a.j.config.database.SystemDatabaseConfigurationLoader] Reading database configuration from C:\Program Files\Atlassian\Application Data\JIRA\dbconfig.xml
2019-06-03 15:32:29,222 JIRA-Bootstrap ERROR [c.a.config.bootstrap.DefaultAtlassianBootstrapManager] Could not successfully test your database:
org.h2.jdbc.JdbcSQLException: General error: "java.lang.IllegalStateException: File corrupted in chunk 28589, expected page length =< 192, got 1728392960 [1.4.185/6]" [50000-185]
at org.h2.message.DbException.getJdbcSQLException(DbException.java:345)
at org.h2.message.DbException.get(DbException.java:168)
at org.h2.message.DbException.convert(DbException.java:295)
at org.h2.engine.Database.openDatabase(Database.java:297)
at org.h2.engine.Database.<init>(Database.java:260)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
As the JIRA application starts up, it goes through the following steps when starting the Plugin System:
$JIRA_INSTALL/atlassian-jira/WEB-INF/classes/atlassian-bundled-plugins.zip
is extracted to $JIRA_HOME/plugins/.bundled-plugins
.$JIRA_HOME/plugins/installed-plugins
is extracted to $JIRA_HOME/plugins/.osgi-plugins
.This is a fairly resource intensive process and can place a sizeable load on the I/O of the disk and CPU of the machine that is hosting the JIRA application instance. If the required resources aren't available, the plugins may timeout and cause the application to be left in an unusable state.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
will you please mention the file locations to do below steps
Clear Cache
Delete Lock File
Delete PLugin .osgi-plugins and .bundled-plugins
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
yes I deleted .lock file and below folders
.osgi-plugins
.bundled-plugins
.
but still it is giving same error:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
AFTER DELETING THE data Its Work Properly I have also Facing the Same issue my JIra after its Clear Its Working I am Using the PostgreSQL database
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
First You Will Shutdown Jira And Go to Application Folder And Clear Cache And Delete Lock File Ann Delete PLugin .osgi-plugins and .bundled-plugins after That Open Data base Its Running or Not U can check When Its Running U can Restart The jira U Can do Success Fully Doing This that time jira is not Showing the Error That is the .Error
Thanks ,
Venkatesh Penumuchu
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.