Problems Installing SAP Web AS - (Sneak Preview Edition)

All,
I am coming across this frustrating problem when I attempt to install SAP Web AS - J2EE System.
I am:
-logged in as the local Administrator on a Windows 2000 server (SP4)
-I have installed SQL 2000 Server Enterprise
-I have patched SQL to 3A
-I have installed the Microsoft QFE
-I have installed the corrected Collation.
Towards the beginning of the installation; the install stops with the error:
<b>ERROR 2004-10-21 17:43:17
MOS-01011  'F:\usr\sap\J2E\JC00\exe/sapstartsrv.exe' returned with '-1'.</b>
The sapstartsrv.exe.log is completely empty after I stop the installation.
The sapinst.log contains:
<i>INFO 2004-10-21 17:39:59
Switched to user: j2eadm.
INFO 2004-10-21 17:39:59
Creating file F:\Sapinst\sapstartsrv.exe.log.
INFO 2004-10-21 17:39:59
Output of F:\usr\sap\J2E\JC00\exe/sapstartsrv.exe '-r' '-q' '-p' 'F:\usr\sap\J2E\SYS\profile\START_JC00_wbntcx50' '-s' 'J2E' '-n' '00' '-U' 'wbntcx50\SAPServiceJ2E' '-P' 'XXXXXXXX' '-e' 'wbntcx50\j2eadm' is written to the logfile sapstartsrv.exe.log.
WARNING 2004-10-21 17:43:17
Execution of the command "F:\usr\sap\J2E\JC00\exe/sapstartsrv.exe '-r' '-q' '-p' 'F:\usr\sap\J2E\SYS\profile\START_JC00_wbntcx50' '-s' 'J2E' '-n' '00' '-U' 'wbntcx50\SAPServiceJ2E' '-P' 'XXXXXXXX' '-e' 'wbntcx50\j2eadm'" finished with return code -1. Output:
T
Transaction begin ********************************************************
ERROR 2004-10-21 17:43:17
MOS-01011  'F:\usr\sap\J2E\JC00\exe/sapstartsrv.exe' returned with '-1'.
Transaction end **********************************************************
WARNING 2004-10-21 17:51:52
Installation canceled by user request.</i>
Has anyone seen this problem or have an idea of what is causing it?
I have already:
-Uninstalled / Re-installed the SAP Web AS
-Uninstalled / Re-installed SQL Server
-Re-installed SP4 on the Windows OS
-Searched for notes related to this.
Thanks in advance.

Hi Daniel,
Thanks I solved the password problem differently , after I had tried using different passwords in vain, I selected the second installation option other than "Local Install". Then I unistalled, then reinstalled with "Local Installation" option that prompted me for new passwords.
The installation was almost 98% complete, but jcontrol.exe could not start up, I have already logged that error here, so I unistalled and now trying hard to rinstall, but some how MAXDB is stuck in my registry, I have tried to remove it using Contrl Panel -> Add Remove programs in vain, I deleted SAPDB from the hard drive, I went to the Local Machine in the regedit32.exe tried to remove anything to do with SAP because I could not see anything else to do with MAXDB or Xserver but I am still getting the error:-
INFO 2004-12-03 10:13:43
Copying directory C:/Netweaver/Portal PAM/SP9/MaxDB/NT/SETUPS to: C:/SneakPreview/MaxDB/NT/SETUPS.
INFO 2004-12-03 10:13:43
Copying file C:/Netweaver/Portal PAM/SP9/MaxDB/NT/SETUPS/DBM75.exe to: C:/SneakPreview/MaxDB/NT/SETUPS.
INFO 2004-12-03 10:13:43
Copying file C:/Netweaver/Portal PAM/SP9/MaxDB/NT/SETUPS/DBM75.exe to: C:/SneakPreview/MaxDB/NT/SETUPS.
INFO 2004-12-03 10:13:43
Creating file C:\SneakPreview\MaxDB\NT\SETUPS\DBM75.exe.
INFO 2004-12-03 10:13:46
Copying file C:/Netweaver/Portal PAM/SP9/MaxDB/NT/SETUPS/SQLSTD75.exe to: C:/SneakPreview/MaxDB/NT/SETUPS.
INFO 2004-12-03 10:13:46
Copying file C:/Netweaver/Portal PAM/SP9/MaxDB/NT/SETUPS/SQLSTD75.exe to: C:/SneakPreview/MaxDB/NT/SETUPS.
INFO 2004-12-03 10:13:46
Creating file C:\SneakPreview\MaxDB\NT\SETUPS\SQLSTD75.exe.
ERROR 2004-12-03 10:13:54
MDB-070021 Registry information for database software found in system but the software check failed. The software was not properly removed or installed incorrectly.
WARNING 2004-12-03 10:13:54
The step Validate_Sapdb_System with step key J2EE_EngineEnterprise_OneHost|ind|ind|ind|WebAS|630|0|J2EE_EngineEnterpriseDialogs|ind|ind|ind|WebAS|630|0|J2EE_Engine|ind|ind|ind|J2EE_Engine|630|0|J2EE_Engine_SAPDB_Client|ind|ind|ind|ind|ind|0|SAPDB_DB_SOFTWARE|ind|ind|ind|ind|ind|0|Validate_Sapdb_System was executed with status ERROR.
It is a very frustrating installation/uninstallation process.
Thank
Faisal

