<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title><![CDATA[IBANC - Troubleshoot]]></title>
		<link>https://forum.ibanc.eu/</link>
		<description><![CDATA[IBANC - https://forum.ibanc.eu]]></description>
		<pubDate>Thu, 23 Apr 2026 14:27:01 +0000</pubDate>
		<generator>MyBB</generator>
		<item>
			<title><![CDATA[IBANC already-in-use error]]></title>
			<link>https://forum.ibanc.eu/showthread.php?tid=174</link>
			<pubDate>Thu, 06 Aug 2015 07:09:17 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forum.ibanc.eu/member.php?action=profile&uid=1500">UAV Utrecht</a>]]></dc:creator>
			<guid isPermaLink="false">https://forum.ibanc.eu/showthread.php?tid=174</guid>
			<description><![CDATA[Hello,<br />
<br />
Since this subforum is in English (and I think this is where this topic belongs) I'll state my problem in English.<br />
This morning, I tried reinstalling IBANC after a computer crash made me lose it earlier. I had received a free licence from my bank with the introduction of SEPA, and I was kindly helped by a dutch IBANC employee and offered a download link to the version I had before the crash (IBANC 2.0.42). I hope you still offer technical support for this version.<br />
After running the installer, I let it start up IBANC automatically only to find out that it did not work. When I try to start the program, I get the following message:<br />
Cannot start:<br />
IBANC cannot be started. Check whether you are or someone else is already using IBANC.<br />
I have not managed to get past this screen since.<br />
<br />
I went to the IBANC folder on my c drive and found what looks to me like an error log. I will paste it below here, maybe someone with sufficient IT-knowledge can make more of this than me. Should you need any more specific OS or  computer specifications please do not hesitate to ask.<br />
<br />
Kind regards and thanks in advance,<br />
Floris van den Broek<br />
<br />
<blockquote class="mycode_quote"><cite>Citaat:</cite>----------------------------------------------------------------<br />
Thu Aug 06 08:51:47 CEST 2015:<br />
Booting Derby version The Apache Software Foundation - Apache Derby - 10.10.2.0 - (1582446): instance a816c00e-014f-01c7-ae0a-0000007b6028 <br />
on database directory C:\ProgramData\IBANCSoftware\ibanc\db\current with class loader sun.misc.Launcher&#36;AppClassLoader@387f44 <br />
Loaded from file:/C:/Program%20Files%20(x86)/IBANC/lib/derby-10.10.2.0.jar<br />
java.vendor=Oracle Corporation<br />
java.runtime.version=1.8.0_25-b18<br />
user.dir=C:\Program Files (x86)\IBANC<br />
os.name=Windows 8<br />
os.arch=x86<br />
os.version=6.2<br />
derby.system.home=null<br />
----------------------------------------------------------------<br />
Thu Aug 06 08:51:47 CEST 2015:<br />
Shutting down instance a816c00e-014f-01c7-ae0a-0000007b6028 on database directory C:\ProgramData\IBANCSoftware\ibanc\db\current with class loader sun.misc.Launcher&#36;AppClassLoader@387f44 <br />
Thu Aug 06 08:51:47 CEST 2015 Thread[main,5,main] Cleanup action starting<br />
java.sql.SQLException: Failed to start database 'C:\ProgramData\IBANCSoftware\ibanc\db\current' with class loader sun.misc.Launcher&#36;AppClassLoader@387f44, see the next exception for details.<br />
at org.apache.derby.impl.jdbc.SQLExceptionFactory40.getSQLException(Unknown Source)<br />
at org.apache.derby.impl.jdbc.Util.newEmbedSQLException(Unknown Source)<br />
at org.apache.derby.impl.jdbc.Util.seeNextException(Unknown Source)<br />
at org.apache.derby.impl.jdbc.EmbedConnection.bootDatabase(Unknown Source)<br />
at org.apache.derby.impl.jdbc.EmbedConnection.&lt;init&gt;(Unknown Source)<br />
at org.apache.derby.impl.jdbc.EmbedConnection40.&lt;init&gt;(Unknown Source)<br />
at org.apache.derby.jdbc.Driver40.getNewEmbedConnection(Unknown Source)<br />
at org.apache.derby.jdbc.InternalDriver.connect(Unknown Source)<br />
at org.apache.derby.jdbc.Driver20.connect(Unknown Source)<br />
at org.apache.derby.jdbc.AutoloadedDriver.connect(Unknown Source)<br />
at java.sql.DriverManager.getConnection(DriverManager.java:664)<br />
at java.sql.DriverManager.getConnection(DriverManager.java:247)<br />
at com.ibanc.database.AbstractDatabase.getConnection(AbstractDatabase.java:70)<br />
at com.ibanc.gui.App.run(App.java:611)<br />
at com.ibanc.gui.App.main(App.java:310)<br />
Caused by: java.sql.SQLException: Failed to start database 'C:\ProgramData\IBANCSoftware\ibanc\db\current' with class loader sun.misc.Launcher&#36;AppClassLoader@387f44, see the next exception for details.<br />
at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)<br />
at org.apache.derby.impl.jdbc.SQLExceptionFactory40.wrapArgsForTransportAcrossDRDA(Unknown Source)<br />
... 15 more<br />
Caused by: java.sql.SQLException: Database at C:\ProgramData\IBANCSoftware\ibanc\db\current has an incompatible format with the current version of the software.  The database was created by or upgraded by version 10.11.<br />
at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)<br />
at org.apache.derby.impl.jdbc.SQLExceptionFactory40.wrapArgsForTransportAcrossDRDA(Unknown Source)<br />
at org.apache.derby.impl.jdbc.SQLExceptionFactory40.getSQLException(Unknown Source)<br />
at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)<br />
... 12 more<br />
Caused by: ERROR XSLAN: Database at C:\ProgramData\IBANCSoftware\ibanc\db\current has an incompatible format with the current version of the software.  The database was created by or upgraded by version 10.11.<br />
at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)<br />
at org.apache.derby.impl.store.raw.log.LogToFile.readControlFile(Unknown Source)<br />
at org.apache.derby.impl.store.raw.log.LogToFile.boot(Unknown Source)<br />
at org.apache.derby.impl.services.monitor.BaseMonitor.boot(Unknown Source)<br />
at org.apache.derby.impl.services.monitor.TopService.bootModule(Unknown Source)<br />
at org.apache.derby.impl.services.monitor.BaseMonitor.startModule(Unknown Source)<br />
at org.apache.derby.iapi.services.monitor.Monitor.bootServiceModule(Unknown Source)<br />
at org.apache.derby.impl.store.raw.data.BaseDataFileFactory.bootLogFactory(Unknown Source)<br />
at org.apache.derby.impl.store.raw.data.BaseDataFileFactory.setRawStoreFactory(Unknown Source)<br />
at org.apache.derby.impl.store.raw.RawStore.boot(Unknown Source)<br />
at org.apache.derby.impl.services.monitor.BaseMonitor.boot(Unknown Source)<br />
at org.apache.derby.impl.services.monitor.TopService.bootModule(Unknown Source)<br />
at org.apache.derby.impl.services.monitor.BaseMonitor.startModule(Unknown Source)<br />
at org.apache.derby.iapi.services.monitor.Monitor.bootServiceModule(Unknown Source)<br />
at org.apache.derby.impl.store.access.RAMAccessManager.boot(Unknown Source)<br />
at org.apache.derby.impl.services.monitor.BaseMonitor.boot(Unknown Source)<br />
at org.apache.derby.impl.services.monitor.TopService.bootModule(Unknown Source)<br />
at org.apache.derby.impl.services.monitor.BaseMonitor.startModule(Unknown Source)<br />
at org.apache.derby.iapi.services.monitor.Monitor.bootServiceModule(Unknown Source)<br />
at org.apache.derby.impl.db.BasicDatabase.bootStore(Unknown Source)<br />
at org.apache.derby.impl.db.BasicDatabase.boot(Unknown Source)<br />
at org.apache.derby.impl.services.monitor.BaseMonitor.boot(Unknown Source)<br />
at org.apache.derby.impl.services.monitor.TopService.bootModule(Unknown Source)<br />
at org.apache.derby.impl.services.monitor.BaseMonitor.bootService(Unknown Source)<br />
at org.apache.derby.impl.services.monitor.BaseMonitor.startProviderService(Unknown Source)<br />
at org.apache.derby.impl.services.monitor.BaseMonitor.findProviderAndStartService(Unknown Source)<br />
at org.apache.derby.impl.services.monitor.BaseMonitor.startPersistentService(Unknown Source)<br />
at org.apache.derby.iapi.services.monitor.Monitor.startPersistentService(Unknown Source)<br />
... 12 more<br />
============= begin nested exception, level (1) ===========<br />
java.sql.SQLException: Database at C:\ProgramData\IBANCSoftware\ibanc\db\current has an incompatible format with the current version of the software.  The database was created by or upgraded by version 10.11.<br />
at org.apache.derby.impl.jdbc.SQLExceptionFactory40.getSQLException(Unknown Source)<br />
at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)<br />
at org.apache.derby.impl.jdbc.EmbedConnection.bootDatabase(Unknown Source)<br />
at org.apache.derby.impl.jdbc.EmbedConnection.&lt;init&gt;(Unknown Source)<br />
at org.apache.derby.impl.jdbc.EmbedConnection40.&lt;init&gt;(Unknown Source)<br />
at org.apache.derby.jdbc.Driver40.getNewEmbedConnection(Unknown Source)<br />
at org.apache.derby.jdbc.InternalDriver.connect(Unknown Source)<br />
at org.apache.derby.jdbc.Driver20.connect(Unknown Source)<br />
at org.apache.derby.jdbc.AutoloadedDriver.connect(Unknown Source)<br />
at java.sql.DriverManager.getConnection(DriverManager.java:664)<br />
at java.sql.DriverManager.getConnection(DriverManager.java:247)<br />
at com.ibanc.database.AbstractDatabase.getConnection(AbstractDatabase.java:70)<br />
at com.ibanc.gui.App.run(App.java:611)<br />
at com.ibanc.gui.App.main(App.java:310)<br />
Caused by: java.sql.SQLException: Database at C:\ProgramData\IBANCSoftware\ibanc\db\current has an incompatible format with the current version of the software.  The database was created by or upgraded by version 10.11.<br />
at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)<br />
at org.apache.derby.impl.jdbc.SQLExceptionFactory40.wrapArgsForTransportAcrossDRDA(Unknown Source)<br />
... 14 more<br />
Caused by: ERROR XSLAN: Database at C:\ProgramData\IBANCSoftware\ibanc\db\current has an incompatible format with the current version of the software.  The database was created by or upgraded by version 10.11.<br />
at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)<br />
at org.apache.derby.impl.store.raw.log.LogToFile.readControlFile(Unknown Source)<br />
at org.apache.derby.impl.store.raw.log.LogToFile.boot(Unknown Source)<br />
at org.apache.derby.impl.services.monitor.BaseMonitor.boot(Unknown Source)<br />
at org.apache.derby.impl.services.monitor.TopService.bootModule(Unknown Source)<br />
at org.apache.derby.impl.services.monitor.BaseMonitor.startModule(Unknown Source)<br />
at org.apache.derby.iapi.services.monitor.Monitor.bootServiceModule(Unknown Source)<br />
at org.apache.derby.impl.store.raw.data.BaseDataFileFactory.bootLogFactory(Unknown Source)<br />
at org.apache.derby.impl.store.raw.data.BaseDataFileFactory.setRawStoreFactory(Unknown Source)<br />
at org.apache.derby.impl.store.raw.RawStore.boot(Unknown Source)<br />
at org.apache.derby.impl.services.monitor.BaseMonitor.boot(Unknown Source)<br />
at org.apache.derby.impl.services.monitor.TopService.bootModule(Unknown Source)<br />
at org.apache.derby.impl.services.monitor.BaseMonitor.startModule(Unknown Source)<br />
at org.apache.derby.iapi.services.monitor.Monitor.bootServiceModule(Unknown Source)<br />
at org.apache.derby.impl.store.access.RAMAccessManager.boot(Unknown Source)<br />
at org.apache.derby.impl.services.monitor.BaseMonitor.boot(Unknown Source)<br />
at org.apache.derby.impl.services.monitor.TopService.bootModule(Unknown Source)<br />
at org.apache.derby.impl.services.monitor.BaseMonitor.startModule(Unknown Source)<br />
at org.apache.derby.iapi.services.monitor.Monitor.bootServiceModule(Unknown Source)<br />
at org.apache.derby.impl.db.BasicDatabase.bootStore(Unknown Source)<br />
at org.apache.derby.impl.db.BasicDatabase.boot(Unknown Source)<br />
at org.apache.derby.impl.services.monitor.BaseMonitor.boot(Unknown Source)<br />
at org.apache.derby.impl.services.monitor.TopService.bootModule(Unknown Source)<br />
at org.apache.derby.impl.services.monitor.BaseMonitor.bootService(Unknown Source)<br />
at org.apache.derby.impl.services.monitor.BaseMonitor.startProviderService(Unknown Source)<br />
at org.apache.derby.impl.services.monitor.BaseMonitor.findProviderAndStartService(Unknown Source)<br />
at org.apache.derby.impl.services.monitor.BaseMonitor.startPersistentService(Unknown Source)<br />
at org.apache.derby.iapi.services.monitor.Monitor.startPersistentService(Unknown Source)<br />
... 12 more<br />
============= end nested exception, level (1) ===========<br />
============= begin nested exception, level (2) ===========<br />
java.sql.SQLException: Database at C:\ProgramData\IBANCSoftware\ibanc\db\current has an incompatible format with the current version of the software.  The database was created by or upgraded by version 10.11.<br />
at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)<br />
at org.apache.derby.impl.jdbc.SQLExceptionFactory40.wrapArgsForTransportAcrossDRDA(Unknown Source)<br />
at org.apache.derby.impl.jdbc.SQLExceptionFactory40.getSQLException(Unknown Source)<br />
at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)<br />
at org.apache.derby.impl.jdbc.EmbedConnection.bootDatabase(Unknown Source)<br />
at org.apache.derby.impl.jdbc.EmbedConnection.&lt;init&gt;(Unknown Source)<br />
at org.apache.derby.impl.jdbc.EmbedConnection40.&lt;init&gt;(Unknown Source)<br />
at org.apache.derby.jdbc.Driver40.getNewEmbedConnection(Unknown Source)<br />
at org.apache.derby.jdbc.InternalDriver.connect(Unknown Source)<br />
at org.apache.derby.jdbc.Driver20.connect(Unknown Source)<br />
at org.apache.derby.jdbc.AutoloadedDriver.connect(Unknown Source)<br />
at java.sql.DriverManager.getConnection(DriverManager.java:664)<br />
at java.sql.DriverManager.getConnection(DriverManager.java:247)<br />
at com.ibanc.database.AbstractDatabase.getConnection(AbstractDatabase.java:70)<br />
at com.ibanc.gui.App.run(App.java:611)<br />
at com.ibanc.gui.App.main(App.java:310)<br />
Caused by: ERROR XSLAN: Database at C:\ProgramData\IBANCSoftware\ibanc\db\current has an incompatible format with the current version of the software.  The database was created by or upgraded by version 10.11.<br />
at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)<br />
at org.apache.derby.impl.store.raw.log.LogToFile.readControlFile(Unknown Source)<br />
at org.apache.derby.impl.store.raw.log.LogToFile.boot(Unknown Source)<br />
at org.apache.derby.impl.services.monitor.BaseMonitor.boot(Unknown Source)<br />
at org.apache.derby.impl.services.monitor.TopService.bootModule(Unknown Source)<br />
at org.apache.derby.impl.services.monitor.BaseMonitor.startModule(Unknown Source)<br />
at org.apache.derby.iapi.services.monitor.Monitor.bootServiceModule(Unknown Source)<br />
at org.apache.derby.impl.store.raw.data.BaseDataFileFactory.bootLogFactory(Unknown Source)<br />
at org.apache.derby.impl.store.raw.data.BaseDataFileFactory.setRawStoreFactory(Unknown Source)<br />
at org.apache.derby.impl.store.raw.RawStore.boot(Unknown Source)<br />
at org.apache.derby.impl.services.monitor.BaseMonitor.boot(Unknown Source)<br />
at org.apache.derby.impl.services.monitor.TopService.bootModule(Unknown Source)<br />
at org.apache.derby.impl.services.monitor.BaseMonitor.startModule(Unknown Source)<br />
at org.apache.derby.iapi.services.monitor.Monitor.bootServiceModule(Unknown Source)<br />
at org.apache.derby.impl.store.access.RAMAccessManager.boot(Unknown Source)<br />
at org.apache.derby.impl.services.monitor.BaseMonitor.boot(Unknown Source)<br />
at org.apache.derby.impl.services.monitor.TopService.bootModule(Unknown Source)<br />
at org.apache.derby.impl.services.monitor.BaseMonitor.startModule(Unknown Source)<br />
at org.apache.derby.iapi.services.monitor.Monitor.bootServiceModule(Unknown Source)<br />
at org.apache.derby.impl.db.BasicDatabase.bootStore(Unknown Source)<br />
at org.apache.derby.impl.db.BasicDatabase.boot(Unknown Source)<br />
at org.apache.derby.impl.services.monitor.BaseMonitor.boot(Unknown Source)<br />
at org.apache.derby.impl.services.monitor.TopService.bootModule(Unknown Source)<br />
at org.apache.derby.impl.services.monitor.BaseMonitor.bootService(Unknown Source)<br />
at org.apache.derby.impl.services.monitor.BaseMonitor.startProviderService(Unknown Source)<br />
at org.apache.derby.impl.services.monitor.BaseMonitor.findProviderAndStartService(Unknown Source)<br />
at org.apache.derby.impl.services.monitor.BaseMonitor.startPersistentService(Unknown Source)<br />
at org.apache.derby.iapi.services.monitor.Monitor.startPersistentService(Unknown Source)<br />
... 12 more<br />
============= end nested exception, level (2) ===========<br />
============= begin nested exception, level (3) ===========<br />
ERROR XSLAN: Database at C:\ProgramData\IBANCSoftware\ibanc\db\current has an incompatible format with the current version of the software.  The database was created by or upgraded by version 10.11.<br />
at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)<br />
at org.apache.derby.impl.store.raw.log.LogToFile.readControlFile(Unknown Source)<br />
at org.apache.derby.impl.store.raw.log.LogToFile.boot(Unknown Source)<br />
at org.apache.derby.impl.services.monitor.BaseMonitor.boot(Unknown Source)<br />
at org.apache.derby.impl.services.monitor.TopService.bootModule(Unknown Source)<br />
at org.apache.derby.impl.services.monitor.BaseMonitor.startModule(Unknown Source)<br />
at org.apache.derby.iapi.services.monitor.Monitor.bootServiceModule(Unknown Source)<br />
at org.apache.derby.impl.store.raw.data.BaseDataFileFactory.bootLogFactory(Unknown Source)<br />
at org.apache.derby.impl.store.raw.data.BaseDataFileFactory.setRawStoreFactory(Unknown Source)<br />
at org.apache.derby.impl.store.raw.RawStore.boot(Unknown Source)<br />
at org.apache.derby.impl.services.monitor.BaseMonitor.boot(Unknown Source)<br />
at org.apache.derby.impl.services.monitor.TopService.bootModule(Unknown Source)<br />
at org.apache.derby.impl.services.monitor.BaseMonitor.startModule(Unknown Source)<br />
at org.apache.derby.iapi.services.monitor.Monitor.bootServiceModule(Unknown Source)<br />
at org.apache.derby.impl.store.access.RAMAccessManager.boot(Unknown Source)<br />
at org.apache.derby.impl.services.monitor.BaseMonitor.boot(Unknown Source)<br />
at org.apache.derby.impl.services.monitor.TopService.bootModule(Unknown Source)<br />
at org.apache.derby.impl.services.monitor.BaseMonitor.startModule(Unknown Source)<br />
at org.apache.derby.iapi.services.monitor.Monitor.bootServiceModule(Unknown Source)<br />
at org.apache.derby.impl.db.BasicDatabase.bootStore(Unknown Source)<br />
at org.apache.derby.impl.db.BasicDatabase.boot(Unknown Source)<br />
at org.apache.derby.impl.services.monitor.BaseMonitor.boot(Unknown Source)<br />
at org.apache.derby.impl.services.monitor.TopService.bootModule(Unknown Source)<br />
at org.apache.derby.impl.services.monitor.BaseMonitor.bootService(Unknown Source)<br />
at org.apache.derby.impl.services.monitor.BaseMonitor.startProviderService(Unknown Source)<br />
at org.apache.derby.impl.services.monitor.BaseMonitor.findProviderAndStartService(Unknown Source)<br />
at org.apache.derby.impl.services.monitor.BaseMonitor.startPersistentService(Unknown Source)<br />
at org.apache.derby.iapi.services.monitor.Monitor.startPersistentService(Unknown Source)<br />
at org.apache.derby.impl.jdbc.EmbedConnection.bootDatabase(Unknown Source)<br />
at org.apache.derby.impl.jdbc.EmbedConnection.&lt;init&gt;(Unknown Source)<br />
at org.apache.derby.impl.jdbc.EmbedConnection40.&lt;init&gt;(Unknown Source)<br />
at org.apache.derby.jdbc.Driver40.getNewEmbedConnection(Unknown Source)<br />
at org.apache.derby.jdbc.InternalDriver.connect(Unknown Source)<br />
at org.apache.derby.jdbc.Driver20.connect(Unknown Source)<br />
at org.apache.derby.jdbc.AutoloadedDriver.connect(Unknown Source)<br />
at java.sql.DriverManager.getConnection(DriverManager.java:664)<br />
at java.sql.DriverManager.getConnection(DriverManager.java:247)<br />
at com.ibanc.database.AbstractDatabase.getConnection(AbstractDatabase.java:70)<br />
at com.ibanc.gui.App.run(App.java:611)<br />
at com.ibanc.gui.App.main(App.java:310)<br />
============= end nested exception, level (3) ===========<br />
Cleanup action completed</blockquote>
]]></description>
			<content:encoded><![CDATA[Hello,<br />
<br />
Since this subforum is in English (and I think this is where this topic belongs) I'll state my problem in English.<br />
This morning, I tried reinstalling IBANC after a computer crash made me lose it earlier. I had received a free licence from my bank with the introduction of SEPA, and I was kindly helped by a dutch IBANC employee and offered a download link to the version I had before the crash (IBANC 2.0.42). I hope you still offer technical support for this version.<br />
After running the installer, I let it start up IBANC automatically only to find out that it did not work. When I try to start the program, I get the following message:<br />
Cannot start:<br />
IBANC cannot be started. Check whether you are or someone else is already using IBANC.<br />
I have not managed to get past this screen since.<br />
<br />
I went to the IBANC folder on my c drive and found what looks to me like an error log. I will paste it below here, maybe someone with sufficient IT-knowledge can make more of this than me. Should you need any more specific OS or  computer specifications please do not hesitate to ask.<br />
<br />
Kind regards and thanks in advance,<br />
Floris van den Broek<br />
<br />
<blockquote class="mycode_quote"><cite>Citaat:</cite>----------------------------------------------------------------<br />
Thu Aug 06 08:51:47 CEST 2015:<br />
Booting Derby version The Apache Software Foundation - Apache Derby - 10.10.2.0 - (1582446): instance a816c00e-014f-01c7-ae0a-0000007b6028 <br />
on database directory C:\ProgramData\IBANCSoftware\ibanc\db\current with class loader sun.misc.Launcher&#36;AppClassLoader@387f44 <br />
Loaded from file:/C:/Program%20Files%20(x86)/IBANC/lib/derby-10.10.2.0.jar<br />
java.vendor=Oracle Corporation<br />
java.runtime.version=1.8.0_25-b18<br />
user.dir=C:\Program Files (x86)\IBANC<br />
os.name=Windows 8<br />
os.arch=x86<br />
os.version=6.2<br />
derby.system.home=null<br />
----------------------------------------------------------------<br />
Thu Aug 06 08:51:47 CEST 2015:<br />
Shutting down instance a816c00e-014f-01c7-ae0a-0000007b6028 on database directory C:\ProgramData\IBANCSoftware\ibanc\db\current with class loader sun.misc.Launcher&#36;AppClassLoader@387f44 <br />
Thu Aug 06 08:51:47 CEST 2015 Thread[main,5,main] Cleanup action starting<br />
java.sql.SQLException: Failed to start database 'C:\ProgramData\IBANCSoftware\ibanc\db\current' with class loader sun.misc.Launcher&#36;AppClassLoader@387f44, see the next exception for details.<br />
at org.apache.derby.impl.jdbc.SQLExceptionFactory40.getSQLException(Unknown Source)<br />
at org.apache.derby.impl.jdbc.Util.newEmbedSQLException(Unknown Source)<br />
at org.apache.derby.impl.jdbc.Util.seeNextException(Unknown Source)<br />
at org.apache.derby.impl.jdbc.EmbedConnection.bootDatabase(Unknown Source)<br />
at org.apache.derby.impl.jdbc.EmbedConnection.&lt;init&gt;(Unknown Source)<br />
at org.apache.derby.impl.jdbc.EmbedConnection40.&lt;init&gt;(Unknown Source)<br />
at org.apache.derby.jdbc.Driver40.getNewEmbedConnection(Unknown Source)<br />
at org.apache.derby.jdbc.InternalDriver.connect(Unknown Source)<br />
at org.apache.derby.jdbc.Driver20.connect(Unknown Source)<br />
at org.apache.derby.jdbc.AutoloadedDriver.connect(Unknown Source)<br />
at java.sql.DriverManager.getConnection(DriverManager.java:664)<br />
at java.sql.DriverManager.getConnection(DriverManager.java:247)<br />
at com.ibanc.database.AbstractDatabase.getConnection(AbstractDatabase.java:70)<br />
at com.ibanc.gui.App.run(App.java:611)<br />
at com.ibanc.gui.App.main(App.java:310)<br />
Caused by: java.sql.SQLException: Failed to start database 'C:\ProgramData\IBANCSoftware\ibanc\db\current' with class loader sun.misc.Launcher&#36;AppClassLoader@387f44, see the next exception for details.<br />
at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)<br />
at org.apache.derby.impl.jdbc.SQLExceptionFactory40.wrapArgsForTransportAcrossDRDA(Unknown Source)<br />
... 15 more<br />
Caused by: java.sql.SQLException: Database at C:\ProgramData\IBANCSoftware\ibanc\db\current has an incompatible format with the current version of the software.  The database was created by or upgraded by version 10.11.<br />
at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)<br />
at org.apache.derby.impl.jdbc.SQLExceptionFactory40.wrapArgsForTransportAcrossDRDA(Unknown Source)<br />
at org.apache.derby.impl.jdbc.SQLExceptionFactory40.getSQLException(Unknown Source)<br />
at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)<br />
... 12 more<br />
Caused by: ERROR XSLAN: Database at C:\ProgramData\IBANCSoftware\ibanc\db\current has an incompatible format with the current version of the software.  The database was created by or upgraded by version 10.11.<br />
at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)<br />
at org.apache.derby.impl.store.raw.log.LogToFile.readControlFile(Unknown Source)<br />
at org.apache.derby.impl.store.raw.log.LogToFile.boot(Unknown Source)<br />
at org.apache.derby.impl.services.monitor.BaseMonitor.boot(Unknown Source)<br />
at org.apache.derby.impl.services.monitor.TopService.bootModule(Unknown Source)<br />
at org.apache.derby.impl.services.monitor.BaseMonitor.startModule(Unknown Source)<br />
at org.apache.derby.iapi.services.monitor.Monitor.bootServiceModule(Unknown Source)<br />
at org.apache.derby.impl.store.raw.data.BaseDataFileFactory.bootLogFactory(Unknown Source)<br />
at org.apache.derby.impl.store.raw.data.BaseDataFileFactory.setRawStoreFactory(Unknown Source)<br />
at org.apache.derby.impl.store.raw.RawStore.boot(Unknown Source)<br />
at org.apache.derby.impl.services.monitor.BaseMonitor.boot(Unknown Source)<br />
at org.apache.derby.impl.services.monitor.TopService.bootModule(Unknown Source)<br />
at org.apache.derby.impl.services.monitor.BaseMonitor.startModule(Unknown Source)<br />
at org.apache.derby.iapi.services.monitor.Monitor.bootServiceModule(Unknown Source)<br />
at org.apache.derby.impl.store.access.RAMAccessManager.boot(Unknown Source)<br />
at org.apache.derby.impl.services.monitor.BaseMonitor.boot(Unknown Source)<br />
at org.apache.derby.impl.services.monitor.TopService.bootModule(Unknown Source)<br />
at org.apache.derby.impl.services.monitor.BaseMonitor.startModule(Unknown Source)<br />
at org.apache.derby.iapi.services.monitor.Monitor.bootServiceModule(Unknown Source)<br />
at org.apache.derby.impl.db.BasicDatabase.bootStore(Unknown Source)<br />
at org.apache.derby.impl.db.BasicDatabase.boot(Unknown Source)<br />
at org.apache.derby.impl.services.monitor.BaseMonitor.boot(Unknown Source)<br />
at org.apache.derby.impl.services.monitor.TopService.bootModule(Unknown Source)<br />
at org.apache.derby.impl.services.monitor.BaseMonitor.bootService(Unknown Source)<br />
at org.apache.derby.impl.services.monitor.BaseMonitor.startProviderService(Unknown Source)<br />
at org.apache.derby.impl.services.monitor.BaseMonitor.findProviderAndStartService(Unknown Source)<br />
at org.apache.derby.impl.services.monitor.BaseMonitor.startPersistentService(Unknown Source)<br />
at org.apache.derby.iapi.services.monitor.Monitor.startPersistentService(Unknown Source)<br />
... 12 more<br />
============= begin nested exception, level (1) ===========<br />
java.sql.SQLException: Database at C:\ProgramData\IBANCSoftware\ibanc\db\current has an incompatible format with the current version of the software.  The database was created by or upgraded by version 10.11.<br />
at org.apache.derby.impl.jdbc.SQLExceptionFactory40.getSQLException(Unknown Source)<br />
at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)<br />
at org.apache.derby.impl.jdbc.EmbedConnection.bootDatabase(Unknown Source)<br />
at org.apache.derby.impl.jdbc.EmbedConnection.&lt;init&gt;(Unknown Source)<br />
at org.apache.derby.impl.jdbc.EmbedConnection40.&lt;init&gt;(Unknown Source)<br />
at org.apache.derby.jdbc.Driver40.getNewEmbedConnection(Unknown Source)<br />
at org.apache.derby.jdbc.InternalDriver.connect(Unknown Source)<br />
at org.apache.derby.jdbc.Driver20.connect(Unknown Source)<br />
at org.apache.derby.jdbc.AutoloadedDriver.connect(Unknown Source)<br />
at java.sql.DriverManager.getConnection(DriverManager.java:664)<br />
at java.sql.DriverManager.getConnection(DriverManager.java:247)<br />
at com.ibanc.database.AbstractDatabase.getConnection(AbstractDatabase.java:70)<br />
at com.ibanc.gui.App.run(App.java:611)<br />
at com.ibanc.gui.App.main(App.java:310)<br />
Caused by: java.sql.SQLException: Database at C:\ProgramData\IBANCSoftware\ibanc\db\current has an incompatible format with the current version of the software.  The database was created by or upgraded by version 10.11.<br />
at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)<br />
at org.apache.derby.impl.jdbc.SQLExceptionFactory40.wrapArgsForTransportAcrossDRDA(Unknown Source)<br />
... 14 more<br />
Caused by: ERROR XSLAN: Database at C:\ProgramData\IBANCSoftware\ibanc\db\current has an incompatible format with the current version of the software.  The database was created by or upgraded by version 10.11.<br />
at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)<br />
at org.apache.derby.impl.store.raw.log.LogToFile.readControlFile(Unknown Source)<br />
at org.apache.derby.impl.store.raw.log.LogToFile.boot(Unknown Source)<br />
at org.apache.derby.impl.services.monitor.BaseMonitor.boot(Unknown Source)<br />
at org.apache.derby.impl.services.monitor.TopService.bootModule(Unknown Source)<br />
at org.apache.derby.impl.services.monitor.BaseMonitor.startModule(Unknown Source)<br />
at org.apache.derby.iapi.services.monitor.Monitor.bootServiceModule(Unknown Source)<br />
at org.apache.derby.impl.store.raw.data.BaseDataFileFactory.bootLogFactory(Unknown Source)<br />
at org.apache.derby.impl.store.raw.data.BaseDataFileFactory.setRawStoreFactory(Unknown Source)<br />
at org.apache.derby.impl.store.raw.RawStore.boot(Unknown Source)<br />
at org.apache.derby.impl.services.monitor.BaseMonitor.boot(Unknown Source)<br />
at org.apache.derby.impl.services.monitor.TopService.bootModule(Unknown Source)<br />
at org.apache.derby.impl.services.monitor.BaseMonitor.startModule(Unknown Source)<br />
at org.apache.derby.iapi.services.monitor.Monitor.bootServiceModule(Unknown Source)<br />
at org.apache.derby.impl.store.access.RAMAccessManager.boot(Unknown Source)<br />
at org.apache.derby.impl.services.monitor.BaseMonitor.boot(Unknown Source)<br />
at org.apache.derby.impl.services.monitor.TopService.bootModule(Unknown Source)<br />
at org.apache.derby.impl.services.monitor.BaseMonitor.startModule(Unknown Source)<br />
at org.apache.derby.iapi.services.monitor.Monitor.bootServiceModule(Unknown Source)<br />
at org.apache.derby.impl.db.BasicDatabase.bootStore(Unknown Source)<br />
at org.apache.derby.impl.db.BasicDatabase.boot(Unknown Source)<br />
at org.apache.derby.impl.services.monitor.BaseMonitor.boot(Unknown Source)<br />
at org.apache.derby.impl.services.monitor.TopService.bootModule(Unknown Source)<br />
at org.apache.derby.impl.services.monitor.BaseMonitor.bootService(Unknown Source)<br />
at org.apache.derby.impl.services.monitor.BaseMonitor.startProviderService(Unknown Source)<br />
at org.apache.derby.impl.services.monitor.BaseMonitor.findProviderAndStartService(Unknown Source)<br />
at org.apache.derby.impl.services.monitor.BaseMonitor.startPersistentService(Unknown Source)<br />
at org.apache.derby.iapi.services.monitor.Monitor.startPersistentService(Unknown Source)<br />
... 12 more<br />
============= end nested exception, level (1) ===========<br />
============= begin nested exception, level (2) ===========<br />
java.sql.SQLException: Database at C:\ProgramData\IBANCSoftware\ibanc\db\current has an incompatible format with the current version of the software.  The database was created by or upgraded by version 10.11.<br />
at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)<br />
at org.apache.derby.impl.jdbc.SQLExceptionFactory40.wrapArgsForTransportAcrossDRDA(Unknown Source)<br />
at org.apache.derby.impl.jdbc.SQLExceptionFactory40.getSQLException(Unknown Source)<br />
at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)<br />
at org.apache.derby.impl.jdbc.EmbedConnection.bootDatabase(Unknown Source)<br />
at org.apache.derby.impl.jdbc.EmbedConnection.&lt;init&gt;(Unknown Source)<br />
at org.apache.derby.impl.jdbc.EmbedConnection40.&lt;init&gt;(Unknown Source)<br />
at org.apache.derby.jdbc.Driver40.getNewEmbedConnection(Unknown Source)<br />
at org.apache.derby.jdbc.InternalDriver.connect(Unknown Source)<br />
at org.apache.derby.jdbc.Driver20.connect(Unknown Source)<br />
at org.apache.derby.jdbc.AutoloadedDriver.connect(Unknown Source)<br />
at java.sql.DriverManager.getConnection(DriverManager.java:664)<br />
at java.sql.DriverManager.getConnection(DriverManager.java:247)<br />
at com.ibanc.database.AbstractDatabase.getConnection(AbstractDatabase.java:70)<br />
at com.ibanc.gui.App.run(App.java:611)<br />
at com.ibanc.gui.App.main(App.java:310)<br />
Caused by: ERROR XSLAN: Database at C:\ProgramData\IBANCSoftware\ibanc\db\current has an incompatible format with the current version of the software.  The database was created by or upgraded by version 10.11.<br />
at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)<br />
at org.apache.derby.impl.store.raw.log.LogToFile.readControlFile(Unknown Source)<br />
at org.apache.derby.impl.store.raw.log.LogToFile.boot(Unknown Source)<br />
at org.apache.derby.impl.services.monitor.BaseMonitor.boot(Unknown Source)<br />
at org.apache.derby.impl.services.monitor.TopService.bootModule(Unknown Source)<br />
at org.apache.derby.impl.services.monitor.BaseMonitor.startModule(Unknown Source)<br />
at org.apache.derby.iapi.services.monitor.Monitor.bootServiceModule(Unknown Source)<br />
at org.apache.derby.impl.store.raw.data.BaseDataFileFactory.bootLogFactory(Unknown Source)<br />
at org.apache.derby.impl.store.raw.data.BaseDataFileFactory.setRawStoreFactory(Unknown Source)<br />
at org.apache.derby.impl.store.raw.RawStore.boot(Unknown Source)<br />
at org.apache.derby.impl.services.monitor.BaseMonitor.boot(Unknown Source)<br />
at org.apache.derby.impl.services.monitor.TopService.bootModule(Unknown Source)<br />
at org.apache.derby.impl.services.monitor.BaseMonitor.startModule(Unknown Source)<br />
at org.apache.derby.iapi.services.monitor.Monitor.bootServiceModule(Unknown Source)<br />
at org.apache.derby.impl.store.access.RAMAccessManager.boot(Unknown Source)<br />
at org.apache.derby.impl.services.monitor.BaseMonitor.boot(Unknown Source)<br />
at org.apache.derby.impl.services.monitor.TopService.bootModule(Unknown Source)<br />
at org.apache.derby.impl.services.monitor.BaseMonitor.startModule(Unknown Source)<br />
at org.apache.derby.iapi.services.monitor.Monitor.bootServiceModule(Unknown Source)<br />
at org.apache.derby.impl.db.BasicDatabase.bootStore(Unknown Source)<br />
at org.apache.derby.impl.db.BasicDatabase.boot(Unknown Source)<br />
at org.apache.derby.impl.services.monitor.BaseMonitor.boot(Unknown Source)<br />
at org.apache.derby.impl.services.monitor.TopService.bootModule(Unknown Source)<br />
at org.apache.derby.impl.services.monitor.BaseMonitor.bootService(Unknown Source)<br />
at org.apache.derby.impl.services.monitor.BaseMonitor.startProviderService(Unknown Source)<br />
at org.apache.derby.impl.services.monitor.BaseMonitor.findProviderAndStartService(Unknown Source)<br />
at org.apache.derby.impl.services.monitor.BaseMonitor.startPersistentService(Unknown Source)<br />
at org.apache.derby.iapi.services.monitor.Monitor.startPersistentService(Unknown Source)<br />
... 12 more<br />
============= end nested exception, level (2) ===========<br />
============= begin nested exception, level (3) ===========<br />
ERROR XSLAN: Database at C:\ProgramData\IBANCSoftware\ibanc\db\current has an incompatible format with the current version of the software.  The database was created by or upgraded by version 10.11.<br />
at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)<br />
at org.apache.derby.impl.store.raw.log.LogToFile.readControlFile(Unknown Source)<br />
at org.apache.derby.impl.store.raw.log.LogToFile.boot(Unknown Source)<br />
at org.apache.derby.impl.services.monitor.BaseMonitor.boot(Unknown Source)<br />
at org.apache.derby.impl.services.monitor.TopService.bootModule(Unknown Source)<br />
at org.apache.derby.impl.services.monitor.BaseMonitor.startModule(Unknown Source)<br />
at org.apache.derby.iapi.services.monitor.Monitor.bootServiceModule(Unknown Source)<br />
at org.apache.derby.impl.store.raw.data.BaseDataFileFactory.bootLogFactory(Unknown Source)<br />
at org.apache.derby.impl.store.raw.data.BaseDataFileFactory.setRawStoreFactory(Unknown Source)<br />
at org.apache.derby.impl.store.raw.RawStore.boot(Unknown Source)<br />
at org.apache.derby.impl.services.monitor.BaseMonitor.boot(Unknown Source)<br />
at org.apache.derby.impl.services.monitor.TopService.bootModule(Unknown Source)<br />
at org.apache.derby.impl.services.monitor.BaseMonitor.startModule(Unknown Source)<br />
at org.apache.derby.iapi.services.monitor.Monitor.bootServiceModule(Unknown Source)<br />
at org.apache.derby.impl.store.access.RAMAccessManager.boot(Unknown Source)<br />
at org.apache.derby.impl.services.monitor.BaseMonitor.boot(Unknown Source)<br />
at org.apache.derby.impl.services.monitor.TopService.bootModule(Unknown Source)<br />
at org.apache.derby.impl.services.monitor.BaseMonitor.startModule(Unknown Source)<br />
at org.apache.derby.iapi.services.monitor.Monitor.bootServiceModule(Unknown Source)<br />
at org.apache.derby.impl.db.BasicDatabase.bootStore(Unknown Source)<br />
at org.apache.derby.impl.db.BasicDatabase.boot(Unknown Source)<br />
at org.apache.derby.impl.services.monitor.BaseMonitor.boot(Unknown Source)<br />
at org.apache.derby.impl.services.monitor.TopService.bootModule(Unknown Source)<br />
at org.apache.derby.impl.services.monitor.BaseMonitor.bootService(Unknown Source)<br />
at org.apache.derby.impl.services.monitor.BaseMonitor.startProviderService(Unknown Source)<br />
at org.apache.derby.impl.services.monitor.BaseMonitor.findProviderAndStartService(Unknown Source)<br />
at org.apache.derby.impl.services.monitor.BaseMonitor.startPersistentService(Unknown Source)<br />
at org.apache.derby.iapi.services.monitor.Monitor.startPersistentService(Unknown Source)<br />
at org.apache.derby.impl.jdbc.EmbedConnection.bootDatabase(Unknown Source)<br />
at org.apache.derby.impl.jdbc.EmbedConnection.&lt;init&gt;(Unknown Source)<br />
at org.apache.derby.impl.jdbc.EmbedConnection40.&lt;init&gt;(Unknown Source)<br />
at org.apache.derby.jdbc.Driver40.getNewEmbedConnection(Unknown Source)<br />
at org.apache.derby.jdbc.InternalDriver.connect(Unknown Source)<br />
at org.apache.derby.jdbc.Driver20.connect(Unknown Source)<br />
at org.apache.derby.jdbc.AutoloadedDriver.connect(Unknown Source)<br />
at java.sql.DriverManager.getConnection(DriverManager.java:664)<br />
at java.sql.DriverManager.getConnection(DriverManager.java:247)<br />
at com.ibanc.database.AbstractDatabase.getConnection(AbstractDatabase.java:70)<br />
at com.ibanc.gui.App.run(App.java:611)<br />
at com.ibanc.gui.App.main(App.java:310)<br />
============= end nested exception, level (3) ===========<br />
Cleanup action completed</blockquote>
]]></content:encoded>
		</item>
	</channel>
</rss>