Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bidi-c not built properly #23

Closed
srl295 opened this issue Sep 11, 2020 · 3 comments · Fixed by #24
Closed

bidi-c not built properly #23

srl295 opened this issue Sep 11, 2020 · 3 comments · Fixed by #24
Assignees
Labels
util for the https://util.unicode.org website

Comments

@srl295
Copy link
Member

srl295 commented Sep 11, 2020

https://util.unicode.org/UnicodeJsps/bidic.jsp broken

@srl295 srl295 added the util for the https://util.unicode.org website label Sep 11, 2020
@srl295 srl295 self-assigned this Sep 11, 2020
@srl295
Copy link
Member Author

srl295 commented Sep 12, 2020


URI: | /UnicodeJsps/bidic.jsp
-- | --
500
java.io.IOException: An exception occurred processing [/bidic.jsp] at line [161] 158: Process process = new ProcessBuilder( 159: "bidiref/bidiref1", 160: "-b" + ubaPara, "-u" + ubaVersion, "-d" + ubaDetail, "-y" + (ubaShowVacuous ? "0" : "1"), "-s" + valInputCpSeq) 161: .start(); 162: java.io.InputStream is = process.getInputStream(); 163: java.io.InputStreamReader isr = new java.io.InputStreamReader(is); 164: java.io.BufferedReader br = new java.io.BufferedReader(isr); Stacktrace:
jsp
java.io.IOException: An exception occurred processing [/bidic.jsp] at line [161] 158: Process process = new ProcessBuilder( 159: "bidiref/bidiref1", 160: "-b" + ubaPara, "-u" + ubaVersion, "-d" + ubaDetail, "-y" + (ubaShowVacuous ? "0" : "1"), "-s" + valInputCpSeq) 161: .start(); 162: java.io.InputStream is = process.getInputStream(); 163: java.io.InputStreamReader isr = new java.io.InputStreamReader(is); 164: java.io.BufferedReader br = new java.io.BufferedReader(isr); Stacktrace:
java.io.IOException: Cannot run program "bidiref/bidiref1": error=2, No such file or directory
java.io.IOException: error=2, No such file or directory


@srl295
Copy link
Member Author

srl295 commented Sep 12, 2020

OK, getting a little further. Obviously I need to copy the data files from somewhere to somewhere. FYI @Ken-Whistler

Cannot open property data file: "ucd/UnicodeData-11.0.0.txt"
Error: Failure in parsing UnicodeData.txt: -1.
Error in initialization.

@srl295
Copy link
Member Author

srl295 commented Sep 12, 2020

OK ready to go

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
util for the https://util.unicode.org website
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant