<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[jsreports:latest-full &amp; oracledb]]></title><description><![CDATA[<p>Hi,</p>
<p>I am attempting to deploy a jsreports container (latest-full, but also tried 3.11.2-full) and connecting to a postgres database. I have all of the variables setup and verified they are correct but when I try to start the container it fails at &quot;Error occurred during reporter init: Error: Error when loading extension oracle-store@3.2.1&quot;.<br />
Error: Cannot find module 'oracledb'<br />
Error: Error when loading extension oracle-store@3.2.1</p>
<p>I can't seem to keep the container running, this is in AWS and deploying to an EC2 instance</p>
<p>I should note we are deploying with terraform and passing variables in via a yml file.</p>
<p>Just wondering if anyone has any thoughts?</p>
<p>Thank you,<br />
-Eric</p>
<p>Here are the variable in the yml file:<br />
environment:<br />
- name: storeProvider<br />
value: &quot;postgres&quot;<br />
- name: extensions_postgresStore_host<br />
value: &quot;${DB_HOST}&quot;<br />
- name: extensions_postgresStore_port<br />
value: &quot;5432&quot;<br />
- name: extensions_postgresStore_database<br />
value: &quot;${DB}&quot;<br />
- name: extensions_postgresStore_user<br />
value: &quot;${USER}&quot;</p>
]]></description><link>https://forum.jsreport.net/topic/2817/jsreports-latest-full-oracledb</link><generator>RSS for Node</generator><lastBuildDate>Tue, 15 Sep 2026 15:45:44 GMT</lastBuildDate><atom:link href="https://forum.jsreport.net/topic/2817.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 05 Jun 2023 23:08:20 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to jsreports:latest-full &amp; oracledb on Mon, 05 Jun 2023 23:10:30 GMT]]></title><description><![CDATA[<p>Hi,</p>
<p>I am attempting to deploy a jsreports container (latest-full, but also tried 3.11.2-full) and connecting to a postgres database. I have all of the variables setup and verified they are correct but when I try to start the container it fails at &quot;Error occurred during reporter init: Error: Error when loading extension oracle-store@3.2.1&quot;.<br />
Error: Cannot find module 'oracledb'<br />
Error: Error when loading extension oracle-store@3.2.1</p>
<p>I can't seem to keep the container running, this is in AWS and deploying to an EC2 instance</p>
<p>I should note we are deploying with terraform and passing variables in via a yml file.</p>
<p>Just wondering if anyone has any thoughts?</p>
<p>Thank you,<br />
-Eric</p>
<p>Here are the variable in the yml file:<br />
environment:<br />
- name: storeProvider<br />
value: &quot;postgres&quot;<br />
- name: extensions_postgresStore_host<br />
value: &quot;${DB_HOST}&quot;<br />
- name: extensions_postgresStore_port<br />
value: &quot;5432&quot;<br />
- name: extensions_postgresStore_database<br />
value: &quot;${DB}&quot;<br />
- name: extensions_postgresStore_user<br />
value: &quot;${USER}&quot;</p>
]]></description><link>https://forum.jsreport.net/post/12181</link><guid isPermaLink="true">https://forum.jsreport.net/post/12181</guid><dc:creator><![CDATA[ly-ericp]]></dc:creator><pubDate>Mon, 05 Jun 2023 23:10:30 GMT</pubDate></item><item><title><![CDATA[Reply to jsreports:latest-full &amp; oracledb on Invalid Date]]></title><description><![CDATA[<p>The latest version that works should be this</p>
<pre><code>docker run --platform=linux/arm64 -p 5488:5488 jsreport/jsreport:3.10.0-full
</code></pre>
<p>We are currently trying to integrate the latest Oracle driver that works in native js and should mitigate the problem you observe. Until then  you can also make your own image that skips <code>jsreport-oracle-store</code> extension.</p>
]]></description><link>https://forum.jsreport.net/post/12188</link><guid isPermaLink="true">https://forum.jsreport.net/post/12188</guid><dc:creator><![CDATA[jan_blaha]]></dc:creator><pubDate>Invalid Date</pubDate></item><item><title><![CDATA[Reply to jsreports:latest-full &amp; oracledb on Invalid Date]]></title><description><![CDATA[<p>Thank you for the reply, we wound up doing an npm install of oracledb and that got us past the startup problem.</p>
]]></description><link>https://forum.jsreport.net/post/12196</link><guid isPermaLink="true">https://forum.jsreport.net/post/12196</guid><dc:creator><![CDATA[ly-ericp]]></dc:creator><pubDate>Invalid Date</pubDate></item></channel></rss>