How to check if server is up?

I have my own server (using no-ip) with my system but sometimes it might no be up and running, in that case all system should still continue working, and they do, the only problem is the system takes ages to really start - it seems that it keeps checking the server status for a long period of time.
My Question is: how can I set my JNLP to no keep checking server status if it not up and running?
Here is my JNLP file:
<?xml version="1.0" encoding="UTF-8"?>
<jnlp
    spec="1.5+"
    codebase="http://_MY_SERVER_/sistemas"    href="SIKGET_INSTALAR-SERVIDOR.jnlp">
    <information>
        <title>Transis</title>
        <vendor>Francisco Vieira Souza</vendor>
        <homepage href="docs/help.html"/>
        <description>ERP Para Transportadoras</description>
        <description kind="short">Transis</description>
        <icon href="imagens/icone_sikget.gif"/>
        <icon href="imagens/sikget-logo.png" kind="splash"/>
        <offline-allowed/>
        <shortcut online="true">
            <desktop/>
            <menu submenu="ERP Transis"/>
        </shortcut>
    </information>
    <security>
        <all-permissions/>
    </security>
    <update check="timeout" policy="always"/>   
    <resources>
        <j2se version="1.5.0+" java-vm-args="-esa -Xnoclassgc -Xms256m -Xmx256m" href="http://java.sun.com/products/autodl/j2se" />
        <jar href="http://_MY_SERVER_/sistemas/SikGet10Y.jar" main="true" download="eager" />
        <jar href="http://_MY_SERVER_/sistemas/libs/libs10anos/commons-beanutils.jar"  />
        <jar href="http://_MY_SERVER_/sistemas/libs/libs10anos/commons-collections-3.1.jar"  />
        <jar href="http://_MY_SERVER_/sistemas/libs/libs10anos/commons-digester.jar"  />
        <jar href="http://_MY_SERVER_/sistemas/libs/libs10anos/commons-lang-2.0.jar"  />
        <jar href="http://_MY_SERVER_/sistemas/libs/libs10anos/commons-logging-1.0.3.jar"  />
        <jar href="http://_MY_SERVER_/sistemas/libs/libs10anos/commons-logging.jar"  />
        <jar href="http://_MY_SERVER_/sistemas/libs/libs10anos/commons-logging-api.jar"  />
        <jar href="http://_MY_SERVER_/sistemas/libs/libs10anos/commons-net-ftp-current.jar"  />
        <jar href="http://_MY_SERVER_/sistemas/libs/libs10anos/jakarta-oro-2.0.8.jar"  />
        <jar href="http://_MY_SERVER_/sistemas/libs/libs10anos/firebirdsql-full.jar"  />
        <jar href="http://_MY_SERVER_/sistemas/libs/libs10anos/binding-2.0.1.jar"  />
        <jar href="http://_MY_SERVER_/sistemas/libs/libs10anos/beansbinding-1.2.1.jar"  />   
        <jar href="http://_MY_SERVER_/sistemas/libs/libs10anos/formsrt.jar"  />
        <jar href="http://_MY_SERVER_/sistemas/libs/libs10anos/jasperreports-2.0.4.jar"  />
        <jar href="http://_MY_SERVER_/sistemas/libs/libs10anos/itext-1.3.1.jar"  />
        <jar href="http://_MY_SERVER_/sistemas/libs/libs10anos/jcommon-1.0.0-rc1.jar"  />
        <jar href="http://_MY_SERVER_/sistemas/libs/libs10anos/jdt-compiler.jar"  />
        <jar href="http://_MY_SERVER_/sistemas/libs/libs10anos/jfreechart-1.0.0-rc1.jar"  />
        <jar href="http://_MY_SERVER_/sistemas/libs/libs10anos/Lib.jar"  />
        <jar href="http://_MY_SERVER_/sistemas/libs/libs10anos/looks-2.1.4.jar"  />
        <jar href="http://_MY_SERVER_/sistemas/libs/libs10anos/log4j-1.2.14.jar"  />       
        <jar href="http://_MY_SERVER_/sistemas/libs/libs10anos/swingx-0.8.0.jar"  />
        <jar href="http://_MY_SERVER_/sistemas/libs/libs10anos/mail.jar" download="eager" />
        <jar href="http://_MY_SERVER_/sistemas/libs/libs10anos/pop3.jar" download="eager" />
    </resources>
    <application-desc main-class="main.Main"/>
</jnlp>

.

Similar Messages

  • How to check Integration Server Client and ABAP stack Client?

    How to check Integration Server Client and ABAP stack Client? How to check,,pls tell in detailed steps???
    Points would be awarded.
    Arnab

    hi,
    Must be the server has different clients,one declared as application server ie abap stack client and the other declared as Integration server ie XI. U might be trying to open idx5 in application server client, in which idx5  exists but you cant open the screen even, that can be achieved through we02.
    000 is the default client when  XI server is installed .We can create separate clients on the system through sccl tcode.
    As told we can find the client  on sap logon screen.
    Logon to sxmb_adm and check whether the client is declared as an application system(r/3) or Integration server(xi).Try idx5 in xi not r/3
    Edited by: NagaDurga Nannapaneni on Aug 28, 2008 11:36 AM

  • How to check installed server is ABP + JAVA

    Hi,
    Please let me know , how to check the installed server is ABP+JAVA.
    and also how do i know whether its an SR2 or SR3..
    Thanks

    Hi,
    If you have access to  MMC, where you can very well find out through that, if the SDM is installed then assuem that JAVA is also installed.
    otherise through the t_code: SMICM, menu->Goto->Administration->Display HTTP Data, will display
    J2EE_SERVER=True then java is installed.
    Release level can be find out from System->Status->SAP Sytem Data->Magnify you can find out the latest patch level & Release level.
    Ahamed

  • How to Check Report Server Service

    Hi Friends,
    I have installed Report 6i on NT - Report server and Report Developer on my PC and am running Forms on web successfully , but when I call a report from the web form (thru Run_Product) I am facing problem to see the report output in the browser (report made recently in Report 6i). The report runs well as a standalone in the previewer.
    Can anybody tell me how to check whether the Report Server process running or not I mean whats its name and also whether the Report Server is installed as a service or not how to check ?
    Thanks in advance.
    null

    Hi SQL_By_Chance,
    Based on my experience, you can use ReportingService2010.FindItems Method or ReportingService2010.ListChildren Method to return items from a report server database or SharePoint library that match the search criteria or get a list of children of a specified
    folder. And then judge whether the item exists. For the details, please refer to the link:
    Report Server Namespace Management Methods.
    For the second question, you can read the RDL as XML using .NET in local machine. For the more information, please see the thread:
    http://social.msdn.microsoft.com/Forums/en-US/f64b3071-ffb5-40b6-8529-49b5d9fe159a/what-apis-are-available-for-reading-rdl-files.
    When you read the data source item, you can set the data sources for an item in a report server database or SharePoint library using ReportingService2010.SetItemDataSources Method. Please follow the link:
    ReportingService2010.SetItemDataSources Method
    Hope this helps.
    Regards,
    Heidi Duan
    Heidi Duan
    TechNet Community Support

  • How to check/retrieve server logs?

    Hi. I have an app that is running off a CF server. The app has been crashing lately and a programmer recommends I check the server logs. Could someone please tell me how I do that? Thanks so much.

    Hi Luke,
    Login to CFadmin http://URL/cfide/administrator/index.cfm
    then select Debugging & Logging > Log Files
    search or download server.log or other logs present.
    Alternate CF Java log files in CF\runtime\logs (\Jrun4\logs multi-server)
    might provide hint to crash outage.
    HTH, Carl.

  • How I check form server version oracle

    Hi .
    I am need to install Report biulder on my pc and i do not know how to check the version of form server .
    Can enyone help please.
    Thanks.

    Hi
    am afraid 2 tell u this is not the appropriate form but, Pls see the following link
    http://onlineappsdba.com/index.php/2008/08/17/oracle-releaseversion-number-for-apps-forms-jinitiator-oid-sso-portal-ias-oc4j-unix-xxxx/
    http://easyoracleapps.wordpress.com/2010/03/12/find-component-version-in-oracle-apps/
    u need Apps forum
    Regards,
    Abdetu...

  • How to check report server name and how to start report server in 10g ?

    Hello Experts,
    I do have 10g Dev suite installed on my machine
    I want to run my report on web using OC4J
    How can i check the report server name as well how can i start the report server if is not running ?
    As well,
    Want to know in real time how it works in case there is application server installed 
    Thanks in advance,
    SShubhangi

    Hi Tony
    Sorry for the confusion as I m new to reports
    I do have 10g Dev suite installed/Report builder on my local machine
    I want to run my report on web using OC4J on the same local machine instead of the Run paper layout and Run web layout option
    Means i want to run the report by passing URL like below
    http://hostname:port/reports/rwservlet?report=report_name server=server_name+userid=db_connect_string+destype=file
    +desformat=spreadsheet+desname=C:\temp\myexcel_output.htm
    How can i check the report server name as well how can i start the report server if is not running ?
    Hope this is clear now
    Thanks...

  • How to check if server is behind a firewall or not.

    Hi Everyone,
    For one of our customer remote sites i need to open some specific ports between the servers.
    For this i need to config the ACL on firewalls.
    Say Source is 192.168.50.x 
           Source is 172.16.10.x
           Source is 172.30.50.x
    Destination is 172.16.10.x
    I do not know deatiled network topology at the remote site.
    I know the servers default gateway and traffic from source server to  to destination goes via few firewalls.
    Need to confirm if i need to track which firewalls traffic flows from source to destination server best way is to remote in to server gateway and
    do the sh ip route 172.16.10.x? and check the next hop device if it is firewall or not?
    Also in some case source and destination server have same subnet so in this case i can assume no ACL is needed as they are behind same network?
    Regards
    Mahesh

    Mahesh,
    If your remote partner is using the same private network addressing as you (172.16.10.0 network) then you will have to use some NAT to change how they appear to your sources. Otherwise they won't be able to distinguish the path to "your" 172.16.10.0 subnet from "theirs". You will also have to NAT your sources in the 172.16.10.0 network to appear as something else to them or else they will have the same problem.
    There a couple of good external sites with examples of how this works. Please refer to this packetu.com posting and this packetpushers one.

  • How to check jms server is running or not

    Hi,
    Is there any to check whether defined jms sever in a weblogic domain,10.3, is running or not?
    thanks

    Hi bala
    T code for checking your ABAP and Java ports is SMICM.
    Then select GOTO --> Parameters --> Find the parameter given below for ABAP port.
    icm/server_port_0 = PROT=HTTP,PORT=8000,TIMEOUT=30,PROCTIMEOUT=600
    Java Port:
    icm/j2ee_0 gives you Java port.
    Refer the point no 8 of the web log it states about  start the J2EE server.
    /people/krishna.moorthyp/blog/2006/07/23/http-errors-in-xi
    Regds
    Abhishek

  • How to check remote server(client server) name in RFC

    Hi, gurus..
    Is there a way to get a name of client server in RFC.
    There is an RFC 'ZTEST' at System B.
    'ZTEST' could be called by any system.
    So, I want to check the authority by calling system's name.
    System A is allowed to call System B, but System C can not.
    Please help me.

    The destination "BACK" can be used to refer back to the caller.
    So you can do something like
      CALL FUNCTION 'RFC_SYSTEM_INFO'
        DESTINATION 'BACK'
        IMPORTING
          rfcsi_export      = rfcsi_export
          current_resources = current_resources
          maximal_resources = maximal_resources
          recommended_delay = recommended_delay.
    ..to get the system information of the caller.
    Cheers
    Graham Robbo

  • Check Application Server edition?

    Hello,
    How to check Application Server edition (Enterprise Edition or Standard Edition)?
    In $ORACLE_HOME/config/ias.properties I have not found such information...

    One is the Licence and the other is the Version.
    For check the version you need to go to Link:[https://shop.oracle.com/pls/ostore/f?p=ostore:home:0] and check what are the differences between
    Starndard Edition One
    Starndard Edition and
    Enterprise Edition
    It depends in what you install, no matter version (well for lastest could), If you have only OC4J containers, and Apache installed is smaller and with more and more products, such as infrastructure and BI products you could get to Enterprise.
    Greetings

  • How to check whether a file is present in the UNIX directory of app. server

    Hi,
            I am creating files in the UNIX directory in the application server using :
                       CONCATENATE '/sapmnt/RD1/interfaces/client670/'
                       p_fname '.CSV' INTO w_filename.
               OPEN DATASET w_filename FOR OUTPUT IN TEXT MODE.
              LOOP AT t_output1.
                      TRANSFER t_output1 TO w_filename.
              ENDLOOP.
             CLOSE DATASET w_filename.
    I am unable to check whether a file with the same name exists or not. How to check the duplicate state of the file.

    You can use the following fm
    RZL_READ_FILE
    or
    use OPEN DATASET FOR INPUT.

  • How to check file name in APP server

    Hi,
    Iam writing some files to APP server .Iam unable to check those files by using AL11. How to check those files in APP server?

    Hi,
    You can use this FM EPS_GET_DIRECTORY_LISTING.
    Also please try this FM /SAPDMC/LSM_F4_SERVER_FILE.
    AT SELECTION-SCREEN ON VALUE-REQUEST FOR p_apath.
    * Open the Browse Dialog Box on the Application Server
    CALL FUNCTION '/SAPDMC/LSM_F4_SERVER_FILE'
      IMPORTING
        serverfile = p_apath
      EXCEPTIONS
        canceled_by_user = 1
        OTHERS           = 2.
    IF sy-subrc <> 0.
    * No need to check for sy-subrc
    ENDIF.
    Regards,
    Ferry Lianto

  • How to check file is exists  in specified path in content server or not

    i m using JDevloper 11.1.1.6.0
    I want to upload file using RIDC functions,but before uploading it i have to check wheather it is already present on specified path in content server or not.
    How i check it.

    I tried to write a (simpler) version of my own code:
        public static Results CheckInToFolder(File f) {
            // create the binder
            DataBinder checkinDoc = idcClient.createBinder();
            // populate the binder with the parameters
            checkinDoc.putLocal("IdcService", "CHECKIN_UNIVERSAL");
            checkinDoc.putLocal("dDocTitle",
                                "Document checked in through RIDC at " +
                                new Date());
            checkinDoc.putLocal("dDocType", "Document");
            checkinDoc.putLocal("dDocAccount", "");
            checkinDoc.putLocal("dSecurityGroup", "Public");
            checkinDoc.putLocal("dCollectionID", "909964822906001607");
            // add a file
            // execute the request
            try {
                checkinDoc.addFile("primaryFile", f);
            } catch (IOException e) {
                myExecutable.logEvent("File" + f.getName() + " not found.");
                return null;
            ServiceResponse checkinResponse;
            try {
                checkinResponse = idcClient.sendRequest(userContext, checkinDoc);
                myExecutable.logEvent("Check-in successful. Size:" + f.length() + " bytes");
            catch (oracle.stellent.ridc.protocol.ServiceException e) {
                            myExecutable.logEvent("ServiceException");
                            e.printStackTrace();
                            return null;   
            catch (IdcClientException e) {
                myExecutable.logEvent("Check-in failed.");
                e.printStackTrace();
                return null;
            DataBinder checkinData;
            try {
                checkinData = checkinResponse.getResponseAsBinder();
                Results res =
                    new Results(checkinData.getLocal("dID"), checkinData.getLocal("dDocName"));
                myExecutable.logEvent("Successfully got response - dID is " +
                                      res.getDID() + ", dDocName is " +
                                      res.getDDocName());
                return res;
            catch (oracle.stellent.ridc.protocol.ServiceException e) {
                            myExecutable.logEvent("ServiceException2");
                            //e.printStackTrace();
                            return null;   
            catch (IdcClientException e) {
                myExecutable.logEvent("Unable to get response.");
                e.printStackTrace();
            return null;
        }What I'm getting is this:
    Mon Aug 13 14:51:29 CEST 2012 0ms: Started
    Mon Aug 13 14:51:29 CEST 2012 57ms: Connection to idc://192.168.44.129:4444 successfully established.
    Mon Aug 13 14:51:29 CEST 2012 102ms: Check-in successful. Size:702 bytes
    Mon Aug 13 14:51:29 CEST 2012 5ms: ServiceException2
    Mon Aug 13 14:51:29 CEST 2012 0ms: Finished
    This means:
    a) it does, indeed, return the exception (oracle.stellent.ridc.protocol.ServiceException)
    b) you could use this mechanism for your code
    c) it is, indeed, primaryFile.name what's being checked
    I will also take a look at the other service to perform the check prior to check-in service call.

  • How to check last log backup happend in sql server

    Hi All,
    How to check last log backup happend in sql server
    Thanks in advance
    Shashikala

    Last Tlog Bakcup details
    SELECT
       CONVERT(CHAR(100), SERVERPROPERTY('Servername')) AS Server,
       msdb.dbo.backupset.database_name,
       MAX(msdb.dbo.backupset.backup_finish_date) AS last_db_backup_date
    FROM   msdb.dbo.backupmediafamily
       INNER JOIN msdb.dbo.backupset ON msdb.dbo.backupmediafamily.media_set_id = msdb.dbo.backupset.media_set_id
    WHERE  msdb..backupset.type = 'L'
    GROUP BY
       msdb.dbo.backupset.database_name
    ORDER BY
       msdb.dbo.backupset.database_name
    --Most Recent Database Backup FULL for Each Database
    SELECT 
       CONVERT(CHAR(100), SERVERPROPERTY('Servername')) AS Server,
       msdb.dbo.backupset.database_name, 
       MAX(msdb.dbo.backupset.backup_finish_date) AS last_db_backup_date
    FROM   msdb.dbo.backupmediafamily 
       INNER JOIN msdb.dbo.backupset ON msdb.dbo.backupmediafamily.media_set_id = msdb.dbo.backupset.media_set_id 
    WHERE  msdb..backupset.type = 'D'
    GROUP BY
       msdb.dbo.backupset.database_name 
    ORDER BY 
       msdb.dbo.backupset.database_name
    http://www.mssqltips.com/sqlservertip/1601/script-to-retrieve-sql-server-database-backup-history-and-no-backups/
    Database -- > Right click -- > Properties -- >
    Raju Rasagounder Sr MSSQL DBA

Maybe you are looking for