Following on from an earlier blog post, whilst using WebDAV to do some work with the Page Builder theme in WebSphere Portal 7, I was perplexed to keep seeing: -
Internal Server Error
in my WebDAV client ( Nautlius 2.3.2.0 ), with: -
1/30/11 12:02:50:131 GMT] 00000088 servlet E com.ibm.ws.webcontainer.servlet.ServletWrapper service SRVE0068E: Uncaught exception created in one of the service methods of the servlet PROTECTED_HANDLER_47555912 in application wps. Exception created : java.lang.IllegalArgumentException: key:null
at com.ibm.ws.cache.util.ValidateUtility.objectNotNull(ValidateUtility.java:47)
at com.ibm.ws.cache.DistributedObjectCacheAdapter.common_get(DistributedObjectCacheAdapter.java:523)
at com.ibm.ws.cache.DistributedMapImpl.get(DistributedMapImpl.java:59)
at com.ibm.wps.services.cache.DistributedMapCache.get(DistributedMapCache.java:116)
at com.ibm.wps.filestore.JCRDataSource.getCacheScope(JCRDataSource.java:176)
at sun.reflect.GeneratedMethodAccessor138.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37)
at java.lang.reflect.Method.invoke(Method.java:600)
at com.ibm.wps.util.ContextWrapper$Handler.invoke(ContextWrapper.java:127)
at $Proxy205.getCacheScope(Unknown Source)
at sun.reflect.GeneratedMethodAccessor138.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37)
at java.lang.reflect.Method.invoke(Method.java:600)
at com.ibm.wps.util.ContextWrapper$Handler.invoke(ContextWrapper.java:127)
at $Proxy208.getCacheScope(Unknown Source)
...
in SystemOut.log on my WP7 server.
Thankfully, a quick search found this Technote: -
PM25317: WEBDAV COPY OPERATION ON FOLDERS MAY LEAD TO ILLEGALARGUMENTEXCEPTION
Am just applying the fix ( part of Cumulative Fix 001 for WebSphere Portal 7 , and will report back ...
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...
3 comments:
Well, after 26 minutes 23 seconds, I was pleased to receive the "BUILD SUCCESSFUL" message, and the CF001 is now applied.
Even better news, it's resolved the exception that my WebDAV client was causing, which is nice :-)
Note to myself - remember to update the various database passwords in wkplc_dbdomain.properties before starting the FP installation
It also works for me..great..
Hi
I am getting the same errors as you even though I am running at this level:
WP_PTF_7001 (IBM WebSphere Portal, Version 7.0.0.1 Fix Pack)
PM37009 (IBM WebSphere Portal, 7.0.0.1-WP-WCM-Combined-CFPM37009-CF004)
PM35654 (Cumulative iFix 13 for WCM v7.0.0.0)
PM34759 (IBM WebSphere Portal, 7.0.0.1-WP-WCM-Combined-CFPM34759-CF002)
PM39014 (Cumulative iFix 15 for WCM v7.0.0.1)
Post a Comment