AEM 6.3 Forms JEE installation | Community
Skip to main content
DarrenBiz
Level 6
June 6, 2017
Solved

AEM 6.3 Forms JEE installation

  • June 6, 2017
  • 2 replies
  • 1746 views

We have a client that only requires PDFs to be batch generated, so we have no need for the JEE OSGi Capabilities (i.e. Content Repository). I read somewhere (can't find it again) that the installer requires an OSGi service to become available before it can continue with bootstrapping the database during the Configuration Manager steps. We are currently facing installer issues during Config Manager and are trying to figure out why.

Is it possible to install the AEM Forms 6.3 JBoss Windows JEE server without the OSGi Capabilities?

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by DarrenBiz

The answer is yes - we managed to install AEM Forms JEE with the Output module only.

The install issue was with the AEM Forms 6.3 JEE installer for JBoss/Windows. If you want to use SQL Server integrated security, you need to update the JDBC driver to version 4.2 that supports the new JDK 1.8. The problem is this will throw an error when it tried to get a managed connection:

16:21:13,067 WARN  [org.jboss.jca.core.connectionmanager.pool.strategy.PoolBySubject] (ServerService Thread Pool -- 256) IJ000604: Throwable while attempting to get a new connection: null: javax.resource.ResourceException: Could not create connection

...

Caused by: java.lang.NoClassDefFoundError: javax/xml/bind/DatatypeConverter

The fix is here: MS SQL jdbc driver 6 and Wildfly 8.2 | JBoss Developer

2 replies

smacdonald2008
Level 10
June 6, 2017

Check the install docs located here: AEM 6.3 Forms Help | AEM 6.3 Forms User Guide

DarrenBiz
DarrenBizAuthorAccepted solution
Level 6
June 8, 2017

The answer is yes - we managed to install AEM Forms JEE with the Output module only.

The install issue was with the AEM Forms 6.3 JEE installer for JBoss/Windows. If you want to use SQL Server integrated security, you need to update the JDBC driver to version 4.2 that supports the new JDK 1.8. The problem is this will throw an error when it tried to get a managed connection:

16:21:13,067 WARN  [org.jboss.jca.core.connectionmanager.pool.strategy.PoolBySubject] (ServerService Thread Pool -- 256) IJ000604: Throwable while attempting to get a new connection: null: javax.resource.ResourceException: Could not create connection

...

Caused by: java.lang.NoClassDefFoundError: javax/xml/bind/DatatypeConverter

The fix is here: MS SQL jdbc driver 6 and Wildfly 8.2 | JBoss Developer