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 204578 - WebLogic doesn't start in profile mode
Summary: WebLogic doesn't start in profile mode
Status: VERIFIED INVALID
Alias: None
Product: serverplugins
Classification: Unclassified
Component: WebLogic (show other bugs)
Version: 7.1
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Petr Hejl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-11-02 11:55 UTC by Vladimir Riha
Modified: 2011-11-08 10:26 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 Vladimir Riha 2011-11-02 11:55:41 UTC
This is quite the same as issue #203942, but this time for WebLogic 12.1.1.

Steps to reproduce:
- create new Java Web app and select WebLogic as a server for this project
- go to Services window, expand Servers node
- right click on WebLogic and call Start in Profile mode
=> server output is: 

"Profiler Agent: Waiting for connection on port 5140 (Protocol version: 12)"

And the server doesn't start...


Product Version: NetBeans IDE Dev (Build 201111010600)
Java: 1.7.0_01; Java HotSpot(TM) Client VM 21.1-b02
System: Windows 7 version 6.1 running on x86; Cp1252; en_US (nb)
Comment 1 Petr Hejl 2011-11-03 11:18:32 UTC
I don't think this is the same issue as issue #203942. When I use the "Profile project" everything works as expected.

When I just start the server in profile mode it says "Profiler Agent: Waiting for connection on port 5140 (Protocol version: 12)" as you reported. But I would say that's expected. Also note the icon of server node.

In this state you are supposed to attach profiler.

Feel free to reopen if you meant something different.