Similar Messages

  • Sap net Weaver Sneak preview edition installation Fails.

    Hi all,
    I couldn't finish the installation for SAP NetWeaver sneak preview installation.
    Installation failed in the IMPORT ABAP step.
    I have many Import package Errors .
    All the packages (18) SAPSSEXC, SAPAPPL1, SAPAPPL0, SAPSDIC... end up with errors.
    I have no idea Why.
    Log file is of no help to me.
    I have tried it several times already .
    But I am still stopped with the same error.
    Thanks if you have already experienced this pb .
    OS is Windows XP SP1 .
    Regards
    Yvon

    Hi All,
    We had the same problem when we installed Solution Manager 7.0, Oracle 10.2 and j2sdk 1.4.2_12.
    The problem was oracle was not running. We have to run oracle manually in command prompt.
    This is how when we resolved and worked fine. Follow these steps in command prompt.
    1. Check R3trans -d; If R3 finished with error(0012) follow the below steps.
        1.1 Check services.msc whether oracle listeners are started or not; if not please start.
    2. Go to oracle drive.    
    Use the following commands:
    3. sqlplus /nolog
    4. connect /as sysdba
    5. If result displays:
    "SQL> connect /as sysdba
    Connected to an idle instance.
    6. Use this command next: archive log list (i.e, SQL> archive log list)
    ORA-01034: ORACLE not available" - If this is the result, then startup the oracle.
    7. Use this command next: startup (i.e, SQL> startup)
    Then result should say: "ORACLE instance started."
    That means oracle instance is started successfully.
    Now, Retry the step where you left. It will work fine.
    Please let us know if you need any further details need.
    I know this thread was initiated long time back; but i want to share our experience with you. It may be helpful to someone later who encounters these kind of issues.
    Thanks and Regards,
    Sanjai Prabu Govindan

  • Problem installing SAP NetWeaver 04 - Full Java Edition SP15 - Step 22

    Hi SDN Members,
    I try to install the SAP NetWeaver 04 - Full Java Edition SP15 on my System (AMD Athlon X2 3800+ Dual Core with 1 GByte RAM). I've tried it several times but the Installation does not continue after Step 22 - Load Java Database Content. In the Logfile C:\Programme\sapinst_instdir\NW04SR1\WEBAS_COPY\ONE_HOST\jload.log I see this:
    31.12.05 14:25:34 com.sap.inst.jload.Jload dbImport
    INFO: trying to create table J2EE_CONFIG
    31.12.05 14:25:35 com.sap.inst.jload.Jload dbImport
    INFO: table J2EE_CONFIG created
    31.12.05 14:25:45 com.sap.inst.jload.Jload dbImport
    INFO: J2EE_CONFIG loaded (13144 rows)
    31.12.05 14:25:45 com.sap.inst.jload.Jload dbImport
    INFO: trying to create table J2EE_CONFIGENTRY
    31.12.05 14:25:45 com.sap.inst.jload.Jload dbImport
    INFO: table J2EE_CONFIGENTRY created
    This are the last entries. After this step java.exe uses still 50 % of CPU but nothing happens in kernel.exe. I let the installation run 22 hours but nothing changed.
    Is there anyone out there with the same problem and a solution?
    Regards
    Gregor
    Message was edited by: Gregor Wolf
    Correction: It is SP15

    Hi All,
    I got installed successfully on Windows2003 Server without any issues.
    But just was looking into the log file, i found these errors.Can anybody tell me why these are occured and these can be stop working with portals at any stage??
    Thanks a lot,
    Venkat
    INFO[E] 2006-01-03 01:44:43
    Unable to get value for environment variable JAVA_HOME.
    Error converting from service name=sapmsJ2E/protocol=tcp to port number. SAPRETURN=12
    INFO 2006-01-03 01:24:11
    Stopping SAP system services for J2E.
    ERROR 2006-01-03 01:24:11
    FSL-06002  Error 1060 (The specified service does not exist as an installed service.
    ) in execution of a 'OpenService' function, line (255), with parameter (SAPOsCol).
    ERROR 2006-01-03 01:24:41
    FSL-06002  Error 1060 (The specified service does not exist as an installed service.
    ) in execution of a 'OpenService' function, line (255), with parameter (SAPJ2E_01).
    ERROR 2006-01-03 01:24:41
    FSL-06002  Error 1060 (The specified service does not exist as an installed service.
    ) in execution of a 'OpenService' function, line (255), with parameter (SAPJ2E_01).
    ERROR 2006-01-03 01:24:41
    FSL-06002  Error 1060 (The specified service does not exist as an installed service.
    ) in execution of a 'OpenService' function, line (255), with parameter (SAPJ2E_00).
    ERROR 2006-01-03 01:24:41
    FSL-06002  Error 1060 (The specified service does not exist as an installed service.
    ) in execution of a 'OpenService' function, line (255), with parameter (SAPJ2E_00).
    INFO 2006-01-03 01:25:07
    Switched to user: j2eadm.
    ERROR 2006-01-03 01:25:07
    FSL-06002  Error 1060 (The specified service does not exist as an installed service.
    ) in execution of a 'OpenService' function, line (255), with parameter (SAPOsCol).
    Info: No action: Selected development component 'IAIKSecurityFS'/'sap.com'/'SAP AG'/'1.3.12' will not update currently deployed development component 'IAIKSecurityFS'/'sap.com'/'SAP AG'/'1.3.12'.
    Error: All selected SDAs and SCAs have already been deployed before.
    Error: -
    Prerequisites were aborted -
    Error: All selected SDAs and SCAs have already been deployed before.
    Info: Summarizing the deployment results:
    Info: Already deployed: C:\Program Files\sapinst_instdir\NW04SR1\WEBAS_COPY\ONE_HOST\crypto.sda
    Processing error. Return code: 104
    Error: Processing error. Return code: 104

  • How to install SAP GUI for Sneak Preview 6.4

    After start of instsapgui.exe I must input a hostname and a portnumber. I tried all open ports and my local hostname, but the installation programm does nothing.
    The Server is running, but the Database (thread recovery) is red. Is that OK or what can I do to start this service?
    Which port should I use for installation?
    Thanks for your help
    Juergen Frotscher

    I using Win2000 SP4 and try to install the SAP-GUI. I want to use the Web AS like the Minisap-System to develop and Test ABAP-Programs and try same configurations and transactions in the system.
    The installation of the Web AS is done but the installation of the GUI (instsapgui.bat in same directory like the setup.exe for the Web AS) doesn't work.

  • Is a license key needed for SAP WAS 6.40 sp16  sneak preview edition

    Hello Guys,
    I have a basic question regarding license key. Do I have to request a license from http://service.sap.com/licensekey from sap for the sneak preview evaluation edition?
    I think it is nowhere mentioned in the downloads page for the WAS 6.40 J2EE Edition.
    But I was reading in couple of other posts that the system runs for only 30 mins after the first installation somthing like that. I am confused.
    Please clarify.
    Thanks

    Hello,
    read this <a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/bb493f34-0801-0010-a3bc-ce2821492490">PDF</a> and if your system is named NSP then you can go to <a href="http://www.sap.com/platform/netweaver/minisap.epx">Licensing Procedure for the Mini SAP System</a> and get there a fresh license.
    Hope that helps,
    Michael

  • Unable to install SAP webAS on Windows 2003

    Hi Everyone , I am trying to install SAP WebAS Java 6.4. We use an Oracle Database and i want to deploy
    our web apps on the SAP WebAS . I get this error during installation :
    ERROR 2004-11-09 15:00:39
    CJS-00081 Assertion failed: in
    function sapdb_sql_query(db_nm, sql_s, db_node) {
    var ret_s = "";
    var sdbInst = new sdbInstance();
    sdbInst.dbName = db_nm;
    sdbInst.dbHost = (db_node == undefined) ? installer.getHostName() : db_node;
    var r_arr = sdb_sql_query(sql_s, sdbInst);
    ASSERT(arguments.callee, r_arr != undefined, "ERROR EXECUTING DBMCLI COMMAND!");
    if (r_arr[0] == "false") {
    var err_msg = "ERROR EXECUTING SQL QUERY: ";
    for (var i_cnt = 1; i_cnt < r_arr.length; i_cnt++) {
    err_msg = err_msg + r_arr[i_cnt];
    ASSERT(arguments.callee, false, err_msg);
    } else {
    end_l = new RegExp("END");
    for (i_cnt = 0; i_cnt < r_arr.length; i_cnt++) {
    if (end_l.test(r_arr[i_cnt])) {
    ret_s = r_arr[i_cnt + 1];
    break;
    return ret_s;
    ERROR EXECUTING SQL QUERY: OKERR-24988,ERR_SQL: sql error-5015,Missing keyword:USERGROUP,TIMEOUT,STANDARD,RESOURCE,REPLICATION,NOT,LIKE,EXCLUSIVE,DBA,COSTWARNING,COSTLIMIT,CACHELIMIT
    How do i get over this problem ?
    Thanks
    Ravi

    Hello Ravi,
    this problem probably occurred when a SQL user was trying to be created using a password with special characters, but failed.
    Could you please copy the last couple of lines of the protocol named 'XCMDOUT.log' into this thread?
    Regards,
    Roland

  • Issue in Installing Sap Web Dispatcher

    Hi Experts,
    We have Installed Sap Web Dispatcher in our landscape for https connection and we have generated the pse certificate .We were stuck in the next step as we have to forward this request to a certification authority such as Verisign or Thawte. 
    Can you please let us know the process on how we have to forward this request to Certification Authority.
    Thanks in Advance..
    Regards,
    Krishna.M

    Hi,
    You are right ... It does NOT matter.
    Here is no unicode/non-unicode version available for the webdispatcher.There is only one version available, and this use the non-unicode kernelpackage. You can carry on with the installation without any problem.
    Rgds,
    Sheikh Saggaf

  • INSTALL SAP WEB AS JAVA SYSTEM

    Dear All,
           We installed SAP WEB as ABAP system and trying to install WEB as JAVA system for EP installation,  pls give me the easy installtion steps. We are installing with
    1) Windows 2003 Enterprise Edition.
    2) J2sdk-1_4_2_09.
    3) MS SQL 2000 server with SP3.
    Thanks with regards
    Vijaya kumara M.V

    Dear James
    Installation halted in JAVA ADD-ON installation stage 2/25 the installation log remains as follows
    XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
    WARNING 2005-11-24 00:17:35
    Execution of the command "F:\usr\sap\J2E\SCS01\exe/sapstartsrv.exe '-r' '-q' '-p' 'F:\usr\sap\J2E\SYS\profile\START_SCS01_cvsit' '-s' 'J2E' '-n' '01' '-U' 'cvsit\SAPServiceJ2E' '-P' 'XXXXXX' '-e' 'cvsit\j2eadm'" finished with return code -1. Output:
    S
    ERROR 2005-11-24 00:17:35
    MOS-01011  'F:\usr\sap\J2E\SCS01\exe/sapstartsrv.exe' returned with '-1'.
    XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
    let me know the solution for the same to overcome the same.
    Thanks with regards
    Vijaya kumara

  • EP6 in sneak preview edition

    Hi there,
    I have downloaded the NW04 SP15 Sneak Preview Edition from SDN and it has EP6 along with it. I am working on it at the moment. I would like to know whether there are any differences between the sneak preview edition and the licensed version of the portal? Or is it exactly the same, and the difference lies only in the license?
    Thanks in advance for any replies.

    Thank you Abdul. It seems working though I did get different error - password not confirming to policy. I need to figure out what the ps requirement is (length, special char,...).

  • Error while installing SAP Web AS

    Dear all,
       We had already installed SAP NetWeaver Developer studio 2.0.11.
       Now, we are trying to install SAP Web Application Server 6.40 in Default Mode As Java in windows using Oracle database.
        Please assist me in solving the following error :
    WARNING 2008-05-29 18:33:45
    Error 2 (The system cannot find the file specified.) in execution of a 'CreateProcess' function, line (271),  with parameter (C:\oracle\ora92/bin/oradim -DELETE -SID J2E).
    Thanks in advance,
    Vijay.

    Hi Usha,
              Very thanx for the help. but there is no such folder(SAPINST_INSTDIR) created in Program Files.
              For your info, SAP Web AS 6.40 Installation teriminated in half the way.
              Please help me with other solution. Its very urgent.
    Regards,
    Vijay.

  • Not able to install SAP Web Application Server -6.40

    iam running on SAP NETWEAVER Studio 6.0.21 in Windows XP  operating System , not able to install  SAP Web Apllication Software -6.40 .
    iam not sure what to choose(while Installation) central system or distributed System ,i have tried in either way but
    still not able to install the software .
    If i go with Sap System Installtion>Java System >Distributed system>Java Central Instance installation  ,it throws me getJavaHome was executed with status error ......
    then ,
    what is the version of Sap Web Application Server to be installed if my system runs on
    SAP NETWEAVER Studio 6.0.21 or 6.0.11
    cheers
    Sundar

    Hello,
    What do you want to do exactly?
    You speak about SAP Netweaver Studio? I suppose you mean Netweaver Developer Studio?
    Do you want to install a complete SAP System on your windows XP?? or only the Java part?
    Thanks to give us more info
    Olivier

  • Error installing SAP Web IDE Hybrid App Toolkit Add-on 1.3.2

    Hi,
    I'm getting an HTTP 404 file not found error when i try to install SAP Web IDE Hybrid App Toolkit Add-on 1.3.2.
    Installing "com.sap.mp.cordova.plugins.corelibs" for ios
    Installing "com.sap.mp.cordova.plugins.apppreferences" for ios
    Installing "com.sap.mp.cordova.plugins.toolbar" for ios
    Installing "com.sap.mp.cordova.plugins.logon" for ios
    Fetching plugin "com.sap.mp.cordova.plugins.authproxy" via plugin registry
    npm http GET http://registry.cordova.io/com.sap.mp.cordova.plugins.authproxy
    npm http 404 http://registry.cordova.io/com.sap.mp.cordova.plugins.authproxy
    Failed to install 'com.sap.mp.cordova.plugins.logon':Error: 404 Not Found: com.sap.mp.cordova.plugins.authproxy
        at RegClient.<anonymous> (/usr/local/lib/node_modules/cordova/node_modules/cordova-lib/node_modules/npm/node_modules/npm-registry-client/lib/request.js:268:14)
        at Request.self.callback (/usr/local/lib/node_modules/cordova/node_modules/cordova-lib/node_modules/npm/node_modules/request/index.js:148:22)
        at Request.emit (events.js:98:17)
        at Request.<anonymous> (/usr/local/lib/node_modules/cordova/node_modules/cordova-lib/node_modules/npm/node_modules/request/index.js:876:14)
        at Request.emit (events.js:117:20)
        at IncomingMessage.<anonymous> (/usr/local/lib/node_modules/cordova/node_modules/cordova-lib/node_modules/npm/node_modules/request/index.js:827:12)
        at IncomingMessage.emit (events.js:117:20)
        at _stream_readable.js:944:16
        at process._tickCallback (node.js:448:13)
    Error: 404 Not Found: com.sap.mp.cordova.plugins.authproxy
        at RegClient.<anonymous> (/usr/local/lib/node_modules/cordova/node_modules/cordova-lib/node_modules/npm/node_modules/npm-registry-client/lib/request.js:268:14)
        at Request.self.callback (/usr/local/lib/node_modules/cordova/node_modules/cordova-lib/node_modules/npm/node_modules/request/index.js:148:22)
        at Request.emit (events.js:98:17)
        at Request.<anonymous> (/usr/local/lib/node_modules/cordova/node_modules/cordova-lib/node_modules/npm/node_modules/request/index.js:876:14)
        at Request.emit (events.js:117:20)
        at IncomingMessage.<anonymous> (/usr/local/lib/node_modules/cordova/node_modules/cordova-lib/node_modules/npm/node_modules/request/index.js:827:12)
        at IncomingMessage.emit (events.js:117:20)
        at _stream_readable.js:944:16
        at process._tickCallback (node.js:448:13)
    cmd error
    The node process of the build script exited with code 1.
    When i try to access the file manual i also get a 404:
    {"error": "not_found","reason": "document not found"}
    I'm installing IOS only on a Mac and all is fine until the error.
    is there something I've missed?
    Regards,
    Henrik

    Hi Henrik,
    Which is the version of Cordova and Kapsel you are using?
    Your cordova version should be 4.2.0 and Kapsel version should be 3.7.1.
    Regards,
    Dhani

  • Problem in installing SAP Web Application Server

    Hi,
    I have downloaded 90 days evaluation copy of "SAP Web
    Application Java Server 6.40 SP7 for MS SQL Server". I
    tried to install the same but invain. I am getting the
    error as :
    "MDB-05505 Look up in the check table returned no
    result. ()".
    The operating system that i am working is Win 2000
    server.I have also installed JDK 4.1.2,MS SQL Server-7
    and IE 5.5.
    Please help me in resolving the problem.
    Regards
    Rajiv. V

    Hi Rajiv,
    The problem is most likely due to you needing to have SQL 2000 installed not SQL7.
    In addition to this you need to ensure that your SQL has been installed with the correct collation and had the appropriate service packs applied.
    Please let me know if you require further clarification.
    Regards
    Daniel

  • Not able to access remotely to sap was abap sneak preview (trial version)

    hi all
    i have recently installed sap netweaver 2004s was abap sneak preview which is downloaded from sdn.sap.com. but the problem is i am able to access layout tab from server machine only, not from any other client machine. the layout tab shows that "page can't be displayed" mode of internet explorer. i am using explorer 6.0.
    are there any security settings needed in either of the machines?
    thanks in advance
    shabbir khan

    first of all thanks abhimanyu
    i have one doubt. r u accessing from client machune , or that trial version is installed on ur system it self.
    if ur accessinf from client machine .. u need to do some settings in ur client machine so that it should not hit ur local browser .. where as it has to hit ur servers browser. in my problem.. my client machines are hitting my their own systems browsers . . plz let me know what that setting is
    thanks in advance .. its urgent

  • SAP Netweaver 2004s Sneak Preview - Partner not reached

    Hi all,
    I've tried to search the forum for similar message but couln't find it so I post a new one, hopefully someone able to give some help.
    I've installed the SAPNW sneak preview ABAP on XP, right after installation I'm able to logon to NSP system. But once I shutdown the computer and turn it on again, I won't be able to access the NSP.
    The error message:
    "partner not reached (host 127.0.0.1, service sapdp00)
    WSAECONNREFUSED: connection refused
    I'm not sure what happened, btw:
    1. I have installed the MS loopback adapter
    2. I've check the C:\windows\system32\drivers\etc\hosts & services file. Looks ok, I put them below for your reference
    3. I've check the services,SAPNSP_00 & SAPDB: NSP are running
    Is there anything need to be setup? Thanks a lot
    C:\WINDOWS\system32\drivers\etc\services
    sapdp00          3200/tcp
    sapdp01          3201/tcp
    sapdp02          3202/tcp
    sapdp03          3203/tcp
    sapdp04          3204/tcp
    sapdp05          3205/tcp
    sapdp06          3206/tcp
    sapdp07          3207/tcp
    sapdp08          3208/tcp
    sapdp09          3209/tcp
    sapdp10          3210/tcp
    sapdp11          3211/tcp
    sapdp12          3212/tcp
    sapdp13          3213/tcp
    sapdp14          3214/tcp
    sapdp15          3215/tcp
    C:\WINDOWS\system32\drivers\etc\hosts
    127.0.0.1       localhost

    Hi
    Try
    #127.0.0.1 localhost
    127.0.0.1 <computer name>
    If the computer name is ABC but a reverse lookup returned “localhost”. This will lead to problem later on when starting the web application server.You can correct this problem by inserting a line ‘127.0.0.1  ABC’ into the host file.
    Thanks
    Prince

Maybe you are looking for