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 202045 - org.netbeans.modules.tomcat5.AuthorizationException at org.netbeans.modules.tomcat5.TomcatManagerImpl.list
Summary: org.netbeans.modules.tomcat5.AuthorizationException at org.netbeans.modules.t...
Status: RESOLVED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Tomcat (show other bugs)
Version: 7.0
Hardware: All All
: P3 normal (vote)
Assignee: Petr Hejl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-09-13 03:45 UTC by sapanparikh18
Modified: 2012-12-01 02:55 UTC (History)
9 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 176276


Attachments
stacktrace (1.47 KB, text/plain)
2011-09-13 03:45 UTC, sapanparikh18
Details
stacktrace (1.48 KB, text/plain)
2012-01-18 10:09 UTC, williambacchi
Details
stacktrace (1.47 KB, text/plain)
2012-10-10 13:20 UTC, medeag
Details

Note You need to log in before you can comment on or make changes to this bug.
Description sapanparikh18 2011-09-13 03:45:44 UTC
Build: NetBeans IDE 7.0.1 (Build 201107282000)
VM: Java HotSpot(TM) Client VM, 16.0-b13, Java(TM) SE Runtime Environment, 1.6.0_18-b07
OS: Windows 7

User Comments:
GUEST: Clicking on a message regarding manager-script role missing in Apache Tomcat

etf: Nothing special

sapanparikh18: This problem always happens if I have another tomcat running as a service and it has Basic authetication setup. The problem arises when NB tomcat has the same port as this another tomcat running as service




Stacktrace: 
org.netbeans.modules.tomcat5.AuthorizationException
   at org.netbeans.modules.tomcat5.TomcatManagerImpl.list(TomcatManagerImpl.java:399)
   at org.netbeans.modules.tomcat5.TomcatManager.modules(TomcatManager.java:639)
   at org.netbeans.modules.tomcat5.TomcatManager.getAvailableModules(TomcatManager.java:450)
   at org.netbeans.modules.j2ee.deployment.impl.TargetServer.getAvailableTMIDsMap(TargetServer.java:417)
   at org.netbeans.modules.j2ee.deployment.impl.TargetServer.getDeploymentDirectoryModules(TargetServer.java:914)
   at org.netbeans.modules.j2ee.deployment.impl.TargetServer.notifyArtifactsUpdated(TargetServer.java:809)
Comment 1 sapanparikh18 2011-09-13 03:45:49 UTC
Created attachment 110681 [details]
stacktrace
Comment 2 williambacchi 2012-01-18 10:09:24 UTC
Created attachment 114989 [details]
stacktrace
Comment 3 medeag 2012-10-10 13:20:15 UTC
Created attachment 125691 [details]
stacktrace
Comment 4 Petr Hejl 2012-11-30 12:05:19 UTC
Fixed in web-main 85b7814a4f6d.
Comment 5 Quality Engineering 2012-12-01 02:55:50 UTC
Integrated into 'main-golden', will be available in build *201212010001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/85b7814a4f6d
User: Petr Hejl <phejl@netbeans.org>
Log: #202045 - org.netbeans.modules.tomcat5.AuthorizationException at org.netbeans.modules.tomcat5.TomcatManagerImpl.list