<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-2204973474912488625</id><updated>2011-07-08T12:51:33.452+10:00</updated><category term='linux'/><category term='bpm'/><category term='fuego'/><category term='java'/><category term='usb'/><category term='soa'/><category term='blogspot'/><category term='webcenter'/><category term='skype'/><category term='osx'/><category term='blog'/><category term='dev2dev'/><category term='oracle'/><category term='ali'/><category term='iphone'/><category term='opensource'/><category term='alui'/><category term='tips'/><category term='unix'/><category term='debian'/><category term='portal'/><category term='windows'/><category term='bea'/><category term='middleware'/><category term='ubuntu'/><category term='livecd'/><category term='wci'/><category term='plumtree'/><title type='text'>Tips for Human Beings</title><subtitle type='html'>GNU/Linux, Virtualization, Open Source, Oracle Fusion Middleware, Knowledge Management, troubleshooting &amp;amp; performance tuning tips.</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://portalinsight.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2204973474912488625/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://portalinsight.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Terry Wang</name><uri>http://www.blogger.com/profile/16470719211949198851</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>18</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-2204973474912488625.post-9207356196776254928</id><published>2010-06-07T09:22:00.006+10:00</published><updated>2010-10-04T10:52:15.262+11:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='java'/><category scheme='http://www.blogger.com/atom/ns#' term='linux'/><category scheme='http://www.blogger.com/atom/ns#' term='bea'/><category scheme='http://www.blogger.com/atom/ns#' term='oracle'/><title type='text'>Smart Update Error on Linux</title><content type='html'>I recently hit a SSL Handshake error when trying to apply a WebLogic Portal patch using Smart Update.&lt;br /&gt;&lt;br /&gt;Smart Update simply tells that "Cannot verify account status", however, obviously my account is valid.&lt;br /&gt;&lt;br /&gt;Environment:&lt;br /&gt;Linux 2.6.32 x86_64 (&lt;span style="font-weight: bold;"&gt;on x86 probably the same, if not plz let me know&lt;/span&gt;)&lt;br /&gt;Sun Java6 JDK 1.6.0_20&lt;br /&gt;Oracle JRockit Mission Control 4.0.0 x86_64&lt;br /&gt;WebLogic Portal 10.3.2 Sunshine release on top of WebLogic Server 10.3.2.0&lt;br /&gt;&lt;p&gt;Checking the Error Message in the stdout, you'll see something like below:&lt;br /&gt;&lt;/p&gt;  &lt;div class="code panel" style="border-width: 1px;"&gt;&lt;div class="codeContent panelContent"&gt; &lt;pre class="code-java"&gt;root@lucid:/opt/Oracle/Middleware/utils/bsu# ./bsu.sh&lt;br /&gt;javax.xml.rpc.ServiceException: Error processing WSDL document:&lt;br /&gt;javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path validation failed: java.security.cert.CertPathValidatorException: algorithm check failed: MD2withRSA is disabled&lt;br /&gt;at org.apache.axis.client.Service.initService(Service.java:250)&lt;br /&gt;at org.apache.axis.client.Service.&lt;init&gt;(Service.java:165)&lt;br /&gt;at org.apache.axis.client.ServiceFactory.createService(ServiceFactory.java:198)&lt;br /&gt;at com.bea.plateng.patch.AbstractPatchServicesImpl.init(AbstractPatchServicesImpl.java:90)&lt;br /&gt;at com.bea.plateng.patch.DefaultPatchProducerServicesImpl.&lt;init&gt;(DefaultPatchProducerServicesImpl.java:8)&lt;br /&gt;at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)&lt;br /&gt;at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)&lt;br /&gt;at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)&lt;br /&gt;at java.lang.reflect.Constructor.newInstance(Constructor.java:513)&lt;br /&gt;at com.bea.plateng.patch.PatchServicesFactory.create(PatchServicesFactory.java:180)&lt;br /&gt;at com.bea.plateng.patch.PatchLoginManager.login(PatchLoginManager.java:90)&lt;br /&gt;at com.bea.plateng.patch.gui.PatchGUIHelper$1.call(PatchGUIHelper.java:192)&lt;br /&gt;at com.bea.plateng.patch.gui.PatchGUIHelper$1.call(PatchGUIHelper.java:189)&lt;br /&gt;at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)&lt;br /&gt;at java.util.concurrent.FutureTask.run(FutureTask.java:138)&lt;br /&gt;at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:98)&lt;br /&gt;at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:207)&lt;br /&gt;at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)&lt;br /&gt;at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)&lt;br /&gt;at java.lang.&lt;span class="code-object"&gt;Thread&lt;/span&gt;.run(&lt;span class="code-object"&gt;Thread&lt;/span&gt;.java:619)&lt;br /&gt;&lt;/init&gt;&lt;/init&gt;&lt;/pre&gt; &lt;/div&gt;&lt;/div&gt;  &lt;h3&gt;&lt;a name="SmartUpdate-Cause"&gt;&lt;/a&gt;Cause&lt;/h3&gt;  &lt;p&gt;Aha, we caught the fish: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path validation failed: java.security.cert.CertPathValidatorException: algorithm check failed: MD2withRSA is disabled&lt;/p&gt;&lt;p&gt;The problem is happening with latest version of Sun JDK from 160_18  onwards, Sun has disabled “MD2withRSA” with latest version of JDK’s  stating that its vulnerability. This is Defect 9776340 in WebLogic.&lt;/p&gt;  &lt;h3&gt;&lt;a name="SmartUpdate-Workaround"&gt;&lt;/a&gt;Workaround&lt;/h3&gt;  &lt;p&gt;Use JRockit as the JVM instead. Suppose JRockit is installed in /opt/jrmc-4.0.0-1.6.0&lt;/p&gt;  &lt;p&gt;&lt;b&gt;1. Session Wide (temporary)&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Open a terminal, set session wide environment variables:&lt;/p&gt;  &lt;div class="code panel" style="border-width: 1px;"&gt;&lt;div class="codeContent panelContent"&gt; &lt;pre class="code-java"&gt;export JAVA_HOME=/opt/jrmc-4.0.0-1.6.0/jre&lt;br /&gt;export CLASSPATH=.&lt;br /&gt;export PATH=$JAVA_HOME/bin:$PATH&lt;br /&gt;&lt;/pre&gt; &lt;/div&gt;&lt;/div&gt;  &lt;p&gt;run ./bsu.sh from this Termial&lt;/p&gt;  &lt;div class="code panel" style="border-width: 1px;"&gt;&lt;div class="codeContent panelContent"&gt; &lt;pre class="code-java"&gt;java -jar patch-client.jar&lt;/pre&gt; &lt;/div&gt;&lt;/div&gt;  &lt;p&gt;&lt;b&gt;2. Permanent workaround&lt;br /&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;edit utils/bsu.sh&lt;/p&gt;  &lt;p&gt;update JAVA_HOME&lt;/p&gt;  &lt;div class="code panel" style="border-width: 1px;"&gt;&lt;div class="codeContent panelContent"&gt; &lt;pre class="code-java"&gt;JAVA_HOME=&lt;span class="code-quote"&gt;"/opt/jrmc-4.0.0-1.6.0/jre"&lt;/span&gt;&lt;/pre&gt; &lt;/div&gt;&lt;/div&gt;  &lt;p&gt;Run&lt;/p&gt; &lt;div class="code panel" style="border-width: 1px;"&gt;&lt;div class="codeContent panelContent"&gt; &lt;pre class="code-java"&gt;./bsu.sh&lt;/pre&gt; &lt;/div&gt;&lt;/div&gt;   &lt;h3&gt;&lt;a name="SmartUpdate-Reference:"&gt;&lt;/a&gt;Reference:&lt;/h3&gt;  &lt;p&gt;&lt;span class="nobr"&gt;&lt;a href="http://forums.oracle.com/forums/thread.jspa?threadID=1066924" class="external-link" rel="nofollow"&gt;http://forums.oracle.com/forums/thread.jspa?threadID=1066924&lt;sup&gt;&lt;img class="rendericon" src="http://support.au.oracle.com/confluence/images/icons/linkext7.gif" alt="" align="absmiddle" border="0" height="7" width="7" /&gt;&lt;/sup&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2204973474912488625-9207356196776254928?l=portalinsight.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2204973474912488625/posts/default/9207356196776254928'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2204973474912488625/posts/default/9207356196776254928'/><link rel='alternate' type='text/html' href='http://portalinsight.blogspot.com/2010/06/smart-update-error-on-linux.html' title='Smart Update Error on Linux'/><author><name>Terry Wang</name><uri>http://www.blogger.com/profile/16470719211949198851</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author></entry><entry><id>tag:blogger.com,1999:blog-2204973474912488625.post-5793938849079523584</id><published>2009-09-25T09:41:00.005+10:00</published><updated>2011-06-23T10:53:32.762+10:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='plumtree'/><category scheme='http://www.blogger.com/atom/ns#' term='wci'/><category scheme='http://www.blogger.com/atom/ns#' term='bea'/><category scheme='http://www.blogger.com/atom/ns#' term='oracle'/><title type='text'>WebCenter Interaction 10gR3 Patch 1</title><content type='html'>AFAIK, this is the first patchset for ALUI/WCI done by Oracle after the BEA acquisition.&lt;br /&gt;&lt;br /&gt;I have to say that the new versioning in line with Oracle Database or Fusion middleware is a bit confusing to old Plumtree and ALUI customers.&lt;br /&gt;&lt;br /&gt;In fact, WCI 10gR3 (10.3.0.0.0) is equivalent to ALI 6.5 MP2 (6.5.2). So 10gR3 patch 1 is equivalent to 10.3.0.1.0.&lt;br /&gt;&lt;br /&gt;Yesterday, Oracle announced the release of 10.3.0.1 of WebCenter Interaction and Collaboration a patch release on top of the 10gR3 versions of each product. These patch releases contain a set of bug fixes related to each product as well as a new Desktop Integration feature for Collaboration called the Office Task Bar Panel. Each of the bugs that have been fixed are listed and summarized within the Release Notes for each product. Links to each can be found below:&lt;br /&gt;&lt;br /&gt;&lt;a href="http://download.oracle.com/docs/cd/E13158_01/alui/wci/docs103/relnotes/Release_Notes_Oracle_WebCenter_Interaction_v10-3-0-1-0.htm"&gt;&lt;span style="font-weight: bold;"&gt;WCI 10.3.0.1 Release Notes&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://download.oracle.com/docs/cd/E13158_01/alui/collaboration/docs103/relnotes/Release_Notes_Oracle_WebCenter_Collaboration_v10-3-0-1.htm"&gt;&lt;span style="font-weight: bold;"&gt;WebCenter Collaboration 10.3.0.1 Release Notes&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;The patches for all certified operating systems are now available on Metalink (soon to be My Oracle Support).&lt;br /&gt;&lt;br /&gt;Log into Metalink and go to the Patches &amp;amp; Updates tab, and do a Simple Search for patch number 8935278 (WCI) or 8935708 (WCC) and you can download the patch.&lt;br /&gt;&lt;br /&gt;Follow the instructions in the &lt;a href="http://download.oracle.com/docs/cd/E13158_01/alui/wci/docs103/index.html"&gt;Upgrade Guide for WCI 10.3.0.1.0&lt;/a&gt; to perform the upgrade.  Have fun!&lt;br /&gt;&lt;br /&gt;It looks like 10gR3 (6.5) branch is still being maintained by Oracle. Also, based on the SOD documenent from Oracle website, there will be 11g release for WCI to replace the 10gR3 in WebCenter Suite 11gR1 stack. Let's wait and see.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2204973474912488625-5793938849079523584?l=portalinsight.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2204973474912488625/posts/default/5793938849079523584'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2204973474912488625/posts/default/5793938849079523584'/><link rel='alternate' type='text/html' href='http://portalinsight.blogspot.com/2009/09/webcenter-interaction-10gr3-patch-1.html' title='WebCenter Interaction 10gR3 Patch 1'/><author><name>Terry Wang</name><uri>http://www.blogger.com/profile/16470719211949198851</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author></entry><entry><id>tag:blogger.com,1999:blog-2204973474912488625.post-5859476089252087219</id><published>2009-06-01T10:04:00.008+10:00</published><updated>2009-06-14T22:02:21.944+10:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='skype'/><category scheme='http://www.blogger.com/atom/ns#' term='linux'/><category scheme='http://www.blogger.com/atom/ns#' term='debian'/><category scheme='http://www.blogger.com/atom/ns#' term='ubuntu'/><title type='text'>Skype Sound Devices settings on Ubuntu (Dell D620/D630)</title><content type='html'>There are so many different sound architectures and solutions on Linux, like OSS, ALSA and Pulse audio. It seems that ALSA is the dominant one and Pulse is something new to take its place, not sure yet. It is very confusing and frustrating for new users.&lt;br /&gt;&lt;br /&gt;I have had bad experience setting up sound input and output with OSS and ALSA earlier. It is not as easy and pleasant as on Mac and Windows.&lt;br /&gt;&lt;br /&gt;I am a huge fan of Skype, as the PC to PC call is free and the voice/video quality is excellent. Also because it is cross platform, it is available on iPhone (Skype for iPhone and Fring) and portable devices powered by Windows Mobile or Symbian (e71 using Fring), PSP..., probably more to come.&lt;br /&gt;&lt;br /&gt;1 of the most important point to use it is that communications between clients and servers are encrypted by &lt;span style="font-weight: bold;"&gt;AES&lt;/span&gt; without any configuration. So all text and voice chats are secured basically until it reaches PSTN.&lt;br /&gt;&lt;br /&gt;For more info:&lt;br /&gt;&lt;a href="https://support.skype.com/en/faq/FA144/Why-are-Skype-calls-encrypted"&gt;Why Are Skype Calls encrypted?&lt;/a&gt;&lt;br /&gt;&lt;a href="https://support.skype.com/en/faq/FA31/Are-my-Skype-calls-secure-or-encrypted"&gt;Are my Skype calls secure or encrypted?&lt;/a&gt;&lt;br /&gt;&lt;a href="https://support.skype.com/en/faq/FA145/What-type-of-encryption-is-used"&gt;What type of encryption is used?&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Other IMs like Google Talk also offers communication over SSL, but it requires configuration on different client tools like Pidgin,  Empathy, InstantBird, Adium or official client. So Skype is still the easiest tool for average crowd.&lt;br /&gt;&lt;br /&gt;In fact I switched to Ubuntu from Fedora Core 5  in mid 2006, installed on Dell Latitude D620 which was my working laptop. It went smoothly and I was pretty happy with almost everything except the sound input and output.&lt;br /&gt;&lt;br /&gt;I tried to get the built-in mic work in Hardy and Intrepid, but for some reason, I didn't make it. I can hear others talking but they can't hear me because I didn't seem to have the right Sound devices settings for Skype.&lt;br /&gt;&lt;br /&gt;After upgrading to 9.04 Jaunty Jackalope in April, I tried to call my wife to test Skype. Holy cow! I found that the Dell Latitude D620 built-in microphone was working with the same Intrepid settings.&lt;br /&gt;&lt;br /&gt;Check the settings below, it has been tested and proved to be working on Dell Latitude D620 and D630 with the built-in mic.&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://lh3.ggpht.com/_HnzCQ99msaw/Sg914P77I9I/AAAAAAAACHo/jiBvDOx-jPw/s576/Skype.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 576px; height: 396px;" src="http://lh3.ggpht.com/_HnzCQ99msaw/Sg914P77I9I/AAAAAAAACHo/jiBvDOx-jPw/s576/Skype.jpg" alt="" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;Hope this is useful to those who has trouble setting Skype sound devices.&lt;br /&gt;&lt;br /&gt;References for Linux sound solutions:&lt;br /&gt;&lt;a href="http://en.wikipedia.org/wiki/Open_Sound_System"&gt;OSS&lt;/a&gt; Open Sound System&lt;br /&gt;&lt;a href="http://en.wikipedia.org/wiki/Advanced_Linux_Sound_Architecture"&gt;ALSA&lt;/a&gt; Advanced Linux Sound Architecture&lt;br /&gt;&lt;a href="http://en.wikipedia.org/wiki/PulseAudio"&gt;PulseAudio&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2204973474912488625-5859476089252087219?l=portalinsight.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2204973474912488625/posts/default/5859476089252087219'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2204973474912488625/posts/default/5859476089252087219'/><link rel='alternate' type='text/html' href='http://portalinsight.blogspot.com/2009/06/skype-sound-devices-settings-on-ubuntu.html' title='Skype Sound Devices settings on Ubuntu (Dell D620/D630)'/><author><name>Terry Wang</name><uri>http://www.blogger.com/profile/16470719211949198851</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://lh3.ggpht.com/_HnzCQ99msaw/Sg914P77I9I/AAAAAAAACHo/jiBvDOx-jPw/s72-c/Skype.jpg' height='72' width='72'/></entry><entry><id>tag:blogger.com,1999:blog-2204973474912488625.post-3432172973888651774</id><published>2009-03-25T15:17:00.004+11:00</published><updated>2009-03-25T15:39:47.170+11:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='bpm'/><category scheme='http://www.blogger.com/atom/ns#' term='fuego'/><category scheme='http://www.blogger.com/atom/ns#' term='dev2dev'/><category scheme='http://www.blogger.com/atom/ns#' term='bea'/><category scheme='http://www.blogger.com/atom/ns#' term='oracle'/><title type='text'>Oracle BPM (ALBPM) Resources</title><content type='html'>This is a quick post to put all publicly available Oracle BPM resources all together to avoid wasting time doing pointless searches.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Technical Forums:&lt;/span&gt;&lt;br /&gt;&lt;a href="http://forums.oracle.com/forums/forum.jspa?forumID=560"&gt;Oracle Business Process Management Suite&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Forum in Simplified Chinese:&lt;br /&gt;&lt;a href="http://cn.forums.oracle.com/forums/forum.jspa?forumID=315"&gt;http://cn.forums.oracle.com/forums/forum.jspa?forumID=315&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Downloads:&lt;br /&gt;&lt;/span&gt;&lt;a href="http://www.oracle.com/technology/software/products/bpm/index.html"&gt;http://www.oracle.com/technology/software/products/bpm/index.html&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;or go to &lt;a href="http://edelivery.oracle.com/"&gt;http://edelivery.oracle.com/&lt;/a&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;&lt;br /&gt;Documentations:&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.oracle.com/technology/products/bpm/obpm_config_matrix.html"&gt;Oracle BPM Configuration Matrix&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;10gR3&lt;/span&gt;&lt;br /&gt;&lt;a href="http://download.oracle.com/docs/cd/E13154_01/bpm/docs65/index.html"&gt;http://download.oracle.com/docs/cd/E13154_01/bpm/docs65/index.html&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Docs for previous version are no longer available on edocs.bea.com for some reason. Well, we can still access them via the links below. But I have no idea how long they are going to last.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;6.0&lt;/span&gt;&lt;br /&gt;&lt;a href="http://edocs.bea.com/albsi/docs60/index.html"&gt;http://edocs.bea.com/albsi/docs60/index.html&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;5.7&lt;/span&gt;&lt;br /&gt;&lt;a href="http://edocs.bea.com/albsi/docs57/index.html"&gt;http://edocs.bea.com/albsi/docs57/index.html&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;5.5&lt;/span&gt;&lt;br /&gt;&lt;a href="http://edocs.bea.com/albsi/docs55/index.html"&gt;http://edocs.bea.com/albsi/docs55/index.html&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Patches:&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://portalinsight.blogspot.com/2009/02/where-to-download-oracle-bpm-patches.html"&gt;&lt;span style="font-weight: bold;"&gt;&lt;/span&gt;Where to download Oracle BPM patches now?&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2204973474912488625-3432172973888651774?l=portalinsight.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2204973474912488625/posts/default/3432172973888651774'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2204973474912488625/posts/default/3432172973888651774'/><link rel='alternate' type='text/html' href='http://portalinsight.blogspot.com/2009/03/oracle-bpm-albpm-resources.html' title='Oracle BPM (ALBPM) Resources'/><author><name>Terry Wang</name><uri>http://www.blogger.com/profile/16470719211949198851</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author></entry><entry><id>tag:blogger.com,1999:blog-2204973474912488625.post-1618934169743166661</id><published>2009-03-17T09:41:00.010+11:00</published><updated>2009-03-18T09:42:45.668+11:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='linux'/><title type='text'>Linux omitted by banks</title><content type='html'>Yesterday I played around the newly enhanced Netbank of Commonwealth Bank (CBA). Generally speaking, the new UI is good. Although it is not working very well when zoomed in.  Also, the new web edition for iPhone is fully functioning now. It's good to see banks are doing someting in this economic downturn.&lt;br /&gt;&lt;br /&gt;Something weird I found when clicking on &lt;a href="https://www.my.commbank.com.au/netbank/UserCompatibility/SystemCompatibilityAdvisor.aspx"&gt;&lt;span style="font-weight: bold;"&gt;Run Optimization Check link&lt;/span&gt;&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://lh3.ggpht.com/_lT0OfVYdxTM/Sb7eEnuGVsI/AAAAAAAAAoE/hZXA1TRmHRw/s720/screenshot_01.jpeg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 720px; height: 551px;" src="http://lh3.ggpht.com/_lT0OfVYdxTM/Sb7eEnuGVsI/AAAAAAAAAoE/hZXA1TRmHRw/s720/screenshot_01.jpeg" alt="" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;I found this matrix from the link: &lt;a href="http://www.commbank.com.au/help/faq/netbank/technical.aspx"&gt;FAQ&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;The system requirements to use NetBank are:               &lt;table border="1" cellpadding="0" cellspacing="0" width="100%"&gt;                  &lt;tbody&gt;&lt;tr&gt;                      &lt;td valign="top"&gt;&lt;div style="text-align: center;"&gt;                          &lt;/div&gt;&lt;div style="text-align: center;"&gt;                             &lt;b&gt;Browser&lt;/b&gt;&lt;/div&gt;&lt;p&gt;                         &lt;/p&gt;                      &lt;/td&gt; &lt;td colspan="4" valign="top"&gt;&lt;div style="text-align: center;"&gt;                          &lt;/div&gt;&lt;div style="text-align: center;"&gt;                             &lt;b&gt;Operating System&lt;/b&gt;&lt;/div&gt;&lt;p&gt;                         &lt;/p&gt;                      &lt;/td&gt;                  &lt;/tr&gt;                   &lt;tr&gt;                      &lt;td valign="top"&gt;                          &lt;p&gt; &lt;/p&gt;                  &lt;br /&gt;&lt;/td&gt; &lt;td valign="top"&gt;                          &lt;p&gt;Windows 2000&lt;/p&gt;                      &lt;/td&gt; &lt;td valign="top"&gt;                          &lt;p&gt;Windows XP&lt;/p&gt;                      &lt;/td&gt; &lt;td valign="top"&gt;                          &lt;p&gt;MAC OSX&lt;/p&gt;                      &lt;/td&gt; &lt;td valign="top"&gt;                          &lt;p&gt;Vista&lt;/p&gt;                      &lt;/td&gt;                  &lt;/tr&gt;                   &lt;tr&gt;                      &lt;td valign="top"&gt;                          &lt;p&gt;Internet Explorer 6 SP2&lt;/p&gt;                      &lt;/td&gt; &lt;td valign="top"&gt;                          &lt;p align="center"&gt;                             &lt;img src="http://www.commbank.com.au/images/global/smallTick.gif" /&gt;&lt;/p&gt;                      &lt;/td&gt; &lt;td valign="top"&gt;                          &lt;p align="center"&gt;                             &lt;img src="http://www.commbank.com.au/images/global/smallTick.gif" /&gt;&lt;/p&gt;                      &lt;/td&gt; &lt;td valign="top"&gt;                          &lt;p align="center"&gt; &lt;/p&gt;                  &lt;br /&gt;&lt;/td&gt; &lt;td valign="top"&gt;                          &lt;p align="center"&gt; &lt;/p&gt;                  &lt;br /&gt;&lt;/td&gt;                  &lt;/tr&gt;                   &lt;tr&gt;                      &lt;td valign="top"&gt;                          &lt;p&gt;Internet Explorer 7&lt;/p&gt;                      &lt;/td&gt; &lt;td valign="top"&gt;&lt;br /&gt;&lt;/td&gt; &lt;td valign="top"&gt;                          &lt;p align="center"&gt;                             &lt;img alt="" src="http://www.commbank.com.au/images/global/smallTick.gif" /&gt;&lt;/p&gt;                      &lt;/td&gt; &lt;td valign="top"&gt;                          &lt;p align="center"&gt; &lt;/p&gt;                  &lt;br /&gt;&lt;/td&gt; &lt;td valign="top"&gt;                          &lt;p align="center"&gt;                             &lt;img alt="" src="http://www.commbank.com.au/images/global/smallTick.gif" /&gt;&lt;/p&gt;                      &lt;/td&gt;                  &lt;/tr&gt;                   &lt;tr&gt;                      &lt;td valign="top"&gt;                          &lt;p&gt;Mozilla Firefox 2&lt;/p&gt;                      &lt;/td&gt; &lt;td valign="top"&gt;&lt;br /&gt;&lt;/td&gt; &lt;td valign="top"&gt;                          &lt;p align="center"&gt;                             &lt;img alt="" src="http://www.commbank.com.au/images/global/smallTick.gif" /&gt;&lt;/p&gt;                      &lt;/td&gt; &lt;td valign="top"&gt;                          &lt;p align="center"&gt;                             &lt;img alt="" src="http://www.commbank.com.au/images/global/smallTick.gif" /&gt;&lt;/p&gt;                      &lt;/td&gt; &lt;td valign="top"&gt;                          &lt;p align="center"&gt;                             &lt;img alt="" src="http://www.commbank.com.au/images/global/smallTick.gif" /&gt;&lt;/p&gt;                      &lt;/td&gt;                  &lt;/tr&gt;                   &lt;tr&gt;                      &lt;td valign="top"&gt;                          &lt;p&gt;Mozilla Firefox 3&lt;/p&gt;                      &lt;/td&gt; &lt;td valign="top"&gt;&lt;br /&gt;&lt;/td&gt; &lt;td valign="top"&gt;                          &lt;p align="center"&gt;                             &lt;img alt="" src="http://www.commbank.com.au/images/global/smallTick.gif" /&gt;&lt;/p&gt;                      &lt;/td&gt; &lt;td valign="top"&gt;                          &lt;p align="center"&gt;                             &lt;img alt=" " src="http://www.commbank.com.au/images/global/smallTick.gif" /&gt;&lt;/p&gt;                      &lt;/td&gt; &lt;td valign="top"&gt;                          &lt;p align="center"&gt;                             &lt;img alt=" " src="http://www.commbank.com.au/images/global/smallTick.gif" /&gt;&lt;/p&gt;                      &lt;/td&gt;                  &lt;/tr&gt;                   &lt;tr&gt;                      &lt;td valign="top"&gt;                          &lt;p&gt;Safari 2&lt;/p&gt;                      &lt;/td&gt; &lt;td valign="top"&gt;                          &lt;p align="center"&gt; &lt;/p&gt;                  &lt;br /&gt;&lt;/td&gt; &lt;td valign="top"&gt;                          &lt;p align="center"&gt;                             &lt;img alt="" src="http://www.commbank.com.au/images/global/smallTick.gif" /&gt;&lt;/p&gt;                      &lt;/td&gt; &lt;td valign="top"&gt;                          &lt;p align="center"&gt;                             &lt;img alt="" src="http://www.commbank.com.au/images/global/smallTick.gif" /&gt;&lt;/p&gt;                      &lt;/td&gt; &lt;td valign="top"&gt;                          &lt;p align="center"&gt;                             &lt;img alt="" src="http://www.commbank.com.au/images/global/smallTick.gif" /&gt;&lt;/p&gt;                      &lt;/td&gt;                  &lt;/tr&gt;                   &lt;tr&gt;                      &lt;td valign="top"&gt;                          &lt;p&gt;Safari 3&lt;/p&gt;                      &lt;/td&gt; &lt;td valign="top"&gt;&lt;br /&gt;&lt;/td&gt; &lt;td valign="top"&gt;                          &lt;p align="center"&gt;                             &lt;img alt="" src="http://www.commbank.com.au/images/global/smallTick.gif" /&gt;&lt;/p&gt;                      &lt;/td&gt; &lt;td valign="top"&gt;                          &lt;p align="center"&gt;                             &lt;img alt=" " src="http://www.commbank.com.au/images/global/smallTick.gif" /&gt;&lt;/p&gt;                      &lt;/td&gt; &lt;td valign="top"&gt;                          &lt;p align="center"&gt;                             &lt;img alt=" " src="http://www.commbank.com.au/images/global/smallTick.gif" /&gt;&lt;/p&gt;                      &lt;/td&gt;                  &lt;/tr&gt;              &lt;/tbody&gt;&lt;/table&gt;                           &lt;br /&gt;I understand that GNU/Linux is not a mainstream OS for ordinary users, market share is close to 1%. As a *NIX fan, I still feel uncomfortable to see Linux being ignored. The fact is that Mozilla Firefox itself is cross platform. As a result, all OS Firefox supports should be supported, right?&lt;br /&gt;&lt;br /&gt;In fact, I use Linux + Firefox or Opera (swith to Chrome for Linux later this year) to access Netbank and other web based internet banking services most of the time, 90%+. It is actually a supported platform. The Netbank team should be able to do the compatibility test, resource should not a problem. If not, I would be more than happy to be a tester as if CBA offers me a VIP account or something like that:)&lt;br /&gt;&lt;br /&gt;BTW: Of course I am still with some stupid banks who are still with IE + ActiveX combination and Windows only client. It sucks. My workaround is to run a guest Windows instance.&lt;br /&gt;&lt;br /&gt;CBA is not the the only bank that omits GNU/Linux. Here I am not criticising CBA. I wish in the future the banks can take Linux into their account when doing compatibility test.&lt;br /&gt;&lt;br /&gt;We all know that Linux is quite something, it is going to make a big noise in the OS market soon. Please  do not omit it.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2204973474912488625-1618934169743166661?l=portalinsight.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2204973474912488625/posts/default/1618934169743166661'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2204973474912488625/posts/default/1618934169743166661'/><link rel='alternate' type='text/html' href='http://portalinsight.blogspot.com/2009/03/linux-omitted-by-banks.html' title='Linux omitted by banks'/><author><name>Terry Wang</name><uri>http://www.blogger.com/profile/16470719211949198851</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://lh3.ggpht.com/_lT0OfVYdxTM/Sb7eEnuGVsI/AAAAAAAAAoE/hZXA1TRmHRw/s72-c/screenshot_01.jpeg' height='72' width='72'/></entry><entry><id>tag:blogger.com,1999:blog-2204973474912488625.post-6384968092689573989</id><published>2009-03-16T16:38:00.007+11:00</published><updated>2009-03-16T17:41:26.695+11:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='linux'/><category scheme='http://www.blogger.com/atom/ns#' term='tips'/><category scheme='http://www.blogger.com/atom/ns#' term='ubuntu'/><title type='text'>Ubuntu at Sydney Airport</title><content type='html'>It has been a while since my last post here. 2009 is a busy year for me, it is a shame on me to find more than 20 drafts to be posted:).&lt;br /&gt;&lt;br /&gt;I travelled to Shanghai again on March 4, from Sydney. I found the same Free Internet Access machines sponsored by Oputs at Kingsford Smith airport. In fact I discovered this interesting thing last October when I went back to Shanghai to see my family. However, at that time I was in a hurry and I didn't have time play with it.&lt;br /&gt;&lt;br /&gt;Operating System: Ubuntu Drapper Drake 6.06 LTS.&lt;br /&gt;Desktop Environment: Gnome&lt;br /&gt;Web Browser: Opera 9&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://farm4.static.flickr.com/3654/3326956360_50b18ed564.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 375px; height: 500px;" src="http://farm4.static.flickr.com/3654/3326956360_50b18ed564.jpg" alt="" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;How do I know that?&lt;/span&gt;&lt;br /&gt;They did some tricks to limit user controls within a full-screened Opera Web Browser, key combination to switch to other pseudo consoles disabled. &lt;span style="font-weight: bold;"&gt;For some reason, they forgot to disable the key combination to restart X11&lt;/span&gt; (U know what I am talking about, right?). I can't believe it! Hope they won't see this post:).&lt;br /&gt;&lt;br /&gt;BTW:&lt;br /&gt;Dapper Drake was my first Ubuntu version. At that time I was using Fedora Core 5. I have been using Fedora Core (now renamed to Fedora) for the past few years since it's initial release. Later on I decided to move to Debian/Ubuntu because of the APT package management. RPM really sucks.&lt;br /&gt;&lt;br /&gt;I am more than happy to see GNU/Linux and open source apps to be used for non-profit or public services. It makes sense to make non-IT people aware that there are choices other than Microsoft Windows, and it's free of charge!&lt;br /&gt;&lt;br /&gt;Bon voyage, Ubuntu! Well done, Debian GNU/Linux and the open source community.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2204973474912488625-6384968092689573989?l=portalinsight.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2204973474912488625/posts/default/6384968092689573989'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2204973474912488625/posts/default/6384968092689573989'/><link rel='alternate' type='text/html' href='http://portalinsight.blogspot.com/2009/03/ubuntu-at-sydney-airport.html' title='Ubuntu at Sydney Airport'/><author><name>Terry Wang</name><uri>http://www.blogger.com/profile/16470719211949198851</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://farm4.static.flickr.com/3654/3326956360_50b18ed564_t.jpg' height='72' width='72'/></entry><entry><id>tag:blogger.com,1999:blog-2204973474912488625.post-5009306786615272715</id><published>2009-02-26T11:20:00.006+11:00</published><updated>2009-02-27T11:04:10.247+11:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='bpm'/><category scheme='http://www.blogger.com/atom/ns#' term='fuego'/><category scheme='http://www.blogger.com/atom/ns#' term='bea'/><category scheme='http://www.blogger.com/atom/ns#' term='soa'/><category scheme='http://www.blogger.com/atom/ns#' term='oracle'/><title type='text'>Where to download Oracle BPM patches now?</title><content type='html'>The legacy BEA site will be ditched soon. We can see that &lt;a href="http://albpmsupport.bea.com/"&gt;http://albpmsupport.bea.com&lt;/a&gt; is no longer updated. Latest Oracle BPM patches are not listed there any more.&lt;br /&gt;&lt;br /&gt;All Oracle customers are redirected to Metalink for all product support and patches.&lt;br /&gt;&lt;br /&gt;After logging in Metalink, do a quick search with keywords 'albpm hotfix' and there will be a KB article with instructions on how to download Oracle BPM patches from 5.5 to 10gR3 or above.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Subject: How to download Oracle BPM (OBPM) patch (HotFix ) or patchset / maintenance or service Pack (MP / SP) using Oracle Metalink.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Steps:&lt;br /&gt;&lt;ul&gt;&lt;li&gt; Once logged in the Metalink, click on “Patches and Updates”&lt;/li&gt;&lt;li&gt;Click on “Advanced Search”&lt;/li&gt;&lt;li&gt;Product or Product Family: Click on the flashlight, on the search window enter “BPM” and click “Go”. The search result should show “Oracle Business Process Management Suite (beaalbpm)” product. Check the “Select” box (or click on “Check all”) and click on “Select” button.&lt;/li&gt;&lt;li&gt;Now you should see Oracle Business Process Management Suite (beaalbpm) in the Product or Product Family search field.&lt;/li&gt;&lt;li&gt;Select the Release: click on the flashlight near the “Release” search field and choose the appropriate version.&lt;/li&gt;&lt;li&gt;Ignore the rest of the search criteria and click “Go” &lt;/li&gt;&lt;li&gt;You should get all the list of available Oracle BPM patches and patchsets.&lt;/li&gt;&lt;li&gt;Please verify the build number, the product (Studio, Enterprise SA and EnterpriseJEE) and the type (Patch / Hotfix or Patchset / MP ).&lt;/li&gt;&lt;/ul&gt;Hope this helps the confused and frustrated users.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2204973474912488625-5009306786615272715?l=portalinsight.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2204973474912488625/posts/default/5009306786615272715'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2204973474912488625/posts/default/5009306786615272715'/><link rel='alternate' type='text/html' href='http://portalinsight.blogspot.com/2009/02/where-to-download-oracle-bpm-patches.html' title='Where to download Oracle BPM patches now?'/><author><name>Terry Wang</name><uri>http://www.blogger.com/profile/16470719211949198851</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author></entry><entry><id>tag:blogger.com,1999:blog-2204973474912488625.post-4125550085616153693</id><published>2009-01-29T17:19:00.003+11:00</published><updated>2009-01-29T17:49:17.918+11:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='bpm'/><category scheme='http://www.blogger.com/atom/ns#' term='fuego'/><category scheme='http://www.blogger.com/atom/ns#' term='bea'/><category scheme='http://www.blogger.com/atom/ns#' term='soa'/><category scheme='http://www.blogger.com/atom/ns#' term='oracle'/><title type='text'>Oracle BPM 10gR3 MP1 and hotfix</title><content type='html'>It was release on Jan/6/2009. As published on legacy BEA website, some of you guys may not be aware of the existence of the Maintenance Pack.&lt;br /&gt;&lt;br /&gt;Again, please check &lt;a href="http://albpmsupport.bea.com/"&gt;http://albpmsupport.bea.com&lt;/a&gt; on a regular basis if you work on OBPM. One thing I don't understand is that why don't use a better publishing platform for the patch-set/hotfix site? Even a RSS feed would be much nicer in such a Web 2.0 era, it's easy!&lt;br /&gt;&lt;br /&gt;10gR3 MP1 which is 10.3.1.0.0.&lt;br /&gt;&lt;a href="http://www.oracle.com/technology/software/products/bpm/index.html"&gt;http://www.oracle.com/technology/software/products/bpm/index.html&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;It's good to find a direct link without using edelivery to download the media.&lt;br /&gt;&lt;br /&gt;I am surprised to see the final birth of a official Mac OS X version of  Studio for 10gR3 MP1 for Mac OS X. I am not a big Mac fan, but I am still glad to see OS X is supported by Oracle, maybe later OS X server, you reckon?&lt;br /&gt;&lt;br /&gt;It seems that the newly supported platform hasn't been added to all of the release notes yet. Even the recommended official config matrix page, it has been weeks after the release...&lt;br /&gt;check:&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://lh3.ggpht.com/_lT0OfVYdxTM/SYFQXzuasOI/AAAAAAAAAnE/CF7pZ_hD-fQ/s720/bpm_config_matrix.jpeg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 720px; height: 552px;" src="http://lh3.ggpht.com/_lT0OfVYdxTM/SYFQXzuasOI/AAAAAAAAAnE/CF7pZ_hD-fQ/s720/bpm_config_matrix.jpeg" alt="" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;Enjoy! A late happy new year to all of you who is lucky enough to see this post!^_^&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2204973474912488625-4125550085616153693?l=portalinsight.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://portalinsight.blogspot.com/feeds/4125550085616153693/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2204973474912488625&amp;postID=4125550085616153693' title='10 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2204973474912488625/posts/default/4125550085616153693'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2204973474912488625/posts/default/4125550085616153693'/><link rel='alternate' type='text/html' href='http://portalinsight.blogspot.com/2009/01/oracle-bpm-10gr3-mp1-and-hotfix.html' title='Oracle BPM 10gR3 MP1 and hotfix'/><author><name>Terry Wang</name><uri>http://www.blogger.com/profile/16470719211949198851</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://lh3.ggpht.com/_lT0OfVYdxTM/SYFQXzuasOI/AAAAAAAAAnE/CF7pZ_hD-fQ/s72-c/bpm_config_matrix.jpeg' height='72' width='72'/><thr:total>10</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2204973474912488625.post-4432759449918007066</id><published>2009-01-15T11:07:00.006+11:00</published><updated>2009-01-18T10:24:44.013+11:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='linux'/><category scheme='http://www.blogger.com/atom/ns#' term='tips'/><category scheme='http://www.blogger.com/atom/ns#' term='ubuntu'/><title type='text'>Finally Canonical/Ubuntu fixed the high LCC</title><content type='html'>Early this morning, I found that there was a new fix for &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_0"&gt;ACPI&lt;/span&gt;. After checking the details, I confirmed that a obviously and easy-to-fix bug has finally been fixed after being reported for 2+ years. It was first reported back in September, 2006...&lt;br /&gt;&lt;br /&gt;Anyway, it is fixed!&lt;br /&gt;&lt;br /&gt;More info:&lt;br /&gt;&lt;a target="_blank" href="https://bugs.launchpad.net/ubuntu/+source/acpi-support/+bug/59695"&gt;https://bugs.launchpad.net/ubuntu/+source/acpi-support/+bug/59695&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;I dug a bit further. The fix is actually a few script hooking up with different mode of &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_1"&gt;ACPI&lt;/span&gt;, pretty much doing the same thing as the ugly fix does.&lt;br /&gt;&lt;br /&gt;So if you applied the ugly fix, you can delete the ugly fix from &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_2"&gt;ACPI&lt;/span&gt; folders:&lt;br /&gt;&lt;span style="font-style: italic; font-weight: bold;"&gt;$&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_3"&gt;sudo&lt;/span&gt; rm /etc/&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_4"&gt;acpi&lt;/span&gt;/resume.d/&lt;/span&gt;&lt;span style="font-style: italic; font-weight: bold;"&gt;99-&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_5"&gt;hdd&lt;/span&gt;-ugly-fix.sh&lt;/span&gt;&lt;br /&gt;&lt;span style="font-style: italic; font-weight: bold;"&gt;$&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_6"&gt;sudo&lt;/span&gt; rm /etc/&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_7"&gt;acpi&lt;/span&gt;/start.d/&lt;/span&gt;&lt;span style="font-style: italic; font-weight: bold;"&gt;99-&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_8"&gt;hdd&lt;/span&gt;-ugly-fix.sh&lt;/span&gt;&lt;br /&gt;&lt;span style="font-style: italic; font-weight: bold;"&gt;$&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_9"&gt;sudo&lt;/span&gt; rm /etc/&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_10"&gt;acpi&lt;/span&gt;/ac.d/&lt;/span&gt;&lt;span style="font-style: italic; font-weight: bold;"&gt;99-&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_11"&gt;hdd&lt;/span&gt;-ugly-fix.sh&lt;/span&gt;&lt;br /&gt;&lt;span style="font-style: italic; font-weight: bold;"&gt;$&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_12"&gt;sudo&lt;/span&gt; rm /etc/&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_13"&gt;acpi&lt;/span&gt;/battery.d/&lt;/span&gt;&lt;span style="font-style: italic; font-weight: bold;"&gt;99-&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_14"&gt;hdd&lt;/span&gt;-ugly-fix.sh&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;In fact we can take a look at the 90-&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_15"&gt;hdparm&lt;/span&gt;.sh script, it is more elegant than the ugly fix:) Maybe that's why the &lt;span class="blsp-spelling-corrected" id="SPELLING_ERROR_16"&gt;author&lt;/span&gt; of the ugly fix named it.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2204973474912488625-4432759449918007066?l=portalinsight.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://portalinsight.blogspot.com/feeds/4432759449918007066/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2204973474912488625&amp;postID=4432759449918007066' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2204973474912488625/posts/default/4432759449918007066'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2204973474912488625/posts/default/4432759449918007066'/><link rel='alternate' type='text/html' href='http://portalinsight.blogspot.com/2009/01/finally-canonicalubuntu-fixed-high-lcc.html' title='Finally Canonical/Ubuntu fixed the high LCC'/><author><name>Terry Wang</name><uri>http://www.blogger.com/profile/16470719211949198851</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2204973474912488625.post-9198524027097230392</id><published>2009-01-14T10:59:00.009+11:00</published><updated>2009-07-02T10:53:02.572+10:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='bpm'/><category scheme='http://www.blogger.com/atom/ns#' term='middleware'/><category scheme='http://www.blogger.com/atom/ns#' term='bea'/><category scheme='http://www.blogger.com/atom/ns#' term='soa'/><category scheme='http://www.blogger.com/atom/ns#' term='oracle'/><title type='text'>Can't apply patches for Oracle BPM (ALBPM) Studio on Windows?</title><content type='html'>The first hot fix and service pack for Oracle BPM 10gR3 were released. If you do a quick search on Google, you'll surprisingly found that it is still published on BEA web site for some reason.&lt;br /&gt;&lt;br /&gt;I did noticed that folks run into problems applying the hot fix. I am not sure if there is any customer out there who is using this release. However, as it is first release under Oracle, it shoud have drew enough attention of the public. Besides, bloody Windows still owns almost 80% of the OS market. So I reckon that this post won't be a waste of time anyway.&lt;br /&gt;&lt;br /&gt;Finally we got something officially, this is a known issue for Studio(Windows only).&lt;br /&gt;&lt;br /&gt;Symptom: Errors will be encountered when applying hot fix for OBPM studio 10gR3 GA.&lt;br /&gt;&lt;span style="font-weight: bold; color: rgb(255, 0, 0);"&gt;"Files in use by another application. Stop all BPM applications before installing this update.&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold; color: rgb(255, 0, 0);"&gt;Detail:The following file could not be modified: C:\Oracle\BPMStudio\lib\fuego.boot.jar."&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Solution:&lt;br /&gt;1. shutdown Studio&lt;br /&gt;2. download the &lt;a href="http://albpmsupport.bea.com/Download/10gR3/mp0/BPM%2010gR3%20MP0%20fuego.boot.jar"&gt;fuego.boot.jar(MP0 hotfix)&lt;/a&gt; or &lt;a href="http://albpmsupport.bea.com/Download/10gR3/mp1/BPM%2010gR3%20MP1%20fuego.boot.jar"&gt;fuego.boot.jar(MP1)&lt;/a&gt; file listed in the download website for your particular update.&lt;br /&gt;3. copy the downloaded fuego.boot.jar file to &lt;span style="font-weight: bold;"&gt;studio_installation_dir/lib&lt;/span&gt;&lt;br /&gt;4.start Studio&lt;br /&gt;5. apply either the HF&lt;br /&gt;&lt;br /&gt;Note: There are 2 different fuego.boot.jar files. This needs to be done only once for 10gR3 GA. After you have applied the hotfix or or pactchset(MP), you don't need to do it again.&lt;br /&gt;&lt;br /&gt;Check Help - About for version info: 10.3.0.0.0 Build #94551 or 10.3.1.0 Build #94375&lt;br /&gt;&lt;br /&gt;For more info, check this out:&lt;br /&gt;&lt;a href="http://albpmsupport.bea.com/download/10gR3/10gR3Studio.jsp"&gt;http://albpmsupport.bea.com/download/10gR3/10gR3Studio.jsp&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;More updates:&lt;br /&gt;If you try to upgrade from ALBPM 6.0 MP4 to MP5, you'll probably run into the same issue.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;"This HotFix cannot be applied to this product version. Detail: Current Version: 4 -  HotFix Service Pack Version: 5".&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;The workaround is to shutdown Studio, copy the fuego.boot.jar file from STUDIO_INSTALL_DIR/studio/studio/eclipse/plugins/fuego.boot_6.0.0 to STUDIO_INSTALL_DIR/lib, overwrite the one there. Start Studio and apply the hot fix again.&lt;br /&gt;   replace the one in /lib&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2204973474912488625-9198524027097230392?l=portalinsight.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://portalinsight.blogspot.com/feeds/9198524027097230392/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2204973474912488625&amp;postID=9198524027097230392' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2204973474912488625/posts/default/9198524027097230392'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2204973474912488625/posts/default/9198524027097230392'/><link rel='alternate' type='text/html' href='http://portalinsight.blogspot.com/2009/01/instructions-to-apply-hot-fixes-for.html' title='Can&apos;t apply patches for Oracle BPM (ALBPM) Studio on Windows?'/><author><name>Terry Wang</name><uri>http://www.blogger.com/profile/16470719211949198851</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2204973474912488625.post-2733761477811927165</id><published>2008-12-21T13:00:00.004+11:00</published><updated>2008-12-26T18:12:02.092+11:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='linux'/><category scheme='http://www.blogger.com/atom/ns#' term='tips'/><category scheme='http://www.blogger.com/atom/ns#' term='ubuntu'/><title type='text'>Ubuntu Kills your Laptop HD, Stop it!</title><content type='html'>It has been a known problem for &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_0"&gt;Ubuntu&lt;/span&gt; since 6.06. I have no idea why it hasn't been fixed yet. It does affect 8.10 Intrepid Ibex. Maybe that's the price we pay for open source and freeware:)&lt;br /&gt;&lt;br /&gt;I don't want to discuss the technical details about this issue again. For more info on this issue:&lt;br /&gt;&lt;a href="http://ubuntuforums.org/showthread.php?p=5031046"&gt;http://ubuntuforums.org/showthread.php?p=5031046&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Normally, our laptop &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_1"&gt;HD&lt;/span&gt; can handle 60000 Load_Cycle. I did see &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_2"&gt;someone's&lt;/span&gt; Load_Cycle_Count hits 1 Million+ but his bloody &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_3"&gt;HD&lt;/span&gt; is still working. So you'd better check your model specification to make sure.&lt;br /&gt;&lt;br /&gt;Check if your &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_4"&gt;HD&lt;/span&gt; is affected:&lt;br /&gt;&lt;br /&gt;install &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_5"&gt;smartmontools&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold; font-style: italic;"&gt;&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_6"&gt;sudo&lt;/span&gt; apt-get install &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_7"&gt;smartmontools&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold; font-style: italic;"&gt;&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_8"&gt;smartctl&lt;/span&gt; -a /&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_9"&gt;dev&lt;/span&gt;/&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_10"&gt;sda&lt;/span&gt; | grep Load_Cycle_Count&lt;/span&gt;&lt;br /&gt;193 Load_Cycle_Count        0x0032   092   092   000    Old_age   Always       -       87385&lt;br /&gt;&lt;br /&gt;Check how fast the &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_11"&gt;LCC&lt;/span&gt; is growing. In my case, the &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_12"&gt;LCC&lt;/span&gt; grew 30-50 per hour before applying the fix...&lt;br /&gt;&lt;br /&gt;If you feel the &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_13"&gt;LCC&lt;/span&gt; grows too fast, try the command below and monitor if the &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_14"&gt;LCC&lt;/span&gt; stops growing.&lt;br /&gt;&lt;span style="font-style: italic; font-weight: bold;"&gt;$&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_15"&gt;sudo&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_16"&gt;hdparm&lt;/span&gt; -B 254 /&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_17"&gt;dev&lt;/span&gt;/&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_18"&gt;sda&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;If it does help, we'll try to make this change permanent.&lt;br /&gt;&lt;br /&gt;There are several workaround/fixes for this problem. I recommend using the ugly fix which is a script file hook up with &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_19"&gt;acpi&lt;/span&gt; profile. It is easier to manage and roll back.&lt;br /&gt;&lt;br /&gt;make a file named "99-hdd-ugly-fix.sh". The important thing is starting with "99".&lt;br /&gt;Code:&lt;br /&gt;&lt;br /&gt;$sudo gedit 99-hdd-ugly-fix.sh&lt;br /&gt;&lt;br /&gt;make sure the file contains the following lines (fix it if you have PATA HDD):&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold; font-style: italic;"&gt;#!/bin/bash&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold; font-style: italic;"&gt;if on_ac_power; then&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold; font-style: italic;"&gt;# on AC so don't do any head parking&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold; font-style: italic;"&gt;hdparm -B 254 /dev/sda # you might need 255 or a different value&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold; font-style: italic;"&gt;else&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold; font-style: italic;"&gt;# either on battery or power status could not be determined&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold; font-style: italic;"&gt;# so quickly park the head to protect the disk&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold; font-style: italic;"&gt;hdparm -B 128 /dev/sda&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold; font-style: italic;"&gt;fi&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;copy this file to 4 locations:&lt;br /&gt;&lt;br /&gt;&lt;span style="font-style: italic; font-weight: bold;"&gt;$sudo install 99-hdd-ugly-fix.sh  /etc/acpi/resume.d/&lt;/span&gt;&lt;br /&gt;&lt;span style="font-style: italic; font-weight: bold;"&gt;$sudo install 99-hdd-ugly-fix.sh  /etc/acpi/start.d/&lt;/span&gt;&lt;br /&gt;&lt;span style="font-style: italic; font-weight: bold;"&gt;$sudo install 99-hdd-ugly-fix.sh  /etc/acpi/ac.d/&lt;/span&gt;&lt;br /&gt;&lt;span style="font-style: italic; font-weight: bold;"&gt;$sudo install 99-hdd-ugly-fix.sh /etc/acpi/battery.d/&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;By using install the file 99-hdd-ugly-fix.sh should have the x-bit set. Reboot and all these scripts will start taking effect.&lt;br /&gt;&lt;br /&gt;Now it's done, LCC stops growing, peace of mind...&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold; font-style: italic; color: rgb(255, 0, 0);"&gt;Again, I recommend reading this post before you start, it's very important that you understand what you are going to do. It's all on your own risk:)&lt;/span&gt;&lt;br /&gt;&lt;a href="http://ubuntuforums.org/showthread.php?p=5031046"&gt;http://ubuntuforums.org/showthread.php?p=5031046&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;In addition, I'll introduce how to check Load_Cycle_Count in Mac OS X and Windows.&lt;br /&gt;&lt;br /&gt;Mac OS X&lt;br /&gt;Install smartctl tool for OS X&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://lh3.ggpht.com/_lT0OfVYdxTM/SVF6HSuwerI/AAAAAAAAAlA/fF5h0bozYxI/Picture%203.png"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 610px; height: 391px;" src="http://lh3.ggpht.com/_lT0OfVYdxTM/SVF6HSuwerI/AAAAAAAAAlA/fF5h0bozYxI/Picture%203.png" alt="" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Windows&lt;br /&gt;Try Everest&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://lh4.ggpht.com/_lT0OfVYdxTM/SVSB818gm5I/AAAAAAAAAlg/gVnjzpxay_U/s720/Everest.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 720px; height: 516px;" src="http://lh4.ggpht.com/_lT0OfVYdxTM/SVSB818gm5I/AAAAAAAAAlg/gVnjzpxay_U/s720/Everest.jpg" alt="" border="0" /&gt;&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2204973474912488625-2733761477811927165?l=portalinsight.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://portalinsight.blogspot.com/feeds/2733761477811927165/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2204973474912488625&amp;postID=2733761477811927165' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2204973474912488625/posts/default/2733761477811927165'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2204973474912488625/posts/default/2733761477811927165'/><link rel='alternate' type='text/html' href='http://portalinsight.blogspot.com/2008/12/stop-ubuntu-killing-your-laptop-hd.html' title='Ubuntu Kills your Laptop HD, Stop it!'/><author><name>Terry Wang</name><uri>http://www.blogger.com/profile/16470719211949198851</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://lh3.ggpht.com/_lT0OfVYdxTM/SVF6HSuwerI/AAAAAAAAAlA/fF5h0bozYxI/s72-c/Picture%203.png' height='72' width='72'/><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2204973474912488625.post-7102713579322402719</id><published>2008-11-30T16:00:00.002+11:00</published><updated>2008-12-09T16:18:02.165+11:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='linux'/><category scheme='http://www.blogger.com/atom/ns#' term='unix'/><category scheme='http://www.blogger.com/atom/ns#' term='osx'/><category scheme='http://www.blogger.com/atom/ns#' term='iphone'/><title type='text'>Free Dictionary solution for iPhone - use Stardict dictionaries for weDict</title><content type='html'>As a non native English speaker, I need good English-English dictionaries not only on my Laptop/desktop but also in my pocket.&lt;br /&gt;&lt;br /&gt;On &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_0"&gt;&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_0"&gt;Treo&lt;/span&gt;&lt;/span&gt; 650, there is &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_1"&gt;&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_1"&gt;Zdic&lt;/span&gt;&lt;/span&gt; (free and &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_2"&gt;&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_2"&gt;opensouce&lt;/span&gt;&lt;/span&gt; app written by Chinese folks) with all kinds of free .&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_3"&gt;&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_3"&gt;pdb&lt;/span&gt;&lt;/span&gt; format dictionaries, works perfectly on Palm OS. I really miss the good part of &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_4"&gt;&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_4"&gt;Treo&lt;/span&gt;&lt;/span&gt; and Palm OS. While Palm is dying and hopeless, I have to choose my new platform. Early November I bought my new iPhone 3g 8G, simply because I am a *nix lover, its overall specifications meet my needs. In &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_5"&gt;&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_5"&gt;addtion&lt;/span&gt;&lt;/span&gt;, I don't take Windows (Mobile/CE) into account anyway.&lt;br /&gt;&lt;br /&gt;As a result, I have to find a new bunch of apps and research the OS X mobile a bit. Fortunately it is a trimmed version of OS X, not hard for me at all.&lt;br /&gt;&lt;br /&gt;Works for:&lt;br /&gt;iPhone firmware 2.1 2.2&lt;br /&gt;&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_6"&gt;&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_6"&gt;weDict&lt;/span&gt;&lt;/span&gt; 1.1 /&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_7"&gt;&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_7"&gt;weDict&lt;/span&gt;&lt;/span&gt; Pro 1.2 (works for 1.3 as well)&lt;br /&gt;&lt;br /&gt;Note: if you upgrade weDictPro, custom added dictionaries will be kept.&lt;br /&gt;&lt;br /&gt;&lt;span class="blsp-spelling-corrected" id="SPELLING_ERROR_8"&gt;Prerequisites&lt;/span&gt;:&lt;br /&gt;&lt;ol&gt;&lt;li&gt;Jailbreak it&lt;br /&gt;use &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_9"&gt;&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_8"&gt;PWNageTool&lt;/span&gt;&lt;/span&gt; on Mac or &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_10"&gt;&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_9"&gt;QuickPWN&lt;/span&gt;&lt;/span&gt; on Windows, recommend using &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_11"&gt;&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_10"&gt;Cydia&lt;/span&gt;&lt;/span&gt; as package management tool, for more info, google please.&lt;/li&gt;&lt;li&gt;&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_12"&gt;&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_11"&gt;OpenSSH&lt;/span&gt;&lt;/span&gt; installed and service started&lt;br /&gt;Use &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_13"&gt;&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_12"&gt;Cydia&lt;/span&gt;&lt;/span&gt; to install, search &lt;span class="blsp-spelling-corrected" id="SPELLING_ERROR_14"&gt;&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_13"&gt;openssh&lt;/span&gt;&lt;/span&gt; package. ATP will take care of the installation and &lt;span class="blsp-spelling-corrected" id="SPELLING_ERROR_15"&gt;dependencies&lt;/span&gt;. In addition, I strongly recommend that we install Terminal/Finder/&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_14"&gt;BossPrefs&lt;/span&gt;/&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_15"&gt;SBSettings&lt;/span&gt;.&lt;br /&gt;&lt;/li&gt;&lt;li&gt;Download the dictionaries you want in any language&lt;br /&gt;&lt;a href="http://stardict.sourceforge.net/Dictionaries.php"&gt;http://stardict.sourceforge.net/Dictionaries.php&lt;/a&gt;&lt;/li&gt;&lt;li&gt;iPhone connected to the same wireless network as you Desktop/Laptop&lt;br /&gt;Get the LAN &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_16"&gt;IP&lt;/span&gt; address, we need to use SSH.&lt;/li&gt;&lt;li&gt;Any SSH tool&lt;br /&gt;&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_17"&gt;Cyberduck&lt;/span&gt; or &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_18"&gt;FileZilla&lt;/span&gt; for OS X&lt;br /&gt;&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_19"&gt;Filezilla&lt;/span&gt; for Linux&lt;br /&gt;&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_20"&gt;WinSCP&lt;/span&gt;/&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_21"&gt;Filezilla&lt;/span&gt; for Windows&lt;br /&gt;&lt;/li&gt;&lt;/ol&gt;Hereby I use &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_22"&gt;LDOCE&lt;/span&gt; as an example, it works for all other &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_23"&gt;Stardict&lt;/span&gt; re-packed dictionaries.&lt;br /&gt;1. &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_24"&gt;Extrac&lt;/span&gt; stardict-longman-2.4.2.tar.bz2&lt;br /&gt;2. Rename longman.dict.dz to longman.dict.gz or zip&lt;br /&gt;3. &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_25"&gt;Extrace&lt;/span&gt; and get &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_26"&gt;longman&lt;/span&gt;.dict&lt;br /&gt;4. Copy &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_27"&gt;longman&lt;/span&gt;.&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_28"&gt;idx&lt;/span&gt; and &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_29"&gt;longman&lt;/span&gt;.&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_30"&gt;ifo&lt;/span&gt; to /private/var/mobile/Applications/&lt;span style="color: rgb(255, 0, 0);"&gt;&lt;strong&gt;&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_31"&gt;BFEA&lt;/span&gt;9FDA-0903-4321-9A7D-1A0DA030FF21&lt;/strong&gt;&lt;/span&gt;/Documents folder (red+bold string varies on different devices, it may take some time to dig the right folder)&lt;br /&gt;5. Change their attributes to 755 (-&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_32"&gt;rwxr&lt;/span&gt;-x-r-x)&lt;br /&gt;6. Launch &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_33"&gt;weDict&lt;/span&gt;/&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_34"&gt;weDict&lt;/span&gt; Pro, tap &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_35"&gt;config&lt;/span&gt; button on bottom right, newly added dictionaries should be listed. Check the screen shot below:&lt;br /&gt;&lt;div style="text-align: center;"&gt;&lt;a href="http://www.flickr.com/photos/terryandtaotao/3063484702/"&gt;&lt;img src="http://farm4.static.flickr.com/3236/3063484702_81feb2f9be_o.png" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href="http://www.flickr.com/photos/terryandtaotao/3062647623/"&gt;&lt;img src="http://farm4.static.flickr.com/3218/3062647623_1c2696d00c_o.png" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;div style="text-align: left;"&gt;If you don't like the dict name, you can double tap on the name and change it to whatever you like. If for some reason they are not listed, check the prefix for the dictionary file, make sure they are the same. Hold Home for 6 seconds to force exit the app, check again, it should work.&lt;br /&gt;&lt;/div&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;Difference between &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_38"&gt;weDict&lt;/span&gt; Pro and &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_39"&gt;weDict&lt;/span&gt;:&lt;br /&gt;The Pro version has a built-in FTP service based on &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_40"&gt;DiddyFTPServer&lt;/span&gt;, used to upload dictionaries . It's actually pointing to the same folder as I mentioned in the steps. And it is also capable to download dictionaries from a URL.&lt;br /&gt;&lt;br /&gt;Also some one said performance of the free version is poorer than Pro, I don't know if it's true. Anyway, it's only 6 bucks.&lt;br /&gt;&lt;br /&gt;Fore more info:&lt;br /&gt;&lt;a target="_blank" href="http://app.weiphone.com/wedict/index.html"&gt;http://app.weiphone.com/wedict/index.html&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Hope this helps. iPhone is excellent:)&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2204973474912488625-7102713579322402719?l=portalinsight.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://portalinsight.blogspot.com/feeds/7102713579322402719/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2204973474912488625&amp;postID=7102713579322402719' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2204973474912488625/posts/default/7102713579322402719'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2204973474912488625/posts/default/7102713579322402719'/><link rel='alternate' type='text/html' href='http://portalinsight.blogspot.com/2008/11/free-dictionary-solution-for-iphone-use.html' title='Free Dictionary solution for iPhone - use Stardict dictionaries for weDict'/><author><name>Terry Wang</name><uri>http://www.blogger.com/profile/16470719211949198851</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2204973474912488625.post-9018804537932230266</id><published>2008-11-20T11:16:00.032+11:00</published><updated>2011-06-23T10:46:31.803+10:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='java'/><category scheme='http://www.blogger.com/atom/ns#' term='bpm'/><category scheme='http://www.blogger.com/atom/ns#' term='linux'/><category scheme='http://www.blogger.com/atom/ns#' term='middleware'/><category scheme='http://www.blogger.com/atom/ns#' term='tips'/><category scheme='http://www.blogger.com/atom/ns#' term='ubuntu'/><category scheme='http://www.blogger.com/atom/ns#' term='bea'/><category scheme='http://www.blogger.com/atom/ns#' term='soa'/><category scheme='http://www.blogger.com/atom/ns#' term='oracle'/><title type='text'>Too Many Open Files on Ubuntu Linux when installing Oracle BPM</title><content type='html'>Recently I've been working on VM images for test a test environment based on the new Oracle BPM 10gR3 release and the OS has to be Linux for some reason.&lt;br /&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-weight: bold;"&gt;Environment&lt;br /&gt;OS: Ubuntu 8.10 Intrepid Ibex 32-bit&lt;br /&gt;Kernel: 2.6.27-7-generic&lt;br /&gt;JDK: Sun JDK 1.6.0_10&lt;br /&gt;Weblogic Server 10gR3 on JRockit 1.6.0_05 (R27.6.0-50 linux ia32)&lt;br /&gt;(I use the Oracle Service Bus 10gR3 install media which includes WLS)&lt;br /&gt;Oracle 10g XE&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;We can do it even though Ubuntu is not a supported configuration as per the support matrix. Baiscally all Linux distribution is the same, the only thing matters is the administrator;-)&lt;br /&gt;Interoperability Matrix:&lt;br /&gt;&lt;a href="http://www.oracle.com/technology/products/bpm/obpm_config_matrix.html"&gt;http://www.oracle.com/technology/products/bpm/obpm_config_matrix.html&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Note: Create a user for WLS and OBPM is recommended. Using root to install is okay but DO remember to change the owner of the destination to the user created to run WLS and OBPM later. DO NOT use root to run WLS and OBPM in production environment for security.&lt;br /&gt;&lt;br /&gt;&lt;div&gt;&lt;ol&gt;&lt;li&gt;Launch admin center using root, just use su -s to avoid typing sudo all the time. If not we may encounter permission problems.&lt;br /&gt;/opt/OracleBPMwlHome/bin/./obpmadmcenter&lt;br /&gt;&lt;br /&gt;&lt;/li&gt;&lt;li&gt;Click configuration, in Directory tab, click add to create directory. I don't want to talk all the details, please refer to the official installation guide for more details:&lt;a href="http://download.oracle.com/docs/cd/E13154_01/bpm/docs65/config_guide/index.html"&gt;http://download.oracle.com/docs/cd/E13154_01/bpm/docs65/config_guide/index.html&lt;/a&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 238); text-decoration: underline;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;Normally this is probably a pain free process (actually it was on Windows as I did it a few days ago)&lt;br /&gt;&lt;br /&gt;In this case, the Configuration wizard hang at around 70%, like in the screenshot.&lt;/li&gt;&lt;/ol&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://lh6.ggpht.com/_lT0OfVYdxTM/SSTO-ppvRcI/AAAAAAAAAhs/6wlVjtn076k/s512/wizard.png"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 512px; height: 478px;" src="http://lh6.ggpht.com/_lT0OfVYdxTM/SSTO-ppvRcI/AAAAAAAAAhs/6wlVjtn076k/s512/wizard.png" alt="" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;So I checked the WLS logs as well as the Adim Center logs. It seems that errors were encountered when executing WLST. Errors in Admin Center log:&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold; color: rgb(255, 0, 0);"&gt;java.io.FileNotFoundException: /opt/bea/user_projects/domains/bpm/config/config.xml (Too many open files)&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;This is simply due to the default Linux user security limit, by default a user's max open files (per Terminal session) is 1024 on almost all Linux distributions that I am aware of. This default value is the culprit in this case. For WebLogic Server deployment, it is recommended to change the value to at lease 131072 (&lt;span style="font-weight: bold;"&gt;Oracle Enterprise Linux recommended, changes can be seen by looking into the oracle-validated RPM package&lt;/span&gt;).&lt;br /&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-weight: bold;"&gt;Session Wide Solution:&lt;/span&gt;&lt;br /&gt;&lt;div&gt;Increase the limit of open files using the command &lt;span style="font-weight: bold;"&gt;ulimit -n 131072 &lt;/span&gt;in a Terminal session, start the obpmadmcenter and WLS in the same Terminal session.&lt;br /&gt;&lt;br /&gt;Use ulimit -a or ulimit -n to check the new limit. This is just a temporary workaround, you lose the changes once terminal session ends.&lt;br /&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-weight: bold;"&gt;Make the change permanent:&lt;/span&gt;&lt;br /&gt;Change the file /etc/security/limits.conf  (root access required)&lt;br /&gt;Add the following lines, assume user is oracle (the following changes are recomended by Oracle, for Fusion Middleware and Database 10g/11g):&lt;br /&gt;&lt;user&gt;&lt;br /&gt;oracle hard nofile 131072&lt;br /&gt;oracle soft nofile 131072&lt;br /&gt;oracle hard nproc 131072&lt;br /&gt;oracle soft nproc 131072&lt;br /&gt;oracle soft core unlimited&lt;br /&gt;oracle hard core unlimited&lt;br /&gt;oracle soft memlock 3500000&lt;br /&gt;oracle hard memlock 3500000&lt;br /&gt;# Recommended stack hard limit 32MB for oracle installations&lt;br /&gt;# oracle hard stack 32768&lt;user&gt;&lt;br /&gt;&lt;br /&gt;Start Admin Center, start BPM Web applications, then Weblogic Server. Now you can login to Process Administrator (webconsole) and Workspace and see the sample process if you selected the option.&lt;br /&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-weight: bold;"&gt;Alternative workaround&lt;/span&gt;(from Official Debian Documentation and Oracle Technology Network):&lt;br /&gt;&lt;/user&gt;&lt;/user&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;make the change without rebooting the server box&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;user&gt;&lt;user&gt;&lt;br /&gt;sysctl -w fs.file-max 65536&lt;br /&gt;sysctl -a&lt;br /&gt;(echo "65536"  &amp;gt; /proc/sys/fs/file-max)&lt;br /&gt;&lt;br /&gt;&lt;/user&gt;&lt;/user&gt;&lt;/div&gt;&lt;div&gt;&lt;user&gt;&lt;user&gt;To make this change permanent by inserting the kernel parameter in the /etc/sysctl.conf startup file:&lt;br /&gt;# echo "fs.file-max=65536" &amp;gt;&amp;gt; /etc/sysctl.conf&lt;/user&gt;&lt;/user&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;user&gt;&lt;user&gt;&lt;div&gt;To query the current usage of file handles by using the following:&lt;/div&gt;&lt;div&gt;# cat /proc/sys/fs/file-nr&lt;/div&gt;&lt;div&gt;825 0 65536&lt;/div&gt;&lt;br /&gt;&lt;/user&gt;&lt;/user&gt;&lt;span style="font-weight: bold;"&gt;Difference between changing the resource limits via ulimit and sysctl:&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Basically the priority is: soft limit &amp;lt; style="font-weight: normal;"&amp;gt;The Linux kernel provides the getrlimit and setrlimit system calls to get and set resource limits &lt;em&gt;per process&lt;/em&gt;. Each resource has an associated soft and hard limit. The soft limit is the value that the kernel enforces for the corresponding resource. The hard limit acts as a ceiling for the soft limit: an unprivileged process may only set its soft limit to a value in the range from 0 up to the hard limit, and (irreversibly) lower its hard limit. A privileged process (one with the CAP_SYS_RESOURCE capability) may make arbitrary changes to either limit value.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold; color: rgb(255, 0, 0);"&gt;Doubt: Why the output from cat /proc/sys/fs/file-nr and lsof | wc -l  always different?&lt;/span&gt;&lt;br /&gt;Basically, file-nr provides the &lt;span style="font-weight: bold;"&gt;open File Descriptors&lt;/span&gt; (Data Structure, required handle when applications try to open a file) while lsof outputs &lt;span style="font-weight: bold;"&gt;Open Files&lt;/span&gt; including those NOT using File Descriptors (e.g. current working directory, library files mapped into memory, executable text file etc...).&lt;br /&gt;&lt;br /&gt;Generally speaking, lsof of a process always &amp;gt; process's open file descriptors&lt;br /&gt;&lt;br /&gt;Do a quick test on your system:&lt;br /&gt;Get Firefox's pid&lt;br /&gt;&lt;br /&gt;Get number of opened files by Firefox&lt;br /&gt;lsof -p pid | wc -l&lt;br /&gt;Or&lt;br /&gt;lsof | grep pid | wc -l&lt;br /&gt;&lt;br /&gt;Check Firefox process's File Descriptors&lt;br /&gt;ls /proc/pid/fd | wc -l&lt;br /&gt;&lt;br /&gt;Compare, got it?&lt;br /&gt;Note: Loaded Library files can be checked by digging into /proc/pid/maps&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;For Oracle Enterprise Linux and Red Hat Enterprise Linux&lt;/span&gt;&lt;br /&gt;Install the oracle-validated package which will resolve all Oracle Fusion Middleware and Database required dependencies and system configurations. Simple run yum install oracle-validated or download the &lt;a href="http://oss.oracle.com/el5/oracle-validated/"&gt;rpm&lt;/a&gt; and manually install it!&lt;br /&gt;&lt;user&gt;&lt;user&gt;&lt;br /&gt;Tips: Install OpenSSH for easy management as a VM. If you prefer Web UI, try webmin it is also a good tool for overall management. I install webmin on each of my Ubuntu Server VM or box.&lt;/user&gt;&lt;/user&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;References:&lt;/div&gt;&lt;div&gt;&lt;a href="http://www.debian.org/doc/manuals/reference/ch-kernel.en.html"&gt;http://www.debian.org/doc/manuals/reference/ch-kernel.en.html&lt;/a&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;a href="http://www.oracle.com/technology/pub/articles/smiley_rac10g_install.html"&gt;http://www.oracle.com/technology/pub/articles/smiley_rac10g_install.html&lt;/a&gt;&lt;/div&gt;&lt;div&gt;&lt;a href="http://www.oracle.com/technology/pub/articles/hunter_rac10gr2_iscsi_2.html"&gt;http://www.oracle.com/technology/pub/articles/hunter_rac10gr2_iscsi_2.html&lt;/a&gt;&lt;br /&gt;&lt;a href="http://blogs.oracle.com/AlejandroVargas/2008/10/the_oraclevalidated_rpm_is_ava.html"&gt;http://blogs.oracle.com/AlejandroVargas/2008/10/the_oraclevalidated_rpm_is_ava.html&lt;/a&gt;&lt;br /&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2204973474912488625-9018804537932230266?l=portalinsight.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://portalinsight.blogspot.com/feeds/9018804537932230266/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2204973474912488625&amp;postID=9018804537932230266' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2204973474912488625/posts/default/9018804537932230266'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2204973474912488625/posts/default/9018804537932230266'/><link rel='alternate' type='text/html' href='http://portalinsight.blogspot.com/2008/11/oracle-bpm-albpm-enterprise-for.html' title='Too Many Open Files on Ubuntu Linux when installing Oracle BPM'/><author><name>Terry Wang</name><uri>http://www.blogger.com/profile/16470719211949198851</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://lh6.ggpht.com/_lT0OfVYdxTM/SSTO-ppvRcI/AAAAAAAAAhs/6wlVjtn076k/s72-c/wizard.png' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2204973474912488625.post-7036141933327108458</id><published>2008-11-17T21:33:00.004+11:00</published><updated>2008-12-14T18:07:17.740+11:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='linux'/><category scheme='http://www.blogger.com/atom/ns#' term='tips'/><category scheme='http://www.blogger.com/atom/ns#' term='windows'/><category scheme='http://www.blogger.com/atom/ns#' term='osx'/><title type='text'>Always Remember to Lock your Computer Windows/Linux/Mac OS X</title><content type='html'>It's always important to lock your computer when you are away from it, even for a short while. I do see a lot of my friends, colleagues they just don't do this. They are not aware of the impact of a malicious attempt. You never know what happened until you find something weird happened to you data/bank account or things like that.&lt;br /&gt;&lt;br /&gt;I formed this good habit when I was working for company M. At that time, if you don't lock you computer and was noticed by anyone an invitation email to all team members for lunch or dinner will be sent out. Well, it's no good to you wallet:(&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Windows Family&lt;/span&gt;&lt;br /&gt;Hotkey/Shortcut&lt;br /&gt;&lt;span style="font-weight: bold; color: rgb(255, 0, 0);"&gt;Win+L&lt;/span&gt; or &lt;span style="font-weight: bold; color: rgb(255, 0, 0);"&gt;Ctrl+Alt+Del and press L&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;GNU/Linux&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold; color: rgb(255, 0, 0);"&gt;Ctrl+Alt+L&lt;/span&gt;&lt;br /&gt;Note: at least this works on Debian/Ubuntu and Fedora Core series, GNOME Desktop Environment. Not sure if it applies to all distributions as they may use different desktop environment like KDE, XFCE, WM...&lt;br /&gt;&lt;br /&gt;If you use GNOME, you can also add Lock screen applet and to do the same by clicking it.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Mac OS X&lt;/span&gt;&lt;br /&gt;Use the &lt;span style="font-weight: bold;"&gt;Free&lt;/span&gt; locker widget in Dashboard, the fastest way would be F12 - &gt; Double click on Lock widget.&lt;br /&gt;&lt;br /&gt;Download: &lt;a href="http://www.apple.com/downloads/dashboard/networking_security/locker.html"&gt;http://www.apple.com/downloads/dashboard/networking_security/locker.html&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Alternative:&lt;br /&gt;1. In &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_0"&gt;QuickSilver&lt;/span&gt;, Create a trigger for /&lt;span style="font-weight: bold;"&gt;System/Library/Frameworks/ScreenSaver.framework/Resources/ScreenSaverEngine.app&lt;/span&gt;, in my case, I use command+L which is easier to remember.&lt;br /&gt;&lt;br /&gt;Note: It's a bit weird to create trigger, especially the process to search. For peace of mind, just copy and paste the full path of the ScreenSaverEngine.app:)&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://lh4.ggpht.com/_lT0OfVYdxTM/SUSvk2fkMlI/AAAAAAAAAio/3IAA4usNDfQ/s512/screen-capture.png"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 512px; height: 490px;" src="http://lh4.ggpht.com/_lT0OfVYdxTM/SUSvk2fkMlI/AAAAAAAAAio/3IAA4usNDfQ/s512/screen-capture.png" alt="" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://lh3.ggpht.com/_lT0OfVYdxTM/SUSvlTpFLZI/AAAAAAAAAiw/CM2vHeSCkF8/screen-capture-1.png"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 218px; height: 358px;" src="http://lh3.ggpht.com/_lT0OfVYdxTM/SUSvlTpFLZI/AAAAAAAAAiw/CM2vHeSCkF8/screen-capture-1.png" alt="" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Special Thanks to Brian who shared the tips with us in comment:)&lt;br /&gt;&lt;br /&gt;2. execute this command in Terminal&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;/System/Library/&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_1"&gt;CoreServices&lt;/span&gt;/"Menu Extras"/User.menu/Contents/Resources/CGSession -suspend&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;I don't like to use the hot corner to trigger a screen saver anyway. So to normal users use the Locker widget is probably the best approach I have found so far to lock a Mac.&lt;br /&gt;&lt;br /&gt;It's weird to me that Apple don't assign a key combination to lock OS X.&lt;br /&gt;&lt;br /&gt;Hope this helps.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2204973474912488625-7036141933327108458?l=portalinsight.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://portalinsight.blogspot.com/feeds/7036141933327108458/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2204973474912488625&amp;postID=7036141933327108458' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2204973474912488625/posts/default/7036141933327108458'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2204973474912488625/posts/default/7036141933327108458'/><link rel='alternate' type='text/html' href='http://portalinsight.blogspot.com/2008/11/always-remember-to-lock-your-computer.html' title='Always Remember to Lock your Computer Windows/Linux/Mac OS X'/><author><name>Terry Wang</name><uri>http://www.blogger.com/profile/16470719211949198851</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://lh4.ggpht.com/_lT0OfVYdxTM/SUSvk2fkMlI/AAAAAAAAAio/3IAA4usNDfQ/s72-c/screen-capture.png' height='72' width='72'/><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2204973474912488625.post-960107958018165536</id><published>2008-11-14T22:06:00.005+11:00</published><updated>2008-11-15T10:28:24.181+11:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='java'/><category scheme='http://www.blogger.com/atom/ns#' term='bpm'/><category scheme='http://www.blogger.com/atom/ns#' term='linux'/><category scheme='http://www.blogger.com/atom/ns#' term='middleware'/><category scheme='http://www.blogger.com/atom/ns#' term='tips'/><category scheme='http://www.blogger.com/atom/ns#' term='osx'/><category scheme='http://www.blogger.com/atom/ns#' term='ubuntu'/><category scheme='http://www.blogger.com/atom/ns#' term='bea'/><category scheme='http://www.blogger.com/atom/ns#' term='soa'/><category scheme='http://www.blogger.com/atom/ns#' term='oracle'/><title type='text'>Switch Oracle BPM (ALBPM) Studio Language</title><content type='html'>AquaLogic (Fuego) BPM is now part of Oracle BPM Suite and renamed to Oracle BPM.&lt;br /&gt;&lt;br /&gt;Back in the 5.x era, the studio IDE is a Swing based app. As far as I know, from 5.7 BEA started to implement i18n for Studio. However, only several languages are available. It can be switched via menu.&lt;br /&gt;&lt;br /&gt;From 6.0 whose code name is puma, a new Studio IDE is built on top of Eclipse IDE. In theory it is should support multiligual. However there is not apparent options in the UI to switch language.&lt;br /&gt;&lt;br /&gt;A coworker of mine in China asked my that why his ALBPM 6.0 Studio was in Chinese Simplified. And he was not able to change it. After looking at the locale setting which was zh_CN. And he was not willing to change the system locale. So I told him to try switching using eclipse way:) It did work. I then digged further into the installation folder and found it is multilingual in fact.&lt;br /&gt;&lt;br /&gt;Tip applicable for version:&lt;br /&gt;ALBPM Studio 6.0.x&lt;br /&gt;Oracle BPM Studio 10gR3 (10.3) which is ALBPM 6.5&lt;br /&gt;&lt;br /&gt;How to use:&lt;br /&gt;Windows OS&lt;br /&gt;Edit the Studio shortcut and add the -nl option. It should look like this:&lt;br /&gt;&lt;strong&gt;C:\Oracle\OracleBPMStudio\eclipse\eclipse.exe -nl de&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;*NIX&lt;br /&gt;Assume that we install Studio in /opt folder.&lt;br /&gt;&lt;strong&gt;/opt/OracleBPMStudio/eclipse/./eclipse -nl de&lt;/strong&gt;&lt;br /&gt;Note: In the 10gR3 Studio installatio folder, there is even no icon for the app but a Eclipse icon...&lt;br /&gt;&lt;br /&gt;Check the installation folder and you will find the available languages:&lt;br /&gt;C:\OracleBPMStudio\studio\eclipse\plugins&lt;br /&gt;/opt/OracleBPMStudio/studio/eclipse/plugins&lt;br /&gt;&lt;br /&gt;en&lt;br /&gt;es&lt;br /&gt;ja&lt;br /&gt;ko&lt;br /&gt;zh&lt;br /&gt;zh_TW&lt;br /&gt;de&lt;br /&gt;fr&lt;br /&gt;it&lt;br /&gt;nl&lt;br /&gt;pt&lt;br /&gt;&lt;br /&gt;For more info on Eclipse:&lt;br /&gt;&lt;a href="http://help.eclipse.org/ganymede/index.jsp?topic=/org.eclipse.platform.doc.user/tasks/running_eclipse.htm"&gt;http://help.eclipse.org/ganymede/index.jsp?topic=/org.eclipse.platform.doc.user/tasks/running_eclipse.htm&lt;br /&gt;&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2204973474912488625-960107958018165536?l=portalinsight.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://portalinsight.blogspot.com/feeds/960107958018165536/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2204973474912488625&amp;postID=960107958018165536' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2204973474912488625/posts/default/960107958018165536'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2204973474912488625/posts/default/960107958018165536'/><link rel='alternate' type='text/html' href='http://portalinsight.blogspot.com/2008/11/switch-oracle-bpm-albpm-studio-language.html' title='Switch Oracle BPM (ALBPM) Studio Language'/><author><name>Terry Wang</name><uri>http://www.blogger.com/profile/16470719211949198851</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2204973474912488625.post-760892979516958354</id><published>2008-10-22T23:32:00.016+11:00</published><updated>2008-12-12T10:32:17.969+11:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='linux'/><category scheme='http://www.blogger.com/atom/ns#' term='tips'/><category scheme='http://www.blogger.com/atom/ns#' term='livecd'/><category scheme='http://www.blogger.com/atom/ns#' term='usb'/><category scheme='http://www.blogger.com/atom/ns#' term='opensource'/><category scheme='http://www.blogger.com/atom/ns#' term='ubuntu'/><title type='text'>Install Ubuntu from USB Stick, Stop odering free Ubuntu CDs</title><content type='html'>Ubuntu 8.10, Intrepid Ibex is around the corner. I saw the news among my RSS subscriptions that we can now pre-order free Ubuntu 8.10 CDs now.&lt;br /&gt;&lt;br /&gt;In the past few years, I have applied for 6.0.6 LTS CDs for x86, x86-64, powerpc, sparc(actually it's not possible for me to have a sparc powered machine at home, why I need this?), 7.04 CDs x86, x86-64 when I was working and living in Shanghai, China. In addition to the CDs, some stickers were in the package. They were posted from Europe and the postage was around several euros. The total cost would not be cheap.&lt;br /&gt;&lt;br /&gt;To be open, I applied for Solaris 10(sparc + x86) free DVDs from Sun and got 2. I didn't feel guilty because after all Sun Microsystem is a commercial company. They have enough budget for things like this.&lt;br /&gt;&lt;br /&gt;Later on, I found these CDs were useless to me, I hardly use them. Finally I gave all them away to my colleagues who were interested in trying Linux. I think it was a good result. It seemed that I used them to show that I am a GNU/Linux, Open Source supporter rather than install and spead. In fact I use the downloaded ISO image as well as bootable USB stick created via UNetbootin much more often.&lt;br /&gt;&lt;br /&gt;I think it was something stupid. I requested for something useless to me, whilst it's a waste of Canonical's money as well as their limited resources.&lt;br /&gt;&lt;br /&gt;Here I suggest that Ubuntu as well as other distros users try using USB installtion. It's much faster, cost effective, reusable and environmental friendly. I assume that now most machines support boot from USB devices.&lt;br /&gt;&lt;br /&gt;Basically, we can create a bootable Linux distro USB stick by using UNetbootin (Universal NetBook Installer)/Ubuntu Live USB Creator/Live USB System Creator to create a bootable USB stick. I personally prefer to use UNetbootin. It's with a GUI and available on Linux and Windows. So easy to use.&lt;br /&gt;&lt;br /&gt;In brief what UNetbootin can do for us:&lt;br /&gt;1. Download the distro image automatically and install the distro to a USB stick, it's bootable. If we install distros like Ubuntu which supports LiveCD installation, of course you can now boot and install from the stick.&lt;br /&gt;2. Already have the image? Just do it on the fly by choosing image and specify the path.&lt;br /&gt;3. Advanced options, custom...&lt;br /&gt;&lt;br /&gt;UNetBootin: &lt;a href="http://unetbootin.sourceforge.net/"&gt;http://unetbootin.sourceforge.net&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;More info: &lt;a href="https://help.ubuntu.com/community/Installation/FromUSBStick"&gt;&lt;/a&gt;&lt;a href="https://help.ubuntu.com/community/Installation/FromUSBStick"&gt;Install from USB Stick&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Stop requesting useless CDs and save money for Canonical, leave the free CDs for people in real need, those who can't afford a USB stick and CD/DVD burner, those who don't have easy+fast internet access, those who...&lt;br /&gt;&lt;br /&gt;That's what we can to do to spread Ubuntu - Linux for  Human Beings. Also, stop burning useless CD/DVDs to protect our environment, our earth.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2204973474912488625-760892979516958354?l=portalinsight.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://portalinsight.blogspot.com/feeds/760892979516958354/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2204973474912488625&amp;postID=760892979516958354' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2204973474912488625/posts/default/760892979516958354'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2204973474912488625/posts/default/760892979516958354'/><link rel='alternate' type='text/html' href='http://portalinsight.blogspot.com/2008/10/stop-odering-free-ubuntu-cds-if-you-can.html' title='Install Ubuntu from USB Stick, Stop odering free Ubuntu CDs'/><author><name>Terry Wang</name><uri>http://www.blogger.com/profile/16470719211949198851</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2204973474912488625.post-624276544193777323</id><published>2008-10-18T15:53:00.012+11:00</published><updated>2008-12-15T12:04:26.647+11:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='bpm'/><category scheme='http://www.blogger.com/atom/ns#' term='linux'/><category scheme='http://www.blogger.com/atom/ns#' term='webcenter'/><category scheme='http://www.blogger.com/atom/ns#' term='middleware'/><category scheme='http://www.blogger.com/atom/ns#' term='plumtree'/><category scheme='http://www.blogger.com/atom/ns#' term='wci'/><category scheme='http://www.blogger.com/atom/ns#' term='alui'/><category scheme='http://www.blogger.com/atom/ns#' term='portal'/><category scheme='http://www.blogger.com/atom/ns#' term='ali'/><category scheme='http://www.blogger.com/atom/ns#' term='dev2dev'/><category scheme='http://www.blogger.com/atom/ns#' term='soa'/><category scheme='http://www.blogger.com/atom/ns#' term='oracle'/><title type='text'>Oracle BPM 10gR3 (ALBPM 6.5) GA</title><content type='html'>Oracle &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_0"&gt;BPM&lt;/span&gt; 10&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_1"&gt;gR&lt;/span&gt;3 which was BEA &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_2"&gt;AquaLogic&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_3"&gt;BPM&lt;/span&gt;, &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_4"&gt;Fuego&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_5"&gt;BPM&lt;/span&gt; is GA now.&lt;br /&gt;&lt;br /&gt;From the new &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_6"&gt;versioning&lt;/span&gt;, we can clearly see that it is 10.3. However, in fact it is 6.5.&lt;br /&gt;&lt;br /&gt;After the acquisition, &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_7"&gt;ALBPM&lt;/span&gt; has been renamed to Oracle &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_8"&gt;BPM&lt;/span&gt; and put into the Oracle Fusion &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_9"&gt;Middleware&lt;/span&gt; stack, along with Oracle &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_10"&gt;BPEL&lt;/span&gt; Process Manager and Oracle &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_11"&gt;BPA&lt;/span&gt; Suite.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Differences between BPM Suite offerings&lt;br /&gt;Oracle &lt;/span&gt;&lt;span style="font-weight: bold;" class="blsp-spelling-error" id="SPELLING_ERROR_12"&gt;BPM&lt;/span&gt;&lt;br /&gt;Human and System Centric BPM with SOA. Easy integration with WebCenter Interaction (AquaLogic Interaction, Plumtree Portal).&lt;br /&gt;Business user friendly&lt;br /&gt;Collaborative&lt;br /&gt;Agile&lt;br /&gt;BPMN &amp;amp; BPEL&lt;br /&gt;SOA architecture&lt;br /&gt;Apps integration, AIA&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Oracle &lt;/span&gt;&lt;span style="font-weight: bold;" class="blsp-spelling-error" id="SPELLING_ERROR_14"&gt;BPEL&lt;/span&gt;&lt;span style="font-weight: bold;"&gt; Process Manager&lt;/span&gt;&lt;br /&gt;System Centric&lt;br /&gt;SOA architecture&lt;br /&gt;Apps integration, AIA&lt;br /&gt;BPEL&lt;br /&gt;High performance STP&lt;br /&gt;Round-tripping with BPA&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Oracle BPA Suite&lt;/span&gt;&lt;br /&gt;Methodology Driven Process Modeling and Analysis.&lt;br /&gt;Process Experts&lt;br /&gt;Six Sigma, Lean&lt;br /&gt;Methodology&lt;br /&gt;Hierarchical Modeling&lt;br /&gt;Documentation&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Download: &lt;a href="http://edelivery.oracle.com/"&gt;http://edelivery.oracle.com&lt;/a&gt;&lt;br /&gt;or&lt;br /&gt;&lt;a href="http://www.oracle.com/technology/software/products/bpm/index.html"&gt;http://www.oracle.com/technology/software/products/bpm/index.html&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Fill in some necessary info and go to Oracle Fusion &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_15"&gt;Middleware&lt;/span&gt;, choose your platform, you will finally find them in Oracle Application Server 10g Release 3 (10.1.3) Media Pack.&lt;br /&gt;&lt;br /&gt;Studio&lt;br /&gt;Enterprise Standalone&lt;br /&gt;Enterprise for &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_16"&gt;Weblogic&lt;/span&gt; Server&lt;br /&gt;Enterprise For &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_17"&gt;Websphere&lt;/span&gt; Application Server&lt;br /&gt;&lt;br /&gt;I have no idea why the links on the page below haven't been upgraded yet. Maybe Oracle is going to &lt;span class="blsp-spelling-corrected" id="SPELLING_ERROR_18"&gt;decommission&lt;/span&gt; the BEA page.&lt;br /&gt;&lt;a href="http://www.oracle.com/technology/software/products/ias/bea_main.html"&gt;http://www.oracle.com/technology/software/products/ias/bea_main.html&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Oracle &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_19"&gt;BPM&lt;/span&gt; 10&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_20"&gt;gR&lt;/span&gt;3 docs&lt;br /&gt;&lt;a href="http://download.oracle.com/docs/cd/E13154_01/bpm/docs65/index.html"&gt;http://download.oracle.com/docs/cd/E13154_01/bpm/docs65/index.html&lt;/a&gt;&lt;br /&gt;The docs are still not helpful enough, I hope that Oracle improves its newly acquired products. At least make them as good as Oracle Database docs.&lt;br /&gt;&lt;br /&gt;Interoperability matrix:&lt;br /&gt;&lt;a href="http://www.oracle.com/technology/products/bpm/obpm_config_matrix.html"&gt;http://www.oracle.com/technology/products/bpm/obpm_config_matrix.html&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;All BEA docs, including new versions of WebCenter Interaction suite (AquaLogic User Interaction).&lt;br /&gt;&lt;a href="http://www.oracle.com/technology/documentation/bea.html"&gt;http://www.oracle.com/technology/documentation/bea.html&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Enjoy the new release. I believe that the next GA will be named 11g, if there is such thing.&lt;br /&gt;&lt;br /&gt;Articles you may be interested in: &lt;a href="http://blogs.oracle.com/alextoussaint/2008/09/ten_reasons_why_you_should_loo.html"&gt;Ten reasons why you should look at Oracle BPM Suite 10gR3&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2204973474912488625-624276544193777323?l=portalinsight.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://portalinsight.blogspot.com/feeds/624276544193777323/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2204973474912488625&amp;postID=624276544193777323' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2204973474912488625/posts/default/624276544193777323'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2204973474912488625/posts/default/624276544193777323'/><link rel='alternate' type='text/html' href='http://portalinsight.blogspot.com/2008/10/oracle-bpm-10gr3-ga.html' title='Oracle BPM 10gR3 (ALBPM 6.5) GA'/><author><name>Terry Wang</name><uri>http://www.blogger.com/profile/16470719211949198851</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2204973474912488625.post-2591545970851451965</id><published>2008-08-31T10:16:00.009+10:00</published><updated>2008-10-17T17:08:13.637+11:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='blog'/><category scheme='http://www.blogger.com/atom/ns#' term='blogspot'/><category scheme='http://www.blogger.com/atom/ns#' term='dev2dev'/><category scheme='http://www.blogger.com/atom/ns#' term='bea'/><category scheme='http://www.blogger.com/atom/ns#' term='oracle'/><title type='text'>My first Post on Blogspot</title><content type='html'>As a result of the takeover, my tech blog on dev2dev China community has been decommissioned without notification. I don't even know when and where it is done. Will all the invaluable tips and articles contributed by the tech folks be fully migrated to OTN? It is a big question mark.&lt;br /&gt;&lt;br /&gt;Anyway, I have had backup for all the articles, I should thank Windows Live Writer (I use it in the only Windows I have). I recognize it as one of the best Windows Live projects (The others would be Windows Live Mail and Windows Live Folder Share, Live Mesh.).&lt;br /&gt;&lt;br /&gt;As a knowledge worker nowadays, it sounds weird if u don't have a blog to share tips and experiences with folks. And also, some investigation statistics implies that blog and social networks seem to be some new form of resume and a better way to present your abilities. It's pretty much the new form of seeking new candidates and an alternative to traditional resume. Fair enough.&lt;br /&gt;&lt;br /&gt;I am in the middle of moving and translating my previous articles into English. Later on, I will post articles mostly in English. But comments in Chinese warmly welcomed.&lt;br /&gt;&lt;br /&gt;I think I am going to share more interesting stuff here.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2204973474912488625-2591545970851451965?l=portalinsight.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://portalinsight.blogspot.com/feeds/2591545970851451965/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2204973474912488625&amp;postID=2591545970851451965' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2204973474912488625/posts/default/2591545970851451965'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2204973474912488625/posts/default/2591545970851451965'/><link rel='alternate' type='text/html' href='http://portalinsight.blogspot.com/2008/08/my-first-post-on-blogspot.html' title='My first Post on Blogspot'/><author><name>Terry Wang</name><uri>http://www.blogger.com/profile/16470719211949198851</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry></feed>
