Install work w/WebLogic and the listener of the APEX APEX

This time, I get the following message when you provide "apex / http://localhost:7001 / listenerConfigure" as the URL in Internet Explorer

The listener of the APEX is already configured. Please log on as an administrator to access the listener Administration APEX.

How can I cancel the 'Apex' Listener so that when I try to access the URL above, makes me to the settings page?

I also tried this URL:

Apex / http://localhost:7001 / apex_admin

As a result the following exception. After seeing the underside of exception I immediately changed the password APEX_PUBLIC_USER in Oracle
a new password. So now that I have a new password for the APEX_PUBLIC_USER in Oracle, where should I update the config files?

* oracle.dbtools.rt.service.ServiceLocatorException: Exception occurred in the activate() method
at oracle.dbtools.rt.service.Provider.activate(Provider.java:56)
at oracle.dbtools.rt.service.Provider.match(Provider.java:111)
at oracle.dbtools.rt.service.Providers.match(Providers.java:22)
at oracle.dbtools.rt.service.ServiceLocator.acquireAll(ServiceLocator.java:97)
at oracle.dbtools.rt.service.ServiceLocator.acquire(ServiceLocator.java:74)
at oracle.dbtools.rt.service.Provider.inject(Provider.java:137)
at oracle.dbtools.rt.service.Provider.activate(Provider.java:39)
at oracle.dbtools.rt.service.Provider.match(Provider.java:111)
at oracle.dbtools.rt.service.Providers.match(Providers.java:22)
at oracle.dbtools.rt.service.ServiceLocator.acquireAll(ServiceLocator.java:97)
at oracle.dbtools.rt.service.ServiceLocator.acquire(ServiceLocator.java:74)
at oracle.dbtools.rt.service.Provider.inject(Provider.java:137)
at oracle.dbtools.rt.service.Provider.activate(Provider.java:39)
at oracle.dbtools.rt.service.Provider.match(Provider.java:111)
at oracle.dbtools.rt.service.Providers.match(Providers.java:22)
at oracle.dbtools.rt.service.ServiceLocator.acquireAll(ServiceLocator.java:97)
at oracle.dbtools.rt.service.ServiceLocator.acquire(ServiceLocator.java:74)
at oracle.dbtools.rt.service.Provider.inject(Provider.java:137)
at oracle.dbtools.rt.service.Provider.activate(Provider.java:39)
at oracle.dbtools.rt.service.Provider.match(Provider.java:111)
at oracle.dbtools.rt.service.Providers.match(Providers.java:22)
at oracle.dbtools.rt.service.ServiceLocator.acquireAll(ServiceLocator.java:97)
at oracle.dbtools.rt.service.ServiceLocator.acquireAll(ServiceLocator.java:104)
at oracle.dbtools.rt.web.RequestDispatchers.choose(RequestDispatchers.java:85)
at oracle.dbtools.rt.web.RequestDispatchers.dispatch(RequestDispatchers.java:52)
at oracle.dbtools.rt.web.HttpEndpointBase.service(HttpEndpointBase.java:85)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
to 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.ServletStubImpl.execute(ServletStubImpl.java:183)
to weblogic.servlet.internal.WebAppServletContext$ ServletInvocationAction.doIt (WebAppServletContext.java:3686)
to weblogic.servlet.internal.WebAppServletContext$ ServletInvocationAction.run (WebAppServletContext.java:3650)
at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2268)
at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2174)
at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1446)
at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
Caused by: oracle.dbtools.rt.web.WebException: could not start the universal Connection Pool: oracle.ucp.UniversalConnectionPoolException: cannot get data source connection
at oracle.dbtools.rt.web.WebException.internalError(WebException.java:124)
at oracle.dbtools.rt.query.jdbc.BaseJDBCCallProvider.activated(BaseJDBCCallProvider.java:56)
at oracle.dbtools.rt.query.jdbc.ora.OraJDBCCallProvider.activate(OraJDBCCallProvider.java:25)
at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at oracle.dbtools.rt.service.__Reflections.invoke(__Reflections.java:85)
at oracle.dbtools.rt.service.Provider.activate(Provider.java:43)
... 39 more
Caused by: java.sql.SQLException: unable to start the universal Connection Pool: oracle.ucp.UniversalConnectionPoolException: cannot get data source connection
at oracle.ucp.util.UCPErrorHandler.newSQLException(UCPErrorHandler.java:541)
at oracle.ucp.jdbc.PoolDataSourceImpl.throwSQLException(PoolDataSourceImpl.java:588)
at oracle.ucp.jdbc.PoolDataSourceImpl.startPool(PoolDataSourceImpl.java:277)
at oracle.ucp.jdbc.PoolDataSourceImpl.getConnection(PoolDataSourceImpl.java:647)
at oracle.ucp.jdbc.PoolDataSourceImpl.getConnection(PoolDataSourceImpl.java:614)
at oracle.ucp.jdbc.PoolDataSourceImpl.getConnection(PoolDataSourceImpl.java:608)
at oracle.dbtools.apex.Connections.getConnection(Connections.java:116)
at oracle.dbtools.rt.query.jdbc.ora.OraJDBCCallProvider.connection(OraJDBCCallProvider.java:31)
at oracle.dbtools.rt.query.jdbc.BaseJDBCCallProvider.activated(BaseJDBCCallProvider.java:44)
... more than 46
Caused by: oracle.ucp.UniversalConnectionPoolException: cannot get data source connection
at oracle.ucp.util.UCPErrorHandler.newUniversalConnectionPoolException(UCPErrorHandler.java:421)
at oracle.ucp.util.UCPErrorHandler.newUniversalConnectionPoolException(UCPErrorHandler.java:389)
at oracle.ucp.jdbc.DataSourceConnectionFactoryAdapter.createConnection(DataSourceConnectionFactoryAdapter.java:106)
to oracle.ucp.common.UniversalConnectionPoolImpl$ UniversalConnectionPoolInternal.createOnePooledConnectionInternal (UniversalConnectionPoolImpl.java:1613)
to oracle.ucp.common.UniversalConnectionPoolImpl$ UniversalConnectionPoolInternal.access$ 600 (UniversalConnectionPoolImpl.java:1421)
at oracle.ucp.common.UniversalConnectionPoolImpl.createOnePooledConnection(UniversalConnectionPoolImpl.java:488)
at oracle.ucp.common.UniversalConnectionPoolImpl.addNewConnections(UniversalConnectionPoolImpl.java:988)
at oracle.ucp.common.UniversalConnectionPoolBase.getInitialConnections(UniversalConnectionPoolBase.java:541)
at oracle.ucp.common.UniversalConnectionPoolBase.start(UniversalConnectionPoolBase.java:655)
at oracle.ucp.jdbc.PoolDataSourceImpl.startPool(PoolDataSourceImpl.java:271)
... 52 more
Caused by: java.sql.SQLException: ORA-01017: name of user and password invalid. connection refused

