Web AS  - IGS not starting

Hi SDN,  
    I am installing SAP R/3 Enterprise ABAP + Java Add In on Windows & Oracle as Database.
    The ABAP engine installation went smoothly but when I tried to install J2ee engine (Central Services Instance) the J2EE engine did not start which is the last step during the installation process & I got the following error <b>"SAP Basis System: Operating system call recv failed (error no. 10053) & SAP Basis System: Operating system call recv failed (error no. 10054)"</b>.Therefore I tried to uninstall only the Central Services Instance & tried to reinstall it.
    But now I am facing a new problem, the IGS Watchdog in  the Central Instance which was running smoothly is not starting up now & the error message recorded on the Syslog is the same as above.
    Do I need to re-install the whole thing again or is there some way that I can resolve this.
Thanx in Advance,
Jeetendra Kumar

hi,
When I install R3470*200
I meet the same problem
Refer to note 824281, I solved my problems.
the solution of 824281 are:
Solution
You can manage long parameters with variables in the instance profile.
The online documentation contains a description of this.
Excerpt from the DOCUMENTATION:
Parameter values in instance profiles can contain the following
variable s. '$(parameter name)' is replaced by the value of the
parameter name in brackets.
Example:
        Param1 = '/usr/sap/C11/D53/dbg'
        Param2 = $(Param1)/stats
  This results in
        Param2 = /usr/sap/C11/D53/dbg/stats
Regards
Sheng

