I couldn't locate policy.properties or sso directory in Oracle AS10.1.3.1.1

I'm trying to do SSO, configured policy in Access Manager as per integration steps in b25347.pdf
I couldn't locate policy.properties or sso directory in Oracle AS10.1.3.1.1
I dont know what i'm missing ?

Thank you,Madrid!
I have resolved the problem by setting the
ORACLE_HOME to the right value.
And thank all of you.
But I still can't unstand why I could connect tothe
database through user "system" without setting
ORACLE_HOME environment variable???Hi everyone,
I too, have encountered this problem. The user i
used to install Oracle 10g Express is a member of
ORA_DBA group AND it also has Windows admin. rights.
However, i am not able to connect / as SYSDBA.
Where and how in Windows can I verify ORACLE_HOME
environment variable? and where can i check if it is
pointing to oracle_sid? i have search for this
pattern but was unable to find it.
Thanks all for your help!Thanks everyone for all your replies. I verified and sure enuf, oracle_sid was not set the the db name
Thanks!

Similar Messages

  • Error 610 Database location policy is not configured.

    Hello,
    I'm running ZENworks 6.5 sp1(a).**I*have*an*Inventory*Service*object **called
    "Inventory Service_servername".**Should*I*be*renaming*t his*to*the*older
    configuration (which I don't have anymore) or try to configure it as is.
    startinv no longer will start inventory.**I*had*this*working*since*the
    upgrade (a long time ago) but it's no longer working.**I*had*checked*a
    number of the TID's on this error but I have not been able to resolve the
    problem.**Please*tell*me*where*I*should*be gin*to*look.
    Thanks in advance, Oksana

    It's now fixed. Looks like it was configured both in the Server Package and
    the Service Location Policy, so I removed the settings from the Server
    Package, and voila it works!
    Oksana wrote:
    > With debugging increased:
    >
    > 12/9/05 12:55:55.537] ZENInv - Server Config: getAttributes of DB Loc.
    > Policy returned: 104
    > [12/9/05 12:55:55.537] ZENInv - Server Config: DB Location Policy not
    > configured properly...
    > [12/9/05 12:55:55.537] ZENInv - Server Config: The
    > getConfigurationFromDirectory() returned610
    > [12/9/05 12:55:55.639] ZENInv - Server Config: Inv Server not configured
    > properly. Error code: 610
    > [12/9/05 12:55:55.639] ZENInv - Server Config: Error Type 15 Error 610
    >
    > and later on
    >
    > [12/9/05 12:55:55.927] ZENInv - Status Reporting: Number of modified
    > [records
    > are: 0 for DN=CN=Inventory Service_BOREALIS.OU=ARDELT.O=FACS
    > [12/9/05 12:55:55.927] ZENInv - Server Config: Error Type 15 Error 610
    > [12/9/05 12:55:55.927] ZENInv - Server Config: clearScope() return value 1
    >
    >
    > The db location is specified, so I'm not sure what the problem is, maybe
    > the
    > correct rights to acces the db aren't in place. Everything else seems to
    > be working.
    >
    > TIA, Oksana
    >
    > Marcus Breiden wrote:
    >
    >> On Fri, 02 Dec 2005 16:30:27 GMT, Oksana wrote:
    >>
    >>> We installed sp1 before sp1a came out and I fixed it and it has been
    >>> working
    >>> since. However, recently it is not working and I'm not sure why.
    >>
    >> in that case I would enable debug logging for inventory and take a look
    >> at the log file..
    >>
    >> Try enable debugging....
    >>
    >> http://www.novell.com/documentation/...rts/zdprts.pdf

  • Policy.properties and ORASSO.WWSSO_LS_CONFIGURATION_INFO$ Question

    Using 9.0.4.1.0. Can someone explain to me the relationship between ORASSO.WWSSO_LS_CONFIGURATION_INFO$ and the policy.properties file when it comes to login and signoff pages?
    From what I've read, 9.0.4.1.0 and greater use the file as opposed to the table, but it appears in my instance, that the table will still override the file if the LOGIN_URL field is actually used.
    Is it better to use one way over another? I can't find any clear documentation on this.

    You should be able to access the content of the new table using old name.
    Infact, there is a object view with name WWSSO_LS_CONFIGURATION_INFO$ .
    You should be able to do normal operation(update, select, etc) on the view
    if you need to do that.

  • Javax.xml.bind.JAXBException: Unable to locate jaxb.properties for package ...

    I want to marshall a java content tree (generated with jaxb api) in xml stream
    in an EJB.
    Generated classes are archived in a jar file containing its jaxb.properties, when
    I test it
    in a classic java process it runs well.
    When I try to do it in an EJB with weblogic 8.1 I get the following error:
    javax.xml.bind.JAXBException: Unable to locate jaxb.properties for package
    I've checked:
    - jaxb.properties is in the archive file
    I've tried to put the jar file in the classpath of the server in the starter script.
    I've tried to put reference classpath in the manifest of the ejb jar and of application
    ear.
    I've tried to put both reference in server classpath and ear/jar manifest.
    I still doesn't run.
    Any idea?
    Thanks a lot
    Franck

    Add the directory of the generated classes in the classpath.
    "franck" <[email protected]> wrote:
    >
    I want to marshall a java content tree (generated with jaxb api) in xml
    stream
    in an EJB.
    Generated classes are archived in a jar file containing its jaxb.properties,
    when
    I test it
    in a classic java process it runs well.
    When I try to do it in an EJB with weblogic 8.1 I get the following error:
    javax.xml.bind.JAXBException: Unable to locate jaxb.properties for package
    I've checked:
    - jaxb.properties is in the archive file
    I've tried to put the jar file in the classpath of the server in the
    starter script.
    I've tried to put reference classpath in the manifest of the ejb jar
    and of application
    ear.
    I've tried to put both reference in server classpath and ear/jar manifest.
    I still doesn't run.
    Any idea?
    Thanks a lot
    Franck

  • Unable to locate jaxb.properties

    [I have already checked my generated folder which is "config.xmlobjects.configurator.ipc.createConfig" for "jaxb.properties" file; It exists. ]
    Error Causing Code:
    JAXBContext jc = JAXBContext.newInstance( "config.xmlobjects.configurator.ipc.createConfig" );
    Error Below:
    javax.xml.bind.JAXBException: Unable to locate jaxb.properties for package config.xmlobjects.configurator.ipc.createConfig
    StackTrace, below
    javax.xml.bind.JAXBException: Unable to locate jaxb.properties for package config.xmlobjects.configurator.ipc.createConfig
         at javax.xml.bind.ContextFinder.searchcontextPath(ContextFinder.java:176)
         at javax.xml.bind.ContextFinder.find(ContextFinder.java:126)
         at javax.xml.bind.JAXBContext.newInstance(JAXBContext.java:274)
         at javax.xml.bind.JAXBContext.newInstance(JAXBContext.java:231)
         at Main.main(Main.java:74)

    I had the "unable to locate jaxb.properties" message before, I tried this workaround, and now I get:
    java.lang.reflect.InvocationTargetException
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
    java:42)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
    sorImpl.java:28)
    at java.lang.reflect.Method.invoke(Method.java:327)
    at javax.xml.bind.ContextFinder.newInstance(ContextFinder.java:99)
    at javax.xml.bind.ContextFinder.searchcontextPath(ContextFinder.java:200
    at javax.xml.bind.ContextFinder.find(ContextFinder.java:126)
    at javax.xml.bind.JAXBContext.newInstance(JAXBContext.java:274)
    at Testing123.main(Testing123.java:28)
    Caused by: java.lang.NoClassDefFoundError: edu.uci.ics.__007eemilyo.simse.model.
    ObjectFactory
    at com.sun.xml.bind.GrammarInfoFacade.createGrammarInfoFacade(GrammarInf
    oFacade.java:103)
    at com.sun.xml.bind.DefaultJAXBContextImpl.<init>(DefaultJAXBContextImpl
    .java:61)
    at com.sun.xml.bind.ContextFactory.createContext(ContextFactory.java:27)
    ... 9 more
    --------------- linked to ------------------
    javax.xml.bind.JAXBException: Provider com.sun.xml.bind.ContextFactory could not
    be instantiated: java.lang.reflect.InvocationTargetException
    - with linked exception:
    [java.lang.reflect.InvocationTargetException]
    at javax.xml.bind.ContextFinder.newInstance(ContextFinder.java:105)
    at javax.xml.bind.ContextFinder.searchcontextPath(ContextFinder.java:200
    at javax.xml.bind.ContextFinder.find(ContextFinder.java:126)
    at javax.xml.bind.JAXBContext.newInstance(JAXBContext.java:274)
    at Testing123.main(Testing123.java:28)
    Please help!! Thanks!

  • JAXB: Unable to locate jaxb.properties for package com.globalrefund.jaxb

    When I package my classes into a jar and try to run my app with
    java -jar myapp.jar
    I get "Unable to locate jaxb.properties for package com.globalrefund.jaxb"
    Everything works fine when I run my app by setting the classpath followed by "java com.globalrefund.MainClass".
    "jaxb.properties" is in the jar in the directory "com.globalrefund.jaxb". I use JRE 1.4.1.
    What's wrong?
    Regards,
    Bernhard

    a little additional info:
    It works when I put jaxb.properties in the directory com.globalrefund.jaxb and let classpath point to the root of the directory structure.
    If I create a jar containing exactly the same directory structure and add the jar to the classpath it does not work.
    Looks like JAXB cannot read jaxb.properties from a jar?!
    Any ideas?
    Thanks
    Bernhard

  • Cannot locate policy manager query/update service

    Hi,
    I installed soa_server 11.1.1.4.0 on windows server 2003 machine, I got a weird issue while accessing the weblogic policy manager through em. I logged into em console, weblogic domain, domain, webservvice, policy throw this erro below
    "*Cannot locate policy manager query/update service. Policy manager service look up did not find a valid service, due to: Unable to connect to WS Policy Manager. <- oracle.wsm.policymanager.PolicyManagerException: WSM-02118 : The query service cannot be created. <- javax.naming.NameNotFoundException: While trying to lookup 'QueryService#oracle.wsm.policymanager.ejb.IStringQueryServiceRemote' didn't find subcontext 'QueryService#oracle'. Resolved ''; remaining name 'QueryService#oracle/wsm/policymanager/ejb/IStringQueryServiceRemote'*"
    even my wls-m is running , I can access the http://host/wls-pm.
    Last three days I have spend for this issue but no clue.I disabled SSL, enable with SSL host validation false but also get this error.Please sort out this issue.
    Thanks
    Govindan

    Problem solved.
    Soln:
    Given ip address in the Listen Address field of weblogic Admin and SOA server. :)
    Thanks
    Govindan P

  • Safari couldn't locate Mail

    I've been using Apple's Safari and Mail (Leopard versions) as my Internet apps.
    No problems until recently.
    For some reason Safari can't find Mail anymore when I try to send a page or link via email.
    It reports:
    Safari couldn't create an email message to send the link because it couldn't locate an email application.
    Any ideas how to link these two again?
    Thx,
    Marco

    Hi Marco:
    First I would run permission repair from your HD. Then I would run repair disk from your software install DVD.
    If that does not help, I would trash a couple of preference files and restart (then reenter your personal preferences that differ from the default):
    com.apple.safari.plist
    com.apple.mail.plist
    Barry

  • Couldn't locate Synk Engine

    My /var/log/system.log file is filled with the following two lines:
    Feb 22 11:36:13 myMBP-3 synkd\[46\]: SchedulerRunner is running
    Feb 22 11:36:13 myMBP-3 synkd\[46\]: Couldn't locate Synk Engine; scheduled runs will be suspended until Synk is launched to provide an engine
    It gets repeated every 5 seconds.
    Does anyone know what I'm suppose to do?
    Should I just disable synkd?
    What does synkd do?

    I solved it in this way:
    https://discussions.apple.com/message/8370172#8370172
    cheerz,
    Alain

  • Is it possible to change the location of the user component directory in TS4.0

    I would like to override the default location of the user component directory to a network drive / source control file system, in order to execute my own loginlogout sequence without having to deploy any files locally. is this doable in TS 4.0? If so how?

    Hi freak,
    Unfortunately what you are trying to accomplish is not entirely possible.
    You can move your user components directory to a network drive and then add a search directory and point it to that location. And then you can set that to a higher priority than the NI and User components folders so that location gets searched first.
    However, the issue is some components need to be in a certain local location in either the NI or the User components folder and TestStand will not look in other locations for them. This includes the languages and the icons, and more importantly the FrontEnd and Station Callbacks. And the FrontEndCallbacks.seq file is the file that contains the login/logout steps and TestStand will not look in a different  search directory for them.
    Hope this answers your question.
    Jervin Justin
    NI TestStand Product Manager

  • PTools Installation - Location of the Connectivity Program Directory?

    After installing Oracle 10g, I have three BIN folders:
    c:\oracle\product\10.2.0\client_1\BIN (contains 274 files)
    c:\oracle\product\10.2.0\db_1\BIN (contains 495 files)
    c:\Program Files\Oracle\bin (contains only regsrvr32.exe)
    Which is the path that should be entered for the install window that asks the location of the Connectivity Program Directory?
    I think it should be c:\oracle\product\10.2.0\client_1\BIN, because the three .ora files are in the directory structure under client_1, not db_1, and the window is asking for the **client** connectivity - am I right?

    This is intended to be a development environment, with all software and the database on one machine.
    Regarding the multiple directories, I installed both the oracle 10g database and the 10g client. Is it true that I don't need the client? Should I uninstall the client? Currently I believe that it's the client software that's running when I connect to the database via sqlplus, but I think that's because I installed the client after installing the database, and the client directory is first in my PATH variable.
    Also, I'm not sure what this means: "verify you have your database entry in the corresponding ORACLE_HOME/network/admin directory" My database name has entries in the .ora files under both the client_1 and db_1 structures.

  • Locating a properties file

    Hey,
    My application makes use of a properties file which it needs for some connection settings. Currently the properties file is in the same directory as the .jar (.exe) so everything works fine. but i at some point id want the .exe to be on the desktop but the file located elsewhere. so i thought .. y not use JFileChooser, and i did, and everything worked fine. noww.. the problem is ... i only want the open file dialog to show when it cant find the file. so .. when the filechooser is used.. i need a way to save the path (i can get the path using file.getPath() ) but how/where do i save this path? ( cant save it in the properties file lol). whats the proper way to handle this? Thanks,
    bpfl

    Do you hava example on how i can use this?
    i did find this...
    package com.acme.widget;
    import  java.util.prefs.*;
    public class Gadget {
        // Preference keys for this package
        private static final String NUM_ROWS = "num_rows";
        private static final String NUM_COLS = "num_cols";
        void foo() {
            Preferences prefs = Preferences.userNodeForPackage(this);
            int numRows = prefs.getInt(NUM_ROWS, 40);
            int numCols = prefs.getInt(NUM_COLS, 80);
    }so thas setting the number of rows and number of columns .. right? this is how i set the preferences for a particular user. i want to be able to set them one time and then everything the program is launched, it should use those preferences set the very fist time the program runs, i do have connection settings page in which the user can change the settings. How do i get preferences?

  • How can i locate the properties files within a ejb container?

    when i develop servlet+javabean structure application,in order to imploement decoupling,i
    would like to write the config information in the properties files(key-value pair),in
    servlet,i use "getResourceAsStream(String relativePath)" method to retrieve the
    configuration information from the properties files(i even write the SQL clause
    in the files),it alwsys works well.
    now,i want to implement such function within the ejb container,that is to read
    a properties file from session bean,but i don't know how can i locate the file
    within the ejb container by using relative path,i wonder if there is the same
    method within ejb container as "getResourceAsStream(.......)" method within servlet
    container?
    thanks for any helps!
    the code snippet is appreciated!

    In general, you should look at using environment entries (variables) in the
    deployment descriptors (both the war and EJB jar rather than properties
    files for configuring J2EE applications. The reasons for this are many:
    1. This is the official way to do it according to the spec. Properties
    files are the J2SE way of doing things
    2. As you note, that it's not obvious how you would (legally) read a
    properties file inside an EJB.
    3. It's consistent between the web and EJB part of your code
    4. the weblogic console and tools have good capabilities to edit these
    fields.
    Kent
    "zhebincong" <[email protected]> wrote in message
    news:[email protected]..
    >
    when i develop servlet+javabean structure application,in order toimploement decoupling,i
    would like to write the config information in the propertiesfiles(key-value pair),in
    servlet,i use "getResourceAsStream(String relativePath)" method toretrieve the
    configuration information from the properties files(i even write the SQLclause
    in the files),it alwsys works well.
    now,i want to implement such function within the ejb container,that is toread
    a properties file from session bean,but i don't know how can i locate thefile
    within the ejb container by using relative path,i wonder if there is thesame
    method within ejb container as "getResourceAsStream(.......)" methodwithin servlet
    container?
    thanks for any helps!
    the code snippet is appreciated!

  • Locating Image properties?

    I'm a new convert to Macs and I'm having trouble findng the URL location information for a forum smiley I want to link to in another forum so I can use it there.
    I've tried view source, but it isn't showing me the full url. Is there another way of finding it?
    Also, is there a way I can save the image so I can upload it to my own web space and not steal it from the other forum?
    Obviously on a PC it's right click|properties and you copy the location URL...
    Help

    Thank you! I knew there had to be an easy way

  • JSP and location of .properties file

    Hi,
    I have a directory in my C:\apache\tomcat\webapps directory entitled "ignmDBInt".
    I have a jsp file in this directory that works successfully. I would like it to open a .properties file. However, it cannot be found.
    Where should this .properties file be located?
    My code to access the .properties file is below.
    //opent the config file and get the field names
    ResourceBundle myResourceBundle = ResourceBundle.getBundle("Properties");       
    String fieldNames[] = myResourceBundle.getString("fieldNamesDelimited").split(",");
    String properNames[] = myResourceBundle.getString("properNamesDelimited").split(",");

    That last reply fixed it. Thanks!
    I didn't realize you had to set JSPs up like servlets.

Maybe you are looking for