at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:440)
at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:389)
at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:382)
at oracle.jdbc.driver.T4CTTIfun.processError(T4CTTIfun.java:573)
at oracle.jdbc.driver.T4CTTIoauthenticate.processError(T4CTTIoauthenticate.java:431)
at oracle.jdbc.driver.T4CTTIfun.receive(T4CTTIfun.java:445)
at oracle.jdbc.driver.T4CTTIfun.doRPC(T4CTTIfun.java:191)
at oracle.jdbc.driver.T4CTTIoauthenticate.doOAUTH(T4CTTIoauthenticate.java:366)
at oracle.jdbc.driver.T4CTTIoauthenticate.doOAUTH(T4CTTIoauthenticate.java:752)
at oracle.jdbc.driver.T4CConnection.logon(T4CConnection.java:366)
to oracle.jdbc.driver.PhysicalConnection. (PhysicalConnection.java:536)
to oracle.jdbc.driver.T4CConnection. (T4CConnection.java:228)
at oracle.jdbc.driver.T4CDriverExtension.getConnection(T4CDriverExtension.java:32)
at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:521)
at oracle.jdbc.pool.OracleDataSource.getPhysicalConnection(OracleDataSource.java:280)
at oracle.jdbc.pool.OracleDataSource.getConnection(OracleDataSource.java:207)
at oracle.ucp.jdbc.DataSourceConnectionFactoryAdapter.createConnection(DataSourceConnectionFactoryAdapter.java:100)
... more than 59 *.

Wes

Published by: Wes Gibbs August 9, 2011 18:11

Hi Wes,

If your connection to database has changed, you must either delete the old configuration completely, so you could run + / listenerConfigure + again, or if you change the connection parameters in the configuration file.
In any case, you must locate the config.dir (if you have not configured this setting, it is the ${java.io.tmpdir} of your WLS). If you want to do it again, delete the contents of this directory. Otherwise change the apex - config.xml , you will find. The relevant keys may depend on your previous configuration, but should not be difficult to identify. They are at the beginning of the apex - config.xml and begin by apex.db. .

