Unable to start OC4J standalone server.

Hi
I have just started using Oracle 10g Portal Server. I have downladed the OC4J standalone and have installed at D:\JDeveloper\oc4j following the instructions of running the admin.jar creating the password. When I try starting the OC4J initializing it works fine starts the server with the message
05/12/29 12:21:11 Oracle Containers for J2EE 10g (10.1.3.0.0) - Developer Preview 4 initialized
But when I try to deploy a war file which I have created externally with the entries in aplication.xml
<web-module id="mywar" path="../applications/mywar.war" />
and default-web-site.xml
<web-app application="default" name="mywar" root="/technology/mywar" />
The server never starts up just hangs up with the message
Starting OC4J from D:\JDeveloper\oc4j\j2ee\home ...
If the entries are removed the server starts as usual.
Can anyone let me know where is the problem I need to look at, because the war file works fine if deployed in tomcat or weblogic.
Thanks in advance.

Hi,
As you asked me it is a simple war deployment. with the folder structure as
simpleWar->index.jsp
simpleWar->META-INF->application.xml
simpleWar->WEB-INF->classes
simpleWar->WEB-INF->lib
simpleWar->WEB-INF->tld
simpleWar->WEB-INF->struts-config.xml
simpleWar->WEB-INF->validation.xml
simpleWar->WEB-INF->validator-rules.xml
simpleWar->WEB-INF->web.xml
and the war file that I am creating is simpleWar.war.
The contents of web.xml
<?xml version="1.0" encoding="UTF-8"?>
<web-app xmlns="http://java.sun.com/xml/ns/j2ee"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"
version="2.4">
<servlet>
<servlet-name>action</servlet-name>
<servlet-class>org.apache.struts.action.ActionServlet</servlet-class>
<init-param>
<param-name>config</param-name>
<param-value>/WEB-INF/struts-config.xml</param-value>
</init-param>
<init-param>
<param-name>debug</param-name>
<param-value>3</param-value>
</init-param>
<init-param>
<param-name>detail</param-name>
<param-value>3</param-value>
</init-param>
<load-on-startup>1</load-on-startup>
</servlet>
<!-- Action Servlet Mapping -->
<servlet-mapping>
<servlet-name>action</servlet-name>
<url-pattern>*.do</url-pattern>
</servlet-mapping>
<!-- The Welcome File List -->
<welcome-file-list>
<welcome-file>index.jsp</welcome-file>
</welcome-file-list>
<!-- tag libs -->
<taglib>
<taglib-uri>struts-html</taglib-uri>
<taglib-location>/WEB-INF/tld/struts-html.tld</taglib-location>
</taglib>
<taglib>
<taglib-uri>struts-bean</taglib-uri>
<taglib-location>/WEB-INF/tld/struts-bean.tld</taglib-location>
</taglib>
<taglib>
<taglib-uri>struts-logic</taglib-uri>
<taglib-location>/WEB-INF/tld/struts-logic.tld</taglib-location>
</taglib>
<taglib>
<taglib-uri>util-tags</taglib-uri>
<taglib-location>/WEB-INF/tld/tag-util.tld</taglib-location>
</taglib>
<taglib>
     <taglib-uri>example-taglib</taglib-uri>
     <taglib-location>/WEB-INF/tld/tag-util.tld</taglib-location>
</taglib>
</web-app>

