Errors in the Installation of cc & B

HI friends

When I try to install cc & b I'm getting a few problems can someone help me

When I start environment

C:\spl\DEV_01\bin > spl.cmd start
Exception in thread "main" java.lang.NoClassDefFoundError: PasswordDecipher
Caused by: java.lang.ClassNotFoundException: PasswordDecipher
in java.net.URLClassLoader$ 1.run(URLClassLoader.java:202)
at java.security.AccessController.doPrivileged (Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
to Sun.misc.Launcher$appclassloader$ AppClassLoader.loadClass (Launcher.java:301)
at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
The main class is not found: PasswordDecipher. Program ends.

Execution of action N webserver
JAVA_OPTS is - Xms1024m-Xmx1024m - XX: MaxPermSize = 256 m-Dfile.encoding = ISO8859_1

CLASSPATH is C:\spl\DEV_01\splapp\standalone\lib\ojdbc5-11.1.0.7.0.jar

Return to the directory C:\spl\DEV_01\bin



By copying the SPLWEB.ear file in weblogic server

I am getting error in the log spl_web as Fallows

javax.naming.CommunicationException [root exception is java.net.ConnectException: t3: / / 01HW312177:7001: Destination unreachable; nested exception is:]
java.net.ConnectException: Connection refused: connect. No available at destination router]
at weblogic.jndi.internal.ExceptionTranslator.toNamingException(ExceptionTranslator.java:40)
at weblogic.jndi.WLInitialContextFactoryDelegate.toNamingException(WLInitialContextFactoryDelegate.java:787)
at weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLInitialContextFactoryDelegate.java:366)
at weblogic.jndi.Environment.getContext(Environment.java:315)
at weblogic.jndi.Environment.getContext(Environment.java:285)
at weblogic.jndi.WLInitialContextFactory.getInitialContext(WLInitialContextFactory.java:117)
at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:667)
at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:288)
at javax.naming.InitialContext.init(InitialContext.java:223)
to javax.naming.InitialContext. < init > (InitialContext.java:197)
at com.splwg.serviceclient.ServiceClientHelper.getServiceBean(ServiceClientHelper.java:32)
at com.splwg.serviceclient.RemotePageServiceDispatcherHelper.doIt(RemotePageServiceDispatcherHelper.java:17)
at com.splwg.serviceclient.RemoteServiceDispatcher.read(RemoteServiceDispatcher.java:42)
at com.splwg.base.web.common.MenuRepository.privateGetMenu(MenuRepository.java:53)
at com.splwg.base.web.common.MenuRepository.getMenu(MenuRepository.java:43)
at com.splwg.base.web.startup.PreloadLoginInfo.preloadMenuInfo(PreloadLoginInfo.java:161)
at com.splwg.base.web.startup.PreloadLoginInfo.privateExecute(PreloadLoginInfo.java:80)
at com.splwg.base.web.startup.PreloadLoginInfo.execute(PreloadLoginInfo.java:54)
at com.splwg.base.web.startup.SPLWebStartup.contextInitialized(SPLWebStartup.java:66)
to weblogic.servlet.internal.EventsManager$ FireContextListenerAction.run (EventsManager.java:481)
at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
at weblogic.servlet.internal.EventsManager.notifyContextCreatedEvent(EventsManager.java:181)
at weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppServletContext.java:1863)
at weblogic.servlet.internal.WebAppServletContext.start(WebAppServletContext.java:3126)
at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1512)
at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:486)
to weblogic.application.internal.flow.ModuleStateDriver$ 3.next(ModuleStateDriver.java:425)
at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:41)
at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
at weblogic.application.internal.flow.ScopedModuleDriver.start(ScopedModuleDriver.java:200)
at weblogic.application.internal.flow.ModuleListenerInvoker.start(ModuleListenerInvoker.java:247)
to weblogic.application.internal.flow.ModuleStateDriver$ 3.next(ModuleStateDriver.java:425)
at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:41)
at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
at weblogic.application.internal.flow.StartModulesFlow.activate(StartModulesFlow.java:27)
to weblogic.application.internal.BaseDeployment$ 2.next(BaseDeployment.java:1267)
at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:41)
at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:409)
at weblogic.application.internal.EarDeployment.activate(EarDeployment.java:58)
at weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java:161)
at weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.java:79)
at weblogic.deploy.internal.targetserver.operations.AbstractOperation.activate(AbstractOperation.java:569)
at weblogic.deploy.internal.targetserver.operations.ActivateOperation.activateDeployment(ActivateOperation.java:150)
at weblogic.deploy.internal.targetserver.operations.ActivateOperation.doCommit(ActivateOperation.java:116)
at weblogic.deploy.internal.targetserver.operations.AbstractOperation.commit(AbstractOperation.java:323)
at weblogic.deploy.internal.targetserver.DeploymentManager.handleDeploymentCommit(DeploymentManager.java:844)
at weblogic.deploy.internal.targetserver.DeploymentManager.activateDeploymentList(DeploymentManager.java:1253)
at weblogic.deploy.internal.targetserver.DeploymentManager.handleCommit(DeploymentManager.java:440)
at weblogic.deploy.internal.targetserver.DeploymentServiceDispatcher.commit(DeploymentServiceDispatcher.java:163)
at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.doCommitCallback(DeploymentReceiverCallbackDeliverer.java:195)
in weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.access$ 100 (DeploymentReceiverCallbackDeliverer.java:13)
to weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer$ 2.run(DeploymentReceiverCallbackDeliverer.java:68)
to weblogic.work.SelfTuningWorkManagerImpl$ WorkAdapterImpl.run (SelfTuningWorkManagerImpl.java:528)
at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
Caused by: java.net.ConnectException: t3: / / 01HW312177:7001: Destination unreachable; nested exception is:
java.net.ConnectException: Connection refused: connect. No router available at destination
at weblogic.rjvm.RJVMFinder.findOrCreateInternal(RJVMFinder.java:216)
at weblogic.rjvm.RJVMFinder.findOrCreate(RJVMFinder.java:170)
at weblogic.rjvm.ServerURL.findOrCreateRJVM(ServerURL.java:153)
to weblogic.jndi.WLInitialContextFactoryDelegate$ 1.run(WLInitialContextFactoryDelegate.java:345)
at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:147)
at weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLInitialContextFactoryDelegate.java:340)
... more than 53
Caused by: java.rmi.ConnectException: Destination unreachable; nested exception is:
java.net.ConnectException: Connection refused: connect. No router available at destination
at weblogic.rjvm.ConnectionManager.bootstrap(ConnectionManager.java:464)
at weblogic.rjvm.ConnectionManager.bootstrap(ConnectionManager.java:315)
at weblogic.rjvm.RJVMManager.findOrCreateRemoteInternal(RJVMManager.java:254)
at weblogic.rjvm.RJVMManager.findOrCreate(RJVMManager.java:197)
at weblogic.rjvm.RJVMFinder.findOrCreateRemoteServer(RJVMFinder.java:238)
at weblogic.rjvm.RJVMFinder.findOrCreateInternal(RJVMFinder.java:200)


