-
Bug
-
Resolution: Fixed
-
P3
-
8u40
-
b61
-
x86
-
windows_8
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8082148 | emb-9 | Dmitry Cherepanov | P3 | Resolved | Fixed | b61 |
JDK-8197027 | 8u192 | Dmitry Markov | P3 | Resolved | Fixed | b01 |
JDK-8188595 | 8u172 | Dmitry Markov | P3 | Resolved | Fixed | b03 |
JDK-8188680 | 8u171 | Dmitry Markov | P3 | Resolved | Fixed | b01 |
JDK-8186350 | 8u162 | Dmitry Markov | P3 | Resolved | Fixed | b01 |
JDK-8188206 | 8u161 | Dmitry Markov | P3 | Resolved | Fixed | b01 |
JDK-8190296 | 8u152 | Dmitry Cherepanov | P3 | Resolved | Fixed | b31 |
JDK-8186910 | 8u144 | Dmitry Markov | P3 | Closed | Fixed | b33 |
JDK-8198014 | emb-8u171 | Dmitry Markov | P3 | Resolved | Fixed | b01 |
JDK-8192148 | emb-8u161 | Dmitry Markov | P3 | Resolved | Fixed | b01 |
java version "1.8.0_40"
Java(TM) SE Runtime Environment (build 1.8.0_40-b25)
Java HotSpot(TM) Client VM (build 25.40-b25, mixed mode, sharing)
ADDITIONAL OS VERSION INFORMATION :
Microsoft Windows [Version 6.2.9200]
A DESCRIPTION OF THE PROBLEM :
It has been announced that the issue
But when Windows logon account name is Japanese, home directry is Japanese also.
And when this user activate application from Java Web Start, "CouldNotLoadArgumentException" occures and cannot start.
REGRESSION. Last worked in version 7u65
STEPS TO FOLLOW TO REPRODUCE THE PROBLEM :
1. Log in on administrator account
2. Chose Japanese language from the Language bar
3. Create user アスカ太郎
4. Set "Current language for non-Unicode programs" to Japanese (Japan) inside:
Control Panel -> Clock, Language, and Region -> Region and Language ->
Administrative (tab) -> Language for non-Unicode programs -> Change system locale
5. Log in on アスカ太郎 account
6. Input URL into browser and start with jacaws.
http://docs.oracle.com/javase/tutorialJWS/samples/deployment/dynamictree_webstartJWSProject/dynamictree_webstart.jnlp
7. 4. Error occures.
CouldNotLoadArgumentException[ 指定されたファイルまたはURLをロードできませんでした: C:\Users\メ鬮~1\AppData\Local\Temp\javaws2]
at com.sun.javaws.Main.launchApp(Unknown Source)
at com.sun.javaws.Main.continueInSecureThread(Unknown Source)
at com.sun.javaws.Main.access$000(Unknown Source)
at com.sun.javaws.Main$1.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
EXPECTED VERSUS ACTUAL BEHAVIOR :
EXPECTED -
Application us loaded correctly and start.
ACTUAL -
"CouldNotLoadArgumentException" occures and cannot start.
ERROR MESSAGES/STACK TRACES THAT OCCUR :
CouldNotLoadArgumentException[ 指定されたファイルまたはURLをロードできませんでした: C:\Users\メ鬮~1\AppData\Local\Temp\javaws2]
at com.sun.javaws.Main.launchApp(Unknown Source)
at com.sun.javaws.Main.continueInSecureThread(Unknown Source)
at com.sun.javaws.Main.access$000(Unknown Source)
at com.sun.javaws.Main$1.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
REPRODUCIBILITY :
This bug can be reproduced always.
CUSTOMER SUBMITTED WORKAROUND :
Create logon account with single-byte characters and switch logon account only when using the application.
This is not a realistic workaround as it is too much of work.
- backported by
-
JDK-8082148 webstart app fails with CouldNotLoadArgumentException when account in Japanese
- Resolved
-
JDK-8186350 webstart app fails with CouldNotLoadArgumentException when account in Japanese
- Resolved
-
JDK-8188206 webstart app fails with CouldNotLoadArgumentException when account in Japanese
- Resolved
-
JDK-8188595 webstart app fails with CouldNotLoadArgumentException when account in Japanese
- Resolved
-
JDK-8188680 webstart app fails with CouldNotLoadArgumentException when account in Japanese
- Resolved
-
JDK-8190296 webstart app fails with CouldNotLoadArgumentException when account in Japanese
- Resolved
-
JDK-8192148 webstart app fails with CouldNotLoadArgumentException when account in Japanese
- Resolved
-
JDK-8197027 webstart app fails with CouldNotLoadArgumentException when account in Japanese
- Resolved
-
JDK-8198014 webstart app fails with CouldNotLoadArgumentException when account in Japanese
- Resolved
-
JDK-8186910 webstart app fails with CouldNotLoadArgumentException when account in Japanese
- Closed
- duplicates
-
JDK-8132687 Webstart app fails with CouldNotLoadArgumentException when account in Korean
- Closed
- relates to
-
JDK-8199304 javaws.exe failed to launch UTF-8 encoded JNLP file
- Resolved
-
JDK-8199317 Launched from browser, UTF-8 encoded argument in a JNLP file is not correctly passed to application
- Closed