Similar Messages

  • FTP error: Unable to start a standalone server

    Hello,
    I've installed PureFTP Manager, but the following error messages appear when I use different ftp clients:
    [Error] Unable to start a standalone server: [Address already in use]
    Error: the server dropped the connection (it may be too busy).
    I've found a similar problem posted to a number of forums (using different ftp server software) and the explanation seems to be that another program is tying up the port. The solution is to find out which program and disable it. However, this involves using the Terminal and commands, which puts me in deep water.
    Could someone please offer a solution?
    I have the Mac and a PC connected to the modem/router.
    I have a static IP address. LAN IP on the Mac: 10.1.1.2 which I'm entering to test.
    I have FTP access disabled in the Mac OS firewall settings.
    FTP access is not blocked by service filtering in the modem/router's firewall settings.
    I've set up port-forwading:
    Private IP: 10.1.1.2
    Protocal: TCP
    Port Start: 21
    Port End: 21
    Port Map: 21
    However, these saved settings disappear the next time I log in to the router's set up window.
    G4 DP 867 MHZ   Mac OS X (10.2.x)   Max OS X (10.2.8)

    Hello again gordon6010,
    What I was intending to convey is that the message you see on your display is a printer software related error. By removing and reinstalling the drivers you may be able to correct the .dll error.
    In regards to the beginning of the error message "Unable to Start a DCOM Server",  I recommend this document on how to Enable or Disable DCOM. This should help if the DCOM is disabled on your desktop. For further assistance, I will need to ask you a few questions:
    What is the Product and Model Number of your desktop computer?
    What version of Windows do you have installed on your computer?
    Has your computer completed all of its important Windows Updates?
    Have you updated your HP drivers using the HP Support Assistant?
    Are you trying to install a printer on your network or specifically on your computer?
    As an aside, there is no higher level technician as this is a free peer-to-peer forum of support. Please re-post with the results of your troubleshooting, and I look forward to your reply!
    Regards
    MechPilot
    I work on behalf of HP
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos, Thumbs Up" on the right to say “Thanks” for helping!

  • Unable to start OC4J & HTTP Server

    Hi All,
    I am installing Oracle 10g Application Server Release 3(10.1.3) on IBM AIX 5.3L ML 04 operating system by remote desktop using "Xmanager" software for GUI.
    I choose advanced installation type "Integrated Web Server, J2EE Server and Process Management". Everything went smoothly, till The Configuration Assistants. The OPMN configuration Assistant failed.
    I went ahead with completion of the installation. Later I tried
    $ ./opmnctl status
    Processes in Instance: ingas.localhost
    ------------------------------------------------+---------
    ias-component | process-type | pid | status
    ------------------------------------------------+---------
    OC4J | home | N/A | Down
    HTTP_Server | HTTP_Server | N/A | Down
    ASG | ASG | N/A | Down
    $ ./opmnctl startall
    opmnctl: starting opmn and all managed processes...
    ================================================================================
    opmn id=InBlrIngAIX1:6200
    0 of 2 processes started.
    ias-instance id=ingas.localhost
    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    ias-component/process-type/process-set:
    HTTP_Server/HTTP_Server/HTTP_Server/
    Error
    --> Process (index=1,uid=1867980863,pid=553168)
    failed to start a managed process after the maximum retry limit
    Log:
    /usr/home/oracle/product/10.1.3/OracleAS_1/opmn/logs/HTTP_Server~1
    ias-component/process-type/process-set:
    OC4J/home/default_group/
    Error
    --> Process (index=1,uid=1867980864,pid=450578)
    time out while waiting for a managed process to start
    Log:
    /usr/home/oracle/product/10.1.3/OracleAS_1/opmn/logs/OC4J~home~default_group
    ~1
    Please find the details in the different log files
    PATH: /usr/home/oracle/product/10.1.3/OracleAS_1/opmn/logs
    LOGFILENAME: opmn.log
    $ tail -100 opmn.log
    08/03/24 15:40:54 [pm-process] Stopping Process: HTTP_Server~HTTP_Server~HTTP_Se
    rver~1 (1867980847:450668)
    08/03/24 15:40:54 [libopmnohs] Forcefully Terminating Process: HTTP_Server~HTTP_
    Server~HTTP_Server~1 (1867980847:450668)
    08/03/24 15:41:56 [pm-process] Stopping Process: HTTP_Server~HTTP_Server~HTTP_Se
    rver~1 (1867980847:450668)
    08/03/24 15:41:56 [libopmnohs] Forcefully Terminating Process: HTTP_Server~HTTP_
    Server~HTTP_Server~1 (1867980847:450668)
    08/03/24 15:42:58 [pm-process] Stopping Process: HTTP_Server~HTTP_Server~HTTP_Se
    rver~1 (1867980847:450668)
    08/03/24 15:42:58 [libopmnohs] Forcefully Terminating Process: HTTP_Server~HTTP_
    Server~HTTP_Server~1 (1867980847:450668)
    08/03/24 15:42:59 [pm-process] Process Stopped: HTTP_Server~HTTP_Server~HTTP_Ser
    ver~1 (1867980847:450668)
    08/03/24 15:47:52 [pm-requests] Request 4 Completed. Command: /start
    08/03/24 15:47:52 [pm-process] Stopping Process: OC4J~home~default_group~1 (1867
    980848:536588)
    08/03/24 15:47:52 [libopmnoc4j] Process Stop Error: OC4J~home~default_group~1 (1
    867980848:536588)
    08/03/24 15:47:52 [libopmnoc4j] Failed to construct stop command for proc: 18679
    80848
    08/03/24 15:47:52 [libopmnoc4j] Forcefully Terminating Process: OC4J~home~defaul
    t_group~1 (1867980848:536588)
    08/03/24 15:47:54 [pm-process] Process Stopped: OC4J~home~default_group~1 (18679
    80848:536588)
    08/03/24 16:04:24 [pm-requests] Request 6 Started. Command: /start
    08/03/24 16:04:24 [pm-process] Starting Process: HTTP_Server~HTTP_Server~HTTP_Se
    rver~1 (1867980849:0)
    08/03/24 16:04:24 [pm-process] Starting Process: OC4J~home~default_group~1 (1867
    980850:0)
    08/03/24 16:04:24 [pm-process] Starting Process: HTTP_Server~HTTP_Server~HTTP_Se
    rver~1 (1867980849:0)
    08/03/24 16:14:24 [pm-requests] Request 6 Completed. Command: /start
    08/03/24 16:14:24 [pm-process] Stopping Process: OC4J~home~default_group~1 (1867
    980850:499966)
    08/03/24 16:14:24 [libopmnoc4j] Process Stop Error: OC4J~home~default_group~1 (1
    867980850:499966)
    08/03/24 16:14:24 [libopmnoc4j] Failed to construct stop command for proc: 18679
    80850
    08/03/24 16:14:24 [libopmnoc4j] Forcefully Terminating Process: OC4J~home~defaul
    t_group~1 (1867980850:499966)
    08/03/24 16:14:26 [pm-process] Process Stopped: OC4J~home~default_group~1 (18679
    80850:499966)
    08/03/24 16:26:31 [pm-requests] Request 9 Started. Command: /start
    08/03/24 16:26:31 [pm-process] Starting Process: HTTP_Server~HTTP_Server~HTTP_Se
    rver~1 (1867980851:0)
    08/03/24 16:26:31 [pm-process] Starting Process: OC4J~home~default_group~1 (1867
    980852:0)
    08/03/24 16:26:31 [pm-process] Starting Process: HTTP_Server~HTTP_Server~HTTP_Se
    rver~1 (1867980851:0)
    08/03/24 16:36:31 [pm-requests] Request 9 Completed. Command: /start
    08/03/24 16:36:31 [pm-process] Stopping Process: OC4J~home~default_group~1 (1867
    980852:507910)
    08/03/24 16:36:31 [libopmnoc4j] Process Stop Error: OC4J~home~default_group~1 (1
    867980852:507910)
    08/03/24 16:36:31 [libopmnoc4j] Failed to construct stop command for proc: 18679
    80852
    08/03/24 16:36:31 [libopmnoc4j] Forcefully Terminating Process: OC4J~home~defaul
    t_group~1 (1867980852:507910)
    08/03/24 16:36:33 [pm-process] Process Stopped: OC4J~home~default_group~1 (18679
    80852:507910)
    08/03/24 16:49:04 [pm-requests] Request b Started. Command: /start
    08/03/24 16:49:04 [pm-process] Starting Process: HTTP_Server~HTTP_Server~HTTP_Se
    rver~1 (1867980853:0)
    08/03/24 16:49:04 [pm-process] Starting Process: OC4J~home~default_group~1 (1867
    980854:0)
    08/03/24 16:49:04 [pm-process] Starting Process: HTTP_Server~HTTP_Server~HTTP_Se
    rver~1 (1867980853:0)
    08/03/24 16:59:05 [pm-requests] Request b Completed. Command: /start
    08/03/24 16:59:05 [pm-process] Stopping Process: OC4J~home~default_group~1 (1867
    980854:479354)
    08/03/24 16:59:05 [libopmnoc4j] Process Stop Error: OC4J~home~default_group~1 (1
    867980854:479354)
    08/03/24 16:59:05 [libopmnoc4j] Failed to construct stop command for proc: 18679
    80854
    08/03/24 16:59:05 [libopmnoc4j] Forcefully Terminating Process: OC4J~home~defaul
    t_group~1 (1867980854:479354)
    08/03/24 16:59:07 [pm-process] Process Stopped: OC4J~home~default_group~1 (18679
    80854:479354)
    08/03/24 17:09:28 [pm-requests] Request f Started. Command: /start?process-type
    =HTTP_Server
    08/03/24 17:09:28 [pm-process] Starting Process: HTTP_Server~HTTP_Server~HTTP_Se
    rver~1 (1867980855:0)
    08/03/24 17:09:29 [pm-process] Starting Process: HTTP_Server~HTTP_Server~HTTP_Se
    rver~1 (1867980855:0)
    08/03/24 17:09:31 [pm-requests] Request f Completed. Command: /start?process-typ
    e=HTTP_Server
    08/03/24 17:29:24 [pm-requests] Request 11 Started. Command: /start?process-typ
    e=HTTP_Server
    08/03/24 17:29:24 [pm-process] Starting Process: HTTP_Server~HTTP_Server~HTTP_Se
    rver~1 (1867980856:0)
    08/03/24 17:29:25 [pm-process] Starting Process: HTTP_Server~HTTP_Server~HTTP_Se
    rver~1 (1867980856:0)
    08/03/24 17:29:27 [pm-requests] Request 11 Completed. Command: /start?process-ty
    pe=HTTP_Server
    08/03/25 09:43:19 [pm-requests] Request 13 Started. Command: /stop
    08/03/25 09:43:19 [pm-requests] Request 13 Completed. Command: /stop
    08/03/25 09:45:23 [pm-internal] OPMN server stopped. Request handling disabled.
    08/03/25 09:45:23 [pm-requests] Request 14 Started. Command: /shutdown
    08/03/25 09:45:23 [pm-requests] Request 14 Completed. Command: /shutdown
    08/03/25 09:45:24 [internal] Logging disabled
    08/03/25 09:55:10 [ons-internal] ONS server initiated
    08/03/25 09:55:10 [pm-internal] PM state directory exists: /usr/home/oracle/prod
    uct/10.1.3/OracleAS_1/opmn/logs/states
    08/03/25 09:55:10 [pm-internal] OPMN server ready. Request handling enabled.
    08/03/25 10:15:01 [pm-requests] Request 2 Started. Command: /start
    08/03/25 10:15:01 [pm-process] Starting Process: HTTP_Server~HTTP_Server~HTTP_Se
    rver~1 (1867980857:0)
    08/03/25 10:15:01 [pm-process] Starting Process: OC4J~home~default_group~1 (1867
    980858:0)
    08/03/25 10:15:01 [pm-process] Starting Process: HTTP_Server~HTTP_Server~HTTP_Se
    rver~1 (1867980857:0)
    08/03/25 10:25:01 [pm-requests] Request 2 Completed. Command: /start
    08/03/25 10:25:01 [pm-process] Stopping Process: OC4J~home~default_group~1 (1867
    980858:565454)
    08/03/25 10:25:01 [libopmnoc4j] Process Stop Error: OC4J~home~default_group~1 (1
    867980858:565454)
    08/03/25 10:25:01 [libopmnoc4j] Failed to construct stop command for proc: 18679
    80858
    08/03/25 10:25:01 [libopmnoc4j] Forcefully Terminating Process: OC4J~home~defaul
    t_group~1 (1867980858:565454)
    08/03/25 10:25:03 [pm-process] Process Stopped: OC4J~home~default_group~1 (18679
    80858:565454)
    08/03/25 10:40:24 [pm-requests] Request 4 Started. Command: /start
    08/03/25 10:40:24 [pm-process] Starting Process: HTTP_Server~HTTP_Server~HTTP_Se
    rver~1 (1867980859:0)
    08/03/25 10:40:24 [pm-process] Starting Process: OC4J~home~default_group~1 (1867
    980860:0)
    08/03/25 10:40:24 [pm-process] Starting Process: HTTP_Server~HTTP_Server~HTTP_Se
    rver~1 (1867980859:0)
    08/03/25 10:50:24 [pm-requests] Request 4 Completed. Command: /start
    08/03/25 10:50:24 [pm-process] Stopping Process: OC4J~home~default_group~1 (1867
    980860:540870)
    08/03/25 10:50:24 [libopmnoc4j] Process Stop Error: OC4J~home~default_group~1 (1
    867980860:540870)
    08/03/25 10:50:24 [libopmnoc4j] Failed to construct stop command for proc: 18679
    80860
    08/03/25 10:50:24 [libopmnoc4j] Forcefully Terminating Process: OC4J~home~defaul
    t_group~1 (1867980860:540870)
    08/03/25 10:50:26 [pm-process] Process Stopped: OC4J~home~default_group~1 (18679
    80860:540870)
    08/03/25 15:39:39 [pm-requests] Request 7 Started. Command: /start
    08/03/25 15:39:39 [pm-process] Starting Process: HTTP_Server~HTTP_Server~HTTP_Se
    rver~1 (1867980861:0)
    08/03/25 15:39:39 [pm-process] Starting Process: OC4J~home~default_group~1 (1867
    980862:0)
    08/03/25 15:39:39 [pm-process] Starting Process: HTTP_Server~HTTP_Server~HTTP_Se
    rver~1 (1867980861:0)
    08/03/25 15:49:39 [pm-requests] Request 7 Completed. Command: /start
    08/03/25 15:49:39 [pm-process] Stopping Process: OC4J~home~default_group~1 (1867
    980862:553126)
    08/03/25 15:49:39 [libopmnoc4j] Process Stop Error: OC4J~home~default_group~1 (1
    867980862:553126)
    08/03/25 15:49:39 [libopmnoc4j] Failed to construct stop command for proc: 18679
    80862
    08/03/25 15:49:39 [libopmnoc4j] Forcefully Terminating Process: OC4J~home~defaul
    t_group~1 (1867980862:553126)
    08/03/25 15:49:41 [pm-process] Process Stopped: OC4J~home~default_group~1 (18679
    80862:553126)
    08/03/25 16:03:59 [pm-requests] Request 9 Started. Command: /start
    08/03/25 16:03:59 [pm-process] Starting Process: HTTP_Server~HTTP_Server~HTTP_Se
    rver~1 (1867980863:0)
    08/03/25 16:03:59 [pm-process] Starting Process: OC4J~home~default_group~1 (1867
    980864:0)
    08/03/25 16:03:59 [pm-process] Starting Process: HTTP_Server~HTTP_Server~HTTP_Se
    rver~1 (1867980863:0)
    08/03/25 16:13:59 [pm-requests] Request 9 Completed. Command: /start
    08/03/25 16:13:59 [pm-process] Stopping Process: OC4J~home~default_group~1 (1867
    980864:450578)
    08/03/25 16:13:59 [libopmnoc4j] Process Stop Error: OC4J~home~default_group~1 (1
    867980864:450578)
    08/03/25 16:13:59 [libopmnoc4j] Failed to construct stop command for proc: 18679
    80864
    08/03/25 16:13:59 [libopmnoc4j] Forcefully Terminating Process: OC4J~home~defaul
    t_group~1 (1867980864:450578)
    08/03/25 16:14:01 [pm-process] Process Stopped: OC4J~home~default_group~1 (18679
    80864:450578)
    PATH: /usr/home/oracle/product/10.1.3/OracleAS_1/opmn/logs
    LOGFILENAME: HTTP_Server~1
    $ tail -100 HTTP_Server~1
    08/03/24 15:41:57 Stop process
    /usr/home/oracle/product/10.1.3/OracleAS_1/Apache/Apache/bin/apachectl hardstop:
    httpd (pid 446594) not running
    08/03/24 15:42:59 Stop process
    /usr/home/oracle/product/10.1.3/OracleAS_1/Apache/Apache/bin/apachectl hardstop:
    httpd stopped
    08/03/24 16:04:24 Start process
    /usr/home/oracle/product/10.1.3/OracleAS_1/Apache/Apache/bin/apachectl startssl:
    httpd (pid 446602) already running
    08/03/24 16:04:24 Start process
    /usr/home/oracle/product/10.1.3/OracleAS_1/Apache/Apache/bin/apachectl startssl:
    httpd (pid 446602) already running
    08/03/24 16:26:31 Start process
    /usr/home/oracle/product/10.1.3/OracleAS_1/Apache/Apache/bin/apachectl startssl:
    httpd (pid 446602) already running
    08/03/24 16:26:31 Start process
    /usr/home/oracle/product/10.1.3/OracleAS_1/Apache/Apache/bin/apachectl startssl:
    httpd (pid 446602) already running
    08/03/24 16:49:04 Start process
    /usr/home/oracle/product/10.1.3/OracleAS_1/Apache/Apache/bin/apachectl startssl:
    httpd (pid 446602) already running
    08/03/24 16:49:04 Start process
    /usr/home/oracle/product/10.1.3/OracleAS_1/Apache/Apache/bin/apachectl startssl:
    httpd (pid 446602) already running
    08/03/24 17:09:28 Start process
    apachectl is not owned by this user
    08/03/24 17:09:30 Start process
    apachectl is not owned by this user
    08/03/24 17:29:24 Start process
    apachectl is not owned by this user
    08/03/24 17:29:26 Start process
    apachectl is not owned by this user
    08/03/25 10:15:02 Start process
    apachectl is not owned by this user
    08/03/25 10:15:02 Start process
    apachectl is not owned by this user
    08/03/25 10:40:25 Start process
    apachectl is not owned by this user
    08/03/25 10:40:25 Start process
    apachectl is not owned by this user
    08/03/25 15:39:40 Start process
    /usr/home/oracle/product/10.1.3/OracleAS_1/Apache/Apache/bin/apachectl startssl:
    httpd (pid 446602) already running
    08/03/25 15:39:40 Start process
    /usr/home/oracle/product/10.1.3/OracleAS_1/Apache/Apache/bin/apachectl startssl:
    httpd (pid 446602) already running
    08/03/25 16:04:00 Start process
    /usr/home/oracle/product/10.1.3/OracleAS_1/Apache/Apache/bin/apachectl startssl:
    httpd (pid 446602) already running
    08/03/25 16:04:00 Start process
    /usr/home/oracle/product/10.1.3/OracleAS_1/Apache/Apache/bin/apachectl startssl:
    httpd (pid 446602) already running
    PATH: /usr/home/oracle/product/10.1.3/OracleAS_1/opmn/logs
    LOGFILENAME: HTTP_Server~1
    $ tail -100 OC4J~home~default_group~1
    08/03/24 15:11:42 Start process
    WARNING: Unable to access loaded classes.
    08/03/24 15:37:52 Start process
    WARNING: Unable to access loaded classes.
    08/03/24 16:04:24 Start process
    WARNING: Unable to access loaded classes.
    08/03/24 16:26:31 Start process
    WARNING: Unable to access loaded classes.
    08/03/24 16:49:04 Start process
    WARNING: Unable to access loaded classes.
    08/03/25 10:15:02 Start process
    WARNING: Unable to access loaded classes.
    08/03/25 10:40:25 Start process
    WARNING: Unable to access loaded classes.
    08/03/25 15:39:40 Start process
    WARNING: Unable to access loaded classes.
    08/03/25 16:04:00 Start process
    WARNING: Unable to access loaded classes.
    But when i tried "http://AppserverIP:7777" from my desktop, i was able to see the welcome screen, but was unable to see the enterprise manager page at "http://AppserverIP:7777/em "
    Can anyone help me out on this regard?

    Hi,
    I am sure that only the OMPN configuration assistant has failed. Find below the last few lines of the installation log.
    Trying to check if config_order xml is present
    The scratch path is =/tmp/OraInstall2008-03-24_12-37-24PM
    The config_order.xml is null
    Starting to execute configuration assistants
    Launched configuration assistant 'ADF Configuration Assistant'
    Tool type is: Recommended.
    The command being spawned is: '/usr/home/oracle/product/10.1.3/OracleAS_1/jdk/bin/java -classpath /usr/home/oracle/product/10.1.3/OracleAS_1/lib/xmlparserv2.jar:/usr/home/oracle/product/10.1.3/OracleAS_1/BC4J/jlib/adfmant.jar buildsys.AdfConfigOc4j /usr/home/oracle/product/10.1.3/OracleAS_1 -oc4jInstanceName=home'
    Start output from spawned process:
    End output from spawned process.
    Configuration assistant "ADF Configuration Assistant" succeeded
    Result code for launching of configuration assistant is: 0
    Launched configuration assistant 'OPMN Configuration Assistant'
    Tool type is: Recommended.
    The command being spawned is: '/usr/home/oracle/product/10.1.3/OracleAS_1/opmn/bin/opmnctl startall'
    Start output from spawned process:
    /usr/home/oracle/product/10.1.3/OracleAS_1/opmn/bin/opmnctl[20]: unlimited: 0403-009 The specified number is not valid for this command.
    opmnctl: starting opmn and all managed processes...
    ================================================================================
    opmn id=InBlrIngAIX1:6200
    0 of 2 processes started.
    ias-instance id=ingas.localhost
    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    ias-component/process-type/process-set:
    HTTP_Server/HTTP_Server/HTTP_Server/
    Error
    --> Process (index=1,uid=1867980845,pid=446594)
    time out while waiting for a managed process to start
    Log:
    /usr/home/oracle/product/10.1.3/OracleAS_1/opmn/logs/HTTP_Server~1
    ias-component/process-type/process-set:
    OC4J/home/default_group/
    Error
    --> Process (index=1,uid=1867980846,pid=450632)
    time out while waiting for a managed process to start
    Log:
    /usr/home/oracle/product/10.1.3/OracleAS_1/opmn/logs/OC4J~home~default_group~1
    End output from spawned process.
    Invalid Exit Code. The following result code will be used for configuration assistants: 1
    Configuration assistant "OPMN Configuration Assistant" failed
    /usr/home/oracle/product/10.1.3/OracleAS_1/opmn/bin/opmnctl[20]: unlimited: 0403-009 The specified number is not valid for this command.
    opmnctl: starting opmn and all managed processes...
    ================================================================================
    opmn id=InBlrIngAIX1:6200
    0 of 2 processes started.
    ias-instance id=ingas.localhost
    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    ias-component/process-type/process-set:
    HTTP_Server/HTTP_Server/HTTP_Server/
    Error
    --> Process (index=1,uid=1867980845,pid=446594)
    time out while waiting for a managed process to start
    Log:
    /usr/home/oracle/product/10.1.3/OracleAS_1/opmn/logs/HTTP_Server~1
    ias-component/process-type/process-set:
    OC4J/home/default_group/
    Error
    --> Process (index=1,uid=1867980846,pid=450632)
    time out while waiting for a managed process to start
    Log:
    /usr/home/oracle/product/10.1.3/OracleAS_1/opmn/logs/OC4J~home~default_group~1
    Result code for launching of configuration assistant is: 1
    The OUICA command is launched from /usr/home/oracle/product/10.1.3/OracleAS_1/oui/bin/ouica.sh.
    Error:*** Alert: Some of the configuration assistants failed. It is strongly recommended that you retry the configuration assistants at this time. Not successfully running any "Recommended" assistants means your system will not be correctly configured. Select the failed assistants and click the 'Retry' button to retry them. ***-----------------------------------------------------------------------------
    *** Starting OUICA ***
    Oracle Home set to /usr/home/oracle/product/10.1.3/OracleAS_1
    Configuration directory is set to /usr/home/oracle/product/10.1.3/OracleAS_1/cfgtoollogs. All xml files under the directory will be processed
    User Selected: Yes/OK
    Starting to execute configuration assistants
    Launched configuration assistant 'OPMN Configuration Assistant'
    Tool type is: Recommended.
    The command being spawned is: '/usr/home/oracle/product/10.1.3/OracleAS_1/opmn/bin/opmnctl startall'
    Start output from spawned process:
    /usr/home/oracle/product/10.1.3/OracleAS_1/opmn/bin/opmnctl[20]: unlimited: 0403-009 The specified number is not valid for this command.
    opmnctl: starting opmn and all managed processes...
    The OUICA command is launched from /usr/home/oracle/product/10.1.3/OracleAS_1/oui/bin/ouica.sh.
    Error:*** Alert: The assistant you are trying to stop is a "Recommended" assistant. Not successfully running any "Recommended" assistant means your system will not be correctly configured.
    Do you wish to proceed? ***-----------------------------------------------------------------------------
    *** Starting OUICA ***
    Oracle Home set to /usr/home/oracle/product/10.1.3/OracleAS_1
    Configuration directory is set to /usr/home/oracle/product/10.1.3/OracleAS_1/cfgtoollogs. All xml files under the directory will be processed
    User Selected: Yes/OK
    The OUICA command is launched from /usr/home/oracle/product/10.1.3/OracleAS_1/oui/bin/ouica.sh.
    Error:*** Alert: The assistant you are trying to stop is a "Recommended" assistant. Not successfully running any "Recommended" assistant means your system will not be correctly configured.
    Do you wish to proceed? ***-----------------------------------------------------------------------------
    *** Starting OUICA ***
    Oracle Home set to /usr/home/oracle/product/10.1.3/OracleAS_1
    Configuration directory is set to /usr/home/oracle/product/10.1.3/OracleAS_1/cfgtoollogs. All xml files under the directory will be processed
    User Selected: Yes/OK
    ================================================================================
    opmn id=InBlrIngAIX1:6200
    0 of 2 processes started.
    ias-instance id=ingas.localhost
    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    ias-component/process-type/process-set:
    HTTP_Server/HTTP_Server/HTTP_Server/
    Error
    --> Process (index=1,uid=1867980853,pid=516350)
    failed to start a managed process after the maximum retry limit
    Log:
    /usr/home/oracle/product/10.1.3/OracleAS_1/opmn/logs/HTTP_Server~1
    ias-component/process-type/process-set:
    OC4J/home/default_group/
    Error
    --> Process (index=1,uid=1867980854,pid=479354)
    time out while waiting for a managed process to start
    Log:
    /usr/home/oracle/product/10.1.3/OracleAS_1/opmn/logs/OC4J~home~default_group~1
    End output from spawned process.
    Configuration assistant "OPMN Configuration Assistant" was canceled.
    Result code for launching of configuration assistant is: -1
    Starting to execute configuration assistants
    Launched configuration assistant 'OPMN Configuration Assistant'
    Tool type is: Recommended.
    The command being spawned is: '/usr/home/oracle/product/10.1.3/OracleAS_1/opmn/bin/opmnctl startall'
    Start output from spawned process:
    /usr/home/oracle/product/10.1.3/OracleAS_1/opmn/bin/opmnctl[20]: unlimited: 0403-009 The specified number is not valid for this command.
    opmnctl: starting opmn and all managed processes...
    ================================================================================
    opmn id=InBlrIngAIX1:6200
    0 of 2 processes started.
    ias-instance id=ingas.localhost
    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    ias-component/process-type/process-set:
    HTTP_Server/HTTP_Server/HTTP_Server/
    Error
    --> Process (index=1,uid=1867980859,pid=548904)
    failed to start a managed process after the maximum retry limit
    Log:
    /usr/home/oracle/product/10.1.3/OracleAS_1/opmn/logs/HTTP_Server~1
    ias-component/process-type/process-set:
    OC4J/home/default_group/
    Error
    --> Process (index=1,uid=1867980860,pid=540870)
    time out while waiting for a managed process to start
    Log:
    /usr/home/oracle/product/10.1.3/OracleAS_1/opmn/logs/OC4J~home~default_group~1
    End output from spawned process.
    Invalid Exit Code. The following result code will be used for configuration assistants: 1
    Configuration assistant "OPMN Configuration Assistant" failed
    /usr/home/oracle/product/10.1.3/OracleAS_1/opmn/bin/opmnctl[20]: unlimited: 0403-009 The specified number is not valid for this command.
    opmnctl: starting opmn and all managed processes...
    ================================================================================
    opmn id=InBlrIngAIX1:6200
    0 of 2 processes started.
    ias-instance id=ingas.localhost
    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    ias-component/process-type/process-set:
    HTTP_Server/HTTP_Server/HTTP_Server/
    Error
    --> Process (index=1,uid=1867980859,pid=548904)
    failed to start a managed process after the maximum retry limit
    Log:
    /usr/home/oracle/product/10.1.3/OracleAS_1/opmn/logs/HTTP_Server~1
    ias-component/process-type/process-set:
    OC4J/home/default_group/
    Error
    --> Process (index=1,uid=1867980860,pid=540870)
    time out while waiting for a managed process to start
    Log:
    /usr/home/oracle/product/10.1.3/OracleAS_1/opmn/logs/OC4J~home~default_group~1
    Result code for launching of configuration assistant is: 1
    The OUICA command is launched from /usr/home/oracle/product/10.1.3/OracleAS_1/oui/bin/ouica.sh.-----------------------------------------------------------------------------
    *** Starting OUICA ***
    Oracle Home set to /usr/home/oracle/product/10.1.3/OracleAS_1
    Configuration directory is set to /usr/home/oracle/product/10.1.3/OracleAS_1/cfgtoollogs. All xml files under the directory will be processed
    The following configuration assistants have not been successfully completed. These assistants must be completed for your product to be completely configured.
    Execute file /usr/home/oracle/product/10.1.3/OracleAS_1/cfgtoollogs/configToolCommands to re-run all skipped/failed configuration assistants.
    echo OPMN Configuration Assistant
    /usr/home/oracle/product/10.1.3/OracleAS_1/opmn/bin/opmnctl startall
    Error:*** Alert: One or more "Recommended" configuration assistants have not completed successfully. Not successfully running any "Recommended" assistant means your system will not be correctly configured. A list of the assistants that need to be run is generated in the log of this session which is located at:
    /usr/home/oracle/oraInventory/logs/installActions2008-03-24_12-37-24PM.log ***
    User Selected: Yes/OK
    Warning:*** Alert: A configuration script needs to be run as root before installation can proceed. Leaving this window open, open another window and run '/usr/home/oracle/product/10.1.3/OracleAS_1/root.sh' as root, then return to this window and click OK to continue. ***
    User Selected: Yes/OK
    *** End of Installation Page***
    The installation of Oracle Application Server 10g was successful, but some optional configuration assistants failed, were cancelled or skipped.
    Warning:*** Alert: Do you really want to exit? ***
    User Selected: Yes/OK
    The OUICA command is launched from /usr/home/oracle/product/10.1.3/OracleAS_1/oui/bin/ouica.sh.
    User Exit-----------------------------------------------------------------------------
    *** Starting OUICA ***
    Oracle Home set to /usr/home/oracle/product/10.1.3/OracleAS_1
    Configuration directory is set to /usr/home/oracle/product/10.1.3/OracleAS_1/cfgtoollogs. All xml files under the directory will be processed

  • Unable to start Oracle BI server and Presentation Service

    I am unable to start the Bi Server and presentation service . I start stop, options in service window is coming disabled. Please can any body help on this?

    Hi,
    Please check if you have started the Oracle BI Java host service.
    Check if the OC4j is started.
    Check the event viewer logs. Also check on what account the service is starting.
    Hope this helps ...
    Thanks,
    Anita

  • Unable to start the managed server on OBIEE11.1.1.6.0, Oracle RTD exception

    Hi
    I am unable to start the Managed server on OBIEE 11.1.1.6.0 , as it is giving the following exception
    "[bi_server1] [NOTIFICATION] [] [oracle.wsm.security.policy.scenario.executor.SecurityScenarioExecutor] [tid: RTD_Worker_9] [userId: <anonymous>] [ecid: 0000JxpZwaCDkZ__xPWByW1Hm1HW000001,1:23440] [APP: OracleRTD#11.1.1] [WSM_POLICY_NAME: oracle/wss_username_token_client_policy] Recipient Alias property not configured in the policy. Defaulting to encrypting with signers certificate.
    Here I am providing the bi_server1.log, bi_server1.out log,bi_server1-diagnostic.log
    Please suggest me workaround to resolve this issue,
    thanks in advance
    Pavan
    bi_server1.log
    ==========
    ####<Jun 24, 2013 12:41:40 PM AST> <Info> <WebLogicServer> <10.11.34.111> <> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <> <> <> <1372066900822> <BEA-000000> <WebLogic Server "bi_server1" version:
    WebLogic Server 10.3.5.0  Fri Apr 1 20:20:06 PDT 2011 1398638  Copyright (c) 1995, 2009, Oracle and/or its affiliates. All rights reserved.>
    ####<Jun 24, 2013 12:41:40 PM AST> <Notice> <Log Management> <10.11.34.111> <> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <> <> <> <1372066900902> <BEA-170019> <The server log file /app1/orabi/Oracle/Middleware/user_projects/domains/bifoundation_domain1/servers/bi_server1/logs/bi_server1.log is opened. All server side log events will be written to this file.>
    ####<Jun 24, 2013 12:41:40 PM AST> <Info> <Log Management> <10.11.34.111> <> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <> <> <> <1372066900906> <BEA-170023> <The Server Logging is initialized with Java Logging API implementation.>
    ####<Jun 24, 2013 12:41:40 PM AST> <Info> <Diagnostics> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1372066900981> <BEA-320001> <The ServerDebug service initialized successfully.>
    ####<Jun 24, 2013 12:41:41 PM AST> <Info> <Server> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1372066901098> <BEA-002622> <The protocol "t3" is now configured.>
    ####<Jun 24, 2013 12:41:41 PM AST> <Info> <Server> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1372066901098> <BEA-002622> <The protocol "t3s" is now configured.>
    ####<Jun 24, 2013 12:41:41 PM AST> <Info> <Server> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1372066901099> <BEA-002622> <The protocol "http" is now configured.>
    ####<Jun 24, 2013 12:41:41 PM AST> <Info> <Server> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1372066901099> <BEA-002622> <The protocol "https" is now configured.>
    ####<Jun 24, 2013 12:41:41 PM AST> <Info> <Server> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1372066901100> <BEA-002622> <The protocol "iiop" is now configured.>
    ####<Jun 24, 2013 12:41:41 PM AST> <Info> <Server> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1372066901101> <BEA-002622> <The protocol "iiops" is now configured.>
    ####<Jun 24, 2013 12:41:41 PM AST> <Info> <Server> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1372066901102> <BEA-002622> <The protocol "ldap" is now configured.>
    ####<Jun 24, 2013 12:41:41 PM AST> <Info> <Server> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1372066901102> <BEA-002622> <The protocol "ldaps" is now configured.>
    ####<Jun 24, 2013 12:41:41 PM AST> <Info> <Server> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1372066901106> <BEA-002622> <The protocol "cluster" is now configured.>
    ####<Jun 24, 2013 12:41:41 PM AST> <Info> <Server> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1372066901107> <BEA-002622> <The protocol "clusters" is now configured.>
    ####<Jun 24, 2013 12:41:41 PM AST> <Info> <Server> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1372066901109> <BEA-002622> <The protocol "snmp" is now configured.>
    ####<Jun 24, 2013 12:41:41 PM AST> <Info> <Server> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1372066901109> <BEA-002622> <The protocol "admin" is now configured.>
    ####<Jun 24, 2013 12:41:41 PM AST> <Info> <Server> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1372066901109> <BEA-002624> <The administration protocol is "t3s" and is now configured.>
    ####<Jun 24, 2013 12:41:41 PM AST> <Info> <RJVM> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1372066901133> <BEA-000570> <Network Configuration for Channel "bi_server1"
    Listen Address   :9704
    Public Address   N/A
    Http Enabled   true
    Tunneling Enabled  false
    Outbound Enabled  false
    Admin Traffic Enabled  true>
    ####<Jun 24, 2013 12:41:41 PM AST> <Info> <Server> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1372066901212> <BEA-002609> <Channel Service initialized.>
    ####<Jun 24, 2013 12:41:41 PM AST> <Info> <Socket> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1372066901243> <BEA-000415> <System has file descriptor limits of - soft: 4,096, hard: 4,096>
    ####<Jun 24, 2013 12:41:41 PM AST> <Info> <Socket> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1372066901243> <BEA-000416> <Using effective file descriptor limit of: 4,096 open sockets/files.>
    ####<Jun 24, 2013 12:41:41 PM AST> <Info> <Socket> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1372066901244> <BEA-000406> <PosixSocketMuxer was built on Jan 10 2008 23:07:45>
    ####<Jun 24, 2013 12:41:41 PM AST> <Info> <Socket> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1372066901301> <BEA-000436> <Allocating 4 reader threads.>
    ####<Jun 24, 2013 12:41:41 PM AST> <Info> <Socket> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1372066901302> <BEA-000446> <Native IO Enabled.>
    ####<Jun 24, 2013 12:41:41 PM AST> <Info> <IIOP> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1372066901427> <BEA-002014> <IIOP subsystem enabled.>
    ####<Jun 24, 2013 12:41:47 PM AST> <Info> <Security> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1372066907382> <BEA-090894> <Successfully loaded the OPSS Policy Provider using oracle.security.jps.internal.policystore.JavaPolicyProvider.>
    ####<Jun 24, 2013 12:41:47 PM AST> <Info> <Security> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1372066907849> <BEA-000000> <Starting OpenJPA 1.1.1-SNAPSHOT>
    ####<Jun 24, 2013 12:41:48 PM AST> <Info> <Security> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1372066908041> <BEA-000000> <StoreServiceImpl.initJDO - StoreService is initialized with Id = ldap_LVk1d2v3EBrlDS/rSIpIRiGgLnM=>
    ####<Jun 24, 2013 12:41:48 PM AST> <Info> <Security> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1372066908346> <BEA-090516> <The RoleMapper provider has preexisting LDAP data.>
    ####<Jun 24, 2013 12:41:48 PM AST> <Info> <Security> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1372066908755> <BEA-090516> <The Authorizer provider has preexisting LDAP data.>
    ####<Jun 24, 2013 12:41:49 PM AST> <Info> <Security> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1372066909006> <BEA-090516> <The CredentialMapper provider has preexisting LDAP data.>
    ####<Jun 24, 2013 12:41:49 PM AST> <Info> <Security> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1372066909180> <BEA-090093> <No pre-WLS 8.1 Keystore providers are configured for server bi_server1 for security realm myrealm.>
    ####<Jun 24, 2013 12:41:49 PM AST> <Notice> <Security> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1372066909181> <BEA-090082> <Security initializing using security realm myrealm.>
    ####<Jun 24, 2013 12:41:49 PM AST> <Info> <Server> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1372066909747> <BEA-002622> <The protocol "[iiop, ldap, http, https, ldaps, cluster-broadcast, admin, iiops, t3s, cluster-broadcast-secure, snmp, t3]" is now configured.>
    ####<Jun 24, 2013 12:41:49 PM AST> <Info> <XML> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1372066909759> <BEA-130036> <Initializing XMLRegistry.>
    ####<Jun 24, 2013 12:41:49 PM AST> <Info> <messaging.interception> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1372066909771> <BEA-400000> <Initializing message interception service>
    ####<Jun 24, 2013 12:41:50 PM AST> <Info> <Store> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1372066910180> <BEA-280008> <Opening the persistent file store "_WLS_bi_server1" for recovery: directory=/app1/orabi/Oracle/Middleware/user_projects/domains/bifoundation_domain1/servers/bi_server1/data/store/default requestedWritePolicy="Direct-Write" fileLockingEnabled=true driver="wlfileio3".>
    ####<Jun 24, 2013 12:41:50 PM AST> <Info> <Store> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1372066910314> <BEA-280009> <The persistent file store "_WLS_bi_server1" (fb352aa7-3e6f-4655-b314-8b2cf7d9caa3) has been opened: blockSize=4,096 actualWritePolicy="Direct-Write(read-buffered)" explicitIOEnforced=false records=109.>
    ####<Jun 24, 2013 12:41:50 PM AST> <Info> <JDBC> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1372066910462> <BEA-001135> <Initializing the JDBC service.>
    ####<Jun 24, 2013 12:41:50 PM AST> <Info> <JDBC> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1372066910473> <BEA-001137> <Initialization complete.>
    ####<Jun 24, 2013 12:41:50 PM AST> <Info> <JDBC> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1372066910474> <BEA-001138> <Resuming the JDBC service.>
    ####<Jun 24, 2013 12:41:50 PM AST> <Info> <JDBC> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1372066910474> <BEA-001140> <Resume complete.>
    ####<Jun 24, 2013 12:41:50 PM AST> <Info> <Connector> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1372066910507> <BEA-190000> <Initializing J2EE Connector Service......>
    ####<Jun 24, 2013 12:41:50 PM AST> <Info> <Connector> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1372066910510> <BEA-190001> <J2EE Connector Service initialized successfully>
    ####<Jun 24, 2013 12:41:50 PM AST> <Info> <JMS> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1372066910593> <BEA-040305> <JMS service is initialized and in standby mode.>
    ####<Jun 24, 2013 12:41:50 PM AST> <Info> <JMS> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1372066910637> <BEA-040090> <Deployed 8 default connection factories.>
    ####<Jun 24, 2013 12:41:50 PM AST> <Info> <JMS> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1372066910638> <BEA-040407> <Default connection factory "DefaultXAConnectionFactory2" with its JNDI name "weblogic.jms.XAConnectionFactory2" is started.>
    ####<Jun 24, 2013 12:41:50 PM AST> <Info> <JMS> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1372066910638> <BEA-040407> <Default connection factory "MessageDrivenBeanConnectionFactory" with its JNDI name "weblogic.jms.MessageDrivenBeanConnectionFactory" is started.>
    ####<Jun 24, 2013 12:41:50 PM AST> <Info> <JMS> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1372066910639> <BEA-040407> <Default connection factory "DefaultXAConnectionFactory" with its JNDI name "weblogic.jms.XAConnectionFactory" is started.>
    ####<Jun 24, 2013 12:41:50 PM AST> <Info> <JMS> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1372066910639> <BEA-040407> <Default connection factory "DefaultConnectionFactory" with its JNDI name "weblogic.jms.ConnectionFactory" is started.>
    ####<Jun 24, 2013 12:41:50 PM AST> <Info> <JMS> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1372066910639> <BEA-040407> <Default connection factory "QueueConnectionFactory" with its JNDI name "javax.jms.QueueConnectionFactory" is started.>
    ####<Jun 24, 2013 12:41:50 PM AST> <Info> <JMS> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1372066910640> <BEA-040407> <Default connection factory "TopicConnectionFactory" with its JNDI name "javax.jms.TopicConnectionFactory" is started.>
    ####<Jun 24, 2013 12:41:50 PM AST> <Info> <JMS> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1372066910640> <BEA-040407> <Default connection factory "DefaultXAConnectionFactory0" with its JNDI name "weblogic.jms.XAConnectionFactory0" is started.>
    ####<Jun 24, 2013 12:41:50 PM AST> <Info> <JMS> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1372066910640> <BEA-040407> <Default connection factory "DefaultXAConnectionFactory1" with its JNDI name "weblogic.jms.XAConnectionFactory1" is started.>
    ####<Jun 24, 2013 12:41:50 PM AST> <Info> <JMS> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1372066910641> <BEA-040306> <JMS service is active now.>
    ####<Jun 24, 2013 12:41:50 PM AST> <Info> <HTTP> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1372066910680> <BEA-101128> <Initializing HTTP services.>
    ####<Jun 24, 2013 12:41:50 PM AST> <Info> <HTTP> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1372066910697> <BEA-101135> <bi_server1 is the default Web server.>
    ####<Jun 24, 2013 12:41:50 PM AST> <Info> <HTTP> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1372066910697> <BEA-101052> <[HttpServer (defaultWebserver) name: bi_server1] Initialized>
    ####<Jun 24, 2013 12:41:50 PM AST> <Info> <HTTP> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1372066910700> <BEA-101129> <Initializing the Web application container.>
    ####<Jun 24, 2013 12:41:50 PM AST> <Info> <WTC> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1372066910746> <BEA-180046> <INFO: Logging service enabled.>
    ####<Jun 24, 2013 12:41:50 PM AST> <Info> <WTC> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1372066910749> <BEA-180046> <INFO: TC Configuration Helper instantiated!>
    ####<Jun 24, 2013 12:41:50 PM AST> <Info> <WTC> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1372066910750> <BEA-180046> <INFO: TC Task Manager instantiated!>
    ####<Jun 24, 2013 12:41:50 PM AST> <Info> <WTC> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1372066910753> <BEA-180046> <INFO: TC security service instantiated!>
    ####<Jun 24, 2013 12:41:50 PM AST> <Info> <WTC> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1372066910756> <BEA-180046> <INFO: TC Outbound routing service instantiated!>
    ####<Jun 24, 2013 12:41:50 PM AST> <Info> <WTC> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1372066910758> <BEA-180046> <INFO: TC Transaction service instantiated!>
    ####<Jun 24, 2013 12:41:50 PM AST> <Info> <WebService> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1372066910770> <BEA-220031> <The server does not support reliable SOAP messaging.>
    ####<Jun 24, 2013 12:41:50 PM AST> <Info> <WebService> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1372066910771> <BEA-220027> <Web Service reliable agents are started on the server.>
    ####<Jun 24, 2013 12:41:50 PM AST> <Info> <JMX> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1372066910888> <BEA-149512> <JMX Connector Server started at service:jmx:iiop://10.11.34.111:9704/jndi/weblogic.management.mbeanservers.runtime .>
    ####<Jun 24, 2013 12:41:50 PM AST> <Info> <WebLogicServer> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1372066910904> <BEA-000256> <Invoking oracle.jrf.wls.JRFStartup.main(null)>
    ####<Jun 24, 2013 12:41:51 PM AST> <Info> <WebLogicServer> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1372066911658> <BEA-000256> <Invoking oracle.security.jps.wls.JpsWlsStartupClass.main(null)>
    ####<Jun 24, 2013 12:41:51 PM AST> <Info> <WebLogicServer> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1372066911696> <BEA-000256> <Invoking oracle.core.ojdl.weblogic.ODLConfiguration.main(null)>
    ####<Jun 24, 2013 12:41:52 PM AST> <Info> <WebLogicServer> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <0000JxpZtZhDkZ__xPWByW1Hm1HW000000> <1372066912880> <BEA-000256> <Invoking oracle.jrf.AppContextStartup.main(null)>
    ####<Jun 24, 2013 12:41:52 PM AST> <Info> <WebLogicServer> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <0000JxpZtZhDkZ__xPWByW1Hm1HW000000> <1372066912883> <BEA-000256> <Invoking oracle.as.jmx.framework.wls.spi.StartupListener.main(null)>
    ####<Jun 24, 2013 12:41:52 PM AST> <Info> <WebLogicServer> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <0000JxpZtZhDkZ__xPWByW1Hm1HW000000> <1372066912942> <BEA-000256> <Invoking oracle.j2ee.ws.server.WebServiceServerStartup.main(null)>
    ####<Jun 24, 2013 12:41:52 PM AST> <Info> <WebLogicServer> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <0000JxpZtZhDkZ__xPWByW1Hm1HW000000> <1372066912956> <BEA-000256> <Invoking oracle.ias.cache.Startup.main(null)>
    ####<Jun 24, 2013 12:41:52 PM AST> <Info> <WebLogicServer> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <0000JxpZtZhDkZ__xPWByW1Hm1HW000000> <1372066912959> <BEA-000256> <Invoking oracle.dms.wls.DMSStartup.main(null)>
    ####<Jun 24, 2013 12:41:53 PM AST> <Info> <Management> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1372066913225> <BEA-141278> <Java entropy configuration is: System property "java.security.egd= null"; JRE's java.security file property "securerandom.source= null"; Assumed Blocking Config= true; JDK version= 1.6.0; Operating System= AIX.>
    ####<Jun 24, 2013 12:41:53 PM AST> <Info> <Management> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1372066913226> <BEA-141279> <Detected BLOCKING java entropy configuration. This is the most secure setting, but may cause performance issues on machines with few sources of entropy.>
    ####<Jun 24, 2013 12:41:53 PM AST> <Info> <Management> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1372066913228> <BEA-141187> <Java system properties are defined as follows:
    EPM_ORACLE_HOME = /app1/orabi/Oracle/Middleware/Oracle_BI1
    EPM_ORACLE_INSTANCE = novalue
    EPM_REG_PROPERTIES_PATH = /app1/orabi/Oracle/Middleware/user_projects/domains/bifoundation_domain1/config/fmwconfig
    HYPERION_HOME = /app1/orabi/Oracle/Middleware/Oracle_BI1
    XDO_FONT_DIR = /app1/orabi/Oracle/Middleware/Oracle_BI1/common/fonts
    bi.oracle.home = /app1/orabi/Oracle/Middleware/Oracle_BI1
    com.ibm.cpu.endian = big
    com.ibm.oti.configuration = scar
    com.ibm.oti.jcl.build = 20110622_1654
    com.ibm.oti.shared.enabled = false
    com.ibm.oti.vm.bootstrap.library.path = /usr/java6_64/jre/lib/ppc64/default:/usr/java6_64/jre/lib/ppc64
    com.ibm.oti.vm.library.version = 24
    com.ibm.vm.bitmode = 64
    common.components.home = /app1/orabi/Oracle/Middleware/oracle_common
    domain.home = /app1/orabi/Oracle/Middleware/user_projects/domains/bifoundation_domain1
    em.oracle.home = /app1/orabi/Oracle/Middleware/oracle_common
    epm.useApplicationContextId = false
    file.encoding = utf-8
    file.separator = /
    hyperion.home = /app1/orabi/Oracle/Middleware/Oracle_BI1
    ibm.signalhandling.rs = false
    ibm.signalhandling.sigchain = true
    ibm.signalhandling.sigint = true
    ibm.system.encoding = ISO8859-1
    igf.arisidbeans.carmlloc = /app1/orabi/Oracle/Middleware/user_projects/domains/bifoundation_domain1/config/fmwconfig/carml
    igf.arisidstack.home = /app1/orabi/Oracle/Middleware/user_projects/domains/bifoundation_domain1/config/fmwconfig/arisidprovider
    java.assistive = ON
    java.awt.graphicsenv = sun.awt.X11GraphicsEnvironment
    java.awt.headless = true
    java.awt.printerjob = sun.print.PSPrinterJob
    java.class.path = /app1/orabi/Oracle/Middleware/oracle_common/modules/oracle.jdbc_11.1.1/ojdbc6dms.jar:/app1/orabi/Oracle/Middleware/Oracle_BI1/bifoundation/jdbc/jdk16/bijdbc.jar::/app1/orabi/Oracle/Middleware/patch_wls1035/profiles/default/sys_manifest_classpath/weblogic_patch.jar:/app1/orabi/Oracle/Middleware/patch_ocp360/profiles/default/sys_manifest_classpath/weblogic_patch.jar:/usr/java6_64/lib/tools.jar:/app1/orabi/Oracle/Middleware/wlserver_10.3/server/lib/weblogic_sp.jar:/app1/orabi/Oracle/Middleware/wlserver_10.3/server/lib/weblogic.jar:/app1/orabi/Oracle/Middleware/modules/features/weblogic.server.modules_10.3.5.0.jar:/app1/orabi/Oracle/Middleware/wlserver_10.3/server/lib/webservices.jar:/app1/orabi/Oracle/Middleware/modules/org.apache.ant_1.7.1/lib/ant-all.jar:/app1/orabi/Oracle/Middleware/modules/net.sf.antcontrib_1.1.0.0_1-0b2/lib/ant-contrib.jar:/app1/orabi/Oracle/Middleware/wlserver_10.3/server/lib/weblogic.jar:/app1/orabi/Oracle/Middleware/oracle_common/modules/oracle.dms_11.1.1/dms.jar:/app1/orabi/Oracle/Middleware/oracle_common/modules/oracle.jmx_11.1.1/jmxframework.jar:/app1/orabi/Oracle/Middleware/oracle_common/modules/oracle.jmx_11.1.1/jmxspi.jar:/app1/orabi/Oracle/Middleware/oracle_common/modules/oracle.odl_11.1.1/ojdl.jar:/app1/orabi/Oracle/Middleware/oracle_common/soa/modules/commons-cli-1.1.jar:/app1/orabi/Oracle/Middleware/oracle_common/soa/modules/oracle.soa.mgmt_11.1.1/soa-infra-mgmt.jar:/app1/orabi/Oracle/Middleware/oracle_common/modules/oracle.jrf_11.1.1/jrf.jar:/app1/orabi/Oracle/Middleware/wlserver_10.3/common/derby/lib/derbyclient.jar:/app1/orabi/Oracle/Middleware/wlserver_10.3/server/lib/xqrl.jar:/app1/orabi/Oracle/Middleware/patch_wls1035/profiles/default/sys_manifest_classpath/weblogic_patch.jar:/app1/orabi/Oracle/Middleware/patch_ocp360/profiles/default/sys_manifest_classpath/weblogic_patch.jar:/usr/java6_64/lib/tools.jar:/app1/orabi/Oracle/Middleware/wlserver_10.3/server/lib/weblogic_sp.jar:/app1/orabi/Oracle/Middleware/wlserver_10.3/server/lib/weblogic.jar:/app1/orabi/Oracle/Middleware/modules/features/weblogic.server.modules_10.3.5.0.jar:/app1/orabi/Oracle/Middleware/wlserver_10.3/server/lib/webservices.jar:/app1/orabi/Oracle/Middleware/modules/org.apache.ant_1.7.1/lib/ant-all.jar:/app1/orabi/Oracle/Middleware/modules/net.sf.antcontrib_1.1.0.0_1-0b2/lib/ant-contrib.jar::/app1/orabi/Oracle/Middleware
    java.class.version = 50.0
    java.compiler = j9jit24
    java.endorsed.dirs = /usr/java6_64/jre/lib/endorsed
    java.ext.dirs = /usr/java6_64/jre/lib/ext
    java.fullversion = JRE 1.6.0 IBM J9 2.4 AIX ppc64-64 jvmap6460sr9-20110624_85526 (JIT enabled, AOT enabled)
    J9VM - 20110624_085526
    JIT  - r9_20101028_17488ifx17
    GC   - 20101027_AA
    java.home = /usr/java6_64/jre
    java.io.tmpdir = /tmp/
    java.jcl.version = 20110530_01
    java.library.path = /usr/java6_64/jre/lib/ppc64/default:/usr/java6_64/jre/lib/ppc64:/usr/java6_64/jre/lib/ppc64:/usr/java6_64/jre/lib/ppc64/default:/usr/java6_64/jre/lib/ppc64/j9vm:/usr/java6_64/jre/lib/ppc64:/usr/java6_64/jre/../lib/ppc64:/app1/orabi/Oracle/Middleware/patch_wls1035/profiles/default/native:/app1/orabi/Oracle/Middleware/patch_ocp360/profiles/default/native:/usr/java6_64/jre/lib/ppc64/j9vm:/usr/java6_64/jre/lib/ppc64:/usr/java6_64/jre/../lib/ppc64:/app1/orabi/Oracle/Middleware/patch_wls1035/profiles/default/native:/app1/orabi/Oracle/Middleware/patch_ocp360/profiles/default/native:/app1/orabi/Oracle/Middleware/wlserver_10.3/server/native/aix/ppc64:/usr/lib:/app1/orabi/Oracle/Middleware/wlserver_10.3/server/native/aix/ppc64:/usr/lib:/usr/lib
    java.naming.factory.initial = weblogic.jndi.WLInitialContextFactory
    java.naming.factory.url.pkgs = weblogic.jndi.factories:weblogic.corba.j2ee.naming.url:weblogic.jndi.factories:weblogic.corba.j2ee.naming.url
    java.protocol.handler.pkgs = oracle.mds.net.protocol|weblogic.net
    java.runtime.name = Java(TM) SE Runtime Environment
    java.runtime.version = pap6460sr9fp2-20110627_03 (SR9 FP2)
    java.security.policy = /app1/orabi/Oracle/Middleware/wlserver_10.3/server/lib/weblogic.policy
    java.specification.name = Java Platform API Specification
    java.specification.vendor = Sun Microsystems Inc.
    java.specification.version = 1.6
    java.util.logging.config.class = oracle.core.ojdl.logging.LoggingConfiguration
    java.util.prefs.PreferencesFactory = java.util.prefs.FileSystemPreferencesFactory
    java.vendor = IBM Corporation
    java.vendor.url = http://www.ibm.com/
    java.version = 1.6.0
    java.vm.info = JRE 1.6.0 IBM J9 2.4 AIX ppc64-64 jvmap6460sr9-20110624_85526 (JIT enabled, AOT enabled)
    J9VM - 20110624_085526
    JIT  - r9_20101028_17488ifx17
    GC   - 20101027_AA
    java.vm.name = IBM J9 VM
    java.vm.specification.name = Java Virtual Machine Specification
    java.vm.specification.vendor = Sun Microsystems Inc.
    java.vm.specification.version = 1.0
    java.vm.vendor = IBM Corporation
    java.vm.version = 2.4
    javax.management.builder.initial = weblogic.management.jmx.mbeanserver.WLSMBeanServerBuilder
    javax.rmi.CORBA.PortableRemoteObjectClass = weblogic.iiop.PortableRemoteObjectDelegateImpl
    javax.rmi.CORBA.UtilClass = weblogic.iiop.UtilDelegateImpl
    javax.xml.rpc.ServiceFactory = weblogic.webservice.core.rpc.ServiceFactoryImpl
    javax.xml.soap.MessageFactory = weblogic.webservice.core.soap.MessageFactoryImpl
    jrf.version = 11.1.1
    jrockit.optfile = /app1/orabi/Oracle/Middleware/oracle_common/modules/oracle.jrf_11.1.1/jrocket_optfile.txt
    jxe.current.romimage.version = 15
    jxe.lowest.romimage.version = 15
    oracle.biee.search.bisearchproperties = /app1/orabi/Oracle/Middleware/Oracle_BI1/bifoundation/jee/BISearchConfig.properties
    oracle.core.ojdl.logging.applicationcontextprovider = oracle.core.ojdl.logging.WlsApplicationContextImpl
    oracle.core.ojdl.logging.componentId = bi_server1
    oracle.core.ojdl.logging.config.file = /app1/orabi/Oracle/Middleware/oracle_common/modules/oracle.ovd_11.1.1/templates/ovd-logging.xml
    oracle.core.ojdl.logging.usercontextprovider = oracle.core.ojdl.logging.WlsUserContextImpl
    oracle.deployed.app.dir = /app1/orabi/Oracle/Middleware/user_projects/domains/bifoundation_domain1/servers/bi_server1/tmp/_WL_user
    oracle.deployed.app.ext = /-
    oracle.domain.config.dir = /app1/orabi/Oracle/Middleware/user_projects/domains/bifoundation_domain1/config/fmwconfig
    oracle.ecsf.configuration.class = oracle.biee.search.services.BISearchServiceConfiguration
    oracle.ecsf.security.service = oracle.biee.search.security.BISearchSecurityService
    oracle.notification.filewatching.interval = 2000
    oracle.security.jps.config = /app1/orabi/Oracle/Middleware/user_projects/domains/bifoundation_domain1/config/fmwconfig/jps-config.xml
    oracle.server.config.dir = /app1/orabi/Oracle/Middleware/user_projects/domains/bifoundation_domain1/config/fmwconfig/servers/bi_server1
    org.apache.commons.logging.Log = org.apache.commons.logging.impl.Jdk14Logger
    org.omg.CORBA.ORBClass = weblogic.corba.orb.ORB
    org.omg.CORBA.ORBSingletonClass = weblogic.corba.orb.ORB
    org.xml.sax.driver = weblogic.xml.jaxp.RegistryXMLReader
    org.xml.sax.parser = weblogic.xml.jaxp.RegistryParser
    os.arch = ppc64
    os.encoding = ISO8859-1
    os.name = AIX
    os.version = 6.1
    path.separator = :
    platform.home = /app1/orabi/Oracle/Middleware/wlserver_10.3
    rtd.instanceName = RTD_bi_server1
    server.group = obi
    sun.arch.data.model = 64
    sun.boot.class.path = /usr/java6_64/jre/lib/ppc64/default/jclSC160/vm.jar:/usr/java6_64/jre/lib/annotation.jar:/usr/java6_64/jre/lib/beans.jar:/usr/java6_64/jre/lib/java.util.jar:/usr/java6_64/jre/lib/jndi.jar:/usr/java6_64/jre/lib/logging.jar:/usr/java6_64/jre/lib/security.jar:/usr/java6_64/jre/lib/sql.jar:/usr/java6_64/jre/lib/ibmorb.jar:/usr/java6_64/jre/lib/ibmorbapi.jar:/usr/java6_64/jre/lib/ibmcfw.jar:/usr/java6_64/jre/lib/rt.jar:/usr/java6_64/jre/lib/charsets.jar:/usr/java6_64/jre/lib/resources.jar:/usr/java6_64/jre/lib/ibmpkcs.jar:/usr/java6_64/jre/lib/ibmcertpathfw.jar:/usr/java6_64/jre/lib/ibmjgssfw.jar:/usr/java6_64/jre/lib/ibmjssefw.jar:/usr/java6_64/jre/lib/ibmsaslfw.jar:/usr/java6_64/jre/lib/ibmjcefw.jar:/usr/java6_64/jre/lib/ibmjgssprovider.jar:/usr/java6_64/jre/lib/ibmjsseprovider2.jar:/usr/java6_64/jre/lib/ibmcertpathprovider.jar:/usr/java6_64/jre/lib/ibmxmlcrypto.jar:/usr/java6_64/jre/lib/management-agent.jar:/usr/java6_64/jre/lib/xml.jar:/usr/java6_64/jre/lib/jlm.jar:/usr/java6_64/jre/lib/javascript.jar
    sun.boot.library.path = /usr/java6_64/jre/lib/ppc64/default:/usr/java6_64/jre/lib/ppc64
    sun.io.unicode.encoding = UnicodeBig
    sun.java.command = weblogic.Server
    sun.java.launcher = SUN_STANDARD
    sun.jnu.encoding = ISO8859-1
    user.country = US
    user.dir = /app1/orabi/Oracle/Middleware/user_projects/domains/bifoundation_domain1
    user.home = /home/orabi
    user.language = en
    user.name = orabi
    user.timezone = Asia/Riyadh
    vde.home = /app1/orabi/Oracle/Middleware/user_projects/domains/bifoundation_domain1/servers/bi_server1/data/ldap
    weblogic.MaxMessageSize = 50000000
    weblogic.Name = bi_server1
    weblogic.ProductionModeEnabled = true
    weblogic.ReverseDNSAllowed = false
    weblogic.alternateTypesDirectory = /app1/orabi/Oracle/Middleware/oracle_common/modules/oracle.ossoiap_11.1.1,/app1/orabi/Oracle/Middleware/oracle_common/modules/oracle.oamprovider_11.1.1
    weblogic.classloader.preprocessor = weblogic.diagnostics.instrumentation.DiagnosticClassPreProcessor
    weblogic.ext.dirs = /app1/orabi/Oracle/Middleware/patch_wls1035/profiles/default/sysext_manifest_classpath:/app1/orabi/Oracle/Middleware/patch_ocp360/profiles/default/sysext_manifest_classpath
    weblogic.home = /app1/orabi/Oracle/Middleware/wlserver_10.3/server
    weblogic.jdbc.remoteEnabled = false
    weblogic.management.clearTextCredentialAccessEnabled = ********
    weblogic.management.discover = false
    weblogic.management.server = http://10.11.34.111:7001
    weblogic.nodemanager.ServiceEnabled = true
    weblogic.security.SSL.enableJSSE = true
    weblogic.security.SSL.ignoreHostnameVerification = true
    weblogic.security.TrustKeyStore = DemoTrust
    weblogic.system.BootIdentityFile = /app1/orabi/Oracle/Middleware/user_projects/domains/bifoundation_domain1/servers/bi_server1/data/nodemanager/boot.properties
    wls.home = /app1/orabi/Oracle/Middleware/wlserver_10.3/server
    wlw.iterativeDev = false
    wlw.logErrorsToConsole = false
    wlw.testConsole = false
    xdo.server.config.dir = /app1/orabi/Oracle/Middleware/user_projects/domains/bifoundation_domain1/config/bipublisher
    >
    ####<Jun 24, 2013 12:41:53 PM AST> <Info> <WorkManager> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1372066913766> <BEA-002903> <Creating WorkManager from "weblogic.wsee.mdb.DispatchPolicy" WorkManagerMBean for application "bea_wls_internal">
    ####<Jun 24, 2013 12:41:54 PM AST> <Notice> <WebLogicServer> <10.11.34.111> <bi_server1> <main> <<WLS Kernel>> <> <> <1372066914573> <BEA-000365> <Server state changed to STANDBY>
    ####<Jun 24, 2013 12:41:54 PM AST> <Notice> <WebLogicServer> <10.11.34.111> <bi_server1> <main> <<WLS Kernel>> <> <> <1372066914579> <BEA-000365> <Server state changed to STARTING>
    ####<Jun 24, 2013 12:41:54 PM AST> <Info> <SAFService> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1372066914605> <BEA-281003> <SAF Service has been initialized.>
    ####<Jun 24, 2013 12:41:54 PM AST> <Info> <SAFService> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1372066914612> <BEA-281002> <SAF Service has been started.>
    ####<Jun 24, 2013 12:41:54 PM AST> <Info> <WseeCore> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1372066914622> <BEA-220502> <The Wsee Service is starting>
    ####<Jun 24, 2013 12:41:54 PM AST> <Info> <Deployer> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1372066914743> <BEA-149209> <Resuming.>
    ####<Jun 24, 2013 12:41:54 PM AST> <Info> <WorkManager> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1372066914823> <BEA-002903> <Creating WorkManager from "weblogic.wsee.mdb.DispatchPolicy" WorkManagerMBean for application "bea_wls9_async_response">
    ####<Jun 24, 2013 12:41:56 PM AST> <Info> <WorkManager> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1372066916264> <BEA-002903> <Creating WorkManager from "weblogic.wsee.mdb.DispatchPolicy" WorkManagerMBean for application "bea_wls_cluster_internal">
    ####<Jun 24, 2013 12:41:56 PM AST> <Info> <WorkManager> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1372066916333> <BEA-002903> <Creating WorkManager from "weblogic.wsee.mdb.DispatchPolicy" WorkManagerMBean for application "bea_wls_deployment_internal">
    ####<Jun 24, 2013 12:41:56 PM AST> <Info> <WorkManager> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1372066916428> <BEA-002903> <Creating WorkManager from "weblogic.wsee.mdb.DispatchPolicy" WorkManagerMBean for application "EPMSystemRegistry">
    ####<Jun 24, 2013 12:41:56 PM AST> <Info> <JDBC> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1372066916440> <BEA-001177> <Creating Connection Pool named EPMSystemRegistry, URL = jdbc:oracle:thin:@ebspocapp:1521/EBPRD, Properties = user=DEV_BIPLATFORM;oracle.net.CONNECT_TIMEOUT=10000;.>
    ####<Jun 24, 2013 12:41:56 PM AST> <Info> <Common> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1372066916455> <BEA-000626> <Free resources in pool "EPMSystemRegistry" will be tested every "300" seconds.>
    ####<Jun 24, 2013 12:41:56 PM AST> <Info> <JDBC> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1372066916577> <BEA-001124> <Created Connection Pool named EPMSystemRegistry.>
    ####<Jun 24, 2013 12:41:56 PM AST> <Info> <JDBC> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1372066916591> <BEA-001174> <Creating Data Source named EPMSystemRegistry, JNDI Name = jdbc/EPMSystemRegistry.>
    ####<Jun 24, 2013 12:41:56 PM AST> <Info> <JDBC> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1372066916642> <BEA-001512> <Data Source EPMSystemRegistry has been successfully created.>
    ####<Jun 24, 2013 12:41:56 PM AST> <Info> <WorkManager> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1372066916644> <BEA-002903> <Creating WorkManager from "weblogic.wsee.mdb.DispatchPolicy" WorkManagerMBean for application "bip_datasource">
    ####<Jun 24, 2013 12:41:56 PM AST> <Info> <JDBC> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1372066916652> <BEA-001177> <Creating Connection Pool named bip_datasource, URL = jdbc:oracle:thin:@ebspocapp:1521/EBPRD, Properties = user=DEV_BIPLATFORM;oracle.net.CONNECT_TIMEOUT=10000;.>
    ####<Jun 24, 2013 12:41:56 PM AST> <Info> <Common> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1372066916654> <BEA-000626> <Free resources in pool "bip_datasource" will be tested every "300" seconds.>
    ####<Jun 24, 2013 12:41:56 PM AST> <Info> <JDBC> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1372066916655> <BEA-001124> <Created Connection Pool named bip_datasource.>
    ####<Jun 24, 2013 12:41:56 PM AST> <Info> <JDBC> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1372066916656> <BEA-001174> <Creating Data Source named bip_datasource, JNDI Name = jdbc/bip_datasource.>
    ####<Jun 24, 2013 12:41:56 PM AST> <Info> <JDBC> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1372066916676> <BEA-001512> <Data Source bip_datasource has been successfully created.>
    ####<Jun 24, 2013 12:41:56 PM AST> <Info> <WorkManager> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1372066916678> <BEA-002903> <Creating WorkManager from "weblogic.wsee.mdb.DispatchPolicy" WorkManagerMBean for application "mds-owsm">
    ####<Jun 24, 2013 12:41:56 PM AST> <Info> <JDBC> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1372066916687> <BEA-001177> <Creating Connection Pool named mds-owsm, URL = jdbc:oracle:thin:@ebspocapp:1521/EBPRD, Properties = SendStreamAsBlob=true;user=DEV_MDS;oracle.net.CONNECT_TIMEOUT=10000;.>
    ####<Jun 24, 2013 12:41:56 PM AST> <Info> <Common> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1372066916688> <BEA-000626> <Free resources in pool "mds-owsm" will be tested every "300" seconds.>
    ####<Jun 24, 2013 12:41:56 PM AST> <Info> <JDBC> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1372066916690> <BEA-001124> <Created Connection Pool named mds-owsm.>
    ####<Jun 24, 2013 12:41:56 PM AST> <Info> <JDBC> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1372066916691> <BEA-001174> <Creating Data Source named mds-owsm, JNDI Name = jdbc/mds/owsm.>
    ####<Jun 24, 2013 12:41:56 PM AST> <Info> <JDBC> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1372066916726> <BEA-001512> <Data Source mds-owsm has been successfully created.>
    ####<Jun 24, 2013 12:41:56 PM AST> <Info> <WorkManager> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1372066916728> <BEA-002903> <Creating WorkManager from "weblogic.wsee.mdb.DispatchPolicy" WorkManagerMBean for application "rtd_datasource">
    ####<Jun 24, 2013 12:41:56 PM AST> <Info> <JDBC> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1372066916735> <BEA-001177> <Creating Connection Pool named rtd_datasource, URL = jdbc:oracle:thin:@ebspocapp:1521/EBPRD, Properties = user=DEV_BIPLATFORM;oracle.net.CONNECT_TIMEOUT=10000;.>
    ####<Jun 24, 2013 12:41:56 PM AST> <Info> <Common> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1372066916736> <BEA-000626> <Free resources in pool "rtd_datasource" will be tested every "300" seconds.>
    ####<Jun 24, 2013 12:41:56 PM AST> <Info> <JDBC> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1372066916738> <BEA-001124> <Created Connection Pool named rtd_datasource.>
    ####<Jun 24, 2013 12:41:56 PM AST> <Info> <JDBC> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1372066916740> <BEA-001174> <Creating Data Source named rtd_datasource, JNDI Name = SDDS.>
    ####<Jun 24, 2013 12:41:56 PM AST> <Info> <JDBC> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1372066916757> <BEA-001512> <Data Source rtd_datasource has been successfully created.>
    ####<Jun 24, 2013 12:41:56 PM AST> <Info> <Store> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1372066916922> <BEA-280008> <Opening the persistent file store "BipJmsStore" for recovery: directory=/app1/orabi/Oracle/Middleware/user_projects/domains/bifoundation_domain1/BipJmsStore requestedWritePolicy="Direct-Write" fileLockingEnabled=true driver="wlfileio3".>
    ####<Jun 24, 2013 12:41:57 PM AST> <Info> <Store> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1372066917017> <BEA-280009> <The persistent file store "BipJmsStore" (68f997df-e4a0-4eb1-9497-8d994726f787) has been opened: blockSize=4,096 actualWritePolicy="Direct-Write(read-buffered)" explicitIOEnforced=false records=16.>
    ####<Jun 24, 2013 12:41:57 PM AST> <Info> <JMS> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1372066917027> <BEA-040321> <JMSServer "BipJmsServer" is resuming.>
    ####<Jun 24, 2013 12:41:57 PM AST> <Info> <Messaging> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1372066917092> <BEA-282003> <The messaging kernel BipJmsServer will use up to 536,870,912 bytes of memory before paging begins>
    ####<Jun 24, 2013 12:41:57 PM AST> <Info> <Messaging> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1372066917115> <BEA-282001> <The messaging kernel BipJmsServer is beginning recovery of its persistent state>
    ####<Jun 24, 2013 12:41:57 PM AST> <Info> <Messaging> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1372066917158> <BEA-282002> <The messaging kernel BipJmsServer has recovered 0 persistent messages>
    ####<Jun 24, 2013 12:41:57 PM AST> <Info> <WorkManager> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1372066917200> <BEA-002903> <Creating WorkManager from "weblogic.wsee.mdb.DispatchPolicy" WorkManagerMBean for application "BipJmsResource">
    ####<Jun 24, 2013 12:41:57 PM AST> <Info> <JMS> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1372066917408> <BEA-040406> <Distributed destination "BipJmsResource!BIP.Burst.Job.Q" is started.>
    ####<Jun 24, 2013 12:42:01 PM AST> <Info> <JMS> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1372066921006> <BEA-040406> <Distributed destination "BipJmsResource!BIP.Burst.Report.Q" is started.>
    ####<Jun 24, 2013 12:42:01 PM AST> <Info> <JMS> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1372066921044> <BEA-040406> <Distributed destination "BipJmsResource!BIP.Delivery.Email.Q" is started.>
    ####<Jun 24, 2013 12:42:01 PM AST> <Info> <JMS> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1372066921063> <BEA-040406> <Distributed destination "BipJmsResource!BIP.Delivery.File.Q" is started.>
    ####<Jun 24, 2013 12:42:01 PM AST> <Info> <JMS> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1372066921078> <BEA-040406> <Distributed destination "BipJmsResource!BIP.Delivery.FTP.Q" is started.>
    ####<Jun 24, 2013 12:42:01 PM AST> <Info> <JMS> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1372066921091> <BEA-040406> <Distributed destination "BipJmsResource!BIP.Delivery.Print.Q" is started.>
    ####<Jun 24, 2013 12:42:01 PM AST> <Info> <JMS> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1372066921107> <BEA-040406> <Distributed destination "BipJmsResource!BIP.Delivery.WebDAV.Q" is started.>
    ####<Jun 24, 2013 12:42:01 PM AST> <Info> <JMS> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1372066921125> <BEA-040406> <Distributed destination "BipJmsResource!BIP.Delivery.Fax.Q" is started.>
    ####<Jun 24, 2013 12:42:01 PM AST> <Info> <JMS> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1372066921143> <BEA-040406> <Distributed destination "BipJmsResource!BIP.System.T" is started.>
    ####<Jun 24, 2013 12:42:01 PM AST> <Info> <JMS> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1372066921170> <BEA-040108> <User connection factory "BipJmsResource!BIP.JMS.CF" is started.>
    ####<Jun 24, 2013 12:42:01 PM AST> <Info> <WorkManager> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1372066921185> <BEA-002903> <Creating WorkManager from "weblogic.wsee.mdb.DispatchPolicy" WorkManagerMBean for application "Module-FMWDFW">
    ####<Jun 24, 2013 12:42:01 PM AST> <Info> <Diagnostics> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1372066921232> <BEA-320114> <Initializing the Diagnostics Harvester.>
    ####<Jun 24, 2013 12:42:01 PM AST> <Info> <Diagnostics> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1372066921241> <BEA-320117> <The Harvester is being disabled because there are no Harvestable types configured specified.>
    ####<Jun 24, 2013 12:42:01 PM AST> <Info> <Diagnostics> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1372066921245> <BEA-320119> <The Harvester is now in a inactive state.>
    ####<Jun 24, 2013 12:42:01 PM AST> <Info> <J2EE> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1372066921715> <BEA-160151> <Registered library Extension-Name: UIX, Specification-Version: 11, Implementation-Version: 11.1.1.1.0 (WAR).>
    ####<Jun 24, 2013 12:42:01 PM AST> <Info> <J2EE> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1372066921841> <BEA-160151> <Registered library Extension-Name: adf.oracle.businesseditor, Specification-Version: 1, Implementation-Version: 11.1.1.2.0 (WAR).>
    ####<Jun 24, 2013 12:42:02 PM AST> <Info> <J2EE> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1372066922111> <BEA-160151> <Registered library Extension-Name: adf.oracle.domain, Specification-Version: 1, Implementation-Version: 11.1.1.2.0 (EAR).>
    ####<Jun 24, 2013 12:42:02 PM AST> <Info> <J2EE> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1372066922334> <BEA-160151> <Registered library Extension-Name: adf.oracle.domain.webapp, Specification-Version: 1, Implementation-Version: 11.1.1.2.0 (WAR).>
    ####<Jun 24, 2013 12:42:02 PM AST> <Info> <J2EE> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1372066922391> <BEA-160151> <Registered library Extension-Name: bithirdparty, Specification-Version: 11.1.1 (JAR).>
    ####<Jun 24, 2013 12:42:02 PM AST> <Info> <J2EE> <10.11.34.111> <bi_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <13

    Hi,
    I tried starting the server from the console as well as from command prompt. Here I am giving the command below.
    nohup ./startManagedWebLogic.sh bi_server1 t3://machineIP:portNo > bis1_startup.log &
    But each time I got the same exception.
    Korandla

  • Unable to start WC_Spaces managed server

    Iam unable to start WC_Spaces managed server form console/managed weblogic. below is the error.
    C:\WC\user_projects\domains\WebCenter_domain\bin>startManagedWebLogic.cmd WC_Spa
    ces http://localhost:8888
    'WLS_MEM_ARGS_64BIT' is not recognized as an internal or external command,
    operable program or batch file.
    'WLS_MEM_ARGS_32BIT' is not recognized as an internal or external command,
    operable program or batch file.
    Launcher.exe version: 11.1.1.4.1 (internal 7.3.2.0)
    JAVA Memory arguments: -Xms512m -Xmx1024m -XX:CompileThreshold=8000 -XX:PermSize
    =128m -XX:MaxPermSize=512m
    WLS Start Mode=Development
    CLASSPATH=C:\WC\ORACLE~1\modules\oracle.jdbc_11.1.1\ojdbc6dms.jar;C:\WC\patch_wl
    s1036\profiles\default\sys_manifest_classpath\weblogic_patch.jar;C:\WC\patch_oep
    e180\profiles\default\sys_manifest_classpath\weblogic_patch.jar;C:\WC\patch_ocp3
    71\profiles\default\sys_manifest_classpath\weblogic_patch.jar;C:\WC\patch_adfr11
    11\profiles\default\sys_manifest_classpath\weblogic_patch.jar;C:\WC\JDK160~1\lib
    \tools.jar;C:\WC\WLSERV~1.3\server\lib\weblogic_sp.jar;C:\WC\WLSERV~1.3\server\l
    ib\weblogic.jar;C:\WC\modules\features\weblogic.server.modules_10.3.6.0.jar;C:\W
    C\WLSERV~1.3\server\lib\webservices.jar;C:\WC\modules\ORGAPA~1.1/lib/ant-all.jar
    ;C:\WC\modules\NETSFA~1.0_1/lib/ant-contrib.jar;C:/WC/ORACLE~2/ucm/idc/component
    s/NativeOsUtils/classes-NativeOsUtils.jar;C:\WC\ORACLE~1\soa\modules\commons-cli
    -1.1.jar;C:\WC\ORACLE~1\soa\modules\oracle.soa.mgmt_11.1.1\soa-infra-mgmt.jar;C:
    \WC\oracle_common\webcenter\modules\oracle.portlet.server_11.1.1\oracle-portlet-
    api.jar;C:\WC\Oracle_WC1\wcps-services-app\modules\oracle.wcps_11.1.1\wcps-conne
    ction-mbeans.jar;C:\WC\ORACLE~1\modules\oracle.jrf_11.1.1\jrf.jar;C:\WC\WLSERV~1
    .3\common\derby\lib\derbyclient.jar;C:\WC\WLSERV~1.3\server\lib\xqrl.jar;C:\WC\O
    RACLE~2\ucm\idc\jlib\idcloader.jar;C:\WC\ORACLE~2\ucm\idc\components\NativeOsUti
    ls\classes-NativeOsUtils.jar;
    PATH=C:/WC/ORACLE~2/ucm/idc/components/EmailMetadata/lib;C:/WC/ORACLE~2/ucm/idc/
    components/NativeOsUtils/lib/win32/7.2.1.1;C:/WC/ORACLE~2/ucm/idc/components/Sit
    eStudio/lib;C:/WC/ORACLE~2/ucm/idc/components/SiteStudioPublisher/lib;C:\WC\patc
    h_wls1036\profiles\default\native;C:\WC\patch_oepe180\profiles\default\native;C:
    \WC\patch_ocp371\profiles\default\native;C:\WC\patch_adfr1111\profiles\default\n
    ative;C:\WC\WLSERV~1.3\server\native\win\32;C:\WC\WLSERV~1.3\server\bin;C:\WC\mo
    dules\ORGAPA~1.1\bin;C:\WC\JDK160~1\jre\bin;C:\WC\JDK160~1\bin;C:\app\skora\prod
    uct\11.2.0\dbhome_1\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;
    c:\Program Files\Microsoft Platform SDK\bin\win64\x86\AMD64;c:\Program Files\Mic
    rosoft Platform SDK\Bin\win64\AMD64;c:\Program Files\Microsoft Platform SDK\Bin;
    c:\Program Files\Microsoft Platform SDK\Bin\Winnt;C:\PERL\BIN;C:\Program Files (
    x86)\Intel\CPP\Compiler80\ia32e\bin;c:\program files (x86)\intel\cpp\idbe80\bin;
    c:\jdk150\bin;c:\jdk160\bin;C:\MKSNT;c:\Program Files\WinZip;c:\orautil;C:\WC\WL
    SERV~1.3\server\native\win\32\oci920_8
    * To start WebLogic Server, use a username and *
    * password assigned to an admin-level user. For *
    * server administration, use the WebLogic Server *
    * console at http:\\hostname:port\console *
    starting weblogic with Java version:
    java version "1.6.0_29"
    Java(TM) SE Runtime Environment (build 1.6.0_29-b11)
    Java HotSpot(TM) Client VM (build 20.4-b02, mixed mode)
    Starting WLS with line:
    C:\WC\JDK160~1\bin\java -client -Xms512m -Xmx1024m -XX:CompileThreshold=8000 -
    XX:PermSize=128m -XX:MaxPermSize=512m -Dweblogic.Name=WC_Spaces -Djava.security
    .policy=C:\WC\WLSERV~1.3\server\lib\weblogic.policy -Dweblogic.security.SSL.trus
    tedCAKeyStore="C:\WC\wlserver_10.3\server\lib\cacerts" -Xverify:none -da -Dpla
    tform.home=C:\WC\WLSERV~1.3 -Dwls.home=C:\WC\WLSERV~1.3\server -Dweblogic.home=C
    :\WC\WLSERV~1.3\server -Dcommon.components.home=C:\WC\ORACLE~1 -Djrf.version=11
    .1.1 -Dorg.apache.commons.logging.Log=org.apache.commons.logging.impl.Jdk14Logge
    r -Ddomain.home=C:\WC\USER_P~1\domains\WEBCEN~1 -Djrockit.optfile=C:\WC\ORACLE~1
    \modules\oracle.jrf_11.1.1\jrocket_optfile.txt -Doracle.server.config.dir=C:\WC\
    USER_P~1\domains\WEBCEN~1\config\FMWCON~1\servers\WC_Spaces -Doracle.domain.conf
    ig.dir=C:\WC\USER_P~1\domains\WEBCEN~1\config\FMWCON~1 -Digf.arisidbeans.carmll
    oc=C:\WC\USER_P~1\domains\WEBCEN~1\config\FMWCON~1\carml -Digf.arisidstack.home
    =C:\WC\USER_P~1\domains\WEBCEN~1\config\FMWCON~1\arisidprovider -Doracle.securit
    y.jps.config=C:\WC\USER_P~1\domains\WEBCEN~1\config\fmwconfig\jps-config.xml -Do
    racle.deployed.app.dir=C:\WC\USER_P~1\domains\WEBCEN~1\servers\WC_Spaces\tmp\_WL
    _user -Doracle.deployed.app.ext=\- -Dweblogic.alternateTypesDirectory=C:\WC\ORAC
    LE~1\modules\oracle.ossoiap_11.1.1,C:\WC\ORACLE~1\modules\oracle.oamprovider_11.
    1.1,C:\WC\ORACLE~1\modules\oracle.jps_11.1.1 -Djava.protocol.handler.pkgs=oracle
    .mds.net.protocol -Dweblogic.jdbc.remoteEnabled=false -Djps.auth.debug=false -D
    tangosol.coherence.log=jdk -DjiveHome=C:\WC\USER_P~1\domains\WEBCEN~1\config\fmw
    config\servers\WC_Spaces\owc_discussions -DUSE_JAAS=false -Djps.policystore.hybr
    id.mode=false -Djps.combiner.optimize.lazyeval=true -Djps.combiner.optimize=true
    -Djps.auth=ACC -Doracle.core.ojdl.logging.usercontextprovider=oracle.core.ojdl.
    logging.impl.UserContextImpl -noverify -Doracle.webcenter.analytics.disable-nati
    ve-partitioning=false -Doracle.webcenter.tagging.scopeTags=false -Djava.awt.head
    less=true -Doracle.webcenter.tagging.scopeTags=false -XX:+UseParallelGC -XX:+Dis
    ableExplicitGC -Dportlet.oracle.home=C:\WC\oracle_common -Dwc.oracle.home=C:\WC\
    Oracle_WC1 -Ducm.oracle.home=C:\WC\ORACLE~2 -Dem.oracle.home=C:\WC\oracle_commo
    n -Djava.awt.headless=true -Dweblogic.management.discover=false -Dweblogic.manag
    ement.server=http://localhost:8888 -Dwlw.iterativeDev=false -Dwlw.testConsole=f
    alse -Dwlw.logErrorsToConsole=false -Dweblogic.ext.dirs=C:\WC\patch_wls1036\prof
    iles\default\sysext_manifest_classpath;C:\WC\patch_oepe180\profiles\default\syse
    xt_manifest_classpath;C:\WC\patch_ocp371\profiles\default\sysext_manifest_classp
    ath;C:\WC\patch_adfr1111\profiles\default\sysext_manifest_classpath weblogic.Se
    rver
    <Jun 7, 2013 1:48:13 AM CDT> <Info> <Security> <BEA-090905> <Disabling CryptoJ J
    CE Provider self-integrity check for better startup performance. To enable this
    check, specify -Dweblogic.security.allowCryptoJDefaultJCEVerification=true>
    <Jun 7, 2013 1:48:13 AM CDT> <Info> <Security> <BEA-090906> <Changing the defaul
    t Random Number Generator in RSA CryptoJ from ECDRBG to FIPS186PRNG. To disable
    this change, specify -Dweblogic.security.allowCryptoJDefaultPRNG=true>
    <Jun 7, 2013 1:48:13 AM CDT> <Notice> <WebLogicServer> <BEA-000395> <Following e
    xtensions directory contents added to the end of the classpath:
    C:\WC\user_projects\domains\WebCenter_domain\lib\mbeantypes\csp-id-asserter.jar;
    C:\WC\user_projects\domains\WebCenter_domain\lib\mbeantypes\jps-wls-trustprovide
    r.jar>
    <Jun 7, 2013 1:48:13 AM CDT> <Info> <WebLogicServer> <BEA-000377> <Starting WebL
    ogic Server with Java HotSpot(TM) Client VM Version 20.4-b02 from Sun Microsyste
    ms Inc.>
    <Jun 7, 2013 1:48:14 AM CDT> <Info> <Security> <BEA-090065> <Getting boot identi
    ty from user.>
    Enter username to boot WebLogic server:weblogic
    Enter password to boot WebLogic server:
    <Jun 7, 2013 1:48:23 AM CDT> <Info> <Management> <BEA-141107> <Version: WebLogic
    Server 10.3.6.0 Tue Nov 15 08:52:36 PST 2011 1441050 >
    <Jun 7, 2013 1:48:25 AM CDT> <Emergency> <Management> <BEA-141151> <The admin se
    rver could not be reached at http://localhost:8888.>
    <Jun 7, 2013 1:48:25 AM CDT> <Info> <Configuration Management> <BEA-150018> <Thi
    s server is being started in managed server independence mode in the absence of
    the admin server.>
    <Jun 7, 2013 1:48:25 AM CDT> <Notice> <WebLogicServer> <BEA-000365> <Server stat
    e changed to STARTING>
    <Jun 7, 2013 1:48:25 AM CDT> <Info> <WorkManager> <BEA-002900> <Initializing sel
    f-tuning thread pool>
    <Jun 7, 2013 1:48:25 AM CDT> <Notice> <LoggingService> <BEA-320400> <The log fil
    e C:\WC\user_projects\domains\WebCenter_domain\servers\WC_Spaces\logs\WC_Spaces.
    log will be rotated. Reopen the log file if tailing has stopped. This can happen
    on some platforms like Windows.>
    <Jun 7, 2013 1:48:25 AM CDT> <Notice> <LoggingService> <BEA-320401> <The log fil
    e has been rotated to C:\WC\user_projects\domains\WebCenter_domain\servers\WC_Sp
    aces\logs\WC_Spaces.log00014. Log messages will continue to be logged in C:\WC\u
    ser_projects\domains\WebCenter_domain\servers\WC_Spaces\logs\WC_Spaces.log.>
    <Jun 7, 2013 1:48:25 AM CDT> <Notice> <Log Management> <BEA-170019> <The server
    log file C:\WC\user_projects\domains\WebCenter_domain\servers\WC_Spaces\logs\WC_
    Spaces.log is opened. All server side log events will be written to this file.>
    <Jun 7, 2013 1:48:30 AM CDT> <Notice> <Security> <BEA-090082> <Security initiali
    zing using security realm myrealm.>
    <Jun 7, 2013 1:48:30 AM CDT> <Error> <Configuration Management> <BEA-150000> <An
    error occurred while establishing a connection back to the adminstration server
    t3://127.0.0.1:8888 during startup. Since bootstrap succeeded check that t3://1
    27.0.0.1:8888 uniquely identifies the administration server.
    javax.naming.ServiceUnavailableException [Root exception is java.rmi.NoSuchObjec
    tException: The object identified by: '31' could not be found.  Either it was ha
    s not been exported or it has been collected by the distributed garbage collecto
    r.]
    at weblogic.jndi.internal.ExceptionTranslator.toNamingException(Exceptio
    nTranslator.java:70)
    at weblogic.jndi.internal.ExceptionTranslator.toNamingException(Exceptio
    nTranslator.java:32)
    at weblogic.jndi.WLInitialContextFactoryDelegate.toNamingException(WLIni
    tialContextFactoryDelegate.java:792)
    at weblogic.jndi.WLInitialContextFactoryDelegate.getInitialReference(WLI
    nitialContextFactoryDelegate.java:431)
    at weblogic.jndi.Environment.getInitialReference(Environment.java:245)
    Truncated. see log file for complete stacktrace
    Caused By: java.rmi.NoSuchObjectException: The object identified by: '31' could
    not be found. Either it was has not been exported or it has been collected by t
    he distributed garbage collector.
    at weblogic.rmi.internal.OIDManager.getServerReference(OIDManager.java:2
    51)
    at weblogic.rmi.extensions.server.ServerHelper.getLocalInitialReference(
    ServerHelper.java:455)
    at weblogic.rmi.extensions.StubFactory.getStub(StubFactory.java:131)
    at weblogic.rmi.extensions.StubFactory.getStub(StubFactory.java:124)
    at weblogic.jndi.WLInitialContextFactoryDelegate.getInitialReference(WLI
    nitialContextFactoryDelegate.java:427)
    Truncated. see log file for complete stacktrace
    >
    <Jun 7, 2013 1:48:31 AM CDT> <Critical> <WebLogicServer> <BEA-000362> <Server fa
    iled. Reason:
    There are 1 nested errors:
    javax.naming.ServiceUnavailableException [Root exception is java.rmi.NoSuchObjec
    tException: The object identified by: '31' could not be found.  Either it was ha
    s not been exported or it has been collected by the distributed garbage collecto
    r.]
    at weblogic.jndi.internal.ExceptionTranslator.toNamingException(Exceptio
    nTranslator.java:70)
    at weblogic.jndi.internal.ExceptionTranslator.toNamingException(Exceptio
    nTranslator.java:32)
    at weblogic.jndi.WLInitialContextFactoryDelegate.toNamingException(WLIni
    tialContextFactoryDelegate.java:792)
    at weblogic.jndi.WLInitialContextFactoryDelegate.getInitialReference(WLI
    nitialContextFactoryDelegate.java:431)
    at weblogic.jndi.Environment.getInitialReference(Environment.java:245)
    at weblogic.server.channels.RemoteChannelServiceImpl.registerInternal(Re
    moteChannelServiceImpl.java:173)
    at weblogic.server.channels.RemoteChannelServiceImpl.registerForever(Rem
    oteChannelServiceImpl.java:146)
    at weblogic.protocol.ConnectMonitorFactory.registerForever(ConnectMonito
    rFactory.java:88)
    at weblogic.management.provider.MSIService.registerForReconnectToAdminSe
    rver(MSIService.java:174)
    at weblogic.management.mbeanservers.compatibility.internal.Compatibility
    MBeanServerService.start(CompatibilityMBeanServerService.java:154)
    at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)
    Caused by: java.rmi.NoSuchObjectException: The object identified by: '31' could
    not be found. Either it was has not been exported or it has been collected by t
    he distributed garbage collector.
    at weblogic.rmi.internal.OIDManager.getServerReference(OIDManager.java:2
    51)
    at weblogic.rmi.extensions.server.ServerHelper.getLocalInitialReference(
    ServerHelper.java:455)
    at weblogic.rmi.extensions.StubFactory.getStub(StubFactory.java:131)
    at weblogic.rmi.extensions.StubFactory.getStub(StubFactory.java:124)
    at weblogic.jndi.WLInitialContextFactoryDelegate.getInitialReference(WLI
    nitialContextFactoryDelegate.java:427)
    ... 9 more
    >
    <Jun 7, 2013 1:48:31 AM CDT> <Notice> <WebLogicServer> <BEA-000365> <Server stat
    e changed to FAILED>
    <Jun 7, 2013 1:48:31 AM CDT> <Error> <WebLogicServer> <BEA-000383> <A critical s
    ervice failed. The server will shut itself down>
    <Jun 7, 2013 1:48:31 AM CDT> <Notice> <WebLogicServer> <BEA-000365> <Server stat
    e changed to FORCE_SHUTTING_DOWN>

    try starting managed server with startManagedWebLogic.cmd WC_Spaces without adding any parameter, I know this works in linux with startManagedWebLogic.sh WC_Spaces

  • Unable to start the weblogic server from windows environment

    Hi All,
    In our training system we have installed the SOA 11g and it worked fine till today afternoon. We have logged off the admin user in windows account and logged with our login credentials into windows after that we are unable to start the weblogic server.
    - Earlier in the DOS command prompt we used to navigate to the path where the startWeblogic.cmd file located and then we execute the command, after that we will able to see the status message as RUNNING MODE in the bottom of the screen, and when ever we deploy an project using Jdeveloper in the weblogic server window some messages will appended based on the action.
    - Only when we issue the command to shut down the weblogic server at that time only the command will be back to the path from where we started the server.
    - After login to windows with our account, when we tried to start the weblogic server, it didn't throw any error instead of that after running few lines in the command window the prompt was back in to the (D:\Middleware\.....\Domains\bin)path from where we ran the command to start the server.
    Please help us to resolve the issue asap.
    Thanks in advance.
    Regards,
    Sathyaseelan

    Hi,
    Make sure that the user which you are using to start weblogic server should be part of Administrator group or the group to which your admin user belongs to.
    Regards,
    Kishore

  • Unable to Start Oracle Reports Server

    Hi,
    I downloaded patch 17 for Oracle Forms and Reports 6i. Now I am unable to start my Reports server.
    I am getting the following message:
    Windows could not start the Oracle Reports Server [Rep60_XXX] on Local Computer. For more information, review the System Event Log. If this is a non-Microsoft service, contact the service vendor, and refer to service-specific error code 186.
    Did anyone encounter this problem? Please let me know how to fix it or do I need to go back to Patch 13 as I am working on XP.
    Thanks in Advance.

    I think the Reports forum (Reports could be of help here.
    Frank

  • Start OC4J standalone as backgorund process

    How do I start OC4J standalone as a background process?

    Linux/Solaris: java -Xrs -jar ./oc4j.jar &
    Windows: start java -Xrs -jar .\oc4j.jar

  • Unable to start Oracle Application Server processes

    I am having the same problem that a number of people have
    mentioned concerning ORA-20214 Unable to start OAS processes ...
    The problem seems related to Windows NT 4.0 SP4. One developer
    mentioned a specific Oracle Bug #768386 that had something to do
    with the yt40.dll. Does anyone know how I can get this patch?
    Has anyone gotten OAS to work on SP4 without this patch? Thanks
    for any assistance you can provide.
    null

    Dear James, Anirudh,
    Right now I have installed this two syned version.
    Oracle Application Server SOA suite 10.1.3.1.0
    JDev 10.1.3.1.0
    Problem is, I have deployed complete Application server, But I am receiving the following errors.
    *No OC4J process up for AS instance identified by domain:
    opmn-orabpel+oc4j-anne-8888-default*
    1. Actually i gave instance name as --> orabpel
    username as --> oc4jadmin
    password --> welcome1
    But when I trying to connect server with mentioned instance name, I am not able to connect. Is there any specification to set instance name in SOA suite 10.1.3.1.0. Also please suggest how to start my Application server.
    2. My doubt is while creating Application server connection from JDEV what we have to select
    1. Standalone OC4J 10g 10.1.3
    2. Oracle Application Server 10g 10.1.3
    3. From the beginning itself my application server status was down. I cant able to understand the under laying issues.
    Please suggest me..
    Thanks,
    Rajesh

  • Error starting oc4j standalone

    Hi ,
    when i issue the command java -jar oc4j.jar i am getting this error
    D:\OracleAS\j2ee\home>java -jar oc4j.jar
    09/07/26 20:16:38 Unable to register the NameService:
    09/07/26 20:16:38 Error starting up the IIOPService ..
    09/07/26 20:16:38 Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)
    initialized
    Please help.

    Hi Gaurav,
    1. What is the JDK version you are using to start your standalone 10.1.3 OC4J?
    2. Have you configured any datasources or Resource archive files on the 10.1.3 OC4J?
    3. What is the version of the OC4J that jDev is using?
    4. What is the version of JDev?
    Looks like there is an incompatibility somewhere the above information will help. Thanks.
    Deepak

  • Unable to start Oracle Reports Server for 10g version 10.1.2.3.0

    Attention Oracle Reports Team or anyone else:
    I am unable to start the Oracle Reports Server for 10g version 10.1.2.3.0 of the Application Server.
    I have included the trace files see below. I marked the text in bold that might indicate the issues.
    Any help will be greatly appreciated. Thank you.
    Reports engine rwEng trace file:+
    [2010/7/8 10:11:51:626] Debug 50103 (RWEngine:init): args[0]=name=rwEng-0
    [2010/7/8 10:11:51:627] Debug 50103 (RWEngine:init): args[1]=server=myreportserver
    [2010/7/8 10:11:51:627] Debug 50103 (RWEngine:init): args[2]=ORACLE_HOME=/myoraclehomepath
    [2010/7/8 10:11:51:627] Debug 50103 (RWEngine:init): args[3]=engineimplclass=oracle.reports.engine.EngineImpl
    [2010/7/8 10:11:51:627] Debug 50103 (RWEngine:init): args[4]=traceopts=trace_all
    [2010/7/8 10:11:51:628] Debug 50103 (RWEngine:init): args[5]=tracefile=/myoraclehomepath/reports/logs/rwEng-0.trc
    [2010/7/8 10:11:51:628] Debug 50103 (RWEngine:init): args[6]=tracemode=trace_append
    [2010/7/8 10:11:51:628] Debug 50103 (RWEngine:init): args[7]=cacheDir=/myoraclehomepath/reports/cache
    [2010/7/8 10:11:51:628] Debug 50103 (RWEngine:init): args[8]=server_ior="/tmp/myreportserver_xxxxxxxx_xxxxxxxxxxxxx"
    [2010/7/8 10:11:51:678] Info 50128 (RWEngine:init): orb init succeeded
    [2010/7/8 10:11:52:108] Info 55007 (EngineImpl:loadLibrary): Load librw.so succeeded
    [2010/7/8 10:11:52:108] Debug 50103 (EngineImpl:init): useDataCache = null
    [2010/7/8 10:11:52:108] Debug 50103 (EngineImpl:init): ignoreDataParameter = null
    [2010/7/8 10:11:52:115] Debug 50103 (EngineImpl:EngineImpl): start CInitEngine()
    [2010/7/8 10:11:52:115] Debug 50103 (EngineImpl:EngineImpl): commandline[0] = rw
    [2010/7/8 10:11:52:115] Debug 50103 (EngineImpl:EngineImpl): commandline[1] = ora_rw20_3tng
    [2010/7/8 10:11:52:115] Debug 50103 (EngineImpl:EngineImpl): commandline[2] = myreportserver
    [2010/7/8 10:11:52:115] Debug 50103 (EngineImpl:EngineImpl): commandline[3] = /myoraclehomepath/reports/cache
    [2010/7/8 10:11:52:116] Debug 50103 (EngineImpl:EngineImpl): commandline[4] = null
    [2010/7/8 10:11:52:116] Debug 50103 (EngineImpl:EngineImpl): commandline[5] = null
    [2010/7/8 10:11:52:116] Debug 50103 (EngineImpl:EngineImpl): commandline[6] = trace_all
    [2010/7/8 10:11:52:116] Debug 50103 (EngineImpl:EngineImpl): commandline[7] = /myoraclehomepath/reports/logs/myreportserver/rwEng-0.trc
    [2010/7/8 10:11:52:116] Debug 50103 (EngineImpl:EngineImpl): commandline[8] = trace_append
    [2010/7/8 10:11:52:116] Debug 50103 (EngineImpl:EngineImpl): commandline[9] = null
    [2010/7/8 10:11:52:117] Debug 50103 (EngineImpl:EngineImpl): commandline[10] = null
    [2010/7/8 10:11:52:117] Debug 50103 (EngineImpl:EngineImpl): commandline[11] = null
    *[2010/7/8 10:11:58:329] Error 50103 (C Engine): 10:11:58 ERR REP-3000: Internal error starting Oracle Toolkit.*
    *[2010/7/8 10:11:58:329] Error 50103 (C Engine): 10:11:58 ERR REP-3000: Internal error starting Oracle Toolkit.*
    [2010/7/8 10:11:58:330] (C Engine)
    [2010/7/8 10:11:58:330] (C Engine)
                   | Reports Builder Profiler statistics |
    [2010/7/8 10:11:58:330] (C Engine)
    [2010/7/8 10:11:58:330] (C Engine)
    TOTAL ELAPSED Time: 6.06 seconds
    [2010/7/8 10:11:58:331] (C Engine)
    Reports Time: 6.06 seconds
    [2010/7/8 10:11:58:331] (C Engine) (100.00% of TOTAL)
    [2010/7/8 10:11:58:331] (C Engine)
    ORACLE Time: 0.00 seconds
    [2010/7/8 10:11:58:331] (C Engine) ( 0.00% of TOTAL)
    [2010/7/8 10:11:58:331] (C Engine)
    UPI: 0.00 seconds
    [2010/7/8 10:11:58:332] (C Engine)
    SQL: 0.00 seconds
    [2010/7/8 10:11:58:332] (C Engine)
    TOTAL CPU Time used by process: 1.08 seconds
    [2010/7/8 10:11:58:340] Debug 50103 (EngineImpl:EngineImpl): CInitEngine returns 3000
    [2010/7/8 10:11:59:129] Debug 50103 (RWEngine:init): args[0]=name=rwEng-0
    [2010/7/8 10:11:59:130] Debug 50103 (RWEngine:init): args[1]=server=myreportserver
    [2010/7/8 10:11:59:130] Debug 50103 (RWEngine:init): args[2]=ORACLE_HOME=/myoraclehomepath
    [2010/7/8 10:11:59:130] Debug 50103 (RWEngine:init): args[3]=engineimplclass=oracle.reports.engine.EngineImpl
    [2010/7/8 10:11:59:130] Debug 50103 (RWEngine:init): args[4]=traceopts=trace_all
    [2010/7/8 10:11:59:131] Debug 50103 (RWEngine:init): args[5]=tracefile=/myoraclehomepath/reports/logs/myreportserver/rwEng-0.trc
    [2010/7/8 10:11:59:131] Debug 50103 (RWEngine:init): args[6]=tracemode=trace_append
    [2010/7/8 10:11:59:131] Debug 50103 (RWEngine:init): args[7]=cacheDir=/myoraclehomepath/reports/cache
    [2010/7/8 10:11:59:131] Debug 50103 (RWEngine:init): args[8]=server_ior="/tmp/myreportserver_xxxxxxx_xxxxxxxxxxxxx"
    [2010/7/8 10:11:59:179] Info 50128 (RWEngine:init): orb init succeeded
    [2010/7/8 10:11:59:593] Info 55007 (EngineImpl:loadLibrary): Load librw.so succeeded
    [2010/7/8 10:11:59:593] Debug 50103 (EngineImpl:init): useDataCache = null
    [2010/7/8 10:11:59:594] Debug 50103 (EngineImpl:init): ignoreDataParameter = null
    [2010/7/8 10:11:59:597] Debug 50103 (EngineImpl:EngineImpl): start CInitEngine()
    [2010/7/8 10:11:59:598] Debug 50103 (EngineImpl:EngineImpl): commandline[0] = rw
    [2010/7/8 10:11:59:598] Debug 50103 (EngineImpl:EngineImpl): commandline[1] = ora_rw20_3tng
    [2010/7/8 10:11:59:598] Debug 50103 (EngineImpl:EngineImpl): commandline[2] = myreportserver
    [2010/7/8 10:11:59:598] Debug 50103 (EngineImpl:EngineImpl): commandline[3] = /myoraclehomepath/reports/cache
    [2010/7/8 10:11:59:598] Debug 50103 (EngineImpl:EngineImpl): commandline[4] = null
    [2010/7/8 10:11:59:599] Debug 50103 (EngineImpl:EngineImpl): commandline[5] = null
    [2010/7/8 10:11:59:599] Debug 50103 (EngineImpl:EngineImpl): commandline[6] = trace_all
    [2010/7/8 10:11:59:599] Debug 50103 (EngineImpl:EngineImpl): commandline[7] = /myoraclehomepath/reports/logs/myreportserver/rwEng-0.trc
    [2010/7/8 10:11:59:599] Debug 50103 (EngineImpl:EngineImpl): commandline[8] = trace_append
    [2010/7/8 10:11:59:599] Debug 50103 (EngineImpl:EngineImpl): commandline[9] = null
    [2010/7/8 10:11:59:599] Debug 50103 (EngineImpl:EngineImpl): commandline[10] = null
    [2010/7/8 10:11:59:600] Debug 50103 (EngineImpl:EngineImpl): commandline[11] = null
    *[2010/7/8 10:12:5:757] Error 50103 (C Engine): 10:12:05 ERR REP-3000: Internal error starting Oracle Toolkit.*
    *[2010/7/8 10:12:5:758] Error 50103 (C Engine): 10:12:05 ERR REP-3000: Internal error starting Oracle Toolkit.*
    [2010/7/8 10:12:5:758] (C Engine)
    [2010/7/8 10:12:5:758] (C Engine)
                   | Reports Builder Profiler statistics |
    [2010/7/8 10:12:5:758] (C Engine)
    [2010/7/8 10:12:5:759] (C Engine)
    TOTAL ELAPSED Time: 6.06 seconds
    [2010/7/8 10:12:5:759] (C Engine)
    Reports Time: 6.06 seconds
    [2010/7/8 10:12:5:759] (C Engine) (100.00% of TOTAL)
    [2010/7/8 10:12:5:759] (C Engine)
    ORACLE Time: 0.00 seconds
    [2010/7/8 10:12:5:760] (C Engine) ( 0.00% of TOTAL)
    [2010/7/8 10:12:5:760] (C Engine)
    UPI: 0.00 seconds
    [2010/7/8 10:12:5:760] (C Engine)
    SQL: 0.00 seconds
    [2010/7/8 10:12:5:760] (C Engine)
    TOTAL CPU Time used by process: 1.01 seconds
    [2010/7/8 10:12:5:769] Debug 50103 (EngineImpl:EngineImpl): CInitEngine returns 3000
    [2010/7/8 10:12:6:475] Debug 50103 (RWEngine:init): args[0]=name=rwEng-0
    [2010/7/8 10:12:6:475] Debug 50103 (RWEngine:init): args[1]=server=myreportserver
    [2010/7/8 10:12:6:475] Debug 50103 (RWEngine:init): args[2]=ORACLE_HOME=/myoraclehomepath
    [2010/7/8 10:12:6:476] Debug 50103 (RWEngine:init): args[3]=engineimplclass=oracle.reports.engine.EngineImpl
    [2010/7/8 10:12:6:476] Debug 50103 (RWEngine:init): args[4]=traceopts=trace_all
    [2010/7/8 10:12:6:476] Debug 50103 (RWEngine:init): args[5]=tracefile=/myoraclehomepath/reports/logs/myreportserver/rwEng-0.trc
    [2010/7/8 10:12:6:476] Debug 50103 (RWEngine:init): args[6]=tracemode=trace_append
    [2010/7/8 10:12:6:476] Debug 50103 (RWEngine:init): args[7]=cacheDir=/myoraclehomepath/reports/cache
    [2010/7/8 10:12:6:476] Debug 50103 (RWEngine:init): args[8]=server_ior="/tmp/myreportserver_xxxxxxxx_xxxxxxxxxxxxx"
    [2010/7/8 10:12:6:523] Info 50128 (RWEngine:init): orb init succeeded
    [2010/7/8 10:12:6:942] Info 55007 (EngineImpl:loadLibrary): Load librw.so succeeded
    [2010/7/8 10:12:6:942] Debug 50103 (EngineImpl:init): useDataCache = null
    [2010/7/8 10:12:6:942] Debug 50103 (EngineImpl:init): ignoreDataParameter = null
    [2010/7/8 10:12:6:946] Debug 50103 (EngineImpl:EngineImpl): start CInitEngine()
    [2010/7/8 10:12:6:946] Debug 50103 (EngineImpl:EngineImpl): commandline[0] = rw
    [2010/7/8 10:12:6:946] Debug 50103 (EngineImpl:EngineImpl): commandline[1] = ora_rw20_3tng
    [2010/7/8 10:12:6:946] Debug 50103 (EngineImpl:EngineImpl): commandline[2] = myreportserver
    [2010/7/8 10:12:6:947] Debug 50103 (EngineImpl:EngineImpl): commandline[3] = /myoraclehomepath/reports/cache
    [2010/7/8 10:12:6:947] Debug 50103 (EngineImpl:EngineImpl): commandline[4] = null
    [2010/7/8 10:12:6:947] Debug 50103 (EngineImpl:EngineImpl): commandline[5] = null
    [2010/7/8 10:12:6:947] Debug 50103 (EngineImpl:EngineImpl): commandline[6] = trace_all
    [2010/7/8 10:12:6:947] Debug 50103 (EngineImpl:EngineImpl): commandline[7] = /myoraclehomepath/reports/logs/myreportserver/rwEng-0.trc
    [2010/7/8 10:12:6:947] Debug 50103 (EngineImpl:EngineImpl): commandline[8] = trace_append
    [2010/7/8 10:12:6:948] Debug 50103 (EngineImpl:EngineImpl): commandline[9] = null
    [2010/7/8 10:12:6:948] Debug 50103 (EngineImpl:EngineImpl): commandline[10] = null
    [2010/7/8 10:12:6:948] Debug 50103 (EngineImpl:EngineImpl): commandline[11] = null
    *[2010/7/8 10:12:13:91] Error 50103 (C Engine): 10:12:13 ERR REP-3000: Internal error starting Oracle Toolkit.*
    *[2010/7/8 10:12:13:91] Error 50103 (C Engine): 10:12:13 ERR REP-3000: Internal error starting Oracle Toolkit.*
    [2010/7/8 10:12:13:91] (C Engine)
    [2010/7/8 10:12:13:92] (C Engine)
                   | Reports Builder Profiler statistics |
    [2010/7/8 10:12:13:92] (C Engine)
    [2010/7/8 10:12:13:92] (C Engine)
    TOTAL ELAPSED Time: 6.05 seconds
    [2010/7/8 10:12:13:92] (C Engine)
    Reports Time: 6.05 seconds
    [2010/7/8 10:12:13:92] (C Engine) (100.00% of TOTAL)
    [2010/7/8 10:12:13:93] (C Engine)
    ORACLE Time: 0.00 seconds
    [2010/7/8 10:12:13:93] (C Engine) ( 0.00% of TOTAL)
    [2010/7/8 10:12:13:93] (C Engine)
    UPI: 0.00 seconds
    [2010/7/8 10:12:13:93] (C Engine)
    SQL: 0.00 seconds
    [2010/7/8 10:12:13:93] (C Engine)
    TOTAL CPU Time used by process: 1.02 seconds
    *[2010/7/8 10:12:13:102] Debug 50103 (EngineImpl:EngineImpl): CInitEngine returns 3000*
    reports engine rwURLEng trace file:+
    *** 2010/7/8 10:11:47:306 -- Reading server config file /myoraclehomepath/reports/conf/myreportserver.conf
    *** 2010/7/8 10:11:47:307 -- <server version="10.1.2.3.0">
    <cache class="oracle.reports.cache.RWCache">
    <property name="cacheSize" value="50"/>
    <!--property name="cacheDir" value="your cache directory"/-->
    <!--property name="maxCacheFileNumber" value="max number of cache files"/-->
    <!--property name="ignoreParameters" value="parameter names to be ignored in constructing cache key, separated by comma ','"/-->
    </cache>
    <!--Please do not change the id for reports engine.-->
    <!--The class specifies below is subclass of _EngineClassImplBase and implements EngineInterface.-->
    <engine id="rwEng" class="oracle.reports.engine.EngineImpl" initEngine="1" maxEngine="4" minEngine="1" engLife="50" maxIdle="30" callbackTimeOut="90000">
    <!--property name="sourceDir" value="your reports source directory"/-->
    <!--property name="tempDir" value="your reports temp directory"/-->
    </engine>
    <engine id="rwURLEng" class="oracle.reports.urlengine.URLEngineImpl" initEngine="1" maxEngine="4" minEngine="1" engLife="50" maxIdle="30" callbackTimeOut="90000"/>
    <!--security id="rwSec" class="oracle.reports.server.RWSecurity">
    <property name="securityUserid" value="%PORTAL_DB_USERNAME%/%PORTAL_DB_PASSWORD%@%PORTAL_DB_TNSNAME%" confidential="yes" encrypted="no"/>
    <property name="oidEntity" value="reportsApp_myhostname_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"/>
    </security-->
    <!--destination destype="oraclePortal" class="oracle.reports.server.DesOraclePortal">
    <property name="portalUserid" value="%PORTAL_DB_USERNAME%/%PORTAL_DB_PASSWORD%@%PORTAL_DB_TNSNAME%" confidential="yes" encrypted="no"/>
    </destination-->
    <destination destype="ftp" class="oracle.reports.plugin.destination.ftp.DesFTP">
    <!--property name="proxy" value="proxyinfo.xml"/-->
    </destination>
    <destination destype="WebDav" class="oracle.reports.plugin.destination.webdav.DesWebDAV">
    <!--property name="proxy" value="proxyinfo.xml"/-->
    </destination>
    <!-- By default server will use rwnetwork.conf as network config file
    Use this element to override the same -->
    <!--networkConfig file="rwnetwork.conf"></networkConfig-->
    <job jobType="report" engineId="rwEng" securityId="rwSec"/>
    <job jobType="rwurl" engineId="rwURLEng" securityId="rwSec"/>
    <notification id="mailNotify" class="oracle.reports.server.MailNotify">
    <property name="succnotefile" value="succnote.txt"/>
    <property name="failnotefile" value="failnote.txt"/>
    </notification>
    <!--notification id="wfNotify" class="oracle.reports.server.WorkflowNotify">
    <property name="connStr" value="%WF_DB_USERNAME%/%WF_DB_PASSWORD%@%WF_DB_TNSNAME%" confidential="yes" encrypted="no"/>
    </notification-->
    <log option="noJob"/>
    <!--jobStatusRepository class="oracle.reports.server.JobRepositoryDB">
    <property name="repositoryConn" value="repo_db_username/repo_db_password@repo_db_tnsname" confidential="yes" encrypted="no"/>
    </jobStatusRepository-->
    <trace traceOpts="trace_all" traceMode="trace_append"/>
    <connection maxConnect="20" idleTimeOut="15">
    <orbClient id="RWClient" publicKeyFile="clientpub.key"/>
    </connection>
    <queue maxQueueSize="1000"/>
    <!--jobRecovery auxDatFiles="yes"/-->
    <!--
    The value of the 'identifier' element is encrypted and is of the form SERVERACCESSKEY_USER/SERVERACCESSKEY_PASSWORD
    SERVERACCESSKEY_USER and SERVERACCESSKEY_PASSWORD in <server>.conf and targets.xml
    file should match for Reports EM pages to display data correctly.
    Corresponding entries of username and password in targets.xml:
    <Property NAME="Password" VALUE="SERVERACCESSKEY_PASSWORD" ENCRYPTED="FALSE"/>
    <Property NAME="UserName" VALUE="SERVERACCESSKEY_USER" ENCRYPTED="FALSE"/>
    -->
    <!--pluginParam name="mailServer">stmail.oracle.com</pluginParam-->
    <!--pluginParam name="proxy" type="file">proxyinfo.xml</pluginParam-->
    <pluginParam name="xmlpds" type="file">xmlpds.conf</pluginParam>
    <pluginParam name="jdbcpds" type="file">jdbcpds.conf</pluginParam>
    <pluginParam name="textpds" type="file">textpds.conf</pluginParam>
    </server>
    *** 2010/7/8 10:11:47:308 -- Reports Server is starting up
    *** 2010/7/8 10:11:51:982 -- Reports Server started up engine rwURLEng-0
    *** *2010/7/8 10:12:13:175 -- Shutting down engine rwURLEng-0*
    *** *2010/7/8 10:12:13:177 -- Reports Server shut down engine rwURLEng-0*
    *** 2010/7/8 10:12:13:178 -- Server is shutting down
    Why does the rwURLEng engine start up and then immediately shut down?+
    reports server trace file:+
    [2010/7/8 10:11:47:276] Debug 50103 (EnvironmentUtility:getEnvironment): XFILESEARCHPATH=/usr/dt/app-defaults/%L/Dt
    [2010/7/8 10:11:47:277] Debug 50103 (EnvironmentUtility:getEnvironment): NLSPATH=/usr/dt/lib/nls/msg/%L/%N.cat
    [2010/7/8 10:11:47:277] Debug 50103 (EnvironmentUtility:getEnvironment): DEBUG_SLFIND=/myapppath/log/mydebuglogfile.log
    [2010/7/8 10:11:47:277] Debug 50103 (EnvironmentUtility:getEnvironment): DISPLAY=myhostname:0.0
    [2010/7/8 10:11:47:277] Debug 50103 (EnvironmentUtility:getEnvironment): LD_LIBRARY_PATH=/myoraclehomepath/jdk/jre/lib/sparc:/myoraclehomepath/lib:/myoraclehomepath/opmn/lib:/myoraclehomepath/lib32
    [2010/7/8 10:11:47:278] Debug 50103 (EnvironmentUtility:getEnvironment): NLS_LANG=AMERICAN_AMERICA.WE8ISO8859P1
    [2010/7/8 10:11:47:278] Debug 50103 (EnvironmentUtility:getEnvironment): ORACLE_CONFIG_HOME=/myoraclehomepath
    [2010/7/8 10:11:47:278] Debug 50103 (EnvironmentUtility:getEnvironment): ORACLE_HOME=/myoraclehomepath
    [2010/7/8 10:11:47:278] Debug 50103 (EnvironmentUtility:getEnvironment): ORA_NLS33=/myoraclehomepath/ocommon/nls/admin/data
    [2010/7/8 10:11:47:283] Debug 50103 (EnvironmentUtility:getEnvironment): PATH=/myoraclehomepath/jdk/bin:/myoraclehomepath/bin:/myoraclehomepath/jdk/bin:/myoraclehomepath/bin:/myoraclehomepath/dcm/bin:/myoraclehomepath/bin:/myoraclehomepath/Apache/Apache/bin:/myoraclehomepath/opmn/bin:/myoraclehomepath/dcm/bin:/bin:/usr/bin:/etc:/usr/ccs/bin:/usr/local/bin:/usr/ucb:/usr/sbin:/export/home/oracle:/usr/bin:/bin
    [2010/7/8 10:11:47:283] Debug 50103 (EnvironmentUtility:getEnvironment): REPORTS_CLASSPATH=/myoraclehomepath/reports/jlib/rwbuilder.jar:/myoraclehomepath/reports/jlib/rwrun.jar:/myoraclehomepath/jlib/zrclient.jar:/myoraclehomepath/j2ee/home/oc4j.jar:/myoraclehomepath/j2ee/home/lib/ojsp.jar:/myoraclehomepath/reports/jlib/oraclebarcode.jar
    [2010/7/8 10:11:47:283] Debug 50103 (EnvironmentUtility:getEnvironment): REPORTS_DEFAULT_DISPLAY=NO
    [2010/7/8 10:11:47:284] Debug 50103 (EnvironmentUtility:getEnvironment): REPORTS_NO_DUMMY_PRINTER=TRUE
    [2010/7/8 10:11:47:284] Debug 50103 (EnvironmentUtility:getEnvironment): REPORTS_PATH=/myapppath/bin:/myapppath/util/bin:/myoraclehomepath/guicommon/tk/admin/TTF:/myoraclehomepath/reports/templates:/myoraclehomepath/reports/samples/demo:/myoraclehomepath/reports/integ:/myoraclehomepath/reports/printers
    [2010/7/8 10:11:47:284] Debug 50103 (EnvironmentUtility:getEnvironment): REPORTS_TAGLIB_URI=/WEB-INF/lib/reports_tld.jar
    [2010/7/8 10:11:47:284] Debug 50103 (EnvironmentUtility:getEnvironment): REPORTS_TMP=/tmp
    [2010/7/8 10:11:47:284] Debug 50103 (EnvironmentUtility:getEnvironment): RW=/myoraclehomepath/reports
    [2010/7/8 10:11:47:284] Debug 50103 (EnvironmentUtility:getEnvironment): SHELL=/usr/bin/ksh
    [2010/7/8 10:11:47:284] Debug 50103 (EnvironmentUtility:getEnvironment): TK_DEBUG_POSTSCRIPT=Func/L/Mem
    [2010/7/8 10:11:47:284] Debug 50103 (EnvironmentUtility:getEnvironment): TK_ICON=/myoraclehomepath/reports/plugins/resource
    [2010/7/8 10:11:47:284] Debug 50103 (EnvironmentUtility:getEnvironment): TMP=/tmp
    [2010/7/8 10:11:47:284] Debug 50103 (EnvironmentUtility:getEnvironment): TNS_ADMIN=/myapppath
    [2010/7/8 10:11:47:285] Debug 50103 (EnvironmentUtility:getEnvironment): TZ=US/Eastern
    [2010/7/8 10:11:47:285] Debug 50103 (EnvironmentUtility:getEnvironment): X_LD_LIBRARY_PATH_64=/myoraclehomepath/lib
    [2010/7/8 10:11:47:285] Debug 50103 (EnvironmentUtility:getEnvironment): NLS_LANG=AMERICAN_AMERICA.WE8ISO8859P1
    [2010/7/8 10:11:47:285] Debug 50103 (EnvironmentUtility:getEnvironment): REPORTS_TMP=/tmp
    [2010/7/8 10:11:47:308] Info 56025 (RWServer:startServer): Reports Server is starting up
    [2010/7/8 10:11:47:503] Debug 50103 (JobManager:start): Using Maximum Job Retry value = 0
    [2010/7/8 10:11:47:526] Info 65000 (Multicast:init): Communication channel initialized
    [2010/7/8 10:11:47:528] Debug 50103 (Multicast:registerReceiver): Packet handler registered
    [2010/7/8 10:11:47:529] Info 50103 (ServerPacketHandler:start): ServerPacketHandler started successfully
    [2010/7/8 10:11:47:532] Info 50103 (RWServer:startServer): Using multicast mechanism
    [2010/7/8 10:11:47:562] Debug 50103 (ServerPacketReceiver:handleRequestPacket): Received packets. Multicast is working
    [2010/7/8 10:11:48:561] Debug 50103 (ServerPacketReceiver:handleRequestPacket): Received packets. Multicast is working
    [2010/7/8 10:11:49:572] Debug 50103 (ServerPacketReceiver:handleRequestPacket): Received packets. Multicast is working
    [2010/7/8 10:11:50:589] Info 56023 (ServerImpl:ServerImpl): Idle thread has been started
    [2010/7/8 10:11:50:691] Info 56020 (EngineManager:spawnEngine): Launching engine rwEng-0
    [2010/7/8 10:11:50:691] Info 50103 (EngineManager:spawnEngine): OS Name = SunOS : OS Arch = sparc
    [2010/7/8 10:11:51:56] Info 50103 (RWLocaleUtility:RWLocaleUtility): Using oracle.i18n.util.LocaleMapper class
    [2010/7/8 10:11:51:58] Debug 50103 (EngineManager:spawnEngine): Start engine command line = /myoraclehomepath/bin/rwengine.sh -server -cp /myoraclehomepath/j2ee/home/lib/ojsp.jar:/myoraclehomepath/reports/jlib/rwrun.jar:/myoraclehomepath/jlib/zrclient.jar -Duser.language=en -Duser.region=US -Xmx256M oracle.reports.engine.RWEngine name=rwEng-0 server=myreportserver ORACLE_HOME=/myoraclehomepath engineimplclass=oracle.reports.engine.EngineImpl traceopts=trace_all tracefile=/myoraclehomepath/reports/logs/myreportserver/rwEng-0.trc tracemode=trace_append cacheDir=/myoraclehomepath/reports/cache server_ior="/tmp/myreportserver_xxxxxxxx_xxxxxxxxxxxxx"
    [2010/7/8 10:11:51:95] Info 56021 (EngineManager:spawnEngine): Engine rwEng-0 has been launched
    [2010/7/8 10:11:51:95] State 56004 (EngineInfo:setState): Engine rwEng-0 state is: Initial
    [2010/7/8 10:11:51:97] Info 56020 (EngineManager:spawnEngine): Launching engine rwURLEng-0
    [2010/7/8 10:11:51:98] Info 50103 (EngineManager:spawnEngine): OS Name = SunOS : OS Arch = sparc
    [2010/7/8 10:11:51:99] Debug 50103 (EngineManager:spawnEngine): Start engine command line = /myoraclehomepath/bin/rwengine.sh -server -cp /myoraclehomepath/j2ee/home/lib/ojsp.jar:/myoraclehomepath/reports/jlib/rwrun.jar:/myoraclehomepath/jlib/zrclient.jar -Duser.language=en -Duser.region=US -Xmx256M oracle.reports.engine.RWEngine name=rwURLEng-0 server=myreportserver ORACLE_HOME=/myoraclehomepath engineimplclass=oracle.reports.urlengine.URLEngineImpl traceopts=trace_all tracefile=/myoraclehomepath/reports/logs/myreportserver/rwURLEng-0.trc tracemode=trace_append cacheDir=/myoraclehomepath/reports/cache server_ior="/tmp/myreportserver_xxxxxxx_xxxxxxxxxxxxx"
    [2010/7/8 10:11:51:129] Info 56021 (EngineManager:spawnEngine): Engine rwURLEng-0 has been launched
    [2010/7/8 10:11:51:129] State 56004 (EngineInfo:setState): Engine rwURLEng-0 state is: Initial
    [2010/7/8 10:11:51:131] Debug 50103 (JobStore:writePersistFile): Purge persistent file
    [2010/7/8 10:11:51:169] Debug 50103 (JobStore:writePersistFile): Purge persistent file done
    *[2010/7/8 10:11:51:981] Warning 50103 (EngineManager:registerEngine): REP-55103: API URLEngine:getEngineEnvs not applicable to URL engine*
    [2010/7/8 10:11:51:982] Info 56026 (EngineManager:registerEngine): Reports Server started up engine rwURLEng-0
    [2010/7/8 10:11:51:998] Debug 50103 (EngineManager:updateEngineState): Engine rwURLEng-0 status is 1
    [2010/7/8 10:11:51:998] State 56004 (EngineInfo:setState): Engine rwURLEng-0 state is: Ready
    [2010/7/8 10:11:58:490] Info 50103 (EngineManager:manage): Engine restart count: 1
    [2010/7/8 10:11:58:590] Info 56020 (EngineManager:spawnEngine): Launching engine rwEng-0
    [2010/7/8 10:11:58:590] Info 50103 (EngineManager:spawnEngine): OS Name = SunOS : OS Arch = sparc
    [2010/7/8 10:11:58:592] Debug 50103 (EngineManager:spawnEngine): Start engine command line = /myoraclehomepath/bin/rwengine.sh -server -cp /myoraclehomepath/j2ee/home/lib/ojsp.jar:/myoraclehomepath/reports/jlib/rwrun.jar:/myoraclehomepath/jlib/zrclient.jar -Duser.language=en -Duser.region=US -Xmx256M oracle.reports.engine.RWEngine name=rwEng-0 server=myreportserver ORACLE_HOME=/myoraclehomepath engineimplclass=oracle.reports.engine.EngineImpl traceopts=trace_all tracefile=/myoraclehomepath/reports/logs/myreportserver/rwEng-0.trc tracemode=trace_append cacheDir=/myoraclehomepath/reports/cache server_ior="/tmp/myreportserver_xxxxxxx_xxxxxxxxxxxxx"
    [2010/7/8 10:11:58:623] Info 56021 (EngineManager:spawnEngine): Engine rwEng-0 has been launched
    [2010/7/8 10:11:58:624] State 56004 (EngineInfo:setState): Engine rwEng-0 state is: Initial
    [2010/7/8 10:12:5:832] Info 50103 (EngineManager:manage): Engine restart count: 2
    [2010/7/8 10:12:5:932] Info 56020 (EngineManager:spawnEngine): Launching engine rwEng-0
    [2010/7/8 10:12:5:934] Info 50103 (EngineManager:spawnEngine): OS Name = SunOS : OS Arch = sparc
    [2010/7/8 10:12:5:935] Debug 50103 (EngineManager:spawnEngine): Start engine command line = /myoraclehomepath/bin/rwengine.sh -server -cp /myoraclehomepath/j2ee/home/lib/ojsp.jar:/myoraclehomepath/reports/jlib/rwrun.jar:/myoraclehomepath/jlib/zrclient.jar -Duser.language=en -Duser.region=US -Xmx256M oracle.reports.engine.RWEngine name=rwEng-0 server=myreportserver ORACLE_HOME=/myoraclehomepath engineimplclass=oracle.reports.engine.EngineImpl traceopts=trace_all tracefile=/myoraclehomepath/reports/logs/myreportserver/rwEng-0.trc tracemode=trace_append cacheDir=/myoraclehomepath/reports/cache server_ior="/tmp/myreportserver_xxxxxxxx_xxxxxxxxxxxxx"
    [2010/7/8 10:12:5:963] Info 56021 (EngineManager:spawnEngine): Engine rwEng-0 has been launched
    [2010/7/8 10:12:5:964] State 56004 (EngineInfo:setState): Engine rwEng-0 state is: Initial
    *[2010/7/8 10:12:13:174] Exception 56105 (): Engine rwEng-0 died with error:*
    oracle.reports.RWException: IDL:oracle/reports/RWException:1.0
         at oracle.reports.utility.Utility.newRWException(Utility.java:758)
         at oracle.reports.server.EngineManager.manage(EngineManager.java:367)
         at oracle.reports.server.IdleThread.run(IdleThread.java:88)
    *[2010/7/8 10:12:13:175] Info 56029 (EngineManager:shutdownEngine): Shutting down engine rwURLEng-0*
    [2010/7/8 10:12:13:176] State 56004 (EngineInfo:setState): Engine rwURLEng-0 state is: Shutdown
    [2010/7/8 10:12:13:177] Info 56047 (EngineManager:remove): Reports Server shut down engine rwURLEng-0
    [2010/7/8 10:12:13:177] Info 50103 (ServerPacketHandler:stop): Multicastmanager stopped successfully
    [2010/7/8 10:12:13:178] Info 50002 (RWServer:shutdown): Server is shutting down
    [2010/7/8 10:12:13:178] Info 50103 (RWServer:startServer): Notify thread to exit
    Why does the trace file indicate that the rwEng engine died with error?+
    Again why does the rwURLEng engine start up and then immediately shut down?+
    Thank you for your help on this issue.+

    OK, I did this once and did not follow the oracle docs
    If you saved your targets.xml before you started you might save it by renaming it back.
    (Double check to make sure you did not miss a rename)
    Otherwise, all I have to offer is my rough notes:
    1. Backup the file $ORACLE_HOME/sysman/emd/targets.xml.
    [oracle@ias02 emd]$ pwd
    /u01/app/oracle/product/midtier/sysman/emd
    cp targets.xml targets.xmlbackup
    2. Modify the file targets.xml by changing all the occurrences of the wrong reports server name by the correct one.
    i.e. Replace rep_test_midtier with rep_new (4 places - changes)
    Copy the conf file as follows: ( this will named different from system to system )
    cp /u01/app/oracle/product/midtier/reports/conf/rep_pia_oracleas.conf /u01/app/oracle/product/midtier/reports/conf/rep_fam.conf
    run this script:
    /u01/app/oracle/product/midtier/bin/addNewServerTarget.sh rep_fam          (change rep_fam to new report server name)
    3.Update the changed configuration .
    /u01/app/oracle/product/midtier/dcm/bin/dcmctl updateconfig -ct opmn -v -d
    /u01/app/oracle/product/midtier/dcm/bin/dcmctl resyncinstance -v -d
    4. Restart the Application Server Control Console
    /u01/app/oracle/product/midtier/bin/emctl stop iasconsole
    /u01/app/oracle/product/midtier/bin/emctl start iasconsole
    In the file:
    /u01/app/oracle/product/midtier/reports/config/reportsConfig.properties
    Change the Reports_Server_Name setting from rep_test_midtier to rep_fam (change rep_fam to new report server name)
    Best Wishes (I was able to save mime)
    The other option is to reinstall

  • Unable to Start OC4J home_default_island_1 - OAS 10.1.2.2

    We are running OAS 10.1.2.2 and are having issues starting OC4J home_default_island_1 and OC4J_BI_forms
    This is the error received in OC4J~home~default_island~1 logfile:
    09/04/15 12:41:36 *** (WARNING) Wed Apr 15 12:41:36 MDT 2009 [Thread[Orion Launcher,5,main]] getHostTimePrefix java.net.UnknownHostException: minint-1n8e2ttv: minint-1n8e2ttv
    09/04/15 12:41:36 Error starting ORMI-Server. Unable to bind socket: minint-1n8e2ttv: minint-1n8e2ttv
    09/04/15 12:41:36 java.lang.NullPointerException
    09/04/15 12:41:36 at com.evermind.server.rmi.RMIServer.run(RMIServer.java:474)
    09/04/15 12:41:36 at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:186)
    09/04/15 12:41:36 at java.lang.Thread.run(Thread.java:534)
    09/04/15 12:41:39 Warning: Error reading transaction-log file (/oracle_base/oas/j2ee/home/persistence/home_default_island_1/transaction.state) for recovery: premature end of file
    09/04/15 12:41:39 Forced or abrupt (crash etc) server shutdown detected, starting recovery process...
    09/04/15 12:41:39 Recovery completed, 0 connections committed and 0 rolled back...
    09/04/15 12:41:42 Oracle Application Server Containers for J2EE 10g (10.1.2.2.0) initialized
    09/04/15 12:41:42 java.lang.NullPointerException
    09/04/15 12:41:42 at java.util.Hashtable.put(Hashtable.java:395)
    09/04/15 12:41:42 at java.util.Properties.setProperty(Properties.java:102)
    09/04/15 12:41:42 at java.lang.System.setProperty(System.java:656)
    09/04/15 12:41:42 at com.evermind.server.OC4JMonitorThread.run(OC4JMonitorThread.java:300)
    09/04/15 12:41:42 at java.lang.Thread.run(Thread.java:534)
    Thanks for your assistance!
    wqbang

    I managed to solve the problem by setting the "Load All System JAR Files during OC4J Startup" in the "Embeded OC4J Server Preferences" under "Global > Startup".

  • Unable to start BPEL PM Server

    All,
    I am getting the following exception when I try to start BPEL PM Server.
    Feb 2, 2007 3:40:44 PM com.evermind.server.XMLDataSourcesConfig parseRootNode
    INFO: Legacy datasource detected...attempting to convert to new syntax.
    2007-02-02 15:40:50.296 NOTIFICATION JMSServer[]: OC4J JMS server recovering tra
    nsactions (commit 0) (rollback 0) (prepared 0).
    2007-02-02 15:40:50.312 NOTIFICATION JMSServer[]: OC4J JMS server recovering loc
    al transactions Queue[OC4J Domain Queue].
    2007-02-02 15:40:50.312 NOTIFICATION JMSServer[]: OC4J JMS server recovering loc
    al transactions Queue[jms/Oc4jJmsExceptionQueue].
    2007-02-02 15:40:50.406 NOTIFICATION JMSServer[]: OC4J JMS server recovering loc
    al transactions Queue[jms/notifications].
    2007-02-02 15:40:50.421 NOTIFICATION JMSServer[]: OC4J JMS server recovering loc
    al transactions Queue[OracleASRouter_store].
    2007-02-02 15:40:50.453 NOTIFICATION JMSServer[]: OC4J JMS server recovering loc
    al transactions Queue[jms/events].
    2007-02-02 15:40:50.453 NOTIFICATION JMSServer[]: OC4J JMS server recovering loc
    al transactions Queue[jms/jobstore].
    2007-02-02 15:40:50.484 ERROR Failed to set the internal configuration of the OC
    4J JMS Server with: XMLJMSServerConfig[file:/D:/BPEL/bpel/system/appserver/oc4j/
    j2ee/home/config/jms.xml]
    07/02/02 15:40:50 *** (SEVERE) Failed to set the internal configuration of the O
    C4J JMS Server with: XMLJMSServerConfig[file:/D:/BPEL/bpel/system/appserver/oc4j
    /j2ee/home/config/jms.xml]
    2007-02-02 15:40:50.484 ERROR J2EE OJR-00011 Exception starting JMS server: Fail
    ed to set the internal configuration of the OC4J JMS Server with: XMLJMSServerCo
    nfig[file:/D:/BPEL/bpel/system/appserver/oc4j/j2ee/home/config/jms.xml]
    2007-02-02 15:41:06.843 WARNING J2EE JNDI-00002 Resource reference jms/Queue/Not
    ificationSenderQueueConnectionFactory not found. Allowing J2EEContext creation
    to continue anyway.
    2007-02-02 15:41:06.843 WARNING J2EE JNDI-00004 No javax.jms.QueueConnectionFact
    ory found at jms/QueueConnectionFactory
    2007-02-02 15:41:06.859 WARNING J2EE JNDI-00002 Resource reference jms/Queue/Not
    ificationSenderQueue not found. Allowing J2EEContext creation to continue anywa
    y.
    2007-02-02 15:41:06.859 WARNING J2EE JNDI-00004 No javax.jms.Queue found at null
    2007-02-02 15:41:06.859 WARNING J2EE JNDI-00002 Resource reference jms/Queue/Not
    ificationSenderQueueConnectionFactory not found. Allowing J2EEContext creation
    to continue anyway.
    2007-02-02 15:41:06.859 WARNING J2EE JNDI-00004 No javax.jms.QueueConnectionFact
    ory found at jms/QueueConnectionFactory
    2007-02-02 15:41:06.859 WARNING J2EE JNDI-00002 Resource reference jms/Queue/Not
    ificationSenderQueue not found. Allowing J2EEContext creation to continue anywa
    y.
    2007-02-02 15:41:06.859 WARNING J2EE JNDI-00004 No javax.jms.Queue found at null
    2007-02-02 15:41:06.906 ERROR J2EE EJB-03027 [orabpel] An error occured deployin
    g EJB module: java.lang.InstantiationException: Resource exception(BPELjms) for
    MessageDrivenBean InvokerBean during endpoint activation: failure looking up res
    ource provider factory for QueueConnectionFactoryWrapper [Queue]-OracleASJMSConn
    ector.QueueConnectionFactoryWrapper.lap-ppaulsam-in.-48de1669:11081ef52e7:-7fff.
    22 []: javax.resource.spi.ResourceAdapterInternalException: Looking up java:comp
    /resource/oc4jjms/jms/collaxa/BPELInvokerQueueFactory: javax.naming.NameNotFound
    Exception: No resource named 'oc4jjms/jms/collaxa/BPELInvokerQueueFactory'found
    07/02/02 15:41:06 WARNING: Application.setConfig Application: orabpel is in fail
    ed state as initialization failed.
    java.lang.InstantiationException: Error initializing ejb-modules: Resource excep
    tion(BPELjms) for MessageDrivenBean InvokerBean during endpoint activation: fail
    ure looking up resource provider factory for QueueConnectionFactoryWrapper [Queu
    e]-OracleASJMSConnector.QueueConnectionFactoryWrapper.lap-ppaulsam-in.-48de1669:
    11081ef52e7:-7fff.22 []: javax.resource.spi.ResourceAdapterInternalException: Lo
    oking up java:comp/resource/oc4jjms/jms/collaxa/BPELInvokerQueueFactory: javax.n
    aming.NameNotFoundException: No resource named 'oc4jjms/jms/collaxa/BPELInvokerQ
    ueueFactory'found
    2007-02-02 15:41:06.937 WARNING DEBUG GJRA-1100, oracle.j2ee.connector.messagein
    flow.MessageEndpointFactoryImpl@157d162.
    2007-02-02 15:41:07.015 WARNING J2EE OJR-00013 Exception initializing deployed a
    pplication: orabpel. Application: orabpel is in failed state as initialization f
    ailed
    2007-02-02 15:41:07.859 ERROR J2EE EJB-03027 [hw_services] An error occured depl
    oying EJB module: com.evermind.server.ejb.deployment.InvalidEJBAssemblyException
    : [hw_services:hw_services_ejb:RemoteWorklistService] - Unable to load ejb-class
    oracle.tip.pc.services.hw.worklist.RemoteWorklistServiceBean, see section 23.2
    of the EJB 2.1 specificationoracle.classloader.util.AnnotatedClassNotFoundExcept
    ion:
    Missing class: oracle.tip.pc.services.hw.worklist.RemoteWorklistServic
    eBean
    Dependent class: com.evermind.server.ejb.deployment.BeanDescriptor
    Loader: oc4j:10.1.3
    Code-Source: /D:/BPEL/bpel/system/appserver/oc4j/j2ee/home/lib/oc4j-
    internal.jar
    Configuration: <code-source> in META-INF/boot.xml in D:\BPEL\bpel\syst
    em\appserver\oc4j\j2ee\home\oc4j.jar
    This load was initiated at hw_services.root:0.0.0 using the Class.forName() meth
    od.
    The missing class is available from the following locations:
    1. Code-Source: /D:/BPEL/bpel/system/services/lib/bpm-services.jar (from
    <code-source> in /D:/BPEL/bpel/system/appserver/oc4j/j2ee/home/config/server.xm
    l)
    This code-source is available in loader oracle.bpel.common:10.1.3. Th
    is shared-library can be imported by the "hw_services" application.
    07/02/02 15:41:07 WARNING: Application.setConfig Application: hw_services is in
    failed state as initialization failed.
    java.lang.InstantiationException: Error initializing ejb-modules: [hw_services:h
    w_services_ejb:RemoteWorklistService] - Unable to load ejb-class oracle.tip.pc.s
    ervices.hw.worklist.RemoteWorklistServiceBean, see section 23.2 of the EJB 2.1 s
    pecificationoracle.classloader.util.AnnotatedClassNotFoundException:
    Missing class: oracle.tip.pc.services.hw.worklist.RemoteWorklistServic
    eBean
    Dependent class: com.evermind.server.ejb.deployment.BeanDescriptor
    Loader: oc4j:10.1.3
    Code-Source: /D:/BPEL/bpel/system/appserver/oc4j/j2ee/home/lib/oc4j-
    internal.jar
    Configuration: <code-source> in META-INF/boot.xml in D:\BPEL\bpel\syst
    em\appserver\oc4j\j2ee\home\oc4j.jar
    This load was initiated at hw_services.root:0.0.0 using the Class.forName() meth
    od.
    The missing class is available from the following locations:
    1. Code-Source: /D:/BPEL/bpel/system/services/lib/bpm-services.jar (from
    <code-source> in /D:/BPEL/bpel/system/appserver/oc4j/j2ee/home/config/server.xm
    l)
    This code-source is available in loader oracle.bpel.common:10.1.3. Th
    is shared-library can be imported by the "hw_services" application.
    2007-02-02 15:41:07.890 WARNING J2EE OJR-00013 Exception initializing deployed a
    pplication: hw_services. Application: hw_services is in failed state as initiali
    zation failed
    2007-02-02 15:41:08.703 ERROR J2EE EJB-03027 [owf] An error occured deploying EJ
    B module: com.evermind.server.ejb.deployment.InvalidEJBAssemblyException: [owf:O
    WFWrapperEJB:OWFRemoteWrapper] - Unable to load ejb-class oracle.tip.pc.services
    .owf.OWFRemoteWrapperBean, see section 23.2 of the EJB 2.1 specificationoracle.c
    lassloader.util.AnnotatedClassNotFoundException:
    Missing class: oracle.tip.pc.services.owf.OWFRemoteWrapperBean
    Dependent class: com.evermind.server.ejb.deployment.BeanDescriptor
    Loader: oc4j:10.1.3
    Code-Source: /D:/BPEL/bpel/system/appserver/oc4j/j2ee/home/lib/oc4j-
    internal.jar
    Configuration: <code-source> in META-INF/boot.xml in D:\BPEL\bpel\syst
    em\appserver\oc4j\j2ee\home\oc4j.jar
    This load was initiated at owf.root:0.0.0 using the Class.forName() method.
    The missing class is available from the following locations:
    1. Code-Source: /D:/BPEL/bpel/system/services/lib/bpm-services.jar (from
    <code-source> in /D:/BPEL/bpel/system/appserver/oc4j/j2ee/home/config/server.xm
    l)
    This code-source is available in loader oracle.bpel.common:10.1.3. Th
    is shared-library can be imported by the "owf" application.
    07/02/02 15:41:08 WARNING: Application.setConfig Application: owf is in failed s
    tate as initialization failed.
    java.lang.InstantiationException: Error initializing ejb-modules: [owf:OWFWrappe
    rEJB:OWFRemoteWrapper] - Unable to load ejb-class oracle.tip.pc.services.owf.OWF
    RemoteWrapperBean, see section 23.2 of the EJB 2.1 specificationoracle.classload
    er.util.AnnotatedClassNotFoundException:
    Missing class: oracle.tip.pc.services.owf.OWFRemoteWrapperBean
    Dependent class: com.evermind.server.ejb.deployment.BeanDescriptor
    Loader: oc4j:10.1.3
    Code-Source: /D:/BPEL/bpel/system/appserver/oc4j/j2ee/home/lib/oc4j-
    internal.jar
    Configuration: <code-source> in META-INF/boot.xml in D:\BPEL\bpel\syst
    em\appserver\oc4j\j2ee\home\oc4j.jar
    This load was initiated at owf.root:0.0.0 using the Class.forName() method.
    The missing class is available from the following locations:
    1. Code-Source: /D:/BPEL/bpel/system/services/lib/bpm-services.jar (from
    <code-source> in /D:/BPEL/bpel/system/appserver/oc4j/j2ee/home/config/server.xm
    l)
    This code-source is available in loader oracle.bpel.common:10.1.3. Th
    is shared-library can be imported by the "owf" application.
    2007-02-02 15:41:08.734 WARNING J2EE OJR-00013 Exception initializing deployed a
    pplication: owf. Application: owf is in failed state as initialization failed
    2007-02-02 15:41:15.562 ERROR J2EE HTTP-00004 Internal error raised tyring to in
    stantiate web-application: admin_war defined in web site OC4J 10g (10.1.3) Defau
    lt Web Site. Application: admin_war has been stopped
    2007-02-02 15:41:15.578 ERROR J2EE HTTP-00004 Internal error raised tyring to in
    stantiate web-application: console_war defined in web site OC4J 10g (10.1.3) Def
    ault Web Site. Application: console_war has been stopped
    2007-02-02 15:41:15.578 ERROR J2EE HTTP-00004 Internal error raised tyring to in
    stantiate web-application: startup_war defined in web site OC4J 10g (10.1.3) Def
    ault Web Site. Application: startup_war has been stopped
    2007-02-02 15:41:15.578 ERROR J2EE HTTP-00004 Internal error raised tyring to in
    stantiate web-application: httpbinding defined in web site OC4J 10g (10.1.3) Def
    ault Web Site. Application: httpbinding has been stopped
    2007-02-02 15:41:16.109 ERROR J2EE HTTP-00004 Internal error raised tyring to in
    stantiate web-application: deploy defined in web site OC4J 10g (10.1.3) Default
    Web Site. Application: deploy has been stopped
    2007-02-02 15:41:16.109 ERROR J2EE HTTP-00004 Internal error raised tyring to in
    stantiate web-application: testconnection defined in web site OC4J 10g (10.1.3)
    Default Web Site. Application: testconnection has been stopped
    2007-02-02 15:41:16.109 ERROR J2EE HTTP-00004 Internal error raised tyring to in
    stantiate web-application: taskservice defined in web site OC4J 10g (10.1.3) Def
    ault Web Site. Application: taskservice has been stopped
    2007-02-02 15:41:16.125 ERROR J2EE HTTP-00004 Internal error raised tyring to in
    stantiate web-application: taskmetadataservice defined in web site OC4J 10g (10.
    1.3) Default Web Site. Application: taskmetadataservice has been stopped
    2007-02-02 15:41:16.125 ERROR J2EE HTTP-00004 Internal error raised tyring to in
    stantiate web-application: taskqueryservice defined in web site OC4J 10g (10.1.3
    ) Default Web Site. Application: taskqueryservice has been stopped
    2007-02-02 15:41:16.125 ERROR J2EE HTTP-00004 Internal error raised tyring to in
    stantiate web-application: IdentityService defined in web site OC4J 10g (10.1.3)
    Default Web Site. Application: IdentityService has been stopped
    2007-02-02 15:41:16.125 ERROR J2EE HTTP-00004 Internal error raised tyring to in
    stantiate web-application: usermetadataservice defined in web site OC4J 10g (10.
    1.3) Default Web Site. Application: usermetadataservice has been stopped
    2007-02-02 15:41:16.125 ERROR J2EE HTTP-00004 Internal error raised tyring to in
    stantiate web-application: runtimeconfigservice defined in web site OC4J 10g (10
    .1.3) Default Web Site. Application: runtimeconfigservice has been stopped
    2007-02-02 15:41:16.140 ERROR J2EE HTTP-00004 Internal error raised tyring to in
    stantiate web-application: hw_services defined in web site OC4J 10g (10.1.3) Def
    ault Web Site. Application: hw_services has been stopped
    2007-02-02 15:41:16.140 ERROR J2EE HTTP-00004 Internal error raised tyring to in
    stantiate web-application: worklistxpress defined in web site OC4J 10g (10.1.3)
    Default Web Site. Application: worklistxpress has been stopped
    2007-02-02 15:41:16.140 ERROR J2EE HTTP-00004 Internal error raised tyring to in
    stantiate web-application: worklistapp defined in web site OC4J 10g (10.1.3) Def
    ault Web Site. Application: worklistapp has been stopped
    2007-02-02 15:41:16.140 ERROR J2EE HTTP-00004 Internal error raised tyring to in
    stantiate web-application: owf defined in web site OC4J 10g (10.1.3) Default Web
    Site. Application: owf has been stopped
    07/02/02 15:41:18 Oracle Containers for J2EE 10g (10.1.3.1.0) initialized
    Till yesterday I was able to start PM server without any issues.
    Could anyone tell me what could be the issue over here ?
    TIA,
    -- prabaa !

    Hi,
    I got the same errors while i am restarting my SOA Server.
    The error is pasted for your reference.
    I also put down the fix which actually resolved this issue.
    Error parsing oc4j-ra.xml at D:\Oracle\product\10.1.3.1\OracleSOA\j2ee\oc4j_soa\application-deployments\orabpel\BPELjms: Fatal error at line 1 offset 1 in file:/D:/Oracle/product/10.1.3.1/OracleSOA/j2ee/oc4j_soa/applications/orabpel/bpeljms/: .<Line 1, Column 1>: XML-20108: (Fatal Error) Start of root element expected.
    08/11/07 15:24:01 WARNING: Application.setConfig Application: orabpel is in failed state as initialization failed.
    java.lang.InstantiationException: Error initializing ejb-modules: No ResourceAdapterWrapper instance found at the specified resource-adapter (BPELjms) for MessageDrivenBean InvokerBean
    08/11/07 15:24:01 WARNING: Application.setConfig Application: hw_services is in failed state as initialization failed.
    java.lang.InstantiationException: Error initializing ejb-modules: [hw_services:hw_services_ejb:RemoteWorklistService] - Unable to load ejb-class oracle.tip.pc.services.hw.worklist.RemoteWorklistServiceBean, see section 23.2 of the EJB 2.1 specificationoracle.classloader.util.AnnotatedClassNotFoundException:
         Missing class: oracle.tip.pc.services.hw.worklist.RemoteWorklistServiceBean
         Dependent class: com.evermind.server.ejb.deployment.BeanDescriptor
         Loader: oc4j:10.1.3
         Code-Source: /D:/Oracle/product/10.1.3.1/OracleSOA/j2ee/home/lib/oc4j-internal.jar
         Configuration: <code-source> in META-INF/boot.xml in D:\Oracle\product\10.1.3.1\OracleSOA\j2ee\home\oc4j.jar
    This load was initiated at hw_services.root:0.0.0 using the Class.forName() method.
    The missing class is available from the following locations:
         1. Code-Source: /D:/Oracle/product/10.1.3.1/OracleSOA/bpel/system/services/lib/bpm-services.jar (from <code-source> in /D:/oracle/product/10.1.3.1/OracleSOA/j2ee/oc4j_soa/config/server.xml)
         This code-source is available in loader oracle.bpel.common:10.1.3. This shared-library can be imported by the "hw_services" application.
    I followed the following steps which actually fixed this issue.
    1. Deleted the folders 'orabpel','hw_services','esb-dt','esb-rt' located under <ORACLE_HOME>\j2ee\oc4j_soa\application-deployments folder.
    2. Now restarted the SOA suite server using 'opmnctl startall' command.
    The deleted folders will be recreated when we restart SOA server. In other words hw_services and orabpel and other esb jars will be gracefully re-deployed during SOA restart.
    After restart you could checks for these deleted folders as a confirmation.
    Now user should be able to login to BPEL Console.
    regards,
    Narasimha Murthy

  • Unable to start UCM Idc server in linux 64-bit

    hi,
    we are faceing error's to start the UCM Idc server in linux 64-bit
    1) error
    *WARNING:        Unable to start server at /oracle/ucm/server/.**
    **WARNING:          /usr/bin/env LDLIBRARY_PATH= /oracle/ucm/server/shared/os/linux64/bin/UnixProcCtrl exec /oracle/ucm/server/etc/idcserver_start_**
    **WARNING:          Starting the Content Server  etidbdev... The server terminated unexpectedly._**
    **WARNING:          (internal)    07.18 11:20:04.836      main    !syFileUtilsDirNotFound,Review install settings. . .**
    **WARNING:          Content Server Core Folder: /oracle/ucm/server**
    **WARNING:          Java virtual machine: Sun Java 1.6.0 JDK/groups/secure/logs/!csLogUnableToAccessDir**
    **_WARNING:          'CheckoutAndOpenInNative' component, version '2008-06-17', extends checkoutandopeninnative feature(s)**
    WARNING: 'ContentFolios' component, version '1.0.0.87 ($Rev: 65280 $)', extends Folios:1.0.0-1.0.0.87 feature(s)
    WARNING: 'ConfigMigrationUtility' component, version '2008_07_01 (build 51)', extends ConfigurationMigration:1.0-1.0.0.51 feature(s)
    WARNING: 'FileStoreProvider' component, version '2008_05_21 (build 17)', extends FileStoreProvider feature(s)
    WARNING: 'Folders_g' component, version '2008_07_25 (build 24) ($Rev: 65025 $)', extends folders:7.2-1000.0.0.24 feature(s)
    WARNING: 'Helper' component, version '6.2 20080410T1355', extends Helper:6.2-0.0.558.1215716087 feature(s)
    WARNING: 'InboundRefinerySupport' component, version '2008_07_16 (build 22)', extends Inbound Refinery:8.1.0.0 feature(s)
    WARNING: 'CoreWebdav' component, version '2008_05_27 (build 17)', extends webdav:2.0-2.0 feature(s)
    WARNING: 'FCKEditor' component, version '2007_06_19 (build 7)', extends FckEditor feature(s)
    WARNING: 'NativeOsUtils' component, version '080222 (build $Rev: 61118 $)', extends NativeOsUtils feature(s)
    WARNING: 'ContentAccess-linux' component, version '080222 (build $Rev: 64037 $)', extends ContentAccess:10gR3-8.1.9 feature(s)
    WARNING: 'ComponentTool' component, version '080710 10gR3 (build $Rev: 64602 $)', extends ComponentTool feature(s)
    WARNING: 'CoreUserInterfaceLibrary' component, version '2008_07_30 ($Rev: 65084 $)', extends CoreUserInterfaceLibrary feature(s)
    WARNING: 'PopUpCalendar' component, version '2008_06_24 ($Rev: 64134 $)', extends PopUpCalendar feature(s)
    WARNING: 'YahooUserInterfaceLibrary' component, version '2008_08_05 ($Rev: 65289 $)', extends YahooUserInterfaceLibrary feature(s)
    WARNING: 'iTextComponent' component, version '2007_10_15 (build 2) ($Rev: 56511 $)', extends iTextComponent:2.0-1.0.0.2 feature(s)
    WARNING: Failed to initialize the server.
    WARNING: (internal) 07.18 11:20:49.752 main !csFailedToInitServer (!syFileUtilsUnableToCreateSpecifiedDir,Review install settings. . .
    WARNING: Content Server Core Folder: /oracle/ucm/server
    WARNING: Java virtual machine: Sun Java 1.6.0 JDK/groups/secure/logs/archiver)-exception stack
    WARNING: intradoc.common.ServiceException: !syFileUtilsUnableToCreateSpecifiedDir,Review install settings. . .
    WARNING: Content Server Core Folder: /oracle/ucm/server
    WARNING: Java virtual machine: Sun Java 1.6.0 JDK/groups/secure/logs/archiver
    WARNING: at intradoc.common.FileUtils.checkOrCreateDirectoryPrepareForLocks(FileUtils.java:344)
    WARNING: at intradoc.server.IdcSystemLoader.loadLogInfo(IdcSystemLoader.java:668)
    2) error
    WARNING: Failed to initialize the server.
    WARNING: (internal) 07.18 11:20:49.752 main !csFailedToInitServer (!syFileUtilsUnableToCreateSpecifiedDir,Review install settings. . .
    WARNING: Content Server Core Folder: /oracle/ucm/server
    WARNING: Java virtual machine: Sun Java 1.6.0 JDK/groups/secure/logs/archiver)-exception stack
    WARNING: intradoc.common.ServiceException: !syFileUtilsUnableToCreateSpecifiedDir,Review install settings. . .
    WARNING: Content Server Core Folder: /oracle/ucm/server
    WARNING: Java virtual machine: Sun Java 1.6.0 JDK/groups/secure/logs/archiver
    WARNING: at intradoc.common.FileUtils.checkOrCreateDirectoryPrepareForLocks(FileUtils.java:344)
    WARNING: at intradoc.server.IdcSystemLoader.loadLogInfo(IdcSystemLoader.java:668)
    WARNING: at intradoc.server.IdcSystemLoader.loadCaches(IdcSystemLoader.java:954)
    WARNING: at intradoc.server.IdcServerManager.init(IdcServerManager.java:79)
    WARNING: at IdcServer.init(IdcServer.java:64)
    WARNING: at IdcServer.main(IdcServer.java:37)
    WARNING: Unable to create directory 'Review install settings. . .
    WARNING: Content Server Core Folder: /oracle/ucm/server
    WARNING: Java virtual machine: Sun Java 1.6.0 JDK/groups/secure/logs/archiver'.
    WARNING: intradoc.common.ServiceException: !syFileUtilsUnableToCreateSpecifiedDir,Review install settings. . .
    WARNING: Content Server Core Folder: /oracle/ucm/server
    WARNING: Java virtual machine: Sun Java 1.6.0 JDK/groups/secure/logs/archiver
    WARNING: at intradoc.common.FileUtils.checkOrCreateDirectoryPrepareForLocks(FileUtils.java:344)
    WARNING: at intradoc.server.IdcSystemLoader.loadLogInfo(IdcSystemLoader.java:668)
    WARNING: at intradoc.server.IdcSystemLoader.loadCaches(IdcSystemLoader.java:954)
    WARNING: at intradoc.server.IdcServerManager.init(IdcServerManager.java:79)
    WARNING: at IdcServer.init(IdcServer.java:64)
    WARNING: at IdcServer.main(IdcServer.java:37)
    WARNING: Unable to start server at /oracle/ucm/server/.
    WARNING: /usr/bin/env LD_LIBRARY_PATH= /oracle/ucm/server/admin/etc/idcadmin_start
    WARNING: Starting the Admin Server... The server terminated unexpectedly.
    WARNING: (internal) 07.18 11:20:50.520 main !syFileUtilsDirNotFound,Review install settings. . .
    WARNING: Content Server Core Folder: /oracle/ucm/server
    WARNING: Java virtual machine: Sun Java 1.6.0 JDK/groups/secure/logs/!csLogUnableToAccessDir
    WARNING: Unable to create directory 'Review install settings. . .
    WARNING: Content Server Core Folder: /oracle/ucm/server
    WARNING: Java virtual machine: Sun Java 1.6.0 JDK/groups/secure/logs/archiver'.
    NOTICE: Finished install type Install with warnings at 7/18/11 11:20 AM.
    please help on this ASAP
    advance thank you.

    hi,
    we are faceing error's to start the UCM Idc server in linux 64-bit
    1) error
    *WARNING:        Unable to start server at /oracle/ucm/server/.**
    **WARNING:          /usr/bin/env LDLIBRARY_PATH= /oracle/ucm/server/shared/os/linux64/bin/UnixProcCtrl exec /oracle/ucm/server/etc/idcserver_start_**
    **WARNING:          Starting the Content Server  etidbdev... The server terminated unexpectedly._**
    **WARNING:          (internal)    07.18 11:20:04.836      main    !syFileUtilsDirNotFound,Review install settings. . .**
    **WARNING:          Content Server Core Folder: /oracle/ucm/server**
    **WARNING:          Java virtual machine: Sun Java 1.6.0 JDK/groups/secure/logs/!csLogUnableToAccessDir**
    **_WARNING:          'CheckoutAndOpenInNative' component, version '2008-06-17', extends checkoutandopeninnative feature(s)**
    WARNING: 'ContentFolios' component, version '1.0.0.87 ($Rev: 65280 $)', extends Folios:1.0.0-1.0.0.87 feature(s)
    WARNING: 'ConfigMigrationUtility' component, version '2008_07_01 (build 51)', extends ConfigurationMigration:1.0-1.0.0.51 feature(s)
    WARNING: 'FileStoreProvider' component, version '2008_05_21 (build 17)', extends FileStoreProvider feature(s)
    WARNING: 'Folders_g' component, version '2008_07_25 (build 24) ($Rev: 65025 $)', extends folders:7.2-1000.0.0.24 feature(s)
    WARNING: 'Helper' component, version '6.2 20080410T1355', extends Helper:6.2-0.0.558.1215716087 feature(s)
    WARNING: 'InboundRefinerySupport' component, version '2008_07_16 (build 22)', extends Inbound Refinery:8.1.0.0 feature(s)
    WARNING: 'CoreWebdav' component, version '2008_05_27 (build 17)', extends webdav:2.0-2.0 feature(s)
    WARNING: 'FCKEditor' component, version '2007_06_19 (build 7)', extends FckEditor feature(s)
    WARNING: 'NativeOsUtils' component, version '080222 (build $Rev: 61118 $)', extends NativeOsUtils feature(s)
    WARNING: 'ContentAccess-linux' component, version '080222 (build $Rev: 64037 $)', extends ContentAccess:10gR3-8.1.9 feature(s)
    WARNING: 'ComponentTool' component, version '080710 10gR3 (build $Rev: 64602 $)', extends ComponentTool feature(s)
    WARNING: 'CoreUserInterfaceLibrary' component, version '2008_07_30 ($Rev: 65084 $)', extends CoreUserInterfaceLibrary feature(s)
    WARNING: 'PopUpCalendar' component, version '2008_06_24 ($Rev: 64134 $)', extends PopUpCalendar feature(s)
    WARNING: 'YahooUserInterfaceLibrary' component, version '2008_08_05 ($Rev: 65289 $)', extends YahooUserInterfaceLibrary feature(s)
    WARNING: 'iTextComponent' component, version '2007_10_15 (build 2) ($Rev: 56511 $)', extends iTextComponent:2.0-1.0.0.2 feature(s)
    WARNING: Failed to initialize the server.
    WARNING: (internal) 07.18 11:20:49.752 main !csFailedToInitServer (!syFileUtilsUnableToCreateSpecifiedDir,Review install settings. . .
    WARNING: Content Server Core Folder: /oracle/ucm/server
    WARNING: Java virtual machine: Sun Java 1.6.0 JDK/groups/secure/logs/archiver)-exception stack
    WARNING: intradoc.common.ServiceException: !syFileUtilsUnableToCreateSpecifiedDir,Review install settings. . .
    WARNING: Content Server Core Folder: /oracle/ucm/server
    WARNING: Java virtual machine: Sun Java 1.6.0 JDK/groups/secure/logs/archiver
    WARNING: at intradoc.common.FileUtils.checkOrCreateDirectoryPrepareForLocks(FileUtils.java:344)
    WARNING: at intradoc.server.IdcSystemLoader.loadLogInfo(IdcSystemLoader.java:668)
    2) error
    WARNING: Failed to initialize the server.
    WARNING: (internal) 07.18 11:20:49.752 main !csFailedToInitServer (!syFileUtilsUnableToCreateSpecifiedDir,Review install settings. . .
    WARNING: Content Server Core Folder: /oracle/ucm/server
    WARNING: Java virtual machine: Sun Java 1.6.0 JDK/groups/secure/logs/archiver)-exception stack
    WARNING: intradoc.common.ServiceException: !syFileUtilsUnableToCreateSpecifiedDir,Review install settings. . .
    WARNING: Content Server Core Folder: /oracle/ucm/server
    WARNING: Java virtual machine: Sun Java 1.6.0 JDK/groups/secure/logs/archiver
    WARNING: at intradoc.common.FileUtils.checkOrCreateDirectoryPrepareForLocks(FileUtils.java:344)
    WARNING: at intradoc.server.IdcSystemLoader.loadLogInfo(IdcSystemLoader.java:668)
    WARNING: at intradoc.server.IdcSystemLoader.loadCaches(IdcSystemLoader.java:954)
    WARNING: at intradoc.server.IdcServerManager.init(IdcServerManager.java:79)
    WARNING: at IdcServer.init(IdcServer.java:64)
    WARNING: at IdcServer.main(IdcServer.java:37)
    WARNING: Unable to create directory 'Review install settings. . .
    WARNING: Content Server Core Folder: /oracle/ucm/server
    WARNING: Java virtual machine: Sun Java 1.6.0 JDK/groups/secure/logs/archiver'.
    WARNING: intradoc.common.ServiceException: !syFileUtilsUnableToCreateSpecifiedDir,Review install settings. . .
    WARNING: Content Server Core Folder: /oracle/ucm/server
    WARNING: Java virtual machine: Sun Java 1.6.0 JDK/groups/secure/logs/archiver
    WARNING: at intradoc.common.FileUtils.checkOrCreateDirectoryPrepareForLocks(FileUtils.java:344)
    WARNING: at intradoc.server.IdcSystemLoader.loadLogInfo(IdcSystemLoader.java:668)
    WARNING: at intradoc.server.IdcSystemLoader.loadCaches(IdcSystemLoader.java:954)
    WARNING: at intradoc.server.IdcServerManager.init(IdcServerManager.java:79)
    WARNING: at IdcServer.init(IdcServer.java:64)
    WARNING: at IdcServer.main(IdcServer.java:37)
    WARNING: Unable to start server at /oracle/ucm/server/.
    WARNING: /usr/bin/env LD_LIBRARY_PATH= /oracle/ucm/server/admin/etc/idcadmin_start
    WARNING: Starting the Admin Server... The server terminated unexpectedly.
    WARNING: (internal) 07.18 11:20:50.520 main !syFileUtilsDirNotFound,Review install settings. . .
    WARNING: Content Server Core Folder: /oracle/ucm/server
    WARNING: Java virtual machine: Sun Java 1.6.0 JDK/groups/secure/logs/!csLogUnableToAccessDir
    WARNING: Unable to create directory 'Review install settings. . .
    WARNING: Content Server Core Folder: /oracle/ucm/server
    WARNING: Java virtual machine: Sun Java 1.6.0 JDK/groups/secure/logs/archiver'.
    NOTICE: Finished install type Install with warnings at 7/18/11 11:20 AM.
    please help on this ASAP
    advance thank you.

Maybe you are looking for

  • How to change dynamically type of columns in DataTable

    Hi I have a dataTable bound to custom object properties. In a column i want to set text type as Link Action or OutputText depending on some criteria. Can this be done. If yes then how.

  • IMac G5 & extended Desktop

    Is it possible to unlock the Extended Desktop on an iMac G5 (in order to use an extra connected display), since it is available on the same MacOS X used on laptops Powerbooks/Macbooks and main CPU's like Power Macs ? Thanx in advance,

  • Nokia 1110i doesn't work in USA

    I bought a Nokia 1110i mobile phone in Australia...the salesman said that it would work in the states...but when I got home it shows No Network Coverage.....Never had this problem with other phones I have purchased overseas....HELP!!!!

  • About Developer Suite

    Hello, While browsing http://oraclestore.oracle.com I come across the following information about Trial softwares. Download the software for free at Oracle Technology Network (OTN), Oracle's online developer network. (A membership is required, which

  • N97 MFE Error 15006

    Hallo I have 15 pieces N97 here in the company along with a SBS 2003 Std server. I've set up on all the Mail for Exchange. This works even if Outlook, except that the tasks are not synchronizes. what is written in the log file of error 15006 Microsof