imixs / imixs-documents

The open source collaboration platform for documents
https://imixs.github.io/imixs-documents/
GNU General Public License v3.0
7 stars 1 forks source link

Docker doesn't deploy imixs-documents #20

Closed jenwdl closed 3 weeks ago

jenwdl commented 2 years ago

Hi all, I'd love to test imixs-documents, but unfortunately the application does not load. I did install docker and docker-compose on freshly installed systems:

On all systems, I went through the quick install guide to save the provided docker-compose.yml file and fired it up running docker-compose up. It loads several docker images and boots up, but doesn't deploy imixs-documents.war.

errors:

ERROR [org.jboss.as.controller.management-operation] (Controller Boot Thread) WFLYCTL0013: Operation ("deploy") failed - address: ([("deployment" => "imixs-documents.war")]) - failure description: {"WFLYCTL0080: Failed services" => {"jboss.deployment.unit.\"imixs-documents.war\".component.SetupService.START" => "java.lang.IllegalStateException: WFLYEE0042: Failed to construct component instance

and

ERROR [org.jboss.as] (Controller Boot Thread) WFLYSRV0026: WildFly Full 20.0.1.Final (WildFly Core 12.0.3.Final) started (with errors) in 11963ms - Started 1520 of 1753 services (5 services failed or missing dependencies, 376 services are lazy, passive or on-demand)

localhost:8080 loads a default Wildfly page, but no imixs-documents instance. How can I get imixs-documents running and access it?

complete log:

Starting imixs-documents-docker_db_1 ... done
Starting imixs-documents-docker_imixs-documents_1 ... done
Attaching to imixs-documents-docker_db_1, imixs-documents-docker_imixs-documents_1
db_1               | LOG:  database system was shut down at 2022-02-02 15:42:39 UTC
db_1               | LOG:  MultiXact member wraparound protections are now enabled
imixs-documents_1  | JAVA_OPTS already set in environment; overriding default settings with values: -Dnashorn.args=--no-deprecation-warning
db_1               | LOG:  autovacuum launcher started
db_1               | LOG:  database system is ready to accept connections
imixs-documents_1  | =========================================================================
imixs-documents_1  |
imixs-documents_1  |   JBoss Bootstrap Environment
imixs-documents_1  |
imixs-documents_1  |   JBOSS_HOME: /opt/jboss/wildfly
imixs-documents_1  |
imixs-documents_1  |   JAVA: /usr/lib/jvm/java/bin/java
imixs-documents_1  |
imixs-documents_1  |   JAVA_OPTS:  -server -Dnashorn.args=--no-deprecation-warning  --add-exports=java.base/sun.nio.ch=ALL-UNNAMED --add-exports=jdk.unsupported/sun.misc=ALL-UNNAMED --add-exports=jdk.unsupported/sun.reflect=ALL-UNNAMED
imixs-documents_1  |
imixs-documents_1  | =========================================================================
imixs-documents_1  |
imixs-documents_1  | 16:42:53,392 INFO  [org.jboss.modules] (main) JBoss Modules version 1.10.1.Final
imixs-documents_1  | 16:42:53,946 INFO  [org.jboss.msc] (main) JBoss MSC version 1.4.11.Final
imixs-documents_1  | 16:42:53,958 INFO  [org.jboss.threads] (main) JBoss Threads version 2.3.3.Final
imixs-documents_1  | 16:42:54,080 INFO  [org.jboss.as] (MSC service thread 1-2) WFLYSRV0049: WildFly Full 20.0.1.Final (WildFly Core 12.0.3.Final) starting
imixs-documents_1  | 16:42:55,145 INFO  [org.wildfly.security] (ServerService Thread Pool -- 27) ELY00001: WildFly Elytron version 1.12.1.Final
imixs-documents_1  | 16:42:55,837 INFO  [org.jboss.as.controller.management-deprecated] (Controller Boot Thread) WFLYCTL0028: Attribute 'security-realm' in the resource at address '/core-service=management/management-interface=http-interface' is deprecated, and may be removed in a future version. See the attribute description in the output of the read-resource-description operation to learn more about the deprecation.
imixs-documents_1  | 16:42:55,873 INFO  [org.jboss.as.controller.management-deprecated] (ServerService Thread Pool -- 33) WFLYCTL0028: Attribute 'security-realm' in the resource at address '/subsystem=undertow/server=default-server/https-listener=https' is deprecated, and may be removed in a future version. See the attribute description in the output of the read-resource-description operation to learn more about the deprecation.
imixs-documents_1  | 16:42:55,891 INFO  [org.jboss.as.server.deployment.scanner] (DeploymentScanner-threads - 1) WFLYDS0015: Re-attempting failed deployment imixs-documents.war
imixs-documents_1  | 16:42:56,017 INFO  [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0039: Creating http management service using socket-binding (management-http)
imixs-documents_1  | 16:42:56,035 INFO  [org.xnio] (MSC service thread 1-3) XNIO version 3.8.1.Final
imixs-documents_1  | 16:42:56,045 INFO  [org.xnio.nio] (MSC service thread 1-3) XNIO NIO Implementation Version 3.8.1.Final
imixs-documents_1  | 16:42:56,103 INFO  [org.jboss.remoting] (MSC service thread 1-6) JBoss Remoting version 5.0.18.Final
imixs-documents_1  | 16:42:56,098 INFO  [org.jboss.as.connector.subsystems.datasources] (ServerService Thread Pool -- 44) WFLYJCA0004: Deploying JDBC-compliant driver class org.h2.Driver (version 1.4)
imixs-documents_1  | 16:42:56,113 INFO  [org.jboss.as.connector.subsystems.datasources] (ServerService Thread Pool -- 44) WFLYJCA0005: Deploying non-JDBC-compliant driver class org.postgresql.Driver (version 42.2)
imixs-documents_1  | 16:42:56,115 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 52) WFLYCLINF0001: Activating Infinispan subsystem.
imixs-documents_1  | 16:42:56,125 INFO  [org.jboss.as.jaxrs] (ServerService Thread Pool -- 54) WFLYRS0016: RESTEasy version 3.12.1.Final
imixs-documents_1  | 16:42:56,168 INFO  [org.wildfly.extension.microprofile.config.smallrye._private] (ServerService Thread Pool -- 61) WFLYCONF0001: Activating WildFly MicroProfile Config Subsystem
imixs-documents_1  | 16:42:56,142 INFO  [org.wildfly.extension.io] (ServerService Thread Pool -- 53) WFLYIO001: Worker 'default' has auto-configured to 16 IO threads with 128 max task threads based on your 8 available processors
imixs-documents_1  | 16:42:56,164 INFO  [org.jboss.as.connector] (MSC service thread 1-2) WFLYJCA0009: Starting JCA Subsystem (WildFly/IronJacamar 1.4.22.Final)
imixs-documents_1  | 16:42:56,193 INFO  [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-6) WFLYJCA0018: Started Driver service with driver-name = h2
imixs-documents_1  | 16:42:56,179 INFO  [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-7) WFLYJCA0018: Started Driver service with driver-name = postgresql
imixs-documents_1  | 16:42:56,180 INFO  [org.jboss.as.jsf] (ServerService Thread Pool -- 59) WFLYJSF0007: Activated the following JSF Implementations: [main]
imixs-documents_1  | 16:42:56,198 INFO  [org.jboss.as.naming] (ServerService Thread Pool -- 66) WFLYNAM0001: Activating Naming Subsystem
imixs-documents_1  | 16:42:56,211 INFO  [org.wildfly.extension.microprofile.opentracing] (ServerService Thread Pool -- 65) WFLYTRACEXT0001: Activating MicroProfile OpenTracing Subsystem
imixs-documents_1  | 16:42:56,227 INFO  [org.wildfly.extension.microprofile.jwt.smallrye._private] (ServerService Thread Pool -- 63) WFLYJWT0001: Activating WildFly MicroProfile JWT Subsystem
imixs-documents_1  | 16:42:56,230 INFO  [org.wildfly.extension.microprofile.health.smallrye] (ServerService Thread Pool -- 62) WFLYHEALTH0001: Activating Eclipse MicroProfile Health Subsystem
imixs-documents_1  | 16:42:56,240 INFO  [org.wildfly.extension.microprofile.metrics.smallrye] (ServerService Thread Pool -- 64) WFLYMETRICS0001: Activating Eclipse MicroProfile Metrics Subsystem
imixs-documents_1  | 16:42:56,247 INFO  [org.jboss.as.security] (ServerService Thread Pool -- 72) WFLYSEC0002: Activating Security Subsystem
imixs-documents_1  | 16:42:56,252 INFO  [org.jboss.as.mail.extension] (MSC service thread 1-2) WFLYMAIL0001: Bound mail session [java:jboss/mail/Default]
imixs-documents_1  | 16:42:56,253 INFO  [org.jboss.as.mail.extension] (MSC service thread 1-6) WFLYMAIL0001: Bound mail session [java:/mail/org.imixs.workflow.mail]
imixs-documents_1  | 16:42:56,234 WARN  [org.jboss.as.txn] (ServerService Thread Pool -- 74) WFLYTX0013: The node-identifier attribute on the /subsystem=transactions is set to the default value. This is a danger for environments running multiple servers. Please make sure the attribute value is unique.
imixs-documents_1  | 16:42:56,268 INFO  [org.jboss.as.naming] (MSC service thread 1-5) WFLYNAM0003: Starting Naming Service
imixs-documents_1  | 16:42:56,297 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-5) WFLYUT0003: Undertow 2.1.3.Final starting
imixs-documents_1  | 16:42:56,310 INFO  [org.jboss.as.webservices] (ServerService Thread Pool -- 76) WFLYWS0002: Activating WebServices Extension
imixs-documents_1  | 16:42:56,290 INFO  [org.jboss.as.security] (MSC service thread 1-3) WFLYSEC0001: Current PicketBox version=5.0.3.Final-redhat-00005
imixs-documents_1  | 16:42:56,522 INFO  [org.jboss.as.ejb3] (MSC service thread 1-3) WFLYEJB0482: Strict pool mdb-strict-max-pool is using a max instance size of 32 (per class), which is derived from the number of CPUs on this host.
imixs-documents_1  | 16:42:56,522 INFO  [org.jboss.as.ejb3] (MSC service thread 1-7) WFLYEJB0481: Strict pool slsb-strict-max-pool is using a max instance size of 128 (per class), which is derived from thread worker pool sizing.
imixs-documents_1  | 16:42:56,549 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 75) WFLYUT0014: Creating file handler for path '/opt/jboss/wildfly/welcome-content' with options [directory-listing: 'false', follow-symlink: 'false', case-sensitive: 'true', safe-symlink-paths: '[]']
imixs-documents_1  | 16:42:56,558 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-6) WFLYUT0012: Started server default-server.
imixs-documents_1  | 16:42:56,582 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-7) WFLYUT0018: Host default-host starting
imixs-documents_1  | 16:42:56,718 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-2) WFLYUT0006: Undertow HTTP listener default listening on 0.0.0.0:8080
imixs-documents_1  | 16:42:56,803 INFO  [org.jboss.as.ejb3] (MSC service thread 1-3) WFLYEJB0493: EJB subsystem suspension complete
imixs-documents_1  | 16:42:56,841 INFO  [org.jboss.as.connector.subsystems.datasources.AbstractDataSourceService$AS7DataSourceDeployer] (MSC service thread 1-1) IJ020018: Enabling <validate-on-match> for java:/jdbc/office
imixs-documents_1  | 16:42:56,879 INFO  [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-7) WFLYJCA0001: Bound data source [java:/jdbc/office]
imixs-documents_1  | 16:42:56,884 INFO  [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-7) WFLYJCA0001: Bound data source [java:jboss/datasources/ExampleDS]
imixs-documents_1  | 16:42:56,937 INFO  [org.jboss.as.patching] (MSC service thread 1-7) WFLYPAT0050: WildFly Full cumulative patch ID is: base, one-off patches include: none
imixs-documents_1  | 16:42:56,959 WARN  [org.jboss.as.domain.management.security] (MSC service thread 1-3) WFLYDM0111: Keystore /opt/jboss/wildfly/standalone/configuration/application.keystore not found, it will be auto generated on first use with a self signed certificate for host localhost
imixs-documents_1  | 16:42:56,968 INFO  [org.jboss.as.server.deployment.scanner] (MSC service thread 1-8) WFLYDS0013: Started FileSystemDeploymentService for directory /opt/jboss/wildfly/standalone/deployments
imixs-documents_1  | 16:42:56,985 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-4) WFLYSRV0027: Starting deployment of "imixs-documents.war" (runtime-name: "imixs-documents.war")
imixs-documents_1  | 16:42:57,064 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-3) WFLYUT0006: Undertow HTTPS listener https listening on 0.0.0.0:8443
imixs-documents_1  | 16:42:57,127 INFO  [org.jboss.ws.common.management] (MSC service thread 1-2) JBWS022052: Starting JBossWS 5.4.1.Final (Apache CXF 3.3.6)
imixs-documents_1  | 16:42:58,936 INFO  [org.jboss.as.jpa] (MSC service thread 1-6) WFLYJPA0002: Read persistence.xml for org.imixs.workflow.jpa
imixs-documents_1  | 16:42:59,092 INFO  [org.jboss.as.jpa] (ServerService Thread Pool -- 78) WFLYJPA0003: Starting Persistence Unit Service 'imixs-documents.war#org.imixs.workflow.jpa'
imixs-documents_1  | 16:42:59,432 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 78) The access type for the persistent class [class org.imixs.workflow.engine.jpa.Document] is set to [PROPERTY].
imixs-documents_1  | 16:42:59,453 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 78) The access type for the persistent class [class org.imixs.workflow.engine.jpa.EventLog] is set to [PROPERTY].
imixs-documents_1  | 16:42:59,454 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 78) The access type for the persistent class [class org.imixs.marty.security.UserId] is set to [PROPERTY].
imixs-documents_1  | 16:42:59,466 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 78) The target entity (reference) class for the many to many mapping element [method getUserGroups] is being defaulted to: class org.imixs.marty.security.UserGroup.
imixs-documents_1  | 16:42:59,468 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 78) The access type for the persistent class [class org.imixs.marty.security.UserGroup] is set to [PROPERTY].
imixs-documents_1  | 16:42:59,469 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 78) The alias name for the entity class [class org.imixs.workflow.engine.jpa.Document] is being defaulted to: Document.
imixs-documents_1  | 16:42:59,471 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 78) The table name for entity [class org.imixs.workflow.engine.jpa.Document] is being defaulted to: DOCUMENT.
imixs-documents_1  | 16:42:59,483 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 78) The column name for element [getData] is being defaulted to: DATA.
imixs-documents_1  | 16:42:59,491 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 78) The column name for element [getCreated] is being defaulted to: CREATED.
imixs-documents_1  | 16:42:59,492 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 78) The column name for element [getModified] is being defaulted to: MODIFIED.
imixs-documents_1  | 16:42:59,493 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 78) The column name for element [getId] is being defaulted to: ID.
imixs-documents_1  | 16:42:59,494 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 78) The column name for element [getType] is being defaulted to: TYPE.
imixs-documents_1  | 16:42:59,495 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 78) The column name for element [getVersion] is being defaulted to: VERSION.
imixs-documents_1  | 16:42:59,497 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 78) The alias name for the entity class [class org.imixs.workflow.engine.jpa.EventLog] is being defaulted to: EventLog.
imixs-documents_1  | 16:42:59,498 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 78) The table name for entity [class org.imixs.workflow.engine.jpa.EventLog] is being defaulted to: EVENTLOG.
imixs-documents_1  | 16:42:59,498 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 78) The column name for element [getRef] is being defaulted to: REF.
imixs-documents_1  | 16:42:59,499 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 78) The column name for element [getData] is being defaulted to: DATA.
imixs-documents_1  | 16:42:59,500 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 78) The column name for element [getCreated] is being defaulted to: CREATED.
imixs-documents_1  | 16:42:59,500 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 78) The column name for element [getTopic] is being defaulted to: TOPIC.
imixs-documents_1  | 16:42:59,501 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 78) The column name for element [getId] is being defaulted to: ID.
imixs-documents_1  | 16:42:59,502 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 78) The column name for element [getVersion] is being defaulted to: VERSION.
imixs-documents_1  | 16:42:59,502 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 78) The column name for element [getTimeout] is being defaulted to: TIMEOUT.
imixs-documents_1  | 16:42:59,503 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 78) The alias name for the entity class [class org.imixs.marty.security.UserId] is being defaulted to: UserId.
imixs-documents_1  | 16:42:59,503 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 78) The table name for entity [class org.imixs.marty.security.UserId] is being defaulted to: USERID.
imixs-documents_1  | 16:42:59,504 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 78) The column name for element [getPassword] is being defaulted to: PASSWORD.
imixs-documents_1  | 16:42:59,505 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 78) The column name for element [getId] is being defaulted to: ID.
imixs-documents_1  | 16:42:59,506 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 78) The alias name for the entity class [class org.imixs.marty.security.UserGroup] is being defaulted to: UserGroup.
imixs-documents_1  | 16:42:59,506 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 78) The table name for entity [class org.imixs.marty.security.UserGroup] is being defaulted to: USERGROUP.
imixs-documents_1  | 16:42:59,507 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 78) The column name for element [getId] is being defaulted to: ID.
imixs-documents_1  | 16:42:59,527 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 78) The source primary key column name for the many to many mapping [method getUserGroups] is being defaulted to: ID.
imixs-documents_1  | 16:42:59,529 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 78) The target primary key column name for the many to many mapping [method getUserGroups] is being defaulted to: ID.
imixs-documents_1  | 16:42:59,612 INFO  [org.hibernate.validator.internal.util.Version] (ServerService Thread Pool -- 78) HV000001: Hibernate Validator 6.0.20.Final
imixs-documents_1  | 16:42:59,763 INFO  [org.eclipse.persistence] (ServerService Thread Pool -- 78) EclipseLink, version: Eclipse Persistence Services - 2.7.4.v20190115-ad5b7c6b2a
imixs-documents_1  | 16:42:59,915 INFO  [org.eclipse.persistence.connection] (ServerService Thread Pool -- 78) connecting(DatabaseLogin(
imixs-documents_1  |    platform=>PostgreSQLPlatform
imixs-documents_1  |    user name=> ""
imixs-documents_1  |    connector=>JNDIConnector datasource name=>null
imixs-documents_1  | ))
imixs-documents_1  | 16:42:59,920 INFO  [org.eclipse.persistence.connection] (ServerService Thread Pool -- 78) Connected: jdbc:postgresql://db/office
imixs-documents_1  |    User: postgres
imixs-documents_1  |    Database: PostgreSQL  Version: 9.6.1
imixs-documents_1  |    Driver: PostgreSQL JDBC Driver  Version: 42.2.5
imixs-documents_1  | 16:42:59,921 INFO  [org.eclipse.persistence.connection] (ServerService Thread Pool -- 78) connecting(DatabaseLogin(
imixs-documents_1  |    platform=>PostgreSQLPlatform
imixs-documents_1  |    user name=> ""
imixs-documents_1  |    connector=>JNDIConnector datasource name=>null
imixs-documents_1  | ))
imixs-documents_1  | 16:42:59,922 INFO  [org.eclipse.persistence.connection] (ServerService Thread Pool -- 78) Connected: jdbc:postgresql://db/office
imixs-documents_1  |    User: postgres
imixs-documents_1  |    Database: PostgreSQL  Version: 9.6.1
imixs-documents_1  |    Driver: PostgreSQL JDBC Driver  Version: 42.2.5
imixs-documents_1  | 16:42:59,971 INFO  [org.eclipse.persistence.connection] (ServerService Thread Pool -- 78) /vfs:/content/imixs-documents.war/WEB-INF/classes/_org.imixs.workflow.jpa login successful
imixs-documents_1  | WARNING: An illegal reflective access operation has occurred
imixs-documents_1  | WARNING: Illegal reflective access by org.jboss.as.server.deployment.reflect.ClassReflectionIndex (jar:file:/opt/jboss/wildfly/modules/system/layers/base/org/jboss/as/server/main/wildfly-server-12.0.3.Final.jar!/) to field java.util.Date.gcal
imixs-documents_1  | WARNING: Please consider reporting this to the maintainers of org.jboss.as.server.deployment.reflect.ClassReflectionIndex
imixs-documents_1  | WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
imixs-documents_1  | WARNING: All illegal access operations will be denied in a future release
imixs-documents_1  | 16:43:00,281 INFO  [org.jboss.weld.deployer] (MSC service thread 1-4) WFLYWELD0003: Processing weld deployment imixs-documents.war
imixs-documents_1  | 16:43:00,480 INFO  [org.jboss.as.ejb3.deployment] (MSC service thread 1-4) WFLYEJB0473: JNDI bindings for session bean named 'JobHandlerUpgradeWorkitems' in deployment unit 'deployment "imixs-documents.war"' are as follows:
imixs-documents_1  |
imixs-documents_1  |    java:global/imixs-documents/JobHandlerUpgradeWorkitems!org.imixs.workflow.engine.adminp.JobHandlerUpgradeWorkitems
imixs-documents_1  |    java:app/imixs-documents/JobHandlerUpgradeWorkitems!org.imixs.workflow.engine.adminp.JobHandlerUpgradeWorkitems
imixs-documents_1  |    java:module/JobHandlerUpgradeWorkitems!org.imixs.workflow.engine.adminp.JobHandlerUpgradeWorkitems
imixs-documents_1  |    java:global/imixs-documents/JobHandlerUpgradeWorkitems
imixs-documents_1  |    java:app/imixs-documents/JobHandlerUpgradeWorkitems
imixs-documents_1  |    java:module/JobHandlerUpgradeWorkitems
imixs-documents_1  |
imixs-documents_1  | 16:43:00,480 INFO  [org.jboss.as.ejb3.deployment] (MSC service thread 1-4) WFLYEJB0473: JNDI bindings for session bean named 'SchedulerService' in deployment unit 'deployment "imixs-documents.war"' are as follows:
imixs-documents_1  |
imixs-documents_1  |    java:global/imixs-documents/SchedulerService!org.imixs.workflow.engine.scheduler.SchedulerService
imixs-documents_1  |    java:app/imixs-documents/SchedulerService!org.imixs.workflow.engine.scheduler.SchedulerService
imixs-documents_1  |    java:module/SchedulerService!org.imixs.workflow.engine.scheduler.SchedulerService
imixs-documents_1  |    java:global/imixs-documents/SchedulerService
imixs-documents_1  |    java:app/imixs-documents/SchedulerService
imixs-documents_1  |    java:module/SchedulerService
imixs-documents_1  |
imixs-documents_1  | 16:43:00,481 INFO  [org.jboss.as.ejb3.deployment] (MSC service thread 1-4) WFLYEJB0473: JNDI bindings for session bean named 'IMAPImportService' in deployment unit 'deployment "imixs-documents.war"' are as follows:
imixs-documents_1  |
imixs-documents_1  |    java:global/imixs-documents/IMAPImportService!org.imixs.archive.importer.mail.IMAPImportService
imixs-documents_1  |    java:app/imixs-documents/IMAPImportService!org.imixs.archive.importer.mail.IMAPImportService
imixs-documents_1  |    java:module/IMAPImportService!org.imixs.archive.importer.mail.IMAPImportService
imixs-documents_1  |    java:global/imixs-documents/IMAPImportService
imixs-documents_1  |    java:app/imixs-documents/IMAPImportService
imixs-documents_1  |    java:module/IMAPImportService
imixs-documents_1  |
imixs-documents_1  | 16:43:00,481 INFO  [org.jboss.as.ejb3.deployment] (MSC service thread 1-4) WFLYEJB0473: JNDI bindings for session bean named 'PropertiesLoader' in deployment unit 'deployment "imixs-documents.war"' are as follows:
imixs-documents_1  |
imixs-documents_1  |    java:global/imixs-documents/PropertiesLoader!org.imixs.workflow.office.config.PropertiesLoader
imixs-documents_1  |    java:app/imixs-documents/PropertiesLoader!org.imixs.workflow.office.config.PropertiesLoader
imixs-documents_1  |    java:module/PropertiesLoader!org.imixs.workflow.office.config.PropertiesLoader
imixs-documents_1  |    java:global/imixs-documents/PropertiesLoader
imixs-documents_1  |    java:app/imixs-documents/PropertiesLoader
imixs-documents_1  |    java:module/PropertiesLoader
imixs-documents_1  |
imixs-documents_1  | 16:43:00,482 INFO  [org.jboss.as.ejb3.deployment] (MSC service thread 1-4) WFLYEJB0473: JNDI bindings for session bean named 'EventLogRestService' in deployment unit 'deployment "imixs-documents.war"' are as follows:
imixs-documents_1  |
imixs-documents_1  |    java:global/imixs-documents/EventLogRestService!org.imixs.workflow.jaxrs.EventLogRestService
imixs-documents_1  |    java:app/imixs-documents/EventLogRestService!org.imixs.workflow.jaxrs.EventLogRestService
imixs-documents_1  |    java:module/EventLogRestService!org.imixs.workflow.jaxrs.EventLogRestService
imixs-documents_1  |    java:global/imixs-documents/EventLogRestService
imixs-documents_1  |    java:app/imixs-documents/EventLogRestService
imixs-documents_1  |    java:module/EventLogRestService
imixs-documents_1  |
imixs-documents_1  | 16:43:00,482 INFO  [org.jboss.as.ejb3.deployment] (MSC service thread 1-4) WFLYEJB0473: JNDI bindings for session bean named 'JobHandlerRenameUser' in deployment unit 'deployment "imixs-documents.war"' are as follows:
imixs-documents_1  |
imixs-documents_1  |    java:global/imixs-documents/JobHandlerRenameUser!org.imixs.workflow.engine.adminp.JobHandlerRenameUser
imixs-documents_1  |    java:app/imixs-documents/JobHandlerRenameUser!org.imixs.workflow.engine.adminp.JobHandlerRenameUser
imixs-documents_1  |    java:module/JobHandlerRenameUser!org.imixs.workflow.engine.adminp.JobHandlerRenameUser
imixs-documents_1  |    java:global/imixs-documents/JobHandlerRenameUser
imixs-documents_1  |    java:app/imixs-documents/JobHandlerRenameUser
imixs-documents_1  |    java:module/JobHandlerRenameUser
imixs-documents_1  |
imixs-documents_1  | 16:43:00,482 INFO  [org.jboss.as.ejb3.deployment] (MSC service thread 1-4) WFLYEJB0473: JNDI bindings for session bean named 'MLTrainingScheduler' in deployment unit 'deployment "imixs-documents.war"' are as follows:
imixs-documents_1  |
imixs-documents_1  |    java:global/imixs-documents/MLTrainingScheduler!org.imixs.ml.workflow.MLTrainingScheduler
imixs-documents_1  |    java:app/imixs-documents/MLTrainingScheduler!org.imixs.ml.workflow.MLTrainingScheduler
imixs-documents_1  |    java:module/MLTrainingScheduler!org.imixs.ml.workflow.MLTrainingScheduler
imixs-documents_1  |    java:global/imixs-documents/MLTrainingScheduler
imixs-documents_1  |    java:app/imixs-documents/MLTrainingScheduler
imixs-documents_1  |    java:module/MLTrainingScheduler
imixs-documents_1  |
imixs-documents_1  | 16:43:00,482 INFO  [org.jboss.as.ejb3.deployment] (MSC service thread 1-4) WFLYEJB0473: JNDI bindings for session bean named 'DocumentRestService' in deployment unit 'deployment "imixs-documents.war"' are as follows:
imixs-documents_1  |
imixs-documents_1  |    java:global/imixs-documents/DocumentRestService!org.imixs.workflow.jaxrs.DocumentRestService
imixs-documents_1  |    java:app/imixs-documents/DocumentRestService!org.imixs.workflow.jaxrs.DocumentRestService
imixs-documents_1  |    java:module/DocumentRestService!org.imixs.workflow.jaxrs.DocumentRestService
imixs-documents_1  |    java:global/imixs-documents/DocumentRestService
imixs-documents_1  |    java:app/imixs-documents/DocumentRestService
imixs-documents_1  |    java:module/DocumentRestService
imixs-documents_1  |
imixs-documents_1  | 16:43:00,482 INFO  [org.jboss.as.ejb3.deployment] (MSC service thread 1-4) WFLYEJB0473: JNDI bindings for session bean named 'WorkitemService' in deployment unit 'deployment "imixs-documents.war"' are as follows:
imixs-documents_1  |
imixs-documents_1  |    java:global/imixs-documents/WorkitemService!org.imixs.workflow.office.forms.WorkitemService
imixs-documents_1  |    java:app/imixs-documents/WorkitemService!org.imixs.workflow.office.forms.WorkitemService
imixs-documents_1  |    java:module/WorkitemService!org.imixs.workflow.office.forms.WorkitemService
imixs-documents_1  |    java:global/imixs-documents/WorkitemService
imixs-documents_1  |    java:app/imixs-documents/WorkitemService
imixs-documents_1  |    java:module/WorkitemService
imixs-documents_1  |
imixs-documents_1  | 16:43:00,483 INFO  [org.jboss.as.ejb3.deployment] (MSC service thread 1-4) WFLYEJB0473: JNDI bindings for session bean named 'WorkflowService' in deployment unit 'deployment "imixs-documents.war"' are as follows:
imixs-documents_1  |
imixs-documents_1  |    java:global/imixs-documents/WorkflowService!org.imixs.workflow.engine.WorkflowService
imixs-documents_1  |    java:app/imixs-documents/WorkflowService!org.imixs.workflow.engine.WorkflowService
imixs-documents_1  |    java:module/WorkflowService!org.imixs.workflow.engine.WorkflowService
imixs-documents_1  |    java:global/imixs-documents/WorkflowService
imixs-documents_1  |    java:app/imixs-documents/WorkflowService
imixs-documents_1  |    java:module/WorkflowService
imixs-documents_1  |
imixs-documents_1  | 16:43:00,483 INFO  [org.jboss.as.ejb3.deployment] (MSC service thread 1-4) WFLYEJB0473: JNDI bindings for session bean named 'TikaService' in deployment unit 'deployment "imixs-documents.war"' are as follows:
imixs-documents_1  |
imixs-documents_1  |    java:global/imixs-documents/TikaService!org.imixs.archive.documents.TikaService
imixs-documents_1  |    java:app/imixs-documents/TikaService!org.imixs.archive.documents.TikaService
imixs-documents_1  |    java:module/TikaService!org.imixs.archive.documents.TikaService
imixs-documents_1  |    java:global/imixs-documents/TikaService
imixs-documents_1  |    java:app/imixs-documents/TikaService
imixs-documents_1  |    java:module/TikaService
imixs-documents_1  |
imixs-documents_1  | 16:43:00,483 INFO  [org.jboss.as.ejb3.deployment] (MSC service thread 1-4) WFLYEJB0473: JNDI bindings for session bean named 'AdminPService' in deployment unit 'deployment "imixs-documents.war"' are as follows:
imixs-documents_1  |
imixs-documents_1  |    java:global/imixs-documents/AdminPService!org.imixs.workflow.engine.adminp.AdminPService
imixs-documents_1  |    java:app/imixs-documents/AdminPService!org.imixs.workflow.engine.adminp.AdminPService
imixs-documents_1  |    java:module/AdminPService!org.imixs.workflow.engine.adminp.AdminPService
imixs-documents_1  |    java:global/imixs-documents/AdminPService
imixs-documents_1  |    java:app/imixs-documents/AdminPService
imixs-documents_1  |    java:module/AdminPService
imixs-documents_1  |
imixs-documents_1  | 16:43:00,484 INFO  [org.jboss.as.ejb3.deployment] (MSC service thread 1-4) WFLYEJB0473: JNDI bindings for session bean named 'SnapshotService' in deployment unit 'deployment "imixs-documents.war"' are as follows:
imixs-documents_1  |
imixs-documents_1  |    java:global/imixs-documents/SnapshotService!org.imixs.archive.core.SnapshotService
imixs-documents_1  |    java:app/imixs-documents/SnapshotService!org.imixs.archive.core.SnapshotService
imixs-documents_1  |    java:module/SnapshotService!org.imixs.archive.core.SnapshotService
imixs-documents_1  |    java:global/imixs-documents/SnapshotService
imixs-documents_1  |    java:app/imixs-documents/SnapshotService
imixs-documents_1  |    java:module/SnapshotService
imixs-documents_1  |
imixs-documents_1  | 16:43:00,484 INFO  [org.jboss.as.ejb3.deployment] (MSC service thread 1-4) WFLYEJB0473: JNDI bindings for session bean named 'TextBlockService' in deployment unit 'deployment "imixs-documents.war"' are as follows:
imixs-documents_1  |
imixs-documents_1  |    java:global/imixs-documents/TextBlockService!org.imixs.workflow.office.config.TextBlockService
imixs-documents_1  |    java:app/imixs-documents/TextBlockService!org.imixs.workflow.office.config.TextBlockService
imixs-documents_1  |    java:module/TextBlockService!org.imixs.workflow.office.config.TextBlockService
imixs-documents_1  |    java:global/imixs-documents/TextBlockService
imixs-documents_1  |    java:app/imixs-documents/TextBlockService
imixs-documents_1  |    java:module/TextBlockService
imixs-documents_1  |
imixs-documents_1  | 16:43:00,485 INFO  [org.jboss.as.ejb3.deployment] (MSC service thread 1-4) WFLYEJB0473: JNDI bindings for session bean named 'SetupUserDBService' in deployment unit 'deployment "imixs-documents.war"' are as follows:
imixs-documents_1  |
imixs-documents_1  |    java:global/imixs-documents/SetupUserDBService!org.imixs.marty.security.SetupUserDBService
imixs-documents_1  |    java:app/imixs-documents/SetupUserDBService!org.imixs.marty.security.SetupUserDBService
imixs-documents_1  |    java:module/SetupUserDBService!org.imixs.marty.security.SetupUserDBService
imixs-documents_1  |    java:global/imixs-documents/SetupUserDBService
imixs-documents_1  |    java:app/imixs-documents/SetupUserDBService
imixs-documents_1  |    java:module/SetupUserDBService
imixs-documents_1  |
imixs-documents_1  | 16:43:00,485 INFO  [org.jboss.as.ejb3.deployment] (MSC service thread 1-4) WFLYEJB0473: JNDI bindings for session bean named 'TextUsernameAdapter' in deployment unit 'deployment "imixs-documents.war"' are as follows:
imixs-documents_1  |
imixs-documents_1  |    java:global/imixs-documents/TextUsernameAdapter!org.imixs.marty.profile.TextUsernameAdapter
imixs-documents_1  |    java:app/imixs-documents/TextUsernameAdapter!org.imixs.marty.profile.TextUsernameAdapter
imixs-documents_1  |    java:module/TextUsernameAdapter!org.imixs.marty.profile.TextUsernameAdapter
imixs-documents_1  |    java:global/imixs-documents/TextUsernameAdapter
imixs-documents_1  |    java:app/imixs-documents/TextUsernameAdapter
imixs-documents_1  |    java:module/TextUsernameAdapter
imixs-documents_1  |
imixs-documents_1  | 16:43:00,485 INFO  [org.jboss.as.ejb3.deployment] (MSC service thread 1-4) WFLYEJB0473: JNDI bindings for session bean named 'MailMessageService' in deployment unit 'deployment "imixs-documents.war"' are as follows:
imixs-documents_1  |
imixs-documents_1  |    java:global/imixs-documents/MailMessageService!org.imixs.archive.importer.mail.MailMessageService
imixs-documents_1  |    java:app/imixs-documents/MailMessageService!org.imixs.archive.importer.mail.MailMessageService
imixs-documents_1  |    java:module/MailMessageService!org.imixs.archive.importer.mail.MailMessageService
imixs-documents_1  |    java:global/imixs-documents/MailMessageService
imixs-documents_1  |    java:app/imixs-documents/MailMessageService
imixs-documents_1  |    java:module/MailMessageService
imixs-documents_1  |
imixs-documents_1  | 16:43:00,485 INFO  [org.jboss.as.ejb3.deployment] (MSC service thread 1-4) WFLYEJB0473: JNDI bindings for session bean named 'SequenceService' in deployment unit 'deployment "imixs-documents.war"' are as follows:
imixs-documents_1  |
imixs-documents_1  |    java:global/imixs-documents/SequenceService!org.imixs.workflow.office.util.SequenceService
imixs-documents_1  |    java:app/imixs-documents/SequenceService!org.imixs.workflow.office.util.SequenceService
imixs-documents_1  |    java:module/SequenceService!org.imixs.workflow.office.util.SequenceService
imixs-documents_1  |    java:global/imixs-documents/SequenceService
imixs-documents_1  |    java:app/imixs-documents/SequenceService
imixs-documents_1  |    java:module/SequenceService
imixs-documents_1  |
imixs-documents_1  | 16:43:00,485 INFO  [org.jboss.as.ejb3.deployment] (MSC service thread 1-4) WFLYEJB0473: JNDI bindings for session bean named 'SpaceService' in deployment unit 'deployment "imixs-documents.war"' are as follows:
imixs-documents_1  |
imixs-documents_1  |    java:global/imixs-documents/SpaceService!org.imixs.marty.team.SpaceService
imixs-documents_1  |    java:app/imixs-documents/SpaceService!org.imixs.marty.team.SpaceService
imixs-documents_1  |    java:module/SpaceService!org.imixs.marty.team.SpaceService
imixs-documents_1  |    java:global/imixs-documents/SpaceService
imixs-documents_1  |    java:app/imixs-documents/SpaceService
imixs-documents_1  |    java:module/SpaceService
imixs-documents_1  |
imixs-documents_1  | 16:43:00,486 INFO  [org.jboss.as.ejb3.deployment] (MSC service thread 1-4) WFLYEJB0473: JNDI bindings for session bean named 'ModelService' in deployment unit 'deployment "imixs-documents.war"' are as follows:
imixs-documents_1  |
imixs-documents_1  |    java:global/imixs-documents/ModelService!org.imixs.workflow.engine.ModelService
imixs-documents_1  |    java:app/imixs-documents/ModelService!org.imixs.workflow.engine.ModelService
imixs-documents_1  |    java:module/ModelService!org.imixs.workflow.engine.ModelService
imixs-documents_1  |    java:global/imixs-documents/ModelService
imixs-documents_1  |    java:app/imixs-documents/ModelService
imixs-documents_1  |    java:module/ModelService
imixs-documents_1  |
imixs-documents_1  | 16:43:00,486 INFO  [org.jboss.as.ejb3.deployment] (MSC service thread 1-4) WFLYEJB0473: JNDI bindings for session bean named 'AsyncEventService' in deployment unit 'deployment "imixs-documents.war"' are as follows:
imixs-documents_1  |
imixs-documents_1  |    java:global/imixs-documents/AsyncEventService!org.imixs.workflow.engine.AsyncEventService
imixs-documents_1  |    java:app/imixs-documents/AsyncEventService!org.imixs.workflow.engine.AsyncEventService
imixs-documents_1  |    java:module/AsyncEventService!org.imixs.workflow.engine.AsyncEventService
imixs-documents_1  |    java:global/imixs-documents/AsyncEventService
imixs-documents_1  |    java:app/imixs-documents/AsyncEventService
imixs-documents_1  |    java:module/AsyncEventService
imixs-documents_1  |
imixs-documents_1  | 16:43:00,486 INFO  [org.jboss.as.ejb3.deployment] (MSC service thread 1-4) WFLYEJB0473: JNDI bindings for session bean named 'TextItemValueAdapter' in deployment unit 'deployment "imixs-documents.war"' are as follows:
imixs-documents_1  |
imixs-documents_1  |    java:global/imixs-documents/TextItemValueAdapter!org.imixs.workflow.engine.TextItemValueAdapter
imixs-documents_1  |    java:app/imixs-documents/TextItemValueAdapter!org.imixs.workflow.engine.TextItemValueAdapter
imixs-documents_1  |    java:module/TextItemValueAdapter!org.imixs.workflow.engine.TextItemValueAdapter
imixs-documents_1  |    java:global/imixs-documents/TextItemValueAdapter
imixs-documents_1  |    java:app/imixs-documents/TextItemValueAdapter
imixs-documents_1  |    java:module/TextItemValueAdapter
imixs-documents_1  |
imixs-documents_1  | 16:43:00,486 INFO  [org.jboss.as.ejb3.deployment] (MSC service thread 1-4) WFLYEJB0473: JNDI bindings for session bean named 'ReportService' in deployment unit 'deployment "imixs-documents.war"' are as follows:
imixs-documents_1  |
imixs-documents_1  |    java:global/imixs-documents/ReportService!org.imixs.workflow.engine.ReportService
imixs-documents_1  |    java:app/imixs-documents/ReportService!org.imixs.workflow.engine.ReportService
imixs-documents_1  |    java:module/ReportService!org.imixs.workflow.engine.ReportService
imixs-documents_1  |    java:global/imixs-documents/ReportService
imixs-documents_1  |    java:app/imixs-documents/ReportService
imixs-documents_1  |    java:module/ReportService
imixs-documents_1  |
imixs-documents_1  | 16:43:00,486 INFO  [org.jboss.as.ejb3.deployment] (MSC service thread 1-4) WFLYEJB0473: JNDI bindings for session bean named 'TeamLookupService' in deployment unit 'deployment "imixs-documents.war"' are as follows:
imixs-documents_1  |
imixs-documents_1  |    java:global/imixs-documents/TeamLookupService!org.imixs.marty.team.TeamLookupService
imixs-documents_1  |    java:app/imixs-documents/TeamLookupService!org.imixs.marty.team.TeamLookupService
imixs-documents_1  |    java:module/TeamLookupService!org.imixs.marty.team.TeamLookupService
imixs-documents_1  |    java:global/imixs-documents/TeamLookupService
imixs-documents_1  |    java:app/imixs-documents/TeamLookupService
imixs-documents_1  |    java:module/TeamLookupService
imixs-documents_1  |
imixs-documents_1  | 16:43:00,487 INFO  [org.jboss.as.ejb3.deployment] (MSC service thread 1-4) WFLYEJB0473: JNDI bindings for session bean named 'SchedulerConfigurationService' in deployment unit 'deployment "imixs-documents.war"' are as follows:
imixs-documents_1  |
imixs-documents_1  |    java:global/imixs-documents/SchedulerConfigurationService!org.imixs.workflow.engine.scheduler.SchedulerConfigurationService
imixs-documents_1  |    java:app/imixs-documents/SchedulerConfigurationService!org.imixs.workflow.engine.scheduler.SchedulerConfigurationService
imixs-documents_1  |    java:module/SchedulerConfigurationService!org.imixs.workflow.engine.scheduler.SchedulerConfigurationService
imixs-documents_1  |    java:global/imixs-documents/SchedulerConfigurationService
imixs-documents_1  |    java:app/imixs-documents/SchedulerConfigurationService
imixs-documents_1  |    java:module/SchedulerConfigurationService
imixs-documents_1  |
imixs-documents_1  | 16:43:00,487 INFO  [org.jboss.as.ejb3.deployment] (MSC service thread 1-4) WFLYEJB0473: JNDI bindings for session bean named 'SchemaService' in deployment unit 'deployment "imixs-documents.war"' are as follows:
imixs-documents_1  |
imixs-documents_1  |    java:global/imixs-documents/SchemaService!org.imixs.workflow.engine.index.SchemaService
imixs-documents_1  |    java:app/imixs-documents/SchemaService!org.imixs.workflow.engine.index.SchemaService
imixs-documents_1  |    java:module/SchemaService!org.imixs.workflow.engine.index.SchemaService
imixs-documents_1  |    java:global/imixs-documents/SchemaService
imixs-documents_1  |    java:app/imixs-documents/SchemaService
imixs-documents_1  |    java:module/SchemaService
imixs-documents_1  |
imixs-documents_1  | 16:43:00,495 INFO  [org.jboss.as.ejb3.deployment] (MSC service thread 1-4) WFLYEJB0473: JNDI bindings for session bean named 'TeamService' in deployment unit 'deployment "imixs-documents.war"' are as follows:
imixs-documents_1  |
imixs-documents_1  |    java:global/imixs-documents/TeamService!org.imixs.marty.team.TeamService
imixs-documents_1  |    java:app/imixs-documents/TeamService!org.imixs.marty.team.TeamService
imixs-documents_1  |    java:module/TeamService!org.imixs.marty.team.TeamService
imixs-documents_1  |    java:global/imixs-documents/TeamService
imixs-documents_1  |    java:app/imixs-documents/TeamService
imixs-documents_1  |    java:module/TeamService
imixs-documents_1  |
imixs-documents_1  | 16:43:00,496 INFO  [org.jboss.as.ejb3.deployment] (MSC service thread 1-4) WFLYEJB0473: JNDI bindings for session bean named 'FTPImportService' in deployment unit 'deployment "imixs-documents.war"' are as follows:
imixs-documents_1  |
imixs-documents_1  |    java:global/imixs-documents/FTPImportService!org.imixs.archive.importer.ftp.FTPImportService
imixs-documents_1  |    java:app/imixs-documents/FTPImportService!org.imixs.archive.importer.ftp.FTPImportService
imixs-documents_1  |    java:module/FTPImportService!org.imixs.archive.importer.ftp.FTPImportService
imixs-documents_1  |    java:global/imixs-documents/FTPImportService
imixs-documents_1  |    java:app/imixs-documents/FTPImportService
imixs-documents_1  |    java:module/FTPImportService
imixs-documents_1  |
imixs-documents_1  | 16:43:00,496 INFO  [org.jboss.as.ejb3.deployment] (MSC service thread 1-4) WFLYEJB0473: JNDI bindings for session bean named 'MonitorRestService' in deployment unit 'deployment "imixs-documents.war"' are as follows:
imixs-documents_1  |
imixs-documents_1  |    java:global/imixs-documents/MonitorRestService!org.imixs.workflow.office.views.MonitorRestService
imixs-documents_1  |    java:app/imixs-documents/MonitorRestService!org.imixs.workflow.office.views.MonitorRestService
imixs-documents_1  |    java:module/MonitorRestService!org.imixs.workflow.office.views.MonitorRestService
imixs-documents_1  |    java:global/imixs-documents/MonitorRestService
imixs-documents_1  |    java:app/imixs-documents/MonitorRestService
imixs-documents_1  |    java:module/MonitorRestService
imixs-documents_1  |
imixs-documents_1  | 16:43:00,497 INFO  [org.jboss.as.ejb3.deployment] (MSC service thread 1-4) WFLYEJB0473: JNDI bindings for session bean named 'CSVImportService' in deployment unit 'deployment "imixs-documents.war"' are as follows:
imixs-documents_1  |
imixs-documents_1  |    java:global/imixs-documents/CSVImportService!org.imixs.archive.importer.ftp.CSVImportService
imixs-documents_1  |    java:app/imixs-documents/CSVImportService!org.imixs.archive.importer.ftp.CSVImportService
imixs-documents_1  |    java:module/CSVImportService!org.imixs.archive.importer.ftp.CSVImportService
imixs-documents_1  |    java:global/imixs-documents/CSVImportService
imixs-documents_1  |    java:app/imixs-documents/CSVImportService
imixs-documents_1  |    java:module/CSVImportService
imixs-documents_1  |
imixs-documents_1  | 16:43:00,497 INFO  [org.jboss.as.ejb3.deployment] (MSC service thread 1-4) WFLYEJB0473: JNDI bindings for session bean named 'DocumentImportService' in deployment unit 'deployment "imixs-documents.war"' are as follows:
imixs-documents_1  |
imixs-documents_1  |    java:global/imixs-documents/DocumentImportService!org.imixs.archive.importer.DocumentImportService
imixs-documents_1  |    java:app/imixs-documents/DocumentImportService!org.imixs.archive.importer.DocumentImportService
imixs-documents_1  |    java:module/DocumentImportService!org.imixs.archive.importer.DocumentImportService
imixs-documents_1  |    java:global/imixs-documents/DocumentImportService
imixs-documents_1  |    java:app/imixs-documents/DocumentImportService
imixs-documents_1  |    java:module/DocumentImportService
imixs-documents_1  |
imixs-documents_1  | 16:43:00,497 INFO  [org.jboss.as.ejb3.deployment] (MSC service thread 1-4) WFLYEJB0473: JNDI bindings for session bean named 'SystemWorkitemService' in deployment unit 'deployment "imixs-documents.war"' are as follows:
imixs-documents_1  |
imixs-documents_1  |    java:global/imixs-documents/SystemWorkitemService!org.imixs.workflow.office.forms.SystemWorkitemService
imixs-documents_1  |    java:app/imixs-documents/SystemWorkitemService!org.imixs.workflow.office.forms.SystemWorkitemService
imixs-documents_1  |    java:module/SystemWorkitemService!org.imixs.workflow.office.forms.SystemWorkitemService
imixs-documents_1  |    java:global/imixs-documents/SystemWorkitemService
imixs-documents_1  |    java:app/imixs-documents/SystemWorkitemService
imixs-documents_1  |    java:module/SystemWorkitemService
imixs-documents_1  |
imixs-documents_1  | 16:43:00,497 INFO  [org.jboss.as.ejb3.deployment] (MSC service thread 1-4) WFLYEJB0473: JNDI bindings for session bean named 'ReportRestService' in deployment unit 'deployment "imixs-documents.war"' are as follows:
imixs-documents_1  |
imixs-documents_1  |    java:global/imixs-documents/ReportRestService!org.imixs.workflow.jaxrs.ReportRestService
imixs-documents_1  |    java:app/imixs-documents/ReportRestService!org.imixs.workflow.jaxrs.ReportRestService
imixs-documents_1  |    java:module/ReportRestService!org.imixs.workflow.jaxrs.ReportRestService
imixs-documents_1  |    java:global/imixs-documents/ReportRestService
imixs-documents_1  |    java:app/imixs-documents/ReportRestService
imixs-documents_1  |    java:module/ReportRestService
imixs-documents_1  |
imixs-documents_1  | 16:43:00,497 INFO  [org.jboss.as.ejb3.deployment] (MSC service thread 1-4) WFLYEJB0473: JNDI bindings for session bean named 'ModelRestService' in deployment unit 'deployment "imixs-documents.war"' are as follows:
imixs-documents_1  |
imixs-documents_1  |    java:global/imixs-documents/ModelRestService!org.imixs.workflow.jaxrs.ModelRestService
imixs-documents_1  |    java:app/imixs-documents/ModelRestService!org.imixs.workflow.jaxrs.ModelRestService
imixs-documents_1  |    java:module/ModelRestService!org.imixs.workflow.jaxrs.ModelRestService
imixs-documents_1  |    java:global/imixs-documents/ModelRestService
imixs-documents_1  |    java:app/imixs-documents/ModelRestService
imixs-documents_1  |    java:module/ModelRestService
imixs-documents_1  |
imixs-documents_1  | 16:43:00,497 INFO  [org.jboss.as.ejb3.deployment] (MSC service thread 1-4) WFLYEJB0473: JNDI bindings for session bean named 'WorkflowRestService' in deployment unit 'deployment "imixs-documents.war"' are as follows:
imixs-documents_1  |
imixs-documents_1  |    java:global/imixs-documents/WorkflowRestService!org.imixs.workflow.jaxrs.WorkflowRestService
imixs-documents_1  |    java:app/imixs-documents/WorkflowRestService!org.imixs.workflow.jaxrs.WorkflowRestService
imixs-documents_1  |    java:module/WorkflowRestService!org.imixs.workflow.jaxrs.WorkflowRestService
imixs-documents_1  |    java:global/imixs-documents/WorkflowRestService
imixs-documents_1  |    java:app/imixs-documents/WorkflowRestService
imixs-documents_1  |    java:module/WorkflowRestService
imixs-documents_1  |
imixs-documents_1  | 16:43:00,498 INFO  [org.jboss.as.ejb3.deployment] (MSC service thread 1-4) WFLYEJB0473: JNDI bindings for session bean named 'ImageCompactor' in deployment unit 'deployment "imixs-documents.war"' are as follows:
imixs-documents_1  |
imixs-documents_1  |    java:global/imixs-documents/ImageCompactor!org.imixs.marty.util.ImageCompactor
imixs-documents_1  |    java:app/imixs-documents/ImageCompactor!org.imixs.marty.util.ImageCompactor
imixs-documents_1  |    java:module/ImageCompactor!org.imixs.marty.util.ImageCompactor
imixs-documents_1  |    java:global/imixs-documents/ImageCompactor
imixs-documents_1  |    java:app/imixs-documents/ImageCompactor
imixs-documents_1  |    java:module/ImageCompactor
imixs-documents_1  |
imixs-documents_1  | 16:43:00,498 INFO  [org.jboss.as.ejb3.deployment] (MSC service thread 1-4) WFLYEJB0473: JNDI bindings for session bean named 'AdminPRestService' in deployment unit 'deployment "imixs-documents.war"' are as follows:
imixs-documents_1  |
imixs-documents_1  |    java:global/imixs-documents/AdminPRestService!org.imixs.workflow.jaxrs.AdminPRestService
imixs-documents_1  |    java:app/imixs-documents/AdminPRestService!org.imixs.workflow.jaxrs.AdminPRestService
imixs-documents_1  |    java:module/AdminPRestService!org.imixs.workflow.jaxrs.AdminPRestService
imixs-documents_1  |    java:global/imixs-documents/AdminPRestService
imixs-documents_1  |    java:app/imixs-documents/AdminPRestService
imixs-documents_1  |    java:module/AdminPRestService
imixs-documents_1  |
imixs-documents_1  | 16:43:00,498 INFO  [org.jboss.as.ejb3.deployment] (MSC service thread 1-4) WFLYEJB0473: JNDI bindings for session bean named 'UserGroupService' in deployment unit 'deployment "imixs-documents.war"' are as follows:
imixs-documents_1  |
imixs-documents_1  |    java:global/imixs-documents/UserGroupService!org.imixs.marty.security.UserGroupService
imixs-documents_1  |    java:app/imixs-documents/UserGroupService!org.imixs.marty.security.UserGroupService
imixs-documents_1  |    java:module/UserGroupService!org.imixs.marty.security.UserGroupService
imixs-documents_1  |    java:global/imixs-documents/UserGroupService
imixs-documents_1  |    java:app/imixs-documents/UserGroupService
imixs-documents_1  |    java:module/UserGroupService
imixs-documents_1  |
imixs-documents_1  | 16:43:00,498 INFO  [org.jboss.as.ejb3.deployment] (MSC service thread 1-4) WFLYEJB0473: JNDI bindings for session bean named 'MailConverterService' in deployment unit 'deployment "imixs-documents.war"' are as follows:
imixs-documents_1  |
imixs-documents_1  |    java:global/imixs-documents/MailConverterService!org.imixs.archive.importer.mail.MailConverterService
imixs-documents_1  |    java:app/imixs-documents/MailConverterService!org.imixs.archive.importer.mail.MailConverterService
imixs-documents_1  |    java:module/MailConverterService!org.imixs.archive.importer.mail.MailConverterService
imixs-documents_1  |    java:global/imixs-documents/MailConverterService
imixs-documents_1  |    java:app/imixs-documents/MailConverterService
imixs-documents_1  |    java:module/MailConverterService
imixs-documents_1  |
imixs-documents_1  | 16:43:00,498 INFO  [org.jboss.as.ejb3.deployment] (MSC service thread 1-4) WFLYEJB0473: JNDI bindings for session bean named 'TextPropertyValueAdapter' in deployment unit 'deployment "imixs-documents.war"' are as follows:
imixs-documents_1  |
imixs-documents_1  |    java:global/imixs-documents/TextPropertyValueAdapter!org.imixs.workflow.engine.TextPropertyValueAdapter
imixs-documents_1  |    java:app/imixs-documents/TextPropertyValueAdapter!org.imixs.workflow.engine.TextPropertyValueAdapter
imixs-documents_1  |    java:module/TextPropertyValueAdapter!org.imixs.workflow.engine.TextPropertyValueAdapter
imixs-documents_1  |    java:global/imixs-documents/TextPropertyValueAdapter
imixs-documents_1  |    java:app/imixs-documents/TextPropertyValueAdapter
imixs-documents_1  |    java:module/TextPropertyValueAdapter
imixs-documents_1  |
imixs-documents_1  | 16:43:00,498 INFO  [org.jboss.as.ejb3.deployment] (MSC service thread 1-4) WFLYEJB0473: JNDI bindings for session bean named 'TeamCache' in deployment unit 'deployment "imixs-documents.war"' are as follows:
imixs-documents_1  |
imixs-documents_1  |    java:global/imixs-documents/TeamCache!org.imixs.marty.team.TeamCache
imixs-documents_1  |    java:app/imixs-documents/TeamCache!org.imixs.marty.team.TeamCache
imixs-documents_1  |    java:module/TeamCache!org.imixs.marty.team.TeamCache
imixs-documents_1  |    java:global/imixs-documents/TeamCache
imixs-documents_1  |    java:app/imixs-documents/TeamCache
imixs-documents_1  |    java:module/TeamCache
imixs-documents_1  |
imixs-documents_1  | 16:43:00,499 INFO  [org.jboss.as.ejb3.deployment] (MSC service thread 1-4) WFLYEJB0473: JNDI bindings for session bean named 'RootRestService' in deployment unit 'deployment "imixs-documents.war"' are as follows:
imixs-documents_1  |
imixs-documents_1  |    java:global/imixs-documents/RootRestService!org.imixs.workflow.jaxrs.RootRestService
imixs-documents_1  |    java:app/imixs-documents/RootRestService!org.imixs.workflow.jaxrs.RootRestService
imixs-documents_1  |    java:module/RootRestService!org.imixs.workflow.jaxrs.RootRestService
imixs-documents_1  |    java:global/imixs-documents/RootRestService
imixs-documents_1  |    java:app/imixs-documents/RootRestService
imixs-documents_1  |    java:module/RootRestService
imixs-documents_1  |
imixs-documents_1  | 16:43:00,499 INFO  [org.jboss.as.ejb3.deployment] (MSC service thread 1-4) WFLYEJB0473: JNDI bindings for session bean named 'WopiHostService' in deployment unit 'deployment "imixs-documents.war"' are as follows:
imixs-documents_1  |
imixs-documents_1  |    java:global/imixs-documents/WopiHostService!org.imixs.workflow.wopi.WopiHostService
imixs-documents_1  |    java:app/imixs-documents/WopiHostService!org.imixs.workflow.wopi.WopiHostService
imixs-documents_1  |    java:module/WopiHostService!org.imixs.workflow.wopi.WopiHostService
imixs-documents_1  |    java:global/imixs-documents/WopiHostService
imixs-documents_1  |    java:app/imixs-documents/WopiHostService
imixs-documents_1  |    java:module/WopiHostService
imixs-documents_1  |
imixs-documents_1  | 16:43:00,499 INFO  [org.jboss.as.ejb3.deployment] (MSC service thread 1-4) WFLYEJB0473: JNDI bindings for session bean named 'JobHandlerRebuildIndex' in deployment unit 'deployment "imixs-documents.war"' are as follows:
imixs-documents_1  |
imixs-documents_1  |    java:global/imixs-documents/JobHandlerRebuildIndex!org.imixs.workflow.engine.adminp.JobHandlerRebuildIndex
imixs-documents_1  |    java:app/imixs-documents/JobHandlerRebuildIndex!org.imixs.workflow.engine.adminp.JobHandlerRebuildIndex
imixs-documents_1  |    java:module/JobHandlerRebuildIndex!org.imixs.workflow.engine.adminp.JobHandlerRebuildIndex
imixs-documents_1  |    java:global/imixs-documents/JobHandlerRebuildIndex
imixs-documents_1  |    java:app/imixs-documents/JobHandlerRebuildIndex
imixs-documents_1  |    java:module/JobHandlerRebuildIndex
imixs-documents_1  |
imixs-documents_1  | 16:43:00,499 INFO  [org.jboss.as.ejb3.deployment] (MSC service thread 1-4) WFLYEJB0473: JNDI bindings for session bean named 'LuceneSearchService' in deployment unit 'deployment "imixs-documents.war"' are as follows:
imixs-documents_1  |
imixs-documents_1  |    java:global/imixs-documents/LuceneSearchService!org.imixs.workflow.engine.index.SearchService
imixs-documents_1  |    java:app/imixs-documents/LuceneSearchService!org.imixs.workflow.engine.index.SearchService
imixs-documents_1  |    java:module/LuceneSearchService!org.imixs.workflow.engine.index.SearchService
imixs-documents_1  |    java:global/imixs-documents/LuceneSearchService
imixs-documents_1  |    java:app/imixs-documents/LuceneSearchService
imixs-documents_1  |    java:module/LuceneSearchService
imixs-documents_1  |
imixs-documents_1  | 16:43:00,500 INFO  [org.jboss.as.ejb3.deployment] (MSC service thread 1-4) WFLYEJB0473: JNDI bindings for session bean named 'LuceneIndexService' in deployment unit 'deployment "imixs-documents.war"' are as follows:
imixs-documents_1  |
imixs-documents_1  |    java:global/imixs-documents/LuceneIndexService!org.imixs.workflow.engine.lucene.LuceneIndexService
imixs-documents_1  |    java:app/imixs-documents/LuceneIndexService!org.imixs.workflow.engine.lucene.LuceneIndexService
imixs-documents_1  |    java:module/LuceneIndexService!org.imixs.workflow.engine.lucene.LuceneIndexService
imixs-documents_1  |    java:global/imixs-documents/LuceneIndexService
imixs-documents_1  |    java:app/imixs-documents/LuceneIndexService
imixs-documents_1  |    java:module/LuceneIndexService
imixs-documents_1  |
imixs-documents_1  | 16:43:00,500 INFO  [org.jboss.as.ejb3.deployment] (MSC service thread 1-4) WFLYEJB0473: JNDI bindings for session bean named 'TextBlockHelperService' in deployment unit 'deployment "imixs-documents.war"' are as follows:
imixs-documents_1  |
imixs-documents_1  |    java:global/imixs-documents/TextBlockHelperService!org.imixs.workflow.wopi.TextBlockHelperService
imixs-documents_1  |    java:app/imixs-documents/TextBlockHelperService!org.imixs.workflow.wopi.TextBlockHelperService
imixs-documents_1  |    java:module/TextBlockHelperService!org.imixs.workflow.wopi.TextBlockHelperService
imixs-documents_1  |    java:global/imixs-documents/TextBlockHelperService
imixs-documents_1  |    java:app/imixs-documents/TextBlockHelperService
imixs-documents_1  |    java:module/TextBlockHelperService
imixs-documents_1  |
imixs-documents_1  | 16:43:00,500 INFO  [org.jboss.as.ejb3.deployment] (MSC service thread 1-4) WFLYEJB0473: JNDI bindings for session bean named 'DocumentService' in deployment unit 'deployment "imixs-documents.war"' are as follows:
imixs-documents_1  |
imixs-documents_1  |    java:global/imixs-documents/DocumentService!org.imixs.workflow.engine.DocumentService
imixs-documents_1  |    java:app/imixs-documents/DocumentService!org.imixs.workflow.engine.DocumentService
imixs-documents_1  |    java:module/DocumentService!org.imixs.workflow.engine.DocumentService
imixs-documents_1  |    java:global/imixs-documents/DocumentService
imixs-documents_1  |    java:app/imixs-documents/DocumentService
imixs-documents_1  |    java:module/DocumentService
imixs-documents_1  |
imixs-documents_1  | 16:43:00,500 INFO  [org.jboss.as.ejb3.deployment] (MSC service thread 1-4) WFLYEJB0473: JNDI bindings for session bean named 'ItemMigrationService' in deployment unit 'deployment "imixs-documents.war"' are as follows:
imixs-documents_1  |
imixs-documents_1  |    java:global/imixs-documents/ItemMigrationService!org.imixs.workflow.office.util.ItemMigrationService
imixs-documents_1  |    java:app/imixs-documents/ItemMigrationService!org.imixs.workflow.office.util.ItemMigrationService
imixs-documents_1  |    java:module/ItemMigrationService!org.imixs.workflow.office.util.ItemMigrationService
imixs-documents_1  |    java:global/imixs-documents/ItemMigrationService
imixs-documents_1  |    java:app/imixs-documents/ItemMigrationService
imixs-documents_1  |    java:module/ItemMigrationService
imixs-documents_1  |
imixs-documents_1  | 16:43:00,500 INFO  [org.jboss.as.ejb3.deployment] (MSC service thread 1-4) WFLYEJB0473: JNDI bindings for session bean named 'ProfileService' in deployment unit 'deployment "imixs-documents.war"' are as follows:
imixs-documents_1  |
imixs-documents_1  |    java:global/imixs-documents/ProfileService!org.imixs.marty.profile.ProfileService
imixs-documents_1  |    java:app/imixs-documents/ProfileService!org.imixs.marty.profile.ProfileService
imixs-documents_1  |    java:module/ProfileService!org.imixs.marty.profile.ProfileService
imixs-documents_1  |    java:global/imixs-documents/ProfileService
imixs-documents_1  |    java:app/imixs-documents/ProfileService
imixs-documents_1  |    java:module/ProfileService
imixs-documents_1  |
imixs-documents_1  | 16:43:00,500 INFO  [org.jboss.as.ejb3.deployment] (MSC service thread 1-4) WFLYEJB0473: JNDI bindings for session bean named 'ConfigService' in deployment unit 'deployment "imixs-documents.war"' are as follows:
imixs-documents_1  |
imixs-documents_1  |    java:global/imixs-documents/ConfigService!org.imixs.workflow.office.config.ConfigService
imixs-documents_1  |    java:app/imixs-documents/ConfigService!org.imixs.workflow.office.config.ConfigService
imixs-documents_1  |    java:module/ConfigService!org.imixs.workflow.office.config.ConfigService
imixs-documents_1  |    java:global/imixs-documents/ConfigService
imixs-documents_1  |    java:app/imixs-documents/ConfigService
imixs-documents_1  |    java:module/ConfigService
imixs-documents_1  |
imixs-documents_1  | 16:43:00,501 INFO  [org.jboss.as.ejb3.deployment] (MSC service thread 1-4) WFLYEJB0473: JNDI bindings for session bean named 'AsyncEventScheduler' in deployment unit 'deployment "imixs-documents.war"' are as follows:
imixs-documents_1  |
imixs-documents_1  |    java:global/imixs-documents/AsyncEventScheduler!org.imixs.workflow.engine.AsyncEventScheduler
imixs-documents_1  |    java:app/imixs-documents/AsyncEventScheduler!org.imixs.workflow.engine.AsyncEventScheduler
imixs-documents_1  |    java:module/AsyncEventScheduler!org.imixs.workflow.engine.AsyncEventScheduler
imixs-documents_1  |    java:global/imixs-documents/AsyncEventScheduler
imixs-documents_1  |    java:app/imixs-documents/AsyncEventScheduler
imixs-documents_1  |    java:module/AsyncEventScheduler
imixs-documents_1  |
imixs-documents_1  | 16:43:00,501 INFO  [org.jboss.as.ejb3.deployment] (MSC service thread 1-4) WFLYEJB0473: JNDI bindings for session bean named 'LuceneUpdateService' in deployment unit 'deployment "imixs-documents.war"' are as follows:
imixs-documents_1  |
imixs-documents_1  |    java:global/imixs-documents/LuceneUpdateService!org.imixs.workflow.engine.index.UpdateService
imixs-documents_1  |    java:app/imixs-documents/LuceneUpdateService!org.imixs.workflow.engine.index.UpdateService
imixs-documents_1  |    java:module/LuceneUpdateService!org.imixs.workflow.engine.index.UpdateService
imixs-documents_1  |    java:global/imixs-documents/LuceneUpdateService
imixs-documents_1  |    java:app/imixs-documents/LuceneUpdateService
imixs-documents_1  |    java:module/LuceneUpdateService
imixs-documents_1  |
imixs-documents_1  | 16:43:00,501 INFO  [org.jboss.as.ejb3.deployment] (MSC service thread 1-4) WFLYEJB0473: JNDI bindings for session bean named 'SetupService' in deployment unit 'deployment "imixs-documents.war"' are as follows:
imixs-documents_1  |
imixs-documents_1  |    java:global/imixs-documents/SetupService!org.imixs.workflow.engine.SetupService
imixs-documents_1  |    java:app/imixs-documents/SetupService!org.imixs.workflow.engine.SetupService
imixs-documents_1  |    java:module/SetupService!org.imixs.workflow.engine.SetupService
imixs-documents_1  |    java:global/imixs-documents/SetupService
imixs-documents_1  |    java:app/imixs-documents/SetupService
imixs-documents_1  |    java:module/SetupService
imixs-documents_1  |
imixs-documents_1  | 16:43:00,501 INFO  [org.jboss.as.ejb3.deployment] (MSC service thread 1-4) WFLYEJB0473: JNDI bindings for session bean named 'ArchiveRemoteService' in deployment unit 'deployment "imixs-documents.war"' are as follows:
imixs-documents_1  |
imixs-documents_1  |    java:global/imixs-documents/ArchiveRemoteService!org.imixs.archive.core.cassandra.ArchiveRemoteService
imixs-documents_1  |    java:app/imixs-documents/ArchiveRemoteService!org.imixs.archive.core.cassandra.ArchiveRemoteService
imixs-documents_1  |    java:module/ArchiveRemoteService!org.imixs.archive.core.cassandra.ArchiveRemoteService
imixs-documents_1  |    java:global/imixs-documents/ArchiveRemoteService
imixs-documents_1  |    java:app/imixs-documents/ArchiveRemoteService
imixs-documents_1  |    java:module/ArchiveRemoteService
imixs-documents_1  |
imixs-documents_1  | 16:43:00,501 INFO  [org.jboss.as.ejb3.deployment] (MSC service thread 1-4) WFLYEJB0473: JNDI bindings for session bean named 'OCRDocumentService' in deployment unit 'deployment "imixs-documents.war"' are as follows:
imixs-documents_1  |
imixs-documents_1  |    java:global/imixs-documents/OCRDocumentService!org.imixs.archive.documents.OCRDocumentService
imixs-documents_1  |    java:app/imixs-documents/OCRDocumentService!org.imixs.archive.documents.OCRDocumentService
imixs-documents_1  |    java:module/OCRDocumentService!org.imixs.archive.documents.OCRDocumentService
imixs-documents_1  |    java:global/imixs-documents/OCRDocumentService
imixs-documents_1  |    java:app/imixs-documents/OCRDocumentService
imixs-documents_1  |    java:module/OCRDocumentService
imixs-documents_1  |
imixs-documents_1  | 16:43:00,502 INFO  [org.jboss.as.ejb3.deployment] (MSC service thread 1-4) WFLYEJB0473: JNDI bindings for session bean named 'TeamRoleWildcardAdapter' in deployment unit 'deployment "imixs-documents.war"' are as follows:
imixs-documents_1  |
imixs-documents_1  |    java:global/imixs-documents/TeamRoleWildcardAdapter!org.imixs.marty.team.TeamRoleWildcardAdapter
imixs-documents_1  |    java:app/imixs-documents/TeamRoleWildcardAdapter!org.imixs.marty.team.TeamRoleWildcardAdapter
imixs-documents_1  |    java:module/TeamRoleWildcardAdapter!org.imixs.marty.team.TeamRoleWildcardAdapter
imixs-documents_1  |    java:global/imixs-documents/TeamRoleWildcardAdapter
imixs-documents_1  |    java:app/imixs-documents/TeamRoleWildcardAdapter
imixs-documents_1  |    java:module/TeamRoleWildcardAdapter
imixs-documents_1  |
imixs-documents_1  | 16:43:00,502 INFO  [org.jboss.as.ejb3.deployment] (MSC service thread 1-4) WFLYEJB0473: JNDI bindings for session bean named 'MLService' in deployment unit 'deployment "imixs-documents.war"' are as follows:
imixs-documents_1  |
imixs-documents_1  |    java:global/imixs-documents/MLService!org.imixs.ml.workflow.MLService
imixs-documents_1  |    java:app/imixs-documents/MLService!org.imixs.ml.workflow.MLService
imixs-documents_1  |    java:module/MLService!org.imixs.ml.workflow.MLService
imixs-documents_1  |    java:global/imixs-documents/MLService
imixs-documents_1  |    java:app/imixs-documents/MLService
imixs-documents_1  |    java:module/MLService
imixs-documents_1  |
imixs-documents_1  | 16:43:00,502 INFO  [org.jboss.as.ejb3.deployment] (MSC service thread 1-4) WFLYEJB0473: JNDI bindings for session bean named 'SimulationService' in deployment unit 'deployment "imixs-documents.war"' are as follows:
imixs-documents_1  |
imixs-documents_1  |    java:global/imixs-documents/SimulationService!org.imixs.workflow.engine.SimulationService
imixs-documents_1  |    java:app/imixs-documents/SimulationService!org.imixs.workflow.engine.SimulationService
imixs-documents_1  |    java:module/SimulationService!org.imixs.workflow.engine.SimulationService
imixs-documents_1  |    java:global/imixs-documents/SimulationService
imixs-documents_1  |    java:app/imixs-documents/SimulationService
imixs-documents_1  |    java:module/SimulationService
imixs-documents_1  |
imixs-documents_1  | 16:43:00,502 INFO  [org.jboss.as.ejb3.deployment] (MSC service thread 1-4) WFLYEJB0473: JNDI bindings for session bean named 'EventLogService' in deployment unit 'deployment "imixs-documents.war"' are as follows:
imixs-documents_1  |
imixs-documents_1  |    java:global/imixs-documents/EventLogService!org.imixs.workflow.engine.EventLogService
imixs-documents_1  |    java:app/imixs-documents/EventLogService!org.imixs.workflow.engine.EventLogService
imixs-documents_1  |    java:module/EventLogService!org.imixs.workflow.engine.EventLogService
imixs-documents_1  |    java:global/imixs-documents/EventLogService
imixs-documents_1  |    java:app/imixs-documents/EventLogService
imixs-documents_1  |    java:module/EventLogService
imixs-documents_1  |
imixs-documents_1  | 16:43:00,502 INFO  [org.jboss.as.ejb3.deployment] (MSC service thread 1-4) WFLYEJB0473: JNDI bindings for session bean named 'TextForEachAdapter' in deployment unit 'deployment "imixs-documents.war"' are as follows:
imixs-documents_1  |
imixs-documents_1  |    java:global/imixs-documents/TextForEachAdapter!org.imixs.workflow.engine.TextForEachAdapter
imixs-documents_1  |    java:app/imixs-documents/TextForEachAdapter!org.imixs.workflow.engine.TextForEachAdapter
imixs-documents_1  |    java:module/TextForEachAdapter!org.imixs.workflow.engine.TextForEachAdapter
imixs-documents_1  |    java:global/imixs-documents/TextForEachAdapter
imixs-documents_1  |    java:app/imixs-documents/TextForEachAdapter
imixs-documents_1  |    java:module/TextForEachAdapter
imixs-documents_1  |
imixs-documents_1  | 16:43:00,713 INFO  [io.jaegertracing.internal.JaegerTracer] (MSC service thread 1-4) No shutdown hook registered: Please call close() manually on application shutdown.
imixs-documents_1  | 16:43:01,055 INFO  [org.infinispan.PERSISTENCE] (MSC service thread 1-7) ISPN000556: Starting user marshaller 'org.wildfly.clustering.infinispan.marshalling.jboss.JBossMarshaller'
imixs-documents_1  | 16:43:01,071 WARN  [org.jboss.as.ejb3] (MSC service thread 1-1) WFLYEJB0131: EJB org.imixs.marty.security.UserGroupService should not have a final or static method (getDeprecatedGroupName)
imixs-documents_1  | 16:43:01,071 WARN  [org.jboss.as.ejb3] (MSC service thread 1-1) WFLYEJB0131: EJB org.imixs.marty.security.UserGroupService should not have a final or static method (getCoreGroupName)
imixs-documents_1  | 16:43:01,083 INFO  [org.infinispan.CONTAINER] (MSC service thread 1-7) ISPN000128: Infinispan version: Infinispan 'Turia' 10.1.8.Final
imixs-documents_1  | 16:43:01,123 WARN  [org.jboss.as.ejb3] (MSC service thread 1-1) WFLYEJB0131: EJB org.imixs.workflow.engine.DocumentService should not have a final or static method (isValidUIDPattern)
imixs-documents_1  | 16:43:01,427 INFO  [org.jboss.weld.Version] (MSC service thread 1-1) WELD-000900: 3.1.4 (Final)
imixs-documents_1  | 16:43:01,586 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 78) WFLYCLINF0002: Started client-mappings cache from ejb container
imixs-documents_1  | 16:43:02,015 INFO  [io.smallrye.metrics] (MSC service thread 1-6) MicroProfile: Metrics activated (SmallRye Metrics version: 2.4.0)
imixs-documents_1  | 16:43:02,050 WARN  [org.jboss.weld.Bootstrap] (MSC service thread 1-6) WELD-000146: BeforeBeanDiscovery.addAnnotatedType(AnnotatedType<?>) used for class com.sun.faces.flow.FlowDiscoveryCDIHelper is deprecated from CDI 1.1!
imixs-documents_1  | 16:43:02,153 INFO  [org.jboss.weld.Bootstrap] (Weld Thread Pool -- 8) WELD-000119: Not generating any bean definitions from org.imixs.archive.documents.PDFXMLExtractorPlugin because of underlying class loading error: Type org.apache.pdfbox.cos.COSInputStream from [Module "deployment.imixs-documents.war" from Service Module Loader] not found.  If this is unexpected, enable DEBUG logging to see the full error.
imixs-documents_1  | 16:43:03,275 INFO  [org.imixs.workflow.engine.SetupService] (ServerService Thread Pool -- 91)    ____      _
imixs-documents_1  | 16:43:03,278 INFO  [org.imixs.workflow.engine.SetupService] (ServerService Thread Pool -- 91)   /  _/_ _  (_)_ __ ___   Workflow
imixs-documents_1  | 16:43:03,279 INFO  [org.imixs.workflow.engine.SetupService] (ServerService Thread Pool -- 91)  _/ //  ' \/ /\ \ /(_-<   Engine
imixs-documents_1  | 16:43:03,280 INFO  [org.imixs.workflow.engine.SetupService] (ServerService Thread Pool -- 91) /___/_/_/_/_//_\_\/___/   V5.2
imixs-documents_1  | 16:43:03,280 INFO  [org.imixs.workflow.engine.SetupService] (ServerService Thread Pool -- 91)
imixs-documents_1  | 16:43:03,280 INFO  [org.imixs.workflow.engine.SetupService] (ServerService Thread Pool -- 91) ...initalizing models...
imixs-documents_1  | 16:43:03,467 INFO  [org.imixs.workflow.engine.SetupService] (ServerService Thread Pool -- 91) ...uploading default model file: 'system-de-1.2.0.bpmn'....
imixs-documents_1  | 16:43:03,476 ERROR [org.jboss.msc.service.fail] (ServerService Thread Pool -- 91) MSC000001: Failed to start service jboss.deployment.unit."imixs-documents.war".component.SetupService.START: org.jboss.msc.service.StartException in service jboss.deployment.unit."imixs-documents.war".component.SetupService.START: java.lang.IllegalStateException: WFLYEE0042: Failed to construct component instance
imixs-documents_1  |    at org.jboss.as.ee@20.0.1.Final//org.jboss.as.ee.component.ComponentStartService$1.run(ComponentStartService.java:57)
imixs-documents_1  |    at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
imixs-documents_1  |    at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
imixs-documents_1  |    at org.jboss.threads@2.3.3.Final//org.jboss.threads.ContextClassLoaderSavingRunnable.run(ContextClassLoaderSavingRunnable.java:35)
imixs-documents_1  |    at org.jboss.threads@2.3.3.Final//org.jboss.threads.EnhancedQueueExecutor.safeRun(EnhancedQueueExecutor.java:1982)
imixs-documents_1  |    at org.jboss.threads@2.3.3.Final//org.jboss.threads.EnhancedQueueExecutor$ThreadBody.doRunTask(EnhancedQueueExecutor.java:1486)
imixs-documents_1  |    at org.jboss.threads@2.3.3.Final//org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1377)
imixs-documents_1  |    at java.base/java.lang.Thread.run(Thread.java:834)
imixs-documents_1  |    at org.jboss.threads@2.3.3.Final//org.jboss.threads.JBossThread.run(JBossThread.java:485)
imixs-documents_1  | Caused by: java.lang.IllegalStateException: WFLYEE0042: Failed to construct component instance
imixs-documents_1  |    at org.jboss.as.ee@20.0.1.Final//org.jboss.as.ee.component.BasicComponent.constructComponentInstance(BasicComponent.java:163)
imixs-documents_1  |    at org.jboss.as.ee@20.0.1.Final//org.jboss.as.ee.component.BasicComponent.constructComponentInstance(BasicComponent.java:134)
imixs-documents_1  |    at org.jboss.as.ee@20.0.1.Final//org.jboss.as.ee.component.BasicComponent.createInstance(BasicComponent.java:88)
imixs-documents_1  |    at org.jboss.as.ejb3@20.0.1.Final//org.jboss.as.ejb3.component.singleton.SingletonComponent.getComponentInstance(SingletonComponent.java:127)
imixs-documents_1  |    at org.jboss.as.ejb3@20.0.1.Final//org.jboss.as.ejb3.component.singleton.SingletonComponent.start(SingletonComponent.java:141)
imixs-documents_1  |    at org.jboss.as.ee@20.0.1.Final//org.jboss.as.ee.component.ComponentStartService$1.run(ComponentStartService.java:54)
imixs-documents_1  |    ... 8 more
imixs-documents_1  | Caused by: javax.ejb.EJBException: java.lang.RuntimeException: Failed to load model configuration: the resource 'system-de-1.2.0.bpmn' could not be found! check 'model.default.data'
imixs-documents_1  |    at org.jboss.as.ejb3@20.0.1.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:266)
imixs-documents_1  |    at org.jboss.as.ejb3@20.0.1.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.requiresNew(CMTTxInterceptor.java:414)
imixs-documents_1  |    at org.jboss.as.ejb3@20.0.1.Final//org.jboss.as.ejb3.tx.LifecycleCMTTxInterceptor.processInvocation(LifecycleCMTTxInterceptor.java:68)
imixs-documents_1  |    at org.jboss.invocation@1.5.2.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
imixs-documents_1  |    at org.jboss.as.weld@20.0.1.Final//org.jboss.as.weld.injection.WeldInjectionContextInterceptor.processInvocation(WeldInjectionContextInterceptor.java:43)
imixs-documents_1  |    at org.jboss.invocation@1.5.2.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
imixs-documents_1  |    at org.jboss.as.ejb3@20.0.1.Final//org.jboss.as.ejb3.security.SecurityContextInterceptor.processInvocation(SecurityContextInterceptor.java:100)
imixs-documents_1  |    at org.jboss.invocation@1.5.2.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
imixs-documents_1  |    at org.jboss.as.ejb3@20.0.1.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
imixs-documents_1  |    at org.jboss.invocation@1.5.2.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
imixs-documents_1  |    at org.jboss.as.ee@20.0.1.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
imixs-documents_1  |    at org.jboss.invocation@1.5.2.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
imixs-documents_1  |    at org.jboss.invocation@1.5.2.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
imixs-documents_1  |    at org.jboss.invocation@1.5.2.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
imixs-documents_1  |    at org.jboss.as.ejb3@20.0.1.Final//org.jboss.as.ejb3.component.singleton.StartupCountDownInterceptor.processInvocation(StartupCountDownInterceptor.java:25)
imixs-documents_1  |    at org.jboss.invocation@1.5.2.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
imixs-documents_1  |    at org.jboss.invocation@1.5.2.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
imixs-documents_1  |    at org.jboss.as.ee@20.0.1.Final//org.jboss.as.ee.component.BasicComponent.constructComponentInstance(BasicComponent.java:161)
imixs-documents_1  |    ... 13 more
imixs-documents_1  | Caused by: java.lang.RuntimeException: Failed to load model configuration: the resource 'system-de-1.2.0.bpmn' could not be found! check 'model.default.data'
imixs-documents_1  |    at deployment.imixs-documents.war//org.imixs.workflow.engine.SetupService.scanDefaultModels(SetupService.java:318)
imixs-documents_1  |    at deployment.imixs-documents.war//org.imixs.workflow.engine.SetupService.startup(SetupService.java:163)
imixs-documents_1  |    at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
imixs-documents_1  |    at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
imixs-documents_1  |    at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
imixs-documents_1  |    at java.base/java.lang.reflect.Method.invoke(Method.java:566)
imixs-documents_1  |    at org.jboss.as.ee@20.0.1.Final//org.jboss.as.ee.component.ManagedReferenceLifecycleMethodInterceptor.processInvocation(ManagedReferenceLifecycleMethodInterceptor.java:96)
imixs-documents_1  |    at org.jboss.invocation@1.5.2.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
imixs-documents_1  |    at org.jboss.invocation@1.5.2.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
imixs-documents_1  |    at org.jboss.as.weld.common@20.0.1.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
imixs-documents_1  |    at org.jboss.as.weld.common@20.0.1.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doLifecycleInterception(Jsr299BindingsInterceptor.java:126)
imixs-documents_1  |    at org.jboss.as.weld.common@20.0.1.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:112)
imixs-documents_1  |    at org.jboss.invocation@1.5.2.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
imixs-documents_1  |    at org.jboss.invocation@1.5.2.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
imixs-documents_1  |    at org.jboss.weld.core@3.1.4.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
imixs-documents_1  |    at org.jboss.as.weld.common@20.0.1.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
imixs-documents_1  |    at org.jboss.invocation@1.5.2.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
imixs-documents_1  |    at org.jboss.as.weld@20.0.1.Final//org.jboss.as.weld.injection.WeldInjectionInterceptor.processInvocation(WeldInjectionInterceptor.java:53)
imixs-documents_1  |    at org.jboss.invocation@1.5.2.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
imixs-documents_1  |    at org.jboss.as.ee@20.0.1.Final//org.jboss.as.ee.component.ManagedReferenceFieldInjectionInterceptorFactory$ManagedReferenceFieldInjectionInterceptor.processInvocation(ManagedReferenceFieldInjectionInterceptorFactory.java:112)
imixs-documents_1  |    at org.jboss.invocation@1.5.2.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
imixs-documents_1  |    at org.jboss.as.ee@20.0.1.Final//org.jboss.as.ee.component.AroundConstructInterceptorFactory$1.processInvocation(AroundConstructInterceptorFactory.java:28)
imixs-documents_1  |    at org.jboss.invocation@1.5.2.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
imixs-documents_1  |    at org.jboss.as.weld@20.0.1.Final//org.jboss.as.weld.injection.WeldInterceptorInjectionInterceptor.processInvocation(WeldInterceptorInjectionInterceptor.java:56)
imixs-documents_1  |    at org.jboss.invocation@1.5.2.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
imixs-documents_1  |    at org.jboss.as.weld@20.0.1.Final//org.jboss.as.weld.interceptors.Jsr299BindingsCreateInterceptor.processInvocation(Jsr299BindingsCreateInterceptor.java:111)
imixs-documents_1  |    at org.jboss.invocation@1.5.2.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
imixs-documents_1  |    at org.jboss.as.ee@20.0.1.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
imixs-documents_1  |    at org.jboss.invocation@1.5.2.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
imixs-documents_1  |    at org.jboss.as.ejb3@20.0.1.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:252)
imixs-documents_1  |    ... 30 more
imixs-documents_1  | Caused by: java.io.IOException: the resource 'system-de-1.2.0.bpmn' could not be found!
imixs-documents_1  |    at deployment.imixs-documents.war//org.imixs.workflow.engine.SetupService.scanDefaultModels(SetupService.java:290)
imixs-documents_1  |    ... 59 more
imixs-documents_1  |
imixs-documents_1  | 16:43:03,538 ERROR [org.jboss.as.controller.management-operation] (Controller Boot Thread) WFLYCTL0013: Operation ("deploy") failed - address: ([("deployment" => "imixs-documents.war")]) - failure description: {"WFLYCTL0080: Failed services" => {"jboss.deployment.unit.\"imixs-documents.war\".component.SetupService.START" => "java.lang.IllegalStateException: WFLYEE0042: Failed to construct component instance
imixs-documents_1  |     Caused by: java.lang.IllegalStateException: WFLYEE0042: Failed to construct component instance
imixs-documents_1  |     Caused by: javax.ejb.EJBException: java.lang.RuntimeException: Failed to load model configuration: the resource 'system-de-1.2.0.bpmn' could not be found! check 'model.default.data'
imixs-documents_1  |     Caused by: java.lang.RuntimeException: Failed to load model configuration: the resource 'system-de-1.2.0.bpmn' could not be found! check 'model.default.data'
imixs-documents_1  |     Caused by: java.io.IOException: the resource 'system-de-1.2.0.bpmn' could not be found!"}}
imixs-documents_1  | 16:43:03,621 INFO  [org.jboss.as.server] (ServerService Thread Pool -- 45) WFLYSRV0010: Deployed "imixs-documents.war" (runtime-name : "imixs-documents.war")
imixs-documents_1  | 16:43:03,627 INFO  [org.jboss.as.controller] (Controller Boot Thread) WFLYCTL0183: Service status report
imixs-documents_1  | WFLYCTL0186:   Services which failed to start:      service jboss.deployment.unit."imixs-documents.war".component.SetupService.START: java.lang.IllegalStateException: WFLYEE0042: Failed to construct component instance
imixs-documents_1  | WFLYCTL0448: 2 additional services are down due to their dependencies being missing or failed
imixs-documents_1  | 16:43:03,682 INFO  [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0212: Resuming server
imixs-documents_1  | 16:43:03,686 ERROR [org.jboss.as] (Controller Boot Thread) WFLYSRV0026: WildFly Full 20.0.1.Final (WildFly Core 12.0.3.Final) started (with errors) in 10657ms - Started 1520 of 1753 services (5 services failed or missing dependencies, 376 services are lazy, passive or on-demand)
imixs-documents_1  | 16:43:03,690 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0060: Http management interface listening on http://0.0.0.0:9990/management
imixs-documents_1  | 16:43:03,690 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0051: Admin console listening on http://0.0.0.0:9990
rsoika commented 3 weeks ago

fixed with latest version