Server is up/down???

Dear All,
     I am trying to get authentication from my server, by using the below function...Here is a doubt...Once if my server is in "DOWN" state, i am getting the errors fired in my command prompt...how can i avoid this???.....i mean, i want to avoid the process of authentication, if the server is "DOWN"....how to find out whether a server is running in that url or not????
public String authenticateMe(String username, String password)
String setcookie="";
String cookie="";
try
URL theurl = new URL("http://192.168.10.55:8001/names.nsf?login&username=" + username + "&password=" + password);
HttpURLConnection.setFollowRedirects(false);
HttpURLConnection hurl = (HttpURLConnection)theurl.openConnection();
hurl.connect();
setcookie = hurl.getHeaderField ("set-cookie");
if(setcookie!=null)
int index=setcookie.indexOf(";");
cookie=(setcookie.substring(0,index)).trim();
hurl.disconnect();
hurl=null;
catch(Exception exp)
{exp.printStackTrace();}
return cookie;
bye,
Sakthivel S.

I haven't used the Timer class much myself. Would suggest you look at the tutorial at: http://java.sun.com/docs/books/tutorial/uiswing/misc/timer.html
and at the API documentation. Together they should have all the info. you need.
Then just experiment until you get it to work. If you run into any problems post again to ask someone else.
To start you off, I was thinking of something along the following lines (untested, just typed straight in):
private javax.swing.Timer timer;
private final int MILLISECONDS_DELAY = 15 * 60 * 1000; // 15 minutes
private void login()
    // code to login here
    // successful login
    if (timer == null) // if first time
         // create timer passing anonymous ActionListener to
         // handle event fired after delay
         timer = new Timer(MILLISECONDS_DELAY, new ActionListener()
             public void actionPerformed(ActionEvent ev)
                 login();
         timer.setRepeats(true); // keeps repeating itself
         timer.start(); // start it off
// assumes client has logged in to server already
private void request()
    // send request to server
    timer.restart(); // reset timer to zero
}

