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 204508 - Unable to stop WebLogic 12.1.1 from NetBeans
Summary: Unable to stop WebLogic 12.1.1 from NetBeans
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-01 13:27 UTC by Vladimir Riha
Modified: 2011-11-02 07:11 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
ide log (236.64 KB, text/plain)
2011-11-01 13:27 UTC, Vladimir Riha
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Vladimir Riha 2011-11-01 13:27:00 UTC
Created attachment 112661 [details]
ide log

After adding WebLogic to NetBeans, I can start the server via right click on server node in Services window and selecting Start. But I can't stop it since it fails with dialog window saying "Oracle WebLogic Server stop failed". And the server icon in Services still indicates that server is running (and I can still go to http://localhost:7001 and see some WebLogic 404 err message).

The Ouput window contains following:
Stopping Weblogic Server...

Initializing WebLogic Scripting Tool (WLST) ...

Welcome to WebLogic Server Administration Scripting Shell

Type help() for help on available commands

Connecting to t3://localhost:7001 with userid weblogic ...
This Exception occurred at Tue Nov 01 14:18:52 CET 2011.
javax.naming.AuthenticationException [Root exception is java.lang.SecurityException: User: weblogic, failed to be authenticated.]
Problem invoking WLST - Traceback (innermost last):
  File "C:\Oracle\Middleware\user_projects\domains\base_domain\shutdown.py", line 3, in ?
  File "<iostream>", line 22, in connect
  File "<iostream>", line 648, in raiseWLSTException
WLSTException: Error occured while performing connect : User: weblogic, failed to be authenticated. 
Use dumpStack() to view the full stacktrace

Done
Stopping Derby Server...

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 Vladimir Riha 2011-11-02 07:10:59 UTC
Sorry, the server wasn't installed properly. It works fine.