Archive for the ‘Must Have Bookmarks’ Category

Peak at PEAF Performance

Friday, October 7th, 2011
No Gravatar

Love alliteration. Love money more :)

PEAF Simplifies the Rocket Surgery of Enterprise Architecture

My Take on Sparx Enterprise Architect

Thursday, September 15th, 2011
No Gravatar

As told for the almighty dollar at http://www.devx.com/enterprise/Article/47286

Excellent WLS LDAP Tuning Post

Tuesday, August 16th, 2011
No Gravatar

http://fusionsecurity.blogspot.com/2011/08/tuning-weblogic-ldap-authentication.html

My DevX Article on How Enterprises Measure EA Progress…

Tuesday, June 21st, 2011
No Gravatar

Can be found at DevX.com. Free registration required.

Running Two WLS Domains with Pointbase

Thursday, May 5th, 2011
No Gravatar

I hope this guy’s blog lasts forever so I don’t have to manually write the steps to run two WLS domains using Pointbase on the same machine: http://www.jroller.com/gmazza/entry/reconfiguring_pointbase_databases_on_weblogic.

You would think that you could plan ahead and simply change the values for DBMS and Port on the Configure JDBC Data Sources screen, but the “wizard” still spits out config files using the default 9093 port for Pointbase.

My alternative approach is to search for .cmd, .properties, and .xml files containing “9093″ and change it to “9094″ for the second domain. Not as step-by-stepish, but easy to remember :)

New Articles on a New Venue

Wednesday, December 15th, 2010
No Gravatar

http://javaboutique.internet.com/tutorials/Apache_Directory_Studio_LDAP/

http://javaboutique.internet.com/tutorials/JMX-Timer-MBean/

Good Article on Source Control Habits

Thursday, September 30th, 2010
No Gravatar

7 Project-saving Source Control Tips for the Eclipse IDE

Time Spent on a JSF Development

Tuesday, September 14th, 2010
No Gravatar

I ran across this blog entry where the comments include some great pointers on writing efficient JSF.
http://weblogs.java.net/blog/edburns/archive/2010/08/02/using-jsf-project-where-does-time-go

JDBC BEA-001129

Tuesday, June 8th, 2010
No Gravatar

If you don’t have a LinkedIn membership, this discussion should be enough reason to sign up (for the record, I did not provide the responses to this question):

Q:

I have a problem in production environment with WebLogic 9.2 mp3.We are using Multi datasource with Oracle 9i RAC two nodes. Database team have maintaince so they took out one node out of RAC. when one of the WebLogic instance associated with connection pool to that RAC node shown the following Warning message and could not start the instance.The multi datasource is configured with algorithm-type as “Load-Balancing”

<Jun 3, 2010 3:12:23 AM EDT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STARTING>
<Jun 3, 2010 3:14:10 AM EDT> <Warning> <JDBC> <BEA-001129> <Received exception while creating connection for pool “DS2″: Io exception: The Network Adapter could not establish the connection>

What are the recommandations to avoid this kind of problems when one of the RAC nodes down and the WebLogic server should have High Availability and scalable?

Any configuration parameters need to set for this??

A:

The way 9.2 mp3 works with RAC is that the multidatasource represents a pool of datasources so if one datasource is not available it will mark that down and use the other datasources configured in the multidatasource. WLS controls the failover, not RAC and this version does not use FAN or FCF.

I assume you have test on reserve set in the connection of all the data sources as that is required to use multdatasource. This parameter is at datasource->connection pool-> advanced

“could not start the instance” means that WLS did not come up??

If you are bringing up a WLS instance without the DB up you may want to set initial connections to 0

Some WLS Apache Proxy Basics

Thursday, May 13th, 2010
No Gravatar

The proxy plugin configs are a powerful tool for server admins. There was a recent post of the basics at http://weblogic-wonders.com/weblogic/2010/05/13/apache-proxy-as-static-content-repository/ that is worth a boookmark.