SonarQube - No translations: NS_ERROR_DOM_QUOTA_REACHED - localization

we are using SonarQube 5.1.2 on a domain like sonarqube.companyname.com.
Because of a firefox bug (https://bugzilla.mozilla.org/show_bug.cgi?id=1064466) the local storage quota isn't based on the subdomain. As we are using many applications on domains with the suffix .companyname.com which also uses localStorage I got the following error in the JavaScript console:
NS_ERROR_DOM_QUOTA_REACHED: Persistent storage maximum size reached
And the result looks like this:
http://i.stack.imgur.com/RjH48.png
Is there anything I can do? Maybe a config setting to disable the localstorage translation caching?
Has anyone else the same problem?

Related

Is it not recommended to use Spring Cloud LoadBalancer's default cache on production?

Spring Boot version 2.5.2
spring-cloud version 2020.0.3
WARNING at the time of application startup --
2021-07-10 12:30:58.286 WARN 21316 --- [ main] iguration$LoadBalancerCaffeineWarnLogger : Spring Cloud LoadBalancer is currently working with the default cache. You can switch to using Caffeine cache, by adding it and org.springframework.cache.caffeine.CaffeineCacheManager to the classpath.
Why this log line is printed as Warning? Is it bad to use Spring Cloud LoadBalancer's default cache?
The answer is provided in this GitHub issue spring-cloud 1050
More specifically this explanation can help you understand if it's bad to use the default cache or not, based on your project:
I would say Caffeine has definitely been much more used and tested in production, while the default solution, which at this point is Evictor, is a solution based on a ConcurrentMap implemented as a hash-map with added TTL support. I would recommend using Caffeine in a production application. However, if you would like to stick to the default solution, you would need to consider if based on the predicted cache entry volume and the TTL settings that you would be applying, a concurrent HashMap would be enough.

Kentico MVC - PageBuilder Error on external Staging site

Am using Kentico MVC v12 Service Pack.
Have enabled Preview feature and PageBuilder in Application_Start.
When running from localhost, can successfully edit relevant pages using PageBuilder as required.
However, when ran from a staging site, which is a clone of the localhost version, I am getting an error in the Site settings when I try to add a Presentation Url (I am definitely adding in a valid format with the starting "https://" included), which is required for the PageBuilder to be used in the Pages application, where I see this error:
An unexpected error occurred, see event log for more details. Event source: PageEdit, Event code PreviewLinkGeneration
Any assistance would be much appreciated.
Thanks.
Sites error
That error is basically only looking at the string of the URL (almost like a simple validation). Are you sure there is no whitespace before the value you entered in? I can re-create your issue if I type in a space character before the URL.
You can also try clearing the field and saving the form. Then re-enter a value.
If it is still not working, try re-signing all your macros in the system as I have seen the regular expression validation rules have issues if macros aren't working. Which is really what this check is:

ThespianCluster creates tons of empty json log files

I'm running a local ThespianCluster from F# interactive and having the temp folder blowing up (Windows 10).
Each worker creates tons of empty json log files on name like:
"logs-20160310T213935259Z.json"
at more than 1000/min rate in folders like:
"%PATH%\mbrace-uuid3c64f8b9-3f8c-4b51-a1e4-1ecb76b1535d\systemLogs--29760".
I tried to change the loglevel for the cluster and using different logger but it doen't have any effect on the problem at all.
Is it my incorrect setup or some kind of an expected behaviour please?
Many thanks in advance.
UPD: Raised an issue with MBrace guys and them got it very quickly fixed and released 1.1.3 nugets. Thanks MBrace!

Neo4j http.log empty

I'm trying to turn on http logging for an Enterprise 2.0 Neo4j server.
After following this documentation, and adding the following likes to neo4j-server.properties:
org.neo4j.server.http.log.enabled=true
# Logging policy file that governs how HTTP log output is presented and
# archived. Note: changing the rollover and retention policy is sensible, but
# changing the output format is less so, since it is configured to use the
# ubiquitous common log format
org.neo4j.server.http.log.config=conf/neo4j-http-logging.xml
the data/log/http.log file is still zero bytes even after restarting the server and then running a basic Ruby script that inserts nodes (upon request if needed).
I'm guessing I'm missing something completely obvious here so bear with me. Thanks.
UPDATE on 9/26/14
I'm still seeing this issue for Neo4j 2.1.2
has anyone managed to get the http logs to work?
There was a possible solution on google groups that you could touch the http.log file before starting the server, but still get an empty log file.
For the time being we might try to put a reverse proxy in to log the req and response.
I am seeing this problem in Neo4j 2.0.1. I added an issue to the Neo4j Github issue tracker in hopes of a resolution.
https://github.com/neo4j/neo4j/issues/2219

rails recaptcha on localhost? windows causing issues?

I just checked out this answer: Rails Recaptcha plugin always returns false
but it didn't seem to help. I'm trying to run recaptcha on rails on my local machine. The site says the API keys should work for prod and local. I've checked the keys many times and have even tried "workarounds" where you explicitly feed in the pub/priv key (since I'm running on windows). I just wanted to know if there's a known issue with windows, or if there's an issue with running on localhost, or if this plugin is out of date? Thanks.
I'm always getting the error that my captcha is wrong. I even tried the sound type, still wrong. Apologies if this is just a silly question, I just wanted to rule out everything that may be a known issue.
When getting an API key for ReCaptcha a domain must be specified. localhost won't work but your hostname should. As the recaptcha site says:
By default, your reCAPTCHA key is restricted to the specified domain, and any subdomains for additional security
Find out your hostname at the following link and use it as the domain for you API keys:
http://whatismyipaddress.com/staticpages/index.php/what-is-my-hostname
My provider happens to be Comcast, so I created a global API key for comcast.net
https://admin.recaptcha.net/recaptcha/createsite/

Resources