Application connection problems between linux & solaris?

HI,
Do you know if I can connect to a server on solaris with a java application and then I compile it on linux why cann't I get to the same application still runing on the solaris machine? A little fuzzy but ... I looked in the /etc/hosts but it looked ok (there were some ip addr there)...
java.net.ConnectException: Connection refused
at java.net.PlainSocketImpl.socketConnect(Native Method)
at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:320)
at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:133)
at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:120)
at java.net.Socket.<init>(Socket.java:273)
at java.net.Socket.<init>(Socket.java:100)

Thank you all of you in advance,
I found the problem : it just should have been the correct initialization.

Similar Messages

  • I have connection problems between the mini ipad and my powerbook g4, you are not allowed to see or share applications.

    I have connection problems between the mini ipad and my powerbook g4, you are not allowed to see or share applications.

    That is not possible.

  • Connection problem between sap bw and EAI

    Hi
    Please
    I'd like to know why people who work on the part of my EAI project say there is a connection problem between eai and SAP BW. He explained that the connection is good at 12h AM and 16h PM the system was disconnected, he receive this error message:
    System.ServiceModel.Security.MessageSecurityException: The HTTP request is Unauthorized with customer authentication scheme 'Basic'. The authentication header received from the server was' Basic realm = "SAP NetWeaver Application Server [DB1/100].
    I like to know if this is a problem with sap bw (misconfiguration of authorisations) or at the eai.
    Cordialy

    Hello,
    we have 2 possiblities in BW to get data into BW.
    1) pull
    2) push
    I understodd that you want to push data to BW. Please have a look into the Howto paper: https://www.sdn.sap.com/sdn/developerareas/bi.sdn?contenttype=url&content=/irj/servlet/prt/portal/prtroot/com.sapportals.km.docs/documents/a1-8-4/how to send xml data to bw
    and
    https://www.sdn.sap.com/sdn/developerareas/bi.sdn?contenttype=url&content=/irj/servlet/prt/portal/prtroot/com.sapportals.km.docs/documents/a1-8-4/how to integrate bw to xi.pdf
    If you want to connect an external system to BW and extract data to BW and the BW system is the leading system.
    You need a RFC server, or UD connect (https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/uuid/943de6c3-0401-0010-b7a4-8b1af193f642) or you can use db connect or you can extract flat files.
    All of these possibilies are decribed in the online help and in howto papers.
    hope this helps
    Michael

  • Connection Problem between BiW Server and BPC Server

    Dear all,
    Situation,
    We have a CSV file dumped in BI Application server in directory defined by us for all Transaction data. Now this CSV file needs to be moved to BPC Server.
    Connection/Link between BI and BPC server is missing. So we need one link between BI and BPC server, so that we can automate the movement of CSV from BI server to BPC server.
    Is there is any Tool from which can establish connection between two.(i.e. BiW and BPC server).
    OR
    Do we have any alternate solution of Transfering Transaction data from SAP R/3 or BiW Server to BPC Server.
    Thanks in advance
    Hardik

    Hi all,
    I installed the Content Server with DB instance.  ECC on AIX and the Content Server on Windows are on different domains and wanted to integrate. After the installation what I did is as follows...
    I am trying to create the Content Repository using the Tx- OAC0, given the the following details as
    Content Repository name--- DMS_xxxx
    Document Area - DMS
    Storage Type -- HTTP Content Server
    Version -0046
    HTTP Server --- fully qualified host name of the Content Server
    Port Number --- 1090
    HTTP Script --- ContentServer\ContentServer.dll
    Physical Basic Path--- (initially) -
    /usr/sap/<ECCSID>/SYS/global/
                                        (modified) --- E:\ContentServer\ -
    not available, thought it will create, even created later
    Physical archive path --- SAME as  Physical Basic Path
    When I check the connection, I am getting an error "Content repository DMS_xxxx does not exists.
    When I check Tx- CSADMIN-- it gives an error saying the "HTTP error : 4010 (authorized) ' Permission denied: adminContRep&configSet"
    I am not sure what user should i use for this and what should be  the information of ContentStorageHost, ContentStorageName and Storage need to be provided.
    Please help me in this....
    Regards
    Krishna

  • Connection Problems Between iChat 3 and iChat 4 Workaround

    Maybe this info will help others:
    iChat 4/Leopard users must initiate video chat to iChat 3/Tiger users:
    I have discovered that if an iChat 4/Leopard user initiates the video chat to an iChat3/Tiger user, it works, but if the iChat3/Tiger user initiates the video chat with an iChat 4/Leopard user it fails with a message saying that the receiver declined the invitation (even if the receiver tried to accept). This happens on a LAN as well as across the Internet.
    Likewise, to make conference video chats, make sure the iChat 4/Leopard user initiates, then adds the other parties.
    This post is NOT about iChat Server, although the problem occurs there too. If you are using iChat Server (part of OSX Server) see http://discussions.apple.com/thread.jspa?messageID=5995966 ).
    Hope this helps.
    ppj

    Hey.
    I found how to work around combatible problems between 1.3 and 1.4. For user, that want to save thier DynamicTree.java (http://java.sun.com/docs/books/tutorial/uiswing/components/example-swing/index.html)
    Use follow code (I using Externalizable):
      protected DefaultMutableTreeNode rootNode=null;
      protected DefaultTreeModel treeModel=null;
      public void writeExternal(ObjectOutput stream) throws IOException
      { stream.writeUTF(rootNode.toString());
        Vector values = new Vector();
        Object root = treeModel.getRoot();
        // Save the root, if its Serializable.
        if(root != null && root instanceof Serializable)
        { values.addElement("root");
          values.addElement(root);
        stream.writeObject(values);
      public void readExternal(ObjectInput stream) throws IOException
      { thisModel.removeAll();
        thisModel.setVisible(false);
        try
        { String title=stream.readUTF();
          rootNode = new DefaultMutableTreeNode(title);
          Vector values = (Vector)stream.readObject();
          int indexCounter = 0;
          int maxCounter = values.size();
          treeModel = new DefaultTreeModel(rootNode);
          if(indexCounter < maxCounter && values.elementAt(indexCounter).equals("root"))
          { TreeNode root = (TreeNode)values.elementAt(++indexCounter);
            treeModel = new DefaultTreeModel(root);
            indexCounter++;
          // kode for setting the tree start here
        catch (ClassNotFoundException e) {}
      }Hope, this is to use :-)
    Hi from
    Super Bomba

  • Database Connection Problem on Linux

    I have recently installed Oracle Database on a linux server. The app server that accesses db is JBoss.
    Always, I end up seeing an error "java.sql.SQLException: No more data to read from socket".
    To verify if the problem is with JBoss, I have written a simple stand alone java class to access the db, and ended up with the same error.
    Can anybody help me out ??
    -Aswin.

    This error most likely occurs in applications that
    use a database connections pool. When the application
    checked out a connection that has been timed out or
    has been staled, and used it to connect to the
    database, this error occurs.
    Could also be a result of connection timeout.Yeah! may be it is the result of connection timeout, but I am sure it cannot be realted to connection pool, because to verify if there were any configuration problems on JBoss, we have written a simple java class that directly accesses the database.
    If it is because of connection timeout, how do i fix it ??

  • RFC Connection Problem between Production Server & Solution Manager

    Hi,
    I want to make a RFC Connection between Production Server & Solution Manager.
    But when go through Tcode- SM59 and click on Remote Logon from Production to connect Solution Manager it showing me a  Client/Userid/Password window and when i connect go through Solution Manger to Production Server it connects normally. I already done the same process in both the clients, as i already mentioned Logon details in the Logon/Security tab but why it is showing me Client/Userid/Password pad when i am login through Production to SolMan?
    +Tell me where the actual problem is! In my Solution Manager end or in my Production Server end +
    I want to access Solution Manager from Production Server on just clicking once on Remote Logon from Tcode- SM59.
    Thank you.
    Edited by: varun@pcl on Jul 31, 2010 4:40 PM

    Hi
    Mention which Client u login and valid username and password from both PROD Server and Solman .
    https://websmp201.sap-ag.de/support under Solman manager .
    https://websmp201.sap-ag.de/~form/sapnet?_SHORTKEY=01100035870000633637&
    Regards

  • Connection problem in Linux systems: redhat and suse

    I install Sun Java System Application Server Platform Edition 9.0 in RedHat and SuSE linux in my intranet with wondows XP.
    The servers run correctly in both RedHat and SuSE systems. That means in each system, I can use: http://localhost:8080 or their ip address to access the servers, for example, http://192.168.0.5:8080.
    However, in the windowsXP computers, I cannot access the servers running in both Linux systems by using their ip address (for example, http://192.168.0.5:8080). In addition, in RedHat, I cannot access the application server running in SuSE and vice versa.
    The network works correctly as I can use SSH to log in both RedHat and SuSE linux by using their ip address.
    And in both RedHat and SuSE, I can access the application server running in windows XP computer.
    I thought the problem came from the configuration of the linux. But I donot how to solve it.
    Could anyone give me some suggestions?
    Thanks a lot.
    Kevin

    iliasver wrote:
    Hello. I have huge problem with my blackberry z10 device. I bought my device six months ago from Greece which mostly I live there and they told me that this device is unlocked. I used my device with most of all three mobile networks in Greece and it works just perfect. Now that I am in Canada fro work and I must stay a lot, my device does not work on any mobile network of Canada. Specifically I'm at manitoba province and I have not find yet some a one to help me about my problems. Every mobile network I test does not work properly. From the most of them they tell me that my device does not use the frequency band that use north American, and some of them tells me that my device is not fully unlocked. Is that possible? My device have fully unlocked, medium unlocked and fully locked systems? Does anybody knows what to do to fix it? And how you figure this out that my device is locked or unlocked, cause every single video I saw it seems to me that my device is unlocked. Thanks and hope someone to give an answer to my problem.
    Can't be used, wrong frequency. Canada, North America and half of South America use GSM 850 / 1900 MHz.
    Rest of the world use GSM 900 / 1800 MHz.

  • Oracle DOA/Application connection problem.

    I am looking for some help with a problem we are having with a connection issue with DOA objects and Application objects. We have a number of programs that were written using Delphi (version 5) that contain DOA (Direct Oracle Access) objects and Application Objects. The problem seems to be the order in which the connections are made. We have created a test program that proves this for us.
    Our environment is a Windows 2003 Server Standard x64 Edition SP2 with Oracle 10.2.0.3 installed. The processor is a dual core processor with 4 gbs of ram.
    When we open Delphi, load the program connect the application (using the application object) and then connect with the DOA object there is no problem. There is 2 connections and the program runs fine.
    Whenwe open Delphi, load the program, connect the DOA object and then connect the application object the server hangs. the hour glass displays and sits there. The memory associated with the oracle.exe process continues to get larger and larger (looking in task manager) then when it reaches 1, 386, 750KB approximately the Oracle database service ceases and the windows creats a dump file (oracle.exe.hdmp) the size of the memory allocated. The following trace file is created:
    Dump file e:\oracle\product\10.2.0\admin\alt2prod\bdump\alt2prod_lgwr_2448.trc
    Thu Aug 27 12:43:26 2009
    ORACLE V10.2.0.3.0 - 64bit Production vsnsta=0
    vsnsql=14 vsnxtr=3
    Oracle Database 10g Enterprise Edition Release 10.2.0.3.0 - 64bit Production
    With the Partitioning, Oracle Label Security, OLAP and Data Mining Scoring Engine options
    Windows Server 2003 Version V5.2 Service Pack 2
    CPU : 2 - type 8664, 1 Physical Cores
    Process Affinity : 0x0000000000000000
    Memory (Avail/Total): Ph:3177M/4031M, Ph+PgF:6170M/8067M
    Instance name: alt2prod
    Redo thread mounted by this instance: 1
    Oracle process number: 6
    Windows thread id: 2448, image: ORACLE.EXE (LGWR)
    *** 2009-08-27 12:43:26.794
    *** SERVICE NAME:() 2009-08-27 12:43:26.720
    *** SESSION ID:(716.1) 2009-08-27 12:43:26.720
    tkcrrsarc: (WARN) Failed to find ARCH for message (message:0x1)
    tkcrrpa: (WARN) Failed initial attempt to send ARCH message (message:0x1)
    Maximum redo generation record size = 156160 bytes
    Maximum redo generation change vector size = 150676 bytes
    tkcrrsarc: (WARN) Failed to find ARCH for message (message:0x10)
    tkcrrpa: (WARN) Failed initial attempt to send ARCH message (message:0x10)
    It appears the connection is trying to connect a second time. Does anyone know how to resolve this issue. Is there a configuration parameter to resolve this issue so the server does not lock up and then crash the database service.
    Any help would be appreciated.
    Chicago
    Edited by: Chicago on Aug 27, 2009 1:21 PM

    Did you install the Oracle Lite runtime on your WM5 device properly? What CAB file did you use? It seem like you didn't install the runtime on your device at all....

  • Software Update Error and Application connectivity problems

    Hi. Hoping someone can help me with issues I've been having since we added a wireless access point to our network at home two weeks ago. I'm sharing a network with two pcs, a pc laptop and a ps3. All of which are working fine either using the wireless access point or ethernet through our router.
    I have a macbook which is picking up the wireless fine, apart from a few applications. The biggest problem is that software update isn't connecting. I get a message telling me there is a networking error: NSURLError Domain - 1100. I go through the network diagnostics and it tells me that my connection is working correctly.
    Another (less worrying but annoying) problem is that some widgets (facebook, wikipedia, translater etc) are not picking up the connection either. Facebook iphoto exporter also doesn't work. There is no in-built firewall in the access point and I haven't changed any firewall settings on my system (which was working perfectly with the ethernet connection). All I changed was the DNS server address.
    The only time I have used airport previously is in the library at my university, where I needed to use a proxy address. I'm wondering if this may be interfering with my connection settings now, but am unsure of how to change the setting around. I'm a new mac user and this is the first issue I've had issues. Any help/suggestions are thoroughly appreciated.
    thanks.

    I'd been having this problem for the past few weeks (causing Software Update to fail with NSURLError -100 and the iTunes radio service to fail) and just fixed it myself.
    For me the issue had to do with proxy settings in the browser versus proxy settings in System Preferences. For example, if you run Tor/Vidalia with Firefox, the browser has its own proxy settings that get changed when you activate Tor. But if you use Safari or anything else to set up the proxy, it's the network settings under System Preferences that get affected.
    To check this, go to (Apple menu)>System Preferences...>Network, then choose whichever network interface you're currently using. If the lock icon in the lower left-hand corner is locked, click on it and authenticate with your password. Now click Configure... and choose the Proxies tab.
    On my machine, I have "Configure proxies:" set to "Manually" (I've never used the other option, "Using a PAC file", so if you have that set I'm not sure how to debug it). Now look through the items in the "Select a proxy server to configure" panel. If there is anything checked there, it should be for a specific reason. If something is checked and you don't know why, try unchecking it.
    Finally, click on Apply Now (giving your password again if prompted), close the System Preferences dialog, and try Software Update again.
    This solved my problems (I had been fiddling with a local proxy for OS X Mail and Thunderbird). Your mileage may vary. Give that a shot and report back if it helps (or if it doesn't).
    /HJ

  • Applet font problem between linux and windows

    I just want to share my experience in several project i've taken part.
    In some projects, where all are developed under linux environment (suse 9.2),
    we use jasper report for report generation and use the web applet for our clients to print.
    They print ok in linux env, with the netscape 7.1, courier 10 font and jvm 1.4.2_06b version.
    But when accessed from windows env, with the same browser and the same jvm version, the applet and the print out are different from those of lin env. The headers and footers are missing. When the we edit/lower the header and footer size at the jasper report file, then they appears @ the window env.
    So strange that the font handling between win and lin differ (still my assumption). I'vent been able to solve this problem totally since the client must stick with one OS else the print out will be different.
    Quite dissatisfied, coz i really think i could code once the report and run it anywhere in the applet and behaves in the same way.
    Could anybody help ? T-T
    Regards,
    Albert Gan

    hi!
    this is my first post and i would like to ask if how did you create the web applet printing. im totally new to java and i dont know where to start.
    i hope that you can guide me or give me some instructions. thanks in advance =)

  • Bluetooth connectivity problems between Macbook Pro and iPad

    Good afternoon All,
    I am having problems sending files between my macbook pro (retina display) purchased today and my ipad (also purchased today).
    They will connect and pair, but when attempting to send a file my macbook will tell me that it is not possible due to "The device does not have the necessary service."
    Anyone know of a cure for this problem?
    Thank you!

    Bluetooth in iPad was designed only to work with keyboards, earphones or speakers.  It was not designed to, nor will it work as a file sender from one device to another.  Either sync the files to your iPad from your Mac via iTunes sync, or email them, or get a cloud service like Dropbox on your Mac and then download the Dropbox app on your iPad.  Put the files in your Drobox account on your Mac, then access them via the Dropbox App on your iPad.

  • JSP oracle connection problem on Linux

    I am running tomcat on Red Hat Linux. The JSP display everything on webpage except the data which is retreived from the database. The database is oracle8i on unix platfrom. The same webpage works perfectly fine on windows using apache tomcat. I copied the latest classes111.jar and classes12.jar files in the lib directory of tomcat.
    Can somebody help?

    No, I'm not talking about a compilation problem. That's where Tomcat expects to find them at runtime - that's what counts here.
    I assume you know how to compile your code. ;) - MOD

  • Wireless Connectivity problem between BT HomeHub and AirPort Express

    Hi Guys,
    I'm new here, and have just bought my 1st Apple product!
    I'm afraid I haven't had a very good start though, and would really appreciate some assistance please.
    My problem is with connecting my Apple AirPort Express ("APX") to my BT HomeHub ("BTHH") wirelessly, whilst also being able to use the internet. I can only get the internet to work, whilst also streaming music from itunes to APX, by connecting the APX to the BTHH via an Ethernet cable. Perhaps I should state my equipment:
    *Room #1*
    Computer: Laptop
    Operating System: Windows XP, Service Pack 2
    Modem: BT Homehub (the curved version with blue lights)
    Above Connection Method: Wireless.
    *Room #2*
    Hi-Fi (Linn)
    Apple AirPort Express
    Above Connection Method: Digital (mini to regular toslink).
    *What I Want:*
    - To be able to wirelessly connect to the internet (PC to BTHH)
    - To be able to wirelessly stream music to the APX from iTunes
    - to be able to do both of the above simultaneously.
    Problem:
    Once my laptop has found the APX network, as soon as I then connect to it, my BTHH internet connection disappears. or the APX disappears and I have to do a factory restet before my computer can discover it again. (It leaves me having access to only one network or the other). Hence, I cannot stream music to the AirPort and use the internet simultaneously. One or the other. I am trying to "Join an Existing Network" via the AirTunes software.
    Very depressed as I don't know much about networking and had hoped it would just configure automatically. I have fiddled but it always loses the presence of the AirPort altogether until I do a factory reset for it to reappear as an available wireless network again.
    Please please help a struggling newby - anybody got an idiot's, step-by-step guide to the perfect settings? thank you to anybody who can assist.
    Message was edited by: kerrnice

    Is no one able to help me please?

  • Connection problems between desktop and Palm

    I used to be able to HotSync with my computer, but it stopped working. I thought it might be the cable, but I have gotten a new one and the connection is still not established when I try to HotSync. The computer doesn't seem to be recognizing the Palm cable as a Hardware device. I've trying all the trouble-shooting ideas from the Palm website, but I haven't figured it out. Any help is greatly appreciated, as I have not been able to back up my Palm in a couple months.
    Post relates to: Palm m515

    defenitely a device driver conflict.
    did you try Soft Reset you Palm?
    1. make sure your hotsync manager is running (it's the red & blue circle arrow down in your system tray where the clock is)
    2. Right click on hotsync mgr and  make sure the Local USB and Local or if you see a Local Serial option has check next to them
    3. Try closing down your hotsync manager by right click on it and select Exit and then re-enable it again by going into Start > Programs > Palm > Hotsnc Manager and try hotsyncing..
    When following the steps below - Did your system detect your hardware???
    For XP, right click on My Computer and select Manage.
    On top menu click on View and select "Show hidden devices".
    Turn off your Palm.
    Disconnect & re-connect your USB cable from your Palm to PC.
    Turn ON your Palm and do a hotsync. (keep on eye on your device manager)
    If the Palm Handheld appears, click the + sign to expand.
    Right click on The Palm Handheld and select properties.
    Click on Driver tab and click on Uninstall. (If you see more than 1 palm handheld device driver uninstall them, I have seen this in Windows 2000)
    Perform a hotsync and let your system detect the new hardware.
    if not you will need to uninstall Palm Desktop software and clean up your registry and backup your data.. let me know I will email you the steps..

Maybe you are looking for

  • Multiple devices on WRT54GS dropping

    I am trying to use a laptop and another laptop in one case, and a laptop and a PS3 in another case. Whenever One is running, if the other one is on then the router just crashes. I set static IPs on all devices so the IPs should not be conflicting. DN

  • Need to reformat external hard drive for time machine?

    Hello, We recently purchased an external hard drive for our family iMac after we had to have a new hard drive put in. We picked up a Western Digital 1tb My Book (http://www.wdc.com/en/products/Products.asp?DriveID=725). I set up the external hd with

  • Master data extraction from SAP ECC

         Hi All, I am a newbie here and teaching myself SAP BI. I have looked through the forums regarding master data extraction from SAP ECC in all forums but could not answers for my question. Please help me out. I want to extract customer attributes

  • Cast to DATETIME Function?

    Please someone correct me if I'm wrong, but it seems you can use the cast function to convert correctly formatted data to date, timestamp, etc, but it is not possible to cast to datetime? OBIEE 11.1.1.6.2 Thanks, Geo

  • Keywords search script in Bridge with subfolders

    From the forums and other research I have realized if you are on a network and tag a photo, a second user can search for the keywords if all the photos are in one main folder. Yet Bridge does not work with finding keywords within subfolders. Does any