This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 76632 - Run project - Error installing suite under user home with special character
Summary: Run project - Error installing suite under user home with special character
Status: CLOSED WONTFIX
Alias: None
Product: javame
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 5.x
Hardware: All Windows XP
: P2 blocker (vote)
Assignee: Martin Ryzl
URL:
Keywords: I18N
Depends on:
Blocks:
 
Reported: 2006-05-20 10:06 UTC by stankar
Modified: 2008-09-10 15:59 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description stankar 2006-05-20 10:06:08 UTC
I work in windows XP CZ under user name 'Pavel Stánek', which contains a special 
character 'á'. So, user home is 'C:\Documents and Settings\Pavel Stánek'. 
Problem is in special character.

Repro:
1) Create new user with special character, like 'nána'
2) Login as user 'nána'
2) Run netbeans
1) Create new mobile application project
2) In project properties check 'Execute throught OTA (Over The Air Provisioning)
'
3) Run main project

...after compilation, emulator window is show and at once closed (without error)

This error should be in output window:

...
post-jar:
run:
Starting emulator in execution mode
Running with storage root DefaultColorPhone
** Error installing suite: storageOpen(): No such file or directory, C:
\Documents and Settings\n?na\.netbeans\5.
0\emulators\wtk22_win\emulator\wtk22\bin\.\..\appdb\DefaultColorPh
Execution completed.
121645 bytecodes executed
2 thread switches
738 classes in the system (including system classes)
715 dynamic objects allocated (36800 bytes)
1 garbage collections (0 bytes collected)
Running with storage root DefaultColorPhone
The storage name for the MIDlet suite was not given
Execution completed.
5596 bytecodes executed
0 thread switches
738 classes in the system (including system classes)
145 dynamic objects allocated (7556 bytes)
1 garbage collections (0 bytes collected)
BUILD SUCCESSFUL (total time: 12 seconds)

I tried create another user name (without special character), this works fine.
Comment 1 Lukas Hasik 2006-05-21 03:17:57 UTC
thank you for report.
This is well-known issue of the WTK2.2. We noticed this issue in Release Notes
of the Mobility Pack -
http://www.netbeans.org/community/releases/50/relnotes-mobility.html
We cannot do more on the NB MP side.

This problem should be solved in next version of the WTK. The only workaround
for now is - do not use the wtk or project in a directory with multibyte
characters. Copy the wtk or project to different directory.
Comment 2 Lukas Hasik 2006-08-29 14:40:58 UTC
verified
Comment 3 Ivan Sidorkin 2008-09-10 15:59:06 UTC
close old issues