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 31652 - OpenVMS Launcher has problems in 3.5
Summary: OpenVMS Launcher has problems in 3.5
Status: CLOSED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 3.x
Hardware: HP OpenVMS
: P1 blocker (vote)
Assignee: mgarrison
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-03-04 16:12 UTC by mgarrison
Modified: 2008-12-22 17:52 UTC (History)
1 user (show)

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 mgarrison 2003-03-04 16:12:29 UTC
We're seeing some problems in NetBeans 3.5 on OpenVMS.  
They seem to be mostly related to bugs in the launcher at 
this point.

The first problem has to do with escaping EFS characters 
in filenames.  On OpenVMS, EFS chars are escaped by 
preceding with a ^ when using DCL, but in the actual 
filesystem, the filenmes don't contain the escape 
characters.  The launcher must remove these ^ chars before 
building the classpath.

The second problem has to do with using the FastVM on 
OpenVMS...the FastVM aborts during the load of NetBeans.

NetBeans gets further along when using the Classic VM...

Thridly, the updater jar file must be explicitely added to 
the classpath when the updater needs to be run.  At this 
time, module updates cannot be loaded.

I'll be making some bug fixes over the next few days to 
try and correct these problems.
Comment 1 _ ttran 2003-03-11 17:17:16 UTC
Meg, what the status of this bug?  We are approaching high resistance
mode.
Comment 2 _ ttran 2003-03-11 17:22:07 UTC
this bug applies to OpenVMS only. This bug does not apply to Sun S1S
products => added S1S5_WAV keyword
Comment 3 _ ttran 2003-03-11 18:09:56 UTC
NOS1S5 == not a bug in Sun's S1S
Comment 4 mgarrison 2003-03-12 13:06:11 UTC
I've made changes and we've been testing them.  I should 
commit the changes today.
Comment 5 mgarrison 2003-03-14 20:24:21 UTC
Checked in to release35 - 1.17.46.3
Comment 6 Marian Mirilovic 2003-04-08 17:46:33 UTC
I hope it's fixed, Meg? 

Verified
Comment 7 mgarrison 2003-04-08 18:17:17 UTC
Yes, fixed and verified.  Shall I close it?

Meg
Comment 8 Marian Mirilovic 2003-04-08 18:31:00 UTC
Meg, thanks.