Skip to content

Instantly share code, notes, and snippets.

@dblevins
Created August 21, 2015 19:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dblevins/d27320b63cab304a016b to your computer and use it in GitHub Desktop.
Save dblevins/d27320b63cab304a016b to your computer and use it in GitHub Desktop.
This file has been truncated, but you can view the full file.
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO]
[INFO] Tribestream
[INFO] Tribestream :: Unit
[INFO] Tribestream :: API
[INFO] Tribestream :: Tree
[INFO] Tribestream :: Monitor
[INFO] Tribestream :: Container
[INFO] Tribestream :: CLI
[INFO] Tribestream :: Config
[INFO] Tribestream :: Web
[INFO] Tribestream :: Web Theme
[INFO] Tribestream :: Controller
[INFO] Tribestream :: JMX
[INFO] Tribestream :: Docs
[INFO] Tribestream :: Monitor (WebApp)
[INFO] Tribestream :: Signatures REST (temporary)
[INFO] Tribestream :: Registry
[INFO] Tribestream :: Console
[INFO] Tribestream :: Distributions
[INFO] Tribestream :: Dist :: Binaries
[INFO] Tribestream :: Dist :: Tribestream
[INFO] Tribestream :: OAuth2
[INFO] Tribestream :: Proxy
[INFO] Tribestream :: Dist :: Tribestream Demo
[INFO] Tribestream :: Dist :: Tribestream Controller
[INFO] Tribestream :: Dist :: Tribestream Access Gateway
[INFO] Tribestream :: Dist :: API (Shade - Deprecated)
[INFO] Tribestream :: Dist :: Monitor Shade
[INFO] Tribestream :: Dist :: Download Area Activator
[INFO] Tribestream :: iTests
[INFO] Tribestream :: iTests :: Repogistry
[INFO] Tribestream :: iTests :: Monitor ITests
[INFO] Tribestream :: Examples
[INFO] Tribestream :: Examples :: Moviefun
[INFO] Tribestream :: Examples :: Java Client
[INFO] Tribestream :: Examples :: PHP Client
[INFO] Tribestream :: Examples :: Ruby Client
[INFO] Tribestream :: QA
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Tribestream 0.67-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tribestream-parent ---
[INFO] Deleting /private/tmp/tribestream/target
[INFO]
[INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-maven) @ tribestream-parent ---
[INFO]
[INFO] --- apache-rat-plugin:0.10:check (default) @ tribestream-parent ---
[INFO] 73 implicit excludes (use -debug for more details).
[INFO] Exclude: **/tomcat-users.xml
[INFO] Exclude: **/server.xml
[INFO] Exclude: **/src/test/resources/twitter/**/*
[INFO] Exclude: **/src/main/resources/META-INF/org.apache.openejb.extension
[INFO] Exclude: **/src/main/java/**/tomcat8/rewrite/*
[INFO] 1 resources included (use -debug for more details)
[INFO] Rat check: Summary of files. Unapproved: 0 unknown: 0 generated: 0 approved: 1 licence.
[INFO]
[INFO] --- properties-maven-plugin:1.0-alpha-2:set-system-properties (set-additional-system-properties) @ tribestream-parent ---
[INFO] Set 3 system properties
[INFO]
[INFO] --- templating-maven-plugin:1.0-alpha-3:filter-sources (filter-src) @ tribestream-parent ---
[INFO] Request to add '/private/tmp/tribestream/src/main/java-templates' folder. Not added since it does not exist.
[INFO]
[INFO] --- maven-antrun-plugin:1.7:run (generate-keys) @ tribestream-parent ---
[INFO] Executing tasks
generate keys:
do.sun.jdk:
[echo] *** Running on a Sun JDK ***
generate:
[echo] generate server keys
[java] keytool error: java.lang.Exception: Key pair not generated, alias <serveralias> already exists
[java] Certificate stored in file </private/tmp/tribestream/tomee/conf-itests-security/serverKey.rsa>
[echo] generate client keys
[java] keytool error: java.lang.Exception: Key pair not generated, alias <clientalias> already exists
[java] Certificate stored in file </private/tmp/tribestream/tomee/conf-itests-security/clientKey.rsa>
[echo] import client/server public keys in client/server keystores
[java] keytool error: java.lang.Exception: Certificate not imported, alias <serveralias> already exists
[java] keytool error: java.lang.Exception: Certificate not imported, alias <clientalias> already exists
[echo] export into P12 files
[java] Warning: Overwriting existing alias serveralias in destination keystore
[java] Warning: Overwriting existing alias clientalias in destination keystore
do.ibm.jdk:
do.oracle.jdk:
do.fail:
run:
[echo] Running JDK specific keystore creation target
[INFO] Executed tasks
[INFO]
[INFO] --- maven-checkstyle-plugin:2.12.1:check (verify-style) @ tribestream-parent ---
[INFO] Starting audit...
Audit done.
[INFO]
[INFO] --- templating-maven-plugin:1.0-alpha-3:filter-test-sources (filter-test-src) @ tribestream-parent ---
[INFO] Request to add '/private/tmp/tribestream/src/test/java-templates' folder. Not added since it does not exist.
[INFO]
[INFO] --- maven-install-plugin:2.5.1:install (default-install) @ tribestream-parent ---
[INFO] Installing /private/tmp/tribestream/pom.xml to /Users/dblevins/.m2/repository/com/tomitribe/tribestream/tribestream-parent/0.67-SNAPSHOT/tribestream-parent-0.67-SNAPSHOT.pom
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Tribestream :: Unit 0.67-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tribestream-unit ---
[INFO] Deleting /private/tmp/tribestream/tribestream-unit/target
[INFO]
[INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-maven) @ tribestream-unit ---
[INFO]
[INFO] --- apache-rat-plugin:0.10:check (default) @ tribestream-unit ---
[INFO] 51 implicit excludes (use -debug for more details).
[INFO] Exclude: **/tomcat-users.xml
[INFO] Exclude: **/server.xml
[INFO] Exclude: **/src/test/resources/twitter/**/*
[INFO] Exclude: **/src/main/resources/META-INF/org.apache.openejb.extension
[INFO] Exclude: **/src/main/java/**/tomcat8/rewrite/*
[INFO] 3 resources included (use -debug for more details)
[INFO] Rat check: Summary of files. Unapproved: 0 unknown: 0 generated: 0 approved: 3 licence.
[INFO]
[INFO] --- properties-maven-plugin:1.0-alpha-2:set-system-properties (set-additional-system-properties) @ tribestream-unit ---
[INFO] Set 3 system properties
[INFO]
[INFO] --- templating-maven-plugin:1.0-alpha-3:filter-sources (filter-src) @ tribestream-unit ---
[INFO] Request to add '/private/tmp/tribestream/tribestream-unit/src/main/java-templates' folder. Not added since it does not exist.
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ tribestream-unit ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /private/tmp/tribestream/tribestream-unit/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ tribestream-unit ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /private/tmp/tribestream/tribestream-unit/target/classes
[WARNING] /private/tmp/tribestream/tribestream-unit/src/main/java/com/tomitribe/tribestream/unit/JsonUnit.java: /private/tmp/tribestream/tribestream-unit/src/main/java/com/tomitribe/tribestream/unit/JsonUnit.java uses unchecked or unsafe operations.
[WARNING] /private/tmp/tribestream/tribestream-unit/src/main/java/com/tomitribe/tribestream/unit/JsonUnit.java: Recompile with -Xlint:unchecked for details.
[INFO]
[INFO] --- maven-checkstyle-plugin:2.12.1:check (verify-style) @ tribestream-unit ---
[INFO] Starting audit...
Audit done.
[INFO]
[INFO] --- templating-maven-plugin:1.0-alpha-3:filter-test-sources (filter-test-src) @ tribestream-unit ---
[INFO] Request to add '/private/tmp/tribestream/tribestream-unit/src/test/java-templates' folder. Not added since it does not exist.
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ tribestream-unit ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /private/tmp/tribestream/tribestream-unit/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ tribestream-unit ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.18:test (default-test) @ tribestream-unit ---
[INFO] No tests to run.
[INFO]
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ tribestream-unit ---
[INFO] Building jar: /private/tmp/tribestream/tribestream-unit/target/tribestream-unit-0.67-SNAPSHOT.jar
[INFO]
[INFO] --- maven-install-plugin:2.5.1:install (default-install) @ tribestream-unit ---
[INFO] Installing /private/tmp/tribestream/tribestream-unit/target/tribestream-unit-0.67-SNAPSHOT.jar to /Users/dblevins/.m2/repository/com/tomitribe/tribestream/tribestream-unit/0.67-SNAPSHOT/tribestream-unit-0.67-SNAPSHOT.jar
[INFO] Installing /private/tmp/tribestream/tribestream-unit/pom.xml to /Users/dblevins/.m2/repository/com/tomitribe/tribestream/tribestream-unit/0.67-SNAPSHOT/tribestream-unit-0.67-SNAPSHOT.pom
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Tribestream :: API 0.67-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tribestream-api ---
[INFO] Deleting /private/tmp/tribestream/tribestream-api/target
[INFO]
[INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-maven) @ tribestream-api ---
[INFO]
[INFO] --- apache-rat-plugin:0.10:check (default) @ tribestream-api ---
[INFO] 51 implicit excludes (use -debug for more details).
[INFO] Exclude: **/tomcat-users.xml
[INFO] Exclude: **/server.xml
[INFO] Exclude: **/src/test/resources/twitter/**/*
[INFO] Exclude: **/src/main/resources/META-INF/org.apache.openejb.extension
[INFO] Exclude: **/src/main/java/**/tomcat8/rewrite/*
[INFO] 24 resources included (use -debug for more details)
[INFO] Rat check: Summary of files. Unapproved: 0 unknown: 0 generated: 0 approved: 24 licence.
[INFO]
[INFO] --- properties-maven-plugin:1.0-alpha-2:set-system-properties (set-additional-system-properties) @ tribestream-api ---
[INFO] Set 3 system properties
[INFO]
[INFO] --- templating-maven-plugin:1.0-alpha-3:filter-sources (filter-src) @ tribestream-api ---
[INFO] Request to add '/private/tmp/tribestream/tribestream-api/src/main/java-templates' folder. Not added since it does not exist.
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ tribestream-api ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /private/tmp/tribestream/tribestream-api/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ tribestream-api ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 23 source files to /private/tmp/tribestream/tribestream-api/target/classes
[INFO]
[INFO] --- maven-checkstyle-plugin:2.12.1:check (verify-style) @ tribestream-api ---
[INFO] Starting audit...
Audit done.
[INFO]
[INFO] --- templating-maven-plugin:1.0-alpha-3:filter-test-sources (filter-test-src) @ tribestream-api ---
[INFO] Request to add '/private/tmp/tribestream/tribestream-api/src/test/java-templates' folder. Not added since it does not exist.
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ tribestream-api ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /private/tmp/tribestream/tribestream-api/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ tribestream-api ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.18:test (default-test) @ tribestream-api ---
[INFO] No tests to run.
[INFO]
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ tribestream-api ---
[INFO] Building jar: /private/tmp/tribestream/tribestream-api/target/tribestream-api-0.67-SNAPSHOT.jar
[INFO]
[INFO] >>> maven-source-plugin:2.3:jar (attach-sources) > generate-sources @ tribestream-api >>>
[INFO]
[INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-maven) @ tribestream-api ---
[INFO]
[INFO] --- apache-rat-plugin:0.10:check (default) @ tribestream-api ---
[INFO] 51 implicit excludes (use -debug for more details).
[INFO] Exclude: **/tomcat-users.xml
[INFO] Exclude: **/server.xml
[INFO] Exclude: **/src/test/resources/twitter/**/*
[INFO] Exclude: **/src/main/resources/META-INF/org.apache.openejb.extension
[INFO] Exclude: **/src/main/java/**/tomcat8/rewrite/*
[INFO] 24 resources included (use -debug for more details)
[INFO] Rat check: Summary of files. Unapproved: 0 unknown: 0 generated: 0 approved: 24 licence.
[INFO]
[INFO] --- properties-maven-plugin:1.0-alpha-2:set-system-properties (set-additional-system-properties) @ tribestream-api ---
[INFO] Set 3 system properties
[INFO]
[INFO] --- templating-maven-plugin:1.0-alpha-3:filter-sources (filter-src) @ tribestream-api ---
[INFO] Request to add '/private/tmp/tribestream/tribestream-api/src/main/java-templates' folder. Not added since it does not exist.
[INFO]
[INFO] <<< maven-source-plugin:2.3:jar (attach-sources) < generate-sources @ tribestream-api <<<
[INFO]
[INFO] --- maven-source-plugin:2.3:jar (attach-sources) @ tribestream-api ---
[INFO] Building jar: /private/tmp/tribestream/tribestream-api/target/tribestream-api-0.67-SNAPSHOT-sources.jar
[INFO]
[INFO] --- maven-javadoc-plugin:2.9.1:jar (attach-javadocs) @ tribestream-api ---
[INFO]
Loading source files for package com.tomitribe.security.api.signature.jaas...
Loading source files for package com.tomitribe.tribestream.governance.api...
Loading source files for package com.tomitribe.tribestream.healthcheck.api...
Loading source files for package com.tomitribe.tribestream.notifications.api...
Loading source files for package com.tomitribe.wadlx.api...
Constructing Javadoc information...
Standard Doclet version 1.7.0_79
Building tree for all the packages and classes...
Generating /private/tmp/tribestream/tribestream-api/target/apidocs/com/tomitribe/security/api/signature/jaas/Role.html...
Generating /private/tmp/tribestream/tribestream-api/target/apidocs/com/tomitribe/security/api/signature/jaas/User.html...
Generating /private/tmp/tribestream/tribestream-api/target/apidocs/com/tomitribe/tribestream/governance/api/ApplicationLimit.html...
Generating /private/tmp/tribestream/tribestream-api/target/apidocs/com/tomitribe/tribestream/governance/api/Concurrent.html...
Generating /private/tmp/tribestream/tribestream-api/target/apidocs/com/tomitribe/tribestream/governance/api/GovernanceUnit.html...
Generating /private/tmp/tribestream/tribestream-api/target/apidocs/com/tomitribe/tribestream/governance/api/Rate.html...
Generating /private/tmp/tribestream/tribestream-api/target/apidocs/com/tomitribe/tribestream/governance/api/UserLimit.html...
Generating /private/tmp/tribestream/tribestream-api/target/apidocs/com/tomitribe/tribestream/healthcheck/api/HealthCheck.html...
Generating /private/tmp/tribestream/tribestream-api/target/apidocs/com/tomitribe/tribestream/healthcheck/api/HealthCheck.Check.html...
Generating /private/tmp/tribestream/tribestream-api/target/apidocs/com/tomitribe/tribestream/healthcheck/api/HealthCheck.Status.html...
Generating /private/tmp/tribestream/tribestream-api/target/apidocs/com/tomitribe/tribestream/notifications/api/Alert.html...
Generating /private/tmp/tribestream/tribestream-api/target/apidocs/com/tomitribe/tribestream/notifications/api/Alert.Builder.html...
Generating /private/tmp/tribestream/tribestream-api/target/apidocs/com/tomitribe/wadlx/api/ApiVersion.html...
Generating /private/tmp/tribestream/tribestream-api/target/apidocs/com/tomitribe/wadlx/api/ApplicationName.html...
Generating /private/tmp/tribestream/tribestream-api/target/apidocs/com/tomitribe/wadlx/api/BodyResolver.html...
Generating /private/tmp/tribestream/tribestream-api/target/apidocs/com/tomitribe/wadlx/api/Category.html...
Generating /private/tmp/tribestream/tribestream-api/target/apidocs/com/tomitribe/wadlx/api/Description.html...
Generating /private/tmp/tribestream/tribestream-api/target/apidocs/com/tomitribe/wadlx/api/Descriptions.html...
Generating /private/tmp/tribestream/tribestream-api/target/apidocs/com/tomitribe/wadlx/api/ErrorMapping.html...
Generating /private/tmp/tribestream/tribestream-api/target/apidocs/com/tomitribe/wadlx/api/ErrorMappings.html...
Generating /private/tmp/tribestream/tribestream-api/target/apidocs/com/tomitribe/wadlx/api/Required.html...
Generating /private/tmp/tribestream/tribestream-api/target/apidocs/com/tomitribe/wadlx/api/See.html...
Generating /private/tmp/tribestream/tribestream-api/target/apidocs/com/tomitribe/wadlx/api/SeeAlso.html...
Generating /private/tmp/tribestream/tribestream-api/target/apidocs/com/tomitribe/wadlx/api/Status.html...
Generating /private/tmp/tribestream/tribestream-api/target/apidocs/com/tomitribe/wadlx/api/StatusType.html...
Generating /private/tmp/tribestream/tribestream-api/target/apidocs/com/tomitribe/wadlx/api/Tag.html...
Generating /private/tmp/tribestream/tribestream-api/target/apidocs/overview-frame.html...
Generating /private/tmp/tribestream/tribestream-api/target/apidocs/com/tomitribe/security/api/signature/jaas/package-frame.html...
Generating /private/tmp/tribestream/tribestream-api/target/apidocs/com/tomitribe/security/api/signature/jaas/package-summary.html...
Generating /private/tmp/tribestream/tribestream-api/target/apidocs/com/tomitribe/security/api/signature/jaas/package-tree.html...
Generating /private/tmp/tribestream/tribestream-api/target/apidocs/com/tomitribe/tribestream/governance/api/package-frame.html...
Generating /private/tmp/tribestream/tribestream-api/target/apidocs/com/tomitribe/tribestream/governance/api/package-summary.html...
Generating /private/tmp/tribestream/tribestream-api/target/apidocs/com/tomitribe/tribestream/governance/api/package-tree.html...
Generating /private/tmp/tribestream/tribestream-api/target/apidocs/com/tomitribe/tribestream/healthcheck/api/package-frame.html...
Generating /private/tmp/tribestream/tribestream-api/target/apidocs/com/tomitribe/tribestream/healthcheck/api/package-summary.html...
Generating /private/tmp/tribestream/tribestream-api/target/apidocs/com/tomitribe/tribestream/healthcheck/api/package-tree.html...
Generating /private/tmp/tribestream/tribestream-api/target/apidocs/com/tomitribe/tribestream/notifications/api/package-frame.html...
Generating /private/tmp/tribestream/tribestream-api/target/apidocs/com/tomitribe/tribestream/notifications/api/package-summary.html...
Generating /private/tmp/tribestream/tribestream-api/target/apidocs/com/tomitribe/tribestream/notifications/api/package-tree.html...
Generating /private/tmp/tribestream/tribestream-api/target/apidocs/com/tomitribe/wadlx/api/package-frame.html...
Generating /private/tmp/tribestream/tribestream-api/target/apidocs/com/tomitribe/wadlx/api/package-summary.html...
Generating /private/tmp/tribestream/tribestream-api/target/apidocs/com/tomitribe/wadlx/api/package-tree.html...
Generating /private/tmp/tribestream/tribestream-api/target/apidocs/constant-values.html...
Generating /private/tmp/tribestream/tribestream-api/target/apidocs/com/tomitribe/security/api/signature/jaas/class-use/User.html...
Generating /private/tmp/tribestream/tribestream-api/target/apidocs/com/tomitribe/security/api/signature/jaas/class-use/Role.html...
Generating /private/tmp/tribestream/tribestream-api/target/apidocs/com/tomitribe/tribestream/governance/api/class-use/UserLimit.html...
Generating /private/tmp/tribestream/tribestream-api/target/apidocs/com/tomitribe/tribestream/governance/api/class-use/Rate.html...
Generating /private/tmp/tribestream/tribestream-api/target/apidocs/com/tomitribe/tribestream/governance/api/class-use/GovernanceUnit.html...
Generating /private/tmp/tribestream/tribestream-api/target/apidocs/com/tomitribe/tribestream/governance/api/class-use/Concurrent.html...
Generating /private/tmp/tribestream/tribestream-api/target/apidocs/com/tomitribe/tribestream/governance/api/class-use/ApplicationLimit.html...
Generating /private/tmp/tribestream/tribestream-api/target/apidocs/com/tomitribe/tribestream/healthcheck/api/class-use/HealthCheck.html...
Generating /private/tmp/tribestream/tribestream-api/target/apidocs/com/tomitribe/tribestream/healthcheck/api/class-use/HealthCheck.Check.html...
Generating /private/tmp/tribestream/tribestream-api/target/apidocs/com/tomitribe/tribestream/healthcheck/api/class-use/HealthCheck.Status.html...
Generating /private/tmp/tribestream/tribestream-api/target/apidocs/com/tomitribe/tribestream/notifications/api/class-use/Alert.html...
Generating /private/tmp/tribestream/tribestream-api/target/apidocs/com/tomitribe/tribestream/notifications/api/class-use/Alert.Builder.html...
Generating /private/tmp/tribestream/tribestream-api/target/apidocs/com/tomitribe/wadlx/api/class-use/Tag.html...
Generating /private/tmp/tribestream/tribestream-api/target/apidocs/com/tomitribe/wadlx/api/class-use/StatusType.html...
Generating /private/tmp/tribestream/tribestream-api/target/apidocs/com/tomitribe/wadlx/api/class-use/Status.html...
Generating /private/tmp/tribestream/tribestream-api/target/apidocs/com/tomitribe/wadlx/api/class-use/SeeAlso.html...
Generating /private/tmp/tribestream/tribestream-api/target/apidocs/com/tomitribe/wadlx/api/class-use/See.html...
Generating /private/tmp/tribestream/tribestream-api/target/apidocs/com/tomitribe/wadlx/api/class-use/Required.html...
Generating /private/tmp/tribestream/tribestream-api/target/apidocs/com/tomitribe/wadlx/api/class-use/ErrorMappings.html...
Generating /private/tmp/tribestream/tribestream-api/target/apidocs/com/tomitribe/wadlx/api/class-use/ErrorMapping.html...
Generating /private/tmp/tribestream/tribestream-api/target/apidocs/com/tomitribe/wadlx/api/class-use/Descriptions.html...
Generating /private/tmp/tribestream/tribestream-api/target/apidocs/com/tomitribe/wadlx/api/class-use/Description.html...
Generating /private/tmp/tribestream/tribestream-api/target/apidocs/com/tomitribe/wadlx/api/class-use/Category.html...
Generating /private/tmp/tribestream/tribestream-api/target/apidocs/com/tomitribe/wadlx/api/class-use/BodyResolver.html...
Generating /private/tmp/tribestream/tribestream-api/target/apidocs/com/tomitribe/wadlx/api/class-use/ApplicationName.html...
Generating /private/tmp/tribestream/tribestream-api/target/apidocs/com/tomitribe/wadlx/api/class-use/ApiVersion.html...
Generating /private/tmp/tribestream/tribestream-api/target/apidocs/com/tomitribe/security/api/signature/jaas/package-use.html...
Generating /private/tmp/tribestream/tribestream-api/target/apidocs/com/tomitribe/tribestream/governance/api/package-use.html...
Generating /private/tmp/tribestream/tribestream-api/target/apidocs/com/tomitribe/tribestream/healthcheck/api/package-use.html...
Generating /private/tmp/tribestream/tribestream-api/target/apidocs/com/tomitribe/tribestream/notifications/api/package-use.html...
Generating /private/tmp/tribestream/tribestream-api/target/apidocs/com/tomitribe/wadlx/api/package-use.html...
Building index for all the packages and classes...
Generating /private/tmp/tribestream/tribestream-api/target/apidocs/overview-tree.html...
Generating /private/tmp/tribestream/tribestream-api/target/apidocs/index-all.html...
Generating /private/tmp/tribestream/tribestream-api/target/apidocs/deprecated-list.html...
Building index for all classes...
Generating /private/tmp/tribestream/tribestream-api/target/apidocs/allclasses-frame.html...
Generating /private/tmp/tribestream/tribestream-api/target/apidocs/allclasses-noframe.html...
Generating /private/tmp/tribestream/tribestream-api/target/apidocs/index.html...
Generating /private/tmp/tribestream/tribestream-api/target/apidocs/overview-summary.html...
Generating /private/tmp/tribestream/tribestream-api/target/apidocs/help-doc.html...
[INFO] Building jar: /private/tmp/tribestream/tribestream-api/target/tribestream-api-0.67-SNAPSHOT-javadoc.jar
[INFO]
[INFO] --- maven-install-plugin:2.5.1:install (default-install) @ tribestream-api ---
[INFO] Installing /private/tmp/tribestream/tribestream-api/target/tribestream-api-0.67-SNAPSHOT.jar to /Users/dblevins/.m2/repository/com/tomitribe/tribestream/tribestream-api/0.67-SNAPSHOT/tribestream-api-0.67-SNAPSHOT.jar
[INFO] Installing /private/tmp/tribestream/tribestream-api/pom.xml to /Users/dblevins/.m2/repository/com/tomitribe/tribestream/tribestream-api/0.67-SNAPSHOT/tribestream-api-0.67-SNAPSHOT.pom
[INFO] Installing /private/tmp/tribestream/tribestream-api/target/tribestream-api-0.67-SNAPSHOT-sources.jar to /Users/dblevins/.m2/repository/com/tomitribe/tribestream/tribestream-api/0.67-SNAPSHOT/tribestream-api-0.67-SNAPSHOT-sources.jar
[INFO] Installing /private/tmp/tribestream/tribestream-api/target/tribestream-api-0.67-SNAPSHOT-javadoc.jar to /Users/dblevins/.m2/repository/com/tomitribe/tribestream/tribestream-api/0.67-SNAPSHOT/tribestream-api-0.67-SNAPSHOT-javadoc.jar
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Tribestream :: Tree 0.67-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tribestream-tree ---
[INFO] Deleting /private/tmp/tribestream/tribestream-tree/target
[INFO]
[INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-maven) @ tribestream-tree ---
[INFO]
[INFO] --- apache-rat-plugin:0.10:check (default) @ tribestream-tree ---
[INFO] 51 implicit excludes (use -debug for more details).
[INFO] Exclude: **/tomcat-users.xml
[INFO] Exclude: **/server.xml
[INFO] Exclude: **/src/test/resources/twitter/**/*
[INFO] Exclude: **/src/main/resources/META-INF/org.apache.openejb.extension
[INFO] Exclude: **/src/main/java/**/tomcat8/rewrite/*
[INFO] 6 resources included (use -debug for more details)
[INFO] Rat check: Summary of files. Unapproved: 0 unknown: 0 generated: 0 approved: 6 licence.
[INFO]
[INFO] --- properties-maven-plugin:1.0-alpha-2:set-system-properties (set-additional-system-properties) @ tribestream-tree ---
[INFO] Set 3 system properties
[INFO]
[INFO] --- templating-maven-plugin:1.0-alpha-3:filter-sources (filter-src) @ tribestream-tree ---
[INFO] Request to add '/private/tmp/tribestream/tribestream-tree/src/main/java-templates' folder. Not added since it does not exist.
[INFO]
[INFO] --- jaxb2-maven-plugin:1.6:xjc (governance-generation) @ tribestream-tree ---
[INFO] Generating source...
[INFO] parsing a schema...
[INFO] compiling a schema...
[INFO] com/tomitribe/tribestream/governance/model/application/Application.java
[INFO] com/tomitribe/tribestream/governance/model/application/GovernancePolicy.java
[INFO] com/tomitribe/tribestream/governance/model/application/Method.java
[INFO] com/tomitribe/tribestream/governance/model/application/ObjectFactory.java
[INFO] com/tomitribe/tribestream/governance/model/application/User.java
[INFO] com/tomitribe/tribestream/governance/model/ApplicationLimit.java
[INFO] com/tomitribe/tribestream/governance/model/Concurrent.java
[INFO] com/tomitribe/tribestream/governance/model/ConcurrentLimit.java
[INFO] com/tomitribe/tribestream/governance/model/Limit.java
[INFO] com/tomitribe/tribestream/governance/model/ObjectFactory.java
[INFO] com/tomitribe/tribestream/governance/model/Rate.java
[INFO] com/tomitribe/tribestream/governance/model/RateLimit.java
[INFO] com/tomitribe/tribestream/governance/model/UnitType.java
[INFO] com/tomitribe/tribestream/governance/model/UserLimit.java
[INFO] com/tomitribe/tribestream/governance/model/method/Application.java
[INFO] com/tomitribe/tribestream/governance/model/method/GovernancePolicy.java
[INFO] com/tomitribe/tribestream/governance/model/method/Method.java
[INFO] com/tomitribe/tribestream/governance/model/method/ObjectFactory.java
[INFO] com/tomitribe/tribestream/governance/model/method/User.java
[INFO]
[INFO] --- jaxb2-maven-plugin:1.6:xjc (tag-generation) @ tribestream-tree ---
[INFO] Generating source...
[INFO] parsing a schema...
[INFO] compiling a schema...
[INFO] com/tomitribe/tribestream/tag/model/AuthConstraint.java
[INFO] com/tomitribe/tribestream/tag/model/Conditions.java
[INFO] com/tomitribe/tribestream/tag/model/LoginConfig.java
[INFO] com/tomitribe/tribestream/tag/model/ObjectFactory.java
[INFO] com/tomitribe/tribestream/tag/model/Rule.java
[INFO] com/tomitribe/tribestream/tag/model/Rules.java
[INFO]
[INFO] --- jaxb2-maven-plugin:1.6:xjc (wadl-generation) @ tribestream-tree ---
[INFO] Generating source...
[INFO] parsing a schema...
[INFO] compiling a schema...
[INFO] com/tomitribe/tribestream/wadlx/model/ApiVersions.java
[INFO] com/tomitribe/tribestream/wadlx/model/Application.java
[INFO] com/tomitribe/tribestream/wadlx/model/Categories.java
[INFO] com/tomitribe/tribestream/wadlx/model/Doc.java
[INFO] com/tomitribe/tribestream/wadlx/model/ErrorMapping.java
[INFO] com/tomitribe/tribestream/wadlx/model/Grammars.java
[INFO] com/tomitribe/tribestream/wadlx/model/HTTPMethods.java
[INFO] com/tomitribe/tribestream/wadlx/model/Include.java
[INFO] com/tomitribe/tribestream/wadlx/model/Link.java
[INFO] com/tomitribe/tribestream/wadlx/model/Method.java
[INFO] com/tomitribe/tribestream/wadlx/model/ObjectFactory.java
[INFO] com/tomitribe/tribestream/wadlx/model/Option.java
[INFO] com/tomitribe/tribestream/wadlx/model/Param.java
[INFO] com/tomitribe/tribestream/wadlx/model/ParamStyle.java
[INFO] com/tomitribe/tribestream/wadlx/model/Representation.java
[INFO] com/tomitribe/tribestream/wadlx/model/Request.java
[INFO] com/tomitribe/tribestream/wadlx/model/RequestObject.java
[INFO] com/tomitribe/tribestream/wadlx/model/Resource.java
[INFO] com/tomitribe/tribestream/wadlx/model/ResourceType.java
[INFO] com/tomitribe/tribestream/wadlx/model/Resources.java
[INFO] com/tomitribe/tribestream/wadlx/model/Response.java
[INFO] com/tomitribe/tribestream/wadlx/model/ResponseObject.java
[INFO] com/tomitribe/tribestream/wadlx/model/RolesAllowed.java
[INFO] com/tomitribe/tribestream/wadlx/model/See.java
[INFO] com/tomitribe/tribestream/wadlx/model/SeeAlso.java
[INFO] com/tomitribe/tribestream/wadlx/model/Status.java
[INFO] com/tomitribe/tribestream/wadlx/model/StatusType.java
[INFO] com/tomitribe/tribestream/wadlx/model/Tags.java
[INFO] com/tomitribe/tribestream/wadlx/model/WebConstraint.java
[INFO]
[INFO] --- jaxb2-maven-plugin:1.6:xjc (xmlschema-generation) @ tribestream-tree ---
[INFO] Generating source...
[INFO] parsing a schema...
[INFO] compiling a schema...
[INFO] com/tomitribe/tribestream/wadlx/model/schema/All.java
[INFO] com/tomitribe/tribestream/wadlx/model/schema/Annotated.java
[INFO] com/tomitribe/tribestream/wadlx/model/schema/Annotation.java
[INFO] com/tomitribe/tribestream/wadlx/model/schema/Any.java
[INFO] com/tomitribe/tribestream/wadlx/model/schema/Appinfo.java
[INFO] com/tomitribe/tribestream/wadlx/model/schema/Attribute.java
[INFO] com/tomitribe/tribestream/wadlx/model/schema/AttributeGroup.java
[INFO] com/tomitribe/tribestream/wadlx/model/schema/AttributeGroupRef.java
[INFO] com/tomitribe/tribestream/wadlx/model/schema/ComplexContent.java
[INFO] com/tomitribe/tribestream/wadlx/model/schema/ComplexRestrictionType.java
[INFO] com/tomitribe/tribestream/wadlx/model/schema/ComplexType.java
[INFO] com/tomitribe/tribestream/wadlx/model/schema/DerivationControl.java
[INFO] com/tomitribe/tribestream/wadlx/model/schema/Documentation.java
[INFO] com/tomitribe/tribestream/wadlx/model/schema/Element.java
[INFO] com/tomitribe/tribestream/wadlx/model/schema/ExplicitGroup.java
[INFO] com/tomitribe/tribestream/wadlx/model/schema/ExtensionType.java
[INFO] com/tomitribe/tribestream/wadlx/model/schema/Facet.java
[INFO] com/tomitribe/tribestream/wadlx/model/schema/Field.java
[INFO] com/tomitribe/tribestream/wadlx/model/schema/FormChoice.java
[INFO] com/tomitribe/tribestream/wadlx/model/schema/Group.java
[INFO] com/tomitribe/tribestream/wadlx/model/schema/GroupRef.java
[INFO] com/tomitribe/tribestream/wadlx/model/schema/Import.java
[INFO] com/tomitribe/tribestream/wadlx/model/schema/Include.java
[INFO] com/tomitribe/tribestream/wadlx/model/schema/Keybase.java
[INFO] com/tomitribe/tribestream/wadlx/model/schema/Keyref.java
[INFO] com/tomitribe/tribestream/wadlx/model/schema/List.java
[INFO] com/tomitribe/tribestream/wadlx/model/schema/LocalComplexType.java
[INFO] com/tomitribe/tribestream/wadlx/model/schema/LocalElement.java
[INFO] com/tomitribe/tribestream/wadlx/model/schema/LocalSimpleType.java
[INFO] com/tomitribe/tribestream/wadlx/model/schema/NamedAttributeGroup.java
[INFO] com/tomitribe/tribestream/wadlx/model/schema/NamedGroup.java
[INFO] com/tomitribe/tribestream/wadlx/model/schema/NarrowMaxMin.java
[INFO] com/tomitribe/tribestream/wadlx/model/schema/NoFixedFacet.java
[INFO] com/tomitribe/tribestream/wadlx/model/schema/Notation.java
[INFO] com/tomitribe/tribestream/wadlx/model/schema/NumFacet.java
[INFO] com/tomitribe/tribestream/wadlx/model/schema/ObjectFactory.java
[INFO] com/tomitribe/tribestream/wadlx/model/schema/OpenAttrs.java
[INFO] com/tomitribe/tribestream/wadlx/model/schema/Pattern.java
[INFO] com/tomitribe/tribestream/wadlx/model/schema/RealGroup.java
[INFO] com/tomitribe/tribestream/wadlx/model/schema/Redefine.java
[INFO] com/tomitribe/tribestream/wadlx/model/schema/ReducedDerivationControl.java
[INFO] com/tomitribe/tribestream/wadlx/model/schema/Restriction.java
[INFO] com/tomitribe/tribestream/wadlx/model/schema/RestrictionType.java
[INFO] com/tomitribe/tribestream/wadlx/model/schema/Schema.java
[INFO] com/tomitribe/tribestream/wadlx/model/schema/Selector.java
[INFO] com/tomitribe/tribestream/wadlx/model/schema/SimpleContent.java
[INFO] com/tomitribe/tribestream/wadlx/model/schema/SimpleExplicitGroup.java
[INFO] com/tomitribe/tribestream/wadlx/model/schema/SimpleExtensionType.java
[INFO] com/tomitribe/tribestream/wadlx/model/schema/SimpleRestrictionType.java
[INFO] com/tomitribe/tribestream/wadlx/model/schema/SimpleType.java
[INFO] com/tomitribe/tribestream/wadlx/model/schema/TopLevelAttribute.java
[INFO] com/tomitribe/tribestream/wadlx/model/schema/TopLevelComplexType.java
[INFO] com/tomitribe/tribestream/wadlx/model/schema/TopLevelElement.java
[INFO] com/tomitribe/tribestream/wadlx/model/schema/TopLevelSimpleType.java
[INFO] com/tomitribe/tribestream/wadlx/model/schema/TotalDigits.java
[INFO] com/tomitribe/tribestream/wadlx/model/schema/TypeDerivationControl.java
[INFO] com/tomitribe/tribestream/wadlx/model/schema/Union.java
[INFO] com/tomitribe/tribestream/wadlx/model/schema/WhiteSpace.java
[INFO] com/tomitribe/tribestream/wadlx/model/schema/Wildcard.java
[INFO]
[INFO] --- build-helper-maven-plugin:1.9:add-source (add-source) @ tribestream-tree ---
[INFO] Source directory: /private/tmp/tribestream/tribestream-tree/target/generated-sources/jaxb added.
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ tribestream-tree ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 15 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ tribestream-tree ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 117 source files to /private/tmp/tribestream/tribestream-tree/target/classes
[WARNING] /private/tmp/tribestream/tribestream-tree/src/main/java/com/tomitribe/tribestream/wadlx/tree/JAXBAnyMapper.java: /private/tmp/tribestream/tribestream-tree/src/main/java/com/tomitribe/tribestream/wadlx/tree/JAXBAnyMapper.java uses unchecked or unsafe operations.
[WARNING] /private/tmp/tribestream/tribestream-tree/src/main/java/com/tomitribe/tribestream/wadlx/tree/JAXBAnyMapper.java: Recompile with -Xlint:unchecked for details.
[INFO]
[INFO] --- maven-checkstyle-plugin:2.12.1:check (verify-style) @ tribestream-tree ---
[INFO] Starting audit...
Audit done.
[INFO]
[INFO] --- templating-maven-plugin:1.0-alpha-3:filter-test-sources (filter-test-src) @ tribestream-tree ---
[INFO] Request to add '/private/tmp/tribestream/tribestream-tree/src/test/java-templates' folder. Not added since it does not exist.
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ tribestream-tree ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /private/tmp/tribestream/tribestream-tree/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ tribestream-tree ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /private/tmp/tribestream/tribestream-tree/target/test-classes
[INFO]
[INFO] --- maven-surefire-plugin:2.18:test (default-test) @ tribestream-tree ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ tribestream-tree ---
[INFO] Building jar: /private/tmp/tribestream/tribestream-tree/target/tribestream-tree-0.67-SNAPSHOT.jar
[INFO]
[INFO] --- maven-install-plugin:2.5.1:install (default-install) @ tribestream-tree ---
[INFO] Installing /private/tmp/tribestream/tribestream-tree/target/tribestream-tree-0.67-SNAPSHOT.jar to /Users/dblevins/.m2/repository/com/tomitribe/tribestream/tribestream-tree/0.67-SNAPSHOT/tribestream-tree-0.67-SNAPSHOT.jar
[INFO] Installing /private/tmp/tribestream/tribestream-tree/pom.xml to /Users/dblevins/.m2/repository/com/tomitribe/tribestream/tribestream-tree/0.67-SNAPSHOT/tribestream-tree-0.67-SNAPSHOT.pom
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Tribestream :: Monitor 0.67-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tribestream-monitor-core ---
[INFO] Deleting /private/tmp/tribestream/tribestream-monitor-core/target
[INFO]
[INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-maven) @ tribestream-monitor-core ---
[INFO]
[INFO] --- apache-rat-plugin:0.10:check (default) @ tribestream-monitor-core ---
[INFO] 51 implicit excludes (use -debug for more details).
[INFO] Exclude: **/tomcat-users.xml
[INFO] Exclude: **/server.xml
[INFO] Exclude: **/src/test/resources/twitter/**/*
[INFO] Exclude: **/src/main/resources/META-INF/org.apache.openejb.extension
[INFO] Exclude: **/src/main/java/**/tomcat8/rewrite/*
[INFO] 30 resources included (use -debug for more details)
[INFO] Rat check: Summary of files. Unapproved: 0 unknown: 0 generated: 0 approved: 30 licence.
[INFO]
[INFO] --- properties-maven-plugin:1.0-alpha-2:set-system-properties (set-additional-system-properties) @ tribestream-monitor-core ---
[INFO] Set 3 system properties
[INFO]
[INFO] --- templating-maven-plugin:1.0-alpha-3:filter-sources (filter-src) @ tribestream-monitor-core ---
[INFO] Request to add '/private/tmp/tribestream/tribestream-monitor-core/src/main/java-templates' folder. Not added since it does not exist.
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ tribestream-monitor-core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /private/tmp/tribestream/tribestream-monitor-core/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ tribestream-monitor-core ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 25 source files to /private/tmp/tribestream/tribestream-monitor-core/target/classes
[INFO]
[INFO] --- maven-checkstyle-plugin:2.12.1:check (verify-style) @ tribestream-monitor-core ---
[INFO] Starting audit...
Audit done.
[INFO]
[INFO] --- templating-maven-plugin:1.0-alpha-3:filter-test-sources (filter-test-src) @ tribestream-monitor-core ---
[INFO] Request to add '/private/tmp/tribestream/tribestream-monitor-core/src/test/java-templates' folder. Not added since it does not exist.
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ tribestream-monitor-core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ tribestream-monitor-core ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to /private/tmp/tribestream/tribestream-monitor-core/target/test-classes
[WARNING] /private/tmp/tribestream/tribestream-monitor-core/src/test/java/com/tribestream/agent/monitor/service/main/AMain.java: /private/tmp/tribestream/tribestream-monitor-core/src/test/java/com/tribestream/agent/monitor/service/main/AMain.java uses unchecked or unsafe operations.
[WARNING] /private/tmp/tribestream/tribestream-monitor-core/src/test/java/com/tribestream/agent/monitor/service/main/AMain.java: Recompile with -Xlint:unchecked for details.
[INFO]
[INFO] --- maven-surefire-plugin:2.18:test (default-test) @ tribestream-monitor-core ---
[INFO] Surefire report directory: /private/tmp/tribestream/tribestream-monitor-core/target/surefire-reports
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running com.tomitribe.agent.monitor.HttpMonitorTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 63 sec - in com.tomitribe.agent.monitor.HttpMonitorTest
Running com.tribestream.agent.monitor.service.InstanceTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in com.tribestream.agent.monitor.service.InstanceTest
Running com.tribestream.agent.monitor.service.MonitoringServiceTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in com.tribestream.agent.monitor.service.MonitoringServiceTest
Results :
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0
[INFO]
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ tribestream-monitor-core ---
[INFO] Building jar: /private/tmp/tribestream/tribestream-monitor-core/target/tribestream-monitor-core-0.67-SNAPSHOT.jar
[INFO]
[INFO] --- maven-install-plugin:2.5.1:install (default-install) @ tribestream-monitor-core ---
[INFO] Installing /private/tmp/tribestream/tribestream-monitor-core/target/tribestream-monitor-core-0.67-SNAPSHOT.jar to /Users/dblevins/.m2/repository/com/tomitribe/tribestream/tribestream-monitor-core/0.67-SNAPSHOT/tribestream-monitor-core-0.67-SNAPSHOT.jar
[INFO] Installing /private/tmp/tribestream/tribestream-monitor-core/pom.xml to /Users/dblevins/.m2/repository/com/tomitribe/tribestream/tribestream-monitor-core/0.67-SNAPSHOT/tribestream-monitor-core-0.67-SNAPSHOT.pom
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Tribestream :: Container 0.67-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tribestream-container ---
[INFO] Deleting /private/tmp/tribestream/tribestream-container/target
[INFO]
[INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-maven) @ tribestream-container ---
[INFO]
[INFO] --- apache-rat-plugin:0.10:check (default) @ tribestream-container ---
[INFO] 51 implicit excludes (use -debug for more details).
[INFO] Exclude: **/tomcat-users.xml
[INFO] Exclude: **/server.xml
[INFO] Exclude: **/src/test/resources/twitter/**/*
[INFO] Exclude: **/src/main/resources/META-INF/org.apache.openejb.extension
[INFO] Exclude: **/src/main/java/**/tomcat8/rewrite/*
[INFO] 430 resources included (use -debug for more details)
[INFO] Rat check: Summary of files. Unapproved: 0 unknown: 0 generated: 0 approved: 430 licence.
[INFO]
[INFO] --- properties-maven-plugin:1.0-alpha-2:set-system-properties (set-additional-system-properties) @ tribestream-container ---
[INFO] Set 3 system properties
[INFO]
[INFO] --- templating-maven-plugin:1.0-alpha-3:filter-sources (filter-src) @ tribestream-container ---
[INFO] Request to add '/private/tmp/tribestream/tribestream-container/src/main/java-templates' folder. Not added since it does not exist.
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ tribestream-container ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 9 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ tribestream-container ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 225 source files to /private/tmp/tribestream/tribestream-container/target/classes
[WARNING] /private/tmp/tribestream/tribestream-container/src/main/java/com/tomitribe/tribestream/security/TribestreamBaseJAASRealm.java:[17,14] sun.security.x509.AlgorithmId is internal proprietary API and may be removed in a future release
[WARNING] /private/tmp/tribestream/tribestream-container/src/main/java/com/tomitribe/tribestream/security/TribestreamBaseJAASRealm.java:[18,1] sun.security.x509.CertificateAlgorithmId is internal proprietary API and may be removed in a future release
[WARNING] /private/tmp/tribestream/tribestream-container/src/main/java/com/tomitribe/tribestream/security/TribestreamBaseJAASRealm.java:[19,6] sun.security.x509.CertificateIssuerName is internal proprietary API and may be removed in a future release
[WARNING] /private/tmp/tribestream/tribestream-container/src/main/java/com/tomitribe/tribestream/security/TribestreamBaseJAASRealm.java:[21,6] sun.security.x509.CertificateSerialNumber is internal proprietary API and may be removed in a future release
[WARNING] /private/tmp/tribestream/tribestream-container/src/main/java/com/tomitribe/tribestream/security/TribestreamBaseJAASRealm.java:[22,20] sun.security.x509.CertificateSubjectName is internal proprietary API and may be removed in a future release
[WARNING] /private/tmp/tribestream/tribestream-container/src/main/java/com/tomitribe/tribestream/security/TribestreamBaseJAASRealm.java:[23,22] sun.security.x509.CertificateValidity is internal proprietary API and may be removed in a future release
[WARNING] /private/tmp/tribestream/tribestream-container/src/main/java/com/tomitribe/tribestream/security/TribestreamBaseJAASRealm.java:[25,8] sun.security.x509.CertificateVersion is internal proprietary API and may be removed in a future release
[WARNING] /private/tmp/tribestream/tribestream-container/src/main/java/com/tomitribe/tribestream/security/TribestreamBaseJAASRealm.java:[26,30] sun.security.x509.CertificateX509Key is internal proprietary API and may be removed in a future release
[WARNING] /private/tmp/tribestream/tribestream-container/src/main/java/com/tomitribe/tribestream/security/TribestreamBaseJAASRealm.java:[28,41] sun.security.x509.X500Name is internal proprietary API and may be removed in a future release
[WARNING] /private/tmp/tribestream/tribestream-container/src/main/java/com/tomitribe/tribestream/security/TribestreamBaseJAASRealm.java:[29,9] sun.security.x509.X509CertImpl is internal proprietary API and may be removed in a future release
[WARNING] /private/tmp/tribestream/tribestream-container/src/main/java/com/tomitribe/tribestream/security/TribestreamBaseJAASRealm.java:[29,48] sun.security.x509.X509CertInfo is internal proprietary API and may be removed in a future release
[WARNING] /private/tmp/tribestream/tribestream-container/src/main/java/com/tomitribe/tribestream/security/signatures/store/StoreManager.java:[475,15] sun.security.x509.X509CertInfo is internal proprietary API and may be removed in a future release
[WARNING] /private/tmp/tribestream/tribestream-container/src/main/java/com/tomitribe/tribestream/security/signatures/store/StoreManager.java:[475,39] sun.security.x509.X509CertInfo is internal proprietary API and may be removed in a future release
[WARNING] /private/tmp/tribestream/tribestream-container/src/main/java/com/tomitribe/tribestream/security/signatures/store/StoreManager.java:[476,15] sun.security.x509.CertificateValidity is internal proprietary API and may be removed in a future release
[WARNING] /private/tmp/tribestream/tribestream-container/src/main/java/com/tomitribe/tribestream/security/signatures/store/StoreManager.java:[476,50] sun.security.x509.CertificateValidity is internal proprietary API and may be removed in a future release
[WARNING] /private/tmp/tribestream/tribestream-container/src/main/java/com/tomitribe/tribestream/security/signatures/store/StoreManager.java:[478,15] sun.security.x509.X500Name is internal proprietary API and may be removed in a future release
[WARNING] /private/tmp/tribestream/tribestream-container/src/main/java/com/tomitribe/tribestream/security/signatures/store/StoreManager.java:[478,36] sun.security.x509.X500Name is internal proprietary API and may be removed in a future release
[WARNING] /private/tmp/tribestream/tribestream-container/src/main/java/com/tomitribe/tribestream/security/signatures/store/StoreManager.java:[482,22] sun.security.x509.X509CertInfo is internal proprietary API and may be removed in a future release
[WARNING] /private/tmp/tribestream/tribestream-container/src/main/java/com/tomitribe/tribestream/security/signatures/store/StoreManager.java:[483,22] sun.security.x509.X509CertInfo is internal proprietary API and may be removed in a future release
[WARNING] /private/tmp/tribestream/tribestream-container/src/main/java/com/tomitribe/tribestream/security/signatures/store/StoreManager.java:[483,54] sun.security.x509.CertificateSerialNumber is internal proprietary API and may be removed in a future release
[WARNING] /private/tmp/tribestream/tribestream-container/src/main/java/com/tomitribe/tribestream/security/signatures/store/StoreManager.java:[484,22] sun.security.x509.X509CertInfo is internal proprietary API and may be removed in a future release
[WARNING] /private/tmp/tribestream/tribestream-container/src/main/java/com/tomitribe/tribestream/security/signatures/store/StoreManager.java:[485,22] sun.security.x509.X509CertInfo is internal proprietary API and may be removed in a future release
[WARNING] /private/tmp/tribestream/tribestream-container/src/main/java/com/tomitribe/tribestream/security/signatures/store/StoreManager.java:[486,22] sun.security.x509.X509CertInfo is internal proprietary API and may be removed in a future release
[WARNING] /private/tmp/tribestream/tribestream-container/src/main/java/com/tomitribe/tribestream/security/signatures/store/StoreManager.java:[486,44] sun.security.x509.CertificateX509Key is internal proprietary API and may be removed in a future release
[WARNING] /private/tmp/tribestream/tribestream-container/src/main/java/com/tomitribe/tribestream/security/signatures/store/StoreManager.java:[487,22] sun.security.x509.X509CertInfo is internal proprietary API and may be removed in a future release
[WARNING] /private/tmp/tribestream/tribestream-container/src/main/java/com/tomitribe/tribestream/security/signatures/store/StoreManager.java:[487,48] sun.security.x509.CertificateVersion is internal proprietary API and may be removed in a future release
[WARNING] /private/tmp/tribestream/tribestream-container/src/main/java/com/tomitribe/tribestream/security/signatures/store/StoreManager.java:[487,67] sun.security.x509.CertificateVersion is internal proprietary API and may be removed in a future release
[WARNING] /private/tmp/tribestream/tribestream-container/src/main/java/com/tomitribe/tribestream/security/signatures/store/StoreManager.java:[488,22] sun.security.x509.X509CertInfo is internal proprietary API and may be removed in a future release
[WARNING] /private/tmp/tribestream/tribestream-container/src/main/java/com/tomitribe/tribestream/security/signatures/store/StoreManager.java:[488,53] sun.security.x509.CertificateAlgorithmId is internal proprietary API and may be removed in a future release
[WARNING] /private/tmp/tribestream/tribestream-container/src/main/java/com/tomitribe/tribestream/security/signatures/store/StoreManager.java:[488,76] sun.security.x509.AlgorithmId is internal proprietary API and may be removed in a future release
[WARNING] /private/tmp/tribestream/tribestream-container/src/main/java/com/tomitribe/tribestream/security/signatures/store/StoreManager.java:[490,22] sun.security.x509.X509CertInfo is internal proprietary API and may be removed in a future release
[WARNING] /private/tmp/tribestream/tribestream-container/src/main/java/com/tomitribe/tribestream/security/signatures/store/StoreManager.java:[491,22] sun.security.x509.X509CertInfo is internal proprietary API and may be removed in a future release
[WARNING] /private/tmp/tribestream/tribestream-container/src/main/java/com/tomitribe/tribestream/security/signatures/store/StoreManager.java:[491,54] sun.security.x509.CertificateSerialNumber is internal proprietary API and may be removed in a future release
[WARNING] /private/tmp/tribestream/tribestream-container/src/main/java/com/tomitribe/tribestream/security/signatures/store/StoreManager.java:[492,22] sun.security.x509.X509CertInfo is internal proprietary API and may be removed in a future release
[WARNING] /private/tmp/tribestream/tribestream-container/src/main/java/com/tomitribe/tribestream/security/signatures/store/StoreManager.java:[492,48] sun.security.x509.CertificateSubjectName is internal proprietary API and may be removed in a future release
[WARNING] /private/tmp/tribestream/tribestream-container/src/main/java/com/tomitribe/tribestream/security/signatures/store/StoreManager.java:[493,22] sun.security.x509.X509CertInfo is internal proprietary API and may be removed in a future release
[WARNING] /private/tmp/tribestream/tribestream-container/src/main/java/com/tomitribe/tribestream/security/signatures/store/StoreManager.java:[493,47] sun.security.x509.CertificateIssuerName is internal proprietary API and may be removed in a future release
[WARNING] /private/tmp/tribestream/tribestream-container/src/main/java/com/tomitribe/tribestream/security/signatures/store/StoreManager.java:[494,22] sun.security.x509.X509CertInfo is internal proprietary API and may be removed in a future release
[WARNING] /private/tmp/tribestream/tribestream-container/src/main/java/com/tomitribe/tribestream/security/signatures/store/StoreManager.java:[494,44] sun.security.x509.CertificateX509Key is internal proprietary API and may be removed in a future release
[WARNING] /private/tmp/tribestream/tribestream-container/src/main/java/com/tomitribe/tribestream/security/signatures/store/StoreManager.java:[495,22] sun.security.x509.X509CertInfo is internal proprietary API and may be removed in a future release
[WARNING] /private/tmp/tribestream/tribestream-container/src/main/java/com/tomitribe/tribestream/security/signatures/store/StoreManager.java:[495,48] sun.security.x509.CertificateVersion is internal proprietary API and may be removed in a future release
[WARNING] /private/tmp/tribestream/tribestream-container/src/main/java/com/tomitribe/tribestream/security/signatures/store/StoreManager.java:[495,67] sun.security.x509.CertificateVersion is internal proprietary API and may be removed in a future release
[WARNING] /private/tmp/tribestream/tribestream-container/src/main/java/com/tomitribe/tribestream/security/signatures/store/StoreManager.java:[496,22] sun.security.x509.X509CertInfo is internal proprietary API and may be removed in a future release
[WARNING] /private/tmp/tribestream/tribestream-container/src/main/java/com/tomitribe/tribestream/security/signatures/store/StoreManager.java:[496,53] sun.security.x509.CertificateAlgorithmId is internal proprietary API and may be removed in a future release
[WARNING] /private/tmp/tribestream/tribestream-container/src/main/java/com/tomitribe/tribestream/security/signatures/store/StoreManager.java:[496,76] sun.security.x509.AlgorithmId is internal proprietary API and may be removed in a future release
[WARNING] /private/tmp/tribestream/tribestream-container/src/main/java/com/tomitribe/tribestream/security/signatures/store/StoreManager.java:[501,15] sun.security.x509.X509CertImpl is internal proprietary API and may be removed in a future release
[WARNING] /private/tmp/tribestream/tribestream-container/src/main/java/com/tomitribe/tribestream/security/signatures/store/StoreManager.java:[501,39] sun.security.x509.X509CertImpl is internal proprietary API and may be removed in a future release
[WARNING] /private/tmp/tribestream/tribestream-container/src/main/java/com/tomitribe/tribestream/wadlx/cxf/DataHolder.java: Some input files use unchecked or unsafe operations.
[WARNING] /private/tmp/tribestream/tribestream-container/src/main/java/com/tomitribe/tribestream/wadlx/cxf/DataHolder.java: Recompile with -Xlint:unchecked for details.
[INFO]
[INFO] --- maven-checkstyle-plugin:2.12.1:check (verify-style) @ tribestream-container ---
[INFO] Starting audit...
Audit done.
[INFO]
[INFO] --- openjpa-maven-plugin:2.3.0:enhance (enhancer) @ tribestream-container ---
[INFO]
[INFO] --- templating-maven-plugin:1.0-alpha-3:filter-test-sources (filter-test-src) @ tribestream-container ---
[INFO] Request to add '/private/tmp/tribestream/tribestream-container/src/test/java-templates' folder. Not added since it does not exist.
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ tribestream-container ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 25 resources
[INFO] Copying 4 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ tribestream-container ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 192 source files to /private/tmp/tribestream/tribestream-container/target/test-classes
[WARNING] /private/tmp/tribestream/tribestream-container/src/test/java/com/tomitribe/tribestream/security/date/DiscloseRangeFalseTest.java: Some input files use or override a deprecated API.
[WARNING] /private/tmp/tribestream/tribestream-container/src/test/java/com/tomitribe/tribestream/security/date/DiscloseRangeFalseTest.java: Recompile with -Xlint:deprecation for details.
[WARNING] /private/tmp/tribestream/tribestream-container/src/test/java/com/tomitribe/tribestream/governance/wadlx/ApplicationUserLimitTest.java: Some input files use unchecked or unsafe operations.
[WARNING] /private/tmp/tribestream/tribestream-container/src/test/java/com/tomitribe/tribestream/governance/wadlx/ApplicationUserLimitTest.java: Recompile with -Xlint:unchecked for details.
[INFO]
[INFO] --- maven-surefire-plugin:2.18:test (default-test) @ tribestream-container ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-surefire-plugin:2.18:test (embedded-surefire) @ tribestream-container ---
[INFO] Surefire report directory: /private/tmp/tribestream/tribestream-container/target/surefire-reports
[INFO] parallel='none', perCoreThreadCount=true, threadCount=0, useUnlimitedThreads=false, threadCountSuites=0, threadCountClasses=0, threadCountMethods=0, parallelOptimized=true
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running com.tomitribe.tribestream.governance.ConcurrentTrackerTest
SysoutConcurrentTrackerListener.onAcquired > ConcurrentTracker{limit=3}
SysoutConcurrentTrackerListener.onAcquired > ConcurrentTracker{limit=3}
SysoutConcurrentTrackerListener.onAcquired > ConcurrentTracker{limit=3}
SysoutConcurrentTrackerListener.onAcquired > ConcurrentTracker{limit=3}
SysoutConcurrentTrackerListener.onAcquired > ConcurrentTracker{limit=3}
SysoutConcurrentTrackerListener.onAcquired > ConcurrentTracker{limit=3}
SysoutConcurrentTrackerListener.onAcquired > ConcurrentTracker{limit=3}
SysoutConcurrentTrackerListener.onAcquired > ConcurrentTracker{limit=3}
SysoutConcurrentTrackerListener.onAcquired > ConcurrentTracker{limit=3}
SysoutConcurrentTrackerListener.onAcquired > ConcurrentTracker{limit=3}
SysoutConcurrentTrackerListener.onAcquired > ConcurrentTracker{limit=3}
SysoutConcurrentTrackerListener.onAcquired > ConcurrentTracker{limit=3}
SysoutConcurrentTrackerListener.onAcquired > ConcurrentTracker{limit=3}
SysoutConcurrentTrackerListener.onAcquired > ConcurrentTracker{limit=3}
SysoutConcurrentTrackerListener.onAcquired > ConcurrentTracker{limit=3}
SysoutConcurrentTrackerListener.onAcquired > ConcurrentTracker{limit=3}
SysoutConcurrentTrackerListener.onAcquired > ConcurrentTracker{limit=3}
SysoutConcurrentTrackerListener.onAcquired > ConcurrentTracker{limit=3}
SysoutConcurrentTrackerListener.onAcquired > ConcurrentTracker{limit=3}
SysoutConcurrentTrackerListener.onAcquired > ConcurrentTracker{limit=3}
SysoutConcurrentTrackerListener.onAcquired > ConcurrentTracker{limit=3}
SysoutConcurrentTrackerListener.onAcquired > ConcurrentTracker{limit=3}
SysoutConcurrentTrackerListener.onAcquired > ConcurrentTracker{limit=3}
SysoutConcurrentTrackerListener.onAcquired > ConcurrentTracker{limit=3}
SysoutConcurrentTrackerListener.onAcquired > ConcurrentTracker{limit=3}
SysoutConcurrentTrackerListener.onAcquired > ConcurrentTracker{limit=3}
SysoutConcurrentTrackerListener.onAcquired > ConcurrentTracker{limit=3}
SysoutConcurrentTrackerListener.onAcquired > ConcurrentTracker{limit=3}
SysoutConcurrentTrackerListener.onAcquired > ConcurrentTracker{limit=3}
SysoutConcurrentTrackerListener.onAcquired > ConcurrentTracker{limit=3}
SysoutConcurrentTrackerListener.onAcquired > ConcurrentTracker{limit=3}
SysoutConcurrentTrackerListener.onAcquired > ConcurrentTracker{limit=3}
SysoutConcurrentTrackerListener.onAcquired > ConcurrentTracker{limit=3}
SysoutConcurrentTrackerListener.onAcquired > ConcurrentTracker{limit=3}
SysoutConcurrentTrackerListener.onAcquired > ConcurrentTracker{limit=3}
SysoutConcurrentTrackerListener.onAcquired > ConcurrentTracker{limit=3}
SysoutConcurrentTrackerListener.onAcquired > ConcurrentTracker{limit=3}
SysoutConcurrentTrackerListener.onAcquired > ConcurrentTracker{limit=3}
SysoutConcurrentTrackerListener.onAcquired > ConcurrentTracker{limit=3}
SysoutConcurrentTrackerListener.onAcquired > ConcurrentTracker{limit=3}
SysoutConcurrentTrackerListener.onAcquired > ConcurrentTracker{limit=3}
SysoutConcurrentTrackerListener.onAcquired > ConcurrentTracker{limit=3}
SysoutConcurrentTrackerListener.onAcquired > ConcurrentTracker{limit=3}
SysoutConcurrentTrackerListener.onAcquired > ConcurrentTracker{limit=3}
SysoutConcurrentTrackerListener.onAcquired > ConcurrentTracker{limit=3}
SysoutConcurrentTrackerListener.onAcquired > ConcurrentTracker{limit=3}
SysoutConcurrentTrackerListener.onAcquired > ConcurrentTracker{limit=3}
SysoutConcurrentTrackerListener.onAcquired > ConcurrentTracker{limit=3}
SysoutConcurrentTrackerListener.onAcquired > ConcurrentTracker{limit=3}
SysoutConcurrentTrackerListener.onAcquired > ConcurrentTracker{limit=3}
SysoutConcurrentTrackerListener.onAcquired > ConcurrentTracker{limit=3}
SysoutConcurrentTrackerListener.onAcquired > ConcurrentTracker{limit=3}
SysoutConcurrentTrackerListener.onAcquired > ConcurrentTracker{limit=3}
SysoutConcurrentTrackerListener.onAcquired > ConcurrentTracker{limit=3}
SysoutConcurrentTrackerListener.onAcquired > ConcurrentTracker{limit=3}
SysoutConcurrentTrackerListener.onAcquired > ConcurrentTracker{limit=3}
SysoutConcurrentTrackerListener.onAcquired > ConcurrentTracker{limit=3}
SysoutConcurrentTrackerListener.onAcquired > ConcurrentTracker{limit=3}
SysoutConcurrentTrackerListener.onAcquired > ConcurrentTracker{limit=3}
SysoutConcurrentTrackerListener.onAcquired > ConcurrentTracker{limit=3}
SysoutConcurrentTrackerListener.onAcquired > ConcurrentTracker{limit=3}
SysoutConcurrentTrackerListener.onAcquired > ConcurrentTracker{limit=3}
SysoutConcurrentTrackerListener.onAcquired > ConcurrentTracker{limit=3}
SysoutConcurrentTrackerListener.onAcquired > ConcurrentTracker{limit=3}
SysoutConcurrentTrackerListener.onAcquired > ConcurrentTracker{limit=3}
SysoutConcurrentTrackerListener.onAcquired > ConcurrentTracker{limit=3}
SysoutConcurrentTrackerListener.onAcquired > ConcurrentTracker{limit=3}
SysoutConcurrentTrackerListener.onAcquired > ConcurrentTracker{limit=3}
SysoutConcurrentTrackerListener.onAcquired > ConcurrentTracker{limit=3}
SysoutConcurrentTrackerListener.onAcquired > ConcurrentTracker{limit=3}
SysoutConcurrentTrackerListener.onAcquired > ConcurrentTracker{limit=3}
SysoutConcurrentTrackerListener.onAcquired > ConcurrentTracker{limit=3}
SysoutConcurrentTrackerListener.onAcquired > ConcurrentTracker{limit=3}
SysoutConcurrentTrackerListener.onAcquired > ConcurrentTracker{limit=3}
SysoutConcurrentTrackerListener.onAcquired > ConcurrentTracker{limit=3}
SysoutConcurrentTrackerListener.onAcquired > ConcurrentTracker{limit=3}
SysoutConcurrentTrackerListener.onAcquired > ConcurrentTracker{limit=3}
SysoutConcurrentTrackerListener.onAcquired > ConcurrentTracker{limit=3}
SysoutConcurrentTrackerListener.onAcquired > ConcurrentTracker{limit=3}
SysoutConcurrentTrackerListener.onAcquired > ConcurrentTracker{limit=3}
SysoutConcurrentTrackerListener.onAcquired > ConcurrentTracker{limit=3}
SysoutConcurrentTrackerListener.onAcquired > ConcurrentTracker{limit=3}
SysoutConcurrentTrackerListener.onAcquired > ConcurrentTracker{limit=3}
SysoutConcurrentTrackerListener.onAcquired > ConcurrentTracker{limit=3}
SysoutConcurrentTrackerListener.onAcquired > ConcurrentTracker{limit=3}
SysoutConcurrentTrackerListener.onAcquired > ConcurrentTracker{limit=3}
SysoutConcurrentTrackerListener.onAcquired > ConcurrentTracker{limit=3}
SysoutConcurrentTrackerListener.onAcquired > ConcurrentTracker{limit=3}
SysoutConcurrentTrackerListener.onAcquired > ConcurrentTracker{limit=3}
SysoutConcurrentTrackerListener.onAcquired > ConcurrentTracker{limit=3}
SysoutConcurrentTrackerListener.onAcquired > ConcurrentTracker{limit=3}
SysoutConcurrentTrackerListener.onAcquired > ConcurrentTracker{limit=3}
SysoutConcurrentTrackerListener.onAcquired > ConcurrentTracker{limit=3}
SysoutConcurrentTrackerListener.onAcquired > ConcurrentTracker{limit=3}
SysoutConcurrentTrackerListener.onAcquired > ConcurrentTracker{limit=3}
SysoutConcurrentTrackerListener.onAcquired > ConcurrentTracker{limit=3}
SysoutConcurrentTrackerListener.onAcquired > ConcurrentTracker{limit=3}
SysoutConcurrentTrackerListener.onAcquired > ConcurrentTracker{limit=3}
SysoutConcurrentTrackerListener.onAcquired > ConcurrentTracker{limit=3}
SysoutConcurrentTrackerListener.onAcquired > ConcurrentTracker{limit=3}
SysoutConcurrentTrackerListener.onAcquired > ConcurrentTracker{limit=2}
SysoutConcurrentTrackerListener.onAcquired > ConcurrentTracker{limit=2}
SysoutConcurrentTrackerListener.onFailed > ConcurrentTracker{limit=2}
SysoutConcurrentTrackerListener.onAcquired > ConcurrentTracker{limit=3}
SysoutConcurrentTrackerListener.onAcquired > ConcurrentTracker{limit=3}
SysoutConcurrentTrackerListener.onAcquired > ConcurrentTracker{limit=3}
SysoutConcurrentTrackerListener.onFailed > ConcurrentTracker{limit=3}
SysoutConcurrentTrackerListener.onFailed > ConcurrentTracker{limit=3}
SysoutConcurrentTrackerListener.onFailed > ConcurrentTracker{limit=3}
SysoutConcurrentTrackerListener.onFailed > ConcurrentTracker{limit=3}
SysoutConcurrentTrackerListener.onFailed > ConcurrentTracker{limit=3}
SysoutConcurrentTrackerListener.onFailed > ConcurrentTracker{limit=3}
SysoutConcurrentTrackerListener.onFailed > ConcurrentTracker{limit=3}
SysoutConcurrentTrackerListener.onFailed > ConcurrentTracker{limit=3}
SysoutConcurrentTrackerListener.onFailed > ConcurrentTracker{limit=3}
SysoutConcurrentTrackerListener.onFailed > ConcurrentTracker{limit=3}
SysoutConcurrentTrackerListener.onFailed > ConcurrentTracker{limit=3}
SysoutConcurrentTrackerListener.onFailed > ConcurrentTracker{limit=3}
SysoutConcurrentTrackerListener.onFailed > ConcurrentTracker{limit=3}
SysoutConcurrentTrackerListener.onFailed > ConcurrentTracker{limit=3}
SysoutConcurrentTrackerListener.onFailed > ConcurrentTracker{limit=3}
SysoutConcurrentTrackerListener.onFailed > ConcurrentTracker{limit=3}
SysoutConcurrentTrackerListener.onFailed > ConcurrentTracker{limit=3}
SysoutConcurrentTrackerListener.onFailed > ConcurrentTracker{limit=3}
SysoutConcurrentTrackerListener.onFailed > ConcurrentTracker{limit=3}
SysoutConcurrentTrackerListener.onFailed > ConcurrentTracker{limit=3}
SysoutConcurrentTrackerListener.onFailed > ConcurrentTracker{limit=3}
SysoutConcurrentTrackerListener.onFailed > ConcurrentTracker{limit=3}
SysoutConcurrentTrackerListener.onFailed > ConcurrentTracker{limit=3}
SysoutConcurrentTrackerListener.onFailed > ConcurrentTracker{limit=3}
SysoutConcurrentTrackerListener.onFailed > ConcurrentTracker{limit=3}
SysoutConcurrentTrackerListener.onFailed > ConcurrentTracker{limit=3}
SysoutConcurrentTrackerListener.onFailed > ConcurrentTracker{limit=3}
SysoutConcurrentTrackerListener.onFailed > ConcurrentTracker{limit=3}
SysoutConcurrentTrackerListener.onFailed > ConcurrentTracker{limit=3}
SysoutConcurrentTrackerListener.onFailed > ConcurrentTracker{limit=3}
SysoutConcurrentTrackerListener.onFailed > ConcurrentTracker{limit=3}
SysoutConcurrentTrackerListener.onFailed > ConcurrentTracker{limit=3}
SysoutConcurrentTrackerListener.onFailed > ConcurrentTracker{limit=3}
SysoutConcurrentTrackerListener.onFailed > ConcurrentTracker{limit=3}
SysoutConcurrentTrackerListener.onFailed > ConcurrentTracker{limit=3}
SysoutConcurrentTrackerListener.onFailed > ConcurrentTracker{limit=3}
SysoutConcurrentTrackerListener.onFailed > ConcurrentTracker{limit=3}
SysoutConcurrentTrackerListener.onFailed > ConcurrentTracker{limit=3}
SysoutConcurrentTrackerListener.onFailed > ConcurrentTracker{limit=3}
SysoutConcurrentTrackerListener.onFailed > ConcurrentTracker{limit=3}
SysoutConcurrentTrackerListener.onFailed > ConcurrentTracker{limit=3}
SysoutConcurrentTrackerListener.onFailed > ConcurrentTracker{limit=3}
SysoutConcurrentTrackerListener.onFailed > ConcurrentTracker{limit=3}
SysoutConcurrentTrackerListener.onFailed > ConcurrentTracker{limit=3}
SysoutConcurrentTrackerListener.onFailed > ConcurrentTracker{limit=3}
SysoutConcurrentTrackerListener.onFailed > ConcurrentTracker{limit=3}
SysoutConcurrentTrackerListener.onFailed > ConcurrentTracker{limit=3}
SysoutConcurrentTrackerListener.onFailed > ConcurrentTracker{limit=3}
SysoutConcurrentTrackerListener.onFailed > ConcurrentTracker{limit=3}
SysoutConcurrentTrackerListener.onFailed > ConcurrentTracker{limit=3}
SysoutConcurrentTrackerListener.onFailed > ConcurrentTracker{limit=3}
SysoutConcurrentTrackerListener.onFailed > ConcurrentTracker{limit=3}
SysoutConcurrentTrackerListener.onFailed > ConcurrentTracker{limit=3}
SysoutConcurrentTrackerListener.onFailed > ConcurrentTracker{limit=3}
SysoutConcurrentTrackerListener.onFailed > ConcurrentTracker{limit=3}
SysoutConcurrentTrackerListener.onFailed > ConcurrentTracker{limit=3}
SysoutConcurrentTrackerListener.onFailed > ConcurrentTracker{limit=3}
SysoutConcurrentTrackerListener.onFailed > ConcurrentTracker{limit=3}
SysoutConcurrentTrackerListener.onFailed > ConcurrentTracker{limit=3}
SysoutConcurrentTrackerListener.onFailed > ConcurrentTracker{limit=3}
SysoutConcurrentTrackerListener.onFailed > ConcurrentTracker{limit=3}
SysoutConcurrentTrackerListener.onFailed > ConcurrentTracker{limit=3}
SysoutConcurrentTrackerListener.onFailed > ConcurrentTracker{limit=3}
SysoutConcurrentTrackerListener.onFailed > ConcurrentTracker{limit=3}
SysoutConcurrentTrackerListener.onFailed > ConcurrentTracker{limit=3}
SysoutConcurrentTrackerListener.onFailed > ConcurrentTracker{limit=3}
SysoutConcurrentTrackerListener.onFailed > ConcurrentTracker{limit=3}
SysoutConcurrentTrackerListener.onFailed > ConcurrentTracker{limit=3}
SysoutConcurrentTrackerListener.onFailed > ConcurrentTracker{limit=3}
SysoutConcurrentTrackerListener.onFailed > ConcurrentTracker{limit=3}
SysoutConcurrentTrackerListener.onFailed > ConcurrentTracker{limit=3}
SysoutConcurrentTrackerListener.onFailed > ConcurrentTracker{limit=3}
SysoutConcurrentTrackerListener.onFailed > ConcurrentTracker{limit=3}
SysoutConcurrentTrackerListener.onFailed > ConcurrentTracker{limit=3}
SysoutConcurrentTrackerListener.onFailed > ConcurrentTracker{limit=3}
SysoutConcurrentTrackerListener.onFailed > ConcurrentTracker{limit=3}
SysoutConcurrentTrackerListener.onFailed > ConcurrentTracker{limit=3}
SysoutConcurrentTrackerListener.onFailed > ConcurrentTracker{limit=3}
SysoutConcurrentTrackerListener.onFailed > ConcurrentTracker{limit=3}
SysoutConcurrentTrackerListener.onFailed > ConcurrentTracker{limit=3}
SysoutConcurrentTrackerListener.onFailed > ConcurrentTracker{limit=3}
SysoutConcurrentTrackerListener.onFailed > ConcurrentTracker{limit=3}
SysoutConcurrentTrackerListener.onFailed > ConcurrentTracker{limit=3}
SysoutConcurrentTrackerListener.onFailed > ConcurrentTracker{limit=3}
SysoutConcurrentTrackerListener.onFailed > ConcurrentTracker{limit=3}
SysoutConcurrentTrackerListener.onFailed > ConcurrentTracker{limit=3}
SysoutConcurrentTrackerListener.onFailed > ConcurrentTracker{limit=3}
SysoutConcurrentTrackerListener.onFailed > ConcurrentTracker{limit=3}
SysoutConcurrentTrackerListener.onFailed > ConcurrentTracker{limit=3}
SysoutConcurrentTrackerListener.onFailed > ConcurrentTracker{limit=3}
SysoutConcurrentTrackerListener.onFailed > ConcurrentTracker{limit=3}
SysoutConcurrentTrackerListener.onFailed > ConcurrentTracker{limit=3}
SysoutConcurrentTrackerListener.onFailed > ConcurrentTracker{limit=3}
SysoutConcurrentTrackerListener.onFailed > ConcurrentTracker{limit=3}
SysoutConcurrentTrackerListener.onFailed > ConcurrentTracker{limit=3}
SysoutConcurrentTrackerListener.onFailed > ConcurrentTracker{limit=3}
SysoutConcurrentTrackerListener.onFailed > ConcurrentTracker{limit=3}
SysoutConcurrentTrackerListener.onAcquired > ConcurrentTracker{limit=3}
SysoutConcurrentTrackerListener.onAcquired > ConcurrentTracker{limit=3}
SysoutConcurrentTrackerListener.onAcquired > ConcurrentTracker{limit=3}
SysoutConcurrentTrackerListener.onAcquired > ConcurrentTracker{limit=3}
SysoutConcurrentTrackerListener.onAcquired > ConcurrentTracker{limit=3}
SysoutConcurrentTrackerListener.onAcquired > ConcurrentTracker{limit=3}
SysoutConcurrentTrackerListener.onAcquired > ConcurrentTracker{limit=3}
SysoutConcurrentTrackerListener.onAcquired > ConcurrentTracker{limit=3}
SysoutConcurrentTrackerListener.onAcquired > ConcurrentTracker{limit=3}
SysoutConcurrentTrackerListener.onAcquired > ConcurrentTracker{limit=3}
SysoutConcurrentTrackerListener.onAcquired > ConcurrentTracker{limit=3}
SysoutConcurrentTrackerListener.onAcquired > ConcurrentTracker{limit=3}
SysoutConcurrentTrackerListener.onAcquired > ConcurrentTracker{limit=3}
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 sec - in com.tomitribe.tribestream.governance.ConcurrentTrackerTest
Running com.tomitribe.tribestream.cxf.CxfMonitoringExtensionTest
Running com.tomitribe.tribestream.governance.TrackerContextTest
Running com.tomitribe.tribestream.governance.TimeoutLimitsTest
Running com.tomitribe.tribestream.governance.EnforcerInterceptorTest
Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.117 sec - in com.tomitribe.tribestream.governance.TrackerContextTest
Running com.tomitribe.tribestream.governance.TrackerServiceTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.057 sec - in com.tomitribe.tribestream.governance.TrackerServiceTest
INFO - Cannot find the configuration file [conf/openejb.xml]. Will attempt to create one for the beans deployed.
Running com.tomitribe.tribestream.governance.wadlx.AmbiguousMethodNameTest
INFO - Cannot find the configuration file [conf/openejb.xml]. Will attempt to create one for the beans deployed.
INFO - Cannot find the configuration file [conf/openejb.xml]. Will attempt to create one for the beans deployed.
WARNING - Cannot install default JAAS configuration
WARNING - Cannot install default JAAS configuration
INFO - Configuring Service(id=Default Security Service, type=SecurityService, provider-id=Default Security Service)
INFO - Configuring Service(id=Default Transaction Manager, type=TransactionManager, provider-id=Default Transaction Manager)
INFO - Creating TransactionManager(id=Default Transaction Manager)
WARNING - Cannot install default JAAS configuration
INFO - Configuring Service(id=Default Security Service, type=SecurityService, provider-id=Default Security Service)
INFO - Configuring Service(id=Default Transaction Manager, type=TransactionManager, provider-id=Default Transaction Manager)
INFO - Creating TransactionManager(id=Default Transaction Manager)
WARNING - Cannot install default JAAS configuration
INFO - Creating SecurityService(id=Default Security Service)
INFO - Initializing network services
INFO - Creating SecurityService(id=Default Security Service)
INFO - Configuring Service(id=Default Security Service, type=SecurityService, provider-id=Default Security Service)
INFO - Configuring Service(id=Default Transaction Manager, type=TransactionManager, provider-id=Default Transaction Manager)
INFO - Configuring enterprise application: /private/tmp/tribestream/tribestream-container/target/TimeoutLimitsTest
INFO - Creating TransactionManager(id=Default Transaction Manager)
INFO - Creating ServerService(id=httpejbd)
INFO - Created ServicePool 'httpejbd' with (10) core threads, limited to (200) threads with a queue of (9)
INFO - Creating ServerService(id=cxf-rs)
INFO - Creating SecurityService(id=Default Security Service)
INFO - Auto-deploying ejb ConcurrentTestBean: EjbDeployment(deployment-id=ConcurrentTestBean)
INFO - Auto-deploying ejb RateTestBean: EjbDeployment(deployment-id=RateTestBean)
INFO - Configuring Service(id=Default Managed Container, type=Container, provider-id=Default Managed Container)
INFO - Auto-creating a container for bean com.tomitribe.tribestream.governance.TimeoutLimitsTest: Container(type=MANAGED, id=Default Managed Container)
INFO - Creating Container(id=Default Managed Container)
INFO - Using directory /private/tmp/tribestream/tribestream-container/target for stateful session passivation
INFO - Initializing network services
INFO - Configuring Service(id=Default Singleton Container, type=Container, provider-id=Default Singleton Container)
INFO - Auto-creating a container for bean ConcurrentTestBean: Container(type=SINGLETON, id=Default Singleton Container)
INFO - Creating Container(id=Default Singleton Container)
INFO - Creating ServerService(id=httpejbd)
INFO - Created ServicePool 'httpejbd' with (10) core threads, limited to (200) threads with a queue of (9)
INFO - Creating ServerService(id=cxf-rs)
INFO - Initializing network services
INFO - ** Bound Services **
INFO - NAME IP PORT
INFO - httpejbd 127.0.0.1 63587
INFO - -------
INFO - Ready!
INFO - Configuring enterprise application: /private/tmp/tribestream/tribestream-container/target/CxfMonitoringExtensionTest
INFO - Configuring Service(id=Default Managed Container, type=Container, provider-id=Default Managed Container)
INFO - Auto-creating a container for bean com.tomitribe.tribestream.cxf.CxfMonitoringExtensionTest: Container(type=MANAGED, id=Default Managed Container)
INFO - Creating Container(id=Default Managed Container)
INFO - Using directory /private/tmp/tribestream/tribestream-container/target for stateful session passivation
INFO - Initializing network services
INFO - ** Bound Services **
INFO - NAME IP PORT
INFO - httpejbd 127.0.0.1 4204
INFO - -------
INFO - Ready!
INFO - Configuring enterprise application: /private/tmp/tribestream/tribestream-container/target/AmbiguousMethodNameTest
INFO - Configuring Service(id=Default Managed Container, type=Container, provider-id=Default Managed Container)
INFO - Auto-creating a container for bean com.tomitribe.tribestream.governance.wadlx.AmbiguousMethodNameTest: Container(type=MANAGED, id=Default Managed Container)
INFO - Creating Container(id=Default Managed Container)
INFO - Using directory /private/tmp/tribestream/tribestream-container/target for stateful session passivation
INFO - No REST application. Add a default JAX RS mapping on /api/*
INFO - Enterprise application "/private/tmp/tribestream/tribestream-container/target/TimeoutLimitsTest" loaded.
INFO - Creating dedicated application classloader for TimeoutLimitsTest
INFO - Assembling app: /private/tmp/tribestream/tribestream-container/target/TimeoutLimitsTest
INFO - Jndi(name=ConcurrentTestBeanLocalBean) --> Ejb(deployment-id=ConcurrentTestBean)
INFO - Jndi(name=global/TimeoutLimitsTest/superbiz/ConcurrentTestBean!com.tomitribe.tribestream.governance.TimeoutLimitsTest$ConcurrentTestBean) --> Ejb(deployment-id=ConcurrentTestBean)
INFO - Jndi(name=global/TimeoutLimitsTest/superbiz/ConcurrentTestBean) --> Ejb(deployment-id=ConcurrentTestBean)
INFO - Jndi(name=RateTestBeanLocalBean) --> Ejb(deployment-id=RateTestBean)
INFO - Jndi(name=global/TimeoutLimitsTest/superbiz/RateTestBean!com.tomitribe.tribestream.governance.TimeoutLimitsTest$RateTestBean) --> Ejb(deployment-id=RateTestBean)
INFO - Jndi(name=global/TimeoutLimitsTest/superbiz/RateTestBean) --> Ejb(deployment-id=RateTestBean)
INFO - Created new singletonService org.apache.openejb.cdi.ThreadSingletonServiceImpl@e74917
INFO - Succeeded in installing singleton service
INFO - OpenWebBeans Container is starting...
INFO - Adding OpenWebBeansPlugin : [CdiPlugin]
INFO - No REST application. Add a default JAX RS mapping on /api/*
INFO - All injection points were validated successfully.
INFO - OpenWebBeans Container has started, it took 94 ms.
INFO - Enterprise application "/private/tmp/tribestream/tribestream-container/target/CxfMonitoringExtensionTest" loaded.
INFO - Creating dedicated application classloader for CxfMonitoringExtensionTest
INFO - Assembling app: /private/tmp/tribestream/tribestream-container/target/CxfMonitoringExtensionTest
WARNING - WARN ... MyEJB: Ignoring @RolesAllowed used on interface com.tomitribe.tribestream.governance.EnforcerInterceptorTest$MyEJBAPI method sleep. Annotation only usable on the bean class.
WARNING - 1 warning for EjbModule(path=/superbiz)
INFO - Created Ejb(deployment-id=ConcurrentTestBean, ejb-name=ConcurrentTestBean, container=Default Singleton Container)
INFO - Created Ejb(deployment-id=RateTestBean, ejb-name=RateTestBean, container=Default Singleton Container)
INFO - Created new singletonService org.apache.openejb.cdi.ThreadSingletonServiceImpl@307f8d48
INFO - Succeeded in installing singleton service
INFO - Using default implementation for ThreadExecutor
INFO - Initialized Scheduler Signaller of type: class org.apache.openejb.quartz.core.SchedulerSignalerImpl
INFO - Quartz Scheduler v.2.2.1 created.
INFO - RAMJobStore initialized.
INFO - No REST application. Add a default JAX RS mapping on /api/*
INFO - Scheduler meta-data: Quartz Scheduler (v2.2.1) 'OpenEJB-TimerService-Scheduler' with instanceId 'OpenEJB'
Scheduler class: 'org.apache.openejb.quartz.core.QuartzScheduler' - running locally.
NOT STARTED.
Currently in standby mode.
Number of jobs executed: 0
Using thread pool 'org.apache.openejb.core.timer.DefaultTimerThreadPoolAdapter' - with 0 threads.
Using job-store 'org.apache.openejb.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
INFO - Quartz scheduler 'OpenEJB-TimerService-Scheduler' initialized from an externally provided properties instance.
INFO - Quartz scheduler version: 2.2.1
INFO - Scheduler OpenEJB-TimerService-Scheduler_$_OpenEJB started.
INFO - Enterprise application "/private/tmp/tribestream/tribestream-container/target/AmbiguousMethodNameTest" loaded.
INFO - Started Ejb(deployment-id=ConcurrentTestBean, ejb-name=ConcurrentTestBean, container=Default Singleton Container)
INFO - Started Ejb(deployment-id=RateTestBean, ejb-name=RateTestBean, container=Default Singleton Container)
INFO - Deployed Application(path=/private/tmp/tribestream/tribestream-container/target/TimeoutLimitsTest)
INFO - Creating dedicated application classloader for AmbiguousMethodNameTest
INFO - Assembling app: /private/tmp/tribestream/tribestream-container/target/AmbiguousMethodNameTest
==== scheduled concurrent method invoked ====
INFO - OpenWebBeans Container is starting...
INFO - Adding OpenWebBeansPlugin : [CdiPlugin]
INFO - Created new singletonService org.apache.openejb.cdi.ThreadSingletonServiceImpl@8117683
INFO - Succeeded in installing singleton service
INFO - All injection points were validated successfully.
INFO - OpenWebBeans Container has started, it took 62 ms.
INFO - OpenWebBeans Container is starting...
INFO - Adding OpenWebBeansPlugin : [CdiPlugin]
INFO - All injection points were validated successfully.
INFO - OpenWebBeans Container has started, it took 58 ms.
INFO - Using providers:
INFO - com.tomitribe.tribestream.cxf.CxfMonitoringExtensionTest$NPEHandler@16a327b0
INFO - org.apache.openejb.server.cxf.rs.EJBAccessExceptionMapper@31829f6c
INFO - com.tomitribe.tribestream.governance.jaxrs.ConcurrentLimitExceededExceptionMapper@76b084d8
INFO - com.tomitribe.tribestream.governance.jaxrs.RateLimitExceededExceptionMapper@3ee1bdc8
INFO - com.tomitribe.tribestream.wadlx.error.ErrorMappingExceptionMapper@5672b5b8
INFO - Using providers:
INFO - org.apache.cxf.jaxrs.provider.JAXBElementProvider@5bc5960f
INFO - org.apache.cxf.jaxrs.provider.json.JSONProvider@8fee1db
INFO - org.apache.openejb.server.cxf.rs.EJBAccessExceptionMapper@159df57a
INFO - com.tomitribe.tribestream.governance.jaxrs.ConcurrentLimitExceededExceptionMapper@355f27ac
INFO - com.tomitribe.tribestream.governance.jaxrs.RateLimitExceededExceptionMapper@7a25a893
INFO - com.tomitribe.tribestream.wadlx.error.ErrorMappingExceptionMapper@3e5e898b
INFO - Setting ApplicationLimit on method com.tomitribe.tribestream.cxf.Foo.get(): ApplicationLimit=(rate=(limit=80, window=10, unit=SECONDS))
INFO - Setting UserLimit on method com.tomitribe.tribestream.cxf.Foo.get(): UserLimit=(, concurrent=(limit=3))
INFO - Setting UserLimit on method com.tomitribe.tribestream.cxf.Foo.get(): UserLimit=(, concurrent=(limit=20))
INFO - Setting UserLimit on method com.tomitribe.tribestream.cxf.Foo.get(): UserLimit=(rate=(limit=1, window=1, unit=SECONDS), concurrent=(limit=50))
INFO - Setting UserLimit on method com.tomitribe.tribestream.cxf.Foo.get(): UserLimit=(, concurrent=(limit=20))
INFO - REST Application: http://127.0.0.1:63587/openejb/api -> org.apache.openejb.server.rest.InternalApplication
INFO - Service URI: http://127.0.0.1:63587/openejb/api/foo -> Pojo com.tomitribe.tribestream.cxf.CxfMonitoringExtensionTest$Foo
INFO - GET http://127.0.0.1:63587/openejb/api/foo/ -> String get()
INFO - Deployed Application(path=/private/tmp/tribestream/tribestream-container/target/CxfMonitoringExtensionTest)
SEVERE - null
java.lang.IllegalArgumentException
at com.tomitribe.tribestream.cxf.CxfMonitoringExtensionTest$Foo.get(CxfMonitoringExtensionTest.java:115)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at org.apache.openejb.server.cxf.rs.PojoInvoker.performInvocation(PojoInvoker.java:43)
at org.apache.cxf.service.invoker.AbstractInvoker.invoke(AbstractInvoker.java:96)
at org.apache.cxf.jaxrs.JAXRSInvoker.invoke(JAXRSInvoker.java:165)
at org.apache.cxf.jaxrs.JAXRSInvoker.invoke(JAXRSInvoker.java:89)
at org.apache.openejb.server.cxf.rs.AutoJAXRSInvoker.invoke(AutoJAXRSInvoker.java:68)
at com.tomitribe.tribestream.wadlx.invoker.WadlInvoker$1.intercept(WadlInvoker.java:34)
at com.tomitribe.tribestream.wadlx.api.InvocationContext.proceed(InvocationContext.java:33)
at com.tomitribe.tribestream.governance.wadlx.invoker.GovernanceInterceptor$1.defaultProceed(GovernanceInterceptor.java:76)
at com.tomitribe.tribestream.governance.wadlx.invoker.InternalInvocationContext.proceed(InternalInvocationContext.java:61)
at com.tomitribe.tribestream.governance.wadlx.invoker.interceptor.BaseInterceptor.invoke(BaseInterceptor.java:66)
at com.tomitribe.tribestream.governance.wadlx.invoker.interceptor.UserGovernanceEnforcerInterceptor.invoke(UserGovernanceEnforcerInterceptor.java:39)
at com.tomitribe.tribestream.governance.wadlx.invoker.InternalInvocationContext.proceed(InternalInvocationContext.java:59)
at com.tomitribe.tribestream.governance.wadlx.invoker.interceptor.BaseInterceptor.invoke(BaseInterceptor.java:66)
at com.tomitribe.tribestream.governance.wadlx.invoker.interceptor.AppGovernanceEnforcerInterceptor.invoke(AppGovernanceEnforcerInterceptor.java:32)
at com.tomitribe.tribestream.governance.wadlx.invoker.InternalInvocationContext.proceed(InternalInvocationContext.java:59)
at com.tomitribe.tribestream.governance.wadlx.invoker.GovernanceInterceptor.intercept(GovernanceInterceptor.java:79)
at com.tomitribe.tribestream.wadlx.api.InvocationContext.proceed(InvocationContext.java:33)
at com.tomitribe.tribestream.wadlx.invoker.WadlInvokerTest$MyEnricher.intercept(WadlInvokerTest.java:75)
at com.tomitribe.tribestream.wadlx.api.InvocationContext.proceed(InvocationContext.java:33)
at com.tomitribe.tribestream.wadlx.invoker.WadlInvoker.invoke(WadlInvoker.java:54)
at org.apache.cxf.interceptor.ServiceInvokerInterceptor$1.run(ServiceInvokerInterceptor.java:57)
at org.apache.cxf.interceptor.ServiceInvokerInterceptor.handleMessage(ServiceInvokerInterceptor.java:93)
at org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:263)
at org.apache.cxf.transport.ChainInitiationObserver.onMessage(ChainInitiationObserver.java:121)
at org.apache.cxf.transport.http.AbstractHTTPDestination.invoke(AbstractHTTPDestination.java:240)
at org.apache.openejb.server.cxf.rs.CxfRsHttpListener.doInvoke(CxfRsHttpListener.java:227)
at org.apache.openejb.server.cxf.rs.CxfRsHttpListener.onMessage(CxfRsHttpListener.java:208)
at org.apache.openejb.server.httpd.OpenEJBHttpRegistry$ClassLoaderHttpListener.onMessage(OpenEJBHttpRegistry.java:111)
at org.apache.openejb.server.httpd.HttpListenerRegistry.onMessage(HttpListenerRegistry.java:71)
at org.apache.openejb.server.httpd.OpenEJBHttpRegistry$ClassLoaderHttpListener.onMessage(OpenEJBHttpRegistry.java:111)
at org.apache.openejb.server.httpd.OpenEJBHttpServer.process(OpenEJBHttpServer.java:262)
at org.apache.openejb.server.httpd.OpenEJBHttpServer.processRequest(OpenEJBHttpServer.java:195)
at org.apache.openejb.server.httpd.OpenEJBHttpServer.service(OpenEJBHttpServer.java:110)
at org.apache.openejb.server.httpd.HttpEjbServer.service(HttpEjbServer.java:63)
at org.apache.openejb.server.ServerServiceFilter.service(ServerServiceFilter.java:65)
at org.apache.openejb.server.ServerServiceFilter.service(ServerServiceFilter.java:65)
at org.apache.openejb.server.ServiceStats.service(ServiceStats.java:54)
at org.apache.openejb.server.ServerServiceFilter.service(ServerServiceFilter.java:65)
at org.apache.openejb.server.ServiceLogger.service(ServiceLogger.java:93)
at org.apache.openejb.server.ServerServiceFilter.service(ServerServiceFilter.java:65)
at org.apache.openejb.server.ServicePool.access$201(ServicePool.java:39)
at org.apache.openejb.server.ServicePool$3.run(ServicePool.java:198)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:745)
WARNING - No message body writer has been found for response class IllegalArgumentException.
SEVERE - null
java.lang.IllegalArgumentException
at com.tomitribe.tribestream.cxf.CxfMonitoringExtensionTest$Foo.get(CxfMonitoringExtensionTest.java:115)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at org.apache.openejb.server.cxf.rs.PojoInvoker.performInvocation(PojoInvoker.java:43)
at org.apache.cxf.service.invoker.AbstractInvoker.invoke(AbstractInvoker.java:96)
at org.apache.cxf.jaxrs.JAXRSInvoker.invoke(JAXRSInvoker.java:165)
at org.apache.cxf.jaxrs.JAXRSInvoker.invoke(JAXRSInvoker.java:89)
at org.apache.openejb.server.cxf.rs.AutoJAXRSInvoker.invoke(AutoJAXRSInvoker.java:68)
at com.tomitribe.tribestream.wadlx.invoker.WadlInvoker$1.intercept(WadlInvoker.java:34)
at com.tomitribe.tribestream.wadlx.api.InvocationContext.proceed(InvocationContext.java:33)
at com.tomitribe.tribestream.governance.wadlx.invoker.GovernanceInterceptor$1.defaultProceed(GovernanceInterceptor.java:76)
at com.tomitribe.tribestream.governance.wadlx.invoker.InternalInvocationContext.proceed(InternalInvocationContext.java:61)
at com.tomitribe.tribestream.governance.wadlx.invoker.interceptor.BaseInterceptor.invoke(BaseInterceptor.java:66)
at com.tomitribe.tribestream.governance.wadlx.invoker.interceptor.UserGovernanceEnforcerInterceptor.invoke(UserGovernanceEnforcerInterceptor.java:39)
at com.tomitribe.tribestream.governance.wadlx.invoker.InternalInvocationContext.proceed(InternalInvocationContext.java:59)
at com.tomitribe.tribestream.governance.wadlx.invoker.interceptor.BaseInterceptor.invoke(BaseInterceptor.java:66)
at com.tomitribe.tribestream.governance.wadlx.invoker.interceptor.AppGovernanceEnforcerInterceptor.invoke(AppGovernanceEnforcerInterceptor.java:32)
at com.tomitribe.tribestream.governance.wadlx.invoker.InternalInvocationContext.proceed(InternalInvocationContext.java:59)
at com.tomitribe.tribestream.governance.wadlx.invoker.GovernanceInterceptor.intercept(GovernanceInterceptor.java:79)
at com.tomitribe.tribestream.wadlx.api.InvocationContext.proceed(InvocationContext.java:33)
at com.tomitribe.tribestream.wadlx.invoker.WadlInvokerTest$MyEnricher.intercept(WadlInvokerTest.java:75)
at com.tomitribe.tribestream.wadlx.api.InvocationContext.proceed(InvocationContext.java:33)
at com.tomitribe.tribestream.wadlx.invoker.WadlInvoker.invoke(WadlInvoker.java:54)
at org.apache.cxf.interceptor.ServiceInvokerInterceptor$1.run(ServiceInvokerInterceptor.java:57)
at org.apache.cxf.interceptor.ServiceInvokerInterceptor.handleMessage(ServiceInvokerInterceptor.java:93)
at org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:263)
at org.apache.cxf.transport.ChainInitiationObserver.onMessage(ChainInitiationObserver.java:121)
at org.apache.cxf.transport.http.AbstractHTTPDestination.invoke(AbstractHTTPDestination.java:240)
at org.apache.openejb.server.cxf.rs.CxfRsHttpListener.doInvoke(CxfRsHttpListener.java:227)
at org.apache.openejb.server.cxf.rs.CxfRsHttpListener.onMessage(CxfRsHttpListener.java:208)
at org.apache.openejb.server.httpd.OpenEJBHttpRegistry$ClassLoaderHttpListener.onMessage(OpenEJBHttpRegistry.java:111)
at org.apache.openejb.server.httpd.HttpListenerRegistry.onMessage(HttpListenerRegistry.java:71)
at org.apache.openejb.server.httpd.OpenEJBHttpRegistry$ClassLoaderHttpListener.onMessage(OpenEJBHttpRegistry.java:111)
at org.apache.openejb.server.httpd.OpenEJBHttpServer.process(OpenEJBHttpServer.java:262)
at org.apache.openejb.server.httpd.OpenEJBHttpServer.processRequest(OpenEJBHttpServer.java:195)
at org.apache.openejb.server.httpd.OpenEJBHttpServer.service(OpenEJBHttpServer.java:110)
at org.apache.openejb.server.httpd.HttpEjbServer.service(HttpEjbServer.java:63)
at org.apache.openejb.server.ServerServiceFilter.service(ServerServiceFilter.java:65)
at org.apache.openejb.server.ServerServiceFilter.service(ServerServiceFilter.java:65)
at org.apache.openejb.server.ServiceStats.service(ServiceStats.java:54)
at org.apache.openejb.server.ServerServiceFilter.service(ServerServiceFilter.java:65)
at org.apache.openejb.server.ServiceLogger.service(ServiceLogger.java:93)
at org.apache.openejb.server.ServerServiceFilter.service(ServerServiceFilter.java:65)
at org.apache.openejb.server.ServicePool.access$201(ServicePool.java:39)
at org.apache.openejb.server.ServicePool$3.run(ServicePool.java:198)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:745)
WARNING - No message body writer has been found for response class IllegalArgumentException.
INFO - Undeploying app: /private/tmp/tribestream/tribestream-container/target/CxfMonitoringExtensionTest
INFO - Setting ApplicationLimit on method com.tomitribe.tribestream.governance.wadlx.Base.post(java.lang.String): ApplicationLimit=(rate=(limit=80, window=10, unit=SECONDS))
INFO - Setting UserLimit on method com.tomitribe.tribestream.governance.wadlx.Base.post(java.lang.String): UserLimit=(, concurrent=(limit=3))
INFO - Setting UserLimit on method com.tomitribe.tribestream.governance.wadlx.Base.post(java.lang.String): UserLimit=(, concurrent=(limit=20))
INFO - Setting UserLimit on method com.tomitribe.tribestream.governance.wadlx.Base.post(java.lang.String): UserLimit=(rate=(limit=1, window=1, unit=SECONDS), concurrent=(limit=50))
INFO - Setting UserLimit on method com.tomitribe.tribestream.governance.wadlx.Base.post(java.lang.String): UserLimit=(, concurrent=(limit=20))
INFO - Setting ApplicationLimit on method com.tomitribe.tribestream.governance.wadlx.Base.post(java.lang.String): ApplicationLimit=(rate=(limit=80, window=10, unit=SECONDS))
INFO - Setting UserLimit on method com.tomitribe.tribestream.governance.wadlx.Base.post(java.lang.String): UserLimit=(, concurrent=(limit=3))
INFO - Setting UserLimit on method com.tomitribe.tribestream.governance.wadlx.Base.post(java.lang.String): UserLimit=(, concurrent=(limit=20))
INFO - Setting UserLimit on method com.tomitribe.tribestream.governance.wadlx.Base.post(java.lang.String): UserLimit=(rate=(limit=1, window=1, unit=SECONDS), concurrent=(limit=50))
INFO - Setting UserLimit on method com.tomitribe.tribestream.governance.wadlx.Base.post(java.lang.String): UserLimit=(, concurrent=(limit=20))
INFO - REST Application: http://127.0.0.1:4204/test/api -> org.apache.openejb.server.rest.InternalApplication
INFO - Service URI: http://127.0.0.1:4204/test/api/i1 -> Pojo com.tomitribe.tribestream.governance.wadlx.AmbiguousMethodNameTest$Impl1
INFO - POST http://127.0.0.1:4204/test/api/i1/ -> void post(String)
INFO - Service URI: http://127.0.0.1:4204/test/api/i2 -> Pojo com.tomitribe.tribestream.governance.wadlx.AmbiguousMethodNameTest$Impl2
INFO - POST http://127.0.0.1:4204/test/api/i2/ -> void post(String)
INFO - Deployed Application(path=/private/tmp/tribestream/tribestream-container/target/AmbiguousMethodNameTest)
INFO - Undeploying app: /private/tmp/tribestream/tribestream-container/target/AmbiguousMethodNameTest
INFO - Stopping network services
INFO - Stopping server services
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.229 sec - in com.tomitribe.tribestream.cxf.CxfMonitoringExtensionTest
Running com.tomitribe.tribestream.governance.wadlx.ApplicationUserLimitTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 sec - in com.tomitribe.tribestream.governance.wadlx.ApplicationUserLimitTest
Running com.tomitribe.tribestream.governance.wadlx.invoker.GovernanceInterceptorTest
INFO - Cannot find the configuration file [conf/openejb.xml]. Will attempt to create one for the beans deployed.
INFO - Stopping network services
INFO - Stopping server services
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.023 sec - in com.tomitribe.tribestream.governance.wadlx.AmbiguousMethodNameTest
SEVERE - >>> Concurrent Tracker <UserLimit.METHOD> for user<bob> and application <N/A> exceeded > ConcurrentTracker{limit=2}
SEVERE - >>> Concurrent Tracker <UserLimit.METHOD> for user<bob> and application <N/A> exceeded > ConcurrentTracker{limit=2}
SEVERE - >>> Concurrent Tracker <UserLimit.METHOD> for user<bob> and application <N/A> exceeded > ConcurrentTracker{limit=2}
SEVERE - >>> Concurrent Tracker <UserLimit.METHOD> for user<bob> and application <N/A> exceeded > ConcurrentTracker{limit=2}
SEVERE - >>> Concurrent Tracker <UserLimit.METHOD> for user<bob> and application <N/A> exceeded > ConcurrentTracker{limit=2}
SEVERE - >>> Concurrent Tracker <UserLimit.METHOD> for user<bob> and application <N/A> exceeded > ConcurrentTracker{limit=2}
SEVERE - >>> Concurrent Tracker <UserLimit.METHOD> for user<bob> and application <N/A> exceeded > ConcurrentTracker{limit=2}
SEVERE - >>> Concurrent Tracker <UserLimit.METHOD> for user<bob> and application <N/A> exceeded > ConcurrentTracker{limit=2}
Running com.tomitribe.tribestream.governance.wadlx.rate.RateOnClassTest
INFO - Cannot find the configuration file [conf/openejb.xml]. Will attempt to create one for the beans deployed.
INFO - Configuring Service(id=Default Security Service, type=SecurityService, provider-id=Default Security Service)
INFO - Configuring Service(id=Default Transaction Manager, type=TransactionManager, provider-id=Default Transaction Manager)
INFO - Creating TransactionManager(id=Default Transaction Manager)
INFO - Creating SecurityService(id=Default Security Service)
INFO - Initializing network services
INFO - Creating ServerService(id=httpejbd)
INFO - Created ServicePool 'httpejbd' with (10) core threads, limited to (200) threads with a queue of (9)
INFO - Configuring Service(id=Default Security Service, type=SecurityService, provider-id=Default Security Service)
INFO - Configuring Service(id=Default Transaction Manager, type=TransactionManager, provider-id=Default Transaction Manager)
INFO - Creating TransactionManager(id=Default Transaction Manager)
INFO - Creating SecurityService(id=Default Security Service)
INFO - Initializing network services
INFO - Creating ServerService(id=cxf-rs)
INFO - Initializing network services
SEVERE - >>> Concurrent Tracker <ApplicationLimit.METHOD> for user<N/A> and application <TimeoutLimitsTest> exceeded > ConcurrentTracker{limit=1}
INFO - ** Bound Services **
INFO - NAME IP PORT
INFO - Creating ServerService(id=httpejbd)
INFO - httpejbd 127.0.0.1 63587
INFO - -------
INFO - Created ServicePool 'httpejbd' with (10) core threads, limited to (200) threads with a queue of (9)
INFO - Ready!
INFO - Configuring enterprise application: /private/tmp/tribestream/tribestream-container/target/GovernanceInterceptorTest
SEVERE - >>> Concurrent Tracker <ApplicationLimit.METHOD> for user<N/A> and application <TimeoutLimitsTest> exceeded > ConcurrentTracker{limit=1}
WARNING - Failed to execute ejbTimeout on ConcurrentTestBean successfully within 1 attempts
INFO - Creating ServerService(id=cxf-rs)
INFO - Initializing network services
INFO - ** Bound Services **
INFO - NAME IP PORT
INFO - httpejbd 127.0.0.1 63607
INFO - -------
INFO - Ready!
INFO - Configuring enterprise application: /private/tmp/tribestream/tribestream-container/target/RateOnClassTest
INFO - Configuring Service(id=Default Managed Container, type=Container, provider-id=Default Managed Container)
INFO - Auto-creating a container for bean com.tomitribe.tribestream.governance.wadlx.invoker.GovernanceInterceptorTest: Container(type=MANAGED, id=Default Managed Container)
INFO - Creating Container(id=Default Managed Container)
INFO - Using directory /private/tmp/tribestream/tribestream-container/target for stateful session passivation
INFO - Auto-deploying ejb Orange: EjbDeployment(deployment-id=Orange)
INFO - Configuring Service(id=Default Managed Container, type=Container, provider-id=Default Managed Container)
INFO - Auto-creating a container for bean com.tomitribe.tribestream.governance.wadlx.rate.RateOnClassTest: Container(type=MANAGED, id=Default Managed Container)
INFO - Creating Container(id=Default Managed Container)
INFO - Using directory /private/tmp/tribestream/tribestream-container/target for stateful session passivation
INFO - Configuring Service(id=Default Singleton Container, type=Container, provider-id=Default Singleton Container)
INFO - Auto-creating a container for bean Orange: Container(type=SINGLETON, id=Default Singleton Container)
INFO - Creating Container(id=Default Singleton Container)
INFO - No REST application. Add a default JAX RS mapping on /api/*
INFO - Enterprise application "/private/tmp/tribestream/tribestream-container/target/GovernanceInterceptorTest" loaded.
INFO - Creating dedicated application classloader for GovernanceInterceptorTest
INFO - Assembling app: /private/tmp/tribestream/tribestream-container/target/GovernanceInterceptorTest
INFO - Created new singletonService org.apache.openejb.cdi.ThreadSingletonServiceImpl@307f8d48
INFO - Succeeded in installing singleton service
INFO - OpenWebBeans Container is starting...
INFO - Adding OpenWebBeansPlugin : [CdiPlugin]
INFO - No REST application. Add a default JAX RS mapping on /api/*
INFO - Enterprise application "/private/tmp/tribestream/tribestream-container/target/RateOnClassTest" loaded.
INFO - Creating dedicated application classloader for RateOnClassTest
INFO - Assembling app: /private/tmp/tribestream/tribestream-container/target/RateOnClassTest
INFO - Created new singletonService org.apache.openejb.cdi.ThreadSingletonServiceImpl@8117683
INFO - Succeeded in installing singleton service
INFO - OpenWebBeans Container is starting...
INFO - Adding OpenWebBeansPlugin : [CdiPlugin]
INFO - All injection points were validated successfully.
INFO - OpenWebBeans Container has started, it took 5 ms.
INFO - All injection points were validated successfully.
INFO - OpenWebBeans Container has started, it took 27 ms.
INFO - Jndi(name=OrangeLocalBean) --> Ejb(deployment-id=Orange)
INFO - Jndi(name=global/RateOnClassTest/RateOnClassTest/Orange!com.tomitribe.tribestream.governance.wadlx.rate.RateOnClassTest$Orange) --> Ejb(deployment-id=Orange)
INFO - Jndi(name=global/RateOnClassTest/RateOnClassTest/Orange) --> Ejb(deployment-id=Orange)
INFO - Existing thread singleton service in SystemInstance(): org.apache.openejb.cdi.ThreadSingletonServiceImpl@8117683
INFO - OpenWebBeans Container is starting...
INFO - Using providers:
INFO - org.apache.cxf.jaxrs.provider.JAXBElementProvider@6a00a227
INFO - Adding OpenWebBeansPlugin : [CdiPlugin]
INFO - org.apache.cxf.jaxrs.provider.json.JSONProvider@4f95e4cf
INFO - org.apache.openejb.server.cxf.rs.EJBAccessExceptionMapper@31829f6c
INFO - com.tomitribe.tribestream.governance.jaxrs.ConcurrentLimitExceededExceptionMapper@79e0fada
INFO - com.tomitribe.tribestream.governance.jaxrs.RateLimitExceededExceptionMapper@21753cb9
INFO - com.tomitribe.tribestream.wadlx.error.ErrorMappingExceptionMapper@17e5a6d8
INFO - All injection points were validated successfully.
INFO - OpenWebBeans Container has started, it took 5 ms.
INFO - Created Ejb(deployment-id=Orange, ejb-name=Orange, container=Default Singleton Container)
INFO - Started Ejb(deployment-id=Orange, ejb-name=Orange, container=Default Singleton Container)
INFO - Using providers:
INFO - org.apache.cxf.jaxrs.provider.JAXBElementProvider@6fa4c25c
INFO - org.apache.cxf.jaxrs.provider.json.JSONProvider@29d45f47
INFO - org.apache.openejb.server.cxf.rs.EJBAccessExceptionMapper@159df57a
INFO - com.tomitribe.tribestream.governance.jaxrs.ConcurrentLimitExceededExceptionMapper@35bb43c5
INFO - com.tomitribe.tribestream.governance.jaxrs.RateLimitExceededExceptionMapper@195e5612
INFO - com.tomitribe.tribestream.wadlx.error.ErrorMappingExceptionMapper@64c4c1
INFO - REST Application: http://127.0.0.1:63587/openejb/api -> org.apache.openejb.server.rest.InternalApplication
INFO - Service URI: http://127.0.0.1:63587/openejb/api/the -> Pojo com.tomitribe.tribestream.governance.wadlx.invoker.GovernanceInterceptorTest$TheResource
INFO - GET http://127.0.0.1:63587/openejb/api/the/ -> String get()
INFO - Deployed Application(path=/private/tmp/tribestream/tribestream-container/target/GovernanceInterceptorTest)
INFO - REST Application: http://127.0.0.1:63607/RateOnClassTest/ -> org.apache.openejb.server.rest.InternalApplication
INFO - Service URI: http://127.0.0.1:63607/RateOnClassTest/orange -> EJB com.tomitribe.tribestream.governance.wadlx.rate.RateOnClassTest$Orange
INFO - GET http://127.0.0.1:63607/RateOnClassTest/orange/yellow -> String header(String)
INFO - Deployed Application(path=/private/tmp/tribestream/tribestream-container/target/RateOnClassTest)
INFO - Undeploying app: /private/tmp/tribestream/tribestream-container/target/RateOnClassTest
SEVERE - >>> Window Tracker <ApplicationLimit.METHOD> for user<N/A> and application <GovernanceInterceptorTest> exceeded > Window{elapsed=0 seconds, duration=30 seconds, count=6, limit=5, version=0, start=1440180647227292000, stop=1440180677227292000}
INFO - Undeploying app: /private/tmp/tribestream/tribestream-container/target/GovernanceInterceptorTest
INFO - Stopping network services
INFO - Stopping server services
INFO - Stopping network services
INFO - Stopping server services
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.556 sec - in com.tomitribe.tribestream.governance.wadlx.rate.RateOnClassTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.634 sec - in com.tomitribe.tribestream.governance.wadlx.invoker.GovernanceInterceptorTest
Running com.tomitribe.tribestream.governance.wadlx.rate.RateOnMethodNoPathTest
INFO - Cannot find the configuration file [conf/openejb.xml]. Will attempt to create one for the beans deployed.
Running com.tomitribe.tribestream.governance.wadlx.rate.RateOnMethodTest
INFO - Cannot find the configuration file [conf/openejb.xml]. Will attempt to create one for the beans deployed.
INFO - Configuring Service(id=Default Security Service, type=SecurityService, provider-id=Default Security Service)
INFO - Configuring Service(id=Default Transaction Manager, type=TransactionManager, provider-id=Default Transaction Manager)
INFO - Creating TransactionManager(id=Default Transaction Manager)
INFO - Creating SecurityService(id=Default Security Service)
INFO - Initializing network services
INFO - Configuring Service(id=Default Security Service, type=SecurityService, provider-id=Default Security Service)
INFO - Creating ServerService(id=httpejbd)
INFO - Configuring Service(id=Default Transaction Manager, type=TransactionManager, provider-id=Default Transaction Manager)
INFO - Created ServicePool 'httpejbd' with (10) core threads, limited to (200) threads with a queue of (9)
INFO - Creating TransactionManager(id=Default Transaction Manager)
INFO - Creating SecurityService(id=Default Security Service)
INFO - Initializing network services
INFO - Creating ServerService(id=httpejbd)
INFO - Created ServicePool 'httpejbd' with (10) core threads, limited to (200) threads with a queue of (9)
INFO - Creating ServerService(id=cxf-rs)
SEVERE - MBean Object org.apache.cxf.bus.extension.ExtensionManagerBus@6323ba32 register to MBeanServer failed : javax.management.InstanceAlreadyExistsException: org.apache.cxf:bus.id=openejb.cxf.bus,type=Bus,instance.id=1663285810
INFO - Initializing network services
INFO - ** Bound Services **
INFO - NAME IP PORT
INFO - httpejbd 127.0.0.1 63614
INFO - -------
INFO - Ready!
INFO - Configuring enterprise application: /private/tmp/tribestream/tribestream-container/target/RateOnMethodNoPathTest
INFO - Creating ServerService(id=cxf-rs)
SEVERE - MBean Object org.apache.cxf.bus.extension.ExtensionManagerBus@69f77a1c register to MBeanServer failed : javax.management.InstanceAlreadyExistsException: org.apache.cxf:bus.id=openejb.cxf.bus,type=Bus,instance.id=1777826332
INFO - Initializing network services
INFO - ** Bound Services **
INFO - NAME IP PORT
INFO - httpejbd 127.0.0.1 63615
INFO - -------
INFO - Ready!
INFO - Configuring enterprise application: /private/tmp/tribestream/tribestream-container/target/RateOnMethodTest
INFO - Auto-deploying ejb Orange: EjbDeployment(deployment-id=Orange)
INFO - Configuring Service(id=Default Managed Container, type=Container, provider-id=Default Managed Container)
INFO - Auto-creating a container for bean com.tomitribe.tribestream.governance.wadlx.rate.RateOnMethodNoPathTest: Container(type=MANAGED, id=Default Managed Container)
INFO - Creating Container(id=Default Managed Container)
INFO - Using directory /private/tmp/tribestream/tribestream-container/target for stateful session passivation
INFO - Configuring Service(id=Default Singleton Container, type=Container, provider-id=Default Singleton Container)
INFO - Auto-creating a container for bean Orange: Container(type=SINGLETON, id=Default Singleton Container)
INFO - Creating Container(id=Default Singleton Container)
INFO - Auto-deploying ejb Orange: EjbDeployment(deployment-id=Orange)
INFO - Configuring Service(id=Default Managed Container, type=Container, provider-id=Default Managed Container)
INFO - Auto-creating a container for bean com.tomitribe.tribestream.governance.wadlx.rate.RateOnMethodTest: Container(type=MANAGED, id=Default Managed Container)
INFO - Creating Container(id=Default Managed Container)
INFO - Using directory /private/tmp/tribestream/tribestream-container/target for stateful session passivation
INFO - Configuring Service(id=Default Singleton Container, type=Container, provider-id=Default Singleton Container)
INFO - Auto-creating a container for bean Orange: Container(type=SINGLETON, id=Default Singleton Container)
INFO - Creating Container(id=Default Singleton Container)
INFO - No REST application. Add a default JAX RS mapping on /api/*
INFO - Enterprise application "/private/tmp/tribestream/tribestream-container/target/RateOnMethodNoPathTest" loaded.
INFO - Creating dedicated application classloader for RateOnMethodNoPathTest
INFO - Assembling app: /private/tmp/tribestream/tribestream-container/target/RateOnMethodNoPathTest
INFO - Created new singletonService org.apache.openejb.cdi.ThreadSingletonServiceImpl@8117683
INFO - Succeeded in installing singleton service
INFO - OpenWebBeans Container is starting...
INFO - No REST application. Add a default JAX RS mapping on /api/*
INFO - Adding OpenWebBeansPlugin : [CdiPlugin]
INFO - Enterprise application "/private/tmp/tribestream/tribestream-container/target/RateOnMethodTest" loaded.
INFO - All injection points were validated successfully.
INFO - OpenWebBeans Container has started, it took 5 ms.
INFO - Creating dedicated application classloader for RateOnMethodTest
INFO - Assembling app: /private/tmp/tribestream/tribestream-container/target/RateOnMethodTest
INFO - Jndi(name=OrangeLocalBean) --> Ejb(deployment-id=Orange)
INFO - Jndi(name=global/RateOnMethodNoPathTest/RateOnMethodNoPathTest/Orange!com.tomitribe.tribestream.governance.wadlx.rate.RateOnMethodNoPathTest$Orange) --> Ejb(deployment-id=Orange)
INFO - Jndi(name=global/RateOnMethodNoPathTest/RateOnMethodNoPathTest/Orange) --> Ejb(deployment-id=Orange)
INFO - Existing thread singleton service in SystemInstance(): org.apache.openejb.cdi.ThreadSingletonServiceImpl@8117683
INFO - Created new singletonService org.apache.openejb.cdi.ThreadSingletonServiceImpl@307f8d48
INFO - Succeeded in installing singleton service
INFO - OpenWebBeans Container is starting...
INFO - Adding OpenWebBeansPlugin : [CdiPlugin]
INFO - OpenWebBeans Container is starting...
INFO - Adding OpenWebBeansPlugin : [CdiPlugin]
INFO - All injection points were validated successfully.
INFO - OpenWebBeans Container has started, it took 3 ms.
INFO - All injection points were validated successfully.
INFO - OpenWebBeans Container has started, it took 4 ms.
INFO - Created Ejb(deployment-id=Orange, ejb-name=Orange, container=Default Singleton Container)
INFO - Started Ejb(deployment-id=Orange, ejb-name=Orange, container=Default Singleton Container)
INFO - Using providers:
INFO - org.apache.cxf.jaxrs.provider.JAXBElementProvider@37852165
INFO - org.apache.cxf.jaxrs.provider.json.JSONProvider@5538a5d
INFO - org.apache.openejb.server.cxf.rs.EJBAccessExceptionMapper@159df57a
INFO - com.tomitribe.tribestream.governance.jaxrs.ConcurrentLimitExceededExceptionMapper@2fa0e266
INFO - com.tomitribe.tribestream.governance.jaxrs.RateLimitExceededExceptionMapper@6b6faef7
INFO - com.tomitribe.tribestream.wadlx.error.ErrorMappingExceptionMapper@7148113b
INFO - Jndi(name=OrangeLocalBean) --> Ejb(deployment-id=Orange)
INFO - Jndi(name=global/RateOnMethodTest/RateOnMethodTest/Orange!com.tomitribe.tribestream.governance.wadlx.rate.RateOnMethodTest$Orange) --> Ejb(deployment-id=Orange)
INFO - Jndi(name=global/RateOnMethodTest/RateOnMethodTest/Orange) --> Ejb(deployment-id=Orange)
INFO - Existing thread singleton service in SystemInstance(): org.apache.openejb.cdi.ThreadSingletonServiceImpl@307f8d48
INFO - REST Application: http://127.0.0.1:63614/RateOnMethodNoPathTest/ -> org.apache.openejb.server.rest.InternalApplication
INFO - Service URI: http://127.0.0.1:63614/RateOnMethodNoPathTest/orange -> EJB com.tomitribe.tribestream.governance.wadlx.rate.RateOnMethodNoPathTest$Orange
INFO - GET http://127.0.0.1:63614/RateOnMethodNoPathTest/orange/ -> String header(String)
INFO - Deployed Application(path=/private/tmp/tribestream/tribestream-container/target/RateOnMethodNoPathTest)
INFO - OpenWebBeans Container is starting...
INFO - Adding OpenWebBeansPlugin : [CdiPlugin]
INFO - All injection points were validated successfully.
INFO - OpenWebBeans Container has started, it took 4 ms.
INFO - Created Ejb(deployment-id=Orange, ejb-name=Orange, container=Default Singleton Container)
INFO - Started Ejb(deployment-id=Orange, ejb-name=Orange, container=Default Singleton Container)
INFO - Undeploying app: /private/tmp/tribestream/tribestream-container/target/RateOnMethodNoPathTest
INFO - Using providers:
INFO - org.apache.cxf.jaxrs.provider.JAXBElementProvider@1087c4f7
INFO - org.apache.cxf.jaxrs.provider.json.JSONProvider@41943c9b
INFO - org.apache.openejb.server.cxf.rs.EJBAccessExceptionMapper@31829f6c
INFO - com.tomitribe.tribestream.governance.jaxrs.ConcurrentLimitExceededExceptionMapper@6b1705bf
INFO - com.tomitribe.tribestream.governance.jaxrs.RateLimitExceededExceptionMapper@347a7586
INFO - com.tomitribe.tribestream.wadlx.error.ErrorMappingExceptionMapper@53b9cb54
INFO - REST Application: http://127.0.0.1:63615/RateOnMethodTest/ -> org.apache.openejb.server.rest.InternalApplication
INFO - Service URI: http://127.0.0.1:63615/RateOnMethodTest/orange -> EJB com.tomitribe.tribestream.governance.wadlx.rate.RateOnMethodTest$Orange
INFO - GET http://127.0.0.1:63615/RateOnMethodTest/orange/yellow -> String header(String)
INFO - Deployed Application(path=/private/tmp/tribestream/tribestream-container/target/RateOnMethodTest)
INFO - Undeploying app: /private/tmp/tribestream/tribestream-container/target/RateOnMethodTest
INFO - Stopping network services
INFO - Stopping server services
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.426 sec - in com.tomitribe.tribestream.governance.wadlx.rate.RateOnMethodNoPathTest
Running com.tomitribe.tribestream.governance.wadlx.rates.RatesOnClassTest
INFO - Cannot find the configuration file [conf/openejb.xml]. Will attempt to create one for the beans deployed.
INFO - Stopping network services
INFO - Stopping server services
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.455 sec - in com.tomitribe.tribestream.governance.wadlx.rate.RateOnMethodTest
Running com.tomitribe.tribestream.governance.wadlx.rates.RatesOnMethodNoPathTest
INFO - Configuring Service(id=Default Security Service, type=SecurityService, provider-id=Default Security Service)
INFO - Cannot find the configuration file [conf/openejb.xml]. Will attempt to create one for the beans deployed.
INFO - Configuring Service(id=Default Transaction Manager, type=TransactionManager, provider-id=Default Transaction Manager)
INFO - Creating TransactionManager(id=Default Transaction Manager)
INFO - Creating SecurityService(id=Default Security Service)
INFO - Initializing network services
INFO - Creating ServerService(id=httpejbd)
INFO - Created ServicePool 'httpejbd' with (10) core threads, limited to (200) threads with a queue of (9)
INFO - Creating ServerService(id=cxf-rs)
SEVERE - MBean Object org.apache.cxf.bus.extension.ExtensionManagerBus@6323ba32 register to MBeanServer failed : javax.management.InstanceAlreadyExistsException: org.apache.cxf:bus.id=openejb.cxf.bus,type=Bus,instance.id=1663285810
INFO - Initializing network services
INFO - ** Bound Services **
INFO - NAME IP PORT
INFO - httpejbd 127.0.0.1 63616
INFO - -------
INFO - Ready!
INFO - Configuring enterprise application: /private/tmp/tribestream/tribestream-container/target/RatesOnClassTest
INFO - Configuring Service(id=Default Security Service, type=SecurityService, provider-id=Default Security Service)
INFO - Configuring Service(id=Default Transaction Manager, type=TransactionManager, provider-id=Default Transaction Manager)
INFO - Creating TransactionManager(id=Default Transaction Manager)
INFO - Creating SecurityService(id=Default Security Service)
INFO - Initializing network services
INFO - Creating ServerService(id=httpejbd)
INFO - Created ServicePool 'httpejbd' with (10) core threads, limited to (200) threads with a queue of (9)
INFO - Auto-deploying ejb Orange: EjbDeployment(deployment-id=Orange)
INFO - Configuring Service(id=Default Managed Container, type=Container, provider-id=Default Managed Container)
INFO - Auto-creating a container for bean com.tomitribe.tribestream.governance.wadlx.rates.RatesOnClassTest: Container(type=MANAGED, id=Default Managed Container)
INFO - Creating Container(id=Default Managed Container)
INFO - Using directory /private/tmp/tribestream/tribestream-container/target for stateful session passivation
INFO - Creating ServerService(id=cxf-rs)
INFO - Configuring Service(id=Default Singleton Container, type=Container, provider-id=Default Singleton Container)
INFO - Auto-creating a container for bean Orange: Container(type=SINGLETON, id=Default Singleton Container)
INFO - Creating Container(id=Default Singleton Container)
SEVERE - MBean Object org.apache.cxf.bus.extension.ExtensionManagerBus@69f77a1c register to MBeanServer failed : javax.management.InstanceAlreadyExistsException: org.apache.cxf:bus.id=openejb.cxf.bus,type=Bus,instance.id=1777826332
INFO - Initializing network services
INFO - ** Bound Services **
INFO - NAME IP PORT
INFO - httpejbd 127.0.0.1 63617
INFO - -------
INFO - Ready!
INFO - Configuring enterprise application: /private/tmp/tribestream/tribestream-container/target/RatesOnMethodNoPathTest
INFO - Auto-deploying ejb Orange: EjbDeployment(deployment-id=Orange)
INFO - Configuring Service(id=Default Managed Container, type=Container, provider-id=Default Managed Container)
INFO - Auto-creating a container for bean com.tomitribe.tribestream.governance.wadlx.rates.RatesOnMethodNoPathTest: Container(type=MANAGED, id=Default Managed Container)
INFO - Creating Container(id=Default Managed Container)
INFO - Using directory /private/tmp/tribestream/tribestream-container/target for stateful session passivation
INFO - Configuring Service(id=Default Singleton Container, type=Container, provider-id=Default Singleton Container)
INFO - Auto-creating a container for bean Orange: Container(type=SINGLETON, id=Default Singleton Container)
INFO - Creating Container(id=Default Singleton Container)
SEVERE - >>> Concurrent Tracker <ApplicationLimit.METHOD> for user<N/A> and application <TimeoutLimitsTest> exceeded > ConcurrentTracker{limit=1}
SEVERE - >>> Concurrent Tracker <ApplicationLimit.METHOD> for user<N/A> and application <TimeoutLimitsTest> exceeded > ConcurrentTracker{limit=1}
WARNING - Failed to execute ejbTimeout on ConcurrentTestBean successfully within 1 attempts
INFO - No REST application. Add a default JAX RS mapping on /api/*
INFO - Enterprise application "/private/tmp/tribestream/tribestream-container/target/RatesOnClassTest" loaded.
INFO - No REST application. Add a default JAX RS mapping on /api/*
INFO - Enterprise application "/private/tmp/tribestream/tribestream-container/target/RatesOnMethodNoPathTest" loaded.
INFO - Creating dedicated application classloader for RatesOnClassTest
INFO - Assembling app: /private/tmp/tribestream/tribestream-container/target/RatesOnClassTest
INFO - Creating dedicated application classloader for RatesOnMethodNoPathTest
INFO - Assembling app: /private/tmp/tribestream/tribestream-container/target/RatesOnMethodNoPathTest
INFO - Created new singletonService org.apache.openejb.cdi.ThreadSingletonServiceImpl@8117683
INFO - Succeeded in installing singleton service
INFO - OpenWebBeans Container is starting...
INFO - Adding OpenWebBeansPlugin : [CdiPlugin]
INFO - Created new singletonService org.apache.openejb.cdi.ThreadSingletonServiceImpl@307f8d48
INFO - Succeeded in installing singleton service
INFO - OpenWebBeans Container is starting...
INFO - All injection points were validated successfully.
INFO - OpenWebBeans Container has started, it took 4 ms.
INFO - Adding OpenWebBeansPlugin : [CdiPlugin]
INFO - All injection points were validated successfully.
INFO - OpenWebBeans Container has started, it took 4 ms.
INFO - Jndi(name=OrangeLocalBean) --> Ejb(deployment-id=Orange)
INFO - Jndi(name=global/RatesOnClassTest/RatesOnClassTest/Orange!com.tomitribe.tribestream.governance.wadlx.rates.RatesOnClassTest$Orange) --> Ejb(deployment-id=Orange)
INFO - Jndi(name=global/RatesOnClassTest/RatesOnClassTest/Orange) --> Ejb(deployment-id=Orange)
INFO - Existing thread singleton service in SystemInstance(): org.apache.openejb.cdi.ThreadSingletonServiceImpl@8117683
INFO - Jndi(name=OrangeLocalBean) --> Ejb(deployment-id=Orange)
INFO - Jndi(name=global/RatesOnMethodNoPathTest/RatesOnMethodNoPathTest/Orange!com.tomitribe.tribestream.governance.wadlx.rates.RatesOnMethodNoPathTest$Orange) --> Ejb(deployment-id=Orange)
INFO - Jndi(name=global/RatesOnMethodNoPathTest/RatesOnMethodNoPathTest/Orange) --> Ejb(deployment-id=Orange)
INFO - OpenWebBeans Container is starting...
INFO - Existing thread singleton service in SystemInstance(): org.apache.openejb.cdi.ThreadSingletonServiceImpl@307f8d48
INFO - Adding OpenWebBeansPlugin : [CdiPlugin]
INFO - OpenWebBeans Container is starting...
INFO - Adding OpenWebBeansPlugin : [CdiPlugin]
INFO - All injection points were validated successfully.
INFO - OpenWebBeans Container has started, it took 7 ms.
INFO - Created Ejb(deployment-id=Orange, ejb-name=Orange, container=Default Singleton Container)
INFO - Started Ejb(deployment-id=Orange, ejb-name=Orange, container=Default Singleton Container)
INFO - All injection points were validated successfully.
INFO - OpenWebBeans Container has started, it took 6 ms.
INFO - Using providers:
INFO - org.apache.cxf.jaxrs.provider.JAXBElementProvider@71307e5f
INFO - org.apache.cxf.jaxrs.provider.json.JSONProvider@26b8c907
INFO - org.apache.openejb.server.cxf.rs.EJBAccessExceptionMapper@159df57a
INFO - com.tomitribe.tribestream.governance.jaxrs.ConcurrentLimitExceededExceptionMapper@2d95fe6d
INFO - com.tomitribe.tribestream.governance.jaxrs.RateLimitExceededExceptionMapper@5272bd7c
INFO - com.tomitribe.tribestream.wadlx.error.ErrorMappingExceptionMapper@6af6422d
INFO - Created Ejb(deployment-id=Orange, ejb-name=Orange, container=Default Singleton Container)
INFO - Started Ejb(deployment-id=Orange, ejb-name=Orange, container=Default Singleton Container)
INFO - Using providers:
INFO - org.apache.cxf.jaxrs.provider.JAXBElementProvider@5eedaba0
INFO - org.apache.cxf.jaxrs.provider.json.JSONProvider@459ec610
INFO - org.apache.openejb.server.cxf.rs.EJBAccessExceptionMapper@31829f6c
INFO - com.tomitribe.tribestream.governance.jaxrs.ConcurrentLimitExceededExceptionMapper@3add6825
INFO - com.tomitribe.tribestream.governance.jaxrs.RateLimitExceededExceptionMapper@1de07354
INFO - com.tomitribe.tribestream.wadlx.error.ErrorMappingExceptionMapper@7ab39f1e
INFO - REST Application: http://127.0.0.1:63616/RatesOnClassTest/ -> org.apache.openejb.server.rest.InternalApplication
INFO - Service URI: http://127.0.0.1:63616/RatesOnClassTest/orange -> EJB com.tomitribe.tribestream.governance.wadlx.rates.RatesOnClassTest$Orange
INFO - GET http://127.0.0.1:63616/RatesOnClassTest/orange/yellow -> String header(String)
INFO - Deployed Application(path=/private/tmp/tribestream/tribestream-container/target/RatesOnClassTest)
INFO - REST Application: http://127.0.0.1:63617/RatesOnMethodNoPathTest/ -> org.apache.openejb.server.rest.InternalApplication
INFO - Service URI: http://127.0.0.1:63617/RatesOnMethodNoPathTest/orange -> EJB com.tomitribe.tribestream.governance.wadlx.rates.RatesOnMethodNoPathTest$Orange
INFO - GET http://127.0.0.1:63617/RatesOnMethodNoPathTest/orange/ -> String header(String)
INFO - Deployed Application(path=/private/tmp/tribestream/tribestream-container/target/RatesOnMethodNoPathTest)
INFO - Undeploying app: /private/tmp/tribestream/tribestream-container/target/RatesOnClassTest
INFO - Undeploying app: /private/tmp/tribestream/tribestream-container/target/RatesOnMethodNoPathTest
INFO - Stopping network services
INFO - Stopping server services
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.395 sec - in com.tomitribe.tribestream.governance.wadlx.rates.RatesOnClassTest
Running com.tomitribe.tribestream.governance.wadlx.rates.RatesOnMethodTest
INFO - Cannot find the configuration file [conf/openejb.xml]. Will attempt to create one for the beans deployed.
INFO - Stopping network services
INFO - Stopping server services
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.379 sec - in com.tomitribe.tribestream.governance.wadlx.rates.RatesOnMethodNoPathTest
Running com.tomitribe.tribestream.governance.wadlx.TomitribeWadlHandlerTest
INFO - Configuring Service(id=Default Security Service, type=SecurityService, provider-id=Default Security Service)
INFO - Configuring Service(id=Default Transaction Manager, type=TransactionManager, provider-id=Default Transaction Manager)
INFO - Creating TransactionManager(id=Default Transaction Manager)
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec - in com.tomitribe.tribestream.governance.wadlx.TomitribeWadlHandlerTest
INFO - Creating SecurityService(id=Default Security Service)
Running com.tomitribe.tribestream.governance.wadlx.TreeBuilderTest
INFO - Initializing network services
INFO - Creating ServerService(id=httpejbd)
INFO - Created ServicePool 'httpejbd' with (10) core threads, limited to (200) threads with a queue of (9)
INFO - Cannot find the configuration file [conf/openejb.xml]. Will attempt to create one for the beans deployed.
INFO - Creating ServerService(id=cxf-rs)
SEVERE - MBean Object org.apache.cxf.bus.extension.ExtensionManagerBus@6323ba32 register to MBeanServer failed : javax.management.InstanceAlreadyExistsException: org.apache.cxf:bus.id=openejb.cxf.bus,type=Bus,instance.id=1663285810
INFO - Initializing network services
INFO - ** Bound Services **
INFO - NAME IP PORT
INFO - httpejbd 127.0.0.1 63618
INFO - -------
INFO - Ready!
INFO - Configuring enterprise application: /private/tmp/tribestream/tribestream-container/target/RatesOnMethodTest
INFO - Configuring Service(id=Default Security Service, type=SecurityService, provider-id=Default Security Service)
INFO - Auto-deploying ejb Orange: EjbDeployment(deployment-id=Orange)
INFO - Configuring Service(id=Default Transaction Manager, type=TransactionManager, provider-id=Default Transaction Manager)
INFO - Creating TransactionManager(id=Default Transaction Manager)
INFO - Configuring Service(id=Default Managed Container, type=Container, provider-id=Default Managed Container)
INFO - Auto-creating a container for bean com.tomitribe.tribestream.governance.wadlx.rates.RatesOnMethodTest: Container(type=MANAGED, id=Default Managed Container)
INFO - Creating Container(id=Default Managed Container)
INFO - Creating SecurityService(id=Default Security Service)
INFO - Using directory /private/tmp/tribestream/tribestream-container/target for stateful session passivation
INFO - Configuring Service(id=Default Singleton Container, type=Container, provider-id=Default Singleton Container)
INFO - Auto-creating a container for bean Orange: Container(type=SINGLETON, id=Default Singleton Container)
INFO - Creating Container(id=Default Singleton Container)
INFO - Initializing network services
INFO - Creating ServerService(id=httpejbd)
INFO - Created ServicePool 'httpejbd' with (10) core threads, limited to (200) threads with a queue of (9)
INFO - Creating ServerService(id=cxf-rs)
SEVERE - MBean Object org.apache.cxf.bus.extension.ExtensionManagerBus@69f77a1c register to MBeanServer failed : javax.management.InstanceAlreadyExistsException: org.apache.cxf:bus.id=openejb.cxf.bus,type=Bus,instance.id=1777826332
INFO - Initializing network services
INFO - ** Bound Services **
INFO - NAME IP PORT
INFO - httpejbd 127.0.0.1 63617
INFO - -------
INFO - Ready!
INFO - Configuring enterprise application: /private/tmp/tribestream/tribestream-container/target/TreeBuilderTest
INFO - Configuring Service(id=Default Managed Container, type=Container, provider-id=Default Managed Container)
INFO - Auto-creating a container for bean com.tomitribe.tribestream.governance.wadlx.TreeBuilderTest: Container(type=MANAGED, id=Default Managed Container)
INFO - Creating Container(id=Default Managed Container)
INFO - Using directory /private/tmp/tribestream/tribestream-container/target for stateful session passivation
INFO - No REST application. Add a default JAX RS mapping on /api/*
INFO - Enterprise application "/private/tmp/tribestream/tribestream-container/target/RatesOnMethodTest" loaded.
INFO - Creating dedicated application classloader for RatesOnMethodTest
INFO - Assembling app: /private/tmp/tribestream/tribestream-container/target/RatesOnMethodTest
INFO - Created new singletonService org.apache.openejb.cdi.ThreadSingletonServiceImpl@8117683
INFO - Succeeded in installing singleton service
INFO - OpenWebBeans Container is starting...
INFO - Adding OpenWebBeansPlugin : [CdiPlugin]
INFO - All injection points were validated successfully.
INFO - OpenWebBeans Container has started, it took 5 ms.
INFO - Enterprise application "/private/tmp/tribestream/tribestream-container/target/TreeBuilderTest" loaded.
INFO - Jndi(name=OrangeLocalBean) --> Ejb(deployment-id=Orange)
INFO - Jndi(name=global/RatesOnMethodTest/RatesOnMethodTest/Orange!com.tomitribe.tribestream.governance.wadlx.rates.RatesOnMethodTest$Orange) --> Ejb(deployment-id=Orange)
INFO - Jndi(name=global/RatesOnMethodTest/RatesOnMethodTest/Orange) --> Ejb(deployment-id=Orange)
INFO - Creating dedicated application classloader for TreeBuilderTest
INFO - Assembling app: /private/tmp/tribestream/tribestream-container/target/TreeBuilderTest
INFO - Existing thread singleton service in SystemInstance(): org.apache.openejb.cdi.ThreadSingletonServiceImpl@8117683
INFO - OpenWebBeans Container is starting...
INFO - Adding OpenWebBeansPlugin : [CdiPlugin]
INFO - Created new singletonService org.apache.openejb.cdi.ThreadSingletonServiceImpl@307f8d48
INFO - Succeeded in installing singleton service
INFO - All injection points were validated successfully.
INFO - OpenWebBeans Container has started, it took 6 ms.
INFO - OpenWebBeans Container is starting...
INFO - Created Ejb(deployment-id=Orange, ejb-name=Orange, container=Default Singleton Container)
INFO - Adding OpenWebBeansPlugin : [CdiPlugin]
INFO - Started Ejb(deployment-id=Orange, ejb-name=Orange, container=Default Singleton Container)
INFO - Using providers:
INFO - org.apache.cxf.jaxrs.provider.JAXBElementProvider@56ad79d
INFO - org.apache.cxf.jaxrs.provider.json.JSONProvider@29718732
INFO - org.apache.openejb.server.cxf.rs.EJBAccessExceptionMapper@159df57a
INFO - com.tomitribe.tribestream.governance.jaxrs.ConcurrentLimitExceededExceptionMapper@5c62f8df
INFO - com.tomitribe.tribestream.governance.jaxrs.RateLimitExceededExceptionMapper@65c127db
INFO - com.tomitribe.tribestream.wadlx.error.ErrorMappingExceptionMapper@6c1fcf0d
INFO - All injection points were validated successfully.
INFO - OpenWebBeans Container has started, it took 4 ms.
INFO - REST Application: http://127.0.0.1:63618/RatesOnMethodTest/ -> org.apache.openejb.server.rest.InternalApplication
INFO - Service URI: http://127.0.0.1:63618/RatesOnMethodTest/orange -> EJB com.tomitribe.tribestream.governance.wadlx.rates.RatesOnMethodTest$Orange
INFO - GET http://127.0.0.1:63618/RatesOnMethodTest/orange/yellow -> String header(String)
INFO - Deployed Application(path=/private/tmp/tribestream/tribestream-container/target/RatesOnMethodTest)
INFO - Using providers:
INFO - org.apache.cxf.jaxrs.provider.JAXBElementProvider@4320644d
INFO - org.apache.cxf.jaxrs.provider.json.JSONProvider@3991da9
INFO - org.apache.openejb.server.cxf.rs.EJBAccessExceptionMapper@31829f6c
INFO - com.tomitribe.tribestream.governance.jaxrs.ConcurrentLimitExceededExceptionMapper@396a4417
INFO - com.tomitribe.tribestream.governance.jaxrs.RateLimitExceededExceptionMapper@6f9c5f73
INFO - com.tomitribe.tribestream.wadlx.error.ErrorMappingExceptionMapper@33eb044
INFO - Undeploying app: /private/tmp/tribestream/tribestream-container/target/RatesOnMethodTest
INFO - REST Application: http://127.0.0.1:63617/test/ -> org.apache.openejb.server.rest.InternalApplication
INFO - Service URI: http://127.0.0.1:63617/test/tiger -> Pojo com.tomitribe.tribestream.governance.wadlx.TreeBuilderTest$Tiger
INFO - GET http://127.0.0.1:63617/test/tiger/ -> double tribeSize()
INFO - HEAD http://127.0.0.1:63617/test/tiger/den -> String goHome(Date, String[], How)
INFO - Deployed Application(path=/private/tmp/tribestream/tribestream-container/target/TreeBuilderTest)
INFO - Undeploying app: /private/tmp/tribestream/tribestream-container/target/TreeBuilderTest
INFO - Stopping network services
INFO - Stopping server services
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.339 sec - in com.tomitribe.tribestream.governance.wadlx.rates.RatesOnMethodTest
Running com.tomitribe.tribestream.governance.WindowTrackerTest
LoggerListener.onValid > Window{elapsed=0 seconds, duration=1 second, count=1, limit=10, version=0, start=1440180648960117000, stop=1440180649960117000}
LoggerListener.onValid > Window{elapsed=0 seconds, duration=1 second, count=2, limit=10, version=0, start=1440180648960117000, stop=1440180649960117000}
LoggerListener.onValid > Window{elapsed=0 seconds, duration=1 second, count=3, limit=10, version=0, start=1440180648960117000, stop=1440180649960117000}
LoggerListener.onValid > Window{elapsed=0 seconds, duration=1 second, count=4, limit=10, version=0, start=1440180648960117000, stop=1440180649960117000}
LoggerListener.onValid > Window{elapsed=0 seconds, duration=1 second, count=5, limit=10, version=0, start=1440180648960117000, stop=1440180649960117000}
LoggerListener.onValid > Window{elapsed=0 seconds, duration=1 second, count=6, limit=10, version=0, start=1440180648960117000, stop=1440180649960117000}
LoggerListener.onValid > Window{elapsed=0 seconds, duration=1 second, count=7, limit=10, version=0, start=1440180648960117000, stop=1440180649960117000}
LoggerListener.onValid > Window{elapsed=0 seconds, duration=1 second, count=8, limit=10, version=0, start=1440180648960117000, stop=1440180649960117000}
LoggerListener.onValid > Window{elapsed=0 seconds, duration=1 second, count=9, limit=10, version=0, start=1440180648960117000, stop=1440180649960117000}
LoggerListener.onValid > Window{elapsed=0 seconds, duration=1 second, count=10, limit=10, version=0, start=1440180648960117000, stop=1440180649960117000}
INFO - Stopping network services
INFO - Stopping server services
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.333 sec - in com.tomitribe.tribestream.governance.wadlx.TreeBuilderTest
Running com.tomitribe.tribestream.notifications.cdi.AlertCDIBridgeTest
INFO - Cannot find the configuration file [conf/openejb.xml]. Will attempt to create one for the beans deployed.
INFO - Configuring Service(id=test, type=Service, provider-id=test)
INFO - Configuring Service(id=notificationCDI, type=Service, provider-id=notificationCDI)
INFO - Configuring Service(id=Default Security Service, type=SecurityService, provider-id=Default Security Service)
INFO - Configuring Service(id=Default Transaction Manager, type=TransactionManager, provider-id=Default Transaction Manager)
INFO - Creating Service(id=test)
INFO - Creating Service(id=notificationCDI)
INFO - Creating TransactionManager(id=Default Transaction Manager)
INFO - Creating SecurityService(id=Default Security Service)
INFO - Configuring enterprise application: /private/tmp/tribestream/tribestream-container/target/AlertCDIBridgeTest
INFO - Configuring Service(id=Default Managed Container, type=Container, provider-id=Default Managed Container)
INFO - Auto-creating a container for bean com.tomitribe.tribestream.notifications.cdi.AlertCDIBridgeTest: Container(type=MANAGED, id=Default Managed Container)
INFO - Creating Container(id=Default Managed Container)
INFO - Using directory /private/tmp/tribestream/tribestream-container/target for stateful session passivation
INFO - No REST application. Add a default JAX RS mapping on /api/*
INFO - Enterprise application "/private/tmp/tribestream/tribestream-container/target/AlertCDIBridgeTest" loaded.
INFO - Creating dedicated application classloader for AlertCDIBridgeTest
INFO - Assembling app: /private/tmp/tribestream/tribestream-container/target/AlertCDIBridgeTest
INFO - Created new singletonService org.apache.openejb.cdi.ThreadSingletonServiceImpl@307f8d48
INFO - Succeeded in installing singleton service
INFO - OpenWebBeans Container is starting...
INFO - Adding OpenWebBeansPlugin : [CdiPlugin]
INFO - All injection points were validated successfully.
INFO - OpenWebBeans Container has started, it took 11 ms.
INFO - Deployed Application(path=/private/tmp/tribestream/tribestream-container/target/AlertCDIBridgeTest)
INFO - Undeploying app: /private/tmp/tribestream/tribestream-container/target/AlertCDIBridgeTest
INFO - Cannot find the configuration file [conf/openejb.xml]. Will attempt to create one for the beans deployed.
INFO - Configuring Service(id=test, type=Service, provider-id=test)
INFO - Configuring Service(id=notificationCDI, type=Service, provider-id=notificationCDI)
INFO - Configuring Service(id=Default Security Service, type=SecurityService, provider-id=Default Security Service)
INFO - Configuring Service(id=Default Transaction Manager, type=TransactionManager, provider-id=Default Transaction Manager)
INFO - Creating Service(id=test)
INFO - Creating Service(id=notificationCDI)
INFO - Creating TransactionManager(id=Default Transaction Manager)
INFO - Creating SecurityService(id=Default Security Service)
INFO - Configuring enterprise application: /private/tmp/tribestream/tribestream-container/target/AlertCDIBridgeTest
INFO - Configuring Service(id=Default Managed Container, type=Container, provider-id=Default Managed Container)
INFO - Auto-creating a container for bean com.tomitribe.tribestream.notifications.cdi.AlertCDIBridgeTest: Container(type=MANAGED, id=Default Managed Container)
INFO - Creating Container(id=Default Managed Container)
INFO - Using directory /private/tmp/tribestream/tribestream-container/target for stateful session passivation
SEVERE - >>> Concurrent Tracker <ApplicationLimit.METHOD> for user<N/A> and application <TimeoutLimitsTest> exceeded > ConcurrentTracker{limit=1}
SEVERE - >>> Concurrent Tracker <ApplicationLimit.METHOD> for user<N/A> and application <TimeoutLimitsTest> exceeded > ConcurrentTracker{limit=1}
WARNING - Failed to execute ejbTimeout on ConcurrentTestBean successfully within 1 attempts
INFO - No REST application. Add a default JAX RS mapping on /api/*
INFO - Enterprise application "/private/tmp/tribestream/tribestream-container/target/AlertCDIBridgeTest" loaded.
INFO - Creating dedicated application classloader for AlertCDIBridgeTest
INFO - Assembling app: /private/tmp/tribestream/tribestream-container/target/AlertCDIBridgeTest
INFO - Created new singletonService org.apache.openejb.cdi.ThreadSingletonServiceImpl@307f8d48
INFO - Succeeded in installing singleton service
INFO - OpenWebBeans Container is starting...
INFO - Adding OpenWebBeansPlugin : [CdiPlugin]
INFO - All injection points were validated successfully.
INFO - OpenWebBeans Container has started, it took 8 ms.
INFO - Deployed Application(path=/private/tmp/tribestream/tribestream-container/target/AlertCDIBridgeTest)
INFO - Undeploying app: /private/tmp/tribestream/tribestream-container/target/AlertCDIBridgeTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.542 sec - in com.tomitribe.tribestream.notifications.cdi.AlertCDIBridgeTest
Running com.tomitribe.tribestream.notifications.core.listener.AlterPersisterObserverTest
INFO - Cannot find the configuration file [conf/openejb.xml]. Will attempt to create one for the beans deployed.
INFO - Configuring Service(id=test, type=Service, provider-id=test)
INFO - Configuring Service(id=notificationPersistence, type=Service, provider-id=notificationPersistence)
INFO - Configuring Service(id=notificationCDI, type=Service, provider-id=notificationCDI)
INFO - Configuring Service(id=Default Security Service, type=SecurityService, provider-id=Default Security Service)
INFO - Configuring Service(id=Default Transaction Manager, type=TransactionManager, provider-id=Default Transaction Manager)
INFO - Creating Service(id=test)
INFO - Creating Service(id=notificationPersistence)
INFO - Creating Service(id=notificationCDI)
INFO - Creating TransactionManager(id=Default Transaction Manager)
INFO - Creating SecurityService(id=Default Security Service)
INFO - Configuring enterprise application: tribestream-alerting-persistence
INFO - Auto-deploying ejb AlertService: EjbDeployment(deployment-id=AlertService)
INFO - Configuring Service(id=Default Managed Container, type=Container, provider-id=Default Managed Container)
INFO - Auto-creating a container for bean tribestream-alerting-persistence.Comp801523522: Container(type=MANAGED, id=Default Managed Container)
INFO - Creating Container(id=Default Managed Container)
INFO - Using directory /private/tmp/tribestream/tribestream-container/target for stateful session passivation
INFO - Configuring Service(id=Default Singleton Container, type=Container, provider-id=Default Singleton Container)
INFO - Auto-creating a container for bean AlertService: Container(type=SINGLETON, id=Default Singleton Container)
INFO - Creating Container(id=Default Singleton Container)
INFO - Configuring PersistenceUnit(name=notifications)
INFO - Configuring Service(id=Default JDBC Database, type=Resource, provider-id=Default JDBC Database)
INFO - Auto-creating a Resource with id 'Default JDBC Database' of type 'DataSource for 'notifications'.
INFO - Creating Resource(id=Default JDBC Database)
INFO - Configuring Service(id=Default Unmanaged JDBC Database, type=Resource, provider-id=Default Unmanaged JDBC Database)
INFO - Auto-creating a Resource with id 'Default Unmanaged JDBC Database' of type 'DataSource for 'notifications'.
INFO - Creating Resource(id=Default Unmanaged JDBC Database)
INFO - Adjusting PersistenceUnit notifications <jta-data-source> to Resource ID 'Default JDBC Database' from 'tribe-alert-datasource'
INFO - Adjusting PersistenceUnit notifications <non-jta-data-source> to Resource ID 'Default Unmanaged JDBC Database' from 'tribe-alert-datasourceNonJta'
INFO - Enterprise application "tribestream-alerting-persistence" loaded.
INFO - Not creating another application classloader for tribestream-alerting-persistence
INFO - Assembling app: tribestream-alerting-persistence
WARNING - JAVA AGENT NOT INSTALLED. The JPA Persistence Provider requested installation of a ClassFileTransformer which requires a JavaAgent. See http://tomee.apache.org/javaagent.html
INFO - PersistenceUnit(name=notifications, provider=org.apache.openjpa.persistence.PersistenceProviderImpl) - provider time 149ms
INFO - Jndi(name=AlertServiceLocalBean) --> Ejb(deployment-id=AlertService)
INFO - Jndi(name=global/tribestream-alerting-persistence/AlertService!com.tomitribe.tribestream.notifications.core.persistence.AlertService) --> Ejb(deployment-id=AlertService)
INFO - Jndi(name=global/tribestream-alerting-persistence/AlertService) --> Ejb(deployment-id=AlertService)
INFO - Created new singletonService org.apache.openejb.cdi.ThreadSingletonServiceImpl@307f8d48
INFO - Succeeded in installing singleton service
INFO - OpenWebBeans Container is starting...
INFO - Adding OpenWebBeansPlugin : [CdiPlugin]
INFO - All injection points were validated successfully.
INFO - OpenWebBeans Container has started, it took 24 ms.
INFO - Created Ejb(deployment-id=AlertService, ejb-name=AlertService, container=Default Singleton Container)
LoggerListener.onExpired > Window{elapsed=1 second, duration=1 second, count=10, limit=10, version=0, start=1440180648960117000, stop=1440180649960117000}
LoggerListener.onValid > Window{elapsed=0 seconds, duration=1 second, count=1, limit=10, version=1, start=1440180649960117000, stop=1440180650960117000}
LoggerListener.onValid > Window{elapsed=0 seconds, duration=1 second, count=2, limit=10, version=1, start=1440180649960117000, stop=1440180650960117000}
LoggerListener.onValid > Window{elapsed=0 seconds, duration=1 second, count=3, limit=10, version=1, start=1440180649960117000, stop=1440180650960117000}
LoggerListener.onValid > Window{elapsed=0 seconds, duration=1 second, count=4, limit=10, version=1, start=1440180649960117000, stop=1440180650960117000}
LoggerListener.onValid > Window{elapsed=0 seconds, duration=1 second, count=5, limit=10, version=1, start=1440180649960117000, stop=1440180650960117000}
LoggerListener.onValid > Window{elapsed=0 seconds, duration=1 second, count=6, limit=10, version=1, start=1440180649960117000, stop=1440180650960117000}
INFO - Started Ejb(deployment-id=AlertService, ejb-name=AlertService, container=Default Singleton Container)
LoggerListener.onValid > Window{elapsed=0 seconds, duration=1 second, count=7, limit=10, version=1, start=1440180649960117000, stop=1440180650960117000}
LoggerListener.onValid > Window{elapsed=0 seconds, duration=1 second, count=8, limit=10, version=1, start=1440180649960117000, stop=1440180650960117000}
LoggerListener.onValid > Window{elapsed=0 seconds, duration=1 second, count=9, limit=10, version=1, start=1440180649960117000, stop=1440180650960117000}
LoggerListener.onValid > Window{elapsed=0 seconds, duration=1 second, count=10, limit=10, version=1, start=1440180649960117000, stop=1440180650960117000}
INFO - Deployed Application(path=tribestream-alerting-persistence)
LoggerListener.onValid > Window{elapsed=0 seconds, duration=1 minute, count=1, limit=10, version=0, start=1440180649963985000, stop=1440180709963985000}
LoggerListener.onValid > Window{elapsed=0 seconds, duration=1 minute, count=2, limit=10, version=0, start=1440180649963985000, stop=1440180709963985000}
LoggerListener.onValid > Window{elapsed=0 seconds, duration=1 minute, count=3, limit=10, version=0, start=1440180649963985000, stop=1440180709963985000}
LoggerListener.onValid > Window{elapsed=0 seconds, duration=1 minute, count=4, limit=10, version=0, start=1440180649963985000, stop=1440180709963985000}
LoggerListener.onValid > Window{elapsed=0 seconds, duration=1 minute, count=5, limit=10, version=0, start=1440180649963985000, stop=1440180709963985000}
LoggerListener.onValid > Window{elapsed=0 seconds, duration=1 minute, count=6, limit=10, version=0, start=1440180649963985000, stop=1440180709963985000}
LoggerListener.onValid > Window{elapsed=0 seconds, duration=1 minute, count=7, limit=10, version=0, start=1440180649963985000, stop=1440180709963985000}
LoggerListener.onValid > Window{elapsed=0 seconds, duration=1 minute, count=8, limit=10, version=0, start=1440180649963985000, stop=1440180709963985000}
LoggerListener.onValid > Window{elapsed=0 seconds, duration=1 minute, count=9, limit=10, version=0, start=1440180649963985000, stop=1440180709963985000}
LoggerListener.onValid > Window{elapsed=0 seconds, duration=1 minute, count=10, limit=10, version=0, start=1440180649963985000, stop=1440180709963985000}
LoggerListener.onValid > Window{elapsed=0 seconds, duration=1 minute, count=1, limit=10, version=0, start=1440180649967284000, stop=1440180709967284000}
LoggerListener.onValid > Window{elapsed=0 seconds, duration=1 minute, count=2, limit=10, version=0, start=1440180649967284000, stop=1440180709967284000}
LoggerListener.onValid > Window{elapsed=0 seconds, duration=1 minute, count=3, limit=10, version=0, start=1440180649967284000, stop=1440180709967284000}
LoggerListener.onValid > Window{elapsed=0 seconds, duration=1 minute, count=4, limit=10, version=0, start=1440180649967284000, stop=1440180709967284000}
LoggerListener.onValid > Window{elapsed=0 seconds, duration=1 minute, count=5, limit=10, version=0, start=1440180649967284000, stop=1440180709967284000}
LoggerListener.onValid > Window{elapsed=0 seconds, duration=1 minute, count=6, limit=10, version=0, start=1440180649967284000, stop=1440180709967284000}
LoggerListener.onValid > Window{elapsed=0 seconds, duration=1 minute, count=7, limit=10, version=0, start=1440180649967284000, stop=1440180709967284000}
LoggerListener.onValid > Window{elapsed=0 seconds, duration=1 minute, count=8, limit=10, version=0, start=1440180649967284000, stop=1440180709967284000}
LoggerListener.onValid > Window{elapsed=0 seconds, duration=1 minute, count=9, limit=10, version=0, start=1440180649967284000, stop=1440180709967284000}
LoggerListener.onValid > Window{elapsed=0 seconds, duration=1 minute, count=10, limit=10, version=0, start=1440180649967284000, stop=1440180709967284000}
LoggerListener.onValid > Window{elapsed=0 seconds, duration=1 minute, count=1, limit=10, version=0, start=1440180649967885000, stop=1440180709967885000}
LoggerListener.onValid > Window{elapsed=0 seconds, duration=1 minute, count=3, limit=10, version=0, start=1440180649967885000, stop=1440180709967885000}
LoggerListener.onValid > Window{elapsed=0 seconds, duration=1 minute, count=3, limit=10, version=0, start=1440180649967885000, stop=1440180709967885000}
LoggerListener.onValid > Window{elapsed=0 seconds, duration=1 minute, count=5, limit=10, version=0, start=1440180649967885000, stop=1440180709967885000}
LoggerListener.onValid > Window{elapsed=0 seconds, duration=1 minute, count=5, limit=10, version=0, start=1440180649967885000, stop=1440180709967885000}
LoggerListener.onValid > Window{elapsed=0 seconds, duration=1 minute, count=6, limit=10, version=0, start=1440180649967885000, stop=1440180709967885000}
LoggerListener.onValid > Window{elapsed=0 seconds, duration=1 minute, count=7, limit=10, version=0, start=1440180649967885000, stop=1440180709967885000}
LoggerListener.onValid > Window{elapsed=0 seconds, duration=1 minute, count=8, limit=10, version=0, start=1440180649967885000, stop=1440180709967885000}
LoggerListener.onValid > Window{elapsed=0 seconds, duration=1 minute, count=9, limit=10, version=0, start=1440180649967885000, stop=1440180709967885000}
LoggerListener.onValid > Window{elapsed=0 seconds, duration=1 minute, count=10, limit=10, version=0, start=1440180649967885000, stop=1440180709967885000}
LoggerListener.onExceeded > Window{elapsed=0 seconds, duration=1 minute, count=11, limit=10, version=0, start=1440180649967885000, stop=1440180709967885000}
LoggerListener.onValid > Window{elapsed=0 seconds, duration=1 minute, count=1, limit=10, version=0, start=1440180649970323000, stop=1440180709970323000}
LoggerListener.onValid > Window{elapsed=0 seconds, duration=1 minute, count=2, limit=10, version=0, start=1440180649970323000, stop=1440180709970323000}
LoggerListener.onValid > Window{elapsed=0 seconds, duration=1 minute, count=3, limit=10, version=0, start=1440180649970323000, stop=1440180709970323000}
LoggerListener.onValid > Window{elapsed=0 seconds, duration=1 minute, count=4, limit=10, version=0, start=1440180649970323000, stop=1440180709970323000}
LoggerListener.onValid > Window{elapsed=0 seconds, duration=1 minute, count=5, limit=10, version=0, start=1440180649970323000, stop=1440180709970323000}
LoggerListener.onValid > Window{elapsed=0 seconds, duration=1 minute, count=6, limit=10, version=0, start=1440180649970323000, stop=1440180709970323000}
LoggerListener.onValid > Window{elapsed=0 seconds, duration=1 minute, count=7, limit=10, version=0, start=1440180649970323000, stop=1440180709970323000}
LoggerListener.onValid > Window{elapsed=0 seconds, duration=1 minute, count=8, limit=10, version=0, start=1440180649970323000, stop=1440180709970323000}
LoggerListener.onValid > Window{elapsed=0 seconds, duration=1 minute, count=9, limit=10, version=0, start=1440180649970323000, stop=1440180709970323000}
LoggerListener.onValid > Window{elapsed=0 seconds, duration=1 minute, count=10, limit=10, version=0, start=1440180649970323000, stop=1440180709970323000}
INFO - Configuring enterprise application: /private/tmp/tribestream/tribestream-container/target/AlterPersisterObserverTest
LoggerListener.onExceeded > Window{elapsed=0 seconds, duration=1 minute, count=11, limit=10, version=0, start=1440180649970323000, stop=1440180709970323000}
LoggerListener.onValid > Window{elapsed=0 seconds, duration=1 minute, count=1, limit=10, version=0, start=1440180649972543000, stop=1440180709972543000}
LoggerListener.onValid > Window{elapsed=0 seconds, duration=1 minute, count=2, limit=10, version=0, start=1440180649972543000, stop=1440180709972543000}
LoggerListener.onValid > Window{elapsed=0 seconds, duration=1 minute, count=3, limit=10, version=0, start=1440180649972543000, stop=1440180709972543000}
LoggerListener.onValid > Window{elapsed=0 seconds, duration=1 minute, count=4, limit=10, version=0, start=1440180649972543000, stop=1440180709972543000}
LoggerListener.onValid > Window{elapsed=0 seconds, duration=1 minute, count=5, limit=10, version=0, start=1440180649972543000, stop=1440180709972543000}
LoggerListener.onValid > Window{elapsed=0 seconds, duration=1 minute, count=6, limit=10, version=0, start=1440180649972543000, stop=1440180709972543000}
LoggerListener.onValid > Window{elapsed=0 seconds, duration=1 minute, count=7, limit=10, version=0, start=1440180649972543000, stop=1440180709972543000}
LoggerListener.onValid > Window{elapsed=0 seconds, duration=1 minute, count=8, limit=10, version=0, start=1440180649972543000, stop=1440180709972543000}
LoggerListener.onValid > Window{elapsed=0 seconds, duration=1 minute, count=9, limit=10, version=0, start=1440180649972543000, stop=1440180709972543000}
LoggerListener.onValid > Window{elapsed=0 seconds, duration=1 minute, count=10, limit=10, version=0, start=1440180649972543000, stop=1440180709972543000}
LoggerListener.onExceeded > Window{elapsed=0 seconds, duration=1 minute, count=11, limit=10, version=0, start=1440180649972543000, stop=1440180709972543000}
LoggerListener.onValid > Window{elapsed=0 seconds, duration=1 minute, count=1, limit=10, version=0, start=1440180649973111000, stop=1440180709973111000}
LoggerListener.onValid > Window{elapsed=0 seconds, duration=1 minute, count=2, limit=10, version=0, start=1440180649973111000, stop=1440180709973111000}
LoggerListener.onValid > Window{elapsed=0 seconds, duration=1 minute, count=3, limit=10, version=0, start=1440180649973111000, stop=1440180709973111000}
LoggerListener.onValid > Window{elapsed=0 seconds, duration=1 minute, count=4, limit=10, version=0, start=1440180649973111000, stop=1440180709973111000}
LoggerListener.onValid > Window{elapsed=0 seconds, duration=1 minute, count=5, limit=10, version=0, start=1440180649973111000, stop=1440180709973111000}
LoggerListener.onValid > Window{elapsed=0 seconds, duration=1 minute, count=6, limit=10, version=0, start=1440180649973111000, stop=1440180709973111000}
LoggerListener.onValid > Window{elapsed=0 seconds, duration=1 minute, count=7, limit=10, version=0, start=1440180649973111000, stop=1440180709973111000}
LoggerListener.onValid > Window{elapsed=0 seconds, duration=1 minute, count=8, limit=10, version=0, start=1440180649973111000, stop=1440180709973111000}
LoggerListener.onValid > Window{elapsed=0 seconds, duration=1 minute, count=9, limit=10, version=0, start=1440180649973111000, stop=1440180709973111000}
LoggerListener.onValid > Window{elapsed=0 seconds, duration=1 minute, count=10, limit=10, version=0, start=1440180649973111000, stop=1440180709973111000}
LoggerListener.onValid > Window{elapsed=0 seconds, duration=1 minute, count=1, limit=10, version=0, start=1440180649973626000, stop=1440180709973626000}
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.013 sec - in com.tomitribe.tribestream.governance.WindowTrackerTest
INFO - No REST application. Add a default JAX RS mapping on /api/*
INFO - Enterprise application "/private/tmp/tribestream/tribestream-container/target/AlterPersisterObserverTest" loaded.
Running com.tomitribe.tribestream.notifications.irc.IRCSenderTest
INFO - Cannot find the configuration file [conf/openejb.xml]. Will attempt to create one for the beans deployed.
INFO - Creating dedicated application classloader for AlterPersisterObserverTest
INFO - Assembling app: /private/tmp/tribestream/tribestream-container/target/AlterPersisterObserverTest
INFO - Existing thread singleton service in SystemInstance(): org.apache.openejb.cdi.ThreadSingletonServiceImpl@307f8d48
INFO - OpenWebBeans Container is starting...
INFO - Adding OpenWebBeansPlugin : [CdiPlugin]
INFO - All injection points were validated successfully.
INFO - OpenWebBeans Container has started, it took 3 ms.
INFO - Configuring Service(id=notificationIRC, type=Service, provider-id=notificationIRC)
INFO - Deployed Application(path=/private/tmp/tribestream/tribestream-container/target/AlterPersisterObserverTest)
INFO - Configuring Service(id=Default Security Service, type=SecurityService, provider-id=Default Security Service)
INFO - Configuring Service(id=Default Transaction Manager, type=TransactionManager, provider-id=Default Transaction Manager)
INFO - Creating Service(id=notificationIRC)
INFO - Creating TransactionManager(id=Default Transaction Manager)
INFO - Creating SecurityService(id=Default Security Service)
INFO - Configuring enterprise application: /private/tmp/tribestream/tribestream-container/target/IRCSenderTest
INFO - Starting OpenJPA 2.4.0
INFO - Configuring Service(id=Default Managed Container, type=Container, provider-id=Default Managed Container)
INFO - Auto-creating a container for bean com.tomitribe.tribestream.notifications.irc.IRCSenderTest: Container(type=MANAGED, id=Default Managed Container)
INFO - Creating Container(id=Default Managed Container)
INFO - Using directory /private/tmp/tribestream/tribestream-container/target for stateful session passivation
INFO - No REST application. Add a default JAX RS mapping on /api/*
INFO - Enterprise application "/private/tmp/tribestream/tribestream-container/target/IRCSenderTest" loaded.
INFO - Creating dedicated application classloader for IRCSenderTest
INFO - Assembling app: /private/tmp/tribestream/tribestream-container/target/IRCSenderTest
INFO - Created new singletonService org.apache.openejb.cdi.ThreadSingletonServiceImpl@8117683
INFO - Succeeded in installing singleton service
INFO - OpenWebBeans Container is starting...
INFO - Adding OpenWebBeansPlugin : [CdiPlugin]
INFO - All injection points were validated successfully.
INFO - OpenWebBeans Container has started, it took 4 ms.
INFO - Deployed Application(path=/private/tmp/tribestream/tribestream-container/target/IRCSenderTest)
INFO - Undeploying app: /private/tmp/tribestream/tribestream-container/target/IRCSenderTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.31 sec - in com.tomitribe.tribestream.notifications.irc.IRCSenderTest
Running com.tomitribe.tribestream.notifications.mail.listener.MailSenderTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 sec - in com.tomitribe.tribestream.notifications.mail.listener.MailSenderTest
SEVERE - >>> Concurrent Tracker <ApplicationLimit.METHOD> for user<N/A> and application <TimeoutLimitsTest> exceeded > ConcurrentTracker{limit=1}
SEVERE - >>> Concurrent Tracker <ApplicationLimit.METHOD> for user<N/A> and application <TimeoutLimitsTest> exceeded > ConcurrentTracker{limit=1}
WARNING - Failed to execute ejbTimeout on ConcurrentTestBean successfully within 1 attempts
Running com.tomitribe.tribestream.security.digest.DigestTest
sha=qvTGHdzF6KLavt4PO0gs2a6pQ00=
md5=XUFAKrxLKna5cZ2REBfFkg==
unixsum=8403
unixcksum=3287646509
WARNING - Skipping ... Invalid digest header: QwzjTQIHJO11oZbfwq1nx3dy0Wk=
WARNING - Skipping ... Can't resolve digester for: something Unable to find suitable MessageDigest for something
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec - in com.tomitribe.tribestream.security.digest.DigestTest
Running com.tomitribe.tribestream.security.digest.encoder.CksumEncoderTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in com.tomitribe.tribestream.security.digest.encoder.CksumEncoderTest
Running com.tomitribe.tribestream.security.digest.encoder.SumEncoderTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in com.tomitribe.tribestream.security.digest.encoder.SumEncoderTest
Running com.tomitribe.tribestream.security.digest.http.BufferedHttpServletResponseTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in com.tomitribe.tribestream.security.digest.http.BufferedHttpServletResponseTest
Running com.tomitribe.tribestream.security.extension.ViewCdiExtensionTest
INFO - Cannot find the configuration file [conf/openejb.xml]. Will attempt to create one for the beans deployed.
INFO - Configuring Service(id=notificationIRC, type=Service, provider-id=notificationIRC)
INFO - Configuring Service(id=Default Security Service, type=SecurityService, provider-id=Default Security Service)
INFO - Configuring Service(id=Default Transaction Manager, type=TransactionManager, provider-id=Default Transaction Manager)
INFO - Creating Service(id=notificationIRC)
INFO - Creating TransactionManager(id=Default Transaction Manager)
INFO - Creating SecurityService(id=Default Security Service)
INFO - Using dictionary class "org.apache.openjpa.jdbc.sql.HSQLDictionary" (HSQL Database Engine 2.3.2 ,HSQL Database Engine Driver 2.3.2).
INFO - Configuring enterprise application: /private/tmp/tribestream/tribestream-container/target/ViewCdiExtensionTest
INFO - Configuring Service(id=Default Managed Container, type=Container, provider-id=Default Managed Container)
INFO - Auto-creating a container for bean com.tomitribe.tribestream.security.extension.ViewCdiExtensionTest: Container(type=MANAGED, id=Default Managed Container)
INFO - Creating Container(id=Default Managed Container)
INFO - Using directory /private/tmp/tribestream/tribestream-container/target for stateful session passivation
INFO - Connected to HSQL Database Engine version 2.2 using JDBC driver HSQL Database Engine Driver version 2.3.2.
INFO - No REST application. Add a default JAX RS mapping on /api/*
INFO - Enterprise application "/private/tmp/tribestream/tribestream-container/target/ViewCdiExtensionTest" loaded.
INFO - Creating dedicated application classloader for ViewCdiExtensionTest
INFO - Assembling app: /private/tmp/tribestream/tribestream-container/target/ViewCdiExtensionTest
INFO - Created new singletonService org.apache.openejb.cdi.ThreadSingletonServiceImpl@8117683
INFO - Succeeded in installing singleton service
INFO - OpenWebBeans Container is starting...
INFO - Adding OpenWebBeansPlugin : [CdiPlugin]
INFO - All injection points were validated successfully.
INFO - OpenWebBeans Container has started, it took 49 ms.
INFO - Deployed Application(path=/private/tmp/tribestream/tribestream-container/target/ViewCdiExtensionTest)
INFO - Undeploying app: /private/tmp/tribestream/tribestream-container/target/ViewCdiExtensionTest
WARNING - WARN ... MyEJB: Ignoring @RolesAllowed used on interface com.tomitribe.tribestream.governance.EnforcerInterceptorTest$MyEJBAPI method sleep. Annotation only usable on the bean class.
WARNING - 1 warning for EjbModule(path=/superbiz)
INFO - The Entity "com.tomitribe.tribestream.notifications.core.persistence.Alert" was enhanced at level "1,591,689", but the current level of enhancement is "1,674,154".
INFO - A down level Entity was detected and logged. Please enable RUNTIME trace to see all down level Entities.
INFO - Cannot find the configuration file [conf/openejb.xml]. Will attempt to create one for the beans deployed.
INFO - Configuring Service(id=notificationIRC, type=Service, provider-id=notificationIRC)
INFO - Configuring Service(id=Default Security Service, type=SecurityService, provider-id=Default Security Service)
INFO - Configuring Service(id=Default Transaction Manager, type=TransactionManager, provider-id=Default Transaction Manager)
INFO - Creating Service(id=notificationIRC)
INFO - Creating TransactionManager(id=Default Transaction Manager)
INFO - Creating SecurityService(id=Default Security Service)
INFO - Configuring enterprise application: /private/tmp/tribestream/tribestream-container/target/ViewCdiExtensionTest
INFO - Configuring Service(id=Default Managed Container, type=Container, provider-id=Default Managed Container)
INFO - Auto-creating a container for bean com.tomitribe.tribestream.security.extension.ViewCdiExtensionTest: Container(type=MANAGED, id=Default Managed Container)
INFO - Creating Container(id=Default Managed Container)
INFO - Using directory /private/tmp/tribestream/tribestream-container/target for stateful session passivation
SEVERE - >>> Concurrent Tracker <UserLimit.METHOD> for user<bob> and application <N/A> exceeded > ConcurrentTracker{limit=20}
SEVERE - >>> Concurrent Tracker <UserLimit.METHOD> for user<bob> and application <N/A> exceeded > ConcurrentTracker{limit=20}
SEVERE - >>> Concurrent Tracker <UserLimit.METHOD> for user<bob> and application <N/A> exceeded > ConcurrentTracker{limit=20}
SEVERE - >>> Concurrent Tracker <UserLimit.METHOD> for user<bob> and application <N/A> exceeded > ConcurrentTracker{limit=20}
SEVERE - >>> Concurrent Tracker <UserLimit.METHOD> for user<bob> and application <N/A> exceeded > ConcurrentTracker{limit=20}
SEVERE - >>> Concurrent Tracker <UserLimit.METHOD> for user<bob> and application <N/A> exceeded > ConcurrentTracker{limit=20}
SEVERE - >>> Concurrent Tracker <UserLimit.METHOD> for user<bob> and application <N/A> exceeded > ConcurrentTracker{limit=20}
SEVERE - >>> Concurrent Tracker <UserLimit.METHOD> for user<bob> and application <N/A> exceeded > ConcurrentTracker{limit=20}
SEVERE - >>> Concurrent Tracker <UserLimit.METHOD> for user<bob> and application <N/A> exceeded > ConcurrentTracker{limit=20}
SEVERE - >>> Concurrent Tracker <UserLimit.METHOD> for user<bob> and application <N/A> exceeded > ConcurrentTracker{limit=20}
SEVERE - >>> Concurrent Tracker <UserLimit.METHOD> for user<bob> and application <N/A> exceeded > ConcurrentTracker{limit=20}
SEVERE - >>> Concurrent Tracker <UserLimit.METHOD> for user<bob> and application <N/A> exceeded > ConcurrentTracker{limit=20}
SEVERE - >>> Concurrent Tracker <UserLimit.METHOD> for user<bob> and application <N/A> exceeded > ConcurrentTracker{limit=20}
SEVERE - >>> Concurrent Tracker <UserLimit.METHOD> for user<bob> and application <N/A> exceeded > ConcurrentTracker{limit=20}
SEVERE - >>> Concurrent Tracker <UserLimit.METHOD> for user<bob> and application <N/A> exceeded > ConcurrentTracker{limit=20}
SEVERE - >>> Concurrent Tracker <UserLimit.METHOD> for user<bob> and application <N/A> exceeded > ConcurrentTracker{limit=20}
INFO - Undeploying app: /private/tmp/tribestream/tribestream-container/target/AlterPersisterObserverTest
INFO - No REST application. Add a default JAX RS mapping on /api/*
INFO - Enterprise application "/private/tmp/tribestream/tribestream-container/target/ViewCdiExtensionTest" loaded.
INFO - Creating dedicated application classloader for ViewCdiExtensionTest
INFO - Assembling app: /private/tmp/tribestream/tribestream-container/target/ViewCdiExtensionTest
SEVERE - >>> Concurrent Tracker <UserLimit.METHOD> for user<bob> and application <N/A> exceeded > ConcurrentTracker{limit=20}
INFO - Created new singletonService org.apache.openejb.cdi.ThreadSingletonServiceImpl@8117683
INFO - Succeeded in installing singleton service
INFO - OpenWebBeans Container is starting...
INFO - Adding OpenWebBeansPlugin : [CdiPlugin]
SEVERE - >>> Concurrent Tracker <UserLimit.METHOD> for user<bob> and application <N/A> exceeded > ConcurrentTracker{limit=20}
SEVERE - >>> Concurrent Tracker <UserLimit.METHOD> for user<bob> and application <N/A> exceeded > ConcurrentTracker{limit=20}
INFO - All injection points were validated successfully.
INFO - OpenWebBeans Container has started, it took 19 ms.
SEVERE - >>> Concurrent Tracker <UserLimit.METHOD> for user<bob> and application <N/A> exceeded > ConcurrentTracker{limit=20}
SEVERE - >>> Concurrent Tracker <UserLimit.METHOD> for user<bob> and application <N/A> exceeded > ConcurrentTracker{limit=20}
INFO - Deployed Application(path=/private/tmp/tribestream/tribestream-container/target/ViewCdiExtensionTest)
SEVERE - >>> Concurrent Tracker <UserLimit.METHOD> for user<bob> and application <N/A> exceeded > ConcurrentTracker{limit=20}
SEVERE - >>> Concurrent Tracker <UserLimit.METHOD> for user<bob> and application <N/A> exceeded > ConcurrentTracker{limit=20}
INFO - Undeploying app: /private/tmp/tribestream/tribestream-container/target/ViewCdiExtensionTest
SEVERE - >>> Concurrent Tracker <UserLimit.METHOD> for user<bob> and application <N/A> exceeded > ConcurrentTracker{limit=20}
INFO - Undeploying app: tribestream-alerting-persistence
SEVERE - >>> Concurrent Tracker <UserLimit.METHOD> for user<bob> and application <N/A> exceeded > ConcurrentTracker{limit=20}
INFO - Closing DataSource: Default JDBC Database
INFO - Closing DataSource: Default Unmanaged JDBC Database
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.744 sec - in com.tomitribe.tribestream.notifications.core.listener.AlterPersisterObserverTest
Running com.tomitribe.tribestream.security.jaas.AbstractRoleProviderTest
SEVERE - >>> Concurrent Tracker <ApplicationLimit.METHOD> for user<N/A> and application <TimeoutLimitsTest> exceeded > ConcurrentTracker{limit=1}
SEVERE - >>> Concurrent Tracker <ApplicationLimit.METHOD> for user<N/A> and application <TimeoutLimitsTest> exceeded > ConcurrentTracker{limit=1}
WARNING - Failed to execute ejbTimeout on ConcurrentTestBean successfully within 1 attempts
INFO - Cannot find the configuration file [conf/openejb.xml]. Will attempt to create one for the beans deployed.
INFO - Undeploying app: /private/tmp/tribestream/tribestream-container/target/TimeoutLimitsTest
SEVERE - >>> Concurrent Tracker <UserLimit.METHOD> for user<bob> and application <N/A> exceeded > ConcurrentTracker{limit=20}
INFO - Configuring Service(id=notificationIRC, type=Service, provider-id=notificationIRC)
INFO - Configuring Service(id=Default Security Service, type=SecurityService, provider-id=Default Security Service)
INFO - Configuring Service(id=Default Transaction Manager, type=TransactionManager, provider-id=Default Transaction Manager)
INFO - Creating Service(id=notificationIRC)
INFO - Creating TransactionManager(id=Default Transaction Manager)
INFO - Creating SecurityService(id=Default Security Service)
INFO - Configuring enterprise application: /private/tmp/tribestream/tribestream-container/target/ViewCdiExtensionTest
INFO - Configuring Service(id=Default Managed Container, type=Container, provider-id=Default Managed Container)
INFO - Auto-creating a container for bean com.tomitribe.tribestream.security.extension.ViewCdiExtensionTest: Container(type=MANAGED, id=Default Managed Container)
INFO - Creating Container(id=Default Managed Container)
INFO - Using directory /private/tmp/tribestream/tribestream-container/target for stateful session passivation
Nb Failed > 26
INFO - Scheduler OpenEJB-TimerService-Scheduler_$_OpenEJB shutting down.
INFO - Scheduler OpenEJB-TimerService-Scheduler_$_OpenEJB paused.
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.294 sec - in com.tomitribe.tribestream.security.jaas.AbstractRoleProviderTest
INFO - No REST application. Add a default JAX RS mapping on /api/*
INFO - Enterprise application "/private/tmp/tribestream/tribestream-container/target/ViewCdiExtensionTest" loaded.
INFO - Creating dedicated application classloader for ViewCdiExtensionTest
INFO - Assembling app: /private/tmp/tribestream/tribestream-container/target/ViewCdiExtensionTest
INFO - Created new singletonService org.apache.openejb.cdi.ThreadSingletonServiceImpl@8117683
INFO - Succeeded in installing singleton service
INFO - OpenWebBeans Container is starting...
INFO - Adding OpenWebBeansPlugin : [CdiPlugin]
INFO - All injection points were validated successfully.
INFO - OpenWebBeans Container has started, it took 17 ms.
INFO - Deployed Application(path=/private/tmp/tribestream/tribestream-container/target/ViewCdiExtensionTest)
INFO - Undeploying app: /private/tmp/tribestream/tribestream-container/target/ViewCdiExtensionTest
INFO - Registered pre-bundled control factory: 1.3.6.1.4.1.18060.0.0.1
INFO - Registered pre-bundled control factory: 2.16.840.1.113730.3.4.7
INFO - Registered pre-bundled control factory: 2.16.840.1.113730.3.4.2
INFO - Registered pre-bundled control factory: 1.2.840.113556.1.4.319
INFO - Registered pre-bundled control factory: 2.16.840.1.113730.3.4.3
INFO - Registered pre-bundled control factory: 1.3.6.1.4.1.4203.1.10.1
INFO - Registered pre-bundled control factory: 1.3.6.1.4.1.42.2.27.8.5.1
INFO - Registered pre-bundled control factory: 1.3.6.1.4.1.4203.1.9.1.3
INFO - Registered pre-bundled control factory: 1.3.6.1.4.1.4203.1.9.1.4
INFO - Registered pre-bundled control factory: 1.3.6.1.4.1.4203.1.9.1.1
INFO - Registered pre-bundled control factory: 1.3.6.1.4.1.4203.1.9.1.2
INFO - Registered pre-bundled control factory: 1.2.840.113556.1.4.473
INFO - Registered pre-bundled control factory: 1.2.840.113556.1.4.474
INFO - Registered pre-bundled extended operation factory: 1.3.6.1.1.8
INFO - Registered pre-bundled extended operation factory: 1.3.6.1.4.1.18060.0.1.8
INFO - Registered pre-bundled extended operation factory: 1.3.6.1.4.1.18060.0.1.3
INFO - Registered pre-bundled extended operation factory: 1.3.6.1.4.1.18060.0.1.6
INFO - Registered pre-bundled extended operation factory: 1.3.6.1.4.1.18060.0.1.5
SEVERE - MBean Object org.apache.cxf.bus.extension.ExtensionManagerBus@7b0fdacb register to MBeanServer failed : javax.management.InstanceAlreadyExistsException: org.apache.cxf:bus.id=openejb.cxf.bus,type=Bus,instance.id=2064636619
INFO - Registered pre-bundled extended operation factory: 1.3.6.1.4.1.4203.1.11.1
INFO - Cannot find the configuration file [conf/openejb.xml]. Will attempt to create one for the beans deployed.
INFO - Configuring Service(id=notificationIRC, type=Service, provider-id=notificationIRC)
INFO - Configuring Service(id=Default Security Service, type=SecurityService, provider-id=Default Security Service)
INFO - Configuring Service(id=Default Transaction Manager, type=TransactionManager, provider-id=Default Transaction Manager)
INFO - Creating Service(id=notificationIRC)
INFO - Creating TransactionManager(id=Default Transaction Manager)
INFO - Creating SecurityService(id=Default Security Service)
INFO - Configuring enterprise application: /private/tmp/tribestream/tribestream-container/target/ViewCdiExtensionTest
INFO - Configuring Service(id=Default Managed Container, type=Container, provider-id=Default Managed Container)
INFO - Auto-creating a container for bean com.tomitribe.tribestream.security.extension.ViewCdiExtensionTest: Container(type=MANAGED, id=Default Managed Container)
INFO - Creating Container(id=Default Managed Container)
INFO - Using directory /private/tmp/tribestream/tribestream-container/target for stateful session passivation
INFO - no custom cache configuration was set, loading the default cache configuration
INFO - No REST application. Add a default JAX RS mapping on /api/*
INFO - Enterprise application "/private/tmp/tribestream/tribestream-container/target/ViewCdiExtensionTest" loaded.
INFO - Creating dedicated application classloader for ViewCdiExtensionTest
INFO - Assembling app: /private/tmp/tribestream/tribestream-container/target/ViewCdiExtensionTest
INFO - Created new singletonService org.apache.openejb.cdi.ThreadSingletonServiceImpl@8117683
INFO - Succeeded in installing singleton service
INFO - OpenWebBeans Container is starting...
INFO - Adding OpenWebBeansPlugin : [CdiPlugin]
WARNING - WARN ... MyEJB: Ignoring @RolesAllowed used on interface com.tomitribe.tribestream.governance.EnforcerInterceptorTest$MyEJBAPI method sleep. Annotation only usable on the bean class.
WARNING - 1 warning for EjbModule(path=/superbiz)
INFO - All injection points were validated successfully.
INFO - OpenWebBeans Container has started, it took 19 ms.
INFO - Deployed Application(path=/private/tmp/tribestream/tribestream-container/target/ViewCdiExtensionTest)
INFO - Undeploying app: /private/tmp/tribestream/tribestream-container/target/ViewCdiExtensionTest
INFO - Schema directory '/private/tmp/tribestream/tribestream-container/target/server-work-CipheredLdapLoginModuleTest/partitions/schema' does NOT exist: extracted state set to false.
INFO - Cannot find the configuration file [conf/openejb.xml]. Will attempt to create one for the beans deployed.
INFO - Configuring Service(id=notificationIRC, type=Service, provider-id=notificationIRC)
INFO - Configuring Service(id=Default Security Service, type=SecurityService, provider-id=Default Security Service)
INFO - Configuring Service(id=Default Transaction Manager, type=TransactionManager, provider-id=Default Transaction Manager)
INFO - Creating Service(id=notificationIRC)
INFO - Creating TransactionManager(id=Default Transaction Manager)
INFO - Creating SecurityService(id=Default Security Service)
INFO - Configuring enterprise application: /private/tmp/tribestream/tribestream-container/target/ViewCdiExtensionTest
INFO - Configuring Service(id=Default Managed Container, type=Container, provider-id=Default Managed Container)
INFO - Auto-creating a container for bean com.tomitribe.tribestream.security.extension.ViewCdiExtensionTest: Container(type=MANAGED, id=Default Managed Container)
INFO - Creating Container(id=Default Managed Container)
INFO - Using directory /private/tmp/tribestream/tribestream-container/target for stateful session passivation
INFO - No REST application. Add a default JAX RS mapping on /api/*
INFO - Enterprise application "/private/tmp/tribestream/tribestream-container/target/ViewCdiExtensionTest" loaded.
INFO - Creating dedicated application classloader for ViewCdiExtensionTest
INFO - Assembling app: /private/tmp/tribestream/tribestream-container/target/ViewCdiExtensionTest
INFO - Created new singletonService org.apache.openejb.cdi.ThreadSingletonServiceImpl@8117683
INFO - Succeeded in installing singleton service
INFO - OpenWebBeans Container is starting...
INFO - Adding OpenWebBeansPlugin : [CdiPlugin]
INFO - All injection points were validated successfully.
INFO - OpenWebBeans Container has started, it took 15 ms.
INFO - Deployed Application(path=/private/tmp/tribestream/tribestream-container/target/ViewCdiExtensionTest)
INFO - Undeploying app: /private/tmp/tribestream/tribestream-container/target/ViewCdiExtensionTest
INFO - Cannot find the configuration file [conf/openejb.xml]. Will attempt to create one for the beans deployed.
INFO - Configuring Service(id=notificationIRC, type=Service, provider-id=notificationIRC)
INFO - Configuring Service(id=Default Security Service, type=SecurityService, provider-id=Default Security Service)
INFO - Configuring Service(id=Default Transaction Manager, type=TransactionManager, provider-id=Default Transaction Manager)
INFO - Creating Service(id=notificationIRC)
INFO - Creating TransactionManager(id=Default Transaction Manager)
INFO - Creating SecurityService(id=Default Security Service)
INFO - Configuring enterprise application: /private/tmp/tribestream/tribestream-container/target/ViewCdiExtensionTest
INFO - Configuring Service(id=Default Managed Container, type=Container, provider-id=Default Managed Container)
INFO - Auto-creating a container for bean com.tomitribe.tribestream.security.extension.ViewCdiExtensionTest: Container(type=MANAGED, id=Default Managed Container)
INFO - Creating Container(id=Default Managed Container)
INFO - Using directory /private/tmp/tribestream/tribestream-container/target for stateful session passivation
INFO - No REST application. Add a default JAX RS mapping on /api/*
INFO - Enterprise application "/private/tmp/tribestream/tribestream-container/target/ViewCdiExtensionTest" loaded.
INFO - Creating dedicated application classloader for ViewCdiExtensionTest
INFO - Assembling app: /private/tmp/tribestream/tribestream-container/target/ViewCdiExtensionTest
INFO - Created new singletonService org.apache.openejb.cdi.ThreadSingletonServiceImpl@8117683
INFO - Succeeded in installing singleton service
INFO - OpenWebBeans Container is starting...
INFO - Adding OpenWebBeansPlugin : [CdiPlugin]
INFO - All injection points were validated successfully.
INFO - OpenWebBeans Container has started, it took 18 ms.
INFO - Deployed Application(path=/private/tmp/tribestream/tribestream-container/target/ViewCdiExtensionTest)
INFO - Undeploying app: /private/tmp/tribestream/tribestream-container/target/ViewCdiExtensionTest
INFO - Cannot find the configuration file [conf/openejb.xml]. Will attempt to create one for the beans deployed.
INFO - Configuring Service(id=notificationIRC, type=Service, provider-id=notificationIRC)
INFO - Configuring Service(id=Default Security Service, type=SecurityService, provider-id=Default Security Service)
INFO - Configuring Service(id=Default Transaction Manager, type=TransactionManager, provider-id=Default Transaction Manager)
INFO - Creating Service(id=notificationIRC)
INFO - Creating TransactionManager(id=Default Transaction Manager)
INFO - Creating SecurityService(id=Default Security Service)
INFO - Configuring enterprise application: /private/tmp/tribestream/tribestream-container/target/ViewCdiExtensionTest
INFO - Configuring Service(id=Default Managed Container, type=Container, provider-id=Default Managed Container)
INFO - Auto-creating a container for bean com.tomitribe.tribestream.security.extension.ViewCdiExtensionTest: Container(type=MANAGED, id=Default Managed Container)
INFO - Creating Container(id=Default Managed Container)
INFO - Using directory /private/tmp/tribestream/tribestream-container/target for stateful session passivation
INFO - No version information : assuming version: 1
INFO - No REST application. Add a default JAX RS mapping on /api/*
INFO - Enterprise application "/private/tmp/tribestream/tribestream-container/target/ViewCdiExtensionTest" loaded.
INFO - Loading system enabled schema:
Schema Name: system
Disabled: false
Owner: uid=admin,ou=system
Dependencies: []
INFO - Creating dedicated application classloader for ViewCdiExtensionTest
INFO - Assembling app: /private/tmp/tribestream/tribestream-container/target/ViewCdiExtensionTest
INFO - Created new singletonService org.apache.openejb.cdi.ThreadSingletonServiceImpl@8117683
INFO - Succeeded in installing singleton service
INFO - OpenWebBeans Container is starting...
INFO - Adding OpenWebBeansPlugin : [CdiPlugin]
INFO - All injection points were validated successfully.
INFO - OpenWebBeans Container has started, it took 12 ms.
INFO - Deployed Application(path=/private/tmp/tribestream/tribestream-container/target/ViewCdiExtensionTest)
INFO - Undeploying app: /private/tmp/tribestream/tribestream-container/target/ViewCdiExtensionTest
INFO - Cannot find the configuration file [conf/openejb.xml]. Will attempt to create one for the beans deployed.
INFO - Configuring Service(id=notificationIRC, type=Service, provider-id=notificationIRC)
INFO - Configuring Service(id=Default Security Service, type=SecurityService, provider-id=Default Security Service)
INFO - Configuring Service(id=Default Transaction Manager, type=TransactionManager, provider-id=Default Transaction Manager)
INFO - Creating Service(id=notificationIRC)
INFO - Creating TransactionManager(id=Default Transaction Manager)
INFO - Creating SecurityService(id=Default Security Service)
INFO - Configuring enterprise application: /private/tmp/tribestream/tribestream-container/target/ViewCdiExtensionTest
INFO - Configuring Service(id=Default Managed Container, type=Container, provider-id=Default Managed Container)
INFO - Auto-creating a container for bean com.tomitribe.tribestream.security.extension.ViewCdiExtensionTest: Container(type=MANAGED, id=Default Managed Container)
INFO - Creating Container(id=Default Managed Container)
INFO - Using directory /private/tmp/tribestream/tribestream-container/target for stateful session passivation
INFO - system schema has already been loaded
INFO - Loading apachemeta enabled schema:
Schema Name: apachemeta
Disabled: false
Owner: uid=admin,ou=system
Dependencies: [system]
INFO - system schema has already been loaded
INFO - system schema has already been loaded
INFO - Loading core enabled schema:
Schema Name: core
Disabled: false
Owner: uid=admin,ou=system
Dependencies: [system]
INFO - No REST application. Add a default JAX RS mapping on /api/*
INFO - Enterprise application "/private/tmp/tribestream/tribestream-container/target/ViewCdiExtensionTest" loaded.
INFO - Loading apache enabled schema:
Schema Name: apache
Disabled: false
Owner: uid=admin,ou=system
Dependencies: [system, core]
INFO - Creating dedicated application classloader for ViewCdiExtensionTest
INFO - Assembling app: /private/tmp/tribestream/tribestream-container/target/ViewCdiExtensionTest
INFO - Created new singletonService org.apache.openejb.cdi.ThreadSingletonServiceImpl@8117683
INFO - Succeeded in installing singleton service
INFO - OpenWebBeans Container is starting...
INFO - Adding OpenWebBeansPlugin : [CdiPlugin]
INFO - All injection points were validated successfully.
INFO - OpenWebBeans Container has started, it took 12 ms.
INFO - Deployed Application(path=/private/tmp/tribestream/tribestream-container/target/ViewCdiExtensionTest)
INFO - Undeploying app: /private/tmp/tribestream/tribestream-container/target/ViewCdiExtensionTest
INFO - core schema has already been loaded
INFO - Loading other enabled schema:
Schema Name: other
Disabled: false
Owner: uid=admin,ou=system
Dependencies: [system, apachemeta, apache, core]
INFO - system schema has already been loaded
INFO - core schema has already been loaded
INFO - Loading cosine enabled schema:
Schema Name: cosine
Disabled: false
Owner: uid=admin,ou=system
Dependencies: [system, core]
INFO - system schema has already been loaded
INFO - core schema has already been loaded
INFO - Loading collective enabled schema:
Schema Name: collective
Disabled: false
Owner: uid=admin,ou=system
Dependencies: [system, core]
INFO - system schema has already been loaded
INFO - cosine schema has already been loaded
INFO - core schema has already been loaded
INFO - Loading inetorgperson enabled schema:
Schema Name: inetorgperson
Disabled: false
Owner: uid=admin,ou=system
Dependencies: [system, cosine, core]
INFO - apache schema has already been loaded
INFO - system schema has already been loaded
INFO - system schema has already been loaded
INFO - Loading pwdpolicy enabled schema:
Schema Name: pwdpolicy
Disabled: false
Owner: uid=admin,ou=system
Dependencies: [system]
INFO - system schema has already been loaded
INFO - core schema has already been loaded
INFO - Loading krb5kdc enabled schema:
Schema Name: krb5kdc
Disabled: false
Owner: uid=admin,ou=system
Dependencies: [system, core]
INFO - apachemeta schema has already been loaded
INFO - core schema has already been loaded
INFO - system schema has already been loaded
INFO - core schema has already been loaded
INFO - Loading java enabled schema:
Schema Name: java
Disabled: false
Owner: uid=admin,ou=system
Dependencies: [system, core]
INFO - system schema has already been loaded
INFO - core schema has already been loaded
INFO - apache schema has already been loaded
INFO - Loading adsconfig enabled schema:
Schema Name: adsconfig
Disabled: false
Owner: uid=admin,ou=system
Dependencies: [system, core, apache]
INFO - Cannot find the configuration file [conf/openejb.xml]. Will attempt to create one for the beans deployed.
INFO - Configuring Service(id=notificationIRC, type=Service, provider-id=notificationIRC)
INFO - Configuring Service(id=Default Security Service, type=SecurityService, provider-id=Default Security Service)
INFO - Configuring Service(id=Default Transaction Manager, type=TransactionManager, provider-id=Default Transaction Manager)
INFO - Creating Service(id=notificationIRC)
INFO - Creating TransactionManager(id=Default Transaction Manager)
INFO - Creating SecurityService(id=Default Security Service)
INFO - No version information : assuming version: 1
INFO - No version information : assuming version: 1
INFO - No version information : assuming version: 1
INFO - Configuring enterprise application: /private/tmp/tribestream/tribestream-container/target/ViewCdiExtensionTest
INFO - No version information : assuming version: 1
INFO - No version information : assuming version: 1
INFO - No version information : assuming version: 1
INFO - No version information : assuming version: 1
INFO - No version information : assuming version: 1
INFO - No version information : assuming version: 1
INFO - Configuring Service(id=Default Managed Container, type=Container, provider-id=Default Managed Container)
INFO - Auto-creating a container for bean com.tomitribe.tribestream.security.extension.ViewCdiExtensionTest: Container(type=MANAGED, id=Default Managed Container)
INFO - Creating Container(id=Default Managed Container)
INFO - Using directory /private/tmp/tribestream/tribestream-container/target for stateful session passivation
INFO - No version information : assuming version: 1
INFO - No version information : assuming version: 1
WARNING - ApacheDS shutdown hook has NOT been registered with the runtime. This default setting for standalone operation has been overriden.
INFO - fetching the cache named dnCache
INFO - No REST application. Add a default JAX RS mapping on /api/*
INFO - Enterprise application "/private/tmp/tribestream/tribestream-container/target/ViewCdiExtensionTest" loaded.
INFO - Creating dedicated application classloader for ViewCdiExtensionTest
INFO - Assembling app: /private/tmp/tribestream/tribestream-container/target/ViewCdiExtensionTest
INFO - Created new singletonService org.apache.openejb.cdi.ThreadSingletonServiceImpl@8117683
INFO - Succeeded in installing singleton service
INFO - OpenWebBeans Container is starting...
INFO - Adding OpenWebBeansPlugin : [CdiPlugin]
INFO - No version information : assuming version: 1
INFO - All injection points were validated successfully.
INFO - OpenWebBeans Container has started, it took 14 ms.
INFO - Deployed Application(path=/private/tmp/tribestream/tribestream-container/target/ViewCdiExtensionTest)
INFO - Undeploying app: /private/tmp/tribestream/tribestream-container/target/ViewCdiExtensionTest
INFO - Cannot find the configuration file [conf/openejb.xml]. Will attempt to create one for the beans deployed.
INFO - Configuring Service(id=notificationIRC, type=Service, provider-id=notificationIRC)
INFO - Configuring Service(id=Default Security Service, type=SecurityService, provider-id=Default Security Service)
INFO - Configuring Service(id=Default Transaction Manager, type=TransactionManager, provider-id=Default Transaction Manager)
INFO - Creating Service(id=notificationIRC)
INFO - Creating TransactionManager(id=Default Transaction Manager)
INFO - Creating SecurityService(id=Default Security Service)
INFO - Configuring enterprise application: /private/tmp/tribestream/tribestream-container/target/ViewCdiExtensionTest
INFO - Configuring Service(id=Default Managed Container, type=Container, provider-id=Default Managed Container)
INFO - Auto-creating a container for bean com.tomitribe.tribestream.security.extension.ViewCdiExtensionTest: Container(type=MANAGED, id=Default Managed Container)
INFO - Creating Container(id=Default Managed Container)
INFO - Using directory /private/tmp/tribestream/tribestream-container/target for stateful session passivation
INFO - No version information : assuming version: 1
INFO - No version information : assuming version: 1
INFO - No version information : assuming version: 1
INFO - No version information : assuming version: 1
INFO - No version information : assuming version: 1
INFO - No version information : assuming version: 1
INFO - No version information : assuming version: 1
INFO - No version information : assuming version: 1
INFO - No version information : assuming version: 1
INFO - No version information : assuming version: 1
INFO - No version information : assuming version: 1
INFO - No REST application. Add a default JAX RS mapping on /api/*
INFO - Enterprise application "/private/tmp/tribestream/tribestream-container/target/ViewCdiExtensionTest" loaded.
INFO - Creating dedicated application classloader for ViewCdiExtensionTest
INFO - Assembling app: /private/tmp/tribestream/tribestream-container/target/ViewCdiExtensionTest
SEVERE - >>> Window Tracker <UserLimit.METHOD> for user<bob> and application <N/A> is invalid > Window{elapsed=1 second, duration=1 second, count=1, limit=10, version=0, start=1440180651682079000, stop=1440180652682079000}
INFO - Created new singletonService org.apache.openejb.cdi.ThreadSingletonServiceImpl@8117683
INFO - Succeeded in installing singleton service
INFO - OpenWebBeans Container is starting...
INFO - Adding OpenWebBeansPlugin : [CdiPlugin]
INFO - All injection points were validated successfully.
INFO - OpenWebBeans Container has started, it took 20 ms.
INFO - Deployed Application(path=/private/tmp/tribestream/tribestream-container/target/ViewCdiExtensionTest)
INFO - Undeploying app: /private/tmp/tribestream/tribestream-container/target/ViewCdiExtensionTest
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: apacheDnsDomainName
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: apacheDnsDomainName
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: apacheDnsTtl
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: apacheDnsDomainName
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: apacheDnsAbstractRecord
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: apacheDnsDomainName
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: apacheDnsIpAddress
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: apacheDnsAbstractRecord
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: apacheDnsIpAddress
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: apacheDnsAbstractRecord
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: apacheDnsDomainName
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: apacheDnsAbstractRecord
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: apacheDnsDomainName
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: apacheDnsAbstractRecord
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: apacheDnsSoaMName
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: apacheDnsSoaRName
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: apacheDnsSoaMinimum
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: apacheDnsAbstractRecord
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: apacheDnsClass
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: apacheDnsSoaSerial
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: apacheDnsSoaRefresh
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: apacheDnsSoaRetry
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: apacheDnsSoaExpire
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: apacheDnsDomainName
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: apacheDnsAbstractRecord
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: apacheDnsMxPreference
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: apacheDnsDomainName
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: apacheDnsAbstractRecord
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: apacheDnsCharacterString
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: apacheDnsAbstractRecord
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: apacheDnsServicePriority
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: apacheDnsServiceWeight
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: apacheDnsServicePort
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: apacheDnsDomainName
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: apacheDnsAbstractRecord
INFO - Cannot find the configuration file [conf/openejb.xml]. Will attempt to create one for the beans deployed.
INFO - Configuring Service(id=notificationIRC, type=Service, provider-id=notificationIRC)
INFO - Configuring Service(id=Default Security Service, type=SecurityService, provider-id=Default Security Service)
INFO - Configuring Service(id=Default Transaction Manager, type=TransactionManager, provider-id=Default Transaction Manager)
INFO - Creating Service(id=notificationIRC)
INFO - Creating TransactionManager(id=Default Transaction Manager)
INFO - Creating SecurityService(id=Default Security Service)
INFO - Configuring enterprise application: /private/tmp/tribestream/tribestream-container/target/ViewCdiExtensionTest
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: automountInformation
INFO - Configuring Service(id=Default Managed Container, type=Container, provider-id=Default Managed Container)
INFO - Auto-creating a container for bean com.tomitribe.tribestream.security.extension.ViewCdiExtensionTest: Container(type=MANAGED, id=Default Managed Container)
INFO - Creating Container(id=Default Managed Container)
INFO - Using directory /private/tmp/tribestream/tribestream-container/target for stateful session passivation
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: corbaIor
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: corbaObject
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: corbaRepositoryId
INFO - No REST application. Add a default JAX RS mapping on /api/*
INFO - Enterprise application "/private/tmp/tribestream/tribestream-container/target/ViewCdiExtensionTest" loaded.
INFO - Creating dedicated application classloader for ViewCdiExtensionTest
INFO - Assembling app: /private/tmp/tribestream/tribestream-container/target/ViewCdiExtensionTest
INFO - Created new singletonService org.apache.openejb.cdi.ThreadSingletonServiceImpl@8117683
INFO - Succeeded in installing singleton service
INFO - OpenWebBeans Container is starting...
INFO - Adding OpenWebBeansPlugin : [CdiPlugin]
INFO - All injection points were validated successfully.
INFO - OpenWebBeans Container has started, it took 14 ms.
INFO - Deployed Application(path=/private/tmp/tribestream/tribestream-container/target/ViewCdiExtensionTest)
INFO - Undeploying app: /private/tmp/tribestream/tribestream-container/target/ViewCdiExtensionTest
INFO - Cannot find the configuration file [conf/openejb.xml]. Will attempt to create one for the beans deployed.
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpPrimaryDN
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpSecondaryDN
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpSharedNetworkDN
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpSubnetDN
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpGroupDN
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpHostDN
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpClassesDN
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpOptionsDN
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpStatements
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpAddressState
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpExpirationTime
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpStartTimeOfState
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpLastTransactionTime
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpBootpFlag
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpDomainName
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpDnsStatus
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpRequestedHostName
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpAssignedHostName
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpReservedForClient
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpAssignedToClient
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpRelayAgentInfo
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpHWAddress
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpAddressState
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpExpirationTime
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpStartTimeOfState
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpLastTransactionTime
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpBootpFlag
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpDomainName
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpDnsStatus
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpRequestedHostName
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpAssignedHostName
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpReservedForClient
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpAssignedToClient
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpRelayAgentInfo
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpHWAddress
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpErrorLog
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpServiceDN
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpVersion
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpImplementation
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpHashBucketAssignment
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpDelayedServiceParameter
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpMaxClientLeadTime
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpFailOverEndpointState
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpStatements
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpSubnetDN
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpPoolDN
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpOptionsDN
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpStatements
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpNetMask
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpRange
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpPoolDN
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpGroupDN
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpHostDN
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpClassesDN
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpLeasesDN
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpOptionsDN
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpStatements
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpRange
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpClassesDN
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpPermitList
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpLeasesDN
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpOptionsDN
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpStatements
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpHostDN
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpOptionsDN
INFO - Configuring Service(id=notificationIRC, type=Service, provider-id=notificationIRC)
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpStatements
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpLeaseDN
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpHWAddress
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpOptionsDN
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpStatements
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpSubclassesDN
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpOptionsDN
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpStatements
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpClassData
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpOptionsDN
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpStatements
INFO - Configuring Service(id=Default Security Service, type=SecurityService, provider-id=Default Security Service)
INFO - Configuring Service(id=Default Transaction Manager, type=TransactionManager, provider-id=Default Transaction Manager)
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpOption
INFO - Creating Service(id=notificationIRC)
INFO - Creating TransactionManager(id=Default Transaction Manager)
INFO - Creating SecurityService(id=Default Security Service)
INFO - Configuring enterprise application: /private/tmp/tribestream/tribestream-container/target/ViewCdiExtensionTest
INFO - Configuring Service(id=Default Managed Container, type=Container, provider-id=Default Managed Container)
INFO - Auto-creating a container for bean com.tomitribe.tribestream.security.extension.ViewCdiExtensionTest: Container(type=MANAGED, id=Default Managed Container)
INFO - Creating Container(id=Default Managed Container)
INFO - Using directory /private/tmp/tribestream/tribestream-container/target for stateful session passivation
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: xmozillanickname
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: xmozillausehtmlmail
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: mozillaSecondEmail
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: mozillaPostalAddress2
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: mozillaHomePostalAddress2
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: mozillaHomeLocalityName
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: mozillaHomeState
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: mozillaHomePostalCode
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: mozillaHomeCountryName
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: mozillaHomeFriendlyCountryName
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: homeurl
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: workurl
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: custom1
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: custom2
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: custom3
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: custom4
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: nsAIMid
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: caseExactIA5SubstringsMatch
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: caseExactIA5SubstringsMatch
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: caseExactIA5SubstringsMatch
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: uidNumber
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: gidNumber
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: homeDirectory
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: loginShell
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: gecos
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: shadowLastChange
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: shadowMin
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: shadowMax
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: shadowWarning
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: shadowInactive
INFO - No REST application. Add a default JAX RS mapping on /api/*
INFO - Enterprise application "/private/tmp/tribestream/tribestream-container/target/ViewCdiExtensionTest" loaded.
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: shadowExpire
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: shadowFlag
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: nisMapEntry
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: nisMapName
INFO - Creating dedicated application classloader for ViewCdiExtensionTest
INFO - Assembling app: /private/tmp/tribestream/tribestream-container/target/ViewCdiExtensionTest
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: macAddress
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: bootFile
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: bootParameter
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: gidNumber
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: memberUid
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: ipServicePort
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: ipServiceProtocol
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: ipProtocolNumber
INFO - Created new singletonService org.apache.openejb.cdi.ThreadSingletonServiceImpl@8117683
INFO - Succeeded in installing singleton service
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: oncRpcNumber
INFO - OpenWebBeans Container is starting...
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: ipHostNumber
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: ipNetworkNumber
INFO - Adding OpenWebBeansPlugin : [CdiPlugin]
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: ipNetmaskNumber
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: nisNetgroupTriple
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: memberNisNetgroup
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: nisMapName
INFO - All injection points were validated successfully.
INFO - OpenWebBeans Container has started, it took 19 ms.
INFO - Deployed Application(path=/private/tmp/tribestream/tribestream-container/target/ViewCdiExtensionTest)
INFO - Undeploying app: /private/tmp/tribestream/tribestream-container/target/ViewCdiExtensionTest
INFO - No version information : assuming version: 1
INFO - No version information : assuming version: 1
INFO - No version information : assuming version: 1
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: caseExactIA5SubstringsMatch
INFO - No version information : assuming version: 1
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: caseExactIA5SubstringsMatch
INFO - No version information : assuming version: 1
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: nisPublicKey
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: nisSecretKey
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: uidNumber
INFO - No version information : assuming version: 1
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: nisDomain
INFO - No version information : assuming version: 1
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaShareName
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaOptionName
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaBoolOption
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaIntegerOption
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaStringListOption
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaStringOption
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaSID
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaPrivilegeList
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaDomainName
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaNTPassword
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaTrustFlags
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaPwdLastSet
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaSID
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: gidNumber
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaGroupType
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaSID
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaSIDList
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaDomainName
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaSID
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaAlgorithmicRidBase
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaForceLogoff
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaLockoutDuration
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaLockoutObservationWindow
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaLockoutThreshold
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaLogonToChgPwd
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaMaxPwdAge
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaMinPwdAge
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaMinPwdLength
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaNextGroupRid
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaNextRid
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaNextUserRid
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaPwdHistoryLength
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaRefuseMachinePwdChange
INFO - Cannot find the configuration file [conf/openejb.xml]. Will attempt to create one for the beans deployed.
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaSID
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaAcctFlags
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaBadPasswordCount
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaBadPasswordTime
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaDomainName
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaHomeDrive
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaHomePath
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaKickoffTime
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaLMPassword
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaLogoffTime
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaLogonHours
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaLogonScript
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaLogonTime
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaMungedDial
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaNTPassword
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaPasswordHistory
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaPrimaryGroupSID
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaProfilePath
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaPwdCanChange
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaPwdLastSet
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaPwdMustChange
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaUserWorkstations
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: gidNumber
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: uidNumber
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaSID
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: gidNumber
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: uidNumber
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaSID
INFO - Configuring Service(id=notificationIRC, type=Service, provider-id=notificationIRC)
INFO - Configuring Service(id=Default Security Service, type=SecurityService, provider-id=Default Security Service)
INFO - Configuring Service(id=Default Transaction Manager, type=TransactionManager, provider-id=Default Transaction Manager)
INFO - Creating Service(id=notificationIRC)
INFO - Creating TransactionManager(id=Default Transaction Manager)
INFO - Creating SecurityService(id=Default Security Service)
INFO - Configuring enterprise application: /private/tmp/tribestream/tribestream-container/target/ViewCdiExtensionTest
INFO - Configuring Service(id=Default Managed Container, type=Container, provider-id=Default Managed Container)
INFO - Auto-creating a container for bean com.tomitribe.tribestream.security.extension.ViewCdiExtensionTest: Container(type=MANAGED, id=Default Managed Container)
INFO - Creating Container(id=Default Managed Container)
INFO - Using directory /private/tmp/tribestream/tribestream-container/target for stateful session passivation
INFO - No REST application. Add a default JAX RS mapping on /api/*
INFO - Enterprise application "/private/tmp/tribestream/tribestream-container/target/ViewCdiExtensionTest" loaded.
INFO - Creating dedicated application classloader for ViewCdiExtensionTest
INFO - Assembling app: /private/tmp/tribestream/tribestream-container/target/ViewCdiExtensionTest
INFO - Created new singletonService org.apache.openejb.cdi.ThreadSingletonServiceImpl@8117683
INFO - Succeeded in installing singleton service
INFO - OpenWebBeans Container is starting...
INFO - Adding OpenWebBeansPlugin : [CdiPlugin]
INFO - All injection points were validated successfully.
INFO - OpenWebBeans Container has started, it took 18 ms.
INFO - Deployed Application(path=/private/tmp/tribestream/tribestream-container/target/ViewCdiExtensionTest)
INFO - Undeploying app: /private/tmp/tribestream/tribestream-container/target/ViewCdiExtensionTest
INFO - fetching the cache named alias
INFO - fetching the cache named piar
INFO - fetching the cache named system
INFO - Cannot find the configuration file [conf/openejb.xml]. Will attempt to create one for the beans deployed.
INFO - Configuring Service(id=notificationIRC, type=Service, provider-id=notificationIRC)
INFO - Configuring Service(id=Default Security Service, type=SecurityService, provider-id=Default Security Service)
INFO - Configuring Service(id=Default Transaction Manager, type=TransactionManager, provider-id=Default Transaction Manager)
INFO - Creating Service(id=notificationIRC)
INFO - Creating TransactionManager(id=Default Transaction Manager)
INFO - Creating SecurityService(id=Default Security Service)
INFO - Configuring enterprise application: /private/tmp/tribestream/tribestream-container/target/ViewCdiExtensionTest
INFO - Configuring Service(id=Default Managed Container, type=Container, provider-id=Default Managed Container)
INFO - Auto-creating a container for bean com.tomitribe.tribestream.security.extension.ViewCdiExtensionTest: Container(type=MANAGED, id=Default Managed Container)
INFO - Creating Container(id=Default Managed Container)
INFO - Using directory /private/tmp/tribestream/tribestream-container/target for stateful session passivation
INFO - No REST application. Add a default JAX RS mapping on /api/*
INFO - Enterprise application "/private/tmp/tribestream/tribestream-container/target/ViewCdiExtensionTest" loaded.
INFO - Creating dedicated application classloader for ViewCdiExtensionTest
INFO - Assembling app: /private/tmp/tribestream/tribestream-container/target/ViewCdiExtensionTest
INFO - Created new singletonService org.apache.openejb.cdi.ThreadSingletonServiceImpl@8117683
INFO - Succeeded in installing singleton service
INFO - OpenWebBeans Container is starting...
INFO - Adding OpenWebBeansPlugin : [CdiPlugin]
INFO - All injection points were validated successfully.
INFO - OpenWebBeans Container has started, it took 17 ms.
INFO - Deployed Application(path=/private/tmp/tribestream/tribestream-container/target/ViewCdiExtensionTest)
INFO - Undeploying app: /private/tmp/tribestream/tribestream-container/target/ViewCdiExtensionTest
INFO - Keys and self signed certificate successfully generated.
INFO - fetching the cache named groupCache
INFO - Cannot find the configuration file [conf/openejb.xml]. Will attempt to create one for the beans deployed.
INFO - Configuring Service(id=notificationIRC, type=Service, provider-id=notificationIRC)
INFO - Configuring Service(id=Default Security Service, type=SecurityService, provider-id=Default Security Service)
INFO - Configuring Service(id=Default Transaction Manager, type=TransactionManager, provider-id=Default Transaction Manager)
INFO - Creating Service(id=notificationIRC)
INFO - Creating TransactionManager(id=Default Transaction Manager)
INFO - Creating SecurityService(id=Default Security Service)
INFO - Configuring enterprise application: /private/tmp/tribestream/tribestream-container/target/ViewCdiExtensionTest
INFO - Initializing ...
INFO - Initialization complete.
INFO - Configuring Service(id=Default Managed Container, type=Container, provider-id=Default Managed Container)
INFO - Auto-creating a container for bean com.tomitribe.tribestream.security.extension.ViewCdiExtensionTest: Container(type=MANAGED, id=Default Managed Container)
INFO - Creating Container(id=Default Managed Container)
INFO - Using directory /private/tmp/tribestream/tribestream-container/target for stateful session passivation
WARNING - You didn't change the admin password of directory service instance 'CipheredLdapLoginModuleTest'. Please update the admin password as soon as possible to prevent a possible security breach.
INFO - fetching the cache named alias
INFO - fetching the cache named piar
INFO - fetching the cache named CipheredLdapLoginModuleTest
INFO - No REST application. Add a default JAX RS mapping on /api/*
INFO - Enterprise application "/private/tmp/tribestream/tribestream-container/target/ViewCdiExtensionTest" loaded.
INFO - Creating dedicated application classloader for ViewCdiExtensionTest
INFO - Assembling app: /private/tmp/tribestream/tribestream-container/target/ViewCdiExtensionTest
INFO - Created new singletonService org.apache.openejb.cdi.ThreadSingletonServiceImpl@8117683
INFO - Succeeded in installing singleton service
INFO - OpenWebBeans Container is starting...
INFO - Adding OpenWebBeansPlugin : [CdiPlugin]
INFO - All injection points were validated successfully.
INFO - OpenWebBeans Container has started, it took 11 ms.
INFO - Deployed Application(path=/private/tmp/tribestream/tribestream-container/target/ViewCdiExtensionTest)
INFO - Undeploying app: /private/tmp/tribestream/tribestream-container/target/ViewCdiExtensionTest
SEVERE - >>> Window Tracker <UserLimit.METHOD> for user<bob> and application <N/A> is invalid > Window{elapsed=0 seconds, duration=1 second, count=0, limit=10, version=2, start=1440180654682079000, stop=1440180655682079000}
INFO - Cannot find the configuration file [conf/openejb.xml]. Will attempt to create one for the beans deployed.
INFO - Configuring Service(id=notificationIRC, type=Service, provider-id=notificationIRC)
INFO - Configuring Service(id=Default Security Service, type=SecurityService, provider-id=Default Security Service)
INFO - Configuring Service(id=Default Transaction Manager, type=TransactionManager, provider-id=Default Transaction Manager)
INFO - Creating Service(id=notificationIRC)
INFO - Creating TransactionManager(id=Default Transaction Manager)
INFO - Creating SecurityService(id=Default Security Service)
INFO - Configuring enterprise application: /private/tmp/tribestream/tribestream-container/target/ViewCdiExtensionTest
INFO - Configuring Service(id=Default Managed Container, type=Container, provider-id=Default Managed Container)
INFO - Auto-creating a container for bean com.tomitribe.tribestream.security.extension.ViewCdiExtensionTest: Container(type=MANAGED, id=Default Managed Container)
INFO - Creating Container(id=Default Managed Container)
INFO - Using directory /private/tmp/tribestream/tribestream-container/target for stateful session passivation
INFO - Successful bind of an LDAP Service (63749) is completed.
INFO - Ldap service started.
Running com.tomitribe.tribestream.security.jaas.CipheredLdapLoginModuleTest
INFO - No REST application. Add a default JAX RS mapping on /api/*
INFO - Enterprise application "/private/tmp/tribestream/tribestream-container/target/ViewCdiExtensionTest" loaded.
INFO - Creating dedicated application classloader for ViewCdiExtensionTest
INFO - Assembling app: /private/tmp/tribestream/tribestream-container/target/ViewCdiExtensionTest
INFO - Created new singletonService org.apache.openejb.cdi.ThreadSingletonServiceImpl@8117683
INFO - Succeeded in installing singleton service
INFO - OpenWebBeans Container is starting...
INFO - Adding OpenWebBeansPlugin : [CdiPlugin]
INFO - All injection points were validated successfully.
INFO - OpenWebBeans Container has started, it took 16 ms.
INFO - Deployed Application(path=/private/tmp/tribestream/tribestream-container/target/ViewCdiExtensionTest)
INFO - Undeploying app: /private/tmp/tribestream/tribestream-container/target/ViewCdiExtensionTest
Tests run: 18, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 5.077 sec - in com.tomitribe.tribestream.security.extension.ViewCdiExtensionTest
INFO - Registered pre-bundled control factory: 1.3.6.1.4.1.18060.0.0.1
INFO - Registered pre-bundled control factory: 2.16.840.1.113730.3.4.7
INFO - Registered pre-bundled control factory: 2.16.840.1.113730.3.4.2
INFO - Registered pre-bundled control factory: 1.2.840.113556.1.4.319
INFO - Registered pre-bundled control factory: 2.16.840.1.113730.3.4.3
INFO - Registered pre-bundled control factory: 1.3.6.1.4.1.4203.1.10.1
INFO - Registered pre-bundled control factory: 1.3.6.1.4.1.42.2.27.8.5.1
INFO - Registered pre-bundled control factory: 1.3.6.1.4.1.4203.1.9.1.3
INFO - Registered pre-bundled control factory: 1.3.6.1.4.1.4203.1.9.1.4
INFO - Registered pre-bundled control factory: 1.3.6.1.4.1.4203.1.9.1.1
INFO - Registered pre-bundled control factory: 1.3.6.1.4.1.4203.1.9.1.2
INFO - Registered pre-bundled control factory: 1.2.840.113556.1.4.473
INFO - Registered pre-bundled control factory: 1.2.840.113556.1.4.474
INFO - Registered pre-bundled extended operation factory: 1.3.6.1.1.8
INFO - Registered pre-bundled extended operation factory: 1.3.6.1.4.1.18060.0.1.8
INFO - Registered pre-bundled extended operation factory: 1.3.6.1.4.1.18060.0.1.3
INFO - Registered pre-bundled extended operation factory: 1.3.6.1.4.1.18060.0.1.6
INFO - Registered pre-bundled extended operation factory: 1.3.6.1.4.1.18060.0.1.5
INFO - Registered pre-bundled extended operation factory: 1.3.6.1.4.1.4203.1.11.1
WARNING - Null LdapSession given to cleanUpSession.
INFO - Authentication succeeded for dn: cn=Jean-Louis Monteiro,ou=people,o=supertribe
INFO - no custom cache configuration was set, loading the default cache configuration
INFO - Unbind of an LDAP service (63749) is complete.
INFO - Sending notice of disconnect to existing clients sessions.
INFO - Ldap service stopped.
INFO - clearing all the caches
INFO - Schema directory '/private/tmp/tribestream/tribestream-container/target/server-work-CustomLdapLoginModuleTest/partitions/schema' does NOT exist: extracted state set to false.
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.56 sec - in com.tomitribe.tribestream.security.jaas.CipheredLdapLoginModuleTest
Running com.tomitribe.tribestream.security.jaas.JAASInstallerSkipIfNoConfigFileTest
WARNING - Cannot install default JAAS configuration
INFO - Configuring Service(id=test, type=Service, provider-id=test)
INFO - Configuring Service(id=notificationPersistence, type=Service, provider-id=notificationPersistence)
INFO - Configuring Service(id=notificationCDI, type=Service, provider-id=notificationCDI)
INFO - Configuring Service(id=Default Security Service, type=SecurityService, provider-id=Default Security Service)
INFO - Configuring Service(id=Default Transaction Manager, type=TransactionManager, provider-id=Default Transaction Manager)
INFO - Creating Service(id=test)
INFO - Creating Service(id=notificationPersistence)
INFO - Creating Service(id=notificationCDI)
INFO - Creating TransactionManager(id=Default Transaction Manager)
INFO - Creating SecurityService(id=Default Security Service)
INFO - Configuring enterprise application: tribestream-alerting-persistence
INFO - Auto-deploying ejb AlertService: EjbDeployment(deployment-id=AlertService)
INFO - Configuring Service(id=Default Managed Container, type=Container, provider-id=Default Managed Container)
INFO - Auto-creating a container for bean tribestream-alerting-persistence.Comp1359471472: Container(type=MANAGED, id=Default Managed Container)
INFO - Creating Container(id=Default Managed Container)
INFO - Using directory /private/tmp/tribestream/tribestream-container/target for stateful session passivation
INFO - Configuring Service(id=Default Singleton Container, type=Container, provider-id=Default Singleton Container)
INFO - Auto-creating a container for bean AlertService: Container(type=SINGLETON, id=Default Singleton Container)
INFO - Creating Container(id=Default Singleton Container)
INFO - Configuring PersistenceUnit(name=notifications)
INFO - Configuring Service(id=Default JDBC Database, type=Resource, provider-id=Default JDBC Database)
INFO - Auto-creating a Resource with id 'Default JDBC Database' of type 'DataSource for 'notifications'.
INFO - Creating Resource(id=Default JDBC Database)
INFO - Configuring Service(id=Default Unmanaged JDBC Database, type=Resource, provider-id=Default Unmanaged JDBC Database)
INFO - Auto-creating a Resource with id 'Default Unmanaged JDBC Database' of type 'DataSource for 'notifications'.
INFO - Creating Resource(id=Default Unmanaged JDBC Database)
INFO - Adjusting PersistenceUnit notifications <jta-data-source> to Resource ID 'Default JDBC Database' from 'tribe-alert-datasource'
INFO - Adjusting PersistenceUnit notifications <non-jta-data-source> to Resource ID 'Default Unmanaged JDBC Database' from 'tribe-alert-datasourceNonJta'
INFO - Enterprise application "tribestream-alerting-persistence" loaded.
INFO - Not creating another application classloader for tribestream-alerting-persistence
INFO - Assembling app: tribestream-alerting-persistence
INFO - PersistenceUnit(name=notifications, provider=org.apache.openjpa.persistence.PersistenceProviderImpl) - provider time 4ms
INFO - Jndi(name=AlertServiceLocalBean) --> Ejb(deployment-id=AlertService)
INFO - Jndi(name=global/tribestream-alerting-persistence/AlertService!com.tomitribe.tribestream.notifications.core.persistence.AlertService) --> Ejb(deployment-id=AlertService)
INFO - Jndi(name=global/tribestream-alerting-persistence/AlertService) --> Ejb(deployment-id=AlertService)
INFO - Created new singletonService org.apache.openejb.cdi.ThreadSingletonServiceImpl@307f8d48
INFO - Succeeded in installing singleton service
INFO - OpenWebBeans Container is starting...
INFO - Adding OpenWebBeansPlugin : [CdiPlugin]
INFO - All injection points were validated successfully.
INFO - OpenWebBeans Container has started, it took 11 ms.
INFO - Created Ejb(deployment-id=AlertService, ejb-name=AlertService, container=Default Singleton Container)
INFO - Started Ejb(deployment-id=AlertService, ejb-name=AlertService, container=Default Singleton Container)
INFO - Deployed Application(path=tribestream-alerting-persistence)
INFO - Configuring enterprise application: /private/tmp/tribestream/tribestream-container/target/JAASInstallerSkipIfNoConfigFileTest
INFO - No REST application. Add a default JAX RS mapping on /api/*
INFO - Enterprise application "/private/tmp/tribestream/tribestream-container/target/JAASInstallerSkipIfNoConfigFileTest" loaded.
INFO - Creating dedicated application classloader for JAASInstallerSkipIfNoConfigFileTest
INFO - Assembling app: /private/tmp/tribestream/tribestream-container/target/JAASInstallerSkipIfNoConfigFileTest
INFO - Existing thread singleton service in SystemInstance(): org.apache.openejb.cdi.ThreadSingletonServiceImpl@307f8d48
INFO - OpenWebBeans Container is starting...
INFO - Adding OpenWebBeansPlugin : [CdiPlugin]
INFO - All injection points were validated successfully.
INFO - OpenWebBeans Container has started, it took 4 ms.
INFO - Deployed Application(path=/private/tmp/tribestream/tribestream-container/target/JAASInstallerSkipIfNoConfigFileTest)
INFO - Undeploying app: /private/tmp/tribestream/tribestream-container/target/JAASInstallerSkipIfNoConfigFileTest
INFO - Scheduler unregistered from name 'quartz:type=QuartzScheduler,name=OpenEJB-TimerService-Scheduler,instance=OpenEJB' in the local MBeanServer.
INFO - Scheduler OpenEJB-TimerService-Scheduler_$_OpenEJB shutdown complete.
INFO - Cannot find the configuration file [conf/openejb.xml]. Will attempt to create one for the beans deployed.
INFO - Undeploying app: tribestream-alerting-persistence
INFO - Closing DataSource: Default JDBC Database
INFO - Closing DataSource: Default Unmanaged JDBC Database
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.555 sec - in com.tomitribe.tribestream.security.jaas.JAASInstallerSkipIfNoConfigFileTest
Running com.tomitribe.tribestream.security.jaas.JAASInstallerTest
INFO - Configuring Service(id=test, type=Service, provider-id=test)
INFO - Configuring Service(id=notificationPersistence, type=Service, provider-id=notificationPersistence)
INFO - Configuring Service(id=notificationCDI, type=Service, provider-id=notificationCDI)
INFO - Configuring Service(id=Default Security Service, type=SecurityService, provider-id=Default Security Service)
INFO - Configuring Service(id=Default Transaction Manager, type=TransactionManager, provider-id=Default Transaction Manager)
INFO - Creating TransactionManager(id=Default Transaction Manager)
INFO - Creating SecurityService(id=Default Security Service)
INFO - Configuring Service(id=Default Security Service, type=SecurityService, provider-id=Default Security Service)
INFO - Configuring Service(id=Default Transaction Manager, type=TransactionManager, provider-id=Default Transaction Manager)
INFO - Configuring enterprise application: /private/tmp/tribestream/tribestream-container/target/TimeoutLimitsTest
INFO - Creating Service(id=test)
INFO - Creating Service(id=notificationPersistence)
INFO - Creating Service(id=notificationCDI)
INFO - Creating TransactionManager(id=Default Transaction Manager)
INFO - Creating SecurityService(id=Default Security Service)
INFO - Configuring enterprise application: tribestream-alerting-persistence
INFO - Auto-deploying ejb AlertService: EjbDeployment(deployment-id=AlertService)
INFO - Configuring Service(id=Default Managed Container, type=Container, provider-id=Default Managed Container)
INFO - Auto-creating a container for bean tribestream-alerting-persistence.Comp1088672807: Container(type=MANAGED, id=Default Managed Container)
INFO - Creating Container(id=Default Managed Container)
INFO - Using directory /private/tmp/tribestream/tribestream-container/target for stateful session passivation
INFO - Configuring Service(id=Default Singleton Container, type=Container, provider-id=Default Singleton Container)
INFO - Auto-creating a container for bean AlertService: Container(type=SINGLETON, id=Default Singleton Container)
INFO - Creating Container(id=Default Singleton Container)
INFO - Configuring PersistenceUnit(name=notifications)
INFO - Configuring Service(id=Default JDBC Database, type=Resource, provider-id=Default JDBC Database)
INFO - Auto-creating a Resource with id 'Default JDBC Database' of type 'DataSource for 'notifications'.
INFO - Creating Resource(id=Default JDBC Database)
INFO - Auto-deploying ejb ConcurrentTestBean: EjbDeployment(deployment-id=ConcurrentTestBean)
INFO - Auto-deploying ejb RateTestBean: EjbDeployment(deployment-id=RateTestBean)
INFO - Configuring Service(id=Default Managed Container, type=Container, provider-id=Default Managed Container)
INFO - Auto-creating a container for bean com.tomitribe.tribestream.governance.TimeoutLimitsTest: Container(type=MANAGED, id=Default Managed Container)
INFO - Creating Container(id=Default Managed Container)
INFO - Using directory /private/tmp/tribestream/tribestream-container/target for stateful session passivation
INFO - Configuring Service(id=Default Singleton Container, type=Container, provider-id=Default Singleton Container)
INFO - Auto-creating a container for bean ConcurrentTestBean: Container(type=SINGLETON, id=Default Singleton Container)
INFO - Creating Container(id=Default Singleton Container)
INFO - Configuring Service(id=Default Unmanaged JDBC Database, type=Resource, provider-id=Default Unmanaged JDBC Database)
INFO - Auto-creating a Resource with id 'Default Unmanaged JDBC Database' of type 'DataSource for 'notifications'.
INFO - Creating Resource(id=Default Unmanaged JDBC Database)
INFO - Adjusting PersistenceUnit notifications <jta-data-source> to Resource ID 'Default JDBC Database' from 'tribe-alert-datasource'
INFO - Adjusting PersistenceUnit notifications <non-jta-data-source> to Resource ID 'Default Unmanaged JDBC Database' from 'tribe-alert-datasourceNonJta'
INFO - Enterprise application "tribestream-alerting-persistence" loaded.
INFO - Not creating another application classloader for tribestream-alerting-persistence
INFO - Assembling app: tribestream-alerting-persistence
INFO - PersistenceUnit(name=notifications, provider=org.apache.openjpa.persistence.PersistenceProviderImpl) - provider time 5ms
INFO - Jndi(name=AlertServiceLocalBean) --> Ejb(deployment-id=AlertService)
INFO - Jndi(name=global/tribestream-alerting-persistence/AlertService!com.tomitribe.tribestream.notifications.core.persistence.AlertService) --> Ejb(deployment-id=AlertService)
SEVERE - >>> Window Tracker <UserLimit.METHOD> for user<bob> and application <N/A> is invalid > Window{elapsed=0 seconds, duration=1 second, count=0, limit=10, version=7, start=1440180656682079000, stop=1440180657682079000}
INFO - Jndi(name=global/tribestream-alerting-persistence/AlertService) --> Ejb(deployment-id=AlertService)
INFO - Created new singletonService org.apache.openejb.cdi.ThreadSingletonServiceImpl@307f8d48
INFO - Succeeded in installing singleton service
INFO - OpenWebBeans Container is starting...
INFO - Adding OpenWebBeansPlugin : [CdiPlugin]
INFO - All injection points were validated successfully.
INFO - OpenWebBeans Container has started, it took 16 ms.
INFO - No version information : assuming version: 1
INFO - Created Ejb(deployment-id=AlertService, ejb-name=AlertService, container=Default Singleton Container)
INFO - Started Ejb(deployment-id=AlertService, ejb-name=AlertService, container=Default Singleton Container)
INFO - Deployed Application(path=tribestream-alerting-persistence)
INFO - Configuring enterprise application: /private/tmp/tribestream/tribestream-container/target/JAASInstallerTest
INFO - No REST application. Add a default JAX RS mapping on /api/*
INFO - Enterprise application "/private/tmp/tribestream/tribestream-container/target/JAASInstallerTest" loaded.
INFO - Loading system enabled schema:
Schema Name: system
Disabled: false
Owner: uid=admin,ou=system
Dependencies: []
INFO - No REST application. Add a default JAX RS mapping on /api/*
INFO - Creating dedicated application classloader for JAASInstallerTest
INFO - Assembling app: /private/tmp/tribestream/tribestream-container/target/JAASInstallerTest
INFO - Enterprise application "/private/tmp/tribestream/tribestream-container/target/TimeoutLimitsTest" loaded.
INFO - Existing thread singleton service in SystemInstance(): org.apache.openejb.cdi.ThreadSingletonServiceImpl@307f8d48
INFO - OpenWebBeans Container is starting...
INFO - Adding OpenWebBeansPlugin : [CdiPlugin]
INFO - Creating dedicated application classloader for TimeoutLimitsTest
INFO - Assembling app: /private/tmp/tribestream/tribestream-container/target/TimeoutLimitsTest
INFO - All injection points were validated successfully.
INFO - OpenWebBeans Container has started, it took 4 ms.
INFO - Deployed Application(path=/private/tmp/tribestream/tribestream-container/target/JAASInstallerTest)
INFO - Undeploying app: /private/tmp/tribestream/tribestream-container/target/JAASInstallerTest
INFO - Jndi(name=ConcurrentTestBeanLocalBean) --> Ejb(deployment-id=ConcurrentTestBean)
INFO - Jndi(name=global/TimeoutLimitsTest/superbiz/ConcurrentTestBean!com.tomitribe.tribestream.governance.TimeoutLimitsTest$ConcurrentTestBean) --> Ejb(deployment-id=ConcurrentTestBean)
INFO - Jndi(name=global/TimeoutLimitsTest/superbiz/ConcurrentTestBean) --> Ejb(deployment-id=ConcurrentTestBean)
INFO - Jndi(name=RateTestBeanLocalBean) --> Ejb(deployment-id=RateTestBean)
INFO - Jndi(name=global/TimeoutLimitsTest/superbiz/RateTestBean!com.tomitribe.tribestream.governance.TimeoutLimitsTest$RateTestBean) --> Ejb(deployment-id=RateTestBean)
INFO - Jndi(name=global/TimeoutLimitsTest/superbiz/RateTestBean) --> Ejb(deployment-id=RateTestBean)
INFO - Created new singletonService org.apache.openejb.cdi.ThreadSingletonServiceImpl@e74917
INFO - Succeeded in installing singleton service
INFO - OpenWebBeans Container is starting...
INFO - Adding OpenWebBeansPlugin : [CdiPlugin]
INFO - All injection points were validated successfully.
INFO - OpenWebBeans Container has started, it took 9 ms.
INFO - Created Ejb(deployment-id=ConcurrentTestBean, ejb-name=ConcurrentTestBean, container=Default Singleton Container)
INFO - Created Ejb(deployment-id=RateTestBean, ejb-name=RateTestBean, container=Default Singleton Container)
INFO - Using default implementation for ThreadExecutor
INFO - Initialized Scheduler Signaller of type: class org.apache.openejb.quartz.core.SchedulerSignalerImpl
INFO - Quartz Scheduler v.2.2.1 created.
INFO - RAMJobStore initialized.
INFO - Scheduler meta-data: Quartz Scheduler (v2.2.1) 'OpenEJB-TimerService-Scheduler' with instanceId 'OpenEJB'
Scheduler class: 'org.apache.openejb.quartz.core.QuartzScheduler' - running locally.
NOT STARTED.
Currently in standby mode.
Number of jobs executed: 0
Using thread pool 'org.apache.openejb.core.timer.DefaultTimerThreadPoolAdapter' - with 0 threads.
Using job-store 'org.apache.openejb.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
INFO - Quartz scheduler 'OpenEJB-TimerService-Scheduler' initialized from an externally provided properties instance.
INFO - Quartz scheduler version: 2.2.1
INFO - Scheduler OpenEJB-TimerService-Scheduler_$_OpenEJB started.
INFO - Started Ejb(deployment-id=ConcurrentTestBean, ejb-name=ConcurrentTestBean, container=Default Singleton Container)
INFO - Started Ejb(deployment-id=RateTestBean, ejb-name=RateTestBean, container=Default Singleton Container)
INFO - Deployed Application(path=/private/tmp/tribestream/tribestream-container/target/TimeoutLimitsTest)
**** scheduled method invoked ****
INFO - Undeploying app: tribestream-alerting-persistence
INFO - Closing DataSource: Default JDBC Database
INFO - Closing DataSource: Default Unmanaged JDBC Database
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.49 sec - in com.tomitribe.tribestream.security.jaas.JAASInstallerTest
INFO - no custom cache configuration was set, loading the default cache configuration
INFO - Schema directory '/private/tmp/tribestream/tribestream-container/target/server-work-LdaptiveLoginModuleTest/partitions/schema' does NOT exist: extracted state set to false.
INFO - system schema has already been loaded
INFO - Loading apachemeta enabled schema:
Schema Name: apachemeta
Disabled: false
Owner: uid=admin,ou=system
Dependencies: [system]
INFO - system schema has already been loaded
INFO - system schema has already been loaded
INFO - Loading core enabled schema:
Schema Name: core
Disabled: false
Owner: uid=admin,ou=system
Dependencies: [system]
INFO - Loading apache enabled schema:
Schema Name: apache
Disabled: false
Owner: uid=admin,ou=system
Dependencies: [system, core]
INFO - core schema has already been loaded
INFO - Loading other enabled schema:
Schema Name: other
Disabled: false
Owner: uid=admin,ou=system
Dependencies: [system, apachemeta, apache, core]
INFO - system schema has already been loaded
INFO - core schema has already been loaded
INFO - Loading cosine enabled schema:
Schema Name: cosine
Disabled: false
Owner: uid=admin,ou=system
Dependencies: [system, core]
INFO - system schema has already been loaded
INFO - core schema has already been loaded
INFO - Loading collective enabled schema:
Schema Name: collective
Disabled: false
Owner: uid=admin,ou=system
Dependencies: [system, core]
INFO - system schema has already been loaded
INFO - cosine schema has already been loaded
INFO - core schema has already been loaded
INFO - Loading inetorgperson enabled schema:
Schema Name: inetorgperson
Disabled: false
Owner: uid=admin,ou=system
Dependencies: [system, cosine, core]
INFO - apache schema has already been loaded
INFO - system schema has already been loaded
INFO - system schema has already been loaded
INFO - Loading pwdpolicy enabled schema:
Schema Name: pwdpolicy
Disabled: false
Owner: uid=admin,ou=system
Dependencies: [system]
INFO - system schema has already been loaded
INFO - core schema has already been loaded
INFO - Loading krb5kdc enabled schema:
Schema Name: krb5kdc
Disabled: false
Owner: uid=admin,ou=system
Dependencies: [system, core]
INFO - apachemeta schema has already been loaded
INFO - core schema has already been loaded
INFO - system schema has already been loaded
INFO - core schema has already been loaded
INFO - Loading java enabled schema:
Schema Name: java
Disabled: false
Owner: uid=admin,ou=system
Dependencies: [system, core]
INFO - system schema has already been loaded
INFO - core schema has already been loaded
INFO - apache schema has already been loaded
INFO - Loading adsconfig enabled schema:
Schema Name: adsconfig
Disabled: false
Owner: uid=admin,ou=system
Dependencies: [system, core, apache]
INFO - No version information : assuming version: 1
INFO - No version information : assuming version: 1
INFO - No version information : assuming version: 1
INFO - No version information : assuming version: 1
INFO - No version information : assuming version: 1
INFO - No version information : assuming version: 1
INFO - No version information : assuming version: 1
INFO - No version information : assuming version: 1
INFO - No version information : assuming version: 1
INFO - No version information : assuming version: 1
INFO - No version information : assuming version: 1
WARNING - ApacheDS shutdown hook has NOT been registered with the runtime. This default setting for standalone operation has been overriden.
INFO - fetching the cache named dnCache
INFO - No version information : assuming version: 1
INFO - No version information : assuming version: 1
INFO - No version information : assuming version: 1
INFO - No version information : assuming version: 1
INFO - No version information : assuming version: 1
INFO - No version information : assuming version: 1
INFO - No version information : assuming version: 1
INFO - No version information : assuming version: 1
INFO - No version information : assuming version: 1
INFO - No version information : assuming version: 1
INFO - No version information : assuming version: 1
INFO - No version information : assuming version: 1
INFO - No version information : assuming version: 1
INFO - Loading system enabled schema:
Schema Name: system
Disabled: false
Owner: uid=admin,ou=system
Dependencies: []
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: apacheDnsDomainName
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: apacheDnsDomainName
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: apacheDnsTtl
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: apacheDnsDomainName
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: apacheDnsAbstractRecord
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: apacheDnsDomainName
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: apacheDnsIpAddress
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: apacheDnsAbstractRecord
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: apacheDnsIpAddress
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: apacheDnsAbstractRecord
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: apacheDnsDomainName
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: apacheDnsAbstractRecord
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: apacheDnsDomainName
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: apacheDnsAbstractRecord
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: apacheDnsSoaMName
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: apacheDnsSoaRName
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: apacheDnsSoaMinimum
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: apacheDnsAbstractRecord
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: apacheDnsClass
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: apacheDnsSoaSerial
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: apacheDnsSoaRefresh
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: apacheDnsSoaRetry
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: apacheDnsSoaExpire
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: apacheDnsDomainName
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: apacheDnsAbstractRecord
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: apacheDnsMxPreference
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: apacheDnsDomainName
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: apacheDnsAbstractRecord
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: apacheDnsCharacterString
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: apacheDnsAbstractRecord
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: apacheDnsServicePriority
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: apacheDnsServiceWeight
INFO - system schema has already been loaded
INFO - Loading apachemeta enabled schema:
Schema Name: apachemeta
Disabled: false
Owner: uid=admin,ou=system
Dependencies: [system]
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: apacheDnsServicePort
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: apacheDnsDomainName
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: apacheDnsAbstractRecord
INFO - system schema has already been loaded
INFO - system schema has already been loaded
INFO - Loading core enabled schema:
Schema Name: core
Disabled: false
Owner: uid=admin,ou=system
Dependencies: [system]
INFO - Loading apache enabled schema:
Schema Name: apache
Disabled: false
Owner: uid=admin,ou=system
Dependencies: [system, core]
INFO - core schema has already been loaded
INFO - Loading other enabled schema:
Schema Name: other
Disabled: false
Owner: uid=admin,ou=system
Dependencies: [system, apachemeta, apache, core]
INFO - system schema has already been loaded
INFO - core schema has already been loaded
INFO - Loading cosine enabled schema:
Schema Name: cosine
Disabled: false
Owner: uid=admin,ou=system
Dependencies: [system, core]
INFO - system schema has already been loaded
INFO - core schema has already been loaded
INFO - Loading collective enabled schema:
Schema Name: collective
Disabled: false
Owner: uid=admin,ou=system
Dependencies: [system, core]
INFO - system schema has already been loaded
INFO - cosine schema has already been loaded
INFO - core schema has already been loaded
INFO - Loading inetorgperson enabled schema:
Schema Name: inetorgperson
Disabled: false
Owner: uid=admin,ou=system
Dependencies: [system, cosine, core]
INFO - apache schema has already been loaded
INFO - system schema has already been loaded
INFO - system schema has already been loaded
INFO - Loading pwdpolicy enabled schema:
Schema Name: pwdpolicy
Disabled: false
Owner: uid=admin,ou=system
Dependencies: [system]
INFO - system schema has already been loaded
INFO - core schema has already been loaded
INFO - Loading krb5kdc enabled schema:
Schema Name: krb5kdc
Disabled: false
Owner: uid=admin,ou=system
Dependencies: [system, core]
INFO - apachemeta schema has already been loaded
INFO - core schema has already been loaded
INFO - system schema has already been loaded
INFO - core schema has already been loaded
INFO - Loading java enabled schema:
Schema Name: java
Disabled: false
Owner: uid=admin,ou=system
Dependencies: [system, core]
INFO - system schema has already been loaded
INFO - core schema has already been loaded
INFO - apache schema has already been loaded
INFO - Loading adsconfig enabled schema:
Schema Name: adsconfig
Disabled: false
Owner: uid=admin,ou=system
Dependencies: [system, core, apache]
INFO - No version information : assuming version: 1
INFO - No version information : assuming version: 1
INFO - No version information : assuming version: 1
INFO - No version information : assuming version: 1
INFO - No version information : assuming version: 1
INFO - No version information : assuming version: 1
INFO - No version information : assuming version: 1
INFO - No version information : assuming version: 1
INFO - No version information : assuming version: 1
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: automountInformation
INFO - No version information : assuming version: 1
INFO - No version information : assuming version: 1
WARNING - ApacheDS shutdown hook has NOT been registered with the runtime. This default setting for standalone operation has been overriden.
INFO - fetching the cache named dnCache
INFO - No version information : assuming version: 1
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: corbaIor
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: corbaObject
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: corbaRepositoryId
SEVERE - >>> Window Tracker <ApplicationLimit.METHOD> for user<N/A> and application <TimeoutLimitsTest> exceeded > Window{elapsed=1 second, duration=2 minutes, count=2, limit=1, version=0, start=1440180656408708000, stop=1440180776408708000}
SEVERE - >>> Window Tracker <ApplicationLimit.METHOD> for user<N/A> and application <TimeoutLimitsTest> exceeded > Window{elapsed=1 second, duration=2 minutes, count=3, limit=1, version=0, start=1440180656408708000, stop=1440180776408708000}
WARNING - Failed to execute ejbTimeout on RateTestBean successfully within 1 attempts
INFO - No version information : assuming version: 1
INFO - No version information : assuming version: 1
INFO - No version information : assuming version: 1
INFO - No version information : assuming version: 1
INFO - No version information : assuming version: 1
INFO - No version information : assuming version: 1
INFO - No version information : assuming version: 1
INFO - No version information : assuming version: 1
INFO - No version information : assuming version: 1
INFO - No version information : assuming version: 1
INFO - No version information : assuming version: 1
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpPrimaryDN
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpSecondaryDN
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpSharedNetworkDN
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpSubnetDN
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpGroupDN
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpHostDN
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpClassesDN
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpOptionsDN
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpStatements
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpAddressState
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpExpirationTime
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpStartTimeOfState
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpLastTransactionTime
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpBootpFlag
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpDomainName
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpDnsStatus
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpRequestedHostName
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpAssignedHostName
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpReservedForClient
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpAssignedToClient
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpRelayAgentInfo
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpHWAddress
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpAddressState
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpExpirationTime
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpStartTimeOfState
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpLastTransactionTime
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpBootpFlag
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpDomainName
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpDnsStatus
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpRequestedHostName
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpAssignedHostName
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpReservedForClient
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpAssignedToClient
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpRelayAgentInfo
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpHWAddress
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpErrorLog
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpServiceDN
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpVersion
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpImplementation
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpHashBucketAssignment
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpDelayedServiceParameter
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpMaxClientLeadTime
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpFailOverEndpointState
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpStatements
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpSubnetDN
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpPoolDN
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpOptionsDN
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpStatements
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpNetMask
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpRange
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpPoolDN
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpGroupDN
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpHostDN
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpClassesDN
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpLeasesDN
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpOptionsDN
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpStatements
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpRange
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpClassesDN
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpPermitList
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpLeasesDN
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpOptionsDN
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpStatements
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpHostDN
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpOptionsDN
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpStatements
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpLeaseDN
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpHWAddress
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpOptionsDN
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpStatements
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpSubclassesDN
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpOptionsDN
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpStatements
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpClassData
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpOptionsDN
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpStatements
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpOption
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: apacheDnsDomainName
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: apacheDnsDomainName
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: apacheDnsTtl
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: apacheDnsDomainName
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: apacheDnsAbstractRecord
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: apacheDnsDomainName
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: apacheDnsIpAddress
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: apacheDnsAbstractRecord
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: apacheDnsIpAddress
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: apacheDnsAbstractRecord
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: apacheDnsDomainName
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: apacheDnsAbstractRecord
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: apacheDnsDomainName
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: apacheDnsAbstractRecord
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: apacheDnsSoaMName
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: apacheDnsSoaRName
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: apacheDnsSoaMinimum
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: apacheDnsAbstractRecord
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: apacheDnsClass
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: apacheDnsSoaSerial
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: apacheDnsSoaRefresh
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: apacheDnsSoaRetry
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: apacheDnsSoaExpire
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: apacheDnsDomainName
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: apacheDnsAbstractRecord
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: apacheDnsMxPreference
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: apacheDnsDomainName
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: apacheDnsAbstractRecord
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: apacheDnsCharacterString
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: apacheDnsAbstractRecord
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: apacheDnsServicePriority
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: apacheDnsServiceWeight
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: apacheDnsServicePort
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: apacheDnsDomainName
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: apacheDnsAbstractRecord
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: xmozillanickname
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: xmozillausehtmlmail
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: mozillaSecondEmail
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: mozillaPostalAddress2
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: mozillaHomePostalAddress2
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: mozillaHomeLocalityName
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: mozillaHomeState
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: mozillaHomePostalCode
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: mozillaHomeCountryName
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: mozillaHomeFriendlyCountryName
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: homeurl
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: workurl
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: custom1
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: custom2
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: custom3
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: custom4
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: nsAIMid
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: automountInformation
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: caseExactIA5SubstringsMatch
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: caseExactIA5SubstringsMatch
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: caseExactIA5SubstringsMatch
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: corbaIor
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: corbaObject
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: uidNumber
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: gidNumber
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: homeDirectory
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: corbaRepositoryId
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: loginShell
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: gecos
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: shadowLastChange
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: shadowMin
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: shadowMax
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: shadowWarning
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: shadowInactive
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: shadowExpire
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: shadowFlag
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: nisMapEntry
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: nisMapName
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: macAddress
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: bootFile
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: bootParameter
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: gidNumber
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: memberUid
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: ipServicePort
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: ipServiceProtocol
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: ipProtocolNumber
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: oncRpcNumber
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: ipHostNumber
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: ipNetworkNumber
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: ipNetmaskNumber
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: nisNetgroupTriple
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: memberNisNetgroup
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: nisMapName
INFO - No version information : assuming version: 1
INFO - No version information : assuming version: 1
INFO - No version information : assuming version: 1
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: caseExactIA5SubstringsMatch
INFO - No version information : assuming version: 1
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: caseExactIA5SubstringsMatch
INFO - No version information : assuming version: 1
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: nisPublicKey
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: nisSecretKey
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: uidNumber
INFO - No version information : assuming version: 1
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: nisDomain
INFO - No version information : assuming version: 1
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaShareName
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaOptionName
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaBoolOption
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaIntegerOption
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaStringListOption
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaStringOption
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaSID
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaPrivilegeList
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaDomainName
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaNTPassword
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaTrustFlags
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaPwdLastSet
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaSID
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: gidNumber
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaGroupType
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaSID
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaSIDList
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaDomainName
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaSID
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaAlgorithmicRidBase
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaForceLogoff
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaLockoutDuration
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaLockoutObservationWindow
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaLockoutThreshold
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaLogonToChgPwd
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaMaxPwdAge
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaMinPwdAge
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaMinPwdLength
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaNextGroupRid
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaNextRid
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaNextUserRid
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaPwdHistoryLength
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaRefuseMachinePwdChange
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaSID
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaAcctFlags
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaBadPasswordCount
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaBadPasswordTime
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaDomainName
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaHomeDrive
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaHomePath
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaKickoffTime
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaLMPassword
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaLogoffTime
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaLogonHours
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaLogonScript
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaLogonTime
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaMungedDial
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaNTPassword
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaPasswordHistory
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaPrimaryGroupSID
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaProfilePath
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaPwdCanChange
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaPwdLastSet
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaPwdMustChange
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaUserWorkstations
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: gidNumber
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: uidNumber
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaSID
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: gidNumber
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: uidNumber
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaSID
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpPrimaryDN
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpSecondaryDN
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpSharedNetworkDN
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpSubnetDN
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpGroupDN
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpHostDN
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpClassesDN
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpOptionsDN
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpStatements
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpAddressState
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpExpirationTime
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpStartTimeOfState
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpLastTransactionTime
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpBootpFlag
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpDomainName
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpDnsStatus
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpRequestedHostName
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpAssignedHostName
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpReservedForClient
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpAssignedToClient
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpRelayAgentInfo
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpHWAddress
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpAddressState
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpExpirationTime
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpStartTimeOfState
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpLastTransactionTime
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpBootpFlag
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpDomainName
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpDnsStatus
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpRequestedHostName
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpAssignedHostName
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpReservedForClient
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpAssignedToClient
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpRelayAgentInfo
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpHWAddress
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpErrorLog
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpServiceDN
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpVersion
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpImplementation
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpHashBucketAssignment
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpDelayedServiceParameter
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpMaxClientLeadTime
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpFailOverEndpointState
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpStatements
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpSubnetDN
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpPoolDN
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpOptionsDN
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpStatements
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpNetMask
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpRange
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpPoolDN
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpGroupDN
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpHostDN
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpClassesDN
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpLeasesDN
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpOptionsDN
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpStatements
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpRange
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpClassesDN
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpPermitList
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpLeasesDN
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpOptionsDN
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpStatements
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpHostDN
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpOptionsDN
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpStatements
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpLeaseDN
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpHWAddress
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpOptionsDN
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpStatements
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpSubclassesDN
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpOptionsDN
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpStatements
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpClassData
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpOptionsDN
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpStatements
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpOption
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: xmozillanickname
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: xmozillausehtmlmail
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: mozillaSecondEmail
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: mozillaPostalAddress2
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: mozillaHomePostalAddress2
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: mozillaHomeLocalityName
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: mozillaHomeState
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: mozillaHomePostalCode
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: mozillaHomeCountryName
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: mozillaHomeFriendlyCountryName
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: homeurl
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: workurl
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: custom1
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: custom2
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: custom3
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: custom4
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: nsAIMid
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: caseExactIA5SubstringsMatch
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: caseExactIA5SubstringsMatch
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: caseExactIA5SubstringsMatch
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: uidNumber
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: gidNumber
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: homeDirectory
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: loginShell
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: gecos
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: shadowLastChange
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: shadowMin
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: shadowMax
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: shadowWarning
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: shadowInactive
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: shadowExpire
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: shadowFlag
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: nisMapEntry
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: nisMapName
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: macAddress
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: bootFile
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: bootParameter
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: gidNumber
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: memberUid
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: ipServicePort
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: ipServiceProtocol
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: ipProtocolNumber
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: oncRpcNumber
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: ipHostNumber
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: ipNetworkNumber
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: ipNetmaskNumber
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: nisNetgroupTriple
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: memberNisNetgroup
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: nisMapName
INFO - No version information : assuming version: 1
INFO - No version information : assuming version: 1
INFO - No version information : assuming version: 1
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: caseExactIA5SubstringsMatch
INFO - No version information : assuming version: 1
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: caseExactIA5SubstringsMatch
INFO - No version information : assuming version: 1
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: nisPublicKey
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: nisSecretKey
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: uidNumber
INFO - No version information : assuming version: 1
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: nisDomain
INFO - No version information : assuming version: 1
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaShareName
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaOptionName
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaBoolOption
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaIntegerOption
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaStringListOption
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaStringOption
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaSID
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaPrivilegeList
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaDomainName
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaNTPassword
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaTrustFlags
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaPwdLastSet
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaSID
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: gidNumber
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaGroupType
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaSID
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaSIDList
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaDomainName
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaSID
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaAlgorithmicRidBase
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaForceLogoff
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaLockoutDuration
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaLockoutObservationWindow
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaLockoutThreshold
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaLogonToChgPwd
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaMaxPwdAge
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaMinPwdAge
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaMinPwdLength
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaNextGroupRid
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaNextRid
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaNextUserRid
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaPwdHistoryLength
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaRefuseMachinePwdChange
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaSID
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaAcctFlags
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaBadPasswordCount
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaBadPasswordTime
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaDomainName
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaHomeDrive
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaHomePath
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaKickoffTime
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaLMPassword
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaLogoffTime
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaLogonHours
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaLogonScript
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaLogonTime
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaMungedDial
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaNTPassword
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaPasswordHistory
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaPrimaryGroupSID
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaProfilePath
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaPwdCanChange
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaPwdLastSet
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaPwdMustChange
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaUserWorkstations
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: gidNumber
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: uidNumber
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaSID
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: gidNumber
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: uidNumber
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaSID
INFO - fetching the cache named alias
INFO - fetching the cache named piar
INFO - fetching the cache named system
INFO - fetching the cache named alias
INFO - fetching the cache named piar
INFO - fetching the cache named system
INFO - Keys and self signed certificate successfully generated.
INFO - Keys and self signed certificate successfully generated.
INFO - fetching the cache named groupCache
INFO - Initializing ...
INFO - Initialization complete.
WARNING - You didn't change the admin password of directory service instance 'LdaptiveLoginModuleTest'. Please update the admin password as soon as possible to prevent a possible security breach.
INFO - fetching the cache named alias
INFO - fetching the cache named piar
INFO - fetching the cache named LdaptiveLoginModuleTest
INFO - fetching the cache named groupCache
INFO - Successful bind of an LDAP Service (63780) is completed.
INFO - Ldap service started.
Running com.tomitribe.tribestream.security.jaas.LdaptiveLoginModuleTest
INFO - Initializing ...
INFO - Initialization complete.
WARNING - You didn't change the admin password of directory service instance 'CustomLdapLoginModuleTest'. Please update the admin password as soon as possible to prevent a possible security breach.
INFO - fetching the cache named alias
INFO - fetching the cache named piar
INFO - fetching the cache named CustomLdapLoginModuleTest
INFO - Authentication succeeded for dn: cn=Jean-Louis Monteiro,ou=people,o=supertribe
SEVERE - >>> Window Tracker <ApplicationLimit.METHOD> for user<N/A> and application <TimeoutLimitsTest> exceeded > Window{elapsed=2 seconds, duration=2 minutes, count=4, limit=1, version=0, start=1440180656408708000, stop=1440180776408708000}
SEVERE - >>> Window Tracker <ApplicationLimit.METHOD> for user<N/A> and application <TimeoutLimitsTest> exceeded > Window{elapsed=2 seconds, duration=2 minutes, count=5, limit=1, version=0, start=1440180656408708000, stop=1440180776408708000}
WARNING - Failed to execute ejbTimeout on RateTestBean successfully within 1 attempts
INFO - Authentication succeeded for dn: cn=Jean-Louis Monteiro,ou=people,o=supertribe
INFO - Authentication succeeded for dn: cn=Jean-Louis Monteiro,ou=people,o=supertribe
INFO - Successful bind of an LDAP Service (63786) is completed.
INFO - Ldap service started.
Running com.tomitribe.tribestream.security.jaas.CustomLdapLoginModuleTest
[LdapLoginModule] search-first mode; SSL disabled
[LdapLoginModule] user provider: ldap://localhost:63786
[LdapLoginModule] searching for entry belonging to user: jlmonteiro_butshouldnthavebeenarealusername
INFO - Unbind of an LDAP service (63780) is complete.
INFO - Sending notice of disconnect to existing clients sessions.
INFO - Ldap service stopped.
INFO - clearing all the caches
WARNING - Requested attribute javaRemoteLocation does not exist in the schema, it will be ignored
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.375 sec - in com.tomitribe.tribestream.security.jaas.LdaptiveLoginModuleTest
INFO - no custom cache configuration was set, loading the default cache configuration
[LdapLoginModule] found entry: cn=Jean-Louis Monteiro,ou=people,o=supertribe
[LdapLoginModule] attempting to authenticate user: jlmonteiro_butshouldnthavebeenarealusername
INFO - Schema directory '/private/tmp/tribestream/tribestream-container/target/server-work-StackedLoginModuleTest/partitions/schema' does NOT exist: extracted state set to false.
[LdapLoginModule] authentication succeeded
[LdapLoginModule] added LdapPrincipal "cn=Jean-Louis Monteiro,ou=people,o=supertribe" to Subject
[LdapLoginModule] added UserPrincipal "jlmonteiro_butshouldnthavebeenarealusername" to Subject
[LdapLoginModule] search-first mode; SSL disabled
[LdapLoginModule] user provider: ldap://localhost:63786/ou=people,o=supertribe
[LdapLoginModule] searching for entry belonging to user: jlmonteiro_butshouldnthavebeenarealusername
WARNING - Null LdapSession given to cleanUpSession.
WARNING - Requested attribute javaRemoteLocation does not exist in the schema, it will be ignored
[LdapLoginModule] found entry: cn=Jean-Louis Monteiro,ou=people,o=supertribe
[LdapLoginModule] attempting to authenticate user: jlmonteiro_butshouldnthavebeenarealusername
[LdapLoginModule] authentication succeeded
[LdapLoginModule] added LdapPrincipal "cn=Jean-Louis Monteiro,ou=people,o=supertribe" to Subject
[LdapLoginModule] added UserPrincipal "jlmonteiro_butshouldnthavebeenarealusername" to Subject
[LdapLoginModule] search-first mode; SSL disabled
[LdapLoginModule] user provider: ldap://localhost:63786
[LdapLoginModule] searching for entry belonging to user: jlmonteiro_butshouldnthavebeenarealusername
WARNING - Requested attribute javaRemoteLocation does not exist in the schema, it will be ignored
[LdapLoginModule] found entry: cn=Jean-Louis Monteiro,ou=people,o=supertribe
[LdapLoginModule] attempting to authenticate user: jlmonteiro_butshouldnthavebeenarealusername
[LdapLoginModule] authentication succeeded
[LdapLoginModule] added LdapPrincipal "cn=Jean-Louis Monteiro,ou=people,o=supertribe" to Subject
[LdapLoginModule] added UserPrincipal "jlmonteiro_butshouldnthavebeenarealusername" to Subject
INFO - Unbind of an LDAP service (63786) is complete.
INFO - Sending notice of disconnect to existing clients sessions.
INFO - Ldap service stopped.
INFO - clearing all the caches
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.36 sec - in com.tomitribe.tribestream.security.jaas.CustomLdapLoginModuleTest
Running com.tomitribe.tribestream.security.jaas.TomcatUsersLoginModuleTest
INFO - [TomcatUsersLoginModule] > Fail. Password does not match.
INFO - [TomcatUsersLoginModule] > Fail. No password was supplied
INFO - [TomcatUsersLoginModule] > Abort
INFO - [TomcatUsersLoginModule] > Success. Logged in as 'User username="tomee", groups="first,second", roles="authenticateduser"'
INFO - [TomcatUsersLoginModule] > Added group principal authenticateduser to tomee
INFO - [TomcatUsersLoginModule] > Added group principal test1 to tomee
INFO - [TomcatUsersLoginModule] > Added group principal test2 to tomee
INFO - [TomcatUsersLoginModule] > Added group principal test3 to tomee
INFO - [TomcatUsersLoginModule] > Commit for user 'User username="tomee", groups="first,second", roles="authenticateduser"'
INFO - [TomcatUsersLoginModule] > Logged out for user'null'
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.243 sec - in com.tomitribe.tribestream.security.jaas.TomcatUsersLoginModuleTest
Running com.tomitribe.tribestream.security.signatures.AlgorithmsTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in com.tomitribe.tribestream.security.signatures.AlgorithmsTest
Running com.tomitribe.tribestream.security.signatures.SignatureAuthenticatorTest
INFO - Cannot find the configuration file [conf/openejb.xml]. Will attempt to create one for the beans deployed.
INFO - Configuring Service(id=notificationIRC, type=Service, provider-id=notificationIRC)
INFO - Configuring Service(id=SignaturesService, type=Service, provider-id=SignaturesService)
INFO - Configuring Service(id=Default Security Service, type=SecurityService, provider-id=Default Security Service)
INFO - Configuring Service(id=Default Transaction Manager, type=TransactionManager, provider-id=Default Transaction Manager)
INFO - Creating Service(id=notificationIRC)
INFO - Creating Service(id=SignaturesService)
INFO - Creating TransactionManager(id=Default Transaction Manager)
INFO - Creating SecurityService(id=Default Security Service)
INFO - Configuring enterprise application: tribe-signatures-persistence
INFO - Auto-deploying ejb KeyRepository: EjbDeployment(deployment-id=KeyRepository)
INFO - Configuring Service(id=Default Managed Container, type=Container, provider-id=Default Managed Container)
INFO - Auto-creating a container for bean tribe-signatures-persistence.Comp1419560627: Container(type=MANAGED, id=Default Managed Container)
INFO - Creating Container(id=Default Managed Container)
INFO - Using directory /private/tmp/tribestream/tribestream-container/target for stateful session passivation
INFO - Configuring Service(id=Default Singleton Container, type=Container, provider-id=Default Singleton Container)
INFO - Auto-creating a container for bean KeyRepository: Container(type=SINGLETON, id=Default Singleton Container)
INFO - Creating Container(id=Default Singleton Container)
INFO - Configuring PersistenceUnit(name=tribe-signatures-unit)
INFO - Configuring Service(id=Default JDBC Database, type=Resource, provider-id=Default JDBC Database)
INFO - Auto-creating a Resource with id 'Default JDBC Database' of type 'DataSource for 'tribe-signatures-unit'.
INFO - Creating Resource(id=Default JDBC Database)
INFO - No version information : assuming version: 1
INFO - Loading system enabled schema:
Schema Name: system
Disabled: false
Owner: uid=admin,ou=system
Dependencies: []
INFO - Configuring Service(id=Default Unmanaged JDBC Database, type=Resource, provider-id=Default Unmanaged JDBC Database)
INFO - Auto-creating a Resource with id 'Default Unmanaged JDBC Database' of type 'DataSource for 'tribe-signatures-unit'.
INFO - Creating Resource(id=Default Unmanaged JDBC Database)
INFO - system schema has already been loaded
INFO - Loading apachemeta enabled schema:
Schema Name: apachemeta
Disabled: false
Owner: uid=admin,ou=system
Dependencies: [system]
INFO - system schema has already been loaded
INFO - system schema has already been loaded
INFO - Loading core enabled schema:
Schema Name: core
Disabled: false
Owner: uid=admin,ou=system
Dependencies: [system]
INFO - Adjusting PersistenceUnit tribe-signatures-unit <jta-data-source> to Resource ID 'Default JDBC Database' from 'tribe-signatures-datasource'
INFO - Adjusting PersistenceUnit tribe-signatures-unit <non-jta-data-source> to Resource ID 'Default Unmanaged JDBC Database' from 'tribe-signatures-datasourceNonJta'
INFO - Loading apache enabled schema:
Schema Name: apache
Disabled: false
Owner: uid=admin,ou=system
Dependencies: [system, core]
INFO - core schema has already been loaded
INFO - Loading other enabled schema:
Schema Name: other
Disabled: false
Owner: uid=admin,ou=system
Dependencies: [system, apachemeta, apache, core]
INFO - system schema has already been loaded
INFO - core schema has already been loaded
INFO - Loading cosine enabled schema:
Schema Name: cosine
Disabled: false
Owner: uid=admin,ou=system
Dependencies: [system, core]
INFO - system schema has already been loaded
INFO - core schema has already been loaded
INFO - Loading collective enabled schema:
Schema Name: collective
Disabled: false
Owner: uid=admin,ou=system
Dependencies: [system, core]
INFO - system schema has already been loaded
INFO - cosine schema has already been loaded
INFO - core schema has already been loaded
INFO - Loading inetorgperson enabled schema:
Schema Name: inetorgperson
Disabled: false
Owner: uid=admin,ou=system
Dependencies: [system, cosine, core]
INFO - apache schema has already been loaded
INFO - system schema has already been loaded
INFO - system schema has already been loaded
INFO - Loading pwdpolicy enabled schema:
Schema Name: pwdpolicy
Disabled: false
Owner: uid=admin,ou=system
Dependencies: [system]
INFO - system schema has already been loaded
INFO - core schema has already been loaded
INFO - Loading krb5kdc enabled schema:
Schema Name: krb5kdc
Disabled: false
Owner: uid=admin,ou=system
Dependencies: [system, core]
INFO - apachemeta schema has already been loaded
INFO - core schema has already been loaded
INFO - system schema has already been loaded
INFO - core schema has already been loaded
INFO - Loading java enabled schema:
Schema Name: java
Disabled: false
Owner: uid=admin,ou=system
Dependencies: [system, core]
INFO - system schema has already been loaded
INFO - core schema has already been loaded
INFO - apache schema has already been loaded
INFO - Loading adsconfig enabled schema:
Schema Name: adsconfig
Disabled: false
Owner: uid=admin,ou=system
Dependencies: [system, core, apache]
INFO - No version information : assuming version: 1
INFO - No version information : assuming version: 1
INFO - No version information : assuming version: 1
INFO - No version information : assuming version: 1
INFO - No version information : assuming version: 1
INFO - No version information : assuming version: 1
INFO - No version information : assuming version: 1
INFO - No version information : assuming version: 1
INFO - No version information : assuming version: 1
INFO - No version information : assuming version: 1
INFO - No version information : assuming version: 1
WARNING - ApacheDS shutdown hook has NOT been registered with the runtime. This default setting for standalone operation has been overriden.
INFO - fetching the cache named dnCache
INFO - No version information : assuming version: 1
SEVERE - >>> Window Tracker <ApplicationLimit.METHOD> for user<N/A> and application <TimeoutLimitsTest> exceeded > Window{elapsed=3 seconds, duration=2 minutes, count=6, limit=1, version=0, start=1440180656408708000, stop=1440180776408708000}
SEVERE - >>> Window Tracker <ApplicationLimit.METHOD> for user<N/A> and application <TimeoutLimitsTest> exceeded > Window{elapsed=3 seconds, duration=2 minutes, count=7, limit=1, version=0, start=1440180656408708000, stop=1440180776408708000}
WARNING - Failed to execute ejbTimeout on RateTestBean successfully within 1 attempts
INFO - Enterprise application "tribe-signatures-persistence" loaded.
INFO - Not creating another application classloader for tribe-signatures-persistence
INFO - Assembling app: tribe-signatures-persistence
INFO - No version information : assuming version: 1
INFO - No version information : assuming version: 1
INFO - No version information : assuming version: 1
INFO - No version information : assuming version: 1
INFO - No version information : assuming version: 1
INFO - No version information : assuming version: 1
INFO - No version information : assuming version: 1
INFO - No version information : assuming version: 1
INFO - No version information : assuming version: 1
INFO - No version information : assuming version: 1
INFO - No version information : assuming version: 1
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: apacheDnsDomainName
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: apacheDnsDomainName
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: apacheDnsTtl
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: apacheDnsDomainName
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: apacheDnsAbstractRecord
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: apacheDnsDomainName
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: apacheDnsIpAddress
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: apacheDnsAbstractRecord
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: apacheDnsIpAddress
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: apacheDnsAbstractRecord
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: apacheDnsDomainName
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: apacheDnsAbstractRecord
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: apacheDnsDomainName
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: apacheDnsAbstractRecord
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: apacheDnsSoaMName
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: apacheDnsSoaRName
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: apacheDnsSoaMinimum
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: apacheDnsAbstractRecord
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: apacheDnsClass
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: apacheDnsSoaSerial
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: apacheDnsSoaRefresh
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: apacheDnsSoaRetry
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: apacheDnsSoaExpire
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: apacheDnsDomainName
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: apacheDnsAbstractRecord
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: apacheDnsMxPreference
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: apacheDnsDomainName
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: apacheDnsAbstractRecord
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: apacheDnsCharacterString
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: apacheDnsAbstractRecord
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: apacheDnsServicePriority
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: apacheDnsServiceWeight
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: apacheDnsServicePort
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: apacheDnsDomainName
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: apacheDnsAbstractRecord
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: automountInformation
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: corbaIor
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: corbaObject
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: corbaRepositoryId
WARNING - JAVA AGENT NOT INSTALLED. The JPA Persistence Provider requested installation of a ClassFileTransformer which requires a JavaAgent. See http://tomee.apache.org/javaagent.html
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpPrimaryDN
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpSecondaryDN
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpSharedNetworkDN
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpSubnetDN
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpGroupDN
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpHostDN
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpClassesDN
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpOptionsDN
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpStatements
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpAddressState
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpExpirationTime
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpStartTimeOfState
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpLastTransactionTime
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpBootpFlag
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpDomainName
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpDnsStatus
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpRequestedHostName
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpAssignedHostName
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpReservedForClient
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpAssignedToClient
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpRelayAgentInfo
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpHWAddress
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpAddressState
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpExpirationTime
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpStartTimeOfState
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpLastTransactionTime
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpBootpFlag
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpDomainName
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpDnsStatus
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpRequestedHostName
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpAssignedHostName
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpReservedForClient
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpAssignedToClient
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpRelayAgentInfo
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpHWAddress
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpErrorLog
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpServiceDN
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpVersion
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpImplementation
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpHashBucketAssignment
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpDelayedServiceParameter
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpMaxClientLeadTime
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpFailOverEndpointState
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpStatements
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpSubnetDN
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpPoolDN
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpOptionsDN
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpStatements
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpNetMask
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpRange
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpPoolDN
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpGroupDN
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpHostDN
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpClassesDN
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpLeasesDN
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpOptionsDN
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpStatements
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpRange
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpClassesDN
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpPermitList
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpLeasesDN
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpOptionsDN
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpStatements
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpHostDN
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpOptionsDN
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpStatements
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpLeaseDN
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpHWAddress
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpOptionsDN
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpStatements
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpSubclassesDN
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpOptionsDN
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpStatements
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpClassData
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpOptionsDN
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpStatements
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: dhcpOption
INFO - PersistenceUnit(name=tribe-signatures-unit, provider=org.apache.openjpa.persistence.PersistenceProviderImpl) - provider time 220ms
INFO - Jndi(name=KeyRepositoryLocalBean) --> Ejb(deployment-id=KeyRepository)
INFO - Jndi(name=global/tribe-signatures-persistence/KeyRepository!com.tomitribe.tribestream.security.signatures.persistence.KeyRepository) --> Ejb(deployment-id=KeyRepository)
INFO - Jndi(name=global/tribe-signatures-persistence/KeyRepository) --> Ejb(deployment-id=KeyRepository)
INFO - Created new singletonService org.apache.openejb.cdi.ThreadSingletonServiceImpl@8117683
INFO - Succeeded in installing singleton service
INFO - OpenWebBeans Container is starting...
INFO - Adding OpenWebBeansPlugin : [CdiPlugin]
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: xmozillanickname
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: xmozillausehtmlmail
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: mozillaSecondEmail
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: mozillaPostalAddress2
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: mozillaHomePostalAddress2
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: mozillaHomeLocalityName
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: mozillaHomeState
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: mozillaHomePostalCode
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: mozillaHomeCountryName
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: mozillaHomeFriendlyCountryName
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: homeurl
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: workurl
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: custom1
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: custom2
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: custom3
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: custom4
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: nsAIMid
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: caseExactIA5SubstringsMatch
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: caseExactIA5SubstringsMatch
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: caseExactIA5SubstringsMatch
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: uidNumber
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: gidNumber
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: homeDirectory
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: loginShell
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: gecos
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: shadowLastChange
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: shadowMin
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: shadowMax
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: shadowWarning
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: shadowInactive
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: shadowExpire
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: shadowFlag
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: nisMapEntry
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: nisMapName
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: macAddress
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: bootFile
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: bootParameter
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: gidNumber
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: memberUid
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: ipServicePort
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: ipServiceProtocol
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: ipProtocolNumber
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: oncRpcNumber
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: ipHostNumber
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: ipNetworkNumber
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: ipNetmaskNumber
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: nisNetgroupTriple
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: memberNisNetgroup
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: nisMapName
INFO - No version information : assuming version: 1
INFO - No version information : assuming version: 1
INFO - No version information : assuming version: 1
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: caseExactIA5SubstringsMatch
INFO - No version information : assuming version: 1
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: caseExactIA5SubstringsMatch
INFO - No version information : assuming version: 1
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: nisPublicKey
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: nisSecretKey
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: uidNumber
INFO - No version information : assuming version: 1
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: nisDomain
INFO - No version information : assuming version: 1
INFO - All injection points were validated successfully.
INFO - OpenWebBeans Container has started, it took 68 ms.
INFO - Created Ejb(deployment-id=KeyRepository, ejb-name=KeyRepository, container=Default Singleton Container)
INFO - Started Ejb(deployment-id=KeyRepository, ejb-name=KeyRepository, container=Default Singleton Container)
INFO - Deployed Application(path=tribe-signatures-persistence)
INFO - Configuring enterprise application: /private/tmp/tribestream/tribestream-container/target/SignatureAuthenticatorTest
INFO - Configuring PersistenceUnit(name=test-unit)
INFO - Adjusting PersistenceUnit test-unit <jta-data-source> to Resource ID 'Default JDBC Database' from 'tribe-signatures-datasource'
INFO - Adjusting PersistenceUnit test-unit <non-jta-data-source> to Resource ID 'Default Unmanaged JDBC Database' from 'tribe-signatures-datasourceNonJta'
INFO - Enterprise application "/private/tmp/tribestream/tribestream-container/target/SignatureAuthenticatorTest" loaded.
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaShareName
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaOptionName
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaBoolOption
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaIntegerOption
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaStringListOption
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaStringOption
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaSID
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaPrivilegeList
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaDomainName
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaNTPassword
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaTrustFlags
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaPwdLastSet
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaSID
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: gidNumber
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaGroupType
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaSID
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaSIDList
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaDomainName
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaSID
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaAlgorithmicRidBase
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaForceLogoff
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaLockoutDuration
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaLockoutObservationWindow
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaLockoutThreshold
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaLogonToChgPwd
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaMaxPwdAge
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaMinPwdAge
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaMinPwdLength
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaNextGroupRid
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaNextRid
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaNextUserRid
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaPwdHistoryLength
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaRefuseMachinePwdChange
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaSID
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaAcctFlags
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaBadPasswordCount
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaBadPasswordTime
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaDomainName
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaHomeDrive
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaHomePath
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaKickoffTime
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaLMPassword
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaLogoffTime
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaLogonHours
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaLogonScript
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaLogonTime
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaMungedDial
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaNTPassword
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaPasswordHistory
INFO - Not creating another application classloader for SignatureAuthenticatorTest
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaPrimaryGroupSID
INFO - Assembling app: /private/tmp/tribestream/tribestream-container/target/SignatureAuthenticatorTest
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaProfilePath
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaPwdCanChange
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaPwdLastSet
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaPwdMustChange
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaUserWorkstations
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: gidNumber
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: uidNumber
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaSID
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: gidNumber
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: uidNumber
INFO - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04226 I do not know how to handle NameAndOptionalUID normalization with objects of class: sambaSID
INFO - PersistenceUnit(name=test-unit, provider=org.apache.openjpa.persistence.PersistenceProviderImpl) - provider time 4ms
INFO - Existing thread singleton service in SystemInstance(): org.apache.openejb.cdi.ThreadSingletonServiceImpl@8117683
INFO - OpenWebBeans Container is starting...
INFO - Adding OpenWebBeansPlugin : [CdiPlugin]
INFO - All injection points were validated successfully.
INFO - OpenWebBeans Container has started, it took 3 ms.
INFO - Deployed Application(path=/private/tmp/tribestream/tribestream-container/target/SignatureAuthenticatorTest)
INFO - creating new keystore: /private/tmp/tribestream/tribestream-container/target/target/keystore-5242648451734281337.jks
INFO - Starting OpenJPA 2.4.0
INFO - fetching the cache named alias
INFO - fetching the cache named piar
INFO - fetching the cache named system
INFO - Keys and self signed certificate successfully generated.
INFO - fetching the cache named groupCache
INFO - Initializing ...
INFO - Initialization complete.
WARNING - You didn't change the admin password of directory service instance 'StackedLoginModuleTest'. Please update the admin password as soon as possible to prevent a possible security breach.
INFO - fetching the cache named alias
INFO - fetching the cache named piar
INFO - fetching the cache named StackedLoginModuleTest
INFO - Successful bind of an LDAP Service (63809) is completed.
INFO - Ldap service started.
Running com.tomitribe.tribestream.security.jaas.StackedLoginModuleTest
INFO - ERR_230 Password not correct for user 'cn=David Blevins,ou=people,o=supertribe'
INFO - Authenticator org.apache.directory.server.core.authn.SimpleAuthenticator@837f110 failed to authenticate: BindContext for Dn 'cn=David Blevins,ou=people,o=supertribe', credentials <0x77 0x72 0x6F 0x6E 0x67 0x20 0x62 0x69 0x6E 0x64 0x20 0x70 0x61 0x73 0x73 0x77 0x6F 0x72 0x64 >
INFO - Cannot bind to the server
INFO - ********************************************************************************
INFO - OpenEJB http://tomee.apache.org/
INFO - Startup: Fri Aug 21 13:11:00 CDT 2015
INFO - Copyright 1999-2013 (C) Apache OpenEJB Project, All Rights Reserved.
INFO - Version: 4.7.3-TT.2
INFO - Build date: 20150730
INFO - Build time: 09:29
INFO - ********************************************************************************
INFO - openejb.home = /private/tmp/tribestream/tribestream-container/target
INFO - openejb.base = /private/tmp/tribestream/tribestream-container/target/test-classes/com/tomitribe/tribestream/security/jaas/JAASInstallerTest
INFO - Created new singletonService org.apache.openejb.cdi.ThreadSingletonServiceImpl@307f8d48
INFO - Succeeded in installing singleton service
SEVERE - Extension construction failedcom.tomitribe.tribestream.validation.TribestreamValidationsInstaller
java.lang.NullPointerException
at org.apache.openejb.util.reflection.Reflections.get(Reflections.java:103)
at com.tomitribe.tribestream.validation.TribestreamValidationsInstaller.<init>(TribestreamValidationsInstaller.java:34)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:526)
at java.lang.Class.newInstance(Class.java:379)
at org.apache.openejb.Extensions.addExtensions(Extensions.java:98)
at org.apache.openejb.Extensions.installExtensions(Extensions.java:78)
at org.apache.openejb.assembler.classic.Assembler.installExtensions(Assembler.java:346)
at org.apache.openejb.assembler.classic.Assembler.<init>(Assembler.java:338)
at org.apache.openejb.assembler.classic.Assembler.<init>(Assembler.java:309)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:526)
at java.lang.Class.newInstance(Class.java:379)
at org.apache.openejb.util.SafeToolkit.newInstance(SafeToolkit.java:57)
at org.apache.openejb.util.SafeToolkit.newInstance(SafeToolkit.java:51)
at org.apache.openejb.OpenEJB$Instance.<init>(OpenEJB.java:128)
at org.apache.openejb.OpenEJB$Instance.<init>(OpenEJB.java:67)
at org.apache.openejb.OpenEJB.init(OpenEJB.java:298)
at org.apache.openejb.OpenEJB.init(OpenEJB.java:278)
at org.apache.openejb.core.ivm.naming.InitContextFactory.initializeOpenEJB(InitContextFactory.java:91)
at org.apache.openejb.core.ivm.naming.InitContextFactory.getInitialContext(InitContextFactory.java:44)
at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:684)
at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:307)
at javax.naming.InitialContext.init(InitialContext.java:242)
at javax.naming.InitialContext.<init>(InitialContext.java:192)
at com.tomitribe.security.jaas.TomcatUsersLoginModule.doGetDatabase(TomcatUsersLoginModule.java:356)
at com.tomitribe.security.jaas.TomcatUsersLoginModule.getUserDatabase(TomcatUsersLoginModule.java:347)
at com.tomitribe.security.jaas.TomcatUsersLoginModule.initialize(TomcatUsersLoginModule.java:122)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at javax.security.auth.login.LoginContext.invoke(LoginContext.java:744)
at javax.security.auth.login.LoginContext.access$000(LoginContext.java:203)
at javax.security.auth.login.LoginContext$4.run(LoginContext.java:690)
at javax.security.auth.login.LoginContext$4.run(LoginContext.java:688)
at java.security.AccessController.doPrivileged(Native Method)
at javax.security.auth.login.LoginContext.invokePriv(LoginContext.java:687)
at javax.security.auth.login.LoginContext.login(LoginContext.java:595)
at com.tomitribe.tribestream.security.jaas.StackedLoginModuleTest.tryWrongLdapBindPwd(StackedLoginModuleTest.java:108)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47)
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44)
at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
at org.junit.internal.runners.statements.ExpectException.evaluate(ExpectException.java:19)
at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70)
at com.tomitribe.tribestream.security.jaas.FrameworkRunner.runChild(FrameworkRunner.java:348)
at com.tomitribe.tribestream.security.jaas.FrameworkRunner.runChild(FrameworkRunner.java:48)
at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
at com.tomitribe.tribestream.security.jaas.FrameworkRunner.run(FrameworkRunner.java:151)
at org.junit.runners.Suite.runChild(Suite.java:127)
at org.junit.runners.Suite.runChild(Suite.java:26)
at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
at org.junit.runner.JUnitCore.run(JUnitCore.java:160)
at org.junit.runner.JUnitCore.run(JUnitCore.java:138)
at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:107)
at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeLazy(JUnitCoreWrapper.java:88)
at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:57)
at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:144)
at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203)
at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155)
at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
INFO - Using 'openejb.extract.configuration=false'
INFO - Configuring Service(id=test, type=Service, provider-id=test)
INFO - Configuring Service(id=notificationPersistence, type=Service, provider-id=notificationPersistence)
INFO - Configuring Service(id=notificationCDI, type=Service, provider-id=notificationCDI)
INFO - Configuring Service(id=Default Security Service, type=SecurityService, provider-id=Default Security Service)
INFO - Configuring Service(id=Default Transaction Manager, type=TransactionManager, provider-id=Default Transaction Manager)
INFO - Using 'openejb.deployments.classpath=false'
INFO - Creating Service(id=test)
INFO - Creating Service(id=notificationPersistence)
INFO - Creating Service(id=notificationCDI)
INFO - Creating TransactionManager(id=Default Transaction Manager)
INFO - Creating SecurityService(id=Default Security Service)
INFO - Using 'java.security.auth.login.config=/private/tmp/tribestream/tribestream-container/target/test-classes/com/tomitribe/tribestream/security/jaas/JAASInstallerTest/conf/jaas.config'
INFO - Using 'openejb.extract.configuration=false'
INFO - Using 'openejb.extract.configuration=false'
INFO - Configuring enterprise application: tribestream-alerting-persistence
INFO - Auto-deploying ejb AlertService: EjbDeployment(deployment-id=AlertService)
INFO - Configuring Service(id=Default Managed Container, type=Container, provider-id=Default Managed Container)
INFO - Auto-creating a container for bean tribestream-alerting-persistence.Comp555424940: Container(type=MANAGED, id=Default Managed Container)
INFO - Creating Container(id=Default Managed Container)
INFO - Using directory /private/tmp/tribestream/tribestream-container/target for stateful session passivation
INFO - Configuring Service(id=Default Singleton Container, type=Container, provider-id=Default Singleton Container)
INFO - Auto-creating a container for bean AlertService: Container(type=SINGLETON, id=Default Singleton Container)
INFO - Creating Container(id=Default Singleton Container)
INFO - Configuring PersistenceUnit(name=notifications)
INFO - Configuring Service(id=Default JDBC Database, type=Resource, provider-id=Default JDBC Database)
INFO - Auto-creating a Resource with id 'Default JDBC Database' of type 'DataSource for 'notifications'.
INFO - Creating Resource(id=Default JDBC Database)
INFO - Configuring Service(id=Default Unmanaged JDBC Database, type=Resource, provider-id=Default Unmanaged JDBC Database)
INFO - Auto-creating a Resource with id 'Default Unmanaged JDBC Database' of type 'DataSource for 'notifications'.
INFO - Creating Resource(id=Default Unmanaged JDBC Database)
INFO - Adjusting PersistenceUnit notifications <jta-data-source> to Resource ID 'Default JDBC Database' from 'tribe-alert-datasource'
INFO - Adjusting PersistenceUnit notifications <non-jta-data-source> to Resource ID 'Default Unmanaged JDBC Database' from 'tribe-alert-datasourceNonJta'
INFO - Enterprise application "tribestream-alerting-persistence" loaded.
INFO - Not creating another application classloader for tribestream-alerting-persistence
INFO - Assembling app: tribestream-alerting-persistence
INFO - Using dictionary class "org.apache.openjpa.jdbc.sql.HSQLDictionary" (HSQL Database Engine 2.3.2 ,HSQL Database Engine Driver 2.3.2).
INFO - PersistenceUnit(name=notifications, provider=org.apache.openjpa.persistence.PersistenceProviderImpl) - provider time 3ms
INFO - Jndi(name=AlertServiceLocalBean) --> Ejb(deployment-id=AlertService)
INFO - Jndi(name=global/tribestream-alerting-persistence/AlertService!com.tomitribe.tribestream.notifications.core.persistence.AlertService) --> Ejb(deployment-id=AlertService)
INFO - Jndi(name=global/tribestream-alerting-persistence/AlertService) --> Ejb(deployment-id=AlertService)
INFO - Existing thread singleton service in SystemInstance(): org.apache.openejb.cdi.ThreadSingletonServiceImpl@307f8d48
INFO - OpenWebBeans Container is starting...
INFO - Adding OpenWebBeansPlugin : [CdiPlugin]
INFO - All injection points were validated successfully.
INFO - OpenWebBeans Container has started, it took 9 ms.
INFO - Created Ejb(deployment-id=AlertService, ejb-name=AlertService, container=Default Singleton Container)
INFO - Started Ejb(deployment-id=AlertService, ejb-name=AlertService, container=Default Singleton Container)
INFO - Connected to HSQL Database Engine version 2.2 using JDBC driver HSQL Database Engine Driver version 2.3.2.
INFO - Deployed Application(path=tribestream-alerting-persistence)
INFO - [TomcatUsersLoginModule] > Not able to lookup the UserDatabase from JNDI. Reading from file.
INFO - ignoring the message MessageType : UNBIND_REQUEST
Message ID : 3
UnBind Requestorg.apache.directory.api.ldap.model.message.UnbindRequestImpl@184f5fdb ManageDsaITImpl Control
Type OID : '2.16.840.1.113730.3.4.2'
Criticality : 'false'
'
received from null session
INFO - ERR_230 Password not correct for user 'cn=Jean-Louis Monteiro,ou=people,o=supertribe'
INFO - Authenticator org.apache.directory.server.core.authn.SimpleAuthenticator@837f110 failed to authenticate: BindContext for Dn 'cn=Jean-Louis Monteiro,ou=people,o=supertribe', credentials <0x77 0x72 0x6F 0x6E 0x67 0x20 0x70 0x61 0x73 0x73 0x77 0x6F 0x72 0x64 >
INFO - Cannot bind to the server
INFO - Authentication failed for dn: cn=Jean-Louis Monteiro,ou=people,o=supertribe
INFO - ERR_230 Password not correct for user 'cn=Jean-Louis Monteiro,ou=people,o=supertribe'
INFO - Authenticator org.apache.directory.server.core.authn.SimpleAuthenticator@837f110 failed to authenticate: BindContext for Dn 'cn=Jean-Louis Monteiro,ou=people,o=supertribe', credentials <0x74 0x6F 0x6D 0x65 0x65 >
INFO - Cannot bind to the server
INFO - Authentication failed for dn: cn=Jean-Louis Monteiro,ou=people,o=supertribe
INFO - ERR_230 Password not correct for user 'cn=David Blevins,ou=people,o=supertribe'
INFO - Authenticator org.apache.directory.server.core.authn.SimpleAuthenticator@837f110 failed to authenticate: BindContext for Dn 'cn=David Blevins,ou=people,o=supertribe', credentials <0x77 0x72 0x6F 0x6E 0x67 >
INFO - Cannot bind to the server
INFO - Authentication succeeded for dn: cn=Jean-Louis Monteiro,ou=people,o=supertribe
INFO - Unbind of an LDAP service (63809) is complete.
INFO - Sending notice of disconnect to existing clients sessions.
SEVERE - >>> Window Tracker <ApplicationLimit.METHOD> for user<N/A> and application <TimeoutLimitsTest> exceeded > Window{elapsed=4 seconds, duration=2 minutes, count=8, limit=1, version=0, start=1440180656408708000, stop=1440180776408708000}
SEVERE - >>> Window Tracker <ApplicationLimit.METHOD> for user<N/A> and application <TimeoutLimitsTest> exceeded > Window{elapsed=4 seconds, duration=2 minutes, count=9, limit=1, version=0, start=1440180656408708000, stop=1440180776408708000}
WARNING - Failed to execute ejbTimeout on RateTestBean successfully within 1 attempts
INFO - The Entity "com.tomitribe.tribestream.security.signatures.persistence.Key" was enhanced at level "1,591,689", but the current level of enhancement is "1,674,154".
INFO - A down level Entity was detected and logged. Please enable RUNTIME trace to see all down level Entities.
0
INFO - creating new keystore: /private/tmp/tribestream/tribestream-container/target/target/keystore-5242648451734281337.jks
INFO - Initializing ProtocolHandler ["http-nio-127.0.0.1-63798"]
INFO - Using a shared selector for servlet write/read
INFO - Starting service Tomcat
INFO - Starting Servlet Engine: Apache Tomcat/7.0.63
INFO - At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
INFO - Starting ProtocolHandler ["http-nio-127.0.0.1-63798"]
INFO - Pausing ProtocolHandler ["http-nio-127.0.0.1-63798"]
INFO - Stopping service Tomcat
INFO - Stopping ProtocolHandler ["http-nio-127.0.0.1-63798"]
INFO - Destroying ProtocolHandler ["http-nio-127.0.0.1-63798"]
0
INFO - Undeploying app: /private/tmp/tribestream/tribestream-container/target/SignatureAuthenticatorTest
INFO - Undeploying app: tribe-signatures-persistence
INFO - Closing DataSource: Default JDBC Database
INFO - Closing DataSource: Default Unmanaged JDBC Database
INFO - Cannot find the configuration file [conf/openejb.xml]. Will attempt to create one for the beans deployed.
WARNING - Cannot install default JAAS configuration
INFO - Configuring Service(id=notificationIRC, type=Service, provider-id=notificationIRC)
INFO - Configuring Service(id=SignaturesService, type=Service, provider-id=SignaturesService)
INFO - Configuring Service(id=Default Security Service, type=SecurityService, provider-id=Default Security Service)
INFO - Configuring Service(id=Default Transaction Manager, type=TransactionManager, provider-id=Default Transaction Manager)
INFO - Creating Service(id=notificationIRC)
INFO - Creating Service(id=SignaturesService)
INFO - Creating TransactionManager(id=Default Transaction Manager)
INFO - Creating SecurityService(id=Default Security Service)
INFO - Configuring enterprise application: tribe-signatures-persistence
INFO - Auto-deploying ejb KeyRepository: EjbDeployment(deployment-id=KeyRepository)
INFO - Configuring Service(id=Default Managed Container, type=Container, provider-id=Default Managed Container)
INFO - Auto-creating a container for bean tribe-signatures-persistence.Comp404993437: Container(type=MANAGED, id=Default Managed Container)
INFO - Creating Container(id=Default Managed Container)
INFO - Using directory /private/tmp/tribestream/tribestream-container/target for stateful session passivation
INFO - Configuring Service(id=Default Singleton Container, type=Container, provider-id=Default Singleton Container)
INFO - Auto-creating a container for bean KeyRepository: Container(type=SINGLETON, id=Default Singleton Container)
INFO - Creating Container(id=Default Singleton Container)
INFO - Configuring PersistenceUnit(name=tribe-signatures-unit)
INFO - Configuring Service(id=Default JDBC Database, type=Resource, provider-id=Default JDBC Database)
INFO - Auto-creating a Resource with id 'Default JDBC Database' of type 'DataSource for 'tribe-signatures-unit'.
INFO - Creating Resource(id=Default JDBC Database)
INFO - Configuring Service(id=Default Unmanaged JDBC Database, type=Resource, provider-id=Default Unmanaged JDBC Database)
INFO - Auto-creating a Resource with id 'Default Unmanaged JDBC Database' of type 'DataSource for 'tribe-signatures-unit'.
INFO - Creating Resource(id=Default Unmanaged JDBC Database)
INFO - Adjusting PersistenceUnit tribe-signatures-unit <jta-data-source> to Resource ID 'Default JDBC Database' from 'tribe-signatures-datasource'
INFO - Adjusting PersistenceUnit tribe-signatures-unit <non-jta-data-source> to Resource ID 'Default Unmanaged JDBC Database' from 'tribe-signatures-datasourceNonJta'
INFO - Ldap service stopped.
INFO - clearing all the caches
INFO - Undeploying app: /private/tmp/tribestream/tribestream-container/target/TimeoutLimitsTest
SEVERE - >>> Window Tracker <ApplicationLimit.METHOD> for user<N/A> and application <TimeoutLimitsTest> exceeded > Window{elapsed=5 seconds, duration=2 minutes, count=10, limit=1, version=0, start=1440180656408708000, stop=1440180776408708000}
SEVERE - >>> Window Tracker <ApplicationLimit.METHOD> for user<N/A> and application <TimeoutLimitsTest> exceeded > Window{elapsed=5 seconds, duration=2 minutes, count=11, limit=1, version=0, start=1440180656408708000, stop=1440180776408708000}
WARNING - Failed to execute ejbTimeout on RateTestBean successfully within 1 attempts
INFO - Enterprise application "tribe-signatures-persistence" loaded.
INFO - Not creating another application classloader for tribe-signatures-persistence
INFO - Assembling app: tribe-signatures-persistence
INFO - PersistenceUnit(name=tribe-signatures-unit, provider=org.apache.openjpa.persistence.PersistenceProviderImpl) - provider time 5ms
INFO - Jndi(name=KeyRepositoryLocalBean) --> Ejb(deployment-id=KeyRepository)
INFO - Jndi(name=global/tribe-signatures-persistence/KeyRepository!com.tomitribe.tribestream.security.signatures.persistence.KeyRepository) --> Ejb(deployment-id=KeyRepository)
INFO - Jndi(name=global/tribe-signatures-persistence/KeyRepository) --> Ejb(deployment-id=KeyRepository)
INFO - Created new singletonService org.apache.openejb.cdi.ThreadSingletonServiceImpl@8117683
INFO - Succeeded in installing singleton service
INFO - OpenWebBeans Container is starting...
INFO - Adding OpenWebBeansPlugin : [CdiPlugin]
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.489 sec - in com.tomitribe.tribestream.security.jaas.StackedLoginModuleTest
INFO - All injection points were validated successfully.
INFO - OpenWebBeans Container has started, it took 33 ms.
INFO - Created Ejb(deployment-id=KeyRepository, ejb-name=KeyRepository, container=Default Singleton Container)
INFO - Started Ejb(deployment-id=KeyRepository, ejb-name=KeyRepository, container=Default Singleton Container)
INFO - Deployed Application(path=tribe-signatures-persistence)
INFO - Configuring enterprise application: /private/tmp/tribestream/tribestream-container/target/SignatureAuthenticatorTest
Running com.tomitribe.tribestream.security.signatures.SignatureKeyIdRetrieverTest
INFO - Configuring PersistenceUnit(name=test-unit)
INFO - Adjusting PersistenceUnit test-unit <jta-data-source> to Resource ID 'Default JDBC Database' from 'tribe-signatures-datasource'
INFO - Adjusting PersistenceUnit test-unit <non-jta-data-source> to Resource ID 'Default Unmanaged JDBC Database' from 'tribe-signatures-datasourceNonJta'
INFO - Enterprise application "/private/tmp/tribestream/tribestream-container/target/SignatureAuthenticatorTest" loaded.
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in com.tomitribe.tribestream.security.signatures.SignatureKeyIdRetrieverTest
Running com.tomitribe.tribestream.security.signatures.SignaturesTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in com.tomitribe.tribestream.security.signatures.SignaturesTest
INFO - Not creating another application classloader for SignatureAuthenticatorTest
INFO - Assembling app: /private/tmp/tribestream/tribestream-container/target/SignatureAuthenticatorTest
Running com.tomitribe.tribestream.security.signatures.SignatureTest
INFO - PersistenceUnit(name=test-unit, provider=org.apache.openjpa.persistence.PersistenceProviderImpl) - provider time 6ms
INFO - Scheduler OpenEJB-TimerService-Scheduler_$_OpenEJB shutting down.
INFO - Scheduler OpenEJB-TimerService-Scheduler_$_OpenEJB paused.
INFO - Scheduler unregistered from name 'quartz:type=QuartzScheduler,name=OpenEJB-TimerService-Scheduler,instance=OpenEJB' in the local MBeanServer.
INFO - Scheduler OpenEJB-TimerService-Scheduler_$_OpenEJB shutdown complete.
INFO - Existing thread singleton service in SystemInstance(): org.apache.openejb.cdi.ThreadSingletonServiceImpl@8117683
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 17.993 sec - in com.tomitribe.tribestream.governance.TimeoutLimitsTest
Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec - in com.tomitribe.tribestream.security.signatures.SignatureTest
INFO - OpenWebBeans Container is starting...
INFO - Adding OpenWebBeansPlugin : [CdiPlugin]
INFO - All injection points were validated successfully.
INFO - OpenWebBeans Container has started, it took 5 ms.
INFO - Deployed Application(path=/private/tmp/tribestream/tribestream-container/target/SignatureAuthenticatorTest)
INFO - creating new keystore: /private/tmp/tribestream/tribestream-container/target/target/keystore-3739699793072884959.jks
INFO - Starting OpenJPA 2.4.0
INFO - Using dictionary class "org.apache.openjpa.jdbc.sql.HSQLDictionary" (HSQL Database Engine 2.3.2 ,HSQL Database Engine Driver 2.3.2).
INFO - Connected to HSQL Database Engine version 2.2 using JDBC driver HSQL Database Engine Driver version 2.3.2.
Running com.tomitribe.tribestream.security.signatures.store.StoreManagerTest
Running com.tomitribe.tribestream.security.signatures.SignerTest
INFO - The Entity "com.tomitribe.tribestream.security.signatures.persistence.KeyId" was enhanced at level "1,591,689", but the current level of enhancement is "1,674,154".
INFO - A down level Entity was detected and logged. Please enable RUNTIME trace to see all down level Entities.
0
INFO - creating new keystore: /private/tmp/tribestream/tribestream-container/target/target/keystore-3739699793072884959.jks
INFO - Initializing ProtocolHandler ["http-nio-127.0.0.1-63831"]
INFO - Using a shared selector for servlet write/read
INFO - Starting service Tomcat
INFO - Starting Servlet Engine: Apache Tomcat/7.0.63
INFO - At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
INFO - Starting ProtocolHandler ["http-nio-127.0.0.1-63831"]
INFO - Pausing ProtocolHandler ["http-nio-127.0.0.1-63831"]
INFO - Stopping service Tomcat
INFO - Stopping ProtocolHandler ["http-nio-127.0.0.1-63831"]
INFO - Destroying ProtocolHandler ["http-nio-127.0.0.1-63831"]
INFO - Configuring Service(id=test, type=Service, provider-id=test)
INFO - Configuring Service(id=notificationPersistence, type=Service, provider-id=notificationPersistence)
INFO - Configuring Service(id=notificationCDI, type=Service, provider-id=notificationCDI)
INFO - Configuring Service(id=SignaturesService, type=Service, provider-id=SignaturesService)
0
INFO - Undeploying app: /private/tmp/tribestream/tribestream-container/target/SignatureAuthenticatorTest
INFO - Undeploying app: tribe-signatures-persistence
INFO - Closing DataSource: Default JDBC Database
INFO - Closing DataSource: Default Unmanaged JDBC Database
INFO - Configuring Service(id=Default Security Service, type=SecurityService, provider-id=Default Security Service)
INFO - Configuring Service(id=Default Transaction Manager, type=TransactionManager, provider-id=Default Transaction Manager)
INFO - Creating Service(id=test)
INFO - Creating Service(id=notificationPersistence)
INFO - Creating Service(id=notificationCDI)
INFO - Creating Service(id=SignaturesService)
INFO - Cannot find the configuration file [conf/openejb.xml]. Will attempt to create one for the beans deployed.
INFO - Creating TransactionManager(id=Default Transaction Manager)
INFO - Creating SecurityService(id=Default Security Service)
INFO - Configuring enterprise application: tribestream-alerting-persistence
INFO - Auto-deploying ejb AlertService: EjbDeployment(deployment-id=AlertService)
INFO - Configuring Service(id=Default Managed Container, type=Container, provider-id=Default Managed Container)
INFO - Auto-creating a container for bean tribestream-alerting-persistence.Comp1298026026: Container(type=MANAGED, id=Default Managed Container)
INFO - Creating Container(id=Default Managed Container)
INFO - Using directory /private/tmp/tribestream/tribestream-container/target for stateful session passivation
INFO - Configuring Service(id=Default Singleton Container, type=Container, provider-id=Default Singleton Container)
INFO - Auto-creating a container for bean AlertService: Container(type=SINGLETON, id=Default Singleton Container)
INFO - Creating Container(id=Default Singleton Container)
INFO - Configuring PersistenceUnit(name=notifications)
INFO - Configuring Service(id=Default JDBC Database, type=Resource, provider-id=Default JDBC Database)
INFO - Auto-creating a Resource with id 'Default JDBC Database' of type 'DataSource for 'notifications'.
INFO - Creating Resource(id=Default JDBC Database)
INFO - Configuring Service(id=Default Unmanaged JDBC Database, type=Resource, provider-id=Default Unmanaged JDBC Database)
INFO - Auto-creating a Resource with id 'Default Unmanaged JDBC Database' of type 'DataSource for 'notifications'.
INFO - Creating Resource(id=Default Unmanaged JDBC Database)
INFO - Configuring Service(id=SignaturesService, type=Service, provider-id=SignaturesService)
INFO - Adjusting PersistenceUnit notifications <jta-data-source> to Resource ID 'Default JDBC Database' from 'tribe-alert-datasource'
INFO - Adjusting PersistenceUnit notifications <non-jta-data-source> to Resource ID 'Default Unmanaged JDBC Database' from 'tribe-alert-datasourceNonJta'
INFO - Cannot find the configuration file [conf/openejb.xml]. Will attempt to create one for the beans deployed.
INFO - Configuring Service(id=Default Security Service, type=SecurityService, provider-id=Default Security Service)
INFO - Configuring Service(id=Default Transaction Manager, type=TransactionManager, provider-id=Default Transaction Manager)
INFO - Creating Service(id=SignaturesService)
INFO - Creating TransactionManager(id=Default Transaction Manager)
INFO - Creating SecurityService(id=Default Security Service)
WARNING - Cannot install default JAAS configuration
INFO - Configuring Service(id=notificationIRC, type=Service, provider-id=notificationIRC)
INFO - Configuring Service(id=SignaturesService, type=Service, provider-id=SignaturesService)
INFO - Configuring Service(id=Default Security Service, type=SecurityService, provider-id=Default Security Service)
INFO - Configuring Service(id=Default Transaction Manager, type=TransactionManager, provider-id=Default Transaction Manager)
INFO - Creating Service(id=notificationIRC)
INFO - Creating Service(id=SignaturesService)
INFO - Creating TransactionManager(id=Default Transaction Manager)
INFO - Creating SecurityService(id=Default Security Service)
INFO - Configuring enterprise application: tribe-signatures-persistence
INFO - Configuring enterprise application: tribe-signatures-persistence
INFO - Auto-deploying ejb KeyRepository: EjbDeployment(deployment-id=KeyRepository)
INFO - Configuring Service(id=Default Managed Container, type=Container, provider-id=Default Managed Container)
INFO - Auto-creating a container for bean tribe-signatures-persistence.Comp568943019: Container(type=MANAGED, id=Default Managed Container)
INFO - Creating Container(id=Default Managed Container)
INFO - Using directory /private/tmp/tribestream/tribestream-container/target for stateful session passivation
INFO - Configuring Service(id=Default Singleton Container, type=Container, provider-id=Default Singleton Container)
INFO - Auto-creating a container for bean KeyRepository: Container(type=SINGLETON, id=Default Singleton Container)
INFO - Creating Container(id=Default Singleton Container)
INFO - Auto-deploying ejb KeyRepository: EjbDeployment(deployment-id=KeyRepository)
INFO - Configuring PersistenceUnit(name=tribe-signatures-unit)
INFO - Configuring Service(id=Default Managed Container, type=Container, provider-id=Default Managed Container)
INFO - Auto-creating a container for bean tribe-signatures-persistence.Comp1579431735: Container(type=MANAGED, id=Default Managed Container)
INFO - Creating Container(id=Default Managed Container)
INFO - Using directory /private/tmp/tribestream/tribestream-container/target for stateful session passivation
INFO - Configuring Service(id=Default JDBC Database, type=Resource, provider-id=Default JDBC Database)
INFO - Auto-creating a Resource with id 'Default JDBC Database' of type 'DataSource for 'tribe-signatures-unit'.
INFO - Creating Resource(id=Default JDBC Database)
INFO - Configuring Service(id=Default Singleton Container, type=Container, provider-id=Default Singleton Container)
INFO - Auto-creating a container for bean KeyRepository: Container(type=SINGLETON, id=Default Singleton Container)
INFO - Creating Container(id=Default Singleton Container)
INFO - Configuring PersistenceUnit(name=tribe-signatures-unit)
INFO - Configuring Service(id=Default Unmanaged JDBC Database, type=Resource, provider-id=Default Unmanaged JDBC Database)
INFO - Configuring Service(id=Default JDBC Database, type=Resource, provider-id=Default JDBC Database)
INFO - Auto-creating a Resource with id 'Default JDBC Database' of type 'DataSource for 'tribe-signatures-unit'.
INFO - Auto-creating a Resource with id 'Default Unmanaged JDBC Database' of type 'DataSource for 'tribe-signatures-unit'.
INFO - Creating Resource(id=Default Unmanaged JDBC Database)
INFO - Creating Resource(id=Default JDBC Database)
INFO - Adjusting PersistenceUnit tribe-signatures-unit <jta-data-source> to Resource ID 'Default JDBC Database' from 'tribe-signatures-datasource'
INFO - Adjusting PersistenceUnit tribe-signatures-unit <non-jta-data-source> to Resource ID 'Default Unmanaged JDBC Database' from 'tribe-signatures-datasourceNonJta'
INFO - Enterprise application "tribestream-alerting-persistence" loaded.
INFO - Not creating another application classloader for tribestream-alerting-persistence
INFO - Assembling app: tribestream-alerting-persistence
INFO - Configuring Service(id=Default Unmanaged JDBC Database, type=Resource, provider-id=Default Unmanaged JDBC Database)
INFO - Auto-creating a Resource with id 'Default Unmanaged JDBC Database' of type 'DataSource for 'tribe-signatures-unit'.
INFO - Creating Resource(id=Default Unmanaged JDBC Database)
INFO - PersistenceUnit(name=notifications, provider=org.apache.openjpa.persistence.PersistenceProviderImpl) - provider time 10ms
INFO - Jndi(name=AlertServiceLocalBean) --> Ejb(deployment-id=AlertService)
INFO - Jndi(name=global/tribestream-alerting-persistence/AlertService!com.tomitribe.tribestream.notifications.core.persistence.AlertService) --> Ejb(deployment-id=AlertService)
INFO - Jndi(name=global/tribestream-alerting-persistence/AlertService) --> Ejb(deployment-id=AlertService)
INFO - Created new singletonService org.apache.openejb.cdi.ThreadSingletonServiceImpl@307f8d48
INFO - Succeeded in installing singleton service
INFO - OpenWebBeans Container is starting...
INFO - Adding OpenWebBeansPlugin : [CdiPlugin]
INFO - Adjusting PersistenceUnit tribe-signatures-unit <jta-data-source> to Resource ID 'Default JDBC Database' from 'tribe-signatures-datasource'
INFO - Adjusting PersistenceUnit tribe-signatures-unit <non-jta-data-source> to Resource ID 'Default Unmanaged JDBC Database' from 'tribe-signatures-datasourceNonJta'
INFO - All injection points were validated successfully.
INFO - OpenWebBeans Container has started, it took 19 ms.
INFO - Created Ejb(deployment-id=AlertService, ejb-name=AlertService, container=Default Singleton Container)
INFO - Started Ejb(deployment-id=AlertService, ejb-name=AlertService, container=Default Singleton Container)
INFO - Deployed Application(path=tribestream-alerting-persistence)
INFO - Enterprise application "tribe-signatures-persistence" loaded.
INFO - Configuring enterprise application: tribe-signatures-persistence
INFO - Auto-deploying ejb KeyRepository: EjbDeployment(deployment-id=KeyRepository)
INFO - Configuring PersistenceUnit(name=tribe-signatures-unit)
INFO - Adjusting PersistenceUnit tribe-signatures-unit <jta-data-source> to Resource ID 'Default JDBC Database' from 'tribe-signatures-datasource'
INFO - Adjusting PersistenceUnit tribe-signatures-unit <non-jta-data-source> to Resource ID 'Default Unmanaged JDBC Database' from 'tribe-signatures-datasourceNonJta'
INFO - Enterprise application "tribe-signatures-persistence" loaded.
INFO - Not creating another application classloader for tribe-signatures-persistence
INFO - Assembling app: tribe-signatures-persistence
INFO - PersistenceUnit(name=tribe-signatures-unit, provider=org.apache.openjpa.persistence.PersistenceProviderImpl) - provider time 5ms
INFO - Jndi(name=KeyRepositoryLocalBean) --> Ejb(deployment-id=KeyRepository)
INFO - Jndi(name=global/tribe-signatures-persistence/KeyRepository!com.tomitribe.tribestream.security.signatures.persistence.KeyRepository) --> Ejb(deployment-id=KeyRepository)
INFO - Jndi(name=global/tribe-signatures-persistence/KeyRepository) --> Ejb(deployment-id=KeyRepository)
INFO - Created new singletonService org.apache.openejb.cdi.ThreadSingletonServiceImpl@8117683
INFO - Succeeded in installing singleton service
INFO - Not creating another application classloader for tribe-signatures-persistence
INFO - Assembling app: tribe-signatures-persistence
INFO - OpenWebBeans Container is starting...
INFO - Adding OpenWebBeansPlugin : [CdiPlugin]
INFO - PersistenceUnit(name=tribe-signatures-unit, provider=org.apache.openjpa.persistence.PersistenceProviderImpl) - provider time 5ms
INFO - Jndi(name=KeyRepositoryLocalBean) --> Ejb(deployment-id=KeyRepository)
INFO - Jndi(name=global/tribe-signatures-persistence/KeyRepository!com.tomitribe.tribestream.security.signatures.persistence.KeyRepository) --> Ejb(deployment-id=KeyRepository)
INFO - Jndi(name=global/tribe-signatures-persistence/KeyRepository) --> Ejb(deployment-id=KeyRepository)
INFO - Existing thread singleton service in SystemInstance(): org.apache.openejb.cdi.ThreadSingletonServiceImpl@307f8d48
INFO - OpenWebBeans Container is starting...
INFO - Adding OpenWebBeansPlugin : [CdiPlugin]
INFO - All injection points were validated successfully.
INFO - OpenWebBeans Container has started, it took 45 ms.
INFO - Created Ejb(deployment-id=KeyRepository, ejb-name=KeyRepository, container=Default Singleton Container)
INFO - Started Ejb(deployment-id=KeyRepository, ejb-name=KeyRepository, container=Default Singleton Container)
INFO - Deployed Application(path=tribe-signatures-persistence)
INFO - Configuring enterprise application: /private/tmp/tribestream/tribestream-container/target/SignatureAuthenticatorTest
INFO - Configuring PersistenceUnit(name=test-unit)
INFO - Adjusting PersistenceUnit test-unit <jta-data-source> to Resource ID 'Default JDBC Database' from 'tribe-signatures-datasource'
INFO - Adjusting PersistenceUnit test-unit <non-jta-data-source> to Resource ID 'Default Unmanaged JDBC Database' from 'tribe-signatures-datasourceNonJta'
INFO - Enterprise application "/private/tmp/tribestream/tribestream-container/target/SignatureAuthenticatorTest" loaded.
INFO - Not creating another application classloader for SignatureAuthenticatorTest
INFO - Assembling app: /private/tmp/tribestream/tribestream-container/target/SignatureAuthenticatorTest
INFO - PersistenceUnit(name=test-unit, provider=org.apache.openjpa.persistence.PersistenceProviderImpl) - provider time 8ms
INFO - Existing thread singleton service in SystemInstance(): org.apache.openejb.cdi.ThreadSingletonServiceImpl@8117683
INFO - OpenWebBeans Container is starting...
INFO - Adding OpenWebBeansPlugin : [CdiPlugin]
INFO - All injection points were validated successfully.
INFO - OpenWebBeans Container has started, it took 4 ms.
INFO - Deployed Application(path=/private/tmp/tribestream/tribestream-container/target/SignatureAuthenticatorTest)
INFO - creating new keystore: /private/tmp/tribestream/tribestream-container/target/target/keystore-235534860759753764.jks
INFO - Starting OpenJPA 2.4.0
INFO - All injection points were validated successfully.
INFO - OpenWebBeans Container has started, it took 111 ms.
INFO - Created Ejb(deployment-id=KeyRepository, ejb-name=KeyRepository, container=Default Singleton Container)
INFO - Using dictionary class "org.apache.openjpa.jdbc.sql.HSQLDictionary" (HSQL Database Engine 2.3.2 ,HSQL Database Engine Driver 2.3.2).
INFO - Started Ejb(deployment-id=KeyRepository, ejb-name=KeyRepository, container=Default Singleton Container)
INFO - Deployed Application(path=tribe-signatures-persistence)
INFO - Configuring enterprise application: /private/tmp/tribestream/tribestream-container/target/StoreManagerTest
INFO - Configuring PersistenceUnit(name=test-unit)
INFO - Connected to HSQL Database Engine version 2.2 using JDBC driver HSQL Database Engine Driver version 2.3.2.
INFO - Adjusting PersistenceUnit test-unit <jta-data-source> to Resource ID 'Default JDBC Database' from 'tribe-signatures-datasource'
INFO - Adjusting PersistenceUnit test-unit <non-jta-data-source> to Resource ID 'Default Unmanaged JDBC Database' from 'tribe-signatures-datasourceNonJta'
INFO - Enterprise application "/private/tmp/tribestream/tribestream-container/target/StoreManagerTest" loaded.
INFO - Not creating another application classloader for StoreManagerTest
INFO - Assembling app: /private/tmp/tribestream/tribestream-container/target/StoreManagerTest
INFO - Enterprise application "tribe-signatures-persistence" loaded.
INFO - PersistenceUnit(name=test-unit, provider=org.apache.openjpa.persistence.PersistenceProviderImpl) - provider time 5ms
INFO - Not creating another application classloader for tribe-signatures-persistence
INFO - Assembling app: tribe-signatures-persistence
INFO - Existing thread singleton service in SystemInstance(): org.apache.openejb.cdi.ThreadSingletonServiceImpl@307f8d48
INFO - OpenWebBeans Container is starting...
INFO - Adding OpenWebBeansPlugin : [CdiPlugin]
INFO - All injection points were validated successfully.
INFO - OpenWebBeans Container has started, it took 4 ms.
INFO - Deployed Application(path=/private/tmp/tribestream/tribestream-container/target/StoreManagerTest)
INFO - creating new keystore: /private/tmp/tribestream/tribestream-container/target/target/keystore-378420073389987738.jks
INFO - Starting OpenJPA 2.4.0
INFO - The Entity "com.tomitribe.tribestream.security.signatures.persistence.KeyId" was enhanced at level "1,591,689", but the current level of enhancement is "1,674,154".
INFO - A down level Entity was detected and logged. Please enable RUNTIME trace to see all down level Entities.
INFO - Using dictionary class "org.apache.openjpa.jdbc.sql.HSQLDictionary" (HSQL Database Engine 2.3.2 ,HSQL Database Engine Driver 2.3.2).
0
INFO - creating new keystore: /private/tmp/tribestream/tribestream-container/target/target/keystore-235534860759753764.jks
INFO - Initializing ProtocolHandler ["http-nio-127.0.0.1-63843"]
INFO - Using a shared selector for servlet write/read
INFO - Connected to HSQL Database Engine version 2.2 using JDBC driver HSQL Database Engine Driver version 2.3.2.
INFO - Starting service Tomcat
INFO - Starting Servlet Engine: Apache Tomcat/7.0.63
INFO - At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
INFO - Starting ProtocolHandler ["http-nio-127.0.0.1-63843"]
INFO - Pausing ProtocolHandler ["http-nio-127.0.0.1-63843"]
SEVERE - >>> Window Tracker <UserLimit.METHOD> for user<bob> and application <N/A> is invalid > Window{elapsed=0 seconds, duration=1 second, count=1, limit=10, version=18, start=1440180661682079000, stop=1440180662682079000}
SEVERE - >>> Window Tracker <UserLimit.METHOD> for user<bob> and application <N/A> is invalid > Window{elapsed=0 seconds, duration=1 second, count=1, limit=10, version=20, start=1440180662682079000, stop=1440180663682079000}
INFO - Stopping service Tomcat
INFO - Stopping ProtocolHandler ["http-nio-127.0.0.1-63843"]
INFO - Destroying ProtocolHandler ["http-nio-127.0.0.1-63843"]
INFO - The Entity "com.tomitribe.tribestream.security.signatures.persistence.KeyId" was enhanced at level "1,591,689", but the current level of enhancement is "1,674,154".
INFO - A down level Entity was detected and logged. Please enable RUNTIME trace to see all down level Entities.
0
INFO - Undeploying app: /private/tmp/tribestream/tribestream-container/target/SignatureAuthenticatorTest
INFO - Undeploying app: tribe-signatures-persistence
INFO - Closing DataSource: Default JDBC Database
INFO - Closing DataSource: Default Unmanaged JDBC Database
0
INFO - Cannot find the configuration file [conf/openejb.xml]. Will attempt to create one for the beans deployed.
WARNING - Cannot install default JAAS configuration
INFO - Configuring Service(id=notificationIRC, type=Service, provider-id=notificationIRC)
INFO - Configuring Service(id=SignaturesService, type=Service, provider-id=SignaturesService)
INFO - Configuring Service(id=Default Security Service, type=SecurityService, provider-id=Default Security Service)
INFO - Configuring Service(id=Default Transaction Manager, type=TransactionManager, provider-id=Default Transaction Manager)
INFO - Creating Service(id=notificationIRC)
INFO - Creating Service(id=SignaturesService)
INFO - Creating TransactionManager(id=Default Transaction Manager)
INFO - Creating SecurityService(id=Default Security Service)
WARNING - JAVA AGENT NOT INSTALLED. The JPA Persistence Provider requested installation of a ClassFileTransformer which requires a JavaAgent. See http://tomee.apache.org/javaagent.html
INFO - Configuring enterprise application: tribe-signatures-persistence
INFO - Auto-deploying ejb KeyRepository: EjbDeployment(deployment-id=KeyRepository)
INFO - Configuring Service(id=Default Managed Container, type=Container, provider-id=Default Managed Container)
INFO - Auto-creating a container for bean tribe-signatures-persistence.Comp2078494049: Container(type=MANAGED, id=Default Managed Container)
INFO - Creating Container(id=Default Managed Container)
INFO - Using directory /private/tmp/tribestream/tribestream-container/target for stateful session passivation
INFO - Configuring Service(id=Default Singleton Container, type=Container, provider-id=Default Singleton Container)
INFO - Auto-creating a container for bean KeyRepository: Container(type=SINGLETON, id=Default Singleton Container)
INFO - Creating Container(id=Default Singleton Container)
INFO - Configuring PersistenceUnit(name=tribe-signatures-unit)
INFO - Configuring Service(id=Default JDBC Database, type=Resource, provider-id=Default JDBC Database)
INFO - Auto-creating a Resource with id 'Default JDBC Database' of type 'DataSource for 'tribe-signatures-unit'.
INFO - Creating Resource(id=Default JDBC Database)
INFO - Configuring Service(id=Default Unmanaged JDBC Database, type=Resource, provider-id=Default Unmanaged JDBC Database)
INFO - Auto-creating a Resource with id 'Default Unmanaged JDBC Database' of type 'DataSource for 'tribe-signatures-unit'.
INFO - Creating Resource(id=Default Unmanaged JDBC Database)
0
INFO - Undeploying app: /private/tmp/tribestream/tribestream-container/target/StoreManagerTest
INFO - Undeploying app: tribestream-alerting-persistence
INFO - Adjusting PersistenceUnit tribe-signatures-unit <jta-data-source> to Resource ID 'Default JDBC Database' from 'tribe-signatures-datasource'
INFO - Adjusting PersistenceUnit tribe-signatures-unit <non-jta-data-source> to Resource ID 'Default Unmanaged JDBC Database' from 'tribe-signatures-datasourceNonJta'
INFO - Undeploying app: tribe-signatures-persistence
INFO - Closing DataSource: Default JDBC Database
INFO - Closing DataSource: Default Unmanaged JDBC Database
INFO - PersistenceUnit(name=tribe-signatures-unit, provider=org.apache.openjpa.persistence.PersistenceProviderImpl) - provider time 410ms
INFO - Jndi(name=KeyRepositoryLocalBean) --> Ejb(deployment-id=KeyRepository)
INFO - Jndi(name=global/tribe-signatures-persistence/KeyRepository!com.tomitribe.tribestream.security.signatures.persistence.KeyRepository) --> Ejb(deployment-id=KeyRepository)
INFO - Jndi(name=global/tribe-signatures-persistence/KeyRepository) --> Ejb(deployment-id=KeyRepository)
INFO - Configuring Service(id=test, type=Service, provider-id=test)
INFO - Configuring Service(id=notificationPersistence, type=Service, provider-id=notificationPersistence)
INFO - Configuring Service(id=notificationCDI, type=Service, provider-id=notificationCDI)
INFO - Configuring Service(id=SignaturesService, type=Service, provider-id=SignaturesService)
INFO - Configuring Service(id=Default Security Service, type=SecurityService, provider-id=Default Security Service)
INFO - Configuring Service(id=Default Transaction Manager, type=TransactionManager, provider-id=Default Transaction Manager)
INFO - Creating Service(id=test)
INFO - Creating Service(id=notificationPersistence)
INFO - Creating Service(id=notificationCDI)
INFO - Creating Service(id=SignaturesService)
INFO - Creating TransactionManager(id=Default Transaction Manager)
INFO - Creating SecurityService(id=Default Security Service)
INFO - Created new singletonService org.apache.openejb.cdi.ThreadSingletonServiceImpl@e74917
INFO - Succeeded in installing singleton service
INFO - OpenWebBeans Container is starting...
INFO - Adding OpenWebBeansPlugin : [CdiPlugin]
INFO - Configuring enterprise application: tribestream-alerting-persistence
INFO - Auto-deploying ejb AlertService: EjbDeployment(deployment-id=AlertService)
INFO - Configuring Service(id=Default Managed Container, type=Container, provider-id=Default Managed Container)
INFO - Auto-creating a container for bean tribestream-alerting-persistence.Comp426516986: Container(type=MANAGED, id=Default Managed Container)
INFO - Creating Container(id=Default Managed Container)
INFO - Using directory /private/tmp/tribestream/tribestream-container/target for stateful session passivation
INFO - Configuring Service(id=Default Singleton Container, type=Container, provider-id=Default Singleton Container)
INFO - Auto-creating a container for bean AlertService: Container(type=SINGLETON, id=Default Singleton Container)
INFO - Creating Container(id=Default Singleton Container)
INFO - Configuring PersistenceUnit(name=notifications)
INFO - Configuring Service(id=Default JDBC Database, type=Resource, provider-id=Default JDBC Database)
INFO - Auto-creating a Resource with id 'Default JDBC Database' of type 'DataSource for 'notifications'.
INFO - Creating Resource(id=Default JDBC Database)
INFO - Configuring Service(id=Default Unmanaged JDBC Database, type=Resource, provider-id=Default Unmanaged JDBC Database)
INFO - Auto-creating a Resource with id 'Default Unmanaged JDBC Database' of type 'DataSource for 'notifications'.
INFO - Enterprise application "tribe-signatures-persistence" loaded.
INFO - Creating Resource(id=Default Unmanaged JDBC Database)
INFO - Adjusting PersistenceUnit notifications <jta-data-source> to Resource ID 'Default JDBC Database' from 'tribe-alert-datasource'
INFO - Adjusting PersistenceUnit notifications <non-jta-data-source> to Resource ID 'Default Unmanaged JDBC Database' from 'tribe-alert-datasourceNonJta'
INFO - Not creating another application classloader for tribe-signatures-persistence
INFO - Assembling app: tribe-signatures-persistence
INFO - PersistenceUnit(name=tribe-signatures-unit, provider=org.apache.openjpa.persistence.PersistenceProviderImpl) - provider time 8ms
INFO - Jndi(name=KeyRepositoryLocalBean) --> Ejb(deployment-id=KeyRepository)
INFO - Jndi(name=global/tribe-signatures-persistence/KeyRepository!com.tomitribe.tribestream.security.signatures.persistence.KeyRepository) --> Ejb(deployment-id=KeyRepository)
INFO - Jndi(name=global/tribe-signatures-persistence/KeyRepository) --> Ejb(deployment-id=KeyRepository)
INFO - Created new singletonService org.apache.openejb.cdi.ThreadSingletonServiceImpl@8117683
INFO - Succeeded in installing singleton service
INFO - OpenWebBeans Container is starting...
INFO - Adding OpenWebBeansPlugin : [CdiPlugin]
INFO - All injection points were validated successfully.
INFO - OpenWebBeans Container has started, it took 67 ms.
INFO - Created Ejb(deployment-id=KeyRepository, ejb-name=KeyRepository, container=Default Singleton Container)
INFO - Started Ejb(deployment-id=KeyRepository, ejb-name=KeyRepository, container=Default Singleton Container)
INFO - Deployed Application(path=tribe-signatures-persistence)
INFO - Configuring enterprise application: /private/tmp/tribestream/tribestream-container/target/SignatureAuthenticatorTest
INFO - Configuring PersistenceUnit(name=test-unit)
INFO - Adjusting PersistenceUnit test-unit <jta-data-source> to Resource ID 'Default JDBC Database' from 'tribe-signatures-datasource'
INFO - Adjusting PersistenceUnit test-unit <non-jta-data-source> to Resource ID 'Default Unmanaged JDBC Database' from 'tribe-signatures-datasourceNonJta'
INFO - Enterprise application "/private/tmp/tribestream/tribestream-container/target/SignatureAuthenticatorTest" loaded.
INFO - Enterprise application "tribestream-alerting-persistence" loaded.
INFO - Not creating another application classloader for SignatureAuthenticatorTest
INFO - Not creating another application classloader for tribestream-alerting-persistence
INFO - Assembling app: /private/tmp/tribestream/tribestream-container/target/SignatureAuthenticatorTest
INFO - Assembling app: tribestream-alerting-persistence
INFO - PersistenceUnit(name=test-unit, provider=org.apache.openjpa.persistence.PersistenceProviderImpl) - provider time 6ms
INFO - PersistenceUnit(name=notifications, provider=org.apache.openjpa.persistence.PersistenceProviderImpl) - provider time 5ms
INFO - Jndi(name=AlertServiceLocalBean) --> Ejb(deployment-id=AlertService)
INFO - Jndi(name=global/tribestream-alerting-persistence/AlertService!com.tomitribe.tribestream.notifications.core.persistence.AlertService) --> Ejb(deployment-id=AlertService)
INFO - Jndi(name=global/tribestream-alerting-persistence/AlertService) --> Ejb(deployment-id=AlertService)
INFO - Existing thread singleton service in SystemInstance(): org.apache.openejb.cdi.ThreadSingletonServiceImpl@8117683
INFO - Created new singletonService org.apache.openejb.cdi.ThreadSingletonServiceImpl@307f8d48
INFO - Succeeded in installing singleton service
INFO - OpenWebBeans Container is starting...
INFO - OpenWebBeans Container is starting...
INFO - Adding OpenWebBeansPlugin : [CdiPlugin]
INFO - Adding OpenWebBeansPlugin : [CdiPlugin]
INFO - All injection points were validated successfully.
INFO - OpenWebBeans Container has started, it took 4 ms.
INFO - Deployed Application(path=/private/tmp/tribestream/tribestream-container/target/SignatureAuthenticatorTest)
INFO - All injection points were validated successfully.
INFO - All injection points were validated successfully.
INFO - OpenWebBeans Container has started, it took 206 ms.
INFO - OpenWebBeans Container has started, it took 13 ms.
INFO - creating new keystore: /private/tmp/tribestream/tribestream-container/target/target/keystore-1741450335798719836.jks
INFO - Starting OpenJPA 2.4.0
INFO - Using dictionary class "org.apache.openjpa.jdbc.sql.HSQLDictionary" (HSQL Database Engine 2.3.2 ,HSQL Database Engine Driver 2.3.2).
INFO - Created Ejb(deployment-id=KeyRepository, ejb-name=KeyRepository, container=Default Singleton Container)
INFO - Started Ejb(deployment-id=KeyRepository, ejb-name=KeyRepository, container=Default Singleton Container)
INFO - Deployed Application(path=tribe-signatures-persistence)
INFO - Created Ejb(deployment-id=AlertService, ejb-name=AlertService, container=Default Singleton Container)
INFO - Configuring enterprise application: /private/tmp/tribestream/tribestream-container/target/SignerTest
INFO - Started Ejb(deployment-id=AlertService, ejb-name=AlertService, container=Default Singleton Container)
INFO - Deployed Application(path=tribestream-alerting-persistence)
INFO - Connected to HSQL Database Engine version 2.2 using JDBC driver HSQL Database Engine Driver version 2.3.2.
INFO - Configuring PersistenceUnit(name=test-unit)
INFO - Adjusting PersistenceUnit test-unit <jta-data-source> to Resource ID 'Default JDBC Database' from 'tribe-signatures-datasource'
INFO - Adjusting PersistenceUnit test-unit <non-jta-data-source> to Resource ID 'Default Unmanaged JDBC Database' from 'tribe-signatures-datasourceNonJta'
INFO - Enterprise application "/private/tmp/tribestream/tribestream-container/target/SignerTest" loaded.
INFO - Not creating another application classloader for SignerTest
INFO - Assembling app: /private/tmp/tribestream/tribestream-container/target/SignerTest
INFO - PersistenceUnit(name=test-unit, provider=org.apache.openjpa.persistence.PersistenceProviderImpl) - provider time 8ms
INFO - Configuring enterprise application: tribe-signatures-persistence
INFO - Auto-deploying ejb KeyRepository: EjbDeployment(deployment-id=KeyRepository)
INFO - Configuring PersistenceUnit(name=tribe-signatures-unit)
INFO - Adjusting PersistenceUnit tribe-signatures-unit <jta-data-source> to Resource ID 'Default JDBC Database' from 'tribe-signatures-datasource'
INFO - Adjusting PersistenceUnit tribe-signatures-unit <non-jta-data-source> to Resource ID 'Default Unmanaged JDBC Database' from 'tribe-signatures-datasourceNonJta'
INFO - Enterprise application "tribe-signatures-persistence" loaded.
INFO - Existing thread singleton service in SystemInstance(): org.apache.openejb.cdi.ThreadSingletonServiceImpl@e74917
INFO - OpenWebBeans Container is starting...
INFO - Adding OpenWebBeansPlugin : [CdiPlugin]
INFO - All injection points were validated successfully.
INFO - OpenWebBeans Container has started, it took 6 ms.
INFO - The Entity "com.tomitribe.tribestream.security.signatures.persistence.KeyId" was enhanced at level "1,591,689", but the current level of enhancement is "1,674,154".
INFO - A down level Entity was detected and logged. Please enable RUNTIME trace to see all down level Entities.
INFO - Not creating another application classloader for tribe-signatures-persistence
INFO - Assembling app: tribe-signatures-persistence
0
INFO - Deployed Application(path=/private/tmp/tribestream/tribestream-container/target/SignerTest)
INFO - creating new keystore: /private/tmp/tribestream/tribestream-container/target/target/keystore-1741450335798719836.jks
INFO - PersistenceUnit(name=tribe-signatures-unit, provider=org.apache.openjpa.persistence.PersistenceProviderImpl) - provider time 4ms
INFO - Jndi(name=KeyRepositoryLocalBean) --> Ejb(deployment-id=KeyRepository)
INFO - Jndi(name=global/tribe-signatures-persistence/KeyRepository!com.tomitribe.tribestream.security.signatures.persistence.KeyRepository) --> Ejb(deployment-id=KeyRepository)
INFO - Jndi(name=global/tribe-signatures-persistence/KeyRepository) --> Ejb(deployment-id=KeyRepository)
INFO - Existing thread singleton service in SystemInstance(): org.apache.openejb.cdi.ThreadSingletonServiceImpl@307f8d48
INFO - Initializing ProtocolHandler ["http-nio-127.0.0.1-63856"]
INFO - Using a shared selector for servlet write/read
INFO - Starting service Tomcat
INFO - Starting Servlet Engine: Apache Tomcat/7.0.63
INFO - OpenWebBeans Container is starting...
INFO - At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
INFO - creating new keystore: /private/tmp/tribestream/tribestream-container/target/target/keystore-1923466008136815689.jks
INFO - Starting ProtocolHandler ["http-nio-127.0.0.1-63856"]
INFO - Adding OpenWebBeansPlugin : [CdiPlugin]
INFO - Pausing ProtocolHandler ["http-nio-127.0.0.1-63856"]
INFO - Stopping service Tomcat
INFO - Stopping ProtocolHandler ["http-nio-127.0.0.1-63856"]
INFO - Destroying ProtocolHandler ["http-nio-127.0.0.1-63856"]
0
INFO - Undeploying app: /private/tmp/tribestream/tribestream-container/target/SignatureAuthenticatorTest
INFO - Undeploying app: tribe-signatures-persistence
INFO - Closing DataSource: Default JDBC Database
INFO - Closing DataSource: Default Unmanaged JDBC Database
INFO - Starting OpenJPA 2.4.0
INFO - All injection points were validated successfully.
INFO - OpenWebBeans Container has started, it took 51 ms.
INFO - Created Ejb(deployment-id=KeyRepository, ejb-name=KeyRepository, container=Default Singleton Container)
INFO - Started Ejb(deployment-id=KeyRepository, ejb-name=KeyRepository, container=Default Singleton Container)
INFO - Deployed Application(path=tribe-signatures-persistence)
INFO - Configuring enterprise application: /private/tmp/tribestream/tribestream-container/target/StoreManagerTest
INFO - Configuring PersistenceUnit(name=test-unit)
INFO - Adjusting PersistenceUnit test-unit <jta-data-source> to Resource ID 'Default JDBC Database' from 'tribe-signatures-datasource'
INFO - Adjusting PersistenceUnit test-unit <non-jta-data-source> to Resource ID 'Default Unmanaged JDBC Database' from 'tribe-signatures-datasourceNonJta'
INFO - Enterprise application "/private/tmp/tribestream/tribestream-container/target/StoreManagerTest" loaded.
INFO - Not creating another application classloader for StoreManagerTest
INFO - Assembling app: /private/tmp/tribestream/tribestream-container/target/StoreManagerTest
INFO - PersistenceUnit(name=test-unit, provider=org.apache.openjpa.persistence.PersistenceProviderImpl) - provider time 4ms
INFO - Existing thread singleton service in SystemInstance(): org.apache.openejb.cdi.ThreadSingletonServiceImpl@307f8d48
INFO - Cannot find the configuration file [conf/openejb.xml]. Will attempt to create one for the beans deployed.
INFO - OpenWebBeans Container is starting...
INFO - Adding OpenWebBeansPlugin : [CdiPlugin]
INFO - All injection points were validated successfully.
INFO - OpenWebBeans Container has started, it took 6 ms.
INFO - Deployed Application(path=/private/tmp/tribestream/tribestream-container/target/StoreManagerTest)
INFO - creating new keystore: /private/tmp/tribestream/tribestream-container/target/target/keystore-3824129959514617366.jks
INFO - Starting OpenJPA 2.4.0
INFO - Using dictionary class "org.apache.openjpa.jdbc.sql.HSQLDictionary" (HSQL Database Engine 2.3.2 ,HSQL Database Engine Driver 2.3.2).
WARNING - Cannot install default JAAS configuration
INFO - Configuring Service(id=notificationIRC, type=Service, provider-id=notificationIRC)
INFO - Configuring Service(id=SignaturesService, type=Service, provider-id=SignaturesService)
INFO - Connected to HSQL Database Engine version 2.2 using JDBC driver HSQL Database Engine Driver version 2.3.2.
INFO - Configuring Service(id=Default Security Service, type=SecurityService, provider-id=Default Security Service)
INFO - Configuring Service(id=Default Transaction Manager, type=TransactionManager, provider-id=Default Transaction Manager)
INFO - Creating Service(id=notificationIRC)
INFO - Creating Service(id=SignaturesService)
INFO - Creating TransactionManager(id=Default Transaction Manager)
INFO - Creating SecurityService(id=Default Security Service)
INFO - Configuring enterprise application: tribe-signatures-persistence
INFO - Auto-deploying ejb KeyRepository: EjbDeployment(deployment-id=KeyRepository)
INFO - Configuring Service(id=Default Managed Container, type=Container, provider-id=Default Managed Container)
INFO - Auto-creating a container for bean tribe-signatures-persistence.Comp137717878: Container(type=MANAGED, id=Default Managed Container)
INFO - Creating Container(id=Default Managed Container)
INFO - Using directory /private/tmp/tribestream/tribestream-container/target for stateful session passivation
INFO - Configuring Service(id=Default Singleton Container, type=Container, provider-id=Default Singleton Container)
INFO - Auto-creating a container for bean KeyRepository: Container(type=SINGLETON, id=Default Singleton Container)
INFO - Creating Container(id=Default Singleton Container)
INFO - The Entity "com.tomitribe.tribestream.security.signatures.persistence.KeyId" was enhanced at level "1,591,689", but the current level of enhancement is "1,674,154".
INFO - Configuring PersistenceUnit(name=tribe-signatures-unit)
INFO - A down level Entity was detected and logged. Please enable RUNTIME trace to see all down level Entities.
INFO - Configuring Service(id=Default JDBC Database, type=Resource, provider-id=Default JDBC Database)
INFO - Auto-creating a Resource with id 'Default JDBC Database' of type 'DataSource for 'tribe-signatures-unit'.
INFO - Creating Resource(id=Default JDBC Database)
0
INFO - Configuring Service(id=Default Unmanaged JDBC Database, type=Resource, provider-id=Default Unmanaged JDBC Database)
0
INFO - Auto-creating a Resource with id 'Default Unmanaged JDBC Database' of type 'DataSource for 'tribe-signatures-unit'.
INFO - Undeploying app: /private/tmp/tribestream/tribestream-container/target/StoreManagerTest
INFO - Creating Resource(id=Default Unmanaged JDBC Database)
INFO - Undeploying app: tribestream-alerting-persistence
INFO - Undeploying app: tribe-signatures-persistence
INFO - Closing DataSource: Default JDBC Database
INFO - Closing DataSource: Default Unmanaged JDBC Database
INFO - Adjusting PersistenceUnit tribe-signatures-unit <jta-data-source> to Resource ID 'Default JDBC Database' from 'tribe-signatures-datasource'
INFO - Adjusting PersistenceUnit tribe-signatures-unit <non-jta-data-source> to Resource ID 'Default Unmanaged JDBC Database' from 'tribe-signatures-datasourceNonJta'
INFO - Configuring Service(id=test, type=Service, provider-id=test)
INFO - Configuring Service(id=notificationPersistence, type=Service, provider-id=notificationPersistence)
INFO - Configuring Service(id=notificationCDI, type=Service, provider-id=notificationCDI)
INFO - Configuring Service(id=SignaturesService, type=Service, provider-id=SignaturesService)
INFO - Configuring Service(id=Default Security Service, type=SecurityService, provider-id=Default Security Service)
INFO - Configuring Service(id=Default Transaction Manager, type=TransactionManager, provider-id=Default Transaction Manager)
INFO - Creating Service(id=test)
INFO - Creating Service(id=notificationPersistence)
INFO - Creating Service(id=notificationCDI)
INFO - Creating Service(id=SignaturesService)
INFO - Creating TransactionManager(id=Default Transaction Manager)
INFO - Creating SecurityService(id=Default Security Service)
INFO - Enterprise application "tribe-signatures-persistence" loaded.
INFO - Configuring enterprise application: tribestream-alerting-persistence
INFO - Auto-deploying ejb AlertService: EjbDeployment(deployment-id=AlertService)
INFO - Configuring Service(id=Default Managed Container, type=Container, provider-id=Default Managed Container)
INFO - Auto-creating a container for bean tribestream-alerting-persistence.Comp319807723: Container(type=MANAGED, id=Default Managed Container)
INFO - Creating Container(id=Default Managed Container)
INFO - Using directory /private/tmp/tribestream/tribestream-container/target for stateful session passivation
INFO - Configuring Service(id=Default Singleton Container, type=Container, provider-id=Default Singleton Container)
INFO - Auto-creating a container for bean AlertService: Container(type=SINGLETON, id=Default Singleton Container)
INFO - Creating Container(id=Default Singleton Container)
INFO - Not creating another application classloader for tribe-signatures-persistence
INFO - Configuring PersistenceUnit(name=notifications)
INFO - Assembling app: tribe-signatures-persistence
INFO - Configuring Service(id=Default JDBC Database, type=Resource, provider-id=Default JDBC Database)
INFO - Auto-creating a Resource with id 'Default JDBC Database' of type 'DataSource for 'notifications'.
INFO - Creating Resource(id=Default JDBC Database)
INFO - PersistenceUnit(name=tribe-signatures-unit, provider=org.apache.openjpa.persistence.PersistenceProviderImpl) - provider time 7ms
INFO - Configuring Service(id=Default Unmanaged JDBC Database, type=Resource, provider-id=Default Unmanaged JDBC Database)
INFO - Auto-creating a Resource with id 'Default Unmanaged JDBC Database' of type 'DataSource for 'notifications'.
INFO - Creating Resource(id=Default Unmanaged JDBC Database)
INFO - Jndi(name=KeyRepositoryLocalBean) --> Ejb(deployment-id=KeyRepository)
INFO - Jndi(name=global/tribe-signatures-persistence/KeyRepository!com.tomitribe.tribestream.security.signatures.persistence.KeyRepository) --> Ejb(deployment-id=KeyRepository)
INFO - Jndi(name=global/tribe-signatures-persistence/KeyRepository) --> Ejb(deployment-id=KeyRepository)
INFO - Created new singletonService org.apache.openejb.cdi.ThreadSingletonServiceImpl@8117683
INFO - Succeeded in installing singleton service
INFO - OpenWebBeans Container is starting...
INFO - Adding OpenWebBeansPlugin : [CdiPlugin]
INFO - Adjusting PersistenceUnit notifications <jta-data-source> to Resource ID 'Default JDBC Database' from 'tribe-alert-datasource'
INFO - Adjusting PersistenceUnit notifications <non-jta-data-source> to Resource ID 'Default Unmanaged JDBC Database' from 'tribe-alert-datasourceNonJta'
INFO - All injection points were validated successfully.
INFO - OpenWebBeans Container has started, it took 47 ms.
INFO - Created Ejb(deployment-id=KeyRepository, ejb-name=KeyRepository, container=Default Singleton Container)
INFO - Started Ejb(deployment-id=KeyRepository, ejb-name=KeyRepository, container=Default Singleton Container)
INFO - Deployed Application(path=tribe-signatures-persistence)
INFO - Configuring enterprise application: /private/tmp/tribestream/tribestream-container/target/SignatureAuthenticatorTest
INFO - Configuring PersistenceUnit(name=test-unit)
INFO - Adjusting PersistenceUnit test-unit <jta-data-source> to Resource ID 'Default JDBC Database' from 'tribe-signatures-datasource'
INFO - Adjusting PersistenceUnit test-unit <non-jta-data-source> to Resource ID 'Default Unmanaged JDBC Database' from 'tribe-signatures-datasourceNonJta'
INFO - Enterprise application "/private/tmp/tribestream/tribestream-container/target/SignatureAuthenticatorTest" loaded.
INFO - Not creating another application classloader for SignatureAuthenticatorTest
INFO - Assembling app: /private/tmp/tribestream/tribestream-container/target/SignatureAuthenticatorTest
INFO - PersistenceUnit(name=test-unit, provider=org.apache.openjpa.persistence.PersistenceProviderImpl) - provider time 5ms
INFO - Existing thread singleton service in SystemInstance(): org.apache.openejb.cdi.ThreadSingletonServiceImpl@8117683
INFO - OpenWebBeans Container is starting...
INFO - Adding OpenWebBeansPlugin : [CdiPlugin]
INFO - All injection points were validated successfully.
INFO - OpenWebBeans Container has started, it took 6 ms.
INFO - Deployed Application(path=/private/tmp/tribestream/tribestream-container/target/SignatureAuthenticatorTest)
INFO - creating new keystore: /private/tmp/tribestream/tribestream-container/target/target/keystore-2896440895132292379.jks
INFO - Starting OpenJPA 2.4.0
INFO - Using dictionary class "org.apache.openjpa.jdbc.sql.HSQLDictionary" (HSQL Database Engine 2.3.2 ,HSQL Database Engine Driver 2.3.2).
INFO - Connected to HSQL Database Engine version 2.2 using JDBC driver HSQL Database Engine Driver version 2.3.2.
INFO - Enterprise application "tribestream-alerting-persistence" loaded.
INFO - Not creating another application classloader for tribestream-alerting-persistence
INFO - Assembling app: tribestream-alerting-persistence
INFO - PersistenceUnit(name=notifications, provider=org.apache.openjpa.persistence.PersistenceProviderImpl) - provider time 9ms
INFO - Jndi(name=AlertServiceLocalBean) --> Ejb(deployment-id=AlertService)
INFO - Jndi(name=global/tribestream-alerting-persistence/AlertService!com.tomitribe.tribestream.notifications.core.persistence.AlertService) --> Ejb(deployment-id=AlertService)
INFO - Jndi(name=global/tribestream-alerting-persistence/AlertService) --> Ejb(deployment-id=AlertService)
INFO - Created new singletonService org.apache.openejb.cdi.ThreadSingletonServiceImpl@307f8d48
INFO - Succeeded in installing singleton service
INFO - OpenWebBeans Container is starting...
INFO - Adding OpenWebBeansPlugin : [CdiPlugin]
INFO - The Entity "com.tomitribe.tribestream.security.signatures.persistence.KeyId" was enhanced at level "1,591,689", but the current level of enhancement is "1,674,154".
INFO - A down level Entity was detected and logged. Please enable RUNTIME trace to see all down level Entities.
INFO - All injection points were validated successfully.
INFO - OpenWebBeans Container has started, it took 10 ms.
0
INFO - creating new keystore: /private/tmp/tribestream/tribestream-container/target/target/keystore-2896440895132292379.jks
INFO - Created Ejb(deployment-id=AlertService, ejb-name=AlertService, container=Default Singleton Container)
INFO - Started Ejb(deployment-id=AlertService, ejb-name=AlertService, container=Default Singleton Container)
INFO - Deployed Application(path=tribestream-alerting-persistence)
INFO - Initializing ProtocolHandler ["http-nio-127.0.0.1-63860"]
INFO - Using a shared selector for servlet write/read
INFO - Starting service Tomcat
INFO - Starting Servlet Engine: Apache Tomcat/7.0.63
INFO - At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
INFO - Starting ProtocolHandler ["http-nio-127.0.0.1-63860"]
INFO - Configuring enterprise application: tribe-signatures-persistence
INFO - Auto-deploying ejb KeyRepository: EjbDeployment(deployment-id=KeyRepository)
INFO - Configuring PersistenceUnit(name=tribe-signatures-unit)
INFO - Adjusting PersistenceUnit tribe-signatures-unit <jta-data-source> to Resource ID 'Default JDBC Database' from 'tribe-signatures-datasource'
INFO - Adjusting PersistenceUnit tribe-signatures-unit <non-jta-data-source> to Resource ID 'Default Unmanaged JDBC Database' from 'tribe-signatures-datasourceNonJta'
INFO - Enterprise application "tribe-signatures-persistence" loaded.
INFO - Not creating another application classloader for tribe-signatures-persistence
INFO - Assembling app: tribe-signatures-persistence
INFO - PersistenceUnit(name=tribe-signatures-unit, provider=org.apache.openjpa.persistence.PersistenceProviderImpl) - provider time 4ms
INFO - Jndi(name=KeyRepositoryLocalBean) --> Ejb(deployment-id=KeyRepository)
INFO - Jndi(name=global/tribe-signatures-persistence/KeyRepository!com.tomitribe.tribestream.security.signatures.persistence.KeyRepository) --> Ejb(deployment-id=KeyRepository)
INFO - Jndi(name=global/tribe-signatures-persistence/KeyRepository) --> Ejb(deployment-id=KeyRepository)
INFO - Existing thread singleton service in SystemInstance(): org.apache.openejb.cdi.ThreadSingletonServiceImpl@307f8d48
INFO - Using dictionary class "org.apache.openjpa.jdbc.sql.HSQLDictionary" (HSQL Database Engine 2.3.2 ,HSQL Database Engine Driver 2.3.2).
INFO - OpenWebBeans Container is starting...
INFO - Adding OpenWebBeansPlugin : [CdiPlugin]
INFO - Pausing ProtocolHandler ["http-nio-127.0.0.1-63860"]
INFO - Connected to HSQL Database Engine version 2.2 using JDBC driver HSQL Database Engine Driver version 2.3.2.
INFO - All injection points were validated successfully.
INFO - OpenWebBeans Container has started, it took 44 ms.
INFO - Created Ejb(deployment-id=KeyRepository, ejb-name=KeyRepository, container=Default Singleton Container)
INFO - Started Ejb(deployment-id=KeyRepository, ejb-name=KeyRepository, container=Default Singleton Container)
INFO - Deployed Application(path=tribe-signatures-persistence)
INFO - Configuring enterprise application: /private/tmp/tribestream/tribestream-container/target/StoreManagerTest
INFO - Configuring PersistenceUnit(name=test-unit)
INFO - Adjusting PersistenceUnit test-unit <jta-data-source> to Resource ID 'Default JDBC Database' from 'tribe-signatures-datasource'
INFO - Adjusting PersistenceUnit test-unit <non-jta-data-source> to Resource ID 'Default Unmanaged JDBC Database' from 'tribe-signatures-datasourceNonJta'
INFO - Enterprise application "/private/tmp/tribestream/tribestream-container/target/StoreManagerTest" loaded.
INFO - Stopping service Tomcat
INFO - Not creating another application classloader for StoreManagerTest
INFO - Assembling app: /private/tmp/tribestream/tribestream-container/target/StoreManagerTest
INFO - Stopping ProtocolHandler ["http-nio-127.0.0.1-63860"]
INFO - PersistenceUnit(name=test-unit, provider=org.apache.openjpa.persistence.PersistenceProviderImpl) - provider time 4ms
INFO - Existing thread singleton service in SystemInstance(): org.apache.openejb.cdi.ThreadSingletonServiceImpl@307f8d48
INFO - OpenWebBeans Container is starting...
INFO - Adding OpenWebBeansPlugin : [CdiPlugin]
INFO - All injection points were validated successfully.
INFO - OpenWebBeans Container has started, it took 5 ms.
INFO - Deployed Application(path=/private/tmp/tribestream/tribestream-container/target/StoreManagerTest)
INFO - creating new keystore: /private/tmp/tribestream/tribestream-container/target/target/keystore-1963547005899866241.jks
INFO - Starting OpenJPA 2.4.0
INFO - Using dictionary class "org.apache.openjpa.jdbc.sql.HSQLDictionary" (HSQL Database Engine 2.3.2 ,HSQL Database Engine Driver 2.3.2).
INFO - Connected to HSQL Database Engine version 2.2 using JDBC driver HSQL Database Engine Driver version 2.3.2.
INFO - The Entity "com.tomitribe.tribestream.security.signatures.persistence.KeyId" was enhanced at level "1,591,689", but the current level of enhancement is "1,674,154".
INFO - A down level Entity was detected and logged. Please enable RUNTIME trace to see all down level Entities.
0
0
INFO - Undeploying app: /private/tmp/tribestream/tribestream-container/target/StoreManagerTest
INFO - Undeploying app: tribestream-alerting-persistence
INFO - Undeploying app: tribe-signatures-persistence
INFO - Closing DataSource: Default JDBC Database
INFO - Closing DataSource: Default Unmanaged JDBC Database
SEVERE - >>> Window Tracker <UserLimit.METHOD> for user<bob> and application <N/A> is invalid > Window{elapsed=0 seconds, duration=1 second, count=0, limit=10, version=23, start=1440180663682079000, stop=1440180664682079000}
SEVERE - >>> Window Tracker <UserLimit.METHOD> for user<bob> and application <N/A> is invalid > Window{elapsed=0 seconds, duration=1 second, count=0, limit=10, version=22, start=1440180663682079000, stop=1440180664682079000}
INFO - Configuring Service(id=test, type=Service, provider-id=test)
INFO - Configuring Service(id=notificationPersistence, type=Service, provider-id=notificationPersistence)
INFO - Configuring Service(id=notificationCDI, type=Service, provider-id=notificationCDI)
INFO - Configuring Service(id=SignaturesService, type=Service, provider-id=SignaturesService)
INFO - Configuring Service(id=Default Security Service, type=SecurityService, provider-id=Default Security Service)
INFO - Configuring Service(id=Default Transaction Manager, type=TransactionManager, provider-id=Default Transaction Manager)
INFO - Creating Service(id=test)
INFO - Creating Service(id=notificationPersistence)
INFO - Creating Service(id=notificationCDI)
INFO - Creating Service(id=SignaturesService)
INFO - Creating TransactionManager(id=Default Transaction Manager)
INFO - Creating SecurityService(id=Default Security Service)
INFO - Configuring enterprise application: tribestream-alerting-persistence
INFO - Auto-deploying ejb AlertService: EjbDeployment(deployment-id=AlertService)
INFO - Configuring Service(id=Default Managed Container, type=Container, provider-id=Default Managed Container)
INFO - Auto-creating a container for bean tribestream-alerting-persistence.Comp1298045718: Container(type=MANAGED, id=Default Managed Container)
INFO - Creating Container(id=Default Managed Container)
INFO - Using directory /private/tmp/tribestream/tribestream-container/target for stateful session passivation
INFO - Configuring Service(id=Default Singleton Container, type=Container, provider-id=Default Singleton Container)
INFO - Auto-creating a container for bean AlertService: Container(type=SINGLETON, id=Default Singleton Container)
INFO - Creating Container(id=Default Singleton Container)
INFO - Configuring PersistenceUnit(name=notifications)
INFO - Configuring Service(id=Default JDBC Database, type=Resource, provider-id=Default JDBC Database)
INFO - Auto-creating a Resource with id 'Default JDBC Database' of type 'DataSource for 'notifications'.
INFO - Creating Resource(id=Default JDBC Database)
INFO - Configuring Service(id=Default Unmanaged JDBC Database, type=Resource, provider-id=Default Unmanaged JDBC Database)
INFO - Auto-creating a Resource with id 'Default Unmanaged JDBC Database' of type 'DataSource for 'notifications'.
INFO - Creating Resource(id=Default Unmanaged JDBC Database)
INFO - Adjusting PersistenceUnit notifications <jta-data-source> to Resource ID 'Default JDBC Database' from 'tribe-alert-datasource'
INFO - Adjusting PersistenceUnit notifications <non-jta-data-source> to Resource ID 'Default Unmanaged JDBC Database' from 'tribe-alert-datasourceNonJta'
INFO - Enterprise application "tribestream-alerting-persistence" loaded.
INFO - Not creating another application classloader for tribestream-alerting-persistence
INFO - Assembling app: tribestream-alerting-persistence
INFO - PersistenceUnit(name=notifications, provider=org.apache.openjpa.persistence.PersistenceProviderImpl) - provider time 21ms
INFO - The Entity "com.tomitribe.tribestream.security.signatures.persistence.Key" was enhanced at level "1,591,689", but the current level of enhancement is "1,674,154".
INFO - Jndi(name=AlertServiceLocalBean) --> Ejb(deployment-id=AlertService)
INFO - Jndi(name=global/tribestream-alerting-persistence/AlertService!com.tomitribe.tribestream.notifications.core.persistence.AlertService) --> Ejb(deployment-id=AlertService)
INFO - Jndi(name=global/tribestream-alerting-persistence/AlertService) --> Ejb(deployment-id=AlertService)
INFO - Created new singletonService org.apache.openejb.cdi.ThreadSingletonServiceImpl@307f8d48
INFO - A down level Entity was detected and logged. Please enable RUNTIME trace to see all down level Entities.
INFO - Succeeded in installing singleton service
INFO - OpenWebBeans Container is starting...
INFO - Adding OpenWebBeansPlugin : [CdiPlugin]
INFO - All injection points were validated successfully.
INFO - OpenWebBeans Container has started, it took 13 ms.
INFO - Created Ejb(deployment-id=AlertService, ejb-name=AlertService, container=Default Singleton Container)
INFO - Started Ejb(deployment-id=AlertService, ejb-name=AlertService, container=Default Singleton Container)
INFO - Deployed Application(path=tribestream-alerting-persistence)
0
INFO - Configuring enterprise application: tribe-signatures-persistence
INFO - Auto-deploying ejb KeyRepository: EjbDeployment(deployment-id=KeyRepository)
INFO - Configuring PersistenceUnit(name=tribe-signatures-unit)
INFO - Adjusting PersistenceUnit tribe-signatures-unit <jta-data-source> to Resource ID 'Default JDBC Database' from 'tribe-signatures-datasource'
INFO - Adjusting PersistenceUnit tribe-signatures-unit <non-jta-data-source> to Resource ID 'Default Unmanaged JDBC Database' from 'tribe-signatures-datasourceNonJta'
INFO - Enterprise application "tribe-signatures-persistence" loaded.
INFO - Not creating another application classloader for tribe-signatures-persistence
INFO - Assembling app: tribe-signatures-persistence
INFO - PersistenceUnit(name=tribe-signatures-unit, provider=org.apache.openjpa.persistence.PersistenceProviderImpl) - provider time 4ms
INFO - Jndi(name=KeyRepositoryLocalBean) --> Ejb(deployment-id=KeyRepository)
INFO - Jndi(name=global/tribe-signatures-persistence/KeyRepository!com.tomitribe.tribestream.security.signatures.persistence.KeyRepository) --> Ejb(deployment-id=KeyRepository)
INFO - Jndi(name=global/tribe-signatures-persistence/KeyRepository) --> Ejb(deployment-id=KeyRepository)
INFO - Existing thread singleton service in SystemInstance(): org.apache.openejb.cdi.ThreadSingletonServiceImpl@307f8d48
INFO - OpenWebBeans Container is starting...
INFO - Adding OpenWebBeansPlugin : [CdiPlugin]
INFO - All injection points were validated successfully.
INFO - OpenWebBeans Container has started, it took 37 ms.
INFO - Created Ejb(deployment-id=KeyRepository, ejb-name=KeyRepository, container=Default Singleton Container)
INFO - Started Ejb(deployment-id=KeyRepository, ejb-name=KeyRepository, container=Default Singleton Container)
INFO - Deployed Application(path=tribe-signatures-persistence)
INFO - Configuring enterprise application: /private/tmp/tribestream/tribestream-container/target/StoreManagerTest
INFO - Configuring PersistenceUnit(name=test-unit)
INFO - Adjusting PersistenceUnit test-unit <jta-data-source> to Resource ID 'Default JDBC Database' from 'tribe-signatures-datasource'
INFO - Adjusting PersistenceUnit test-unit <non-jta-data-source> to Resource ID 'Default Unmanaged JDBC Database' from 'tribe-signatures-datasourceNonJta'
INFO - Enterprise application "/private/tmp/tribestream/tribestream-container/target/StoreManagerTest" loaded.
0
INFO - Undeploying app: /private/tmp/tribestream/tribestream-container/target/SignerTest
INFO - Undeploying app: tribe-signatures-persistence
INFO - Not creating another application classloader for StoreManagerTest
INFO - Assembling app: /private/tmp/tribestream/tribestream-container/target/StoreManagerTest
INFO - Closing DataSource: Default JDBC Database
INFO - Closing DataSource: Default Unmanaged JDBC Database
INFO - PersistenceUnit(name=test-unit, provider=org.apache.openjpa.persistence.PersistenceProviderImpl) - provider time 9ms
INFO - Existing thread singleton service in SystemInstance(): org.apache.openejb.cdi.ThreadSingletonServiceImpl@307f8d48
INFO - OpenWebBeans Container is starting...
INFO - Adding OpenWebBeansPlugin : [CdiPlugin]
INFO - All injection points were validated successfully.
INFO - OpenWebBeans Container has started, it took 8 ms.
INFO - Deployed Application(path=/private/tmp/tribestream/tribestream-container/target/StoreManagerTest)
INFO - creating new keystore: /private/tmp/tribestream/tribestream-container/target/target/keystore-961097319638508537.jks
INFO - Starting OpenJPA 2.4.0
INFO - Using dictionary class "org.apache.openjpa.jdbc.sql.HSQLDictionary" (HSQL Database Engine 2.3.2 ,HSQL Database Engine Driver 2.3.2).
INFO - Connected to HSQL Database Engine version 2.2 using JDBC driver HSQL Database Engine Driver version 2.3.2.
INFO - The Entity "com.tomitribe.tribestream.security.signatures.persistence.KeyId" was enhanced at level "1,591,689", but the current level of enhancement is "1,674,154".
INFO - A down level Entity was detected and logged. Please enable RUNTIME trace to see all down level Entities.
0
INFO - creating new keystore: /private/tmp/tribestream/tribestream-container/target/target/new-7352587105197018783.jks
0
INFO - Cannot find the configuration file [conf/openejb.xml]. Will attempt to create one for the beans deployed.
INFO - Undeploying app: /private/tmp/tribestream/tribestream-container/target/StoreManagerTest
INFO - Undeploying app: tribestream-alerting-persistence
INFO - Undeploying app: tribe-signatures-persistence
INFO - Closing DataSource: Default JDBC Database
INFO - Closing DataSource: Default Unmanaged JDBC Database
INFO - Configuring Service(id=SignaturesService, type=Service, provider-id=SignaturesService)
INFO - Configuring Service(id=Default Security Service, type=SecurityService, provider-id=Default Security Service)
INFO - Configuring Service(id=Default Transaction Manager, type=TransactionManager, provider-id=Default Transaction Manager)
INFO - Creating Service(id=SignaturesService)
INFO - Creating TransactionManager(id=Default Transaction Manager)
INFO - Creating SecurityService(id=Default Security Service)
INFO - Configuring enterprise application: tribe-signatures-persistence
INFO - Auto-deploying ejb KeyRepository: EjbDeployment(deployment-id=KeyRepository)
INFO - Configuring Service(id=Default Managed Container, type=Container, provider-id=Default Managed Container)
INFO - Auto-creating a container for bean tribe-signatures-persistence.Comp259769532: Container(type=MANAGED, id=Default Managed Container)
INFO - Creating Container(id=Default Managed Container)
INFO - Using directory /private/tmp/tribestream/tribestream-container/target for stateful session passivation
INFO - Configuring Service(id=Default Singleton Container, type=Container, provider-id=Default Singleton Container)
INFO - Auto-creating a container for bean KeyRepository: Container(type=SINGLETON, id=Default Singleton Container)
INFO - Creating Container(id=Default Singleton Container)
INFO - Configuring PersistenceUnit(name=tribe-signatures-unit)
INFO - Configuring Service(id=Default JDBC Database, type=Resource, provider-id=Default JDBC Database)
INFO - Auto-creating a Resource with id 'Default JDBC Database' of type 'DataSource for 'tribe-signatures-unit'.
INFO - Creating Resource(id=Default JDBC Database)
INFO - Configuring Service(id=test, type=Service, provider-id=test)
INFO - Configuring Service(id=notificationPersistence, type=Service, provider-id=notificationPersistence)
INFO - Configuring Service(id=notificationCDI, type=Service, provider-id=notificationCDI)
INFO - Configuring Service(id=SignaturesService, type=Service, provider-id=SignaturesService)
INFO - Configuring Service(id=Default Unmanaged JDBC Database, type=Resource, provider-id=Default Unmanaged JDBC Database)
INFO - Auto-creating a Resource with id 'Default Unmanaged JDBC Database' of type 'DataSource for 'tribe-signatures-unit'.
INFO - Creating Resource(id=Default Unmanaged JDBC Database)
INFO - Configuring Service(id=Default Security Service, type=SecurityService, provider-id=Default Security Service)
INFO - Configuring Service(id=Default Transaction Manager, type=TransactionManager, provider-id=Default Transaction Manager)
INFO - Creating Service(id=test)
INFO - Creating Service(id=notificationPersistence)
INFO - Creating Service(id=notificationCDI)
INFO - Creating Service(id=SignaturesService)
INFO - Creating TransactionManager(id=Default Transaction Manager)
INFO - Creating SecurityService(id=Default Security Service)
INFO - Adjusting PersistenceUnit tribe-signatures-unit <jta-data-source> to Resource ID 'Default JDBC Database' from 'tribe-signatures-datasource'
INFO - Adjusting PersistenceUnit tribe-signatures-unit <non-jta-data-source> to Resource ID 'Default Unmanaged JDBC Database' from 'tribe-signatures-datasourceNonJta'
INFO - Configuring enterprise application: tribestream-alerting-persistence
INFO - Auto-deploying ejb AlertService: EjbDeployment(deployment-id=AlertService)
INFO - Configuring Service(id=Default Managed Container, type=Container, provider-id=Default Managed Container)
INFO - Auto-creating a container for bean tribestream-alerting-persistence.Comp1628944576: Container(type=MANAGED, id=Default Managed Container)
INFO - Creating Container(id=Default Managed Container)
INFO - Using directory /private/tmp/tribestream/tribestream-container/target for stateful session passivation
INFO - Configuring Service(id=Default Singleton Container, type=Container, provider-id=Default Singleton Container)
INFO - Auto-creating a container for bean AlertService: Container(type=SINGLETON, id=Default Singleton Container)
INFO - Creating Container(id=Default Singleton Container)
INFO - Configuring PersistenceUnit(name=notifications)
INFO - Configuring Service(id=Default JDBC Database, type=Resource, provider-id=Default JDBC Database)
INFO - Auto-creating a Resource with id 'Default JDBC Database' of type 'DataSource for 'notifications'.
INFO - Creating Resource(id=Default JDBC Database)
INFO - Configuring Service(id=Default Unmanaged JDBC Database, type=Resource, provider-id=Default Unmanaged JDBC Database)
INFO - Auto-creating a Resource with id 'Default Unmanaged JDBC Database' of type 'DataSource for 'notifications'.
INFO - Creating Resource(id=Default Unmanaged JDBC Database)
INFO - Adjusting PersistenceUnit notifications <jta-data-source> to Resource ID 'Default JDBC Database' from 'tribe-alert-datasource'
INFO - Adjusting PersistenceUnit notifications <non-jta-data-source> to Resource ID 'Default Unmanaged JDBC Database' from 'tribe-alert-datasourceNonJta'
INFO - Enterprise application "tribe-signatures-persistence" loaded.
INFO - Not creating another application classloader for tribe-signatures-persistence
INFO - Assembling app: tribe-signatures-persistence
INFO - PersistenceUnit(name=tribe-signatures-unit, provider=org.apache.openjpa.persistence.PersistenceProviderImpl) - provider time 5ms
INFO - Jndi(name=KeyRepositoryLocalBean) --> Ejb(deployment-id=KeyRepository)
INFO - Jndi(name=global/tribe-signatures-persistence/KeyRepository!com.tomitribe.tribestream.security.signatures.persistence.KeyRepository) --> Ejb(deployment-id=KeyRepository)
INFO - Jndi(name=global/tribe-signatures-persistence/KeyRepository) --> Ejb(deployment-id=KeyRepository)
INFO - Created new singletonService org.apache.openejb.cdi.ThreadSingletonServiceImpl@e74917
INFO - Succeeded in installing singleton service
INFO - OpenWebBeans Container is starting...
INFO - Adding OpenWebBeansPlugin : [CdiPlugin]
INFO - Enterprise application "tribestream-alerting-persistence" loaded.
INFO - Not creating another application classloader for tribestream-alerting-persistence
INFO - Assembling app: tribestream-alerting-persistence
INFO - PersistenceUnit(name=notifications, provider=org.apache.openjpa.persistence.PersistenceProviderImpl) - provider time 4ms
INFO - Jndi(name=AlertServiceLocalBean) --> Ejb(deployment-id=AlertService)
INFO - Jndi(name=global/tribestream-alerting-persistence/AlertService!com.tomitribe.tribestream.notifications.core.persistence.AlertService) --> Ejb(deployment-id=AlertService)
INFO - Jndi(name=global/tribestream-alerting-persistence/AlertService) --> Ejb(deployment-id=AlertService)
INFO - Created new singletonService org.apache.openejb.cdi.ThreadSingletonServiceImpl@307f8d48
INFO - Succeeded in installing singleton service
INFO - OpenWebBeans Container is starting...
INFO - Adding OpenWebBeansPlugin : [CdiPlugin]
INFO - All injection points were validated successfully.
INFO - OpenWebBeans Container has started, it took 52 ms.
INFO - All injection points were validated successfully.
INFO - OpenWebBeans Container has started, it took 11 ms.
INFO - Created Ejb(deployment-id=AlertService, ejb-name=AlertService, container=Default Singleton Container)
INFO - Started Ejb(deployment-id=AlertService, ejb-name=AlertService, container=Default Singleton Container)
INFO - Deployed Application(path=tribestream-alerting-persistence)
INFO - Created Ejb(deployment-id=KeyRepository, ejb-name=KeyRepository, container=Default Singleton Container)
INFO - Started Ejb(deployment-id=KeyRepository, ejb-name=KeyRepository, container=Default Singleton Container)
INFO - Deployed Application(path=tribe-signatures-persistence)
INFO - Configuring enterprise application: /private/tmp/tribestream/tribestream-container/target/SignerTest
INFO - Configuring PersistenceUnit(name=test-unit)
INFO - Adjusting PersistenceUnit test-unit <jta-data-source> to Resource ID 'Default JDBC Database' from 'tribe-signatures-datasource'
INFO - Adjusting PersistenceUnit test-unit <non-jta-data-source> to Resource ID 'Default Unmanaged JDBC Database' from 'tribe-signatures-datasourceNonJta'
INFO - Enterprise application "/private/tmp/tribestream/tribestream-container/target/SignerTest" loaded.
INFO - Not creating another application classloader for SignerTest
INFO - Assembling app: /private/tmp/tribestream/tribestream-container/target/SignerTest
INFO - Configuring enterprise application: tribe-signatures-persistence
INFO - PersistenceUnit(name=test-unit, provider=org.apache.openjpa.persistence.PersistenceProviderImpl) - provider time 6ms
INFO - Auto-deploying ejb KeyRepository: EjbDeployment(deployment-id=KeyRepository)
INFO - Configuring PersistenceUnit(name=tribe-signatures-unit)
INFO - Existing thread singleton service in SystemInstance(): org.apache.openejb.cdi.ThreadSingletonServiceImpl@e74917
INFO - Adjusting PersistenceUnit tribe-signatures-unit <jta-data-source> to Resource ID 'Default JDBC Database' from 'tribe-signatures-datasource'
INFO - Adjusting PersistenceUnit tribe-signatures-unit <non-jta-data-source> to Resource ID 'Default Unmanaged JDBC Database' from 'tribe-signatures-datasourceNonJta'
INFO - Enterprise application "tribe-signatures-persistence" loaded.
INFO - OpenWebBeans Container is starting...
INFO - Adding OpenWebBeansPlugin : [CdiPlugin]
INFO - All injection points were validated successfully.
INFO - OpenWebBeans Container has started, it took 5 ms.
INFO - Not creating another application classloader for tribe-signatures-persistence
INFO - Assembling app: tribe-signatures-persistence
INFO - PersistenceUnit(name=tribe-signatures-unit, provider=org.apache.openjpa.persistence.PersistenceProviderImpl) - provider time 5ms
INFO - Jndi(name=KeyRepositoryLocalBean) --> Ejb(deployment-id=KeyRepository)
INFO - Jndi(name=global/tribe-signatures-persistence/KeyRepository!com.tomitribe.tribestream.security.signatures.persistence.KeyRepository) --> Ejb(deployment-id=KeyRepository)
INFO - Jndi(name=global/tribe-signatures-persistence/KeyRepository) --> Ejb(deployment-id=KeyRepository)
INFO - Existing thread singleton service in SystemInstance(): org.apache.openejb.cdi.ThreadSingletonServiceImpl@307f8d48
INFO - OpenWebBeans Container is starting...
INFO - Adding OpenWebBeansPlugin : [CdiPlugin]
INFO - Deployed Application(path=/private/tmp/tribestream/tribestream-container/target/SignerTest)
INFO - creating new keystore: /private/tmp/tribestream/tribestream-container/target/target/keystore-7836233693176366583.jks
INFO - Starting OpenJPA 2.4.0
INFO - Using dictionary class "org.apache.openjpa.jdbc.sql.HSQLDictionary" (HSQL Database Engine 2.3.2 ,HSQL Database Engine Driver 2.3.2).
INFO - Connected to HSQL Database Engine version 2.2 using JDBC driver HSQL Database Engine Driver version 2.3.2.
INFO - All injection points were validated successfully.
INFO - OpenWebBeans Container has started, it took 32 ms.
INFO - Created Ejb(deployment-id=KeyRepository, ejb-name=KeyRepository, container=Default Singleton Container)
INFO - Started Ejb(deployment-id=KeyRepository, ejb-name=KeyRepository, container=Default Singleton Container)
INFO - Deployed Application(path=tribe-signatures-persistence)
INFO - Configuring enterprise application: /private/tmp/tribestream/tribestream-container/target/StoreManagerTest
INFO - Configuring PersistenceUnit(name=test-unit)
INFO - Adjusting PersistenceUnit test-unit <jta-data-source> to Resource ID 'Default JDBC Database' from 'tribe-signatures-datasource'
INFO - Adjusting PersistenceUnit test-unit <non-jta-data-source> to Resource ID 'Default Unmanaged JDBC Database' from 'tribe-signatures-datasourceNonJta'
INFO - Enterprise application "/private/tmp/tribestream/tribestream-container/target/StoreManagerTest" loaded.
INFO - Not creating another application classloader for StoreManagerTest
INFO - Assembling app: /private/tmp/tribestream/tribestream-container/target/StoreManagerTest
INFO - PersistenceUnit(name=test-unit, provider=org.apache.openjpa.persistence.PersistenceProviderImpl) - provider time 4ms
INFO - Existing thread singleton service in SystemInstance(): org.apache.openejb.cdi.ThreadSingletonServiceImpl@307f8d48
INFO - OpenWebBeans Container is starting...
INFO - Adding OpenWebBeansPlugin : [CdiPlugin]
INFO - All injection points were validated successfully.
INFO - OpenWebBeans Container has started, it took 5 ms.
INFO - Deployed Application(path=/private/tmp/tribestream/tribestream-container/target/StoreManagerTest)
INFO - creating new keystore: /private/tmp/tribestream/tribestream-container/target/target/keystore-8150128529507558046.jks
INFO - Starting OpenJPA 2.4.0
INFO - Using dictionary class "org.apache.openjpa.jdbc.sql.HSQLDictionary" (HSQL Database Engine 2.3.2 ,HSQL Database Engine Driver 2.3.2).
INFO - The Entity "com.tomitribe.tribestream.security.signatures.persistence.Key" was enhanced at level "1,591,689", but the current level of enhancement is "1,674,154".
INFO - A down level Entity was detected and logged. Please enable RUNTIME trace to see all down level Entities.
INFO - Connected to HSQL Database Engine version 2.2 using JDBC driver HSQL Database Engine Driver version 2.3.2.
0
0
INFO - Undeploying app: /private/tmp/tribestream/tribestream-container/target/SignerTest
INFO - Undeploying app: tribe-signatures-persistence
INFO - Closing DataSource: Default JDBC Database
INFO - Closing DataSource: Default Unmanaged JDBC Database
INFO - The Entity "com.tomitribe.tribestream.security.signatures.persistence.KeyId" was enhanced at level "1,591,689", but the current level of enhancement is "1,674,154".
INFO - A down level Entity was detected and logged. Please enable RUNTIME trace to see all down level Entities.
0
0
INFO - Undeploying app: /private/tmp/tribestream/tribestream-container/target/StoreManagerTest
INFO - Cannot find the configuration file [conf/openejb.xml]. Will attempt to create one for the beans deployed.
INFO - Undeploying app: tribestream-alerting-persistence
INFO - Undeploying app: tribe-signatures-persistence
INFO - Closing DataSource: Default JDBC Database
INFO - Closing DataSource: Default Unmanaged JDBC Database
INFO - Configuring Service(id=SignaturesService, type=Service, provider-id=SignaturesService)
INFO - Configuring Service(id=Default Security Service, type=SecurityService, provider-id=Default Security Service)
INFO - Configuring Service(id=Default Transaction Manager, type=TransactionManager, provider-id=Default Transaction Manager)
INFO - Creating Service(id=SignaturesService)
INFO - Creating TransactionManager(id=Default Transaction Manager)
INFO - Creating SecurityService(id=Default Security Service)
INFO - Configuring enterprise application: tribe-signatures-persistence
INFO - Auto-deploying ejb KeyRepository: EjbDeployment(deployment-id=KeyRepository)
INFO - Configuring Service(id=Default Managed Container, type=Container, provider-id=Default Managed Container)
INFO - Auto-creating a container for bean tribe-signatures-persistence.Comp1160286383: Container(type=MANAGED, id=Default Managed Container)
INFO - Creating Container(id=Default Managed Container)
INFO - Using directory /private/tmp/tribestream/tribestream-container/target for stateful session passivation
INFO - Configuring Service(id=Default Singleton Container, type=Container, provider-id=Default Singleton Container)
INFO - Auto-creating a container for bean KeyRepository: Container(type=SINGLETON, id=Default Singleton Container)
INFO - Creating Container(id=Default Singleton Container)
INFO - Configuring PersistenceUnit(name=tribe-signatures-unit)
INFO - Configuring Service(id=Default JDBC Database, type=Resource, provider-id=Default JDBC Database)
INFO - Auto-creating a Resource with id 'Default JDBC Database' of type 'DataSource for 'tribe-signatures-unit'.
INFO - Creating Resource(id=Default JDBC Database)
INFO - Configuring Service(id=Default Unmanaged JDBC Database, type=Resource, provider-id=Default Unmanaged JDBC Database)
INFO - Auto-creating a Resource with id 'Default Unmanaged JDBC Database' of type 'DataSource for 'tribe-signatures-unit'.
INFO - Creating Resource(id=Default Unmanaged JDBC Database)
INFO - Configuring Service(id=test, type=Service, provider-id=test)
INFO - Configuring Service(id=notificationPersistence, type=Service, provider-id=notificationPersistence)
INFO - Configuring Service(id=notificationCDI, type=Service, provider-id=notificationCDI)
INFO - Configuring Service(id=SignaturesService, type=Service, provider-id=SignaturesService)
INFO - Adjusting PersistenceUnit tribe-signatures-unit <jta-data-source> to Resource ID 'Default JDBC Database' from 'tribe-signatures-datasource'
INFO - Adjusting PersistenceUnit tribe-signatures-unit <non-jta-data-source> to Resource ID 'Default Unmanaged JDBC Database' from 'tribe-signatures-datasourceNonJta'
INFO - Configuring Service(id=Default Security Service, type=SecurityService, provider-id=Default Security Service)
INFO - Configuring Service(id=Default Transaction Manager, type=TransactionManager, provider-id=Default Transaction Manager)
INFO - Creating Service(id=test)
INFO - Creating Service(id=notificationPersistence)
INFO - Creating Service(id=notificationCDI)
INFO - Creating Service(id=SignaturesService)
INFO - Creating TransactionManager(id=Default Transaction Manager)
INFO - Creating SecurityService(id=Default Security Service)
INFO - Configuring enterprise application: tribestream-alerting-persistence
INFO - Auto-deploying ejb AlertService: EjbDeployment(deployment-id=AlertService)
INFO - Configuring Service(id=Default Managed Container, type=Container, provider-id=Default Managed Container)
INFO - Auto-creating a container for bean tribestream-alerting-persistence.Comp1294615594: Container(type=MANAGED, id=Default Managed Container)
INFO - Creating Container(id=Default Managed Container)
INFO - Using directory /private/tmp/tribestream/tribestream-container/target for stateful session passivation
INFO - Configuring Service(id=Default Singleton Container, type=Container, provider-id=Default Singleton Container)
INFO - Auto-creating a container for bean AlertService: Container(type=SINGLETON, id=Default Singleton Container)
INFO - Creating Container(id=Default Singleton Container)
INFO - Configuring PersistenceUnit(name=notifications)
INFO - Configuring Service(id=Default JDBC Database, type=Resource, provider-id=Default JDBC Database)
INFO - Auto-creating a Resource with id 'Default JDBC Database' of type 'DataSource for 'notifications'.
INFO - Creating Resource(id=Default JDBC Database)
INFO - Configuring Service(id=Default Unmanaged JDBC Database, type=Resource, provider-id=Default Unmanaged JDBC Database)
INFO - Auto-creating a Resource with id 'Default Unmanaged JDBC Database' of type 'DataSource for 'notifications'.
INFO - Creating Resource(id=Default Unmanaged JDBC Database)
INFO - Adjusting PersistenceUnit notifications <jta-data-source> to Resource ID 'Default JDBC Database' from 'tribe-alert-datasource'
INFO - Adjusting PersistenceUnit notifications <non-jta-data-source> to Resource ID 'Default Unmanaged JDBC Database' from 'tribe-alert-datasourceNonJta'
INFO - Enterprise application "tribe-signatures-persistence" loaded.
INFO - Enterprise application "tribestream-alerting-persistence" loaded.
INFO - Not creating another application classloader for tribestream-alerting-persistence
INFO - Assembling app: tribestream-alerting-persistence
INFO - Not creating another application classloader for tribe-signatures-persistence
INFO - Assembling app: tribe-signatures-persistence
INFO - PersistenceUnit(name=notifications, provider=org.apache.openjpa.persistence.PersistenceProviderImpl) - provider time 4ms
INFO - Jndi(name=AlertServiceLocalBean) --> Ejb(deployment-id=AlertService)
INFO - Jndi(name=global/tribestream-alerting-persistence/AlertService!com.tomitribe.tribestream.notifications.core.persistence.AlertService) --> Ejb(deployment-id=AlertService)
INFO - Jndi(name=global/tribestream-alerting-persistence/AlertService) --> Ejb(deployment-id=AlertService)
INFO - Created new singletonService org.apache.openejb.cdi.ThreadSingletonServiceImpl@307f8d48
INFO - Succeeded in installing singleton service
INFO - PersistenceUnit(name=tribe-signatures-unit, provider=org.apache.openjpa.persistence.PersistenceProviderImpl) - provider time 6ms
INFO - OpenWebBeans Container is starting...
INFO - Adding OpenWebBeansPlugin : [CdiPlugin]
INFO - Jndi(name=KeyRepositoryLocalBean) --> Ejb(deployment-id=KeyRepository)
INFO - Jndi(name=global/tribe-signatures-persistence/KeyRepository!com.tomitribe.tribestream.security.signatures.persistence.KeyRepository) --> Ejb(deployment-id=KeyRepository)
INFO - Jndi(name=global/tribe-signatures-persistence/KeyRepository) --> Ejb(deployment-id=KeyRepository)
INFO - Created new singletonService org.apache.openejb.cdi.ThreadSingletonServiceImpl@e74917
INFO - Succeeded in installing singleton service
INFO - OpenWebBeans Container is starting...
INFO - Adding OpenWebBeansPlugin : [CdiPlugin]
INFO - All injection points were validated successfully.
INFO - OpenWebBeans Container has started, it took 10 ms.
INFO - Created Ejb(deployment-id=AlertService, ejb-name=AlertService, container=Default Singleton Container)
INFO - Started Ejb(deployment-id=AlertService, ejb-name=AlertService, container=Default Singleton Container)
INFO - Deployed Application(path=tribestream-alerting-persistence)
INFO - Configuring enterprise application: tribe-signatures-persistence
INFO - Auto-deploying ejb KeyRepository: EjbDeployment(deployment-id=KeyRepository)
INFO - Configuring PersistenceUnit(name=tribe-signatures-unit)
INFO - Adjusting PersistenceUnit tribe-signatures-unit <jta-data-source> to Resource ID 'Default JDBC Database' from 'tribe-signatures-datasource'
INFO - Adjusting PersistenceUnit tribe-signatures-unit <non-jta-data-source> to Resource ID 'Default Unmanaged JDBC Database' from 'tribe-signatures-datasourceNonJta'
INFO - All injection points were validated successfully.
INFO - Enterprise application "tribe-signatures-persistence" loaded.
INFO - OpenWebBeans Container has started, it took 43 ms.
INFO - Created Ejb(deployment-id=KeyRepository, ejb-name=KeyRepository, container=Default Singleton Container)
INFO - Started Ejb(deployment-id=KeyRepository, ejb-name=KeyRepository, container=Default Singleton Container)
INFO - Deployed Application(path=tribe-signatures-persistence)
INFO - Configuring enterprise application: /private/tmp/tribestream/tribestream-container/target/SignerTest
INFO - Not creating another application classloader for tribe-signatures-persistence
INFO - Assembling app: tribe-signatures-persistence
INFO - Configuring PersistenceUnit(name=test-unit)
INFO - PersistenceUnit(name=tribe-signatures-unit, provider=org.apache.openjpa.persistence.PersistenceProviderImpl) - provider time 3ms
INFO - Adjusting PersistenceUnit test-unit <jta-data-source> to Resource ID 'Default JDBC Database' from 'tribe-signatures-datasource'
INFO - Adjusting PersistenceUnit test-unit <non-jta-data-source> to Resource ID 'Default Unmanaged JDBC Database' from 'tribe-signatures-datasourceNonJta'
INFO - Jndi(name=KeyRepositoryLocalBean) --> Ejb(deployment-id=KeyRepository)
INFO - Jndi(name=global/tribe-signatures-persistence/KeyRepository!com.tomitribe.tribestream.security.signatures.persistence.KeyRepository) --> Ejb(deployment-id=KeyRepository)
INFO - Enterprise application "/private/tmp/tribestream/tribestream-container/target/SignerTest" loaded.
INFO - Jndi(name=global/tribe-signatures-persistence/KeyRepository) --> Ejb(deployment-id=KeyRepository)
INFO - Existing thread singleton service in SystemInstance(): org.apache.openejb.cdi.ThreadSingletonServiceImpl@307f8d48
INFO - OpenWebBeans Container is starting...
INFO - Adding OpenWebBeansPlugin : [CdiPlugin]
INFO - Not creating another application classloader for SignerTest
INFO - Assembling app: /private/tmp/tribestream/tribestream-container/target/SignerTest
INFO - PersistenceUnit(name=test-unit, provider=org.apache.openjpa.persistence.PersistenceProviderImpl) - provider time 5ms
INFO - Existing thread singleton service in SystemInstance(): org.apache.openejb.cdi.ThreadSingletonServiceImpl@e74917
INFO - OpenWebBeans Container is starting...
INFO - Adding OpenWebBeansPlugin : [CdiPlugin]
INFO - All injection points were validated successfully.
INFO - OpenWebBeans Container has started, it took 5 ms.
INFO - All injection points were validated successfully.
INFO - OpenWebBeans Container has started, it took 28 ms.
INFO - Deployed Application(path=/private/tmp/tribestream/tribestream-container/target/SignerTest)
INFO - creating new keystore: /private/tmp/tribestream/tribestream-container/target/target/keystore-879307991724627161.jks
INFO - Starting OpenJPA 2.4.0
INFO - Created Ejb(deployment-id=KeyRepository, ejb-name=KeyRepository, container=Default Singleton Container)
INFO - Started Ejb(deployment-id=KeyRepository, ejb-name=KeyRepository, container=Default Singleton Container)
INFO - Deployed Application(path=tribe-signatures-persistence)
INFO - Configuring enterprise application: /private/tmp/tribestream/tribestream-container/target/StoreManagerTest
INFO - Configuring PersistenceUnit(name=test-unit)
INFO - Adjusting PersistenceUnit test-unit <jta-data-source> to Resource ID 'Default JDBC Database' from 'tribe-signatures-datasource'
INFO - Adjusting PersistenceUnit test-unit <non-jta-data-source> to Resource ID 'Default Unmanaged JDBC Database' from 'tribe-signatures-datasourceNonJta'
INFO - Enterprise application "/private/tmp/tribestream/tribestream-container/target/StoreManagerTest" loaded.
INFO - Using dictionary class "org.apache.openjpa.jdbc.sql.HSQLDictionary" (HSQL Database Engine 2.3.2 ,HSQL Database Engine Driver 2.3.2).
SEVERE - >>> Window Tracker <UserLimit.METHOD> for user<bob> and application <N/A> is invalid > Window{elapsed=0 seconds, duration=1 second, count=1, limit=10, version=25, start=1440180664682079000, stop=1440180665682079000}
INFO - Connected to HSQL Database Engine version 2.2 using JDBC driver HSQL Database Engine Driver version 2.3.2.
SEVERE - >>> Window Tracker <UserLimit.METHOD> for user<bob> and application <N/A> is invalid > Window{elapsed=0 seconds, duration=1 second, count=0, limit=10, version=27, start=1440180665682079000, stop=1440180666682079000}
SEVERE - >>> Window Tracker <UserLimit.METHOD> for user<bob> and application <N/A> is invalid > Window{elapsed=1 second, duration=1 second, count=1, limit=10, version=26, start=1440180664682079000, stop=1440180665682079000}
INFO - Not creating another application classloader for StoreManagerTest
INFO - Assembling app: /private/tmp/tribestream/tribestream-container/target/StoreManagerTest
INFO - PersistenceUnit(name=test-unit, provider=org.apache.openjpa.persistence.PersistenceProviderImpl) - provider time 9ms
INFO - Existing thread singleton service in SystemInstance(): org.apache.openejb.cdi.ThreadSingletonServiceImpl@307f8d48
INFO - OpenWebBeans Container is starting...
INFO - Adding OpenWebBeansPlugin : [CdiPlugin]
INFO - All injection points were validated successfully.
INFO - OpenWebBeans Container has started, it took 5 ms.
INFO - Deployed Application(path=/private/tmp/tribestream/tribestream-container/target/StoreManagerTest)
INFO - creating new keystore: /private/tmp/tribestream/tribestream-container/target/target/keystore-1097813530686450064.jks
INFO - Starting OpenJPA 2.4.0
INFO - Using dictionary class "org.apache.openjpa.jdbc.sql.HSQLDictionary" (HSQL Database Engine 2.3.2 ,HSQL Database Engine Driver 2.3.2).
INFO - The Entity "com.tomitribe.tribestream.security.signatures.persistence.Key" was enhanced at level "1,591,689", but the current level of enhancement is "1,674,154".
INFO - A down level Entity was detected and logged. Please enable RUNTIME trace to see all down level Entities.
INFO - Connected to HSQL Database Engine version 2.2 using JDBC driver HSQL Database Engine Driver version 2.3.2.
0
0
INFO - Undeploying app: /private/tmp/tribestream/tribestream-container/target/SignerTest
INFO - Undeploying app: tribe-signatures-persistence
INFO - Closing DataSource: Default JDBC Database
INFO - Closing DataSource: Default Unmanaged JDBC Database
INFO - The Entity "com.tomitribe.tribestream.security.signatures.persistence.KeyId" was enhanced at level "1,591,689", but the current level of enhancement is "1,674,154".
INFO - A down level Entity was detected and logged. Please enable RUNTIME trace to see all down level Entities.
0
SunJCE version 1.7
0
INFO - Undeploying app: /private/tmp/tribestream/tribestream-container/target/StoreManagerTest
INFO - Undeploying app: tribestream-alerting-persistence
INFO - Undeploying app: tribe-signatures-persistence
INFO - Closing DataSource: Default JDBC Database
INFO - Closing DataSource: Default Unmanaged JDBC Database
INFO - Cannot find the configuration file [conf/openejb.xml]. Will attempt to create one for the beans deployed.
INFO - Configuring Service(id=SignaturesService, type=Service, provider-id=SignaturesService)
INFO - Configuring Service(id=test, type=Service, provider-id=test)
INFO - Configuring Service(id=notificationPersistence, type=Service, provider-id=notificationPersistence)
INFO - Configuring Service(id=notificationCDI, type=Service, provider-id=notificationCDI)
INFO - Configuring Service(id=SignaturesService, type=Service, provider-id=SignaturesService)
INFO - Configuring Service(id=Default Security Service, type=SecurityService, provider-id=Default Security Service)
INFO - Configuring Service(id=Default Transaction Manager, type=TransactionManager, provider-id=Default Transaction Manager)
INFO - Creating Service(id=SignaturesService)
INFO - Creating TransactionManager(id=Default Transaction Manager)
INFO - Creating SecurityService(id=Default Security Service)
INFO - Configuring Service(id=Default Security Service, type=SecurityService, provider-id=Default Security Service)
INFO - Configuring Service(id=Default Transaction Manager, type=TransactionManager, provider-id=Default Transaction Manager)
INFO - Creating Service(id=test)
INFO - Creating Service(id=notificationPersistence)
INFO - Creating Service(id=notificationCDI)
INFO - Creating Service(id=SignaturesService)
INFO - Creating TransactionManager(id=Default Transaction Manager)
INFO - Creating SecurityService(id=Default Security Service)
INFO - Configuring enterprise application: tribestream-alerting-persistence
INFO - Auto-deploying ejb AlertService: EjbDeployment(deployment-id=AlertService)
INFO - Configuring Service(id=Default Managed Container, type=Container, provider-id=Default Managed Container)
INFO - Auto-creating a container for bean tribestream-alerting-persistence.Comp855409862: Container(type=MANAGED, id=Default Managed Container)
INFO - Creating Container(id=Default Managed Container)
INFO - Using directory /private/tmp/tribestream/tribestream-container/target for stateful session passivation
INFO - Configuring Service(id=Default Singleton Container, type=Container, provider-id=Default Singleton Container)
INFO - Auto-creating a container for bean AlertService: Container(type=SINGLETON, id=Default Singleton Container)
INFO - Creating Container(id=Default Singleton Container)
INFO - Configuring PersistenceUnit(name=notifications)
INFO - Configuring enterprise application: tribe-signatures-persistence
INFO - Configuring Service(id=Default JDBC Database, type=Resource, provider-id=Default JDBC Database)
INFO - Auto-creating a Resource with id 'Default JDBC Database' of type 'DataSource for 'notifications'.
INFO - Creating Resource(id=Default JDBC Database)
INFO - Auto-deploying ejb KeyRepository: EjbDeployment(deployment-id=KeyRepository)
INFO - Configuring Service(id=Default Managed Container, type=Container, provider-id=Default Managed Container)
INFO - Auto-creating a container for bean tribe-signatures-persistence.Comp640843550: Container(type=MANAGED, id=Default Managed Container)
INFO - Creating Container(id=Default Managed Container)
INFO - Using directory /private/tmp/tribestream/tribestream-container/target for stateful session passivation
INFO - Configuring Service(id=Default Singleton Container, type=Container, provider-id=Default Singleton Container)
INFO - Auto-creating a container for bean KeyRepository: Container(type=SINGLETON, id=Default Singleton Container)
INFO - Creating Container(id=Default Singleton Container)
INFO - Configuring PersistenceUnit(name=tribe-signatures-unit)
INFO - Configuring Service(id=Default JDBC Database, type=Resource, provider-id=Default JDBC Database)
INFO - Configuring Service(id=Default Unmanaged JDBC Database, type=Resource, provider-id=Default Unmanaged JDBC Database)
INFO - Auto-creating a Resource with id 'Default JDBC Database' of type 'DataSource for 'tribe-signatures-unit'.
INFO - Auto-creating a Resource with id 'Default Unmanaged JDBC Database' of type 'DataSource for 'notifications'.
INFO - Creating Resource(id=Default JDBC Database)
INFO - Creating Resource(id=Default Unmanaged JDBC Database)
INFO - Adjusting PersistenceUnit notifications <jta-data-source> to Resource ID 'Default JDBC Database' from 'tribe-alert-datasource'
INFO - Adjusting PersistenceUnit notifications <non-jta-data-source> to Resource ID 'Default Unmanaged JDBC Database' from 'tribe-alert-datasourceNonJta'
INFO - Configuring Service(id=Default Unmanaged JDBC Database, type=Resource, provider-id=Default Unmanaged JDBC Database)
INFO - Auto-creating a Resource with id 'Default Unmanaged JDBC Database' of type 'DataSource for 'tribe-signatures-unit'.
INFO - Creating Resource(id=Default Unmanaged JDBC Database)
INFO - Adjusting PersistenceUnit tribe-signatures-unit <jta-data-source> to Resource ID 'Default JDBC Database' from 'tribe-signatures-datasource'
INFO - Adjusting PersistenceUnit tribe-signatures-unit <non-jta-data-source> to Resource ID 'Default Unmanaged JDBC Database' from 'tribe-signatures-datasourceNonJta'
INFO - Enterprise application "tribestream-alerting-persistence" loaded.
INFO - Not creating another application classloader for tribestream-alerting-persistence
INFO - Assembling app: tribestream-alerting-persistence
INFO - PersistenceUnit(name=notifications, provider=org.apache.openjpa.persistence.PersistenceProviderImpl) - provider time 5ms
INFO - Jndi(name=AlertServiceLocalBean) --> Ejb(deployment-id=AlertService)
INFO - Jndi(name=global/tribestream-alerting-persistence/AlertService!com.tomitribe.tribestream.notifications.core.persistence.AlertService) --> Ejb(deployment-id=AlertService)
INFO - Jndi(name=global/tribestream-alerting-persistence/AlertService) --> Ejb(deployment-id=AlertService)
INFO - Created new singletonService org.apache.openejb.cdi.ThreadSingletonServiceImpl@307f8d48
INFO - Succeeded in installing singleton service
INFO - OpenWebBeans Container is starting...
INFO - Adding OpenWebBeansPlugin : [CdiPlugin]
INFO - All injection points were validated successfully.
INFO - OpenWebBeans Container has started, it took 11 ms.
INFO - Created Ejb(deployment-id=AlertService, ejb-name=AlertService, container=Default Singleton Container)
INFO - Started Ejb(deployment-id=AlertService, ejb-name=AlertService, container=Default Singleton Container)
INFO - Deployed Application(path=tribestream-alerting-persistence)
INFO - Configuring enterprise application: tribe-signatures-persistence
INFO - Auto-deploying ejb KeyRepository: EjbDeployment(deployment-id=KeyRepository)
INFO - Configuring PersistenceUnit(name=tribe-signatures-unit)
INFO - Adjusting PersistenceUnit tribe-signatures-unit <jta-data-source> to Resource ID 'Default JDBC Database' from 'tribe-signatures-datasource'
INFO - Adjusting PersistenceUnit tribe-signatures-unit <non-jta-data-source> to Resource ID 'Default Unmanaged JDBC Database' from 'tribe-signatures-datasourceNonJta'
INFO - Enterprise application "tribe-signatures-persistence" loaded.
INFO - Enterprise application "tribe-signatures-persistence" loaded.
INFO - Not creating another application classloader for tribe-signatures-persistence
INFO - Assembling app: tribe-signatures-persistence
INFO - Not creating another application classloader for tribe-signatures-persistence
INFO - Assembling app: tribe-signatures-persistence
INFO - PersistenceUnit(name=tribe-signatures-unit, provider=org.apache.openjpa.persistence.PersistenceProviderImpl) - provider time 4ms
INFO - Jndi(name=KeyRepositoryLocalBean) --> Ejb(deployment-id=KeyRepository)
INFO - Jndi(name=global/tribe-signatures-persistence/KeyRepository!com.tomitribe.tribestream.security.signatures.persistence.KeyRepository) --> Ejb(deployment-id=KeyRepository)
INFO - Jndi(name=global/tribe-signatures-persistence/KeyRepository) --> Ejb(deployment-id=KeyRepository)
INFO - PersistenceUnit(name=tribe-signatures-unit, provider=org.apache.openjpa.persistence.PersistenceProviderImpl) - provider time 5ms
INFO - Existing thread singleton service in SystemInstance(): org.apache.openejb.cdi.ThreadSingletonServiceImpl@307f8d48
INFO - OpenWebBeans Container is starting...
INFO - Jndi(name=KeyRepositoryLocalBean) --> Ejb(deployment-id=KeyRepository)
INFO - Jndi(name=global/tribe-signatures-persistence/KeyRepository!com.tomitribe.tribestream.security.signatures.persistence.KeyRepository) --> Ejb(deployment-id=KeyRepository)
INFO - Adding OpenWebBeansPlugin : [CdiPlugin]
INFO - Jndi(name=global/tribe-signatures-persistence/KeyRepository) --> Ejb(deployment-id=KeyRepository)
INFO - Created new singletonService org.apache.openejb.cdi.ThreadSingletonServiceImpl@e74917
INFO - Succeeded in installing singleton service
INFO - OpenWebBeans Container is starting...
INFO - Adding OpenWebBeansPlugin : [CdiPlugin]
INFO - All injection points were validated successfully.
INFO - OpenWebBeans Container has started, it took 27 ms.
INFO - Created Ejb(deployment-id=KeyRepository, ejb-name=KeyRepository, container=Default Singleton Container)
INFO - Started Ejb(deployment-id=KeyRepository, ejb-name=KeyRepository, container=Default Singleton Container)
INFO - Deployed Application(path=tribe-signatures-persistence)
INFO - Configuring enterprise application: /private/tmp/tribestream/tribestream-container/target/StoreManagerTest
INFO - Configuring PersistenceUnit(name=test-unit)
INFO - Adjusting PersistenceUnit test-unit <jta-data-source> to Resource ID 'Default JDBC Database' from 'tribe-signatures-datasource'
INFO - Adjusting PersistenceUnit test-unit <non-jta-data-source> to Resource ID 'Default Unmanaged JDBC Database' from 'tribe-signatures-datasourceNonJta'
INFO - Enterprise application "/private/tmp/tribestream/tribestream-container/target/StoreManagerTest" loaded.
INFO - All injection points were validated successfully.
INFO - OpenWebBeans Container has started, it took 39 ms.
INFO - Not creating another application classloader for StoreManagerTest
INFO - Assembling app: /private/tmp/tribestream/tribestream-container/target/StoreManagerTest
INFO - Created Ejb(deployment-id=KeyRepository, ejb-name=KeyRepository, container=Default Singleton Container)
INFO - Started Ejb(deployment-id=KeyRepository, ejb-name=KeyRepository, container=Default Singleton Container)
INFO - Deployed Application(path=tribe-signatures-persistence)
INFO - Configuring enterprise application: /private/tmp/tribestream/tribestream-container/target/SignerTest
INFO - PersistenceUnit(name=test-unit, provider=org.apache.openjpa.persistence.PersistenceProviderImpl) - provider time 3ms
INFO - Existing thread singleton service in SystemInstance(): org.apache.openejb.cdi.ThreadSingletonServiceImpl@307f8d48
INFO - Configuring PersistenceUnit(name=test-unit)
INFO - OpenWebBeans Container is starting...
INFO - Adding OpenWebBeansPlugin : [CdiPlugin]
INFO - Adjusting PersistenceUnit test-unit <jta-data-source> to Resource ID 'Default JDBC Database' from 'tribe-signatures-datasource'
INFO - Adjusting PersistenceUnit test-unit <non-jta-data-source> to Resource ID 'Default Unmanaged JDBC Database' from 'tribe-signatures-datasourceNonJta'
INFO - Enterprise application "/private/tmp/tribestream/tribestream-container/target/SignerTest" loaded.
INFO - All injection points were validated successfully.
INFO - OpenWebBeans Container has started, it took 4 ms.
INFO - Deployed Application(path=/private/tmp/tribestream/tribestream-container/target/StoreManagerTest)
INFO - Not creating another application classloader for SignerTest
INFO - creating new keystore: /private/tmp/tribestream/tribestream-container/target/target/keystore-6540063893375889216.jks
INFO - Assembling app: /private/tmp/tribestream/tribestream-container/target/SignerTest
INFO - Starting OpenJPA 2.4.0
INFO - PersistenceUnit(name=test-unit, provider=org.apache.openjpa.persistence.PersistenceProviderImpl) - provider time 4ms
INFO - Existing thread singleton service in SystemInstance(): org.apache.openejb.cdi.ThreadSingletonServiceImpl@e74917
INFO - Using dictionary class "org.apache.openjpa.jdbc.sql.HSQLDictionary" (HSQL Database Engine 2.3.2 ,HSQL Database Engine Driver 2.3.2).
INFO - OpenWebBeans Container is starting...
INFO - Adding OpenWebBeansPlugin : [CdiPlugin]
INFO - Connected to HSQL Database Engine version 2.2 using JDBC driver HSQL Database Engine Driver version 2.3.2.
INFO - All injection points were validated successfully.
INFO - OpenWebBeans Container has started, it took 5 ms.
INFO - Deployed Application(path=/private/tmp/tribestream/tribestream-container/target/SignerTest)
INFO - creating new keystore: /private/tmp/tribestream/tribestream-container/target/target/keystore-338036964502374069.jks
INFO - Starting OpenJPA 2.4.0
INFO - Using dictionary class "org.apache.openjpa.jdbc.sql.HSQLDictionary" (HSQL Database Engine 2.3.2 ,HSQL Database Engine Driver 2.3.2).
INFO - Connected to HSQL Database Engine version 2.2 using JDBC driver HSQL Database Engine Driver version 2.3.2.
INFO - The Entity "com.tomitribe.tribestream.security.signatures.persistence.KeyId" was enhanced at level "1,591,689", but the current level of enhancement is "1,674,154".
INFO - A down level Entity was detected and logged. Please enable RUNTIME trace to see all down level Entities.
0
0
INFO - Undeploying app: /private/tmp/tribestream/tribestream-container/target/StoreManagerTest
INFO - Undeploying app: tribestream-alerting-persistence
INFO - Undeploying app: tribe-signatures-persistence
INFO - Closing DataSource: Default JDBC Database
INFO - Closing DataSource: Default Unmanaged JDBC Database
INFO - The Entity "com.tomitribe.tribestream.security.signatures.persistence.Key" was enhanced at level "1,591,689", but the current level of enhancement is "1,674,154".
INFO - A down level Entity was detected and logged. Please enable RUNTIME trace to see all down level Entities.
0
0
INFO - Undeploying app: /private/tmp/tribestream/tribestream-container/target/SignerTest
INFO - Undeploying app: tribe-signatures-persistence
INFO - Closing DataSource: Default JDBC Database
INFO - Closing DataSource: Default Unmanaged JDBC Database
INFO - Configuring Service(id=test, type=Service, provider-id=test)
INFO - Configuring Service(id=notificationPersistence, type=Service, provider-id=notificationPersistence)
INFO - Configuring Service(id=notificationCDI, type=Service, provider-id=notificationCDI)
INFO - Configuring Service(id=SignaturesService, type=Service, provider-id=SignaturesService)
INFO - Configuring Service(id=Default Security Service, type=SecurityService, provider-id=Default Security Service)
INFO - Configuring Service(id=Default Transaction Manager, type=TransactionManager, provider-id=Default Transaction Manager)
INFO - Creating Service(id=test)
INFO - Creating Service(id=notificationPersistence)
INFO - Creating Service(id=notificationCDI)
INFO - Creating Service(id=SignaturesService)
INFO - Creating TransactionManager(id=Default Transaction Manager)
INFO - Creating SecurityService(id=Default Security Service)
INFO - Configuring enterprise application: tribestream-alerting-persistence
INFO - Auto-deploying ejb AlertService: EjbDeployment(deployment-id=AlertService)
INFO - Configuring Service(id=Default Managed Container, type=Container, provider-id=Default Managed Container)
INFO - Auto-creating a container for bean tribestream-alerting-persistence.Comp1827728285: Container(type=MANAGED, id=Default Managed Container)
INFO - Creating Container(id=Default Managed Container)
INFO - Using directory /private/tmp/tribestream/tribestream-container/target for stateful session passivation
INFO - Configuring Service(id=Default Singleton Container, type=Container, provider-id=Default Singleton Container)
INFO - Auto-creating a container for bean AlertService: Container(type=SINGLETON, id=Default Singleton Container)
INFO - Creating Container(id=Default Singleton Container)
INFO - Configuring PersistenceUnit(name=notifications)
INFO - Configuring Service(id=Default JDBC Database, type=Resource, provider-id=Default JDBC Database)
INFO - Auto-creating a Resource with id 'Default JDBC Database' of type 'DataSource for 'notifications'.
INFO - Creating Resource(id=Default JDBC Database)
INFO - Configuring Service(id=Default Unmanaged JDBC Database, type=Resource, provider-id=Default Unmanaged JDBC Database)
INFO - Auto-creating a Resource with id 'Default Unmanaged JDBC Database' of type 'DataSource for 'notifications'.
INFO - Cannot find the configuration file [conf/openejb.xml]. Will attempt to create one for the beans deployed.
INFO - Creating Resource(id=Default Unmanaged JDBC Database)
INFO - Adjusting PersistenceUnit notifications <jta-data-source> to Resource ID 'Default JDBC Database' from 'tribe-alert-datasource'
INFO - Adjusting PersistenceUnit notifications <non-jta-data-source> to Resource ID 'Default Unmanaged JDBC Database' from 'tribe-alert-datasourceNonJta'
INFO - Configuring Service(id=SignaturesService, type=Service, provider-id=SignaturesService)
INFO - Configuring Service(id=Default Security Service, type=SecurityService, provider-id=Default Security Service)
INFO - Configuring Service(id=Default Transaction Manager, type=TransactionManager, provider-id=Default Transaction Manager)
INFO - Creating Service(id=SignaturesService)
INFO - Creating TransactionManager(id=Default Transaction Manager)
INFO - Creating SecurityService(id=Default Security Service)
INFO - Configuring enterprise application: tribe-signatures-persistence
INFO - Auto-deploying ejb KeyRepository: EjbDeployment(deployment-id=KeyRepository)
INFO - Configuring Service(id=Default Managed Container, type=Container, provider-id=Default Managed Container)
INFO - Auto-creating a container for bean tribe-signatures-persistence.Comp1051449181: Container(type=MANAGED, id=Default Managed Container)
INFO - Creating Container(id=Default Managed Container)
INFO - Using directory /private/tmp/tribestream/tribestream-container/target for stateful session passivation
INFO - Configuring Service(id=Default Singleton Container, type=Container, provider-id=Default Singleton Container)
INFO - Auto-creating a container for bean KeyRepository: Container(type=SINGLETON, id=Default Singleton Container)
INFO - Creating Container(id=Default Singleton Container)
INFO - Configuring PersistenceUnit(name=tribe-signatures-unit)
INFO - Configuring Service(id=Default JDBC Database, type=Resource, provider-id=Default JDBC Database)
INFO - Auto-creating a Resource with id 'Default JDBC Database' of type 'DataSource for 'tribe-signatures-unit'.
INFO - Creating Resource(id=Default JDBC Database)
INFO - Configuring Service(id=Default Unmanaged JDBC Database, type=Resource, provider-id=Default Unmanaged JDBC Database)
INFO - Auto-creating a Resource with id 'Default Unmanaged JDBC Database' of type 'DataSource for 'tribe-signatures-unit'.
INFO - Creating Resource(id=Default Unmanaged JDBC Database)
INFO - Adjusting PersistenceUnit tribe-signatures-unit <jta-data-source> to Resource ID 'Default JDBC Database' from 'tribe-signatures-datasource'
INFO - Adjusting PersistenceUnit tribe-signatures-unit <non-jta-data-source> to Resource ID 'Default Unmanaged JDBC Database' from 'tribe-signatures-datasourceNonJta'
INFO - Enterprise application "tribestream-alerting-persistence" loaded.
INFO - Not creating another application classloader for tribestream-alerting-persistence
INFO - Assembling app: tribestream-alerting-persistence
INFO - PersistenceUnit(name=notifications, provider=org.apache.openjpa.persistence.PersistenceProviderImpl) - provider time 3ms
INFO - Jndi(name=AlertServiceLocalBean) --> Ejb(deployment-id=AlertService)
INFO - Jndi(name=global/tribestream-alerting-persistence/AlertService!com.tomitribe.tribestream.notifications.core.persistence.AlertService) --> Ejb(deployment-id=AlertService)
INFO - Jndi(name=global/tribestream-alerting-persistence/AlertService) --> Ejb(deployment-id=AlertService)
INFO - Created new singletonService org.apache.openejb.cdi.ThreadSingletonServiceImpl@307f8d48
INFO - Succeeded in installing singleton service
INFO - OpenWebBeans Container is starting...
INFO - Adding OpenWebBeansPlugin : [CdiPlugin]
INFO - All injection points were validated successfully.
INFO - OpenWebBeans Container has started, it took 8 ms.
INFO - Created Ejb(deployment-id=AlertService, ejb-name=AlertService, container=Default Singleton Container)
INFO - Started Ejb(deployment-id=AlertService, ejb-name=AlertService, container=Default Singleton Container)
INFO - Deployed Application(path=tribestream-alerting-persistence)
INFO - Configuring enterprise application: tribe-signatures-persistence
INFO - Auto-deploying ejb KeyRepository: EjbDeployment(deployment-id=KeyRepository)
INFO - Configuring PersistenceUnit(name=tribe-signatures-unit)
INFO - Adjusting PersistenceUnit tribe-signatures-unit <jta-data-source> to Resource ID 'Default JDBC Database' from 'tribe-signatures-datasource'
INFO - Adjusting PersistenceUnit tribe-signatures-unit <non-jta-data-source> to Resource ID 'Default Unmanaged JDBC Database' from 'tribe-signatures-datasourceNonJta'
INFO - Enterprise application "tribe-signatures-persistence" loaded.
INFO - Not creating another application classloader for tribe-signatures-persistence
INFO - Assembling app: tribe-signatures-persistence
INFO - PersistenceUnit(name=tribe-signatures-unit, provider=org.apache.openjpa.persistence.PersistenceProviderImpl) - provider time 5ms
INFO - Jndi(name=KeyRepositoryLocalBean) --> Ejb(deployment-id=KeyRepository)
INFO - Jndi(name=global/tribe-signatures-persistence/KeyRepository!com.tomitribe.tribestream.security.signatures.persistence.KeyRepository) --> Ejb(deployment-id=KeyRepository)
INFO - Jndi(name=global/tribe-signatures-persistence/KeyRepository) --> Ejb(deployment-id=KeyRepository)
INFO - Existing thread singleton service in SystemInstance(): org.apache.openejb.cdi.ThreadSingletonServiceImpl@307f8d48
INFO - OpenWebBeans Container is starting...
INFO - Adding OpenWebBeansPlugin : [CdiPlugin]
INFO - Enterprise application "tribe-signatures-persistence" loaded.
INFO - Not creating another application classloader for tribe-signatures-persistence
INFO - Assembling app: tribe-signatures-persistence
INFO - All injection points were validated successfully.
INFO - OpenWebBeans Container has started, it took 24 ms.
INFO - PersistenceUnit(name=tribe-signatures-unit, provider=org.apache.openjpa.persistence.PersistenceProviderImpl) - provider time 4ms
INFO - Created Ejb(deployment-id=KeyRepository, ejb-name=KeyRepository, container=Default Singleton Container)
INFO - Started Ejb(deployment-id=KeyRepository, ejb-name=KeyRepository, container=Default Singleton Container)
INFO - Deployed Application(path=tribe-signatures-persistence)
INFO - Jndi(name=KeyRepositoryLocalBean) --> Ejb(deployment-id=KeyRepository)
INFO - Jndi(name=global/tribe-signatures-persistence/KeyRepository!com.tomitribe.tribestream.security.signatures.persistence.KeyRepository) --> Ejb(deployment-id=KeyRepository)
INFO - Configuring enterprise application: /private/tmp/tribestream/tribestream-container/target/StoreManagerTest
INFO - Jndi(name=global/tribe-signatures-persistence/KeyRepository) --> Ejb(deployment-id=KeyRepository)
INFO - Created new singletonService org.apache.openejb.cdi.ThreadSingletonServiceImpl@e74917
INFO - Succeeded in installing singleton service
INFO - Configuring PersistenceUnit(name=test-unit)
INFO - Adjusting PersistenceUnit test-unit <jta-data-source> to Resource ID 'Default JDBC Database' from 'tribe-signatures-datasource'
INFO - Adjusting PersistenceUnit test-unit <non-jta-data-source> to Resource ID 'Default Unmanaged JDBC Database' from 'tribe-signatures-datasourceNonJta'
INFO - OpenWebBeans Container is starting...
INFO - Enterprise application "/private/tmp/tribestream/tribestream-container/target/StoreManagerTest" loaded.
INFO - Adding OpenWebBeansPlugin : [CdiPlugin]
INFO - Not creating another application classloader for StoreManagerTest
INFO - Assembling app: /private/tmp/tribestream/tribestream-container/target/StoreManagerTest
INFO - PersistenceUnit(name=test-unit, provider=org.apache.openjpa.persistence.PersistenceProviderImpl) - provider time 3ms
INFO - Existing thread singleton service in SystemInstance(): org.apache.openejb.cdi.ThreadSingletonServiceImpl@307f8d48
INFO - OpenWebBeans Container is starting...
INFO - Adding OpenWebBeansPlugin : [CdiPlugin]
INFO - All injection points were validated successfully.
INFO - OpenWebBeans Container has started, it took 5 ms.
INFO - Deployed Application(path=/private/tmp/tribestream/tribestream-container/target/StoreManagerTest)
INFO - creating new keystore: /private/tmp/tribestream/tribestream-container/target/target/keystore-5010964852805117022.jks
INFO - Starting OpenJPA 2.4.0
INFO - All injection points were validated successfully.
INFO - OpenWebBeans Container has started, it took 28 ms.
INFO - Created Ejb(deployment-id=KeyRepository, ejb-name=KeyRepository, container=Default Singleton Container)
INFO - Started Ejb(deployment-id=KeyRepository, ejb-name=KeyRepository, container=Default Singleton Container)
INFO - Deployed Application(path=tribe-signatures-persistence)
INFO - Using dictionary class "org.apache.openjpa.jdbc.sql.HSQLDictionary" (HSQL Database Engine 2.3.2 ,HSQL Database Engine Driver 2.3.2).
INFO - Configuring enterprise application: /private/tmp/tribestream/tribestream-container/target/SignerTest
INFO - Configuring PersistenceUnit(name=test-unit)
INFO - Connected to HSQL Database Engine version 2.2 using JDBC driver HSQL Database Engine Driver version 2.3.2.
INFO - Adjusting PersistenceUnit test-unit <jta-data-source> to Resource ID 'Default JDBC Database' from 'tribe-signatures-datasource'
INFO - Adjusting PersistenceUnit test-unit <non-jta-data-source> to Resource ID 'Default Unmanaged JDBC Database' from 'tribe-signatures-datasourceNonJta'
INFO - Enterprise application "/private/tmp/tribestream/tribestream-container/target/SignerTest" loaded.
INFO - Not creating another application classloader for SignerTest
INFO - Assembling app: /private/tmp/tribestream/tribestream-container/target/SignerTest
INFO - PersistenceUnit(name=test-unit, provider=org.apache.openjpa.persistence.PersistenceProviderImpl) - provider time 4ms
INFO - Existing thread singleton service in SystemInstance(): org.apache.openejb.cdi.ThreadSingletonServiceImpl@e74917
INFO - OpenWebBeans Container is starting...
INFO - Adding OpenWebBeansPlugin : [CdiPlugin]
INFO - All injection points were validated successfully.
INFO - OpenWebBeans Container has started, it took 3 ms.
INFO - Deployed Application(path=/private/tmp/tribestream/tribestream-container/target/SignerTest)
INFO - creating new keystore: /private/tmp/tribestream/tribestream-container/target/target/keystore-1973957920684529025.jks
INFO - Starting OpenJPA 2.4.0
INFO - The Entity "com.tomitribe.tribestream.security.signatures.persistence.KeyId" was enhanced at level "1,591,689", but the current level of enhancement is "1,674,154".
INFO - A down level Entity was detected and logged. Please enable RUNTIME trace to see all down level Entities.
0
INFO - Using dictionary class "org.apache.openjpa.jdbc.sql.HSQLDictionary" (HSQL Database Engine 2.3.2 ,HSQL Database Engine Driver 2.3.2).
0
INFO - Undeploying app: /private/tmp/tribestream/tribestream-container/target/StoreManagerTest
INFO - Connected to HSQL Database Engine version 2.2 using JDBC driver HSQL Database Engine Driver version 2.3.2.
INFO - Undeploying app: tribestream-alerting-persistence
INFO - Undeploying app: tribe-signatures-persistence
INFO - Closing DataSource: Default JDBC Database
INFO - Closing DataSource: Default Unmanaged JDBC Database
INFO - The Entity "com.tomitribe.tribestream.security.signatures.persistence.Key" was enhanced at level "1,591,689", but the current level of enhancement is "1,674,154".
INFO - A down level Entity was detected and logged. Please enable RUNTIME trace to see all down level Entities.
0
0
INFO - Undeploying app: /private/tmp/tribestream/tribestream-container/target/SignerTest
INFO - Undeploying app: tribe-signatures-persistence
INFO - Closing DataSource: Default JDBC Database
INFO - Closing DataSource: Default Unmanaged JDBC Database
INFO - Configuring Service(id=test, type=Service, provider-id=test)
INFO - Configuring Service(id=notificationPersistence, type=Service, provider-id=notificationPersistence)
INFO - Configuring Service(id=notificationCDI, type=Service, provider-id=notificationCDI)
INFO - Configuring Service(id=SignaturesService, type=Service, provider-id=SignaturesService)
INFO - Configuring Service(id=Default Security Service, type=SecurityService, provider-id=Default Security Service)
INFO - Configuring Service(id=Default Transaction Manager, type=TransactionManager, provider-id=Default Transaction Manager)
INFO - Creating Service(id=test)
INFO - Creating Service(id=notificationPersistence)
INFO - Creating Service(id=notificationCDI)
INFO - Creating Service(id=SignaturesService)
INFO - Creating TransactionManager(id=Default Transaction Manager)
INFO - Creating SecurityService(id=Default Security Service)
INFO - Configuring enterprise application: tribestream-alerting-persistence
INFO - Auto-deploying ejb AlertService: EjbDeployment(deployment-id=AlertService)
INFO - Configuring Service(id=Default Managed Container, type=Container, provider-id=Default Managed Container)
INFO - Auto-creating a container for bean tribestream-alerting-persistence.Comp1896370214: Container(type=MANAGED, id=Default Managed Container)
INFO - Creating Container(id=Default Managed Container)
INFO - Using directory /private/tmp/tribestream/tribestream-container/target for stateful session passivation
INFO - Configuring Service(id=Default Singleton Container, type=Container, provider-id=Default Singleton Container)
INFO - Auto-creating a container for bean AlertService: Container(type=SINGLETON, id=Default Singleton Container)
INFO - Creating Container(id=Default Singleton Container)
INFO - Configuring PersistenceUnit(name=notifications)
INFO - Configuring Service(id=Default JDBC Database, type=Resource, provider-id=Default JDBC Database)
INFO - Auto-creating a Resource with id 'Default JDBC Database' of type 'DataSource for 'notifications'.
INFO - Creating Resource(id=Default JDBC Database)
INFO - Configuring Service(id=Default Unmanaged JDBC Database, type=Resource, provider-id=Default Unmanaged JDBC Database)
INFO - Auto-creating a Resource with id 'Default Unmanaged JDBC Database' of type 'DataSource for 'notifications'.
INFO - Creating Resource(id=Default Unmanaged JDBC Database)
INFO - Adjusting PersistenceUnit notifications <jta-data-source> to Resource ID 'Default JDBC Database' from 'tribe-alert-datasource'
INFO - Adjusting PersistenceUnit notifications <non-jta-data-source> to Resource ID 'Default Unmanaged JDBC Database' from 'tribe-alert-datasourceNonJta'
INFO - Cannot find the configuration file [conf/openejb.xml]. Will attempt to create one for the beans deployed.
INFO - Configuring Service(id=SignaturesService, type=Service, provider-id=SignaturesService)
INFO - Configuring Service(id=Default Security Service, type=SecurityService, provider-id=Default Security Service)
INFO - Configuring Service(id=Default Transaction Manager, type=TransactionManager, provider-id=Default Transaction Manager)
INFO - Creating Service(id=SignaturesService)
INFO - Creating TransactionManager(id=Default Transaction Manager)
INFO - Creating SecurityService(id=Default Security Service)
INFO - Configuring enterprise application: tribe-signatures-persistence
INFO - Auto-deploying ejb KeyRepository: EjbDeployment(deployment-id=KeyRepository)
INFO - Configuring Service(id=Default Managed Container, type=Container, provider-id=Default Managed Container)
INFO - Auto-creating a container for bean tribe-signatures-persistence.Comp46030963: Container(type=MANAGED, id=Default Managed Container)
INFO - Creating Container(id=Default Managed Container)
INFO - Using directory /private/tmp/tribestream/tribestream-container/target for stateful session passivation
INFO - Configuring Service(id=Default Singleton Container, type=Container, provider-id=Default Singleton Container)
INFO - Auto-creating a container for bean KeyRepository: Container(type=SINGLETON, id=Default Singleton Container)
INFO - Creating Container(id=Default Singleton Container)
INFO - Configuring PersistenceUnit(name=tribe-signatures-unit)
INFO - Configuring Service(id=Default JDBC Database, type=Resource, provider-id=Default JDBC Database)
INFO - Auto-creating a Resource with id 'Default JDBC Database' of type 'DataSource for 'tribe-signatures-unit'.
INFO - Creating Resource(id=Default JDBC Database)
INFO - Enterprise application "tribestream-alerting-persistence" loaded.
INFO - Configuring Service(id=Default Unmanaged JDBC Database, type=Resource, provider-id=Default Unmanaged JDBC Database)
INFO - Auto-creating a Resource with id 'Default Unmanaged JDBC Database' of type 'DataSource for 'tribe-signatures-unit'.
INFO - Creating Resource(id=Default Unmanaged JDBC Database)
INFO - Not creating another application classloader for tribestream-alerting-persistence
INFO - Assembling app: tribestream-alerting-persistence
INFO - Adjusting PersistenceUnit tribe-signatures-unit <jta-data-source> to Resource ID 'Default JDBC Database' from 'tribe-signatures-datasource'
INFO - Adjusting PersistenceUnit tribe-signatures-unit <non-jta-data-source> to Resource ID 'Default Unmanaged JDBC Database' from 'tribe-signatures-datasourceNonJta'
INFO - PersistenceUnit(name=notifications, provider=org.apache.openjpa.persistence.PersistenceProviderImpl) - provider time 4ms
INFO - Jndi(name=AlertServiceLocalBean) --> Ejb(deployment-id=AlertService)
INFO - Jndi(name=global/tribestream-alerting-persistence/AlertService!com.tomitribe.tribestream.notifications.core.persistence.AlertService) --> Ejb(deployment-id=AlertService)
INFO - Jndi(name=global/tribestream-alerting-persistence/AlertService) --> Ejb(deployment-id=AlertService)
INFO - Created new singletonService org.apache.openejb.cdi.ThreadSingletonServiceImpl@307f8d48
INFO - Succeeded in installing singleton service
INFO - OpenWebBeans Container is starting...
INFO - Adding OpenWebBeansPlugin : [CdiPlugin]
INFO - All injection points were validated successfully.
INFO - OpenWebBeans Container has started, it took 8 ms.
INFO - Created Ejb(deployment-id=AlertService, ejb-name=AlertService, container=Default Singleton Container)
INFO - Started Ejb(deployment-id=AlertService, ejb-name=AlertService, container=Default Singleton Container)
INFO - Deployed Application(path=tribestream-alerting-persistence)
INFO - Configuring enterprise application: tribe-signatures-persistence
INFO - Auto-deploying ejb KeyRepository: EjbDeployment(deployment-id=KeyRepository)
INFO - Configuring PersistenceUnit(name=tribe-signatures-unit)
INFO - Adjusting PersistenceUnit tribe-signatures-unit <jta-data-source> to Resource ID 'Default JDBC Database' from 'tribe-signatures-datasource'
INFO - Adjusting PersistenceUnit tribe-signatures-unit <non-jta-data-source> to Resource ID 'Default Unmanaged JDBC Database' from 'tribe-signatures-datasourceNonJta'
INFO - Enterprise application "tribe-signatures-persistence" loaded.
INFO - Not creating another application classloader for tribe-signatures-persistence
INFO - Assembling app: tribe-signatures-persistence
INFO - PersistenceUnit(name=tribe-signatures-unit, provider=org.apache.openjpa.persistence.PersistenceProviderImpl) - provider time 4ms
INFO - Jndi(name=KeyRepositoryLocalBean) --> Ejb(deployment-id=KeyRepository)
INFO - Jndi(name=global/tribe-signatures-persistence/KeyRepository!com.tomitribe.tribestream.security.signatures.persistence.KeyRepository) --> Ejb(deployment-id=KeyRepository)
INFO - Jndi(name=global/tribe-signatures-persistence/KeyRepository) --> Ejb(deployment-id=KeyRepository)
INFO - Existing thread singleton service in SystemInstance(): org.apache.openejb.cdi.ThreadSingletonServiceImpl@307f8d48
INFO - OpenWebBeans Container is starting...
INFO - Adding OpenWebBeansPlugin : [CdiPlugin]
INFO - All injection points were validated successfully.
INFO - OpenWebBeans Container has started, it took 26 ms.
INFO - Created Ejb(deployment-id=KeyRepository, ejb-name=KeyRepository, container=Default Singleton Container)
INFO - Started Ejb(deployment-id=KeyRepository, ejb-name=KeyRepository, container=Default Singleton Container)
INFO - Deployed Application(path=tribe-signatures-persistence)
INFO - Configuring enterprise application: /private/tmp/tribestream/tribestream-container/target/StoreManagerTest
INFO - Configuring PersistenceUnit(name=test-unit)
INFO - Adjusting PersistenceUnit test-unit <jta-data-source> to Resource ID 'Default JDBC Database' from 'tribe-signatures-datasource'
INFO - Adjusting PersistenceUnit test-unit <non-jta-data-source> to Resource ID 'Default Unmanaged JDBC Database' from 'tribe-signatures-datasourceNonJta'
INFO - Enterprise application "/private/tmp/tribestream/tribestream-container/target/StoreManagerTest" loaded.
INFO - Not creating another application classloader for StoreManagerTest
INFO - Assembling app: /private/tmp/tribestream/tribestream-container/target/StoreManagerTest
INFO - PersistenceUnit(name=test-unit, provider=org.apache.openjpa.persistence.PersistenceProviderImpl) - provider time 3ms
INFO - Existing thread singleton service in SystemInstance(): org.apache.openejb.cdi.ThreadSingletonServiceImpl@307f8d48
INFO - OpenWebBeans Container is starting...
INFO - Adding OpenWebBeansPlugin : [CdiPlugin]
INFO - All injection points were validated successfully.
INFO - OpenWebBeans Container has started, it took 2 ms.
INFO - Deployed Application(path=/private/tmp/tribestream/tribestream-container/target/StoreManagerTest)
INFO - creating new keystore: /private/tmp/tribestream/tribestream-container/target/target/keystore-1167129349724399211.jks
INFO - Starting OpenJPA 2.4.0
INFO - Using dictionary class "org.apache.openjpa.jdbc.sql.HSQLDictionary" (HSQL Database Engine 2.3.2 ,HSQL Database Engine Driver 2.3.2).
INFO - Enterprise application "tribe-signatures-persistence" loaded.
INFO - Connected to HSQL Database Engine version 2.2 using JDBC driver HSQL Database Engine Driver version 2.3.2.
INFO - Not creating another application classloader for tribe-signatures-persistence
INFO - Assembling app: tribe-signatures-persistence
INFO - PersistenceUnit(name=tribe-signatures-unit, provider=org.apache.openjpa.persistence.PersistenceProviderImpl) - provider time 4ms
INFO - Jndi(name=KeyRepositoryLocalBean) --> Ejb(deployment-id=KeyRepository)
INFO - Jndi(name=global/tribe-signatures-persistence/KeyRepository!com.tomitribe.tribestream.security.signatures.persistence.KeyRepository) --> Ejb(deployment-id=KeyRepository)
INFO - Jndi(name=global/tribe-signatures-persistence/KeyRepository) --> Ejb(deployment-id=KeyRepository)
INFO - Created new singletonService org.apache.openejb.cdi.ThreadSingletonServiceImpl@e74917
INFO - Succeeded in installing singleton service
INFO - OpenWebBeans Container is starting...
INFO - Adding OpenWebBeansPlugin : [CdiPlugin]
INFO - The Entity "com.tomitribe.tribestream.security.signatures.persistence.KeyId" was enhanced at level "1,591,689", but the current level of enhancement is "1,674,154".
INFO - A down level Entity was detected and logged. Please enable RUNTIME trace to see all down level Entities.
0
JCEKS
0
INFO - Undeploying app: /private/tmp/tribestream/tribestream-container/target/StoreManagerTest
INFO - Undeploying app: tribestream-alerting-persistence
INFO - Undeploying app: tribe-signatures-persistence
INFO - Closing DataSource: Default JDBC Database
INFO - Closing DataSource: Default Unmanaged JDBC Database
INFO - All injection points were validated successfully.
INFO - OpenWebBeans Container has started, it took 29 ms.
INFO - Created Ejb(deployment-id=KeyRepository, ejb-name=KeyRepository, container=Default Singleton Container)
INFO - Started Ejb(deployment-id=KeyRepository, ejb-name=KeyRepository, container=Default Singleton Container)
INFO - Deployed Application(path=tribe-signatures-persistence)
INFO - Configuring enterprise application: /private/tmp/tribestream/tribestream-container/target/SignerTest
INFO - Configuring PersistenceUnit(name=test-unit)
INFO - Adjusting PersistenceUnit test-unit <jta-data-source> to Resource ID 'Default JDBC Database' from 'tribe-signatures-datasource'
INFO - Adjusting PersistenceUnit test-unit <non-jta-data-source> to Resource ID 'Default Unmanaged JDBC Database' from 'tribe-signatures-datasourceNonJta'
INFO - Destroying ProtocolHandler ["http-nio-127.0.0.1-63860"]
INFO - Enterprise application "/private/tmp/tribestream/tribestream-container/target/SignerTest" loaded.
0
INFO - Undeploying app: /private/tmp/tribestream/tribestream-container/target/SignatureAuthenticatorTest
INFO - Undeploying app: tribe-signatures-persistence
INFO - Not creating another application classloader for SignerTest
INFO - Assembling app: /private/tmp/tribestream/tribestream-container/target/SignerTest
INFO - Closing DataSource: Default JDBC Database
INFO - Closing DataSource: Default Unmanaged JDBC Database
INFO - PersistenceUnit(name=test-unit, provider=org.apache.openjpa.persistence.PersistenceProviderImpl) - provider time 7ms
INFO - Existing thread singleton service in SystemInstance(): org.apache.openejb.cdi.ThreadSingletonServiceImpl@e74917
INFO - OpenWebBeans Container is starting...
INFO - Adding OpenWebBeansPlugin : [CdiPlugin]
INFO - All injection points were validated successfully.
INFO - OpenWebBeans Container has started, it took 6 ms.
INFO - Deployed Application(path=/private/tmp/tribestream/tribestream-container/target/SignerTest)
INFO - creating new keystore: /private/tmp/tribestream/tribestream-container/target/target/keystore-432285551661929414.jks
INFO - Starting OpenJPA 2.4.0
INFO - Configuring Service(id=test, type=Service, provider-id=test)
INFO - Configuring Service(id=notificationPersistence, type=Service, provider-id=notificationPersistence)
INFO - Configuring Service(id=notificationCDI, type=Service, provider-id=notificationCDI)
INFO - Configuring Service(id=SignaturesService, type=Service, provider-id=SignaturesService)
INFO - Using dictionary class "org.apache.openjpa.jdbc.sql.HSQLDictionary" (HSQL Database Engine 2.3.2 ,HSQL Database Engine Driver 2.3.2).
INFO - Connected to HSQL Database Engine version 2.2 using JDBC driver HSQL Database Engine Driver version 2.3.2.
INFO - Configuring Service(id=Default Security Service, type=SecurityService, provider-id=Default Security Service)
INFO - Configuring Service(id=Default Transaction Manager, type=TransactionManager, provider-id=Default Transaction Manager)
INFO - Creating Service(id=test)
INFO - Creating Service(id=notificationPersistence)
INFO - Creating Service(id=notificationCDI)
INFO - Creating Service(id=SignaturesService)
INFO - Creating TransactionManager(id=Default Transaction Manager)
INFO - Creating SecurityService(id=Default Security Service)
INFO - Cannot find the configuration file [conf/openejb.xml]. Will attempt to create one for the beans deployed.
INFO - Configuring enterprise application: tribestream-alerting-persistence
INFO - Auto-deploying ejb AlertService: EjbDeployment(deployment-id=AlertService)
INFO - Configuring Service(id=Default Managed Container, type=Container, provider-id=Default Managed Container)
INFO - Auto-creating a container for bean tribestream-alerting-persistence.Comp1287175908: Container(type=MANAGED, id=Default Managed Container)
INFO - Creating Container(id=Default Managed Container)
INFO - Using directory /private/tmp/tribestream/tribestream-container/target for stateful session passivation
INFO - Configuring Service(id=Default Singleton Container, type=Container, provider-id=Default Singleton Container)
INFO - Auto-creating a container for bean AlertService: Container(type=SINGLETON, id=Default Singleton Container)
INFO - Creating Container(id=Default Singleton Container)
INFO - Configuring PersistenceUnit(name=notifications)
INFO - Configuring Service(id=Default JDBC Database, type=Resource, provider-id=Default JDBC Database)
INFO - Auto-creating a Resource with id 'Default JDBC Database' of type 'DataSource for 'notifications'.
INFO - Creating Resource(id=Default JDBC Database)
INFO - Configuring Service(id=Default Unmanaged JDBC Database, type=Resource, provider-id=Default Unmanaged JDBC Database)
INFO - Auto-creating a Resource with id 'Default Unmanaged JDBC Database' of type 'DataSource for 'notifications'.
INFO - Creating Resource(id=Default Unmanaged JDBC Database)
INFO - Adjusting PersistenceUnit notifications <jta-data-source> to Resource ID 'Default JDBC Database' from 'tribe-alert-datasource'
INFO - Adjusting PersistenceUnit notifications <non-jta-data-source> to Resource ID 'Default Unmanaged JDBC Database' from 'tribe-alert-datasourceNonJta'
INFO - The Entity "com.tomitribe.tribestream.security.signatures.persistence.Key" was enhanced at level "1,591,689", but the current level of enhancement is "1,674,154".
INFO - A down level Entity was detected and logged. Please enable RUNTIME trace to see all down level Entities.
WARNING - Cannot install default JAAS configuration
INFO - Configuring Service(id=notificationIRC, type=Service, provider-id=notificationIRC)
INFO - Configuring Service(id=SignaturesService, type=Service, provider-id=SignaturesService)
0
0
INFO - Undeploying app: /private/tmp/tribestream/tribestream-container/target/SignerTest
INFO - Configuring Service(id=Default Security Service, type=SecurityService, provider-id=Default Security Service)
INFO - Configuring Service(id=Default Transaction Manager, type=TransactionManager, provider-id=Default Transaction Manager)
INFO - Creating Service(id=notificationIRC)
INFO - Undeploying app: tribe-signatures-persistence
INFO - Closing DataSource: Default JDBC Database
INFO - Closing DataSource: Default Unmanaged JDBC Database
SEVERE - >>> Window Tracker <UserLimit.METHOD> for user<bob> and application <N/A> is invalid > Window{elapsed=1 second, duration=1 second, count=5, limit=10, version=28, start=1440180665682079000, stop=1440180666682079000}
SEVERE - >>> Window Tracker <UserLimit.METHOD> for user<bob> and application <N/A> is invalid > Window{elapsed=0 seconds, duration=1 second, count=0, limit=10, version=29, start=1440180666682079000, stop=1440180667682079000}
INFO - Creating Service(id=SignaturesService)
INFO - Creating TransactionManager(id=Default Transaction Manager)
INFO - Creating SecurityService(id=Default Security Service)
SEVERE - >>> Window Tracker <ApplicationLimit.METHOD> for user<N/A> and application <EnforcerInterceptorTest> exceeded > Window{elapsed=15 seconds, duration=20 seconds, count=101, limit=100, version=0, start=1440180651682079000, stop=1440180671682079000}
INFO - Configuring enterprise application: tribe-signatures-persistence
INFO - Auto-deploying ejb KeyRepository: EjbDeployment(deployment-id=KeyRepository)
INFO - Configuring Service(id=Default Managed Container, type=Container, provider-id=Default Managed Container)
INFO - Auto-creating a container for bean tribe-signatures-persistence.Comp1495705267: Container(type=MANAGED, id=Default Managed Container)
INFO - Creating Container(id=Default Managed Container)
INFO - Using directory /private/tmp/tribestream/tribestream-container/target for stateful session passivation
INFO - Configuring Service(id=Default Singleton Container, type=Container, provider-id=Default Singleton Container)
INFO - Auto-creating a container for bean KeyRepository: Container(type=SINGLETON, id=Default Singleton Container)
INFO - Creating Container(id=Default Singleton Container)
INFO - Configuring PersistenceUnit(name=tribe-signatures-unit)
INFO - Configuring Service(id=Default JDBC Database, type=Resource, provider-id=Default JDBC Database)
INFO - Auto-creating a Resource with id 'Default JDBC Database' of type 'DataSource for 'tribe-signatures-unit'.
INFO - Creating Resource(id=Default JDBC Database)
INFO - Configuring Service(id=Default Unmanaged JDBC Database, type=Resource, provider-id=Default Unmanaged JDBC Database)
INFO - Auto-creating a Resource with id 'Default Unmanaged JDBC Database' of type 'DataSource for 'tribe-signatures-unit'.
INFO - Creating Resource(id=Default Unmanaged JDBC Database)
INFO - Adjusting PersistenceUnit tribe-signatures-unit <jta-data-source> to Resource ID 'Default JDBC Database' from 'tribe-signatures-datasource'
INFO - Adjusting PersistenceUnit tribe-signatures-unit <non-jta-data-source> to Resource ID 'Default Unmanaged JDBC Database' from 'tribe-signatures-datasourceNonJta'
INFO - Enterprise application "tribestream-alerting-persistence" loaded.
INFO - Not creating another application classloader for tribestream-alerting-persistence
INFO - Assembling app: tribestream-alerting-persistence
INFO - PersistenceUnit(name=notifications, provider=org.apache.openjpa.persistence.PersistenceProviderImpl) - provider time 8ms
INFO - Jndi(name=AlertServiceLocalBean) --> Ejb(deployment-id=AlertService)
INFO - Jndi(name=global/tribestream-alerting-persistence/AlertService!com.tomitribe.tribestream.notifications.core.persistence.AlertService) --> Ejb(deployment-id=AlertService)
INFO - Jndi(name=global/tribestream-alerting-persistence/AlertService) --> Ejb(deployment-id=AlertService)
INFO - Created new singletonService org.apache.openejb.cdi.ThreadSingletonServiceImpl@307f8d48
INFO - Succeeded in installing singleton service
INFO - OpenWebBeans Container is starting...
INFO - Adding OpenWebBeansPlugin : [CdiPlugin]
INFO - Cannot find the configuration file [conf/openejb.xml]. Will attempt to create one for the beans deployed.
INFO - All injection points were validated successfully.
INFO - OpenWebBeans Container has started, it took 11 ms.
INFO - Created Ejb(deployment-id=AlertService, ejb-name=AlertService, container=Default Singleton Container)
INFO - Started Ejb(deployment-id=AlertService, ejb-name=AlertService, container=Default Singleton Container)
INFO - Deployed Application(path=tribestream-alerting-persistence)
INFO - Configuring Service(id=SignaturesService, type=Service, provider-id=SignaturesService)
INFO - Configuring enterprise application: tribe-signatures-persistence
INFO - Configuring Service(id=Default Security Service, type=SecurityService, provider-id=Default Security Service)
INFO - Configuring Service(id=Default Transaction Manager, type=TransactionManager, provider-id=Default Transaction Manager)
INFO - Creating Service(id=SignaturesService)
INFO - Creating TransactionManager(id=Default Transaction Manager)
INFO - Creating SecurityService(id=Default Security Service)
INFO - Auto-deploying ejb KeyRepository: EjbDeployment(deployment-id=KeyRepository)
INFO - Configuring PersistenceUnit(name=tribe-signatures-unit)
INFO - Adjusting PersistenceUnit tribe-signatures-unit <jta-data-source> to Resource ID 'Default JDBC Database' from 'tribe-signatures-datasource'
INFO - Adjusting PersistenceUnit tribe-signatures-unit <non-jta-data-source> to Resource ID 'Default Unmanaged JDBC Database' from 'tribe-signatures-datasourceNonJta'
INFO - Enterprise application "tribe-signatures-persistence" loaded.
INFO - Not creating another application classloader for tribe-signatures-persistence
INFO - Assembling app: tribe-signatures-persistence
INFO - Enterprise application "tribe-signatures-persistence" loaded.
INFO - PersistenceUnit(name=tribe-signatures-unit, provider=org.apache.openjpa.persistence.PersistenceProviderImpl) - provider time 4ms
INFO - Jndi(name=KeyRepositoryLocalBean) --> Ejb(deployment-id=KeyRepository)
INFO - Jndi(name=global/tribe-signatures-persistence/KeyRepository!com.tomitribe.tribestream.security.signatures.persistence.KeyRepository) --> Ejb(deployment-id=KeyRepository)
INFO - Jndi(name=global/tribe-signatures-persistence/KeyRepository) --> Ejb(deployment-id=KeyRepository)
INFO - Existing thread singleton service in SystemInstance(): org.apache.openejb.cdi.ThreadSingletonServiceImpl@307f8d48
INFO - OpenWebBeans Container is starting...
INFO - Adding OpenWebBeansPlugin : [CdiPlugin]
INFO - Configuring enterprise application: tribe-signatures-persistence
INFO - Not creating another application classloader for tribe-signatures-persistence
INFO - Assembling app: tribe-signatures-persistence
INFO - PersistenceUnit(name=tribe-signatures-unit, provider=org.apache.openjpa.persistence.PersistenceProviderImpl) - provider time 5ms
INFO - Auto-deploying ejb KeyRepository: EjbDeployment(deployment-id=KeyRepository)
INFO - Configuring Service(id=Default Managed Container, type=Container, provider-id=Default Managed Container)
INFO - Auto-creating a container for bean tribe-signatures-persistence.Comp892254365: Container(type=MANAGED, id=Default Managed Container)
INFO - Creating Container(id=Default Managed Container)
INFO - Using directory /private/tmp/tribestream/tribestream-container/target for stateful session passivation
INFO - Configuring Service(id=Default Singleton Container, type=Container, provider-id=Default Singleton Container)
INFO - Auto-creating a container for bean KeyRepository: Container(type=SINGLETON, id=Default Singleton Container)
INFO - Creating Container(id=Default Singleton Container)
INFO - Jndi(name=KeyRepositoryLocalBean) --> Ejb(deployment-id=KeyRepository)
INFO - Jndi(name=global/tribe-signatures-persistence/KeyRepository!com.tomitribe.tribestream.security.signatures.persistence.KeyRepository) --> Ejb(deployment-id=KeyRepository)
INFO - Configuring PersistenceUnit(name=tribe-signatures-unit)
INFO - Jndi(name=global/tribe-signatures-persistence/KeyRepository) --> Ejb(deployment-id=KeyRepository)
INFO - Created new singletonService org.apache.openejb.cdi.ThreadSingletonServiceImpl@8117683
INFO - Succeeded in installing singleton service
INFO - Configuring Service(id=Default JDBC Database, type=Resource, provider-id=Default JDBC Database)
INFO - Auto-creating a Resource with id 'Default JDBC Database' of type 'DataSource for 'tribe-signatures-unit'.
INFO - Creating Resource(id=Default JDBC Database)
INFO - OpenWebBeans Container is starting...
INFO - Adding OpenWebBeansPlugin : [CdiPlugin]
INFO - All injection points were validated successfully.
INFO - OpenWebBeans Container has started, it took 31 ms.
INFO - Configuring Service(id=Default Unmanaged JDBC Database, type=Resource, provider-id=Default Unmanaged JDBC Database)
INFO - Auto-creating a Resource with id 'Default Unmanaged JDBC Database' of type 'DataSource for 'tribe-signatures-unit'.
INFO - Creating Resource(id=Default Unmanaged JDBC Database)
INFO - Created Ejb(deployment-id=KeyRepository, ejb-name=KeyRepository, container=Default Singleton Container)
INFO - Started Ejb(deployment-id=KeyRepository, ejb-name=KeyRepository, container=Default Singleton Container)
INFO - Deployed Application(path=tribe-signatures-persistence)
INFO - Configuring enterprise application: /private/tmp/tribestream/tribestream-container/target/StoreManagerTest
INFO - Configuring PersistenceUnit(name=test-unit)
INFO - Adjusting PersistenceUnit test-unit <jta-data-source> to Resource ID 'Default JDBC Database' from 'tribe-signatures-datasource'
INFO - Adjusting PersistenceUnit test-unit <non-jta-data-source> to Resource ID 'Default Unmanaged JDBC Database' from 'tribe-signatures-datasourceNonJta'
INFO - Enterprise application "/private/tmp/tribestream/tribestream-container/target/StoreManagerTest" loaded.
INFO - Adjusting PersistenceUnit tribe-signatures-unit <jta-data-source> to Resource ID 'Default JDBC Database' from 'tribe-signatures-datasource'
INFO - Adjusting PersistenceUnit tribe-signatures-unit <non-jta-data-source> to Resource ID 'Default Unmanaged JDBC Database' from 'tribe-signatures-datasourceNonJta'
INFO - All injection points were validated successfully.
INFO - OpenWebBeans Container has started, it took 34 ms.
INFO - Not creating another application classloader for StoreManagerTest
INFO - Assembling app: /private/tmp/tribestream/tribestream-container/target/StoreManagerTest
INFO - Created Ejb(deployment-id=KeyRepository, ejb-name=KeyRepository, container=Default Singleton Container)
INFO - Started Ejb(deployment-id=KeyRepository, ejb-name=KeyRepository, container=Default Singleton Container)
INFO - Deployed Application(path=tribe-signatures-persistence)
INFO - Configuring enterprise application: /private/tmp/tribestream/tribestream-container/target/SignatureAuthenticatorTest
INFO - PersistenceUnit(name=test-unit, provider=org.apache.openjpa.persistence.PersistenceProviderImpl) - provider time 5ms
INFO - Configuring PersistenceUnit(name=test-unit)
INFO - Adjusting PersistenceUnit test-unit <jta-data-source> to Resource ID 'Default JDBC Database' from 'tribe-signatures-datasource'
INFO - Adjusting PersistenceUnit test-unit <non-jta-data-source> to Resource ID 'Default Unmanaged JDBC Database' from 'tribe-signatures-datasourceNonJta'
INFO - Enterprise application "/private/tmp/tribestream/tribestream-container/target/SignatureAuthenticatorTest" loaded.
INFO - Existing thread singleton service in SystemInstance(): org.apache.openejb.cdi.ThreadSingletonServiceImpl@307f8d48
INFO - OpenWebBeans Container is starting...
INFO - Adding OpenWebBeansPlugin : [CdiPlugin]
INFO - All injection points were validated successfully.
INFO - OpenWebBeans Container has started, it took 9 ms.
INFO - Not creating another application classloader for SignatureAuthenticatorTest
INFO - Assembling app: /private/tmp/tribestream/tribestream-container/target/SignatureAuthenticatorTest
INFO - Deployed Application(path=/private/tmp/tribestream/tribestream-container/target/StoreManagerTest)
INFO - PersistenceUnit(name=test-unit, provider=org.apache.openjpa.persistence.PersistenceProviderImpl) - provider time 5ms
INFO - creating new keystore: /private/tmp/tribestream/tribestream-container/target/target/keystore-4302700833955393985.jks
INFO - Starting OpenJPA 2.4.0
INFO - Existing thread singleton service in SystemInstance(): org.apache.openejb.cdi.ThreadSingletonServiceImpl@8117683
INFO - OpenWebBeans Container is starting...
INFO - Adding OpenWebBeansPlugin : [CdiPlugin]
INFO - All injection points were validated successfully.
INFO - OpenWebBeans Container has started, it took 3 ms.
INFO - Using dictionary class "org.apache.openjpa.jdbc.sql.HSQLDictionary" (HSQL Database Engine 2.3.2 ,HSQL Database Engine Driver 2.3.2).
INFO - Deployed Application(path=/private/tmp/tribestream/tribestream-container/target/SignatureAuthenticatorTest)
INFO - creating new keystore: /private/tmp/tribestream/tribestream-container/target/target/keystore-2321621986965820932.jks
INFO - Connected to HSQL Database Engine version 2.2 using JDBC driver HSQL Database Engine Driver version 2.3.2.
INFO - Starting OpenJPA 2.4.0
INFO - Using dictionary class "org.apache.openjpa.jdbc.sql.HSQLDictionary" (HSQL Database Engine 2.3.2 ,HSQL Database Engine Driver 2.3.2).
INFO - Connected to HSQL Database Engine version 2.2 using JDBC driver HSQL Database Engine Driver version 2.3.2.
INFO - The Entity "com.tomitribe.tribestream.security.signatures.persistence.KeyId" was enhanced at level "1,591,689", but the current level of enhancement is "1,674,154".
INFO - A down level Entity was detected and logged. Please enable RUNTIME trace to see all down level Entities.
0
addkeyalias3
addkeyalias2
addkeyalias1
0
INFO - Undeploying app: /private/tmp/tribestream/tribestream-container/target/StoreManagerTest
INFO - Undeploying app: tribestream-alerting-persistence
INFO - Undeploying app: tribe-signatures-persistence
INFO - The Entity "com.tomitribe.tribestream.security.signatures.persistence.KeyId" was enhanced at level "1,591,689", but the current level of enhancement is "1,674,154".
INFO - A down level Entity was detected and logged. Please enable RUNTIME trace to see all down level Entities.
INFO - Closing DataSource: Default JDBC Database
INFO - Closing DataSource: Default Unmanaged JDBC Database
0
INFO - creating new keystore: /private/tmp/tribestream/tribestream-container/target/target/keystore-2321621986965820932.jks
INFO - Initializing ProtocolHandler ["http-nio-127.0.0.1-63896"]
INFO - Using a shared selector for servlet write/read
INFO - Starting service Tomcat
INFO - Starting Servlet Engine: Apache Tomcat/7.0.63
INFO - At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
INFO - Starting ProtocolHandler ["http-nio-127.0.0.1-63896"]
INFO - Pausing ProtocolHandler ["http-nio-127.0.0.1-63896"]
INFO - Enterprise application "tribe-signatures-persistence" loaded.
INFO - Not creating another application classloader for tribe-signatures-persistence
INFO - Assembling app: tribe-signatures-persistence
INFO - PersistenceUnit(name=tribe-signatures-unit, provider=org.apache.openjpa.persistence.PersistenceProviderImpl) - provider time 4ms
INFO - Jndi(name=KeyRepositoryLocalBean) --> Ejb(deployment-id=KeyRepository)
INFO - Jndi(name=global/tribe-signatures-persistence/KeyRepository!com.tomitribe.tribestream.security.signatures.persistence.KeyRepository) --> Ejb(deployment-id=KeyRepository)
INFO - Jndi(name=global/tribe-signatures-persistence/KeyRepository) --> Ejb(deployment-id=KeyRepository)
INFO - Created new singletonService org.apache.openejb.cdi.ThreadSingletonServiceImpl@e74917
INFO - Succeeded in installing singleton service
INFO - OpenWebBeans Container is starting...
INFO - Adding OpenWebBeansPlugin : [CdiPlugin]
INFO - Configuring Service(id=test, type=Service, provider-id=test)
INFO - Configuring Service(id=notificationPersistence, type=Service, provider-id=notificationPersistence)
INFO - Configuring Service(id=notificationCDI, type=Service, provider-id=notificationCDI)
INFO - Configuring Service(id=SignaturesService, type=Service, provider-id=SignaturesService)
INFO - Configuring Service(id=Default Security Service, type=SecurityService, provider-id=Default Security Service)
INFO - Configuring Service(id=Default Transaction Manager, type=TransactionManager, provider-id=Default Transaction Manager)
INFO - Creating Service(id=test)
INFO - Creating Service(id=notificationPersistence)
INFO - Creating Service(id=notificationCDI)
INFO - Creating Service(id=SignaturesService)
INFO - Creating TransactionManager(id=Default Transaction Manager)
INFO - Creating SecurityService(id=Default Security Service)
INFO - Stopping service Tomcat
INFO - Stopping ProtocolHandler ["http-nio-127.0.0.1-63896"]
INFO - Destroying ProtocolHandler ["http-nio-127.0.0.1-63896"]
0
INFO - Undeploying app: /private/tmp/tribestream/tribestream-container/target/SignatureAuthenticatorTest
INFO - Undeploying app: tribe-signatures-persistence
INFO - Configuring enterprise application: tribestream-alerting-persistence
INFO - All injection points were validated successfully.
INFO - Closing DataSource: Default JDBC Database
INFO - OpenWebBeans Container has started, it took 37 ms.
INFO - Closing DataSource: Default Unmanaged JDBC Database
INFO - Auto-deploying ejb AlertService: EjbDeployment(deployment-id=AlertService)
INFO - Configuring Service(id=Default Managed Container, type=Container, provider-id=Default Managed Container)
INFO - Auto-creating a container for bean tribestream-alerting-persistence.Comp1979514480: Container(type=MANAGED, id=Default Managed Container)
INFO - Creating Container(id=Default Managed Container)
INFO - Using directory /private/tmp/tribestream/tribestream-container/target for stateful session passivation
INFO - Configuring Service(id=Default Singleton Container, type=Container, provider-id=Default Singleton Container)
INFO - Auto-creating a container for bean AlertService: Container(type=SINGLETON, id=Default Singleton Container)
INFO - Creating Container(id=Default Singleton Container)
INFO - Configuring PersistenceUnit(name=notifications)
INFO - Configuring Service(id=Default JDBC Database, type=Resource, provider-id=Default JDBC Database)
INFO - Auto-creating a Resource with id 'Default JDBC Database' of type 'DataSource for 'notifications'.
INFO - Creating Resource(id=Default JDBC Database)
INFO - Created Ejb(deployment-id=KeyRepository, ejb-name=KeyRepository, container=Default Singleton Container)
INFO - Started Ejb(deployment-id=KeyRepository, ejb-name=KeyRepository, container=Default Singleton Container)
INFO - Deployed Application(path=tribe-signatures-persistence)
INFO - Configuring enterprise application: /private/tmp/tribestream/tribestream-container/target/SignerTest
INFO - Configuring Service(id=Default Unmanaged JDBC Database, type=Resource, provider-id=Default Unmanaged JDBC Database)
INFO - Auto-creating a Resource with id 'Default Unmanaged JDBC Database' of type 'DataSource for 'notifications'.
INFO - Creating Resource(id=Default Unmanaged JDBC Database)
INFO - Configuring PersistenceUnit(name=test-unit)
INFO - Adjusting PersistenceUnit test-unit <jta-data-source> to Resource ID 'Default JDBC Database' from 'tribe-signatures-datasource'
INFO - Adjusting PersistenceUnit test-unit <non-jta-data-source> to Resource ID 'Default Unmanaged JDBC Database' from 'tribe-signatures-datasourceNonJta'
INFO - Enterprise application "/private/tmp/tribestream/tribestream-container/target/SignerTest" loaded.
INFO - Adjusting PersistenceUnit notifications <jta-data-source> to Resource ID 'Default JDBC Database' from 'tribe-alert-datasource'
INFO - Adjusting PersistenceUnit notifications <non-jta-data-source> to Resource ID 'Default Unmanaged JDBC Database' from 'tribe-alert-datasourceNonJta'
INFO - Not creating another application classloader for SignerTest
INFO - Assembling app: /private/tmp/tribestream/tribestream-container/target/SignerTest
INFO - PersistenceUnit(name=test-unit, provider=org.apache.openjpa.persistence.PersistenceProviderImpl) - provider time 3ms
INFO - Existing thread singleton service in SystemInstance(): org.apache.openejb.cdi.ThreadSingletonServiceImpl@e74917
INFO - OpenWebBeans Container is starting...
INFO - Adding OpenWebBeansPlugin : [CdiPlugin]
INFO - All injection points were validated successfully.
INFO - OpenWebBeans Container has started, it took 4 ms.
INFO - Deployed Application(path=/private/tmp/tribestream/tribestream-container/target/SignerTest)
INFO - creating new keystore: /private/tmp/tribestream/tribestream-container/target/target/keystore-1246272839717053955.jks
INFO - Starting OpenJPA 2.4.0
INFO - Using dictionary class "org.apache.openjpa.jdbc.sql.HSQLDictionary" (HSQL Database Engine 2.3.2 ,HSQL Database Engine Driver 2.3.2).
INFO - Cannot find the configuration file [conf/openejb.xml]. Will attempt to create one for the beans deployed.
INFO - Connected to HSQL Database Engine version 2.2 using JDBC driver HSQL Database Engine Driver version 2.3.2.
WARNING - Cannot install default JAAS configuration
INFO - Configuring Service(id=notificationIRC, type=Service, provider-id=notificationIRC)
INFO - Configuring Service(id=SignaturesService, type=Service, provider-id=SignaturesService)
INFO - Configuring Service(id=Default Security Service, type=SecurityService, provider-id=Default Security Service)
INFO - Configuring Service(id=Default Transaction Manager, type=TransactionManager, provider-id=Default Transaction Manager)
INFO - Creating Service(id=notificationIRC)
INFO - Creating Service(id=SignaturesService)
INFO - Creating TransactionManager(id=Default Transaction Manager)
INFO - Creating SecurityService(id=Default Security Service)
INFO - The Entity "com.tomitribe.tribestream.security.signatures.persistence.Key" was enhanced at level "1,591,689", but the current level of enhancement is "1,674,154".
INFO - A down level Entity was detected and logged. Please enable RUNTIME trace to see all down level Entities.
0
0
INFO - Undeploying app: /private/tmp/tribestream/tribestream-container/target/SignerTest
INFO - Undeploying app: tribe-signatures-persistence
INFO - Configuring enterprise application: tribe-signatures-persistence
INFO - Closing DataSource: Default JDBC Database
INFO - Auto-deploying ejb KeyRepository: EjbDeployment(deployment-id=KeyRepository)
INFO - Closing DataSource: Default Unmanaged JDBC Database
INFO - Configuring Service(id=Default Managed Container, type=Container, provider-id=Default Managed Container)
INFO - Auto-creating a container for bean tribe-signatures-persistence.Comp1968730484: Container(type=MANAGED, id=Default Managed Container)
INFO - Creating Container(id=Default Managed Container)
INFO - Using directory /private/tmp/tribestream/tribestream-container/target for stateful session passivation
INFO - Configuring Service(id=Default Singleton Container, type=Container, provider-id=Default Singleton Container)
INFO - Auto-creating a container for bean KeyRepository: Container(type=SINGLETON, id=Default Singleton Container)
INFO - Creating Container(id=Default Singleton Container)
INFO - Configuring PersistenceUnit(name=tribe-signatures-unit)
INFO - Configuring Service(id=Default JDBC Database, type=Resource, provider-id=Default JDBC Database)
INFO - Auto-creating a Resource with id 'Default JDBC Database' of type 'DataSource for 'tribe-signatures-unit'.
INFO - Creating Resource(id=Default JDBC Database)
INFO - Enterprise application "tribestream-alerting-persistence" loaded.
INFO - Configuring Service(id=Default Unmanaged JDBC Database, type=Resource, provider-id=Default Unmanaged JDBC Database)
INFO - Auto-creating a Resource with id 'Default Unmanaged JDBC Database' of type 'DataSource for 'tribe-signatures-unit'.
INFO - Creating Resource(id=Default Unmanaged JDBC Database)
INFO - Not creating another application classloader for tribestream-alerting-persistence
INFO - Assembling app: tribestream-alerting-persistence
INFO - Adjusting PersistenceUnit tribe-signatures-unit <jta-data-source> to Resource ID 'Default JDBC Database' from 'tribe-signatures-datasource'
INFO - Adjusting PersistenceUnit tribe-signatures-unit <non-jta-data-source> to Resource ID 'Default Unmanaged JDBC Database' from 'tribe-signatures-datasourceNonJta'
INFO - PersistenceUnit(name=notifications, provider=org.apache.openjpa.persistence.PersistenceProviderImpl) - provider time 4ms
INFO - Jndi(name=AlertServiceLocalBean) --> Ejb(deployment-id=AlertService)
INFO - Jndi(name=global/tribestream-alerting-persistence/AlertService!com.tomitribe.tribestream.notifications.core.persistence.AlertService) --> Ejb(deployment-id=AlertService)
INFO - Jndi(name=global/tribestream-alerting-persistence/AlertService) --> Ejb(deployment-id=AlertService)
INFO - Created new singletonService org.apache.openejb.cdi.ThreadSingletonServiceImpl@307f8d48
INFO - Succeeded in installing singleton service
INFO - OpenWebBeans Container is starting...
INFO - Adding OpenWebBeansPlugin : [CdiPlugin]
INFO - All injection points were validated successfully.
INFO - OpenWebBeans Container has started, it took 6 ms.
INFO - Created Ejb(deployment-id=AlertService, ejb-name=AlertService, container=Default Singleton Container)
INFO - Started Ejb(deployment-id=AlertService, ejb-name=AlertService, container=Default Singleton Container)
INFO - Deployed Application(path=tribestream-alerting-persistence)
INFO - Configuring enterprise application: tribe-signatures-persistence
INFO - Auto-deploying ejb KeyRepository: EjbDeployment(deployment-id=KeyRepository)
INFO - Configuring PersistenceUnit(name=tribe-signatures-unit)
INFO - Adjusting PersistenceUnit tribe-signatures-unit <jta-data-source> to Resource ID 'Default JDBC Database' from 'tribe-signatures-datasource'
INFO - Adjusting PersistenceUnit tribe-signatures-unit <non-jta-data-source> to Resource ID 'Default Unmanaged JDBC Database' from 'tribe-signatures-datasourceNonJta'
INFO - Enterprise application "tribe-signatures-persistence" loaded.
INFO - Cannot find the configuration file [conf/openejb.xml]. Will attempt to create one for the beans deployed.
INFO - Not creating another application classloader for tribe-signatures-persistence
INFO - Assembling app: tribe-signatures-persistence
INFO - PersistenceUnit(name=tribe-signatures-unit, provider=org.apache.openjpa.persistence.PersistenceProviderImpl) - provider time 4ms
INFO - Jndi(name=KeyRepositoryLocalBean) --> Ejb(deployment-id=KeyRepository)
INFO - Jndi(name=global/tribe-signatures-persistence/KeyRepository!com.tomitribe.tribestream.security.signatures.persistence.KeyRepository) --> Ejb(deployment-id=KeyRepository)
INFO - Jndi(name=global/tribe-signatures-persistence/KeyRepository) --> Ejb(deployment-id=KeyRepository)
INFO - Existing thread singleton service in SystemInstance(): org.apache.openejb.cdi.ThreadSingletonServiceImpl@307f8d48
INFO - OpenWebBeans Container is starting...
INFO - Adding OpenWebBeansPlugin : [CdiPlugin]
INFO - Configuring Service(id=SignaturesService, type=Service, provider-id=SignaturesService)
INFO - Configuring Service(id=Default Security Service, type=SecurityService, provider-id=Default Security Service)
INFO - Configuring Service(id=Default Transaction Manager, type=TransactionManager, provider-id=Default Transaction Manager)
INFO - Creating Service(id=SignaturesService)
INFO - Creating TransactionManager(id=Default Transaction Manager)
INFO - Creating SecurityService(id=Default Security Service)
INFO - Enterprise application "tribe-signatures-persistence" loaded.
INFO - All injection points were validated successfully.
INFO - OpenWebBeans Container has started, it took 27 ms.
INFO - Created Ejb(deployment-id=KeyRepository, ejb-name=KeyRepository, container=Default Singleton Container)
INFO - Started Ejb(deployment-id=KeyRepository, ejb-name=KeyRepository, container=Default Singleton Container)
INFO - Deployed Application(path=tribe-signatures-persistence)
INFO - Configuring enterprise application: /private/tmp/tribestream/tribestream-container/target/StoreManagerTest
INFO - Configuring enterprise application: tribe-signatures-persistence
INFO - Configuring PersistenceUnit(name=test-unit)
INFO - Not creating another application classloader for tribe-signatures-persistence
INFO - Adjusting PersistenceUnit test-unit <jta-data-source> to Resource ID 'Default JDBC Database' from 'tribe-signatures-datasource'
INFO - Adjusting PersistenceUnit test-unit <non-jta-data-source> to Resource ID 'Default Unmanaged JDBC Database' from 'tribe-signatures-datasourceNonJta'
INFO - Assembling app: tribe-signatures-persistence
INFO - Enterprise application "/private/tmp/tribestream/tribestream-container/target/StoreManagerTest" loaded.
INFO - Auto-deploying ejb KeyRepository: EjbDeployment(deployment-id=KeyRepository)
INFO - Configuring Service(id=Default Managed Container, type=Container, provider-id=Default Managed Container)
INFO - Auto-creating a container for bean tribe-signatures-persistence.Comp1969205897: Container(type=MANAGED, id=Default Managed Container)
INFO - Creating Container(id=Default Managed Container)
INFO - Using directory /private/tmp/tribestream/tribestream-container/target for stateful session passivation
INFO - Configuring Service(id=Default Singleton Container, type=Container, provider-id=Default Singleton Container)
INFO - Auto-creating a container for bean KeyRepository: Container(type=SINGLETON, id=Default Singleton Container)
INFO - Creating Container(id=Default Singleton Container)
INFO - PersistenceUnit(name=tribe-signatures-unit, provider=org.apache.openjpa.persistence.PersistenceProviderImpl) - provider time 5ms
INFO - Configuring PersistenceUnit(name=tribe-signatures-unit)
INFO - Configuring Service(id=Default JDBC Database, type=Resource, provider-id=Default JDBC Database)
INFO - Jndi(name=KeyRepositoryLocalBean) --> Ejb(deployment-id=KeyRepository)
INFO - Auto-creating a Resource with id 'Default JDBC Database' of type 'DataSource for 'tribe-signatures-unit'.
INFO - Jndi(name=global/tribe-signatures-persistence/KeyRepository!com.tomitribe.tribestream.security.signatures.persistence.KeyRepository) --> Ejb(deployment-id=KeyRepository)
INFO - Creating Resource(id=Default JDBC Database)
INFO - Jndi(name=global/tribe-signatures-persistence/KeyRepository) --> Ejb(deployment-id=KeyRepository)
INFO - Created new singletonService org.apache.openejb.cdi.ThreadSingletonServiceImpl@8117683
INFO - Succeeded in installing singleton service
INFO - Not creating another application classloader for StoreManagerTest
INFO - Assembling app: /private/tmp/tribestream/tribestream-container/target/StoreManagerTest
INFO - OpenWebBeans Container is starting...
INFO - Configuring Service(id=Default Unmanaged JDBC Database, type=Resource, provider-id=Default Unmanaged JDBC Database)
INFO - Auto-creating a Resource with id 'Default Unmanaged JDBC Database' of type 'DataSource for 'tribe-signatures-unit'.
INFO - Creating Resource(id=Default Unmanaged JDBC Database)
INFO - Adding OpenWebBeansPlugin : [CdiPlugin]
INFO - PersistenceUnit(name=test-unit, provider=org.apache.openjpa.persistence.PersistenceProviderImpl) - provider time 5ms
INFO - Existing thread singleton service in SystemInstance(): org.apache.openejb.cdi.ThreadSingletonServiceImpl@307f8d48
INFO - OpenWebBeans Container is starting...
INFO - Adding OpenWebBeansPlugin : [CdiPlugin]
INFO - Adjusting PersistenceUnit tribe-signatures-unit <jta-data-source> to Resource ID 'Default JDBC Database' from 'tribe-signatures-datasource'
INFO - Adjusting PersistenceUnit tribe-signatures-unit <non-jta-data-source> to Resource ID 'Default Unmanaged JDBC Database' from 'tribe-signatures-datasourceNonJta'
INFO - All injection points were validated successfully.
INFO - OpenWebBeans Container has started, it took 5 ms.
INFO - Deployed Application(path=/private/tmp/tribestream/tribestream-container/target/StoreManagerTest)
INFO - creating new keystore: /private/tmp/tribestream/tribestream-container/target/target/keystore-2588245115946561680.jks
INFO - Starting OpenJPA 2.4.0
INFO - Using dictionary class "org.apache.openjpa.jdbc.sql.HSQLDictionary" (HSQL Database Engine 2.3.2 ,HSQL Database Engine Driver 2.3.2).
INFO - All injection points were validated successfully.
INFO - OpenWebBeans Container has started, it took 30 ms.
INFO - Created Ejb(deployment-id=KeyRepository, ejb-name=KeyRepository, container=Default Singleton Container)
INFO - Started Ejb(deployment-id=KeyRepository, ejb-name=KeyRepository, container=Default Singleton Container)
INFO - Connected to HSQL Database Engine version 2.2 using JDBC driver HSQL Database Engine Driver version 2.3.2.
INFO - Deployed Application(path=tribe-signatures-persistence)
INFO - Configuring enterprise application: /private/tmp/tribestream/tribestream-container/target/SignatureAuthenticatorTest
INFO - Configuring PersistenceUnit(name=test-unit)
INFO - Adjusting PersistenceUnit test-unit <jta-data-source> to Resource ID 'Default JDBC Database' from 'tribe-signatures-datasource'
INFO - Adjusting PersistenceUnit test-unit <non-jta-data-source> to Resource ID 'Default Unmanaged JDBC Database' from 'tribe-signatures-datasourceNonJta'
INFO - Enterprise application "/private/tmp/tribestream/tribestream-container/target/SignatureAuthenticatorTest" loaded.
INFO - Not creating another application classloader for SignatureAuthenticatorTest
INFO - Assembling app: /private/tmp/tribestream/tribestream-container/target/SignatureAuthenticatorTest
INFO - PersistenceUnit(name=test-unit, provider=org.apache.openjpa.persistence.PersistenceProviderImpl) - provider time 7ms
INFO - Existing thread singleton service in SystemInstance(): org.apache.openejb.cdi.ThreadSingletonServiceImpl@8117683
INFO - OpenWebBeans Container is starting...
INFO - Adding OpenWebBeansPlugin : [CdiPlugin]
INFO - The Entity "com.tomitribe.tribestream.security.signatures.persistence.KeyId" was enhanced at level "1,591,689", but the current level of enhancement is "1,674,154".
INFO - A down level Entity was detected and logged. Please enable RUNTIME trace to see all down level Entities.
INFO - All injection points were validated successfully.
INFO - OpenWebBeans Container has started, it took 3 ms.
0
INFO - Deployed Application(path=/private/tmp/tribestream/tribestream-container/target/SignatureAuthenticatorTest)
INFO - creating new keystore: /private/tmp/tribestream/tribestream-container/target/target/keystore-7250017557817767435.jks
INFO - Starting OpenJPA 2.4.0
INFO - Using dictionary class "org.apache.openjpa.jdbc.sql.HSQLDictionary" (HSQL Database Engine 2.3.2 ,HSQL Database Engine Driver 2.3.2).
INFO - Connected to HSQL Database Engine version 2.2 using JDBC driver HSQL Database Engine Driver version 2.3.2.
INFO - The Entity "com.tomitribe.tribestream.security.signatures.persistence.KeyId" was enhanced at level "1,591,689", but the current level of enhancement is "1,674,154".
INFO - A down level Entity was detected and logged. Please enable RUNTIME trace to see all down level Entities.
INFO - Enterprise application "tribe-signatures-persistence" loaded.
0
INFO - creating new keystore: /private/tmp/tribestream/tribestream-container/target/target/keystore-7250017557817767435.jks
INFO - Not creating another application classloader for tribe-signatures-persistence
INFO - Assembling app: tribe-signatures-persistence
INFO - Initializing ProtocolHandler ["http-nio-127.0.0.1-63912"]
INFO - Using a shared selector for servlet write/read
INFO - Starting service Tomcat
INFO - Starting Servlet Engine: Apache Tomcat/7.0.63
INFO - PersistenceUnit(name=tribe-signatures-unit, provider=org.apache.openjpa.persistence.PersistenceProviderImpl) - provider time 5ms
INFO - At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
INFO - Jndi(name=KeyRepositoryLocalBean) --> Ejb(deployment-id=KeyRepository)
INFO - Jndi(name=global/tribe-signatures-persistence/KeyRepository!com.tomitribe.tribestream.security.signatures.persistence.KeyRepository) --> Ejb(deployment-id=KeyRepository)
INFO - Jndi(name=global/tribe-signatures-persistence/KeyRepository) --> Ejb(deployment-id=KeyRepository)
INFO - Created new singletonService org.apache.openejb.cdi.ThreadSingletonServiceImpl@e74917
INFO - Succeeded in installing singleton service
INFO - Starting ProtocolHandler ["http-nio-127.0.0.1-63912"]
INFO - OpenWebBeans Container is starting...
INFO - Adding OpenWebBeansPlugin : [CdiPlugin]
INFO - Pausing ProtocolHandler ["http-nio-127.0.0.1-63912"]
INFO - All injection points were validated successfully.
INFO - OpenWebBeans Container has started, it took 27 ms.
INFO - Created Ejb(deployment-id=KeyRepository, ejb-name=KeyRepository, container=Default Singleton Container)
INFO - Started Ejb(deployment-id=KeyRepository, ejb-name=KeyRepository, container=Default Singleton Container)
INFO - Deployed Application(path=tribe-signatures-persistence)
INFO - Configuring enterprise application: /private/tmp/tribestream/tribestream-container/target/SignerTest
INFO - Configuring PersistenceUnit(name=test-unit)
INFO - Adjusting PersistenceUnit test-unit <jta-data-source> to Resource ID 'Default JDBC Database' from 'tribe-signatures-datasource'
INFO - Adjusting PersistenceUnit test-unit <non-jta-data-source> to Resource ID 'Default Unmanaged JDBC Database' from 'tribe-signatures-datasourceNonJta'
INFO - Enterprise application "/private/tmp/tribestream/tribestream-container/target/SignerTest" loaded.
INFO - Not creating another application classloader for SignerTest
INFO - Assembling app: /private/tmp/tribestream/tribestream-container/target/SignerTest
INFO - PersistenceUnit(name=test-unit, provider=org.apache.openjpa.persistence.PersistenceProviderImpl) - provider time 6ms
INFO - Existing thread singleton service in SystemInstance(): org.apache.openejb.cdi.ThreadSingletonServiceImpl@e74917
INFO - OpenWebBeans Container is starting...
INFO - Adding OpenWebBeansPlugin : [CdiPlugin]
INFO - All injection points were validated successfully.
INFO - OpenWebBeans Container has started, it took 3 ms.
INFO - Deployed Application(path=/private/tmp/tribestream/tribestream-container/target/SignerTest)
INFO - creating new keystore: /private/tmp/tribestream/tribestream-container/target/target/keystore-1053671235456661970.jks
INFO - Starting OpenJPA 2.4.0
INFO - Stopping service Tomcat
INFO - Stopping ProtocolHandler ["http-nio-127.0.0.1-63912"]
INFO - Destroying ProtocolHandler ["http-nio-127.0.0.1-63912"]
INFO - Using dictionary class "org.apache.openjpa.jdbc.sql.HSQLDictionary" (HSQL Database Engine 2.3.2 ,HSQL Database Engine Driver 2.3.2).
0
INFO - Undeploying app: /private/tmp/tribestream/tribestream-container/target/SignatureAuthenticatorTest
INFO - Undeploying app: tribe-signatures-persistence
INFO - Closing DataSource: Default JDBC Database
INFO - Closing DataSource: Default Unmanaged JDBC Database
INFO - Connected to HSQL Database Engine version 2.2 using JDBC driver HSQL Database Engine Driver version 2.3.2.
INFO - The Entity "com.tomitribe.tribestream.security.signatures.persistence.Key" was enhanced at level "1,591,689", but the current level of enhancement is "1,674,154".
INFO - A down level Entity was detected and logged. Please enable RUNTIME trace to see all down level Entities.
0
INFO - Cannot find the configuration file [conf/openejb.xml]. Will attempt to create one for the beans deployed.
WARNING - Cannot install default JAAS configuration
INFO - Configuring Service(id=notificationIRC, type=Service, provider-id=notificationIRC)
INFO - Configuring Service(id=SignaturesService, type=Service, provider-id=SignaturesService)
INFO - Configuring Service(id=Default Security Service, type=SecurityService, provider-id=Default Security Service)
INFO - Configuring Service(id=Default Transaction Manager, type=TransactionManager, provider-id=Default Transaction Manager)
INFO - Creating Service(id=notificationIRC)
INFO - Creating Service(id=SignaturesService)
INFO - Creating TransactionManager(id=Default Transaction Manager)
INFO - Creating SecurityService(id=Default Security Service)
0
INFO - Undeploying app: /private/tmp/tribestream/tribestream-container/target/SignerTest
INFO - Configuring enterprise application: tribe-signatures-persistence
INFO - Undeploying app: tribe-signatures-persistence
INFO - Auto-deploying ejb KeyRepository: EjbDeployment(deployment-id=KeyRepository)
INFO - Configuring Service(id=Default Managed Container, type=Container, provider-id=Default Managed Container)
INFO - Auto-creating a container for bean tribe-signatures-persistence.Comp289449547: Container(type=MANAGED, id=Default Managed Container)
INFO - Closing DataSource: Default JDBC Database
INFO - Creating Container(id=Default Managed Container)
INFO - Closing DataSource: Default Unmanaged JDBC Database
INFO - Using directory /private/tmp/tribestream/tribestream-container/target for stateful session passivation
INFO - Configuring Service(id=Default Singleton Container, type=Container, provider-id=Default Singleton Container)
INFO - Auto-creating a container for bean KeyRepository: Container(type=SINGLETON, id=Default Singleton Container)
INFO - Creating Container(id=Default Singleton Container)
INFO - Configuring PersistenceUnit(name=tribe-signatures-unit)
INFO - Configuring Service(id=Default JDBC Database, type=Resource, provider-id=Default JDBC Database)
INFO - Auto-creating a Resource with id 'Default JDBC Database' of type 'DataSource for 'tribe-signatures-unit'.
INFO - Creating Resource(id=Default JDBC Database)
INFO - Configuring Service(id=Default Unmanaged JDBC Database, type=Resource, provider-id=Default Unmanaged JDBC Database)
INFO - Auto-creating a Resource with id 'Default Unmanaged JDBC Database' of type 'DataSource for 'tribe-signatures-unit'.
INFO - Creating Resource(id=Default Unmanaged JDBC Database)
INFO - Adjusting PersistenceUnit tribe-signatures-unit <jta-data-source> to Resource ID 'Default JDBC Database' from 'tribe-signatures-datasource'
INFO - Adjusting PersistenceUnit tribe-signatures-unit <non-jta-data-source> to Resource ID 'Default Unmanaged JDBC Database' from 'tribe-signatures-datasourceNonJta'
INFO - Cannot find the configuration file [conf/openejb.xml]. Will attempt to create one for the beans deployed.
INFO - Configuring Service(id=SignaturesService, type=Service, provider-id=SignaturesService)
INFO - Configuring Service(id=Default Security Service, type=SecurityService, provider-id=Default Security Service)
INFO - Configuring Service(id=Default Transaction Manager, type=TransactionManager, provider-id=Default Transaction Manager)
INFO - Creating Service(id=SignaturesService)
INFO - Creating TransactionManager(id=Default Transaction Manager)
INFO - Creating SecurityService(id=Default Security Service)
INFO - Enterprise application "tribe-signatures-persistence" loaded.
INFO - Configuring enterprise application: tribe-signatures-persistence
INFO - Auto-deploying ejb KeyRepository: EjbDeployment(deployment-id=KeyRepository)
INFO - Not creating another application classloader for tribe-signatures-persistence
INFO - Assembling app: tribe-signatures-persistence
INFO - Configuring Service(id=Default Managed Container, type=Container, provider-id=Default Managed Container)
INFO - Auto-creating a container for bean tribe-signatures-persistence.Comp160453074: Container(type=MANAGED, id=Default Managed Container)
INFO - Creating Container(id=Default Managed Container)
INFO - Using directory /private/tmp/tribestream/tribestream-container/target for stateful session passivation
INFO - Configuring Service(id=Default Singleton Container, type=Container, provider-id=Default Singleton Container)
INFO - Auto-creating a container for bean KeyRepository: Container(type=SINGLETON, id=Default Singleton Container)
INFO - Creating Container(id=Default Singleton Container)
INFO - Configuring PersistenceUnit(name=tribe-signatures-unit)
INFO - Configuring Service(id=Default JDBC Database, type=Resource, provider-id=Default JDBC Database)
INFO - Auto-creating a Resource with id 'Default JDBC Database' of type 'DataSource for 'tribe-signatures-unit'.
INFO - Creating Resource(id=Default JDBC Database)
INFO - PersistenceUnit(name=tribe-signatures-unit, provider=org.apache.openjpa.persistence.PersistenceProviderImpl) - provider time 4ms
INFO - Jndi(name=KeyRepositoryLocalBean) --> Ejb(deployment-id=KeyRepository)
INFO - Jndi(name=global/tribe-signatures-persistence/KeyRepository!com.tomitribe.tribestream.security.signatures.persistence.KeyRepository) --> Ejb(deployment-id=KeyRepository)
INFO - Jndi(name=global/tribe-signatures-persistence/KeyRepository) --> Ejb(deployment-id=KeyRepository)
INFO - Created new singletonService org.apache.openejb.cdi.ThreadSingletonServiceImpl@8117683
INFO - Succeeded in installing singleton service
INFO - OpenWebBeans Container is starting...
INFO - Adding OpenWebBeansPlugin : [CdiPlugin]
INFO - Configuring Service(id=Default Unmanaged JDBC Database, type=Resource, provider-id=Default Unmanaged JDBC Database)
INFO - Auto-creating a Resource with id 'Default Unmanaged JDBC Database' of type 'DataSource for 'tribe-signatures-unit'.
INFO - Creating Resource(id=Default Unmanaged JDBC Database)
INFO - Adjusting PersistenceUnit tribe-signatures-unit <jta-data-source> to Resource ID 'Default JDBC Database' from 'tribe-signatures-datasource'
INFO - Adjusting PersistenceUnit tribe-signatures-unit <non-jta-data-source> to Resource ID 'Default Unmanaged JDBC Database' from 'tribe-signatures-datasourceNonJta'
INFO - All injection points were validated successfully.
INFO - OpenWebBeans Container has started, it took 29 ms.
INFO - Created Ejb(deployment-id=KeyRepository, ejb-name=KeyRepository, container=Default Singleton Container)
INFO - Started Ejb(deployment-id=KeyRepository, ejb-name=KeyRepository, container=Default Singleton Container)
INFO - Deployed Application(path=tribe-signatures-persistence)
INFO - Configuring enterprise application: /private/tmp/tribestream/tribestream-container/target/SignatureAuthenticatorTest
INFO - Configuring PersistenceUnit(name=test-unit)
INFO - Adjusting PersistenceUnit test-unit <jta-data-source> to Resource ID 'Default JDBC Database' from 'tribe-signatures-datasource'
INFO - Adjusting PersistenceUnit test-unit <non-jta-data-source> to Resource ID 'Default Unmanaged JDBC Database' from 'tribe-signatures-datasourceNonJta'
INFO - Enterprise application "/private/tmp/tribestream/tribestream-container/target/SignatureAuthenticatorTest" loaded.
INFO - Not creating another application classloader for SignatureAuthenticatorTest
INFO - Assembling app: /private/tmp/tribestream/tribestream-container/target/SignatureAuthenticatorTest
INFO - PersistenceUnit(name=test-unit, provider=org.apache.openjpa.persistence.PersistenceProviderImpl) - provider time 6ms
INFO - Existing thread singleton service in SystemInstance(): org.apache.openejb.cdi.ThreadSingletonServiceImpl@8117683
INFO - OpenWebBeans Container is starting...
INFO - Adding OpenWebBeansPlugin : [CdiPlugin]
INFO - All injection points were validated successfully.
INFO - OpenWebBeans Container has started, it took 4 ms.
INFO - Deployed Application(path=/private/tmp/tribestream/tribestream-container/target/SignatureAuthenticatorTest)
INFO - creating new keystore: /private/tmp/tribestream/tribestream-container/target/target/keystore-5666273872903221969.jks
INFO - Starting OpenJPA 2.4.0
INFO - Using dictionary class "org.apache.openjpa.jdbc.sql.HSQLDictionary" (HSQL Database Engine 2.3.2 ,HSQL Database Engine Driver 2.3.2).
INFO - Connected to HSQL Database Engine version 2.2 using JDBC driver HSQL Database Engine Driver version 2.3.2.
INFO - The Entity "com.tomitribe.tribestream.security.signatures.persistence.KeyId" was enhanced at level "1,591,689", but the current level of enhancement is "1,674,154".
INFO - A down level Entity was detected and logged. Please enable RUNTIME trace to see all down level Entities.
0
INFO - creating new keystore: /private/tmp/tribestream/tribestream-container/target/target/keystore-5666273872903221969.jks
INFO - Initializing ProtocolHandler ["http-nio-127.0.0.1-63916"]
INFO - Using a shared selector for servlet write/read
INFO - Starting service Tomcat
INFO - Starting Servlet Engine: Apache Tomcat/7.0.63
INFO - Enterprise application "tribe-signatures-persistence" loaded.
INFO - At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
INFO - Starting ProtocolHandler ["http-nio-127.0.0.1-63916"]
INFO - Not creating another application classloader for tribe-signatures-persistence
INFO - Assembling app: tribe-signatures-persistence
INFO - PersistenceUnit(name=tribe-signatures-unit, provider=org.apache.openjpa.persistence.PersistenceProviderImpl) - provider time 4ms
INFO - Jndi(name=KeyRepositoryLocalBean) --> Ejb(deployment-id=KeyRepository)
INFO - Jndi(name=global/tribe-signatures-persistence/KeyRepository!com.tomitribe.tribestream.security.signatures.persistence.KeyRepository) --> Ejb(deployment-id=KeyRepository)
INFO - Jndi(name=global/tribe-signatures-persistence/KeyRepository) --> Ejb(deployment-id=KeyRepository)
INFO - Created new singletonService org.apache.openejb.cdi.ThreadSingletonServiceImpl@e74917
INFO - Pausing ProtocolHandler ["http-nio-127.0.0.1-63916"]
INFO - Succeeded in installing singleton service
INFO - OpenWebBeans Container is starting...
INFO - Adding OpenWebBeansPlugin : [CdiPlugin]
INFO - All injection points were validated successfully.
INFO - OpenWebBeans Container has started, it took 25 ms.
INFO - Created Ejb(deployment-id=KeyRepository, ejb-name=KeyRepository, container=Default Singleton Container)
INFO - Started Ejb(deployment-id=KeyRepository, ejb-name=KeyRepository, container=Default Singleton Container)
INFO - Deployed Application(path=tribe-signatures-persistence)
INFO - Configuring enterprise application: /private/tmp/tribestream/tribestream-container/target/SignerTest
INFO - Configuring PersistenceUnit(name=test-unit)
INFO - Adjusting PersistenceUnit test-unit <jta-data-source> to Resource ID 'Default JDBC Database' from 'tribe-signatures-datasource'
INFO - Adjusting PersistenceUnit test-unit <non-jta-data-source> to Resource ID 'Default Unmanaged JDBC Database' from 'tribe-signatures-datasourceNonJta'
INFO - Enterprise application "/private/tmp/tribestream/tribestream-container/target/SignerTest" loaded.
INFO - Not creating another application classloader for SignerTest
INFO - Assembling app: /private/tmp/tribestream/tribestream-container/target/SignerTest
INFO - PersistenceUnit(name=test-unit, provider=org.apache.openjpa.persistence.PersistenceProviderImpl) - provider time 3ms
INFO - Existing thread singleton service in SystemInstance(): org.apache.openejb.cdi.ThreadSingletonServiceImpl@e74917
INFO - Stopping service Tomcat
INFO - OpenWebBeans Container is starting...
INFO - Adding OpenWebBeansPlugin : [CdiPlugin]
INFO - Stopping ProtocolHandler ["http-nio-127.0.0.1-63916"]
INFO - Destroying ProtocolHandler ["http-nio-127.0.0.1-63916"]
INFO - All injection points were validated successfully.
INFO - OpenWebBeans Container has started, it took 5 ms.
0
INFO - Undeploying app: /private/tmp/tribestream/tribestream-container/target/SignatureAuthenticatorTest
INFO - Undeploying app: tribe-signatures-persistence
INFO - Deployed Application(path=/private/tmp/tribestream/tribestream-container/target/SignerTest)
INFO - Closing DataSource: Default JDBC Database
INFO - Closing DataSource: Default Unmanaged JDBC Database
INFO - creating new keystore: /private/tmp/tribestream/tribestream-container/target/target/keystore-3700082150607243491.jks
INFO - Starting OpenJPA 2.4.0
INFO - Using dictionary class "org.apache.openjpa.jdbc.sql.HSQLDictionary" (HSQL Database Engine 2.3.2 ,HSQL Database Engine Driver 2.3.2).
INFO - Connected to HSQL Database Engine version 2.2 using JDBC driver HSQL Database Engine Driver version 2.3.2.
SEVERE - >>> Window Tracker <ApplicationLimit.METHOD> for user<N/A> and application <EnforcerInterceptorTest> exceeded > Window{elapsed=16 seconds, duration=20 seconds, count=104, limit=100, version=0, start=1440180651682079000, stop=1440180671682079000}
SEVERE - >>> Window Tracker <ApplicationLimit.METHOD> for user<N/A> and application <EnforcerInterceptorTest> exceeded > Window{elapsed=16 seconds, duration=20 seconds, count=104, limit=100, version=0, start=1440180651682079000, stop=1440180671682079000}
SEVERE - >>> Window Tracker <ApplicationLimit.METHOD> for user<N/A> and application <EnforcerInterceptorTest> exceeded > Window{elapsed=16 seconds, duration=20 seconds, count=104, limit=100, version=0, start=1440180651682079000, stop=1440180671682079000}
INFO - Cannot find the configuration file [conf/openejb.xml]. Will attempt to create one for the beans deployed.
INFO - The Entity "com.tomitribe.tribestream.security.signatures.persistence.Key" was enhanced at level "1,591,689", but the current level of enhancement is "1,674,154".
INFO - A down level Entity was detected and logged. Please enable RUNTIME trace to see all down level Entities.
WARNING - Cannot install default JAAS configuration
0
INFO - Configuring Service(id=notificationIRC, type=Service, provider-id=notificationIRC)
INFO - Configuring Service(id=SignaturesService, type=Service, provider-id=SignaturesService)
SEVERE - >>> Window Tracker <ApplicationLimit.METHOD> for user<N/A> and application <EnforcerInterceptorTest> exceeded > Window{elapsed=17 seconds, duration=20 seconds, count=107, limit=100, version=0, start=1440180651682079000, stop=1440180671682079000}
SEVERE - >>> Window Tracker <ApplicationLimit.METHOD> for user<N/A> and application <EnforcerInterceptorTest> exceeded > Window{elapsed=17 seconds, duration=20 seconds, count=107, limit=100, version=0, start=1440180651682079000, stop=1440180671682079000}
SEVERE - >>> Window Tracker <ApplicationLimit.METHOD> for user<N/A> and application <EnforcerInterceptorTest> exceeded > Window{elapsed=17 seconds, duration=20 seconds, count=107, limit=100, version=0, start=1440180651682079000, stop=1440180671682079000}
INFO - Configuring Service(id=Default Security Service, type=SecurityService, provider-id=Default Security Service)
INFO - Configuring Service(id=Default Transaction Manager, type=TransactionManager, provider-id=Default Transaction Manager)
INFO - Creating Service(id=notificationIRC)
INFO - Creating Service(id=SignaturesService)
INFO - Creating TransactionManager(id=Default Transaction Manager)
0
INFO - Creating SecurityService(id=Default Security Service)
INFO - Undeploying app: /private/tmp/tribestream/tribestream-container/target/SignerTest
INFO - Undeploying app: tribe-signatures-persistence
SEVERE - >>> Window Tracker <ApplicationLimit.METHOD> for user<N/A> and application <EnforcerInterceptorTest> exceeded > Window{elapsed=17 seconds, duration=20 seconds, count=110, limit=100, version=0, start=1440180651682079000, stop=1440180671682079000}
SEVERE - >>> Window Tracker <ApplicationLimit.METHOD> for user<N/A> and application <EnforcerInterceptorTest> exceeded > Window{elapsed=17 seconds, duration=20 seconds, count=110, limit=100, version=0, start=1440180651682079000, stop=1440180671682079000}
SEVERE - >>> Window Tracker <ApplicationLimit.METHOD> for user<N/A> and application <EnforcerInterceptorTest> exceeded > Window{elapsed=17 seconds, duration=20 seconds, count=110, limit=100, version=0, start=1440180651682079000, stop=1440180671682079000}
INFO - Closing DataSource: Default JDBC Database
INFO - Closing DataSource: Default Unmanaged JDBC Database
INFO - Configuring enterprise application: tribe-signatures-persistence
INFO - Auto-deploying ejb KeyRepository: EjbDeployment(deployment-id=KeyRepository)
INFO - Configuring Service(id=Default Managed Container, type=Container, provider-id=Default Managed Container)
SEVERE - >>> Window Tracker <ApplicationLimit.METHOD> for user<N/A> and application <EnforcerInterceptorTest> exceeded > Window{elapsed=17 seconds, duration=20 seconds, count=111, limit=100, version=0, start=1440180651682079000, stop=1440180671682079000}
INFO - Auto-creating a container for bean tribe-signatures-persistence.Comp1013477455: Container(type=MANAGED, id=Default Managed Container)
INFO - Creating Container(id=Default Managed Container)
INFO - Using directory /private/tmp/tribestream/tribestream-container/target for stateful session passivation
INFO - Configuring Service(id=Default Singleton Container, type=Container, provider-id=Default Singleton Container)
INFO - Auto-creating a container for bean KeyRepository: Container(type=SINGLETON, id=Default Singleton Container)
INFO - Creating Container(id=Default Singleton Container)
INFO - Configuring PersistenceUnit(name=tribe-signatures-unit)
INFO - Configuring Service(id=Default JDBC Database, type=Resource, provider-id=Default JDBC Database)
INFO - Auto-creating a Resource with id 'Default JDBC Database' of type 'DataSource for 'tribe-signatures-unit'.
INFO - Creating Resource(id=Default JDBC Database)
INFO - Configuring Service(id=Default Unmanaged JDBC Database, type=Resource, provider-id=Default Unmanaged JDBC Database)
INFO - Auto-creating a Resource with id 'Default Unmanaged JDBC Database' of type 'DataSource for 'tribe-signatures-unit'.
INFO - Creating Resource(id=Default Unmanaged JDBC Database)
INFO - Adjusting PersistenceUnit tribe-signatures-unit <jta-data-source> to Resource ID 'Default JDBC Database' from 'tribe-signatures-datasource'
INFO - Adjusting PersistenceUnit tribe-signatures-unit <non-jta-data-source> to Resource ID 'Default Unmanaged JDBC Database' from 'tribe-signatures-datasourceNonJta'
INFO - Cannot find the configuration file [conf/openejb.xml]. Will attempt to create one for the beans deployed.
INFO - Configuring Service(id=SignaturesService, type=Service, provider-id=SignaturesService)
INFO - Configuring Service(id=Default Security Service, type=SecurityService, provider-id=Default Security Service)
INFO - Configuring Service(id=Default Transaction Manager, type=TransactionManager, provider-id=Default Transaction Manager)
INFO - Creating Service(id=SignaturesService)
INFO - Creating TransactionManager(id=Default Transaction Manager)
INFO - Creating SecurityService(id=Default Security Service)
INFO - Enterprise application "tribe-signatures-persistence" loaded.
INFO - Not creating another application classloader for tribe-signatures-persistence
INFO - Assembling app: tribe-signatures-persistence
INFO - PersistenceUnit(name=tribe-signatures-unit, provider=org.apache.openjpa.persistence.PersistenceProviderImpl) - provider time 5ms
INFO - Jndi(name=KeyRepositoryLocalBean) --> Ejb(deployment-id=KeyRepository)
INFO - Jndi(name=global/tribe-signatures-persistence/KeyRepository!com.tomitribe.tribestream.security.signatures.persistence.KeyRepository) --> Ejb(deployment-id=KeyRepository)
INFO - Jndi(name=global/tribe-signatures-persistence/KeyRepository) --> Ejb(deployment-id=KeyRepository)
INFO - Created new singletonService org.apache.openejb.cdi.ThreadSingletonServiceImpl@8117683
INFO - Succeeded in installing singleton service
INFO - OpenWebBeans Container is starting...
INFO - Adding OpenWebBeansPlugin : [CdiPlugin]
INFO - Configuring enterprise application: tribe-signatures-persistence
INFO - Auto-deploying ejb KeyRepository: EjbDeployment(deployment-id=KeyRepository)
INFO - Configuring Service(id=Default Managed Container, type=Container, provider-id=Default Managed Container)
INFO - Auto-creating a container for bean tribe-signatures-persistence.Comp471624043: Container(type=MANAGED, id=Default Managed Container)
INFO - Creating Container(id=Default Managed Container)
INFO - Using directory /private/tmp/tribestream/tribestream-container/target for stateful session passivation
INFO - Configuring Service(id=Default Singleton Container, type=Container, provider-id=Default Singleton Container)
INFO - Auto-creating a container for bean KeyRepository: Container(type=SINGLETON, id=Default Singleton Container)
INFO - Creating Container(id=Default Singleton Container)
INFO - Configuring PersistenceUnit(name=tribe-signatures-unit)
INFO - Configuring Service(id=Default JDBC Database, type=Resource, provider-id=Default JDBC Database)
INFO - Auto-creating a Resource with id 'Default JDBC Database' of type 'DataSource for 'tribe-signatures-unit'.
INFO - Creating Resource(id=Default JDBC Database)
INFO - Configuring Service(id=Default Unmanaged JDBC Database, type=Resource, provider-id=Default Unmanaged JDBC Database)
INFO - Auto-creating a Resource with id 'Default Unmanaged JDBC Database' of type 'DataSource for 'tribe-signatures-unit'.
INFO - Creating Resource(id=Default Unmanaged JDBC Database)
INFO - All injection points were validated successfully.
INFO - OpenWebBeans Container has started, it took 25 ms.
INFO - Adjusting PersistenceUnit tribe-signatures-unit <jta-data-source> to Resource ID 'Default JDBC Database' from 'tribe-signatures-datasource'
INFO - Adjusting PersistenceUnit tribe-signatures-unit <non-jta-data-source> to Resource ID 'Default Unmanaged JDBC Database' from 'tribe-signatures-datasourceNonJta'
INFO - Created Ejb(deployment-id=KeyRepository, ejb-name=KeyRepository, container=Default Singleton Container)
INFO - Started Ejb(deployment-id=KeyRepository, ejb-name=KeyRepository, container=Default Singleton Container)
INFO - Deployed Application(path=tribe-signatures-persistence)
INFO - Configuring enterprise application: /private/tmp/tribestream/tribestream-container/target/SignatureAuthenticatorTest
INFO - Configuring PersistenceUnit(name=test-unit)
INFO - Adjusting PersistenceUnit test-unit <jta-data-source> to Resource ID 'Default JDBC Database' from 'tribe-signatures-datasource'
INFO - Adjusting PersistenceUnit test-unit <non-jta-data-source> to Resource ID 'Default Unmanaged JDBC Database' from 'tribe-signatures-datasourceNonJta'
INFO - Enterprise application "/private/tmp/tribestream/tribestream-container/target/SignatureAuthenticatorTest" loaded.
INFO - Not creating another application classloader for SignatureAuthenticatorTest
INFO - Assembling app: /private/tmp/tribestream/tribestream-container/target/SignatureAuthenticatorTest
INFO - PersistenceUnit(name=test-unit, provider=org.apache.openjpa.persistence.PersistenceProviderImpl) - provider time 6ms
INFO - Existing thread singleton service in SystemInstance(): org.apache.openejb.cdi.ThreadSingletonServiceImpl@8117683
INFO - OpenWebBeans Container is starting...
INFO - Adding OpenWebBeansPlugin : [CdiPlugin]
INFO - All injection points were validated successfully.
INFO - OpenWebBeans Container has started, it took 2 ms.
INFO - Deployed Application(path=/private/tmp/tribestream/tribestream-container/target/SignatureAuthenticatorTest)
INFO - creating new keystore: /private/tmp/tribestream/tribestream-container/target/target/keystore-8531605125550254266.jks
INFO - Starting OpenJPA 2.4.0
INFO - Using dictionary class "org.apache.openjpa.jdbc.sql.HSQLDictionary" (HSQL Database Engine 2.3.2 ,HSQL Database Engine Driver 2.3.2).
INFO - Connected to HSQL Database Engine version 2.2 using JDBC driver HSQL Database Engine Driver version 2.3.2.
INFO - The Entity "com.tomitribe.tribestream.security.signatures.persistence.KeyId" was enhanced at level "1,591,689", but the current level of enhancement is "1,674,154".
INFO - A down level Entity was detected and logged. Please enable RUNTIME trace to see all down level Entities.
0
INFO - creating new keystore: /private/tmp/tribestream/tribestream-container/target/target/keystore-8531605125550254266.jks
INFO - Initializing ProtocolHandler ["http-nio-127.0.0.1-63920"]
INFO - Using a shared selector for servlet write/read
INFO - Starting service Tomcat
INFO - Starting Servlet Engine: Apache Tomcat/7.0.63
INFO - At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
INFO - Starting ProtocolHandler ["http-nio-127.0.0.1-63920"]
SEVERE - Can't find key 'bla bla' from the store.
INFO - Pausing ProtocolHandler ["http-nio-127.0.0.1-63920"]
INFO - Enterprise application "tribe-signatures-persistence" loaded.
0
INFO - Undeploying app: /private/tmp/tribestream/tribestream-container/target/StoreManagerTest
INFO - Not creating another application classloader for tribe-signatures-persistence
INFO - Assembling app: tribe-signatures-persistence
INFO - Undeploying app: tribestream-alerting-persistence
INFO - Undeploying app: tribe-signatures-persistence
INFO - PersistenceUnit(name=tribe-signatures-unit, provider=org.apache.openjpa.persistence.PersistenceProviderImpl) - provider time 5ms
INFO - Closing DataSource: Default JDBC Database
INFO - Closing DataSource: Default Unmanaged JDBC Database
INFO - Jndi(name=KeyRepositoryLocalBean) --> Ejb(deployment-id=KeyRepository)
INFO - Jndi(name=global/tribe-signatures-persistence/KeyRepository!com.tomitribe.tribestream.security.signatures.persistence.KeyRepository) --> Ejb(deployment-id=KeyRepository)
INFO - Jndi(name=global/tribe-signatures-persistence/KeyRepository) --> Ejb(deployment-id=KeyRepository)
INFO - Created new singletonService org.apache.openejb.cdi.ThreadSingletonServiceImpl@e74917
INFO - Succeeded in installing singleton service
INFO - OpenWebBeans Container is starting...
INFO - Adding OpenWebBeansPlugin : [CdiPlugin]
INFO - All injection points were validated successfully.
INFO - OpenWebBeans Container has started, it took 21 ms.
INFO - Stopping service Tomcat
INFO - Created Ejb(deployment-id=KeyRepository, ejb-name=KeyRepository, container=Default Singleton Container)
INFO - Started Ejb(deployment-id=KeyRepository, ejb-name=KeyRepository, container=Default Singleton Container)
INFO - Deployed Application(path=tribe-signatures-persistence)
INFO - Configuring enterprise application: /private/tmp/tribestream/tribestream-container/target/SignerTest
INFO - Stopping ProtocolHandler ["http-nio-127.0.0.1-63920"]
INFO - Configuring PersistenceUnit(name=test-unit)
INFO - Adjusting PersistenceUnit test-unit <jta-data-source> to Resource ID 'Default JDBC Database' from 'tribe-signatures-datasource'
INFO - Adjusting PersistenceUnit test-unit <non-jta-data-source> to Resource ID 'Default Unmanaged JDBC Database' from 'tribe-signatures-datasourceNonJta'
INFO - Enterprise application "/private/tmp/tribestream/tribestream-container/target/SignerTest" loaded.
INFO - Not creating another application classloader for SignerTest
INFO - Assembling app: /private/tmp/tribestream/tribestream-container/target/SignerTest
INFO - PersistenceUnit(name=test-unit, provider=org.apache.openjpa.persistence.PersistenceProviderImpl) - provider time 3ms
INFO - Existing thread singleton service in SystemInstance(): org.apache.openejb.cdi.ThreadSingletonServiceImpl@e74917
INFO - Configuring Service(id=test, type=Service, provider-id=test)
INFO - Configuring Service(id=notificationPersistence, type=Service, provider-id=notificationPersistence)
INFO - Configuring Service(id=notificationCDI, type=Service, provider-id=notificationCDI)
INFO - Configuring Service(id=SignaturesService, type=Service, provider-id=SignaturesService)
INFO - OpenWebBeans Container is starting...
INFO - Adding OpenWebBeansPlugin : [CdiPlugin]
INFO - All injection points were validated successfully.
INFO - OpenWebBeans Container has started, it took 3 ms.
INFO - Configuring Service(id=Default Security Service, type=SecurityService, provider-id=Default Security Service)
INFO - Configuring Service(id=Default Transaction Manager, type=TransactionManager, provider-id=Default Transaction Manager)
INFO - Creating Service(id=test)
INFO - Creating Service(id=notificationPersistence)
INFO - Deployed Application(path=/private/tmp/tribestream/tribestream-container/target/SignerTest)
INFO - Creating Service(id=notificationCDI)
INFO - Creating Service(id=SignaturesService)
INFO - Creating TransactionManager(id=Default Transaction Manager)
INFO - creating new keystore: /private/tmp/tribestream/tribestream-container/target/target/keystore-4181193617350888720.jks
INFO - Creating SecurityService(id=Default Security Service)
INFO - Starting OpenJPA 2.4.0
INFO - Using dictionary class "org.apache.openjpa.jdbc.sql.HSQLDictionary" (HSQL Database Engine 2.3.2 ,HSQL Database Engine Driver 2.3.2).
INFO - Configuring enterprise application: tribestream-alerting-persistence
INFO - Connected to HSQL Database Engine version 2.2 using JDBC driver HSQL Database Engine Driver version 2.3.2.
INFO - Auto-deploying ejb AlertService: EjbDeployment(deployment-id=AlertService)
INFO - Configuring Service(id=Default Managed Container, type=Container, provider-id=Default Managed Container)
INFO - Auto-creating a container for bean tribestream-alerting-persistence.Comp780850884: Container(type=MANAGED, id=Default Managed Container)
INFO - Creating Container(id=Default Managed Container)
INFO - Using directory /private/tmp/tribestream/tribestream-container/target for stateful session passivation
INFO - Configuring Service(id=Default Singleton Container, type=Container, provider-id=Default Singleton Container)
INFO - Auto-creating a container for bean AlertService: Container(type=SINGLETON, id=Default Singleton Container)
INFO - Creating Container(id=Default Singleton Container)
INFO - Configuring PersistenceUnit(name=notifications)
INFO - Configuring Service(id=Default JDBC Database, type=Resource, provider-id=Default JDBC Database)
INFO - Auto-creating a Resource with id 'Default JDBC Database' of type 'DataSource for 'notifications'.
INFO - Creating Resource(id=Default JDBC Database)
INFO - Configuring Service(id=Default Unmanaged JDBC Database, type=Resource, provider-id=Default Unmanaged JDBC Database)
INFO - Auto-creating a Resource with id 'Default Unmanaged JDBC Database' of type 'DataSource for 'notifications'.
INFO - Creating Resource(id=Default Unmanaged JDBC Database)
INFO - Adjusting PersistenceUnit notifications <jta-data-source> to Resource ID 'Default JDBC Database' from 'tribe-alert-datasource'
INFO - Adjusting PersistenceUnit notifications <non-jta-data-source> to Resource ID 'Default Unmanaged JDBC Database' from 'tribe-alert-datasourceNonJta'
INFO - The Entity "com.tomitribe.tribestream.security.signatures.persistence.Key" was enhanced at level "1,591,689", but the current level of enhancement is "1,674,154".
INFO - A down level Entity was detected and logged. Please enable RUNTIME trace to see all down level Entities.
0
0
INFO - Undeploying app: /private/tmp/tribestream/tribestream-container/target/SignerTest
INFO - Undeploying app: tribe-signatures-persistence
INFO - Closing DataSource: Default JDBC Database
INFO - Closing DataSource: Default Unmanaged JDBC Database
INFO - Enterprise application "tribestream-alerting-persistence" loaded.
INFO - Not creating another application classloader for tribestream-alerting-persistence
INFO - Assembling app: tribestream-alerting-persistence
INFO - PersistenceUnit(name=notifications, provider=org.apache.openjpa.persistence.PersistenceProviderImpl) - provider time 2ms
INFO - Cannot find the configuration file [conf/openejb.xml]. Will attempt to create one for the beans deployed.
INFO - Jndi(name=AlertServiceLocalBean) --> Ejb(deployment-id=AlertService)
INFO - Jndi(name=global/tribestream-alerting-persistence/AlertService!com.tomitribe.tribestream.notifications.core.persistence.AlertService) --> Ejb(deployment-id=AlertService)
INFO - Jndi(name=global/tribestream-alerting-persistence/AlertService) --> Ejb(deployment-id=AlertService)
INFO - Created new singletonService org.apache.openejb.cdi.ThreadSingletonServiceImpl@307f8d48
INFO - Succeeded in installing singleton service
INFO - OpenWebBeans Container is starting...
INFO - Adding OpenWebBeansPlugin : [CdiPlugin]
INFO - All injection points were validated successfully.
INFO - OpenWebBeans Container has started, it took 7 ms.
INFO - Created Ejb(deployment-id=AlertService, ejb-name=AlertService, container=Default Singleton Container)
INFO - Started Ejb(deployment-id=AlertService, ejb-name=AlertService, container=Default Singleton Container)
INFO - Configuring Service(id=SignaturesService, type=Service, provider-id=SignaturesService)
INFO - Deployed Application(path=tribestream-alerting-persistence)
INFO - Configuring Service(id=Default Security Service, type=SecurityService, provider-id=Default Security Service)
INFO - Configuring Service(id=Default Transaction Manager, type=TransactionManager, provider-id=Default Transaction Manager)
INFO - Creating Service(id=SignaturesService)
INFO - Creating TransactionManager(id=Default Transaction Manager)
INFO - Creating SecurityService(id=Default Security Service)
INFO - Configuring enterprise application: tribe-signatures-persistence
INFO - Configuring enterprise application: tribe-signatures-persistence
INFO - Auto-deploying ejb KeyRepository: EjbDeployment(deployment-id=KeyRepository)
INFO - Configuring PersistenceUnit(name=tribe-signatures-unit)
INFO - Adjusting PersistenceUnit tribe-signatures-unit <jta-data-source> to Resource ID 'Default JDBC Database' from 'tribe-signatures-datasource'
INFO - Adjusting PersistenceUnit tribe-signatures-unit <non-jta-data-source> to Resource ID 'Default Unmanaged JDBC Database' from 'tribe-signatures-datasourceNonJta'
INFO - Enterprise application "tribe-signatures-persistence" loaded.
INFO - Auto-deploying ejb KeyRepository: EjbDeployment(deployment-id=KeyRepository)
INFO - Configuring Service(id=Default Managed Container, type=Container, provider-id=Default Managed Container)
INFO - Auto-creating a container for bean tribe-signatures-persistence.Comp664693039: Container(type=MANAGED, id=Default Managed Container)
INFO - Creating Container(id=Default Managed Container)
INFO - Using directory /private/tmp/tribestream/tribestream-container/target for stateful session passivation
INFO - Configuring Service(id=Default Singleton Container, type=Container, provider-id=Default Singleton Container)
INFO - Auto-creating a container for bean KeyRepository: Container(type=SINGLETON, id=Default Singleton Container)
INFO - Creating Container(id=Default Singleton Container)
INFO - Configuring PersistenceUnit(name=tribe-signatures-unit)
INFO - Configuring Service(id=Default JDBC Database, type=Resource, provider-id=Default JDBC Database)
INFO - Auto-creating a Resource with id 'Default JDBC Database' of type 'DataSource for 'tribe-signatures-unit'.
INFO - Creating Resource(id=Default JDBC Database)
INFO - Not creating another application classloader for tribe-signatures-persistence
INFO - Assembling app: tribe-signatures-persistence
INFO - Configuring Service(id=Default Unmanaged JDBC Database, type=Resource, provider-id=Default Unmanaged JDBC Database)
INFO - Auto-creating a Resource with id 'Default Unmanaged JDBC Database' of type 'DataSource for 'tribe-signatures-unit'.
INFO - Creating Resource(id=Default Unmanaged JDBC Database)
INFO - PersistenceUnit(name=tribe-signatures-unit, provider=org.apache.openjpa.persistence.PersistenceProviderImpl) - provider time 4ms
INFO - Jndi(name=KeyRepositoryLocalBean) --> Ejb(deployment-id=KeyRepository)
INFO - Jndi(name=global/tribe-signatures-persistence/KeyRepository!com.tomitribe.tribestream.security.signatures.persistence.KeyRepository) --> Ejb(deployment-id=KeyRepository)
INFO - Jndi(name=global/tribe-signatures-persistence/KeyRepository) --> Ejb(deployment-id=KeyRepository)
INFO - Existing thread singleton service in SystemInstance(): org.apache.openejb.cdi.ThreadSingletonServiceImpl@307f8d48
INFO - OpenWebBeans Container is starting...
INFO - Adding OpenWebBeansPlugin : [CdiPlugin]
INFO - Adjusting PersistenceUnit tribe-signatures-unit <jta-data-source> to Resource ID 'Default JDBC Database' from 'tribe-signatures-datasource'
INFO - Adjusting PersistenceUnit tribe-signatures-unit <non-jta-data-source> to Resource ID 'Default Unmanaged JDBC Database' from 'tribe-signatures-datasourceNonJta'
INFO - All injection points were validated successfully.
INFO - OpenWebBeans Container has started, it took 19 ms.
INFO - Created Ejb(deployment-id=KeyRepository, ejb-name=KeyRepository, container=Default Singleton Container)
INFO - Started Ejb(deployment-id=KeyRepository, ejb-name=KeyRepository, container=Default Singleton Container)
INFO - Deployed Application(path=tribe-signatures-persistence)
INFO - Configuring enterprise application: /private/tmp/tribestream/tribestream-container/target/StoreManagerTest
INFO - Configuring PersistenceUnit(name=test-unit)
INFO - Adjusting PersistenceUnit test-unit <jta-data-source> to Resource ID 'Default JDBC Database' from 'tribe-signatures-datasource'
INFO - Adjusting PersistenceUnit test-unit <non-jta-data-source> to Resource ID 'Default Unmanaged JDBC Database' from 'tribe-signatures-datasourceNonJta'
INFO - Enterprise application "/private/tmp/tribestream/tribestream-container/target/StoreManagerTest" loaded.
INFO - Not creating another application classloader for StoreManagerTest
INFO - Assembling app: /private/tmp/tribestream/tribestream-container/target/StoreManagerTest
INFO - PersistenceUnit(name=test-unit, provider=org.apache.openjpa.persistence.PersistenceProviderImpl) - provider time 2ms
INFO - Existing thread singleton service in SystemInstance(): org.apache.openejb.cdi.ThreadSingletonServiceImpl@307f8d48
INFO - OpenWebBeans Container is starting...
INFO - Adding OpenWebBeansPlugin : [CdiPlugin]
INFO - All injection points were validated successfully.
INFO - OpenWebBeans Container has started, it took 3 ms.
INFO - Deployed Application(path=/private/tmp/tribestream/tribestream-container/target/StoreManagerTest)
INFO - creating new keystore: /private/tmp/tribestream/tribestream-container/target/target/keystore-2001850773590639238.jks
INFO - Starting OpenJPA 2.4.0
INFO - Using dictionary class "org.apache.openjpa.jdbc.sql.HSQLDictionary" (HSQL Database Engine 2.3.2 ,HSQL Database Engine Driver 2.3.2).
INFO - Connected to HSQL Database Engine version 2.2 using JDBC driver HSQL Database Engine Driver version 2.3.2.
INFO - The Entity "com.tomitribe.tribestream.security.signatures.persistence.KeyId" was enhanced at level "1,591,689", but the current level of enhancement is "1,674,154".
INFO - A down level Entity was detected and logged. Please enable RUNTIME trace to see all down level Entities.
0
INFO - Enterprise application "tribe-signatures-persistence" loaded.
INFO - Not creating another application classloader for tribe-signatures-persistence
INFO - Assembling app: tribe-signatures-persistence
INFO - PersistenceUnit(name=tribe-signatures-unit, provider=org.apache.openjpa.persistence.PersistenceProviderImpl) - provider time 5ms
INFO - Jndi(name=KeyRepositoryLocalBean) --> Ejb(deployment-id=KeyRepository)
INFO - Jndi(name=global/tribe-signatures-persistence/KeyRepository!com.tomitribe.tribestream.security.signatures.persistence.KeyRepository) --> Ejb(deployment-id=KeyRepository)
INFO - Jndi(name=global/tribe-signatures-persistence/KeyRepository) --> Ejb(deployment-id=KeyRepository)
INFO - Created new singletonService org.apache.openejb.cdi.ThreadSingletonServiceImpl@e74917
INFO - Succeeded in installing singleton service
INFO - OpenWebBeans Container is starting...
INFO - Adding OpenWebBeansPlugin : [CdiPlugin]
INFO - All injection points were validated successfully.
INFO - OpenWebBeans Container has started, it took 28 ms.
INFO - Created Ejb(deployment-id=KeyRepository, ejb-name=KeyRepository, container=Default Singleton Container)
INFO - Started Ejb(deployment-id=KeyRepository, ejb-name=KeyRepository, container=Default Singleton Container)
INFO - Deployed Application(path=tribe-signatures-persistence)
INFO - Configuring enterprise application: /private/tmp/tribestream/tribestream-container/target/SignerTest
INFO - Configuring PersistenceUnit(name=test-unit)
INFO - Adjusting PersistenceUnit test-unit <jta-data-source> to Resource ID 'Default JDBC Database' from 'tribe-signatures-datasource'
INFO - Adjusting PersistenceUnit test-unit <non-jta-data-source> to Resource ID 'Default Unmanaged JDBC Database' from 'tribe-signatures-datasourceNonJta'
INFO - Enterprise application "/private/tmp/tribestream/tribestream-container/target/SignerTest" loaded.
INFO - Not creating another application classloader for SignerTest
INFO - Assembling app: /private/tmp/tribestream/tribestream-container/target/SignerTest
INFO - PersistenceUnit(name=test-unit, provider=org.apache.openjpa.persistence.PersistenceProviderImpl) - provider time 4ms
INFO - Existing thread singleton service in SystemInstance(): org.apache.openejb.cdi.ThreadSingletonServiceImpl@e74917
INFO - OpenWebBeans Container is starting...
INFO - Adding OpenWebBeansPlugin : [CdiPlugin]
INFO - All injection points were validated successfully.
INFO - OpenWebBeans Container has started, it took 5 ms.
INFO - Deployed Application(path=/private/tmp/tribestream/tribestream-container/target/SignerTest)
INFO - creating new keystore: /private/tmp/tribestream/tribestream-container/target/target/keystore-4078931146170589077.jks
INFO - Starting OpenJPA 2.4.0
INFO - Using dictionary class "org.apache.openjpa.jdbc.sql.HSQLDictionary" (HSQL Database Engine 2.3.2 ,HSQL Database Engine Driver 2.3.2).
INFO - Connected to HSQL Database Engine version 2.2 using JDBC driver HSQL Database Engine Driver version 2.3.2.
INFO - The Entity "com.tomitribe.tribestream.security.signatures.persistence.Key" was enhanced at level "1,591,689", but the current level of enhancement is "1,674,154".
INFO - A down level Entity was detected and logged. Please enable RUNTIME trace to see all down level Entities.
0
0
INFO - Undeploying app: /private/tmp/tribestream/tribestream-container/target/SignerTest
INFO - Undeploying app: tribe-signatures-persistence
INFO - Closing DataSource: Default JDBC Database
INFO - Closing DataSource: Default Unmanaged JDBC Database
INFO - Cannot find the configuration file [conf/openejb.xml]. Will attempt to create one for the beans deployed.
INFO - Configuring Service(id=SignaturesService, type=Service, provider-id=SignaturesService)
INFO - Configuring Service(id=Default Security Service, type=SecurityService, provider-id=Default Security Service)
INFO - Configuring Service(id=Default Transaction Manager, type=TransactionManager, provider-id=Default Transaction Manager)
INFO - Creating Service(id=SignaturesService)
INFO - Creating TransactionManager(id=Default Transaction Manager)
INFO - Creating SecurityService(id=Default Security Service)
INFO - Configuring enterprise application: tribe-signatures-persistence
INFO - Auto-deploying ejb KeyRepository: EjbDeployment(deployment-id=KeyRepository)
INFO - Configuring Service(id=Default Managed Container, type=Container, provider-id=Default Managed Container)
INFO - Auto-creating a container for bean tribe-signatures-persistence.Comp1704180962: Container(type=MANAGED, id=Default Managed Container)
INFO - Creating Container(id=Default Managed Container)
INFO - Using directory /private/tmp/tribestream/tribestream-container/target for stateful session passivation
INFO - Configuring Service(id=Default Singleton Container, type=Container, provider-id=Default Singleton Container)
INFO - Auto-creating a container for bean KeyRepository: Container(type=SINGLETON, id=Default Singleton Container)
INFO - Creating Container(id=Default Singleton Container)
INFO - Configuring PersistenceUnit(name=tribe-signatures-unit)
INFO - Configuring Service(id=Default JDBC Database, type=Resource, provider-id=Default JDBC Database)
INFO - Auto-creating a Resource with id 'Default JDBC Database' of type 'DataSource for 'tribe-signatures-unit'.
INFO - Creating Resource(id=Default JDBC Database)
0
INFO - Undeploying app: /private/tmp/tribestream/tribestream-container/target/StoreManagerTest
INFO - Configuring Service(id=Default Unmanaged JDBC Database, type=Resource, provider-id=Default Unmanaged JDBC Database)
INFO - Auto-creating a Resource with id 'Default Unmanaged JDBC Database' of type 'DataSource for 'tribe-signatures-unit'.
INFO - Creating Resource(id=Default Unmanaged JDBC Database)
INFO - Undeploying app: tribestream-alerting-persistence
INFO - Undeploying app: tribe-signatures-persistence
INFO - Closing DataSource: Default JDBC Database
INFO - Closing DataSource: Default Unmanaged JDBC Database
INFO - Adjusting PersistenceUnit tribe-signatures-unit <jta-data-source> to Resource ID 'Default JDBC Database' from 'tribe-signatures-datasource'
INFO - Adjusting PersistenceUnit tribe-signatures-unit <non-jta-data-source> to Resource ID 'Default Unmanaged JDBC Database' from 'tribe-signatures-datasourceNonJta'
INFO - Configuring Service(id=test, type=Service, provider-id=test)
INFO - Configuring Service(id=notificationPersistence, type=Service, provider-id=notificationPersistence)
INFO - Configuring Service(id=notificationCDI, type=Service, provider-id=notificationCDI)
INFO - Configuring Service(id=SignaturesService, type=Service, provider-id=SignaturesService)
INFO - Configuring Service(id=Default Security Service, type=SecurityService, provider-id=Default Security Service)
INFO - Configuring Service(id=Default Transaction Manager, type=TransactionManager, provider-id=Default Transaction Manager)
INFO - Creating Service(id=test)
INFO - Creating Service(id=notificationPersistence)
INFO - Creating Service(id=notificationCDI)
INFO - Creating Service(id=SignaturesService)
INFO - Creating TransactionManager(id=Default Transaction Manager)
INFO - Creating SecurityService(id=Default Security Service)
INFO - Configuring enterprise application: tribestream-alerting-persistence
INFO - Auto-deploying ejb AlertService: EjbDeployment(deployment-id=AlertService)
INFO - Configuring Service(id=Default Managed Container, type=Container, provider-id=Default Managed Container)
INFO - Auto-creating a container for bean tribestream-alerting-persistence.Comp1628442964: Container(type=MANAGED, id=Default Managed Container)
INFO - Creating Container(id=Default Managed Container)
INFO - Using directory /private/tmp/tribestream/tribestream-container/target for stateful session passivation
INFO - Configuring Service(id=Default Singleton Container, type=Container, provider-id=Default Singleton Container)
INFO - Auto-creating a container for bean AlertService: Container(type=SINGLETON, id=Default Singleton Container)
INFO - Creating Container(id=Default Singleton Container)
INFO - Configuring PersistenceUnit(name=notifications)
INFO - Configuring Service(id=Default JDBC Database, type=Resource, provider-id=Default JDBC Database)
INFO - Auto-creating a Resource with id 'Default JDBC Database' of type 'DataSource for 'notifications'.
INFO - Creating Resource(id=Default JDBC Database)
INFO - Enterprise application "tribe-signatures-persistence" loaded.
INFO - Configuring Service(id=Default Unmanaged JDBC Database, type=Resource, provider-id=Default Unmanaged JDBC Database)
INFO - Auto-creating a Resource with id 'Default Unmanaged JDBC Database' of type 'DataSource for 'notifications'.
INFO - Creating Resource(id=Default Unmanaged JDBC Database)
INFO - Not creating another application classloader for tribe-signatures-persistence
INFO - Assembling app: tribe-signatures-persistence
INFO - Adjusting PersistenceUnit notifications <jta-data-source> to Resource ID 'Default JDBC Database' from 'tribe-alert-datasource'
INFO - Adjusting PersistenceUnit notifications <non-jta-data-source> to Resource ID 'Default Unmanaged JDBC Database' from 'tribe-alert-datasourceNonJta'
INFO - PersistenceUnit(name=tribe-signatures-unit, provider=org.apache.openjpa.persistence.PersistenceProviderImpl) - provider time 5ms
INFO - Jndi(name=KeyRepositoryLocalBean) --> Ejb(deployment-id=KeyRepository)
INFO - Jndi(name=global/tribe-signatures-persistence/KeyRepository!com.tomitribe.tribestream.security.signatures.persistence.KeyRepository) --> Ejb(deployment-id=KeyRepository)
INFO - Jndi(name=global/tribe-signatures-persistence/KeyRepository) --> Ejb(deployment-id=KeyRepository)
INFO - Created new singletonService org.apache.openejb.cdi.ThreadSingletonServiceImpl@e74917
INFO - Succeeded in installing singleton service
INFO - OpenWebBeans Container is starting...
INFO - Adding OpenWebBeansPlugin : [CdiPlugin]
INFO - All injection points were validated successfully.
INFO - OpenWebBeans Container has started, it took 23 ms.
INFO - Created Ejb(deployment-id=KeyRepository, ejb-name=KeyRepository, container=Default Singleton Container)
INFO - Started Ejb(deployment-id=KeyRepository, ejb-name=KeyRepository, container=Default Singleton Container)
INFO - Deployed Application(path=tribe-signatures-persistence)
INFO - Configuring enterprise application: /private/tmp/tribestream/tribestream-container/target/SignerTest
INFO - Configuring PersistenceUnit(name=test-unit)
INFO - Adjusting PersistenceUnit test-unit <jta-data-source> to Resource ID 'Default JDBC Database' from 'tribe-signatures-datasource'
INFO - Adjusting PersistenceUnit test-unit <non-jta-data-source> to Resource ID 'Default Unmanaged JDBC Database' from 'tribe-signatures-datasourceNonJta'
INFO - Enterprise application "/private/tmp/tribestream/tribestream-container/target/SignerTest" loaded.
INFO - Not creating another application classloader for SignerTest
INFO - Assembling app: /private/tmp/tribestream/tribestream-container/target/SignerTest
INFO - PersistenceUnit(name=test-unit, provider=org.apache.openjpa.persistence.PersistenceProviderImpl) - provider time 4ms
INFO - Existing thread singleton service in SystemInstance(): org.apache.openejb.cdi.ThreadSingletonServiceImpl@e74917
INFO - OpenWebBeans Container is starting...
INFO - Adding OpenWebBeansPlugin : [CdiPlugin]
INFO - All injection points were validated successfully.
INFO - OpenWebBeans Container has started, it took 4 ms.
INFO - Deployed Application(path=/private/tmp/tribestream/tribestream-container/target/SignerTest)
INFO - creating new keystore: /private/tmp/tribestream/tribestream-container/target/target/keystore-9079639992776847573.jks
INFO - Starting OpenJPA 2.4.0
INFO - Using dictionary class "org.apache.openjpa.jdbc.sql.HSQLDictionary" (HSQL Database Engine 2.3.2 ,HSQL Database Engine Driver 2.3.2).
INFO - Connected to HSQL Database Engine version 2.2 using JDBC driver HSQL Database Engine Driver version 2.3.2.
INFO - Enterprise application "tribestream-alerting-persistence" loaded.
INFO - Not creating another application classloader for tribestream-alerting-persistence
INFO - Assembling app: tribestream-alerting-persistence
INFO - PersistenceUnit(name=notifications, provider=org.apache.openjpa.persistence.PersistenceProviderImpl) - provider time 3ms
INFO - Jndi(name=AlertServiceLocalBean) --> Ejb(deployment-id=AlertService)
INFO - Jndi(name=global/tribestream-alerting-persistence/AlertService!com.tomitribe.tribestream.notifications.core.persistence.AlertService) --> Ejb(deployment-id=AlertService)
INFO - Jndi(name=global/tribestream-alerting-persistence/AlertService) --> Ejb(deployment-id=AlertService)
INFO - Created new singletonService org.apache.openejb.cdi.ThreadSingletonServiceImpl@307f8d48
INFO - Succeeded in installing singleton service
INFO - The Entity "com.tomitribe.tribestream.security.signatures.persistence.Key" was enhanced at level "1,591,689", but the current level of enhancement is "1,674,154".
INFO - A down level Entity was detected and logged. Please enable RUNTIME trace to see all down level Entities.
INFO - OpenWebBeans Container is starting...
INFO - Adding OpenWebBeansPlugin : [CdiPlugin]
0
0
INFO - Undeploying app: /private/tmp/tribestream/tribestream-container/target/SignerTest
INFO - Undeploying app: tribe-signatures-persistence
INFO - All injection points were validated successfully.
INFO - OpenWebBeans Container has started, it took 9 ms.
INFO - Closing DataSource: Default JDBC Database
INFO - Closing DataSource: Default Unmanaged JDBC Database
INFO - Created Ejb(deployment-id=AlertService, ejb-name=AlertService, container=Default Singleton Container)
INFO - Started Ejb(deployment-id=AlertService, ejb-name=AlertService, container=Default Singleton Container)
INFO - Deployed Application(path=tribestream-alerting-persistence)
INFO - Configuring enterprise application: tribe-signatures-persistence
INFO - Auto-deploying ejb KeyRepository: EjbDeployment(deployment-id=KeyRepository)
INFO - Configuring PersistenceUnit(name=tribe-signatures-unit)
INFO - Adjusting PersistenceUnit tribe-signatures-unit <jta-data-source> to Resource ID 'Default JDBC Database' from 'tribe-signatures-datasource'
INFO - Adjusting PersistenceUnit tribe-signatures-unit <non-jta-data-source> to Resource ID 'Default Unmanaged JDBC Database' from 'tribe-signatures-datasourceNonJta'
INFO - Enterprise application "tribe-signatures-persistence" loaded.
INFO - Not creating another application classloader for tribe-signatures-persistence
INFO - Assembling app: tribe-signatures-persistence
INFO - PersistenceUnit(name=tribe-signatures-unit, provider=org.apache.openjpa.persistence.PersistenceProviderImpl) - provider time 3ms
INFO - Jndi(name=KeyRepositoryLocalBean) --> Ejb(deployment-id=KeyRepository)
INFO - Jndi(name=global/tribe-signatures-persistence/KeyRepository!com.tomitribe.tribestream.security.signatures.persistence.KeyRepository) --> Ejb(deployment-id=KeyRepository)
INFO - Jndi(name=global/tribe-signatures-persistence/KeyRepository) --> Ejb(deployment-id=KeyRepository)
INFO - Existing thread singleton service in SystemInstance(): org.apache.openejb.cdi.ThreadSingletonServiceImpl@307f8d48
INFO - OpenWebBeans Container is starting...
INFO - Adding OpenWebBeansPlugin : [CdiPlugin]
INFO - Cannot find the configuration file [conf/openejb.xml]. Will attempt to create one for the beans deployed.
INFO - All injection points were validated successfully.
INFO - OpenWebBeans Container has started, it took 16 ms.
INFO - Created Ejb(deployment-id=KeyRepository, ejb-name=KeyRepository, container=Default Singleton Container)
INFO - Started Ejb(deployment-id=KeyRepository, ejb-name=KeyRepository, container=Default Singleton Container)
INFO - Deployed Application(path=tribe-signatures-persistence)
INFO - Configuring enterprise application: /private/tmp/tribestream/tribestream-container/target/StoreManagerTest
INFO - Configuring PersistenceUnit(name=test-unit)
INFO - Adjusting PersistenceUnit test-unit <jta-data-source> to Resource ID 'Default JDBC Database' from 'tribe-signatures-datasource'
INFO - Adjusting PersistenceUnit test-unit <non-jta-data-source> to Resource ID 'Default Unmanaged JDBC Database' from 'tribe-signatures-datasourceNonJta'
INFO - Enterprise application "/private/tmp/tribestream/tribestream-container/target/StoreManagerTest" loaded.
INFO - Configuring Service(id=SignaturesService, type=Service, provider-id=SignaturesService)
INFO - Configuring Service(id=Default Security Service, type=SecurityService, provider-id=Default Security Service)
INFO - Configuring Service(id=Default Transaction Manager, type=TransactionManager, provider-id=Default Transaction Manager)
INFO - Creating Service(id=SignaturesService)
INFO - Creating TransactionManager(id=Default Transaction Manager)
INFO - Creating SecurityService(id=Default Security Service)
INFO - Not creating another application classloader for StoreManagerTest
INFO - Assembling app: /private/tmp/tribestream/tribestream-container/target/StoreManagerTest
INFO - PersistenceUnit(name=test-unit, provider=org.apache.openjpa.persistence.PersistenceProviderImpl) - provider time 2ms
INFO - Existing thread singleton service in SystemInstance(): org.apache.openejb.cdi.ThreadSingletonServiceImpl@307f8d48
INFO - OpenWebBeans Container is starting...
INFO - Adding OpenWebBeansPlugin : [CdiPlugin]
INFO - All injection points were validated successfully.
INFO - OpenWebBeans Container has started, it took 3 ms.
INFO - Deployed Application(path=/private/tmp/tribestream/tribestream-container/target/StoreManagerTest)
INFO - Configuring enterprise application: tribe-signatures-persistence
INFO - creating new keystore: /private/tmp/tribestream/tribestream-container/target/target/keystore-8003304452249834353.jks
INFO - Starting OpenJPA 2.4.0
INFO - Auto-deploying ejb KeyRepository: EjbDeployment(deployment-id=KeyRepository)
INFO - Configuring Service(id=Default Managed Container, type=Container, provider-id=Default Managed Container)
INFO - Auto-creating a container for bean tribe-signatures-persistence.Comp828001553: Container(type=MANAGED, id=Default Managed Container)
INFO - Creating Container(id=Default Managed Container)
INFO - Using directory /private/tmp/tribestream/tribestream-container/target for stateful session passivation
INFO - Configuring Service(id=Default Singleton Container, type=Container, provider-id=Default Singleton Container)
INFO - Auto-creating a container for bean KeyRepository: Container(type=SINGLETON, id=Default Singleton Container)
INFO - Creating Container(id=Default Singleton Container)
INFO - Configuring PersistenceUnit(name=tribe-signatures-unit)
INFO - Configuring Service(id=Default JDBC Database, type=Resource, provider-id=Default JDBC Database)
INFO - Auto-creating a Resource with id 'Default JDBC Database' of type 'DataSource for 'tribe-signatures-unit'.
INFO - Creating Resource(id=Default JDBC Database)
INFO - Using dictionary class "org.apache.openjpa.jdbc.sql.HSQLDictionary" (HSQL Database Engine 2.3.2 ,HSQL Database Engine Driver 2.3.2).
INFO - Connected to HSQL Database Engine version 2.2 using JDBC driver HSQL Database Engine Driver version 2.3.2.
INFO - Configuring Service(id=Default Unmanaged JDBC Database, type=Resource, provider-id=Default Unmanaged JDBC Database)
INFO - Auto-creating a Resource with id 'Default Unmanaged JDBC Database' of type 'DataSource for 'tribe-signatures-unit'.
INFO - Creating Resource(id=Default Unmanaged JDBC Database)
INFO - Adjusting PersistenceUnit tribe-signatures-unit <jta-data-source> to Resource ID 'Default JDBC Database' from 'tribe-signatures-datasource'
INFO - Adjusting PersistenceUnit tribe-signatures-unit <non-jta-data-source> to Resource ID 'Default Unmanaged JDBC Database' from 'tribe-signatures-datasourceNonJta'
INFO - The Entity "com.tomitribe.tribestream.security.signatures.persistence.KeyId" was enhanced at level "1,591,689", but the current level of enhancement is "1,674,154".
INFO - A down level Entity was detected and logged. Please enable RUNTIME trace to see all down level Entities.
0
INFO - Enterprise application "tribe-signatures-persistence" loaded.
INFO - Not creating another application classloader for tribe-signatures-persistence
INFO - Assembling app: tribe-signatures-persistence
INFO - PersistenceUnit(name=tribe-signatures-unit, provider=org.apache.openjpa.persistence.PersistenceProviderImpl) - provider time 4ms
INFO - Jndi(name=KeyRepositoryLocalBean) --> Ejb(deployment-id=KeyRepository)
INFO - Jndi(name=global/tribe-signatures-persistence/KeyRepository!com.tomitribe.tribestream.security.signatures.persistence.KeyRepository) --> Ejb(deployment-id=KeyRepository)
INFO - Jndi(name=global/tribe-signatures-persistence/KeyRepository) --> Ejb(deployment-id=KeyRepository)
INFO - Created new singletonService org.apache.openejb.cdi.ThreadSingletonServiceImpl@e74917
INFO - Succeeded in installing singleton service
INFO - OpenWebBeans Container is starting...
INFO - Adding OpenWebBeansPlugin : [CdiPlugin]
INFO - All injection points were validated successfully.
INFO - OpenWebBeans Container has started, it took 19 ms.
INFO - Created Ejb(deployment-id=KeyRepository, ejb-name=KeyRepository, container=Default Singleton Container)
INFO - Started Ejb(deployment-id=KeyRepository, ejb-name=KeyRepository, container=Default Singleton Container)
INFO - Deployed Application(path=tribe-signatures-persistence)
INFO - Configuring enterprise application: /private/tmp/tribestream/tribestream-container/target/SignerTest
INFO - Configuring PersistenceUnit(name=test-unit)
INFO - Adjusting PersistenceUnit test-unit <jta-data-source> to Resource ID 'Default JDBC Database' from 'tribe-signatures-datasource'
INFO - Adjusting PersistenceUnit test-unit <non-jta-data-source> to Resource ID 'Default Unmanaged JDBC Database' from 'tribe-signatures-datasourceNonJta'
INFO - Enterprise application "/private/tmp/tribestream/tribestream-container/target/SignerTest" loaded.
INFO - Not creating another application classloader for SignerTest
INFO - Assembling app: /private/tmp/tribestream/tribestream-container/target/SignerTest
INFO - PersistenceUnit(name=test-unit, provider=org.apache.openjpa.persistence.PersistenceProviderImpl) - provider time 2ms
INFO - Existing thread singleton service in SystemInstance(): org.apache.openejb.cdi.ThreadSingletonServiceImpl@e74917
INFO - OpenWebBeans Container is starting...
INFO - Adding OpenWebBeansPlugin : [CdiPlugin]
INFO - All injection points were validated successfully.
INFO - OpenWebBeans Container has started, it took 2 ms.
INFO - Deployed Application(path=/private/tmp/tribestream/tribestream-container/target/SignerTest)
INFO - creating new keystore: /private/tmp/tribestream/tribestream-container/target/target/keystore-6384859412711315853.jks
INFO - Starting OpenJPA 2.4.0
INFO - Using dictionary class "org.apache.openjpa.jdbc.sql.HSQLDictionary" (HSQL Database Engine 2.3.2 ,HSQL Database Engine Driver 2.3.2).
INFO - Connected to HSQL Database Engine version 2.2 using JDBC driver HSQL Database Engine Driver version 2.3.2.
INFO - The Entity "com.tomitribe.tribestream.security.signatures.persistence.Key" was enhanced at level "1,591,689", but the current level of enhancement is "1,674,154".
INFO - A down level Entity was detected and logged. Please enable RUNTIME trace to see all down level Entities.
SEVERE - >>> Window Tracker <ApplicationLimit.METHOD> for user<N/A> and application <EnforcerInterceptorTest> exceeded > Window{elapsed=18 seconds, duration=20 seconds, count=114, limit=100, version=0, start=1440180651682079000, stop=1440180671682079000}
SEVERE - >>> Window Tracker <ApplicationLimit.METHOD> for user<N/A> and application <EnforcerInterceptorTest> exceeded > Window{elapsed=18 seconds, duration=20 seconds, count=114, limit=100, version=0, start=1440180651682079000, stop=1440180671682079000}
SEVERE - >>> Window Tracker <ApplicationLimit.METHOD> for user<N/A> and application <EnforcerInterceptorTest> exceeded > Window{elapsed=18 seconds, duration=20 seconds, count=114, limit=100, version=0, start=1440180651682079000, stop=1440180671682079000}
0
0
INFO - Undeploying app: /private/tmp/tribestream/tribestream-container/target/SignerTest
INFO - Undeploying app: tribe-signatures-persistence
INFO - Closing DataSource: Default JDBC Database
INFO - Closing DataSource: Default Unmanaged JDBC Database
Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.196 sec - in com.tomitribe.tribestream.security.signatures.SignerTest
SEVERE - >>> Window Tracker <ApplicationLimit.METHOD> for user<N/A> and application <EnforcerInterceptorTest> exceeded > Window{elapsed=18 seconds, duration=20 seconds, count=115, limit=100, version=0, start=1440180651682079000, stop=1440180671682079000}
SEVERE - >>> Window Tracker <ApplicationLimit.METHOD> for user<N/A> and application <EnforcerInterceptorTest> exceeded > Window{elapsed=18 seconds, duration=20 seconds, count=116, limit=100, version=0, start=1440180651682079000, stop=1440180671682079000}
SEVERE - >>> Window Tracker <ApplicationLimit.METHOD> for user<N/A> and application <EnforcerInterceptorTest> exceeded > Window{elapsed=18 seconds, duration=20 seconds, count=117, limit=100, version=0, start=1440180651682079000, stop=1440180671682079000}
Running com.tomitribe.tribestream.wadlx.generator.another.DescriptionOnReturnedTypeTest
INFO - Cannot find the configuration file [conf/openejb.xml]. Will attempt to create one for the beans deployed.
SEVERE - >>> Window Tracker <ApplicationLimit.METHOD> for user<N/A> and application <EnforcerInterceptorTest> exceeded > Window{elapsed=18 seconds, duration=20 seconds, count=118, limit=100, version=0, start=1440180651682079000, stop=1440180671682079000}
SEVERE - >>> Window Tracker <ApplicationLimit.METHOD> for user<N/A> and application <EnforcerInterceptorTest> exceeded > Window{elapsed=18 seconds, duration=20 seconds, count=119, limit=100, version=0, start=1440180651682079000, stop=1440180671682079000}
SEVERE - >>> Window Tracker <ApplicationLimit.METHOD> for user<N/A> and application <EnforcerInterceptorTest> exceeded > Window{elapsed=18 seconds, duration=20 seconds, count=120, limit=100, version=0, start=1440180651682079000, stop=1440180671682079000}
SEVERE - >>> Window Tracker <ApplicationLimit.METHOD> for user<N/A> and application <EnforcerInterceptorTest> exceeded > Window{elapsed=18 seconds, duration=20 seconds, count=121, limit=100, version=0, start=1440180651682079000, stop=1440180671682079000}
INFO - Configuring Service(id=SignaturesService, type=Service, provider-id=SignaturesService)
INFO - Configuring Service(id=Default Security Service, type=SecurityService, provider-id=Default Security Service)
INFO - Configuring Service(id=Default Transaction Manager, type=TransactionManager, provider-id=Default Transaction Manager)
INFO - Creating Service(id=SignaturesService)
INFO - Creating TransactionManager(id=Default Transaction Manager)
INFO - Creating SecurityService(id=Default Security Service)
INFO - Configuring enterprise application: tribe-signatures-persistence
INFO - Auto-deploying ejb KeyRepository: EjbDeployment(deployment-id=KeyRepository)
INFO - Configuring Service(id=Default Managed Container, type=Container, provider-id=Default Managed Container)
INFO - Auto-creating a container for bean tribe-signatures-persistence.Comp1817597751: Container(type=MANAGED, id=Default Managed Container)
INFO - Creating Container(id=Default Managed Container)
INFO - Using directory /private/tmp/tribestream/tribestream-container/target for stateful session passivation
INFO - Configuring Service(id=Default Singleton Container, type=Container, provider-id=Default Singleton Container)
INFO - Auto-creating a container for bean KeyRepository: Container(type=SINGLETON, id=Default Singleton Container)
INFO - Creating Container(id=Default Singleton Container)
INFO - Configuring PersistenceUnit(name=tribe-signatures-unit)
INFO - Configuring Service(id=Default JDBC Database, type=Resource, provider-id=Default JDBC Database)
INFO - Auto-creating a Resource with id 'Default JDBC Database' of type 'DataSource for 'tribe-signatures-unit'.
INFO - Creating Resource(id=Default JDBC Database)
INFO - Configuring Service(id=Default Unmanaged JDBC Database, type=Resource, provider-id=Default Unmanaged JDBC Database)
INFO - Auto-creating a Resource with id 'Default Unmanaged JDBC Database' of type 'DataSource for 'tribe-signatures-unit'.
INFO - Creating Resource(id=Default Unmanaged JDBC Database)
INFO - Adjusting PersistenceUnit tribe-signatures-unit <jta-data-source> to Resource ID 'Default JDBC Database' from 'tribe-signatures-datasource'
INFO - Adjusting PersistenceUnit tribe-signatures-unit <non-jta-data-source> to Resource ID 'Default Unmanaged JDBC Database' from 'tribe-signatures-datasourceNonJta'
INFO - Enterprise application "tribe-signatures-persistence" loaded.
INFO - Not creating another application classloader for tribe-signatures-persistence
INFO - Assembling app: tribe-signatures-persistence
INFO - PersistenceUnit(name=tribe-signatures-unit, provider=org.apache.openjpa.persistence.PersistenceProviderImpl) - provider time 4ms
INFO - Jndi(name=KeyRepositoryLocalBean) --> Ejb(deployment-id=KeyRepository)
INFO - Jndi(name=global/tribe-signatures-persistence/KeyRepository!com.tomitribe.tribestream.security.signatures.persistence.KeyRepository) --> Ejb(deployment-id=KeyRepository)
INFO - Jndi(name=global/tribe-signatures-persistence/KeyRepository) --> Ejb(deployment-id=KeyRepository)
INFO - Created new singletonService org.apache.openejb.cdi.ThreadSingletonServiceImpl@e74917
INFO - Succeeded in installing singleton service
INFO - OpenWebBeans Container is starting...
INFO - Adding OpenWebBeansPlugin : [CdiPlugin]
INFO - All injection points were validated successfully.
INFO - OpenWebBeans Container has started, it took 19 ms.
INFO - Created Ejb(deployment-id=KeyRepository, ejb-name=KeyRepository, container=Default Singleton Container)
INFO - Started Ejb(deployment-id=KeyRepository, ejb-name=KeyRepository, container=Default Singleton Container)
INFO - Deployed Application(path=tribe-signatures-persistence)
INFO - Initializing network services
INFO - Creating ServerService(id=httpejbd)
INFO - Created ServicePool 'httpejbd' with (10) core threads, limited to (200) threads with a queue of (9)
INFO - Creating ServerService(id=cxf-rs)
INFO - Initializing network services
INFO - ** Bound Services **
INFO - NAME IP PORT
INFO - httpejbd 127.0.0.1 63955
INFO - -------
INFO - Ready!
INFO - Configuring enterprise application: /private/tmp/tribestream/tribestream-container/target/DescriptionOnReturnedTypeTest
0
INFO - Undeploying app: /private/tmp/tribestream/tribestream-container/target/StoreManagerTest
INFO - Undeploying app: tribestream-alerting-persistence
INFO - Undeploying app: tribe-signatures-persistence
INFO - Closing DataSource: Default JDBC Database
INFO - Closing DataSource: Default Unmanaged JDBC Database
INFO - No REST application. Add a default JAX RS mapping on /api/*
INFO - Enterprise application "/private/tmp/tribestream/tribestream-container/target/DescriptionOnReturnedTypeTest" loaded.
INFO - Creating dedicated application classloader for DescriptionOnReturnedTypeTest
INFO - Assembling app: /private/tmp/tribestream/tribestream-container/target/DescriptionOnReturnedTypeTest
INFO - Existing thread singleton service in SystemInstance(): org.apache.openejb.cdi.ThreadSingletonServiceImpl@e74917
INFO - Configuring Service(id=test, type=Service, provider-id=test)
INFO - Configuring Service(id=notificationPersistence, type=Service, provider-id=notificationPersistence)
INFO - Configuring Service(id=notificationCDI, type=Service, provider-id=notificationCDI)
INFO - Configuring Service(id=SignaturesService, type=Service, provider-id=SignaturesService)
INFO - OpenWebBeans Container is starting...
INFO - Adding OpenWebBeansPlugin : [CdiPlugin]
INFO - Configuring Service(id=Default Security Service, type=SecurityService, provider-id=Default Security Service)
INFO - Configuring Service(id=Default Transaction Manager, type=TransactionManager, provider-id=Default Transaction Manager)
INFO - Creating Service(id=test)
INFO - Creating Service(id=notificationPersistence)
INFO - Creating Service(id=notificationCDI)
INFO - Creating Service(id=SignaturesService)
INFO - Creating TransactionManager(id=Default Transaction Manager)
INFO - All injection points were validated successfully.
INFO - OpenWebBeans Container has started, it took 4 ms.
INFO - Creating SecurityService(id=Default Security Service)
INFO - Configuring enterprise application: tribestream-alerting-persistence
INFO - Auto-deploying ejb AlertService: EjbDeployment(deployment-id=AlertService)
INFO - Configuring Service(id=Default Managed Container, type=Container, provider-id=Default Managed Container)
INFO - Auto-creating a container for bean tribestream-alerting-persistence.Comp1695028898: Container(type=MANAGED, id=Default Managed Container)
INFO - Creating Container(id=Default Managed Container)
INFO - Using directory /private/tmp/tribestream/tribestream-container/target for stateful session passivation
INFO - Configuring Service(id=Default Singleton Container, type=Container, provider-id=Default Singleton Container)
INFO - Auto-creating a container for bean AlertService: Container(type=SINGLETON, id=Default Singleton Container)
INFO - Creating Container(id=Default Singleton Container)
INFO - Configuring PersistenceUnit(name=notifications)
INFO - Configuring Service(id=Default JDBC Database, type=Resource, provider-id=Default JDBC Database)
INFO - Auto-creating a Resource with id 'Default JDBC Database' of type 'DataSource for 'notifications'.
INFO - Creating Resource(id=Default JDBC Database)
INFO - Configuring Service(id=Default Unmanaged JDBC Database, type=Resource, provider-id=Default Unmanaged JDBC Database)
INFO - Auto-creating a Resource with id 'Default Unmanaged JDBC Database' of type 'DataSource for 'notifications'.
INFO - Creating Resource(id=Default Unmanaged JDBC Database)
INFO - Adjusting PersistenceUnit notifications <jta-data-source> to Resource ID 'Default JDBC Database' from 'tribe-alert-datasource'
INFO - Adjusting PersistenceUnit notifications <non-jta-data-source> to Resource ID 'Default Unmanaged JDBC Database' from 'tribe-alert-datasourceNonJta'
INFO - Using providers:
INFO - org.apache.cxf.jaxrs.provider.JAXBElementProvider@3047357a
INFO - org.apache.cxf.jaxrs.provider.json.JSONProvider@1307f559
INFO - org.apache.openejb.server.cxf.rs.EJBAccessExceptionMapper@6f7cafd1
INFO - com.tomitribe.tribestream.governance.jaxrs.ConcurrentLimitExceededExceptionMapper@62fafb85
INFO - com.tomitribe.tribestream.governance.jaxrs.RateLimitExceededExceptionMapper@4b970b87
INFO - com.tomitribe.tribestream.wadlx.error.ErrorMappingExceptionMapper@2975f2d6
INFO - Enterprise application "tribestream-alerting-persistence" loaded.
INFO - Not creating another application classloader for tribestream-alerting-persistence
INFO - Assembling app: tribestream-alerting-persistence
INFO - PersistenceUnit(name=notifications, provider=org.apache.openjpa.persistence.PersistenceProviderImpl) - provider time 2ms
INFO - Jndi(name=AlertServiceLocalBean) --> Ejb(deployment-id=AlertService)
INFO - Jndi(name=global/tribestream-alerting-persistence/AlertService!com.tomitribe.tribestream.notifications.core.persistence.AlertService) --> Ejb(deployment-id=AlertService)
INFO - Jndi(name=global/tribestream-alerting-persistence/AlertService) --> Ejb(deployment-id=AlertService)
INFO - Created new singletonService org.apache.openejb.cdi.ThreadSingletonServiceImpl@307f8d48
INFO - Succeeded in installing singleton service
INFO - OpenWebBeans Container is starting...
INFO - Adding OpenWebBeansPlugin : [CdiPlugin]
INFO - All injection points were validated successfully.
INFO - OpenWebBeans Container has started, it took 7 ms.
INFO - Created Ejb(deployment-id=AlertService, ejb-name=AlertService, container=Default Singleton Container)
INFO - Started Ejb(deployment-id=AlertService, ejb-name=AlertService, container=Default Singleton Container)
INFO - Deployed Application(path=tribestream-alerting-persistence)
INFO - Configuring enterprise application: tribe-signatures-persistence
INFO - Auto-deploying ejb KeyRepository: EjbDeployment(deployment-id=KeyRepository)
INFO - Configuring PersistenceUnit(name=tribe-signatures-unit)
INFO - Adjusting PersistenceUnit tribe-signatures-unit <jta-data-source> to Resource ID 'Default JDBC Database' from 'tribe-signatures-datasource'
INFO - Adjusting PersistenceUnit tribe-signatures-unit <non-jta-data-source> to Resource ID 'Default Unmanaged JDBC Database' from 'tribe-signatures-datasourceNonJta'
INFO - Enterprise application "tribe-signatures-persistence" loaded.
INFO - Not creating another application classloader for tribe-signatures-persistence
INFO - Assembling app: tribe-signatures-persistence
INFO - PersistenceUnit(name=tribe-signatures-unit, provider=org.apache.openjpa.persistence.PersistenceProviderImpl) - provider time 2ms
INFO - Jndi(name=KeyRepositoryLocalBean) --> Ejb(deployment-id=KeyRepository)
INFO - Jndi(name=global/tribe-signatures-persistence/KeyRepository!com.tomitribe.tribestream.security.signatures.persistence.KeyRepository) --> Ejb(deployment-id=KeyRepository)
INFO - Jndi(name=global/tribe-signatures-persistence/KeyRepository) --> Ejb(deployment-id=KeyRepository)
INFO - Existing thread singleton service in SystemInstance(): org.apache.openejb.cdi.ThreadSingletonServiceImpl@307f8d48
INFO - OpenWebBeans Container is starting...
INFO - Adding OpenWebBeansPlugin : [CdiPlugin]
INFO - All injection points were validated successfully.
INFO - OpenWebBeans Container has started, it took 21 ms.
INFO - Created Ejb(deployment-id=KeyRepository, ejb-name=KeyRepository, container=Default Singleton Container)
INFO - Started Ejb(deployment-id=KeyRepository, ejb-name=KeyRepository, container=Default Singleton Container)
INFO - Deployed Application(path=tribe-signatures-persistence)
INFO - Configuring enterprise application: /private/tmp/tribestream/tribestream-container/target/StoreManagerTest
INFO - Configuring PersistenceUnit(name=test-unit)
INFO - Adjusting PersistenceUnit test-unit <jta-data-source> to Resource ID 'Default JDBC Database' from 'tribe-signatures-datasource'
INFO - Adjusting PersistenceUnit test-unit <non-jta-data-source> to Resource ID 'Default Unmanaged JDBC Database' from 'tribe-signatures-datasourceNonJta'
INFO - Enterprise application "/private/tmp/tribestream/tribestream-container/target/StoreManagerTest" loaded.
INFO - Not creating another application classloader for StoreManagerTest
INFO - Assembling app: /private/tmp/tribestream/tribestream-container/target/StoreManagerTest
INFO - PersistenceUnit(name=test-unit, provider=org.apache.openjpa.persistence.PersistenceProviderImpl) - provider time 2ms
INFO - Existing thread singleton service in SystemInstance(): org.apache.openejb.cdi.ThreadSingletonServiceImpl@307f8d48
INFO - OpenWebBeans Container is starting...
INFO - Adding OpenWebBeansPlugin : [CdiPlugin]
INFO - All injection points were validated successfully.
INFO - OpenWebBeans Container has started, it took 3 ms.
INFO - Deployed Application(path=/private/tmp/tribestream/tribestream-container/target/StoreManagerTest)
INFO - creating new keystore: /private/tmp/tribestream/tribestream-container/target/target/keystore-3957935984843127187.jks
INFO - Starting OpenJPA 2.4.0
INFO - Using dictionary class "org.apache.openjpa.jdbc.sql.HSQLDictionary" (HSQL Database Engine 2.3.2 ,HSQL Database Engine Driver 2.3.2).
INFO - Connected to HSQL Database Engine version 2.2 using JDBC driver HSQL Database Engine Driver version 2.3.2.
INFO - The Entity "com.tomitribe.tribestream.security.signatures.persistence.KeyId" was enhanced at level "1,591,689", but the current level of enhancement is "1,674,154".
INFO - A down level Entity was detected and logged. Please enable RUNTIME trace to see all down level Entities.
0
INFO - Setting ApplicationLimit on method com.tomitribe.tribestream.wadlx.generator.another.Tiger.foo(): ApplicationLimit=(rate=(limit=80, window=10, unit=SECONDS))
INFO - Setting UserLimit on method com.tomitribe.tribestream.wadlx.generator.another.Tiger.foo(): UserLimit=(, concurrent=(limit=3))
INFO - Setting UserLimit on method com.tomitribe.tribestream.wadlx.generator.another.Tiger.foo(): UserLimit=(, concurrent=(limit=20))
INFO - Setting UserLimit on method com.tomitribe.tribestream.wadlx.generator.another.Tiger.foo(): UserLimit=(rate=(limit=1, window=1, unit=SECONDS), concurrent=(limit=50))
INFO - Setting UserLimit on method com.tomitribe.tribestream.wadlx.generator.another.Tiger.foo(): UserLimit=(, concurrent=(limit=20))
INFO - Setting ApplicationLimit on method com.tomitribe.tribestream.wadlx.generator.another.Tiger.bar(): ApplicationLimit=(rate=(limit=80, window=10, unit=SECONDS))
INFO - Setting UserLimit on method com.tomitribe.tribestream.wadlx.generator.another.Tiger.bar(): UserLimit=(, concurrent=(limit=3))
INFO - Setting UserLimit on method com.tomitribe.tribestream.wadlx.generator.another.Tiger.bar(): UserLimit=(, concurrent=(limit=20))
INFO - Setting UserLimit on method com.tomitribe.tribestream.wadlx.generator.another.Tiger.bar(): UserLimit=(rate=(limit=1, window=1, unit=SECONDS), concurrent=(limit=50))
INFO - Setting UserLimit on method com.tomitribe.tribestream.wadlx.generator.another.Tiger.bar(): UserLimit=(, concurrent=(limit=20))
INFO - REST Application: http://127.0.0.1:63955/openejb/api -> org.apache.openejb.server.rest.InternalApplication
INFO - Service URI: http://127.0.0.1:63955/openejb/api/tiger -> Pojo com.tomitribe.tribestream.wadlx.generator.another.DescriptionOnReturnedTypeTest$Tiger
INFO - GET http://127.0.0.1:63955/openejb/api/tiger/ -> DocumentedReturnType foo()
INFO - GET http://127.0.0.1:63955/openejb/api/tiger/bar -> AModel bar()
INFO - Deployed Application(path=/private/tmp/tribestream/tribestream-container/target/DescriptionOnReturnedTypeTest)
INFO - Undeploying app: /private/tmp/tribestream/tribestream-container/target/DescriptionOnReturnedTypeTest
INFO - Stopping network services
INFO - Stopping server services
0
INFO - Undeploying app: /private/tmp/tribestream/tribestream-container/target/StoreManagerTest
INFO - Undeploying app: tribe-signatures-persistence
INFO - Undeploying app: tribestream-alerting-persistence
INFO - Closing DataSource: Default JDBC Database
INFO - Closing DataSource: Default Unmanaged JDBC Database
INFO - Undeploying app: tribe-signatures-persistence
INFO - Closing DataSource: Default JDBC Database
INFO - Closing DataSource: Default Unmanaged JDBC Database
INFO - Cannot find the configuration file [conf/openejb.xml]. Will attempt to create one for the beans deployed.
INFO - Configuring Service(id=SignaturesService, type=Service, provider-id=SignaturesService)
INFO - Configuring Service(id=Default Security Service, type=SecurityService, provider-id=Default Security Service)
INFO - Configuring Service(id=Default Transaction Manager, type=TransactionManager, provider-id=Default Transaction Manager)
INFO - Creating Service(id=SignaturesService)
INFO - Creating TransactionManager(id=Default Transaction Manager)
INFO - Creating SecurityService(id=Default Security Service)
INFO - Configuring enterprise application: tribe-signatures-persistence
INFO - Auto-deploying ejb KeyRepository: EjbDeployment(deployment-id=KeyRepository)
INFO - Configuring Service(id=Default Managed Container, type=Container, provider-id=Default Managed Container)
INFO - Auto-creating a container for bean tribe-signatures-persistence.Comp1504407877: Container(type=MANAGED, id=Default Managed Container)
INFO - Creating Container(id=Default Managed Container)
INFO - Using directory /private/tmp/tribestream/tribestream-container/target for stateful session passivation
INFO - Configuring Service(id=Default Singleton Container, type=Container, provider-id=Default Singleton Container)
INFO - Auto-creating a container for bean KeyRepository: Container(type=SINGLETON, id=Default Singleton Container)
INFO - Creating Container(id=Default Singleton Container)
INFO - Configuring PersistenceUnit(name=tribe-signatures-unit)
INFO - Configuring Service(id=Default JDBC Database, type=Resource, provider-id=Default JDBC Database)
INFO - Auto-creating a Resource with id 'Default JDBC Database' of type 'DataSource for 'tribe-signatures-unit'.
INFO - Creating Resource(id=Default JDBC Database)
INFO - Configuring Service(id=test, type=Service, provider-id=test)
INFO - Configuring Service(id=notificationPersistence, type=Service, provider-id=notificationPersistence)
INFO - Configuring Service(id=notificationCDI, type=Service, provider-id=notificationCDI)
INFO - Configuring Service(id=SignaturesService, type=Service, provider-id=SignaturesService)
INFO - Configuring Service(id=Default Unmanaged JDBC Database, type=Resource, provider-id=Default Unmanaged JDBC Database)
INFO - Auto-creating a Resource with id 'Default Unmanaged JDBC Database' of type 'DataSource for 'tribe-signatures-unit'.
INFO - Creating Resource(id=Default Unmanaged JDBC Database)
INFO - Configuring Service(id=Default Security Service, type=SecurityService, provider-id=Default Security Service)
INFO - Configuring Service(id=Default Transaction Manager, type=TransactionManager, provider-id=Default Transaction Manager)
INFO - Creating Service(id=test)
INFO - Creating Service(id=notificationPersistence)
INFO - Creating Service(id=notificationCDI)
INFO - Creating Service(id=SignaturesService)
INFO - Creating TransactionManager(id=Default Transaction Manager)
INFO - Creating SecurityService(id=Default Security Service)
INFO - Adjusting PersistenceUnit tribe-signatures-unit <jta-data-source> to Resource ID 'Default JDBC Database' from 'tribe-signatures-datasource'
INFO - Adjusting PersistenceUnit tribe-signatures-unit <non-jta-data-source> to Resource ID 'Default Unmanaged JDBC Database' from 'tribe-signatures-datasourceNonJta'
INFO - Configuring enterprise application: tribestream-alerting-persistence
INFO - Auto-deploying ejb AlertService: EjbDeployment(deployment-id=AlertService)
INFO - Configuring Service(id=Default Managed Container, type=Container, provider-id=Default Managed Container)
INFO - Auto-creating a container for bean tribestream-alerting-persistence.Comp1414093529: Container(type=MANAGED, id=Default Managed Container)
INFO - Creating Container(id=Default Managed Container)
INFO - Using directory /private/tmp/tribestream/tribestream-container/target for stateful session passivation
INFO - Configuring Service(id=Default Singleton Container, type=Container, provider-id=Default Singleton Container)
INFO - Auto-creating a container for bean AlertService: Container(type=SINGLETON, id=Default Singleton Container)
INFO - Creating Container(id=Default Singleton Container)
INFO - Configuring PersistenceUnit(name=notifications)
INFO - Configuring Service(id=Default JDBC Database, type=Resource, provider-id=Default JDBC Database)
INFO - Auto-creating a Resource with id 'Default JDBC Database' of type 'DataSource for 'notifications'.
INFO - Creating Resource(id=Default JDBC Database)
INFO - Configuring Service(id=Default Unmanaged JDBC Database, type=Resource, provider-id=Default Unmanaged JDBC Database)
INFO - Auto-creating a Resource with id 'Default Unmanaged JDBC Database' of type 'DataSource for 'notifications'.
INFO - Creating Resource(id=Default Unmanaged JDBC Database)
INFO - Adjusting PersistenceUnit notifications <jta-data-source> to Resource ID 'Default JDBC Database' from 'tribe-alert-datasource'
INFO - Adjusting PersistenceUnit notifications <non-jta-data-source> to Resource ID 'Default Unmanaged JDBC Database' from 'tribe-alert-datasourceNonJta'
INFO - Enterprise application "tribe-signatures-persistence" loaded.
INFO - Enterprise application "tribestream-alerting-persistence" loaded.
INFO - Not creating another application classloader for tribe-signatures-persistence
INFO - Assembling app: tribe-signatures-persistence
INFO - Not creating another application classloader for tribestream-alerting-persistence
INFO - PersistenceUnit(name=tribe-signatures-unit, provider=org.apache.openjpa.persistence.PersistenceProviderImpl) - provider time 4ms
INFO - Assembling app: tribestream-alerting-persistence
INFO - Jndi(name=KeyRepositoryLocalBean) --> Ejb(deployment-id=KeyRepository)
INFO - Jndi(name=global/tribe-signatures-persistence/KeyRepository!com.tomitribe.tribestream.security.signatures.persistence.KeyRepository) --> Ejb(deployment-id=KeyRepository)
INFO - Jndi(name=global/tribe-signatures-persistence/KeyRepository) --> Ejb(deployment-id=KeyRepository)
INFO - Created new singletonService org.apache.openejb.cdi.ThreadSingletonServiceImpl@e74917
INFO - Succeeded in installing singleton service
INFO - PersistenceUnit(name=notifications, provider=org.apache.openjpa.persistence.PersistenceProviderImpl) - provider time 5ms
INFO - OpenWebBeans Container is starting...
INFO - Jndi(name=AlertServiceLocalBean) --> Ejb(deployment-id=AlertService)
INFO - Adding OpenWebBeansPlugin : [CdiPlugin]
INFO - Jndi(name=global/tribestream-alerting-persistence/AlertService!com.tomitribe.tribestream.notifications.core.persistence.AlertService) --> Ejb(deployment-id=AlertService)
INFO - Jndi(name=global/tribestream-alerting-persistence/AlertService) --> Ejb(deployment-id=AlertService)
INFO - Created new singletonService org.apache.openejb.cdi.ThreadSingletonServiceImpl@307f8d48
INFO - Succeeded in installing singleton service
INFO - OpenWebBeans Container is starting...
INFO - Adding OpenWebBeansPlugin : [CdiPlugin]
INFO - All injection points were validated successfully.
INFO - OpenWebBeans Container has started, it took 12 ms.
INFO - Created Ejb(deployment-id=AlertService, ejb-name=AlertService, container=Default Singleton Container)
INFO - Started Ejb(deployment-id=AlertService, ejb-name=AlertService, container=Default Singleton Container)
INFO - Deployed Application(path=tribestream-alerting-persistence)
INFO - All injection points were validated successfully.
INFO - OpenWebBeans Container has started, it took 25 ms.
INFO - Created Ejb(deployment-id=KeyRepository, ejb-name=KeyRepository, container=Default Singleton Container)
INFO - Started Ejb(deployment-id=KeyRepository, ejb-name=KeyRepository, container=Default Singleton Container)
INFO - Configuring enterprise application: tribe-signatures-persistence
INFO - Deployed Application(path=tribe-signatures-persistence)
INFO - Initializing network services
INFO - Auto-deploying ejb KeyRepository: EjbDeployment(deployment-id=KeyRepository)
INFO - Configuring PersistenceUnit(name=tribe-signatures-unit)
INFO - Adjusting PersistenceUnit tribe-signatures-unit <jta-data-source> to Resource ID 'Default JDBC Database' from 'tribe-signatures-datasource'
INFO - Adjusting PersistenceUnit tribe-signatures-unit <non-jta-data-source> to Resource ID 'Default Unmanaged JDBC Database' from 'tribe-signatures-datasourceNonJta'
INFO - Enterprise application "tribe-signatures-persistence" loaded.
INFO - Creating ServerService(id=httpejbd)
INFO - Created ServicePool 'httpejbd' with (10) core threads, limited to (200) threads with a queue of (9)
INFO - Creating ServerService(id=cxf-rs)
INFO - Initializing network services
INFO - ** Bound Services **
INFO - Not creating another application classloader for tribe-signatures-persistence
INFO - NAME IP PORT
INFO - Assembling app: tribe-signatures-persistence
INFO - httpejbd 127.0.0.1 63961
INFO - -------
INFO - Ready!
INFO - Configuring enterprise application: /private/tmp/tribestream/tribestream-container/target/DescriptionOnReturnedTypeTest
INFO - PersistenceUnit(name=tribe-signatures-unit, provider=org.apache.openjpa.persistence.PersistenceProviderImpl) - provider time 3ms
INFO - Jndi(name=KeyRepositoryLocalBean) --> Ejb(deployment-id=KeyRepository)
INFO - Jndi(name=global/tribe-signatures-persistence/KeyRepository!com.tomitribe.tribestream.security.signatures.persistence.KeyRepository) --> Ejb(deployment-id=KeyRepository)
INFO - Jndi(name=global/tribe-signatures-persistence/KeyRepository) --> Ejb(deployment-id=KeyRepository)
INFO - Existing thread singleton service in SystemInstance(): org.apache.openejb.cdi.ThreadSingletonServiceImpl@307f8d48
INFO - OpenWebBeans Container is starting...
INFO - Adding OpenWebBeansPlugin : [CdiPlugin]
INFO - No REST application. Add a default JAX RS mapping on /api/*
INFO - Enterprise application "/private/tmp/tribestream/tribestream-container/target/DescriptionOnReturnedTypeTest" loaded.
INFO - Creating dedicated application classloader for DescriptionOnReturnedTypeTest
INFO - Assembling app: /private/tmp/tribestream/tribestream-container/target/DescriptionOnReturnedTypeTest
INFO - Existing thread singleton service in SystemInstance(): org.apache.openejb.cdi.ThreadSingletonServiceImpl@e74917
INFO - OpenWebBeans Container is starting...
INFO - Adding OpenWebBeansPlugin : [CdiPlugin]
INFO - All injection points were validated successfully.
INFO - OpenWebBeans Container has started, it took 3 ms.
INFO - All injection points were validated successfully.
INFO - OpenWebBeans Container has started, it took 24 ms.
INFO - Using providers:
INFO - org.apache.cxf.jaxrs.provider.JAXBElementProvider@6257e888
INFO - org.apache.cxf.jaxrs.provider.json.JSONProvider@79636b28
INFO - org.apache.openejb.server.cxf.rs.EJBAccessExceptionMapper@6f7cafd1
INFO - com.tomitribe.tribestream.governance.jaxrs.ConcurrentLimitExceededExceptionMapper@6e104d5a
INFO - com.tomitribe.tribestream.governance.jaxrs.RateLimitExceededExceptionMapper@70468829
INFO - com.tomitribe.tribestream.wadlx.error.ErrorMappingExceptionMapper@26957555
INFO - Created Ejb(deployment-id=KeyRepository, ejb-name=KeyRepository, container=Default Singleton Container)
INFO - Started Ejb(deployment-id=KeyRepository, ejb-name=KeyRepository, container=Default Singleton Container)
INFO - Deployed Application(path=tribe-signatures-persistence)
INFO - Configuring enterprise application: /private/tmp/tribestream/tribestream-container/target/StoreManagerTest
INFO - Configuring PersistenceUnit(name=test-unit)
INFO - Adjusting PersistenceUnit test-unit <jta-data-source> to Resource ID 'Default JDBC Database' from 'tribe-signatures-datasource'
INFO - Adjusting PersistenceUnit test-unit <non-jta-data-source> to Resource ID 'Default Unmanaged JDBC Database' from 'tribe-signatures-datasourceNonJta'
INFO - Enterprise application "/private/tmp/tribestream/tribestream-container/target/StoreManagerTest" loaded.
INFO - Not creating another application classloader for StoreManagerTest
INFO - Assembling app: /private/tmp/tribestream/tribestream-container/target/StoreManagerTest
INFO - PersistenceUnit(name=test-unit, provider=org.apache.openjpa.persistence.PersistenceProviderImpl) - provider time 8ms
INFO - Existing thread singleton service in SystemInstance(): org.apache.openejb.cdi.ThreadSingletonServiceImpl@307f8d48
INFO - OpenWebBeans Container is starting...
INFO - Adding OpenWebBeansPlugin : [CdiPlugin]
INFO - All injection points were validated successfully.
INFO - OpenWebBeans Container has started, it took 3 ms.
INFO - Deployed Application(path=/private/tmp/tribestream/tribestream-container/target/StoreManagerTest)
INFO - creating new keystore: /private/tmp/tribestream/tribestream-container/target/target/keystore-725845404868540861.jks
INFO - Starting OpenJPA 2.4.0
INFO - Setting ApplicationLimit on method com.tomitribe.tribestream.wadlx.generator.another.Tiger.foo(): ApplicationLimit=(rate=(limit=80, window=10, unit=SECONDS))
INFO - Setting UserLimit on method com.tomitribe.tribestream.wadlx.generator.another.Tiger.foo(): UserLimit=(, concurrent=(limit=3))
INFO - Setting UserLimit on method com.tomitribe.tribestream.wadlx.generator.another.Tiger.foo(): UserLimit=(, concurrent=(limit=20))
INFO - Setting UserLimit on method com.tomitribe.tribestream.wadlx.generator.another.Tiger.foo(): UserLimit=(rate=(limit=1, window=1, unit=SECONDS), concurrent=(limit=50))
INFO - Setting UserLimit on method com.tomitribe.tribestream.wadlx.generator.another.Tiger.foo(): UserLimit=(, concurrent=(limit=20))
INFO - Setting ApplicationLimit on method com.tomitribe.tribestream.wadlx.generator.another.Tiger.bar(): ApplicationLimit=(rate=(limit=80, window=10, unit=SECONDS))
INFO - Setting UserLimit on method com.tomitribe.tribestream.wadlx.generator.another.Tiger.bar(): UserLimit=(, concurrent=(limit=3))
INFO - Setting UserLimit on method com.tomitribe.tribestream.wadlx.generator.another.Tiger.bar(): UserLimit=(, concurrent=(limit=20))
INFO - Setting UserLimit on method com.tomitribe.tribestream.wadlx.generator.another.Tiger.bar(): UserLimit=(rate=(limit=1, window=1, unit=SECONDS), concurrent=(limit=50))
INFO - Setting UserLimit on method com.tomitribe.tribestream.wadlx.generator.another.Tiger.bar(): UserLimit=(, concurrent=(limit=20))
INFO - Using dictionary class "org.apache.openjpa.jdbc.sql.HSQLDictionary" (HSQL Database Engine 2.3.2 ,HSQL Database Engine Driver 2.3.2).
INFO - Connected to HSQL Database Engine version 2.2 using JDBC driver HSQL Database Engine Driver version 2.3.2.
INFO - REST Application: http://127.0.0.1:63961/openejb/api -> org.apache.openejb.server.rest.InternalApplication
INFO - Service URI: http://127.0.0.1:63961/openejb/api/tiger -> Pojo com.tomitribe.tribestream.wadlx.generator.another.DescriptionOnReturnedTypeTest$Tiger
INFO - GET http://127.0.0.1:63961/openejb/api/tiger/ -> DocumentedReturnType foo()
INFO - GET http://127.0.0.1:63961/openejb/api/tiger/bar -> AModel bar()
INFO - Deployed Application(path=/private/tmp/tribestream/tribestream-container/target/DescriptionOnReturnedTypeTest)
INFO - The Entity "com.tomitribe.tribestream.security.signatures.persistence.KeyId" was enhanced at level "1,591,689", but the current level of enhancement is "1,674,154".
INFO - A down level Entity was detected and logged. Please enable RUNTIME trace to see all down level Entities.
0
SEVERE - >>> Window Tracker <ApplicationLimit.METHOD> for user<N/A> and application <EnforcerInterceptorTest> exceeded > Window{elapsed=19 seconds, duration=20 seconds, count=124, limit=100, version=0, start=1440180651682079000, stop=1440180671682079000}
SEVERE - >>> Window Tracker <ApplicationLimit.METHOD> for user<N/A> and application <EnforcerInterceptorTest> exceeded > Window{elapsed=19 seconds, duration=20 seconds, count=124, limit=100, version=0, start=1440180651682079000, stop=1440180671682079000}
SEVERE - >>> Window Tracker <ApplicationLimit.METHOD> for user<N/A> and application <EnforcerInterceptorTest> exceeded > Window{elapsed=19 seconds, duration=20 seconds, count=124, limit=100, version=0, start=1440180651682079000, stop=1440180671682079000}
INFO - Setting ApplicationLimit on method com.tomitribe.tribestream.wadlx.generator.another.Tiger.foo(): ApplicationLimit=(rate=(limit=80, window=10, unit=SECONDS))
INFO - Setting UserLimit on method com.tomitribe.tribestream.wadlx.generator.another.Tiger.foo(): UserLimit=(, concurrent=(limit=3))
INFO - Setting UserLimit on method com.tomitribe.tribestream.wadlx.generator.another.Tiger.foo(): UserLimit=(, concurrent=(limit=20))
INFO - Setting UserLimit on method com.tomitribe.tribestream.wadlx.generator.another.Tiger.foo(): UserLimit=(rate=(limit=1, window=1, unit=SECONDS), concurrent=(limit=50))
INFO - Setting UserLimit on method com.tomitribe.tribestream.wadlx.generator.another.Tiger.foo(): UserLimit=(, concurrent=(limit=20))
INFO - Setting ApplicationLimit on method com.tomitribe.tribestream.wadlx.generator.another.Tiger.bar(): ApplicationLimit=(rate=(limit=80, window=10, unit=SECONDS))
INFO - Setting UserLimit on method com.tomitribe.tribestream.wadlx.generator.another.Tiger.bar(): UserLimit=(, concurrent=(limit=3))
INFO - Setting UserLimit on method com.tomitribe.tribestream.wadlx.generator.another.Tiger.bar(): UserLimit=(, concurrent=(limit=20))
INFO - Setting UserLimit on method com.tomitribe.tribestream.wadlx.generator.another.Tiger.bar(): UserLimit=(rate=(limit=1, window=1, unit=SECONDS), concurrent=(limit=50))
INFO - Setting UserLimit on method com.tomitribe.tribestream.wadlx.generator.another.Tiger.bar(): UserLimit=(, concurrent=(limit=20))
SEVERE - >>> Window Tracker <ApplicationLimit.METHOD> for user<N/A> and application <EnforcerInterceptorTest> is invalid > Window{elapsed=20 seconds, duration=20 seconds, count=124, limit=100, version=0, start=1440180651682079000, stop=1440180671682079000}
INFO - Setting ApplicationLimit on method com.tomitribe.tribestream.wadlx.generator.another.Tiger.foo(): ApplicationLimit=(rate=(limit=80, window=10, unit=SECONDS))
INFO - Setting UserLimit on method com.tomitribe.tribestream.wadlx.generator.another.Tiger.foo(): UserLimit=(, concurrent=(limit=3))
INFO - Setting UserLimit on method com.tomitribe.tribestream.wadlx.generator.another.Tiger.foo(): UserLimit=(, concurrent=(limit=20))
INFO - Setting UserLimit on method com.tomitribe.tribestream.wadlx.generator.another.Tiger.foo(): UserLimit=(rate=(limit=1, window=1, unit=SECONDS), concurrent=(limit=50))
INFO - Setting UserLimit on method com.tomitribe.tribestream.wadlx.generator.another.Tiger.foo(): UserLimit=(, concurrent=(limit=20))
INFO - Setting ApplicationLimit on method com.tomitribe.tribestream.wadlx.generator.another.Tiger.bar(): ApplicationLimit=(rate=(limit=80, window=10, unit=SECONDS))
INFO - Setting UserLimit on method com.tomitribe.tribestream.wadlx.generator.another.Tiger.bar(): UserLimit=(, concurrent=(limit=3))
INFO - Setting UserLimit on method com.tomitribe.tribestream.wadlx.generator.another.Tiger.bar(): UserLimit=(, concurrent=(limit=20))
INFO - Setting UserLimit on method com.tomitribe.tribestream.wadlx.generator.another.Tiger.bar(): UserLimit=(rate=(limit=1, window=1, unit=SECONDS), concurrent=(limit=50))
INFO - Setting UserLimit on method com.tomitribe.tribestream.wadlx.generator.another.Tiger.bar(): UserLimit=(, concurrent=(limit=20))
INFO - Undeploying app: /private/tmp/tribestream/tribestream-container/target/DescriptionOnReturnedTypeTest
INFO - Stopping network services
INFO - Stopping server services
INFO - Undeploying app: tribe-signatures-persistence
INFO - Closing DataSource: Default JDBC Database
INFO - Closing DataSource: Default Unmanaged JDBC Database
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.751 sec - in com.tomitribe.tribestream.wadlx.generator.another.DescriptionOnReturnedTypeTest
Running com.tomitribe.tribestream.wadlx.generator.ApplicationNameTest
INFO - Cannot find the configuration file [conf/openejb.xml]. Will attempt to create one for the beans deployed.
INFO - Configuring Service(id=SignaturesService, type=Service, provider-id=SignaturesService)
INFO - Configuring Service(id=Default Security Service, type=SecurityService, provider-id=Default Security Service)
INFO - Configuring Service(id=Default Transaction Manager, type=TransactionManager, provider-id=Default Transaction Manager)
INFO - Creating Service(id=SignaturesService)
INFO - Creating TransactionManager(id=Default Transaction Manager)
INFO - Creating SecurityService(id=Default Security Service)
INFO - Configuring enterprise application: tribe-signatures-persistence
INFO - Auto-deploying ejb KeyRepository: EjbDeployment(deployment-id=KeyRepository)
INFO - Configuring Service(id=Default Managed Container, type=Container, provider-id=Default Managed Container)
INFO - Auto-creating a container for bean tribe-signatures-persistence.Comp1255750068: Container(type=MANAGED, id=Default Managed Container)
INFO - Creating Container(id=Default Managed Container)
INFO - Using directory /private/tmp/tribestream/tribestream-container/target for stateful session passivation
INFO - Configuring Service(id=Default Singleton Container, type=Container, provider-id=Default Singleton Container)
INFO - Auto-creating a container for bean KeyRepository: Container(type=SINGLETON, id=Default Singleton Container)
INFO - Creating Container(id=Default Singleton Container)
INFO - Configuring PersistenceUnit(name=tribe-signatures-unit)
INFO - Configuring Service(id=Default JDBC Database, type=Resource, provider-id=Default JDBC Database)
INFO - Auto-creating a Resource with id 'Default JDBC Database' of type 'DataSource for 'tribe-signatures-unit'.
INFO - Creating Resource(id=Default JDBC Database)
INFO - Configuring Service(id=Default Unmanaged JDBC Database, type=Resource, provider-id=Default Unmanaged JDBC Database)
INFO - Auto-creating a Resource with id 'Default Unmanaged JDBC Database' of type 'DataSource for 'tribe-signatures-unit'.
INFO - Creating Resource(id=Default Unmanaged JDBC Database)
INFO - Adjusting PersistenceUnit tribe-signatures-unit <jta-data-source> to Resource ID 'Default JDBC Database' from 'tribe-signatures-datasource'
INFO - Adjusting PersistenceUnit tribe-signatures-unit <non-jta-data-source> to Resource ID 'Default Unmanaged JDBC Database' from 'tribe-signatures-datasourceNonJta'
INFO - Destroying ProtocolHandler ["http-nio-127.0.0.1-63920"]
0
INFO - Undeploying app: /private/tmp/tribestream/tribestream-container/target/SignatureAuthenticatorTest
INFO - Undeploying app: tribe-signatures-persistence
INFO - Closing DataSource: Default JDBC Database
INFO - Closing DataSource: Default Unmanaged JDBC Database
INFO - Cannot find the configuration file [conf/openejb.xml]. Will attempt to create one for the beans deployed.
INFO - Enterprise application "tribe-signatures-persistence" loaded.
INFO - Not creating another application classloader for tribe-signatures-persistence
INFO - Assembling app: tribe-signatures-persistence
INFO - PersistenceUnit(name=tribe-signatures-unit, provider=org.apache.openjpa.persistence.PersistenceProviderImpl) - provider time 5ms
INFO - Jndi(name=KeyRepositoryLocalBean) --> Ejb(deployment-id=KeyRepository)
INFO - Jndi(name=global/tribe-signatures-persistence/KeyRepository!com.tomitribe.tribestream.security.signatures.persistence.KeyRepository) --> Ejb(deployment-id=KeyRepository)
INFO - Jndi(name=global/tribe-signatures-persistence/KeyRepository) --> Ejb(deployment-id=KeyRepository)
INFO - Created new singletonService org.apache.openejb.cdi.ThreadSingletonServiceImpl@e74917
INFO - Succeeded in installing singleton service
INFO - OpenWebBeans Container is starting...
INFO - Adding OpenWebBeansPlugin : [CdiPlugin]
WARNING - Cannot install default JAAS configuration
INFO - Configuring Service(id=notificationIRC, type=Service, provider-id=notificationIRC)
INFO - Configuring Service(id=SignaturesService, type=Service, provider-id=SignaturesService)
INFO - Configuring Service(id=Default Security Service, type=SecurityService, provider-id=Default Security Service)
INFO - Configuring Service(id=Default Transaction Manager, type=TransactionManager, provider-id=Default Transaction Manager)
INFO - Creating Service(id=notificationIRC)
INFO - Creating Service(id=SignaturesService)
INFO - Creating TransactionManager(id=Default Transaction Manager)
INFO - Creating SecurityService(id=Default Security Service)
INFO - All injection points were validated successfully.
INFO - OpenWebBeans Container has started, it took 35 ms.
INFO - Created Ejb(deployment-id=KeyRepository, ejb-name=KeyRepository, container=Default Singleton Container)
INFO - Started Ejb(deployment-id=KeyRepository, ejb-name=KeyRepository, container=Default Singleton Container)
INFO - Deployed Application(path=tribe-signatures-persistence)
INFO - Initializing network services
INFO - Configuring enterprise application: tribe-signatures-persistence
INFO - Creating ServerService(id=httpejbd)
INFO - Created ServicePool 'httpejbd' with (10) core threads, limited to (200) threads with a queue of (9)
INFO - Auto-deploying ejb KeyRepository: EjbDeployment(deployment-id=KeyRepository)
INFO - Configuring Service(id=Default Managed Container, type=Container, provider-id=Default Managed Container)
INFO - Auto-creating a container for bean tribe-signatures-persistence.Comp1430823861: Container(type=MANAGED, id=Default Managed Container)
INFO - Creating Container(id=Default Managed Container)
INFO - Using directory /private/tmp/tribestream/tribestream-container/target for stateful session passivation
INFO - Configuring Service(id=Default Singleton Container, type=Container, provider-id=Default Singleton Container)
INFO - Auto-creating a container for bean KeyRepository: Container(type=SINGLETON, id=Default Singleton Container)
INFO - Creating Container(id=Default Singleton Container)
INFO - Configuring PersistenceUnit(name=tribe-signatures-unit)
INFO - Configuring Service(id=Default JDBC Database, type=Resource, provider-id=Default JDBC Database)
INFO - Auto-creating a Resource with id 'Default JDBC Database' of type 'DataSource for 'tribe-signatures-unit'.
INFO - Creating Resource(id=Default JDBC Database)
INFO - Creating ServerService(id=cxf-rs)
SEVERE - MBean Object org.apache.cxf.bus.extension.ExtensionManagerBus@270dcbd0 register to MBeanServer failed : javax.management.InstanceAlreadyExistsException: org.apache.cxf:bus.id=openejb.cxf.bus,type=Bus,instance.id=655215568
INFO - Initializing network services
INFO - ** Bound Services **
INFO - NAME IP PORT
INFO - httpejbd 127.0.0.1 4204
INFO - -------
INFO - Ready!
INFO - Configuring enterprise application: /private/tmp/tribestream/tribestream-container/target/ApplicationNameTest
INFO - Configuring Service(id=Default Unmanaged JDBC Database, type=Resource, provider-id=Default Unmanaged JDBC Database)
INFO - Auto-creating a Resource with id 'Default Unmanaged JDBC Database' of type 'DataSource for 'tribe-signatures-unit'.
INFO - Creating Resource(id=Default Unmanaged JDBC Database)
INFO - Adjusting PersistenceUnit tribe-signatures-unit <jta-data-source> to Resource ID 'Default JDBC Database' from 'tribe-signatures-datasource'
INFO - Adjusting PersistenceUnit tribe-signatures-unit <non-jta-data-source> to Resource ID 'Default Unmanaged JDBC Database' from 'tribe-signatures-datasourceNonJta'
INFO - Enterprise application "/private/tmp/tribestream/tribestream-container/target/ApplicationNameTest" loaded.
INFO - Creating dedicated application classloader for ApplicationNameTest
INFO - Assembling app: /private/tmp/tribestream/tribestream-container/target/ApplicationNameTest
INFO - Existing thread singleton service in SystemInstance(): org.apache.openejb.cdi.ThreadSingletonServiceImpl@e74917
INFO - OpenWebBeans Container is starting...
INFO - Adding OpenWebBeansPlugin : [CdiPlugin]
INFO - All injection points were validated successfully.
INFO - OpenWebBeans Container has started, it took 5 ms.
INFO - Using providers:
INFO - org.apache.cxf.jaxrs.provider.JAXBElementProvider@76469c00
INFO - org.apache.cxf.jaxrs.provider.json.JSONProvider@15ac00aa
INFO - org.apache.openejb.server.cxf.rs.EJBAccessExceptionMapper@6f7cafd1
INFO - com.tomitribe.tribestream.governance.jaxrs.ConcurrentLimitExceededExceptionMapper@4f5fa403
INFO - com.tomitribe.tribestream.governance.jaxrs.RateLimitExceededExceptionMapper@1008e9ab
INFO - com.tomitribe.tribestream.wadlx.error.ErrorMappingExceptionMapper@3924e1c6
0
INFO - Undeploying app: /private/tmp/tribestream/tribestream-container/target/StoreManagerTest
INFO - Undeploying app: tribestream-alerting-persistence
INFO - Undeploying app: tribe-signatures-persistence
INFO - Closing DataSource: Default JDBC Database
INFO - Closing DataSource: Default Unmanaged JDBC Database
Tests run: 17, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 10.308 sec - in com.tomitribe.tribestream.security.signatures.store.StoreManagerTest
INFO - Setting ApplicationLimit on method com.tomitribe.tribestream.wadlx.generator.ARes.f(): ApplicationLimit=(rate=(limit=80, window=10, unit=SECONDS))
INFO - Setting UserLimit on method com.tomitribe.tribestream.wadlx.generator.ARes.f(): UserLimit=(, concurrent=(limit=3))
INFO - Setting UserLimit on method com.tomitribe.tribestream.wadlx.generator.ARes.f(): UserLimit=(, concurrent=(limit=20))
INFO - Setting UserLimit on method com.tomitribe.tribestream.wadlx.generator.ARes.f(): UserLimit=(rate=(limit=1, window=1, unit=SECONDS), concurrent=(limit=50))
INFO - Setting UserLimit on method com.tomitribe.tribestream.wadlx.generator.ARes.f(): UserLimit=(, concurrent=(limit=20))
Running com.tomitribe.tribestream.wadlx.generator.ApplicationSeeTest
INFO - REST Application: http://127.0.0.1:4204/test/api -> org.apache.openejb.server.rest.InternalApplication
INFO - Service URI: http://127.0.0.1:4204/test/api/useless -> Pojo com.tomitribe.tribestream.wadlx.generator.ApplicationNameTest$ARes
INFO - GET http://127.0.0.1:4204/test/api/useless/ -> String f()
INFO - Deployed Application(path=/private/tmp/tribestream/tribestream-container/target/ApplicationNameTest)
INFO - Undeploying app: /private/tmp/tribestream/tribestream-container/target/ApplicationNameTest
INFO - Enterprise application "tribe-signatures-persistence" loaded.
INFO - Configuring Service(id=test, type=Service, provider-id=test)
INFO - Configuring Service(id=notificationPersistence, type=Service, provider-id=notificationPersistence)
INFO - Configuring Service(id=notificationCDI, type=Service, provider-id=notificationCDI)
INFO - Configuring Service(id=SignaturesService, type=Service, provider-id=SignaturesService)
INFO - Not creating another application classloader for tribe-signatures-persistence
INFO - Assembling app: tribe-signatures-persistence
INFO - Configuring Service(id=Default Security Service, type=SecurityService, provider-id=Default Security Service)
INFO - Configuring Service(id=Default Transaction Manager, type=TransactionManager, provider-id=Default Transaction Manager)
INFO - Creating Service(id=test)
INFO - Creating Service(id=notificationPersistence)
INFO - Creating Service(id=notificationCDI)
INFO - Creating Service(id=SignaturesService)
INFO - Creating TransactionManager(id=Default Transaction Manager)
INFO - Creating SecurityService(id=Default Security Service)
INFO - PersistenceUnit(name=tribe-signatures-unit, provider=org.apache.openjpa.persistence.PersistenceProviderImpl) - provider time 7ms
INFO - Jndi(name=KeyRepositoryLocalBean) --> Ejb(deployment-id=KeyRepository)
INFO - Jndi(name=global/tribe-signatures-persistence/KeyRepository!com.tomitribe.tribestream.security.signatures.persistence.KeyRepository) --> Ejb(deployment-id=KeyRepository)
INFO - Jndi(name=global/tribe-signatures-persistence/KeyRepository) --> Ejb(deployment-id=KeyRepository)
INFO - Created new singletonService org.apache.openejb.cdi.ThreadSingletonServiceImpl@8117683
INFO - Succeeded in installing singleton service
INFO - OpenWebBeans Container is starting...
INFO - Adding OpenWebBeansPlugin : [CdiPlugin]
INFO - Configuring enterprise application: tribestream-alerting-persistence
INFO - Auto-deploying ejb AlertService: EjbDeployment(deployment-id=AlertService)
INFO - Configuring Service(id=Default Managed Container, type=Container, provider-id=Default Managed Container)
INFO - Auto-creating a container for bean tribestream-alerting-persistence.Comp921521352: Container(type=MANAGED, id=Default Managed Container)
INFO - Creating Container(id=Default Managed Container)
INFO - Using directory /private/tmp/tribestream/tribestream-container/target for stateful session passivation
INFO - Configuring Service(id=Default Singleton Container, type=Container, provider-id=Default Singleton Container)
INFO - Auto-creating a container for bean AlertService: Container(type=SINGLETON, id=Default Singleton Container)
INFO - Creating Container(id=Default Singleton Container)
INFO - Configuring PersistenceUnit(name=notifications)
INFO - Configuring Service(id=Default JDBC Database, type=Resource, provider-id=Default JDBC Database)
INFO - Auto-creating a Resource with id 'Default JDBC Database' of type 'DataSource for 'notifications'.
INFO - Creating Resource(id=Default JDBC Database)
INFO - All injection points were validated successfully.
INFO - OpenWebBeans Container has started, it took 27 ms.
INFO - Configuring Service(id=Default Unmanaged JDBC Database, type=Resource, provider-id=Default Unmanaged JDBC Database)
INFO - Auto-creating a Resource with id 'Default Unmanaged JDBC Database' of type 'DataSource for 'notifications'.
INFO - Creating Resource(id=Default Unmanaged JDBC Database)
INFO - Created Ejb(deployment-id=KeyRepository, ejb-name=KeyRepository, container=Default Singleton Container)
INFO - Started Ejb(deployment-id=KeyRepository, ejb-name=KeyRepository, container=Default Singleton Container)
INFO - Deployed Application(path=tribe-signatures-persistence)
INFO - Configuring enterprise application: /private/tmp/tribestream/tribestream-container/target/SignatureAuthenticatorTest
INFO - Configuring PersistenceUnit(name=test-unit)
INFO - Adjusting PersistenceUnit notifications <jta-data-source> to Resource ID 'Default JDBC Database' from 'tribe-alert-datasource'
INFO - Adjusting PersistenceUnit test-unit <jta-data-source> to Resource ID 'Default JDBC Database' from 'tribe-signatures-datasource'
INFO - Adjusting PersistenceUnit notifications <non-jta-data-source> to Resource ID 'Default Unmanaged JDBC Database' from 'tribe-alert-datasourceNonJta'
INFO - Adjusting PersistenceUnit test-unit <non-jta-data-source> to Resource ID 'Default Unmanaged JDBC Database' from 'tribe-signatures-datasourceNonJta'
INFO - Enterprise application "/private/tmp/tribestream/tribestream-container/target/SignatureAuthenticatorTest" loaded.
INFO - Not creating another application classloader for SignatureAuthenticatorTest
INFO - Assembling app: /private/tmp/tribestream/tribestream-container/target/SignatureAuthenticatorTest
INFO - PersistenceUnit(name=test-unit, provider=org.apache.openjpa.persistence.PersistenceProviderImpl) - provider time 4ms
INFO - Existing thread singleton service in SystemInstance(): org.apache.openejb.cdi.ThreadSingletonServiceImpl@8117683
INFO - OpenWebBeans Container is starting...
INFO - Adding OpenWebBeansPlugin : [CdiPlugin]
INFO - All injection points were validated successfully.
INFO - OpenWebBeans Container has started, it took 5 ms.
INFO - Deployed Application(path=/private/tmp/tribestream/tribestream-container/target/SignatureAuthenticatorTest)
INFO - creating new keystore: /private/tmp/tribestream/tribestream-container/target/target/keystore-6209020328407793170.jks
INFO - Starting OpenJPA 2.4.0
INFO - Using dictionary class "org.apache.openjpa.jdbc.sql.HSQLDictionary" (HSQL Database Engine 2.3.2 ,HSQL Database Engine Driver 2.3.2).
INFO - Connected to HSQL Database Engine version 2.2 using JDBC driver HSQL Database Engine Driver version 2.3.2.
INFO - The Entity "com.tomitribe.tribestream.security.signatures.persistence.KeyId" was enhanced at level "1,591,689", but the current level of enhancement is "1,674,154".
INFO - A down level Entity was detected and logged. Please enable RUNTIME trace to see all down level Entities.
0
INFO - creating new keystore: /private/tmp/tribestream/tribestream-container/target/target/keystore-6209020328407793170.jks
INFO - Enterprise application "tribestream-alerting-persistence" loaded.
INFO - Initializing ProtocolHandler ["http-nio-127.0.0.1-63975"]
INFO - Using a shared selector for servlet write/read
INFO - Starting service Tomcat
INFO - Starting Servlet Engine: Apache Tomcat/7.0.63
INFO - At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
INFO - Starting ProtocolHandler ["http-nio-127.0.0.1-63975"]
INFO - Stopping network services
INFO - Stopping server services
INFO - Undeploying app: tribe-signatures-persistence
INFO - Closing DataSource: Default JDBC Database
INFO - Closing DataSource: Default Unmanaged JDBC Database
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.543 sec - in com.tomitribe.tribestream.wadlx.generator.ApplicationNameTest
Running com.tomitribe.tribestream.wadlx.generator.EjbJarSecurityInfoTest
INFO - Pausing ProtocolHandler ["http-nio-127.0.0.1-63975"]
INFO - Stopping service Tomcat
INFO - Stopping ProtocolHandler ["http-nio-127.0.0.1-63975"]
INFO - Not creating another application classloader for tribestream-alerting-persistence
INFO - Cannot find the configuration file [conf/openejb.xml]. Will attempt to create one for the beans deployed.
INFO - Destroying ProtocolHandler ["http-nio-127.0.0.1-63975"]
INFO - Assembling app: tribestream-alerting-persistence
0
INFO - Undeploying app: /private/tmp/tribestream/tribestream-container/target/SignatureAuthenticatorTest
INFO - Undeploying app: tribe-signatures-persistence
INFO - PersistenceUnit(name=notifications, provider=org.apache.openjpa.persistence.PersistenceProviderImpl) - provider time 5ms
INFO - Closing DataSource: Default JDBC Database
INFO - Closing DataSource: Default Unmanaged JDBC Database
INFO - Jndi(name=AlertServiceLocalBean) --> Ejb(deployment-id=AlertService)
INFO - Jndi(name=global/tribestream-alerting-persistence/AlertService!com.tomitribe.tribestream.notifications.core.persistence.AlertService) --> Ejb(deployment-id=AlertService)
INFO - Jndi(name=global/tribestream-alerting-persistence/AlertService) --> Ejb(deployment-id=AlertService)
INFO - Created new singletonService org.apache.openejb.cdi.ThreadSingletonServiceImpl@307f8d48
INFO - Succeeded in installing singleton service
INFO - OpenWebBeans Container is starting...
INFO - Adding OpenWebBeansPlugin : [CdiPlugin]
INFO - Configuring Service(id=SignaturesService, type=Service, provider-id=SignaturesService)
INFO - All injection points were validated successfully.
INFO - OpenWebBeans Container has started, it took 11 ms.
INFO - Configuring Service(id=Default Security Service, type=SecurityService, provider-id=Default Security Service)
INFO - Configuring Service(id=Default Transaction Manager, type=TransactionManager, provider-id=Default Transaction Manager)
INFO - Creating Service(id=SignaturesService)
INFO - Creating TransactionManager(id=Default Transaction Manager)
INFO - Created Ejb(deployment-id=AlertService, ejb-name=AlertService, container=Default Singleton Container)
INFO - Started Ejb(deployment-id=AlertService, ejb-name=AlertService, container=Default Singleton Container)
INFO - Deployed Application(path=tribestream-alerting-persistence)
INFO - Creating SecurityService(id=Default Security Service)
INFO - Configuring enterprise application: tribe-signatures-persistence
INFO - Configuring enterprise application: tribe-signatures-persistence
INFO - Auto-deploying ejb KeyRepository: EjbDeployment(deployment-id=KeyRepository)
INFO - Configuring Service(id=Default Managed Container, type=Container, provider-id=Default Managed Container)
INFO - Auto-creating a container for bean tribe-signatures-persistence.Comp1111677803: Container(type=MANAGED, id=Default Managed Container)
INFO - Creating Container(id=Default Managed Container)
INFO - Using directory /private/tmp/tribestream/tribestream-container/target for stateful session passivation
INFO - Auto-deploying ejb KeyRepository: EjbDeployment(deployment-id=KeyRepository)
INFO - Configuring Service(id=Default Singleton Container, type=Container, provider-id=Default Singleton Container)
INFO - Configuring PersistenceUnit(name=tribe-signatures-unit)
INFO - Auto-creating a container for bean KeyRepository: Container(type=SINGLETON, id=Default Singleton Container)
INFO - Creating Container(id=Default Singleton Container)
INFO - Adjusting PersistenceUnit tribe-signatures-unit <jta-data-source> to Resource ID 'Default JDBC Database' from 'tribe-signatures-datasource'
INFO - Configuring PersistenceUnit(name=tribe-signatures-unit)
INFO - Adjusting PersistenceUnit tribe-signatures-unit <non-jta-data-source> to Resource ID 'Default Unmanaged JDBC Database' from 'tribe-signatures-datasourceNonJta'
INFO - Configuring Service(id=Default JDBC Database, type=Resource, provider-id=Default JDBC Database)
INFO - Auto-creating a Resource with id 'Default JDBC Database' of type 'DataSource for 'tribe-signatures-unit'.
INFO - Creating Resource(id=Default JDBC Database)
INFO - Enterprise application "tribe-signatures-persistence" loaded.
INFO - Configuring Service(id=Default Unmanaged JDBC Database, type=Resource, provider-id=Default Unmanaged JDBC Database)
INFO - Auto-creating a Resource with id 'Default Unmanaged JDBC Database' of type 'DataSource for 'tribe-signatures-unit'.
INFO - Creating Resource(id=Default Unmanaged JDBC Database)
INFO - Cannot find the configuration file [conf/openejb.xml]. Will attempt to create one for the beans deployed.
INFO - Not creating another application classloader for tribe-signatures-persistence
INFO - Assembling app: tribe-signatures-persistence
INFO - Adjusting PersistenceUnit tribe-signatures-unit <jta-data-source> to Resource ID 'Default JDBC Database' from 'tribe-signatures-datasource'
INFO - Adjusting PersistenceUnit tribe-signatures-unit <non-jta-data-source> to Resource ID 'Default Unmanaged JDBC Database' from 'tribe-signatures-datasourceNonJta'
INFO - PersistenceUnit(name=tribe-signatures-unit, provider=org.apache.openjpa.persistence.PersistenceProviderImpl) - provider time 9ms
INFO - Jndi(name=KeyRepositoryLocalBean) --> Ejb(deployment-id=KeyRepository)
INFO - Jndi(name=global/tribe-signatures-persistence/KeyRepository!com.tomitribe.tribestream.security.signatures.persistence.KeyRepository) --> Ejb(deployment-id=KeyRepository)
INFO - Jndi(name=global/tribe-signatures-persistence/KeyRepository) --> Ejb(deployment-id=KeyRepository)
INFO - Existing thread singleton service in SystemInstance(): org.apache.openejb.cdi.ThreadSingletonServiceImpl@307f8d48
INFO - OpenWebBeans Container is starting...
INFO - Adding OpenWebBeansPlugin : [CdiPlugin]
WARNING - Cannot install default JAAS configuration
INFO - Configuring Service(id=notificationIRC, type=Service, provider-id=notificationIRC)
INFO - Configuring Service(id=SignaturesService, type=Service, provider-id=SignaturesService)
INFO - Configuring Service(id=Default Security Service, type=SecurityService, provider-id=Default Security Service)
INFO - Configuring Service(id=Default Transaction Manager, type=TransactionManager, provider-id=Default Transaction Manager)
INFO - Creating Service(id=notificationIRC)
INFO - Creating Service(id=SignaturesService)
INFO - Creating TransactionManager(id=Default Transaction Manager)
INFO - Creating SecurityService(id=Default Security Service)
INFO - All injection points were validated successfully.
INFO - OpenWebBeans Container has started, it took 26 ms.
INFO - Created Ejb(deployment-id=KeyRepository, ejb-name=KeyRepository, container=Default Singleton Container)
INFO - Started Ejb(deployment-id=KeyRepository, ejb-name=KeyRepository, container=Default Singleton Container)
INFO - Deployed Application(path=tribe-signatures-persistence)
INFO - Initializing network services
INFO - Creating ServerService(id=httpejbd)
INFO - Created ServicePool 'httpejbd' with (10) core threads, limited to (200) threads with a queue of (9)
INFO - Configuring enterprise application: tribe-signatures-persistence
INFO - Creating ServerService(id=cxf-rs)
SEVERE - MBean Object org.apache.cxf.bus.extension.ExtensionManagerBus@69f77a1c register to MBeanServer failed : javax.management.InstanceAlreadyExistsException: org.apache.cxf:bus.id=openejb.cxf.bus,type=Bus,instance.id=1777826332
INFO - Initializing network services
INFO - Auto-deploying ejb KeyRepository: EjbDeployment(deployment-id=KeyRepository)
INFO - ** Bound Services **
INFO - Configuring Service(id=Default Managed Container, type=Container, provider-id=Default Managed Container)
INFO - NAME IP PORT
INFO - httpejbd 127.0.0.1 63617
INFO - Auto-creating a container for bean tribe-signatures-persistence.Comp487892586: Container(type=MANAGED, id=Default Managed Container)
INFO - -------
INFO - Creating Container(id=Default Managed Container)
INFO - Ready!
INFO - Using directory /private/tmp/tribestream/tribestream-container/target for stateful session passivation
INFO - Configuring enterprise application: /private/tmp/tribestream/tribestream-container/target/ApplicationSeeTest
INFO - Configuring Service(id=Default Singleton Container, type=Container, provider-id=Default Singleton Container)
INFO - Auto-creating a container for bean KeyRepository: Container(type=SINGLETON, id=Default Singleton Container)
INFO - Creating Container(id=Default Singleton Container)
INFO - Configuring PersistenceUnit(name=tribe-signatures-unit)
INFO - Configuring Service(id=Default JDBC Database, type=Resource, provider-id=Default JDBC Database)
INFO - Auto-creating a Resource with id 'Default JDBC Database' of type 'DataSource for 'tribe-signatures-unit'.
INFO - Creating Resource(id=Default JDBC Database)
INFO - Configuring Service(id=Default Unmanaged JDBC Database, type=Resource, provider-id=Default Unmanaged JDBC Database)
INFO - Auto-creating a Resource with id 'Default Unmanaged JDBC Database' of type 'DataSource for 'tribe-signatures-unit'.
INFO - Creating Resource(id=Default Unmanaged JDBC Database)
INFO - Enterprise application "/private/tmp/tribestream/tribestream-container/target/ApplicationSeeTest" loaded.
INFO - Adjusting PersistenceUnit tribe-signatures-unit <jta-data-source> to Resource ID 'Default JDBC Database' from 'tribe-signatures-datasource'
INFO - Adjusting PersistenceUnit tribe-signatures-unit <non-jta-data-source> to Resource ID 'Default Unmanaged JDBC Database' from 'tribe-signatures-datasourceNonJta'
INFO - Creating dedicated application classloader for ApplicationSeeTest
INFO - Assembling app: /private/tmp/tribestream/tribestream-container/target/ApplicationSeeTest
INFO - Existing thread singleton service in SystemInstance(): org.apache.openejb.cdi.ThreadSingletonServiceImpl@307f8d48
INFO - OpenWebBeans Container is starting...
INFO - Adding OpenWebBeansPlugin : [CdiPlugin]
INFO - All injection points were validated successfully.
INFO - OpenWebBeans Container has started, it took 6 ms.
INFO - Using providers:
INFO - org.apache.cxf.jaxrs.provider.JAXBElementProvider@3078338d
INFO - org.apache.cxf.jaxrs.provider.json.JSONProvider@238086d7
INFO - org.apache.openejb.server.cxf.rs.EJBAccessExceptionMapper@31829f6c
INFO - com.tomitribe.tribestream.governance.jaxrs.ConcurrentLimitExceededExceptionMapper@36f1227c
INFO - com.tomitribe.tribestream.governance.jaxrs.RateLimitExceededExceptionMapper@110f1712
INFO - com.tomitribe.tribestream.wadlx.error.ErrorMappingExceptionMapper@75b3a77d
INFO - Enterprise application "tribe-signatures-persistence" loaded.
INFO - REST Application: http://127.0.0.1:63617/test/ -> org.apache.openejb.server.rest.InternalApplication
INFO - Service URI: http://127.0.0.1:63617/test/tiger -> Pojo com.tomitribe.tribestream.wadlx.generator.ApplicationSeeTest$Tiger
INFO - GET http://127.0.0.1:63617/test/tiger/ -> double tribeSize()
INFO - Deployed Application(path=/private/tmp/tribestream/tribestream-container/target/ApplicationSeeTest)
INFO - Undeploying app: /private/tmp/tribestream/tribestream-container/target/ApplicationSeeTest
INFO - Not creating another application classloader for tribe-signatures-persistence
INFO - Assembling app: tribe-signatures-persistence
INFO - PersistenceUnit(name=tribe-signatures-unit, provider=org.apache.openjpa.persistence.PersistenceProviderImpl) - provider time 7ms
INFO - Jndi(name=KeyRepositoryLocalBean) --> Ejb(deployment-id=KeyRepository)
INFO - Jndi(name=global/tribe-signatures-persistence/KeyRepository!com.tomitribe.tribestream.security.signatures.persistence.KeyRepository) --> Ejb(deployment-id=KeyRepository)
INFO - Jndi(name=global/tribe-signatures-persistence/KeyRepository) --> Ejb(deployment-id=KeyRepository)
INFO - Created new singletonService org.apache.openejb.cdi.ThreadSingletonServiceImpl@e74917
INFO - Succeeded in installing singleton service
INFO - OpenWebBeans Container is starting...
INFO - Adding OpenWebBeansPlugin : [CdiPlugin]
INFO - Enterprise application "tribe-signatures-persistence" loaded.
INFO - Not creating another application classloader for tribe-signatures-persistence
INFO - Assembling app: tribe-signatures-persistence
INFO - PersistenceUnit(name=tribe-signatures-unit, provider=org.apache.openjpa.persistence.PersistenceProviderImpl) - provider time 3ms
INFO - All injection points were validated successfully.
INFO - OpenWebBeans Container has started, it took 29 ms.
INFO - Jndi(name=KeyRepositoryLocalBean) --> Ejb(deployment-id=KeyRepository)
INFO - Jndi(name=global/tribe-signatures-persistence/KeyRepository!com.tomitribe.tribestream.security.signatures.persistence.KeyRepository) --> Ejb(deployment-id=KeyRepository)
INFO - Jndi(name=global/tribe-signatures-persistence/KeyRepository) --> Ejb(deployment-id=KeyRepository)
INFO - Created new singletonService org.apache.openejb.cdi.ThreadSingletonServiceImpl@8117683
INFO - Succeeded in installing singleton service
INFO - Created Ejb(deployment-id=KeyRepository, ejb-name=KeyRepository, container=Default Singleton Container)
INFO - Started Ejb(deployment-id=KeyRepository, ejb-name=KeyRepository, container=Default Singleton Container)
INFO - OpenWebBeans Container is starting...
INFO - Deployed Application(path=tribe-signatures-persistence)
INFO - Adding OpenWebBeansPlugin : [CdiPlugin]
INFO - Initializing network services
INFO - Creating ServerService(id=httpejbd)
INFO - Created ServicePool 'httpejbd' with (10) core threads, limited to (200) threads with a queue of (9)
INFO - Creating ServerService(id=cxf-rs)
SEVERE - MBean Object org.apache.cxf.bus.extension.ExtensionManagerBus@270dcbd0 register to MBeanServer failed : javax.management.InstanceAlreadyExistsException: org.apache.cxf:bus.id=openejb.cxf.bus,type=Bus,instance.id=655215568
INFO - Initializing network services
INFO - ** Bound Services **
INFO - NAME IP PORT
INFO - httpejbd 127.0.0.1 63977
INFO - -------
INFO - Ready!
INFO - Configuring enterprise application: /private/tmp/tribestream/tribestream-container/target/EjbJarSecurityInfoTest
INFO - All injection points were validated successfully.
INFO - OpenWebBeans Container has started, it took 29 ms.
INFO - Created Ejb(deployment-id=KeyRepository, ejb-name=KeyRepository, container=Default Singleton Container)
INFO - Started Ejb(deployment-id=KeyRepository, ejb-name=KeyRepository, container=Default Singleton Container)
INFO - Deployed Application(path=tribe-signatures-persistence)
INFO - Configuring enterprise application: /private/tmp/tribestream/tribestream-container/target/SignatureAuthenticatorTest
INFO - Configuring PersistenceUnit(name=test-unit)
INFO - Auto-deploying ejb Tiger1: EjbDeployment(deployment-id=Tiger1)
INFO - Adjusting PersistenceUnit test-unit <jta-data-source> to Resource ID 'Default JDBC Database' from 'tribe-signatures-datasource'
INFO - Adjusting PersistenceUnit test-unit <non-jta-data-source> to Resource ID 'Default Unmanaged JDBC Database' from 'tribe-signatures-datasourceNonJta'
INFO - Enterprise application "/private/tmp/tribestream/tribestream-container/target/SignatureAuthenticatorTest" loaded.
INFO - Enterprise application "/private/tmp/tribestream/tribestream-container/target/EjbJarSecurityInfoTest" loaded.
INFO - Creating dedicated application classloader for EjbJarSecurityInfoTest
INFO - Assembling app: /private/tmp/tribestream/tribestream-container/target/EjbJarSecurityInfoTest
INFO - Jndi(name=Tiger1LocalBean) --> Ejb(deployment-id=Tiger1)
INFO - Jndi(name=global/EjbJarSecurityInfoTest/test/Tiger1!com.tomitribe.tribestream.wadlx.generator.EjbJarSecurityInfoTest$Tiger1) --> Ejb(deployment-id=Tiger1)
INFO - Jndi(name=global/EjbJarSecurityInfoTest/test/Tiger1) --> Ejb(deployment-id=Tiger1)
INFO - Not creating another application classloader for SignatureAuthenticatorTest
INFO - Assembling app: /private/tmp/tribestream/tribestream-container/target/SignatureAuthenticatorTest
INFO - Existing thread singleton service in SystemInstance(): org.apache.openejb.cdi.ThreadSingletonServiceImpl@e74917
INFO - PersistenceUnit(name=test-unit, provider=org.apache.openjpa.persistence.PersistenceProviderImpl) - provider time 5ms
INFO - OpenWebBeans Container is starting...
INFO - Existing thread singleton service in SystemInstance(): org.apache.openejb.cdi.ThreadSingletonServiceImpl@8117683
INFO - Adding OpenWebBeansPlugin : [CdiPlugin]
INFO - OpenWebBeans Container is starting...
INFO - Adding OpenWebBeansPlugin : [CdiPlugin]
INFO - All injection points were validated successfully.
INFO - OpenWebBeans Container has started, it took 4 ms.
INFO - All injection points were validated successfully.
INFO - OpenWebBeans Container has started, it took 3 ms.
INFO - Deployed Application(path=/private/tmp/tribestream/tribestream-container/target/SignatureAuthenticatorTest)
INFO - creating new keystore: /private/tmp/tribestream/tribestream-container/target/target/keystore-4005562857339704522.jks
INFO - Created Ejb(deployment-id=Tiger1, ejb-name=Tiger1, container=Default Singleton Container)
INFO - Starting OpenJPA 2.4.0
INFO - Started Ejb(deployment-id=Tiger1, ejb-name=Tiger1, container=Default Singleton Container)
INFO - Using providers:
INFO - org.apache.cxf.jaxrs.provider.JAXBElementProvider@636deb44
INFO - org.apache.cxf.jaxrs.provider.json.JSONProvider@4570f05b
INFO - org.apache.openejb.server.cxf.rs.EJBAccessExceptionMapper@6f7cafd1
INFO - com.tomitribe.tribestream.governance.jaxrs.ConcurrentLimitExceededExceptionMapper@79b409fa
INFO - com.tomitribe.tribestream.governance.jaxrs.RateLimitExceededExceptionMapper@1afb3a82
INFO - com.tomitribe.tribestream.wadlx.error.ErrorMappingExceptionMapper@63be3aa4
INFO - Using dictionary class "org.apache.openjpa.jdbc.sql.HSQLDictionary" (HSQL Database Engine 2.3.2 ,HSQL Database Engine Driver 2.3.2).
INFO - Connected to HSQL Database Engine version 2.2 using JDBC driver HSQL Database Engine Driver version 2.3.2.
INFO - Setting ApplicationLimit on method com.tomitribe.tribestream.wadlx.generator.Tiger1.tribeSize(): ApplicationLimit=(rate=(limit=80, window=10, unit=SECONDS))
INFO - Setting UserLimit on method com.tomitribe.tribestream.wadlx.generator.Tiger1.tribeSize(): UserLimit=(, concurrent=(limit=3))
INFO - Setting UserLimit on method com.tomitribe.tribestream.wadlx.generator.Tiger1.tribeSize(): UserLimit=(, concurrent=(limit=20))
INFO - Setting UserLimit on method com.tomitribe.tribestream.wadlx.generator.Tiger1.tribeSize(): UserLimit=(rate=(limit=1, window=1, unit=SECONDS), concurrent=(limit=50))
INFO - Setting UserLimit on method com.tomitribe.tribestream.wadlx.generator.Tiger1.tribeSize(): UserLimit=(, concurrent=(limit=20))
INFO - Setting ApplicationLimit on method com.tomitribe.tribestream.wadlx.generator.Tiger1.simple(): ApplicationLimit=(rate=(limit=80, window=10, unit=SECONDS))
INFO - Setting UserLimit on method com.tomitribe.tribestream.wadlx.generator.Tiger1.simple(): UserLimit=(, concurrent=(limit=3))
INFO - Setting UserLimit on method com.tomitribe.tribestream.wadlx.generator.Tiger1.simple(): UserLimit=(, concurrent=(limit=20))
INFO - Setting UserLimit on method com.tomitribe.tribestream.wadlx.generator.Tiger1.simple(): UserLimit=(rate=(limit=1, window=1, unit=SECONDS), concurrent=(limit=50))
INFO - Setting UserLimit on method com.tomitribe.tribestream.wadlx.generator.Tiger1.simple(): UserLimit=(, concurrent=(limit=20))
INFO - Setting ApplicationLimit on method com.tomitribe.tribestream.wadlx.generator.Tiger1.matching(java.lang.String): ApplicationLimit=(rate=(limit=80, window=10, unit=SECONDS))
INFO - Setting UserLimit on method com.tomitribe.tribestream.wadlx.generator.Tiger1.matching(java.lang.String): UserLimit=(, concurrent=(limit=3))
INFO - Setting UserLimit on method com.tomitribe.tribestream.wadlx.generator.Tiger1.matching(java.lang.String): UserLimit=(, concurrent=(limit=20))
INFO - Setting UserLimit on method com.tomitribe.tribestream.wadlx.generator.Tiger1.matching(java.lang.String): UserLimit=(rate=(limit=1, window=1, unit=SECONDS), concurrent=(limit=50))
INFO - Setting UserLimit on method com.tomitribe.tribestream.wadlx.generator.Tiger1.matching(java.lang.String): UserLimit=(, concurrent=(limit=20))
INFO - REST Application: http://127.0.0.1:63977/test/api -> org.apache.openejb.server.rest.InternalApplication
INFO - Service URI: http://127.0.0.1:63977/test/api/tiger -> EJB com.tomitribe.tribestream.wadlx.generator.EjbJarSecurityInfoTest$Tiger1
INFO - GET http://127.0.0.1:63977/test/api/tiger/ -> double tribeSize()
INFO - GET http://127.0.0.1:63977/test/api/tiger/simple -> String simple()
INFO - GET http://127.0.0.1:63977/test/api/tiger/{matching} -> String matching(String)
INFO - Deployed Application(path=/private/tmp/tribestream/tribestream-container/target/EjbJarSecurityInfoTest)
INFO - Undeploying app: /private/tmp/tribestream/tribestream-container/target/EjbJarSecurityInfoTest
INFO - The Entity "com.tomitribe.tribestream.security.signatures.persistence.KeyId" was enhanced at level "1,591,689", but the current level of enhancement is "1,674,154".
INFO - A down level Entity was detected and logged. Please enable RUNTIME trace to see all down level Entities.
0
INFO - creating new keystore: /private/tmp/tribestream/tribestream-container/target/target/keystore-4005562857339704522.jks
INFO - Initializing ProtocolHandler ["http-nio-127.0.0.1-63979"]
INFO - Using a shared selector for servlet write/read
INFO - Starting service Tomcat
INFO - Starting Servlet Engine: Apache Tomcat/7.0.63
INFO - At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
INFO - Starting ProtocolHandler ["http-nio-127.0.0.1-63979"]
INFO - Pausing ProtocolHandler ["http-nio-127.0.0.1-63979"]
INFO - Stopping service Tomcat
INFO - Stopping ProtocolHandler ["http-nio-127.0.0.1-63979"]
INFO - Destroying ProtocolHandler ["http-nio-127.0.0.1-63979"]
INFO - Stopping network services
0
INFO - Stopping server services
INFO - Undeploying app: /private/tmp/tribestream/tribestream-container/target/SignatureAuthenticatorTest
INFO - Undeploying app: tribestream-alerting-persistence
INFO - Undeploying app: tribe-signatures-persistence
INFO - Undeploying app: tribe-signatures-persistence
INFO - Closing DataSource: Default JDBC Database
INFO - Closing DataSource: Default Unmanaged JDBC Database
INFO - Closing DataSource: Default JDBC Database
INFO - Closing DataSource: Default Unmanaged JDBC Database
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.768 sec - in com.tomitribe.tribestream.wadlx.generator.ApplicationSeeTest
Running com.tomitribe.tribestream.wadlx.generator.ErrorMappingTest
INFO - Stopping network services
INFO - Stopping server services
INFO - Undeploying app: tribe-signatures-persistence
INFO - Configuring Service(id=test, type=Service, provider-id=test)
INFO - Closing DataSource: Default JDBC Database
INFO - Closing DataSource: Default Unmanaged JDBC Database
INFO - Configuring Service(id=notificationPersistence, type=Service, provider-id=notificationPersistence)
INFO - Configuring Service(id=notificationCDI, type=Service, provider-id=notificationCDI)
INFO - Configuring Service(id=SignaturesService, type=Service, provider-id=SignaturesService)
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.584 sec - in com.tomitribe.tribestream.wadlx.generator.EjbJarSecurityInfoTest
Running com.tomitribe.tribestream.wadlx.generator.FilteredWadlHandlerTest
INFO - Configuring Service(id=Default Security Service, type=SecurityService, provider-id=Default Security Service)
INFO - Configuring Service(id=Default Transaction Manager, type=TransactionManager, provider-id=Default Transaction Manager)
INFO - Creating Service(id=test)
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in com.tomitribe.tribestream.wadlx.generator.FilteredWadlHandlerTest
INFO - Creating Service(id=notificationPersistence)
INFO - Creating Service(id=notificationCDI)
INFO - Creating Service(id=SignaturesService)
INFO - Creating TransactionManager(id=Default Transaction Manager)
INFO - Creating SecurityService(id=Default Security Service)
Running com.tomitribe.tribestream.wadlx.generator.GlobalErrorMappingTest
INFO - Cannot find the configuration file [conf/openejb.xml]. Will attempt to create one for the beans deployed.
INFO - Configuring enterprise application: tribestream-alerting-persistence
INFO - Auto-deploying ejb AlertService: EjbDeployment(deployment-id=AlertService)
INFO - Cannot find the configuration file [conf/openejb.xml]. Will attempt to create one for the beans deployed.
INFO - Configuring Service(id=Default Managed Container, type=Container, provider-id=Default Managed Container)
INFO - Auto-creating a container for bean tribestream-alerting-persistence.Comp1240913268: Container(type=MANAGED, id=Default Managed Container)
INFO - Creating Container(id=Default Managed Container)
INFO - Using directory /private/tmp/tribestream/tribestream-container/target for stateful session passivation
INFO - Configuring Service(id=Default Singleton Container, type=Container, provider-id=Default Singleton Container)
INFO - Auto-creating a container for bean AlertService: Container(type=SINGLETON, id=Default Singleton Container)
INFO - Creating Container(id=Default Singleton Container)
INFO - Configuring PersistenceUnit(name=notifications)
INFO - Configuring Service(id=Default JDBC Database, type=Resource, provider-id=Default JDBC Database)
INFO - Auto-creating a Resource with id 'Default JDBC Database' of type 'DataSource for 'notifications'.
INFO - Creating Resource(id=Default JDBC Database)
INFO - Configuring Service(id=SignaturesService, type=Service, provider-id=SignaturesService)
INFO - Configuring Service(id=Default Unmanaged JDBC Database, type=Resource, provider-id=Default Unmanaged JDBC Database)
INFO - Auto-creating a Resource with id 'Default Unmanaged JDBC Database' of type 'DataSource for 'notifications'.
INFO - Creating Resource(id=Default Unmanaged JDBC Database)
INFO - Configuring Service(id=Default Security Service, type=SecurityService, provider-id=Default Security Service)
INFO - Configuring Service(id=Default Transaction Manager, type=TransactionManager, provider-id=Default Transaction Manager)
INFO - Creating Service(id=SignaturesService)
INFO - Creating TransactionManager(id=Default Transaction Manager)
WARNING - Cannot install default JAAS configuration
INFO - Creating SecurityService(id=Default Security Service)
INFO - Configuring Service(id=notificationIRC, type=Service, provider-id=notificationIRC)
INFO - Configuring Service(id=SignaturesService, type=Service, provider-id=SignaturesService)
INFO - Adjusting PersistenceUnit notifications <jta-data-source> to Resource ID 'Default JDBC Database' from 'tribe-alert-datasource'
INFO - Adjusting PersistenceUnit notifications <non-jta-data-source> to Resource ID 'Default Unmanaged JDBC Database' from 'tribe-alert-datasourceNonJta'
INFO - Configuring Service(id=Default Security Service, type=SecurityService, provider-id=Default Security Service)
INFO - Configuring Service(id=Default Transaction Manager, type=TransactionManager, provider-id=Default Transaction Manager)
INFO - Creating Service(id=notificationIRC)
INFO - Creating Service(id=SignaturesService)
INFO - Creating TransactionManager(id=Default Transaction Manager)
INFO - Creating SecurityService(id=Default Security Service)
INFO - Configuring enterprise application: tribe-signatures-persistence
INFO - Auto-deploying ejb KeyRepository: EjbDeployment(deployment-id=KeyRepository)
INFO - Configuring Service(id=Default Managed Container, type=Container, provider-id=Default Managed Container)
INFO - Auto-creating a container for bean tribe-signatures-persistence.Comp382162149: Container(type=MANAGED, id=Default Managed Container)
INFO - Creating Container(id=Default Managed Container)
INFO - Using directory /private/tmp/tribestream/tribestream-container/target for stateful session passivation
INFO - Configuring Service(id=Default Singleton Container, type=Container, provider-id=Default Singleton Container)
INFO - Auto-creating a container for bean KeyRepository: Container(type=SINGLETON, id=Default Singleton Container)
INFO - Creating Container(id=Default Singleton Container)
INFO - Configuring PersistenceUnit(name=tribe-signatures-unit)
INFO - Configuring Service(id=Default JDBC Database, type=Resource, provider-id=Default JDBC Database)
INFO - Auto-creating a Resource with id 'Default JDBC Database' of type 'DataSource for 'tribe-signatures-unit'.
INFO - Creating Resource(id=Default JDBC Database)
INFO - Configuring Service(id=Default Unmanaged JDBC Database, type=Resource, provider-id=Default Unmanaged JDBC Database)
INFO - Auto-creating a Resource with id 'Default Unmanaged JDBC Database' of type 'DataSource for 'tribe-signatures-unit'.
INFO - Creating Resource(id=Default Unmanaged JDBC Database)
SEVERE - >>> Window Tracker <UserLimit.METHOD> for user<bob> and application <N/A> is invalid > Window{elapsed=0 seconds, duration=1 second, count=0, limit=10, version=33, start=1440180672682079000, stop=1440180673682079000}
SEVERE - >>> Window Tracker <UserLimit.METHOD> for user<bob> and application <N/A> is invalid > Window{elapsed=0 seconds, duration=1 second, count=0, limit=10, version=33, start=1440180672682079000, stop=1440180673682079000}
INFO - Adjusting PersistenceUnit tribe-signatures-unit <jta-data-source> to Resource ID 'Default JDBC Database' from 'tribe-signatures-datasource'
INFO - Configuring enterprise application: tribe-signatures-persistence
INFO - Adjusting PersistenceUnit tribe-signatures-unit <non-jta-data-source> to Resource ID 'Default Unmanaged JDBC Database' from 'tribe-signatures-datasourceNonJta'
INFO - Auto-deploying ejb KeyRepository: EjbDeployment(deployment-id=KeyRepository)
INFO - Configuring Service(id=Default Managed Container, type=Container, provider-id=Default Managed Container)
INFO - Auto-creating a container for bean tribe-signatures-persistence.Comp2008652784: Container(type=MANAGED, id=Default Managed Container)
INFO - Creating Container(id=Default Managed Container)
INFO - Using directory /private/tmp/tribestream/tribestream-container/target for stateful session passivation
INFO - Configuring Service(id=Default Singleton Container, type=Container, provider-id=Default Singleton Container)
INFO - Auto-creating a container for bean KeyRepository: Container(type=SINGLETON, id=Default Singleton Container)
INFO - Creating Container(id=Default Singleton Container)
INFO - Configuring PersistenceUnit(name=tribe-signatures-unit)
SEVERE - >>> Window Tracker <UserLimit.METHOD> for user<bob> and application <N/A> is invalid > Window{elapsed=0 seconds, duration=1 second, count=0, limit=10, version=33, start=1440180672682079000, stop=1440180673682079000}
SEVERE - >>> Window Tracker <UserLimit.METHOD> for user<bob> and application <N/A> is invalid > Window{elapsed=0 seconds, duration=1 second, count=0, limit=10, version=33, start=1440180672682079000, stop=1440180673682079000}
SEVERE - >>> Window Tracker <UserLimit.METHOD> for user<bob> and application <N/A> is invalid > Window{elapsed=0 seconds, duration=1 second, count=0, limit=10, version=33, start=1440180672682079000, stop=1440180673682079000}
INFO - Configuring Service(id=Default JDBC Database, type=Resource, provider-id=Default JDBC Database)
INFO - Auto-creating a Resource with id 'Default JDBC Database' of type 'DataSource for 'tribe-signatures-unit'.
INFO - Creating Resource(id=Default JDBC Database)
INFO - Configuring Service(id=Default Unmanaged JDBC Database, type=Resource, provider-id=Default Unmanaged JDBC Database)
INFO - Auto-creating a Resource with id 'Default Unmanaged JDBC Database' of type 'DataSource for 'tribe-signatures-unit'.
INFO - Creating Resource(id=Default Unmanaged JDBC Database)
SEVERE - >>> Window Tracker <UserLimit.METHOD> for user<bob> and application <N/A> is invalid > Window{elapsed=0 seconds, duration=1 second, count=0, limit=10, version=33, start=1440180672682079000, stop=1440180673682079000}
SEVERE - >>> Window Tracker <UserLimit.METHOD> for user<bob> and application <N/A> is invalid > Window{elapsed=0 seconds, duration=1 second, count=0, limit=10, version=33, start=1440180672682079000, stop=1440180673682079000}
SEVERE - >>> Window Tracker <UserLimit.METHOD> for user<bob> and application <N/A> is invalid > Window{elapsed=0 seconds, duration=1 second, count=0, limit=10, version=33, start=1440180672682079000, stop=1440180673682079000}
INFO - Adjusting PersistenceUnit tribe-signatures-unit <jta-data-source> to Resource ID 'Default JDBC Database' from 'tribe-signatures-datasource'
INFO - Adjusting PersistenceUnit tribe-signatures-unit <non-jta-data-source> to Resource ID 'Default Unmanaged JDBC Database' from 'tribe-signatures-datasourceNonJta'
SEVERE - >>> Window Tracker <UserLimit.METHOD> for user<bob> and application <N/A> is invalid > Window{elapsed=0 seconds, duration=1 second, count=0, limit=10, version=33, start=1440180672682079000, stop=1440180673682079000}
INFO - Enterprise application "tribestream-alerting-persistence" loaded.
INFO - Not creating another application classloader for tribestream-alerting-persistence
INFO - Assembling app: tribestream-alerting-persistence
INFO - PersistenceUnit(name=notifications, provider=org.apache.openjpa.persistence.PersistenceProviderImpl) - provider time 4ms
INFO - Jndi(name=AlertServiceLocalBean) --> Ejb(deployment-id=AlertService)
INFO - Jndi(name=global/tribestream-alerting-persistence/AlertService!com.tomitribe.tribestream.notifications.core.persistence.AlertService) --> Ejb(deployment-id=AlertService)
INFO - Jndi(name=global/tribestream-alerting-persistence/AlertService) --> Ejb(deployment-id=AlertService)
INFO - Created new singletonService org.apache.openejb.cdi.ThreadSingletonServiceImpl@307f8d48
INFO - Succeeded in installing singleton service
INFO - OpenWebBeans Container is starting...
INFO - Adding OpenWebBeansPlugin : [CdiPlugin]
INFO - All injection points were validated successfully.
INFO - OpenWebBeans Container has started, it took 12 ms.
INFO - Created Ejb(deployment-id=AlertService, ejb-name=AlertService, container=Default Singleton Container)
INFO - Started Ejb(deployment-id=AlertService, ejb-name=AlertService, container=Default Singleton Container)
INFO - Deployed Application(path=tribestream-alerting-persistence)
INFO - Configuring enterprise application: tribe-signatures-persistence
INFO - Enterprise application "tribe-signatures-persistence" loaded.
INFO - Auto-deploying ejb KeyRepository: EjbDeployment(deployment-id=KeyRepository)
INFO - Configuring PersistenceUnit(name=tribe-signatures-unit)
INFO - Adjusting PersistenceUnit tribe-signatures-unit <jta-data-source> to Resource ID 'Default JDBC Database' from 'tribe-signatures-datasource'
INFO - Adjusting PersistenceUnit tribe-signatures-unit <non-jta-data-source> to Resource ID 'Default Unmanaged JDBC Database' from 'tribe-signatures-datasourceNonJta'
INFO - Enterprise application "tribe-signatures-persistence" loaded.
INFO - Not creating another application classloader for tribe-signatures-persistence
INFO - Assembling app: tribe-signatures-persistence
INFO - Enterprise application "tribe-signatures-persistence" loaded.
INFO - PersistenceUnit(name=tribe-signatures-unit, provider=org.apache.openjpa.persistence.PersistenceProviderImpl) - provider time 5ms
INFO - Jndi(name=KeyRepositoryLocalBean) --> Ejb(deployment-id=KeyRepository)
INFO - Jndi(name=global/tribe-signatures-persistence/KeyRepository!com.tomitribe.tribestream.security.signatures.persistence.KeyRepository) --> Ejb(deployment-id=KeyRepository)
INFO - Jndi(name=global/tribe-signatures-persistence/KeyRepository) --> Ejb(deployment-id=KeyRepository)
INFO - Created new singletonService org.apache.openejb.cdi.ThreadSingletonServiceImpl@e74917
INFO - Succeeded in installing singleton service
INFO - OpenWebBeans Container is starting...
INFO - Adding OpenWebBeansPlugin : [CdiPlugin]
INFO - Not creating another application classloader for tribe-signatures-persistence
INFO - Assembling app: tribe-signatures-persistence
INFO - Not creating another application classloader for tribe-signatures-persistence
INFO - Assembling app: tribe-signatures-persistence
INFO - PersistenceUnit(name=tribe-signatures-unit, provider=org.apache.openjpa.persistence.PersistenceProviderImpl) - provider time 7ms
INFO - Jndi(name=KeyRepositoryLocalBean) --> Ejb(deployment-id=KeyRepository)
INFO - Jndi(name=global/tribe-signatures-persistence/KeyRepository!com.tomitribe.tribestream.security.signatures.persistence.KeyRepository) --> Ejb(deployment-id=KeyRepository)
INFO - Jndi(name=global/tribe-signatures-persistence/KeyRepository) --> Ejb(deployment-id=KeyRepository)
INFO - Existing thread singleton service in SystemInstance(): org.apache.openejb.cdi.ThreadSingletonServiceImpl@307f8d48
INFO - PersistenceUnit(name=tribe-signatures-unit, provider=org.apache.openjpa.persistence.PersistenceProviderImpl) - provider time 9ms
INFO - OpenWebBeans Container is starting...
INFO - Jndi(name=KeyRepositoryLocalBean) --> Ejb(deployment-id=KeyRepository)
INFO - Jndi(name=global/tribe-signatures-persistence/KeyRepository!com.tomitribe.tribestream.security.signatures.persistence.KeyRepository) --> Ejb(deployment-id=KeyRepository)
INFO - Adding OpenWebBeansPlugin : [CdiPlugin]
INFO - Jndi(name=global/tribe-signatures-persistence/KeyRepository) --> Ejb(deployment-id=KeyRepository)
INFO - Created new singletonService org.apache.openejb.cdi.ThreadSingletonServiceImpl@8117683
INFO - Succeeded in installing singleton service
INFO - OpenWebBeans Container is starting...
INFO - Adding OpenWebBeansPlugin : [CdiPlugin]
INFO - All injection points were validated successfully.
INFO - OpenWebBeans Container has started, it took 30 ms.
INFO - Created Ejb(deployment-id=KeyRepository, ejb-name=KeyRepository, container=Default Singleton Container)
INFO - Started Ejb(deployment-id=KeyRepository, ejb-name=KeyRepository, container=Default Singleton Container)
INFO - Deployed Application(path=tribe-signatures-persistence)
INFO - Initializing network services
INFO - All injection points were validated successfully.
INFO - Creating ServerService(id=httpejbd)
INFO - OpenWebBeans Container has started, it took 24 ms.
INFO - Created ServicePool 'httpejbd' with (10) core threads, limited to (200) threads with a queue of (9)
INFO - Created Ejb(deployment-id=KeyRepository, ejb-name=KeyRepository, container=Default Singleton Container)
INFO - Started Ejb(deployment-id=KeyRepository, ejb-name=KeyRepository, container=Default Singleton Container)
INFO - Deployed Application(path=tribe-signatures-persistence)
INFO - Initializing network services
INFO - All injection points were validated successfully.
INFO - Creating ServerService(id=httpejbd)
INFO - Created ServicePool 'httpejbd' with (10) core threads, limited to (200) threads with a queue of (9)
INFO - OpenWebBeans Container has started, it took 32 ms.
INFO - Creating ServerService(id=cxf-rs)
SEVERE - MBean Object org.apache.cxf.bus.extension.ExtensionManagerBus@270dcbd0 register to MBeanServer failed : javax.management.InstanceAlreadyExistsException: org.apache.cxf:bus.id=openejb.cxf.bus,type=Bus,instance.id=655215568
INFO - Initializing network services
INFO - ** Bound Services **
INFO - NAME IP PORT
INFO - httpejbd 127.0.0.1 63985
INFO - -------
INFO - Ready!
INFO - Configuring enterprise application: /private/tmp/tribestream/tribestream-container/target/GlobalErrorMappingTest
INFO - Creating ServerService(id=cxf-rs)
SEVERE - MBean Object org.apache.cxf.bus.extension.ExtensionManagerBus@69f77a1c register to MBeanServer failed : javax.management.InstanceAlreadyExistsException: org.apache.cxf:bus.id=openejb.cxf.bus,type=Bus,instance.id=1777826332
INFO - Initializing network services
INFO - ** Bound Services **
INFO - NAME IP PORT
INFO - httpejbd 127.0.0.1 63984
INFO - -------
INFO - Ready!
INFO - Configuring enterprise application: /private/tmp/tribestream/tribestream-container/target/ErrorMappingTest
INFO - Created Ejb(deployment-id=KeyRepository, ejb-name=KeyRepository, container=Default Singleton Container)
INFO - Started Ejb(deployment-id=KeyRepository, ejb-name=KeyRepository, container=Default Singleton Container)
INFO - Deployed Application(path=tribe-signatures-persistence)
INFO - Configuring enterprise application: /private/tmp/tribestream/tribestream-container/target/SignatureAuthenticatorTest
INFO - Configuring PersistenceUnit(name=test-unit)
INFO - No REST application. Add a default JAX RS mapping on /api/*
INFO - Adjusting PersistenceUnit test-unit <jta-data-source> to Resource ID 'Default JDBC Database' from 'tribe-signatures-datasource'
INFO - Adjusting PersistenceUnit test-unit <non-jta-data-source> to Resource ID 'Default Unmanaged JDBC Database' from 'tribe-signatures-datasourceNonJta'
INFO - Enterprise application "/private/tmp/tribestream/tribestream-container/target/ErrorMappingTest" loaded.
INFO - Enterprise application "/private/tmp/tribestream/tribestream-container/target/SignatureAuthenticatorTest" loaded.
INFO - Enterprise application "/private/tmp/tribestream/tribestream-container/target/GlobalErrorMappingTest" loaded.
INFO - Creating dedicated application classloader for GlobalErrorMappingTest
INFO - Assembling app: /private/tmp/tribestream/tribestream-container/target/GlobalErrorMappingTest
INFO - Creating dedicated application classloader for ErrorMappingTest
INFO - Assembling app: /private/tmp/tribestream/tribestream-container/target/ErrorMappingTest
INFO - Existing thread singleton service in SystemInstance(): org.apache.openejb.cdi.ThreadSingletonServiceImpl@e74917
INFO - OpenWebBeans Container is starting...
INFO - Adding OpenWebBeansPlugin : [CdiPlugin]
INFO - Existing thread singleton service in SystemInstance(): org.apache.openejb.cdi.ThreadSingletonServiceImpl@307f8d48
INFO - All injection points were validated successfully.
INFO - OpenWebBeans Container has started, it took 5 ms.
INFO - OpenWebBeans Container is starting...
INFO - Adding OpenWebBeansPlugin : [CdiPlugin]
INFO - All injection points were validated successfully.
INFO - Existing thread singleton service in SystemInstance(): org.apache.openejb.cdi.ThreadSingletonServiceImpl@e74917
INFO - OpenWebBeans Container has started, it took 4 ms.
INFO - OpenWebBeans Container is starting...
INFO - Existing thread singleton service in SystemInstance(): org.apache.openejb.cdi.ThreadSingletonServiceImpl@307f8d48
INFO - Adding OpenWebBeansPlugin : [CdiPlugin]
INFO - Not creating another application classloader for SignatureAuthenticatorTest
INFO - Assembling app: /private/tmp/tribestream/tribestream-container/target/SignatureAuthenticatorTest
INFO - OpenWebBeans Container is starting...
INFO - All injection points were validated successfully.
INFO - Adding OpenWebBeansPlugin : [CdiPlugin]
INFO - OpenWebBeans Container has started, it took 4 ms.
INFO - Using providers:
INFO - com.tomitribe.tribestream.wadlx.generator.GlobalErrorMappingTest$MyNPEMapper@4de5f08d
INFO - org.apache.openejb.server.cxf.rs.EJBAccessExceptionMapper@6f7cafd1
INFO - com.tomitribe.tribestream.governance.jaxrs.ConcurrentLimitExceededExceptionMapper@3313e0ef
INFO - All injection points were validated successfully.
INFO - com.tomitribe.tribestream.governance.jaxrs.RateLimitExceededExceptionMapper@5e14851b
INFO - OpenWebBeans Container has started, it took 5 ms.
INFO - com.tomitribe.tribestream.wadlx.error.ErrorMappingExceptionMapper@152edfde
INFO - Using providers:
INFO - com.tomitribe.tribestream.wadlx.generator.ErrorMappingTest$MyNPEMapper@51ded29b
INFO - PersistenceUnit(name=test-unit, provider=org.apache.openjpa.persistence.PersistenceProviderImpl) - provider time 5ms
INFO - org.apache.openejb.server.cxf.rs.EJBAccessExceptionMapper@31829f6c
INFO - com.tomitribe.tribestream.governance.jaxrs.ConcurrentLimitExceededExceptionMapper@7bd4e81a
INFO - com.tomitribe.tribestream.governance.jaxrs.RateLimitExceededExceptionMapper@56d24279
INFO - com.tomitribe.tribestream.wadlx.error.ErrorMappingExceptionMapper@60a4277
INFO - Existing thread singleton service in SystemInstance(): org.apache.openejb.cdi.ThreadSingletonServiceImpl@8117683
INFO - OpenWebBeans Container is starting...
INFO - Adding OpenWebBeansPlugin : [CdiPlugin]
INFO - All injection points were validated successfully.
INFO - OpenWebBeans Container has started, it took 4 ms.
INFO - Deployed Application(path=/private/tmp/tribestream/tribestream-container/target/SignatureAuthenticatorTest)
INFO - creating new keystore: /private/tmp/tribestream/tribestream-container/target/target/keystore-562074870586279823.jks
INFO - Starting OpenJPA 2.4.0
INFO - REST Application: http://127.0.0.1:63984/openejb/api -> org.apache.openejb.server.rest.InternalApplication
INFO - Service URI: http://127.0.0.1:63984/openejb/api/tiger -> Pojo com.tomitribe.tribestream.wadlx.generator.ErrorMappingTest$Tiger
INFO - GET http://127.0.0.1:63984/openejb/api/tiger/ -> double tribeSize(boolean, boolean)
INFO - Deployed Application(path=/private/tmp/tribestream/tribestream-container/target/ErrorMappingTest)
INFO - Undeploying app: /private/tmp/tribestream/tribestream-container/target/ErrorMappingTest
INFO - Using dictionary class "org.apache.openjpa.jdbc.sql.HSQLDictionary" (HSQL Database Engine 2.3.2 ,HSQL Database Engine Driver 2.3.2).
INFO - Connected to HSQL Database Engine version 2.2 using JDBC driver HSQL Database Engine Driver version 2.3.2.
INFO - Setting ApplicationLimit on method com.tomitribe.tribestream.wadlx.generator.Tiger.tribeSize(boolean,boolean): ApplicationLimit=(rate=(limit=80, window=10, unit=SECONDS))
INFO - Setting UserLimit on method com.tomitribe.tribestream.wadlx.generator.Tiger.tribeSize(boolean,boolean): UserLimit=(, concurrent=(limit=3))
INFO - Setting UserLimit on method com.tomitribe.tribestream.wadlx.generator.Tiger.tribeSize(boolean,boolean): UserLimit=(, concurrent=(limit=20))
INFO - Setting UserLimit on method com.tomitribe.tribestream.wadlx.generator.Tiger.tribeSize(boolean,boolean): UserLimit=(rate=(limit=1, window=1, unit=SECONDS), concurrent=(limit=50))
INFO - Setting UserLimit on method com.tomitribe.tribestream.wadlx.generator.Tiger.tribeSize(boolean,boolean): UserLimit=(, concurrent=(limit=20))
INFO - REST Application: http://127.0.0.1:63985/openejb/api -> org.apache.openejb.server.rest.InternalApplication
INFO - Service URI: http://127.0.0.1:63985/openejb/api/tiger -> Pojo com.tomitribe.tribestream.wadlx.generator.GlobalErrorMappingTest$Tiger
INFO - GET http://127.0.0.1:63985/openejb/api/tiger/ -> double tribeSize(boolean, boolean)
INFO - Deployed Application(path=/private/tmp/tribestream/tribestream-container/target/GlobalErrorMappingTest)
INFO - Undeploying app: /private/tmp/tribestream/tribestream-container/target/GlobalErrorMappingTest
INFO - The Entity "com.tomitribe.tribestream.security.signatures.persistence.KeyId" was enhanced at level "1,591,689", but the current level of enhancement is "1,674,154".
INFO - A down level Entity was detected and logged. Please enable RUNTIME trace to see all down level Entities.
0
INFO - creating new keystore: /private/tmp/tribestream/tribestream-container/target/target/keystore-562074870586279823.jks
INFO - Initializing ProtocolHandler ["http-nio-127.0.0.1-63983"]
INFO - Using a shared selector for servlet write/read
INFO - Starting service Tomcat
INFO - Starting Servlet Engine: Apache Tomcat/7.0.63
INFO - At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
INFO - Starting ProtocolHandler ["http-nio-127.0.0.1-63983"]
SEVERE - Can't find key 'bla bla' from the store.
INFO - Pausing ProtocolHandler ["http-nio-127.0.0.1-63983"]
INFO - Stopping service Tomcat
INFO - Stopping ProtocolHandler ["http-nio-127.0.0.1-63983"]
INFO - Stopping network services
INFO - Stopping server services
INFO - Undeploying app: tribe-signatures-persistence
INFO - Closing DataSource: Default JDBC Database
INFO - Closing DataSource: Default Unmanaged JDBC Database
INFO - Cannot find the configuration file [conf/openejb.xml]. Will attempt to create one for the beans deployed.
INFO - Configuring Service(id=SignaturesService, type=Service, provider-id=SignaturesService)
INFO - Configuring Service(id=Default Security Service, type=SecurityService, provider-id=Default Security Service)
INFO - Configuring Service(id=Default Transaction Manager, type=TransactionManager, provider-id=Default Transaction Manager)
INFO - Creating Service(id=SignaturesService)
INFO - Creating TransactionManager(id=Default Transaction Manager)
INFO - Creating SecurityService(id=Default Security Service)
INFO - Configuring enterprise application: tribe-signatures-persistence
INFO - Auto-deploying ejb KeyRepository: EjbDeployment(deployment-id=KeyRepository)
INFO - Configuring Service(id=Default Managed Container, type=Container, provider-id=Default Managed Container)
INFO - Auto-creating a container for bean tribe-signatures-persistence.Comp30062264: Container(type=MANAGED, id=Default Managed Container)
INFO - Creating Container(id=Default Managed Container)
INFO - Using directory /private/tmp/tribestream/tribestream-container/target for stateful session passivation
INFO - Configuring Service(id=Default Singleton Container, type=Container, provider-id=Default Singleton Container)
INFO - Auto-creating a container for bean KeyRepository: Container(type=SINGLETON, id=Default Singleton Container)
INFO - Creating Container(id=Default Singleton Container)
INFO - Stopping network services
INFO - Stopping server services
INFO - Undeploying app: tribestream-alerting-persistence
INFO - Configuring PersistenceUnit(name=tribe-signatures-unit)
INFO - Configuring Service(id=Default JDBC Database, type=Resource, provider-id=Default JDBC Database)
INFO - Auto-creating a Resource with id 'Default JDBC Database' of type 'DataSource for 'tribe-signatures-unit'.
INFO - Creating Resource(id=Default JDBC Database)
INFO - Undeploying app: tribe-signatures-persistence
INFO - Closing DataSource: Default JDBC Database
INFO - Closing DataSource: Default Unmanaged JDBC Database
INFO - Configuring Service(id=Default Unmanaged JDBC Database, type=Resource, provider-id=Default Unmanaged JDBC Database)
INFO - Auto-creating a Resource with id 'Default Unmanaged JDBC Database' of type 'DataSource for 'tribe-signatures-unit'.
INFO - Creating Resource(id=Default Unmanaged JDBC Database)
INFO - Adjusting PersistenceUnit tribe-signatures-unit <jta-data-source> to Resource ID 'Default JDBC Database' from 'tribe-signatures-datasource'
INFO - Adjusting PersistenceUnit tribe-signatures-unit <non-jta-data-source> to Resource ID 'Default Unmanaged JDBC Database' from 'tribe-signatures-datasourceNonJta'
INFO - Configuring Service(id=test, type=Service, provider-id=test)
INFO - Configuring Service(id=notificationPersistence, type=Service, provider-id=notificationPersistence)
INFO - Configuring Service(id=notificationCDI, type=Service, provider-id=notificationCDI)
INFO - Configuring Service(id=SignaturesService, type=Service, provider-id=SignaturesService)
INFO - Configuring Service(id=Default Security Service, type=SecurityService, provider-id=Default Security Service)
INFO - Configuring Service(id=Default Transaction Manager, type=TransactionManager, provider-id=Default Transaction Manager)
INFO - Creating Service(id=test)
INFO - Creating Service(id=notificationPersistence)
INFO - Creating Service(id=notificationCDI)
INFO - Creating Service(id=SignaturesService)
INFO - Creating TransactionManager(id=Default Transaction Manager)
INFO - Creating SecurityService(id=Default Security Service)
INFO - Configuring enterprise application: tribestream-alerting-persistence
INFO - Auto-deploying ejb AlertService: EjbDeployment(deployment-id=AlertService)
INFO - Configuring Service(id=Default Managed Container, type=Container, provider-id=Default Managed Container)
INFO - Auto-creating a container for bean tribestream-alerting-persistence.Comp318828135: Container(type=MANAGED, id=Default Managed Container)
INFO - Creating Container(id=Default Managed Container)
INFO - Using directory /private/tmp/tribestream/tribestream-container/target for stateful session passivation
INFO - Configuring Service(id=Default Singleton Container, type=Container, provider-id=Default Singleton Container)
INFO - Auto-creating a container for bean AlertService: Container(type=SINGLETON, id=Default Singleton Container)
INFO - Creating Container(id=Default Singleton Container)
INFO - Configuring PersistenceUnit(name=notifications)
INFO - Configuring Service(id=Default JDBC Database, type=Resource, provider-id=Default JDBC Database)
INFO - Auto-creating a Resource with id 'Default JDBC Database' of type 'DataSource for 'notifications'.
INFO - Creating Resource(id=Default JDBC Database)
INFO - Configuring Service(id=Default Unmanaged JDBC Database, type=Resource, provider-id=Default Unmanaged JDBC Database)
INFO - Auto-creating a Resource with id 'Default Unmanaged JDBC Database' of type 'DataSource for 'notifications'.
INFO - Creating Resource(id=Default Unmanaged JDBC Database)
INFO - Adjusting PersistenceUnit notifications <jta-data-source> to Resource ID 'Default JDBC Database' from 'tribe-alert-datasource'
INFO - Adjusting PersistenceUnit notifications <non-jta-data-source> to Resource ID 'Default Unmanaged JDBC Database' from 'tribe-alert-datasourceNonJta'
INFO - Enterprise application "tribe-signatures-persistence" loaded.
INFO - Enterprise application "tribestream-alerting-persistence" loaded.
INFO - Not creating another application classloader for tribe-signatures-persistence
INFO - Assembling app: tribe-signatures-persistence
INFO - Not creating another application classloader for tribestream-alerting-persistence
INFO - Assembling app: tribestream-alerting-persistence
INFO - PersistenceUnit(name=tribe-signatures-unit, provider=org.apache.openjpa.persistence.PersistenceProviderImpl) - provider time 5ms
INFO - Jndi(name=KeyRepositoryLocalBean) --> Ejb(deployment-id=KeyRepository)
INFO - Jndi(name=global/tribe-signatures-persistence/KeyRepository!com.tomitribe.tribestream.security.signatures.persistence.KeyRepository) --> Ejb(deployment-id=KeyRepository)
INFO - Jndi(name=global/tribe-signatures-persistence/KeyRepository) --> Ejb(deployment-id=KeyRepository)
INFO - Created new singletonService org.apache.openejb.cdi.ThreadSingletonServiceImpl@e74917
INFO - Succeeded in installing singleton service
INFO - PersistenceUnit(name=notifications, provider=org.apache.openjpa.persistence.PersistenceProviderImpl) - provider time 3ms
INFO - OpenWebBeans Container is starting...
INFO - Jndi(name=AlertServiceLocalBean) --> Ejb(deployment-id=AlertService)
INFO - Jndi(name=global/tribestream-alerting-persistence/AlertService!com.tomitribe.tribestream.notifications.core.persistence.AlertService) --> Ejb(deployment-id=AlertService)
INFO - Jndi(name=global/tribestream-alerting-persistence/AlertService) --> Ejb(deployment-id=AlertService)
INFO - Created new singletonService org.apache.openejb.cdi.ThreadSingletonServiceImpl@307f8d48
INFO - Adding OpenWebBeansPlugin : [CdiPlugin]
INFO - Succeeded in installing singleton service
INFO - OpenWebBeans Container is starting...
INFO - Adding OpenWebBeansPlugin : [CdiPlugin]
INFO - All injection points were validated successfully.
INFO - OpenWebBeans Container has started, it took 9 ms.
INFO - Created Ejb(deployment-id=AlertService, ejb-name=AlertService, container=Default Singleton Container)
INFO - Started Ejb(deployment-id=AlertService, ejb-name=AlertService, container=Default Singleton Container)
INFO - Deployed Application(path=tribestream-alerting-persistence)
INFO - All injection points were validated successfully.
INFO - OpenWebBeans Container has started, it took 27 ms.
INFO - Created Ejb(deployment-id=KeyRepository, ejb-name=KeyRepository, container=Default Singleton Container)
INFO - Started Ejb(deployment-id=KeyRepository, ejb-name=KeyRepository, container=Default Singleton Container)
INFO - Configuring enterprise application: tribe-signatures-persistence
INFO - Deployed Application(path=tribe-signatures-persistence)
INFO - Initializing network services
INFO - Auto-deploying ejb KeyRepository: EjbDeployment(deployment-id=KeyRepository)
INFO - Configuring PersistenceUnit(name=tribe-signatures-unit)
INFO - Adjusting PersistenceUnit tribe-signatures-unit <jta-data-source> to Resource ID 'Default JDBC Database' from 'tribe-signatures-datasource'
INFO - Adjusting PersistenceUnit tribe-signatures-unit <non-jta-data-source> to Resource ID 'Default Unmanaged JDBC Database' from 'tribe-signatures-datasourceNonJta'
INFO - Enterprise application "tribe-signatures-persistence" loaded.
INFO - Creating ServerService(id=httpejbd)
INFO - Created ServicePool 'httpejbd' with (10) core threads, limited to (200) threads with a queue of (9)
INFO - Not creating another application classloader for tribe-signatures-persistence
INFO - Assembling app: tribe-signatures-persistence
INFO - Creating ServerService(id=cxf-rs)
SEVERE - MBean Object org.apache.cxf.bus.extension.ExtensionManagerBus@270dcbd0 register to MBeanServer failed : javax.management.InstanceAlreadyExistsException: org.apache.cxf:bus.id=openejb.cxf.bus,type=Bus,instance.id=655215568
INFO - Initializing network services
INFO - PersistenceUnit(name=tribe-signatures-unit, provider=org.apache.openjpa.persistence.PersistenceProviderImpl) - provider time 7ms
INFO - ** Bound Services **
INFO - NAME IP PORT
INFO - httpejbd 127.0.0.1 63998
INFO - -------
INFO - Ready!
INFO - Configuring enterprise application: /private/tmp/tribestream/tribestream-container/target/GlobalErrorMappingTest
INFO - Jndi(name=KeyRepositoryLocalBean) --> Ejb(deployment-id=KeyRepository)
INFO - Jndi(name=global/tribe-signatures-persistence/KeyRepository!com.tomitribe.tribestream.security.signatures.persistence.KeyRepository) --> Ejb(deployment-id=KeyRepository)
INFO - Jndi(name=global/tribe-signatures-persistence/KeyRepository) --> Ejb(deployment-id=KeyRepository)
INFO - Existing thread singleton service in SystemInstance(): org.apache.openejb.cdi.ThreadSingletonServiceImpl@307f8d48
INFO - OpenWebBeans Container is starting...
INFO - Adding OpenWebBeansPlugin : [CdiPlugin]
INFO - Enterprise application "/private/tmp/tribestream/tribestream-container/target/GlobalErrorMappingTest" loaded.
INFO - All injection points were validated successfully.
INFO - OpenWebBeans Container has started, it took 15 ms.
INFO - Creating dedicated application classloader for GlobalErrorMappingTest
INFO - Assembling app: /private/tmp/tribestream/tribestream-container/target/GlobalErrorMappingTest
INFO - Created Ejb(deployment-id=KeyRepository, ejb-name=KeyRepository, container=Default Singleton Container)
INFO - Started Ejb(deployment-id=KeyRepository, ejb-name=KeyRepository, container=Default Singleton Container)
INFO - Deployed Application(path=tribe-signatures-persistence)
INFO - Initializing network services
INFO - Existing thread singleton service in SystemInstance(): org.apache.openejb.cdi.ThreadSingletonServiceImpl@e74917
INFO - Creating ServerService(id=httpejbd)
INFO - OpenWebBeans Container is starting...
INFO - Created ServicePool 'httpejbd' with (10) core threads, limited to (200) threads with a queue of (9)
INFO - Adding OpenWebBeansPlugin : [CdiPlugin]
INFO - All injection points were validated successfully.
INFO - OpenWebBeans Container has started, it took 6 ms.
INFO - Creating ServerService(id=cxf-rs)
SEVERE - MBean Object org.apache.cxf.bus.extension.ExtensionManagerBus@69f77a1c register to MBeanServer failed : javax.management.InstanceAlreadyExistsException: org.apache.cxf:bus.id=openejb.cxf.bus,type=Bus,instance.id=1777826332
INFO - Initializing network services
INFO - ** Bound Services **
INFO - NAME IP PORT
INFO - httpejbd 127.0.0.1 63999
INFO - -------
INFO - Ready!
INFO - Configuring enterprise application: /private/tmp/tribestream/tribestream-container/target/ErrorMappingTest
INFO - Existing thread singleton service in SystemInstance(): org.apache.openejb.cdi.ThreadSingletonServiceImpl@e74917
INFO - OpenWebBeans Container is starting...
INFO - Adding OpenWebBeansPlugin : [CdiPlugin]
INFO - All injection points were validated successfully.
INFO - OpenWebBeans Container has started, it took 5 ms.
INFO - Using providers:
INFO - com.tomitribe.tribestream.wadlx.generator.GlobalErrorMappingTest$MyNPEMapper@5d16d955
INFO - org.apache.openejb.server.cxf.rs.EJBAccessExceptionMapper@6f7cafd1
INFO - com.tomitribe.tribestream.governance.jaxrs.ConcurrentLimitExceededExceptionMapper@7168b32
INFO - com.tomitribe.tribestream.governance.jaxrs.RateLimitExceededExceptionMapper@590c8340
INFO - com.tomitribe.tribestream.wadlx.error.ErrorMappingExceptionMapper@447d0c6c
INFO - No REST application. Add a default JAX RS mapping on /api/*
INFO - Enterprise application "/private/tmp/tribestream/tribestream-container/target/ErrorMappingTest" loaded.
INFO - Creating dedicated application classloader for ErrorMappingTest
INFO - Assembling app: /private/tmp/tribestream/tribestream-container/target/ErrorMappingTest
INFO - Existing thread singleton service in SystemInstance(): org.apache.openejb.cdi.ThreadSingletonServiceImpl@307f8d48
INFO - OpenWebBeans Container is starting...
INFO - Adding OpenWebBeansPlugin : [CdiPlugin]
INFO - All injection points were validated successfully.
INFO - OpenWebBeans Container has started, it took 4 ms.
INFO - Existing thread singleton service in SystemInstance(): org.apache.openejb.cdi.ThreadSingletonServiceImpl@307f8d48
INFO - OpenWebBeans Container is starting...
INFO - Adding OpenWebBeansPlugin : [CdiPlugin]
INFO - All injection points were validated successfully.
INFO - OpenWebBeans Container has started, it took 3 ms.
INFO - Setting ApplicationLimit on method com.tomitribe.tribestream.wadlx.generator.Tiger.tribeSize(boolean,boolean): ApplicationLimit=(rate=(limit=80, window=10, unit=SECONDS))
INFO - Using providers:
INFO - Setting UserLimit on method com.tomitribe.tribestream.wadlx.generator.Tiger.tribeSize(boolean,boolean): UserLimit=(, concurrent=(limit=3))
INFO - com.tomitribe.tribestream.wadlx.generator.ErrorMappingTest$MyNPEMapper@7269bcf1
INFO - Setting UserLimit on method com.tomitribe.tribestream.wadlx.generator.Tiger.tribeSize(boolean,boolean): UserLimit=(, concurrent=(limit=20))
INFO - org.apache.openejb.server.cxf.rs.EJBAccessExceptionMapper@31829f6c
INFO - Setting UserLimit on method com.tomitribe.tribestream.wadlx.generator.Tiger.tribeSize(boolean,boolean): UserLimit=(rate=(limit=1, window=1, unit=SECONDS), concurrent=(limit=50))
INFO - com.tomitribe.tribestream.governance.jaxrs.ConcurrentLimitExceededExceptionMapper@7bf3ace5
INFO - Setting UserLimit on method com.tomitribe.tribestream.wadlx.generator.Tiger.tribeSize(boolean,boolean): UserLimit=(, concurrent=(limit=20))
INFO - com.tomitribe.tribestream.governance.jaxrs.RateLimitExceededExceptionMapper@3adc2df6
INFO - com.tomitribe.tribestream.wadlx.error.ErrorMappingExceptionMapper@4d4d8faa
INFO - REST Application: http://127.0.0.1:63998/openejb/api -> org.apache.openejb.server.rest.InternalApplication
INFO - Service URI: http://127.0.0.1:63998/openejb/api/tiger -> Pojo com.tomitribe.tribestream.wadlx.generator.GlobalErrorMappingTest$Tiger
INFO - GET http://127.0.0.1:63998/openejb/api/tiger/ -> double tribeSize(boolean, boolean)
INFO - Deployed Application(path=/private/tmp/tribestream/tribestream-container/target/GlobalErrorMappingTest)
INFO - REST Application: http://127.0.0.1:63999/openejb/api -> org.apache.openejb.server.rest.InternalApplication
INFO - Service URI: http://127.0.0.1:63999/openejb/api/tiger -> Pojo com.tomitribe.tribestream.wadlx.generator.ErrorMappingTest$Tiger
INFO - GET http://127.0.0.1:63999/openejb/api/tiger/ -> double tribeSize(boolean, boolean)
INFO - Deployed Application(path=/private/tmp/tribestream/tribestream-container/target/ErrorMappingTest)
SEVERE - oops
java.lang.IllegalArgumentException: oops
at com.tomitribe.tribestream.wadlx.generator.GlobalErrorMappingTest$Tiger.tribeSize(GlobalErrorMappingTest.java:111)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at org.apache.openejb.server.cxf.rs.PojoInvoker.performInvocation(PojoInvoker.java:43)
at org.apache.cxf.service.invoker.AbstractInvoker.invoke(AbstractInvoker.java:96)
at org.apache.cxf.jaxrs.JAXRSInvoker.invoke(JAXRSInvoker.java:165)
at org.apache.cxf.jaxrs.JAXRSInvoker.invoke(JAXRSInvoker.java:89)
at org.apache.openejb.server.cxf.rs.AutoJAXRSInvoker.invoke(AutoJAXRSInvoker.java:68)
at com.tomitribe.tribestream.wadlx.invoker.WadlInvoker$1.intercept(WadlInvoker.java:34)
at com.tomitribe.tribestream.wadlx.api.InvocationContext.proceed(InvocationContext.java:33)
at com.tomitribe.tribestream.governance.wadlx.invoker.GovernanceInterceptor$1.defaultProceed(GovernanceInterceptor.java:76)
at com.tomitribe.tribestream.governance.wadlx.invoker.InternalInvocationContext.proceed(InternalInvocationContext.java:61)
at com.tomitribe.tribestream.governance.wadlx.invoker.interceptor.BaseInterceptor.invoke(BaseInterceptor.java:66)
at com.tomitribe.tribestream.governance.wadlx.invoker.interceptor.UserGovernanceEnforcerInterceptor.invoke(UserGovernanceEnforcerInterceptor.java:39)
at com.tomitribe.tribestream.governance.wadlx.invoker.InternalInvocationContext.proceed(InternalInvocationContext.java:59)
at com.tomitribe.tribestream.governance.wadlx.invoker.interceptor.BaseInterceptor.invoke(BaseInterceptor.java:66)
at com.tomitribe.tribestream.governance.wadlx.invoker.interceptor.AppGovernanceEnforcerInterceptor.invoke(AppGovernanceEnforcerInterceptor.java:32)
at com.tomitribe.tribestream.governance.wadlx.invoker.InternalInvocationContext.proceed(InternalInvocationContext.java:59)
at com.tomitribe.tribestream.governance.wadlx.invoker.GovernanceInterceptor.intercept(GovernanceInterceptor.java:79)
at com.tomitribe.tribestream.wadlx.api.InvocationContext.proceed(InvocationContext.java:33)
at com.tomitribe.tribestream.wadlx.invoker.WadlInvokerTest$MyEnricher.intercept(WadlInvokerTest.java:75)
at com.tomitribe.tribestream.wadlx.api.InvocationContext.proceed(InvocationContext.java:33)
at com.tomitribe.tribestream.wadlx.invoker.WadlInvoker.invoke(WadlInvoker.java:54)
at org.apache.cxf.interceptor.ServiceInvokerInterceptor$1.run(ServiceInvokerInterceptor.java:57)
at org.apache.cxf.interceptor.ServiceInvokerInterceptor.handleMessage(ServiceInvokerInterceptor.java:93)
at org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:263)
at org.apache.cxf.transport.ChainInitiationObserver.onMessage(ChainInitiationObserver.java:121)
at org.apache.cxf.transport.http.AbstractHTTPDestination.invoke(AbstractHTTPDestination.java:240)
at org.apache.openejb.server.cxf.rs.CxfRsHttpListener.doInvoke(CxfRsHttpListener.java:227)
at org.apache.openejb.server.cxf.rs.CxfRsHttpListener.onMessage(CxfRsHttpListener.java:208)
at org.apache.openejb.server.httpd.OpenEJBHttpRegistry$ClassLoaderHttpListener.onMessage(OpenEJBHttpRegistry.java:111)
at org.apache.openejb.server.httpd.HttpListenerRegistry.onMessage(HttpListenerRegistry.java:71)
at org.apache.openejb.server.httpd.OpenEJBHttpRegistry$ClassLoaderHttpListener.onMessage(OpenEJBHttpRegistry.java:111)
at org.apache.openejb.server.httpd.OpenEJBHttpServer.process(OpenEJBHttpServer.java:262)
at org.apache.openejb.server.httpd.OpenEJBHttpServer.processRequest(OpenEJBHttpServer.java:195)
at org.apache.openejb.server.httpd.OpenEJBHttpServer.service(OpenEJBHttpServer.java:110)
at org.apache.openejb.server.httpd.HttpEjbServer.service(HttpEjbServer.java:63)
at org.apache.openejb.server.ServerServiceFilter.service(ServerServiceFilter.java:65)
at org.apache.openejb.server.ServerServiceFilter.service(ServerServiceFilter.java:65)
at org.apache.openejb.server.ServiceStats.service(ServiceStats.java:54)
at org.apache.openejb.server.ServerServiceFilter.service(ServerServiceFilter.java:65)
at org.apache.openejb.server.ServiceLogger.service(ServiceLogger.java:93)
at org.apache.openejb.server.ServerServiceFilter.service(ServerServiceFilter.java:65)
at org.apache.openejb.server.ServicePool.access$201(ServicePool.java:39)
at org.apache.openejb.server.ServicePool$3.run(ServicePool.java:198)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:745)
>>>>>> false
>>>>>> false
SEVERE - oops
java.lang.IllegalArgumentException: oops
at com.tomitribe.tribestream.wadlx.generator.ErrorMappingTest$Tiger.tribeSize(ErrorMappingTest.java:117)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at org.apache.openejb.server.cxf.rs.PojoInvoker.performInvocation(PojoInvoker.java:43)
at org.apache.cxf.service.invoker.AbstractInvoker.invoke(AbstractInvoker.java:96)
at org.apache.cxf.jaxrs.JAXRSInvoker.invoke(JAXRSInvoker.java:165)
at org.apache.cxf.jaxrs.JAXRSInvoker.invoke(JAXRSInvoker.java:89)
at org.apache.openejb.server.cxf.rs.AutoJAXRSInvoker.invoke(AutoJAXRSInvoker.java:68)
at com.tomitribe.tribestream.wadlx.invoker.WadlInvoker$1.intercept(WadlInvoker.java:34)
at com.tomitribe.tribestream.wadlx.api.InvocationContext.proceed(InvocationContext.java:33)
at com.tomitribe.tribestream.governance.wadlx.invoker.GovernanceInterceptor$1.defaultProceed(GovernanceInterceptor.java:76)
at com.tomitribe.tribestream.governance.wadlx.invoker.InternalInvocationContext.proceed(InternalInvocationContext.java:61)
at com.tomitribe.tribestream.governance.wadlx.invoker.interceptor.BaseInterceptor.invoke(BaseInterceptor.java:66)
at com.tomitribe.tribestream.governance.wadlx.invoker.interceptor.UserGovernanceEnforcerInterceptor.invoke(UserGovernanceEnforcerInterceptor.java:39)
at com.tomitribe.tribestream.governance.wadlx.invoker.InternalInvocationContext.proceed(InternalInvocationContext.java:59)
at com.tomitribe.tribestream.governance.wadlx.invoker.interceptor.BaseInterceptor.invoke(BaseInterceptor.java:66)
at com.tomitribe.tribestream.governance.wadlx.invoker.interceptor.AppGovernanceEnforcerInterceptor.invoke(AppGovernanceEnforcerInterceptor.java:32)
at com.tomitribe.tribestream.governance.wadlx.invoker.InternalInvocationContext.proceed(InternalInvocationContext.java:59)
at com.tomitribe.tribestream.governance.wadlx.invoker.GovernanceInterceptor.intercept(GovernanceInterceptor.java:79)
at com.tomitribe.tribestream.wadlx.api.InvocationContext.proceed(InvocationContext.java:33)
at com.tomitribe.tribestream.wadlx.invoker.WadlInvokerTest$MyEnricher.intercept(WadlInvokerTest.java:75)
at com.tomitribe.tribestream.wadlx.api.InvocationContext.proceed(InvocationContext.java:33)
at com.tomitribe.tribestream.wadlx.invoker.WadlInvoker.invoke(WadlInvoker.java:54)
at org.apache.cxf.interceptor.ServiceInvokerInterceptor$1.run(ServiceInvokerInterceptor.java:57)
at org.apache.cxf.interceptor.ServiceInvokerInterceptor.handleMessage(ServiceInvokerInterceptor.java:93)
at org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:263)
at org.apache.cxf.transport.ChainInitiationObserver.onMessage(ChainInitiationObserver.java:121)
at org.apache.cxf.transport.http.AbstractHTTPDestination.invoke(AbstractHTTPDestination.java:240)
at org.apache.openejb.server.cxf.rs.CxfRsHttpListener.doInvoke(CxfRsHttpListener.java:227)
at org.apache.openejb.server.cxf.rs.CxfRsHttpListener.onMessage(CxfRsHttpListener.java:208)
at org.apache.openejb.server.httpd.OpenEJBHttpRegistry$ClassLoaderHttpListener.onMessage(OpenEJBHttpRegistry.java:111)
at org.apache.openejb.server.httpd.HttpListenerRegistry.onMessage(HttpListenerRegistry.java:71)
at org.apache.openejb.server.httpd.OpenEJBHttpRegistry$ClassLoaderHttpListener.onMessage(OpenEJBHttpRegistry.java:111)
at org.apache.openejb.server.httpd.OpenEJBHttpServer.process(OpenEJBHttpServer.java:262)
at org.apache.openejb.server.httpd.OpenEJBHttpServer.processRequest(OpenEJBHttpServer.java:195)
at org.apache.openejb.server.httpd.OpenEJBHttpServer.service(OpenEJBHttpServer.java:110)
at org.apache.openejb.server.httpd.HttpEjbServer.service(HttpEjbServer.java:63)
at org.apache.openejb.server.ServerServiceFilter.service(ServerServiceFilter.java:65)
at org.apache.openejb.server.ServerServiceFilter.service(ServerServiceFilter.java:65)
at org.apache.openejb.server.ServiceStats.service(ServiceStats.java:54)
at org.apache.openejb.server.ServerServiceFilter.service(ServerServiceFilter.java:65)
at org.apache.openejb.server.ServiceLogger.service(ServiceLogger.java:93)
at org.apache.openejb.server.ServerServiceFilter.service(ServerServiceFilter.java:65)
at org.apache.openejb.server.ServicePool.access$201(ServicePool.java:39)
at org.apache.openejb.server.ServicePool$3.run(ServicePool.java:198)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:745)
>>>>>> true
>>>>>> false
WARNING - javax.ws.rs.WebApplicationException
at com.tomitribe.tribestream.wadlx.generator.GlobalErrorMappingTest$Tiger.tribeSize(GlobalErrorMappingTest.java:109)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at org.apache.openejb.server.cxf.rs.PojoInvoker.performInvocation(PojoInvoker.java:43)
at org.apache.cxf.service.invoker.AbstractInvoker.invoke(AbstractInvoker.java:96)
at org.apache.cxf.jaxrs.JAXRSInvoker.invoke(JAXRSInvoker.java:165)
at org.apache.cxf.jaxrs.JAXRSInvoker.invoke(JAXRSInvoker.java:89)
at org.apache.openejb.server.cxf.rs.AutoJAXRSInvoker.invoke(AutoJAXRSInvoker.java:68)
at com.tomitribe.tribestream.wadlx.invoker.WadlInvoker$1.intercept(WadlInvoker.java:34)
at com.tomitribe.tribestream.wadlx.api.InvocationContext.proceed(InvocationContext.java:33)
at com.tomitribe.tribestream.governance.wadlx.invoker.GovernanceInterceptor$1.defaultProceed(GovernanceInterceptor.java:76)
at com.tomitribe.tribestream.governance.wadlx.invoker.InternalInvocationContext.proceed(InternalInvocationContext.java:61)
at com.tomitribe.tribestream.governance.wadlx.invoker.interceptor.BaseInterceptor.invoke(BaseInterceptor.java:66)
at com.tomitribe.tribestream.governance.wadlx.invoker.interceptor.UserGovernanceEnforcerInterceptor.invoke(UserGovernanceEnforcerInterceptor.java:39)
at com.tomitribe.tribestream.governance.wadlx.invoker.InternalInvocationContext.proceed(InternalInvocationContext.java:59)
at com.tomitribe.tribestream.governance.wadlx.invoker.interceptor.BaseInterceptor.invoke(BaseInterceptor.java:66)
at com.tomitribe.tribestream.governance.wadlx.invoker.interceptor.AppGovernanceEnforcerInterceptor.invoke(AppGovernanceEnforcerInterceptor.java:32)
at com.tomitribe.tribestream.governance.wadlx.invoker.InternalInvocationContext.proceed(InternalInvocationContext.java:59)
at com.tomitribe.tribestream.governance.wadlx.invoker.GovernanceInterceptor.intercept(GovernanceInterceptor.java:79)
at com.tomitribe.tribestream.wadlx.api.InvocationContext.proceed(InvocationContext.java:33)
at com.tomitribe.tribestream.wadlx.invoker.WadlInvokerTest$MyEnricher.intercept(WadlInvokerTest.java:75)
at com.tomitribe.tribestream.wadlx.api.InvocationContext.proceed(InvocationContext.java:33)
at com.tomitribe.tribestream.wadlx.invoker.WadlInvoker.invoke(WadlInvoker.java:54)
at org.apache.cxf.interceptor.ServiceInvokerInterceptor$1.run(ServiceInvokerInterceptor.java:57)
at org.apache.cxf.interceptor.ServiceInvokerInterceptor.handleMessage(ServiceInvokerInterceptor.java:93)
at org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:263)
at org.apache.cxf.transport.ChainInitiationObserver.onMessage(ChainInitiationObserver.java:121)
at org.apache.cxf.transport.http.AbstractHTTPDestination.invoke(AbstractHTTPDestination.java:240)
at org.apache.openejb.server.cxf.rs.CxfRsHttpListener.doInvoke(CxfRsHttpListener.java:227)
at org.apache.openejb.server.cxf.rs.CxfRsHttpListener.onMessage(CxfRsHttpListener.java:208)
at org.apache.openejb.server.httpd.OpenEJBHttpRegistry$ClassLoaderHttpListener.onMessage(OpenEJBHttpRegistry.java:111)
at org.apache.openejb.server.httpd.HttpListenerRegistry.onMessage(HttpListenerRegistry.java:71)
at org.apache.openejb.server.httpd.OpenEJBHttpRegistry$ClassLoaderHttpListener.onMessage(OpenEJBHttpRegistry.java:111)
at org.apache.openejb.server.httpd.OpenEJBHttpServer.process(OpenEJBHttpServer.java:262)
at org.apache.openejb.server.httpd.OpenEJBHttpServer.processRequest(OpenEJBHttpServer.java:195)
at org.apache.openejb.server.httpd.OpenEJBHttpServer.service(OpenEJBHttpServer.java:110)
at org.apache.openejb.server.httpd.HttpEjbServer.service(HttpEjbServer.java:63)
at org.apache.openejb.server.ServerServiceFilter.service(ServerServiceFilter.java:65)
at org.apache.openejb.server.ServerServiceFilter.service(ServerServiceFilter.java:65)
at org.apache.openejb.server.ServiceStats.service(ServiceStats.java:54)
at org.apache.openejb.server.ServerServiceFilter.service(ServerServiceFilter.java:65)
at org.apache.openejb.server.ServiceLogger.service(ServiceLogger.java:93)
at org.apache.openejb.server.ServerServiceFilter.service(ServerServiceFilter.java:65)
at org.apache.openejb.server.ServicePool.access$201(ServicePool.java:39)
at org.apache.openejb.server.ServicePool$3.run(ServicePool.java:198)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:745)
>>>>>> false
>>>>>> true
WARNING - javax.ws.rs.WebApplicationException
at com.tomitribe.tribestream.wadlx.generator.ErrorMappingTest$Tiger.tribeSize(ErrorMappingTest.java:115)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at org.apache.openejb.server.cxf.rs.PojoInvoker.performInvocation(PojoInvoker.java:43)
at org.apache.cxf.service.invoker.AbstractInvoker.invoke(AbstractInvoker.java:96)
at org.apache.cxf.jaxrs.JAXRSInvoker.invoke(JAXRSInvoker.java:165)
at org.apache.cxf.jaxrs.JAXRSInvoker.invoke(JAXRSInvoker.java:89)
at org.apache.openejb.server.cxf.rs.AutoJAXRSInvoker.invoke(AutoJAXRSInvoker.java:68)
at com.tomitribe.tribestream.wadlx.invoker.WadlInvoker$1.intercept(WadlInvoker.java:34)
at com.tomitribe.tribestream.wadlx.api.InvocationContext.proceed(InvocationContext.java:33)
at com.tomitribe.tribestream.governance.wadlx.invoker.GovernanceInterceptor$1.defaultProceed(GovernanceInterceptor.java:76)
at com.tomitribe.tribestream.governance.wadlx.invoker.InternalInvocationContext.proceed(InternalInvocationContext.java:61)
at com.tomitribe.tribestream.governance.wadlx.invoker.interceptor.BaseInterceptor.invoke(BaseInterceptor.java:66)
at com.tomitribe.tribestream.governance.wadlx.invoker.interceptor.UserGovernanceEnforcerInterceptor.invoke(UserGovernanceEnforcerInterceptor.java:39)
at com.tomitribe.tribestream.governance.wadlx.invoker.InternalInvocationContext.proceed(InternalInvocationContext.java:59)
at com.tomitribe.tribestream.governance.wadlx.invoker.interceptor.BaseInterceptor.invoke(BaseInterceptor.java:66)
at com.tomitribe.tribestream.governance.wadlx.invoker.interceptor.AppGovernanceEnforcerInterceptor.invoke(AppGovernanceEnforcerInterceptor.java:32)
at com.tomitribe.tribestream.governance.wadlx.invoker.InternalInvocationContext.proceed(InternalInvocationContext.java:59)
at com.tomitribe.tribestream.governance.wadlx.invoker.GovernanceInterceptor.intercept(GovernanceInterceptor.java:79)
at com.tomitribe.tribestream.wadlx.api.InvocationContext.proceed(InvocationContext.java:33)
at com.tomitribe.tribestream.wadlx.invoker.WadlInvokerTest$MyEnricher.intercept(WadlInvokerTest.java:75)
at com.tomitribe.tribestream.wadlx.api.InvocationContext.proceed(InvocationContext.java:33)
at com.tomitribe.tribestream.wadlx.invoker.WadlInvoker.invoke(WadlInvoker.java:54)
at org.apache.cxf.interceptor.ServiceInvokerInterceptor$1.run(ServiceInvokerInterceptor.java:57)
at org.apache.cxf.interceptor.ServiceInvokerInterceptor.handleMessage(ServiceInvokerInterceptor.java:93)
at org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:263)
at org.apache.cxf.transport.ChainInitiationObserver.onMessage(ChainInitiationObserver.java:121)
at org.apache.cxf.transport.http.AbstractHTTPDestination.invoke(AbstractHTTPDestination.java:240)
at org.apache.openejb.server.cxf.rs.CxfRsHttpListener.doInvoke(CxfRsHttpListener.java:227)
at org.apache.openejb.server.cxf.rs.CxfRsHttpListener.onMessage(CxfRsHttpListener.java:208)
at org.apache.openejb.server.httpd.OpenEJBHttpRegistry$ClassLoaderHttpListener.onMessage(OpenEJBHttpRegistry.java:111)
at org.apache.openejb.server.httpd.HttpListenerRegistry.onMessage(HttpListenerRegistry.java:71)
at org.apache.openejb.server.httpd.OpenEJBHttpRegistry$ClassLoaderHttpListener.onMessage(OpenEJBHttpRegistry.java:111)
at org.apache.openejb.server.httpd.OpenEJBHttpServer.process(OpenEJBHttpServer.java:262)
at org.apache.openejb.server.httpd.OpenEJBHttpServer.processRequest(OpenEJBHttpServer.java:195)
at org.apache.openejb.server.httpd.OpenEJBHttpServer.service(OpenEJBHttpServer.java:110)
at org.apache.openejb.server.httpd.HttpEjbServer.service(HttpEjbServer.java:63)
at org.apache.openejb.server.ServerServiceFilter.service(ServerServiceFilter.java:65)
at org.apache.openejb.server.ServerServiceFilter.service(ServerServiceFilter.java:65)
at org.apache.openejb.server.ServiceStats.service(ServiceStats.java:54)
at org.apache.openejb.server.ServerServiceFilter.service(ServerServiceFilter.java:65)
at org.apache.openejb.server.ServiceLogger.service(ServiceLogger.java:93)
at org.apache.openejb.server.ServerServiceFilter.service(ServerServiceFilter.java:65)
at org.apache.openejb.server.ServicePool.access$201(ServicePool.java:39)
at org.apache.openejb.server.ServicePool$3.run(ServicePool.java:198)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:745)
INFO - Undeploying app: /private/tmp/tribestream/tribestream-container/target/GlobalErrorMappingTest
INFO - Undeploying app: /private/tmp/tribestream/tribestream-container/target/ErrorMappingTest
INFO - Stopping network services
INFO - Stopping server services
INFO - Undeploying app: tribe-signatures-persistence
INFO - Closing DataSource: Default JDBC Database
INFO - Closing DataSource: Default Unmanaged JDBC Database
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.16 sec - in com.tomitribe.tribestream.wadlx.generator.GlobalErrorMappingTest
Running com.tomitribe.tribestream.wadlx.generator.GovernanceOverrideWadlHandlerTest
INFO - Cannot find the configuration file [conf/openejb.xml]. Will attempt to create one for the beans deployed.
INFO - Configuring Service(id=SignaturesService, type=Service, provider-id=SignaturesService)
INFO - Configuring Service(id=Default Security Service, type=SecurityService, provider-id=Default Security Service)
INFO - Configuring Service(id=Default Transaction Manager, type=TransactionManager, provider-id=Default Transaction Manager)
INFO - Creating Service(id=SignaturesService)
INFO - Creating TransactionManager(id=Default Transaction Manager)
INFO - Creating SecurityService(id=Default Security Service)
INFO - Stopping network services
INFO - Stopping server services
INFO - Undeploying app: tribestream-alerting-persistence
INFO - Undeploying app: tribe-signatures-persistence
INFO - Closing DataSource: Default JDBC Database
INFO - Closing DataSource: Default Unmanaged JDBC Database
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.251 sec - in com.tomitribe.tribestream.wadlx.generator.ErrorMappingTest
INFO - Configuring enterprise application: tribe-signatures-persistence
Running com.tomitribe.tribestream.wadlx.generator.JaxbWadlHandlerTest
INFO - Auto-deploying ejb KeyRepository: EjbDeployment(deployment-id=KeyRepository)
INFO - Configuring Service(id=Default Managed Container, type=Container, provider-id=Default Managed Container)
INFO - Auto-creating a container for bean tribe-signatures-persistence.Comp1766620809: Container(type=MANAGED, id=Default Managed Container)
INFO - Creating Container(id=Default Managed Container)
INFO - Using directory /private/tmp/tribestream/tribestream-container/target for stateful session passivation
INFO - Configuring Service(id=Default Singleton Container, type=Container, provider-id=Default Singleton Container)
INFO - Auto-creating a container for bean KeyRepository: Container(type=SINGLETON, id=Default Singleton Container)
INFO - Creating Container(id=Default Singleton Container)
INFO - Configuring PersistenceUnit(name=tribe-signatures-unit)
INFO - Configuring Service(id=Default JDBC Database, type=Resource, provider-id=Default JDBC Database)
INFO - Auto-creating a Resource with id 'Default JDBC Database' of type 'DataSource for 'tribe-signatures-unit'.
INFO - Creating Resource(id=Default JDBC Database)
INFO - Configuring Service(id=Default Unmanaged JDBC Database, type=Resource, provider-id=Default Unmanaged JDBC Database)
INFO - Auto-creating a Resource with id 'Default Unmanaged JDBC Database' of type 'DataSource for 'tribe-signatures-unit'.
INFO - Creating Resource(id=Default Unmanaged JDBC Database)
INFO - Adjusting PersistenceUnit tribe-signatures-unit <jta-data-source> to Resource ID 'Default JDBC Database' from 'tribe-signatures-datasource'
INFO - Adjusting PersistenceUnit tribe-signatures-unit <non-jta-data-source> to Resource ID 'Default Unmanaged JDBC Database' from 'tribe-signatures-datasourceNonJta'
INFO - Enterprise application "tribe-signatures-persistence" loaded.
INFO - Not creating another application classloader for tribe-signatures-persistence
INFO - Assembling app: tribe-signatures-persistence
INFO - PersistenceUnit(name=tribe-signatures-unit, provider=org.apache.openjpa.persistence.PersistenceProviderImpl) - provider time 7ms
INFO - Jndi(name=KeyRepositoryLocalBean) --> Ejb(deployment-id=KeyRepository)
INFO - Jndi(name=global/tribe-signatures-persistence/KeyRepository!com.tomitribe.tribestream.security.signatures.persistence.KeyRepository) --> Ejb(deployment-id=KeyRepository)
INFO - Jndi(name=global/tribe-signatures-persistence/KeyRepository) --> Ejb(deployment-id=KeyRepository)
INFO - Created new singletonService org.apache.openejb.cdi.ThreadSingletonServiceImpl@e74917
INFO - Succeeded in installing singleton service
INFO - OpenWebBeans Container is starting...
INFO - Adding OpenWebBeansPlugin : [CdiPlugin]
INFO - All injection points were validated successfully.
INFO - OpenWebBeans Container has started, it took 28 ms.
INFO - Created Ejb(deployment-id=KeyRepository, ejb-name=KeyRepository, container=Default Singleton Container)
INFO - Started Ejb(deployment-id=KeyRepository, ejb-name=KeyRepository, container=Default Singleton Container)
INFO - Deployed Application(path=tribe-signatures-persistence)
INFO - Initializing network services
INFO - Creating ServerService(id=httpejbd)
INFO - Created ServicePool 'httpejbd' with (10) core threads, limited to (200) threads with a queue of (9)
INFO - Creating ServerService(id=cxf-rs)
SEVERE - MBean Object org.apache.cxf.bus.extension.ExtensionManagerBus@270dcbd0 register to MBeanServer failed : javax.management.InstanceAlreadyExistsException: org.apache.cxf:bus.id=openejb.cxf.bus,type=Bus,instance.id=655215568
INFO - Initializing network services
INFO - ** Bound Services **
INFO - NAME IP PORT
INFO - httpejbd 127.0.0.1 63998
INFO - -------
INFO - Ready!
INFO - Configuring enterprise application: /private/tmp/tribestream/tribestream-container/target/GovernanceOverrideWadlHandlerTest
INFO - No REST application. Add a default JAX RS mapping on /api/*
INFO - Enterprise application "/private/tmp/tribestream/tribestream-container/target/GovernanceOverrideWadlHandlerTest" loaded.
INFO - Creating dedicated application classloader for GovernanceOverrideWadlHandlerTest
INFO - Assembling app: /private/tmp/tribestream/tribestream-container/target/GovernanceOverrideWadlHandlerTest
INFO - Existing thread singleton service in SystemInstance(): org.apache.openejb.cdi.ThreadSingletonServiceImpl@e74917
INFO - OpenWebBeans Container is starting...
INFO - Adding OpenWebBeansPlugin : [CdiPlugin]
INFO - All injection points were validated successfully.
INFO - OpenWebBeans Container has started, it took 3 ms.
INFO - Using providers:
INFO - org.apache.cxf.jaxrs.provider.JAXBElementProvider@70796017
INFO - org.apache.cxf.jaxrs.provider.json.JSONProvider@3093bfb1
INFO - org.apache.openejb.server.cxf.rs.EJBAccessExceptionMapper@6f7cafd1
INFO - com.tomitribe.tribestream.governance.jaxrs.ConcurrentLimitExceededExceptionMapper@340e1661
INFO - com.tomitribe.tribestream.governance.jaxrs.RateLimitExceededExceptionMapper@8df54fa
INFO - com.tomitribe.tribestream.wadlx.error.ErrorMappingExceptionMapper@7e43eda2
INFO - Setting ApplicationLimit on method com.tomitribe.tribestream.wadlx.generator.Resource.post(java.lang.String): ApplicationLimit=(rate=(limit=80, window=10, unit=SECONDS))
INFO - Setting UserLimit on method com.tomitribe.tribestream.wadlx.generator.Resource.post(java.lang.String): UserLimit=(, concurrent=(limit=3))
INFO - Setting UserLimit on method com.tomitribe.tribestream.wadlx.generator.Resource.post(java.lang.String): UserLimit=(, concurrent=(limit=20))
INFO - Setting UserLimit on method com.tomitribe.tribestream.wadlx.generator.Resource.post(java.lang.String): UserLimit=(rate=(limit=1, window=1, unit=SECONDS), concurrent=(limit=50))
INFO - Setting UserLimit on method com.tomitribe.tribestream.wadlx.generator.Resource.post(java.lang.String): UserLimit=(, concurrent=(limit=20))
INFO - REST Application: http://127.0.0.1:63998/test/api -> org.apache.openejb.server.rest.InternalApplication
INFO - Service URI: http://127.0.0.1:63998/test/api/resource -> Pojo com.tomitribe.tribestream.wadlx.generator.GovernanceOverrideWadlHandlerTest$Resource
INFO - GET http://127.0.0.1:63998/test/api/resource/ -> String echo(String)
INFO - POST http://127.0.0.1:63998/test/api/resource/ -> String post(String)
INFO - Deployed Application(path=/private/tmp/tribestream/tribestream-container/target/GovernanceOverrideWadlHandlerTest)
SEVERE - >>> Window Tracker <UserLimit.METHOD> for user<bob> and application <N/A> is invalid > Window{elapsed=0 seconds, duration=1 second, count=0, limit=10, version=38, start=1440180674682079000, stop=1440180675682079000}
INFO - Setting ApplicationLimit on method com.tomitribe.tribestream.wadlx.generator.Resource.echo(java.lang.String): ApplicationLimit=(, concurrent=(limit=200))
INFO - Setting UserLimit on method com.tomitribe.tribestream.wadlx.generator.Resource.echo(java.lang.String): UserLimit=(, concurrent=(limit=30))
INFO - Undeploying app: /private/tmp/tribestream/tribestream-container/target/GovernanceOverrideWadlHandlerTest
INFO - Stopping network services
INFO - Stopping server services
INFO - Undeploying app: tribe-signatures-persistence
SEVERE - MBean Object org.apache.cxf.bus.extension.ExtensionManagerBus@7b0fdacb register to MBeanServer failed : javax.management.InstanceAlreadyExistsException: org.apache.cxf:bus.id=openejb.cxf.bus,type=Bus,instance.id=2064636619
INFO - Closing DataSource: Default JDBC Database
INFO - Closing DataSource: Default Unmanaged JDBC Database
INFO - Cannot find the configuration file [conf/openejb.xml]. Will attempt to create one for the beans deployed.
INFO - Configuring Service(id=SignaturesService, type=Service, provider-id=SignaturesService)
INFO - Configuring Service(id=Default Security Service, type=SecurityService, provider-id=Default Security Service)
INFO - Configuring Service(id=Default Transaction Manager, type=TransactionManager, provider-id=Default Transaction Manager)
INFO - Creating Service(id=SignaturesService)
INFO - Creating TransactionManager(id=Default Transaction Manager)
INFO - Creating SecurityService(id=Default Security Service)
INFO - Configuring enterprise application: tribe-signatures-persistence
INFO - Auto-deploying ejb KeyRepository: EjbDeployment(deployment-id=KeyRepository)
INFO - Configuring Service(id=Default Managed Container, type=Container, provider-id=Default Managed Container)
INFO - Auto-creating a container for bean tribe-signatures-persistence.Comp849931911: Container(type=MANAGED, id=Default Managed Container)
INFO - Creating Container(id=Default Managed Container)
INFO - Using directory /private/tmp/tribestream/tribestream-container/target for stateful session passivation
INFO - Configuring Service(id=Default Singleton Container, type=Container, provider-id=Default Singleton Container)
INFO - Auto-creating a container for bean KeyRepository: Container(type=SINGLETON, id=Default Singleton Container)
INFO - Creating Container(id=Default Singleton Container)
INFO - Configuring PersistenceUnit(name=tribe-signatures-unit)
INFO - Configuring Service(id=Default JDBC Database, type=Resource, provider-id=Default JDBC Database)
INFO - Auto-creating a Resource with id 'Default JDBC Database' of type 'DataSource for 'tribe-signatures-unit'.
INFO - Creating Resource(id=Default JDBC Database)
INFO - Configuring Service(id=Default Unmanaged JDBC Database, type=Resource, provider-id=Default Unmanaged JDBC Database)
INFO - Auto-creating a Resource with id 'Default Unmanaged JDBC Database' of type 'DataSource for 'tribe-signatures-unit'.
INFO - Creating Resource(id=Default Unmanaged JDBC Database)
INFO - Adjusting PersistenceUnit tribe-signatures-unit <jta-data-source> to Resource ID 'Default JDBC Database' from 'tribe-signatures-datasource'
INFO - Adjusting PersistenceUnit tribe-signatures-unit <non-jta-data-source> to Resource ID 'Default Unmanaged JDBC Database' from 'tribe-signatures-datasourceNonJta'
INFO - Enterprise application "tribe-signatures-persistence" loaded.
INFO - Not creating another application classloader for tribe-signatures-persistence
INFO - Assembling app: tribe-signatures-persistence
INFO - PersistenceUnit(name=tribe-signatures-unit, provider=org.apache.openjpa.persistence.PersistenceProviderImpl) - provider time 5ms
INFO - Jndi(name=KeyRepositoryLocalBean) --> Ejb(deployment-id=KeyRepository)
INFO - Jndi(name=global/tribe-signatures-persistence/KeyRepository!com.tomitribe.tribestream.security.signatures.persistence.KeyRepository) --> Ejb(deployment-id=KeyRepository)
INFO - Jndi(name=global/tribe-signatures-persistence/KeyRepository) --> Ejb(deployment-id=KeyRepository)
INFO - Created new singletonService org.apache.openejb.cdi.ThreadSingletonServiceImpl@e74917
INFO - Succeeded in installing singleton service
INFO - OpenWebBeans Container is starting...
INFO - Adding OpenWebBeansPlugin : [CdiPlugin]
INFO - All injection points were validated successfully.
INFO - OpenWebBeans Container has started, it took 28 ms.
INFO - Created Ejb(deployment-id=KeyRepository, ejb-name=KeyRepository, container=Default Singleton Container)
INFO - Started Ejb(deployment-id=KeyRepository, ejb-name=KeyRepository, container=Default Singleton Container)
INFO - Deployed Application(path=tribe-signatures-persistence)
INFO - Initializing network services
WARNING - WARN ... MyEJB: Ignoring @RolesAllowed used on interface com.tomitribe.tribestream.governance.EnforcerInterceptorTest$MyEJBAPI method sleep. Annotation only usable on the bean class.
WARNING - 1 warning for EjbModule(path=/superbiz)
INFO - Creating ServerService(id=httpejbd)
INFO - Created ServicePool 'httpejbd' with (10) core threads, limited to (200) threads with a queue of (9)
INFO - Creating ServerService(id=cxf-rs)
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.892 sec - in com.tomitribe.tribestream.wadlx.generator.JaxbWadlHandlerTest
SEVERE - MBean Object org.apache.cxf.bus.extension.ExtensionManagerBus@270dcbd0 register to MBeanServer failed : javax.management.InstanceAlreadyExistsException: org.apache.cxf:bus.id=openejb.cxf.bus,type=Bus,instance.id=655215568
INFO - Initializing network services
Running com.tomitribe.tribestream.wadlx.generator.RequestSampleMediaTypeTest
INFO - ** Bound Services **
INFO - NAME IP PORT
INFO - httpejbd 127.0.0.1 63998
INFO - -------
INFO - Ready!
INFO - Configuring enterprise application: /private/tmp/tribestream/tribestream-container/target/GovernanceOverrideWadlHandlerTest
INFO - No REST application. Add a default JAX RS mapping on /api/*
INFO - Enterprise application "/private/tmp/tribestream/tribestream-container/target/GovernanceOverrideWadlHandlerTest" loaded.
INFO - Creating dedicated application classloader for GovernanceOverrideWadlHandlerTest
INFO - Assembling app: /private/tmp/tribestream/tribestream-container/target/GovernanceOverrideWadlHandlerTest
INFO - Existing thread singleton service in SystemInstance(): org.apache.openejb.cdi.ThreadSingletonServiceImpl@e74917
INFO - Configuring Service(id=test, type=Service, provider-id=test)
INFO - Configuring Service(id=notificationPersistence, type=Service, provider-id=notificationPersistence)
INFO - Configuring Service(id=notificationCDI, type=Service, provider-id=notificationCDI)
INFO - Configuring Service(id=SignaturesService, type=Service, provider-id=SignaturesService)
INFO - OpenWebBeans Container is starting...
INFO - Adding OpenWebBeansPlugin : [CdiPlugin]
INFO - All injection points were validated successfully.
INFO - OpenWebBeans Container has started, it took 3 ms.
INFO - Configuring Service(id=Default Security Service, type=SecurityService, provider-id=Default Security Service)
INFO - Configuring Service(id=Default Transaction Manager, type=TransactionManager, provider-id=Default Transaction Manager)
INFO - Creating Service(id=test)
INFO - Creating Service(id=notificationPersistence)
INFO - Creating Service(id=notificationCDI)
INFO - Creating Service(id=SignaturesService)
INFO - Creating TransactionManager(id=Default Transaction Manager)
INFO - Using providers:
INFO - org.apache.cxf.jaxrs.provider.JAXBElementProvider@45a1546b
INFO - org.apache.cxf.jaxrs.provider.json.JSONProvider@62ad6083
INFO - Creating SecurityService(id=Default Security Service)
INFO - org.apache.openejb.server.cxf.rs.EJBAccessExceptionMapper@6f7cafd1
INFO - com.tomitribe.tribestream.governance.jaxrs.ConcurrentLimitExceededExceptionMapper@649b6b11
INFO - com.tomitribe.tribestream.governance.jaxrs.RateLimitExceededExceptionMapper@17925cb1
INFO - com.tomitribe.tribestream.wadlx.error.ErrorMappingExceptionMapper@a03748e
INFO - Configuring enterprise application: tribestream-alerting-persistence
INFO - Auto-deploying ejb AlertService: EjbDeployment(deployment-id=AlertService)
INFO - Configuring Service(id=Default Managed Container, type=Container, provider-id=Default Managed Container)
INFO - Auto-creating a container for bean tribestream-alerting-persistence.Comp1980459016: Container(type=MANAGED, id=Default Managed Container)
INFO - Creating Container(id=Default Managed Container)
INFO - Using directory /private/tmp/tribestream/tribestream-container/target for stateful session passivation
INFO - Configuring Service(id=Default Singleton Container, type=Container, provider-id=Default Singleton Container)
INFO - Auto-creating a container for bean AlertService: Container(type=SINGLETON, id=Default Singleton Container)
INFO - Creating Container(id=Default Singleton Container)
INFO - Configuring PersistenceUnit(name=notifications)
INFO - Configuring Service(id=Default JDBC Database, type=Resource, provider-id=Default JDBC Database)
INFO - Auto-creating a Resource with id 'Default JDBC Database' of type 'DataSource for 'notifications'.
INFO - Creating Resource(id=Default JDBC Database)
INFO - Setting ApplicationLimit on method com.tomitribe.tribestream.wadlx.generator.Resource.post(java.lang.String): ApplicationLimit=(rate=(limit=80, window=10, unit=SECONDS))
INFO - Setting UserLimit on method com.tomitribe.tribestream.wadlx.generator.Resource.post(java.lang.String): UserLimit=(, concurrent=(limit=3))
INFO - Setting UserLimit on method com.tomitribe.tribestream.wadlx.generator.Resource.post(java.lang.String): UserLimit=(, concurrent=(limit=20))
INFO - Setting UserLimit on method com.tomitribe.tribestream.wadlx.generator.Resource.post(java.lang.String): UserLimit=(rate=(limit=1, window=1, unit=SECONDS), concurrent=(limit=50))
INFO - Setting UserLimit on method com.tomitribe.tribestream.wadlx.generator.Resource.post(java.lang.String): UserLimit=(, concurrent=(limit=20))
INFO - Configuring Service(id=Default Unmanaged JDBC Database, type=Resource, provider-id=Default Unmanaged JDBC Database)
INFO - Auto-creating a Resource with id 'Default Unmanaged JDBC Database' of type 'DataSource for 'notifications'.
INFO - Creating Resource(id=Default Unmanaged JDBC Database)
INFO - REST Application: http://127.0.0.1:63998/test/api -> org.apache.openejb.server.rest.InternalApplication
INFO - Service URI: http://127.0.0.1:63998/test/api/resource -> Pojo com.tomitribe.tribestream.wadlx.generator.GovernanceOverrideWadlHandlerTest$Resource
INFO - GET http://127.0.0.1:63998/test/api/resource/ -> String echo(String)
INFO - POST http://127.0.0.1:63998/test/api/resource/ -> String post(String)
INFO - Deployed Application(path=/private/tmp/tribestream/tribestream-container/target/GovernanceOverrideWadlHandlerTest)
INFO - Adjusting PersistenceUnit notifications <jta-data-source> to Resource ID 'Default JDBC Database' from 'tribe-alert-datasource'
INFO - Adjusting PersistenceUnit notifications <non-jta-data-source> to Resource ID 'Default Unmanaged JDBC Database' from 'tribe-alert-datasourceNonJta'
INFO - Setting ApplicationLimit on method com.tomitribe.tribestream.wadlx.generator.Resource.echo(java.lang.String): ApplicationLimit=(rate=(limit=50, window=1, unit=SECONDS))
INFO - Setting UserLimit on method com.tomitribe.tribestream.wadlx.generator.Resource.echo(java.lang.String): UserLimit=(rate=(limit=3, window=1, unit=HOURS))
INFO - Enterprise application "tribestream-alerting-persistence" loaded.
INFO - Undeploying app: /private/tmp/tribestream/tribestream-container/target/GovernanceOverrideWadlHandlerTest
INFO - Not creating another application classloader for tribestream-alerting-persistence
INFO - Assembling app: tribestream-alerting-persistence
INFO - PersistenceUnit(name=notifications, provider=org.apache.openjpa.persistence.PersistenceProviderImpl) - provider time 9ms
INFO - Jndi(name=AlertServiceLocalBean) --> Ejb(deployment-id=AlertService)
INFO - Jndi(name=global/tribestream-alerting-persistence/AlertService!com.tomitribe.tribestream.notifications.core.persistence.AlertService) --> Ejb(deployment-id=AlertService)
INFO - Jndi(name=global/tribestream-alerting-persistence/AlertService) --> Ejb(deployment-id=AlertService)
INFO - Created new singletonService org.apache.openejb.cdi.ThreadSingletonServiceImpl@307f8d48
INFO - Succeeded in installing singleton service
INFO - OpenWebBeans Container is starting...
INFO - Adding OpenWebBeansPlugin : [CdiPlugin]
INFO - All injection points were validated successfully.
INFO - OpenWebBeans Container has started, it took 9 ms.
INFO - Created Ejb(deployment-id=AlertService, ejb-name=AlertService, container=Default Singleton Container)
INFO - Started Ejb(deployment-id=AlertService, ejb-name=AlertService, container=Default Singleton Container)
INFO - Deployed Application(path=tribestream-alerting-persistence)
INFO - Configuring enterprise application: tribe-signatures-persistence
INFO - Auto-deploying ejb KeyRepository: EjbDeployment(deployment-id=KeyRepository)
INFO - Configuring PersistenceUnit(name=tribe-signatures-unit)
INFO - Adjusting PersistenceUnit tribe-signatures-unit <jta-data-source> to Resource ID 'Default JDBC Database' from 'tribe-signatures-datasource'
INFO - Adjusting PersistenceUnit tribe-signatures-unit <non-jta-data-source> to Resource ID 'Default Unmanaged JDBC Database' from 'tribe-signatures-datasourceNonJta'
INFO - Enterprise application "tribe-signatures-persistence" loaded.
INFO - Not creating another application classloader for tribe-signatures-persistence
INFO - Assembling app: tribe-signatures-persistence
INFO - Stopping network services
INFO - Stopping server services
INFO - Undeploying app: tribe-signatures-persistence
INFO - PersistenceUnit(name=tribe-signatures-unit, provider=org.apache.openjpa.persistence.PersistenceProviderImpl) - provider time 6ms
INFO - Closing DataSource: Default JDBC Database
INFO - Closing DataSource: Default Unmanaged JDBC Database
INFO - Jndi(name=KeyRepositoryLocalBean) --> Ejb(deployment-id=KeyRepository)
INFO - Jndi(name=global/tribe-signatures-persistence/KeyRepository!com.tomitribe.tribestream.security.signatures.persistence.KeyRepository) --> Ejb(deployment-id=KeyRepository)
INFO - Jndi(name=global/tribe-signatures-persistence/KeyRepository) --> Ejb(deployment-id=KeyRepository)
INFO - Existing thread singleton service in SystemInstance(): org.apache.openejb.cdi.ThreadSingletonServiceImpl@307f8d48
INFO - OpenWebBeans Container is starting...
INFO - Cannot find the configuration file [conf/openejb.xml]. Will attempt to create one for the beans deployed.
INFO - Adding OpenWebBeansPlugin : [CdiPlugin]
INFO - Configuring Service(id=SignaturesService, type=Service, provider-id=SignaturesService)
INFO - Configuring Service(id=Default Security Service, type=SecurityService, provider-id=Default Security Service)
INFO - Configuring Service(id=Default Transaction Manager, type=TransactionManager, provider-id=Default Transaction Manager)
INFO - Creating Service(id=SignaturesService)
INFO - Creating TransactionManager(id=Default Transaction Manager)
INFO - Creating SecurityService(id=Default Security Service)
INFO - All injection points were validated successfully.
INFO - OpenWebBeans Container has started, it took 36 ms.
INFO - Created Ejb(deployment-id=KeyRepository, ejb-name=KeyRepository, container=Default Singleton Container)
INFO - Started Ejb(deployment-id=KeyRepository, ejb-name=KeyRepository, container=Default Singleton Container)
INFO - Deployed Application(path=tribe-signatures-persistence)
INFO - Initializing network services
INFO - Creating ServerService(id=httpejbd)
INFO - Created ServicePool 'httpejbd' with (10) core threads, limited to (200) threads with a queue of (9)
INFO - Configuring enterprise application: tribe-signatures-persistence
INFO - Auto-deploying ejb KeyRepository: EjbDeployment(deployment-id=KeyRepository)
INFO - Configuring Service(id=Default Managed Container, type=Container, provider-id=Default Managed Container)
INFO - Auto-creating a container for bean tribe-signatures-persistence.Comp58418942: Container(type=MANAGED, id=Default Managed Container)
INFO - Creating ServerService(id=cxf-rs)
INFO - Creating Container(id=Default Managed Container)
INFO - Using directory /private/tmp/tribestream/tribestream-container/target for stateful session passivation
INFO - Configuring Service(id=Default Singleton Container, type=Container, provider-id=Default Singleton Container)
SEVERE - MBean Object org.apache.cxf.bus.extension.ExtensionManagerBus@69f77a1c register to MBeanServer failed : javax.management.InstanceAlreadyExistsException: org.apache.cxf:bus.id=openejb.cxf.bus,type=Bus,instance.id=1777826332
INFO - Auto-creating a container for bean KeyRepository: Container(type=SINGLETON, id=Default Singleton Container)
INFO - Creating Container(id=Default Singleton Container)
INFO - Initializing network services
INFO - Configuring PersistenceUnit(name=tribe-signatures-unit)
INFO - ** Bound Services **
INFO - NAME IP PORT
INFO - Configuring Service(id=Default JDBC Database, type=Resource, provider-id=Default JDBC Database)
INFO - httpejbd 127.0.0.1 63999
INFO - -------
INFO - Auto-creating a Resource with id 'Default JDBC Database' of type 'DataSource for 'tribe-signatures-unit'.
INFO - Creating Resource(id=Default JDBC Database)
INFO - Ready!
INFO - Configuring enterprise application: /private/tmp/tribestream/tribestream-container/target/RequestSampleMediaTypeTest
INFO - Configuring Service(id=Default Unmanaged JDBC Database, type=Resource, provider-id=Default Unmanaged JDBC Database)
INFO - Auto-creating a Resource with id 'Default Unmanaged JDBC Database' of type 'DataSource for 'tribe-signatures-unit'.
INFO - Creating Resource(id=Default Unmanaged JDBC Database)
INFO - Adjusting PersistenceUnit tribe-signatures-unit <jta-data-source> to Resource ID 'Default JDBC Database' from 'tribe-signatures-datasource'
INFO - Adjusting PersistenceUnit tribe-signatures-unit <non-jta-data-source> to Resource ID 'Default Unmanaged JDBC Database' from 'tribe-signatures-datasourceNonJta'
INFO - Enterprise application "/private/tmp/tribestream/tribestream-container/target/RequestSampleMediaTypeTest" loaded.
INFO - Creating dedicated application classloader for RequestSampleMediaTypeTest
INFO - Assembling app: /private/tmp/tribestream/tribestream-container/target/RequestSampleMediaTypeTest
INFO - Existing thread singleton service in SystemInstance(): org.apache.openejb.cdi.ThreadSingletonServiceImpl@307f8d48
INFO - OpenWebBeans Container is starting...
INFO - Adding OpenWebBeansPlugin : [CdiPlugin]
INFO - All injection points were validated successfully.
INFO - OpenWebBeans Container has started, it took 6 ms.
INFO - Using providers:
INFO - org.apache.cxf.jaxrs.provider.JAXBElementProvider@3e2fc9d2
INFO - org.apache.cxf.jaxrs.provider.json.JSONProvider@336b19e3
INFO - org.apache.openejb.server.cxf.rs.EJBAccessExceptionMapper@31829f6c
INFO - com.tomitribe.tribestream.governance.jaxrs.ConcurrentLimitExceededExceptionMapper@3c70a074
INFO - com.tomitribe.tribestream.governance.jaxrs.RateLimitExceededExceptionMapper@6363eac
INFO - com.tomitribe.tribestream.wadlx.error.ErrorMappingExceptionMapper@534c9163
SEVERE - MBean Object org.apache.cxf.bus.extension.ExtensionManagerBus@7b0fdacb register to MBeanServer failed : javax.management.InstanceAlreadyExistsException: org.apache.cxf:bus.id=openejb.cxf.bus,type=Bus,instance.id=2064636619
INFO - Enterprise application "tribe-signatures-persistence" loaded.
INFO - Not creating another application classloader for tribe-signatures-persistence
INFO - Assembling app: tribe-signatures-persistence
INFO - PersistenceUnit(name=tribe-signatures-unit, provider=org.apache.openjpa.persistence.PersistenceProviderImpl) - provider time 7ms
INFO - Jndi(name=KeyRepositoryLocalBean) --> Ejb(deployment-id=KeyRepository)
INFO - Jndi(name=global/tribe-signatures-persistence/KeyRepository!com.tomitribe.tribestream.security.signatures.persistence.KeyRepository) --> Ejb(deployment-id=KeyRepository)
INFO - Jndi(name=global/tribe-signatures-persistence/KeyRepository) --> Ejb(deployment-id=KeyRepository)
INFO - Created new singletonService org.apache.openejb.cdi.ThreadSingletonServiceImpl@e74917
INFO - Succeeded in installing singleton service
INFO - OpenWebBeans Container is starting...
INFO - Adding OpenWebBeansPlugin : [CdiPlugin]
INFO - All injection points were validated successfully.
INFO - OpenWebBeans Container has started, it took 25 ms.
INFO - Created Ejb(deployment-id=KeyRepository, ejb-name=KeyRepository, container=Default Singleton Container)
INFO - Started Ejb(deployment-id=KeyRepository, ejb-name=KeyRepository, container=Default Singleton Container)
INFO - Deployed Application(path=tribe-signatures-persistence)
INFO - Initializing network services
INFO - Creating ServerService(id=httpejbd)
INFO - Created ServicePool 'httpejbd' with (10) core threads, limited to (200) threads with a queue of (9)
INFO - REST Application: http://127.0.0.1:63999/test/AppPath -> org.apache.openejb.server.rest.InternalApplication
INFO - Service URI: http://127.0.0.1:63999/test/AppPath/ -> Pojo com.tomitribe.tribestream.wadlx.generator.RequestSampleMediaTypeTest$ItemResource
INFO - GET http://127.0.0.1:63999/test/AppPath/ -> String get(Foo)
INFO - Deployed Application(path=/private/tmp/tribestream/tribestream-container/target/RequestSampleMediaTypeTest)
INFO - Undeploying app: /private/tmp/tribestream/tribestream-container/target/RequestSampleMediaTypeTest
INFO - Creating ServerService(id=cxf-rs)
SEVERE - MBean Object org.apache.cxf.bus.extension.ExtensionManagerBus@270dcbd0 register to MBeanServer failed : javax.management.InstanceAlreadyExistsException: org.apache.cxf:bus.id=openejb.cxf.bus,type=Bus,instance.id=655215568
INFO - Initializing network services
INFO - ** Bound Services **
INFO - NAME IP PORT
INFO - httpejbd 127.0.0.1 63998
INFO - -------
INFO - Ready!
INFO - Configuring enterprise application: /private/tmp/tribestream/tribestream-container/target/GovernanceOverrideWadlHandlerTest
INFO - No REST application. Add a default JAX RS mapping on /api/*
INFO - Enterprise application "/private/tmp/tribestream/tribestream-container/target/GovernanceOverrideWadlHandlerTest" loaded.
INFO - Creating dedicated application classloader for GovernanceOverrideWadlHandlerTest
INFO - Assembling app: /private/tmp/tribestream/tribestream-container/target/GovernanceOverrideWadlHandlerTest
INFO - Existing thread singleton service in SystemInstance(): org.apache.openejb.cdi.ThreadSingletonServiceImpl@e74917
INFO - OpenWebBeans Container is starting...
INFO - Adding OpenWebBeansPlugin : [CdiPlugin]
INFO - All injection points were validated successfully.
INFO - OpenWebBeans Container has started, it took 3 ms.
INFO - Using providers:
INFO - org.apache.cxf.jaxrs.provider.JAXBElementProvider@347ea69c
INFO - org.apache.cxf.jaxrs.provider.json.JSONProvider@66ec66b0
INFO - org.apache.openejb.server.cxf.rs.EJBAccessExceptionMapper@6f7cafd1
INFO - com.tomitribe.tribestream.governance.jaxrs.ConcurrentLimitExceededExceptionMapper@2a49e19a
INFO - com.tomitribe.tribestream.governance.jaxrs.RateLimitExceededExceptionMapper@587a5b26
INFO - com.tomitribe.tribestream.wadlx.error.ErrorMappingExceptionMapper@48f6492b
INFO - Setting ApplicationLimit on method com.tomitribe.tribestream.wadlx.generator.Resource.post(java.lang.String): ApplicationLimit=(rate=(limit=80, window=10, unit=SECONDS))
INFO - Setting UserLimit on method com.tomitribe.tribestream.wadlx.generator.Resource.post(java.lang.String): UserLimit=(, concurrent=(limit=3))
INFO - Setting UserLimit on method com.tomitribe.tribestream.wadlx.generator.Resource.post(java.lang.String): UserLimit=(, concurrent=(limit=20))
INFO - Setting UserLimit on method com.tomitribe.tribestream.wadlx.generator.Resource.post(java.lang.String): UserLimit=(rate=(limit=1, window=1, unit=SECONDS), concurrent=(limit=50))
INFO - Setting UserLimit on method com.tomitribe.tribestream.wadlx.generator.Resource.post(java.lang.String): UserLimit=(, concurrent=(limit=20))
INFO - REST Application: http://127.0.0.1:63998/test/api -> org.apache.openejb.server.rest.InternalApplication
INFO - Service URI: http://127.0.0.1:63998/test/api/resource -> Pojo com.tomitribe.tribestream.wadlx.generator.GovernanceOverrideWadlHandlerTest$Resource
INFO - GET http://127.0.0.1:63998/test/api/resource/ -> String echo(String)
INFO - POST http://127.0.0.1:63998/test/api/resource/ -> String post(String)
INFO - Deployed Application(path=/private/tmp/tribestream/tribestream-container/target/GovernanceOverrideWadlHandlerTest)
WARNING - WARN ... MyEJB: Ignoring @RolesAllowed used on interface com.tomitribe.tribestream.governance.EnforcerInterceptorTest$MyEJBAPI method sleep. Annotation only usable on the bean class.
WARNING - 1 warning for EjbModule(path=/superbiz)
INFO - Setting ApplicationLimit on method com.tomitribe.tribestream.wadlx.generator.Resource.echo(java.lang.String): ApplicationLimit=(rate=(limit=50, window=1, unit=SECONDS), concurrent=(limit=200))
INFO - Setting UserLimit on method com.tomitribe.tribestream.wadlx.generator.Resource.echo(java.lang.String): UserLimit=(rate=(limit=3, window=1, unit=HOURS), concurrent=(limit=30))
INFO - Stopping network services
INFO - Stopping server services
INFO - Undeploying app: tribestream-alerting-persistence
INFO - Undeploying app: tribe-signatures-persistence
INFO - Closing DataSource: Default JDBC Database
INFO - Closing DataSource: Default Unmanaged JDBC Database
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.828 sec - in com.tomitribe.tribestream.wadlx.generator.RequestSampleMediaTypeTest
INFO - Undeploying app: /private/tmp/tribestream/tribestream-container/target/GovernanceOverrideWadlHandlerTest
Running com.tomitribe.tribestream.wadlx.generator.TomcatSecurityInfoBasicTest
INFO - Configuring Service(id=test, type=Service, provider-id=test)
INFO - Configuring Service(id=notificationPersistence, type=Service, provider-id=notificationPersistence)
INFO - Configuring Service(id=notificationCDI, type=Service, provider-id=notificationCDI)
INFO - Configuring Service(id=SignaturesService, type=Service, provider-id=SignaturesService)
INFO - Configuring Service(id=Default Security Service, type=SecurityService, provider-id=Default Security Service)
INFO - Configuring Service(id=Default Transaction Manager, type=TransactionManager, provider-id=Default Transaction Manager)
INFO - Creating Service(id=test)
INFO - Creating Service(id=notificationPersistence)
INFO - Creating Service(id=notificationCDI)
INFO - Creating Service(id=SignaturesService)
INFO - Creating TransactionManager(id=Default Transaction Manager)
INFO - Creating SecurityService(id=Default Security Service)
INFO - Configuring enterprise application: tribestream-alerting-persistence
INFO - Auto-deploying ejb AlertService: EjbDeployment(deployment-id=AlertService)
INFO - Configuring Service(id=Default Managed Container, type=Container, provider-id=Default Managed Container)
INFO - Stopping network services
INFO - Auto-creating a container for bean tribestream-alerting-persistence.Comp1296686015: Container(type=MANAGED, id=Default Managed Container)
INFO - Stopping server services
INFO - Creating Container(id=Default Managed Container)
INFO - Using directory /private/tmp/tribestream/tribestream-container/target for stateful session passivation
INFO - Undeploying app: tribe-signatures-persistence
INFO - Configuring Service(id=Default Singleton Container, type=Container, provider-id=Default Singleton Container)
INFO - Auto-creating a container for bean AlertService: Container(type=SINGLETON, id=Default Singleton Container)
INFO - Creating Container(id=Default Singleton Container)
INFO - Configuring PersistenceUnit(name=notifications)
INFO - Configuring Service(id=Default JDBC Database, type=Resource, provider-id=Default JDBC Database)
INFO - Auto-creating a Resource with id 'Default JDBC Database' of type 'DataSource for 'notifications'.
INFO - Creating Resource(id=Default JDBC Database)
INFO - Closing DataSource: Default JDBC Database
INFO - Closing DataSource: Default Unmanaged JDBC Database
INFO - Cannot find the configuration file [conf/openejb.xml]. Will attempt to create one for the beans deployed.
INFO - Configuring Service(id=Default Unmanaged JDBC Database, type=Resource, provider-id=Default Unmanaged JDBC Database)
INFO - Auto-creating a Resource with id 'Default Unmanaged JDBC Database' of type 'DataSource for 'notifications'.
INFO - Creating Resource(id=Default Unmanaged JDBC Database)
INFO - Adjusting PersistenceUnit notifications <jta-data-source> to Resource ID 'Default JDBC Database' from 'tribe-alert-datasource'
INFO - Adjusting PersistenceUnit notifications <non-jta-data-source> to Resource ID 'Default Unmanaged JDBC Database' from 'tribe-alert-datasourceNonJta'
INFO - Configuring Service(id=SignaturesService, type=Service, provider-id=SignaturesService)
INFO - Configuring Service(id=Default Security Service, type=SecurityService, provider-id=Default Security Service)
INFO - Configuring Service(id=Default Transaction Manager, type=TransactionManager, provider-id=Default Transaction Manager)
INFO - Creating Service(id=SignaturesService)
INFO - Creating TransactionManager(id=Default Transaction Manager)
INFO - Creating SecurityService(id=Default Security Service)
INFO - Configuring enterprise application: tribe-signatures-persistence
INFO - Auto-deploying ejb KeyRepository: EjbDeployment(deployment-id=KeyRepository)
INFO - Configuring Service(id=Default Managed Container, type=Container, provider-id=Default Managed Container)
INFO - Auto-creating a container for bean tribe-signatures-persistence.Comp1480843301: Container(type=MANAGED, id=Default Managed Container)
INFO - Creating Container(id=Default Managed Container)
INFO - Using directory /private/tmp/tribestream/tribestream-container/target for stateful session passivation
INFO - Configuring Service(id=Default Singleton Container, type=Container, provider-id=Default Singleton Container)
INFO - Auto-creating a container for bean KeyRepository: Container(type=SINGLETON, id=Default Singleton Container)
INFO - Creating Container(id=Default Singleton Container)
INFO - Configuring PersistenceUnit(name=tribe-signatures-unit)
INFO - Configuring Service(id=Default JDBC Database, type=Resource, provider-id=Default JDBC Database)
INFO - Auto-creating a Resource with id 'Default JDBC Database' of type 'DataSource for 'tribe-signatures-unit'.
INFO - Creating Resource(id=Default JDBC Database)
INFO - Configuring Service(id=Default Unmanaged JDBC Database, type=Resource, provider-id=Default Unmanaged JDBC Database)
INFO - Auto-creating a Resource with id 'Default Unmanaged JDBC Database' of type 'DataSource for 'tribe-signatures-unit'.
INFO - Creating Resource(id=Default Unmanaged JDBC Database)
INFO - Adjusting PersistenceUnit tribe-signatures-unit <jta-data-source> to Resource ID 'Default JDBC Database' from 'tribe-signatures-datasource'
INFO - Adjusting PersistenceUnit tribe-signatures-unit <non-jta-data-source> to Resource ID 'Default Unmanaged JDBC Database' from 'tribe-signatures-datasourceNonJta'
SEVERE - MBean Object org.apache.cxf.bus.extension.ExtensionManagerBus@7b0fdacb register to MBeanServer failed : javax.management.InstanceAlreadyExistsException: org.apache.cxf:bus.id=openejb.cxf.bus,type=Bus,instance.id=2064636619
INFO - Enterprise application "tribestream-alerting-persistence" loaded.
INFO - Not creating another application classloader for tribestream-alerting-persistence
INFO - Assembling app: tribestream-alerting-persistence
INFO - PersistenceUnit(name=notifications, provider=org.apache.openjpa.persistence.PersistenceProviderImpl) - provider time 5ms
INFO - Jndi(name=AlertServiceLocalBean) --> Ejb(deployment-id=AlertService)
INFO - Jndi(name=global/tribestream-alerting-persistence/AlertService!com.tomitribe.tribestream.notifications.core.persistence.AlertService) --> Ejb(deployment-id=AlertService)
INFO - Jndi(name=global/tribestream-alerting-persistence/AlertService) --> Ejb(deployment-id=AlertService)
INFO - Created new singletonService org.apache.openejb.cdi.ThreadSingletonServiceImpl@307f8d48
INFO - Succeeded in installing singleton service
INFO - OpenWebBeans Container is starting...
INFO - Adding OpenWebBeansPlugin : [CdiPlugin]
INFO - All injection points were validated successfully.
INFO - OpenWebBeans Container has started, it took 9 ms.
INFO - Created Ejb(deployment-id=AlertService, ejb-name=AlertService, container=Default Singleton Container)
INFO - Started Ejb(deployment-id=AlertService, ejb-name=AlertService, container=Default Singleton Container)
INFO - Deployed Application(path=tribestream-alerting-persistence)
INFO - Enterprise application "tribe-signatures-persistence" loaded.
INFO - Configuring enterprise application: tribe-signatures-persistence
INFO - Not creating another application classloader for tribe-signatures-persistence
INFO - Assembling app: tribe-signatures-persistence
INFO - Auto-deploying ejb KeyRepository: EjbDeployment(deployment-id=KeyRepository)
INFO - Configuring PersistenceUnit(name=tribe-signatures-unit)
INFO - Adjusting PersistenceUnit tribe-signatures-unit <jta-data-source> to Resource ID 'Default JDBC Database' from 'tribe-signatures-datasource'
INFO - Adjusting PersistenceUnit tribe-signatures-unit <non-jta-data-source> to Resource ID 'Default Unmanaged JDBC Database' from 'tribe-signatures-datasourceNonJta'
INFO - Enterprise application "tribe-signatures-persistence" loaded.
INFO - PersistenceUnit(name=tribe-signatures-unit, provider=org.apache.openjpa.persistence.PersistenceProviderImpl) - provider time 5ms
INFO - Jndi(name=KeyRepositoryLocalBean) --> Ejb(deployment-id=KeyRepository)
INFO - Jndi(name=global/tribe-signatures-persistence/KeyRepository!com.tomitribe.tribestream.security.signatures.persistence.KeyRepository) --> Ejb(deployment-id=KeyRepository)
INFO - Jndi(name=global/tribe-signatures-persistence/KeyRepository) --> Ejb(deployment-id=KeyRepository)
INFO - Created new singletonService org.apache.openejb.cdi.ThreadSingletonServiceImpl@e74917
INFO - Succeeded in installing singleton service
INFO - OpenWebBeans Container is starting...
INFO - Adding OpenWebBeansPlugin : [CdiPlugin]
INFO - Not creating another application classloader for tribe-signatures-persistence
INFO - Assembling app: tribe-signatures-persistence
INFO - PersistenceUnit(name=tribe-signatures-unit, provider=org.apache.openjpa.persistence.PersistenceProviderImpl) - provider time 8ms
INFO - Jndi(name=KeyRepositoryLocalBean) --> Ejb(deployment-id=KeyRepository)
INFO - Jndi(name=global/tribe-signatures-persistence/KeyRepository!com.tomitribe.tribestream.security.signatures.persistence.KeyRepository) --> Ejb(deployment-id=KeyRepository)
INFO - Jndi(name=global/tribe-signatures-persistence/KeyRepository) --> Ejb(deployment-id=KeyRepository)
INFO - Existing thread singleton service in SystemInstance(): org.apache.openejb.cdi.ThreadSingletonServiceImpl@307f8d48
INFO - OpenWebBeans Container is starting...
INFO - Adding OpenWebBeansPlugin : [CdiPlugin]
INFO - All injection points were validated successfully.
INFO - OpenWebBeans Container has started, it took 31 ms.
INFO - Created Ejb(deployment-id=KeyRepository, ejb-name=KeyRepository, container=Default Singleton Container)
INFO - Started Ejb(deployment-id=KeyRepository, ejb-name=KeyRepository, container=Default Singleton Container)
INFO - Deployed Application(path=tribe-signatures-persistence)
INFO - Initializing network services
INFO - All injection points were validated successfully.
INFO - OpenWebBeans Container has started, it took 34 ms.
INFO - Creating ServerService(id=httpejbd)
INFO - Created ServicePool 'httpejbd' with (10) core threads, limited to (200) threads with a queue of (9)
INFO - Created Ejb(deployment-id=KeyRepository, ejb-name=KeyRepository, container=Default Singleton Container)
INFO - Started Ejb(deployment-id=KeyRepository, ejb-name=KeyRepository, container=Default Singleton Container)
INFO - Deployed Application(path=tribe-signatures-persistence)
INFO - Initializing network services
INFO - Creating ServerService(id=cxf-rs)
SEVERE - MBean Object org.apache.cxf.bus.extension.ExtensionManagerBus@270dcbd0 register to MBeanServer failed : javax.management.InstanceAlreadyExistsException: org.apache.cxf:bus.id=openejb.cxf.bus,type=Bus,instance.id=655215568
INFO - Creating ServerService(id=httpejbd)
INFO - Initializing network services
INFO - ** Bound Services **
INFO - NAME IP PORT
INFO - httpejbd 127.0.0.1 63998
INFO - -------
INFO - Created ServicePool 'httpejbd' with (10) core threads, limited to (200) threads with a queue of (9)
INFO - Ready!
INFO - Configuring enterprise application: /private/tmp/tribestream/tribestream-container/target/GovernanceOverrideWadlHandlerTest
INFO - Creating ServerService(id=cxf-rs)
SEVERE - MBean Object org.apache.cxf.bus.extension.ExtensionManagerBus@69f77a1c register to MBeanServer failed : javax.management.InstanceAlreadyExistsException: org.apache.cxf:bus.id=openejb.cxf.bus,type=Bus,instance.id=1777826332
INFO - Initializing network services
INFO - ** Bound Services **
INFO - NAME IP PORT
INFO - httpejbd 127.0.0.1 63999
INFO - -------
INFO - Ready!
INFO - Configuring enterprise application: /private/tmp/tribestream/tribestream-container/target/TomcatSecurityInfoBasicTest
INFO - No REST application. Add a default JAX RS mapping on /api/*
INFO - Enterprise application "/private/tmp/tribestream/tribestream-container/target/GovernanceOverrideWadlHandlerTest" loaded.
INFO - Enterprise application "/private/tmp/tribestream/tribestream-container/target/TomcatSecurityInfoBasicTest" loaded.
INFO - Creating dedicated application classloader for GovernanceOverrideWadlHandlerTest
INFO - Assembling app: /private/tmp/tribestream/tribestream-container/target/GovernanceOverrideWadlHandlerTest
INFO - Existing thread singleton service in SystemInstance(): org.apache.openejb.cdi.ThreadSingletonServiceImpl@e74917
INFO - OpenWebBeans Container is starting...
INFO - Adding OpenWebBeansPlugin : [CdiPlugin]
INFO - All injection points were validated successfully.
INFO - OpenWebBeans Container has started, it took 5 ms.
INFO - Creating dedicated application classloader for TomcatSecurityInfoBasicTest
INFO - Assembling app: /private/tmp/tribestream/tribestream-container/target/TomcatSecurityInfoBasicTest
INFO - Using providers:
INFO - org.apache.cxf.jaxrs.provider.JAXBElementProvider@6a38c63e
INFO - org.apache.cxf.jaxrs.provider.json.JSONProvider@355f46ed
INFO - org.apache.openejb.server.cxf.rs.EJBAccessExceptionMapper@6f7cafd1
INFO - com.tomitribe.tribestream.governance.jaxrs.ConcurrentLimitExceededExceptionMapper@2298cfb
INFO - com.tomitribe.tribestream.governance.jaxrs.RateLimitExceededExceptionMapper@75e6b3d8
INFO - com.tomitribe.tribestream.wadlx.error.ErrorMappingExceptionMapper@7d296660
INFO - Existing thread singleton service in SystemInstance(): org.apache.openejb.cdi.ThreadSingletonServiceImpl@307f8d48
INFO - OpenWebBeans Container is starting...
INFO - Adding OpenWebBeansPlugin : [CdiPlugin]
INFO - All injection points were validated successfully.
INFO - OpenWebBeans Container has started, it took 4 ms.
INFO - Using providers:
INFO - org.apache.cxf.jaxrs.provider.JAXBElementProvider@2b541d1b
INFO - org.apache.cxf.jaxrs.provider.json.JSONProvider@1f42edd6
INFO - org.apache.openejb.server.cxf.rs.EJBAccessExceptionMapper@31829f6c
INFO - com.tomitribe.tribestream.governance.jaxrs.ConcurrentLimitExceededExceptionMapper@630c8ca2
INFO - com.tomitribe.tribestream.governance.jaxrs.RateLimitExceededExceptionMapper@4ce5127b
INFO - com.tomitribe.tribestream.wadlx.error.ErrorMappingExceptionMapper@532070ad
WARNING - WARN ... MyEJB: Ignoring @RolesAllowed used on interface com.tomitribe.tribestream.governance.EnforcerInterceptorTest$MyEJBAPI method sleep. Annotation only usable on the bean class.
WARNING - 1 warning for EjbModule(path=/superbiz)
INFO - Setting ApplicationLimit on method com.tomitribe.tribestream.wadlx.generator.Resource.post(java.lang.String): ApplicationLimit=(rate=(limit=80, window=10, unit=SECONDS))
INFO - Setting UserLimit on method com.tomitribe.tribestream.wadlx.generator.Resource.post(java.lang.String): UserLimit=(, concurrent=(limit=3))
INFO - Setting UserLimit on method com.tomitribe.tribestream.wadlx.generator.Resource.post(java.lang.String): UserLimit=(, concurrent=(limit=20))
INFO - Setting UserLimit on method com.tomitribe.tribestream.wadlx.generator.Resource.post(java.lang.String): UserLimit=(rate=(limit=1, window=1, unit=SECONDS), concurrent=(limit=50))
INFO - Setting UserLimit on method com.tomitribe.tribestream.wadlx.generator.Resource.post(java.lang.String): UserLimit=(, concurrent=(limit=20))
INFO - REST Application: http://127.0.0.1:63998/test/api -> org.apache.openejb.server.rest.InternalApplication
INFO - Service URI: http://127.0.0.1:63998/test/api/resource -> Pojo com.tomitribe.tribestream.wadlx.generator.GovernanceOverrideWadlHandlerTest$Resource
INFO - GET http://127.0.0.1:63998/test/api/resource/ -> String echo(String)
INFO - POST http://127.0.0.1:63998/test/api/resource/ -> String post(String)
INFO - Deployed Application(path=/private/tmp/tribestream/tribestream-container/target/GovernanceOverrideWadlHandlerTest)
INFO - Undeploying app: /private/tmp/tribestream/tribestream-container/target/GovernanceOverrideWadlHandlerTest
INFO - REST Application: http://127.0.0.1:63999/test/api -> org.apache.openejb.server.rest.InternalApplication
INFO - Service URI: http://127.0.0.1:63999/test/api/tiger -> Pojo com.tomitribe.tribestream.wadlx.generator.TomcatSecurityInfoTest$Tiger1
INFO - GET http://127.0.0.1:63999/test/api/tiger/ -> double tribeSize()
INFO - GET http://127.0.0.1:63999/test/api/tiger/simple -> String goHome()
INFO - GET http://127.0.0.1:63999/test/api/tiger/{matching} -> String goHome(String)
INFO - Service URI: http://127.0.0.1:63999/test/api/tiger2 -> Pojo com.tomitribe.tribestream.wadlx.generator.TomcatSecurityInfoTest$Tiger2
INFO - GET http://127.0.0.1:63999/test/api/tiger2/simple -> String goHome()
INFO - GET http://127.0.0.1:63999/test/api/tiger2/{matching} -> String goHome(String)
INFO - HEAD http://127.0.0.1:63999/test/api/tiger2/ -> double tribeSize()
INFO - Service URI: http://127.0.0.1:63999/test/api/tiger3 -> Pojo com.tomitribe.tribestream.wadlx.generator.TomcatSecurityInfoTest$Tiger3
INFO - GET http://127.0.0.1:63999/test/api/tiger3/simple -> String goHome()
INFO - GET http://127.0.0.1:63999/test/api/tiger3/{matching} -> String goHome(String)
INFO - Service URI: http://127.0.0.1:63999/test/api/tiger4 -> Pojo com.tomitribe.tribestream.wadlx.generator.TomcatSecurityInfoTest$Tiger4
INFO - GET http://127.0.0.1:63999/test/api/tiger4/simple -> String goHome()
INFO - GET http://127.0.0.1:63999/test/api/tiger4/{matching} -> String goHome(String)
INFO - Deployed Application(path=/private/tmp/tribestream/tribestream-container/target/TomcatSecurityInfoBasicTest)
INFO - Destroying ProtocolHandler ["http-nio-127.0.0.1-63983"]
0
INFO - Undeploying app: /private/tmp/tribestream/tribestream-container/target/SignatureAuthenticatorTest
INFO - Undeploying app: tribe-signatures-persistence
INFO - Closing DataSource: Default JDBC Database
INFO - Closing DataSource: Default Unmanaged JDBC Database
INFO - Undeploying app: /private/tmp/tribestream/tribestream-container/target/TomcatSecurityInfoBasicTest
INFO - Cannot find the configuration file [conf/openejb.xml]. Will attempt to create one for the beans deployed.
WARNING - Cannot install default JAAS configuration
INFO - Stopping network services
INFO - Stopping server services
INFO - Configuring Service(id=notificationIRC, type=Service, provider-id=notificationIRC)
INFO - Configuring Service(id=SignaturesService, type=Service, provider-id=SignaturesService)
INFO - Undeploying app: tribe-signatures-persistence
INFO - Closing DataSource: Default JDBC Database
INFO - Closing DataSource: Default Unmanaged JDBC Database
INFO - Configuring Service(id=Default Security Service, type=SecurityService, provider-id=Default Security Service)
INFO - Configuring Service(id=Default Transaction Manager, type=TransactionManager, provider-id=Default Transaction Manager)
INFO - Creating Service(id=notificationIRC)
INFO - Cannot find the configuration file [conf/openejb.xml]. Will attempt to create one for the beans deployed.
INFO - Creating Service(id=SignaturesService)
INFO - Creating TransactionManager(id=Default Transaction Manager)
INFO - Creating SecurityService(id=Default Security Service)
INFO - Configuring Service(id=SignaturesService, type=Service, provider-id=SignaturesService)
INFO - Configuring Service(id=Default Security Service, type=SecurityService, provider-id=Default Security Service)
INFO - Configuring Service(id=Default Transaction Manager, type=TransactionManager, provider-id=Default Transaction Manager)
INFO - Creating Service(id=SignaturesService)
INFO - Creating TransactionManager(id=Default Transaction Manager)
INFO - Creating SecurityService(id=Default Security Service)
INFO - Configuring enterprise application: tribe-signatures-persistence
INFO - Auto-deploying ejb KeyRepository: EjbDeployment(deployment-id=KeyRepository)
INFO - Configuring Service(id=Default Managed Container, type=Container, provider-id=Default Managed Container)
INFO - Auto-creating a container for bean tribe-signatures-persistence.Comp1952075263: Container(type=MANAGED, id=Default Managed Container)
INFO - Creating Container(id=Default Managed Container)
INFO - Using directory /private/tmp/tribestream/tribestream-container/target for stateful session passivation
INFO - Configuring Service(id=Default Singleton Container, type=Container, provider-id=Default Singleton Container)
INFO - Auto-creating a container for bean KeyRepository: Container(type=SINGLETON, id=Default Singleton Container)
INFO - Creating Container(id=Default Singleton Container)
INFO - Configuring PersistenceUnit(name=tribe-signatures-unit)
INFO - Configuring Service(id=Default JDBC Database, type=Resource, provider-id=Default JDBC Database)
INFO - Auto-creating a Resource with id 'Default JDBC Database' of type 'DataSource for 'tribe-signatures-unit'.
INFO - Creating Resource(id=Default JDBC Database)
INFO - Configuring Service(id=Default Unmanaged JDBC Database, type=Resource, provider-id=Default Unmanaged JDBC Database)
INFO - Auto-creating a Resource with id 'Default Unmanaged JDBC Database' of type 'DataSource for 'tribe-signatures-unit'.
INFO - Creating Resource(id=Default Unmanaged JDBC Database)
INFO - Configuring enterprise application: tribe-signatures-persistence
INFO - Auto-deploying ejb KeyRepository: EjbDeployment(deployment-id=KeyRepository)
INFO - Configuring Service(id=Default Managed Container, type=Container, provider-id=Default Managed Container)
INFO - Auto-creating a container for bean tribe-signatures-persistence.Comp1631594634: Container(type=MANAGED, id=Default Managed Container)
INFO - Creating Container(id=Default Managed Container)
INFO - Using directory /private/tmp/tribestream/tribestream-container/target for stateful session passivation
INFO - Adjusting PersistenceUnit tribe-signatures-unit <jta-data-source> to Resource ID 'Default JDBC Database' from 'tribe-signatures-datasource'
INFO - Adjusting PersistenceUnit tribe-signatures-unit <non-jta-data-source> to Resource ID 'Default Unmanaged JDBC Database' from 'tribe-signatures-datasourceNonJta'
INFO - Configuring Service(id=Default Singleton Container, type=Container, provider-id=Default Singleton Container)
INFO - Auto-creating a container for bean KeyRepository: Container(type=SINGLETON, id=Default Singleton Container)
INFO - Creating Container(id=Default Singleton Container)
INFO - Configuring PersistenceUnit(name=tribe-signatures-unit)
INFO - Configuring Service(id=Default JDBC Database, type=Resource, provider-id=Default JDBC Database)
INFO - Auto-creating a Resource with id 'Default JDBC Database' of type 'DataSource for 'tribe-signatures-unit'.
INFO - Creating Resource(id=Default JDBC Database)
INFO - Configuring Service(id=Default Unmanaged JDBC Database, type=Resource, provider-id=Default Unmanaged JDBC Database)
INFO - Auto-creating a Resource with id 'Default Unmanaged JDBC Database' of type 'DataSource for 'tribe-signatures-unit'.
INFO - Creating Resource(id=Default Unmanaged JDBC Database)
SEVERE - EjbTransactionUtil.handleSystemException: Something happened
java.lang.IllegalStateException: Something happened
at com.tomitribe.tribestream.governance.EnforcerInterceptorTest$ExceptionBean.doException(EnforcerInterceptorTest.java:433)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at org.apache.openejb.core.interceptor.ReflectionInvocationContext$Invocation.invoke(ReflectionInvocationContext.java:192)
at org.apache.openejb.core.interceptor.ReflectionInvocationContext.proceed(ReflectionInvocationContext.java:173)
at org.apache.openejb.monitoring.StatsInterceptor.record(StatsInterceptor.java:181)
at org.apache.openejb.monitoring.StatsInterceptor.invoke(StatsInterceptor.java:100)
at sun.reflect.GeneratedMethodAccessor44.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at org.apache.openejb.core.interceptor.ReflectionInvocationContext$Invocation.invoke(ReflectionInvocationContext.java:192)
at org.apache.openejb.core.interceptor.ReflectionInvocationContext.proceed(ReflectionInvocationContext.java:173)
at org.apache.openejb.core.interceptor.InterceptorStack.invoke(InterceptorStack.java:85)
at org.apache.openejb.core.singleton.SingletonContainer._invoke(SingletonContainer.java:256)
at org.apache.openejb.core.singleton.SingletonContainer.invoke(SingletonContainer.java:212)
at org.apache.openejb.core.ivm.EjbObjectProxyHandler.synchronizedBusinessMethod(EjbObjectProxyHandler.java:308)
at org.apache.openejb.core.ivm.EjbObjectProxyHandler.businessMethod(EjbObjectProxyHandler.java:303)
at org.apache.openejb.core.ivm.EjbObjectProxyHandler._invoke(EjbObjectProxyHandler.java:92)
at org.apache.openejb.core.ivm.BaseEjbProxyHandler.invoke(BaseEjbProxyHandler.java:321)
at com.tomitribe.tribestream.governance.EnforcerInterceptorTest$ExceptionBean$$LocalBeanProxy.doException(com/tomitribe/tribestream/governance/EnforcerInterceptorTest$ExceptionBean.java)
at com.tomitribe.tribestream.governance.EnforcerInterceptorTest$3.run(EnforcerInterceptorTest.java:221)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
at java.util.concurrent.FutureTask.run(FutureTask.java:262)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:745)
SEVERE - EjbTransactionUtil.handleSystemException: Something happened
java.lang.IllegalStateException: Something happened
at com.tomitribe.tribestream.governance.EnforcerInterceptorTest$ExceptionBean.doException(EnforcerInterceptorTest.java:433)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at org.apache.openejb.core.interceptor.ReflectionInvocationContext$Invocation.invoke(ReflectionInvocationContext.java:192)
at org.apache.openejb.core.interceptor.ReflectionInvocationContext.proceed(ReflectionInvocationContext.java:173)
at org.apache.openejb.monitoring.StatsInterceptor.record(StatsInterceptor.java:181)
at org.apache.openejb.monitoring.StatsInterceptor.invoke(StatsInterceptor.java:100)
at sun.reflect.GeneratedMethodAccessor44.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at org.apache.openejb.core.interceptor.ReflectionInvocationContext$Invocation.invoke(ReflectionInvocationContext.java:192)
at org.apache.openejb.core.interceptor.ReflectionInvocationContext.proceed(ReflectionInvocationContext.java:173)
at org.apache.openejb.core.interceptor.InterceptorStack.invoke(InterceptorStack.java:85)
at org.apache.openejb.core.singleton.SingletonContainer._invoke(SingletonContainer.java:256)
at org.apache.openejb.core.singleton.SingletonContainer.invoke(SingletonContainer.java:212)
at org.apache.openejb.core.ivm.EjbObjectProxyHandler.synchronizedBusinessMethod(EjbObjectProxyHandler.java:308)
at org.apache.openejb.core.ivm.EjbObjectProxyHandler.businessMethod(EjbObjectProxyHandler.java:303)
at org.apache.openejb.core.ivm.EjbObjectProxyHandler._invoke(EjbObjectProxyHandler.java:92)
at org.apache.openejb.core.ivm.BaseEjbProxyHandler.invoke(BaseEjbProxyHandler.java:321)
at com.tomitribe.tribestream.governance.EnforcerInterceptorTest$ExceptionBean$$LocalBeanProxy.doException(com/tomitribe/tribestream/governance/EnforcerInterceptorTest$ExceptionBean.java)
at com.tomitribe.tribestream.governance.EnforcerInterceptorTest$3.run(EnforcerInterceptorTest.java:221)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
at java.util.concurrent.FutureTask.run(FutureTask.java:262)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:745)
SEVERE - EjbTransactionUtil.handleSystemException: Something happened
java.lang.IllegalStateException: Something happened
at com.tomitribe.tribestream.governance.EnforcerInterceptorTest$ExceptionBean.doException(EnforcerInterceptorTest.java:433)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at org.apache.openejb.core.interceptor.ReflectionInvocationContext$Invocation.invoke(ReflectionInvocationContext.java:192)
at org.apache.openejb.core.interceptor.ReflectionInvocationContext.proceed(ReflectionInvocationContext.java:173)
at org.apache.openejb.monitoring.StatsInterceptor.record(StatsInterceptor.java:181)
at org.apache.openejb.monitoring.StatsInterceptor.invoke(StatsInterceptor.java:100)
at sun.reflect.GeneratedMethodAccessor44.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at org.apache.openejb.core.interceptor.ReflectionInvocationContext$Invocation.invoke(ReflectionInvocationContext.java:192)
at org.apache.openejb.core.interceptor.ReflectionInvocationContext.proceed(ReflectionInvocationContext.java:173)
at org.apache.openejb.core.interceptor.InterceptorStack.invoke(InterceptorStack.java:85)
at org.apache.openejb.core.singleton.SingletonContainer._invoke(SingletonContainer.java:256)
at org.apache.openejb.core.singleton.SingletonContainer.invoke(SingletonContainer.java:212)
at org.apache.openejb.core.ivm.EjbObjectProxyHandler.synchronizedBusinessMethod(EjbObjectProxyHandler.java:308)
at org.apache.openejb.core.ivm.EjbObjectProxyHandler.businessMethod(EjbObjectProxyHandler.java:303)
at org.apache.openejb.core.ivm.EjbObjectProxyHandler._invoke(EjbObjectProxyHandler.java:92)
at org.apache.openejb.core.ivm.BaseEjbProxyHandler.invoke(BaseEjbProxyHandler.java:321)
at com.tomitribe.tribestream.governance.EnforcerInterceptorTest$ExceptionBean$$LocalBeanProxy.doException(com/tomitribe/tribestream/governance/EnforcerInterceptorTest$ExceptionBean.java)
at com.tomitribe.tribestream.governance.EnforcerInterceptorTest$3.run(EnforcerInterceptorTest.java:221)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
at java.util.concurrent.FutureTask.run(FutureTask.java:262)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:745)
SEVERE - EjbTransactionUtil.handleSystemException: Something happened
java.lang.IllegalStateException: Something happened
at com.tomitribe.tribestream.governance.EnforcerInterceptorTest$ExceptionBean.doException(EnforcerInterceptorTest.java:433)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at org.apache.openejb.core.interceptor.ReflectionInvocationContext$Invocation.invoke(ReflectionInvocationContext.java:192)
at org.apache.openejb.core.interceptor.ReflectionInvocationContext.proceed(ReflectionInvocationContext.java:173)
at org.apache.openejb.monitoring.StatsInterceptor.record(StatsInterceptor.java:181)
at org.apache.openejb.monitoring.StatsInterceptor.invoke(StatsInterceptor.java:100)
at sun.reflect.GeneratedMethodAccessor44.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at org.apache.openejb.core.interceptor.ReflectionInvocationContext$Invocation.invoke(ReflectionInvocationContext.java:192)
at org.apache.openejb.core.interceptor.ReflectionInvocationContext.proceed(ReflectionInvocationContext.java:173)
at org.apache.openejb.core.interceptor.InterceptorStack.invoke(InterceptorStack.java:85)
at org.apache.openejb.core.singleton.SingletonContainer._invoke(SingletonContainer.java:256)
at org.apache.openejb.core.singleton.SingletonContainer.invoke(SingletonContainer.java:212)
at org.apache.openejb.core.ivm.EjbObjectProxyHandler.synchronizedBusinessMethod(EjbObjectProxyHandler.java:308)
at org.apache.openejb.core.ivm.EjbObjectProxyHandler.businessMethod(EjbObjectProxyHandler.java:303)
at org.apache.openejb.core.ivm.EjbObjectProxyHandler._invoke(EjbObjectProxyHandler.java:92)
at org.apache.openejb.core.ivm.BaseEjbProxyHandler.invoke(BaseEjbProxyHandler.java:321)
at com.tomitribe.tribestream.governance.EnforcerInterceptorTest$ExceptionBean$$LocalBeanProxy.doException(com/tomitribe/tribestream/governance/EnforcerInterceptorTest$ExceptionBean.java)
at com.tomitribe.tribestream.governance.EnforcerInterceptorTest$3.run(EnforcerInterceptorTest.java:221)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
at java.util.concurrent.FutureTask.run(FutureTask.java:262)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:745)
SEVERE - EjbTransactionUtil.handleSystemException: Something happened
java.lang.IllegalStateException: Something happened
at com.tomitribe.tribestream.governance.EnforcerInterceptorTest$ExceptionBean.doException(EnforcerInterceptorTest.java:433)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at org.apache.openejb.core.interceptor.ReflectionInvocationContext$Invocation.invoke(ReflectionInvocationContext.java:192)
at org.apache.openejb.core.interceptor.ReflectionInvocationContext.proceed(ReflectionInvocationContext.java:173)
at org.apache.openejb.monitoring.StatsInterceptor.record(StatsInterceptor.java:181)
at org.apache.openejb.monitoring.StatsInterceptor.invoke(StatsInterceptor.java:100)
at sun.reflect.GeneratedMethodAccessor44.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at org.apache.openejb.core.interceptor.ReflectionInvocationContext$Invocation.invoke(ReflectionInvocationContext.java:192)
at org.apache.openejb.core.interceptor.ReflectionInvocationContext.proceed(ReflectionInvocationContext.java:173)
at org.apache.openejb.core.interceptor.InterceptorStack.invoke(InterceptorStack.java:85)
at org.apache.openejb.core.singleton.SingletonContainer._invoke(SingletonContainer.java:256)
at org.apache.openejb.core.singleton.SingletonContainer.invoke(SingletonContainer.java:212)
at org.apache.openejb.core.ivm.EjbObjectProxyHandler.synchronizedBusinessMethod(EjbObjectProxyHandler.java:308)
at org.apache.openejb.core.ivm.EjbObjectProxyHandler.businessMethod(EjbObjectProxyHandler.java:303)
at org.apache.openejb.core.ivm.EjbObjectProxyHandler._invoke(EjbObjectProxyHandler.java:92)
at org.apache.openejb.core.ivm.BaseEjbProxyHandler.invoke(BaseEjbProxyHandler.java:321)
at com.tomitribe.tribestream.governance.EnforcerInterceptorTest$ExceptionBean$$LocalBeanProxy.doException(com/tomitribe/tribestream/governance/EnforcerInterceptorTest$ExceptionBean.java)
at com.tomitribe.tribestream.governance.EnforcerInterceptorTest$3.run(EnforcerInterceptorTest.java:221)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
at java.util.concurrent.FutureTask.run(FutureTask.java:262)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:745)
SEVERE - EjbTransactionUtil.handleSystemException: Something happened
java.lang.IllegalStateException: Something happened
at com.tomitribe.tribestream.governance.EnforcerInterceptorTest$ExceptionBean.doException(EnforcerInterceptorTest.java:433)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at org.apache.openejb.core.interceptor.ReflectionInvocationContext$Invocation.invoke(ReflectionInvocationContext.java:192)
at org.apache.openejb.core.interceptor.ReflectionInvocationContext.proceed(ReflectionInvocationContext.java:173)
at org.apache.openejb.monitoring.StatsInterceptor.record(StatsInterceptor.java:181)
at org.apache.openejb.monitoring.StatsInterceptor.invoke(StatsInterceptor.java:100)
at sun.reflect.GeneratedMethodAccessor44.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at org.apache.openejb.core.interceptor.ReflectionInvocationContext$Invocation.invoke(ReflectionInvocationContext.java:192)
at org.apache.openejb.core.interceptor.ReflectionInvocationContext.proceed(ReflectionInvocationContext.java:173)
at org.apache.openejb.core.interceptor.InterceptorStack.invoke(InterceptorStack.java:85)
at org.apache.openejb.core.singleton.SingletonContainer._invoke(SingletonContainer.java:256)
at org.apache.openejb.core.singleton.SingletonContainer.invoke(SingletonContainer.java:212)
at org.apache.openejb.core.ivm.EjbObjectProxyHandler.synchronizedBusinessMethod(EjbObjectProxyHandler.java:308)
at org.apache.openejb.core.ivm.EjbObjectProxyHandler.businessMethod(EjbObjectProxyHandler.java:303)
at org.apache.openejb.core.ivm.EjbObjectProxyHandler._invoke(EjbObjectProxyHandler.java:92)
at org.apache.openejb.core.ivm.BaseEjbProxyHandler.invoke(BaseEjbProxyHandler.java:321)
at com.tomitribe.tribestream.governance.EnforcerInterceptorTest$ExceptionBean$$LocalBeanProxy.doException(com/tomitribe/tribestream/governance/EnforcerInterceptorTest$ExceptionBean.java)
at com.tomitribe.tribestream.governance.EnforcerInterceptorTest$3.run(EnforcerInterceptorTest.java:221)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
at java.util.concurrent.FutureTask.run(FutureTask.java:262)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:745)
SEVERE - EjbTransactionUtil.handleSystemException: Something happened
java.lang.IllegalStateException: Something happened
at com.tomitribe.tribestream.governance.EnforcerInterceptorTest$ExceptionBean.doException(EnforcerInterceptorTest.java:433)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at org.apache.openejb.core.interceptor.ReflectionInvocationContext$Invocation.invoke(ReflectionInvocationContext.java:192)
at org.apache.openejb.core.interceptor.ReflectionInvocationContext.proceed(ReflectionInvocationContext.java:173)
at org.apache.openejb.monitoring.StatsInterceptor.record(StatsInterceptor.java:181)
at org.apache.openejb.monitoring.StatsInterceptor.invoke(StatsInterceptor.java:100)
at sun.reflect.GeneratedMethodAccessor44.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at org.apache.openejb.core.interceptor.ReflectionInvocationContext$Invocation.invoke(ReflectionInvocationContext.java:192)
at org.apache.openejb.core.interceptor.ReflectionInvocationContext.proceed(ReflectionInvocationContext.java:173)
at org.apache.openejb.core.interceptor.InterceptorStack.invoke(InterceptorStack.java:85)
at org.apache.openejb.core.singleton.SingletonContainer._invoke(SingletonContainer.java:256)
at org.apache.openejb.core.singleton.SingletonContainer.invoke(SingletonContainer.java:212)
at org.apache.openejb.core.ivm.EjbObjectProxyHandler.synchronizedBusinessMethod(EjbObjectProxyHandler.java:308)
at org.apache.openejb.core.ivm.EjbObjectProxyHandler.businessMethod(EjbObjectProxyHandler.java:303)
at org.apache.openejb.core.ivm.EjbObjectProxyHandler._invoke(EjbObjectProxyHandler.java:92)
at org.apache.openejb.core.ivm.BaseEjbProxyHandler.invoke(BaseEjbProxyHandler.java:321)
at com.tomitribe.tribestream.governance.EnforcerInterceptorTest$ExceptionBean$$LocalBeanProxy.doException(com/tomitribe/tribestream/governance/EnforcerInterceptorTest$ExceptionBean.java)
at com.tomitribe.tribestream.governance.EnforcerInterceptorTest$3.run(EnforcerInterceptorTest.java:221)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
at java.util.concurrent.FutureTask.run(FutureTask.java:262)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:745)
SEVERE - EjbTransactionUtil.handleSystemException: Something happened
java.lang.IllegalStateException: Something happened
at com.tomitribe.tribestream.governance.EnforcerInterceptorTest$ExceptionBean.doException(EnforcerInterceptorTest.java:433)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at org.apache.openejb.core.interceptor.ReflectionInvocationContext$Invocation.invoke(ReflectionInvocationContext.java:192)
at org.apache.openejb.core.interceptor.ReflectionInvocationContext.proceed(ReflectionInvocationContext.java:173)
at org.apache.openejb.monitoring.StatsInterceptor.record(StatsInterceptor.java:181)
at org.apache.openejb.monitoring.StatsInterceptor.invoke(StatsInterceptor.java:100)
at sun.reflect.GeneratedMethodAccessor44.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at org.apache.openejb.core.interceptor.ReflectionInvocationContext$Invocation.invoke(ReflectionInvocationContext.java:192)
at org.apache.openejb.core.interceptor.ReflectionInvocationContext.proceed(ReflectionInvocationContext.java:173)
at org.apache.openejb.core.interceptor.InterceptorStack.invoke(InterceptorStack.java:85)
at org.apache.openejb.core.singleton.SingletonContainer._invoke(SingletonContainer.java:256)
at org.apache.openejb.core.singleton.SingletonContainer.invoke(SingletonContainer.java:212)
at org.apache.openejb.core.ivm.EjbObjectProxyHandler.synchronizedBusinessMethod(EjbObjectProxyHandler.java:308)
at org.apache.openejb.core.ivm.EjbObjectProxyHandler.businessMethod(EjbObjectProxyHandler.java:303)
at org.apache.openejb.core.ivm.EjbObjectProxyHandler._invoke(EjbObjectProxyHandler.java:92)
at org.apache.openejb.core.ivm.BaseEjbProxyHandler.invoke(BaseEjbProxyHandler.java:321)
at com.tomitribe.tribestream.governance.EnforcerInterceptorTest$ExceptionBean$$LocalBeanProxy.doException(com/tomitribe/tribestream/governance/EnforcerInterceptorTest$ExceptionBean.java)
at com.tomitribe.tribestream.governance.EnforcerInterceptorTest$3.run(EnforcerInterceptorTest.java:221)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
at java.util.concurrent.FutureTask.run(FutureTask.java:262)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:745)
SEVERE - EjbTransactionUtil.handleSystemException: Something happened
java.lang.IllegalStateException: Something happened
at com.tomitribe.tribestream.governance.EnforcerInterceptorTest$ExceptionBean.doException(EnforcerInterceptorTest.java:433)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at org.apache.openejb.core.interceptor.ReflectionInvocationContext$Invocation.invoke(ReflectionInvocationContext.java:192)
at org.apache.openejb.core.interceptor.ReflectionInvocationContext.proceed(ReflectionInvocationContext.java:173)
at org.apache.openejb.monitoring.StatsInterceptor.record(StatsInterceptor.java:181)
at org.apache.openejb.monitoring.StatsInterceptor.invoke(StatsInterceptor.java:100)
at sun.reflect.GeneratedMethodAccessor44.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at org.apache.openejb.core.interceptor.ReflectionInvocationContext$Invocation.invoke(ReflectionInvocationContext.java:192)
at org.apache.openejb.core.interceptor.ReflectionInvocationContext.proceed(ReflectionInvocationContext.java:173)
at org.apache.openejb.core.interceptor.InterceptorStack.invoke(InterceptorStack.java:85)
at org.apache.openejb.core.singleton.SingletonContainer._invoke(SingletonContainer.java:256)
at org.apache.openejb.core.singleton.SingletonContainer.invoke(SingletonContainer.java:212)
at org.apache.openejb.core.ivm.EjbObjectProxyHandler.synchronizedBusinessMethod(EjbObjectProxyHandler.java:308)
at org.apache.openejb.core.ivm.EjbObjectProxyHandler.businessMethod(EjbObjectProxyHandler.java:303)
at org.apache.openejb.core.ivm.EjbObjectProxyHandler._invoke(EjbObjectProxyHandler.java:92)
at org.apache.openejb.core.ivm.BaseEjbProxyHandler.invoke(BaseEjbProxyHandler.java:321)
at com.tomitribe.tribestream.governance.EnforcerInterceptorTest$ExceptionBean$$LocalBeanProxy.doException(com/tomitribe/tribestream/governance/EnforcerInterceptorTest$ExceptionBean.java)
at com.tomitribe.tribestream.governance.EnforcerInterceptorTest$3.run(EnforcerInterceptorTest.java:221)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
at java.util.concurrent.FutureTask.run(FutureTask.java:262)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:745)
SEVERE - EjbTransactionUtil.handleSystemException: Something happened
java.lang.IllegalStateException: Something happened
at com.tomitribe.tribestream.governance.EnforcerInterceptorTest$ExceptionBean.doException(EnforcerInterceptorTest.java:433)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at org.apache.openejb.core.interceptor.ReflectionInvocationContext$Invocation.invoke(ReflectionInvocationContext.java:192)
at org.apache.openejb.core.interceptor.ReflectionInvocationContext.proceed(ReflectionInvocationContext.java:173)
at org.apache.openejb.monitoring.StatsInterceptor.record(StatsInterceptor.java:181)
at org.apache.openejb.monitoring.StatsInterceptor.invoke(StatsInterceptor.java:100)
at sun.reflect.GeneratedMethodAccessor44.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at org.apache.openejb.core.interceptor.ReflectionInvocationContext$Invocation.invoke(ReflectionInvocationContext.java:192)
at org.apache.openejb.core.interceptor.ReflectionInvocationContext.proceed(ReflectionInvocationContext.java:173)
at org.apache.openejb.core.interceptor.InterceptorStack.invoke(InterceptorStack.java:85)
at org.apache.openejb.core.singleton.SingletonContainer._invoke(SingletonContainer.java:256)
at org.apache.openejb.core.singleton.SingletonContainer.invoke(SingletonContainer.java:212)
at org.apache.openejb.core.ivm.EjbObjectProxyHandler.synchronizedBusinessMethod(EjbObjectProxyHandler.java:308)
at org.apache.openejb.core.ivm.EjbObjectProxyHandler.businessMethod(EjbObjectProxyHandler.java:303)
at org.apache.openejb.core.ivm.EjbObjectProxyHandler._invoke(EjbObjectProxyHandler.java:92)
at org.apache.openejb.core.ivm.BaseEjbProxyHandler.invoke(BaseEjbProxyHandler.java:321)
at com.tomitribe.tribestream.governance.EnforcerInterceptorTest$ExceptionBean$$LocalBeanProxy.doException(com/tomitribe/tribestream/governance/EnforcerInterceptorTest$ExceptionBean.java)
at com.tomitribe.tribestream.governance.EnforcerInterceptorTest$3.run(EnforcerInterceptorTest.java:221)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
at java.util.concurrent.FutureTask.run(FutureTask.java:262)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:745)
INFO - Adjusting PersistenceUnit tribe-signatures-unit <jta-data-source> to Resource ID 'Default JDBC Database' from 'tribe-signatures-datasource'
INFO - Adjusting Per
@dblevins
Copy link
Author

mingus:/tmp/tribestream 02:03:47
$ mvn -v
Apache Maven 3.3.3 (7994120775791599e205a5524ec3e0dfe41d4a06; 2015-04-22T06:57:37-05:00)
Maven home: /Users/dblevins/tools/apache-maven-3.3.3
Java version: 1.7.0_79, vendor: Oracle Corporation
Java home: /Library/Java/JavaVirtualMachines/jdk1.7.0_79.jdk/Contents/Home/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "mac os x", version: "10.10.4", arch: "x86_64", family: "mac"

@dblevins
Copy link
Author

[INFO] Reactor Summary:
[INFO]
[INFO] Tribestream ........................................ SUCCESS [ 8.312 s]
[INFO] Tribestream :: Unit ................................ SUCCESS [ 1.433 s]
[INFO] Tribestream :: API ................................. SUCCESS [ 2.010 s]
[INFO] Tribestream :: Tree ................................ SUCCESS [ 2.372 s]
[INFO] Tribestream :: Monitor ............................. SUCCESS [01:04 min]
[INFO] Tribestream :: Container ........................... SUCCESS [01:39 min]
[INFO] Tribestream :: CLI ................................. SUCCESS [ 20.075 s]
[INFO] Tribestream :: Config .............................. SUCCESS [ 0.234 s]
[INFO] Tribestream :: Web ................................. SUCCESS [ 2.353 s]
[INFO] Tribestream :: Web Theme ........................... SUCCESS [ 0.546 s]
[INFO] Tribestream :: Controller .......................... SUCCESS [ 22.210 s]
[INFO] Tribestream :: JMX ................................. SUCCESS [ 0.511 s]
[INFO] Tribestream :: Docs ................................ SUCCESS [01:00 min]
[INFO] Tribestream :: Monitor (WebApp) .................... SUCCESS [ 29.954 s]
[INFO] Tribestream :: Signatures REST (temporary) ......... SUCCESS [ 6.938 s]
[INFO] Tribestream :: Registry ............................ SUCCESS [01:17 min]
[INFO] Tribestream :: Console ............................. FAILURE [07:40 min]
[INFO] Tribestream :: Distributions ....................... SUCCESS [ 0.140 s]
[INFO] Tribestream :: Dist :: Binaries .................... SUCCESS [ 0.493 s]
[INFO] Tribestream :: Dist :: Tribestream ................. SKIPPED
[INFO] Tribestream :: OAuth2 .............................. SKIPPED
[INFO] Tribestream :: Proxy ............................... SKIPPED
[INFO] Tribestream :: Dist :: Tribestream Demo ............ SKIPPED
[INFO] Tribestream :: Dist :: Tribestream Controller ...... SKIPPED
[INFO] Tribestream :: Dist :: Tribestream Access Gateway .. SKIPPED
[INFO] Tribestream :: Dist :: API (Shade - Deprecated) .... SUCCESS [ 0.372 s]
[INFO] Tribestream :: Dist :: Monitor Shade ............... SUCCESS [ 2.181 s]
[INFO] Tribestream :: Dist :: Download Area Activator ..... SUCCESS [ 0.606 s]
[INFO] Tribestream :: iTests .............................. SUCCESS [ 0.138 s]
[INFO] Tribestream :: iTests :: Repogistry ................ SKIPPED
[INFO] Tribestream :: iTests :: Monitor ITests ............ SKIPPED
[INFO] Tribestream :: Examples ............................ SUCCESS [ 0.113 s]
[INFO] Tribestream :: Examples :: Moviefun ................ SUCCESS [ 0.642 s]
[INFO] Tribestream :: Examples :: Java Client ............. SKIPPED
[INFO] Tribestream :: Examples :: PHP Client .............. SUCCESS [ 0.148 s]
[INFO] Tribestream :: Examples :: Ruby Client ............. SUCCESS [ 0.141 s]
[INFO] Tribestream :: QA .................................. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 14:26 min
[INFO] Finished at: 2015-08-21T13:23:44-05:00
[INFO] Final Memory: 249M/969M
[INFO] ------------------------------------------------------------------------

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment