Apex listener 503 - Service Unavailable

Hi,
I installed APEX LIstener 2.0.5.
This ist my file defaults.XML:
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE properties SYSTEM "http://java.sun.com/dtd/properties.dtd">
<properties>
<comment>Saved on Thu Jan 02 13:26:45 CET 2014</comment>
<entry key="db.password">!apex_public_user</entry>
<entry key="debug.printDebugToScreen">false</entry>
<entry key="security.disableDefaultExclusionList">false</entry>
<entry key="cache.maxEntries">500</entry>
<entry key="error.maxEntries">50</entry>
<entry key="security.maxEntries">2000</entry>
<entry key="cache.directory">/tmp/apex/cache</entry>
<entry key="jdbc.DriverType">thin</entry>
<entry key="log.maxEntries">50</entry>
<entry key="db.hostname">localhost</entry>
<entry key="jdbc.MaxConnectionReuseCount">1000</entry>
<entry key="log.logging">false</entry>
<entry key="jdbc.InitialLimit">3</entry>
<entry key="jdbc.MaxLimit">10</entry>
<entry key="cache.monitorInterval">60</entry>
<entry key="cache.expiration">7</entry>
<entry key="jdbc.statementTimeout">900</entry>
<entry key="jdbc.MaxStatementsLimit">10</entry>
<entry key="db.sid">ORPC3</entry>
<entry key="misc.defaultPage">apex</entry>
<entry key="misc.compress"/>
<entry key="jdbc.MinLimit">1</entry>
<entry key="cache.type">lru</entry>
<entry key="cache.caching">false</entry>
<entry key="db.port">1521</entry>
<entry key="error.keepErrorMessages">true</entry>
<entry key="cache.procedureNameList"/>
<entry key="cache.duration">days</entry>
<entry key="jdbc.InactivityTimeout">1800</entry>
<entry key="debug.debugger">false</entry>
</properties>
I startet the listener with java -jar apex.war
When I startet with http://localhost:8080/apex/f?p=4550:1:2983093393191825
I got ORACLE APPLICATION EXPRESS LISTENER 503 - Service Unavailable
Please help  me!
Regards
Siegwin

Hi Jari,
when I start  APEX Listener there are the answers:
C:\>java -jar C:\app\Administrator\product\11.2.0\dbhome_2\apex_listener_2_0_5\a
pex.war
Jan 04, 2014 9:04:06 AM oracle.dbtools.standalone.Standalone execute
INFO: HINWEIS:
Der Standalone-Modus ist zur Verwendung in Entwicklungs- und Testumgebungen entw
ickelt worden. Er wird bei Verwendung in Produktionsumgebungen nicht unterst³tzt
Jan 04, 2014 9:04:06 AM oracle.dbtools.standalone.Standalone execute
INFO: Standalone-Webcontainer in C:\app\Administrator\product\11.2.0\dbhome_2\ap
ex_listener_2_0_5\config\apex wird gestartet
Jan 04, 2014 9:04:06 AM oracle.dbtools.standalone.Deployer deploy
INFO: Anwendung wird bereitgestellt, Pfad = C:\app\Administrator\product\11.2.0\
dbhome_2\apex_listener_2_0_5\config\apex\apex\WEB-INF\web.xml
Jan 04, 2014 9:04:07 AM oracle.dbtools.standalone.Deployer deploy
INFO: Anwendung bereitgestellt, Pfad = C:\app\Administrator\product\11.2.0\dbhom
e_2\apex_listener_2_0_5\config\apex\apex\WEB-INF\web.xml
Jan 04, 2014 9:04:12 AM oracle.dbtools.common.config.file.ConfigurationFolder lo
gConfigFolder
INFO: Using configuration folder: C:\app\Administrator\product\11.2.0\dbhome_2\a
pex_listener_2_0_5\config\apex
Default Database connection not configured properly
Jan 04, 2014 9:04:13 AM oracle.dbtools.rt.web.SCListener contextInitialized
INFO: Oracle Application Express Listener initialized
Application Express Listener version : 2.0.5.287.04.27
Application Express Listener server info: Grizzly/1.9.49
Jan 04, 2014 9:04:13 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.49 - 04.01.14 09:04
Jan 04, 2014 9:04:13 AM oracle.dbtools.standalone.Standalone execute
INFO: http://localhost:8080/apex gestartet.
Jan 04, 2014 9:05:05 AM oracle.dbtools.rt.web.HttpEndpointBase modApex
SEVERE: The pool named: apex is not correctly configured, error: ORA-01017: inva
lid username/password; logon denied
oracle.dbtools.common.jdbc.ConnectionPoolException: The pool named: apex is not
correctly configured, error: ORA-01017: invalid username/password; logon denied
        at oracle.dbtools.common.jdbc.ConnectionPoolException.badConfiguration(C
onnectionPoolException.java:65)
        at oracle.dbtools.common.config.db.DatabaseConfig.badConfiguration(Datab
aseConfig.java:207)
        at oracle.dbtools.common.config.db.DatabaseConfig.getPool(DatabaseConfig
.java:346)
        at oracle.dbtools.common.config.db.DatabaseConfig.getPool(DatabaseConfig
.java:326)
        at oracle.dbtools.common.config.db.DatabaseConfig.access$200(DatabaseCon
fig.java:42)
        at oracle.dbtools.common.config.db.DatabaseConfig$DatabaseFactory.apply(
DatabaseConfig.java:380)
        at oracle.dbtools.common.config.db.PerThreadConnectionCache$DisposableCo
nnectionFactory.apply(PerThreadConnectionCache.java:233)
        at oracle.dbtools.common.config.db.PerThreadConnectionCache$DisposableCo
nnectionFactory.apply(PerThreadConnectionCache.java:217)
        at oracle.dbtools.common.util.PerThreadCache.get(PerThreadCache.java:60)
        at oracle.dbtools.common.config.db.PerThreadConnectionCache.get(PerThrea
dConnectionCache.java:49)
        at oracle.dbtools.common.config.db.DatabaseConfig.getConnection(Database
Config.java:78)
        at oracle.dbtools.common.jdbc.ora.OraPrincipal.connection(OraPrincipal.j
ava:69)
        at oracle.dbtools.apex.ModApexContext.getConnection(ModApexContext.java:
372)
        at oracle.dbtools.apex.Procedure.getProcedure(Procedure.java:167)
        at oracle.dbtools.apex.OWA.validateProcedure(OWA.java:386)
        at oracle.dbtools.apex.security.Security.isValidRequest(Security.java:22
0)
        at oracle.dbtools.apex.ModApex.validateRequest(ModApex.java:264)
        at oracle.dbtools.apex.ModApex.doGet(ModApex.java:93)
        at oracle.dbtools.apex.ModApex.service(ModApex.java:300)
        at oracle.dbtools.rt.web.HttpEndpointBase.modApex(HttpEndpointBase.java:
350)
        at oracle.dbtools.rt.web.HttpEndpointBase.service(HttpEndpointBase.java:
132)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
        at com.sun.grizzly.http.servlet.ServletAdapter$FilterChainImpl.doFilter(
ServletAdapter.java:1059)
        at com.sun.grizzly.http.servlet.ServletAdapter$FilterChainImpl.invokeFil
