As an aide-memoire to myself, as most of my blog postings are, I hit this exception today: -
"JVMJ9VM011W Unable to load j9jit23"
"JVMJ9VM011W Unable to load jclscar_23: cannot restore segment prot after reloc: Permission denied"
etc.
when running Java-based WebSphere commands such as versionInfo.sh and WPVersionInfo.sh, even though WebSphere Portal 6.1.5 had installed and started without problems ( this being on a 64-bit instance of Red Hat Enterprise Linux 5.1 ).
which led me to this semi-related Technote: -
Impact 5.1 is not starting on any Security-enhanced Linux (SELinux) system
which helped resolve the problem - in my case, I chose to "tell" my current user's shell to ignore SELinux, via the command: -
setenforce 0
but I could have as easily disabled it by setting "SELINUX=disabled" in the /etc/selinux/config and then rebooting.
Geeking in technology since 1985, with IBM Development, focused upon Docker and Kubernetes on the IBM Z LinuxONE platform In the words of Dr Cathy Ryan, "If you don't write it down, it never happened". To paraphrase one of my clients, "Every day is a school day". I do, I learn, I share. The postings on this site are my own and don’t necessarily represent IBM’s positions, strategies or opinions. Remember, YMMV https://infosec.exchange/@davehay
Subscribe to:
Post Comments (Atom)
Note to self - use kubectl to query images in a pod or deployment
In both cases, we use JSON ... For a deployment, we can do this: - kubectl get deployment foobar --namespace snafu --output jsonpath="{...
-
Why oh why do I forget this ? Running this command : - ldapsearch -h ad2012.uk.ibm.com -p 389 -D CN=bpmbind,CN=Users,DC=uk,DC=ibm,DC=com -w...
-
Error "ldap_sasl_interactive_bind_s: Unknown authentication method (-6)" on a LDAPSearch command ...Whilst building my mega Connections / Domino / Portal / Quickr / Sametime / WCM environment recently, I was using the LDAPSearch command tha...
-
Whilst building a new "vanilla" Kubernetes 1.25.4 cluster, I'd started the kubelet service via: - systemctl start kubelet.se...
No comments:
Post a Comment