


I'm trying to install AEM 6.2 Form.
As an environment i have:
- Windows Server 2016,
- MSSQL 2016,
- WAS 8.8.5.11
That is WAS Environment settings :
************ Start Display Current Environment ************
WebSphere Platform 8.5.5.11 [BASE 8.5.5.11 cf111649.01] running with process name WIN-E27OMR6R7U2Node01Cell\WIN-E27OMR6R7U2Node01\server1 and process id 2756
Host Operating System is Windows Server 2012, version 6.2
Java version = 1.6.0, Java Runtime Version = pwa6460_26sr8fp35ifx-20161110_01 (SR8 FP35), Java Compiler = j9jit26, Java VM name = IBM J9 VM
was.install.root = W:\IBM\WAS
user.install.root = W:\IBM\WAS\profiles\AppSrv01
Java Home = W:\IBM\WAS\java\jre
ws.ext.dirs = W:\IBM\WAS/java/lib;W:\IBM\WAS\profiles\AppSrv01/classes;W:\IBM\WAS/classes;W:\IBM\WAS/li b;W:\IBM\WAS/installedChannels;W:\IBM\WAS/lib/ext;W:\IBM\WAS/web/help;W:\IBM\WAS/deploytoo l/itp/plugins/com.ibm.etools.ejbdeploy/runtime
Classpath = W:\IBM\WAS\profiles\AppSrv01/properties;W:\IBM\WAS/properties;W:\IBM\WAS/lib/startup.jar; W:\IBM\WAS/lib/bootstrap.jar;W:\IBM\WAS/lib/jsf-nls.jar;W:\IBM\WAS/lib/lmproxy.jar;W:\IBM\ WAS/lib/urlprotocols.jar;W:\IBM\WAS/deploytool/itp/batchboot.jar;W:\IBM\WAS/deploytool/itp /batch2.jar;W:\IBM\WAS/java/lib/tools.jar
Java Library path = W:\IBM\WAS/lib/native/win/x86_64/;W:\IBM\WAS\java\jre\bin\compressedrefs;W:\IBM\WAS\java\ jre\bin;C:\Windows\system32;C:\Windows;W:\IBM\WAS\lib\native\win\x86_64;W:\IBM\WAS\bin;W:\ IBM\WAS\java\bin;W:\IBM\WAS\java\jre\bin;C:\ProgramData\Oracle\Java\javapath;C:\Windows\sy stem32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\ Program Files\Microsoft SQL Server\Client SDK\ODBC\130\Tools\Binn\;C:\Program Files (x86)\Microsoft SQL Server\130\Tools\Binn\;C:\Program Files\Microsoft SQL Server\130\Tools\Binn\;C:\Program Files\Microsoft SQL Server\130\DTS\Binn\;C:\Program Files (x86)\Microsoft SQL Server\Client SDK\ODBC\130\Tools\Binn\;C:\Program Files (x86)\Microsoft SQL Server\130\DTS\Binn\;C:\Program Files (x86)\Microsoft SQL Server\130\Tools\Binn\ManagementStudio\;C:\Progra~1\Java\jdk1.8.0_121\bin;C:\Users\admin\ AppData\Local\Microsoft\WindowsApps;C:\Progra~1\Java\jdk1.8.0_121\bin;.;
Orb Version = IBM Java ORB build orb626-20161012.00
************* End Display Current Environment *************
That is JAVA_HOME:
C:\Users\admin>java -version
java version "1.8.0_131"
Java(TM) SE Runtime Environment (build 1.8.0_131-b11)
Java HotSpot(TM) 64-Bit Server VM (build 25.131-b11, mixed mode)
On the Database Initialization step i recieve an error:
Here is SystemOut log:
(The whole log file is attached as a file to this post)
[4/28/17 20:45:25:522 AST] 000005ab PofBootstrapp E TRAS0014I: The following exception was logged com.adobe.livecycle.bootstrap.BootstrapException: ALC-TTN-011-021: Bootstrapping failed for platform component [PersistentObjectFramework]. The wrapped exception's message reads:
null
at com.adobe.livecycle.bootstrap.bootstrappers.PofBootstrapper.bootstrap(PofBootstrapper.jav a:95)
at com.adobe.livecycle.bootstrap.framework.ManualBootstrapInvoker.invoke(ManualBootstrapInvo ker.java:78)
at com.adobe.livecycle.bootstrap.framework.BootstrapServlet.doGet(BootstrapServlet.java:167)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:575)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:668)
at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:1233)
at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:782)
at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:481)
at com.ibm.ws.webcontainer.servlet.ServletWrapperImpl.handleRequest(ServletWrapperImpl.java: 178)
at com.ibm.ws.webcontainer.filter.WebAppFilterManager.invokeFilters(WebAppFilterManager.java :1114)
at com.ibm.ws.webcontainer.servlet.CacheServletWrapper.handleRequest(CacheServletWrapper.jav a:87)
at com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java:949)
at com.ibm.ws.webcontainer.WSWebContainer.handleRequest(WSWebContainer.java:1817)
at com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelLink.java:200)
at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscrimination(HttpInboundLink .java:463)
at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewRequest(HttpInboundLink.jav a:530)
at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.processRequest(HttpInboundLink.java: 316)
at com.ibm.ws.http.channel.inbound.impl.HttpICLReadCallback.complete(HttpICLReadCallback.jav a:88)
at com.ibm.ws.tcp.channel.impl.AioReadCompletionListener.futureCompleted(AioReadCompletionLi stener.java:175)
at com.ibm.io.async.AbstractAsyncFuture.invokeCallback(AbstractAsyncFuture.java:217)
at com.ibm.io.async.AsyncChannelFuture.fireCompletionActions(AsyncChannelFuture.java:161)
at com.ibm.io.async.AsyncFuture.completed(AsyncFuture.java:138)
at com.ibm.io.async.ResultHandler.complete(ResultHandler.java:204)
at com.ibm.io.async.ResultHandler.runEventProcessingLoop(ResultHandler.java:775)
at com.ibm.io.async.ResultHandler$2.run(ResultHandler.java:905)
at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1892)
Caused by: java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:60)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37)
at java.lang.reflect.Method.invoke(Method.java:611)
at com.adobe.livecycle.bootstrap.bootstrappers.PofBootstrapper.bootstrap(PofBootstrapper.jav a:88)
... 25 more
Caused by: com.ibm.ejs.container.UnknownLocalException: nested exception is: com.ibm.ejs.container.UnknownLocalException: nested exception is: java.lang.Exception: See nested Throwable
at com.adobe.pof.odapi.POFSchemaManagerImpl.synchronizeAll(POFSchemaManagerImpl.java:1127)
at com.adobe.pof.odapi.POFSchemaManagerRemoteBean.synchronizeAll(POFSchemaManagerRemoteBean. java:511)
at com.adobe.pof.odapi.EJSLocalStatelessadobe_POFSchemaManagerLocalEJB_626825cc.synchronizeA ll(Unknown Source)
at com.adobe.pof.odapi.POFSchemaManagerLocalEJBAdapter.synchronizeAll(POFSchemaManagerLocalE JBAdapter.java:135)
at com.adobe.idp.docmanager.DocumentDBBootstrap.bootstrap(DocumentDBBootstrap.java:51)
... 30 more
Caused by: com.ibm.ejs.container.UnknownLocalException: nested exception is: java.lang.Exception: See nested Throwable
... 35 more
.
As far as I understood (if right), something is wrong with libs an application is using, possibly, something wrong with Java version. But i can't catch the problem definitely
Views
Replies
Sign in to like this content
Total Likes
Hi Victoria,
Please post your query at http://help-forums.adobe.com/content/adobeforums/en/experience-manager-forum/aem-forms.html
Thanks,
Views
Replies
Sign in to like this content
Total Likes
Hi Victoria,
Is the issue resolved? Can you please share the root cause and resolution.
Im currently facing same issue for AEM 6.5 configuration.
Thanks
Siva.
Views
Replies
Sign in to like this content
Total Likes