Solaris 10 and Linux-like console navigation - e.g. pressing TAB,using arro

I'm struggling navigating in the Solaris( 10on x86 ) xterm from CDE(oh and anywhere basically). I'm coming from Linux so I was wondering is this the way this really should be and is there any way to change it(found linux-like motions in the menu though not sure that this is the way or what to look for).
By navigating I mean as in the topic and like in Linux- e.g. pressing TAB to see list of commands, to complete the name of the file I've already started writing, using the arrows to see most recent executed commands etc.
It's just that sometimes I make a mistake and it's buggering me to re-write command again or copy/paste.

Looks like you need to set (in /etc/passwd) your default shell to bash in order to have Linux-like navigation you've described or run 'bash' as first command in new terminal.

Similar Messages

  • Why  difference in Solaris and Linux

    Hi,
    The following program is giving results diferently when I am executing using g++ compiler in Solaris and Linux.
    Why it is so.
    here is the code:
    #include <stdio.h>
    #include <string.h>
    #include <malloc.h>
    #include <stdlib.h>
    int main( void )
    size_t size;
    char *buf;
    if ( ( buf = (char *)malloc(10 *sizeof(char))) == NULL)
    exit (1);
    size = sizeof( buf );
    strcpy(buf, "HelloWorld");
    printf("\n Address is : %u String is : %s size : %d ", buf, buf,size);
    if (( buf = (char *) realloc(buf, sizeof(20))) == NULL)
    exit ( 1);
    *(buf+10) = 'A'; *(buf+11) = 'B'; *(buf+12) = '\0';
    printf("\n Address is : %u String is : %s\n", buf, buf);
    free( buf);
    exit( 0 );
    Solaris:
    Address is : 134160 String is : HelloWorld size : 4
    Address is : 135704 String is : HelloWor
    Linux:
    Address is : 134518824 String is : HelloWorld size : 4
    Address is : 134518824 String is : HelloWorldAB
    Thanks
    Venkat

    Hi,
    The following program is giving results diferently
    when I am executing using g++ compiler in Solaris
    and Linux.
    Why it is so.
    here is the code:
    #include <stdio.h>
    #include <string.h>
    #include <malloc.h>
    #include <stdlib.h>
    int main( void )
    size_t size;
    char *buf;
    if ( ( buf = (char *)malloc(10 *sizeof(char))) == NULL)
    exit (1);
    size = sizeof( buf );The size you get here is the size of buf, which is the size of a pointer, not the size of what buf points to. sizeof(*buf) would give you size of a char, the type (not the object) that buf points to.
    There is no portable way to find out the number of bytes allocated on the heap if you are give only a pointer to the memory. You have to remember the size some other way..
    strcpy(buf, "HelloWorld");A literal string consists of the characters in the string plus a terminating null, all of which are copied by strcpy. You allocated 10 chars for buf, but are writing 11 chars into it. At this point, the program has undefined behavior. Literally anything at all could happen, because you can't predict the effect of writing outside the bounds of allocated memory.
    printf("\n Address is : %u String is : %s size :
    e : %d ", buf, buf,size);
    if (( buf = (char *) realloc(buf, sizeof(20))) == NULL)The "sizeof" operator in this case is returning the size of the type of a literal 20, which is an int. If you want to allocate 20 bytes, you write 20, not sizeof(20).
    exit ( 1);
    *(buf+10) = 'A'; *(buf+11) = 'B'; *(buf+12) == '\0';SInce you can't count on buf having more than 4 bytes at this time, you are writing into unallocated memory, with undefined results.
    printf("\n Address is : %u String is : %s\n", buf, buf);
    free( buf);
    exit( 0 );
    Instead of asking why you get different results on different platforms, you should be asking why the program doesn't crash on all platforms. :-)
    You can avoid these problems with keeping track of allocating memory by using the C++ standard library instead of trying to manage low-level details yourself as in C code.
    The standard string class, for example, extends itself as needed, and ensures that heap memory is freed when the string object is deleted or goes out of scope. You don't need pointers, malloc, free, or sizeof to use C++ strings.

  • Why keyboard and mouse right click not working in Solaris and Linux?

    Hi all,
    I have two problems:
    1) I am working on AWT/Swing application and its working fine in window enviornment,but while running on solaris and linux mouse right-click option window not poping up.
    2) Ctrl+c,Ctrl+v,Home and End keyboard key are not working in solaris and linux OS for same application.
    Pls provide me some solution for these problem.
    -Dinesh

    Hi Nik,
    Thanks for reply. I found some solution for the above problem.
    For mouse right click there was problem in my source code.I have not implemented the mousePressed() method
    In case of keyboard Home, End and arrow key working fine after exporting AWTUSE_TYPE4_PATCH=false; in solaris and linux
    But still Ctrl-c and Ctrl-v not working.
    I am using JDK1.5.0_07+Eclipse IDE 3.1
    -Dinesh

  • I have just bought a hdmi tv and would like to view very high quality images, using apple tv, stored on my external hard drive. I also have blue ray movies stored on my external hd. will i be able to stream these to my tv and view them in 1080p?

    I have just bought a hdmi tv and would like to view very high quality images, using apple tv, stored on my external hard drive. I also have blue ray movies stored on my external hd. will i be able to stream these to my tv and view them in 1080p?

    sorry, why isn't correct?
    i try convert video with quick time to apple tv, import in itunes( that's ok)  but is impossible to synchronize my apple tv ( unsupported file).
    where I wrong?
    please could you explain me the correct procedure?
    i have some video ( holiday movie an photo movie in mpeg2 full HD) to convert for apple tv, and from 2 years some video editing with imovie.
    normally I prepare my video with Imovie, create a file .mov full hd (like master)  and with roxio convert file for apple TV.
    apple world is new for me, after 25 years with microsoft!
    thank so much
    mauro

  • Java RTS 2.1 Beta free evaluation release for Solaris and Linux available

    Hi:
    I would like to notify this forum that a free evaluation release of
    Java Real-Time System (Java RTS) 2.1 Beta is now available for downloading
    at our public web site.
    Supported platforms are Solaris/SPARC, Solaris/x86, and Linux/x86 with
    real-time POSIX APIs. The specific Linux distributions which this release
    has been tested on are: SUSE Linux Enterprise Real Time 10 (released)
    and Red Hat Enterprise MRG 1.0 (beta). As for the Solaris versions,
    both Solaris 10 Update 3 and Update 4 are supported.
    The URL for the web page where to start in order to be able to get to
    the download link is:
    http://java.sun.com/javase/technologies/realtime/rts/
    The download link will be presented to you after you fill out a quick
    survey and agree with a click-through, 90-days e-license.
    The latest version of the Java RTS Beta technical documentation
    bundle included with the product is being separately maintained at
    our public website and can be accessed starting from here:
    http://java.sun.com/javase/technologies/realtime/reference/rts_productdoc.html
    Thanks,
    -Carlos
    Carlos B. Lucasius
    Java SE Embedded and Real-Time Engineering
    Sun Microsystems, Inc.
    http://java.sun.com/javase/technologies/embedded/index.jsp
    http://java.sun.com/javase/technologies/realtime.jsp
    http://java.sun.com/javase/technologies/realtime/faq.jsp
    http://developers.sun.com/learning/javaoneonline/j1sessn.jsp?sessn=TS-1331&yr=2007&track=5
    http://developers.sun.com/learning/javaoneonline/j1sessn.jsp?sessn=TS-2901&yr=2007&track=5
    http://developers.sun.com/learning/javaoneonline/j1lab.jsp?lab=LAB-7250&yr=2007&track=4
    http://www.sun.com/training/catalog/courses/DTJ-4103.xml
    http://www.youtube.com/v/xH1yUXd9krU
    http://blogs.sun.com/jtc/
    http://blogs.sun.com/delsart
    http://blogs.sun.com/bollellaRT

    Hello,
    Just a quick question: can we have an official position from Sun regarding support of earlier releases of Solaris with Java RTS 2.1? Our customer is currently running Solaris 10 Update 3 with current Recommended patches, and the 2.1 beta cyclic driver supported this version of Solaris. However with the official release version of 2.1, support for U3 disappeared (only U4 and U5 are now supported). Aside from "rubber stamping" the Solaris build via /etc/release, is there a technical reason why U3 is no longer supported? As long as our kernel is up to date, can we safely use 2.1? Or is it just a case of being unable to officially support and test so many releases of Solaris?
    Is this a general rule-of-thumb we can expect in future: only supporting the last 2 updates of Solaris 10?
    Your advice is appreciated.
    Thanks,
    Dave.

  • Ihave a virgin super hub and would like to know what firewall settings to use?

    I have a Virgin Media Super hub and would like to know what firewall settings to put it on, low, medium or high or whether it makes any difference? I am trying to make my network and Mac as secure as possible and need help, i've always had PCs.

    The Mac operating system has very good firewall built-in to Apple menu -> System Preferences -> File Sharing.
    That said, if your hub has 802.11g or higher WiFi, be sure to use WPA2 security, and see if there are settings to prevent ping attacks.
    If your hub is only ethernet, find out what settings to ues to prevent ping attacks.
    802.11b WiFi is fairly insecure, and you are better to use ethernet instead, if that's all it provides.

  • Solaris and Linux

    Hi all Gurus
    I build an HTMLDB application on an Linux box, and now I want to post it on the web which is managed by Solaris platform. Is it possible ? If yes, how should I do it.
    Thanks

    It will work fine.
    Create the database user in the new machine.
    Run exp/imp to copy your schema across.
    Export your htmldb workspace and app.
    Import the workspace into the new htmldb.
    Import the application in htmldb.

  • I have the MG8220 printer and would like to print on a DVD disc using a desk top software program

    In the past I have been using a desktop software program to produce the graphics and then printing paper labels. Using a template of a disk. Works fine with my ip4600 printer.  Now with the MG8220 printer that can print on disks, how can I do this without resorting to copying from an existing labeled disk?  I don't want to copy a disk but rather print onto a disk using a prepared graphic scaled to fit on a disk.
    Thanks for all help.
    Solved!
    Go to Solution.

    Hi excolprof,
    We only support disc printing with the supplied Easy Photo Print and My Image Garden software.  You are welcome to try using third party programs, but as they are not supported, the only steps I can recommend would be to make sure that hte paper size is set to CD Disc within the software.
    Did this answer your question? Please click the Accept as Solution button so that others may find the answer as well.

  • Solaris 10 and Linux inter-operability

    Hi there
    I have Ubuntu linux and recently installed Solaris 10 on my x86 machine. My setup is dual boot through grub.
    I wondered if there were any decent guides on Solaris and Linux inter-operability that could be recommended. My aim is to try Solaris 10 as a home desktop machine i.e. play music, video, surf email etc.
    Thanks in advance

    Hi, I am trying the same thing at least where I have windows xp, solaris 10 and Ubuntu Linux on one hard drive. I am also trying to configure Solaris to work like that too. Here is a link that I got from another forum that might help with that.
    http://www.opensolaris.org/jive/thread.jspa?threadID=44130&tstart=0

  • Applet colors for Mac and Linux?!

    I've got an applet where I use Color(int, int, int) to set background colors of components. Running the applet on Windows in Netscape or Explorer gives the expected colors. But in Mac and Linux the backgrounds are only white (using Netscape or Explorer).
    Does anybody know why, and how I could set colors to be shown also for Mac and Linux?
    /Johan

    I doesn't seem to help using predefined colors, like 'red', 'blue', etc...

  • Jdeveloper and linux

    I want to change platform from NT to linux.
    Will I then loose the jdeveloper as the
    developement platform or do you think
    about building a release for linux ?
    null

    William Wise (guest) wrote:
    : Since JDeveloper is based on JBuilder technology and JBuilder
    : 3.0 will be available on Solaris and Linux Q1 2000 (by all
    : accounts) it seems at least possible that we could see
    : JDeveloper on those platforms sometime after that timeframe.
    : In the meantime, you'll be restricted to using either NetBeans
    : (www.netbeans.com) which is nice but slow since it is 100% java
    : or Visual Age for Linux.
    : Will
    JDeveloper is based on JBuilder 1.x and (I think) some on
    Jbuilder 2.x BUT according to JDev Team members posting on other
    threads will not take additional code from Borland. Thus,
    whatever JBuilder 3.x has or will have does not in any way
    reflect what will be in JDeveloper going forward (at least not
    because JDeveloper will "inherit" any of the code/features).
    I, for one, wish they had waited until JDeveloper was based on
    the upcoming pure Java Jbuilder 3.something so as to have a more
    portable product. (If wishes were fishes, :) )
    R.Parr
    null

  • Problem with JOGL applet on Windows and Linux

    I made a simple test applet using JOGL involving a simple animation and a KeyListener. It put it on a web site, and it loads and runs correctly on my Mac, but it gives a blank box with a red x in it on Windows and Linux. Here is the code that I used to deploy the applet. I based it off the sample from https://jogl-demos.dev.java.net/applettest.html
    <applet code="TestApplet"
    width=300
    height=300
    archive="http://download.java.net/media/applet-launcher/applet-launcher.jar,
    http://download.java.net/media/jogl/builds/archive/jsr-231-webstart-current/jogl.jar,
    http://download.java.net/media/gluegen/webstart/gluegen-rt.jar,
    http://download.java.net/media/jogl/builds/archive/jsr-231-webstart-current/jogl-demos.jar">
    <param name="codebase_lookup" value="false">
    <param name="subapplet.classname" value="TestApplet">
    <param name="subapplet.displayname" value="JOGL Applet">
    <param name="noddraw.check" value="true">
    <param name="progressbar" value="true">
    <param name="jnlpNumExtensions" value="1">
    <param name="jnlpExtension1"
    value="http://download.java.net/media/jogl/builds/archive/jsr-231-webstart-current/jogl.jnlp">
    </applet>
    Does anyone know what I'm doing wrong? Thanks for your help.

    never mind. i figured it out.

  • Solaris 10 and linux IB

    We have a linux cluster running RH5.3 with ofed1.4 using Mellanox MT25418. The cluster is attached to a sun solaris10.7 thumper box. The thumper box export a zfs filesystem via NFS. linux clients mount the filesystem via IPoIB.
    Under filesystem I/O load the subnet manager gets repeated path record requests from the sun solaris box. This can bring the SM and the fabric down. Any any one else had issue with solaris IB <-> Linux IB? Any insight into what could be causing the issue?
    Thanks,
    Mahmoud
    Oct 15 19:37: 59 952368 [41E02960] 0x08 -> PathRecord dump:
    service id ..............0x0000000000000000
    dgid .................... Oxfe80000000000000 : 0x00237dffff949819
    sgid .................... Oxfe80000000000000 : 0x0003ba000100d0a5
    dlid .................... 0
    slid .................... 0
    hop_flow_raw............ OxO
    tclass .................. OxO
    num_path_revers......... Ox81
    pkey .................... 0x0
    qos_class ............... OxO
    sl ......................OxO
    mtu .....................OxO
    rate .................... OxO
    pkt_life ................0x0
    preference .............. 0x0
    resv2 ................... OxO
    resv3 ................... OxO
    Oct 15 19:37:59 952376 [41E02960) 0x08 -> osm_pr_rcv_process: Unicast
    destination requested
    Oct 15 19:37:59 952382 [41E02960] 0x08 ->
    osm_pr_rcv_get_port pair_paths: Src port 0x0003ba000100d0a5, Dst port
    0x00237dffff949819
    Oct 15 19:37:59 952388 [41E02960] 0x08 ->
    osmpr_rcv_get_port_pair_paths: Src LIDs [2 - 2], Dest LIDs [67-67]
    Oct 15 19:37:59 952393 [41E02960] 0x08 ->
    osm prrcv_get_lid_pair_path: Src LID 2, Dest LID 67
    Oct 15 19:37:59 952399 [41E02960] 0x08 -> osmpr_rcv_get-path_parms:
    Path min MTU = 4, min rate = 6
    Oct 15 19:37:59 952408 [41E02960] 0x08 - > osmpr_rcv_get-path_parms:
    Path params: mtu = 4, rate = 6, packet lifetime = 18, pkey = OxFFFF, sl
    = 0
    Oct 15 19:37:59 952417 [41E02960] 0x08 - > osmpr_rcv_get_path_parms:
    Path min MTU = 4, min rate = 6
    Oct 15 19: 37:59 952423 [41E02960] 0x08 -> osm pr_rcv_get_path parms:
    Path params: mtu = 4, rate = 6, packet lifetime = 18, pkey = OxFFFF, sl
    = 0
    Oct 15 19:37:59 952428 [41E02960] 0x08-> osm_sa_respond: Returning 1
    records
    Oct 15 19:37:59 952433 [41E02960] 0x08 - > osm_vendor_get: Acquiring UMAD
    for p_madw = 0x2a9567f2c8, size = 120
    Oct 15 19:37:59 952439 [41E02960] 0x08 -> osm_vendor_get: Acquired UMAD
    0x2a9567f390, size = 120
    Oct 15 19:37:59 952455 [41E02960] 0x08 - > osm_vendor_put: Retiring UMAD
    0x2a9567f390
    Oct 15 19:37:59 952460 [41E02960] 0x08 -> •.osm_vendor_send: Completed
    sending response or unsolicited p_madw'"j= Ox2a9567f2b0
    Oct 15 19:37:59 952466 [41E02960] 0x08 -> osm_vendor_put: Retiring UMAD
    0x724520
    ===============
    Loading IBDIAGNET from: /usr/1ib64 / ibdiagnetl.2
    -W- Topology file is not specified.
    Reports regarding cluster links will use direct routes.
    Loading IBDM from: /usr/lib64 / ibdml.2
    - I- Using port 1 as the local port.
    - I- Discovering ... 103 nodes (7 Switches & 96 CA- s) discovered.
    -I ---------------------------------------------------
    - I- Bad Guids /LIDs Info
    -I -------------------------------------------------- -
    -I- No bad Guids were found
    -I -------------------------------------------------- -
    -I- Links With Logical State = INIT
    -I -------------------------------------------------- -
    -I- No bad Links (with logical state = INIT) were found
    -I ---------------------------------------------------
    -I- PM Counters Info
    -I -------------------------------------------------- -
    -I- No illegal PM counters values were found
    -I ---------------------------------------------------
    -I- Fabric Partitions Report (see ibdiagnet.pkey for a full hosts list)
    -I ---------------------------------------------------
    -I- PKey:Ox7fff Hosts:97 full:97 partial:0
    -I -------------------------------------------------- -
    -I- IPoIB Subnets Check
    -I ---------------------------------------------------
    -I- Subnet: IPv4 PKey:Ox7fff QKey:Ox00000blb MTU:2048Byte rate:lOGbps
    SL:OxOO
    -W- Suboptimal rate for group. Lowest member rate:20Gbps > grouprate:
    lOGbps
    -I ---------------------------------------------------
    -I- Bad Links Info
    -I- Errors have occurred on the following links
    (for errors details, look in log file / tmp/ibdiagnet.log):
    -I ----------------------------------------------------
    Link at the end of direct route "1,11,23"
    -I- Stages Status Report:
    STAGE
    Bad GUIDs /LIDS Check
    Link State Active Check
    Performance Counters Report
    Partitions Check
    IPoIB Subnets Check
    Link Errors Check
    Errors Warnings
    0 0
    0 0
    0 0
    0 0
    0 1
    0 0
    Please see /tmp/ibdiagnet.log for complete log
    - I- Done. Run time was 6 seconds.

    Hi, I am trying the same thing at least where I have windows xp, solaris 10 and Ubuntu Linux on one hard drive. I am also trying to configure Solaris to work like that too. Here is a link that I got from another forum that might help with that.
    http://www.opensolaris.org/jive/thread.jspa?threadID=44130&tstart=0

  • Solaris 10 and Linux dual boot

    I currently have Linux installed and would like to install Solaris 10 on the same system via a different H-drive. I would like to have both OS fully functional.
    I have loaded Solaris 10 CD1 but unable boot into solaris to complete installation.
    I have edited linux /boot/grub/menu, syntax outlined below.
    title solaris in hdc1 known to grub as (hd1,0)
    root (hd1,0)
    chainloader +1
    Still unable to boot up solaris getting error: 21
    Here's my hardware configuration
    Primary Mstr: 1 ide H-drive - Linux
    Primary slave: n/a
    Secondary mstr: 1 ide H-drive - Solaris 10
    Slave: DVD
    Thanks to all in advance!

    OK, folks, I have solved it and here are my last words on the subject.
    First of all, my verdict is to use the Solaris GRUB to boot all the other OS's, just because the Linux GRUB "cannot mount the partition", where Solaris kernel is. The Solaris GRUB can do it all.
    I can absolutely boot my Linux (hd1,0) partition from my SXDE GRUB installation on (hd0),
    for that I use the following section in */boot/grub/menu.lst*:
    title SuSE-10.3-GM
    root (hd1,0)
    kernel /boot/vmlinuz root=/dev/sdb1 vga=0x31a splash=silent ht=on showopts
    initrd /boot/initrd
    map (hd0) (hd1)
    Yes, "*map ...*" string is important, for GRUB starts the counting from the drive it is installed in. It seems, the author of the original post is missing this string in his bootloader configuration; his Linux is on (hd0) and Solaris on (hd1), so he needs to use the "map" string.
    I must also add to this, that when I booted last time into my Linux (SuSE10.3), I took care to install it's own GRUB bootloader into the Linux installation partition(must be set bootable). You have different ways of doing it, basically you can log into GRUB shell and do this:
    grub> root (hd1,0) --- my linux partition
    setup (hd1,0) -- the partition I wanted to install GRUB into(which IS my linux bootable partition).
    This helps when you've got your first drive MBR corrupted, and need to boot your linux somehow; then you "chainload" from the boot partition.
    However, the example shown above boots my SuSE right away, without chainloading into the GRUB installed into the Linux partition. Yes, Solaris GRUB does that without complain, and I added this section manually to the menu.lst when logged in after the SXDE installation was complete. My homage to the Solaris version of GRUB in this case, which is more capable, than the Linux version. Thanks to you developers!
    If GRUB couldn't boot linux kernel directly, I'd have to use chainloader string (which is also known to work) like this:
    root (hd1,0)
    chainloader +1
    map (hd0) (hd1)
    And the problem I had with installation and partitioning was solved by formatting the whole drive into Solaris. In fact, there had been a lot of partition deletion/creation by me, so the Linux fdisk could see one partition configuration, while Solaris fdisk saw it all different. Well, I can see that disk partitioning in itself is a bit more complicated process, than the end-user wants to think.
    Excuse me for such long letters, I just tried to give a thorough account on the matter. Hope this would help somebody out there.
    Cheers,
    Kostya
    Edited by: kostya_berger on Mar 28, 2008 9:56 PM
    Edited by: kostya_berger on Mar 28, 2008 10:02 PM
    Edited by: kostya_berger on Mar 28, 2008 10:15 PM

  • RMI-server works on Windows and Linux but not on Solaris

    I wrote an application which uses RMI. The server is successfully tested on Windows and Linux. However it doesn't work on Solaris.
    Naming.lookup works, I can find the server. But calling a method on my remote interface causes a ConnectionException:
    java.rmi.ConnectException: Connection refused to host: 192.168.1.123; nested exception is:
         java.net.ConnectException: Connection refused: connect
         at sun.rmi.transport.tcp.TCPEndpoint.newSocket(Unknown Source)
         at sun.rmi.transport.tcp.TCPChannel.createConnection(Unknown Source)
         at sun.rmi.transport.tcp.TCPChannel.newConnection(Unknown Source)
         at sun.rmi.server.UnicastRef.newCall(Unknown Source)
         at at.triton.javaengine.server.ServerImpl_Stub.connectToWindow(Unknown Source)
         at at.triton.javaengine.client.JavaEngineClient.connectToWindow(JavaEngineClient.java:288)
         at at.triton.javaengine.client.JavaEngineClient.main(JavaEngineClient.java:787)
    Caused by: java.net.ConnectException: Connection refused: connect
         at java.net.PlainSocketImpl.socketConnect(Native Method)
         at java.net.PlainSocketImpl.doConnect(Unknown Source)
         at java.net.PlainSocketImpl.connectToAddress(Unknown Source)
         at java.net.PlainSocketImpl.connect(Unknown Source)
         at java.net.SocksSocketImpl.connect(Unknown Source)
         at java.net.Socket.connect(Unknown Source)
         at java.net.Socket.connect(Unknown Source)
         at java.net.Socket.<init>(Unknown Source)
         at java.net.Socket.<init>(Unknown Source)
         at sun.rmi.transport.proxy.RMIDirectSocketFactory.createSocket(Unknown Source)
         at sun.rmi.transport.proxy.RMIMasterSocketFactory.createSocket(Unknown Source)
         ... 7 moreNote that I have almost no experience with Solaris.
    Additional information about the common pitfalls which I have already checked:
    * rmiregistry finds the server classes (the exception was different without them)
    * the server is in the LAN and the desktop firewall of the client is double-checked to let the required ports through to any destination.

    java.rmi.ConnectException: Connection refused tohost: >192.168.1.123; nested exception is:
    java.net.ConnectException: Connection refused:
    : connect
    Clearly indicates what is happening inside there.Clearly indicates that you don't know what you are talking about.
    Any applications invoked with a security manager must
    be granted explicit permission to access local system
    resources apart from read access to the directory and
    its subdirectories where the program is invoked.Any application that gets a java.net.ConnectionException: Connection
    refused is getting it more or less directly from the TCP/IP stack. If the problem had anything to do with policies and permissions and SecurityManagers, it would have been an AccessControlException .
    if your client RMI doesnt include these lines then If your 'client RMI' does include these lines then I would like a definition of what exactly a 'client RMI' really is, because I've been using RMI for ten years and wrote a book about it and I certainly don't know.
    1)just include these lines
    if (System.getSecurityManager() == null) {
    System.setSecurityManager(new
    SecurityManager());In other words, if the application doesn't already have a security manager, in which case the contents of the policy file or the 'client RMI', or whatever you want to call it, are completely irrelevant, such that they couldn't possibly be having the problem you desrcribe, add a security manager so that we get into the land where you might possibly know what you're talking about?
    e a policy file
    grant {
    permission java.net.SocketPermission
    "192.168.1.123:1099", "accept,connect,resolve";
    };And this is completely unnecessary if there isn't a security manager, and completely unrelated to the OP's problem.

Maybe you are looking for

  • Spotify playing different song than the one clicked(gif provided)

    This only happens on literally one playlist,all my other playlists are fine(and some do have unavailable tracks such as this one so i assume that this is not a problem) http://gyazo.com/591163554a5d42a7287a979e975cabc0 As you can see,for some reason,

  • Why is someone elses machine connected to mine via bluetooth?

    Hello, I'm here to report strange bluetooth behaviour on my personal/work computer.  It's a late 2012 Macbook Pro Retina 15" that's running Yosemite. Occasionally, when I try to remedy the constant bluetooth connection dropping issues that I have, I

  • Windows XP Home

    I have read through a lot of these complaints, and so far, just about everyonw having these problems installing have Windows XP home. Again, I will say that the Windows XP Home version that I have is an Upgrade OS and I had NO problems installing Jav

  • Error message when accessing any web page except yahoo

    I get this error when trying to access facebook.  I have a palm Treo 680 File: undef_ From: http://m.facebook.com/  Size:  2.6k Your device does not support this filetype Do you want to download to your card? yes   no Does anyone know what is going o

  • Java Runtime pop-up message driving me bananas

    After upgrading to Yosemite on my iMac, I began to get pop-ups saying I could not access web page content unless I upgraded Java. So, I downloaded and installed the Java 8 Update 25. Since then, the following pop-up randomly (and frequently) appears