Installing JDK1.5 ON WINDOWS XP

HI,
i have installed jdk1.5 on windows xp.when i type java -version it gives me the correct version ie 1.5.09.but when i type javac -help it gives me an error SAYS"JAVAC NOT RECOGNISED AS AN INTERNAL OR EXTERNAL CMD"...WHY IS THIS?also when i start tomcat it shows me the error.."windows cannot find -DJava .util.logging.manager=org.apache.juli.ClassLoadLogManager"..please help me sort this out..I am trying this for 2 days..

are you sure you installed the JDK? sounds to me like you might have installed a JRE instead. either that, or the installation isn't quite complete and you need to set the environment PATH variable to be pointing to the bin directory of the JDK, that is, where javac.exe lives
the tomcat thing might not be a big issue, I think it's just the old "log4j isn't configured" problem. if your tomcat install seems to be working ok it's no big deal; logging isn't essential to the runtime

Similar Messages

  • Error while installing jdk1.5.07 on Windows 2000.(data1.cab file missing or

    I am unable to install jdk1.5.0.07/jdk1.5.0.11and while Copying files this error is generated.
    "Data1.cab file is missing or corrupt.". I have tried to download the same from Sun's download centre as offline installation.
    Please suggest a solution.
    Regards,
    Neha Shrivastava

    I have tried downloading it again and also used the installer which was successfully able to install on Windows XP.
    Also, a few days back I was able to install jdk1.5.0.07 but then my system was attacked by some trojan and I had to format it. Since then I am unable to install it using the same exe.

  • OBIEE install problem on Windows 2008 R2 64bit server

    Hi!
    I have for 1 month struggled with a OBIEE 11g install on a Windows 2008 R2 64 bit server. (I have a open SR at Oracle but have not got any answer/suggestion for 2 weeks)
    I follow these documentations:
    Oracle® Fusion Middleware
    Installation Guide for Oracle Business Intelligence
    11g Release 1 (11.1.1)
    E10539-01
    and
    http://download.oracle.com/docs/cd/E14571_01/bi.1111/e10539/c4_installing.htm#CIHDJGIH
    Specially chapter 4.4.4 for the moment, cant get pass step "Specify Installation Location"
    First did I run RCU against our Oracle 11g database and created the schemas for BI Publisher
    Then did I install JRockIT - jrockit-jdk1.6.0_26-R28.1.4-4.0.1-windows-x64.exe
    Then from JRockIT installed WLS_1035 generic.
    Then configure AdminServer so thatone is up and running (even installed a HTML server from E1 to check if WLS is up and running and working)
    Then start the installer (Oracle Business Intelligence, v. 11.1.1.5.0, for Microsoft Windows x86-64-bit) disk 1, setup.exe, then must I choose "software only" install. But on step 3 och 9 can I not press next, the installer says that I do not have any "Application Server" running. I have installed on E:\Oracle\Middleware but the installer can not see any application there, but I can access it thru a browser.
    Tests I have done,
    Install loopback adapter
    Deinstall loopback
    Deactivated everything but IPV4 protocoll (we have also IPV6 on all server).
    Verified that we have static ip on the server
    Tried installer for BIP (OBIEE) with WLS AdminServer running and without have it running.
    And checked the installer logs everytime, no errors, no warning.
    Is there anyone how can guide me or give some tips? I am getting frustrated after 4 weeks without success.
    Best regards,
    Anders

    Hi!
    It is the installer who not working properly, when using the "Browse", I had to choose a comletly wrong place first, and then again choose the correct installation path, after that would the understand where I wanted to install.
    Best regards,
    Anders

  • Installed j2se on windows xp, updated path, but can't find compiler

    I installed j2se on windows xp, updated path, but no matter what direc-
    tory I try, when I try to compile(javac) I get the "'javac' is not
    recognized as an internal or external command, operable program or batch
    file" message. This even happens in the C:\program files\java\j2re1.4_01\bin directory! Anybody know what's up?

    j2re (run-time env) does not have javac. I ran into same problem with
    sdk -- j2se. I invoke following commands if invoking java commands
    from DOS cmd.exe window. (You can move these commands in a 'bat' file'.)
    @echo off
    set JAVA_HOME=c:\jdk1.3.1_06 -- where you installed j2se
    set PATH=%JAVA_HOME%\bin;%PATH%

  • Problem with newly installed JDK1.3.1

    hello people,
    I have just installed JDK1.3.1_01 version.
    My O/S is Windows 98 /Nt compatible.
    Somehow the permanent path setting instruction of Windows ME worked for me,have succesfully set the path at autoexec.bat file.
    I have written my source code ona notepad and saved as: "xyz.java".
    Have also disabled "Hide file extension for known files"in Windows explorer.
    I typed the following at the command prompt:
    c:>javac xyz.java
    and got the following error.
    error:cant read:xyz.java
    why am I gettin this error?
    Can anyone pls help?
    Thanks
    Cozmic.Girl.

    Thanks for your help dear.....
    It compiles the source file.
    I used your suggestion of checking the file name by the CD command.
    Dont u think, after the source file having been compiled my xyz.java should have another xyz.class?, for it to be executed?
    Theres no xyz.class in the directory.
    Anyway I had tried this:
    C:\javac -classpath c:\myfolder\xyz.java
    I don know what happened to my file at this point,I got another prompt right after this,
    C:\java xyz
    And a new error!:
    Exception in the thread "main"java.lang.NoClassDefFoundError:xyz.
    I know tthat was all u could help, but thanks anyways..
    bye,
    C.g

  • Installing OBIEE on Windows 7, quick questions

    Dear Experts,
    Last year, I struggled installing OBIEE on Linux 5.5.
    Now I want to install it on Windows 7 Ultimate.
    It will be stand alone, for my own use only.
    Both a client, and a server.
    Some quick questions:
    1)
    Does the Windows server need to have a Domain (as Linux did)?
    (I'm having some trouble with the same dummy domain that worked fine
    in Linux, since it doesn't exist on the web.)
    2)
    Does the Windows server/client require a loopback adapter?
    If so, does it require a static IP?
    3)
    Does the windows server/client require a static IP address?
    4)
    If static IP addresses are required for both 2 and 3,
    is the static IP address supposed to match, or be different?
    I hope these questions aren't too dumb. But I haven't found
    anything online addressing them for windows yet.
    Thanks a lot!

    Hi,
    1)
    Does the Windows server need to have a Domain (as Linux did)?
    (I'm having some trouble with the same dummy domain that worked fine
    in Linux, since it doesn't exist on the web.)
    A. Not required.
    2)
    Does the Windows server/client require a loopback adapter?
    If so, does it require a static IP?
    A. Yes it is require for Loopback adapter and static ip for installation -- Client installation is not required -- You can go for Simple installation in your laptop.
    3)
    Does the windows server/client require a static IP address?
    A. Yes
    4)
    If static IP addresses are required for both 2 and 3,
    is the static IP address supposed to match, or be different?
    A.
    Please refer my blog.
    http://satyaobieesolutions.blogspot.in/2012/06/obiee-11.html
    Please verify the below steps.
    1. Please check whether are download 64 bit software or not.
    2. First you have to install jrockit-jdk1.6.0_31-r28.2.3-4.1.0
    3. before installing software you have to give full permissions to everyone on your installation location drive (C drive or D drive).
    4.Create Looppack Adapter.
    5. Database installation 11g 64 bit.
    6. RCU 32 bit
    7. OBIEE 11.1.1.6 64 bit
    Hope this help's
    Thanks,
    Satya

  • Installing jdk1.4.0 new beginner problem

    Anyone help please,
    I'm trying to install jdk1.4.0, I've finished downloading and install into my pc win2k, I went into Environment Variables to setup a New System Variable, then there is a two boxes/spaces needs to fill in a Variable Name and a Variable Value, I can not remember what do I need to fill in please anyone help what is Variable Name and Value?. Thanks. Costa,England. [email protected]

    I'm not on a Windows/2000 machine at the moment. But the most obvious values would be PATH and a directory vale. I found the following in the installation notes:
    Windows NT, Windows 2000, and Windows XP - To set the PATH permanently:
    a.     Choose Start, Settings, Control Panel, and double-click System. On Windows NT, select the Environment tab; on Windows 2000 select the Advanced tab and then Environment Variables. Look for "Path" in the User Variables and System Variables. If you're not sure where to add the path, add it to the right end of the "Path" in the User Variables. A typical value for PATH is:
    C:\jdk1.4\bin
    Capitalization doesn't matter. Click "Set", "OK" or "Apply".
    The PATH can be a series of directories separated by semi-colons (;). Microsoft Windows looks for programs in the PATH directories in order, from left to right. You should only have one bin directory for a Java SDK in the path at a time (those following the first are ignored), so if one is already present, you can update it to jdk.
    b.     The new path takes effect in each new Command Prompt window you open after setting the PATH variable.
    See http://java.sun.com/j2se/1.4/install-windows.html for more information.
    Hope this helps.
    -Merwyn,
    Developer Technical Support,
    http://www.sun.com/developers/support.

  • Need help in installing jdk1.4

    Hi ,
    I am planning to install jdk1.4.2_10 in solaris 8. I've downloaded it but i could able to visit "recommed patch" web page. I am getting 'invalid target' message.
    Currently I am using jdk1.4.2_03.
    Could anyone please let me know shall I start installing jdk1.4.2_10 without installing any solaris patch.
    Please advice me, It is quite urgent.
    Thanks,
    Shaik Sulaiman

    I want to thank everyone for their replies and I wanted to give you an update as well. I actually did the install right after I asked this question and then was in for a rough few days afterwards.
    I made the mistake (in my opinion) of upgrading to system 10.4.8 after the install and I lost my windows media player and other thing so I ended up doing an archive and install and lost a bunch of things. I'm still in the process of getting my lost things back but I'm coming through on the other end. I'm upgraded to 10.4.6.
    I have not tried to burn any CD's yet which I need to do. As some of you may remember I was having problems burning CD's before and even got a new CD player installed.
    I'm glad I am still under my service warrantee since I've spent quite a few hours on the phone with Apple lately!!!
    Oh, I had bought the install disk 4 months ago but I was afraid to install it because of the kinds of problems I ran into AFTER installing it.
    I ended up dumping system 9.2.2 in my trash and deleting it. (I have full backups of everything) Is there anywhere else on my computer where I could find any more of system 9.2.2 to delete? I deleted all the parts of the system folder and applications. I really need disk space, I'm getting short. I have 38.2 gigs.
    Again thanks everyone!
    Martha
    eMac G4   Mac OS X (10.4.6)  

  • Installing JRE in windows IA64 bit machine

    I need to install JRE in windows IA64 but I could not find it in the download page. Does any one know if this is still supported? Where can I download the JRE?
    Thank you.

    Do you specifically need JRE/JDK1.5? As per your reply, it does not seem to be so. In that case, just use JDK1.4
    http://java.sun.com/j2se/1.4.2/system-configurations.html
    It supports windows on Itanium. Also, as you mentioned Jrockit is another alternative. I am not sure, but IBM JDK is also an option, if they have already ported it

  • Installing SAPNWABAP701SR1_TRIAL on Windows Vista - Error

    Hi,
    i have problems to install MiniSap on Windows Vista.
    Can you help me ?
    here ist the installation log.
    program is starting... Please wait!
    guiengine: call to bind() for socket 21200 484 failed . No such file or directory
    Starting GUIServer using:
      SAPinst port  : 21201
      GUIServer port: 21211
      HTTP port     : 4238
      GUI autostart : on
      GUI mode      : normal
      command       : "C:/Users/ULRICH1.HNP/AppData/Local/Temp/sapinst_exe.4528.1301139212/jre/binjava.exe" -cp "C:/Users/ULRICH1.HNP/AppData/Local/Temp/sapinst_exe.4528.1301139212jarinstgui.jar" -Xmx256M -Dsun.java2d.noddraw=true -Dsap.env.var.javahome=SAPINST_JRE_HOME SDTGui sapinst host=localhost port=21201 -nolock
    load resource pool D:DownloadssapSAPNWABAP701SR1_TRIALSAP_NetWeaver701SR1_2008_Installation_MasterIM_WINDOWS_I386
    esourcepool.xml
    guiengine: No GUI server connected; waiting for a connection on host HNPC1, port 21201 to continue with the installation
    Mar 26, 2011 11:34:20 AM : *************************
    Mar 26, 2011 11:34:20 AM : Starting Server
    Mar 26, 2011 11:34:20 AM : Reading server configuration.
    Mar 26, 2011 11:34:21 AM : Reading service configuration SAPinstService.
    Mar 26, 2011 11:34:21 AM : Configuring LogManager ...
    Mar 26, 2011 11:34:21 AM : *************************************************
    Mar 26, 2011 11:34:21 AM : Starting SL Controller ...
    Mar 26, 2011 11:34:21 AM : StorageService switched off.
    Mar 26, 2011 11:34:21 AM : Initializing SecurityManager ...
    Mar 26, 2011 11:34:21 AM : Key Store management switched off.
    Mar 26, 2011 11:34:21 AM : Configuring HTTPManager ...
    Mar 26, 2011 11:34:21 AM : WebstartService switched off.
    Mar 26, 2011 11:34:21 AM : RoleService switched off.
    Mar 26, 2011 11:34:21 AM : AlertService switched off.
    Mar 26, 2011 11:34:21 AM : NotesService switched off.
    Mar 26, 2011 11:34:21 AM : ProcessService switched off.
    Mar 26, 2011 11:34:21 AM : Starting MIDService ...
    Mar 26, 2011 11:34:21 AM : Starting FileService ...
    Mar 26, 2011 11:34:21 AM : LogService switched off.
    Mar 26, 2011 11:34:21 AM : MailService switched off.
    Mar 26, 2011 11:34:21 AM : Starting services ...
    Mar 26, 2011 11:34:21 AM : Starting service "SAPinstService" ...
    Mar 26, 2011 11:34:21 AM : Service "SAPinstService" started
    Mar 26, 2011 11:34:21 AM : Services started.
    Mar 26, 2011 11:34:21 AM : Starting HTTP server listening on port 4239 ...
    Mar 26, 2011 11:34:21 AM : HTTP server started.
    Mar 26, 2011 11:34:21 AM : SL Controller started.
    Mar 26, 2011 11:34:21 AM : Starting GUI ...
    guiengine: 2011-03-26 12:34:24 Login successful
    Mar 26, 2011 11:34:25 AM : GUI started.
    INFO       2011-03-26 12:34:18.735 synxcpath.cpp:776
               CSyPath::createFile()
    Creating file C:Program Filessapinst_instdirx.
    INFO       2011-03-26 12:34:18.735 synxcfile.cpp:177
               CSyFileImpl::remove()
    Removing file C:Program Filessapinst_instdirx.
    INFO       2011-03-26 12:34:42.435 synxcpath.cpp:776
               CSyPath::createFile()
    Creating file C:Program Filessapinst_instdirNW701AS-ABAPADACENTRALx.
    INFO       2011-03-26 12:34:42.435 synxcfile.cpp:177
               CSyFileImpl::remove()
    Removing file C:Program Filessapinst_instdirNW701AS-ABAPADACENTRALx.
    INFO       2011-03-26 12:34:45.274 synxcpath.cpp:776
               CSyPath::createFile()
    Creating file C:Program Filessapinst_instdirx.
    INFO       2011-03-26 12:34:45.274 synxcfile.cpp:177
               CSyFileImpl::remove()
    Removing file C:Program Filessapinst_instdirx.
    INFO       2011-03-26 12:34:47.255 synxcfile.cpp:493
               CSyFileImpl::copy(const CSyPath & C:/Program Files/sapinst_instdir/NW701/AS-ABAP/ADA/CENTRAL/statistic.6.xml, ISyNode::CopyMoveMode_t 0x3, ISyProgressObserver*) const 
    Copied file 'C:/Program Files/sapinst_instdir/NW701/AS-ABAP/ADA/CENTRAL/statistic.xml' to 'C:/Program Files/sapinst_instdir/NW701/AS-ABAP/ADA/CENTRAL/statistic.6.xml'.
    INFO       2011-03-26 12:34:47.692 synxcfile.cpp:493
               CSyFileImpl::copy(const CSyPath & C:/Program Files/sapinst_instdir/NW701/AS-ABAP/ADA/CENTRAL/statistic.7.xml, ISyNode::CopyMoveMode_t 0x3, ISyProgressObserver*) const 
    Copied file 'C:/Program Files/sapinst_instdir/NW701/AS-ABAP/ADA/CENTRAL/statistic.xml' to 'C:/Program Files/sapinst_instdir/NW701/AS-ABAP/ADA/CENTRAL/statistic.7.xml'.
    WARNING    2011-03-26 12:34:48.550 synxcpath.cpp:912
               CSyPath::getOSNodeType(bool )
    Unable to get information about path
    LABEL.ASC using GetVolumeInformation. Operating system error message: Der angegebene Pfadname ist ungültig.
    INFO       2011-03-26 12:34:53.464 synxcfile.cpp:493
               CSyFileImpl::copy(const CSyPath & C:/Program Files/sapinst_instdir/NW701/AS-ABAP/ADA/CENTRAL/inifile.4.xml, ISyNode::CopyMoveMode_t 0x3, ISyProgressObserver*) const 
    Copied file 'C:/Program Files/sapinst_instdir/NW701/AS-ABAP/ADA/CENTRAL/inifile.xml' to 'C:/Program Files/sapinst_instdir/NW701/AS-ABAP/ADA/CENTRAL/inifile.4.xml'.
    INFO       2011-03-26 12:34:53.480 synxcfile.cpp:493
               CSyFileImpl::copy(const CSyPath & C:/Program Files/sapinst_instdir/NW701/AS-ABAP/ADA/CENTRAL/inifile.5.xml, ISyNode::CopyMoveMode_t 0x3, ISyProgressObserver*) const 
    Copied file 'C:/Program Files/sapinst_instdir/NW701/AS-ABAP/ADA/CENTRAL/inifile.xml' to 'C:/Program Files/sapinst_instdir/NW701/AS-ABAP/ADA/CENTRAL/inifile.5.xml'.
    INFO       2011-03-26 12:34:53.636 sixxcstepexecute.cpp:388
    Execute step
    Component  W2K_ServicePack_Check|ind|ind|ind|ind
    Preprocess  of component |NW_ABAP_OneHost|ind|ind|ind|ind|0|0|NW_First_Steps|ind|ind|ind|ind|1|0|W2K_ServicePack_Check|ind|ind|ind|ind|2|0
    INFO       2011-03-26 12:34:59.891 synxcfile.cpp:493
               CSyFileImpl::copy(const CSyPath & C:/Program Files/sapinst_instdir/NW701/AS-ABAP/ADA/CENTRAL/keydb.3.xml, ISyNode::CopyMoveMode_t 0x3, ISyProgressObserver*) const 
    Copied file 'C:/Program Files/sapinst_instdir/NW701/AS-ABAP/ADA/CENTRAL/keydb.xml' to 'C:/Program Files/sapinst_instdir/NW701/AS-ABAP/ADA/CENTRAL/keydb.3.xml'.
    INFO       2011-03-26 12:34:59.907 synxcfile.cpp:493
               CSyFileImpl::copy(const CSyPath & C:/Program Files/sapinst_instdir/NW701/AS-ABAP/ADA/CENTRAL/statistic.8.xml, ISyNode::CopyMoveMode_t 0x3, ISyProgressObserver*) const 
    Copied file 'C:/Program Files/sapinst_instdir/NW701/AS-ABAP/ADA/CENTRAL/statistic.xml' to 'C:/Program Files/sapinst_instdir/NW701/AS-ABAP/ADA/CENTRAL/statistic.8.xml'.
    INFO       2011-03-26 12:34:59.923 sixxcstepexecute.cpp:790
    Execute step verifyPolicy of component |NW_ABAP_OneHost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|2|0|NW_getJavaHome|ind|ind|ind|ind|0|0
    INFO       2011-03-26 12:34:59.954 sixxcstepexecute.cpp:790
    Execute step setNWOption of component |NW_ABAP_OneHost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|2|0|NW_getJavaHome|ind|ind|ind|ind|0|0
    WARNING    2011-03-26 12:35:00.032
               CJSlibModule::writeWarning_impl()
    Could not determine a valid JAVA_HOME directory from the environment.
    INFO       2011-03-26 12:35:00.94 sixxcstepexecute.cpp:790
    Execute step collect of component |NW_ABAP_OneHost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|2|0|NW_GetSidNoProfiles|ind|ind|ind|ind|1|0
    WARNING    2011-03-26 12:35:00.188 ianxcreghelper.cpp:235
               CNTRegistryKey::CNTRegistryKey(., HKEY_LOCAL_MACHINE, SYSTEMCurrentControlSetServicesBHDrvx86, ...)
    Error 5 (Zugriff verweigert
    ) in execution of a 'RegOpenKeyEx' function, line (81), with parameter (SYSTEMCurrentControlSetServicesBHDrvx86).
    WARNING    2011-03-26 12:35:00.188 ianxcreghelper.cpp:469
               CNTRegistryKey::CNTRegistryKey(., HKEY_LOCAL_MACHINE, SYSTEMCurrentControlSetServicesBHDrvx86, ...)
    The subkey 'HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesBHDrvx86' does not exist on the 'localhost' host.
    ERROR      2011-03-26 12:35:00.188
               CJSlibModule::writeError_impl()
    MOS-01185  The subkey 'HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesBHDrvx86' does not exist on the 'localhost' host.
    ERROR      2011-03-26 12:35:00.188 sixxcstepexecute.cpp:950
    FCO-00011  The step collect with step key |NW_ABAP_OneHost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|2|0|NW_GetSidNoProfiles|ind|ind|ind|ind|1|0|collect was executed with status ERROR ( Last error reported by the step :The subkey 'HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesBHDrvx86' does not exist on the 'localhost' host.).
    INFO       2011-03-26 12:35:23.479 sixxcstepexecute.cpp:1003
    An error occured and the user decided to stop.
    Current step "|NW_ABAP_OneHost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|2|0|NW_GetSidNoProfiles|ind|ind|ind|ind|1|0|collect".
    INFO       2011-03-26 12:35:33.868 synxcpath.cpp:776
               CSyPath::createFile()
    Creating file C:Program Filessapinst_instdirNW701AS-ABAPADACENTRALlistOfSupportFilesToBePacked.lst.
    a C:/Program Files/sapinst_instdir/NW701/AS-ABAP/ADA/CENTRAL/change.log
    a C:/Program Files/sapinst_instdir/NW701/AS-ABAP/ADA/CENTRAL/control.xml
    a C:/Program Files/sapinst_instdir/NW701/AS-ABAP/ADA/CENTRAL/controllerKdbClient.dmp
    a C:/Program Files/sapinst_instdir/NW701/AS-ABAP/ADA/CENTRAL/instana.xsl
    a C:/Program Files/sapinst_instdir/NW701/AS-ABAP/ADA/CENTRAL/keydb.xml
    a C:/Program Files/sapinst_instdir/NW701/AS-ABAP/ADA/CENTRAL/msiexec.log
    a C:/Program Files/sapinst_instdir/NW701/AS-ABAP/ADA/CENTRAL/sapinst.1.log
    a C:/Program Files/sapinst_instdir/NW701/AS-ABAP/ADA/CENTRAL/sapinst.2.log
    a C:/Program Files/sapinst_instdir/NW701/AS-ABAP/ADA/CENTRAL/sapinst.log
    a C:/Program Files/sapinst_instdir/NW701/AS-ABAP/ADA/CENTRAL/sapinst_dev.1.log
    a C:/Program Files/sapinst_instdir/NW701/AS-ABAP/ADA/CENTRAL/sapinst_dev.2.log
    a C:/Program Files/sapinst_instdir/NW701/AS-ABAP/ADA/CENTRAL/sapinst_dev.log
    a C:/Program Files/sapinst_instdir/NW701/AS-ABAP/ADA/CENTRAL/start_dir.cd
    a C:/Program Files/sapinst_instdir/NW701/AS-ABAP/ADA/CENTRAL/stepKeydbClient.dmp
    a C:/Program Files/sapinst_instdir/NW701/AS-ABAP/ADA/CENTRAL/vcredist_x86.log
    a C:/Users/ULRICH~1.HNP/AppData/Local/Temp/sapinst_exe.4528.1301139212/dev_selfex.out
    a C:/Users/ULRICH~1.HNP/AppData/Local/Temp/sapinst_exe.4628.1301138799/dev_selfex.out
    a C:/Users/Ulrich.HNPC1/.sdtgui/log/FileService.log
    a C:/Users/Ulrich.HNPC1/.sdtgui/log/MIDService.log
    a C:/Users/Ulrich.HNPC1/.sdtgui/log/SAPinstService.log
    a C:/Users/Ulrich.HNPC1/.sdtgui/log/SDTServer.log
    a C:/Users/Ulrich.HNPC1/.sdtgui/log/gui.err
    a C:/Users/Ulrich.HNPC1/.sdtgui/log/gui.log
    a C:/Users/Ulrich.HNPC1/.sdtgui/log/gui.log.lck
    a C:/Users/Ulrich.HNPC1/.sdtgui/log/gui.out
    a C:/Users/Ulrich.HNPC1/.sdtgui/log/gui.trc
    a C:/Users/Ulrich.HNPC1/.sdtgui/log/gui.trc.lck
    a C:/Users/Ulrich.HNPC1/.sdtgui/log/server.err
    a C:/Users/Ulrich.HNPC1/.sdtgui/log/server.out
    a C:/Users/Ulrich.HNPC1/.sdtgui/log/server.trc
    Abort execution because of
    controller.userDecideToStop
    INFO       2011-03-26 12:35:35.116 synxcpath.cpp:776
               CSyPath::createFile()
    Creating file C:Program Filessapinst_instdir.lastInstallationLocation.
    INFO       2011-03-26 12:35:35.132 synxcpath.cpp:776
               CSyPath::createFile()
    Creating file C:Program Filessapinst_instdirNW701AS-ABAPADACENTRAL__instana_tmp.xml.
    Mar 26, 2011 11:35:35 AM : Stopping services ...
    Mar 26, 2011 11:35:35 AM : Stopping service "SAPinstService" ...
    Mar 26, 2011 11:35:35 AM : Service "SAPinstService" stopped.
    Mar 26, 2011 11:35:35 AM : Services stopped.
    Mar 26, 2011 11:35:35 AM : Server shutdown by SAPinstService
    Exit status of child: 2

    SAPinst is having problems starting up.
    Please post the sapinst.log file from C:\Program Files\sapinst_dir
    Make sure you do the following.
    1.) Turn off Windows Firewall
    2.) Turn off UAC (http://www.petri.co.il/disable_uac_in_windows_vista.htm)
    3.) Install right version of JRE/JDK (1.4.2 Update 29)
    4.) Set the correct User Environment Variables (JAVA_HOME, SAPSYSTEMNAME)
    5.) Delete all SAP folders/contents in TEMP folder of your user profile (C:/Users/ULRICH~1.HNP/AppData/Local/Temp/.....).
    5.) Delete C:\Program Files\sapinst_dir\ folder.  This will be recreated when SAPinst starts again.
    Give this a shot and see what happens.
    Regards,
    Ravi

  • Problem installing printer on windows 7 enterprise machine

    Hi
    I have HP Color LaserJet CP2025DN printer which i'm trying to install on my windows 7 machine. I have search on HP site where I was told that I can get the driver from windows update but when I run the windows update I cant seem to find cp2025dn or cp2020
    printer from list.
    Can someone please help me installing this printer.
    When I go into my printer and device I see this icon.
    My printer usb info
    USB\VID_03F0&PID_5417&REV_0100

    Hi,
    Since all drivers in Windows update are produced from manufacturer and then after passing the Windows Logo Program testing, then they can be distribute onto update, that should be little delayed. I
    suggest we download the latest driver applied to Windows 7 from manufacturer site.
    Before installing the driver, is suggest you open Control Panel\All Control Panel Items\Programs and Features and delete the printer driver that is already installed.
    I'm seeing a lot of information about the HP LaserJet CP2025dn not working properly with Windows 7.
    I suggest contacting HP for the drivers support for Windows 7, or you can install the driver with Vista compatible mode for test:
    1. Insert the installation media, right click on the DVD drive icon and choose Open
    2. In the open folder, right click the program setup.exe file and click the Properties option.
    3. Select the Compatibility tab.
    4. Select the Run This Program in Compatibility Mode option.
    5. From the drop-down list, choose the operating system you ran before upgrading to Vista.
    6. If necessary, select the option to run the program as an administration.
    7. Click OK.
    Now, right click on Setup.exe and choose Run as administrator to install it again.
    Furthermore, you can try to use Windows XP mode to use these printer.
    Install and use Windows XP Mode in Windows 7
    http://windows.microsoft.com/en-us/windows7/install-and-use-windows-xp-mode-in-windows-7
    I also would like to suggest you contact HP directly to consult the issue. In this way, your issue can be fixed efficiently.
    Hope it helps.
    Regards,
    Blair Deng
    Blair Deng
    TechNet Community Support

  • Unable to install itunes in windows 7 64 bit - hanging

    Unable to install itunes in windows 7 64 bit - screen is hanging after first few steps ...
    Also i am unable to uninstall Apple update software. Are these both related.
    Now how do i get the software installed( itunes installed in windows 7)

    Hey gigipramod,
    Thanks for the question. I understand you are experiencing issues installing iTunes. The following resource may provide a solution:
    Issues installing iTunes or QuickTime for Windows
    http://support.apple.com/kb/HT1926
    Thanks,
    Matt M.

  • I couldn't install itunes in windows 7, 64 bit, DLL not found, can any one assist

    Windows 7, 64 bit, unable to install. DLL missing, kindly assist.

    That's perfect, thanks.
    Although you're getting a different error message, try the procedure from the following user tip with that one:
    "The administrator has set policies to prevent this installation" error messages when installing iTunes for Windows on Windows Vista and Windows 7 systems

  • Why can't I install Itunes on windows vista 64 bit?

    Why can't I install Itunes on windows vista 64 bit? I have removed all apple software and repeated the reinstall many times but it fails.  I get this complicated error mesage and then the installer rolls back and fails.

    I get this complicated error mesage and then the installer rolls back and fails.
    I'd like to have a closer look at that error message please.
    Generate the error message again. While the error message box is open, hold down the Alt key and hit the PrtSc key. Paste the screenshot into an image file (using a program like Paint), and save the file.
    Start a reply here and click the wee camera icon at the top of the reply window. Click "Choose file", browse to the image file, select the file and click "Open". Now click "Insert file" to insert the screenshot into the reply.

  • How do I install Bootcamp on Windows 7.

    I have just installed Windows 7 on my Mac Mini and now I want to switch back to the Mac OS. When I hold down Alt while booting up to change OS nothing happens.
    The other option is to install Bootcamp to work with windows. It's already on my mac as I used it to install Windows 7. But there is no option to switch OS with Bootcamp as I can't find it on Windows 7. I've seen tutorials on how to install it with a disk but the Mac mini has no optical drive.
    How do I install Bootcamp on Windows??

    At first I was under the impression i had accidentily deleted the MAC OS but thankfully I haven't. I did a system restore on Windows and when it restarted I held Alt and I could select my OS.
    But I still don't have the shortcut to bootcamp showing in windows. How do you make a bootable USB for Bootcamp?

Maybe you are looking for