<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Vivek Agarwal's Portal/Java Blog &#187; Collaboration</title>
	<atom:link href="http://vivekagarwal.wordpress.com/category/collaboration/feed/" rel="self" type="application/rss+xml" />
	<link>http://vivekagarwal.wordpress.com</link>
	<description>An IBM Gold Consultant's weblog about IBM, Lotus, WebSphere, J2EE, IT Processes, and other IT technologies</description>
	<lastBuildDate>Tue, 27 Oct 2009 03:15:20 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='vivekagarwal.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/da8f819b3926c7922045a2bb8dda8053?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>Vivek Agarwal's Portal/Java Blog &#187; Collaboration</title>
		<link>http://vivekagarwal.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://vivekagarwal.wordpress.com/osd.xml" title="Vivek Agarwal&#8217;s Portal/Java Blog" />
		<item>
		<title>I stand corrected on the ability to customize components in Quickr!</title>
		<link>http://vivekagarwal.wordpress.com/2007/09/12/i-stand-corrected-on-the-ability-to-customize-components-in-quickr/</link>
		<comments>http://vivekagarwal.wordpress.com/2007/09/12/i-stand-corrected-on-the-ability-to-customize-components-in-quickr/#comments</comments>
		<pubDate>Thu, 13 Sep 2007 02:42:24 +0000</pubDate>
		<dc:creator>Vivek Agarwal</dc:creator>
				<category><![CDATA[Collaboration]]></category>
		<category><![CDATA[Lotus Quickr]]></category>
		<category><![CDATA[Portal]]></category>
		<category><![CDATA[Quickr]]></category>
		<category><![CDATA[WebSpherePortal]]></category>

		<guid isPermaLink="false">http://vivekagarwal.wordpress.com/2007/09/12/i-stand-corrected-on-the-ability-to-customize-components-in-quickr/</guid>
		<description><![CDATA[After my last entry, I went ahead and filed PMRs with IBM Partnerworld Technical Support about the limitations I had supposedly discovered. Today, I am writing about standing corrected on one of those limitations &#8211; the ability to add a component to the component catalog available to the team place manager. I was corrected by [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vivekagarwal.wordpress.com&blog=929801&post=66&subd=vivekagarwal&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>After <a href="http://vivekagarwal.wordpress.com/2007/09/07/discovered-a-rather-basic-quickr-limitation-today/" target="_blank">my last entry</a>, I went ahead and filed PMRs with IBM Partnerworld Technical Support about the limitations I had supposedly discovered. Today, I am writing about standing corrected on one of those limitations &#8211; the ability to <em>add a component to the component catalog available to the team place manager</em>. I was corrected by a co-worker (Derek) as well as by IBM support.<span id="more-66"></span></p>
<p>Just to make clear what I wanted to do is to customize the list of components that are available to a team place manager when the manager chooses to customize a Quickr place. The figure below shows a manager having the option of adding a custom component called &#8220;photo book&#8221; to the place.</p>
<p><img src="http://vivekagarwal.files.wordpress.com/2007/09/customizeplacecomponentsdialog.jpg" alt="Customized Component Catalog Dialog" /></p>
<p>Essentially the component picker is defined by a JSP inside the Quickr theme &#8211; <em>/IBM/Quickr/wp_profile/installedApps/xxxx/wps.ear/wps.war/themes/html/QPG/pageHeaderContent.jsp</em>. To add a new component, search for the div with an id of <em>customizePage2</em>. and add a list item with information for the new component -</p>
<hr />&lt;li&gt;&lt;a href=&#8221;#&#8221; onClick=&#8221;javascript:showTeamSpaceAddComponentForm(&#8220;&lt;%=MarkupUtil.htmlAttributeEscape(MarkupUtil.jsEscape(“<em>Photo Book</em>&#8220;))%&gt;&#8221;, &#8220;&lt;%=MarkupUtil.htmlAttributeEscape(MarkupUtil.jsEscape(&#8220;<em>New Photo Book</em>&#8220;))%&gt;&#8221;, &#8220;&lt;%= applicationID %&gt;&#8221;, &#8220;<em>wps.p.web.photobook</em>&#8220;, true, nodesOnLevel, true, &#8216;<em>photobook</em>&#8216;)&#8221; class=&#8221;picture&#8221;&gt;<em>Photo Book</em>&lt;/a&gt;&lt;/li&gt;<br />
<hr />The information in italics will depend on the component you are trying to add &#8211; <em>wps.p.web.photobook </em>is the<em> unique name </em>assigned to the portlet that you are trying to define as a component.So, obviously this <em>limitation </em>turned out to be a non-issue other than the fact that IBM Quickr documentation could have been better &#8211; it could actually have mentioned the process for adding a component to the theme.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/vivekagarwal.wordpress.com/66/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/vivekagarwal.wordpress.com/66/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/vivekagarwal.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/vivekagarwal.wordpress.com/66/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/vivekagarwal.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/vivekagarwal.wordpress.com/66/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/vivekagarwal.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/vivekagarwal.wordpress.com/66/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/vivekagarwal.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/vivekagarwal.wordpress.com/66/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/vivekagarwal.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/vivekagarwal.wordpress.com/66/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vivekagarwal.wordpress.com&blog=929801&post=66&subd=vivekagarwal&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://vivekagarwal.wordpress.com/2007/09/12/i-stand-corrected-on-the-ability-to-customize-components-in-quickr/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/51b07703056eac6cc06db437b8cfe663?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Vivek</media:title>
		</media:content>

		<media:content url="http://vivekagarwal.files.wordpress.com/2007/09/customizeplacecomponentsdialog.jpg" medium="image">
			<media:title type="html">Customized Component Catalog Dialog</media:title>
		</media:content>
	</item>
		<item>
		<title>Discovered a rather basic Quickr limitation today! :(</title>
		<link>http://vivekagarwal.wordpress.com/2007/09/07/discovered-a-rather-basic-quickr-limitation-today/</link>
		<comments>http://vivekagarwal.wordpress.com/2007/09/07/discovered-a-rather-basic-quickr-limitation-today/#comments</comments>
		<pubDate>Sat, 08 Sep 2007 03:49:09 +0000</pubDate>
		<dc:creator>Vivek Agarwal</dc:creator>
				<category><![CDATA[Collaboration]]></category>
		<category><![CDATA[Lotus Quickr]]></category>
		<category><![CDATA[Portal]]></category>
		<category><![CDATA[Quickr]]></category>
		<category><![CDATA[WebSpherePortal]]></category>

		<guid isPermaLink="false">http://vivekagarwal.wordpress.com/2007/09/07/discovered-a-rather-basic-quickr-limitation-today/</guid>
		<description><![CDATA[As I had mentioned in one of my earlier entries, I have recently become interested in IBM Lotus Quickr 8.0 Services for WebSphere Portal. It looks like a great team collaboration software with a very appealing Web 2.0 UI, ease of use for end-users, team site managers, and administrators, connectors for several popular business applications [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vivekagarwal.wordpress.com&blog=929801&post=65&subd=vivekagarwal&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>As I had mentioned in one of my earlier entries, I have recently become interested in IBM Lotus Quickr 8.0 Services for WebSphere Portal. It looks like a great team collaboration software with a very appealing Web 2.0 UI, ease of use for end-users, team site managers, and administrators, connectors for several popular business applications enabling access to Quickr content without a user having to switch from their current application, and team site templates enabling users to create new team sites in a few simple steps. However, today I discovered a rather basic Quickr limitation with respect to the customization you can do while creating templates.<span id="more-65"></span></p>
<p>Quickr Services for WebSphere Portal comes with a set of OOTB components &#8211; library, blog, wiki, announcements, project tasks, feed reader, and contacts. A team place manager can use these components to customize a place. I was looking through the Quickr documentation to find the procedure for adding a new component (for example, a custom list component such as faqs) to the component catalog available to the team place manager. However, suffice it to say that I was disappointed &#8211; I did not find any such documentation. It seems to be a fundamental limitation of Quickr as far as I can tell that you cannot customize Quickr by adding customer-built components. Not only that, on searching for <font color="red"><em>component</em></font> on the <a href="http://www-306.ibm.com/software/lotus/products/quickr/support/?S_TACT=105AGX13&amp;S_CMP=LP" target="_blank">Quickr support site</a>, I found this technote &#8211; <a href="http://www-1.ibm.com/support/docview.wss?rs=3264&amp;context=SSVGKL&amp;q1=component&amp;uid=swg21264519&amp;loc=en_US&amp;cs=utf-8&amp;lang=en" target="_blank">Templates based on place components that use a customized presentation template</a>. The gist of this technote is that if you create a template based on a place that contains a component using a customized presentation template, the customized presentation template is not used by any places based on this template. The default presentation template is used instead. Supposedly this is a known limitation of Quickr. I find this far from acceptable given the goal of making &#8220;place creation using a template&#8221; easy. If anybody from the Quickr team is listening, then both these limitations (customer created place components and templates that can use customized presentation templates) need some fixin&#8217;!</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/vivekagarwal.wordpress.com/65/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/vivekagarwal.wordpress.com/65/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/vivekagarwal.wordpress.com/65/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/vivekagarwal.wordpress.com/65/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/vivekagarwal.wordpress.com/65/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/vivekagarwal.wordpress.com/65/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/vivekagarwal.wordpress.com/65/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/vivekagarwal.wordpress.com/65/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/vivekagarwal.wordpress.com/65/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/vivekagarwal.wordpress.com/65/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/vivekagarwal.wordpress.com/65/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/vivekagarwal.wordpress.com/65/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vivekagarwal.wordpress.com&blog=929801&post=65&subd=vivekagarwal&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://vivekagarwal.wordpress.com/2007/09/07/discovered-a-rather-basic-quickr-limitation-today/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/51b07703056eac6cc06db437b8cfe663?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Vivek</media:title>
		</media:content>
	</item>
		<item>
		<title>Finally success with resolving my failed Quickr 8.0 install!</title>
		<link>http://vivekagarwal.wordpress.com/2007/08/25/finally-success-with-resolving-my-failed-quickr-80-install/</link>
		<comments>http://vivekagarwal.wordpress.com/2007/08/25/finally-success-with-resolving-my-failed-quickr-80-install/#comments</comments>
		<pubDate>Sat, 25 Aug 2007 12:15:34 +0000</pubDate>
		<dc:creator>Vivek Agarwal</dc:creator>
				<category><![CDATA[Collaboration]]></category>
		<category><![CDATA[Lotus Quickr]]></category>
		<category><![CDATA[Portal]]></category>
		<category><![CDATA[Quickr]]></category>

		<guid isPermaLink="false">http://vivekagarwal.wordpress.com/2007/08/25/finally-success-with-resolving-my-failed-quickr-80-install/</guid>
		<description><![CDATA[Hey, my persistence finally paid off and I managed to resolve my failed Quickr 8.0 services for WebSphere Portal install! I could not go to sleep with this issue bugging the heck out of me. I started to dig deeper into the failure and found that during the install, it was trying to connect to the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vivekagarwal.wordpress.com&blog=929801&post=58&subd=vivekagarwal&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Hey, my persistence finally paid off and I managed to resolve <a href="http://vivekagarwal.wordpress.com/2007/08/24/update-on-my-failed-install-of-lotus-quickr-80-services-on-websphere-portal/">my failed Quickr 8.0 services for WebSphere Portal install</a>! I could not go to sleep with this issue bugging the heck out of me. I started to dig deeper into the failure and<span id="more-58"></span> found that during the install, it was trying to connect to the database at <em>jdbc:db2://kingfisher-adam.ausnq.com:50000/wpsdb</em>. And suddenly it dawned on me that maybe my issue was a potential port conflict at port 50000. Now I had gotten lazy when installing Quickr &#8211; I had decided to install it on a VMWare image where I had earlier installed Microsoft Active Directory Application Mode (ADAM). I had created two ADAM instances &#8211; the first used the standard LDAP port of 389, while the second one was set up with a port that I could not remember but 50000 sounded suspiciously familiar. I tried <em>telnet localhost 50000</em> and sure enough the connection succeeded. Then it did not take me long to verify that the second ADAM instance was actually listening on 50000. Shutting down the two adam instances and re-trying the install has got me well past the failure point (<em>action-create-db-mp</em>) and I suspect the install will now succeed.</p>
<p>However, this brings forth the issue that it would have been nice if the Quickr installer could check whether the ports that it intended to use were actually available of if there was a conflict. Even if it could not dynamically change the ports used by Quickr, if the installation error was more specific that would have avoided the pain I went through. It certainly would be doable for the installer to perform the port check and I think a worthwhile enhancement! <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Now off to dreamland and playing tennis in the morning!</p>
<p>PS: WordPress.com which has been extremely reliable went down when I tried to post this at 1am in the morning! I am finally up from dreamland and so is WordPress. BTW, a quickr update that the Quickr install did complete successfully. Whew! Now onto playing with it on my own install instead of on <a target="_blank" href="http://greenhouse.lotus.com">Lotus Greenhouse </a>(another blog entry merited).</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/vivekagarwal.wordpress.com/58/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/vivekagarwal.wordpress.com/58/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/vivekagarwal.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/vivekagarwal.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/vivekagarwal.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/vivekagarwal.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/vivekagarwal.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/vivekagarwal.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/vivekagarwal.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/vivekagarwal.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/vivekagarwal.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/vivekagarwal.wordpress.com/58/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vivekagarwal.wordpress.com&blog=929801&post=58&subd=vivekagarwal&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://vivekagarwal.wordpress.com/2007/08/25/finally-success-with-resolving-my-failed-quickr-80-install/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/51b07703056eac6cc06db437b8cfe663?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Vivek</media:title>
		</media:content>
	</item>
		<item>
		<title>Update on my failed install of Lotus Quickr 8.0 Services on WebSphere Portal</title>
		<link>http://vivekagarwal.wordpress.com/2007/08/24/update-on-my-failed-install-of-lotus-quickr-80-services-on-websphere-portal/</link>
		<comments>http://vivekagarwal.wordpress.com/2007/08/24/update-on-my-failed-install-of-lotus-quickr-80-services-on-websphere-portal/#comments</comments>
		<pubDate>Sat, 25 Aug 2007 04:20:55 +0000</pubDate>
		<dc:creator>Vivek Agarwal</dc:creator>
				<category><![CDATA[Collaboration]]></category>
		<category><![CDATA[Lotus Quickr]]></category>
		<category><![CDATA[Portal]]></category>
		<category><![CDATA[Quickr]]></category>
		<category><![CDATA[WebSpherePortal]]></category>

		<guid isPermaLink="false">http://vivekagarwal.wordpress.com/2007/08/24/update-on-my-failed-install-of-lotus-quickr-80-services-on-websphere-portal/</guid>
		<description><![CDATA[No, I have not yet solved my failed install issue! I thought I was onto something with resolving the issue when I read the IBM technote titled Restrictions on ID that is used to install Lotus Quickr. The technote is about a scenario where the install fails during the database create step and this is [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vivekagarwal.wordpress.com&blog=929801&post=57&subd=vivekagarwal&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>No, I have not yet solved <a href="http://vivekagarwal.wordpress.com/2007/08/24/and-i-thought-installing-ibm-products-had-gotten-easier-quickr-belies-this-belief/">my failed install issue</a>! I thought I was onto something with resolving the issue when I read the IBM technote titled <em>Restrictions on ID that is used to install Lotus Quickr</em>. <span id="more-57"></span>The technote is about a scenario where the install fails during the database create step and this is precisely where my install seems to fail, though I did not see the exact error message mentioned in that technote. Anyways, I figured it was worth a shot &#8211; so instead of installing with a Windows user named <em>admin</em>, I tried with another Windows user named <em>LocalQuickr </em>but had the exact same failure yet again -</p>
<pre>
(Aug 24, 2007 9:29:59 PM), Quickr.install, com.ibm.wps.install.ExternalCommandAction$OutputWatcher, msg2, StdOut: action-create-database:

(Aug 24, 2007 9:29:59 PM), Quickr.install, com.ibm.wps.install.ExternalCommandAction$OutputWatcher, msg2, StdOut: Fri Aug 24 21:29:59 CDT 2007

(Aug 24, 2007 9:30:00 PM), Quickr.install, com.ibm.wps.install.ExternalCommandAction$OutputWatcher, msg2, StdOut:

(Aug 24, 2007 9:30:00 PM), Quickr.install, com.ibm.wps.install.ExternalCommandAction$OutputWatcher, msg2, StdOut: check-db2-driver-type:

(Aug 24, 2007 9:30:00 PM), Quickr.install, com.ibm.wps.install.ExternalCommandAction$OutputWatcher, msg2, StdOut: Fri Aug 24 21:30:00 CDT 2007

(Aug 24, 2007 9:30:00 PM), Quickr.install, com.ibm.wps.install.ExternalCommandAction$OutputWatcher, msg2, StdOut:      [echo] isDb2DriverType4 = true

(Aug 24, 2007 9:30:00 PM), Quickr.install, com.ibm.wps.install.ExternalCommandAction$OutputWatcher, msg2, StdOut:

(Aug 24, 2007 9:30:00 PM), Quickr.install, com.ibm.wps.install.ExternalCommandAction$OutputWatcher, msg2, StdOut: action-create-db-mp:

(Aug 24, 2007 9:30:00 PM), Quickr.install, com.ibm.wps.install.ExternalCommandAction$OutputWatcher, msg2, StdOut: Fri Aug 24 21:30:00 CDT 2007

(Aug 24, 2007 9:30:00 PM), Quickr.install, com.ibm.wps.install.ExternalCommandAction$OutputWatcher, msg2, StdOut:      [echo] Trying to create database for dbdomain 'release' on 'db2'

(Aug 24, 2007 9:30:00 PM), Quickr.install, com.ibm.wps.install.ExternalCommandAction$OutputWatcher, msg2, StdOut:

(Aug 24, 2007 9:30:00 PM), Quickr.install, com.ibm.wps.install.ExternalCommandAction$OutputWatcher, msg2, StdOut:

(Aug 24, 2007 9:30:00 PM), Quickr.install, com.ibm.wps.install.ExternalCommandAction$OutputWatcher, msg2, StdOut:   [sqlproc] action: exist-database

(Aug 24, 2007 9:30:00 PM), Quickr.install, com.ibm.wps.install.ExternalCommandAction$OutputWatcher, msg2, StdOut:   [sqlproc] _________________________________________________________

(Aug 24, 2007 9:30:00 PM), Quickr.install, com.ibm.wps.install.ExternalCommandAction$OutputWatcher, msg2, StdOut:   [sqlproc] DbDomain: release

(Aug 24, 2007 9:30:02 PM), Quickr.install, com.ibm.wps.install.ExternalCommandAction$OutputWatcher, msg2, StdErr:   [sqlproc] Could not connect to database

(Aug 24, 2007 9:30:02 PM), Quickr.install, com.ibm.wps.install.ExternalCommandAction$OutputWatcher, msg2, StdErr:   [sqlproc] com.ibm.db2.jcc.a.DisconnectException: [ibm][db2][jcc][t4][2030][11211] A communication error has been detected. Communication protocol being used: TCP/IP.

(Aug 24, 2007 9:30:02 PM), Quickr.install, com.ibm.wps.install.ExternalCommandAction$OutputWatcher, msg2, StdErr:   [sqlproc] Communication API being used: SOCKETS.  Location where the error was detected: Reply.fill().

(Aug 24, 2007 9:30:02 PM), Quickr.install, com.ibm.wps.install.ExternalCommandAction$OutputWatcher, msg2, StdErr:   [sqlproc] Communication function detecting the error: InputStream.read().  Protocol specific error codes Insufficient data, * , 0.  Message: null

(Aug 24, 2007 9:30:02 PM), Quickr.install, com.ibm.wps.install.ExternalCommandAction$OutputWatcher, msg2, StdErr:   [sqlproc] 	at com.ibm.db2.jcc.b.a.a(a.java:362)

(Aug 24, 2007 9:30:02 PM), Quickr.install, com.ibm.wps.install.ExternalCommandAction$OutputWatcher, msg2, StdErr:   [sqlproc] 	at com.ibm.db2.jcc.DB2Driver.connect(DB2Driver.java:163)

...

(Aug 24, 2007 9:30:02 PM), Quickr.install, com.ibm.wps.install.ExternalCommandAction$OutputWatcher, msg2, StdErr:   [sqlproc] 	at com.ibm.wps.config.SqlProcessor.process(SqlProcessor.java:212)

(Aug 24, 2007 9:30:02 PM), Quickr.install, com.ibm.wps.install.ExternalCommandAction$OutputWatcher, msg2, StdErr:   [sqlproc] 	at com.ibm.wps.config.SqlProcessor.process(SqlProcessor.java:146)

(Aug 24, 2007 9:30:02 PM), Quickr.install, com.ibm.wps.install.ExternalCommandAction$OutputWatcher, msg2, StdErr:   [sqlproc] 	at com.ibm.wps.config.SqlProcessorTask.validateDbExist(SqlProcessorTask.java:730)

(Aug 24, 2007 9:30:02 PM), Quickr.install, com.ibm.wps.install.ExternalCommandAction$OutputWatcher, msg2, StdErr:   [sqlproc] 	at com.ibm.wps.config.SqlProcessorTask.execute(SqlProcessorTask.java:333)

(Aug 24, 2007 9:30:02 PM), Quickr.install, com.ibm.wps.install.ExternalCommandAction$OutputWatcher, msg2, StdErr:   [sqlproc] 	at org.apache.tools.ant.Task.perform(Task.java:341)

(Aug 24, 2007 9:30:02 PM), Quickr.install, com.ibm.wps.install.ExternalCommandAction$OutputWatcher, msg2, StdErr:   [sqlproc] 	at org.apache.tools.ant.taskdefs.Sequential.execute(Sequential.java:117)

(Aug 24, 2007 9:30:02 PM), Quickr.install, com.ibm.wps.install.ExternalCommandAction$OutputWatcher, msg2, StdErr:   [sqlproc] 	at com.ibm.wps.config.If.execute(If.java:75)

(Aug 24, 2007 9:30:02 PM), Quickr.install, com.ibm.wps.install.ExternalCommandAction$OutputWatcher, msg2, StdErr:   [sqlproc] 	at org.apache.tools.ant.Task.perform(Task.java:341)

(Aug 24, 2007 9:30:02 PM), Quickr.install, com.ibm.wps.install.ExternalCommandAction$OutputWatcher, msg2, StdErr:   [sqlproc] 	at org.apache.tools.ant.Target.execute(Target.java:309)

(Aug 24, 2007 9:30:02 PM), Quickr.install, com.ibm.wps.install.ExternalCommandAction$OutputWatcher, msg2, StdErr:   [sqlproc] 	at org.apache.tools.ant.Target.performTasks(Target.java:336)

(Aug 24, 2007 9:30:02 PM), Quickr.install, com.ibm.wps.install.ExternalCommandAction$OutputWatcher, msg2, StdErr:   [sqlproc] 	at org.apache.tools.ant.Project.executeTarget(Project.java:1339)

(Aug 24, 2007 9:30:02 PM), Quickr.install, com.ibm.wps.install.ExternalCommandAction$OutputWatcher, msg2, StdErr:   [sqlproc] 	at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:397)

(Aug 24, 2007 9:30:02 PM), Quickr.install, com.ibm.wps.install.ExternalCommandAction$OutputWatcher, msg2, StdErr:   [sqlproc] 	at org.apache.tools.ant.taskdefs.CallTarget.execute(CallTarget.java:143)

(Aug 24, 2007 9:30:02 PM), Quickr.install, com.ibm.wps.install.ExternalCommandAction$OutputWatcher, msg2, StdOut:   [sqlproc] _________________________________________________________

(Aug 24, 2007 9:30:02 PM), Quickr.install, com.ibm.wps.install.ExternalCommandAction$OutputWatcher, msg2, StdErr:   [sqlproc] 	at org.apache.tools.ant.Task.perform(Task.java:341)

...

(Aug 24, 2007 9:30:02 PM), Quickr.install, com.ibm.wps.install.ExternalCommandAction$OutputWatcher, msg2, StdErr:   [sqlproc] 	at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:397)

(Aug 24, 2007 9:30:02 PM), Quickr.install, com.ibm.wps.install.ExternalCommandAction$OutputWatcher, msg2, StdErr:   [sqlproc] 	at org.apache.tools.ant.taskdefs.CallTarget.execute(CallTarget.java:143)

(Aug 24, 2007 9:30:02 PM), Quickr.install, com.ibm.wps.install.ExternalCommandAction$OutputWatcher, msg2, StdErr:   [sqlproc] 	at org.apache.tools.ant.Project.executeTargets(Project.java:1255)

(Aug 24, 2007 9:30:02 PM), Quickr.install, com.ibm.wps.install.ExternalCommandAction$OutputWatcher, msg2, StdErr:   [sqlproc] 	at org.apache.tools.ant.Main.runBuild(Main.java:609)

(Aug 24, 2007 9:30:02 PM), Quickr.install, com.ibm.wps.install.ExternalCommandAction$OutputWatcher, msg2, StdErr:   [sqlproc] 	at org.apache.tools.ant.Main.start(Main.java:196)

(Aug 24, 2007 9:30:02 PM), Quickr.install, com.ibm.wps.install.ExternalCommandAction$OutputWatcher, msg2, StdErr:   [sqlproc] 	at com.ibm.wps.config.WpsConfigMain.process(WpsConfigMain.java:739)

(Aug 24, 2007 9:30:02 PM), Quickr.install, com.ibm.wps.install.ExternalCommandAction$OutputWatcher, msg2, StdErr:   [sqlproc] 	at com.ibm.wps.config.WpsConfigMain.main(WpsConfigMain.java:207)

(Aug 24, 2007 9:30:02 PM), Quickr.install, com.ibm.wps.install.ExternalCommandAction$OutputWatcher, msg2, StdErr:   [sqlproc] 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

(Aug 24, 2007 9:30:02 PM), Quickr.install, com.ibm.wps.install.ExternalCommandAction$OutputWatcher, msg2, StdErr:   [sqlproc] 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:85)

(Aug 24, 2007 9:30:02 PM), Quickr.install, com.ibm.wps.install.ExternalCommandAction$OutputWatcher, msg2, StdErr:   [sqlproc] 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:58)

(Aug 24, 2007 9:30:02 PM), Quickr.install, com.ibm.wps.install.ExternalCommandAction$OutputWatcher, msg2, StdErr:   [sqlproc] 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:60)

(Aug 24, 2007 9:30:02 PM), Quickr.install, com.ibm.wps.install.ExternalCommandAction$OutputWatcher, msg2, StdErr:   [sqlproc] 	at java.lang.reflect.Method.invoke(Method.java:391)

(Aug 24, 2007 9:30:02 PM), Quickr.install, com.ibm.wps.install.ExternalCommandAction$OutputWatcher, msg2, StdErr:   [sqlproc] 	at com.ibm.ws.bootstrap.WSLauncher.run(WSLauncher.java:219)

(Aug 24, 2007 9:30:02 PM), Quickr.install, com.ibm.wps.install.ExternalCommandAction$OutputWatcher, msg2, StdErr:   [sqlproc] 	at java.lang.Thread.run(Thread.java:570)

(Aug 24, 2007 9:30:02 PM), Quickr.install, com.ibm.wps.install.ExternalCommandAction$OutputWatcher, msg2, StdErr:   [sqlproc] (ErrCode=-4499, SqlState=null)

(Aug 24, 2007 9:30:02 PM), Quickr.install, com.ibm.wps.install.ExternalCommandAction$OutputWatcher, msg2, StdErr:

(Aug 24, 2007 9:30:02 PM), Quickr.install, com.ibm.wps.install.ExternalCommandAction$OutputWatcher, msg2, StdErr: BUILD FAILED

(Aug 24, 2007 9:30:02 PM), Quickr.install, com.ibm.wps.install.ExternalCommandAction$OutputWatcher, msg2, StdErr: file:../config/actions/db_cfg.xml:140: ERROR: Error while checking database existance...</pre>
<p>Looks like I might be filing a PMR after all!</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/vivekagarwal.wordpress.com/57/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/vivekagarwal.wordpress.com/57/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/vivekagarwal.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/vivekagarwal.wordpress.com/57/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/vivekagarwal.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/vivekagarwal.wordpress.com/57/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/vivekagarwal.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/vivekagarwal.wordpress.com/57/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/vivekagarwal.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/vivekagarwal.wordpress.com/57/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/vivekagarwal.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/vivekagarwal.wordpress.com/57/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vivekagarwal.wordpress.com&blog=929801&post=57&subd=vivekagarwal&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://vivekagarwal.wordpress.com/2007/08/24/update-on-my-failed-install-of-lotus-quickr-80-services-on-websphere-portal/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/51b07703056eac6cc06db437b8cfe663?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Vivek</media:title>
		</media:content>
	</item>
		<item>
		<title>And I thought installing IBM products had gotten easier! Quickr belies this belief!</title>
		<link>http://vivekagarwal.wordpress.com/2007/08/24/and-i-thought-installing-ibm-products-had-gotten-easier-quickr-belies-this-belief/</link>
		<comments>http://vivekagarwal.wordpress.com/2007/08/24/and-i-thought-installing-ibm-products-had-gotten-easier-quickr-belies-this-belief/#comments</comments>
		<pubDate>Sat, 25 Aug 2007 02:18:04 +0000</pubDate>
		<dc:creator>Vivek Agarwal</dc:creator>
				<category><![CDATA[Collaboration]]></category>
		<category><![CDATA[Lotus Quickr]]></category>
		<category><![CDATA[Portal]]></category>
		<category><![CDATA[Quickr]]></category>

		<guid isPermaLink="false">http://vivekagarwal.wordpress.com/2007/08/24/and-i-thought-installing-ibm-products-had-gotten-easier-quickr-belies-this-belief/</guid>
		<description><![CDATA[I remember a time when installing IBM WebSphere Portal was quite a challenge requiring the right alignment of all trhe stars for you to get a successful install &#8211; this was back in the v2.1, v4.1, v4.2 days. You had to have the LDAP and the database properly configured and specify a ton of settings [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vivekagarwal.wordpress.com&blog=929801&post=56&subd=vivekagarwal&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>I remember a time when installing IBM WebSphere Portal was quite a challenge requiring the right alignment of all trhe stars for you to get a successful install &#8211; this was back in the v2.1, v4.1, v4.2 days. You had to have the LDAP and the database properly configured and specify a ton of settings during the  WebSphere Portal install , and you could easily mess up one thing or the other to end up with a failed install. With newer versions of WebSphere Portal, IBM switched to an archived install that did not require configuring an external LDAP/database, and as a result you always ended up with a successful Portal install. Along comes Lotus Quickr v8.0 Services for WebSphere Portal, and here I am again in failed install land! <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> <span id="more-56"></span></p>
<p>I was trying to perform the simple Departmental/Express installation that supposedly enables you to <em>install a single server running <span>IBM<sup>®</sup> Lotus<sup>®</sup> Quickr™</span></em> <em>in the shortest amount of time (per the InfoCenter)</em>. There has been nothing quick with this so far. I have installed twice on a VMWare instance running Windows XP SP2, with the install failing each time at the same point -</p>
<p>(Aug 24, 2007 3:16:35 PM), Quickr.install, com.ibm.wps.install.ExternalCommandAction$OutputWatcher, msg2, <font color="red">StdErr: BUILD FAILED</font><br />
(Aug 24, 2007 3:16:35 PM), Quickr.install, com.ibm.wps.install.ExternalCommandAction$OutputWatcher, msg2, <font color="red">StdErr: file:../config/actions/db_cfg.xml:140: ERROR: Error while checking database existance&#8230;</font></p>
<p>Essentially it seems to fail to create the release database in DB2 and then fails to verify its existence, and the Quickr install fails! Bummer!</p>
<p>I have checked the install instructions in the InfoCenter and do not see anything obvious that I am doing wrong. There isn&#8217;t much to the install to begin with &#8211; I have verified that my OS does meet the requirements, that my user ID has the right privileges, there is enough disk space &#8230; I have searched the forums and don&#8217;t see anything there either. Given the repeatability of my failed installs, I would have expected others to have run into it. I have looked through the IBM Quickr support site as well but not seen anything yet &#8211; need to look more thoroughly though.</p>
<p>I just hope we are not regressing to the dark ages again in terms of installs! <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' />  The fact that the Quickr install relies on a bundled DB2 install does worry me as that is where the point of failure is in my case. Will be back with an update once I figure this out &#8211; hope it is quick as in quickr! <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/vivekagarwal.wordpress.com/56/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/vivekagarwal.wordpress.com/56/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/vivekagarwal.wordpress.com/56/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/vivekagarwal.wordpress.com/56/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/vivekagarwal.wordpress.com/56/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/vivekagarwal.wordpress.com/56/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/vivekagarwal.wordpress.com/56/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/vivekagarwal.wordpress.com/56/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/vivekagarwal.wordpress.com/56/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/vivekagarwal.wordpress.com/56/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/vivekagarwal.wordpress.com/56/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/vivekagarwal.wordpress.com/56/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vivekagarwal.wordpress.com&blog=929801&post=56&subd=vivekagarwal&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://vivekagarwal.wordpress.com/2007/08/24/and-i-thought-installing-ibm-products-had-gotten-easier-quickr-belies-this-belief/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/51b07703056eac6cc06db437b8cfe663?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Vivek</media:title>
		</media:content>
	</item>
		<item>
		<title>Checking out Lotus Quickr!</title>
		<link>http://vivekagarwal.wordpress.com/2007/08/20/checking-out-lotus-quickr/</link>
		<comments>http://vivekagarwal.wordpress.com/2007/08/20/checking-out-lotus-quickr/#comments</comments>
		<pubDate>Tue, 21 Aug 2007 03:37:53 +0000</pubDate>
		<dc:creator>Vivek Agarwal</dc:creator>
				<category><![CDATA[Collaboration]]></category>
		<category><![CDATA[Lotus Quickr]]></category>
		<category><![CDATA[Portal]]></category>
		<category><![CDATA[Quickr]]></category>

		<guid isPermaLink="false">http://vivekagarwal.wordpress.com/2007/08/20/checking-out-lotus-quickr/</guid>
		<description><![CDATA[Lately I have been looking into IBM Lotus Quickr &#8211; the new generation of Lotus QuickPlace that was launched in late June. It is a Web 2.0 version of team collaboration software that enables groups of people (aka teams) to collaborate and share content. One of its winning features is the concept of templates that [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vivekagarwal.wordpress.com&blog=929801&post=54&subd=vivekagarwal&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Lately I have been looking into <a href="http://www-142.ibm.com/software/sw-lotus/products/product3.nsf/wdocs/quickr" target="_blank">IBM Lotus Quickr</a> &#8211; the new generation of Lotus QuickPlace that was launched in late June. <span id="more-54"></span>It is a Web 2.0 version of team collaboration software that enables groups of people (aka teams) to collaborate and share content. One of its winning features is the concept of templates that enables you to quickly hit the ground running. And another reason why I am now interested in this is the availability on the WebSphere Portal platform &#8211; while it still cannot be installed into an existing WPE install, it at least offers an opportunity to utilize the team collaboration functionality without relying on Domino. I am fairly intrigued by Quickr and hope to look into it some more in the near future &#8211; will be back with my findings.</p>
<p>Some useful Quickr resources include -</p>
<ul>
<li>Quickr Templates: <a href="http://templates.snapps.com/" target="_blank">http://templates.snapps.com/</a></li>
<li>Rob Novak Blog: <a href="http://www.lotusrockstar.com/blog/robblog.nsf" target="_blank">http://www.lotusrockstar.com/blog/robblog.nsf</a></li>
<li>Quickr DeveloperWorks Site (limited stuff right now): <a href="http://www.ibm.com/developerworks/lotus/products/quickr/" target="_blank">http://www.ibm.com/developerworks/lotus/products/quickr/</a></li>
</ul>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/vivekagarwal.wordpress.com/54/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/vivekagarwal.wordpress.com/54/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/vivekagarwal.wordpress.com/54/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/vivekagarwal.wordpress.com/54/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/vivekagarwal.wordpress.com/54/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/vivekagarwal.wordpress.com/54/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/vivekagarwal.wordpress.com/54/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/vivekagarwal.wordpress.com/54/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/vivekagarwal.wordpress.com/54/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/vivekagarwal.wordpress.com/54/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/vivekagarwal.wordpress.com/54/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/vivekagarwal.wordpress.com/54/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vivekagarwal.wordpress.com&blog=929801&post=54&subd=vivekagarwal&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://vivekagarwal.wordpress.com/2007/08/20/checking-out-lotus-quickr/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/51b07703056eac6cc06db437b8cfe663?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Vivek</media:title>
		</media:content>
	</item>
	</channel>
</rss>