Monday, February 11, 2013

How to start Oracle WebLogic

This is a tutorial regarding how to start Oracle WebLogic. WebLogic installation/configuration is automatic during EPM version 11 installation configuration, and we do not need to do much about it. However, knowing how to Launch WebLogic application comes in handy at times.

In order to start WebLogic, we need to first:
1.       Start WebLogic Server
2.       Launch the Administration Console
Starting WebLogic Server
  1. 1        Start COMMAND PROMPT
  2. 2.       Navigate to the domain directory, BEA_HOME/user_projects/domain_name (in my case, for example, the path is D:/Oracle/Middleware/User_projects/domains/EPMSystem1)
  3. 3.       Run the startup script – startWeblogic.cmd
  4. 4.       The startup script displays a series of messages. Finally we will see a message that looks something like this:   

   <Feb 11, 2013 9:50:42 AM EST> <Notice> <WebLogicServer> <000360> <Server started in RUNNING mode>
  1. 5.       After the server has started, we can start the WebLogic Administration Console

Launching the Administration Console
  1. 1.       Open up a web browser, Internet Explorer, for example.
  2. 2.       Type in the WebLogic URL: http://hostname:portname/console (for example, if my hostname is normal the URL would be http://normal:7001/console) and hit enter.
  3. 3.       The WebLogic login page opens up. 
  4. 4.       Type in the username and password
  5. 5.       Now w are in WebLogic.

      The default ports for WebLogic server are: 7001 and 7002 for HTTP and HTTPS respectively.


Friday, February 1, 2013

Essbase application stopped by itself


It so happened one day that my colleague told me that the data forms for one of the Hyperion Planning applications do not open. “They have some kind of error message related to Substitution variable,” this is what she told me.

In order to check and see what was going on, I logged on to EAS and to my horror, I could see that the particular cube had stopped. It was supposed to start when Essbase started (for the beginners, there is an option in EAS where you can start applications automatically or manually).

Now I had to figure out how I could get the cube started. First thing I did was to try and start it manually in EAS, by “right-clicking and starting” the application, however, it would not start. I tried to see if the application had been locked, and it was not the case. Then I stopped the Essbase Server by using the MAXL command and then started it again by going to the appropriate EXE file to start the Essbase Server. Howerver, the application did not start after this step as well. I, then, stopped the EPM system and started it again. All applications started but this one. As the last resort, after after getting some suggestions from the Oracle Forums, I rebooted the Server.

When the server came up, I started the EPM and logged on to EAS and finally the application had started along with its fellow applications. What I realized after this incident was that the server might have hung during the backup process of the applications which is why the application might have crashed. So, in case the same thing happens, you can try to follow suit.