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 104004

Summary: I18N - Deployment err message comes not from pseudo localized bundle file
Product: projects Reporter: kaa <kaa>
Component: Generic InfrastructureAssignee: Milos Kleint <mkleint>
Status: RESOLVED WONTFIX    
Severity: blocker CC: kfrank
Priority: P2 Keywords: I18N
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Attachments: err message

Description kaa 2007-05-15 18:15:51 UTC
Use the following tutorial http://www.netbeans.org/kb/55/amsecurity.html to
create StockQuoteService from Samples. Deployment of StockQuoteService has an
err message not from pseudo localized bundle file.

I'm running in the Japan locale, using a pseudo localized Netbeans.
The message does not come from the pseudo localized jar file.
Comment 1 kaa 2007-05-15 18:16:30 UTC
Created attachment 42424 [details]
err message
Comment 2 Sherold Dev 2007-05-16 14:31:31 UTC
The message "The system cannot find the path specified" does not come from the
j2eeserver, it might come from Ant.

Don't know whether the NetBeansProjects directory should be localized,
reassigning to projects for evaluation.
Comment 3 Jesse Glick 2007-05-16 22:58:33 UTC
On what platform? Looks like your operating system does not correctly support
Unicode filenames from Java. Try on Linux (UTF-8 system locale) for comparison,
which should be fine.
Comment 4 Ken Frank 2007-05-17 00:53:39 UTC
This issue is about the message itself "the system cannot find the path
specified" and thats not related to which sublocale, but I see what
you mean that using the multibyte in path name might cause the message in the
first place
and that might be encoding kind of issue.

Will ask that it be tried using a ja utf8 locale and separate issue filed if the
problem is not
seen in en locale - what category should be used ?

ken.frank@sun.com
Comment 5 kaa 2007-05-17 19:59:24 UTC
On S10:
it looks ok in Japan. Err message is shown correctly.
In eng locale the IDE couldn't perform this operations (Clean and Build of
StockService) and close:
This is a message on my console:

# An unexpected error has been detected by Java Runtime Environment:
#
#  SIGSEGV (0xb) at pc=0xfafa0f18, pid=8276, tid=25
#
# Java VM: Java HotSpot(TM) Client VM (1.6.0-b105 mixed mode, sharing)
# Problematic frame:
# C  [libX11.so.4+0x20f18]  _XFreeExtData+0x10
Comment 6 Milos Kleint 2007-06-29 12:56:59 UTC
kaa: the message you get on eng locale means your jvm crashed. That's something that shall not happen and it seems to be
a jvm problem, not netbeans problem.

closing as won't fix, seems to be an operating system problem to me.


please try running "ant jar" on the command line (in the project's root directory). Please reopen if the jvm doesn't
crash on command line but does so persistently within the IDE. Assuming both use the same encoding of course.