Problem in starting repository browser on owb 11g

I have successfully installed oracle 11g release1. The associated Warehouse Builder works fine, everything is ok.
Now I want to start Repository Browser. So, I must run the startowbbinst.bat file from directory oracle_home/owb/bin/win32, but I receive this:
- call setowbenv.bat
- date and time - Error initializing server: Error initializing _logger for ../log/server.log: Access is denied
-date and time - Fatal error: server exiting

Same issue for me too. Can you please tell me the solution for this issue.

Similar Messages

  • Error  when  starting repository browser listener on Oracle Database

    I have successfully installed oracle database 11g release2 (11.2.0.2.0). The associated Oracle Warehouse Builder 11g Release 2 (11.2.0.3.0) Standalone Software works fine, everything is ok.
    Now I want to start Repository Browser. So, I must run the startowbbinst.bat file from directory oracle_home/owb/bin/win32 (oracle_home for oracle database ), but I receive this:
    - call setowbenv.bat
    *Error initializing server: Error initializing _logger for ../log/server.log: Access is denied*
    Fatal error: server exiting
    Please help me !!!!!!

    login to below url
    http:/hostname:port/webdynpro/dispatcher/sap.com/com.sap.xi.adminweb/AdminApp
    clcik on Java Web Start Administration and Click on Restore Archives
    and refer below thread:
    http://forums.sdn.sap.com/thread.jspa?threadID=1792753

  • Problem starting Repository Browser Service on Windows Server 2008

    Using the default Warehouse Builder installation in the 11g (11.1.0.7.0) databaseinstallation on a clean Windows Server 2008 64-bit installation.
    Warehouse Builder installed and populated ok, OWB client works fine etc.
    When trying to start the Repository Browser listener by running the startOwbbInst.bat, the OC4J container crashes with the following error in the \owb\j2ee\log\oc4j\log.xml:
    +<MSG_TEXT>Could not create Secure http listener due to {0}</MSG_TEXT>+
    +<SUPPL_DETAIL><![CDATA[java.io.FileNotFoundException: C:\Oracle\product\11.1.0\db_1\owb\bin\admin\..\..\j2ee\config\%ORACLE_HOME%\owb\j2ee\config\keystore.jks (The system cannot find the path specified)+
    +     at java.io.FileInputStream.open(Native Method)+
    +     at java.io.FileInputStream.<init>(FileInputStream.java:106)+
    +     at java.io.FileInputStream.<init>(FileInputStream.java:66)+
    +     at oracle.oc4j.security.OC4JSSLSocketFactory.getStoreIn(OC4JSSLSocketFactory.java:253)+
    (The local_service_login.bat works fine).
    We're starting this as an administrator user in Win2008.
    All parameteres in the setowbenv.bat seems to be correct as far as I can tell. There is a strange reference to %ORACLE_HOME% in the above log, of which I've no idea where it is coming from....
    Identical installation worked fine on a 64-bit Windows Server 2003, - so can this be something related to a new security model in Windows Server 2008?
    (I found a posting regarding problems with the startOwbbInst.bat on Vista  [here |http://forums.oracle.com/forums/thread.jspa?messageID=2275781&#2275781] - so maybe.... however, the quickfix mentioned there did'nt help us here...)
    Anyone experienced similar problems (and preferably solved them) on Windows Server 2008 and/or Vista?
    Regards,
    -Haakon-

    Solved this after some trawling through xml configuration files on the server.
    The file C:\Oracle\product\11.1.0\db_1\owb\j2ee\config\http-web-site.xml contains the reference to keystore.jks:
              <ssl-config keystore="*%ORACLE_HOME%*/owb/j2ee/config/keystore.jks" keystore-password="-&gt;keystoreadmin"/>
    changing this to:
              <ssl-config keystore="C:\Oracle\product\11.1.0\db_1/owb/j2ee/config/keystore.jks" keystore-password="-&gt;keystoreadmin"/>
    and the OC4J container starts successfully.
    Regards,
    -Haakon-

  • Can not start Repository Browser

    I have installed the server components of OWB 10.2 on a 64bit Red Hat Linux server and the client design tool on a windows desktop. I have so far failed to start the repository browser trying a number of different things (using the link from within OWB Design Client, starting an OWB browser listener on the client then retrying said link, swapping my client PC's host name slu2022 with the server's etc).
    The thing I don't get is why the browser opens with this web address (slu2022 being my desktop):
    https://slu2022:8999/owbb/RABLogin.uix?mode=design&def_host=<HOST SERVER NAME>&def_port=1526&def_service=dwdev
    I would have thought the repository browser was accessible using just a web browser from any client PC and that the server needed the runtime listener started? Problem is I have no idea how to start the listener on Linux and the documentation on how to do this seems to consist entirely of this sentence,
    "To verify the installation, launch the Repository Browser listener and then the Repository Browser.".
    Any and all help is appreciated.

    To start Listener on Linux is very simple:
    - Set env. variables ORACLE_HOME, ORACLE_SID, TNS_ADMIN (export ORACLE_HOME=BLABLABLA and so on).
    - In the command prompt, start the listener: lsnrctl start
    But... If you can connect to the database, your listener is already up, you don't have to re start it.
    The browser server preference is set when installing the Browser schema. It's possible to change it in OWB -> Preferences, under the Browser Tab. Provide correct app server hostname. If it still not work, remove the port number and try again.
    Regards,
    Marcos

  • Problem in starting Integration service with DAC 11g

    Hi friends,
    Im @ the step of registering integration service and the repository service in DAC 11g. I can start the Repository service well in DAC, but facing issue in starting integration service with DAC, while trying to test connection im getting a message like
    Failure connecting to BIA_IS!
    Im not sure the reason to this problem in DAC. I have also setted the necessary environment variables like INFA_HOME and INFA_DOMAINS_FILE referring the domains.infa file like
    INFA_DOMAINS_FILE = C:\Informatica\9.1.0\domains.infa
    Also checked with the dac_env file which has the below contents
    REM -----------------------------------------------------
    REM
    REM ENVIRONMENT VARIABLES THAT YOU MAY NEED TO SET FOR
    REM  PROPER INFORMATICA 8.x or 9.x HANDSHAKE.
    REM
    REM INFORMATICA_SERVER_LOCATION denotes installation of
    REM Informatica components. Example:
    REM C:\Informatica\PowerCenter9.1
    REM
    REM DOMAINS.INFA_FILE_LOCATION denotes the location
    REM (including name) of domains.infa file
    REM
    REM Please make sure to set correct values for variables
    REM mentioned above
    REM
    REM -----------------------------------------------------
    set INFORMATICA_SERVER_LOCATION="C:\Informatica\9.1.0"
    set DOMAINS_INFA_FILE_LOCATION=C:\Informatica\9.1.0\domains.infa
    set INFA_CMD_STYLE=8
    set PATH=C:\Informatica\9.1.0\server\bin;%PATH%
    set INFA_DOMAINS_FILE=%DOMAINS_INFA_FILE_LOCATION%
    What could be the problem and where to check with the logfile related to the integration service failure in DAC.
    Thanks in advance.
    Regards,
    Saro

    Hi guys,
    The issue is sorted out. The below are the two precautions to be considered.
    *) Make sure of INFA_HOME/Server/bin exist @ the end in the PATH variable.
    *) For each and every change in the PATH variable, it is better to restart the services(both infa and DAC) then and there for the changes to take effect.
    Regards,
    Saro

  • Problem with Starting with Oracle Warehouse Builder 11g Release 1

    Hello,
    I want to do the training modules for owb. I installed Oracle Databes 11g2 and was attempting to load all the demo files from the learning module Starting with Oracle Warehouse Builder 11g Release 1 (http://st-curriculum.oracle.com/obe/db/11g/r1/owb/owb11g_update_getting_started_intro/lesson1/less1_start.htm)
    I get an error during the running of the tcl scripts in omb plus. Everything works until the last files in which an object cannot be found. I get the following error:
    OMB02923: Attribute TIMES_CAL_MONTH_CODE of group SALES of operator SALES_OUT does not exist.
    The only reference i can find to this is in the load_sales.tcl file from the zip-file and i have no idea what is going wrong. As a result 5 mappings are missing in the end result (all LOAD_.. mappings)
    Can anyone assist me with this problem and provide a solution?
    thank you in advance

    Additional information after looking at the tcl files and the data in OWB that was loaded.
    The section where the error occurs connects two parts of a mapping, the OUTGRP1 and the SALES_OUT. THe SALES_OUT is based upon the cube Sales. This cube contains all the data that is being connected except for the 'TIMES_CAL_MONTH_CODE'. I have no idea based upon the code of the creation of the cube where they take the data from. None of the connected attributes is named specifically. The cube also contains the several groups, one of these is time. If you open the details of the group the list of input attributes lists the needed attribute but it is not listed seperatly like all the others that are connected for the mapping. Does anybody have an idea how to solve the problem based on this extra information and the code listed below.
    Code connecting outgrp1 and sales_out:
    OMBALTER MAPPING 'LOAD_SALES' \
    ADD CONNECTION FROM ATTRIBUTE 'AMOUNT' OF GROUP 'OUTGRP1' OF OPERATOR 'AGGREGATOR' \
    TO ATTRIBUTE 'AMOUNT' OF GROUP 'SALES' OF OPERATOR 'SALES_OUT'\
    ADD CONNECTION FROM ATTRIBUTE 'COST' OF GROUP 'OUTGRP1' OF OPERATOR 'AGGREGATOR' \
    TO ATTRIBUTE 'COST' OF GROUP 'SALES' OF OPERATOR 'SALES_OUT'\
    ADD CONNECTION FROM ATTRIBUTE 'QUANTITY' OF GROUP 'OUTGRP1' OF OPERATOR 'AGGREGATOR' \
    TO ATTRIBUTE 'QUANTITY' OF GROUP 'SALES' OF OPERATOR 'SALES_OUT' \
    ADD CONNECTION FROM ATTRIBUTE 'CHANNEL_SOURCE_ID' OF GROUP 'OUTGRP1' OF OPERATOR 'AGGREGATOR' \
    TO ATTRIBUTE 'CHANNELS_SOURCE_ID' OF GROUP 'SALES' OF OPERATOR 'SALES_OUT'\
    ADD CONNECTION FROM ATTRIBUTE 'SUBCATEGORY_ID' OF GROUP 'OUTGRP1' OF OPERATOR 'AGGREGATOR' \
    TO ATTRIBUTE 'PROMOTIONS_SOURCE_ID' OF GROUP 'SALES' OF OPERATOR 'SALES_OUT'\
    ADD CONNECTION FROM ATTRIBUTE 'PRODUCT_ID' OF GROUP 'OUTGRP1' OF OPERATOR 'AGGREGATOR' \
    TO ATTRIBUTE 'PRODUCTS_SOURCE_ID' OF GROUP 'SALES' OF OPERATOR 'SALES_OUT'\
    ADD CONNECTION FROM ATTRIBUTE 'CITY_ID' OF GROUP 'OUTGRP1' OF OPERATOR 'AGGREGATOR' \
    TO ATTRIBUTE 'CUSTOMERS_SOURCE_ID' OF GROUP 'SALES' OF OPERATOR 'SALES_OUT' \
    ADD CONNECTION FROM ATTRIBUTE 'FINISH_MONTH' OF GROUP 'OUTGRP1' OF OPERATOR 'AGGREGATOR' \
    TO ATTRIBUTE 'TIMES_CAL_MONTH_CODE' OF GROUP 'SALES' OF OPERATOR 'SALES_OUT'
    Code for creating the cube:
    OMBCREATE CUBE 'SALES'\
    SET PROPERTIES (BUSINESS_NAME, DESCRIPTION, DEPLOYMENT_OPTIONS)\
    VALUES ('Sales Cube', 'Sales Cube', 'Deploy All')
    OMBALTER CUBE 'SALES' ADD MEASURE 'AMOUNT'\
    SET PROPERTIES (DATATYPE,PRECISION,SCALE,BUSINESS_NAME,DESCRIPTION)\
    VALUES ('NUMBER',10,2,'Sales Amount','Sales Amount')
    OMBALTER CUBE 'SALES' ADD MEASURE 'QUANTITY'\
    SET PROPERTIES (DATATYPE,BUSINESS_NAME,DESCRIPTION)\
    VALUES ('NUMBER','Sales Quantity','Sales Quantity')
    OMBALTER CUBE 'SALES' ADD MEASURE 'COST'\
    SET PROPERTIES (DATATYPE,PRECISION,SCALE,BUSINESS_NAME,DESCRIPTION)\
    VALUES ('NUMBER',10,2,'Sales Cost','Sales Cost')
    OMBALTER CUBE 'SALES' ADD DIMENSION_USE 'TIMES'\
    SET REF LEVEL 'MONTH' OF DIMENSION 'TIMES' AT POSITION "1"
    OMBALTER CUBE 'SALES' ADD DIMENSION_USE 'PRODUCTS'\
    SET REF LEVEL 'PRODUCT' OF DIMENSION 'PRODUCTS' AT POSITION "2"
    OMBALTER CUBE 'SALES' ADD DIMENSION_USE 'CHANNELS'\
    SET REF LEVEL 'CHANNEL' OF DIMENSION 'CHANNELS' AT POSITION "3"
    OMBALTER CUBE 'SALES' ADD DIMENSION_USE 'CUSTOMERS'\
    SET REF LEVEL 'CITY' OF DIMENSION 'CUSTOMERS' AT POSITION "4"
    OMBALTER CUBE 'SALES' ADD DIMENSION_USE 'PROMOTIONS'\
    SET REF LEVEL 'SUBCATEGORY' OF DIMENSION 'PROMOTIONS' AT POSITION "5"
    OMBALTER CUBE 'SALES' ADD COMPOSITE_DIMENSION 'SALES_COMP'\
    SET REF DIMENSIONS ('PRODUCTS','CHANNELS','CUSTOMERS','PROMOTIONS');
    OMBALTER CUBE 'SALES' IMPLEMENTED BY SYSTEM
    puts "SALES defined"

  • Starting repository browser

    Hi,
    Please,can one help.
    How to start repositry browser on linux server its urgent
    advance thanks
    subbu

    Solved this after some trawling through xml configuration files on the server.
    The file C:\Oracle\product\11.1.0\db_1\owb\j2ee\config\http-web-site.xml contains the reference to keystore.jks:
              <ssl-config keystore="*%ORACLE_HOME%*/owb/j2ee/config/keystore.jks" keystore-password="-&gt;keystoreadmin"/>
    changing this to:
              <ssl-config keystore="C:\Oracle\product\11.1.0\db_1/owb/j2ee/config/keystore.jks" keystore-password="-&gt;keystoreadmin"/>
    and the OC4J container starts successfully.
    Regards,
    -Haakon-

  • How to enable the repository browser

    Hi everyone
    Can you please guide me to enable the repository browser in owb 11g. Should we access it from the server itself or can we access it from the client if so can u please provide me with the detail steps as to enable it? and should we enable it from the client or the server itself?
    regards
    Subhasree

    You can access the repositry browser from your client.
    Under Adminstration in OWB in Start-Program. click on Start OWB Browser Listener.
    Then click on OWB/Repository Browser
    Login to your repository.

  • OWB11g Repository Browser

    Hello,
    Is there anything specifically, which we need to do for using Repository Browser in OWB 11g.
    My OWB11g Repository Browser is not working, whihc I do not see any kind of Start OWB Browser Listener nor Stop OWB Browser Listener neither from my menus. Also I do not see those files in OWB homes.
    Any help would be greatly appreciated.
    Thanks

    Hi,
    I am also using 11g on windows (64 bit OS), not able to start repository browser, even after running the startOwbbInst.bat file, following is the response after running the batch file, not proceeding after the last event (kind of struck there) ?
    F:\app\OracleBase\product\11.1.0\enpdw_db\owb\bin\win32>call setowbenv.bat
    2008-07-31 09:58:23.439 NOTIFICATION JMSServer[]: OC4J JMS server recovering transactions (commit 0)
    (rollback 0) (prepared 0).
    2008-07-31 09:58:23.439 NOTIFICATION JMSServer[]: OC4J JMS server recovering local transactions Queu
    e[jms/Oc4jJmsExceptionQueue].
    2008-07-31 09:58:23.471 NOTIFICATION JMSServer[]: OC4J JMS server recovering local transactions Queu
    e[jms/jobstore].
    2008-07-31 09:58:23.486 NOTIFICATION JMSServer[]: OC4J JMS server recovering local transactions Queu
    e[jms/events].
    2008-07-31 09:58:23.486 NOTIFICATION JMSServer[]: OC4J JMS server recovering local transactions Queu
    e[jms/notifications].
    08/07/31 09:58:24 Oracle Containers for J2EE 10g (10.1.3.0.0) initialized
    -

  • OWB performance with repository browser

    Hi,
    I just want to know... is there some way in repository browser or OWB to detect how much time that had been spent to execute one record in a query?
    For example, if i got 20 records executed in a single mapping... i want to know how much time the mapping need and the time performance of each records...
    Anyone has suggestion?
    Thanks in advance,
    Davis

    I also am not quite sure how you could do this in such a way to gaurantee accurate measurement.
    One possible approach is to append a timestamp column to the source table, and populate the field with systimestamp (for the sub-second granularity) in the mapping. Then, after the load, you could sort all your records by this column, find a chunk together and compare load times.
    But even this would be like swatting a mosquito with a bat, and may not even be fully accurate itself under certain loading scenarios (not the mention the fact that technically this would actually make the mapping run slower that actual since you've added a whole new column populated by a function call!)
    -J

  • How do i start repostory browser listener on linux machine

    Hi,
    i have installed owb 10.2.0.1 on Linux machine. i am connecting that server from my desktop to do mapping. work flows. now i want to open repository browser from my desk top. how do i start repository browser listener at server.
    how can i open repository browser in my desktop?
    how do i get url for repository browser.?
    regards,
    pavan

    after the listener is started on the server, suppose you can access the server from the web browser, try the URL: https://hostname:8999/owbb/RABLogin.uix
    -haijun

  • Accessing OWB 10g Respository through OWB 11g Client

    We have an Oracle Database 10.2, we installed OWB 10.2 and created a repository.
    I want to install OWB 11g Client and use the existing repository. Is this Compatable.
    Thanks in advance for your suggessions.

    No, there were substantial repository changes in OWB 11g, you cannot connect an OWB 11g client with an OWB 10g repository - but you can host an OWB 11g repository in a 10g database though.
    Cheers
    David

  • Error in starting OWB repository browser listener

    Hi,
    I got the following error when starting owb repository browser listener on Solaris with startOwbbInst.sh
    Exception in thread "main" java.lang.NoClassDefFoundError: javax.servlet.Servlet
    at com.evermind.server.ApplicationServer.class$(ApplicationServer.java:297)
    at com.evermind.server.ApplicationServer.checkDependencies(ApplicationServer.java:297)
    at com.evermind.server.ApplicationServer.launchCommandline(ApplicationServer.java:498)
    at com.evermind.server.OC4JServer.launchOC4JCommandline(OC4JServer.java:171)
    at com.evermind.server.OC4JServer.main(OC4JServer.java:306)
    Is this caused by something with the configuration?
    Jeffrey

    Hi ,
    What is your OWB version ?
    If it is 10.2 then read the following
    With Warehouse Builder 10.2.0.X, the Repository Browser Listener is only supported on Windows x86-32bit and linux x86-32bit client machine.
    So start the Warehouse Builder Repository Browser Listener on Windows/Linux x86-32bit client machine
    For 11g refer MOS Note 469422.1
    Thanks,
    Sutirtha

  • OWB REPOSITORY BROWSER PROBLEM

    I am new with owb and have a problem with that Warehouse Builder Browser.
    At the first I start the OWB Browser Listener. That's ok.
    Afterwards I start the Repository Browser AND login as repository owner. That's ok.
    Now the problem: after I click any link, I come back again on the login PAGE. With the others links the same happens (such as Object Summary Report)
    What is the problem??
    I use Oracle 10gR1 and Warehouse Builder 10gR2
    Please help me.
    Thank you for answers

    Hello,
    I was also hit by the same and raised a SR. Here is the follow up --
    Symptoms
    ========
    One can log in OWB browser but after any navigation move, Browser returns to login page.
    Cause
    =====
    According to development this is OC4J security bug which is specific to the OC4J version of I.E. on Windows 2000. This should work if with Netscape or with I.E. on Windows platforms after Windows 2000.
    ANSWER
    =======
    - close the oc4j session (ctrl/c);
    - in owb_home/owb/j2ee/config/owbb-web-site.xml
    replace the line
    <web-site port="8999" secure="true" display-name="OWB Browser Wed Site">
    with
    <web-site port="8999" display-name="OWB Browser Wed Site">
    (removed secure = "true")
    - save it;
    - run the oc4j session again, make sure in the oc4j outputs you cannot see
    "....unpacking owbb.war", just "initialized"
    - do not use any command from the owb installations; open Netscape or IE and put
    the URL with http not https, e.g.
    http://127.0.0.1:8999/owbb/RABLogin.uix?mode=design
    This had actually solved my problem.
    Cheers,
    Swagata

  • OWB 11g - Repository Browser no OC4J instance

    Hi All,
    I have installed OWB11g and its working fine. But I don't see any OC4J instance startup under my program menu->oracle home and hence i cannot start the OWB repository browser. Do i need to configure any other thing to see OC4J instance startup or for 11g there is no OC4J requried. If no OC4J is requried for OWB repository browser in 11g , how do i start the browser ?
    Thanks,
    Sam.

    Hi All,
    I got it - in 11g you can use startOwbbInst.bat under <ORACLE_HOME>/owb/bin/win32 to start the OC4J instance and in 11g when you run it for the first time it will ask you to set OC4J Administrator password.
    Thanks,
    Sam.

Maybe you are looking for