<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Null pointer exception on Startup in Adobe Experience Manager Questions</title>
    <link>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/null-pointer-exception-on-startup/m-p/454644#M130665</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;LI-USER uid="17543481"&gt;&lt;/LI-USER&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I see you are using Java 1.8. &lt;FONT color="#000000"&gt;&lt;STRONG&gt;&lt;EM&gt;However&lt;/EM&gt;, &lt;EM&gt;the recommended runtime environment for AEM 6.5 is&amp;nbsp;Java 11.&lt;/EM&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;Also worth checking&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Technical requirement:&amp;nbsp;&lt;A href="https://experienceleague.adobe.com/docs/experience-manager-65/deploying/introduction/technical-requirements.html?lang=en" target="_blank" rel="noopener"&gt;https://experienceleague.adobe.com/docs/experience-manager-65/deploying/introduction/technical-requirements.html?lang=en&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;Setup AEM on local:&amp;nbsp;&lt;A href="https://experienceleague.adobe.com/docs/experience-manager-learn/cloud-service/local-development-environment-set-up/aem-runtime.html?lang=en" target="_blank" rel="noopener"&gt;https://experienceleague.adobe.com/docs/experience-manager-learn/cloud-service/local-development-environment-set-up/aem-runtime.html?lang=en&lt;/A&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;If you follow relative steps correctly your AEM should be up and running.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Hope that helps!&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Santosh&lt;/P&gt;</description>
    <pubDate>Fri, 03 Jun 2022 03:32:37 GMT</pubDate>
    <dc:creator>SantoshSai</dc:creator>
    <dc:date>2022-06-03T03:32:37Z</dc:date>
    <item>
      <title>Null pointer exception on Startup</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/null-pointer-exception-on-startup/m-p/454641#M130663</link>
      <description>&lt;P&gt;Hey,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When starting up AEM locally, I am getting a spam of&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;java.lang.NullPointerException&lt;BR /&gt;at com.day.cq.dam.core.impl.process.SendTransientWorkflowCompletedEmailProcess.getEmailRecipients(SendTransientWorkflowCompletedEmailProcess.java:121)&lt;BR /&gt;at com.day.cq.dam.core.impl.process.SendTransientWorkflowCompletedEmailProcess.execute(SendTransientWorkflowCompletedEmailProcess.java:297)&lt;BR /&gt;at com.day.cq.workflow.compatibility.CQWorkflowProcessRunner.execute(CQWorkflowProcessRunner.java:93)&lt;BR /&gt;at com.adobe.granite.workflow.core.job.HandlerBase.executeProcess(HandlerBase.java:191)&lt;BR /&gt;at com.adobe.granite.workflow.core.job.JobHandler.process(JobHandler.java:260)&lt;BR /&gt;at org.apache.sling.event.impl.jobs.JobConsumerManager$JobConsumerWrapper.process(JobConsumerManager.java:502)&lt;BR /&gt;at org.apache.sling.event.impl.jobs.queues.JobQueueImpl.startJob(JobQueueImpl.java:293)&lt;BR /&gt;at org.apache.sling.event.impl.jobs.queues.JobQueueImpl.access$100(JobQueueImpl.java:60)&lt;BR /&gt;at org.apache.sling.event.impl.jobs.queues.JobQueueImpl$1.run(JobQueueImpl.java:229)&lt;BR /&gt;at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)&lt;BR /&gt;at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)&lt;BR /&gt;at java.lang.Thread.run(Thread.java:750)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It doesn't prevent me from accessing the site locally, but I can't seem to figure out why it's throwing this. I haven't run any workflows, I'm simply starting the application. It doesn't happen immediately, but after about 60 seconds, the terminal begins flooding. Any ideas on this?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;AEM Version: 6.5&lt;BR /&gt;Windows 10&lt;/P&gt;&lt;P&gt;Java 1.8&lt;/P&gt;</description>
      <pubDate>Thu, 02 Jun 2022 22:43:21 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/null-pointer-exception-on-startup/m-p/454641#M130663</guid>
      <dc:creator>Pseuplex</dc:creator>
      <dc:date>2022-06-02T22:43:21Z</dc:date>
    </item>
    <item>
      <title>Re: Null pointer exception on Startup</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/null-pointer-exception-on-startup/m-p/454644#M130665</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;LI-USER uid="17543481"&gt;&lt;/LI-USER&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I see you are using Java 1.8. &lt;FONT color="#000000"&gt;&lt;STRONG&gt;&lt;EM&gt;However&lt;/EM&gt;, &lt;EM&gt;the recommended runtime environment for AEM 6.5 is&amp;nbsp;Java 11.&lt;/EM&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;Also worth checking&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Technical requirement:&amp;nbsp;&lt;A href="https://experienceleague.adobe.com/docs/experience-manager-65/deploying/introduction/technical-requirements.html?lang=en" target="_blank" rel="noopener"&gt;https://experienceleague.adobe.com/docs/experience-manager-65/deploying/introduction/technical-requirements.html?lang=en&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;Setup AEM on local:&amp;nbsp;&lt;A href="https://experienceleague.adobe.com/docs/experience-manager-learn/cloud-service/local-development-environment-set-up/aem-runtime.html?lang=en" target="_blank" rel="noopener"&gt;https://experienceleague.adobe.com/docs/experience-manager-learn/cloud-service/local-development-environment-set-up/aem-runtime.html?lang=en&lt;/A&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;If you follow relative steps correctly your AEM should be up and running.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Hope that helps!&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Santosh&lt;/P&gt;</description>
      <pubDate>Fri, 03 Jun 2022 03:32:37 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/null-pointer-exception-on-startup/m-p/454644#M130665</guid>
      <dc:creator>SantoshSai</dc:creator>
      <dc:date>2022-06-03T03:32:37Z</dc:date>
    </item>
    <item>
      <title>Re: Null pointer exception on Startup</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/null-pointer-exception-on-startup/m-p/454698#M130687</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Can you check if you have any workflow instances running or jobs are scheduled?&lt;/P&gt;&lt;P&gt;You can check this from osgi console to know what events are happening and check the events logs also from osgi console&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 03 Jun 2022 07:29:48 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/null-pointer-exception-on-startup/m-p/454698#M130687</guid>
      <dc:creator>arunpatidar</dc:creator>
      <dc:date>2022-06-03T07:29:48Z</dc:date>
    </item>
    <item>
      <title>Re: Null pointer exception on Startup</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/null-pointer-exception-on-startup/m-p/454787#M130717</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;LI-USER uid="17543481"&gt;&lt;/LI-USER&gt;&amp;nbsp;- Looks like you have a transient workflow running that is throwing an exception during an email send, and they don't leave a footprint to purge the running workflow instances.&lt;/P&gt;&lt;P&gt;You can proceed by looking for the transient workflows available in your instance, start them one by one and verify the logs to identify which one of them is throwing this exception and fix it accordingly.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Fani&lt;/P&gt;</description>
      <pubDate>Fri, 03 Jun 2022 16:59:37 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/null-pointer-exception-on-startup/m-p/454787#M130717</guid>
      <dc:creator>Fanindra_Surat</dc:creator>
      <dc:date>2022-06-03T16:59:37Z</dc:date>
    </item>
  </channel>
</rss>

