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
Sunday, 8 March 2009
WebSphere Portlet Factory and Domino Together
It's been a while since I did this from scratch, so I was stumped on Friday when I wasn't able to retrieve a list of Domino databases using the Domino Data Access builder in WebSphere Portlet Factory.

I'm using Domino 8.5 and WebSphere Portlet Factory 6.1.2, and was seeing: -
class com.bowstreet.webapp.engine.WebAppRuntimeException: lotus.domino.NotesException
lotus.domino.NotesException
Plug-in Provider: IBM
Plug-in Name: WebSphere Portlet Factory Designer UI
Plug-in ID: com.bowstreet.designer.ui
Version: 6.1.2
NotesException: Could not open Notes session
....
Caused by: org.omg.CORBA.COMM_FAILURE: java.net.ConnectException: Connection refused: connect Host: 192.168.137.128 Port: 63148 vmcid: 0x0 minor code: 1 completed: No
I thought I'd already started the DIIOP task, but when I checked using NETSTAT -AON | FIND "LISTENING", I could NOT see anything listening on the default IIOP port of 63148.
I went back to the Domino console, entered the command LOAD DIIOP, and tried again.
This time, it worked OK.
I'd previously checked two other potential setup snafus: -
a) Current Server Document -> Internet Protocol -> HTTP -> Basics -> Host name(s) == needs to be set
b) Current Server Document -> Internet Protocol -> HTTP -> R5 Basics -> Allow HTTP clients to browse databases == Yes
This document on the IBM website was also of help, in reminding me of where I'd gone wrong :-)
Saturday, 7 March 2009
It's not just IBMers who moan about PowerPoint ...
Thursday, 5 March 2009
Update Strategy for WebSphere Portal versions 6.0 and 6.1
This document describes the strategy for delivering maintenance
updates for IBM® WebSphere® Portal versions 6.0 and 6.1 and provides
tentative availability dates for future deliveries. By implementing a
consistent and timely update strategy, customers can avoid
rediscovering the problems we have already fixed and maintain a more
stable and robust environment.
updates for IBM® WebSphere® Portal versions 6.0 and 6.1 and provides
tentative availability dates for future deliveries. By implementing a
consistent and timely update strategy, customers can avoid
rediscovering the problems we have already fixed and maintain a more
stable and robust environment.
Key Content Resources for Lotus Web Content Management
he following key content resources, such as Information Centers,
system requirements, wikis, discussion forums, support technotes and
product documentation, are available for Lotus Web Content Management.
system requirements, wikis, discussion forums, support technotes and
product documentation, are available for Lotus Web Content Management.
Lotus Sametime Deployment at IBM
An interesting article on the Sametime wiki here: -
Sametime is the official instant messaging application used by the IBM Corporation. With approximately 400,000 employees, IBM is the largest user of Sametime in the world. On a daily basis, millions of messages are exchanged by IBMers with their colleagues and with external customers. The deployment services over 480,000 worldwide users, with a peak concurrency rate of 225,000 users per day. All this is handled by three Domino clusters of three Sametime servers each that process approximately six million messages per day. The three clusters are located at one site in the United States.
IBM WebSphere Portal Document Manager migration tool
The IBM WebSphere Portal Document Manager migration tool is a solution
designed to migrate library content from IBM WebSphere Portal Document
Manager V5.1 or V6.0.
designed to migrate library content from IBM WebSphere Portal Document
Manager V5.1 or V6.0.
Subscribe to:
Posts (Atom)
Note to self - Firefox and local connections
Whilst trying to hit my NAS from Firefox on my Mac, I kept seeing errors such as:- Unable to connect Firefox can’t establish a connection t...
-
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...
-
Having created a new user on an Ubuntu 16.04 boxen, I started seeing this: - Received disconnect from 192.168.3.123 port 22:2: Too many au...
-
I'm tinkering with a tool that uses pip and python, and was seeing: - zsh: /usr/local/bin/pip: bad interpreter: /usr/bin/python: no such...