terChain(ServletAdapter.java:999)
        at com.sun.grizzly.http.servlet.ServletAdapter.doService(ServletAdapter.
java:434)
        at oracle.dbtools.standalone.SecureServletAdapter.doService(SecureServle
tAdapter.java:91)
        at com.sun.grizzly.http.servlet.ServletAdapter.service(ServletAdapter.ja
va:379)
        at com.sun.grizzly.tcp.http11.GrizzlyAdapter.service(GrizzlyAdapter.java
:179)
        at com.sun.grizzly.tcp.http11.GrizzlyAdapterChain.service(GrizzlyAdapter
Chain.java:196)
        at com.sun.grizzly.tcp.http11.GrizzlyAdapter.service(GrizzlyAdapter.java
:179)
        at com.sun.grizzly.http.ProcessorTask.invokeAdapter(ProcessorTask.java:8
49)
        at com.sun.grizzly.http.ProcessorTask.doProcess(ProcessorTask.java:746)
        at com.sun.grizzly.http.ProcessorTask.process(ProcessorTask.java:1045)
        at com.sun.grizzly.http.DefaultProtocolFilter.execute(DefaultProtocolFil
ter.java:228)
        at com.sun.grizzly.DefaultProtocolChain.executeProtocolFilter(DefaultPro
tocolChain.java:137)
        at com.sun.grizzly.DefaultProtocolChain.execute(DefaultProtocolChain.jav
a:104)
        at com.sun.grizzly.DefaultProtocolChain.execute(DefaultProtocolChain.jav
a:90)
        at com.sun.grizzly.http.HttpProtocolChain.execute(HttpProtocolChain.java
:79)
        at com.sun.grizzly.ProtocolChainContextTask.doCall(ProtocolChainContextT
ask.java:54)
        at com.sun.grizzly.SelectionKeyContextTask.call(SelectionKeyContextTask.
java:59)
        at com.sun.grizzly.ContextTask.run(ContextTask.java:71)
        at com.sun.grizzly.util.AbstractThreadPool$Worker.doWork(AbstractThreadP
ool.java:532)
        at com.sun.grizzly.util.AbstractThreadPool$Worker.run(AbstractThreadPool
.java:513)
        at java.lang.Thread.run(Unknown Source)
Please help me

