Error accessing in staging area (products.jar)

Hi
This error message appears in several postings
on these forums but I have not seen any actual
answer so far.
If you have any additional info on this, please
share it here.
We are installing Oracle 9i Client on
Windows Server 2003 Standard machine
br veli h

I fixed my problem. Find note:74790.1 on internet.This is about how cleanly deinstalling RDBMS software. Apparently, Oracle was already installed once on my machine, but not entirely deinstalled, or at least, some components remained after deinstallation. So I followed the instructions of note:74790.1 and reinstallation was a success. You may have yourself some .ini files remaining or your registry uncleaned. Check if you have the file "ORAODBC.INI" in your system, back it up, remove it, and retry installation of Oracle universal installer.
Wish you good luck.

Similar Messages

  • Add ABAP program: validating package - error accessing shared objects-area

    When adding a new program or browsing the packages in eclipse i get an "error accessing shared objects-area".
    I can edit, save and run existing ABAP reports, however.
    There was a similar problem here, regarding database procedure proxies but the solution doesn't apply to my problem, i guess. The solution was about creating the shared memory area CL_RIS_SHM_AREA. I can't access the memory area and start the constructor, as it doesn't show up on the monitor.
    ADT 2.28
    Eclipse 4.3
    Netweaver 7.31 SP4 -> is this really compatible with ADT 2.28?
    Thanks in advance for helpful hints,
    Julian

    HI Julian,
    if the area doesn't show up in the monitor, please try to start the constructor in transaction SHMM on your own by selecting the icon 'Start Constructor' as shown in the screenshot.
    Choose CL_RIS_SHM_AREA as area, select 'Default Instance' and 'Dialog' as execution mode. Then press 'Create'. Either this works or the system will tell you the issue with the instance creation (e.g. insufficient shared objects memory - see the other solution description).
    Best regards, Sebastian

  • How to open pdf documents when marked 'error, access denied' (these are not damaged or non-compliant)?

    I have tried to open them as attachment to an email, and also as a file in my Adobe Reader XI file...same message "There was an error opening this document. Access denied."  This began very suddenly--like something was 'turned off' in the system.
    Funtbird1963

    The message means that a file which is needed to run Adobe Reader has been locked by the system. So it isn't exactly that Adobe Reader is turned off, but the effect is the same.
    Something to try. Can you start Adobe Reader from the START menu in the normal way? If you can, are you able to use Open from the File menu to open a PDF?

  • Error accessing staging area

    I'm trying to install Oracle8i 8.1.6 for Linux but when it comes to defining the source and destination directories and products.jar, I get the following error:
    "There was a problem in accessing the staging area.Please make sure the specified values for 'Source' and 'Destination' are valid."
    I double checked them and my source is: /usr/Oracle8iR2/stage/products.jar
    and dest is: /usr/u01/app/oracle/product/8.1.6
    Any idea ??
    null

    I fixed my problem. Find note:74790.1 on internet.This is about how cleanly deinstalling RDBMS software. Apparently, Oracle was already installed once on my machine, but not entirely deinstalled, or at least, some components remained after deinstallation. So I followed the instructions of note:74790.1 and reinstallation was a success. You may have yourself some .ini files remaining or your registry uncleaned. Check if you have the file "ORAODBC.INI" in your system, back it up, remove it, and retry installation of Oracle universal installer.
    Wish you good luck.

  • Oracle 8.1.5 Invalid Staging Area Error

    I get an error message: Invalid staging area. There is no top level components for Windows NT available for installing
    from this staging area. I installed this version successfully running win98, but i get this error with XP. I tried renaming the symcjit.dll
    as suggested in some of the earlier posting with no success. Any help is appreciated.
    Thanks,
    Will

    copy disk to hardrive in a temporary directory. go to properties for setup.exe (right click on file used to install oracle). Select the compatiblity tab. make sure the check box "run this program in compatibility mode" is checked. In combo box select windows 98.

  • Staging area error

    It seems that I can't install Oracle 9.2.0.1 under Windows 2000 Pro. On the File Locations dialog where you specify Source... and Destination... I keep getting "There was a problem in accessing the staging area. Please make sure the specified values for 'Source' and 'Destination' are valid". Well, everything is valid. I have followed the Oracle installation instructions exactly as specified. Anyone else run into this kind of problem?

    Did you ever find the solution to your problem? I'm having the same.
    Thanks,
    -Ken
    It seems that I can't install Oracle 9.2.0.1 under Windows 2000 Pro. On the File Locations dialog where you specify Source... and Destination... I keep getting "There was a problem in accessing the staging area. Please make sure the specified values for 'Source' and 'Destination' are valid". Well, everything is valid. I have followed the Oracle installation instructions exactly as specified. Anyone else run into this kind of problem?

  • Deployment of upgraded site from staging to production - error when trying to access "Content and Structure"

    Hi,
    We recently upgraded a site from SP 2010 to SP 2013. For moving to production, I copied over the content database to production and used the following command to to make the content database accessible in production:
    Mount-SPContentDatabase -Name 'WSS_Content_SSBC' -WebApplication 'https://biprod.bljc.com'
    I then change the host name of the site from staging to production host name using
    $site = Get-SPSite  https://stagingsite.companyname.com
    $site.Rename("https://prodsite.companyname.com")
    The site loads and I can see my content. But when I try to use the "Content And structure" link under "Site Settings" --> "Site administration"
    I receive the following errror:
    Sorry, something went wrong An unexpected error has occurred.
    Technical Details
    Troubleshoot issues with Microsoft SharePoint Foundation.
    Correlation ID: 3fbfcd9c-7185-10a2-6d19-8570d7f15319
    Date and Time: 11/19/2014 3:38:31 PM
    IN THE ULS LOG, THIS IS ONE OF THE ERRORS:
    Application error when access /_layouts/15/sitemanager.aspx, Error=Object reference not set to an instance of an object. 
     at Microsoft.SharePoint.Publishing.Internal.WebControls.ObjectSerializer.DeleteAllowed(Boolean checkPermissions)   
     at Microsoft.SharePoint.Publishing.Internal.WebControls.SmtButtonField.FormatDataValue(Object dataTextValue, Boolean encode)   
     at System.Web.UI.WebControls.BoundField.OnDataBindField(Object sender, EventArgs e)   
     at System.Web.UI.Control.DataBind(Boolean raiseOnDataBinding)   
     at System.Web.UI.Control.DataBindChildren()   
     at System.Web.UI.Control.DataBind(Boolean raiseOnDataBinding)   
     at System.Web.UI.WebControls.GridView.CreateRow(Int32 rowIndex, Int32 dataSourceIndex, DataControlRowType rowType, DataControlRowState rowState, Boolean dataBind, Object dataItem, DataControlField[] fields, TableRowCollection rows, PagedDataSource pagedDataSource)   
     at System.Web.UI.WebControls.GridView.CreateChildControls(IEnumerable dataSource, Boolean dataBinding)   
     at Microsoft.SharePoint.WebControls.SPGridView.CreateChildControls(IEnumerable dataSource, Boolean dataBinding)   
     at System.Web.UI.WebControls.CompositeDataBoundControl.PerformDataBinding(IEnumerable data)   
     at System.Web.UI.WebControls.GridView.PerformDataBinding(IEnumerable data)   
     at System.Web.UI.WebControls.DataBoundControl.OnDataSourceViewSelectCallback(IEnumerable data)   
     at System.Web.UI.WebControls.DataBoundControl.PerformSelect()   
     at System.Web.UI.WebControls.BaseDataBoundControl.EnsureDataBound()   
     at System.Web.UI.WebControls.GridView.OnPreRender(EventArgs e)   
     at System.Web.UI.Control.PreRenderRecursiveInternal()   
     at System.Web.UI.Control.PreRenderRecursiveInternal()   
     at System.Web.UI.Control.PreRenderRecursiveInternal()   
     at System.Web.UI.Control.PreRenderRecursiveInternal()   
     at System.Web.UI.Control.PreRenderRecursiveInternal()   
     at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
    BTW, don't know if this applies but production is load balanced and staging is not.
    Thansk,
    Sherazad
    Sherazad

    Hi Sherazad,
    As the Content and Structure is enabled by the SharePoint Publishing feature, I recommend to deactivate and re-activate the publishing feature with the command below to see if the issue still occurs:
    Disable-SPFeature –identity Publishing -URL <sitecollection url>
    Enable-SPFeature -Identity Publishing -url <sitecollection url> -Force
    Thanks,
    Victoria
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Victoria Xia
    TechNet Community Support

  • Staging area error and universal installer does not run

    Everything was ok. I installed Oracle 9i r 2, AS 9.0.2, iFS 9.0.2.
    Then I uninstall AS and iFS. But AS folder remains there (with inventory,contentsXML.. folder inside), even if I deleted it, when I tried to install AS again I get the error staging area error, and the folder appears again.
    Another thing is that in oracle universal installer the installed and deinstall products options do not do anything. I only can select the install option
    Did I do something wrong during the AS uninstall?
    What Can I do now?
    Thanks for your help,

    Try looking here:
    http://www.thomasfly.com/Oranux/#Step-by-step
    follow these steps/configs and the install will go quite nice!

  • Had to restore my iMac from Time Machine. After the restoration all programs are functioning except my Adobe Creative Suite 4 Design Premium. When I start any program in the suite the error message, "Licensing for this product has stopped working." I rest

    I had to restore my iMac from Time Machine. After the restoration all programs are functioning except my Adobe Creative Suite 4 Design Premium. When I start any program in the suite the error message, "Licensing for this product has stopped working." I restarted the computer and tried again to run Photoshop and the same error message appeared. The message was followed by a message that stated that I needed to contact Adobe technical support and mention Error: 150.30. I need Adobe technical support to provide me a solution for my problem so I can continue using my Adobe products installed on my computer.

    Unfortunately when Adobe products are restored from backup, especial CS4 and especially Mac, it breaks licensing.
    There is a python script included in the license recovery kit that should work if you are familiar with Terminal.
    If not, you must reinstall your CS4 suite.  You don't need to delete your preferences, so it should be the same as before.
    Error "Licensing has stopped working" | Mac OS
    Gene

  • Changes are not reflected in Staging or Production Database - BCC

    Hi,
    I changed an asset from product catalog and able to see successful deployment in BCC. But, I am not able to see the changes in Staging or Production database.
    I see only changes in Versioned Database.
    Did the following things to see if thee is any error but there is no error during this operations.
    1) Enabled all the logs for DeploymentManager, DeploymentServer.
    2) Ran the CatalogMaintenanceService.
    Please help me in resolving this issue.
    Thanks,
    DKAP

    Adding to Desai, check for the repository mapping in agents, i.e in your production agent, you need to map the repositories to production repositories. For example ProductCatalog should be mapped to ProductCatalogproduction, similarly in Staging agent as well.
    Cheers
    R

  • What are the Jar files required,that for accessing the Type 4 Drivers.

    what are the Jar files required,that for accessing the Type 4 Drivers.
    Regards,

    Well it is Database Specific.
    Howevr there are few 3rd party .jar (Derby) which you can use it for accesing some standard databases.

  • 'Error: Invalid Staging Area' while installing Developer Studio 10g

    Dear All,
    I am trying to install Oracle Developer Studio 10g on Windows 2000 SP4 machine having 512 MB RAM.
    All the installer requirements are met.
    After that Oracle Universal Installer displays the error:
    Invalid Staging Area. There are no top level components for Windows NT, Windows 2000 available for installation in this staging area.
    Please explain me this error. I am not getting any references about the same on Internet.
    Do i able to install Oracle Developer Suite on my machine?
    -Sameer

    "Invalid Staging Area. There are no top level components for Windows NT available for install from this staging area."
    This is Oracle's way of saying nothing on this CD can be installed on Windows NT (or Windows 2000)
    Also see
    http://www.orafaq.com/forum/?t=msg&th=46751/0/
    Google on "There are no top level components"

  • On iCloud we are currently getting frequent "Contacts has stopped responding" error message. We are a small company that accesses our address book contacts off-site.

    On iCloud we are currently getting frequent "Contacts has stopped responding" error message. We are a small company that accesses our address book contacts off-site. Any solutions?

    I've deleted all future appointments from the Hotmail calendar.
    I've left the iPad overnight "thinking" about removing Calendar from iCloud and gave up this morning.
    My son has school information on the iPad.
    Please help???
    Regards,
    Anthony

  • Permissions error accessing FileMaker 10 server from AppleScript

    I have an set of AppleScript scripts that talk to a FileMaker server to get some data. "get cell" statements are used for this. In one of the scripts, I get an error from a "get cell" line:
    get cell "Product Type" of record 4 of window "DB-Values"
    --> error "Your access privileges do not allow this action." number -10004
    This error is a actually a generic Apple event error message that is triggered anytime you try to enter data into a field that cannot be edited. (fromhttp://help.filemaker.com/app/answers/detail/a_id/4285/~/troubleshooting-filemak er-pro-apple-event-errors)
    After the script throws this error, I go into filemaker and go to this window and I am able to read this value and edit it just fine. It is only from the script that this error occurs. There are many other calls into the DB like this in the script and they all work fine. However none of them are into this table/window (DB-Values) The server is running Snow Leopard and my machine is running Lion.

    I did followed the instructions provided on the above link but when I try to register the provider I get the following error:
    Error: Internal error (WWC-00006)
    The provider URL specified may be wrong or the provider is not running. (WWC-43176)Trying to chec the provider independently providing the following link
    http://localhost:7778/BPELPortlet/providers
    I get the following error:
    500 Internal Server Error
    Servlet error: Error instantiating servlet 'SOAPServlet' (servlet class not found, make sure it exists at
    C:\Oracle_Software\portal\j2ee\OC4J_BPEL\applications\BPELPortlet\bpelportlet/WEB-INF/classes/oracle/webdb/provider/v2/adapter/SOAPServlet.class,
    in a jar in C:\Oracle_Software\portal\j2ee\OC4J_BPEL\applications\BPELPortlet\bpelportlet/WEB-INF/lib/,
    in an orion-web.xml specified classpath or global server classpath)I have soap.jar is in the classpath. Is there a fix for it. Thanks

  • Error Message "No plugins are installed"

    Hi
    I have download Oracle Migration Workbench 10.1.0.4 and unzipped
    I need to migrate from DB2 8.2 to Oracle 9i
    When i am trying to create database repository getting error message "No plugins are installed, please install the plugin for the database you are trying to migrate." and creating respository.
    I have followed the steps as per Oracle Migration Workbench guide.
    I have also copied the db2java.zip file D:\omwb\plugins direcotry
    When getting the log file the error is as follows
    ** Oracle Migration Workbench
    ** Production
    ** ( Build 20050629 )
    ** OMWB_HOME: D:\Omwb
    ** user language: en
    ** user region: null
    ** user timezone:
    ** file encoding: Cp1252
    ** java version: 1.4.2_04
    ** java vendor: Sun Microsystems Inc.
    ** o.s. arch: x86
    ** o.s. name: Windows XP
    ** o.s. version: 5.1
    ** Classpath:
    ..\lib\boot.jar
    ** Started : Sun Jun 22 00:14:56 IST 2008
    EXCEPTION: _isValidPlugin(): oracle.mtg.migration.MigrationInitException: java.lang.ClassNotFoundException: oracle.mtg.db2java.db2java:java.lang.ClassNotFoundException: oracle.mtg.db2java.db2java
    Some one please help. I need to compelete the test task by monday.

    OMWB consists of 2 parts, the common files and a plugin. The message you get commonly means you didn't download a plugin.
    Under certain circumstances the Internet Explorer is sometimes saving JAR files with the ZIP extension and thus OMWB can't handle it as well.
    But anyway, you try to migrate a DB2 database V8 to Oracle using OMWB. There is no plugin available to use OMWB with Db2 V8.
    So you need to choose a different method like a gateway or flat files and SQL*Loader to move the data to Oracle.

Maybe you are looking for

  • Management pack version difference in System Center - Operations Manager 2012 R2 - Help us.

    Hi, I have SC Operation manager 2012 r2 in my environment. It has managed with multiple management servers. I have import some unsealed MPs through Ops SDK code and by manually using Operation manager console. Here with i tried to install higher vers

  • Flickering Image update (only one Image drawn on Component), 10+ Duke Dolla

    I've made an RBGFilter for Images and Combined it with a Thread to make an Image fade from Color to Grayscale. I use it together with an home made JComponent. It works, but the Image flickers. I've tried longer sleep periods (I thougt that maybe the

  • Make use of the  invoice form available in the correspondence.

    Dear all, I want to make use of the invoice smart forms available under the IMG in Corresspondence -->forms -->RE_CN_120. but i am not able to under how to assign this. scine i want to crete invoice for rent . please note that i am working on 4.7.Exp

  • Macbook won't boot from Hard Drive of Disc Drive!

    So I bought a Macbook (Mid-2010) from a friend recently and I can't seem to get it to boot from the hard drive or optical drive. At first I tried booting from the HD it already had and when I didn't have any luck, I went out and bought a new one. It

  • Problems with shuttle based on VO

    I need to use one shuttle based on VO, named Blocks My VO has three attributes id, title and description. On shuttle i need populate list from this vo like this : <shuttle name="Blocks" leadingHeader="Blocos Disponiveis" trailingHeader="Blocos Selecc