BEA-000150, Server failed to get a connection to the database in the past 30...
We are using a Database-based lease renewal for automated server migration (I personally think it's a bad idea), we occasionally (once a month) have a server restarting with BEA-000150 Server failed to...
View ArticlePoor man's firewall test
on the Destination host:nc -l myhost.acme.com 3872and make sure you are actually listening:netstat -an | grep 3872tcp       0     0 10.33.80.121:3872          0.0.0.0:*                  LISTENOn...
View ArticleServlet: "Spy" failed to preload on startup in Web application: "dms.war"
Strange case today: Newly created domain, Admin starting with "DMS Application" in failed state, logs show: <29.May.2013 11:48:26 AM CEST><Error><HTTP><BEA-101216><Servlet:...
View ArticleWebLogic admin failing with "PKI-02002: Unable to open the wallet. Check...
"oracle.security.jps.service.credstore.CredStoreException: JPS-01050: Opening of wallet based credential store failed. Reason java.io.IOException: PKI-02002: Unable to open the wallet. Check password."...
View ArticleNice little JSP to generate threads on demand
<% final String threads = request.getParameter("threads"); final String period = request.getParameter("period"); try { for (int t = 0; t < Integer.parseInt(threads); t++ ) {...
View ArticleWebLogic: [Deployer:149189]An attempt was made to execute the 'start'...
just shut down all your servers - including admin. then go to DOMAIN_HOME, run "find . -name bla -exec rm -rf {} \;" then edit config/config.xml and remove manually the app-deployment entry for bla....
View ArticlePutty: generating session configuration from code
I am an automation freak, and I hate doing manual copy and paste of information around. I have to work on some 30 different accounts, so it's quite nice to store all this info in a CMDB and generate...
View ArticlelibSDL-1.2.so.0()(64bit) is needed by VirtualBox
trying to install VirtualBox on a RHEL 5.6, I get this error: sudo rpm -i /opt/oracle/software/VirtualBox-4.2-4.2.12_84980_el5-1.x86_64.rpmwarning:...
View ArticleAnarchy in the IT
Although the ideas of Anarchism are very appealing to me, in IT it simply doesn't work. I am more in favour of a societal model like the one of typical hunter-gatherers tribes, where a group of old...
View ArticleVirtualBox: setting a home for Virtual Boxes
Sadly, when you install VirtualBox on Linux, by default it chooses your /home/oracle home (my user is oracle) to store the VMs. I hate having stuff installed in my home. In...
View ArticleWebLogic and OSB cluster in an Oracle VirtualBox
I want to run a OSB-WebLogic cluster spanning 2 machines (VBs).Official doc here http://www.virtualbox.org/manual/ch06.htmlAn extra requirement is being able to mount an arbitrary IP alias on the NIC,...
View ArticleNodeManager inactive
On a 2 nodes cluster, for one node (machine) I was getting that NodeManager was Inactive/Unreachable: Could not execute command "getVersion" on the node manager. Reason: "Access to domain for user BLA...
View ArticleSchemaCrawler for Oracle DB diff
I want to be able to trace all the modifications to my CMDB, and email the diff report on a regular basis. Lots of tools there but none seems to be a) free b) simple to use. SchemaCrawler doesn't do...
View Articlesqldeveloper export date with time
I am using SQLDeveloper 3.2See https://forums.oracle.com/forums/thread.jspa?threadID=1023785Tools/preferences/ date format="yyyy/mm/dd/ hh24:mi:ss" this will generate dates as to_date('2013/05/07/...
View ArticleDIA-48315: ADR unavailable
After an incident occurs, creation of the oracle.dfw.incident.IncidentCreationException: DFW-40116: failure creating incidentCause: DFW-40112: There was an error executing adrci commands; the following...
View ArticleGetting started with Btrace
User Guide: https://kenai.com/projects/btrace/pages/UserGuideDownload binaries here: https://kenai.com/projects/btrace/downloads/download/releases/current/btrace-bin.tar.gz Java class under test:...
View ArticleJVMTop
http://code.google.com/p/jvmtopIt's not a spectacular tool, but I think it can be added to the toolbox of an Operations guy. It quickly gives you an overview of all the running JVMs, with number of...
View ArticleWLST, applying security policy to a JMS Module
The requirement is: only an authenticated user belonging to the Administrator group can access any JMS queue in a JMS module. On Console, to understand what this operation entails, I associate this...
View ArticleBook review: Memories and Visions of Paradise
This is a fascinating book on the common factors of ancient myths over the Paradise. Learn how originally "Paradise" meant "enclosure with garden" in old Persian, how most pre-colombian american tribes...
View ArticleWebLogic, Testing Datasources
print 'starting the script ....'username = 'weblogic'password = 'weblogic1'urls=['t3://server1.acme.com:7001', 't3://server2.acme.com:8001', 't3://server2.acme.com:8001']servers=['osbts4as',...
View Article