Similar Messages

  • KM Scheduler is making server to go down

    Hi All,
    We have a KM scheduler running in portal for syncronization of roles between portal and backend.
    But when there is mass upload of users happening in backend,the scheduler is occupying lots of memory and the server is going down.The problem is parallel threads are running for this scheduler(the timing is set for 10 mins).Other than extending the time interval option, I want to know if there any setting we can make, so that the new scheduler thread is not started until the first execution is over.
    Please help on this.
    Thanks and Regards,
    Sumangala

    Hi,
    The problem was solved by extending the time interval to 2hrs.
    Regards,
    Sumangala

  • An Error has occurred: File Repository server input is down

    Hello Team,
    I am getting the following error message "An Error has occurred: File Repository server input is down" when try to upload exel or any other document in repository using . NET Infoview. Even with the Admin account.
    and 
    If i try the same steps from Java Infoview i am able to upload the excel.
    I guess some issue with IIS .
    Env Dtls:
    BO XI 3.1 SP3
    IIS 7
    Windows server 2008.
    Waiting for your valuable suggestions.
    Regards,
    Sonu Pandita

    Hi Team,
    I resolved this issue by giving one user a permission on temp folder.
    Regards,
    Sonu Pandita

  • MS SQL server is going down frequently(10 days of gap) with exception message: "A severe error occurred on the current command. The results, if any, should be discarded".

    MS SQL server is going down frequently(10 days of gap) with exception message: "A severe error occurred
    on the current command. The results, if any, should be discarded". We are facing this issue for past two month.But funny thing is server will be up automatically with out any service restart manually.  Also if we try to restart the SQL
    server service manually then SQL server will be in a dead lock situation and it will not come up even if we wait for long time. Then we should do a windows server machine restart to
    make the SQL sever up. As a suggestion from Microsoft to fix this kind of similar issue,
    we have installed service pack 3 for SQL Server. But even after we are facing same issue.
    Server Details:
    Server OS: Windows Server 2008 R2
    Two type of database servers are installed on server:
    1. MS SQL Server 2008 R2
    2. My SQL
    Also Reporting server is configured for the purpose of generating SSRS report from a dot net website.
     NOTE:Immediately after the data retrieval/save, we are closing the connection explicitly by the
    application.
    we have checked the windows event log and below are the details:
    Log Name:      Application
    Source:        ASP.NET 4.0.30319.0
    Application information:
        Application domain: /LM/W3SVC/5/ROOT-1-130718142067856406
        Trust level: Full
        Application Virtual Path: /
        Application Path: E:\WebSpaceFolder\ACSQuiK\Production\
        Machine name: DBSERVER 
     Process information:
        Process ID: 148
        Process name: w3wp.exe
        Account name: NT AUTHORITY\NETWORK SERVICE 
     Exception information:
        Exception type: SqlException
        Exception message: A severe error occurred on the current command.  The results, if any, should be discarded.
       at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction)
       at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose)
       at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady)
    Log Name:      Application
    Source:        Report Server Windows Service (MSSQLSERVER)
    Description:
    Report Server Windows Service (MSSQLSERVER) cannot connect to the report server database.
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
      <System>
        <Provider Name="Report Server Windows Service (MSSQLSERVER)" />
        <EventID Qualifiers="0">107</EventID>
    Could anybody can suggest any kind of fix for this issue? Thanks in advance.

    Hi YesYemPee,
    I have tried but still not clear about your issue, I would like you provide more details information about your issue based on below points to better analysis about the issue:
    What action did you do and caused the error "A severe error occurred on the current command. The results, if any, should be discarded", did you run report on the web application or something else then the error happen?
    If you rendering the report and got the error, please try to provide us more error information in the log files which path like:
    C:\Program Files\Microsoft SQL Server\MSRS10_50.MSSQLSERVER\Reporting Services\LogFiles
    If it is not the case in step1, Please try to provide SQL Server Error log(SQL Server Logs) and more details information.
    If you still have any problem, please feel free to ask.
    Regards,
    Vicky Liu
    Vicky Liu
    TechNet Community Support

  • Error: Server BALAHSAN01:6400 not found or server may be down (FWM 01003)

    Hi All,
    I am a beginner with BO.
    I installed BOE (Version XI 3.0) on my machine. Just after the installation, all the tools were ok.
    After logging out of windows, I have the error "Error: Server BALAHSAN01:6400 not found or server may be down (FWM 01003) null" when I try to connect to the CMC or InfoView.
    My configuration is : Windows XP SP2. I'm using MySQL5 and Tomcat. ports have not been changed.
    Note : my server is the localhost (no firewall!). MySQL5 does work.
    Do you see any reason to this?
    Thanks,
    Daniel
    N.B: I've seen the discussions for this error in the forum, but the configurations were not the same ones (remote servers...)

    This forum is dedicated to general topics related to Business Objects solutions not actual technical queries.
    Please post this query to the Business Objects Enterprise Administration forum:
    BI Platform
    That forum is monitored by qualified technicians and you will get a faster response there. Also, all BOE queries remain in one place and thus can be easily searched in one place.
    Thank you for your understanding,
    Ludek

  • Error: Server (myserver):6400 not found or server may be down (FWM 01003)

    Hi
    I installede BOE in a Server, Just finish the installation I want launch the CMC,  but i can access, i have this error u201Cu2022  Error: Server myserver:6400 not found or server may be down (FWM 01003) nullu201D
    I install Business Objects XI R3.0 and Tomact, on Windows Server 2003 R2 Standar Edition SP2 and the repository is Microsoft SQL Server Express Edition.
    Does anyone have any idea that might be? thanks

    Please post this query to the Business Objects Enterprise Administration forum:
    BI Platform
    That forum is monitored by qualified technicians and you will get a faster response there. Also, all BOE queries remain in one place and thus can be easily searched in one place.
    Thank you for your understanding,
    Ludek

  • Java stack of XI server is going down frequently.

    Hi Experts,
    The java stack of our XI Server is going down very frequently. This is happening mostly once in 3 to 4 days.Please let me know what could be the problem and how can I reolve it
    Thanks & Regards,
    Shanahas.K

    Hi Sunny,
    Where can I check default trace files when your Java is down ?
    I have checked in /usr/sap/<SID>/DVEBMGS00/j2ee/cluster/server0 folder. But the files which I have found are either very old(about a month) or the files are latest which are created after the system is restarted.(Java started working after we restarted the server)
    Also, how to find out whether installed license in our As Java.
    Please help
    Thanks & regards,
    Shanahas

  • MDM ABAP API  ISSUE ( server  is getting down )

    Hi Folks,
    I am trying to retrieve matching results using MDM ABAP API.
    I am spiting source and target records into lot of blocks dynamically
    in program. I am getting output 2 to 3 times if i can run program
    sequential after that server is getting down (before running program
    i am completely going out and rerunning).After server bring's up
    running couple of times and server getting down.
    Please help me how can i solve this issue.
    Thanks,
    Anil.

    Hi Anil,
    You can have a look at the below links can cross check the steps you have performed in establishing the connection correctly:
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/media/uuid/00c49ffb-e5e5-2910-73ba-c85af1da5b0a
    ABAP APIs: Error "The connection is not trusted"
    Comaptible ABAP APIs for MDM 5.5 SP6 Patch 1
    https://www.sdn.sap.com/irj/sdn/wiki?path=/display/profile/tip%2b%2bMDM%2bABAP-API%2b%2bThings%2bto%2bRemember%2b(for%2bStarters)
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/e060251e-b58d-2910-02a2-c9a1d60d9116
    Hope It Helped
    Thanks & Regards
    Simona Pinto

  • VIP still reachable even if primary server farm is down

    Hi,
    I want to make sure that the a VIP is not PING-able anymore when the primary server farm is down (all servers are down).
    For that I have the following configuration :
    serverfarm host NCL_FARM_TEST
    probe NCL_PROBE_HTTP
    rserver CHPAUN028 443
    inservice
    policy-map type loadbalance http first-match L7_POLICY_NCL_TEST_HTTP
    description *** Load balancing rule for test in http mode ***
    class L7_CLASS_TEST
    serverfarm NCL_FARM_TEST backup NCL_REDIRECT_FARM_SORRY
    compress default-method gzip
    insert-http Source-IP header-value "%is"
    insert-http Remote-Port header-value "%pd"
    ssl-proxy client NCL_SSL_CLIENT
    policy-map multi-match VIP_PROD_AND_TEST
    class L4_CLASS_NCL_TEST_HTTP
    loadbalance vip inservice
    loadbalance policy L7_POLICY_NCL_TEST_HTTP
    loadbalance vip icmp-reply active primary-inservice
    nat dynamic 2 vlan 115
    appl-parameter http advanced-options NCL_HTTP_PARAM
    While testing this feature, I realize that the VIP is still reachable (PING), even if the server in the farm is in PROBE_FAILED status (For test, I have only one srserver in the farm).
    Here is the server farm status, while PING is still possible :
    CH01AC03/P-115-A# sh serverfarm NCL_FARM_TEST detail
    serverfarm : NCL_FARM_TEST, type: HOST
    total rservers : 1
    active rservers: 0
    description : *** Test Server Farm ***
    state : INACTIVE
    predictor : ROUNDROBIN
    failaction : -
    back-inservice : 0
    partial-threshold : 0
    num times failover : 27
    num times back inservice : 28
    total conn-dropcount : 0
    Probe(s) :
    NCL_PROBE_HTTP, type = HTTP
    ----------connections-----------
    real weight state current total failures
    ---+---------------------+------+------------+----------+----------+---------
    rserver: CHPAUN028
    10.240.3.128:443 8 PROBE-FAILED 0 609 8
    description : -
    max-conns : - , out-of-rotation count : -
    min-conns : -
    conn-rate-limit : - , out-of-rotation count : -
    bandwidth-rate-limit : - , out-of-rotation count : -
    retcode out-of-rotation count : -
    In the documentation, the following is written regarding the command "vip loadbalance icmp-reply active primary-inservice" it is stated that the ACE shold discard ping packets if all servers in the primary server farm are down.
    I probably missed something, but what ?
    Here is the service-policy status :
    Policy-map : VIP_PROD_AND_TEST
    Status : ACTIVE
    Interface: vlan 1 115
    class: L4_CLASS_NCL_TEST_HTTP
    nat:
    nat dynamic 2 vlan 115
    curr conns : 0 , hit count : 56
    dropped conns : 0
    client pkt count : 809 , client byte count: 231750
    server pkt count : 1262 , server byte count: 1375334
    conn-rate-limit : 0 , drop-count : 0
    bandwidth-rate-limit : 0 , drop-count : 0
    loadbalance:
    L7 loadbalance policy: L7_POLICY_NCL_TEST_HTTP
    VIP ICMP Reply : ENABLED-WHEN-PRIMARY-SF-UP
    VIP State: INSERVICE
    Persistence Rebalance: ENABLED
    curr conns : 0 , hit count : 56
    dropped conns : 0
    client pkt count : 809 , client byte count: 231750
    server pkt count : 1262 , server byte count: 1375334
    conn-rate-limit : 0 , drop-count : 0
    bandwidth-rate-limit : 0 , drop-count : 0
    compression:
    bytes_in : 1052393
    bytes_out : 309229
    Compression ratio : 70.61%
    Parameter-map(s):
    NCL_HTTP_PARAM
    Thank you for any hints,
    Yves Haemmerli

    Gilles,
    I have effectively four diferent policy maps :
    - one for PROD when the client arrives withh HTTP
    - one for PROD when the client arrives with HTTPS
    - one for TEST when the client arrives with HTTP
    one for TEST when the client arrives with HTTPS
    However, the PROD and the TEST environemnts use different server farms. I am testing the icmp-reply feature on the TEST environment. In the TEST environment, both Layer-7 policy maps use the same server farm.
    Here are the four polici maps :
    policy-map type loadbalance http first-match L7_POLICY_NCL_PROD_HTTP
    description *** Load balancing rule for production in http mode ***
    class L7_CLASS_PROD
    serverfarm NCL_FARM_PROD backup NCL_REDIRECT_FARM_SORRY
    insert-http Source-IP header-value "%is"
    insert-http Remote-Port header-value "%pd"
    ssl-proxy client NCL_SSL_CLIENT
    class L7_CLASS_REDIRECT
    serverfarm NCL_REDIRECT_FARM_PROD_HTTP
    policy-map type loadbalance http first-match L7_POLICY_NCL_PROD_HTTPS
    description *** Load balancing rule for production in https mode ***
    class L7_CLASS_PROD
    serverfarm NCL_FARM_PROD backup NCL_REDIRECT_FARM_SORRY
    insert-http Source-IP header-value "%is"
    insert-http Remote-Port header-value "%pd"
    ssl-proxy client NCL_SSL_CLIENT
    class L7_CLASS_REDIRECT
    serverfarm NCL_REDIRECT_FARM_PROD_HTTPS
    policy-map type loadbalance http first-match L7_POLICY_NCL_TEST_HTTP
    description *** Load balancing rule for test in http mode ***
    class L7_CLASS_TEST
    serverfarm NCL_FARM_TEST backup NCL_REDIRECT_FARM_SORRY
    compress default-method gzip
    insert-http Source-IP header-value "%is"
    insert-http Remote-Port header-value "%pd"
    ssl-proxy client NCL_SSL_CLIENT
    class L7_CLASS_REDIRECT
    serverfarm NCL_REDIRECT_FARM_TEST_HTTP
    policy-map type loadbalance http first-match L7_POLICY_NCL_TEST_HTTPS
    description *** Load balancing rule for test in https mode ***
    class L7_CLASS_TEST
    serverfarm NCL_FARM_TEST backup NCL_REDIRECT_FARM_SORRY
    insert-http Source-IP header-value "%is"
    insert-http Remote-Port header-value "%pd"
    ssl-proxy client NCL_SSL_CLIENT
    class L7_CLASS_REDIRECT
    serverfarm NCL_REDIRECT_FARM_TEST_HTTPS
    Yves

  • WebLogic server is shut down automatically

              After i install weblogic6.1 and run default server, I got the fowllowing message
              and then server is shut down automatically, I tried it days before, and it works,
              why not work now?
              Thanks in advance!
              moonriver
              <Nov 6, 2001 11:40:53 PM EST> <Notice> <Management> <Starting discovery of Managed
              Server... This feature is on by default, you may turn this off by passing -Dweblogic.management.discover=false>
              <Nov 6, 2001 11:40:58 PM EST> <Notice> <Management> <Application Poller not started
              for production server.>
              <Nov 6, 2001 11:40:58 PM EST> <Emergency> <WebLogicServer> <Unable to create a
              server socket for port: 7002. java.net.BindException: Address in use: JVM_Bind
              Perhaps another process is using port 7002.>
              <Nov 6, 2001 11:40:58 PM EST> <Emergency> <WebLogicServer> <The WebLogic Server
              is no longer listening for connections. You should probably restart it.>
              <Nov 6, 2001 11:40:58 PM EST> <Alert> <WebLogicServer> <Server shutdown has been
              requested by system>
              <Nov 6, 2001 11:40:58 PM EST> <Alert> <WebLogicServer> <The shutdown sequence
              has been initiated.>
              <Nov 6, 2001 11:40:58 PM EST> <Emergency> <WebLogicServer> <Unable to create a
              server socket for port: 7001. java.net.BindException: Address in use: JVM_Bind
              Perhaps another process is using port 7001.>
              <Nov 6, 2001 11:40:58 PM EST> <Alert> <WebLogicServer> <Server shutdown has been
              requested by system>
              <Nov 6, 2001 11:40:58 PM EST> <Alert> <WebLogicServer> <The shutdown sequence
              has been initiated.>
              <Nov 6, 2001 11:41:58 PM EST> <Notice> <WebLogicServer> <Started WebLogic AdminServer
              "myserver" for domain "mydomain" running in Production Mode>
              

    Most likely you have another WebLogic instance already listening on 7001.
              Moonriver Sun <[email protected]> wrote:
              > After i install weblogic6.1 and run default server, I got the fowllowing message
              > and then server is shut down automatically, I tried it days before, and it works,
              > why not work now?
              > Thanks in advance!
              > moonriver
              > -----------------
              > <Nov 6, 2001 11:40:53 PM EST> <Notice> <Management> <Starting discovery of Managed
              > Server... This feature is on by default, you may turn this off by passing -Dweblogic.management.discover=false>
              > <Nov 6, 2001 11:40:58 PM EST> <Notice> <Management> <Application Poller not started
              > for production server.>
              > <Nov 6, 2001 11:40:58 PM EST> <Emergency> <WebLogicServer> <Unable to create a
              > server socket for port: 7002. java.net.BindException: Address in use: JVM_Bind
              > Perhaps another process is using port 7002.>
              > <Nov 6, 2001 11:40:58 PM EST> <Emergency> <WebLogicServer> <The WebLogic Server
              > is no longer listening for connections. You should probably restart it.>
              > <Nov 6, 2001 11:40:58 PM EST> <Alert> <WebLogicServer> <Server shutdown has been
              > requested by system>
              > <Nov 6, 2001 11:40:58 PM EST> <Alert> <WebLogicServer> <The shutdown sequence
              > has been initiated.>
              > <Nov 6, 2001 11:40:58 PM EST> <Emergency> <WebLogicServer> <Unable to create a
              > server socket for port: 7001. java.net.BindException: Address in use: JVM_Bind
              > Perhaps another process is using port 7001.>
              > <Nov 6, 2001 11:40:58 PM EST> <Alert> <WebLogicServer> <Server shutdown has been
              > requested by system>
              > <Nov 6, 2001 11:40:58 PM EST> <Alert> <WebLogicServer> <The shutdown sequence
              > has been initiated.>
              > <Nov 6, 2001 11:41:58 PM EST> <Notice> <WebLogicServer> <Started WebLogic AdminServer
              > "myserver" for domain "mydomain" running in Production Mode>
              Dimitri
              

  • WebLogic server is shut down automatically(in win2k pro)

    After i install weblogic6.1 and run default server, I got the fowllowing message
    and then server is shut down automatically, I tried it days before, and it works,
    why not work now?
    Thanks in advance!
    moonriver
    <Nov 6, 2001 11:40:53 PM EST> <Notice> <Management> <Starting discovery of Managed
    Server... This feature is on by default, you may turn this off by passing -Dweblogic.management.discover=false>
    <Nov 6, 2001 11:40:58 PM EST> <Notice> <Management> <Application Poller not started
    for production server.>
    <Nov 6, 2001 11:40:58 PM EST> <Emergency> <WebLogicServer> <Unable to create a
    server socket for port: 7002. java.net.BindException: Address in use: JVM_Bind
    Perhaps another process is using port 7002.>
    <Nov 6, 2001 11:40:58 PM EST> <Emergency> <WebLogicServer> <The WebLogic Server
    is no longer listening for connections. You should probably restart it.>
    <Nov 6, 2001 11:40:58 PM EST> <Alert> <WebLogicServer> <Server shutdown has been
    requested by system>
    <Nov 6, 2001 11:40:58 PM EST> <Alert> <WebLogicServer> <The shutdown sequence
    has been initiated.>
    <Nov 6, 2001 11:40:58 PM EST> <Emergency> <WebLogicServer> <Unable to create a
    server socket for port: 7001. java.net.BindException: Address in use: JVM_Bind
    Perhaps another process is using port 7001.>
    <Nov 6, 2001 11:40:58 PM EST> <Alert> <WebLogicServer> <Server shutdown has been
    requested by system>
    <Nov 6, 2001 11:40:58 PM EST> <Alert> <WebLogicServer> <The shutdown sequence
    has been initiated.>
    <Nov 6, 2001 11:41:58 PM EST> <Notice> <WebLogicServer> <Started WebLogic AdminServer
    "myserver" for domain "mydomain" running in Production Mode>

    [att1.html]

  • Server 2012 X64 R2 DNS Server keeps shutting down after inplace upgrade from Server 2012 X64

    Hi,
    ever since upgrading from Server 2012 X64 to Server 2012 R2 X64 my dns server keeps shutting down every several minutes before having to do a restart.  When viewing the event log this is all I see..
    The DNS Server service terminated unexpectedly.  It has done this 497 time(s).  The following corrective action will be taken in 60000 milliseconds: Restart the service.
    if I look in the Application Error Log,  I will also find the following:
    Faulting application name: dns.exe, version: 6.3.9600.17031, time stamp: 0x530871fb
    Faulting module name: dns.exe, version: 6.3.9600.17031, time stamp: 0x530871fb
    Exception code: 0xc0000005
    Fault offset: 0x000000000010b0e0
    Faulting process id: 0x1740
    Faulting application start time: 0x01cf531b2e3a7f5e
    Faulting application path: C:\Windows\system32\dns.exe
    Faulting module path: C:\Windows\system32\dns.exe
    Report Id: 90a4ab37-bf0e-11e3-9446-003048df3f03
    Faulting package full name:
    Faulting package-relative application ID:
    I have tried removing and then reinstalling the DNS Server role, but the same situation occurs..
    thanks,

    Hi,
    I'm going crazy,  I've upgraded my Server 2012 Standard to Server 2012 R2 Standard and now my DNS server keeps crashing since the in place upgrade.  I have finally narrowed it down to it only crashes after several minutes if I load the data from
    a file instead of the registry.  As a test I:
    -1- killed all my dns data,
    -2- uninstalled the dns server role
    -3- deleted the /windows/system32/dns directory
    -4- reinstalled the DNS server role
    -5- used the wizard to create a DNS server and a forward zone.
    everything works okay, no crashes,  then I change the advanced propertied of the DNS server to load from file, restart the DNS server and once again it crashes every 2 minutes..
    Please help,  this is killing me..
    thanks in advance..

  • Server is shutting down

    Hi,
    I'm working with OAS 9.0.4 on AIX 5.2. I'm trying to run reports but I get the following error message:
    REP-500002: Server is shutting down.
    And sometimes the following error message:
    REP-52266: The in-process Reports Server rep_test failed to start.exception oracle.reports.RWException {
    oracle.reports.RWError[] errorChain={struct oracle.reports.RWError {
    int errorCode=52266,
    java.lang.String errorString="The in-process Reports Server rep_test failed to start.",
    java.lang.String moduleName="REP"
    I made a trace of the report server and collect the following data:
    [2006/1/21 4:15:33:415] Exception 50001 (): Server is initializing
    exception oracle.reports.RWException {
    oracle.reports.RWError[] errorChain={struct oracle.reports.RWError {
    int errorCode=50001,
    java.lang.String errorString="Server is initializing",
    java.lang.String moduleName="REP"
    at oracle.reports.utility.Utility.newRWException(Utility.java(Compiled Code))
    at oracle.reports.server.RWServer.stateCheck(RWServer.java:790)
    at oracle.reports.server.ServerImpl.newConnection(ServerImpl.java:125)
    at oracle.reports.server.ServerClassPOATie.newConnection(ServerClassPOATie.java:74)
    at oracle.reports.server._ServerClassStub.newConnection(_ServerClassStub.java:128)
    at oracle.reports.client.ReportRunner.connectToServer(ReportRunner.java(Compiled Code))
    at oracle.reports.rwclient.ServletCmdMgr.handleWebCommand(ServletCmdMgr.java(Compiled Code))
    at oracle.reports.rwclient.RWClient.handleWebCommand(RWClient.java(Compiled Code))
    at oracle.reports.rwclient.RWClient.processRequest(RWClient.java(Compiled Code))
    at oracle.reports.rwclient.RWClient.doPost(RWClient.java:488)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java(Compiled Code))
    at javax.servlet.http.HttpServlet.service(HttpServlet.java(Compiled Code))
    at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java(Compiled Code))
    at oracle.security.jazn.oc4j.JAZNFilter.doFilter(Unknown Source)
    at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java(Compiled Code))
    at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java(Compiled Code))
    at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java(Compiled Code))
    at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:208)
    at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:125)
    at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:192)
    at java.lang.Thread.run(Thread.java:568)
    [2006/1/21 4:15:41:751] Warning 50103 (EngineManager:registerEngine): REP-55103: API URLEngine:getEngineEnvs not applicable to URL engine
    [2006/1/21 4:15:41:751] Info 56026 (EngineManager:registerEngine): Reports Server started up engine rwURLEng-0
    [2006/1/21 4:15:41:756] State 56004 (EngineInfo:setState): Engine rwURLEng-0 state is: Ready
    Other errors I found in trace:
    2006/1/21 4:43:24:978] Info 50002 (RWServer:shutdown): Server is shutting down
    [2006/1/21 4:43:24:978] Info 50103 (RWServer:startServer): Notify thread to exit
    [2006/1/21 4:43:24:978] Info 50103 (RWServer:startServer): RWServer thread exits
    [2006/1/21 4:43:24:979] Exception 56097 (): Engine rwEng-0 callback timeout
    exception oracle.reports.RWException {
    oracle.reports.RWError[] errorChain={struct oracle.reports.RWError {
    int errorCode=56097,
    java.lang.String errorString="Engine rwEng-0 callback timeout",
    java.lang.String moduleName="REP"
    at oracle.reports.utility.Utility.newRWException(Utility.java(Inlined Compiled Code))
    at oracle.reports.server.EngineManager.manage(EngineManager.java(Compiled Code))
    at oracle.reports.server.IdleThread.run(IdleThread.java(Compiled Code))
    Could some body help me about this errors?
    Thank you in advance,
    Jose

    Hi Martin
    Thank you for your answer. We only need to run reports using URLs (rwservlet).
    After the installation, we find the problem that DISPLAY was not set. We solve it and run the demo reports ok. Then we restarted the server (shutdown and restart including AIX), everything restarted well but we were unable to run the reports again, with the messages I described before.
    I did not see any post-installation procedure for reports and AIX, does this procedure exists? where can I find it?
    Thank you for the help,
    Jose

  • Report server10g "server is shutting down"

    Hi,
    i have installed developer suit 10g on windows 2003 server and just ran "RWSERVER SERVER=RPS START" but report server status is "server is shutting down"??
    Thanks,
    Anwar

    I just tried to start report server by administrator user, its working now

  • Server getting slow down

    My windows server getting slow down
    windows 2008R2 & 12 gm ram is installed but then too getting slow.

    Hi
    Remove nested select and if all primary keys are then use single otherwise upto 1 rows
    also remove the unnecessary code like this
    see the below code you added twice the amount there
    delete the itab before looping
    use single loop to add the values
    --calculations--
    LOOP AT ITAB.
    IF ITAB-KSCHL <> ''.
    TOTAL1 = TOTAL1 + ITAB-AMOUNT.
    ENDIF.
    ENDLOOP.
    DELETE ITAB WHERE KSCHL <> ''.
    LOOP AT ITAB.
    TOTAL = TOTAL + ITAB-AMOUNT .
    ITAB-TDSWCT = ITAB-TDS + ITAB-WCT.
    ENDLOOP.
    Regards
    Shiva

Maybe you are looking for