Skip to content

Commit 51cf815

Browse files
github-automation-metabaseMetabase Docs bot
andauthored
[auto] adding content to backport-56-90ef491973ca3083b7813c74a39262e2ad2ee4be->release-x.56.x (#542)
Co-authored-by: Metabase Docs bot <[email protected]>
1 parent ce27e82 commit 51cf815

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

_docs/latest/troubleshooting-guide/db-connection.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,13 +117,13 @@ psql -h HOSTNAME -p PORT -d DATABASENAME -U DATABASEUSER
117117

118118
## Snowflake error when running via JAR file
119119

120-
If you're connecting to Snowflake and encounter an error like, `JDBC driver internal error: exception creating result` and are running from the JAR file, add the following option to your java command:
120+
If you're connecting to Snowflake and encounter an error like, `JDBC driver internal error: exception creating result` and are running from the JAR file, add `--add-opens java.base/java.nio=ALL-UNNAMED` to your `java` command:
121121

122122
```
123123
java --add-opens java.base/java.nio=ALL-UNNAMED -jar metabase.jar
124124
```
125125

126-
See [the documentation on running the Metabase jar file](/docs/latest/installation-and-operation/running-the-metabase-jar-file) for more details.
126+
See the docs on [running the Metabase jar file](../installation-and-operation/running-the-metabase-jar-file).
127127

128128
## Related problems
129129

_docs/v0.56/troubleshooting-guide/db-connection.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,13 +115,13 @@ psql -h HOSTNAME -p PORT -d DATABASENAME -U DATABASEUSER
115115

116116
## Snowflake error when running via JAR file
117117

118-
If you're connecting to Snowflake and encounter an error like, `JDBC driver internal error: exception creating result` and are running from the JAR file, add the following option to your java command:
118+
If you're connecting to Snowflake and encounter an error like, `JDBC driver internal error: exception creating result` and are running from the JAR file, add `--add-opens java.base/java.nio=ALL-UNNAMED` to your `java` command:
119119

120120
```
121121
java --add-opens java.base/java.nio=ALL-UNNAMED -jar metabase.jar
122122
```
123123

124-
See [the documentation on running the Metabase jar file](/docs/latest/installation-and-operation/running-the-metabase-jar-file) for more details.
124+
See the docs on [running the Metabase jar file](../installation-and-operation/running-the-metabase-jar-file).
125125

126126
## Related problems
127127

_site/docs/latest/troubleshooting-guide/db-connection.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4941,12 +4941,12 @@ <h3 id="testing-the-connection-status">Testing the connection status</h3>
49414941

49424942
<h2 id="snowflake-error-when-running-via-jar-file">Snowflake error when running via JAR file</h2>
49434943

4944-
<p>If you’re connecting to Snowflake and encounter an error like, <code class="language-plaintext highlighter-rouge">JDBC driver internal error: exception creating result</code> and are running from the JAR file, add the following option to your java command:</p>
4944+
<p>If you’re connecting to Snowflake and encounter an error like, <code class="language-plaintext highlighter-rouge">JDBC driver internal error: exception creating result</code> and are running from the JAR file, add <code class="language-plaintext highlighter-rouge">--add-opens java.base/java.nio=ALL-UNNAMED</code> to your <code class="language-plaintext highlighter-rouge">java</code> command:</p>
49454945

49464946
<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>java --add-opens java.base/java.nio=ALL-UNNAMED -jar metabase.jar
49474947
</code></pre></div></div>
49484948

4949-
<p>See <a href="/docs/latest/installation-and-operation/running-the-metabase-jar-file">the documentation on running the Metabase jar file</a> for more details.</p>
4949+
<p>See the docs on <a href="../installation-and-operation/running-the-metabase-jar-file">running the Metabase jar file</a>.</p>
49504950

49514951
<h2 id="related-problems">Related problems</h2>
49524952

_site/docs/v0.56/troubleshooting-guide/db-connection.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4943,12 +4943,12 @@ <h3 id="testing-the-connection-status">Testing the connection status</h3>
49434943

49444944
<h2 id="snowflake-error-when-running-via-jar-file">Snowflake error when running via JAR file</h2>
49454945

4946-
<p>If you’re connecting to Snowflake and encounter an error like, <code class="language-plaintext highlighter-rouge">JDBC driver internal error: exception creating result</code> and are running from the JAR file, add the following option to your java command:</p>
4946+
<p>If you’re connecting to Snowflake and encounter an error like, <code class="language-plaintext highlighter-rouge">JDBC driver internal error: exception creating result</code> and are running from the JAR file, add <code class="language-plaintext highlighter-rouge">--add-opens java.base/java.nio=ALL-UNNAMED</code> to your <code class="language-plaintext highlighter-rouge">java</code> command:</p>
49474947

49484948
<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>java --add-opens java.base/java.nio=ALL-UNNAMED -jar metabase.jar
49494949
</code></pre></div></div>
49504950

4951-
<p>See <a href="/docs/latest/installation-and-operation/running-the-metabase-jar-file">the documentation on running the Metabase jar file</a> for more details.</p>
4951+
<p>See the docs on <a href="../installation-and-operation/running-the-metabase-jar-file">running the Metabase jar file</a>.</p>
49524952

49534953
<h2 id="related-problems">Related problems</h2>
49544954

0 commit comments

Comments
 (0)