Enterprise Manager will not start after ADF upgrade

I recently had to upgrade a WebLogic Server with ADF for a customer. It was WebLogic 10.3.4 to 10.3.6 and ADF 11.1.1.4 to 11.1.2.3. They also used Enterprise Manager. Everything went fine except for the Enterprise Manager which ended up with status Failed. I installed both patch 14582286 and 14582309, as described in the MOS […]

Continue Reading

Auditing users in WebLogic Server

If you do a default installation of the WebLogic Server user activity is not audited. WebLogic has a build in Auditing Provider but it has to be enabled. The Audit Provider can log these events. To enable it via the Admin Console got to Security Realms => myrealm => Providers => Auditing. Press New, select […]

Continue Reading

Is your WebLogic Server slooow? Might be because of low entropy

I have written a new more detailed post about this 🙂 Follow @theheatDK

Continue Reading

Configuring outbound SSL for the SOA Suite

A customer had a situation where they had to call a remote Web Service from the SOA Suite via https. (One-way TLS/SSL). The developers had deployed the SOA Application so I had to configure the SOA Suite to trust the key used for SSL. For unknown reasons the normal Weblogic keystores are not used in […]

Continue Reading

Adding an extra IP to a Windows 2008 server (Source IP problem)

An Apache http server does not support more than one SSL virtual host on the same IP address and port. So if you want to host two Internet domains on the same server and they both use SSL on port 443 then you must use two IP-addresses. You can read more about this here. Because […]

Continue Reading

Installing Oracle Forms/Reports 11.1.1.6 on Red Hat 6 (64-bit) using JDK 7

I have a new and improved post about installing Forms/Reports 11.1.2.2.0 Here is my experiences with installing Forms and Reports 11.1.1.6 on Red Hat 6 (64-bit) using JDK 7. Forms/Reports currently exists in two flavors 11.1.1.6 and 11.1.2.0. 11.1.1.6 is the main Fusion Middleware release. As far as I can tell 11.1.2.0 is an offspring […]

Continue Reading

Red Hat firewall for dummies

Sometimes I need to open for communication on a port in the local firewall on a Linux box. Until now I have relied on the lokkit command or if a GUI is available system-config-securitylevel. I recently had some situations where lokkit was not working, so I decided to dig a little deeper. I think configuring […]

Continue Reading

Installing Wireshark and sniffing http communication on Red Hat

We had a situation where we were calling an external Web service that required custom http headers. When our request reached the Web service the customer http headers had disappeared. We did not know if the problem was with the OSB, our Internet proxy or the programmer 🙂 To find out what was going on […]

Continue Reading

Searching inside files on Windows 2008 R2

Searching after content inside files on Windows 2008 R2 does not work. I am sure that it is possible to get it working by starting/configuring an indexing service or something like that. But when I get access to a Windows server at a customer or at hosting service I don’t really want to mess to […]

Continue Reading

Installing Oracle Forms/Reports 11.1.1.4 on Red Hat 5 (64-bit)

I have a new and improved post about installing Forms/Reports 11.1.2.2.0 I have a new and improved post about installing Forms/Reports 11.1.1.6 My first installation of Forms/Reports services on a Weblogic server was not as easy as I would have expected so I thought I would share the steps. First have a look at the […]

Continue Reading

Tool to backup and restore Putty sessions

When you access servers at a customer site or in a hosting center you often have to use a Remote Desktop (RDP). These jump servers are often locked down so you cannot install programs or access the Registry via Regedit. This is frustrating if you use Putty and have a lot of servers. I currently […]

Continue Reading

WLST script for updating the log settings for domains and servers

The script has been tested on Weblogic 9.2 MP1 and 10.3.5. Follow @theheatDK

Continue Reading

Installing the OSB 11.1.1.4 without using a database

It is not required to use a database when installing the OSB if you do not use the OSB Reporting or the OWSM. This is stated in the 11.1.1.3 documentation. I cannot find the same statement in the 11.1.1.4 documentation but it is still true though. You will get an error in the domain configuration […]

Continue Reading

Using encrypted credentials in WLST

Welcome to my blog. It has been underway in several years but now it is finally here 🙂 I will start out with a series of short posts about WLST. I have recently written a bunch of scripts and these tips would have saved me some time had a known them beforehand. You can connect […]

Continue Reading