62 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
1
answer
275
views
Error where my song key is missing from cache in Phaser JS
This is my first time adding audio in a Phaser (3.60.0) game and so I might have an obvious mistake but when I searched online I couldn't find an answer that fixed my problem.
The error from the ...
-1
votes
1
answer
187
views
Install feature webconsole in karaf 4.3.10 error needs osgi.http (not sure which jar package)
It reports that it needs osgi.http, but i don't know which jar package it need
Here is the command error
exec /opt/flexinc/apache-karaf-4.3.10/bin/karaf server
Feb 04, 2024 5:20:40 PM org.apache....
0
votes
1
answer
353
views
Integrate ActiveMQ Classic web console with Tomcat 9.x
I tried following ActiveMQ Classic official docs to put activemq-web-console.war into Tomcat webapps folder and activemq-all.jar into Tomcat lib, but web console can't be started.
I tried Tomcat 5.5/...
5
votes
3
answers
8k
views
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 ...
1
vote
1
answer
63
views
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.
2
votes
1
answer
874
views
Can a browser's dev console continue executing JavaSript after a new page loads?
I'm trying to automate some online work through JavaScript and the Firefox (or Chrome) dev console. The work is mostly inputting the same (or similar) data on the same exact pages for many many people....
1
vote
1
answer
417
views
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 = ()=>{console.log('...
0
votes
1
answer
569
views
Ruby on Rails: configure web_console in initializer
I am using the web_console gem and I would like to add some IPs to the whitelist. For reasons that would probably go to far to explain, can't simply add something to the config/application.rb or ...
1
vote
2
answers
2k
views
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
votes
2
answers
220
views
Run web developer console in windows terminal
Is there any way to run the scripts which we run in the Developer console of Chrome or Firefox on Windows Terminal or CMD?
I want to run a Javascript code on every link I provide as input.
3
votes
0
answers
290
views
Securing ActiveMQ Webconsole with LDAP
I am using AMQ 5.16.2. I have already configured a secured connection (HTTPS) for the AMQ webconsole.
Now I am trying to secure the webconsole authentification with LDAP. Thus, I have followed this ...
0
votes
2
answers
256
views
How can I "click" a button that performs a JS function through the Firefox web console?
My website somehow produced a rather interesting issue. We have individual pages for each auction that goes live, and this one in particular got messed up somehow. Typically we have an edit button ...
0
votes
1
answer
1k
views
ActiveMQ 5.16.2 Securing Webconsole using HTTPS
I have followed this guide to secure the ActiveMQ 5.16.2 web console. I made the following configuration in my jetty.xml:
Per default the authentication setting is true, so I just left it like that:
...
0
votes
2
answers
196
views
What is the 'secret' parameter in URL while trying to delete durable Subscriber from the ActiveMQ WebConsole?
I need to delete durable subscribers after each JMeter's test run using JMeter.
I would like to create HTTP request to the ActiveMQ Web Console as it is shown on browser WebConsole.
But I need to ...
-2
votes
1
answer
123
views
How to update read books in goodreads as per the updated date?
I am trying to use java script to update the goodreads data using the webconsole in firefox (Inspect element). I forgot to update the read date when I added the rating for some books. It's very ...