2016-03-25 14:38:22,941 [Thread-2] DEBUG ch.dvbern.tax.common.presentation.cd.util.ImmediatelyCancelable - runner started
2016-03-25 14:38:23,104 [Thread-2] DEBUG ch.dvbern.tax.common.presentation.cd.util.ImmediatelyCancelable - runner terminated
2016-03-25 14:38:35,606 [main] DEBUG ch.dvbern.tax.common.presentation.common.util.TaxFileUtil - Opening tax file version 3
2016-03-25 14:38:35,645 [main] DEBUG ch.dvbern.tax.common.presentation.common.util.TaxFileUtil - Successfuly loaded 1307 model item(s) into memory
2016-03-25 14:38:35,692 [main] DEBUG ch.dvbern.tax.common.presentation.common.util.TaxFileUtil - Opening tax file version 3
2016-03-25 14:38:35,708 [main] DEBUG ch.dvbern.tax.common.presentation.common.util.TaxFileUtil - Successfuly loaded 1307 model item(s) into memory
2016-03-25 14:38:35,724 [main] INFO ch.dvbern.tax.common.ejb.util.CDIHelper - CDI support level: FULL.
2016-03-25 14:38:35,974 [main] INFO ch.dvbern.tax.ge.pp.repartition.RepartitionDataSourceHolder - Table REPARTITION initialized (update count: 219).
2016-03-25 14:38:35,989 [main] INFO ch.dvbern.tax.ge.pp.repartition.RepartitionDataSourceHolder - Table REPARTITION_KEYS initialized (update count: 182).
2016-03-25 14:38:35,989 [main] INFO ch.dvbern.tax.ge.pp.repartition.RepartitionDataSourceHolder - Populated repartition tables in 31 ms.
2016-03-25 14:38:36,442 [main] DEBUG ch.dvbern.tax.common.engine.Engine - dataModelKey validation took 0ms
2016-03-25 14:38:36,442 [main] DEBUG ch.dvbern.tax.common.engine.Engine - executing async update dmk=Deductions.DeductionsLPP.MontantEnfants updates left=7
2016-03-25 14:38:36,442 [main] DEBUG ch.dvbern.tax.common.engine.Engine - executing async update dmk=Deductions.DeductionsLPP.MontantConjoint updates left=6
2016-03-25 14:38:36,458 [main] DEBUG ch.dvbern.tax.common.engine.Engine - executing async update dmk=Deductions.DeductionsLPP.MontantContribuable updates left=5
2016-03-25 14:38:36,458 [main] DEBUG ch.dvbern.tax.common.engine.Engine - executing async update dmk=Deductions.AutresDeductions.DeductionPourChargeDeFamilleIFD updates left=4
2016-03-25 14:38:36,458 [main] DEBUG ch.dvbern.tax.common.engine.Engine - executing async update dmk=Deductions.AutresDeductions.DeductionPourChargeDeFamilleICC updates left=3
2016-03-25 14:38:36,458 [main] DEBUG ch.dvbern.tax.common.engine.Engine - executing async update dmk=Deductions.AutresDeductions.DeductionSurFortuneCommercInvestieConjoint updates left=2
2016-03-25 14:38:36,458 [main] DEBUG ch.dvbern.tax.common.engine.Engine - executing async update dmk=Deductions.AutresDeductions.DeductionSurFortuneCommercInvestieContribuable updates left=1
2016-03-25 14:39:36,824 [main] ERROR ch.dvbern.tax.common.presentation.cd.TaxmeController - Error saving fileAs
java.nio.file.ReadOnlyFileSystemException: null
at com.sun.nio.zipfs.ZipFileSystem.checkWritable(ZipFileSystem.java:155) ~[zipfs.jar:1.8.0_60]
at com.sun.nio.zipfs.ZipFileSystem.createDirectory(ZipFileSystem.java:416) ~[zipfs.jar:1.8.0_60]
at com.sun.nio.zipfs.ZipPath.createDirectory(ZipPath.java:634) ~[zipfs.jar:1.8.0_60]
at com.sun.nio.zipfs.ZipFileSystemProvider.createDirectory(ZipFileSystemProvider.java:201) ~[zipfs.jar:1.8.0_60]
at java.nio.file.Files.createDirectory(Files.java:674) ~[na:1.8.0_60]
at java.nio.file.Files.createAndCheckIsDirectory(Files.java:781) ~[na:1.8.0_60]
at java.nio.file.Files.createDirectories(Files.java:727) ~[na:1.8.0_60]
at ch.dvbern.tax.ge.pp.presentation.cd.GeDvbTaxCdSession$1.preVisitDirectory(GeDvbTaxCdSession.java:97) ~[getax-pp-cd.jar:na]
at ch.dvbern.tax.ge.pp.presentation.cd.GeDvbTaxCdSession$1.preVisitDirectory(GeDvbTaxCdSession.java:94) ~[getax-pp-cd.jar:na]
at java.nio.file.Files.walkFileTree(Files.java:2677) ~[na:1.8.0_60]
at java.nio.file.Files.walkFileTree(Files.java:2742) ~[na:1.8.0_60]
at ch.dvbern.tax.ge.pp.presentation.cd.GeDvbTaxCdSession.setFile(GeDvbTaxCdSession.java:94) ~[getax-pp-cd.jar:na]
at ch.dvbern.tax.common.presentation.cd.TaxmeController.saveFileAs(TaxmeController.java:425) ~[dvbtax-common-cd-getax.jar:8.8.1]
at ch.dvbern.tax.common.presentation.cd.action.menu.FileSaveAsAction.run(FileSaveAsAction.java:39) [dvbtax-common-cd-getax.jar:8.8.1]
at org.eclipse.jface.action.Action.runWithEvent(Action.java:519) [org.eclipse.jface.jar:na]
at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:595) [org.eclipse.jface.jar:na]
at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:511) [org.eclipse.jface.jar:na]
at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:420) [org.eclipse.jface.jar:na]
at org.eclipse.swt.widgets.EventTable.sendEvent(Unknown Source) [swt_32.jar:na]
at org.eclipse.swt.widgets.Display.sendEvent(Unknown Source) [swt_32.jar:na]
at org.eclipse.swt.widgets.Widget.sendEvent(Unknown Source) [swt_32.jar:na]
at org.eclipse.swt.widgets.Display.runDeferredEvents(Unknown Source) [swt_32.jar:na]
at org.eclipse.swt.widgets.Display.readAndDispatch(Unknown Source) [swt_32.jar:na]
at ch.dvbern.tax.common.presentation.cd.TaxmeLauncher.launchApplication(TaxmeLauncher.java:277) [dvbtax-common-cd-getax.jar:8.8.1]
at ch.dvbern.tax.common.presentation.cd.TaxmeLauncher.launchTaxme(TaxmeLauncher.java:135) [dvbtax-common-cd-getax.jar:8.8.1]
at ch.dvbern.tax.ge.pp.presentation.cd.TaxmeGeLauncher.main(TaxmeGeLauncher.java:137) [getax-pp-cd.jar:na]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_60]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:1.8.0_60]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_60]
at java.lang.reflect.Method.invoke(Method.java:497) ~[na:1.8.0_60]
at ch.dvbern.lib.update.Launcher.launchApplication(Launcher.java:943) [dvbern-lib-update.jar:2.6.6]
at ch.dvbern.lib.update.Launcher.main(Launcher.java:215) [dvbern-lib-update.jar:2.6.6]
2016-03-25 14:39:44,663 [Thread-3] DEBUG ch.dvbern.tax.common.presentation.cd.Autosave - Autosaving has been interrupted
2016-03-25 14:39:44,676 [Thread-1] DEBUG ch.dvbern.tax.common.presentation.cd.TaxmeLauncher - Shutting down weld
Network and collaborate with thousands of CTOs, CISOs, and IT Pros rooting for you and your success.
”The time we save is the biggest benefit of E-E to our team. What could take multiple guys 2 hours or more each to find is accessed in around 15 minutes on Experts Exchange.
Our community of experts have been thoroughly vetted for their expertise and industry experience.
The Distinguished Expert awards are presented to the top veteran and rookie experts to earn the most points in the top 50 topics.