Hmmm, I was seeing: -
File does not exist
in my browser, when I tried to create a new Quickr place using Lotus Quickr Services for Lotus Domino 8.5 ( this freshly installed onto Red Hat Enterprise Linux 5.5 ).
The Domino console gave me more detail: -
11/11/2010 05:15:43 PM -File does not exist [/LotusQuickr/LotusQuickr/CreateHaiku.nsf?OpenDatabase]
When I checked: -
cd /local/notesdata
ls -al /LotusQuickr/LotusQuickr/CreateHaiku.nsf
there's no such directory called LotusQuickr/LotusQuickr *BUT* there is a directory called LotusQuickr/lotusquickr :-)
So, as a quick "hack", I created a symbolic link to fix the problem: -
cd /local/notesdata/LotusQuickr
ln -s lotusquickr LotusQuickr
Having done this, I can happily create new Quickr places.
The strange thing is ... this worked earlier in the day :-(
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...
6 comments:
just rename the directory to Lotusquickr I would think.
@Keith
Yes, but it's case-sensitive, so Lotusquickr wouldn't work. Also, I didn't know if anything else was dependant on LotusQuickr/lotusquickr, hence the sym. link rather than a move.
Cheers :-)
Sorry I meant to type it properly. since it is looking for it that way, and your link makes it work, changing the directory to what it seeks is in your better interest I would think.
So says he that has not got domino installed yet on ubuntu, ran out of time today, try again tomorrow.
@Keith - thanks for the clarification.
When you do get around to your Domino on Ubuntu installation, you might want to avoid mixing Notes and Domino in the same installation path, as per my related blog post: -
http://portal2portal.blogspot.com/2010/11/problems-installing-lotus-quickr.html
I've been running Domino on SuSE for some time with minimal capitalization issues but I've left Quickr on Windows. Not that brave.
@DSchaffer, go on, give it a try, what's the worst that can happen :-)
Post a Comment