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 99194 - Websphere Module download issue.
Summary: Websphere Module download issue.
Status: RESOLVED WONTFIX
Alias: None
Product: serverplugins
Classification: Unclassified
Component: WebSphere (show other bugs)
Version: 5.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: issues@serverplugins
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-03-28 02:41 UTC by netghost2k6
Modified: 2007-10-23 14:33 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Log file. (22.10 KB, text/plain)
2007-03-28 02:42 UTC, netghost2k6
Details
Bundle.properties request. (1.09 KB, text/plain)
2007-03-29 00:13 UTC, netghost2k6
Details

Note You need to log in before you can comment on or make changes to this bug.
Description netghost2k6 2007-03-28 02:41:45 UTC
Hi,
I downloaded WebSphere Module for my netbeans 5.0. 
The download and install done..without problems..but.
I re-enter to netbeans and when I try add server ...
The Netbeans display an error.

java.lang.NullPointerException
	at org.openide.util.NbBundle.findName(NbBundle.java:371)
	at org.openide.util.NbBundle.getBundle(NbBundle.java:363)
	at org.openide.util.NbBundle.getMessage(NbBundle.java:617)
	at 
org.netbeans.modules.j2ee.websphere6.ui.wizard.WSInstantiatingIterator.<init>
(WSInstantiatingIterator.java:374)
	at...
Comment 1 netghost2k6 2007-03-28 02:42:43 UTC
Created attachment 40064 [details]
Log file.
Comment 2 dlipin 2007-03-28 06:59:37 UTC
netghost2k6,

Could you please find file org-netbeans-modules-j2ee-websphere6.jar?
If you installed module globally then it is located at <netbeans-dir>nb5.0/
modules directory, if not - then somewhere in the netbeans userdir (~/5.0 I 
guess)

Please look for file "org/netbeans/modules/j2ee/websphere6/ui/wizard/
bundle.properties" inside this archive.

Is it there? If yes, please attach it to this issue.

Could you please also try to run NetBeans on JDK5 ? Actually Websphere module 
was not tested on JDK1.4 that is why I cannot garantee that it should ever work.
Comment 3 netghost2k6 2007-03-29 00:12:08 UTC
Ok, my projects are with JDK 1.4.2_11. I'm can't to change to JDK5. 
This is critical ?...

Comment 4 netghost2k6 2007-03-29 00:13:02 UTC
Created attachment 40114 [details]
Bundle.properties request.
Comment 5 dlipin 2007-03-29 07:12:59 UTC
netghost2k6,

You can just try :) If the problem still exist in case of JDK5 - then the 
problem is not in JDK but somewhere in the plugin of netbeans itself.

BTW,
you can run NetBeans on JDK5 and add JDK1.4 in the Java Platform Manager (Tools-
>). So you can select to use JDK1.4 for you projects and at the same time use 
JDK5 for running NetBeans itself.
Comment 6 netghost2k6 2007-04-24 20:00:55 UTC
Theme solucioned.

I did update Netbeans from 5.0 to 5.5
with jdk 5.0 ...and the problem was solutioned.

Conclusion:
netbeans 5.0 and jdk 1.4 ....problem.
netbeans 5.0 and jdk 5.0 ....problem.
netbeans 5.5 and jdk 5.0 .... ok !!!



thanks,
Edwin Pizarro.
Comment 7 David Konecny 2007-10-23 14:33:35 UTC
As said earlier by dlipin, NB are not supported on JDK1.4x anymore. You can still run IDE on JDK5/6 and develop your
projects on JDK1.4x or any older ones.