Jvm takes a long time to resolve ip-address for localhost

I had the same problem. Tomcat went from 15 seconds to 6 minutes to initialise spring context after the upgrade… disabling csrutils didn’t solve the issue for me. I solved the problem by adding my Mac hostname (i.e. Macbook.local, or whatever your Mac is called) on the /etc/hosts file mapped to the 127.0.0.1 address as … Read more

.ssh/config: “Bad configuration option: UseKeychain” on Mac OS Sierra 10.12.6

Try to specify another option, namely IgnoreUnknown like below: Host * IgnoreUnknown UseKeychain UseKeychain yes You can find more info about this here. If you already have an IgnoreUnknown value, use comma separated values Host * IgnoreUnknown AddKeysToAgent,UseKeychain AddKeysToAgent yes UseKeychain yes If you have multiple Host configs that use the UseKeychain option, make sure … Read more

Correct way to install psql without full Postgres on macOS?

You could also use homebrew to install libpq. brew install libpq This would give you psql, pg_dump and a whole bunch of other client utilities without installing Postgres. Unfortunately since it provides some of the same utilities as are included in the full postgresql package, brew installs it “keg-only” which means it isn’t in the … Read more

Code Sign Error in macOS Monterey, Xcode – resource fork, Finder information, or similar detritus not allowed

Solution 1: Apple Developer Website Answers above problem Here. Execute below command in terminal : First goto projects root folder xattr -cr <path_to_project_dir> Clean Xcode and Re Build. Cheers Solution 2: Just go to project root directory and run this command xattr -cr . xattr -cr . Clean Xcode and Re Build. Done. Solution 3: … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)