aboutsummaryrefslogtreecommitdiff
path: root/id/server/stork2-commons
diff options
context:
space:
mode:
authorThomas Lenz <tlenz@iaik.tugraz.at>2014-05-21 08:57:31 +0200
committerThomas Lenz <tlenz@iaik.tugraz.at>2014-05-21 08:57:31 +0200
commite46fd963799f681d69b1eb7f886979e87e0d6340 (patch)
treef704d0effa2cc07bbcfb402da99aa2c2961472d9 /id/server/stork2-commons
parent9766fca0bafff04a06b617d63c89c4b26cc21db4 (diff)
downloadmoa-id-spss-e46fd963799f681d69b1eb7f886979e87e0d6340.tar.gz
moa-id-spss-e46fd963799f681d69b1eb7f886979e87e0d6340.tar.bz2
moa-id-spss-e46fd963799f681d69b1eb7f886979e87e0d6340.zip
Revert "update version management"
This reverts commit e147bdb7da8e48c1483c7732a0eb6b6f54699b66. Conflicts: id/ConfigWebTool/pom.xml
Diffstat (limited to 'id/server/stork2-commons')
-rw-r--r--id/server/stork2-commons/.classpath37
-rw-r--r--id/server/stork2-commons/.gitignore1
-rw-r--r--id/server/stork2-commons/.project36
-rw-r--r--id/server/stork2-commons/.settings/org.eclipse.core.resources.prefs6
-rw-r--r--id/server/stork2-commons/.settings/org.eclipse.jdt.core.prefs8
-rw-r--r--id/server/stork2-commons/.settings/org.eclipse.m2e.core.prefs4
-rw-r--r--id/server/stork2-commons/.settings/org.eclipse.wst.common.component6
-rw-r--r--id/server/stork2-commons/.settings/org.eclipse.wst.common.project.facet.core.xml5
-rw-r--r--id/server/stork2-commons/.settings/org.eclipse.wst.validation.prefs2
-rw-r--r--id/server/stork2-commons/pom.xml4
-rw-r--r--id/server/stork2-commons/src/main/java/pvp_postbinding_template.html48
-rw-r--r--id/server/stork2-commons/stork-commons.log432
-rw-r--r--id/server/stork2-commons/stork-commons.log.2014-03-27432
-rw-r--r--id/server/stork2-commons/stork-commons.log.2014-03-28108
14 files changed, 2 insertions, 1127 deletions
diff --git a/id/server/stork2-commons/.classpath b/id/server/stork2-commons/.classpath
deleted file mode 100644
index 550e3f2ae..000000000
--- a/id/server/stork2-commons/.classpath
+++ /dev/null
@@ -1,37 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<classpath>
- <classpathentry kind="src" output="target/classes" path="src/main/java">
- <attributes>
- <attribute name="optional" value="true"/>
- <attribute name="maven.pomderived" value="true"/>
- </attributes>
- </classpathentry>
- <classpathentry excluding="**" kind="src" output="target/classes" path="src/main/resources">
- <attributes>
- <attribute name="maven.pomderived" value="true"/>
- </attributes>
- </classpathentry>
- <classpathentry kind="src" output="target/test-classes" path="src/test/java">
- <attributes>
- <attribute name="optional" value="true"/>
- <attribute name="maven.pomderived" value="true"/>
- </attributes>
- </classpathentry>
- <classpathentry excluding="**" kind="src" output="target/test-classes" path="src/test/resources">
- <attributes>
- <attribute name="maven.pomderived" value="true"/>
- </attributes>
- </classpathentry>
- <classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
- <attributes>
- <attribute name="maven.pomderived" value="true"/>
- <attribute name="org.eclipse.jst.component.nondependency" value=""/>
- </attributes>
- </classpathentry>
- <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6">
- <attributes>
- <attribute name="maven.pomderived" value="true"/>
- </attributes>
- </classpathentry>
- <classpathentry kind="output" path="target/classes"/>
-</classpath>
diff --git a/id/server/stork2-commons/.gitignore b/id/server/stork2-commons/.gitignore
deleted file mode 100644
index ea8c4bf7f..000000000
--- a/id/server/stork2-commons/.gitignore
+++ /dev/null
@@ -1 +0,0 @@
-/target
diff --git a/id/server/stork2-commons/.project b/id/server/stork2-commons/.project
deleted file mode 100644
index 07bf2ad7c..000000000
--- a/id/server/stork2-commons/.project
+++ /dev/null
@@ -1,36 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<projectDescription>
- <name>Commons</name>
- <comment></comment>
- <projects>
- </projects>
- <buildSpec>
- <buildCommand>
- <name>org.eclipse.wst.common.project.facet.core.builder</name>
- <arguments>
- </arguments>
- </buildCommand>
- <buildCommand>
- <name>org.eclipse.jdt.core.javabuilder</name>
- <arguments>
- </arguments>
- </buildCommand>
- <buildCommand>
- <name>org.eclipse.wst.validation.validationbuilder</name>
- <arguments>
- </arguments>
- </buildCommand>
- <buildCommand>
- <name>org.eclipse.m2e.core.maven2Builder</name>
- <arguments>
- </arguments>
- </buildCommand>
- </buildSpec>
- <natures>
- <nature>org.eclipse.jem.workbench.JavaEMFNature</nature>
- <nature>org.eclipse.wst.common.modulecore.ModuleCoreNature</nature>
- <nature>org.eclipse.jdt.core.javanature</nature>
- <nature>org.eclipse.m2e.core.maven2Nature</nature>
- <nature>org.eclipse.wst.common.project.facet.core.nature</nature>
- </natures>
-</projectDescription>
diff --git a/id/server/stork2-commons/.settings/org.eclipse.core.resources.prefs b/id/server/stork2-commons/.settings/org.eclipse.core.resources.prefs
deleted file mode 100644
index 29abf9995..000000000
--- a/id/server/stork2-commons/.settings/org.eclipse.core.resources.prefs
+++ /dev/null
@@ -1,6 +0,0 @@
-eclipse.preferences.version=1
-encoding//src/main/java=UTF-8
-encoding//src/main/resources=UTF-8
-encoding//src/test/java=UTF-8
-encoding//src/test/resources=UTF-8
-encoding/<project>=UTF-8
diff --git a/id/server/stork2-commons/.settings/org.eclipse.jdt.core.prefs b/id/server/stork2-commons/.settings/org.eclipse.jdt.core.prefs
deleted file mode 100644
index 69c31cd49..000000000
--- a/id/server/stork2-commons/.settings/org.eclipse.jdt.core.prefs
+++ /dev/null
@@ -1,8 +0,0 @@
-eclipse.preferences.version=1
-org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
-org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
-org.eclipse.jdt.core.compiler.compliance=1.6
-org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
-org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
-org.eclipse.jdt.core.compiler.problem.forbiddenReference=warning
-org.eclipse.jdt.core.compiler.source=1.6
diff --git a/id/server/stork2-commons/.settings/org.eclipse.m2e.core.prefs b/id/server/stork2-commons/.settings/org.eclipse.m2e.core.prefs
deleted file mode 100644
index f897a7f1c..000000000
--- a/id/server/stork2-commons/.settings/org.eclipse.m2e.core.prefs
+++ /dev/null
@@ -1,4 +0,0 @@
-activeProfiles=
-eclipse.preferences.version=1
-resolveWorkspaceProjects=true
-version=1
diff --git a/id/server/stork2-commons/.settings/org.eclipse.wst.common.component b/id/server/stork2-commons/.settings/org.eclipse.wst.common.component
deleted file mode 100644
index 8a0a93c93..000000000
--- a/id/server/stork2-commons/.settings/org.eclipse.wst.common.component
+++ /dev/null
@@ -1,6 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?><project-modules id="moduleCoreId" project-version="1.5.0">
- <wb-module deploy-name="Commons">
- <wb-resource deploy-path="/" source-path="/src/main/java"/>
- <wb-resource deploy-path="/" source-path="/src/main/resources"/>
- </wb-module>
-</project-modules>
diff --git a/id/server/stork2-commons/.settings/org.eclipse.wst.common.project.facet.core.xml b/id/server/stork2-commons/.settings/org.eclipse.wst.common.project.facet.core.xml
deleted file mode 100644
index 5c9bd7532..000000000
--- a/id/server/stork2-commons/.settings/org.eclipse.wst.common.project.facet.core.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<faceted-project>
- <installed facet="jst.utility" version="1.0"/>
- <installed facet="java" version="1.6"/>
-</faceted-project>
diff --git a/id/server/stork2-commons/.settings/org.eclipse.wst.validation.prefs b/id/server/stork2-commons/.settings/org.eclipse.wst.validation.prefs
deleted file mode 100644
index 04cad8cb7..000000000
--- a/id/server/stork2-commons/.settings/org.eclipse.wst.validation.prefs
+++ /dev/null
@@ -1,2 +0,0 @@
-disabled=06target
-eclipse.preferences.version=1
diff --git a/id/server/stork2-commons/pom.xml b/id/server/stork2-commons/pom.xml
index c6d15b51b..e74f702a8 100644
--- a/id/server/stork2-commons/pom.xml
+++ b/id/server/stork2-commons/pom.xml
@@ -147,7 +147,7 @@
<plugins>
-<!-- <plugin>
+ <plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>properties-maven-plugin</artifactId>
<version>1.0-alpha-2</version>
@@ -164,7 +164,7 @@
</configuration>
</execution>
</executions>
- </plugin> -->
+ </plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
diff --git a/id/server/stork2-commons/src/main/java/pvp_postbinding_template.html b/id/server/stork2-commons/src/main/java/pvp_postbinding_template.html
deleted file mode 100644
index 2f93428b5..000000000
--- a/id/server/stork2-commons/src/main/java/pvp_postbinding_template.html
+++ /dev/null
@@ -1,48 +0,0 @@
-## ## Velocity Template for SAML 2 HTTP-POST binding ## ## Velocity
-context may contain the following properties ## action - String - the
-action URL for the form ## RelayState - String - the relay state for the
-message ## SAMLRequest - String - the Base64 encoded SAML Request ##
-SAMLResponse - String - the Base64 encoded SAML Response
-
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
-
-<body onload="document.forms[0].submit()">
- <noscript>
- <p>
- <strong>Note:</strong> Since your browser does not support
- JavaScript, you must press the Continue button once to proceed.
- </p>
- </noscript>
-
-
- <div id="alert">Your login is being processed. Thank you for
- waiting.</div>
-
- <style type="text/css">
-<!--
-#alert {
- margin: 100px 250px;
- font-family: Verdana, Arial, Helvetica, sans-serif;
- font-size: 14px;
- font-weight: normal;
-}
--->
-</style>
-
- <form action="${action}" method="post" target="_parent">
- <div>
- #if($RelayState)<input type="hidden" name="RelayState"
- value="${RelayState}" />#end #if($SAMLRequest)<input type="hidden"
- name="SAMLRequest" value="${SAMLRequest}" />#end #if($SAMLResponse)<input
- type="hidden" name="SAMLResponse" value="${SAMLResponse}" />#end
-
- </div>
- <noscript>
- <div>
- <input type="submit" value="Continue" />
- </div>
- </noscript>
- </form>
-
-</body>
-</html> \ No newline at end of file
diff --git a/id/server/stork2-commons/stork-commons.log b/id/server/stork2-commons/stork-commons.log
deleted file mode 100644
index b77d30898..000000000
--- a/id/server/stork2-commons/stork-commons.log
+++ /dev/null
@@ -1,432 +0,0 @@
-12:06:45:332 - INFO - PersonalAttributeList - get attributes by param :false
-12:06:45:336 - INFO - PersonalAttributeList - get attributes by param :true
-12:06:45:336 - INFO - PersonalAttributeList - adding attribute:age
-12:06:45:337 - INFO - PersonalAttributeList - get complex attributes
-12:06:45:337 - INFO - PersonalAttributeList - adding complex attribute:canonicalResidenceAddress
-12:06:45:337 - INFO - PersonalAttributeList - adding complex attribute:mandateContent
-12:06:45:349 - INFO - PersonalAttributeList - get attributes by param :false
-12:06:45:349 - INFO - PersonalAttributeList - adding attribute:age
-12:06:45:349 - INFO - PersonalAttributeList - adding attribute:isAgeOver
-12:06:45:350 - INFO - PersonalAttributeList - get simple attributes
-12:06:45:350 - INFO - PersonalAttributeList - adding simple attribute:isAgeOver
-12:06:45:352 - INFO - PersonalAttributeList - get complex attributes
-12:06:45:353 - WARN - PersonalAttributeList - Invalid personal attribute list tuples
-12:06:45:353 - WARN - PersonalAttributeList - Invalid personal attribute list tuples
-12:06:45:364 - INFO - PersonalAttributeList - get attributes by param :true
-12:06:45:368 - INFO - PersonalAttributeList - get attributes by param :true
-12:06:45:370 - INFO - PersonalAttributeList - adding attribute:age
-12:06:45:370 - INFO - PersonalAttributeList - adding attribute:isAgeOver
-12:06:45:371 - INFO - PersonalAttributeList - get complex attributes
-12:06:45:372 - INFO - PersonalAttributeList - get attributes by param :false
-12:06:45:377 - INFO - PersonalAttributeList - get simple attributes
-12:06:45:377 - INFO - PersonalAttributeList - get attributes by param :false
-12:06:45:377 - INFO - PersonalAttributeList - adding attribute:age
-12:06:45:382 - INFO - PersonalAttributeList - get simple attributes
-12:06:45:382 - INFO - PersonalAttributeList - adding simple attribute:isAgeOver
-12:06:45:382 - INFO - PersonalAttributeList - adding simple attribute:isAgeOver
-12:06:45:383 - INFO - PersonalAttributeList - get attributes by param :true
-12:06:45:384 - INFO - PersonalAttributeList - get simple attributes
-12:06:45:386 - INFO - PersonalAttributeList - get complex attributes
-12:06:45:386 - INFO - PersonalAttributeList - adding complex attribute:canonicalResidenceAddress
-12:06:45:459 - WARN - DateUtil - Couldn't calculate Age, invalid date!
-12:06:45:478 - WARN - DateUtil - Couldn't calculate Age, invalid date!
-12:06:45:479 - WARN - DateUtil - Couldn't calculate Age, invalid date!
-12:06:45:479 - WARN - DateUtil - Invalid date format (yyyyMMdd) or an invalid dateValue.
-12:06:45:482 - WARN - DateUtil - Couldn't calculate Age, invalid date!
-12:06:45:483 - WARN - DateUtil - Couldn't calculate Age, invalid date!
-12:18:58:481 - INFO - PersonalAttributeList - get attributes by param :false
-12:18:58:486 - INFO - PersonalAttributeList - get attributes by param :true
-12:18:58:486 - INFO - PersonalAttributeList - adding attribute:age
-12:18:58:487 - INFO - PersonalAttributeList - get complex attributes
-12:18:58:487 - INFO - PersonalAttributeList - adding complex attribute:canonicalResidenceAddress
-12:18:58:487 - INFO - PersonalAttributeList - adding complex attribute:mandateContent
-12:18:58:498 - INFO - PersonalAttributeList - get attributes by param :false
-12:18:58:498 - INFO - PersonalAttributeList - adding attribute:age
-12:18:58:498 - INFO - PersonalAttributeList - adding attribute:isAgeOver
-12:18:58:499 - INFO - PersonalAttributeList - get simple attributes
-12:18:58:499 - INFO - PersonalAttributeList - adding simple attribute:isAgeOver
-12:18:58:500 - INFO - PersonalAttributeList - get complex attributes
-12:18:58:501 - WARN - PersonalAttributeList - Invalid personal attribute list tuples
-12:18:58:502 - WARN - PersonalAttributeList - Invalid personal attribute list tuples
-12:18:58:513 - INFO - PersonalAttributeList - get attributes by param :true
-12:18:58:518 - INFO - PersonalAttributeList - get attributes by param :true
-12:18:58:519 - INFO - PersonalAttributeList - adding attribute:age
-12:18:58:520 - INFO - PersonalAttributeList - adding attribute:isAgeOver
-12:18:58:520 - INFO - PersonalAttributeList - get complex attributes
-12:18:58:521 - INFO - PersonalAttributeList - get attributes by param :false
-12:18:58:527 - INFO - PersonalAttributeList - get simple attributes
-12:18:58:527 - INFO - PersonalAttributeList - get attributes by param :false
-12:18:58:527 - INFO - PersonalAttributeList - adding attribute:age
-12:18:58:532 - INFO - PersonalAttributeList - get simple attributes
-12:18:58:533 - INFO - PersonalAttributeList - adding simple attribute:isAgeOver
-12:18:58:533 - INFO - PersonalAttributeList - adding simple attribute:isAgeOver
-12:18:58:534 - INFO - PersonalAttributeList - get attributes by param :true
-12:18:58:534 - INFO - PersonalAttributeList - get simple attributes
-12:18:58:536 - INFO - PersonalAttributeList - get complex attributes
-12:18:58:536 - INFO - PersonalAttributeList - adding complex attribute:canonicalResidenceAddress
-12:18:58:618 - WARN - DateUtil - Couldn't calculate Age, invalid date!
-12:18:58:634 - WARN - DateUtil - Couldn't calculate Age, invalid date!
-12:18:58:635 - WARN - DateUtil - Couldn't calculate Age, invalid date!
-12:18:58:636 - WARN - DateUtil - Invalid date format (yyyyMMdd) or an invalid dateValue.
-12:18:58:639 - WARN - DateUtil - Couldn't calculate Age, invalid date!
-12:18:58:640 - WARN - DateUtil - Couldn't calculate Age, invalid date!
-12:35:56:172 - INFO - PersonalAttributeList - get attributes by param :false
-12:35:56:174 - INFO - PersonalAttributeList - get attributes by param :true
-12:35:56:175 - INFO - PersonalAttributeList - adding attribute:age
-12:35:56:176 - INFO - PersonalAttributeList - get complex attributes
-12:35:56:176 - INFO - PersonalAttributeList - adding complex attribute:canonicalResidenceAddress
-12:35:56:176 - INFO - PersonalAttributeList - adding complex attribute:mandateContent
-12:35:56:185 - INFO - PersonalAttributeList - get attributes by param :false
-12:35:56:185 - INFO - PersonalAttributeList - adding attribute:age
-12:35:56:186 - INFO - PersonalAttributeList - adding attribute:isAgeOver
-12:35:56:186 - INFO - PersonalAttributeList - get simple attributes
-12:35:56:186 - INFO - PersonalAttributeList - adding simple attribute:isAgeOver
-12:35:56:187 - INFO - PersonalAttributeList - get complex attributes
-12:35:56:188 - WARN - PersonalAttributeList - Invalid personal attribute list tuples
-12:35:56:189 - WARN - PersonalAttributeList - Invalid personal attribute list tuples
-12:35:56:198 - INFO - PersonalAttributeList - get attributes by param :true
-12:35:56:204 - INFO - PersonalAttributeList - get attributes by param :true
-12:35:56:206 - INFO - PersonalAttributeList - adding attribute:age
-12:35:56:206 - INFO - PersonalAttributeList - adding attribute:isAgeOver
-12:35:56:207 - INFO - PersonalAttributeList - get complex attributes
-12:35:56:208 - INFO - PersonalAttributeList - get attributes by param :false
-12:35:56:214 - INFO - PersonalAttributeList - get simple attributes
-12:35:56:214 - INFO - PersonalAttributeList - get attributes by param :false
-12:35:56:214 - INFO - PersonalAttributeList - adding attribute:age
-12:35:56:219 - INFO - PersonalAttributeList - get simple attributes
-12:35:56:219 - INFO - PersonalAttributeList - adding simple attribute:isAgeOver
-12:35:56:220 - INFO - PersonalAttributeList - adding simple attribute:isAgeOver
-12:35:56:220 - INFO - PersonalAttributeList - get attributes by param :true
-12:35:56:221 - INFO - PersonalAttributeList - get simple attributes
-12:35:56:223 - INFO - PersonalAttributeList - get complex attributes
-12:35:56:223 - INFO - PersonalAttributeList - adding complex attribute:canonicalResidenceAddress
-12:35:56:301 - WARN - DateUtil - Couldn't calculate Age, invalid date!
-12:35:56:317 - WARN - DateUtil - Couldn't calculate Age, invalid date!
-12:35:56:317 - WARN - DateUtil - Couldn't calculate Age, invalid date!
-12:35:56:318 - WARN - DateUtil - Invalid date format (yyyyMMdd) or an invalid dateValue.
-12:35:56:321 - WARN - DateUtil - Couldn't calculate Age, invalid date!
-12:35:56:322 - WARN - DateUtil - Couldn't calculate Age, invalid date!
-13:59:31:022 - INFO - PersonalAttributeList - get attributes by param :false
-13:59:31:025 - INFO - PersonalAttributeList - get attributes by param :true
-13:59:31:026 - INFO - PersonalAttributeList - adding attribute:age
-13:59:31:027 - INFO - PersonalAttributeList - get complex attributes
-13:59:31:027 - INFO - PersonalAttributeList - adding complex attribute:canonicalResidenceAddress
-13:59:31:027 - INFO - PersonalAttributeList - adding complex attribute:mandateContent
-13:59:31:037 - INFO - PersonalAttributeList - get attributes by param :false
-13:59:31:037 - INFO - PersonalAttributeList - adding attribute:age
-13:59:31:037 - INFO - PersonalAttributeList - adding attribute:isAgeOver
-13:59:31:038 - INFO - PersonalAttributeList - get simple attributes
-13:59:31:038 - INFO - PersonalAttributeList - adding simple attribute:isAgeOver
-13:59:31:039 - INFO - PersonalAttributeList - get complex attributes
-13:59:31:040 - WARN - PersonalAttributeList - Invalid personal attribute list tuples
-13:59:31:041 - WARN - PersonalAttributeList - Invalid personal attribute list tuples
-13:59:31:051 - INFO - PersonalAttributeList - get attributes by param :true
-13:59:31:056 - INFO - PersonalAttributeList - get attributes by param :true
-13:59:31:058 - INFO - PersonalAttributeList - adding attribute:age
-13:59:31:058 - INFO - PersonalAttributeList - adding attribute:isAgeOver
-13:59:31:059 - INFO - PersonalAttributeList - get complex attributes
-13:59:31:060 - INFO - PersonalAttributeList - get attributes by param :false
-13:59:31:066 - INFO - PersonalAttributeList - get simple attributes
-13:59:31:067 - INFO - PersonalAttributeList - get attributes by param :false
-13:59:31:067 - INFO - PersonalAttributeList - adding attribute:age
-13:59:31:072 - INFO - PersonalAttributeList - get simple attributes
-13:59:31:072 - INFO - PersonalAttributeList - adding simple attribute:isAgeOver
-13:59:31:072 - INFO - PersonalAttributeList - adding simple attribute:isAgeOver
-13:59:31:073 - INFO - PersonalAttributeList - get attributes by param :true
-13:59:31:074 - INFO - PersonalAttributeList - get simple attributes
-13:59:31:076 - INFO - PersonalAttributeList - get complex attributes
-13:59:31:076 - INFO - PersonalAttributeList - adding complex attribute:canonicalResidenceAddress
-13:59:31:157 - WARN - DateUtil - Couldn't calculate Age, invalid date!
-13:59:31:174 - WARN - DateUtil - Couldn't calculate Age, invalid date!
-13:59:31:175 - WARN - DateUtil - Couldn't calculate Age, invalid date!
-13:59:31:175 - WARN - DateUtil - Invalid date format (yyyyMMdd) or an invalid dateValue.
-13:59:31:178 - WARN - DateUtil - Couldn't calculate Age, invalid date!
-13:59:31:179 - WARN - DateUtil - Couldn't calculate Age, invalid date!
-14:46:45:711 - INFO - PersonalAttributeList - get attributes by param :false
-14:46:45:714 - INFO - PersonalAttributeList - get attributes by param :true
-14:46:45:714 - INFO - PersonalAttributeList - adding attribute:age
-14:46:45:716 - INFO - PersonalAttributeList - get complex attributes
-14:46:45:716 - INFO - PersonalAttributeList - adding complex attribute:canonicalResidenceAddress
-14:46:45:716 - INFO - PersonalAttributeList - adding complex attribute:mandateContent
-14:46:45:726 - INFO - PersonalAttributeList - get attributes by param :false
-14:46:45:726 - INFO - PersonalAttributeList - adding attribute:age
-14:46:45:726 - INFO - PersonalAttributeList - adding attribute:isAgeOver
-14:46:45:727 - INFO - PersonalAttributeList - get simple attributes
-14:46:45:727 - INFO - PersonalAttributeList - adding simple attribute:isAgeOver
-14:46:45:728 - INFO - PersonalAttributeList - get complex attributes
-14:46:45:729 - WARN - PersonalAttributeList - Invalid personal attribute list tuples
-14:46:45:730 - WARN - PersonalAttributeList - Invalid personal attribute list tuples
-14:46:45:739 - INFO - PersonalAttributeList - get attributes by param :true
-14:46:45:744 - INFO - PersonalAttributeList - get attributes by param :true
-14:46:45:746 - INFO - PersonalAttributeList - adding attribute:age
-14:46:45:746 - INFO - PersonalAttributeList - adding attribute:isAgeOver
-14:46:45:747 - INFO - PersonalAttributeList - get complex attributes
-14:46:45:747 - INFO - PersonalAttributeList - get attributes by param :false
-14:46:45:752 - INFO - PersonalAttributeList - get simple attributes
-14:46:45:753 - INFO - PersonalAttributeList - get attributes by param :false
-14:46:45:753 - INFO - PersonalAttributeList - adding attribute:age
-14:46:45:758 - INFO - PersonalAttributeList - get simple attributes
-14:46:45:758 - INFO - PersonalAttributeList - adding simple attribute:isAgeOver
-14:46:45:758 - INFO - PersonalAttributeList - adding simple attribute:isAgeOver
-14:46:45:759 - INFO - PersonalAttributeList - get attributes by param :true
-14:46:45:759 - INFO - PersonalAttributeList - get simple attributes
-14:46:45:761 - INFO - PersonalAttributeList - get complex attributes
-14:46:45:761 - INFO - PersonalAttributeList - adding complex attribute:canonicalResidenceAddress
-14:46:45:834 - WARN - DateUtil - Couldn't calculate Age, invalid date!
-14:46:45:849 - WARN - DateUtil - Couldn't calculate Age, invalid date!
-14:46:45:850 - WARN - DateUtil - Couldn't calculate Age, invalid date!
-14:46:45:851 - WARN - DateUtil - Invalid date format (yyyyMMdd) or an invalid dateValue.
-14:46:45:853 - WARN - DateUtil - Couldn't calculate Age, invalid date!
-14:46:45:855 - WARN - DateUtil - Couldn't calculate Age, invalid date!
-14:58:07:963 - INFO - PersonalAttributeList - get attributes by param :false
-14:58:07:966 - INFO - PersonalAttributeList - get attributes by param :true
-14:58:07:966 - INFO - PersonalAttributeList - adding attribute:age
-14:58:07:968 - INFO - PersonalAttributeList - get complex attributes
-14:58:07:968 - INFO - PersonalAttributeList - adding complex attribute:canonicalResidenceAddress
-14:58:07:968 - INFO - PersonalAttributeList - adding complex attribute:mandateContent
-14:58:07:979 - INFO - PersonalAttributeList - get attributes by param :false
-14:58:07:979 - INFO - PersonalAttributeList - adding attribute:age
-14:58:07:979 - INFO - PersonalAttributeList - adding attribute:isAgeOver
-14:58:07:980 - INFO - PersonalAttributeList - get simple attributes
-14:58:07:980 - INFO - PersonalAttributeList - adding simple attribute:isAgeOver
-14:58:07:981 - INFO - PersonalAttributeList - get complex attributes
-14:58:07:982 - WARN - PersonalAttributeList - Invalid personal attribute list tuples
-14:58:07:983 - WARN - PersonalAttributeList - Invalid personal attribute list tuples
-14:58:07:993 - INFO - PersonalAttributeList - get attributes by param :true
-14:58:07:997 - INFO - PersonalAttributeList - get attributes by param :true
-14:58:07:999 - INFO - PersonalAttributeList - adding attribute:age
-14:58:07:999 - INFO - PersonalAttributeList - adding attribute:isAgeOver
-14:58:08:000 - INFO - PersonalAttributeList - get complex attributes
-14:58:08:000 - INFO - PersonalAttributeList - get attributes by param :false
-14:58:08:005 - INFO - PersonalAttributeList - get simple attributes
-14:58:08:006 - INFO - PersonalAttributeList - get attributes by param :false
-14:58:08:006 - INFO - PersonalAttributeList - adding attribute:age
-14:58:08:010 - INFO - PersonalAttributeList - get simple attributes
-14:58:08:011 - INFO - PersonalAttributeList - adding simple attribute:isAgeOver
-14:58:08:011 - INFO - PersonalAttributeList - adding simple attribute:isAgeOver
-14:58:08:012 - INFO - PersonalAttributeList - get attributes by param :true
-14:58:08:012 - INFO - PersonalAttributeList - get simple attributes
-14:58:08:014 - INFO - PersonalAttributeList - get complex attributes
-14:58:08:014 - INFO - PersonalAttributeList - adding complex attribute:canonicalResidenceAddress
-14:58:08:085 - WARN - DateUtil - Couldn't calculate Age, invalid date!
-14:58:08:103 - WARN - DateUtil - Couldn't calculate Age, invalid date!
-14:58:08:104 - WARN - DateUtil - Couldn't calculate Age, invalid date!
-14:58:08:105 - WARN - DateUtil - Invalid date format (yyyyMMdd) or an invalid dateValue.
-14:58:08:107 - WARN - DateUtil - Couldn't calculate Age, invalid date!
-14:58:08:108 - WARN - DateUtil - Couldn't calculate Age, invalid date!
-15:07:40:448 - INFO - PersonalAttributeList - get attributes by param :false
-15:07:40:451 - INFO - PersonalAttributeList - get attributes by param :true
-15:07:40:451 - INFO - PersonalAttributeList - adding attribute:age
-15:07:40:453 - INFO - PersonalAttributeList - get complex attributes
-15:07:40:453 - INFO - PersonalAttributeList - adding complex attribute:canonicalResidenceAddress
-15:07:40:453 - INFO - PersonalAttributeList - adding complex attribute:mandateContent
-15:07:40:464 - INFO - PersonalAttributeList - get attributes by param :false
-15:07:40:464 - INFO - PersonalAttributeList - adding attribute:age
-15:07:40:465 - INFO - PersonalAttributeList - adding attribute:isAgeOver
-15:07:40:465 - INFO - PersonalAttributeList - get simple attributes
-15:07:40:465 - INFO - PersonalAttributeList - adding simple attribute:isAgeOver
-15:07:40:466 - INFO - PersonalAttributeList - get complex attributes
-15:07:40:467 - WARN - PersonalAttributeList - Invalid personal attribute list tuples
-15:07:40:468 - WARN - PersonalAttributeList - Invalid personal attribute list tuples
-15:07:40:478 - INFO - PersonalAttributeList - get attributes by param :true
-15:07:40:483 - INFO - PersonalAttributeList - get attributes by param :true
-15:07:40:484 - INFO - PersonalAttributeList - adding attribute:age
-15:07:40:485 - INFO - PersonalAttributeList - adding attribute:isAgeOver
-15:07:40:485 - INFO - PersonalAttributeList - get complex attributes
-15:07:40:486 - INFO - PersonalAttributeList - get attributes by param :false
-15:07:40:491 - INFO - PersonalAttributeList - get simple attributes
-15:07:40:492 - INFO - PersonalAttributeList - get attributes by param :false
-15:07:40:492 - INFO - PersonalAttributeList - adding attribute:age
-15:07:40:498 - INFO - PersonalAttributeList - get simple attributes
-15:07:40:498 - INFO - PersonalAttributeList - adding simple attribute:isAgeOver
-15:07:40:499 - INFO - PersonalAttributeList - adding simple attribute:isAgeOver
-15:07:40:500 - INFO - PersonalAttributeList - get attributes by param :true
-15:07:40:500 - INFO - PersonalAttributeList - get simple attributes
-15:07:40:503 - INFO - PersonalAttributeList - get complex attributes
-15:07:40:503 - INFO - PersonalAttributeList - adding complex attribute:canonicalResidenceAddress
-15:07:40:584 - WARN - DateUtil - Couldn't calculate Age, invalid date!
-15:07:40:600 - WARN - DateUtil - Couldn't calculate Age, invalid date!
-15:07:40:601 - WARN - DateUtil - Couldn't calculate Age, invalid date!
-15:07:40:602 - WARN - DateUtil - Invalid date format (yyyyMMdd) or an invalid dateValue.
-15:07:40:604 - WARN - DateUtil - Couldn't calculate Age, invalid date!
-15:07:40:605 - WARN - DateUtil - Couldn't calculate Age, invalid date!
-15:14:45:047 - INFO - PersonalAttributeList - get attributes by param :false
-15:14:45:050 - INFO - PersonalAttributeList - get attributes by param :true
-15:14:45:051 - INFO - PersonalAttributeList - adding attribute:age
-15:14:45:052 - INFO - PersonalAttributeList - get complex attributes
-15:14:45:052 - INFO - PersonalAttributeList - adding complex attribute:canonicalResidenceAddress
-15:14:45:052 - INFO - PersonalAttributeList - adding complex attribute:mandateContent
-15:14:45:062 - INFO - PersonalAttributeList - get attributes by param :false
-15:14:45:062 - INFO - PersonalAttributeList - adding attribute:age
-15:14:45:062 - INFO - PersonalAttributeList - adding attribute:isAgeOver
-15:14:45:063 - INFO - PersonalAttributeList - get simple attributes
-15:14:45:063 - INFO - PersonalAttributeList - adding simple attribute:isAgeOver
-15:14:45:064 - INFO - PersonalAttributeList - get complex attributes
-15:14:45:065 - WARN - PersonalAttributeList - Invalid personal attribute list tuples
-15:14:45:065 - WARN - PersonalAttributeList - Invalid personal attribute list tuples
-15:14:45:075 - INFO - PersonalAttributeList - get attributes by param :true
-15:14:45:079 - INFO - PersonalAttributeList - get attributes by param :true
-15:14:45:081 - INFO - PersonalAttributeList - adding attribute:age
-15:14:45:081 - INFO - PersonalAttributeList - adding attribute:isAgeOver
-15:14:45:082 - INFO - PersonalAttributeList - get complex attributes
-15:14:45:082 - INFO - PersonalAttributeList - get attributes by param :false
-15:14:45:087 - INFO - PersonalAttributeList - get simple attributes
-15:14:45:088 - INFO - PersonalAttributeList - get attributes by param :false
-15:14:45:088 - INFO - PersonalAttributeList - adding attribute:age
-15:14:45:093 - INFO - PersonalAttributeList - get simple attributes
-15:14:45:093 - INFO - PersonalAttributeList - adding simple attribute:isAgeOver
-15:14:45:094 - INFO - PersonalAttributeList - adding simple attribute:isAgeOver
-15:14:45:095 - INFO - PersonalAttributeList - get attributes by param :true
-15:14:45:096 - INFO - PersonalAttributeList - get simple attributes
-15:14:45:098 - INFO - PersonalAttributeList - get complex attributes
-15:14:45:098 - INFO - PersonalAttributeList - adding complex attribute:canonicalResidenceAddress
-15:14:45:173 - WARN - DateUtil - Couldn't calculate Age, invalid date!
-15:14:45:188 - WARN - DateUtil - Couldn't calculate Age, invalid date!
-15:14:45:189 - WARN - DateUtil - Couldn't calculate Age, invalid date!
-15:14:45:190 - WARN - DateUtil - Invalid date format (yyyyMMdd) or an invalid dateValue.
-15:14:45:192 - WARN - DateUtil - Couldn't calculate Age, invalid date!
-15:14:45:193 - WARN - DateUtil - Couldn't calculate Age, invalid date!
-16:04:27:736 - INFO - PersonalAttributeList - get attributes by param :false
-16:04:27:739 - INFO - PersonalAttributeList - get attributes by param :true
-16:04:27:739 - INFO - PersonalAttributeList - adding attribute:age
-16:04:27:740 - INFO - PersonalAttributeList - get complex attributes
-16:04:27:741 - INFO - PersonalAttributeList - adding complex attribute:canonicalResidenceAddress
-16:04:27:741 - INFO - PersonalAttributeList - adding complex attribute:mandateContent
-16:04:27:753 - INFO - PersonalAttributeList - get attributes by param :false
-16:04:27:753 - INFO - PersonalAttributeList - adding attribute:age
-16:04:27:753 - INFO - PersonalAttributeList - adding attribute:isAgeOver
-16:04:27:754 - INFO - PersonalAttributeList - get simple attributes
-16:04:27:755 - INFO - PersonalAttributeList - adding simple attribute:isAgeOver
-16:04:27:756 - INFO - PersonalAttributeList - get complex attributes
-16:04:27:757 - WARN - PersonalAttributeList - Invalid personal attribute list tuples
-16:04:27:757 - WARN - PersonalAttributeList - Invalid personal attribute list tuples
-16:04:27:767 - INFO - PersonalAttributeList - get attributes by param :true
-16:04:27:772 - INFO - PersonalAttributeList - get attributes by param :true
-16:04:27:774 - INFO - PersonalAttributeList - adding attribute:age
-16:04:27:774 - INFO - PersonalAttributeList - adding attribute:isAgeOver
-16:04:27:775 - INFO - PersonalAttributeList - get complex attributes
-16:04:27:775 - INFO - PersonalAttributeList - get attributes by param :false
-16:04:27:780 - INFO - PersonalAttributeList - get simple attributes
-16:04:27:781 - INFO - PersonalAttributeList - get attributes by param :false
-16:04:27:781 - INFO - PersonalAttributeList - adding attribute:age
-16:04:27:786 - INFO - PersonalAttributeList - get simple attributes
-16:04:27:787 - INFO - PersonalAttributeList - adding simple attribute:isAgeOver
-16:04:27:787 - INFO - PersonalAttributeList - adding simple attribute:isAgeOver
-16:04:27:788 - INFO - PersonalAttributeList - get attributes by param :true
-16:04:27:789 - INFO - PersonalAttributeList - get simple attributes
-16:04:27:791 - INFO - PersonalAttributeList - get complex attributes
-16:04:27:792 - INFO - PersonalAttributeList - adding complex attribute:canonicalResidenceAddress
-16:04:27:869 - WARN - DateUtil - Couldn't calculate Age, invalid date!
-16:04:27:887 - WARN - DateUtil - Couldn't calculate Age, invalid date!
-16:04:27:888 - WARN - DateUtil - Couldn't calculate Age, invalid date!
-16:04:27:888 - WARN - DateUtil - Invalid date format (yyyyMMdd) or an invalid dateValue.
-16:04:27:891 - WARN - DateUtil - Couldn't calculate Age, invalid date!
-16:04:27:892 - WARN - DateUtil - Couldn't calculate Age, invalid date!
-16:16:59:931 - INFO - PersonalAttributeList - get attributes by param :false
-16:16:59:936 - INFO - PersonalAttributeList - get attributes by param :true
-16:16:59:937 - INFO - PersonalAttributeList - adding attribute:age
-16:16:59:939 - INFO - PersonalAttributeList - get complex attributes
-16:16:59:939 - INFO - PersonalAttributeList - adding complex attribute:canonicalResidenceAddress
-16:16:59:939 - INFO - PersonalAttributeList - adding complex attribute:mandateContent
-16:16:59:951 - INFO - PersonalAttributeList - get attributes by param :false
-16:16:59:951 - INFO - PersonalAttributeList - adding attribute:age
-16:16:59:951 - INFO - PersonalAttributeList - adding attribute:isAgeOver
-16:16:59:953 - INFO - PersonalAttributeList - get simple attributes
-16:16:59:953 - INFO - PersonalAttributeList - adding simple attribute:isAgeOver
-16:16:59:954 - INFO - PersonalAttributeList - get complex attributes
-16:16:59:956 - WARN - PersonalAttributeList - Invalid personal attribute list tuples
-16:16:59:957 - WARN - PersonalAttributeList - Invalid personal attribute list tuples
-16:16:59:974 - INFO - PersonalAttributeList - get attributes by param :true
-16:16:59:979 - INFO - PersonalAttributeList - get attributes by param :true
-16:16:59:981 - INFO - PersonalAttributeList - adding attribute:age
-16:16:59:981 - INFO - PersonalAttributeList - adding attribute:isAgeOver
-16:16:59:982 - INFO - PersonalAttributeList - get complex attributes
-16:16:59:983 - INFO - PersonalAttributeList - get attributes by param :false
-16:16:59:989 - INFO - PersonalAttributeList - get simple attributes
-16:16:59:990 - INFO - PersonalAttributeList - get attributes by param :false
-16:16:59:990 - INFO - PersonalAttributeList - adding attribute:age
-16:16:59:998 - INFO - PersonalAttributeList - get simple attributes
-16:16:59:998 - INFO - PersonalAttributeList - adding simple attribute:isAgeOver
-16:16:59:998 - INFO - PersonalAttributeList - adding simple attribute:isAgeOver
-16:16:59:999 - INFO - PersonalAttributeList - get attributes by param :true
-16:16:59:999 - INFO - PersonalAttributeList - get simple attributes
-16:17:00:002 - INFO - PersonalAttributeList - get complex attributes
-16:17:00:002 - INFO - PersonalAttributeList - adding complex attribute:canonicalResidenceAddress
-16:17:00:091 - WARN - DateUtil - Couldn't calculate Age, invalid date!
-16:17:00:110 - WARN - DateUtil - Couldn't calculate Age, invalid date!
-16:17:00:110 - WARN - DateUtil - Couldn't calculate Age, invalid date!
-16:17:00:111 - WARN - DateUtil - Invalid date format (yyyyMMdd) or an invalid dateValue.
-16:17:00:113 - WARN - DateUtil - Couldn't calculate Age, invalid date!
-16:17:00:114 - WARN - DateUtil - Couldn't calculate Age, invalid date!
-16:26:40:032 - INFO - PersonalAttributeList - get attributes by param :false
-16:26:40:036 - INFO - PersonalAttributeList - get attributes by param :true
-16:26:40:036 - INFO - PersonalAttributeList - adding attribute:age
-16:26:40:037 - INFO - PersonalAttributeList - get complex attributes
-16:26:40:037 - INFO - PersonalAttributeList - adding complex attribute:canonicalResidenceAddress
-16:26:40:037 - INFO - PersonalAttributeList - adding complex attribute:mandateContent
-16:26:40:049 - INFO - PersonalAttributeList - get attributes by param :false
-16:26:40:049 - INFO - PersonalAttributeList - adding attribute:age
-16:26:40:049 - INFO - PersonalAttributeList - adding attribute:isAgeOver
-16:26:40:050 - INFO - PersonalAttributeList - get simple attributes
-16:26:40:050 - INFO - PersonalAttributeList - adding simple attribute:isAgeOver
-16:26:40:051 - INFO - PersonalAttributeList - get complex attributes
-16:26:40:052 - WARN - PersonalAttributeList - Invalid personal attribute list tuples
-16:26:40:053 - WARN - PersonalAttributeList - Invalid personal attribute list tuples
-16:26:40:069 - INFO - PersonalAttributeList - get attributes by param :true
-16:26:40:075 - INFO - PersonalAttributeList - get attributes by param :true
-16:26:40:077 - INFO - PersonalAttributeList - adding attribute:age
-16:26:40:077 - INFO - PersonalAttributeList - adding attribute:isAgeOver
-16:26:40:078 - INFO - PersonalAttributeList - get complex attributes
-16:26:40:079 - INFO - PersonalAttributeList - get attributes by param :false
-16:26:40:084 - INFO - PersonalAttributeList - get simple attributes
-16:26:40:084 - INFO - PersonalAttributeList - get attributes by param :false
-16:26:40:084 - INFO - PersonalAttributeList - adding attribute:age
-16:26:40:089 - INFO - PersonalAttributeList - get simple attributes
-16:26:40:089 - INFO - PersonalAttributeList - adding simple attribute:isAgeOver
-16:26:40:089 - INFO - PersonalAttributeList - adding simple attribute:isAgeOver
-16:26:40:090 - INFO - PersonalAttributeList - get attributes by param :true
-16:26:40:091 - INFO - PersonalAttributeList - get simple attributes
-16:26:40:093 - INFO - PersonalAttributeList - get complex attributes
-16:26:40:093 - INFO - PersonalAttributeList - adding complex attribute:canonicalResidenceAddress
-16:26:40:174 - WARN - DateUtil - Couldn't calculate Age, invalid date!
-16:26:40:191 - WARN - DateUtil - Couldn't calculate Age, invalid date!
-16:26:40:192 - WARN - DateUtil - Couldn't calculate Age, invalid date!
-16:26:40:192 - WARN - DateUtil - Invalid date format (yyyyMMdd) or an invalid dateValue.
-16:26:40:194 - WARN - DateUtil - Couldn't calculate Age, invalid date!
-16:26:40:196 - WARN - DateUtil - Couldn't calculate Age, invalid date!
-16:36:30:001 - INFO - PersonalAttributeList - get attributes by param :false
-16:36:30:005 - INFO - PersonalAttributeList - get attributes by param :true
-16:36:30:005 - INFO - PersonalAttributeList - adding attribute:age
-16:36:30:007 - INFO - PersonalAttributeList - get complex attributes
-16:36:30:007 - INFO - PersonalAttributeList - adding complex attribute:canonicalResidenceAddress
-16:36:30:008 - INFO - PersonalAttributeList - adding complex attribute:mandateContent
-16:36:30:021 - INFO - PersonalAttributeList - get attributes by param :false
-16:36:30:021 - INFO - PersonalAttributeList - adding attribute:age
-16:36:30:022 - INFO - PersonalAttributeList - adding attribute:isAgeOver
-16:36:30:022 - INFO - PersonalAttributeList - get simple attributes
-16:36:30:023 - INFO - PersonalAttributeList - adding simple attribute:isAgeOver
-16:36:30:024 - INFO - PersonalAttributeList - get complex attributes
-16:36:30:025 - WARN - PersonalAttributeList - Invalid personal attribute list tuples
-16:36:30:026 - WARN - PersonalAttributeList - Invalid personal attribute list tuples
-16:36:30:038 - INFO - PersonalAttributeList - get attributes by param :true
-16:36:30:044 - INFO - PersonalAttributeList - get attributes by param :true
-16:36:30:045 - INFO - PersonalAttributeList - adding attribute:age
-16:36:30:045 - INFO - PersonalAttributeList - adding attribute:isAgeOver
-16:36:30:046 - INFO - PersonalAttributeList - get complex attributes
-16:36:30:047 - INFO - PersonalAttributeList - get attributes by param :false
-16:36:30:053 - INFO - PersonalAttributeList - get simple attributes
-16:36:30:054 - INFO - PersonalAttributeList - get attributes by param :false
-16:36:30:054 - INFO - PersonalAttributeList - adding attribute:age
-16:36:30:059 - INFO - PersonalAttributeList - get simple attributes
-16:36:30:060 - INFO - PersonalAttributeList - adding simple attribute:isAgeOver
-16:36:30:060 - INFO - PersonalAttributeList - adding simple attribute:isAgeOver
-16:36:30:061 - INFO - PersonalAttributeList - get attributes by param :true
-16:36:30:062 - INFO - PersonalAttributeList - get simple attributes
-16:36:30:066 - INFO - PersonalAttributeList - get complex attributes
-16:36:30:066 - INFO - PersonalAttributeList - adding complex attribute:canonicalResidenceAddress
-16:36:30:152 - WARN - DateUtil - Couldn't calculate Age, invalid date!
-16:36:30:167 - WARN - DateUtil - Couldn't calculate Age, invalid date!
-16:36:30:168 - WARN - DateUtil - Couldn't calculate Age, invalid date!
-16:36:30:169 - WARN - DateUtil - Invalid date format (yyyyMMdd) or an invalid dateValue.
-16:36:30:171 - WARN - DateUtil - Couldn't calculate Age, invalid date!
-16:36:30:173 - WARN - DateUtil - Couldn't calculate Age, invalid date!
diff --git a/id/server/stork2-commons/stork-commons.log.2014-03-27 b/id/server/stork2-commons/stork-commons.log.2014-03-27
deleted file mode 100644
index 328327b03..000000000
--- a/id/server/stork2-commons/stork-commons.log.2014-03-27
+++ /dev/null
@@ -1,432 +0,0 @@
-10:41:32:538 - INFO - PersonalAttributeList - get attributes by param :false
-10:41:32:541 - INFO - PersonalAttributeList - get attributes by param :true
-10:41:32:541 - INFO - PersonalAttributeList - adding attribute:age
-10:41:32:542 - INFO - PersonalAttributeList - get complex attributes
-10:41:32:542 - INFO - PersonalAttributeList - adding complex attribute:canonicalResidenceAddress
-10:41:32:542 - INFO - PersonalAttributeList - adding complex attribute:mandateContent
-10:41:32:550 - INFO - PersonalAttributeList - get attributes by param :false
-10:41:32:550 - INFO - PersonalAttributeList - adding attribute:age
-10:41:32:551 - INFO - PersonalAttributeList - adding attribute:isAgeOver
-10:41:32:551 - INFO - PersonalAttributeList - get simple attributes
-10:41:32:551 - INFO - PersonalAttributeList - adding simple attribute:isAgeOver
-10:41:32:552 - INFO - PersonalAttributeList - get complex attributes
-10:41:32:553 - WARN - PersonalAttributeList - Invalid personal attribute list tuples
-10:41:32:554 - WARN - PersonalAttributeList - Invalid personal attribute list tuples
-10:41:32:563 - INFO - PersonalAttributeList - get attributes by param :true
-10:41:32:567 - INFO - PersonalAttributeList - get attributes by param :true
-10:41:32:568 - INFO - PersonalAttributeList - adding attribute:age
-10:41:32:568 - INFO - PersonalAttributeList - adding attribute:isAgeOver
-10:41:32:569 - INFO - PersonalAttributeList - get complex attributes
-10:41:32:570 - INFO - PersonalAttributeList - get attributes by param :false
-10:41:32:574 - INFO - PersonalAttributeList - get simple attributes
-10:41:32:575 - INFO - PersonalAttributeList - get attributes by param :false
-10:41:32:575 - INFO - PersonalAttributeList - adding attribute:age
-10:41:32:579 - INFO - PersonalAttributeList - get simple attributes
-10:41:32:579 - INFO - PersonalAttributeList - adding simple attribute:isAgeOver
-10:41:32:579 - INFO - PersonalAttributeList - adding simple attribute:isAgeOver
-10:41:32:580 - INFO - PersonalAttributeList - get attributes by param :true
-10:41:32:580 - INFO - PersonalAttributeList - get simple attributes
-10:41:32:582 - INFO - PersonalAttributeList - get complex attributes
-10:41:32:582 - INFO - PersonalAttributeList - adding complex attribute:canonicalResidenceAddress
-10:41:32:670 - WARN - DateUtil - Couldn't calculate Age, invalid date!
-10:41:32:687 - WARN - DateUtil - Couldn't calculate Age, invalid date!
-10:41:32:688 - WARN - DateUtil - Couldn't calculate Age, invalid date!
-10:41:32:689 - WARN - DateUtil - Invalid date format (yyyyMMdd) or an invalid dateValue.
-10:41:32:691 - WARN - DateUtil - Couldn't calculate Age, invalid date!
-10:41:32:692 - WARN - DateUtil - Couldn't calculate Age, invalid date!
-10:44:50:129 - INFO - PersonalAttributeList - get attributes by param :false
-10:44:50:132 - INFO - PersonalAttributeList - get attributes by param :true
-10:44:50:132 - INFO - PersonalAttributeList - adding attribute:age
-10:44:50:133 - INFO - PersonalAttributeList - get complex attributes
-10:44:50:133 - INFO - PersonalAttributeList - adding complex attribute:canonicalResidenceAddress
-10:44:50:134 - INFO - PersonalAttributeList - adding complex attribute:mandateContent
-10:44:50:142 - INFO - PersonalAttributeList - get attributes by param :false
-10:44:50:142 - INFO - PersonalAttributeList - adding attribute:age
-10:44:50:142 - INFO - PersonalAttributeList - adding attribute:isAgeOver
-10:44:50:143 - INFO - PersonalAttributeList - get simple attributes
-10:44:50:143 - INFO - PersonalAttributeList - adding simple attribute:isAgeOver
-10:44:50:144 - INFO - PersonalAttributeList - get complex attributes
-10:44:50:145 - WARN - PersonalAttributeList - Invalid personal attribute list tuples
-10:44:50:145 - WARN - PersonalAttributeList - Invalid personal attribute list tuples
-10:44:50:154 - INFO - PersonalAttributeList - get attributes by param :true
-10:44:50:158 - INFO - PersonalAttributeList - get attributes by param :true
-10:44:50:160 - INFO - PersonalAttributeList - adding attribute:age
-10:44:50:160 - INFO - PersonalAttributeList - adding attribute:isAgeOver
-10:44:50:161 - INFO - PersonalAttributeList - get complex attributes
-10:44:50:161 - INFO - PersonalAttributeList - get attributes by param :false
-10:44:50:166 - INFO - PersonalAttributeList - get simple attributes
-10:44:50:167 - INFO - PersonalAttributeList - get attributes by param :false
-10:44:50:167 - INFO - PersonalAttributeList - adding attribute:age
-10:44:50:171 - INFO - PersonalAttributeList - get simple attributes
-10:44:50:171 - INFO - PersonalAttributeList - adding simple attribute:isAgeOver
-10:44:50:172 - INFO - PersonalAttributeList - adding simple attribute:isAgeOver
-10:44:50:172 - INFO - PersonalAttributeList - get attributes by param :true
-10:44:50:173 - INFO - PersonalAttributeList - get simple attributes
-10:44:50:175 - INFO - PersonalAttributeList - get complex attributes
-10:44:50:175 - INFO - PersonalAttributeList - adding complex attribute:canonicalResidenceAddress
-10:44:50:245 - WARN - DateUtil - Couldn't calculate Age, invalid date!
-10:44:50:259 - WARN - DateUtil - Couldn't calculate Age, invalid date!
-10:44:50:260 - WARN - DateUtil - Couldn't calculate Age, invalid date!
-10:44:50:261 - WARN - DateUtil - Invalid date format (yyyyMMdd) or an invalid dateValue.
-10:44:50:263 - WARN - DateUtil - Couldn't calculate Age, invalid date!
-10:44:50:264 - WARN - DateUtil - Couldn't calculate Age, invalid date!
-12:07:34:296 - INFO - PersonalAttributeList - get attributes by param :false
-12:07:34:299 - INFO - PersonalAttributeList - get attributes by param :true
-12:07:34:299 - INFO - PersonalAttributeList - adding attribute:age
-12:07:34:300 - INFO - PersonalAttributeList - get complex attributes
-12:07:34:300 - INFO - PersonalAttributeList - adding complex attribute:canonicalResidenceAddress
-12:07:34:300 - INFO - PersonalAttributeList - adding complex attribute:mandateContent
-12:07:34:309 - INFO - PersonalAttributeList - get attributes by param :false
-12:07:34:309 - INFO - PersonalAttributeList - adding attribute:age
-12:07:34:309 - INFO - PersonalAttributeList - adding attribute:isAgeOver
-12:07:34:310 - INFO - PersonalAttributeList - get simple attributes
-12:07:34:310 - INFO - PersonalAttributeList - adding simple attribute:isAgeOver
-12:07:34:311 - INFO - PersonalAttributeList - get complex attributes
-12:07:34:312 - WARN - PersonalAttributeList - Invalid personal attribute list tuples
-12:07:34:313 - WARN - PersonalAttributeList - Invalid personal attribute list tuples
-12:07:34:321 - INFO - PersonalAttributeList - get attributes by param :true
-12:07:34:326 - INFO - PersonalAttributeList - get attributes by param :true
-12:07:34:327 - INFO - PersonalAttributeList - adding attribute:age
-12:07:34:327 - INFO - PersonalAttributeList - adding attribute:isAgeOver
-12:07:34:328 - INFO - PersonalAttributeList - get complex attributes
-12:07:34:329 - INFO - PersonalAttributeList - get attributes by param :false
-12:07:34:333 - INFO - PersonalAttributeList - get simple attributes
-12:07:34:334 - INFO - PersonalAttributeList - get attributes by param :false
-12:07:34:334 - INFO - PersonalAttributeList - adding attribute:age
-12:07:34:339 - INFO - PersonalAttributeList - get simple attributes
-12:07:34:339 - INFO - PersonalAttributeList - adding simple attribute:isAgeOver
-12:07:34:339 - INFO - PersonalAttributeList - adding simple attribute:isAgeOver
-12:07:34:340 - INFO - PersonalAttributeList - get attributes by param :true
-12:07:34:340 - INFO - PersonalAttributeList - get simple attributes
-12:07:34:342 - INFO - PersonalAttributeList - get complex attributes
-12:07:34:342 - INFO - PersonalAttributeList - adding complex attribute:canonicalResidenceAddress
-12:07:34:410 - WARN - DateUtil - Couldn't calculate Age, invalid date!
-12:07:34:425 - WARN - DateUtil - Couldn't calculate Age, invalid date!
-12:07:34:426 - WARN - DateUtil - Couldn't calculate Age, invalid date!
-12:07:34:426 - WARN - DateUtil - Invalid date format (yyyyMMdd) or an invalid dateValue.
-12:07:34:428 - WARN - DateUtil - Couldn't calculate Age, invalid date!
-12:07:34:429 - WARN - DateUtil - Couldn't calculate Age, invalid date!
-13:18:37:550 - INFO - PersonalAttributeList - get attributes by param :false
-13:18:37:552 - INFO - PersonalAttributeList - get attributes by param :true
-13:18:37:552 - INFO - PersonalAttributeList - adding attribute:age
-13:18:37:554 - INFO - PersonalAttributeList - get complex attributes
-13:18:37:554 - INFO - PersonalAttributeList - adding complex attribute:canonicalResidenceAddress
-13:18:37:554 - INFO - PersonalAttributeList - adding complex attribute:mandateContent
-13:18:37:562 - INFO - PersonalAttributeList - get attributes by param :false
-13:18:37:562 - INFO - PersonalAttributeList - adding attribute:age
-13:18:37:562 - INFO - PersonalAttributeList - adding attribute:isAgeOver
-13:18:37:563 - INFO - PersonalAttributeList - get simple attributes
-13:18:37:563 - INFO - PersonalAttributeList - adding simple attribute:isAgeOver
-13:18:37:564 - INFO - PersonalAttributeList - get complex attributes
-13:18:37:565 - WARN - PersonalAttributeList - Invalid personal attribute list tuples
-13:18:37:565 - WARN - PersonalAttributeList - Invalid personal attribute list tuples
-13:18:37:574 - INFO - PersonalAttributeList - get attributes by param :true
-13:18:37:578 - INFO - PersonalAttributeList - get attributes by param :true
-13:18:37:580 - INFO - PersonalAttributeList - adding attribute:age
-13:18:37:580 - INFO - PersonalAttributeList - adding attribute:isAgeOver
-13:18:37:581 - INFO - PersonalAttributeList - get complex attributes
-13:18:37:581 - INFO - PersonalAttributeList - get attributes by param :false
-13:18:37:586 - INFO - PersonalAttributeList - get simple attributes
-13:18:37:586 - INFO - PersonalAttributeList - get attributes by param :false
-13:18:37:586 - INFO - PersonalAttributeList - adding attribute:age
-13:18:37:591 - INFO - PersonalAttributeList - get simple attributes
-13:18:37:591 - INFO - PersonalAttributeList - adding simple attribute:isAgeOver
-13:18:37:591 - INFO - PersonalAttributeList - adding simple attribute:isAgeOver
-13:18:37:592 - INFO - PersonalAttributeList - get attributes by param :true
-13:18:37:592 - INFO - PersonalAttributeList - get simple attributes
-13:18:37:594 - INFO - PersonalAttributeList - get complex attributes
-13:18:37:594 - INFO - PersonalAttributeList - adding complex attribute:canonicalResidenceAddress
-13:18:37:662 - WARN - DateUtil - Couldn't calculate Age, invalid date!
-13:18:37:677 - WARN - DateUtil - Couldn't calculate Age, invalid date!
-13:18:37:678 - WARN - DateUtil - Couldn't calculate Age, invalid date!
-13:18:37:678 - WARN - DateUtil - Invalid date format (yyyyMMdd) or an invalid dateValue.
-13:18:37:681 - WARN - DateUtil - Couldn't calculate Age, invalid date!
-13:18:37:682 - WARN - DateUtil - Couldn't calculate Age, invalid date!
-13:25:32:941 - INFO - PersonalAttributeList - get attributes by param :false
-13:25:32:944 - INFO - PersonalAttributeList - get attributes by param :true
-13:25:32:945 - INFO - PersonalAttributeList - adding attribute:age
-13:25:32:946 - INFO - PersonalAttributeList - get complex attributes
-13:25:32:946 - INFO - PersonalAttributeList - adding complex attribute:canonicalResidenceAddress
-13:25:32:946 - INFO - PersonalAttributeList - adding complex attribute:mandateContent
-13:25:32:956 - INFO - PersonalAttributeList - get attributes by param :false
-13:25:32:956 - INFO - PersonalAttributeList - adding attribute:age
-13:25:32:956 - INFO - PersonalAttributeList - adding attribute:isAgeOver
-13:25:32:957 - INFO - PersonalAttributeList - get simple attributes
-13:25:32:957 - INFO - PersonalAttributeList - adding simple attribute:isAgeOver
-13:25:32:958 - INFO - PersonalAttributeList - get complex attributes
-13:25:32:959 - WARN - PersonalAttributeList - Invalid personal attribute list tuples
-13:25:32:960 - WARN - PersonalAttributeList - Invalid personal attribute list tuples
-13:25:32:969 - INFO - PersonalAttributeList - get attributes by param :true
-13:25:32:975 - INFO - PersonalAttributeList - get attributes by param :true
-13:25:32:976 - INFO - PersonalAttributeList - adding attribute:age
-13:25:32:976 - INFO - PersonalAttributeList - adding attribute:isAgeOver
-13:25:32:977 - INFO - PersonalAttributeList - get complex attributes
-13:25:32:980 - INFO - PersonalAttributeList - get attributes by param :false
-13:25:32:984 - INFO - PersonalAttributeList - get simple attributes
-13:25:32:985 - INFO - PersonalAttributeList - get attributes by param :false
-13:25:32:985 - INFO - PersonalAttributeList - adding attribute:age
-13:25:32:990 - INFO - PersonalAttributeList - get simple attributes
-13:25:32:990 - INFO - PersonalAttributeList - adding simple attribute:isAgeOver
-13:25:32:990 - INFO - PersonalAttributeList - adding simple attribute:isAgeOver
-13:25:32:991 - INFO - PersonalAttributeList - get attributes by param :true
-13:25:32:991 - INFO - PersonalAttributeList - get simple attributes
-13:25:32:993 - INFO - PersonalAttributeList - get complex attributes
-13:25:32:993 - INFO - PersonalAttributeList - adding complex attribute:canonicalResidenceAddress
-13:25:33:064 - WARN - DateUtil - Couldn't calculate Age, invalid date!
-13:25:33:079 - WARN - DateUtil - Couldn't calculate Age, invalid date!
-13:25:33:080 - WARN - DateUtil - Couldn't calculate Age, invalid date!
-13:25:33:081 - WARN - DateUtil - Invalid date format (yyyyMMdd) or an invalid dateValue.
-13:25:33:083 - WARN - DateUtil - Couldn't calculate Age, invalid date!
-13:25:33:084 - WARN - DateUtil - Couldn't calculate Age, invalid date!
-13:33:46:826 - INFO - PersonalAttributeList - get attributes by param :false
-13:33:46:829 - INFO - PersonalAttributeList - get attributes by param :true
-13:33:46:829 - INFO - PersonalAttributeList - adding attribute:age
-13:33:46:830 - INFO - PersonalAttributeList - get complex attributes
-13:33:46:830 - INFO - PersonalAttributeList - adding complex attribute:canonicalResidenceAddress
-13:33:46:830 - INFO - PersonalAttributeList - adding complex attribute:mandateContent
-13:33:46:839 - INFO - PersonalAttributeList - get attributes by param :false
-13:33:46:839 - INFO - PersonalAttributeList - adding attribute:age
-13:33:46:839 - INFO - PersonalAttributeList - adding attribute:isAgeOver
-13:33:46:840 - INFO - PersonalAttributeList - get simple attributes
-13:33:46:840 - INFO - PersonalAttributeList - adding simple attribute:isAgeOver
-13:33:46:841 - INFO - PersonalAttributeList - get complex attributes
-13:33:46:842 - WARN - PersonalAttributeList - Invalid personal attribute list tuples
-13:33:46:843 - WARN - PersonalAttributeList - Invalid personal attribute list tuples
-13:33:46:854 - INFO - PersonalAttributeList - get attributes by param :true
-13:33:46:859 - INFO - PersonalAttributeList - get attributes by param :true
-13:33:46:860 - INFO - PersonalAttributeList - adding attribute:age
-13:33:46:860 - INFO - PersonalAttributeList - adding attribute:isAgeOver
-13:33:46:861 - INFO - PersonalAttributeList - get complex attributes
-13:33:46:862 - INFO - PersonalAttributeList - get attributes by param :false
-13:33:46:867 - INFO - PersonalAttributeList - get simple attributes
-13:33:46:867 - INFO - PersonalAttributeList - get attributes by param :false
-13:33:46:867 - INFO - PersonalAttributeList - adding attribute:age
-13:33:46:872 - INFO - PersonalAttributeList - get simple attributes
-13:33:46:872 - INFO - PersonalAttributeList - adding simple attribute:isAgeOver
-13:33:46:872 - INFO - PersonalAttributeList - adding simple attribute:isAgeOver
-13:33:46:873 - INFO - PersonalAttributeList - get attributes by param :true
-13:33:46:873 - INFO - PersonalAttributeList - get simple attributes
-13:33:46:875 - INFO - PersonalAttributeList - get complex attributes
-13:33:46:875 - INFO - PersonalAttributeList - adding complex attribute:canonicalResidenceAddress
-13:33:46:947 - WARN - DateUtil - Couldn't calculate Age, invalid date!
-13:33:46:962 - WARN - DateUtil - Couldn't calculate Age, invalid date!
-13:33:46:963 - WARN - DateUtil - Couldn't calculate Age, invalid date!
-13:33:46:963 - WARN - DateUtil - Invalid date format (yyyyMMdd) or an invalid dateValue.
-13:33:46:967 - WARN - DateUtil - Couldn't calculate Age, invalid date!
-13:33:46:968 - WARN - DateUtil - Couldn't calculate Age, invalid date!
-15:59:26:954 - INFO - PersonalAttributeList - get attributes by param :false
-15:59:26:956 - INFO - PersonalAttributeList - get attributes by param :true
-15:59:26:957 - INFO - PersonalAttributeList - adding attribute:age
-15:59:26:958 - INFO - PersonalAttributeList - get complex attributes
-15:59:26:958 - INFO - PersonalAttributeList - adding complex attribute:canonicalResidenceAddress
-15:59:26:958 - INFO - PersonalAttributeList - adding complex attribute:mandateContent
-15:59:26:967 - INFO - PersonalAttributeList - get attributes by param :false
-15:59:26:967 - INFO - PersonalAttributeList - adding attribute:age
-15:59:26:967 - INFO - PersonalAttributeList - adding attribute:isAgeOver
-15:59:26:968 - INFO - PersonalAttributeList - get simple attributes
-15:59:26:968 - INFO - PersonalAttributeList - adding simple attribute:isAgeOver
-15:59:26:969 - INFO - PersonalAttributeList - get complex attributes
-15:59:26:970 - WARN - PersonalAttributeList - Invalid personal attribute list tuples
-15:59:26:971 - WARN - PersonalAttributeList - Invalid personal attribute list tuples
-15:59:26:980 - INFO - PersonalAttributeList - get attributes by param :true
-15:59:26:985 - INFO - PersonalAttributeList - get attributes by param :true
-15:59:26:987 - INFO - PersonalAttributeList - adding attribute:age
-15:59:26:987 - INFO - PersonalAttributeList - adding attribute:isAgeOver
-15:59:26:987 - INFO - PersonalAttributeList - get complex attributes
-15:59:26:988 - INFO - PersonalAttributeList - get attributes by param :false
-15:59:26:993 - INFO - PersonalAttributeList - get simple attributes
-15:59:26:993 - INFO - PersonalAttributeList - get attributes by param :false
-15:59:26:994 - INFO - PersonalAttributeList - adding attribute:age
-15:59:26:998 - INFO - PersonalAttributeList - get simple attributes
-15:59:26:998 - INFO - PersonalAttributeList - adding simple attribute:isAgeOver
-15:59:26:998 - INFO - PersonalAttributeList - adding simple attribute:isAgeOver
-15:59:26:999 - INFO - PersonalAttributeList - get attributes by param :true
-15:59:27:000 - INFO - PersonalAttributeList - get simple attributes
-15:59:27:002 - INFO - PersonalAttributeList - get complex attributes
-15:59:27:002 - INFO - PersonalAttributeList - adding complex attribute:canonicalResidenceAddress
-15:59:27:071 - WARN - DateUtil - Couldn't calculate Age, invalid date!
-15:59:27:086 - WARN - DateUtil - Couldn't calculate Age, invalid date!
-15:59:27:087 - WARN - DateUtil - Couldn't calculate Age, invalid date!
-15:59:27:088 - WARN - DateUtil - Invalid date format (yyyyMMdd) or an invalid dateValue.
-15:59:27:090 - WARN - DateUtil - Couldn't calculate Age, invalid date!
-15:59:27:091 - WARN - DateUtil - Couldn't calculate Age, invalid date!
-17:23:25:411 - INFO - PersonalAttributeList - get attributes by param :false
-17:23:25:414 - INFO - PersonalAttributeList - get attributes by param :true
-17:23:25:414 - INFO - PersonalAttributeList - adding attribute:age
-17:23:25:415 - INFO - PersonalAttributeList - get complex attributes
-17:23:25:415 - INFO - PersonalAttributeList - adding complex attribute:canonicalResidenceAddress
-17:23:25:416 - INFO - PersonalAttributeList - adding complex attribute:mandateContent
-17:23:25:424 - INFO - PersonalAttributeList - get attributes by param :false
-17:23:25:424 - INFO - PersonalAttributeList - adding attribute:age
-17:23:25:424 - INFO - PersonalAttributeList - adding attribute:isAgeOver
-17:23:25:425 - INFO - PersonalAttributeList - get simple attributes
-17:23:25:425 - INFO - PersonalAttributeList - adding simple attribute:isAgeOver
-17:23:25:426 - INFO - PersonalAttributeList - get complex attributes
-17:23:25:427 - WARN - PersonalAttributeList - Invalid personal attribute list tuples
-17:23:25:427 - WARN - PersonalAttributeList - Invalid personal attribute list tuples
-17:23:25:436 - INFO - PersonalAttributeList - get attributes by param :true
-17:23:25:441 - INFO - PersonalAttributeList - get attributes by param :true
-17:23:25:442 - INFO - PersonalAttributeList - adding attribute:age
-17:23:25:442 - INFO - PersonalAttributeList - adding attribute:isAgeOver
-17:23:25:443 - INFO - PersonalAttributeList - get complex attributes
-17:23:25:443 - INFO - PersonalAttributeList - get attributes by param :false
-17:23:25:448 - INFO - PersonalAttributeList - get simple attributes
-17:23:25:448 - INFO - PersonalAttributeList - get attributes by param :false
-17:23:25:448 - INFO - PersonalAttributeList - adding attribute:age
-17:23:25:453 - INFO - PersonalAttributeList - get simple attributes
-17:23:25:453 - INFO - PersonalAttributeList - adding simple attribute:isAgeOver
-17:23:25:453 - INFO - PersonalAttributeList - adding simple attribute:isAgeOver
-17:23:25:454 - INFO - PersonalAttributeList - get attributes by param :true
-17:23:25:454 - INFO - PersonalAttributeList - get simple attributes
-17:23:25:456 - INFO - PersonalAttributeList - get complex attributes
-17:23:25:457 - INFO - PersonalAttributeList - adding complex attribute:canonicalResidenceAddress
-17:23:25:525 - WARN - DateUtil - Couldn't calculate Age, invalid date!
-17:23:25:539 - WARN - DateUtil - Couldn't calculate Age, invalid date!
-17:23:25:540 - WARN - DateUtil - Couldn't calculate Age, invalid date!
-17:23:25:541 - WARN - DateUtil - Invalid date format (yyyyMMdd) or an invalid dateValue.
-17:23:25:543 - WARN - DateUtil - Couldn't calculate Age, invalid date!
-17:23:25:544 - WARN - DateUtil - Couldn't calculate Age, invalid date!
-18:26:58:453 - INFO - PersonalAttributeList - get attributes by param :false
-18:26:58:456 - INFO - PersonalAttributeList - get attributes by param :true
-18:26:58:456 - INFO - PersonalAttributeList - adding attribute:age
-18:26:58:457 - INFO - PersonalAttributeList - get complex attributes
-18:26:58:457 - INFO - PersonalAttributeList - adding complex attribute:canonicalResidenceAddress
-18:26:58:457 - INFO - PersonalAttributeList - adding complex attribute:mandateContent
-18:26:58:466 - INFO - PersonalAttributeList - get attributes by param :false
-18:26:58:466 - INFO - PersonalAttributeList - adding attribute:age
-18:26:58:466 - INFO - PersonalAttributeList - adding attribute:isAgeOver
-18:26:58:467 - INFO - PersonalAttributeList - get simple attributes
-18:26:58:467 - INFO - PersonalAttributeList - adding simple attribute:isAgeOver
-18:26:58:468 - INFO - PersonalAttributeList - get complex attributes
-18:26:58:469 - WARN - PersonalAttributeList - Invalid personal attribute list tuples
-18:26:58:469 - WARN - PersonalAttributeList - Invalid personal attribute list tuples
-18:26:58:478 - INFO - PersonalAttributeList - get attributes by param :true
-18:26:58:483 - INFO - PersonalAttributeList - get attributes by param :true
-18:26:58:484 - INFO - PersonalAttributeList - adding attribute:age
-18:26:58:484 - INFO - PersonalAttributeList - adding attribute:isAgeOver
-18:26:58:485 - INFO - PersonalAttributeList - get complex attributes
-18:26:58:486 - INFO - PersonalAttributeList - get attributes by param :false
-18:26:58:490 - INFO - PersonalAttributeList - get simple attributes
-18:26:58:491 - INFO - PersonalAttributeList - get attributes by param :false
-18:26:58:491 - INFO - PersonalAttributeList - adding attribute:age
-18:26:58:495 - INFO - PersonalAttributeList - get simple attributes
-18:26:58:495 - INFO - PersonalAttributeList - adding simple attribute:isAgeOver
-18:26:58:496 - INFO - PersonalAttributeList - adding simple attribute:isAgeOver
-18:26:58:496 - INFO - PersonalAttributeList - get attributes by param :true
-18:26:58:497 - INFO - PersonalAttributeList - get simple attributes
-18:26:58:499 - INFO - PersonalAttributeList - get complex attributes
-18:26:58:499 - INFO - PersonalAttributeList - adding complex attribute:canonicalResidenceAddress
-18:26:58:568 - WARN - DateUtil - Couldn't calculate Age, invalid date!
-18:26:58:583 - WARN - DateUtil - Couldn't calculate Age, invalid date!
-18:26:58:584 - WARN - DateUtil - Couldn't calculate Age, invalid date!
-18:26:58:584 - WARN - DateUtil - Invalid date format (yyyyMMdd) or an invalid dateValue.
-18:26:58:587 - WARN - DateUtil - Couldn't calculate Age, invalid date!
-18:26:58:588 - WARN - DateUtil - Couldn't calculate Age, invalid date!
-18:41:25:070 - INFO - PersonalAttributeList - get attributes by param :false
-18:41:25:072 - INFO - PersonalAttributeList - get attributes by param :true
-18:41:25:073 - INFO - PersonalAttributeList - adding attribute:age
-18:41:25:074 - INFO - PersonalAttributeList - get complex attributes
-18:41:25:074 - INFO - PersonalAttributeList - adding complex attribute:canonicalResidenceAddress
-18:41:25:074 - INFO - PersonalAttributeList - adding complex attribute:mandateContent
-18:41:25:082 - INFO - PersonalAttributeList - get attributes by param :false
-18:41:25:082 - INFO - PersonalAttributeList - adding attribute:age
-18:41:25:082 - INFO - PersonalAttributeList - adding attribute:isAgeOver
-18:41:25:083 - INFO - PersonalAttributeList - get simple attributes
-18:41:25:083 - INFO - PersonalAttributeList - adding simple attribute:isAgeOver
-18:41:25:084 - INFO - PersonalAttributeList - get complex attributes
-18:41:25:085 - WARN - PersonalAttributeList - Invalid personal attribute list tuples
-18:41:25:086 - WARN - PersonalAttributeList - Invalid personal attribute list tuples
-18:41:25:096 - INFO - PersonalAttributeList - get attributes by param :true
-18:41:25:101 - INFO - PersonalAttributeList - get attributes by param :true
-18:41:25:102 - INFO - PersonalAttributeList - adding attribute:age
-18:41:25:102 - INFO - PersonalAttributeList - adding attribute:isAgeOver
-18:41:25:103 - INFO - PersonalAttributeList - get complex attributes
-18:41:25:104 - INFO - PersonalAttributeList - get attributes by param :false
-18:41:25:109 - INFO - PersonalAttributeList - get simple attributes
-18:41:25:109 - INFO - PersonalAttributeList - get attributes by param :false
-18:41:25:109 - INFO - PersonalAttributeList - adding attribute:age
-18:41:25:115 - INFO - PersonalAttributeList - get simple attributes
-18:41:25:115 - INFO - PersonalAttributeList - adding simple attribute:isAgeOver
-18:41:25:115 - INFO - PersonalAttributeList - adding simple attribute:isAgeOver
-18:41:25:116 - INFO - PersonalAttributeList - get attributes by param :true
-18:41:25:117 - INFO - PersonalAttributeList - get simple attributes
-18:41:25:119 - INFO - PersonalAttributeList - get complex attributes
-18:41:25:119 - INFO - PersonalAttributeList - adding complex attribute:canonicalResidenceAddress
-18:41:25:195 - WARN - DateUtil - Couldn't calculate Age, invalid date!
-18:41:25:212 - WARN - DateUtil - Couldn't calculate Age, invalid date!
-18:41:25:213 - WARN - DateUtil - Couldn't calculate Age, invalid date!
-18:41:25:214 - WARN - DateUtil - Invalid date format (yyyyMMdd) or an invalid dateValue.
-18:41:25:218 - WARN - DateUtil - Couldn't calculate Age, invalid date!
-18:41:25:219 - WARN - DateUtil - Couldn't calculate Age, invalid date!
-19:15:13:721 - INFO - PersonalAttributeList - get attributes by param :false
-19:15:13:724 - INFO - PersonalAttributeList - get attributes by param :true
-19:15:13:725 - INFO - PersonalAttributeList - adding attribute:age
-19:15:13:726 - INFO - PersonalAttributeList - get complex attributes
-19:15:13:726 - INFO - PersonalAttributeList - adding complex attribute:canonicalResidenceAddress
-19:15:13:726 - INFO - PersonalAttributeList - adding complex attribute:mandateContent
-19:15:13:735 - INFO - PersonalAttributeList - get attributes by param :false
-19:15:13:735 - INFO - PersonalAttributeList - adding attribute:age
-19:15:13:735 - INFO - PersonalAttributeList - adding attribute:isAgeOver
-19:15:13:736 - INFO - PersonalAttributeList - get simple attributes
-19:15:13:736 - INFO - PersonalAttributeList - adding simple attribute:isAgeOver
-19:15:13:737 - INFO - PersonalAttributeList - get complex attributes
-19:15:13:738 - WARN - PersonalAttributeList - Invalid personal attribute list tuples
-19:15:13:739 - WARN - PersonalAttributeList - Invalid personal attribute list tuples
-19:15:13:750 - INFO - PersonalAttributeList - get attributes by param :true
-19:15:13:757 - INFO - PersonalAttributeList - get attributes by param :true
-19:15:13:759 - INFO - PersonalAttributeList - adding attribute:age
-19:15:13:759 - INFO - PersonalAttributeList - adding attribute:isAgeOver
-19:15:13:760 - INFO - PersonalAttributeList - get complex attributes
-19:15:13:761 - INFO - PersonalAttributeList - get attributes by param :false
-19:15:13:767 - INFO - PersonalAttributeList - get simple attributes
-19:15:13:767 - INFO - PersonalAttributeList - get attributes by param :false
-19:15:13:767 - INFO - PersonalAttributeList - adding attribute:age
-19:15:13:772 - INFO - PersonalAttributeList - get simple attributes
-19:15:13:772 - INFO - PersonalAttributeList - adding simple attribute:isAgeOver
-19:15:13:772 - INFO - PersonalAttributeList - adding simple attribute:isAgeOver
-19:15:13:773 - INFO - PersonalAttributeList - get attributes by param :true
-19:15:13:774 - INFO - PersonalAttributeList - get simple attributes
-19:15:13:776 - INFO - PersonalAttributeList - get complex attributes
-19:15:13:776 - INFO - PersonalAttributeList - adding complex attribute:canonicalResidenceAddress
-19:15:13:870 - WARN - DateUtil - Couldn't calculate Age, invalid date!
-19:15:13:885 - WARN - DateUtil - Couldn't calculate Age, invalid date!
-19:15:13:886 - WARN - DateUtil - Couldn't calculate Age, invalid date!
-19:15:13:887 - WARN - DateUtil - Invalid date format (yyyyMMdd) or an invalid dateValue.
-19:15:13:890 - WARN - DateUtil - Couldn't calculate Age, invalid date!
-19:15:13:891 - WARN - DateUtil - Couldn't calculate Age, invalid date!
-20:09:34:513 - INFO - PersonalAttributeList - get attributes by param :false
-20:09:34:513 - INFO - PersonalAttributeList - get attributes by param :true
-20:09:34:513 - INFO - PersonalAttributeList - adding attribute:age
-20:09:34:513 - INFO - PersonalAttributeList - get complex attributes
-20:09:34:513 - INFO - PersonalAttributeList - adding complex attribute:canonicalResidenceAddress
-20:09:34:513 - INFO - PersonalAttributeList - adding complex attribute:mandateContent
-20:09:34:523 - INFO - PersonalAttributeList - get attributes by param :false
-20:09:34:523 - INFO - PersonalAttributeList - adding attribute:age
-20:09:34:523 - INFO - PersonalAttributeList - adding attribute:isAgeOver
-20:09:34:523 - INFO - PersonalAttributeList - get simple attributes
-20:09:34:523 - INFO - PersonalAttributeList - adding simple attribute:isAgeOver
-20:09:34:523 - INFO - PersonalAttributeList - get complex attributes
-20:09:34:523 - WARN - PersonalAttributeList - Invalid personal attribute list tuples
-20:09:34:533 - WARN - PersonalAttributeList - Invalid personal attribute list tuples
-20:09:34:543 - INFO - PersonalAttributeList - get attributes by param :true
-20:09:34:543 - INFO - PersonalAttributeList - get attributes by param :true
-20:09:34:543 - INFO - PersonalAttributeList - adding attribute:age
-20:09:34:543 - INFO - PersonalAttributeList - adding attribute:isAgeOver
-20:09:34:543 - INFO - PersonalAttributeList - get complex attributes
-20:09:34:543 - INFO - PersonalAttributeList - get attributes by param :false
-20:09:34:553 - INFO - PersonalAttributeList - get simple attributes
-20:09:34:553 - INFO - PersonalAttributeList - get attributes by param :false
-20:09:34:553 - INFO - PersonalAttributeList - adding attribute:age
-20:09:34:563 - INFO - PersonalAttributeList - get simple attributes
-20:09:34:563 - INFO - PersonalAttributeList - adding simple attribute:isAgeOver
-20:09:34:563 - INFO - PersonalAttributeList - adding simple attribute:isAgeOver
-20:09:34:563 - INFO - PersonalAttributeList - get attributes by param :true
-20:09:34:563 - INFO - PersonalAttributeList - get simple attributes
-20:09:34:563 - INFO - PersonalAttributeList - get complex attributes
-20:09:34:563 - INFO - PersonalAttributeList - adding complex attribute:canonicalResidenceAddress
-20:09:34:633 - WARN - DateUtil - Couldn't calculate Age, invalid date!
-20:09:34:653 - WARN - DateUtil - Couldn't calculate Age, invalid date!
-20:09:34:653 - WARN - DateUtil - Couldn't calculate Age, invalid date!
-20:09:34:653 - WARN - DateUtil - Invalid date format (yyyyMMdd) or an invalid dateValue.
-20:09:34:653 - WARN - DateUtil - Couldn't calculate Age, invalid date!
-20:09:34:663 - WARN - DateUtil - Couldn't calculate Age, invalid date!
diff --git a/id/server/stork2-commons/stork-commons.log.2014-03-28 b/id/server/stork2-commons/stork-commons.log.2014-03-28
deleted file mode 100644
index 64f279f26..000000000
--- a/id/server/stork2-commons/stork-commons.log.2014-03-28
+++ /dev/null
@@ -1,108 +0,0 @@
-07:07:03:244 - INFO - PersonalAttributeList - get attributes by param :false
-07:07:03:254 - INFO - PersonalAttributeList - get attributes by param :true
-07:07:03:254 - INFO - PersonalAttributeList - adding attribute:age
-07:07:03:254 - INFO - PersonalAttributeList - get complex attributes
-07:07:03:254 - INFO - PersonalAttributeList - adding complex attribute:canonicalResidenceAddress
-07:07:03:254 - INFO - PersonalAttributeList - adding complex attribute:mandateContent
-07:07:03:264 - INFO - PersonalAttributeList - get attributes by param :false
-07:07:03:264 - INFO - PersonalAttributeList - adding attribute:age
-07:07:03:264 - INFO - PersonalAttributeList - adding attribute:isAgeOver
-07:07:03:264 - INFO - PersonalAttributeList - get simple attributes
-07:07:03:264 - INFO - PersonalAttributeList - adding simple attribute:isAgeOver
-07:07:03:264 - INFO - PersonalAttributeList - get complex attributes
-07:07:03:274 - WARN - PersonalAttributeList - Invalid personal attribute list tuples
-07:07:03:274 - WARN - PersonalAttributeList - Invalid personal attribute list tuples
-07:07:03:284 - INFO - PersonalAttributeList - get attributes by param :true
-07:07:03:294 - INFO - PersonalAttributeList - get attributes by param :true
-07:07:03:294 - INFO - PersonalAttributeList - adding attribute:age
-07:07:03:294 - INFO - PersonalAttributeList - adding attribute:isAgeOver
-07:07:03:294 - INFO - PersonalAttributeList - get complex attributes
-07:07:03:294 - INFO - PersonalAttributeList - get attributes by param :false
-07:07:03:294 - INFO - PersonalAttributeList - get simple attributes
-07:07:03:294 - INFO - PersonalAttributeList - get attributes by param :false
-07:07:03:294 - INFO - PersonalAttributeList - adding attribute:age
-07:07:03:304 - INFO - PersonalAttributeList - get simple attributes
-07:07:03:304 - INFO - PersonalAttributeList - adding simple attribute:isAgeOver
-07:07:03:304 - INFO - PersonalAttributeList - adding simple attribute:isAgeOver
-07:07:03:304 - INFO - PersonalAttributeList - get attributes by param :true
-07:07:03:304 - INFO - PersonalAttributeList - get simple attributes
-07:07:03:304 - INFO - PersonalAttributeList - get complex attributes
-07:07:03:304 - INFO - PersonalAttributeList - adding complex attribute:canonicalResidenceAddress
-07:07:03:385 - WARN - DateUtil - Couldn't calculate Age, invalid date!
-07:07:03:395 - WARN - DateUtil - Couldn't calculate Age, invalid date!
-07:07:03:395 - WARN - DateUtil - Couldn't calculate Age, invalid date!
-07:07:03:395 - WARN - DateUtil - Invalid date format (yyyyMMdd) or an invalid dateValue.
-07:07:03:405 - WARN - DateUtil - Couldn't calculate Age, invalid date!
-07:07:03:405 - WARN - DateUtil - Couldn't calculate Age, invalid date!
-07:38:33:747 - INFO - PersonalAttributeList - get attributes by param :false
-07:38:33:757 - INFO - PersonalAttributeList - get attributes by param :true
-07:38:33:757 - INFO - PersonalAttributeList - adding attribute:age
-07:38:33:757 - INFO - PersonalAttributeList - get complex attributes
-07:38:33:757 - INFO - PersonalAttributeList - adding complex attribute:canonicalResidenceAddress
-07:38:33:757 - INFO - PersonalAttributeList - adding complex attribute:mandateContent
-07:38:33:767 - INFO - PersonalAttributeList - get attributes by param :false
-07:38:33:767 - INFO - PersonalAttributeList - adding attribute:age
-07:38:33:767 - INFO - PersonalAttributeList - adding attribute:isAgeOver
-07:38:33:767 - INFO - PersonalAttributeList - get simple attributes
-07:38:33:767 - INFO - PersonalAttributeList - adding simple attribute:isAgeOver
-07:38:33:767 - INFO - PersonalAttributeList - get complex attributes
-07:38:33:767 - WARN - PersonalAttributeList - Invalid personal attribute list tuples
-07:38:33:767 - WARN - PersonalAttributeList - Invalid personal attribute list tuples
-07:38:33:777 - INFO - PersonalAttributeList - get attributes by param :true
-07:38:33:777 - INFO - PersonalAttributeList - get attributes by param :true
-07:38:33:787 - INFO - PersonalAttributeList - adding attribute:age
-07:38:33:787 - INFO - PersonalAttributeList - adding attribute:isAgeOver
-07:38:33:787 - INFO - PersonalAttributeList - get complex attributes
-07:38:33:787 - INFO - PersonalAttributeList - get attributes by param :false
-07:38:33:787 - INFO - PersonalAttributeList - get simple attributes
-07:38:33:787 - INFO - PersonalAttributeList - get attributes by param :false
-07:38:33:787 - INFO - PersonalAttributeList - adding attribute:age
-07:38:33:797 - INFO - PersonalAttributeList - get simple attributes
-07:38:33:797 - INFO - PersonalAttributeList - adding simple attribute:isAgeOver
-07:38:33:797 - INFO - PersonalAttributeList - adding simple attribute:isAgeOver
-07:38:33:797 - INFO - PersonalAttributeList - get attributes by param :true
-07:38:33:797 - INFO - PersonalAttributeList - get simple attributes
-07:38:33:797 - INFO - PersonalAttributeList - get complex attributes
-07:38:33:797 - INFO - PersonalAttributeList - adding complex attribute:canonicalResidenceAddress
-07:38:33:867 - WARN - DateUtil - Couldn't calculate Age, invalid date!
-07:38:33:877 - WARN - DateUtil - Couldn't calculate Age, invalid date!
-07:38:33:887 - WARN - DateUtil - Couldn't calculate Age, invalid date!
-07:38:33:887 - WARN - DateUtil - Invalid date format (yyyyMMdd) or an invalid dateValue.
-07:38:33:887 - WARN - DateUtil - Couldn't calculate Age, invalid date!
-07:38:33:887 - WARN - DateUtil - Couldn't calculate Age, invalid date!
-08:52:53:377 - INFO - PersonalAttributeList - get attributes by param :false
-08:52:53:387 - INFO - PersonalAttributeList - get attributes by param :true
-08:52:53:387 - INFO - PersonalAttributeList - adding attribute:age
-08:52:53:387 - INFO - PersonalAttributeList - get complex attributes
-08:52:53:387 - INFO - PersonalAttributeList - adding complex attribute:canonicalResidenceAddress
-08:52:53:387 - INFO - PersonalAttributeList - adding complex attribute:mandateContent
-08:52:53:397 - INFO - PersonalAttributeList - get attributes by param :false
-08:52:53:397 - INFO - PersonalAttributeList - adding attribute:age
-08:52:53:397 - INFO - PersonalAttributeList - adding attribute:isAgeOver
-08:52:53:397 - INFO - PersonalAttributeList - get simple attributes
-08:52:53:397 - INFO - PersonalAttributeList - adding simple attribute:isAgeOver
-08:52:53:397 - INFO - PersonalAttributeList - get complex attributes
-08:52:53:397 - WARN - PersonalAttributeList - Invalid personal attribute list tuples
-08:52:53:397 - WARN - PersonalAttributeList - Invalid personal attribute list tuples
-08:52:53:407 - INFO - PersonalAttributeList - get attributes by param :true
-08:52:53:417 - INFO - PersonalAttributeList - get attributes by param :true
-08:52:53:417 - INFO - PersonalAttributeList - adding attribute:age
-08:52:53:417 - INFO - PersonalAttributeList - adding attribute:isAgeOver
-08:52:53:417 - INFO - PersonalAttributeList - get complex attributes
-08:52:53:417 - INFO - PersonalAttributeList - get attributes by param :false
-08:52:53:417 - INFO - PersonalAttributeList - get simple attributes
-08:52:53:427 - INFO - PersonalAttributeList - get attributes by param :false
-08:52:53:427 - INFO - PersonalAttributeList - adding attribute:age
-08:52:53:427 - INFO - PersonalAttributeList - get simple attributes
-08:52:53:427 - INFO - PersonalAttributeList - adding simple attribute:isAgeOver
-08:52:53:427 - INFO - PersonalAttributeList - adding simple attribute:isAgeOver
-08:52:53:427 - INFO - PersonalAttributeList - get attributes by param :true
-08:52:53:427 - INFO - PersonalAttributeList - get simple attributes
-08:52:53:427 - INFO - PersonalAttributeList - get complex attributes
-08:52:53:427 - INFO - PersonalAttributeList - adding complex attribute:canonicalResidenceAddress
-08:52:53:498 - WARN - DateUtil - Couldn't calculate Age, invalid date!
-08:52:53:518 - WARN - DateUtil - Couldn't calculate Age, invalid date!
-08:52:53:518 - WARN - DateUtil - Couldn't calculate Age, invalid date!
-08:52:53:518 - WARN - DateUtil - Invalid date format (yyyyMMdd) or an invalid dateValue.
-08:52:53:518 - WARN - DateUtil - Couldn't calculate Age, invalid date!
-08:52:53:518 - WARN - DateUtil - Couldn't calculate Age, invalid date!