[
https://issues.apache.org/jira/browse/DERBY-4643?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12864306#action_12864306
]
Knut Anders Hatlen commented on DERBY-4643:
-------------------------------------------
And here's the message I see if the address is in use:
$ LANG=ja_JP.UTF-8 java -jar /code/derby/trunk0/jars/sane/derbynet.jar start
2010-05-05 12:20:36.469 GMT : セキュリティーマネージャーが Basic
サーバーセキュリティーポリシーを使用してインストールされました。
2010-05-05 12:20:43.155 GMT : ホスト localhost のポート 1527 を待機することができませんでした:
java.net.BindException: Address already in use
> startup message in japanese are garbled
> ---------------------------------------
>
> Key: DERBY-4643
> URL: https://issues.apache.org/jira/browse/DERBY-4643
> Project: Derby
> Issue Type: Bug
> Components: Localization
> Affects Versions: 10.5.3.0
> Environment: Mac OS X version 10.5.8 running on x86_64
> java version "1.5.0_22"
> Java(TM) 2 Runtime Environment, Standard Edition (build
> 1.5.0_22-b03-333-9M3125)
> Java HotSpot(TM) Client VM (build 1.5.0_22-147, mixed mode, sharing)
> Japanese locale
> Reporter: masaki katakai
>
> When I tried javadb on Japanese environment, the 2nd messages (even both
> successfully started or not) are garbled.
> It's translation message for " Could not listen on port 1527 on host
> localhost:".
> % export LC_ALL=C
> % bin/startNetworkServer
> 2010-05-05 10:17:35.315 GMT : Security manager installed using the Basic
> server security policy.
> 2010-05-05 10:17:35.588 GMT : Could not listen on port 1527 on host localhost:
> java.net.BindException: Address already in use
> %
> % export LC_ALL=ja_JP.UTF-8
> % bin/startNetworkServer
> 2010-05-05 10:17:48.663 GMT : セキュリティーマネージャーが Basic
> サーバーセキュリティーポリシーを使用してインストールされました。
> 2010-05-05 10:17:48.937 GMT : ホスト localhost のポート 1527
> を待機することができませんでした:
> java.net.BindException: Address already in use
> %
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.