You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@phoenix.apache.org by "Istvan Toth (Jira)" <ji...@apache.org> on 2023/04/17 06:14:00 UTC

[jira] [Reopened] (PHOENIX-6680) Can't build phoenix website from build.sh

     [ https://issues.apache.org/jira/browse/PHOENIX-6680?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Istvan Toth reopened PHOENIX-6680:
----------------------------------

> Can't build phoenix website from build.sh
> -----------------------------------------
>
>                 Key: PHOENIX-6680
>                 URL: https://issues.apache.org/jira/browse/PHOENIX-6680
>             Project: Phoenix
>          Issue Type: Bug
>            Reporter: Richárd Antal
>            Priority: Major
>
> Running build.sh fails with the following exception:
> {code:java}
> Exception in thread "main" java.io.FileNotFoundException: ../../../../../phoenix-docs/docs/html/index.html (No such file or directory)
>     at java.io.FileInputStream.open0(Native Method)
>     at java.io.FileInputStream.open(FileInputStream.java:195)
>     at java.io.FileInputStream.<init>(FileInputStream.java:138)
>     at mergehtml.getFileAsString(mergehtml.java:33)
>     at mergehtml.main(mergehtml.java:15)
> Exception in thread "main" java.io.FileNotFoundException: ../../../../../phoenix-docs/docs/html/functions.html (No such file or directory)
>     at java.io.FileInputStream.open0(Native Method)
>     at java.io.FileInputStream.open(FileInputStream.java:195)
>     at java.io.FileInputStream.<init>(FileInputStream.java:138)
>     at mergehtml.getFileAsString(mergehtml.java:33)
>     at mergehtml.main(mergehtml.java:15)
> Exception in thread "main" java.io.FileNotFoundException: ../../../../../phoenix-docs/docs/html/datatypes.html (No such file or directory)
>     at java.io.FileInputStream.open0(Native Method)
>     at java.io.FileInputStream.open(FileInputStream.java:195)
>     at java.io.FileInputStream.<init>(FileInputStream.java:138)
>     at mergehtml.getFileAsString(mergehtml.java:33)
>     at mergehtml.main(mergehtml.java:15){code}
> It makes the Gramma/Functions/Data Types pages basically empty
> [https://phoenix.apache.org/language/index.html] 



--
This message was sent by Atlassian Jira
(v8.20.10#820010)