Questions tagged [web-console]

Web Console is the Mozilla Firefox panel which allows stylesheets and document structure as well as network requests to be inspected. Use this tag for questions about using the panel for debugging web applications.

Web Console is the Mozilla Firefox panel which allows stylesheets and document structure as well as network requests to be inspected, among other things. It can typically be accessed with the key combination CtrlShiftK.

Chrome/Chromium calls it Developer Tools and offers CtrlShiftI or F12 to access it.

Internet Explorer also offers a similar function which the F12 key can access.

Use this tag for questions about using the panel for debugging web applications.

60 questions
2
votes
3 answers

Firefox 31 Web Console Layout

Firefox 31 has changed my web console layout and I can't find the option to change it back. Being that I have a widescreen monitor I prefer the console to the right. When I select an array/object to view it opens it in a split as expected, but…
MaKR
  • 1,882
  • 2
  • 17
  • 29
1
vote
1 answer

Configuration of Apache Ignite

to configure apache ignite, is there any web UI available? I am not familiar with Java and it is a bit challenging to update the config files correctly.
Vishal Biyani
  • 11
  • 1
  • 2
1
vote
1 answer

Why is the document.onreadystatechange function executed in advance?

console.time('onload') console.time('onreadystatechange') window.onload = ()=>{console.log('onload'); console.timeEnd('onload')} document.onreadystatechange =…
Jim K
  • 47
  • 3
1
vote
2 answers

In Rails 6, how do I allow deveopment console access from any local machine/network?

I’m running a Rails 6 application from a Docker container. When I start my application, I get errors like this on the log rails.1 | Cannot render console from 142.29.0.1! Allowed networks: 0.0.0.0, 127.0.0.0/127.255.255.255, ::1 How do I…
Dave
  • 15,639
  • 133
  • 442
  • 830
1
vote
0 answers

How to read cross-origin CSS rules with JavaScript?

I am trying to use document.styleSheets[i].cssRules in the JavaScript console to read loaded CSS files of a tab. However, more often than not, I get the error: CSSStyleSheet.cssRules getter: Not allowed to access cross-origin stylesheet. I figured…
Danijel
  • 123
  • 6
1
vote
0 answers

Wildfly 14 Web Console adding spaces in the module options

I am trying to add a security domain in the web console of wildfly. So Configuration > Subsystems > System > Security > domain name. In the authentication, Authentication Module, Module Option you can add the options, but I can't add a module I need…
Epicenter
  • 35
  • 5
1
vote
1 answer

Introspecting ECMAScript 6 module members in a web browser console

I am trying out some third party JavaScript. Let's say I import an ES6 module in a Chrome dev tools console: import('https://unpkg.com/web3/dist/web3.js').then(module => console.log(module)); It gives me: Module {Symbol(Symbol.toStringTag):…
1
vote
1 answer

ActiveMQ web console isn't working

My activeMQ is starting, communicating with Database but when I try to access the WEB console "connection refused". Any ideas, please... PS: These are the only messages reported on startup: | INFO | Refreshing…
Neto
  • 92
  • 2
  • 12
1
vote
1 answer

Firefox Developer Edition web console does not have sidebar anymore

I have been using Firefox for a while now and switched to the developer edition recently. What I found was that the Web Console now displays variables as drop down options and not in a sidebar like previous versions. Am I missing an extension or…
harnamc
  • 541
  • 6
  • 20
1
vote
1 answer

Is there a way to check if web console (e.g. FireBug) is open in java language?

I am creating automated test cases with Selenium WebDriver 2. My code is set up, so that FireBug automatically is opened when Selenium WebDriver opens FireFox. A few seconds later I ask Selenium to close it again. For some reason, if I don't do…
1
vote
1 answer

MQ Console - Queue manager unavailable, despite it being active

I am testing a deployment of MQ 9.0.1 using Docker, and trying to administer this instance using the Web console. However I am receiving a warning when attaching widgets stating the "Queue manager unavailable". Warning messages In the console I can…
JMCG
  • 11
  • 1
1
vote
0 answers

deploying felix webconsole in spring mvc over felix http bridge

I've Spring MVC webapplication which starts osgi container using ServletContextListener (osgi http bridge). I am trying to deploy felix webconsole along with other bundles, bundle gets started, but I am not able to access it. In my web.xml Spring…
iamrakesh
  • 219
  • 4
  • 16
1
vote
1 answer

Unable install webconsole in ServiceMix 4.5.3

I deleted Cache and tmp directory of my serviceMix. I'm trying to reinstall webconsole on using features:install webconsole. I'm getting following error Error executing command: Manifest not present in the first entry of the zip…
Krish
  • 321
  • 2
  • 9
0
votes
0 answers

Spring + H2DB-Web-Console: "This method cannot decide whether these patterns are Spring MVC patterns or not."

My ultimate goal is the use the h2db-web-console in my application, as part of my local dev environment. I'm getting the error: Caused by: java.lang.IllegalArgumentException: This method cannot decide whether these patterns are Spring MVC patterns…
0
votes
0 answers

ArangoDB: user authentication in web console not working

I am setting up a new ArangoDB cluster on Windows, and for some reason it is not asking for credentials when I hit the web interface on :8529. Arangosh requires credentials, but not the web portion. Otherwise the cluster behaves exactly how I would…
kurt.kincaid
  • 1
  • 1
  • 2