Similar Messages

  • Web sharing is not starting

    Yesterday i reinstalled the os x bundle cause of isyn was not working properly now isync is working fine but web sharing is not starting. i checked on web sharing from system preferences when i closed the window and comeback again to sharing i see web sharing everytime unchecked i did also locked but still unchecked. if i go to localhost/mysite its say: "Safari can’t open the page “http://localhost/” because it could not connect to the server “localhost”. please tell what i am doing wrong.

    Thanks web sharing is working but if i type http://localhost/gmm/index.html it says"Not Found"
    The requested URL /gmm/index.html was not found on this server.
    but if i type http://localhost/index.html it shows apache page and says "This page is here because the site administrator has changed the configuration of this web server. Please contact the person responsible for maintaining this server with questions. The Apache Software Foundation, which wrote the web server software this site administrator is using, has nothing to do with maintaining this site and cannot help resolve configuration issues." but i can't see this page in the Sites folder. I didn't change any thing, don't know what to do.

  • Web sharing will not start OS X Lion

    Hi there,
    I am new to all this so I have probably made some simple errors and I hope someone can help me. I will retell what I have done as I haven't a clue what part of what I have done has mucked things up.
    I am really stuck. Web sharing will not start on my iMac running Lion OS X. It did work fine and then I wanted to activate PHP so my test website contact form would work (and send the data on the form throught to my email address.
    Before I did anything I turned on websharing and could view my website from another computer using: http://192.168.1.4/~stewartfergusson/
    I think followed the instructions on this link to activate PHP - http://foundationphp.com/tutorials/php_leopard.php
    I then did a few things in terminal and will paste below what I did:
    Password:
    Stewart-Fergussons-iMac:etc stewartfergusson$
    Last login: Wed Jan  4 09:03:03 on console
    Stewart-Fergussons-iMac:etc stewartfergusson$
    Last login: Thu Jan  5 06:19:15 on console
    Stewart-Fergussons-iMac:etc stewartfergusson$ sudo In -s /usr/lib/libpq.5.3.dylib /usr/lib/libpq.5.dylib
    Password:
    sudo: In: command not found
    Stewart-Fergussons-iMac:etc stewartfergusson$ sudo ln -s /usr/lib/libpq.5.3.dylib /usr/lib/libpq.5.dylib
    ln: /usr/lib/libpq.5.dylib: File exists
    Stewart-Fergussons-iMac:etc stewartfergusson$ sudo apachectl -t
    Password:
    Syntax error on line 1 of /private/etc/apache2/httpd.conf:
    Invalid command '1', perhaps misspelled or defined by a module not included in the server configuration
    Stewart-Fergussons-iMac:etc stewartfergusson$ sudo apachectl configtest
    Password:
    Syntax error on line 1 of /private/etc/apache2/httpd.conf:
    Invalid command '1', perhaps misspelled or defined by a module not included in the server configuration
    Stewart-Fergussons-iMac:etc stewartfergusson$
    An important point to note is that I now appear to have more than one http.config file and they are located in the following locations:
    1) Macintosh HD/etc/apache2/httpd.conf.default
    2) Macintosh HD/etc/apache2/httpd.conf.default.default
    3) Macintosh HD/etc/apache2/original/httpd.conf
    I edited this file (which one I have not got a clue) and also the php.ini file within Macintosh HD/etc/ using Terminal - the command I used was sudo cp php.ini.default php.ini
    This php.ini file now exists in two locations now as well:
    1) Macintosh HD/etc/php.ini
    2) Macintosh HD/etc/php.ini.default
    I then edited this file by changing the line of code below from:
    514 error_reporting = E_ALL & ~E_NOTICE (I think it said E_DEPRECATED actually) but I am lifting this from the web page in the link above)
    To:
    514 error_reporting = E_ALL
    I then saved this file.
    I then deactivated web sharing in System Preferences and since then have not been able to restart Web Sharing. I click it and it flashes orange for a second then does not start.
    This was all done to activate PHP on my iMac so I can host my own site which has a PHP contact form page.
    Please help I am so out of my depth I am very worried I may have changed things and I am going to forget what I did.
    If you need to know anything then please ask.
    Thank you so much
    sfergusson1
    'JollyoldEngland'

    Just to add I didn't post all the things I did in Terminal - here it is:
    Last login: Sun Jan  1 09:01:52 on console
    Stewart-Fergussons-iMac:~ stewartfergusson$ cd/private/etc
    -bash: cd/private/etc: No such file or directory
    Stewart-Fergussons-iMac:~ stewartfergusson$ cd
    Stewart-Fergussons-iMac:~ stewartfergusson$ cd prvate
    -bash: cd: prvate: No such file or directory
    Stewart-Fergussons-iMac:~ stewartfergusson$ cd private
    -bash: cd: private: No such file or directory
    Stewart-Fergussons-iMac:~ stewartfergusson$ cd /private/etc
    Stewart-Fergussons-iMac:etc stewartfergusson$ sudo cp php.ini.default php.ini
    WARNING: Improper use of the sudo command could lead to data loss
    or the deletion of important system files. Please double-check your
    typing when using sudo. Type "man sudo" for more information.
    To proceed, enter your password, or type Ctrl-C to abort.
    Password:
    Stewart-Fergussons-iMac:etc stewartfergusson$
    Last login: Wed Jan  4 09:03:03 on console
    Stewart-Fergussons-iMac:etc stewartfergusson$
    Last login: Thu Jan  5 06:19:15 on console
    Stewart-Fergussons-iMac:etc stewartfergusson$ sudo In -s /usr/lib/libpq.5.3.dylib /usr/lib/libpq.5.dylib
    Password:
    sudo: In: command not found
    Stewart-Fergussons-iMac:etc stewartfergusson$ sudo ln -s /usr/lib/libpq.5.3.dylib /usr/lib/libpq.5.dylib
    ln: /usr/lib/libpq.5.dylib: File exists
    Stewart-Fergussons-iMac:etc stewartfergusson$ sudo apachectl -t
    Password:
    Syntax error on line 1 of /private/etc/apache2/httpd.conf:
    Invalid command '1', perhaps misspelled or defined by a module not included in the server configuration
    Stewart-Fergussons-iMac:etc stewartfergusson$ sudo apachectl configtest
    Password:
    Syntax error on line 1 of /private/etc/apache2/httpd.conf:
    Invalid command '1', perhaps misspelled or defined by a module not included in the server configuration
    Stewart-Fergussons-iMac:etc stewartfergusson$

  • Web Service will not start

    I tried installing ColdFusion 9 and linking apache to the install. Because the Apache binary was 64bit I had to convert it to 32bit to for the ColdFusion install to work. I backed up the 64bit version and made the new 32bit version my httpd file.
    After installing coldfusion finished I went to update some sites in Server Admin. When I tried to save changes in sites (removing a site) the list of sites went blank, clicked on settings, then back to sites, and the changes were not saved.
    I restarted the entire server. When I came back to Server Admin and tried to "Start Web" i received the following error:
    Try to refresh the view (waterengine.local/Web). (Could not start web service - details in error log.) 100002
    I've already replaced the httpd file back to the original 64bit version and will now uninstall coldfusion. Is there a way to reinstall the web services? Seems like the most likely resolution.

    Had to reinstall the server OS because I couldn't find anywhere to do a reinstall of only the Web Service/Apache. I've downloaded the ColdFusion 9 64bit version. hopefully this works or I'll reinstall the OS one more time and give up on running ColdFusion 9 on this system until I can find someone who has done a successful install. This time I'll backup so I don't have to do a 45 minute remote re-install, although I thought that was pretty fast over wifi.

  • Web calendar interfase not started when starting http server

    Hi, I installed CS succesfully, the calendar server is working fine.
    My problem is that the web interfase is not started when starting the HTTP server.
    I checked the log files of the http server and I saw this:
    [Thu Jan  9 19:13:50 2003] [warn] [client 144.23.48.238] FastCGI request processing timed out
    [Thu Jan  9 19:15:19 2003] [notice] SIGHUP received. Attempting to restart
    [Thu Jan  9 19:15:23 2003] [error] (2)No such file or directory: FastCGI: access for server (uid -1, gid 501) failed: read not allowed by group
    [Thu Jan  9 19:15:23 2003] [notice] FastCGI: process manager initialized (pid 6897)
    [Thu Jan  9 19:15:23 2003] [warn] FastCGI: server "/u01/oracle/product/CS9.0.3/CSMT/Apache/Apache/fcgi-bin/owc/lexacal.fcgi" started (pid 6898)
    [Thu Jan  9 19:15:23 2003] [warn] FastCGI: server "/u01/oracle/product/CS9.0.3/CSMT/Apache/Apache/fcgi-bin/echo" started (pid 6899)
    [Thu Jan  9 19:15:24 2003] [notice] Oracle HTTP Server/1.3.22 (Unix) mod_plsql/9.0.2.0.0 DAV/1.0.2 (OraDAV enabled) mod_osso/9.0.2.0.0 mod_oc4j/3.0 mod_ossl/9.0.2.0.0 mod_fastcgi/2.2.12 mod_perl/1.26 configured -- resuming normal operations
    [Thu Jan  9 19:15:24 2003] [notice] Accept mutex: fcntl (Default: fcntl)
    [Thu Jan  9 19:15:34 2003] [warn] FastCGI: s[i]Long postings are being truncated to ~1 kB at this time.

    Hi Gonzalo,
    You will have to report this problem to the Oracle Support organization.
    They will most probably want to see your web configuration file, the httpd.conf, as well as the appropriate logs.
    thanks,
    Jean-Marc Robillard
    Product Management

  • Personal web sharing will not start up

    my personal web sharing will not start up.
    i tried to start it up at work on my laptop and i got a message that said anther computer on the network was using the same name. since then the personal web sharing can be clicked on but, never starts up.
    anyone have any ideas how i can fix this? i am trying to learn PHP and i need to have it working so i can sync up with apache.

    Try changing your computer's name. To do so go to the Sharing preference pane and change the computer's name to something else. Try restarting web sharing after this...

  • Personal web sharing will not start

    my personal web sharing will not start up.
    i tried to start it up at work on my laptop and i got a message that said anther computer on the network was using the same name. since then the personal web sharing can be clicked on but, never starts up.
    anyone have any ideas how i can fix this? i am trying to learn PHP and i need to have it working so i can sync up with apache.

    my personal web sharing will not start up.
    i tried to start it up at work on my laptop and i got
    a message that said anther computer on the network
    was using the same name. since then the personal web
    sharing can be clicked on but, never starts up.
    anyone have any ideas how i can fix this? i am trying
    to learn PHP and i need to have it working so i can
    sync up with apache.
    The solution to your problem is most likely contained within your question.
    You'll need to locate the machine on your network that has the same name as yours and change its name... or you'll need to rename your computer to something else.

  • Sun One Web Server instance not starting

    I have installed Sun One Web server 6.1. The administrator server is starting up. However, the instance of the web server through which I want to serve the web pages is not starting. Altough, there are no error messages that are shown when I am starting the server. Please help.

    I would check the logs directory for a PID file. It could be that there is a bogus pid file and when it tries to start you will get no error message. If there is a PID file delete it and try again.

  • IIS Site Hosted in Web Role can not start up

    Hello Team,
    We occured a problem when deploying application to web role 
    the WaIISHost can not start up and there are two error information in event log :
    Application: WaIISHost.exe
    Framework Version: v4.0.30319
    Description: The process was terminated due to an unhandled exception.
    Exception Info: System.IO.FileLoadException
    Stack:
       at Microsoft.WindowsAzure.ServiceRuntime.Implementation.Loader.RoleRuntimeBridge.<InitializeRole>b__0()
       at System.Threading.ExecutionContext.RunInternal(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean)
       at System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean)
       at System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object)
       at System.Threading.ThreadHelper.ThreadStart()
    Faulting application name: WaIISHost.exe, version: 2.3.1198.663, time stamp: 0x53115226
    Faulting module name: KERNELBASE.dll, version: 6.3.9600.17031, time stamp: 0x53089862
    Exception code: 0xe0434352
    Fault offset: 0x00000000000068d8
    Faulting process id: 0x6d4
    Faulting application start time: 0x01cf89326cfa011a
    Faulting application path: E:\base\x64\WaIISHost.exe
    Faulting module path: D:\Windows\system32\KERNELBASE.dll
    Report Id: ad418c8f-f525-11e3-80bc-00155dd153c7
    Faulting package full name: 
    Faulting package-relative application ID: 
    if we miss some files when deploying the environment and how to check what files are missing. 
    thanks in advanced.

    Hello Baker.aveinc,
    I understand that is a old thread, I will still go ahead and reply to this in case if this can be of help to other users.
    The troubleshooting for this issue mostly depends on the status of the website on the portal. From the event logs, it appears that the faulty application is WaIISHost.exe.
    I suggest that you have a look at this article that explains the scenario for Web Role Recycling.
    http://blogs.msdn.com/b/kwill/archive/2013/10/03/troubleshooting-scenario-7-role-recycling.aspx
    If this does not fix the issue, please post back with the status of the webrole on the portal
    Thanks,
    Syed Irfan Hussain

  • Web server will not start due to RSA Securid errors

    We have an iPlanet 4.1 Service Pack 14 web server that was running fine until last friday. When we go to start the server we get the following error:
    Status:
    [https-ivpnas]: start failed. (2: unknown early startup error)
    [https-ivpnas]: conf_init: Error running init function securidinit: unknown error
    [https-ivpnas]: server exit: status 1
    Error
    An error occurred during startup.
    The server https-ivpnas was not started.
    The error log also contains this additional error:
    [27/Sep/2004:10:06:57] info ( 4164): successful server startup
    [27/Sep/2004:10:06:57] info ( 4164): iPlanet-WebServer-Enterprise/4.1SP14 BB1-01/15/2004 13:04
    [27/Sep/2004:10:06:58] catastrophe ( 4164): securidauth reports: InitAceClient returned FALSE
    This website uses RSA Securid for authentication. We have contacted RSA and they think it is a webserver problem. Any insight anyone can provide would be great. Thanks!

    The error message is generated by the RSA plugin, not Web Server. RSA should be able to help diagnose the problem further.

  • SAP Web Dispatcher does not start as windows service

    Hi,
    I have successfully installed and configured SAP Web Dispatcher. When I start the web dispatcher from command prompt, it works fine. I created a windows service for web dispatcher using the command
    ntscmgr install sapwebdisp -b "c:\program files\sap\sapwebdisp\sapwebdisp.exe"
    -p "service pf=sapwebdisp.pfl -cleanup -auto_restart"
    The command successfully created sapwebdisp service. The service also starts fine, but web dispatcher does not get started.
    Any ideas experts?

    Hi,
    Ok. Few suggestions.
    1. Can you review the SAP note:
    552286  Troubleshooting for the SAP Web Dispatcher
    2. When you said: "web dispatcher does not get started ", what error you got ? Can you be more details here ?
    3. Please check the trace file dev_webdisp" that generated in the work directory. If the log entries is not abvious, increase the trace level to 2 or 3, and reproduce and re-check the trace file.
    4. What is the output of the command "sapwebdisp -v"
    5. How about sapwebdisp.pfl ? Are those settings correct ?
    Hope this helps.
    Regards,
    Vincent

  • Apache Web Services Listener not starting after bouncing application

    Can some one please help? I am runnng 11.5.10.2 on Solaris.
    ==========
    Problem:
    ==========
    I can not start my Apache Web Services Listener via ADSTRTAL.SH (log filed saved with 0 (zero) bytes – so no results to look at).
    I also tried to start it using the adapcctl.sh start as the applmgr user and I get the same error as adstrtal.sh.
    I ran apachectl configtest and got “Bus Error”
    ==========
    Question:
    ==========
    How do I fix this problem (bus error and get Apache listener to run)?
    -OR-
    Where do I go to edit this file and is it the http.conf file?

    Problem solved, disk drive was full.

  • Web-Sharing does not start up-

    Hello,
    I have a problem with my Web-Sharing. When I activate "Web-Sharing" in my Sharing-Preferences, the httpd (Apache webserver) doesn't start up (as can be seen in the activity monitor), thus I'm not able to connect to the webserver with Safari. I only have this issue on my iMac (10.5.2), it works perfectly on the PowerBook (10.5.2).
    Does anyone have a solution without reinstalling Leopard?
    Thanks a lot.
    Till

    Interesting… The console says:
    02.03.08 17:57:55 org.apache.httpd[1390] (2)No such file or directory: httpd: could not open error log file /private/var/log/apache2/error_log.
    02.03.08 17:57:55 org.apache.httpd[1390] Unable to open logs
    02.03.08 17:57:55 com.apple.launchd[1] (org.apache.httpd[1390]) Exited with exit code: 1
    02.03.08 17:57:55 com.apple.launchd[1] (org.apache.httpd) Throttling respawn: Will start in 10 seconds

  • Web Dispatcher is not started

    I have installed SAP web Dispatcher successfully. I found following error message in dev_webdisp file, I check profile it has Message server ( java CI instance) host name and message server HTTP port (50100).
    I am not sure about this parameter ms/http_port =50100. I would appreciate any help on this.
    [Thr 2982124464] *** ERROR => IcmConnClientRqCreate() failed (rc=-8) [icrxx_mt.c   4919]
    [Thr 2982124464] *** ERROR => Could not connect to SAP Message Server at xxxx.xxxx.messagehostname.com. URL=/msgserver/text/logon?version=1.2 [icrxx_mt.c   2301]
    [Thr 2982124464] *** ERROR => rc=-1, HTTP response code: 0 [icrxx_mt.c   2302]
    [Thr 2982124464] *** ERROR => see also OSS note 552286 [icrxx_mt.c   2303]

    I changed port number 50100 to 8100 ( 81+ instance number) and it is started. but I saw follwoing two , one is -D and why it is coming always with -D? and also I try to access Web Dispatcher from Browser using http://serverhost.com:8100/sap/admin and it is not responding. Any Ideas?
    00:00:00 /usr/sap/SID/SYS/exe/run/sapstartsrv pf=/usr/sap/SID/SYS/profile/START_W00_xxxxx -D
    ppradm    5897     1  0 10:44 ?        00:00:00 /usr/sap/SID/SYS/exe/run/sapstart pf=/usr/sap/SID/SYS/profile/START_W00_xxxx

  • IGS not starting up

    Hi,
    Have searched for the threads for IGS starting but couldnt find it helpful.Could anyone please help as to how to start IGS for BI 7.0 systems.

    Hello,
    try starting the IGS using the startigs scripts. If the script is not available, as it seems is your case, then move to the igs/bin directory and run:
    - On Unix/Linux platforms:
    "igswd_mt -mode=ALL -dir=.." (for IGS 6.40)
    "igswd_mt -mode=profile pf=<path to the instance profile>" (for IGS >=7.00)
    - On Windows platforms:
    Go to the igs/bin directory and run:
    "igswd.exe -mode=ALL -dir=.." (for IGS 6.40)
    "igswd.exe -mode=profile pf=<path to the instance profile>" (for IGS >=
    7.00)
    let me know the results.
    Regards,
    Blanca

