Install & Config OWB

Hi,
I installed OWB, Design Repository and Runtime Repository, Target Schema is in Place, on UNIX machine.
I have Oracle 9.2.0.5.0 and installed OWB 10g.
Now How do I can access OWB Design Repository (thru Client, either on UNIX or Windows) ? Am I missing any step here for Configuring the Client ?
Thank you
PC

Good morning Pankaj,
Did you install the client software on Windows or Unix?
If Windows, the install has created a program group (folder) called something like "Oracle - OWB10g, containing 4 sub-folders. The bottom one (ordered alphabetically) is called Warehouse Builder and contains (typically for 9.2) 12 links to the different OWB programs.
If these are ordered alphabetically, the second one is called OWB Client, that's the shortcut to start the OWB client GUI.
You log on to the design repository using the credentials of the schema that holds the OWB Design Repository (when you ran the OWB Repository Assistant).
As far as I know OWB can not be invoked from OEM.
What OEM can do is start (schedule) code that has been generated by OWB, but this means you first have to develop stuff in the OWB Client environment.
Good luck, Patrick

Similar Messages

  • Lenovo Yoga 2 13, Kali Linux 1.0.7, Ubuntu 14.04, Windows 8.1 install, config, and wifi fix.

    Lenovo Yoga 2 13, Kali Linux 1.0.7, Ubuntu 14.04, Windows 8.1 install, config, and wifi fix.
    I wanted to share an experience with everyone I hope will help others avoid what I have gone through the past 3 days. I bought a Yoga 11s that I loved but had some issues with the wireless, Lenovo being awesome replaced it with a Yoga 2 13. I love this laptop but ran into some issues with Linux install/wireless, which I wanted to show how to resolve in one place. Hopefully this will help someone else get through this quicker
    I am going to try and write this for someone with little Linux experience, if I miss the mark please let me know and I will clarify the best I can.
    For work I need Windows 8.1 and Kali Linux, while for home I prefer Ubuntu.
    My Yoga 2 13:
    I5 1.6 ghz
    8 GB ram
    256 GB SSD
    ORANGE!
    My requirements: 
    I need Windows
    I need Kali Linux (livecd, even with persistent mode was not an option as it would not save the wireless fix or system updates) – I would also like this on a USB drive and not the internal SSD
    I would like Ubuntu
    Needed to do this:
    1. 2 USB thumb drives (at least 8gb in size each) I used 2 Leef Supra 32GB drives. They are my favorite right now and are only about $27 at amazon.
    2. Phone that can USB Tether or a USB Ethernet card (External USB wireless will show as "Hardware Locked"). Again you can pick one up for sub $10 if you need the USB Ethernet route. I used my Galaxy S5, you will need to download 200-300 mb of items through this so make sure you have the data if you go that route.
    3. You may be able to get a USB wifi card to work if you do the following after boot. This only worked once for me.
                    a.Type ‘sudo rmmod iwlmvm’
    b.Type ‘sudo rmmod iwlwifi’
    4. ISOs of Ubuntu and Kali Linux (I used Ubuntu 14.04 and Kali Linux 1.0.7)
    5. Software to unzip the ISOs. I recommend 7-ZIP and will be referencing this in this guide.
    6. I will include the EFI boot files and the WiFi fix files if I can attach. Otherwise I will provide a link to them.
       Link: https://www.dropbox.com/s/puxnnoft3gn2b6l/WiFiFix.zip
    Recommended (these are just in case you corrupt something making your system not see any OS
    1.  I would call Lenovo beforehand and get a set of recover disks (this will take 2-3 days)
    2. In the meantime a USB Windows 8.1 or 8 ISO (the repair feature may save you)
    *Note: At many points in this guide I detail steps and commands. Please double check that you understand the step before proceeding. There are multiple points where a mistyped command or clicking the wrong option will cause your entire system to fail and you will need to reformat the entire drive and start over. This also will make One Touch recovery not work. Proceed with caution.*
    I did not need to disable ‘secure boot’ to do this, but keep in mind that you may need to.
    Steps:
    First let’s go through the installs, and then we will go through grub config and wireless fix
    1. In Windows scroll to computer and right click, select manage.
    2. Go to “Disk Management”
    3. Select the main HDD (notice Lenovo puts a stupid number of partitions on here)
    a. I deleted the D: drive on here, if you do this make sure to copy the drives over to your main C: drive. You will want to run each of the installers and repair the drivers after.
    4. I used the space from the D: drive and pulled a little more creating a 50 GB partition for Ubuntu and my swap file
    a. You can also add more space by right clicking your C drive and selecting shrink
    b. Do not format the partitioned data as this will make identifying it later much easier.
    5. Open a command line
                    a. Swipe from the right of the screen and select search
                    b. Type ‘cmd’
                    c. right click and select ‘run as admin’
    6. For Ubuntu: Type ‘diskpart’ into the command line
                    a. type ‘list disk’
    i. You should see 2-3 disks depending on if you have one or both usb drives in the laptop at the time. I would suggest only doing 1 at a time so you don’t lose track.
                    b. type ‘select disk $’ (Replace the $ with the number of the drive)
    c. ***** Before proceeding make sure you have the correct drive selected or you can ruin your Windows install and Lenovo one touch recovery will not fix it since we have changed the partitions *****
    d. type ‘clean’
    e. type ‘create partition primary’
    f. type ‘active’
    g. type ‘format  fs=fat32 quick’
    h. type ‘assign’
    i. type ‘exit’
    6. For Kali Linux: Type ‘diskpart’ into the command line
                    a. type ‘list disk’
    i. You should see 2-3 disks depending on if you have one or both usb drives in the laptop at the time. I would suggest only doing 1 at a time so you don’t lose track.
                    b. type ‘select disk $’ (Replace the $ with the number of the drive)
    c. ***** Before proceeding make sure you have the correct drive selected or you can ruin your Windows install and Lenovo one touch recovery will not fix it since we have changed the partitions *****
    d. type ‘clean’
    e. type ‘create partition primary size= 3272
    f. type ‘active’
    g. type ‘format  fs=fat32 quick’
    h. type ‘assign’
    i. type ‘exit’
    j. By doing this we can maintain a portion of this drive as the install CD and still have linux install/ liveCD if we need to run it on another machine.
    7. At this point the drive is ready to have the contents of the ISO copied over.
    8. Right click the ISO and select 7-zip then ‘zip to /’ This should unzip the ISO to the location of the ISO into a folder named exactly the same as the ISO.
    9. Once this is done for Ubuntu ISO it is done
    10. Kali requires a little bit more to be ready
                    a. Kali will need some files added for EFI boot. --$--
                                   i. Thanks to: https://forums.kali.org/showthread.php?271-How-to-EFI-install-Kali-Linux
                                   ii. EFI files are located within the wifi fix folder https://www.dropbox.com/s/puxnnoft3gn2b6l/WiFiFix.zip
    11. Now let’s start with Ubuntu
    Ubuntu install
    1.     Place USB drive into the laptop and press the “Lenovo boot” button next to the power button
    2.     Select ‘Boot Menu’
    3.     Select ‘EFI USB Device (Name of drive)’ Mine stated Leef Supra
    4.     Select ‘install Ubuntu’
    5.     Go through the Ubuntu install until you get to select the install drive
    6.     Once you get to the install portion it will ask you to select from one of 4 options. Select ‘Manually select partition’
    7.     Select the “Free Space” where we opened up some of the drive
    8.     You will need to create 2 partitions, I usually create the swap partition at the end of the drive
    a.     First I create the swap
                                              i.    Set at the end of the drive
                                             ii.    Set size to 1024 mb
                                            iii.    Set type to ‘swap’
    b.     Second create the ext 4 partition
                                              i.    Set to beginning of drive
                                             ii.    Set to remainder of the space
                                            iii.    Set type to ext4
                                            iv.    Set mount point to /
    9.     Finish the install and boot into Ubuntu
    10.   You will notice that your wireless is ‘disabled by hardware’ This is fine for the time being and we will worry about this after the kali install. If we fix it now for some reason after installing kali we get the error again and would just need to fix it again.
    Kali Linux install
    1.     Place USB drive into the laptop and press the “Lenovo boot” button next to the power button
    2.     Select ‘Boot Menu’
    3.     Select ‘EFI USB Device (Name of drive)’ Mine stated Leef Supra
    4.     From the grub menu select ‘install kali linux’ both graphical and text work. I much prefer text install
    5.     You will get a few errors through the install but that is fine
    6.     The first we see is about network hardware and ‘load missing firmware from removable media?’ – Select ‘no’
    7.     Then select no ethernet card
    8.     It will have you name your machine then it will ask you for the root password
    a.     If you want to just use root *not recommended* place the password here
    b.     If you wish to use a non-root account then leave these blank and it will ask you for a name, username, and password of the new machine *Very Recommended* - this will also add this user to the sudoers file
    9.     It will then ask you to ‘partition disks’
    10.   Select manual
    11.   Now here is where it can get a little confusing so read twice click once
    12.   Select the USB drive from this list
    13.   Mine shows up under (sdb) – Leef Supra
    a.     It could be sdc, sdd, sde, etc… depending on how many drives you have plugged in.
    14.   You should see one primary drive that is 3gb or so that is formatted as FAT32. – DO NOT TOUCH THIS PARTITION!
    15.   You should see the remainder of this drive as ‘FREE SPACE’ select that
    16.   Create a partition at the end at size 1024mb and swap
    17.   Then create another one for the remainder of the drive and set it to ext4 with mountpoint of /
    18.   Continue through the install after you should see an error warning you that ‘you may not be able to boot’ that is fine, select continue
    19.   Then select from the menu of all the options ‘continue without bootloader’
    20.   It should finish up then reboot on its own.

    First setup/boot/fix grub
    1.     You should  be able to boot up into GRUB2 menu now.
    2.     You may not see kali linux in this menu (make sure you have your towel and don’t panic!)
    3.     Boot into Ubuntu
    4.     Once you log in you should see that you still cannot use wireless due to being locked by hardware
    5.     This is expected
    6.     Let’s fix grub then we will come back to fixing wireless
    7.     Plug in your device to connect to the internet (USB Tethering or USB Ethernet)
    8.     Once you verify that you now have an internet connection run the following from terminal
    a.     ‘sudo add-apt-repository ppa:danielrichter2007/grub-customizer’
    b.     ‘sudo apt-get update’
    c.     ‘sudo apt-get install grub-customizer’
    9.     You can also edit the grub.cfg manually if you know what you are doing… I did not
    10.   Open grub  customizer
    11.   It should auto populate and you should see ‘debian (kali linux)’ somewhere in the list
    12.   It should be mounted to /dev/sdb2 or /dev/sdc2 depending on how many devices you have
    13.   At this point go ahead and save
    14.   Reboot and test that you can get into each OS
    15.   This is where my inexperience got me. I spent 2 of my days so I am including this error: If when you boot into Kali you get an error somewhere that says ‘/bin/sh: can’t access tty: job control turned off’ look above it for an error that looks similar to ‘ALERT! /dev/sdc2 does not exist. Dropping to a shell!!’
    a.     That error is due to the mount point being incorrect in grub, reboot and from within grub highlight the kali boot. Press ‘e’ then towards the bottom you should see ‘root=/dev/sdc2’ change this to ‘root=/dev/sdb2’ again the number doesn’t matter just make sure it stays the same.
    b.     Press F10
    c.     If this boots fine then you will need to go back and fix the grub.cfg or load into Ubuntu and open grub customizer again, it should fix this
    16.   Now you have 3 working OS on the machine with one being on a USB! Congrats!
    17.   You can remove the USB with no worry of screwing up your install, but you will not be able to boot into Kali Linux until you replace it. I would suggest only removing it and replacing it while the machine is powered off, but that’s just me.
    Fix Wireless
    Now is the time to do what probably ¾ of you came here for. FIX THE DANG WIRELESS. This is a huge problem from Lenovo’s side that I hope they realize how important Linux is and will fix. I won’t hold my breath though.
    Log into Ubuntu : This is well documented in the following forum post on page 3 by user Haohe:
    http://ubuntuforums.org/showthread.php?t=2215044&page=3
    His has you download quite a large file, mine should be much smaller.
    https://www.dropbox.com/s/puxnnoft3gn2b6l/WiFiFix.zip
    1.     Download the attached package with the fix.
    2.     Connect your USB internet device (tether or ethernet)
    3.     Place the packages somewhere easy to access, in this example I will place them under ~/Desktop/WiFiFix
    4.     Type ‘cd ~/Desktop/WiFiFix/’
    5.     Now we need to prep the tools we need.
    6.     Type ‘sudo apt-get update’ – we did this before, but you know, just in case
    7.     Type ‘sudo apt-get install linux-headers-`uname –r`’   Note around uname-r they are the ` symbol not the ‘ this is located just above the tab on the same key as ~.
    8.     Type ‘make’
    9.     Type ‘sudo cp /lib/modules/3.13.0-24-generic/kernel/drivers/platform/x86/ideapad-laptop.ko ~/ideapad-laptop.ko.backup’
    10.   Type ‘sudo cp ~/Desktop/WiFiFix/ideapad-laptop.ko /lib/modules/3.13.0-24-generic/kernel/drivers/platform/x86/’
    11.   Type ‘sudo modprobe -r ideapad-laptop’
    12.   Type ‘sudo modprobe ideapad-laptop’
    13.   Type ‘sudo rfkill unblock all’
    14.   Type ‘sudo modprobe -r ideapad-laptop’
    15.   Type ‘sudo mv ~/ideapad-laptop.ko.backup /lib/modules/3.13.0-24-generic/kernel/drivers/platform/x86/ideapad-laptop.ko’
    16.   Next we need to blacklist the ideapad module
    17.   Type ‘sudo echo 'blacklist ideapad-laptop' > /etc/modprobe.d/blacklist-ideapad.conf’
    a.     The first time I tried this it wouldn’t work. So I did the following
    b.     ‘sudo touch /etc/modprobe.d/blacklist-ideapad.conf’
    c.     ‘sudo vim /etc/modprobe.d/blacklist-ideapad.conf’
    d.     Enter     blacklist ideapad-laptop
    e.     Exit and save
    18.   Reboot your Yoga 2 13
    19.   Boot into kali and see if you have wireless, if you do then you are done. If not we will need to repeat this process with one small little change.
    Kali Wifi Fix
    1.     Copy the sources.list from the package provided
    2.     Replace /etc/apt/sources.list with the included
    3.     Some of the file path changes but the process remains the same from here.
    Congratulations you now have 3 OSes one portable to other machines and working wifi!
    Thank you
    SirGed

  • How to install the OWB patch 2864550

    hi, friends, i am a newbie to OWB.
    can u tell me how to install the owb patch 2864550?
    it seems that this patch is not like other oracle patchs which consists of the products.jar that can be used by the oracle installer.
    thx

    Hi ,
    ... just follow the instructions in File "ReadMe.txt" included in the ZIP-File.
    Regards
    Martin

  • L20-155: Can't install Config Free - "Not Found NDSFiles Folder"

    Hallo outthere,
    After 2 weeks i install win xp pro on my l20-155, and now i`ll like to install config free (confree-xp-55013-du.zip),
    but there comes an message thats tell:
    "Not Found NDSFiles Folder", and the install stops!
    any help is welcome
    thankssofar

    Hi
    Sometimes the installations problems occur because of wrong installation order.
    If you want install the OS manually, without to use the recovery cd you have to install the Toshiba drivers tools and utilities in the right order. Its very important that you install firstly the chipset driver and then the common modules. After this installation you should install the common drivers like graphic driver, sound driver, etc.

  • Re-install & config Enterprise Manager dbconsole on linux

    Dear Sir/Madam,
    Anyone can teach me how to fully uninstall it &
    re-install & config
    Enterprise Manager dbconsole.
    Best Regards
    boris

    Are you trying to reinstall the EM dbconsole associated to a specific DB, or the EM grid console which allow you to manage DBs, App servers, and any Oracle product?
    In the second case, I think the previous reply is right.
    For the first case, you can execute emca -x SID, where SID is the sid of the Oracle DB being managed. Then, with DBCA, choose to reconfigure database, and select the management with dbconsole.
    Regards.

  • MMS not working in iPhone4S when installing config profile with APN

    When we use the iPhone Configuration Utility (either the latest version or previous versions) to create a config profile with APN info, then install the profile to an iPhone4S, we noticed that MMS (multimedia messaging) was no longer working. This means we could not send or receive MMS messages. And this is MMS going over the MMS protocol (and not iMessage). We had not seen this before. We routinely do config profiles with APN info and have done for all iPhone models and iOS version before the new iPhone4S. Never had a problem with MMS or anything else. This is for iPhone4S devices in the AT&T network. It is easy to reproduce and you don't need an enterprise APN for that. In fact just a config profile with AT&T's APN settings will still break MMS when installed (other than the MMS, everything else works fine).
    It does not appear an iOS 5 issue. iPhone4 (or iPhone3GS) with iOS 5 do not have this problem. It appears to be tied to the new iPhone4S hardware. The same configuration profile (with the APN info) works fine on iPhone4 with iOS 5 (MMS works fine), but when you put the very same configuration profile to an iPhone4S, MMS quits working.
    Doing a network reset does not solve the problem. Only removing the profile fixes the MMS
    Any ideas, explanations or workarounds?

    I called the Apple care line, and eventually got to 4th tier support, where they declared that there must be an issue with the APN I'm using, regardless of the fact that none of the iPhone 3G, 3GS', and 4's in our office are experiencing this issue while using the same APN.  I guess I shouldn't be surprised about this, afterall who'd expect Apple to actually admit there's a "bug" in one of their products, especially since this is hapenning to a very small number of users on the 4S.  Getting to 4th tier support was free, but to be able to talk to someone who can actually investigate this issue will cost $700.
    I offered to give them access to our private APN for testing, but they were "unable to do that sort of testing".  Additionally, we have tested using a public APN from AT&T (wap.cingular), and still experience the same issue.
    Lastly,  I did some further digging, and I think it has something to do with PDP Context 2 not getting an IP address.  As a disclaimer, I have no clue what a PDP Context is, what it does, what it's for, but obviously MMS needs it.  Going into field test mode on the phone will allow you to see the PDP Contexts, and is where I got this info from.
    On the iPhone 4S, without an APN profile installed, the PDP Contexts are listed 0-3.  These 4 contexts have values for an APN, and an IPv4 address, although context 0 and 2 are the only ones that have values in them.
    When an APN profile isnt installed, MMS' can be sent, cellular internet doesn't work., the values are:
    Context 0
    IPv4:    ip is blank
    APN:   phone (this is the default APN for the iphone 4s on att).
    Context 2
    IPv4:     has a valid public IP address
    APN:     wap.cingular
    When an APN profile is installed, MMS's can't be sent, but cellular internet does work, the values are:
    Context 0:
    IPv4:     Valid public IP address is present
    APN:     Our enterprise APN
    Context 2:
    IPv4:     ip is  blank.
    APN:     wap.cingular
    It appears that when Context 2 has an IP address, MMS' are able to be sent.  One other interesting fact, on the iPhone 4, only 1 PDP Context is listed, while the 4S has 4 listed.
    Hopefully this issue will be resolved in the 5.1 update, as this update contains a baseband update for the 4S, updating it from 1.0.14 to 1.2.01-1.  Unfortunately I don't have access to a 5.1 beta, otherwise I'd test this my self.  If anyone has access to the beta, and wants to test APN profiles/MMS send status, we'd greatly appreciate it!

  • OIF+OAM: install/config  issues

    This post is long. Hoping that at least one of the issues is seen by someone or someone has insights before we open SR(s) with Oracle.
    We have a working OAM/OVD 11.1.1.5 installation (done according to the EDG at http://docs.oracle.com/cd/E21764_01/core.1111/e12035/toc.htm).
    We started an evaluation of OIF and ran into some issues grouped under Install and Config categories.
    h2. Install issues:
    We installed it per chapter 16 of that EDG and and all the steps went OK except step 16.7 (http://docs.oracle.com/cd/E21764_01/core.1111/e12035/oif.htm#BAJCJHBG).The config properties userldaphaenabled, fedldaphaenabled are getting set via WLST but don't appear to be persisted anywhere. On a restart they are false again. Are they supposed to be saved to config.xml of the IDMDomain? Can I try adding them manually like this as child elements under each of the wls_oif managed servers?
    <datastore>
    <userldaphaenabled>true</userldaphaenabled>
    <fedldaphaenabled>true</fedldaphaenabled>
    </datastore>
    If those settings were properly set what is it supposed to do? I can see that config.xml, cots.xml files are stored as blobs in one of the OIF db tables. Will the above setting move them from DB to LDAP?
    h2. Config/Runtime Issues:
    We proceeded with configuration because the /sp/metadata and /idp/metadata test URLs are working fine via the VIP address. we used this manual to do the integration.
    http://docs.oracle.com/cd/E21764_01/doc.1111/e15740/oif.htm#CACJDDGE. In section 4.3.1.6 (Configure Oracle Identity Federation in SP Mode) of this document it says to configure Oracle SSO. We only have OAM and not osso. We went ahead and configured the second tab (OAM) in the screen capture in that section as well (is there any documentation on how to configure that tab?)
    In SP mode (section 4.3) , testing of a resource protected with OIFScheme in OAM is not successful. It does not show any OIF login screen. Instead it takes the user to through these URLs:
         1.     https://sso.company.com/test-app/
         2.     https://sso.company.com/fed/user/sposso  
         3.     https://sso.company.com/fed/user/authnoam?refid=id-tB20kXzmHjpn6MUSdOr7qbmd2OU-
         4.     https://sso.company.com/fed/sp/art20?SAMLart=AAQAAbV1ElKBtte9uuhKoeo4h%2FMufCdY2wDlDIM2T9dL%2BvhsvtfUrwCuZg8%3D&RelayState=id-JPh8MY05pAZRckl4yOc2J4-80GI-
    and then shows this error in the browser:
    Error 401--Unauthorized
    From RFC 2068 Hypertext Transfer Protocol -- HTTP/1.1:
    10.4.2 401 Unauthorized
    The request requires user authentication. The response MUST include a WWW-Authenticate header field (section 14.46) containing a challenge applicable to the requested resource. The client MAY repeat the request with a suitable Authorization header field (section 14.8). If the request already included Authorization credentials, then the 401 response indicates that authorization has been refused for those credentials. If the 401 response contains the same challenge as the prior response, and the user agent has already attempted authentication at least once, then the user SHOULD be presented the entity that was given in the response, since that entity MAY include relevant diagnostic information. HTTP access authentication is explained in section 11.
    The following errors are seen in the WLS_OIF1 (we turned off WLS_OIF2 during this test) managed server logs:
    <Mar 10, 2012 10:58:37 AM PST> <Error> <oracle.security.fed.eventhandler.authn.engines.oam.OAMAuthnEventHandler> <FED-18068> <Authentication failed: WebGate did not authenticate the user>
    <Mar 10, 2012 10:58:37 AM PST> <Emergency> <oracle.security.fed.model.config.Configuration> <FED-10174> <Property was not found: httpheaderattrcollector.>
    <Mar 10, 2012 10:59:27 AM PST> <Warning> <oracle.security.fed.http.handlers.authn.LoginRequestHandler> <FED-18051> <Authentication instant was not sent from the authentication engine.>
    <Mar 10, 2012 10:59:37 AM PST> <Error> <oracle.security.fed.util.ssl.KeystoreUtil> <FED-18080> <Could not retrieve key from the key store. Please verify that the key password is equal to the key store
    < this error is followed by an exception shown below>
    <Mar 10, 2012 10:59:39 AM PST> <Error> <oracle.security.fed.eventhandler.authn.engines.osso.OssoFinishSPSSOEventHandler> <FED-15134> <The service providercould not map the identity provider response to a user>
    FED-18080 exception:
    java.security.UnrecoverableKeyException: Cannot recover key
         at sun.security.provider.KeyProtector.recover(KeyProtector.java:311)
         at sun.security.provider.JavaKeyStore.engineGetKey(JavaKeyStore.java:121)
         at sun.security.provider.JavaKeyStore$JKS.engineGetKey(JavaKeyStore.java:38)
         at java.security.KeyStore.getKey(KeyStore.java:763)
         at com.sun.net.ssl.internal.ssl.SunX509KeyManagerImpl.<init>(SunX509KeyManagerImpl.java:113)
         at com.sun.net.ssl.internal.ssl.KeyManagerFactoryImpl$SunX509.engineInit(KeyManagerFactoryImpl.java:48)
         at javax.net.ssl.KeyManagerFactory.init(KeyManagerFactory.java:239)
         at oracle.security.fed.util.ssl.KeystoreUtil.createKeyManagers(Unknown Source)
         at oracle.security.fed.util.soap.OIFSSLProtocolSocketFactory.createSSLContext(Unknown Source)
         at oracle.security.fed.util.soap.OIFSSLProtocolSocketFactory.getSSLContext(Unknown Source)
         at oracle.security.fed.util.soap.OIFSSLProtocolSocketFactory.createSocket(Unknown Source)
         at oracle.security.fed.util.soap.OIFSSLProtocolSocketFactory.createSocket(Unknown Source)
         at org.apache.commons.httpclient.HttpConnection.open(HttpConnection.java:707)
         at org.apache.commons.httpclient.MultiThreadedHttpConnectionManager$HttpConnectionAdapter.open(MultiThreadedHttpConnectionManager.java:1361)
         at org.apache.commons.httpclient.HttpMethodDirector.executeWithRetry(HttpMethodDirector.java:387)
         at org.apache.commons.httpclient.HttpMethodDirector.executeMethod(HttpMethodDirector.java:171)
         at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:397)
         at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:346)
         at oracle.security.fed.util.soap.SimpleSoapSender.sendMessage(Unknown Source)
         at oracle.security.fed.http.flow.profiles.sp.SendSoapRequestSSOResponseHandler.perform(Unknown Source)
         at oracle.security.fed.controller.ApplicationController.processServletRequest(Unknown Source)
         at oracle.security.fed.controller.web.servlet.FederationServlet.doGet(Unknown Source)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:707)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:821)
         at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
         at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300)
         at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:27)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
         at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:111)
         at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:313)
         at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:413)
         at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:94)
         at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:161)
         at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
         at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:136)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3715)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3681)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
         at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2277)
         at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2183)
         at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1454)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
    A minor other problem seems to be with adcri:
    Cause: DFW-40112: There was an error executing adrci commands; the following errors have been found "Cannot run program "/app/iam/middleware/wlserver_10.3/server/adr/adrci": java.io.IOException: error=12, Cannot allocate memory"
    Action: Ensure that command line tool "adrci" can be executed from the command line.
    We can run the adcri tool from command line using the same LD_LIBRARY_PATH as used by the wls_oif1 server. Why is it trying to run it and failing and what is it trying to do? Can we turn it off?

    I reinstalled the suite. This time, during the Policy Manager install I left the "Root Directory for Policy Domains" (step/page 7-12) at the default, which was "/". The GUI now works correctly.
    On the previous install I changed the path to /AccessManagerPolicy -- it wasn't clear to me what the installer meant by 'root directory'. I did try to get /AccessManagerPolicy to work by creating a directory under my web root to match, but I still had issues with the Policy Domain -- the no policy domains would match. So, it looks like this parameter should never be changed in the installer.
    Aaron.

  • Oracle web tier install+config: opmn does not start after install

    Centos 5 box.
    After a silent install of web tier 11.1.1.2 opmn will not start. The installation was "complete" but I found some errors in the various log files.
    When I try to start a process (for example) using opmn this error occurs in the log file:
    [2011-03-31T16:31:49][opmn][TRACE:1][][OPMN]Failed to open wallet (file:/apps/oracle/orahttpserver/as_1/instances/instance2/config/OPMN/opmn/wallet) [default password] (28759)
    Command line says unexpected error, code 512 or something to that effect. The given wallet directory is empty.
    Checking back through the install & configure logs:
    java.lang.NoClassDefFoundError: oracle/security/crypto/core/PublicKey
            at oracle.as.config.utl.FileUtil.createSelfSignedOracleWallet(FileUtil.java:697)
            at oracle.as.config.utl.FileUtil.generateWallet(FileUtil.java:631)
            at oracle.as.config.utl.FileUtil.generateWallet(FileUtil.java:667)
            at oracle.as.config.utl.FileUtil.generateWallet(FileUtil.java:558)
            at oracle.as.config.impl.OpmnProvisioner.generateWallet(OpmnProvisioner.java:70)
            at oracle.as.config.impl.OpmnProvisioner.createOpmnConfiguration(OpmnProvisioner.java:366)
            at oracle.as.config.impl.OracleASInstanceImpl.createOpmnConfiguration(OracleASInstanceImpl.java:586)
            at oracle.as.config.impl.OracleASInstanceImpl.create(OracleASInstanceImpl.java:107)
            at oracle.as.install.webtiercd.webtierconfig.util.CreateASInstance.createASInstanceWrapper(CreateASInstance.java:137)
            at oracle.as.install.webtiercd.webtierconfig.util.CreateASInstance.createStandaloneASInstance(CreateASInstance.java:83)
            at oracle.as.install.webtiercd.webtierconfig.actions.WebtierConfigurationAction.configureInstanceStandalone(WebtierConfigurationAction.java:590)
            at oracle.as.install.webtiercd.webtierconfig.actions.WebtierConfigurationAction.configureStandalone(WebtierConfigurationAction.java:441)
            at oracle.as.install.webtiercd.webtierconfig.actions.WebtierConfigurationAction.doExecute(WebtierConfigurationAction.java:174)
            at oracle.as.install.engine.modules.configuration.client.ConfigAction.execute(ConfigAction.java:335)
            at oracle.as.install.engine.modules.configuration.action.TaskPerformer.run(TaskPerformer.java:87)
            at oracle.as.install.engine.modules.configuration.action.TaskPerformer.startConfigAction(TaskPerformer.java:104)
            at oracle.as.install.engine.modules.configuration.action.ActionRequest.perform(ActionRequest.java:15)
            at oracle.as.install.engine.modules.configuration.action.RequestQueue.perform(RequestQueue.java:63)
            at oracle.as.install.engine.modules.configuration.standard.StandardConfigActionManager.start(StandardConfigActionManager.java:158)
            at oracle.as.install.engine.modules.configuration.boot.ConfigurationExtension.kickstart(ConfigurationExtension.java:81)
            at oracle.as.install.engine.modules.configuration.ConfigurationModule.run(ConfigurationModule.java:83)
            at java.lang.Thread.run(Thread.java:619)
    Caused by: java.lang.ClassNotFoundException: oracle.security.crypto.core.PublicKey
            at oracle.as.install.engine.modules.configuration.standard.StandardConfigActionClassLoader.loadClass(StandardConfigActionClassLoader.java:75)
            at java.lang.ClassLoader.loadClass(ClassLoader.java:252)
            at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:320)
            ... 22 more
    The configuration of  completed successfully.
    Checking a screen shot of someone else's configure output theirs continues beyond
    "Bootstrapping OPMN configuration files..."
    and correctly generates the instance etc.
    I have tried a reinstall, and also tried a generate a new instance using the silent config tool. Same errors each time.
    Log also states;
    Oracle Instance Home
                            Instance Home Size: 0 MB (or 40mb)
                            Available: 0 MB
    . This varies between installs and configs but available is always 0. There is Gb's of space available in the directory and the user has write permissions.
    Can anyone tell me why it is failing to correctly generate the wallet?                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

    Solved. Oracle_home and Instance home must be subdirectories of MIDDLEWARE_HOME. MIDDLEWARE HOME and command to not install updates must be added to response file. Helpful to install and configure separately.

  • Install repository owb 9.0.4

    Hello,
    I have installed OWB 9.0.4 on windows.
    I try to install the repository in a 9.2 on AIX.
    The repository assistant crash at 54% with the message :
    SeedDAta.xml(3439,123)instanciate
    INS0017
    In the log file there is the errors :
    Wed Mar 19 10:00:39 GMT 2003
    oracle.wh.util.NLSUtils: key [SetCurrentProjectExceptionSDK1001] not found in resource bundle group 0 or is found but require at least one argument
    Wed Mar 19 10:00:39 GMT 2003
    oracle.wh.util.NLSUtils: Bundle group [0] contains the following files:
    Wed Mar 19 10:00:39 GMT 2003
    oracle.wh.util.NLSUtils: java.util.MissingResourceException: Can't find resource for bundle oracle.wh.media.media, key SetCurrentProjectExceptionSDK1001
    Wed Mar 19 10:00:39 GMT 2003
    oracle.wh.util.NLSUtils: java.util.MissingResourceException: Can't find resource for bundle oracle.wh.media.media, key SetCurrentProjectExceptionSDK1001
    Thank for your help

    I have received the same error. Here are the last few lines of my log file. Do you have any suggestions?
    database Version
    Oracle9i Enterprise Edition Release 9.2.0.1.0
    ================
    oracle.wh.util.NLSUtils:      at oracle.xml.parser.v2.XMLParser.parse(XMLParser.java:145) Tue Apr 29 12:45:51 CDT 2003
    oracle.wh.util.NLSUtils:      at oracle.wh.service.impl.seed.SeedParser.parseXML(SeedParser.java:273) Tue Apr 29 12:45:51 CDT 2003
    oracle.wh.util.NLSUtils:      at oracle.wh.service.impl.seed.WBAllSeed.<init>(WBAllSeed.java:211) Tue Apr 29 12:45:51 CDT 2003
    oracle.wh.util.NLSUtils:      at oracle.wh.ui.install.reposinst.ReposInstMain.processSeedToken(ReposInstMain.java:2830) Tue Apr 29 12:45:51 CDT 2003
    oracle.wh.util.NLSUtils:      at oracle.wh.ui.install.reposinst.ReposInstMain.processDriverFile(ReposInstMain.java:2203) Tue Apr 29 12:45:51 CDT 2003
    oracle.wh.util.NLSUtils:      at oracle.wh.ui.install.reposinst.ReposInstMain$2.runTask(ReposInstMain.java:1744) Tue Apr 29 12:45:51 CDT 2003
    oracle.wh.util.NLSUtils:      at oracle.ewt.thread.TaskScheduler.runTask(Unknown Source) Tue Apr 29 12:45:51 CDT 2003
    oracle.wh.util.NLSUtils:      at oracle.ewt.thread.TaskScheduler.processTask(Unknown Source) Tue Apr 29 12:45:51 CDT 2003
    oracle.wh.util.NLSUtils:      at oracle.ewt.thread.TaskScheduler$TaskQueue.run(Unknown Source) Tue Apr 29 12:45:51 CDT 2003
    oracle.wh.util.NLSUtils:      at oracle.ewt.timer.Timer.doRun(Unknown Source) Tue Apr 29 12:45:51 CDT 2003
    oracle.wh.util.NLSUtils:      at oracle.ewt.timer.Timer.run(Unknown Source) Tue Apr 29 12:45:51 CDT 2003
    oracle.wh.util.NLSUtils:      at java.lang.Thread.run(Thread.java:484) Tue Apr 29 12:45:51 CDT 2003
    oracle.wh.util.DebugUtility: [processSeedToken]: Installation of the seeded data failed.     
    Tue Apr 29 12:46:04 CDT 2003
    oracle.wh.util.DebugUtility: Assistant operation is unsuccessful ...

  • How to config owb browser?

    i have installed oracle 8.17 and,i have configured owb
    Repository,owb Runtime success but when cofigure owb browser,it
    mentioned must input oracle 9i,should i must install oracle 9i
    in order to use owb?

    Guy,
    When you login into Runtime Audit Browser, select "QA User" in the "Select Role" box (by default it's "Warehouse User"). This will enable Purge.
    Nikolai

  • 11gR2 em install / config question.

    We just loaded 11gR2 onto a virtual server running Win 2008 Server R2. During the installation of the database,
    I received 5 or 6 missing file messages and I told the installer to ignore and continue. One of those files was
    dbhome_1\...\em.jar.
    Will this preclude me from getting em up? Should I deinstall/reinstall the 11gR2?
    When I ran emctl start dbconsole I received this message:
    can't locate CompEMdbconsole.pm in @inc <@inc contains ..(list of files).......emctlCommon.pm line 598
    From this question you'll probably surmise that I'm relatively inexperienced.
    Suggested reading info is always appreciated.
    Thanks,
    Ron
    Edited by: RonW on Oct 9, 2012 6:27 AM

    Thanks for the reply. I used dbca to create a database which I had thought was done
    during the original install. It ran forever and eventually gave me an error message
    'Error Instantiating OC4J files'. When I looked in the emconfig.log file, there were
    several missing xml files in E:\app\Administrator\product\11.2.0\dbhome_1\oc4j\j2ee\
    OC4J_DBConsole\config\
    jms.xml
    rm1.xml
    http-web-site.xml
    server.xml
    In fact, the 'config' folder was empty. Going back to my original question regarding
    those missing files, why would they be missing? Is the oem a separate install
    process or is it done when the 11g database is installed?
    Thanks, Ron

  • 9iAS Install: Config Assistant, Randomize Password Failing

    Am installing 9iAS Rel 2, on a windows 2000 SP 2.
    The hardware is as P3 Xeon with 4 CPU's and 3 Gig of Ram.
    Install is failing on multiple config assistants but the first one to fail is the Randomize password. The error on the screen says, "oracle.ias.repository.schema.SchemaException: Cannot connect to this database".
    I looked in the InstallActions log and this is the error,
    " Launched configuration tool Oracle9i Application Server randomize Password Command which is being spawned is E:\ora9ias/jdk/bin/javaw -classpath .;E:\ora9ias/jlib/repository.jar;E:\ora9ias/lib/xmlparserv2.jar;E:\ora9ias/jdbc/lib/classes12.jar;E:\ora9ias/config/randomtool.jar;E:\ora9ias/jlib/jndi.jar;E:\ora9ias/jlib;E:\ora9ias/lib;E:\ora9ias/j2ee/home/jaas.jar;E:\ora9ias/jlib/ojmisc.jar;E:\ora9ias/lib/nls_charset12.zip;E:\ora9ias/j2ee/home/jazn.jar oracle.ias.randomtool.RandomTool r -o E:\ora9ias -f E:\ora9ias/config/noschemapwd
    Configuration tool Oracle9i Application Server randomize Password failed
    oracle.ias.repository.schema.SchemaException: Cannot connect to this database."
    I bring up a command dos window and can connect to the database just fine. i.e.
    C:\>sqlplus ods/ods@iasdb
    SQL*Plus: Release 9.0.1.3.0 - Production on Wed Jul 17 07:13:07 2002
    (c) Copyright 2001 Oracle Corporation. All rights reserved.
    Connected to:
    Oracle9i Enterprise Edition Release 9.0.1.3.1 - Production
    With the Partitioning option
    JServer Release 9.0.1.3.0 - Production
    SQL>
    Anybody have any ideas? Sure would be appreciated.
    Thanks

    Hi, we have exactly the same problems.
    The Single Sign-On configuration assistent won't install either, as does the mod_osso.
    Have you found a solution ?
    Thanks,
    Yuri Arts

  • Install & Config LiveCycle ES with WebLogic, Problem with Database Initialization

    I am using the configuration manager to install and config LiveCycle ES trial version. At LiveCycle Database Initialization step, when I click the "Initialize" I got this error msg:
    ALC-TTN-104-002: Could not connect to bootstrap servlet, the requested URL was not found on the server. Is Adobe LiveCycle deployed?
    But the 3 ear files were just deployed in the previous step and they are all showing under Weblogic admin console under Deployments.
    I am stuck here. Any help would be greatly appreciated.

    Hiii,
               I also got the same problem. I am tryint to install on Websphere and Oracle. I am new to this AdobeLiveCycle animal.
    Can any help me to get out of the hurdle.
    The same Error:
    ALC-TTN-104-002: Could not connect to bootstrap servlet, the requested URL was not found on the server. Is Adobe LiveCycle deployed?
    How to know if the Adobe LiveCycle is deployed or not.. Plz let me know..
    Thanks a zillion in advance..
    Regards
    Adi

  • Pacman command to re-install config files to pristine condition?

    I've messed up my Apache config files under /etc/httpd/...
    Is there a magic pacman command that will restore those files to their pristine condition as if it was a new installation?
    I've considered uninstalling apache and re-installing, but that will also uninstall all dependent packages, and I'd rather not do that.

    If you re-install the package it should create .pacnew files for all of the altered configuration files. If that is all that you have changed then overwriting the altered files with the .pacnew files will undo your changes.
    You may also find pkg-extract_original useful.

  • Installing the OWB Client

    Hi,
    I have installed full version of OWB 10g in Server.Now i want to install OWB client in local systems.How to select OWB client tools instead of total installation.
    Please suggest me on this.
    Regards,
    Surendra.V

    Hi Surendra,
    since OWB10gR1 (as I remeber) there is not separate option for installing server/client parts of OWB.
    Oleg

Maybe you are looking for

  • Deleting songs from a single iTunes library?

    I recently got a new laptop, and transferred many of my songs off of my desktop computer to my new one. I have home sharing turned on between the two. I want to delete songs from my laptop's library that I don't want, without deleting them from my ma

  • Can you completely disable data usage on iPhone?

    I have an extra iPhone 4S that I got from a friend who's contract ended. My girlfriend has a very basic plan from AT&T (unlimited calling and texting). She can send picture messages also, but she doesn't have a data plan from what I understand. (I al

  • Canon HF20 is no longer recognized

    I recently updated to iMovie 09 and have successfully imported movies from my Canon Vixia HF20. Now when I try to do this, the camera doesn't show up in the import window, just the iSight. The camera is definitely connecting because I can see it moun

  • Pdf files not opening in Adobe Reader

    As of 3weeks ago, all of my Pdf files are opening in Corel X3. How can I fix this?

  • I am thinking of updating my iMac (OSX v10.6.8) to 10.9...

    But I do not have a portable hard-drive to save all my data separately. As my iMac is 1TB, its quite hard to find a reliable portable hard-drive that's both durable and reliable. I really would like to update to 10.9. To my knowledge, I have absolute