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 61665 - [j2ee] problematic advice in attach wizard for weblogic
Summary: [j2ee] problematic advice in attach wizard for weblogic
Status: CLOSED FIXED
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 4.x
Hardware: All Windows XP
: P3 blocker (vote)
Assignee: Jiri Sedlacek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-08-02 14:27 UTC by L Martinek
Modified: 2007-02-12 22:08 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 L Martinek 2005-08-02 14:27:21 UTC
I tried to attach to weblogic 9. I followed instruction in attach wizard and
changed start script of weblogic. Attach wizard adviced me to set variabled 
JAVA_VENDOR, JAVA_HOME and JAVA_OPTIONS somewhere in the middle of weblogic
script. It didn't work, because first part of script was executed with JAVA_HOME
set to java home provided by weblogic and rest of script was executed with
JAVA_HOME set to sun java. I therefore moved the settings to the beginning of
the script, but I didn't notice that I moved it before SETLOCAL command and
arguments was again and again added to JAVA_OPTIONS each time when script was
executed so I had to move it right below SETLOCAL command. 

Then I find out that JAVA_HOME is still changed and it's changed in
setDomainEnv.cmd, where JAVA_HOME is set depending on property JAVA_VENDOR and
for JAVA_VENDOR=Sun it's changed JAVA_HOME to sun java 1.5.0_03 bundled with
weblogic. So I had to modify also setDomainEnv.cmd.
Comment 1 Jiri Sedlacek 2005-08-04 00:28:03 UTC
Modified integration instructions according to provided description.

Fixed for M8.
Comment 2 ehucka 2006-10-09 12:10:54 UTC
Verification of old issues.
Comment 3 Alexander Kouznetsov 2007-02-12 22:08:37 UTC
Closing old issues.