can any body suggest me to solve these problems.


Thanks and greetings
Jean Jacques

You can try reinstalling weblogic salvation there.

Tags: Oracle

Similar Questions

  • LSD unexpected closing of the errors after the installation of el capitan

    LSD unexpected closing of the errors after the installation of el capitan

    get a lot of errors after start-up and during work

    This procedure will remove some cache files. The files are generated automatically and do not contain any of your data. Sometimes they can become corrupted and cause problems like yours.

    Please, back up all data.

    Triple-click anywhere in the line of text below on this page to select this option:

    open $TMPDIR..

    Copy the selected text in the Clipboard by pressing Control-C key combination.

    Launch the Terminal application integrated in one of the following ways:

    ☞ Enter the first letters of his name in a Spotlight search. Select from the results (it should be at the top).

    ☞ In the Finder, select go utilities ▹ of menu bar or press the combination of keys shift-command-U. The application is in the folder that opens.

    ☞ Open LaunchPad and start typing the name.

    Paste in the Terminal window by pressing command + V. Depending on the web browser you use, you may need to press the return key. A folder with a long, random name should open. Inside, there should be a subfolder named 'C '. Drag that to the trash.

    Log off or restart the computer. Empty the trash. Test.

  • Try installing SAGE simply accounting error: "Error 1935. An our error during the installation of Assembly component

    Try to install simple SAGE accounting and the following error:

    "Error 1935. An our error during the installation of the Assembly {97F81AF1-0E47-DC99-A01F-C8B39A1E1873} HRESULT 0X80071A91 component. »

    After this error, I also receive this error:

    "Error: 1603 Fatal error during installation." Consult the help of Windows Installer (MSi.chm) or MSDN for more information.

    Anyone out there has any help with these errors?

    TKS!

    Hello

    1. are you able to install other programs?

    2. How are you trying to install?

     

    I suggest to follow the steps provided and check if it helps.

    Method 1:

    Problems installing and uninstalling programs on Windows computers: http://support.microsoft.com/kb/2438651

    Method 2: You can also configure your computer in a clean boot state, and then try to install it.

    By setting your boot system minimum state helps determine if third-party applications or startup items are causing the problem.

     

    How to troubleshoot a problem by performing a clean boot in Windows Vista or Windows 7:
    http://support.Microsoft.com/kb/929135

    Note: After the boot minimum troubleshooting step, follow step 7 in the link provided to return the computer to a Normal startup mode.

    Hope this information is useful.

  • 0xc007001d error during the installation of antivirus software

    0xc007001d error during the installation of antivirus software. AVG is the brand name. Installation stops with error code.

    Help!?

    I suggest that you uninstall and redownload it or switch to another brand or use the built in Microsoft Security Essentials. AVG has a bad reputation for bugginess, false positives.

  • Cannot install Dragon Naturally Speaking 12 on Windows 7 PC getting error 1321: the installer has insufficient privileges.

    When the program is instalingl I get a: error 1321 the installer has o priveliges insuficient editing the file. C:\Program data\microsoft\windows\start menu\programs\dragon speaking.12.0\about dragon 12.0.ink naturally natrually. I havve summer running DNS 11.5 for more than a year, without any problem.

    Herman

    You should check their support site:

    http://www.nuance.com/support/Dragon-NaturallySpeaking/index.htm

  • My Adobe Acrobat failed upadte w error 1321 the installer has insufficinet privileges to modify the file...  I followed the instructions Adobe online to change the settings in advance. Now, try to reinstall my Adobe Acrobat, but I don't see the download o

    My Adobe Acrobat update failed w error 1321 the installer has sufficient privileges to modify the file...  I followed the instructions Adobe online to change the settings in advance.

    Now, try to reinstall my Adobe Acrobat but I don't see the download option when I connect to my Adobe account.  Help, please.

    I would also like to confirm that I have uninstall my Adobe Acrobat before reinstalling.

    OK I finally found the download option

  • Cannot install 12 elements because of the error in the installation of 'shared technologies '.

    Is there a definitive solution to the problem of the installation of 12 elements, which, towards the end, returns an error message "failure to install shared technologies? I tried the solutions such as deleted the. PPA files in the "Common files" folder and restarting the computer just before the installation is cancelled. None of them works. I find myself with a piece of lemon to $ 135.62.

    Thank you.

    I FOUND THE SOLUTION! Sorry to say, I've done this contempt after advises the absolutely useless 'experts' Adobe which led me nowhere. For the sake of there users encounter the same problem, here's how I did it.

    1. install 12 elements until it got to the point where it says the error message "the installation process has encountered an error installation Shared Technologies. If please restart your system and try again. »

    2. well, I didn't reboot my system or that the process move. If you look at the level of the office, the 12 items and shortcut icon already - it seems that the installation is 99.99 percent complete, except that you can not open it.

    3. while clicking on the shortcut, a message said something like "some device is missing. Download the latest Adobe Application Manager to open (or start) your evaluation software"or words to that effect. I downloaded the last Adobe Application Manager 8.0.

    4. After downloading Adobe Application Manager, I clicked on the new shortcut of 12 items, and here he opened and works beautifully. However, the warning in no. 1 above is always displayed. Never click on it, or restores the installation and you are at zero. I just shut down the computer and restarted. Elements of 12 is installed permanently. Thanks to a few DIY alterations.

    I'm not sure if it will work on other computers.  And by the way, thanks to the experts from Adobe to be nice.

  • Refund, please; have renounced the installation of 12 elements because of the error in the installation of 'shared technologies '.

    It's order No. 12642019825 for Adobe Photoshop elements 12 I bought yesterday online for USD135.62. My trial version worked well - thank you for that. But after paying an arm and a leg for the licensed version - this from a third world country - I couldn't install the software due to a persistent error message on the installation of 'shared technologies '. I tried all the suggestions in the Adobe forums and nothing seems to work.

    Installation shouldn't be a burden on a paying customer. You need a head to Papineau to install this lemon, maybe you need to hire by Jet Propulsion Laboratory technicians, who are able to fix bugs on the Mars rovers just by zapping a signal of our mother earth.

    Pay back me, please, I'll buy it again if you can sell a product that is easy to install. And, well, please answer me directly to [email protected].

    Thank you.

    Strongly dissatisfied customer.

    Hi, Barbara, I posted this in another thread. FOR INFO.

    "I FOUND THE SOLUTION! Sorry to say, I've done this contempt after advises the absolutely useless 'experts' Adobe which led me nowhere. For the sake of there users encounter the same problem, here's how I did it.

    1. install 12 elements until it got to the point where it says the error message "the installation process has encountered an error installation Shared Technologies. If please restart your system and try again. »

    2. well, I didn't reboot my system or that the process move. If you look at the level of the office, the 12 items and shortcut icon already - it seems that the installation is 99.99 percent complete, except that you can not open it.

    3. while clicking on the shortcut, a message said something like "some device is missing. Download the latest Adobe Application Manager to open (or start) your evaluation software"or words to that effect. I downloaded the last Adobe Application Manager 8.0.

    4. After downloading Adobe Application Manager, I clicked on the new shortcut of 12 items, and here he opened and works beautifully. However, the warning in no. 1 above is always displayed. Never click on it, or restores the installation and you are at zero. I just shut down the computer and restarted. Elements of 12 is installed permanently. Thanks to a few DIY alterations.

    I'm not sure if it will work on other computers.  And also, thanks to experts from Adobe to be nice. »

  • Get the error during the installation of the regional coordination unit

    Hello
    I am facing the error during the installation of the RCU below. We gave the user sys and the DDT that works very well DOSPROMPT.the even when I give the configuration during the installation of the remote, I get the below error. Can someone help me with this problem.
    Thanks in advance...

    2012-10-02 22:52:58.645 NOTIFICATION rcu: oracle.sysman.assistants.common.dbutil.jdbc.JDBCEngine::connect: the connection to the database: user: sys, role: SYSDBA, connectString: (description = (address = (host = localhost)(protocol=tcp) (port = 1521)) (connect_data = (service_name = ORCL) (server = dedicated)))
    2012-10-02 22:52:58.730 rcu ERROR: oracle.sysman.assistants.rcu.backend.validation.StepValidator::isConnectionStepValidated: unable to connect to database: name of user and password invalid.
    Please enter the name of user and password valid
    2012-10-02 22:52:58.730 rcu ERROR: oracle.sysman.assistants.rcu.backend.validation.StepValidator::isConnectionStepValidated: SQLFatalErrorException:
    oracle.sysman.assistants.common.dbutil.SQLFatalErrorException: name of user and password invalid.
    Please enter the name of user and password valid
    at oracle.sysman.assistants.common.dbutil.jdbc.JDBCEngine.connect(JDBCEngine.java:585)
    at oracle.sysman.assistants.rcu.backend.validation.StepValidator.connectDatabase(StepValidator.java:358)
    at oracle.sysman.assistants.rcu.backend.validation.StepValidator.connectDatabase(StepValidator.java:253)
    at oracle.sysman.assistants.rcu.backend.validation.StepValidator.isConnectionStepValidated(StepValidator.java:1352)
    at oracle.sysman.assistants.rcu.ui.pages.DBConnectionPage.updateModel(DBConnectionPage.java:552)
    at oracle.sysman.assistants.common.wizard.WizardPageExt.wizardValidatePage(WizardPageExt.java:166)
    at oracle.bali.ewt.wizard.WizardPage.processWizardValidateEvent(WizardPage.java:710)
    at oracle.bali.ewt.wizard.WizardPage.validatePage(WizardPage.java:680)
    at oracle.bali.ewt.wizard.BaseWizard.validateSelectedPage(BaseWizard.java:2367)
    at oracle.bali.ewt.wizard.BaseWizard._validatePage(BaseWizard.java:3072)
    at oracle.bali.ewt.wizard.BaseWizard.doNext(BaseWizard.java:2152)
    at oracle.bali.ewt.wizard.dWizard.DWizard.doNext(DWizard.java:405)
    at oracle.sysman.assistants.common.wizard.WizardExt.doNext(WizardExt.java:261)
    to oracle.bali.ewt.wizard.BaseWizard$ Action$ 1.run(BaseWizard.java:3944)
    at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
    at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:641)
    to java.awt.EventQueue.access$ 000 (EventQueue.java:84)
    in java.awt.EventQueue$ 1.run(EventQueue.java:602)
    in java.awt.EventQueue$ 1.run(EventQueue.java:600)
    at java.security.AccessController.doPrivileged (Native Method)
    in java.security.AccessControlContext$ 1.doIntersectionPrivilege(AccessControlContext.java:87)
    at java.awt.EventQueue.dispatchEvent(EventQueue.java:611)
    at oracle.sysman.assistants.common.util.EventPopUp.dispatchEvent(EventPopUp.java:94)
    at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
    at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
    at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)

    3rd error is known, one can ignore it.

    Try it with the user of the system, I thought I told you that.
    This should work.

    Score pls help if

  • "The installation process has encountered an error during the installation of the shared technologies."

    Basically, whenever I try to download Adobe Premiere elements 11 on my Windows Vista computer, to halfway through a message appears saying that "the installation process has encountered an error during the installation of the shared technologies. If please restart your system and try again. »

    Whenever I insert the disc, I select the trial version, in case I have download the full version and it allows me to use my serial code.

    Someone said the destination folder could not contain more then 250 characters, then I changed its position of "C:\Program Files\Adobe\" in "C:\". ", but he still came up with the same message!

    I downloaded the new Adobe Reader 10, but this makes no difference to the process... no matter what I tried he always comes up with the same message.

    I also activate my antivirus software during the installation of Adobe Premiere Elements. Again, this is not do the trick. And I restarted my computer and tried to download it and not download more than once!

    Each time the same message comes back, and I have no idea how to fix... Its not my memory challenge which is a problem, because I currently have 50 GB free on my OS C:\ drive.

    I also have QuickTime version 7.6.9, which is apparently necessary?

    If you know something that I have not tried that can work, or the problem causing this and a solution to the problem, please can you let know me, thanks!

    Refer to this:

    Troubleshoot installation | Photoshop Elements, Elements first. Windows

    Mylenium

  • Error is the installation of the product (error 101) program

    How much space do I need free up just to be able to extract the installer downloaded... and another question if this messgae appear in the wizard to downoad adobe (error extract the installer from the product (error 101) if I will be able to solve this problem I need to download the installer again?) .. .Please help... cause me it is make me scared... I waited too long just finished download the installer and now I think as his party... whywhywhwyhwywhwywhy...

    Hi Caluducan King-King,

    Please see the solution to troubleshoot Adobe Download Assistant - http://helpx.adobe.com/creative-suite/kb/troubleshoot-download-assistant.html

    If you continue to experience difficulties, you can try to start a direct download by following the steps listed in http://forums.adobe.com/thread/981369

  • During the installation of PhotoShop item 11, "error during the installation of the shared Technologies.

    During the installation of PhotoShop element 11, I get "error during the installation of the shared Technologies. Please restart.

    I'm assuming you restarted your computer once before trying to re - install.

    I think that you have uninstalled all other Adobe applications. Please perform a manual cleanup to be sure that there are no files interfere with installation. Here are the steps:

    http://helpx.Adobe.com/Photoshop-elements/KB/manually-remove-Photoshop-elements-11.html

    If the problem persists, please share the logs from the following locations:

    % temp%\PSEInstall.log, PSE11.log,
    Elemets11OrganizerInstall.log,
    Organizer.log,
    PDApp.log,
    AMT.log
    OOBElib.log
    C:\Program Files\Fichiers Files\Adobe\Installers\<*PSE11*>. log.gz

  • I get errors during the installation of Download Helper

    I've updated to FF 4. XX and lost my Download Helper. I also had a lot of memory problems and blocking. I uninstalled FF 4 and returned to FF 3.6.17. Now, I can't reinstall Download Helper. I keep getting and error towards the end of the installation. The error reads as follows.

    Firefox could not install the file at
    http://releases.Mozilla.org/pub, mozilla.org/addons/3003/videos_downloadhelper=4.9.3-sm+fx.xpi

    Because: unexpected Setup error
    Review the error Log from the Console for more details.
    -203

    I went and found the error log and it says to clear my cache and or wait a few hours and try again. It's been several weeks and I can always install it. I tried to completely uninstall the Download Helper and reinstall and get the same error.

    In addition, from time to time when I run FF he asks me upgrade Download Helper, that brings me to believe it's to see. If I allow him to upgrade the same error occurs. I'm puzzled!

    Try to locate your Firefox user (http://kb.mozillazine.org/Profile_folder_-_Firefox) profile directory and delete (or rename) these files:

       extensions.ini
       extensions.cache
       extensions.rdf
       extensions.sqlite
       extensions.sqlite-journal
    

    Source: _ http://kb.mozillazine.org/Firefox: _Issues_:_Can % 27t_Install_Themes_or_Extensions #Corrupt_extension_files

  • Error 0 x 80096001, several errors during the installation of Visual Studio, or running Windows Update or defender.

    Hello. I wanted to run Visual Studio 2010 Express edition on my Vista Home Premium, but ran into way too many problems. First of all, download have not installed because of a problem with the installation of .NET framework v4.0. Then I tried to VS 2008, but has encountered the same problem with the .NET framework. Whenever I try to run Windows update, it displays error Code 80096001 and said "Windows could not check for new updates. So I tried to download .net directly from microsoft downloads, but whenever I try to install it, it says I need to turn on .net "turn on or off windows features", in the control panel. I tried, but the list is completely empty, it shows nothing at all. I downloaded the vista sp1, but it too installation stops with error code 0 x 80096001.
    I tried to disable my anti-virus (avg free). Windows Defender does not initially upward or through subsequent attempts to run it. It shows the same error code. Please advise on how I can solve these problems and use Visual Studio... it's very frustrating because I never had these problems with XP... everything worked.

    Seems like a lot of corruption. Try Windows 7 repair:
    http://www.SevenForums.com/tutorials/3413-repair-install.html

  • Error during the installation of Windows Search 4.0, 'an error occurred during the file copy Search.adm. Cannot copy file in the destination directory. »

    • Configuration displays error "check the log (C:\WINDOWS\KB940157.log) file.
    • Log file includes the following error - 108.625: VerifySize: could not get the target size of the file: C:\WINDOWS\system32\GroupPolicy\ADM\Search.adm

    No idea how to address this sort of WS4.0 installs?

    INTELLECTUAL PROPERTY

    Hello

    You made any hardware or software changes the computer recently?

    You have Service pack 3 is installed? If not, install Service Pack 3 first, and then try to install Windows Search 4.0.

    Try these steps and let me know the status.

    Follow the suggestions given by dbrockus from the link given as dated Wednesday, February 4, 2009:

    http://social.msdn.Microsoft.com/forums/en-us/windowsdesktopsearchhelp/thread/f8882314-da75-4142-a889-50c1983dc1e8

    Also, see this Microsoft article on how to take the permissions of a folder: http://support.microsoft.com/kb/308421

    I hope this helps.

  • error during the installation of SP3 for windows xp-"cannot read or write to database"

    I have windows xp and when I try to install sp3 I get a message saying "cannot read or write from database" and stops the installation.

    How long the machine was not installed SP3?
    (It could be infested/infected/etc.)

    In any case, what I suggest is to prepare the machine for the update...

    Chancing some repetative tasks... Maybe just do the following:

    Search for malware:

    Download, install, execute, update and perform analyses complete system with the two following applications:

    Remove anything they find. Reboot when necessary. (You can uninstall one or both when finished.)

    Search online with eSet Online Scanner.

    Do a house cleaning and the dust of this hard drive:

    You can free up disk space (will also help get rid of the things that you do not use) through the following steps:

    Windows XP should take between 4.5 and 9 GB * with * an Office suite, editing Photo software, alternative Internet browser (s), various Internet plugins and a host of other things installed.

    If you are comfortable with the stability of your system, you can delete the uninstall of patches which has installed Windows XP...
    http://www3.TELUS.NET/dandemar/spack.htm
    (Especially of interest here - #4)
    (Variant: http://www.dougknox.com/xp/utils/xp_hotfix_backup.htm )

    You can run disk - integrated into Windows XP - cleanup to erase everything except your last restore point and yet more 'free '... files cleaning

    How to use disk cleanup
    http://support.Microsoft.com/kb/310312

    You can disable hibernation if it is enabled and you do not...

    When you Hibernate your computer, Windows saves the contents of the system memory in the hiberfil.sys file. As a result, the size of the hiberfil.sys file will always be equal to the amount of physical memory in your system. If you don't use the Hibernate feature and want to reclaim the space used by Windows for the hiberfil.sys file, perform the following steps:

    -Start the Control Panel Power Options applet (go to start, settings, Control Panel, and then click Power Options).
    -Select the Hibernate tab, uncheck "Activate the hibernation", and then click OK. Although you might think otherwise, selecting never under "Hibernate" option on the power management tab does not delete the hiberfil.sys file.
    -Windows remove the "Hibernate" option on the power management tab and delete the hiberfil.sys file.

    You can control the amount of space your system restore can use...

    1. Click Start, right click my computer and then click Properties.
    2. click on the System Restore tab.
    3. highlight one of your readers (or C: If you only) and click on the button "settings".
    4 change the percentage of disk space you want to allow... I suggest moving the slider until you have about 1 GB (1024 MB or close to that...)
    5. click on OK. Then click OK again.

    You can control the amount of space used may or may not temporary Internet files...

    Empty the temporary Internet files and reduce the size, that it stores a size between 64 MB and 128 MB...

    -Open a copy of Microsoft Internet Explorer.
    -Select TOOLS - Internet Options.
    -On the general tab in the section 'Temporary Internet files', follow these steps:
    -Click on 'Delete the Cookies' (click OK)
    -Click on "Settings" and change the "amount of disk space to use: ' something between 64 MB and 128 MB. (There may be many more now.)
    -Click OK.
    -Click on 'Delete files', then select "Delete all offline content" (the box), and then click OK. (If you had a LOT, it can take 2 to 10 minutes or more).
    -Once it's done, click OK, close Internet Explorer, open Internet Explorer.

    You can use an application that scans your system for the log files and temporary files and use it to get rid of those who:

    CCleaner (free!)
    http://www.CCleaner.com/
    (just disk cleanup - do not play with the part of the registry for the moment)

    Other ways to free up space...

    SequoiaView
    http://www.win.Tue.nl/SequoiaView/

    JDiskReport
    http://www.jgoodies.com/freeware/JDiskReport/index.html

    Those who can help you discover visually where all space is used. Then, you can determine what to do.

    After that - you want to check any physical errors and fix everything for efficient access"

    CHKDSK
    How to scan your disks for errors* will take time and a reboot.

    Defragment
    How to defragment your hard drives* will take time

    Cleaning the components of update on your Windows XP computer

    Download and run the MSRT tool manually:
    http://www.Microsoft.com/security/malwareremove/default.mspx
    (Ignore the details and download the tool to download and save to your desktop, run it.)

    Reset.

    Download/install the latest program Windows installation (for your operating system):
    (Windows XP 32-bit: WindowsXP-KB942288-v3 - x 86 .exe )
    (Download and save it to your desktop, run it.)

    Reset.

    and...

    Download the latest version of Windows Update (x 86) agent here:
    http://go.Microsoft.com/fwlink/?LinkId=91237
    ... and save it to the root of your C:\ drive. After you register on theroot of the C:\ drive, follow these steps:

    Close all Internet Explorer Windows and other applications.

    AutoScan--> RUN and type:
    %SystemDrive%\windowsupdateagent30-x86.exe /WUFORCE
    --> Click OK.

    (If asked, select 'Run'). --> Click on NEXT--> select 'I agree' and click NEXT--> where he completed the installation, click "Finish"...

    Reset.

    Now reset your Windows with this FixIt components update (you * SHOULD * use the aggressive version):
    How to reset the Windows Update components?

    Reset.

    Download here all the SP3 Setup file: Windows XP Service Pack 3 Package of Network Installation for developers and information technology professionals and save it to the Office of the administrator of the user account on the computer in question.

    Reset.

    Double-click the installation file downloaded in step above and follow the instructions.

Maybe you are looking for