Similar Messages

  • Error: The listener returned the following Message: 503 Service Unavailable

    I have navigation menu that I created using pl/sql and I am generated an href link from the store procedure the first time I click on the link I get the following error:
    Error: The listener returned the following Message: 503 Service Unavailable
    and then I click the back button on the browser and click it again the the page I want is return what may be causing it...

    I would check to see how many sessions you have running and what your session limit is. If the open sessions is near your session limit it maybe shutting portal down. Does this happen all the time or just randomly? If it's randomly, this may be your problem.

  • Apex_util.get_print_document results in "503-service unavailable"

    I'm using APEX 4.2.0.3.00.08 with GlassFish 3.1.2.2 on an Oracle 10.2.0.5 database.
    Recently I created a report-query together with a xsl-fo report-layout created in Altova Stylevision. I've enabled and configured print-options and when I press my application button, I'm perfectly capable of viewing and/or saving the pdf-version of my report.
    Additionally I want to save my report as BLOB in the database, but when I try this using apex_util.get_print_document, all I get in my table is a html-page containing the message "503-service unavailable".
    I used the following page as reference:
    Creating High Fidelity PDF Reports with Oracle Application Express but apparently I'm missing something or doing something wrong......I truly hope there's someone out here to help me!!
    Thanks in advance!

    Hello Mike,
    I've been trying to create an application on apex.oracle.com to reproduce the problem, but I can't seem to get it to work.
    I've uploaded a very simple layout created in StylusStudio, a simple query on the EMP-table only containgin FIRST_NAME, LAST_NAME and EMAIL and when I add the layout to the query and press "Test report", it works fine.
    When I run the report from my application, it only shows a pdf with a thick, horizontal lines, like it's showing only empty cell borders.
    Meanwhile I found out that the APEX-listener keeps reporting similair errors, even when I use that same simple stylesheet (created with StylusStudio) on the EMP-table, even when the stylesheet does not contain any special characters at all. In stead of the message starting with INFO: Character decoding failed. Parameter [#x200B;</xsl:text> , it then ignores the complete xslt-stylesheet (the complete contents of the stylesheet is between the brackets, in stead of just the string containg the special chars).
    To be honest I'm a little lost now. First my focus was on how to get rid of the special characters, but now it looks like, even when I might succeed in that, it doesn't even solve my problem.
    Any idea why my application doesn't show me the same report I see when testing the report-query?
    The application can be found here:
    https://apex.oracle.com/pls/apex/htmldb/f?p=29586
    The bottom region is an attempt to show the pdf with the highest id, but I think it does not show the actual pdf (http-404)
    The source for that PL/SQL region is:
    declare
      src_  varchar2(256);
      mime_ varchar(48);
      id_   number;
    begin
    select max(id)
    into id_
    from report_archive;
        select mimetype
          into mime_
          from report_archive
         where id = id_;
        src_ := 'src="#OWNER#.download_doc?i_doc_id=' || id_ || '" ';
        htp.p('<div style="">');
        if instr(mime_,'pdf') > 0 then
          htp.p('<embed height="800" width="1200" name="statement" ');
        elsif instr(mime_,'excel') > 0 then
          htp.p('<embed height="800" width="1200" name="statement" ');
        else
          htp.p('<embed height="800" name="statement" ');
        end if;
        htp.p(src_);
        htp.p('type="' || mime_ || '" />');
        htp.p('</div>');
    exception
       when no_data_found then
          null;
    end;
    I really hope we can solve this!!!!
    Best regards,
    Marco

  • During switchover operation in IE shows error "503 Service Unavailable".

    Hi,
    I have installed Oracle Enterprise Manager 10g Release 2 (10.2.0.2) on Windows 2003 server service pack 2.Everything works fine, but when I go for switchover/failover operation firstly error comes as “500 Internal Server Error” and then after refreshing the page “503 Service Unavailable”. Following are the logs.
    I applied the patch Grid Control Release 3 (10.2.0.3.0), but still same error occurs.
    Both database status is up and EM console home shows 100% up.
    Some Collected errors from emoms.trc
    2007-11-03 12:24:35,453 [Thread-25] ERROR em.dataguard updateDGStatus.453 - ConfigBean:updateDGStatus(): Exception java.lang.NullPointerException
    2007-11-03 12:25:01,703 [Thread-26] ERROR em.dataguard updateDGStatus.453 - ConfigBean:updateDGStatus(): Exception java.lang.NullPointerException
    2007-11-03 12:25:11,156 [Thread-27] ERROR em.dataguard updateDGStatus.453 - ConfigBean:updateDGStatus(): Exception java.lang.NullPointerException
    2007-11-03 12:25:17,906 [EMUI_12_25_17_/console/targets] ERROR jdk.NLSUtil getFormattedDateWithTZ.407 - Invalid region name format: GMT+05:30
    2007-11-03 12:25:17,906 [EMUI_12_25_17_/console/targets] ERROR jdk.NLSUtil getFormattedDateWithTZ.407 - Invalid region name format: GMT+05:30
    2007-11-03 12:25:19,343 [EMUI_12_25_19_/console/home] ERROR jdk.NLSUtil getFormattedDateWithTZ.407 - Invalid region name format: GMT+05:30
    2007-11-03 12:30:16,562 [Thread-34] ERROR db.rac getEMDFromRep.806 - Closed Connection
    java.sql.SQLException: Closed Connection
         at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:137)
         at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:174)
         at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:239)
         at oracle.jdbc.driver.PhysicalConnection.prepareStatement(PhysicalConnection.java:928)
         at oracle.jdbc.driver.PhysicalConnection.prepareStatement(PhysicalConnection.java:824)
         at oracle.jdbc.OracleConnectionWrapper.prepareStatement(OracleConnectionWrapper.java:72)
         at oracle.sysman.util.jdbc.ConnectionWrapper.prepareStatement(ConnectionWrapper.java:467)
         at oracle.sysman.db.rac.util.ClusterUtil.getEMDFromRep(ClusterUtil.java:795)
         at oracle.sysman.db.rac.util.ClusterUtil.getEMD(ClusterUtil.java:888)
         at oracle.sysman.emo.util.DBVerify.getDBProperties(DBVerify.java:2454)
         at oracle.sysman.emo.util.DBStateUtil.doDatabaseShutdown(DBStateUtil.java:703)
         at oracle.sysman.db.dg.util.RemoteCtrl.shutdownDB(RemoteCtrl.java:596)
         at oracle.sysman.db.dg.util.ClientOperation.doClientOp(ClientOperation.java:368)
         at oracle.sysman.db.dg.util.ClientOperation$BounceThread.run(ClientOperation.java:215)
         at java.lang.Thread.run(Thread.java:534)
    2007-11-03 12:30:16,562 [Thread-34] ERROR emo.util verifyDBProperties.2073 - DBStateUtil.verifyDBProperties: EMD URL was null or empty.
    2007-11-03 12:30:23,265 [EMUI_12_30_23_/console/database/dataguard] ERROR em.dataguard onEvent.1233 - Data Guard: found errors during role change: Unable to retrieve the URL from repository. Check the specified target name and its corresponding target type. Other possible causes: remote EMD is not pointing to the web server, or remote target information has not been loaded.
    2007-11-03 12:30:41,328 [ApplicationServerThread-5] ERROR app.SessionObjectManager sessionDestroyed.128 - java.sql.SQLException: ORA-00604: error occurred at recursive SQL level 1
    ORA-01219: database not open: queries allowed on fixed tables/views only
    2007-11-03 12:30:42,968 [PingHeartBeatRecorder] WARN emdrep.pingHBRecorder resetConnection.305 - SQLException caught while resetting connection ORA-00604: error occurred at recursive SQL level 1
    ORA-01219: database not open: queries allowed on fixed tables/views only
    2007-11-03 12:30:43,093 [Job Dispatcher Thread] ERROR em.jobs mainTask.2346 - encountered error:
    java.sql.SQLException: ORA-01092: ORACLE instance terminated. Disconnection forced
    2007-11-03 12:30:44,046 [SeverityLoad https://ashok:3872/emd/main/] ERROR eml.XMLLoader markFileAsError.854 - Error repeated 2 times: ERROR-400|ORA-00604: error occurred at recursive SQL level 1
    ORA-01219: database not open: queries allowed on fixed tables/views only
    2007-11-03 12:30:46,796 [AJPRequestHandler-ApplicationServerThread-6] ERROR eml.OMSHandshake processFailure.806 - OMSHandshake failed.(AGENT URL = https://ashok:3872/emd/main/)(ERROR = INTERNAL_ERROR)(CAUSE =java.sql.SQLException: ORA-00604: error occurred at recursive SQL level 1
    ORA-01219: database not open: queries allowed on fixed tables/views only
    2007-11-03 12:33:29,843 [AJPRequestHandler-ApplicationServerThread-6] ERROR conn.ConnectionService verifyRepositoryEx.817 - Invalid Connection Pool. ERROR = ORA-00604: error occurred at recursive SQL level 1
    ORA-01219: database not open: queries allowed on fixed tables/views only
    Regards,
    S Reddy

    Hi,
    Thanks for your reply.
    Steps Performed while configuring data guard.
    - Install Oracle Enterprise Manager 10 g with new database option on windows server 2003 enterprise edition service pack 2.
    - Applied patch of Oracle database 10g Release 2 (10.2.0.3)
    - Applied patch of Oracle Enterprise Manager 10g Grid Control Release 3 (10.2.0.3.0)
    Primary Database=GOOGLE
    Secondary Database=YAHOO
    Run the following commands in CMD.
    Microsoft Windows [Version 5.2.3790]
    (C) Copyright 1985-2003 Microsoft Corp.
    C:\Documents and Settings\oracle>set oracle_home=C:\Oracle_NET\db10g
    C:\Documents and Settings\oracle>set oracle_sid=GOOGLE
    C:\Documents and Settings\oracle>sqlplus /nolog
    SQL*Plus: Release 10.1.0.4.2 - Production on Thu Nov 8 09:44:58 2007
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    SQL> CONNECT SYS/infodb1 as sysdba
    Connected to an idle instance.
    SQL> startup;
    ORACLE instance started.
    Total System Global Area 536870912 bytes
    Fixed Size 790068 bytes
    Variable Size 162525644 bytes
    Database Buffers 373293056 bytes
    Redo Buffers 262144 bytes
    Database mounted.
    Database opened.
    SQL> show parameters unique;
    NAME TYPE VALUE
    db_unique_name string GOOGLE
    SQL> select log_mode from v$database;
    LOG_MODE
    NOARCHIVELOG
    SQL> create pfile from spfile;
    File created.
    SQL> shutdown immediate;
    Database closed.
    Database dismounted.
    ORACLE instance shut down.
    SQL> exit
    Disconnected from Oracle Database 10g Enterprise Edition Release 10.1.0.4.0 - Pr
    oduction
    With the Partitioning, OLAP and Data Mining options
    C:\Documents and Settings\oracle>sqlplus /nolog
    SQL*Plus: Release 10.1.0.4.2 - Production on Thu Nov 8 10:38:31 2007
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    SQL> CONNECT SYS/infodb1 as sysdba
    Connected to an idle instance.
    SQL> [b]STARTUP NOMOUNT PFILE=C:\Oracle_NET\db10g\database\INITgoogle.ORA;
    ORACLE instance started.
    Total System Global Area 536870912 bytes
    Fixed Size 790068 bytes
    Variable Size 162525644 bytes
    Database Buffers 373293056 bytes
    Redo Buffers 262144 bytes
    SQL> create spfile from pfile;
    File created.
    SQL> shutdown immediate;
    ORA-01507: database not mounted
    ORACLE instance shut down.
    SQL> exit
    Disconnected from Oracle Database 10g Enterprise Edition Release 10.1.0.4.0 - Pr
    oduction
    With the Partitioning, OLAP and Data Mining options
    C:\Documents and Settings\oracle>sqlplus /nolog
    SQL*Plus: Release 10.1.0.4.2 - Production on Thu Nov 8 10:41:32 2007
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    SQL> CONNECT SYS/infodb1 as sysdba
    Connected to an idle instance.
    SQL> STARTUP MOUNT;
    ORACLE instance started.
    Total System Global Area 536870912 bytes
    Fixed Size 790068 bytes
    Variable Size 162525644 bytes
    Database Buffers 373293056 bytes
    Redo Buffers 262144 bytes
    Database mounted.
    SQL> alter database archivelog;
    Database altered.
    SQL> alter database force logging;
    Database altered.
    SQL> select log_mode from v$database;
    LOG_MODE
    ARCHIVELOG
    SQL> exit
    Disconnected from Oracle Database 10g Enterprise Edition Release 10.1.0.4.0 - Pr
    oduction
    With the Partitioning, OLAP and Data Mining options
    Then I login to site https://ashok:1159/em by using SYSMAN account which is the console for em.
    -     Then I created standby database through.<TARGETS-DATABASES-GOOGLE- MAINTENANCE -DATA GUARD- SET UP AND MANAGE-ADD STANDBY DATABASE- CREATE A NEW PHYSICAL STANDBY DATABASE>
    -     Then I verify the configuration it shows the following log.
    Initializing
    Connected to instance ASHOK:yahoo
    Starting alert log monitor...
    Updating Data Guard link on database homepage...
    Data Protection Settings:
    Protection mode : Maximum Performance
    Log Transport Mode settings:
    GOOGLE: ARCH
    YAHOO: ARCH
    Checking standby redo log files.....OK
    Checking Data Guard status
    GOOGLE : Normal
    YAHOO : Normal
    Request ID: 2: 1: 638446177, Operation: CTL_GET_STATUS
    Checking Inconsistent Properties
    Checking agent status
    GOOGLE ... WARNING: No credentials available for target ASHOK
    Attempting agent ping ... OK
    YAHOO ... WARNING: No credentials available for target ASHOK
    Attempting agent ping ... OK
    Switching log file 90.Done
    Checking applied log on GOOGLE...OK
    Processing completed.
    Following are the files:
    Additional parameters in[b] INITgoogle.ora
    *.db_unique_name='GOOGLE
    *.LOG_ARCHIVE_CONFIG='DG_CONFIG=(GOOGLE,YAHOO)'
    *.log_archive_dest_1='location=C:\Oracle_NET\ALD_DEST_1','VALID_FOR=(ALL_LOGFILES,ALL_ROLES)','mandatory','arch','DB_UNIQUE_NAME=GOOGLE','REOPEN=30'
    *.log_archive_dest_2='SERVICE=YAHOO','LGWR','ASYNC','VALID_FOR=(ONLINE_LOGFILES,PRIMARY_ROLE)','DB_UNIQUE_NAME=YAHOO'
    *.LOG_ARCHIVE_DEST_STATE_1=ENABLE
    *.LOG_ARCHIVE_DEST_STATE_2=ENABLE
    *.REMOTE_LOGIN_PASSWORDFILE=EXCLUSIVE
    *.LOG_ARCHIVE_FORMAT=%t_%s_%r.arc
    *.LOG_ARCHIVE_MAX_PROCESSES=10
    *.fal_server=YAHOO
    *.fal_client=GOOGLE
    *.standby_file_management=auto
    *.db_file_name_convert='YAHOO/YAHOO','GOOGLE/GOOGLE'
    *.log_file_name_convert='C:\Oracle_NET\OD\YAHOO\YAHOO','C:\Oracle_NET\OD\GOOGLE\GOOGLE'
    listener.ora
    # listener50312.ora Network Configuration File: C:\DOCUME~1\oracle\LOCALS~1\Temp\listener50312.ora
    # Generated by Oracle configuration tools.
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = GOOGLE)
    (ORACLE_HOME = C:\Oracle_NET\db10g)
    (PROGRAM = extproc)
    (SID_DESC =
    (GLOBAL_DBNAME = GOOGLE_DGMGRL)
    (ORACLE_HOME = C:\Oracle_NET\db10g)
    (SID_NAME = GOOGLE)
    (SID_DESC =
    (GLOBAL_DBNAME = YAHOO_DGMGRL)
    (ORACLE_HOME = C:\Oracle_NET\db10g)
    (SID_NAME = YAHOO)
    (SID_DESC =
    (GLOBAL_DBNAME = YAHOO_DGMGRL)
    (ORACLE_HOME = C:\Oracle_NET\db10g)
    (SID_NAME = YAHOO)
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC))
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = ashok)(PORT = 1521))
    Tnsnames.ora
    # tnsnames.ora Network Configuration File: C:\Oracle_NET\db10g\network\admin\tnsnames.ora
    # Generated by Oracle configuration tools.
    GOOGLE =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = ashok)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = GOOGLE)
    YAHOO =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = ashok)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = YAHOO)
    EXTPROC_CONNECTION_DATA =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC))
    (CONNECT_DATA =
    (SID = PLSExtProc)
    (PRESENTATION = RO)
    -     Then Both databases are running
    -     It showing the data guard home page.
    -     Then I go for switchover operation the error occurs.

  • Status code 503--Service Unavailable

    Hi everyone.
    A little time ago I 've faced status code 503 -- service unavailable on XI 3.0, so I found Sap Note 803145 and applied it.
    The note says to change the PollAttempts parameter from 60 to 100 and that's supposed to solve the problem.
    Actually it seems that problem is solved, but occasionally it keeps apearing the same error (status code 503  -- service unavailable).
    I've checked all PollAttempts parameters and they are in 100 like the note says.
    Before the Note application the error was appearing in some messages that use SOAP and JDBC Adapters, but now this error is only appearing in JDBC adapter.
    Not all messages that use JDBC adapter are erroneous, the tricky thing here is that some messages that appear with this error can be restarted and processed succesfully but others can not be restarted.
    Can someone give me some light in this??
    Thanks in advanced.
    Emmanuel Rebolledo

    Hi Emmanuel,
    The "pollIntervall" and "pollAttempts" properties define how often and in what
    interval the messaging system tries to access the Listener Beans
    during startup (using JNDI Lookup). In the default system, this is a maximum
    of 10 attempts every 60 seconds. This is necessary because the Messaging
    System (MS) is implemented as a J2EE service, whereas EJBs are part of a
    J2EE application. During server startup, applications are always in a second
    phase after the services; therefore they are unavailable during the MS
    initialization. If your system starts very slowly (if it takes more than 10
    minutes), you may therefore need to increase "pollIntervall" and
    "pollAttempts".
    Default: pollInterval=60000 [ms], pollAttempts=10
    Regards
    joel

  • Error : HTTP_RESP_STATUS_CODE_NOT_OK - 503 Service Unavailable

    Hi experts!!
    We are getting the error "HTTP_RESP_STATUS_CODE_NOT_OK - 503 Service Unavailable" can you please let me know what are my options to resolve it.
    Any help would be highly appreciated.
    Thanks
    - Ravi

    Hi Ravi,
    Reward points if this helps
    The J2EE server might be overburdened and cannot accept the call. The 'Receive'servlet is not called. You will find further details on the HTTP status code definitions under "http://www.w3.org". Check the accessibility of the server by calling: http://<hostname>:<port>/MessagingSystem/receive/AFW/XI.
    The Listener Beans of the affected connection (AFW, Marketplace, BC,see above) were not registered or the log-specific Event Handler was not found.
    Check out this trouble shooting guide for SAP XI...Section 7.4.4.4 talks about exactly the same problem:-
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/bd5950ff-0701-0010-a5bc-86d45fd52283
    Reward points if this helps
    Regards
    Pragathi.

  • I want to writte C# code for 503 Service Unavailable error to web application page immediate close connection any page loaded

    Here is a ticket regarding our current client web application (  Image data add, edit , delete in folder with form data in MSSQL Database) that using code c#, web form, ajax, VS2008, MSSQL Server2008 , it appears that there is an error where the HTTP
    503 error occurs. 
    . Below is a conversation with Host Server support assistant.Can you take a look at it? 
    Ben (support) - Hi 
    Customer - We're having an issue with our windows host 
    Ben (support) - What's the issue? 
    Customer - 503 errors 
    Ben (support) - I am not getting any 503 errors on your site, is there a specific url to duplicate the error? 
    Customer - no, it comes and goes without any change Customer - could you have access to any logs ? 
    Ben (support) - Error logs are only available on Linux shared hosting, however with this error it may be related to you reaching your concurrent connections 
    Ben (support) - You can review more about this at the link \ 
    Customer - probably yes - how can we troubleshoot ? 
    Ben (support) - http://support.godaddy.com/help/article/3206/how-many-visitors-can-view-my-site-at-once 
    Ben (support) - This is something you need to review your code and databases to make sure they are closing the connections in a timely manner 
    Customer - we're low traffic, this is an image DB to show our product details to our customers 
    Customer - ahhhh, so we could have straying sessions ? 
    Ben (support) - Correct Customer - any way you could check if it's the case ? 
    Customer - because it was working previously 
    Ben (support) - We already know that's the case as you stated the 503 errors don't happen all the time if it were issue on the server the the 503 would stay. 
    Customer - so our 2/3 max concurrent users can max out the 200 sessions 
    Customer - correct ? 
    Customer - is there a timeout ? 
    Ben (support) - no that's not a time out concurrent connections are a little different then sessions and or connections. Lets say for an example you have 5 images on your site and 5 7 users come to your site this is not 7 concurrent connections but 35. They
    do close after awhile hence why the 503 error comes and goes. You can have these connections close sooner using code but this is something you have to research using your favorite search engine 
    Customer - thank you so much 
    Customer - I'm surprised that this just started a few weeks ago when we haven't changed anything for months 
    Customer - any changes from your side ? lowering of the value maybe ? 
    Customer - I'm trying to understand what I can report as a significant change 
    Ben (support) - We haven't touched that limit in years 
    Ben (support) - This could just be more users to your site than normal or even more images 
    Customer - I was thinking that could be it indeed 
    Customer - so I need to research how to quickly close connections when not needed 
    Ben (support) - Correctly 
    Ben (support) - correct 
    Customer - thanks !! 
    Ben (support) - Your welcome 
     Analysis : 
     The link provided tells us : All Plesk accounts are limited to 200 simultaneous visitors. 
     From what Ben (support) says and a little extra research, if those aren't visitors but connections then it's quite easy to max out, especially if the connections aren't closed when finished using. I'd suggest forwarding this to Kasem to see what he thinks. 
    Cheers, 
    Customer

    Hi Md,
    Thank you for posting in the MSDN forum.
    >>
    I want to writte C# code for 503 Service Unavailable error to web application page immediate close connection any page loaded.
    Since
    Visual Studio General Forum which discuss VS IDE issue, I am afraid that you post the issue in an incorrect forum.
    To help you find the correct forum, would you mind letting us know more information about this issue? Which kind of web app you develop using C# language? Is it an ASP.NET Web Application?
    If yes, I suggest you could post the issue directly on
    ASP.NET forum, it would better support your issue.
    Thanks for your understanding.
    Best Regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click HERE to participate the survey.

  • Team Foundation Server 2013 update 4 New Install - Error 503 Service Unavailable for Sharepoint Central Admin

    Hello,
    I ran a new install of Team Foundation Server and let it install the built in SharePoint pieces on a single server setup. After the install i'm able to access the
    http://teamfoundation:8080/tfs/ address without issue but am unable to create a project. When I attempt to create a project I get the following error:
    TF30172: You do not have permission to create a new team project (when checking security i'm a member of the project collection administrators and Team Foundation Administrators)
    This led me to look at the sharepoint central administration site where I receive the following error:
    Error 503 Service Unavailable
    I've gone through and validated the identity is set correctly in IIS for the following services:
    SharePoint Central Admin v4
    SharePoint15AppPool
    The SharePoint Web Services Root is set as LocalService instead of the domain user.
    The identity domain user is setup as local administrator on the Team Foundation Server. They are all set to use .net v4.0.30319 with integrated Pipeline mode.
    Any help would be great!
    Thanks!
    Eric

    Hi Eric,      
    Thanks for your post.
    Please share your detailed team project creation log here.
    In your TFS Admin Console>>Extensions for SharePoint Products tab, ensure SharePoint Web Application shows correctly in the right panel. And go to TFS Admin Console>>Application Tier>>SharePoint Web Applications tab, ensure your SharePoint
    web application displays in the right panel, then select your SharePoint web application and click Repair Connection, ensure can repair successfully.
    In your IIS Manager, select your SharePoint Central Administration V4 site and click Browser:17012(http) in the right panel, check if your SharePoint Central site can be opened successfully or not. If your SharePoint Central site cannot be accessed, I think
    this issue relate to your SharePoint site, you should contact SharePoint experts to resolve this issue first. After you resolved this issue and your SharePoint Central Admin site can be accessed correctly, then try to create your team project(within SharePoint
    site) again, if there still has issue when creating team project, please share the detailed error message here, we will try to resolve it.
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • 503  Service Unavailable Error: Application cannot be started!

    Hi Experts,
       I have NWE 7.11 SP 01 installed . While try to update to SP04, the server restarted automatically & when i try to access the portal link http:<host>:<port>/irj/portal am getting err as 503 service unavailable. I am able to see irj, JMS_Provider,tcjewebservice_srv,tcwddispwda  services in failed state. Please help me out.
       I got the log file in dev_server0 as follows
    [Thr 1122040128] *** ERROR => NiHsLGetNodeAddr: NiPGetHostByName failed (rc=-1) [nixxhsl.cpp  308]
    [Thr 1122040128] *** ERROR => NiHsLGetHostName: NiPGetHostByAddr failed (rc=-1) [nixxhsl.cpp  507]
    M [Thr 1211640128] Mon Jul  4 11:44:31 2011
    M  [Thr 1211640128] ***LOG Q0I=> NiPConnect2: 172.20.50.242:3300: connect (111: Connection refused) [nixxi.cpp 3150]
    M  [Thr 1211640128] *** ERROR => NiPConnect2: SiPeekPendConn failed for hdl 31/sock 92
        (SI_ECONN_REFUSE/111; I4; ST; 172.20.50.242:3300) [nixxi.cpp    3150]
    2.#2011 07 04 15:02:37:289#+0530#Error#/System/Server#
    #BC-JAS-JMS#jms#001A6406631A001F0000001800002B3A#4513750000000005##com.sap.jms.server.JMSServerFrame####4083D980A61D11E0842E001A6406631A#4083d980a61d11e0842e001a6406631a#4083d980a61d11e0842e001a6406631a#0#Services Start Processor#Plain##
    An error occurred starting the jms_provider service. The applications using JMS resources may not work as expected. For more details, refer to the trace file.#
    #2.#2011 07 04 15:02:37:290#+0530#Error#/System/Server#
    com.sap.ASJ.krn_srv.000059#BC-JAS-JMS#sap.com/jms_provider#001A6406631A001F0000001B00002B3A#4513750000000005##com.sap.engine.core.service630.container.ServiceRunner####4083D980A61D11E0842E001A6406631A#4083d980a61d11e0842e001a6406631a#4083d980a61d11e0842e001a6406631a#0#Services Start Processor#Java#com.sap.engine.services.monitor.mbeans.MonitorResourceBundle#
    Service [{0}] error. Nested exception is: [{1}]#2#jms_provider#java.lang.NoClassDefFoundError: com/sap/engine/services/rmi_p4/interfaces/LocalRemoteByRef
    ------------------------- Loader Info -------------------------
    ClassLoader name: [service:jms_provider]
    Living status: alive
    Direct parent loaders:
       [system:Frame]
       [library:core_lib]
       [library:j2eeca]
       [service:timeout]
       [service:naming]
       [service:cross]
       [service:dbpool]
       [service:jmx]
       [service:security]
    Resources:
       /usr/sap/CEP/J00/j2ee/cluster/bin/services/jms_provider/lib/private/sap.com~tc~je~jms_provider~impl.jar
    Error occurred while trying to load com.sap.jms.server.remote.JMSRemoteServerImpl#
    #2.#2011 07 04 15:02:37:296#+0530#Error#/System/Server/Services/Deploy#
    com.sap.ASJ.dpl_ds.002038#EP-PIN-PRT#sap.com/irj#001A6406631A00520000000300002B3A#4513750000000003##com.sap.engine.services.deploy#Guest#0##4083D980A61D11E0842E001A6406631A#4083d980a61d11e0842e001a6406631a#4083d980a61d11e0842e001a6406631a#0#Thread[HTTP Worker [@1593095773],5,Dedicated_Application_Thread]#Java#com.sap.engine.services.monitor.mbeans.MonitorResourceBundle#
    Global operation [{0}] over [{1}] [{2}] finished with errors for [{3}]ms on server [{4}]#2#500#true#
    #2.#2011 07 04 15:02:37:298#+0530#Warning#/System/Server/WebRequests#
    com.sap.ASJ.web.000132#BC-JAS-WEB#servlet_jsp#001A6406631A00520000000500002B3A#4513750000000003##com.sap.engine.services.servlets_jsp.server.DeployContext#Guest#0##4083D980A61D11E0842E001A6406631A#4083d980a61d11e0842e001a6406631a#4083d980a61d11e0842e001a6406631a#0#Thread[HTTP Worker [@1593095773],5,Dedicated_Application_Thread]#Java#com.sap.engine.services.monitor.mbeans.MonitorResourceBundle#
    Error occurred during retrieving web module context needed for 'Lazy' startup of [irj] web module.
    For more details on the problem please check traces searching by logId: null#
    Thanks,
    Arun

    Hi,
    NiPGetHostByName failed
    NiPGetHostByAddr failed
    Looks like network related issue. Make sure the server is in the network and has proper hostname to IP address mapping maintained.
    SiPeekPendConn failed 172.20.50.242:3300
    Next check if the port 3300 is free using the netstat command.
    Regards,
    Srikishan

  • Error 503--Service Unavailable. Error while Test the webservice

    Hi...
    I created a webservice and deply it into a remote weblogic server. It deployed there and when I click on Test client, it shows this error.
    Error 503--Service Unavailable
    From RFC 2068 Hypertext Transfer Protocol -- HTTP/1.1:
    10.5.4 503 Service Unavailable
    The server is currently unable to handle the request due to a temporary overloading or maintenance of the server. The implication is that this is a temporary condition which will be alleviated after some delay. If known, the length of the delay may be indicated in a Retry-After header. If no Retry-After is given, the client SHOULD handle the response as it would for a 500 response.
    Note: The existence of the 503 status code does not imply that a server must use it when becoming overloaded. Some servers may wish to simply refuse the connection.
    How we can rectify this.
    hope for a reply...
    Resmi.

    Check the WLS server log files for a more detailed error (stacktrace).
    Timo

  • 503 Service unavailable error while creating a web application

    Hello,
    i ve just installed VS .NET 2003 & .net Connector 2.0.
    i get the following error when creating a web project:
    'http://localhost/webapplication1', HTTP/1.0 503 Service unavailable.
    Have any of you faced this problem ?
    Thanks,
    Jamal

    Hello,
    thanks for the answer.
    No i didn't try to create a web projet before installing NCo.
    I ran C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\aspnet_regiis.exe  but doesn't help.
    I didn't have NCo 1.x installed before !
    any other help ?
    Thanks,

  • SMS_WSUS_CONFIGURATION_MANAGER - MessageID 6600 - The request failed with HTTP status 503: Service Unavailable

    Hi all,
    knowning that there are already a lot of posts concerning above message, I have to write an additional one as I could not find a solution on the web yet.
    Situation:
    Windows Server 2008 forest including empty root and two child domains, one child domain does have SCCM SP1 (central primary site WND) installed on W2k8 x64 machine including WSUS 3.0 SP1 => everything is working fine.
    Second child domain also contains a SCCM SP1 server  (primary site HUN) running on W2k8 x64 and is defined as child site of central site WND => everything is working fine too - except Software Updates.
    WSUS 3.0 SP1 installed on both SCCM servers by creating additional web site (not using "defautl web site") and configured ports 8530 and 8531 (SSL not used!). No proxy necessary/used. All WSUS 3.0 requirements for W2k8 are installed (IIS roles)
    Error:
    SMS_WSUS_CONFIGURATION_MANAGER - MessageID 6600:
    SMS WSUS Configuration Manager failed to configure upstream server settings on WSUS Server "xxxx0003".
    Possible cause: WSUS Server version 3.0 SP1 and above is not installed or cannot be contacted.
    Solution: Verify that the WSUS Server version 3.0 SP1 or greater is installed. Verify that the IIS ports configured in SMS are same as those configured on the WSUS IIS website.
    wsusutil checkhealth =>OK
    downloading updates from WSUS at central site (SUSDB and WSUS folder equal in size) =>OK
    wsus admin console able to connect and configuration possible => OK
    IIS ports configured within SMS are equal to those configured for WSUS website
    SCCM config (using Configuration Manager Console) does look correct - ConfigMgr Software Update Point role properties and Software Update Point Component properties
    wcm.log does report an error: (SCCM Log files at the end.)
    "The request failed with HTTP status 503: Service Unavailable"
    IIS log files of both websites (default web site and WSUS Administration website) do not show any errors.
    Questions:
    What else should I look at? (registyr, SUSDB content,..)
    What exactly does happen during the attempt to configure the upstream server by the SMS_WSUS_Configuration_Manager component? I guess a SMS process tries to contact a webservice - would it be possible to debug in more detail ?
    And finally - Who does know the solution ?
    wcm.log:
    Found WSUS Admin dll of assembly version Microsoft.UpdateServices.Administration, Version=3.0.6000.273, Major Version = 0x30000, Minor Version = 0x17700111 SMS_WSUS_CONFIGURATION_MANAGER 16.07.2008 12:49:47 4468 (0x1174)
    Found WSUS Admin dll of assembly version Microsoft.UpdateServices.Administration, Version=3.1.6001.1, Major Version = 0x30001, Minor Version = 0x17710001 SMS_WSUS_CONFIGURATION_MANAGER 16.07.2008 12:49:47 4468 (0x1174)
    The installed WSUS build has the valid and supported WSUS Administration DLL assembly version (3.1.6001.65) SMS_WSUS_CONFIGURATION_MANAGER 16.07.2008 12:49:47 4468 (0x1174)
    System.Net.WebException: The request failed with HTTP status 503: Service Unavailable.~~   at Microsoft.UpdateServices.Administration.AdminProxy.CreateUpdateServer(Object[] args)~~   at Microsoft.UpdateServices.Administration.AdminProxy.GetUpdateServer(String serverName, Boolean useSecureConnection, Int32 portNumber)~~   at Microsoft.SystemsManagementServer.WSUS.WSUSServer.ConnectToWSUSServer(String ServerName, Boolean UseSSL, Int32 PortNumber) SMS_WSUS_CONFIGURATION_MANAGER 16.07.2008 12:49:47 4468 (0x1174)
    Remote configuration failed on WSUS Server. SMS_WSUS_CONFIGURATION_MANAGER 16.07.2008 12:49:47 4468 (0x1174)
    STATMSG: ID=6600 SEV=E LEV=M SOURCE="SMS Server" COMP="SMS_WSUS_CONFIGURATION_MANAGER" SYS=xxxx0003 SITE=HUN PID=2424 TID=4468 GMTDATE=Mi Jul 16 10:49:47.758 2008 ISTR0="xxxx0003" ISTR1="" ISTR2="" ISTR3="" ISTR4="" ISTR5="" ISTR6="" ISTR7="" ISTR8="" ISTR9="" NUMATTRS=0 SMS_WSUS_CONFIGURATION_MANAGER 16.07.2008 12:49:47 4468 (0x1174)
    Waiting for changes for 59 minutes SMS_WSUS_CONFIGURATION_MANAGER 16.07.2008 12:49:47 4468 (0x1174)
    wsusctrl.log (looks fine to me - is able to connect to local WSUS !):
    SMS_EXECUTIVE started SMS_WSUS_CONTROL_MANAGER as thread ID 6156 (0x180C). SMS_WSUS_CONTROL_MANAGER 16.07.2008 12:04:01 2732 (0x0AAC)
    This is a WSUS Role as WSUS registry key exists. SMS_WSUS_CONTROL_MANAGER 16.07.2008 12:04:01 6156 (0x180C)
    Found WSUS Admin dll of assembly version Microsoft.UpdateServices.Administration, Version=3.0.6000.273, Major Version = 0x30000, Minor Version = 0x17700111 SMS_WSUS_CONTROL_MANAGER 16.07.2008 12:04:01 6156 (0x180C)
    Found WSUS Admin dll of assembly version Microsoft.UpdateServices.Administration, Version=3.1.6001.1, Major Version = 0x30001, Minor Version = 0x17710001 SMS_WSUS_CONTROL_MANAGER 16.07.2008 12:04:01 6156 (0x180C)
    The installed WSUS build has the valid and supported WSUS Administration DLL assembly version (3.1.6001.65) SMS_WSUS_CONTROL_MANAGER 16.07.2008 12:04:01 6156 (0x180C)
    Successfully connected to local WSUS server SMS_WSUS_CONTROL_MANAGER 16.07.2008 12:04:01 6156 (0x180C)
    Local WSUS Server Proxy settings are correctly configured as Proxy Name  and Proxy Port 80 SMS_WSUS_CONTROL_MANAGER 16.07.2008 12:04:01 6156 (0x180C)
    Waiting for changes for 0 minutes SMS_WSUS_CONTROL_MANAGER 16.07.2008 12:04:01 6156 (0x180C)
    Timed Out... SMS_WSUS_CONTROL_MANAGER 16.07.2008 12:04:01 6156 (0x180C)
    Found WSUS Admin dll of assembly version Microsoft.UpdateServices.Administration, Version=3.0.6000.273, Major Version = 0x30000, Minor Version = 0x17700111 SMS_WSUS_CONTROL_MANAGER 16.07.2008 12:04:01 6156 (0x180C)
    Found WSUS Admin dll of assembly version Microsoft.UpdateServices.Administration, Version=3.1.6001.1, Major Version = 0x30001, Minor Version = 0x17710001 SMS_WSUS_CONTROL_MANAGER 16.07.2008 12:04:01 6156 (0x180C)
    The installed WSUS build has the valid and supported WSUS Administration DLL assembly version (3.1.6001.65) SMS_WSUS_CONTROL_MANAGER 16.07.2008 12:04:01 6156 (0x180C)
    Successfully connected to local WSUS server SMS_WSUS_CONTROL_MANAGER 16.07.2008 12:04:01 6156 (0x180C)
    Local WSUS Server Proxy settings are correctly configured as Proxy Name  and Proxy Port 80 SMS_WSUS_CONTROL_MANAGER 16.07.2008 12:04:01 6156 (0x180C)
    Successfully connected to local WSUS server SMS_WSUS_CONTROL_MANAGER 16.07.2008 12:04:01 6156 (0x180C)
    There are no unhealthy WSUS Server components on WSUS Server xxxx0003 SMS_WSUS_CONTROL_MANAGER 16.07.2008 12:04:01 6156 (0x180C)
    Successfully checked database connection on WSUS server xxxx0003 SMS_WSUS_CONTROL_MANAGER 16.07.2008 12:04:02 6156 (0x180C)
    Waiting for changes for 57 minutes SMS_WSUS_CONTROL_MANAGER 16.07.2008 12:04:02 6156 (0x180C)
    wsyncmgr.log (as a result of being not able to configure upstream server I guess):
    STATMSG: ID=6701 SEV=I LEV=M SOURCE="SMS Server" COMP="SMS_WSUS_SYNC_MANAGER" SYS=xxxx0003 SITE=HUN PID=2424 TID=4476 GMTDATE=Mi Jul 16 10:03:51.481 2008 ISTR0="" ISTR1="" ISTR2="" ISTR3="" ISTR4="" ISTR5="" ISTR6="" ISTR7="" ISTR8="" ISTR9="" NUMATTRS=0 SMS_WSUS_SYNC_MANAGER 16.07.2008 12:03:51 4476 (0x117C)
    Sync failed: WSUS server not configured. Source: CWSyncMgr:oSync SMS_WSUS_SYNC_MANAGER 16.07.2008 12:08:51 4476 (0x117C)
    STATMSG: ID=6703 SEV=E LEV=M SOURCE="SMS Server" COMP="SMS_WSUS_SYNC_MANAGER" SYS=xxxx0003 SITE=HUN PID=2424 TID=4476 GMTDATE=Mi Jul 16 10:08:51.636 2008 ISTR0="CWSyncMgr:oSync" ISTR1="WSUS server not configured" ISTR2="" ISTR3="" ISTR4="" ISTR5="" ISTR6="" ISTR7="" ISTR8="" ISTR9="" NUMATTRS=0 SMS_WSUS_SYNC_MANAGER 16.07.2008 12:08:51 4476 (0x117C)

    I just experienced the exact same scenario.  After much digging I found that csakg6so posted a fix at
    Windoows-Noob
    Run Internet Explorer as the SYSTEM account (psexec -s -d -i cmd.exe & C:\Program Files\Internet Explorrer\iexplore.exe)
    Go to internet options
    Go to conections
    Go to LAN settings
    Uncheck all boxes
    The original post said to reboot, but that wasn't necessary for me.
    After initiating a manual Software Update sync the WCM.log and WSyncMgr.log errors do not return and new updates are synchronized.

  • HTTP 503 Service Unavailable Error in SAP XI 3.0

    Hi All,
       I am doing a simple File -> File scenario which picks up a .txt file from a folder and post it to the same folder .My file is getting picked up.But I am getting an error
    <SAP:Stack>HTTP response contains status code 503 with the description Service Unavailable Error when sending by HTTP (error code: 503, error text: Service Unavailable)</SAP:Stack>
    I have done a cache refresh to resolve this error. But then my error is MAPPING PROGRAM NOT FOUND.When I retry I am getting the HTTP 503 error.
      Please suggest any solution for the same .
    Thanks,
    Tiny

    Look similar thread to resolve your problem
    Error in Call Adapter (IDOC->XI->FILE)
    XI Server Malfunction:Error in Receiver Adapter
    Http* Errors in XI
    Please can you look at note: 803145
    Error : HTTP_RESP_STATUS_CODE_NOT_OK - 503 Service Unavailable
    HTTP_RES_STATUS_CODE_NOT_OK,503 error

  • Frustrated by Error 503--Service Unavailable Error

    I am currently being frustrated by a Error 503--Service Unavailable error. I have worked with WL 8.x for a couple of years but just set up my first WL 9.x server. I cannot find anything in the logs and am at a loss as to how to proceed. I am not sure if the problem is with my WAR file or with the server configuration. Any help would be GREATLY appreciated.

    I am having the exact same error. Any solutions yet???
    Error is:
    Error 503--Service Unavailable
    From RFC 2068 Hypertext Transfer Protocol -- HTTP/1.1:
    10.5.4 503 Service Unavailable
    The server is currently unable to handle the request due to a temporary overloading or maintenance of the server. The implication is that this is a temporary condition which will be alleviated after some delay. If known, the length of the delay may be indicated in a Retry-After header. If no Retry-After is given, the client SHOULD handle the response as it would for a 500 response.
    Note: The existence of the 503 status code does not imply that a server must use it when becoming overloaded. Some servers may wish to simply refuse the connection.

  • JWS error: 503 Service Unavailable

    Ifs is running, i can map it in Windows Explorer or acces it via ftp.
    But when trying to connect via WEB, i get the message: 503 Service Unavailable.
    I checked The Java Web Server administration on port 1717 and it reports that JWS is running.
    We have on the same machine Apache Web server which runs on port 80, so we use port 81 for JWS.
    Any idea?

    We've worked it out.
    Thanks to Oracle Metalink...
    "If other protocols come up fine, this usually means that one of the following
    is not set correctly in the IfsDavServletParameters.properties file (in
    $IFSHOME/settings/oracle/ifs/protocols/dav/impl/properties):
    ifs.dav.guestusername=username
    ifs.dav.guestpassword=password
    Change the password in the IfsDavServletParameters.properties file and restart
    iFS"
    null

Maybe you are looking for