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 79493 - Cannot add WebLogic server on JDK1.6
Summary: Cannot add WebLogic server on JDK1.6
Status: VERIFIED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: WebLogic (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Libor Kotouc
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-06-30 14:24 UTC by Jiri Skrivanek
Modified: 2006-07-11 12:15 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 Jiri Skrivanek 2006-06-30 14:24:08 UTC
It is not possible to add WebLogic server instance when IDE runs on JDK1.6. But
I think that JAVA_HOME for weblogic server is not provided by IDE but it set in
startup script (startWebLogic.cmd). Then it doesn't matter on which JDK is IDE
run. To reproduce:

- run IDE on JDK1.6
- go to Runtime view and call Add Server context menu on Servers node
- select BEA WebLogic Server 9 from Server combo box
- click next but there is an error message: "IDE must run on JDK 1.5." and you
cannot finish the wizard.
Comment 1 Libor Kotouc 2006-07-11 09:50:06 UTC
Fixed.

Checking in WLPluginProperties.java;
/cvs/serverplugins/weblogic9/src/org/netbeans/modules/j2ee/weblogic9/WLPluginProperties.java,v
 <--  WLPluginProperties.java
new revision: 1.1.10.2.2.2; previous revision: 1.1.10.2.2.1
done
Comment 2 Michal Mocnak 2006-07-11 12:15:09 UTC
Verified