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 243157 - org.netbeans.modules.tomcat5.AuthorizationException at org.netbeans.modules.tomcat5.deploy.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: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Petr Hejl
URL:
Keywords:
: 235549 (view as bug list)
Depends on:
Blocks:
 
Reported: 2014-03-21 15:45 UTC by rodrigorsantos
Modified: 2015-09-27 12:37 UTC (History)
5 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 208592


Attachments
stacktrace (1.56 KB, text/plain)
2014-03-21 15:45 UTC, rodrigorsantos
Details
stacktrace (1.56 KB, text/plain)
2014-03-21 20:06 UTC, rodrigorsantos
Details
stacktrace (1.56 KB, text/plain)
2014-03-28 22:55 UTC, rodrigorsantos
Details
stacktrace (1.49 KB, text/plain)
2014-10-08 13:57 UTC, stefan79
Details

Note You need to log in before you can comment on or make changes to this bug.
Description rodrigorsantos 2014-03-21 15:45:48 UTC
Build: NetBeans IDE Dev (Build 20140317-4ad7e50d6747)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.21-b01, Java(TM) SE Runtime Environment, 1.7.0_21-b11
OS: Linux

User Comments:
rodrigorsantos: <Please provide a description of the problem or the steps to reproduce>




Stacktrace: 
org.netbeans.modules.tomcat5.AuthorizationException
   at org.netbeans.modules.tomcat5.deploy.TomcatManagerImpl.list(TomcatManagerImpl.java:403)
   at org.netbeans.modules.tomcat5.deploy.TomcatManager.modules(TomcatManager.java:726)
   at org.netbeans.modules.tomcat5.deploy.TomcatManager.getAvailableModules(TomcatManager.java:537)
   at org.netbeans.modules.j2ee.deployment.impl.TargetServer.getAvailableTMIDsMap(TargetServer.java:420)
   at org.netbeans.modules.j2ee.deployment.impl.TargetServer.processLastTargetModules(TargetServer.java:457)
   at org.netbeans.modules.j2ee.deployment.impl.TargetServer.init(TargetServer.java:172)
Comment 1 rodrigorsantos 2014-03-21 15:45:49 UTC
Created attachment 146235 [details]
stacktrace
Comment 2 Petr Hejl 2014-03-21 16:00:44 UTC
*** Bug 235549 has been marked as a duplicate of this bug. ***
Comment 3 rodrigorsantos 2014-03-21 20:06:34 UTC
Created attachment 146239 [details]
stacktrace

<Please provide a description of the problem or the steps to reproduce>
Comment 4 rodrigorsantos 2014-03-28 22:55:01 UTC
Created attachment 146396 [details]
stacktrace

<Please provide a description of the problem or the steps to reproduce>
Comment 5 Exceptions Reporter 2014-03-28 22:55:05 UTC
This bug already has 10 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=208592
Comment 6 stefan79 2014-10-08 13:57:06 UTC
Created attachment 149784 [details]
stacktrace

Saved a jsp-file.
Comment 7 thussam 2015-09-27 12:37:17 UTC
I discovered that the password for the user who has roles="manager-script,admin" is not the same in the table users and in the file tomcat-users.xml.
When I edited the password in the table users to be the same as in the file tomcat-users.xml, and the issue was fixed.