-Udo

Tags: Database

Similar Questions

  • How can I reinstall the my working folder icon and the icon of internet explorer in my desktop

    How can I reinstall the my working folder icon and the icon of internet explore on my desk that had been removed in some sort tried to watch in recycle bin bit is not there also tried to restore to an earlier date, but it will not reinstall

    Assuming you are using Windows XP (you asked this question in a forum of Windows XP), download TweakUI for XP http://windows.microsoft.com/en-US/windows/downloads/windows-xp (left column, third item down).

    Install and run TweakUI.  Click "Desktop", and then select the items you want to have appear on the desktop.  Click OK.

  • Just upgraded to 10.0.2 and now he can't findwebsites - three that I know have been created with WordPress. IE & Chrome work very well - and the previous version of Firefox (10.0.1) also worked. Looking for a fix or I need to give up Firefox. Thank yo

    I get the following error message: gone the requested resource / is no longer available on this server and there is no forwarding address. Remove all references to this resource. Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument directive to manage demand. IE & Chrome work very well - and the previous version of Firefox (10.0.1) also worked. Looking for a fix or I need to give up Firefox. Thank you.

    Found the problem - it's a HT Access file on the site itself. Deleted the file and 10.0.2 works very well.

  • I try to open a work at home and the program asks us when starting:

    I try to open a work at home and the program asks us when starting: "you are not an administrator on this computer. Please add your id to the local administrator group on this computer. "How to do this while my account is already an admin?

    I try to open a work at home and the program asks us when starting: "you are not an administrator on this computer. Please add your id to the local administrator group on this computer. "How to do this while my account is already an admin?

    Instead - right-click on anything whatsoever that you try to open and choose 'Run as administrator'.  Best?

  • I can not install updates for photoshop and the product is registered and properly installed

    I can not install updates for photoshop and the product is registered and properly installed cat. I tried and they were worthless, this system I get when I click on the button in the error message customer support https://helpx.Adobe.com/Creative-Suite/KB/error-serial-number-qualifying-product.html

    Customer chat was worthless, and I am really frustrated.

    You can download and install updates,

    Adobe - Photoshop: For Windows: Adobe Photoshop 12.0.4 updated for Adobe Photoshop CS5

    http://www.Adobe.com/support/downloads/detail.jsp?ftpID=5373

    But if you have a complaint about your serial number, chances are that they thought that it was hacked and blacklisted. You can't be at fault, you simply a forgery.

    Nothing can be done if this is the case.

  • Hi everyone, Q: no matter what I do I install Muse in English, and the cloud Manager downloaded in Dutch, other programs are installed in English but Muse, reasonable please help.

    Hi everyone, Q: no matter what I do I install Muse in English, and the cloud Manager downloaded in Dutch, other programs are installed in English but Muse, reasonable please help.

    You can change the interface language user in Muse by throwing Muse and no .muse file opened, go to preferences and select the new language. Then quit and restart Muse for the language change to take full effect.

  • install esxi 4.1 and the data store on the same server

    Hello

    I want to install esxi 4.1 and the data store on the same server.

    My problem is that I can't make partitions to really separate them and I would reinstall esxi without wiping the data store.

    Y at - it another way to put a record out of the raid only to install esxi.

    I also do not install on a USB key.

    Thank you

    AZEL says:

    Hello

    I want to install esxi 4.1 and the data store on the same server.

    My problem is that I can't make partitions to really separate them and I would reinstall esxi without wiping the data store.

    Y at - it another way to put a record out of the raid only to install esxi.

    I also do not install on a USB key.

    Thank you

    AZEL,

    Can you give us more details about your current environment?  What is the size and the data store space used? Do you have any storage of additional network attached to the host (for backup purposes)?

    My assumptions of your post do you have 1 stand-alone host with ESXi 4.1 aready installed and you also have a local data store on the same host, but you want to re - install ESXi 4.1 while keeping the contents fo the data store.  Is this correct?

  • How to make the site root-relative links work in DW and the server?

    See details on buggy behavior DW image link, below. My question is:

    (1) how the site root-relative links work in DW and the server? Or...

    (2) how to reliably automate change of hundreds of links relative to the root of the form

    /images/image.jpg relating to the document?

    In other words, to

    .. /images/image.jpg or

    .. /.. /images/image.jpg or

    .. /.. /.. /images/image.jpg etc... According to the location of the directory.

    The old format (/images/image.jpg ) used to work properly in my previous Setup of DW 8 but appear grey in DW after 'redevelopment' of mac cs5.5 DW. (they look good on the server, but it is difficult to change the image-heavy pages locally when they are all gray).

    I tried to change the files to how DW creates relative links root now:

    /public_html/images/image.jpg, which is a flow of root very easy, attractive, since there is a one-to-one mapping. These look great in DW, but are detailed on the server!

    I looked at the "Advanced" site configuration, and it seemed that it would be possible for the nuke part /public_html/ of my server info... but it also seemed that there was the potential to do damage, modification of these parameters, which are automatically generated from our server connection settings, which seem to work.

    The "links from the document / site root" toggle... did change how DW interprets existing links, or simply change the value by default when you add a link?  I did 80% of the file... before paper links I wondered if relative to the root is not better?

    Of course, it seems less ambiguous for all these pictures if theres a way to make the relative root works for the mode of creation of DW, DW link checking and server.

    Summary of the buggy behavior: (see the test with images here)


    'old style' link of the root of the site

    /images/img_book/WScover120x150_NEW.jpg

    Design veiw in DW: broken (grey w / broken icon)

    Check DW a link: "external link" (i.e., unverifiable, + file might appear orphaned)

    Browser: good

    Ease of switching: n/a (existing format)

    'new style' link site root

    /public_html/images/img_book/WScover120x150_NEW.jpg

    Design veiw in DW: good

    Link check in DW: good

    Browser: broken

    Ease of switching: easy

    Link to document

    .. /.. /images/img_book/WScover120x150_NEW.jpg

    Design veiw in DW: good

    Link check in DW: good

    Browser: good

    Ease of switching: hard (how to automate)

    Absolute link

    http://www.oasisdesign.net/images/img_book/WScover120x150_NEW.jpg

    Design veiw in DW: broken (grey w / broken icon)

    Link check in DW: external (i.e., unverifiable, + file might appear orphaned)

    Browser: good

    Ease of switching: n/a... not a real option

    Thank you!

    Similar discussions on ' / '.

    Think of your site definition is set up wrong.  public_html should not be to anywhere in your local site.  It is up to your remote site under the directory root definition.  See screenshot.  In my example, the root directory of the server is htdocs /.  This is where you put public_html

    Nancy O.

  • Bluetooth not working do not and the drivers missing on Windows 8

    Hello.
    Due to a recent system crash, I had to replace my HARD drive. I then installed Windows 8 and since then my wireless and Bluetooth have stopped working. By pressing the button active wifi / disable airplane mode and Bluetooth is practically nonexistent. When I checked the Device Manager, I noticed that the two pilots were missing, who are the network controller and the controller PCI of communication Simple. I practically ran out of options to find and would be really grateful for the help.
    My laptop is HP 2000 and network controller ID is \VEN_168C&DEV_0036&SUBSYS_217F103C&REV_01\4&15ed5f19 & 0 &09E0; while the PCI Simple Communications Controller ID is \VEN_8086&DEV_1E3A&SUBSYS_1854103C&REV_04\3&11583659&0&B0.
    Hope that is useful. Thank you.

    You are the very welcome.

    Try this driver for the wireless card...

    http://h10025.www1.HP.com/ewfrf/wc/softwareDownloadIndex?softwareitem=ob-123851-1&cc=us&DLC=en&LC=en&OS=4132&product=5447682&sw_lang=

  • The disk (with no key) installed Vista Home Premium, and the license key OEM is for... Home Basic!

    I recently did a clean install with the disc that came with my Dell XPS6400 (bought in the auction) local computer, which had only "Vista 32bits" written on it and no product key.  I thought I could use the key on the sticker on the underside of the computer OEM license, even if the 2 characters in the 3rd section were partially missing - they had to be one of the other four.  When OEM license was initially considered valid, I realized that I had not yet downloaded a service pack, but after that, he was still to come as being invalid!  Then, I found that the version of Vista that was on the disc was "Home Premium" and the OEM for "Home Basic" license key  Do I have to reinstall the whole system, drivers, etc., in order to establish the upgrade?  (Please say "NO", there is an easier way to do this!    Here's the MGADiag. -I hope it helps.  :-}

    Diagnostic report (1.9.0027.0):
    -----------------------------------------
    Validation of Windows data-->
    Validation status: genuine
    Validation code: 0
    Validation caching Code online: n/a, hr = 0xc004f012
    Windows product key: *-* - 3RBY2 - BGQ2R-DR9M6
    The Windows Product Key hash: EYIpz/47G03lWRAOmk3kg + lR7Rc =
    Windows product ID: 89578-OEM-7332157-00141
    Windows product ID type: 2
    Windows license Type: OEM SLP
    The Windows OS version: 6.0.6000.2.00010300.0.0.003
    ID: {44FE41CC-B980-4D08-8F2C-258D42597D90} (1)
    Admin: Yes
    TestCab: 0x0
    LegitcheckControl ActiveX: N/a, hr = 0 x 80070002
    Signed by: n/a, hr = 0 x 80070002
    Product name: Windows Vista (TM) Home Premium
    Architecture: 0x00000000
    Build lab: 6000.vista_gdr.100218 - 0019
    TTS error:
    Validation of diagnosis:
    Resolution state: n/a

    Given Vista WgaER-->
    ThreatID (s): n/a, hr = 0 x 80070002
    Version: N/a, hr = 0 x 80070002

    Windows XP Notifications data-->
    Cached result: n/a, hr = 0 x 80070002
    File: No.
    Version: N/a, hr = 0 x 80070002
    WgaTray.exe signed by: n/a, hr = 0 x 80070002
    WgaLogon.dll signed by: n/a, hr = 0 x 80070002

    OGA Notifications data-->
    Cached result: n/a, hr = 0 x 80070002
    Version: N/a, hr = 0 x 80070002
    OGAExec.exe signed by: n/a, hr = 0 x 80070002
    OGAAddin.dll signed by: n/a, hr = 0 x 80070002

    OGA data-->
    Office status: 109 n/a
    OGA Version: N/a, 0 x 80070002
    Signed by: n/a, hr = 0 x 80070002
    Office Diagnostics: 025D1FF3-364-80041010_025D1FF3-229-80041010_025D1FF3-230-1_025D1FF3-517-80040154_025D1FF3-237-80040154_025D1FF3-238-2_025D1FF3-244-80070002_025D1FF3-258-3

    Data browser-->
    Proxy settings: N/A
    User Agent: Mozilla/4.0 (compatible; MSIE 7.0; Win32)
    Default browser: C:\Program may Explorer\IEXPLORE.exe
    Download signed ActiveX controls: fast
    Download unsigned ActiveX controls: disabled
    Run ActiveX controls and plug-ins: allowed
    Initialize and script ActiveX controls not marked as safe: disabled
    Allow the Internet Explorer Webbrowser control scripts: disabled
    Active scripting: allowed
    Recognized ActiveX controls safe for scripting: allowed

    Analysis of file data-->

    Other data-->
    Office details: {44FE41CC-B980-4D08-8F2C-258D42597D90}1.9.0027.06.0.6000.2.00010300.0.0.003x 32*-*-*-*-DR9M689578-OEM-7332157-001412S-1-5-21-4233441385-2608704464-366777469Dell Inc.. MM061                           Dell Inc.. A13 20070205000000.000000 + 000F4303507018400EE04090409Mountain Standard Time(GMT-07:00)03DELL M07 109

    Content Spsys.log: 0 x 80070002

    License data-->
    The software licensing service version: 6.0.6000.16509
    Name: Windows Vista, HomePremium edition
    Description: operating system Windows - Vista, channel OEM_SLP
    Activation ID: bffdc375-bbd5-499d-8ef1-4f37b61c895f
    ID of the application: 55c92734-d682-4d71-983e-d6ec3f16059f
    Extended PID: 89578-00146-321-500141-02-1033-6000.0000-2762012
    Installation ID: 021924176241352836753973527141082533609552002735101761
    Processor certificate URL: http://go.microsoft.com/fwlink/?LinkId=57201
    Machine certificate URL: http://go.microsoft.com/fwlink/?LinkId=57203
    Use license URL: http://go.microsoft.com/fwlink/?LinkId=57205
    Product key certificate URL: http://go.microsoft.com/fwlink/?LinkId=57204
    Partial product key: DR9M6
    License status: initial grace period
    Time remaining: 16442 minute (s) on (11 day (s))

    Windows Activation Technologies-->
    N/A

    --> HWID data
    Current HWID of Hash: OAAAAAEABQABAAEAAQABAAAAAwABAAEAnJ/g2XDbWFBy8jZ2jNDqTo6xOIvy9IwUBkxiQKxW9Eg =

    Activation 1.0 data OEM-->
    N/A

    Activation 2.0 data OEM-->
    BIOS valid for OA 2.0: Yes
    Windows marker version: 0 x 20000
    OEMID and OEMTableID consistent: Yes
    BIOS information:
    ACPI Table name OEMID value OEMTableID value
    APIC DELL M07
    FACP DELL M07
    HPET DELL M07
    STARTING DELL M07
    MCFG DELL M07
    M07 DELL SLIC
    SSDT PmRef CpuPm

    The product key on the bottom will work for what he says he is, Windows Home Basic Edition.

    Reinstall the correct Systyem, Windows Home Edition basic operation to use this product key.

    And Microsoft sells more than Vista.

    To reinstall Vista Home Basic read this information.

    You can contact your computer manufacturer and ask them to send you a set of recovery disks.

    They should do this for a small fee.

    And if you have never received a recovery disk when you bought, not that one 32-bit, vista, your computer must be on the hard drive to reinstall recovery Partition Vista to how you bought your computer, which may or may not work after the installation of the wrong edition.

    The recovery process can be started by pressing a particular combination of the key or keys at startup. (Power on / start)

    Maybe it's F10, F11, Alt + F10, etc., depending on the manufacturer.

    Ask them to the proper key sequence.

    Some manufacturers have more available Vista recovery disks.

    If this happens, you may need to try this instead:

    You can also borrow and use a Microsoft Vista DVD, which contains the files for the different editions of Vista (Home Basic, Home Premium, Business and Ultimate) must be installed. The product key on your computer / Laptop box determines what Edition is installed.

    Other manufacturers recovery DVDs are should not be used for this purpose.

    And you need to know the version of 'bit' for Vista, as 32-bit and 64-bit editions come on different DVDs

    Here's how to do a clean install of Vista using a DVD of Vista from Microsoft:

    "How to do a clean install and configure with a full Version of Vista '

    http://www.Vistax64.com/tutorials/117366-clean-install-full-version-Vista.html

    And once the operating system is installed, go to your computer manufacturer's website and get the latest drivers for your particular model or laptop computer.

    And phone Activation may be necessary when you use the above installation method.

    "How to activate Vista normally and by Activation of the phone '

    http://www.Vistax64.com/tutorials/84488-activate-Vista-phone.html

    See you soon.

  • Fan works like crazy and the battery drains quickly after the installation of Sierra on MacBook Pro

    I installed Sierra and since my MacBook fan runs like crazy and the battery drains very quickly. Right now I use Safari and Mail. He has never done this before. How can I stop this from happening? It is now more than 48 hours since I installed Sierra. All constructive suggestions are welcome.

    Try resetting the SMC http://support.apple.com/kb/ht3964

  • Impossible to install World of Warcraft and the error message "Windows cannot access the specified device, path or file. May not permissions to access you the item.

    Original title: Need help ASAP please

    Hi all

    I am currently running windows 7 and recently I met a problem that has been giving me the error code: 0 x 80070043 and the Error Message: Windows cannot access the specified device, path or file. You can't have appropriate permission to access the item'. When you try to run a Setup.exe for world of warcraft. But the thing is I am the administrator of the computer and have not had this problem in the neck, it is their all settings or something I can do to fix this? any help would be greatly appreicated thanks and God Bless.

    Hello Jay,
    Thanks for posting your question in the Microsoft Community forum.
    The description of the problem, I see that you are unable to install World of Warcraft and error message "Windows cannot access the specified device, path or file. You can not have appropriate permission to access the item".»

    This problem may occur if you do not have permissions for the file or the location of the file, if the file is located on a site that is not accessible at the moment as a network location or an external drive that is not currently connected to the computer or your antivirus software may block the file.

    Don't worry; Let's try a few steps that will help you solve the problem.

    Method 1:
    I suggest you run the fix it and check if it helps.

    Solve problems with programs that cannot be installed or uninstalled
    http://support.Microsoft.com/mats/program_install_and_uninstall

    Method 2:
    If the problem persists, I suggest you try the procedure described in the article and see if it helps.

    Error "Windows cannot access the specified device, path or file" when you try to install, update or launch a program or file
    http://support.Microsoft.com/kb/2669244
    You can check the links for more information:

    Get back to us and let us know the State of the question, I'll be happy to help you. We, at tender Microsoft to excellence.

  • Try installing Acrobat Pro XI and the installer says I already have a more functional version installed.  What I installed is XI Acrobat Standard, but I want to install Acrobat Pro 11.  I owe unitstall Standard for install Pro?

    I try to install Acrobat Pro XI, but the installer says I already have a more functional version installed. What is installed on my PC is Acrobat XI Standard, which I don't consider to be a more functional version. What I actually need to uninstall the version Standard in order to be able to install the Pro version?

    Ugh!  I have PitStop Pro 12 installed in Acrobat Standard XI as a 3rd party plug-ins.  Do you know by chance that will survive the uninstalling XI standard and installed in XI Pro?

    If this isn't the case, then I have to turn off before the Standard uninstall, reinstall it after the installation of Pro and then re-enable it.

    Even though I hate the answer you provided, thank you to answer and do it very quickly.

  • Web server and the apex running on the same machine - possible conflict port 8080

    Hi guys,.

    I installed Apache Tomcat and currently in the process of installing Oracle 11 G in the same machine.

    The tomcat uses port 8080 and I understand other installs, the APEX uses 8080 as well.

    Is there way after installing Oracle 11 G database XE, stop APEX so it is not in conflict with the use of 8080 Tomcat? I have no use for APEX at this point you want to stop if possible.

    Alternatively, it can be configured to use a different port?

    Thank you very much.

    You can do either, stop it or change the port. So sad that you said that you «have no use for Apex...» ».  :(

    What gateway do you use for Apex? What is the EPG, OSH or the listener of the Apex? If you use the EPG, there is an order any structure/API for it. Here are a couple that you can run a SQLPlus session:

    SELECT DBMS_XDB.GETHTTPPORT FROM DUAL;
    
    EXEC DBMS_XDB.SETHTTPPORT(port);
    For example:
    
    EXEC DBMS_XDB.SETHTTPPORT(8080);
    
    OR
    
    EXEC DBMS_XDB.SETHTTPPORT(8181);
    

    If you use OSH then you go to your OHS/Apache Directory and find the path to the OPM and issue commands to start where your stop. If it's the listener of the Apex with Glassfish, then you go to the console of administration of Glassfish and stop your deployment of Apex from there. I'll leave you the specifications.

    Earl

  • Email does not work after upgrade to the APEX

    Operating systems: Windows 2003
    DB: 11 GR 1 material

    E-mail no longer works for users after upgrade from 4.0 to 4.1. New APEX_040100 'main' added to the ACL as well as the main APEX_040000 of the previous version. In fact, the two still exist in the ACL.

    Error code in the APEX Admin Mail queue: ORA-24247: access denied by access control (ACL) of network list

    What could be the cause of the installation of electronic mail within the APEX to not work?
    See you soon!

    See what {message identifier: = 10355015}

Maybe you are looking for

  • Firefox does not open after the update. Cannot open the profile technical, even when you use the directory in cmd line path

    I'm using Firefox on a Windows 7 computer. Firefox does not open after the last update. I read the help articles and it seems that I need to create a new profile because my settings were probably corrupted. I'm unable to open the profile technical, e

  • Preview will not work

    Hello! I accidentally opened Preview opening I have all documents in PDF format on my computer, a total of 651 documents, 9775 pages... This made the program stop responding, and I had to force quit. Now whenever I try to open a PDF document, the pro

  • El Capitan and CS4 Photoshop / Illustrator CS4 / Excel 2008

    I held off upgrading to El Capitan and currently still use Yosemite on a MBPro. Anyone using El Capitan on MBPro with: Photoshop CS4 Illustrator CS4 Excel 2008 These are my main apps that I'm worried about compatibility with upgrade. I don't want to

  • Problem installing driver sound card on Satellite A30

    Okay basically I have no sound on the laptop and realized that there isn t one driver installed, I went on the Toshiba site and downloaded correct. The problem, however, is that the driver won t properly install it comes up with an error saying windo

  • What is HL-DT-ST DVDRAM GSA-4084N ATA Device?

    I have HP Pavilion tx 1000 laptop, with windows vista. He has "HL-DT-ST DVDRAM GSA - 4084N ATA Device"who is the DVD/CD drive. What is a DVD/CD only readable or writable? under properties is shows CD-ROM/DVD-ROM, but as part of the computer-under "de