error at startup listener apex after changes to java

Hello


I have java JRE 1.6.29, because I need a JDK (for jasperreports) I installed the JDK 1.7.04
This gave problems with oracle forms so I uninstalled 1.7.4
so now only JRE 1.6.29 is on our system

following departure of apex gives error:
HTTP Status 500
oracle.dbtools.rt.service.ServiceLocatorException: Exception occurred in activate() method
have already transferred, without change
We use oracle glassfish server 3.1.2


KR
Martin

Hi Martin,

It helps. The battery has a root cause:

ORA-12514, TNS:listener is not currently of service requested in connect descriptor

This has nothing to do with your Java Update or listener APEX itself, well I'd like to see future versions of APEX to give end users a more complete error message. It seems that connect you with incorrect database settings. Try to remove your apex - config.xml and rerun + / listenerConfigure / + with appropriate access settings. Also, make sure that your database listener is configured correctly.

-Udo

Tags: Database

Similar Questions

  • Unable to connect to APEX after changing the IP address of the server

    Hello

    After changing the IP address of my DB server, my DB works perfectly.
    However, I can connect only to APEX locally using localhost in the URL. I can not connect to APEX of remote machines, although I can connect to the DB of remote machines using SQL Developer very well.

    Do I need to make changes to the gateway PL/SQL embedded, that I use to connect to the APEX? How can I do?

    Thank you very much
    Best,
    Peter

    Hi Peter,.
    >
    After changing the IP address of my DB server, my DB works perfectly.
    However, I can connect only to APEX locally using localhost in the URL. I can not connect to APEX of remote machines, although I can connect to the DB of remote machines using SQL Developer very well.

    Do I need to make changes to the gateway PL/SQL embedded, that I use to connect to the APEX? How can I do?
    >
    With EPG, you don't need to make any configuration changes, you have to work on the new IP/hostname.

    You could try running the following just in case wherever it may help, as SYSDBA

    SQL> EXEC DBMS_XDB.setlistenerlocalaccess(FALSE);
    SQL>COMMIT;
    

    See you soon,.

  • 0xC8000247 error, cannot install Windows Update after change of hard disk.

    Error code original title: 0xC8000247

    I just replaced the hard drive in two laptops.  Set to launch on the third.  After replacing the hard drive by using EZ gig cloning software iv install the new drive hitachi that I tried to run windows update and received this error message.

    Hello

    Method 1:

    I suggest you to perform a System File Checker scan.

    Click on the link mentioned below for more information about the System File Checker analysis

    http://support.Microsoft.com/kb/929833

    Note: you may be prompted to insert the Windows Vista installation DVD, if all files are proven to be absent or corrupt.

    Try to install the update once the scan is complete.

    Method 2:

    I also suggest you to follow the steps mentioned in the link and check.

    Follow the steps listed in the article mentioned and check.

    Important:

    How to back up and restore the registry in Windows Vista

    http://Windows.Microsoft.com/en-us/Windows-Vista/back-up-the-registry

    Cannot install updates in Windows Vista, Windows 7, Windows Server 2008 and Windows Server 2008 R2

    http://support.Microsoft.com/kb/2509997

    If the steps do not contribute not to proceed to method 3:

    Method 3:

    How to perform an upgrade on the spot on Windows Vista, Windows 7, Windows Server 2008 & Windows Server 2008 R2

    http://support.Microsoft.com/kb/2255099

    Note: After the upgrade on site, your personal data and installed programs will not be deleted, but you may need to run Windows Update to install all the updates that are available for your system to update these files system to the current version.

    If your installation DVD disc is prior to Sp1, and you have the SP1 is installed on your computer, you will need to uninstall SP1 to finish the upgrade on the spot and then reinstall the necessary windows updates. This applies if you have SP2 also.

    Try to install the updates once the installation is complete.

    Hope this helps and keep us posted.

  • How to get rid of Microsoft Visual C++ Runtime error at startup. Sometimes after that I turned on the computer before you open any program.

    Once I turn on the computer and before I opened a folder/file/program.

    The box says;

    "Runtime error!"

    Program: C... »

    So I have no idea what program it is. As I know there has been no new program loaded, but it's my wifes computer, so I can't be sure.

    Hello

    Try these methods and see if it helps.

    Method 1:

    Step 1: Start in safe mode and check if you get the error.

    Refer to this link for help:
    http://Windows.Microsoft.com/en-us/Windows-Vista/start-your-computer-in-safe-mode

    Step 2: Clean boot

    Perform a clean boot to verify if a third-party program or service is the cause of the problem.

    Refer to this article for more information:
    How to troubleshoot a problem by performing a clean boot in Windows Vista or Windows 7:

    http://support.Microsoft.com/kb/929135

    Steps to perform a clean boot:

    a. click the ORB start on your desktop
    b. type msconfig in the search box and press ENTER.
    If you are prompted for an administrator password or a confirmation, type the password, or click on continue.
    c. in the general tab, click Selective startup.
    d. under Selective startup, clear the check box load startup items.
    e. click on the Services tab, select the hide all Microsoft Services check box and then click Disable all.
    f. click OK.
    g. When prompted, click on restart.

    NOTE: Please check that you start your computer in normal mode when you are finished troubleshooting. Followstep 7 of the article mentioned above.

    Method 2

    I suggest that you try to run the System File Checker and see if it finds all of the corrupted system files.

    (a) click Start

    (b) type: CMD, according to the results, right-click CMD

    (c) click 'run as administrator '.

    (d) at the command prompt, type: sfc/scannow

    How to use the System File Checker tool to fix the system files missing or corrupted on Windows Vista or Windows 7

    http://support.Microsoft.com/kb/929833

  • error 503-service unavailable after listening apex on glassfish deployment

    Hi all

    I installed apex 5.0,jdk-1: 7, glassfish - 3.1.2.2 on win7. Field configured and deployed glassfish apex.war successfully but when I m trying to access the links generated on application launch click (listener apex)

    http://XYZ:8686 / apex

    https://XYX:8181 / apex

    It gives me an error 503-service not available.

    Any help is appreciated...


    Thank you.

    Hello Ketan,

    Ketan Madhak wrote:

    Caused by: oracle.dbtools.common.jdbc.ConnectionPoolException: the pool named: apex is not

    properly configured, error: ORA-28000: the account is locked

    It is the root cause of your problem.

    The pool of the apex in ADR corresponds to the APEX_PUBLIC_USER database, and it is not properly configured.

    Log on to sqlplus with the SYS user prompt and SYSDBA privileges and run the following query:

    select username
        , account_status
        , profile
      from dba_users
    where username in ('APEX_PUBLIC_USER','APEX_LISTENER','APEX_REST_PUBLIC_USER');
    

    If account is LOCKED, EXPIRED, etc. then unlock the accounts of users, for example:

    ALTER USER APEX_PUBLIC_USER IDENTIFIED BY  ACCOUNT UNLOCK;
    

    Throw/remove the current configuration of the ADR and re - configure ords.war/apex.war with correct password for users. Re-deploy to Glassfish Server.

    Kind regards

    Kiran

  • Error message when you try to change startup programs

    Received error 0x800705b4 trying to 'change the startup programs '. When you try to change my startup programs, I got a message that Windows Defender is disabled. When I click on the button to turn on the Defender, I get the message "Microsoft Defender encountered an error: 0x800705b4.» This operation completed because the time-out period expired. "What can I do? I uninstalled Microsoft Security Essentials, because I understand it turns off Defender and then I could change my startup programs, but after that I have re-installed Microsoft Security Essentials, it wouldn't let change me.

    Hello

    MSE, AVG, McAfee, Norton disables Windows Defender program.

    Is the proposed action and nothing to worry about.

    To change startup on Vista via 'msconfig' programs is included in this connection method 2:

    "How to check and change Vista startup programs"

    http://www.Vistax64.com/tutorials/79612-startup-programs-enable-disable.html

    And this free Autoruns program is very good for what you want to do:

    «This utility, which has a knowledge of auto-starting locations of any startup monitor, shows you what programs configured to run at system startup or login and that the entries in the order of processing windows.» These programs include those in your startup folder, Run, RunOnce, and other registry keys. You can configure Autoruns to show other locations, including Explorer shell, toolbar extensions, helper objects to the browser, Winlogon notifications, auto and many start-up services even more. Autoruns goes way beyond the MSConfig utility bundled with Windows Me and XP.

    Autoruns' hide signed Microsoft entries allows you to zoom in on images of automatic start of third parties who have been added to your system and it has support for looking at images of Autostart configured for other accounts configured on a system. A command-line equivalent that can display in format CSV, Autorunsc is also included in the download package.

    You may be surprised how many executables are launched automatically! »

    http://TechNet.Microsoft.com/en-us/sysinternals/bb963902

    See you soon.

  • After downgrading to Lightroom CC 2015.2 CC 2015.1 LR start error message "an error has occurred when attempting to change modules."

    Had problems on OS X Yosemite 10.10.5 with Lightroom CC 2015.2 suspended several times so followed the advice on the forums:

    - uncheck "Show"Add Photos"screen" "

    After awhile the same day LR would always hang and now totally crash at startup with no error messages or anything like that. Tracking guides:

    -Sign out, then back in CC

    -Deleted preferences of Lightroom with Option + shift while clicking on the application icon

    -Preferences from LR deleted via Finder

    Has not set, LR has not yet started. Decided to downgrade following guide how roll back to Lightroom 6.1.1 or CC 2015.1 | Lightroom training Laura shoe, tutorials and tips from:

    -Uninstalled CC 2015.2

    -Reinstalled old CC 2015

    Does not solve the problem. Lightroom said: "an error occurred when attempting to change modules." and the catalogue has not loaded. Then followed guides:

    -Creation of a new user account and trying to open Lightroom it

    Does not work, did not start there either, same error message. Decided to try to uninstall and reinstall the old CC 2015 once again, this time turn off the computer laptop inbetween:

    -Uninstalled old CC 2015

    -Disconnect from CC

    -Restarted MacBook Pro

    -Connect to CC

    -Installed new old CC 2015

    Always the same error message "an error has occurred when attempting to change modules." and can not use LR. Following following guide https://helpx.adobe.com/lightroom/kb/unable-launch-lightroom-55.html:

    -Disconnect from CC

    -Rename the files SLCache > SLCacheold and SLStore > SLStoreold

    -Open LR and connected to CC

    Always the same error message "an error has occurred when attempting to change modules." and cannot do anything with LR.


    Now I don't know what to do anymore. Help, please.

    Hello

    Problem solved by activating the account root and do a fresh install of Adobe LR

    Concerning

    Rohit

  • Tecra M10 - #1 IDE error after changing ODD

    Hello community

    I know that the M10 is old enough, but until last week, worked well.

    First of all, there is no STRANGE access: drive doesn't recognize any media. After changing the STRANGE, I got the error IDE #1. After a little research I found that this must be a matter of ide toshiba cross wiring (?). Found something on the overcoming of the pins, but it did not work. Because I wanted to reinstall Windows XP (but the ODD is broken) I put the HARD drive in another laptop, removing all partitions on this subject, a reinstall a XP clear on that.
    Back on the M10, the laptop does not start but remains in a black screen with a blinking cursor.

    Anyone have any useful suggestions on these issues?

    Greetings and see you soon,
    Herz.aus.Gold

    Hello

    In my opinion the IDE error appears due bad master/slave setting of the new CD/DVD drive.

    The fact is that not all drives are compatible with all laptops. So the best option would communicate with a service provider allowed for a new compatible drive. An alternative, you can also buy the same car from an another computer store

  • After changing hard drives, I get an error message that says: I need a full version disc windows genuine

    Original title: replacement hard drive configuration issue

    My hard drive crashed and I can't access anything anyone on this subject. I have a second hard drive that was used for additional storage only. I'm doing this second walk my master drive. After changing the cables, jumpers, the bios settings to show as the master I am using the Windows XP disk, I try to put in place. I get an error message that says: I need a full version disc windows genuine, not a disc to upgrade to. When I bought the computer it came with Windows ME preinstalled and there was no disk that came with the machine. When I went to XP apparently, I bought a version upgrade, not the full version. Is it possible to get a cd of microsoft, or download a file, which can help get this another hard drive mounting correctly?

    Thank you

    Jeff

    Hello

    Since you have changed your HDD, I would contact the Microsoft product activation center to get on your version of the operating system. Visit the link that provides the phone number of the same below:

    http://support.Microsoft.com/kb/950929

    See also: http://support.microsoft.com/kb/811224

  • After changing the port (1521 to 1525 in listener.ora and tnsnames.ora) OEM: the database is down

    Hello

    I'm installing Oracle Database 11 g 2 (11.2.0.4) on Oracle Linux 7.1.

    In short, what I'm trying to do now is changing the default port of 1521 to 1525.

    So I stopped the listener (lsnrctl stop) and then changed my listener.ora and tnsnames.ora:

    Listener.ora

    listener.ora # Network Configuration file: /u01/app/oracle/product/11.2.0/dbhome_1/network/admin/listener.ora

    # Generated by Oracle configuration tools.

    LISTENER =

    (DESCRIPTION_LIST =

    (DESCRIPTION =

    (ADDRESS = (PROTOCOL = CIP)(KEY = EXTPROC1521))

    )

    (DESCRIPTION =

    (ADDRESS = (PROTOCOL = TCP (PORT = 1525))(HOST = localhost))

    )

    )

    ADR_BASE_LISTENER = / u01/app/oracle

    tnsnames.ora

    tnsnames.ora # Network Configuration file: /u01/app/oracle/product/11.2.0/dbhome_1/network/admin/tnsnames.ora

    # Generated by Oracle configuration tools.

    BI =

    (DESCRIPTION =

    (ADDRESS_LIST =

    (ADDRESS = (PROTOCOL = TCP (PORT = 1525))(HOST = localhost))

    )

    (CONNECT_DATA =

    (SERVER = DEDICATED)

    (SERVICE_NAME = bi)

    )

    )

    And then changed the local_listener:

    SQL > ALTER SYSTEM SET LOCAL_LISTENER = "(ADDRESS = (PROTOCOL = TCP)(HOST=localhost) (PORT = 1525))";

    SQL > ALTER the REGISTRY SYSTEM;

    Finally, I started the listener (lsnrctl start) again.

    Then I tried to connect using Oracle SQL Developer to the customer. The port of 1525 works perfectly well.

    The problem is, when I open the OEM (Oracle Enterprise Manager), it says: "the database is down. Please specify the credentials of the host to access the restart and database diagnostic tools," which is like this: http://imgur.com/oKLPW65

    So I logged on the account of the host, and it shows that the database instance, listener and the agent is all down like this: http://imgur.com/Bzr84bz

    It seems that the port used by the OEM is always 1521.

    What should I do? Can someone help me solve the problem?

    Thanks in advance.

    UPDATE:

    After changing the emoms.properties & the targets.xml (thanks to Elisabeth), you will need to reconfigure dbconsole using emca.

    So what I'm doing is decreasing the config:

    $ emca - deconfig dbcontrol db-rest drop

    and then create again:

    $ emca - create config dbcontrol db-rest

    Voila.

    Best regards

    Jerry Antonius

    Hello

    Try to change the port numbers in the following files

    Don't port no 1521 to 1525

    $ORACLE_HOME /_SID/sysman/config/emoms.properties

    oracle.sysman.eml.mntr.emdRepPort = 1525 (before 1521)

    $ORACLE_HOME /_SID/sysman/emd/targets.xml

    (Before 1521)

    (Before 1521)

  • 500 error after changing the application CF9 Server account

    Hello

    I changed the user account in my 9 of the ColdFusion Application Server Service.

    After restarting the service I get the following error on every page of my applications:

    java.lang.NullPointerException

    at jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:285)

    at jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:543)

    at jrun.servlet.jrpp.JRunProxyService.invokeRunnable(JRunProxyService.java:203)

    to jrunx.scheduler.ThreadPool$ DownstreamMetrics.invokeRunnable (ThreadPool.java:320)

    to jrunx.scheduler.ThreadPool$ ThreadThrottle.invokeRunnable (ThreadPool.java:428)

    to jrunx.scheduler.ThreadPool$ UpstreamMetrics.invokeRunnable (ThreadPool.java:266)

    at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)

    I use CF9 Standard Edition and Windows Server 2008.

    concerning

    Claudia

    Hi Claudia,.

    Is the CF app as service account have permissions of file system to the CFM files on the disk?

    HTH, Carl.

  • error printhead after changing the printhead in L7680

    I have an OfficeJet Pro L7680 that is a few years old.  Recently, I have noticed a decline in the print quality for mainly black, but also a little yellow, and after changing the black cartridge with no changes, I decided to change the Black/Yellow Printhead.  So, I thought that if I'm trying to change a print head, I should change the other (cyan/magenta).  I bought new Office Depot print heads.  After replacing the print heads that I was able to print a page or two, and then all of a sudden the printer started saying there is a problem with the cyan/magenta printhead.  I tried to remove and reinstall, the suppression and power reset and then put it back up, etc, but nothing moves it.  I have not yet called HP, but I hope that when I do they will help because the print heads are under warranty until 2014, even if the printer is out of warranty.  In the meantime, I thought I would ask here is - it possible I only have a print head of DOA?  Or would it be the printer?  Unfortunately I threw the old printheads immediately (stupid me) so I can't try that goes back to the old magent/cyan print head and see what happens.

    Hello jmmarton.

    Your chip printheads were damaged by inserting wrong while the transport is always on the right side. This document provides instructions on how to replace the printhead to the unit.

    Use the link below to find how to contact HP phone support in your country.

    http://WWW8.HP.com/us/en/HP-information/summary/WW-contact-us.html

    See you soon!

  • Error at startup. Need serious help.

    I am not able to perform a search on Google.com and especially all the search engine, it's evidence of a connection not approved and if I get complete site then it works some time (for example www.facebook.com). I tried to configure the real clock timings. In addition, even after download ad-blocker, I always face problems ad.

    What is the message of the error at startup? Is it in the page itself or a pop-up?

    There are several potential causes of generalized certificate errors. It's Firefox is not completely set up to work with your security software (or using Firefox's Reset feature, which means that set up again). But the malware is also a potential culprit.

    You have added all the exceptions (using the Add Exception button in the section "I understand the risks" of the error page)?

    You can check that your Firefox connection settings have not been changed:

    "3-bar" menu button (or tools) > Options > advanced > tab mini network > button "settings".

    You can try 'No proxy' it.

  • HP PhotoSmart Essential error at startup

    Hello

    Until the other day I had any problems when I start my computer.  A few days when I started the computer I got a pop up titled 'HPPhotosmartEssential' box and it said "Please wait while Windows configures essential HPPhotosmart" and a few seconds later another popup box titled "HPPhotosmartEssential" the following information - "there is a problem with this Windows Installer package. A program required for this install to complete could not be run. Contact your personlel provider or support package ".

    I have more the OfficeJet J4680 printer installation CD but I don't have the software to download so I opened it upwards and it was installed in the temp folder.  of which I went to start and typed folder and opens this file and follow these steps...

    Open the file "Setup."

    Open the folder "Scan". Right click on the "scan" (windows installation package) file and click 'fix '. If no error message appears, once again, right-click on the file and select "install".

    Return to the folder and open "bpd_scan" installation folder. Right click on the file 'bpd_scan' (windows installation package) and click 'fix '. If no error message appears, once again, right-click on the file and select "install".

    When I clicked on repair I received a new window bpd_scan error message that says: Module C:\Program HP Imaging\bin\hpqebpd2.dll failed to register. HRESULT-2147220473. Please contact support staff. I clicked on OK & following the next step

    Return to the folder and open "destinations" installation folder. Repeat the process above and that the repairs happened well.

    I restarted the pc but the problem persists.  (I deleted the shortcut of this file that was located in start > programs > startup - I deleted the shortcut of this file (called HP Digital Imaging Monitor).)

    I also opened a command prompt (run as administrator) and type in regsvr32 hpqebpd2.dll and who stated DLLRegister Server in hpqebpd2dll.

    I restarted the pc, but when I click on the file to open it (even if I do a right click and run as administrator) I still get 2 contextual window boxes.  And when I click OK or cancel the boxes still jump upwards of 3 or 4 times until it stops.

    I noticed that when I clicked to run / open this file it will appear in the lower right but I always get these boxes popup several times.

    Nothing had changed from one day to the next on the pc so I don't know why the problem occurred suddenly.  I ran several scans online for viruses and malware, as well as a boot scan, but nothing was found.   I have run ccleaner and noticed that he has found a missing DLL to C:\PROGRAM HP IMAGING\bin\HpqSRmon.exe

    I am running Windows Vista Home Premium with all current updates and is an officejet j4680 printer all-in-one.

    Others want a complete uninstall of the software to uninstall Panel or revo control printer and then reinstall the software I don't know what I can do to possibly solve the problem.   The printer software is version 14.

    Other possible suggestions or solutions would be very appreciated.

    TIA

    I'm glad you responded! I wanted to share with you all what I have solved my problem last night after having carefully followed the steps that I mentioned above. This way I can now explain the steps in a little easier way. When I started to experience this error on startup, I thought it was related to my network because it happened also when I turned the printer on and outside. I have to press OK, Cancel, etc. what felt like 50 times before my error message disappeared. I know it's a different file, but the symptoms are exactly the same, since an uninstall did not resolve the question or fixing things in Device Manager. It seems that the link you have provided very simple steps to a L3 uninstall. The great binding, but I found a simple way for the common user. Here are the steps that I took last night and my computer worked never better:

    1. I did a normal uninstall first. Don't forget if you have a USB cable, wait that uninstalling invite you to remove the cord but also before Setup tell you plug it back in. The complete uninstall took almost 25 minutes.

    At the end of the uninstall, you will get a prompt to click 'Finish', however I didn't click it. I've been waiting to restart my computer after I ran the disk cleanup utility in all programs > Accessories > system tools > disk cleanup.  This process took almost an hour.

    2 after disk cleanup was complete, I restarted the computer by clicking on the button 'Finish' the HP software that was always on my desk.

    3. after the restart, I followed the link to CCleaner and would like to mention to people not too savvy to be careful by pressing the green button 'Download now' more than once computer. It seems that there are a handful of commercial products that look like they tried to trick you into downloading the software.

    4. once the download is complete, CCleaner has opened and seemed much easier to use than I thought. I chose the tab register on the left, "scanned for any question," then selected difficulty scan after you have backed up files to remove (the software asked me if I wanted to save that I did). Sometimes you can scan up to three times until all problems have been corrected. As easy as it sounds, I still highly recommend reading so much about this product before installing it (see previous posts). This process was done very quickly, so I decided to use the file cleaner as well. Who did take a long time - about 30 minutes.

    5. this time, I rebooted by computer by stopping completely and then back on with the power button. I always liked this method instead of select "restart" your computer.

    6. I have confirmed my operating system on my computer will start and by doing a right click on 'My Computer' and selecting Properties at the bottom of the box grey just to make sure that I do not install the HP bad software. Then everything just re-installed the software at www.hp.com/support by typing the name of my printer tab support and drivers. The whole installation process took 20 minutes and even got an error at the beginning of my extraction process which stated "the Extraction failed. File is corrupted. "My heart is Serra for a bit, but after having clicked on the button"Download"once again, I have had absolutely no problems my network printer installation.

    7. I would like to add, during the installation process, you will see a screen that says 'Click here to customize' and I deselected product Participation, HP Update and some other useless tools, but I kept the driver, the solution, HP Imaging Device Center (which is what was causing my problem) and HP Photosmart Essentials since this is what was causing the problem. I had no problem after that.

    8. Finally, I did a reboot to ensure that all boot errors went away and the computer booted faster than ever with no error. Final test of all the features worked great. I was excited to try these steps on my own last night so that I could provide a way to rephrase things for all those too afraid of getting deep into their computer files. I hope as the method to keep it simple you will also feel because that please don't forget, using third-party software comes with its own risks. Let me know if this does not work, and then we can speak of an uninstall of L3/L4.

  • error at startup: 2 Partions Active

    I get an error on startup upward on a windows XP computer '2 active Partitions' and all it allows me to do is try again or enter setup.  I tried to boot from the CD, but once get going you and trying to recover, he said: none found hard drive.  There is only one hard disk of the computer.  Can I do to solve this problem?

    Hello

    1. you have Windows Vista or Windows 7 installed with Windows XP?

    2 have you made any changes to the computer before the show?

    In case you have Windows Vista or Windows 7 with Windows XP installed, try the steps of troubleshooting provided in the link below.

    Windows no longer starts after you install an earlier version of the Windows operating system in a dual-boot configuration

    http://support.Microsoft.com/kb/919529

Maybe you are looking for

  • Pages opens with a Documents finder window

    Just downloaded Pages.  When I click the Pages icon, a finder window Documents appears, not the choice, a template window.  Help, please.

  • What did you do to my firefox?

    What did you do to my firefox, none of the menus wtf? too minimalist for the everyday user. must have access to the menus

  • new iphone6s ios9.2.1 not connect to iTunes 12.2.2.25 on iMac?

    did anyone having problems connecting to iTunes with iPhone 6s?   I get a "go to iTunes.com and download the latest" sorry if it's the old quwetion

  • Satellite L500 - free space on HARD drive

    Hello I have Satellite L500-1EK. I have 2 partitions on my HARD drive. second partition where windows isn't complete comlplete. The size is 150 GB. I deleted all my files, emptied bin, run scandisk, defragmented, ran external cleaning tools but no ef

  • Cannot open the PDM file with excel 2016

    Hey guys,. I have Office 2016, LV 2015 and (I checked my "TDM Excel Add-in" file) the Excel Add-in 2015 of CT. I have attached a picture of what I get when I try to open the PDM file with excel. So, I found something strange. I checked active supplem