Maybe you are looking for

  • Info : Migrating Apex Application from Non-SSO to SSO environment

    Hi All, This post is to share my experience while working on APEX. This may be useful to some apex developer. If we migrate an apex application from a non-sso (i.e. http) to sso (i.e. https) environment, the flash chart doesn't work. I found that in

  • Problem with sound in games

    Hi all welcome as you can see I'm new to your forum. So I have a problem as it concerns the sound in games. Namely, I bought a Creative Headset HS-800 Fatality everything good in listening to music, etc. But when I go to the game, I turned the sound

  • Message determination in purchase order

    Hi , We have maintained the Condition record for NEU by Tcode MN04 based on Document type and medium as default Fax and it is working fine however when we are trying to maintain the condition record for a particular vendor by Doc type/Purch.Org/Vendo

  • How to set a Focus to a TextField?

    Suppose I have a 3 text field. After entering some data in the first text field, when I press enter key I want to set focus on the next text field. ie., instead of using TAB key I want to operate it using Enter Key. Similarlly, from the second Text f

  • Sup101 cannot get data eventhough the connection shows open when debugging.

    Hi, I am using SUP 2.0, Created project sup101, generated code for windows mobile, opened it in visual studio 2008, deployed it, I get the screen I created and when I try to get the data zero rows are returned. The connection does show as open. I hav