• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Wildfly management console Access Denied Insufficient Privileges

 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I'm getting an "Access Denied: Insufficient privileges to access this interface" message while trying to access the management console of Wildfly (running on Ubuntu).

I also got an Apache2 acting as ProxyReverse for the Wildfly server. It gets requests for alias.domain.com:80 and forwards to localhost:9990.

The Wildfly access-authorization is still using simple provider, so rbac is not the culprit. Or so I believe...

When I access alias.domain.com, I'm prompted for the user/password, and I do supply the correct admin authentication data.

Any help will be appreciated.
 
Sheriff
Posts: 22784
131
Eclipse IDE Spring VI Editor Chrome Java Windows
  • Likes 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
An obvious question - does it work without Apache?
 
Igor Donin
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Geez... it actually does work when I bypass Apache!

So, any ideas on what the issue may be? Some Directory permission? Enabled mods conf?

Edit:
I guess this also could be some issue with the SO user that's trying to access Wildfly. While bypassing Apache, Wildfly has its own user, and then it responds to its own request. But Apache must be accessing Wildfly with another user. I don't know, man, still trying to get my way around Linux...

Thanks for taking the time to answer.


 
Igor Donin
Greenhorn
Posts: 3
  • Likes 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
OK, just wanted to let you guys know that the issue was resolved with a

on Apache conf.

Thanks, and c ya
 
Rob Spoor
Sheriff
Posts: 22784
131
Eclipse IDE Spring VI Editor Chrome Java Windows
  • Likes 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks for sharing your solution
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic