Calling a host that is not running Java

Hi,
I'm running a client in Java and I'm looking to make calls to a host server that is not running Java.
The call is just a simple command line call. The client just needs to send the host the command line to execute.
How can I go about doing this? How should the client be programmed to make calls to a none Java server?

Hi,
I'm running a client in Java and I'm looking to make
calls to a host server that is not running Java.
The call is just a simple command line call. The
client just needs to send the host the command line
to execute.
How can I go about doing this? How should the client
be programmed to make calls to a none Java server?The server must be running something that is willing to handle the command. If the server isn't running something then you can't do it.
For example it might be running telnet.
So the first step is to figure out what it is running that allows you to run that command.
Once you figure that out then that will determine how you send the command to it.

Similar Messages

  • Hosts that have not authenticated in 90 days report

    I have ACS running 5.2.  I was wondering if there are any reports that will show the MAB hosts that have not authenticated in 90 days.  This would be useful for purging the host list.  Any other ideas would also be helpful
    Thanks,
    Alex Pfeil

    Hi,
    Please, check if this PO appears in COOI table. If it does, then everything allegedly is OK; if it does not try running OKKB transaction for this PO.
    Regards,
    Eli

  • List of games that are not running correctly or does not run in ICS update

    I hope to start a list for apps (esp games) that does not run after the ICS update.
    Kindly list the game name along with the error. Hopefully its not off topic.

    Since many of us having issues with gaming [both HD and Non-HD] after updating to ICS, so i decided to share a little bit of info regarding gaming performance in ICS.
    For the gaming troubles we are not yet sure whom to blame? SONY, ICS or the Game developer.
    1. Few game developers said that their 3D engine is not yet compatible with ICS.
    2. No response from Google yet.
    3. Sony was suppose to update their Graphics driver [Adreno] in ICS, so we were expecting better gaming experience, but in reality it declined. [Hoping to solve in 4.0.4, if SONY releases]
    Remember Gaming performance and experience can be different depending on device, application version etc. Results stated below may not be same for all.
    Few Gaming updates from different users:
    # Angry Birds Space : For some it worked/some not working [Worked for me]
    # Temple Run : Touch Control issues [ Game Developers said that their 3D engine is not yet compatible with ICS]
    # Fruit Ninja: Some reported it lags. The speed of movement is slow.
    # Asphalt 6HD : Works but some weird lines appears in the screen.
    # NOVA 2 HD : Runs for 2-3 mins then force closes.
    # Backstab HD : Runs for 2-3 mins then force closes.
    # Dead Space : Working well till now.
    # MW3: Working.
    # Fifa 12 : Not working for me.
    # Shadow Gun: Not Working.
    Now it was advised that you must use the latest version of the games available in Google play store. The version worked in Gingerbread may not work in ICS. So it is recommended that you download the latest version of the games you want to play in ICS.
    **Before Downloading you can also contact the developers if the games has any compatibility issues with ICS or not.
    Message was edited by: Auni

  • Trying to access a file from a host that is not available

    If I try to access a file on a host that is not available/unreachable, it hangs up for about 5-10 minutes. Is there any way to speed this up? I am using JDK 1.4.2
    String filename = "\\\\ip\\myFile.txt"; // ip address is unreachable
    File f = new File(filename);
    f.exists(); // hangs hereTIA,
    DB
    Edited by: Darth_Bane on Aug 14, 2009 9:33 PM
    Edited by: Darth_Bane on Aug 14, 2009 9:34 PM

    I think you can use an IP address in the File spec. Windows allows you to use the IP address rather then the hostname in a // address (UNC?) infact its faster to use the ip over the hostname (windows networking is SLOW anyway)
    Why not try dertimining if the machine is connected to the network before trying to get the file? There is something in the NetworkInterface API about pinging a IP or was that in the Socket API. eitherway, i think finding out if the computer is available before the file would make sense, that way you arnt waiting arround to find out if the file on an unavailable machine isnt there when you know the machine isnt online.
    Thats my two cents.

  • I have a Novatel U998 Turbo Stick that will not run on Lion because it is designed for 32 bit. HELP

    I have a Novatel U998 Turbo Stick that will not run on Lion. Can Lion be run as 32 bit? If so - how??

    Lion includes a hybrid Kernel, as well 32bit and 64bit core OS. By default it will boot the 64bit part.
    press 3+2  keyboard combo on bootup. This forces 32bit mode for the Kernel ( the apps are still 64bit default ). 6+4 will force 64bit mode.
    The 32bit Kernel can load 32bit drivers ( kernel extensions = *.kext files in /system/library/extensions ).
    The 64bit Kernel will not load any 32bit drivers
    if a Application makes problems in its native 64bit mode, you can force it to run in 32bit compatibility mode by revealing it in Finder, "get-info" on the Apps Icon and checkmark "run in 32bit mode".
    No matter which kernel is booted, 32 or 64 Lion can always execute 32 and 64bit apps.

  • Compile correct but not run java programs

    I have problem. Java program copile correctly but not run. I can't understand this one.
    **this is the error**
    Exception in thread "main" java.lang.NoClassDefFoundError: suminda
    Caused by: java.lang.ClassNotFoundException: suminda
    at java.net.URLClassLoader$1.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClassInternal(Unknown Source)
    Could not find the main class: suminda. Program will exit.

    The error is telling you that the jvm could not find a class named suminda. Are you aware that class names are case sensitive? Suminda is not the same as suminda for example.
    This error usually happens when you haven't specified the classpath correctly. A simple thing to try isjava -cp  .  sumindaHere's some links that may help.
    [http://www.kevinboone.com/classpath.html]
    [http://java.sun.com/javase/6/docs/technotes/tools/findingclasses.html]

  • TcpInitiator is not running - java.lang.IllegalStateException

    This is the first time we have seen this exception on our Extend-client side in the past 6 months. What is the reason we are getting this? How can this be fixed? Do we need to do some autostart some where?
    java.lang.IllegalStateException: XYZ-tcpProxy:TcpInitiator is not running
         at com.tangosol.coherence.component.util.daemon.queueProcessor.service.peer.Initiator.ensureConnection(Initiator.CDB:5)
         at com.tangosol.coherence.component.net.extend.remoteService.RemoteCacheService.openChannel(RemoteCacheService.CDB:5)
         at com.tangosol.coherence.component.net.extend.RemoteService.ensureChannel(RemoteService.CDB:6)
         at com.tangosol.coherence.component.net.extend.remoteService.RemoteCacheService.createRemoteNamedCache(RemoteCacheService.CDB:12)
         at com.tangosol.coherence.component.net.extend.remoteService.RemoteCacheService.ensureCache(RemoteCacheService.CDB:39)
         at com.tangosol.coherence.component.util.safeService.SafeCacheService.ensureCache$Router(SafeCacheService.CDB:1)
         at com.tangosol.coherence.component.util.safeService.SafeCacheService.ensureCache(SafeCacheService.CDB:46)
         at com.barcap.edt.flow.core.impl.cache.CoherenceCacheFactory$1.doTry(CoherenceCacheFactory.java:87)
         at com.barcap.edt.flow.core.impl.cache.CoherenceCacheFactory$1.doTry(CoherenceCacheFactory.java:1)
         at com.barcap.edt.flow.core.util.retry.RetryUtil.tryIt(RetryUtil.java:65)
         ... 2 more
    Edited by: A.G. on Mar 10, 2010 5:55 PM

    Dave,
    Thanks for looking at the issue we encountered. Our Extend client config is as follows. Unfortunately I do not have the full log from the extend client vm as in this case extend client runs on our client's desktop.
    <?xml version='1.0'?>
    <cache-config>
    <caching-scheme-mapping>
    <cache-mapping>
    <cache-name>xyz</cache-name>
    <scheme-name>xyz-tcpProxy</scheme-name>
    </cache-mapping>
    </caching-scheme-mapping>
    <caching-schemes>
    <remote-cache-scheme>
    <scheme-name>xyz-tcpProxy</scheme-name>
    <service-name>xyz-tcpProxy</service-name>
    <initiator-config>
    <tcp-initiator>
    <remote-addresses>
    <socket-address>
    <address>proxy-host-address-01</address>
    <port>22001</port>
    </socket-address>
    <socket-address>
    <address>proxy-host-address-nn</address>
    <port>22001</port>
    </socket-address>
    <connect-timeout>10000</connect-timeout>
    </remote-addresses>
    </tcp-initiator>
    <outgoing-message-handler>
    <request-timeout>30000</request-timeout>
    </outgoing-message-handler>
    </initiator-config>
    </remote-cache-scheme>
    <remote-invocation-scheme>
    <scheme-name>xyz-remoteInvocation</scheme-name>
    <service-name>xyz-remoteInvocation</service-name>
    <initiator-config>
    <tcp-initiator>
    <remote-addresses>
    <socket-address>
    <address>proxy-host-address-01</address>
    <port>22001</port>
    </socket-address>
    <socket-address>
    <address>proxy-host-address-nn</address>
    <port>22001</port>
    </socket-address>
    <connect-timeout>10000</connect-timeout>
    </remote-addresses>
    </tcp-initiator>
    <outgoing-message-handler>
    <request-timeout>30000</request-timeout>
    </outgoing-message-handler>
    </initiator-config>
    </remote-invocation-scheme>
    </caching-schemes>
    </cache-config>
    Regards
    /A.G.

  • Firefox automatically updated to a version that will not run on my version of OSX... can I reinstall my old version and keep my saved bookmarks, etc?

    I am running OSX 10.4.11 on my iMac; Firefox automatically updated to version 12, and now it will not run on my computer.
    Is there a way to deinstall the new version while keeping my saved bookmarks, etc?
    If not, how do I deinstall 12 and reinstall the older version of Firefox that worked with my operating system?
    Thanks.

    [[Firefox no longer works with Mac OS X 10.4 or PowerPC processors]].
    You can install Firefox 3.6 from [http://www.mozilla.org/en-US/firefox/all-older.html http://www.mozilla.org/en-US/firefox/all-older.html]. Please keep in mind that not only is Firefox not receiving any updates (thus rendering it insecure), neither is Mac 10.4 or any of the plugins used on it. Running such an old Operating System is dangerous to your information's security on the internet. something for you to keep in mind.

  • Why does LabVIEW Application Builder 8.0.1 create an executable that will not run?

    My VI runs perfectly.  But when I generate the executable, it will not run.  I get a "File Not Found" error.  The file it can't find is "File Open+.VI" from vi.lib.  I've tried copying File Open+.vi into my project.  If still generates the same error.
    Attachments:
    OTS.zip ‏3105 KB

    There error is coming out of FlowCal Server.  You use the current VI path to build up the file paths.  That works great in development but when you compile a VI into an exe, an extra layer is added.  See this KB http://digital.ni.com/public.nsf/websearch/FD7DE8BC8FFC256C862565F4006BE363?OpenDocument
    So when its an exe you need to strip the path one more time.

  • Identify Jobs that are not running on their Scheduled date time

    I have 29 scheduled jobs that run at different intervals of time. Some run once a day. few others run on hourly basis while others run on Sundays.
    I was working on a query that would let me know if a particular job did not run on its scheduled date and time.
    SELECT * from all_scheduler_jobs WHERE state <>'DISABLED'; will give me a list of all jobs that I have to monitor and that are not in the disabled state. But how can I verify that the jobs are running at their scheduled date time?
    Any help please? I need to create a view of all such jobs and then plan to send an alert so that appropriate action can be taken and it is assured that all important jobs run as per schedule.
    Thanks.

    Hi,
    I can see 2 approaches.
    - for jobs that have run but ran very late you should query dba_scheduler_job_run_details and filter by the difference between req_start_date and actual_start_date
    - for jobs that should have run but shouldn't, query for DBA_SCHEDULER_JOBS jobs that are SCHEDULED where next_run_date is in the past
    Hope this helps,
    Ravi.

  • I am getting many days Called US holidays that are not US holidays and ones I do not celebrate.  How can I manage this list of days

    I am getting many days showing up in the US holiday Ca;endar that are not US holidays and days that I do not celebrate.  How can I manage this list

    You could also go through your messages app and see if you have videos or photos in there. Delete unwanted emails and empty the trash in each account. If you are trying to update over wifi try doing it by plugging into iTunes.
    If you need more space for an iOS update - Apple Support

  • How to call multiple routines that do not return.

    I need to create a script (pl/sql, sql*plus, unix, or whatever is best) that starts 18 instances of a stored procedure that continutes to execute without returning. (The proc wakes up periodically, looks for a file in a directory, processes it if it exists and otherwise goes back to sleep for awhile - doing this continually unless it finds a stop command in a table.)
    The fellow who developed this proc just manually starts 18 command windows in pl/sql developer. I have been asked to come up with a way to automate the startup.
    I could start sql*plus in 18 unix jobs but I was hoping to find a way to make one call to a SP to kick it all off.

    if it is already running continously why do you need to automate the process running
    We need a way for server maintenance folks to stop and restart this process in an orderly manner without knowing anything about Oracle. They call operations and say "we need to take the server down for maintenance." Ops say "ok, we need to run this stop process. Let us know when we can restart it."
    Ops can only run a Unix script. I don't want the Unix script to leave 18 instances of sqlplus running 24x7.
    But this thread gave me the answer. The Unix script calls a S.P. that kicks off the jobs to start the 24x7 processes. The unix script terminates nicely after calling the startup routine. Voila! (the shut down process is a totally different beast and much simpler)

  • I work with a web app that will not run on Firefox, so I changed my default browser back to IE but the URL link continues to open in Firefox. How can I get it to default to IE?

    After changing my default browser from Firefox back to IE, other URLs are defaulting to IE but I have one URL that continues to default to Firefox. This web app will only run in IE so the only way I can run it is to open IE first and then enter or select the URL. Is there a setting someplace that will change the default browser for this URL to be IE?

    You can make IE the default browser, that will reset some registry keys<br />
    Control Panel > Internet Options: Programs<br />
    Put a check in the box next to 'Internet Explorer should check to see whether it is the default browser'<br />
    Start IE and let IE make itself the default browser.
    Check the default settings in:<br />
    Control Panel > Add/Remove Programs > "Set Program Access And Defaults" (on the left)<br />
    Open: Custom (click arrow on the right)<br />
    Select "Internet Explorer" under "Choose a default Web Browser"<br />
    Click OK

  • HT201365 How to turn off the apps so that battery not running out fast with ios 7.0.2

    Im so regret to upgrade my ipad mini. The apps cant turn off n my battery is running out fast. What is the solution?

    LaiWei Mok wrote:
    .... The apps cant turn off ...
    How to Close Apps
    Double Tap the Home Button... Then swipe the App (not the icon) Upwards... Tap the Home Button when finished.
    From Here  >  http://support.apple.com/kb/HT4211
    Also have a look here...
    http://osxdaily.com/2013/09/19/ios-7-battery-life-fix/
    http://osxdaily.com/2013/09/23/ios-7-slow-speed-it-up/
    If no joy...
    Connect to iTunes on the computer you usually Sync with and Restore
    http://support.apple.com/kb/HT1414
    Make sure you have the Latest Version of iTunes (v11) Installed on your computer
    iTunes free download from www.itunes.com/download

  • E52 -no incomihg calls from numbers that are not i...

    Hello everybody!
    Greatly appreciate if someone could advise how to solve the problem - phone doesn't receive the calls from anyone whose number is not in the contacts and there is some strange icon (like blue receiver). Has anybody faced such trouble? How to help this?

    Go to Applications. Open Adv. Comm. Manager. Check "No filter/Off"
    500.21.009
    02-06-2010
    RM-346
    Nokia E71-1 (27)

Maybe you are looking for