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

Similar Messages

  • 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..

  • 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

  • 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.

  • Diff between iMessages and iChat?

    Is there a difference between iMessages and iChat? If so, what is it? I'm thinking about upgrading from Snow Leopard to Mountain Lion.
    Also, I don't have to buy Lion to buy Mountain Lion, right? Someone told me that...
    Thanks!

    That is correct. It is not necessary to install Lion to get to Mountain Lion. In fact Lion is no longer available unless you call Apple and request a special download key for it.
    iMessages is for iOS and iDevices.
    For OS X it is called Messages. It is basically iChat but it uses the iMessages protocol instead.
    Allan

  • 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

  • How can I fix a problem between Firefox and my printer? When I try to print a window appears Save as ,then another saying Firefox not responding and printing does not work

    I used to be able to print correctly using Firefox as my browser,but something changed in the last month or so,possibly after a Firefox update. I`m not really sure how it happened but there seems to be a problem between Firefox and my printer. So I have been using Internet Explorer as my default so I can print. I would prefer to use Firefox again since that is where my bookmarks are. Is there a way to get the connection between Firefox and my printer back?

    '''Save as''' = sounds like you don't have your printer selected, or you have ''Print to file'' selected
    http://kb.mozillazine.org/Problems_printing_web_pages

  • (UIX XML) Sharing Connection objects between BC4J and custom java.

    If I have a UIX XML page that contains some BC4J application modules, then in the event handler I call [public static EventResult handleMyEventEvent (BajaContext context, Page page, PageEvent event..) ], which in turn calls some java classes I have written that take a java.sql.Connection object and access the database doing some updates/inserts with this Connection object (via JDBC)....HOW CAN I USE THE SAME TRANSACTION AS WAS USED IN THE BC4J APPLICATION MODULE...i.e. CAN I SHARE THE CONNECTION OBJECT BETWEEN BC4J AND MY OWN JAVA CLASSES THAT USE JDBC?
    What are the best ways to share such a transaction?
    Thanks,
    Paul.

    Would it be easier to use a custom method on the bc4j Application module?
    Take this scenario...
    1. User opens UIX XML web page which opens a bc4j App Module..it has a VO based on all employees.
    2. User presses the add button and a new employee is created (using the bc4j App Module).
    (Notice: no commit yet!)
    3. User presses the submit button...fires event REVIEW_SALARY.
    4. This event is 'handled' in the event section of the UML XML...it calls:-
    public static EventResult handleREVIEW_SALARYEvent (BajaContext context, Page page, PageEvent event)...
    5. I now want to call a java class I wrote that computes an employees new salary and updates the employee record with this new salary. This update will fail unless it is part of the same transaction as the one used by the bc4j App Module (that inserted the new employee).
    How best to proceed from here?
    How about having a method on the bc4j App Mod's VO called 'reviewSalary'? Calling this would use the same transaction? I could then call my java class from within the VO's method? However do I still have the same problem in that my java class expects to be passed the connection object?
    The approach you suggested previously seems a touch dangerous....in that these are not 'publically exposed'...and a new release of JDev may break my code.
    Thanks,
    Paul.

  • Do any of you experience Im having with my ipad? I can't make a comment in Facebook for older posts and I can't open numerous comments from old posts of my friends. but everything works perfectly when I use laptop. is there problem between apple and FB?

    do any of you experience Im having with my ipad? I can't make a comment in Facebook for older posts and I can't open numerous comments from old posts of my friends. but everything works perfectly when I use my laptop(non-apple). is there problem between apple and FB?

    Facebook apparently has their site coded poorly for tablets with touch screens. Try using the Facebook app. It is not perfect either but it is better than view in a browser lately.

  • Problems between PE4 and 10

    I have a drawing that was resized to a certain length using PE4. I have now upgraded to PE10 and when I print the drawing , it prints 3-4 times  larger than what it should be. When I view the drawing, the ruler at the top of the screen shows it being the correct length and when I checked the deminsion in the resize box, it also has the correct length. Have I done something wrong or should I delete the drawing and start over from scratch?

    Could you be a little more specific please? Sorry, I am not a tech guy just a poor laymen.
    Date: Thu, 2 Aug 2012 20:30:55 -0600
    From: [email protected]
    To: [email protected]
    Subject: Problems between PE4 and 10
        Re: Problems between PE4 and 10
        created by photodrawken in Photoshop Elements - View the full discussion
    Check your PSE print settings, especially the DPI value in the "Print Quality". Ken
         Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: http://forums.adobe.com/message/4595437#4595437
         To unsubscribe from this thread, please visit the message page at http://forums.adobe.com/message/4595437#4595437. In the Actions box on the right, click the Stop Email Notifications link.
         Start a new discussion in Photoshop Elements by email or at Adobe Forums
      For more information about maintaining your forum email notifications please go to http://forums.adobe.com/message/2936746#2936746.

  • Lost audio between AIM and IChat

    Hello.
    Up until a few days ago I was able to engage in A/V chats with my dad. I have an IMac G5 using IChat and he has a PC with AIM 5.9. For some unknown reason, I no longer get audio when we connect. I can see him and he can see and hear me, but his audio is gone. Any ideas??

    Hi Ralph.
    Walked my dad through the re-tune procedure in the link. All went well, and during the microphone tune the lighted input bar responded as it should. All indications are that his microphone is working fine. Unfortunately, I still get no audio from him.
    One note of interest. When we first establish an IChat video connection, there usually is a bit of speaker hiss on my end - as if the the PC microphone is connected and ready to transmit audio. However, the minute either one of us begins to talk, the speaker hiss is instantly silenced and I get no audio from him. Then nothing but silence.
    I was beginning to suspect that his microphone/camera was defective. However, given that the tuning procedure seemed successful, I'm not so sure.
    Any more ideas?
    Regards, Michael

  • What's the difference between FaceTime and iChat?

    I have been reading about the new FaceTime software for Macs that is coming out soon. I don't quite understand the difference between the new FaceTime and iChat. Can someone please enlighten me?

    The main difference is that iChat is a text-and-video chat client for IM services like AIM, jabber. It it used to communicate with "buddies" from those IM services.
    FaceTime is a video only chat client for video calling between apple devices. Instead of using friends lists or buddy lists, it uses your devices address book to place calls. Currently supported devices are iPod touch, iPhone, iMac (with beta software). It is expected that the next iPad will include this feature as well. I would also expect FaceTime client to be released for PCs somewhere down the line.

  • What is the difference between facetime and ichat

    My grandkids would like to engage in audio/video conversations across country.  I have iChat and FaceTime software on my 10.6.8 and 10.8 computers.
    I am not sure the salient differences between these two softwares or which one would be the better one to use.
    Mark

    Hi,
    FaceTime.
    Version of Macs from Snow Leopard onwards and iOS devices.
    Tends to use an Apple ID  to "Call" rather than the iPhone number.  (It can use the number in later versions)
    One trick pony.
    Can only do 1-1 video
    iChat/Messages
    iChat is the Original Messaging app on the Mac and Messages is the Mountain Lion variation.
    iChat does IM (Text) chat over AIM, Jabber and Yahoo (This last is iChat 6 and Messages only)
    It can do Group chats where it is supported (Not All Jabber servers do this).
    You can send files (with or without a Chat window being Open
    Pics sent in Chats display in line.
    Using Jabber ID or AIM names it will Video or Audio Only chat to other iChat users (AIM Video chats can be done to at least two Apps on PCs)
    It has iChat Theatre.
    This can display other files as the Video feed.
    i.e. you could show Movies (May be illegal if using Commercially produced films) or Keynote/Powerpoint presentations and the like.
    During Video Chats you can drag a file of the Video Chat to send it to the Buddy.
    Pic and Slide shows from iPhoto can be sent as Video Feed (I suggest you do so with the Music Off).
    The Video feed can also be subject to the Effects and Backdrops
    Audio Chats can be 10 way with you as one of the people
    Video Chat can be 4 way with you as one of the participants.
    It can also do Screen Sharing.
    This is an Audio Only Chat+  The plus being the desktop is shown to the Buddy (or you view the Buddy's)
    They have the same access to your computer if you are Sharing.  ("Warning, Warning, Will Robinson" moment.)
    10.6.8 and 10.8 differences
    iChat morphs into Messages in 10.8 (Mountain Lion)
    This adds in the iMessages service into what was iChat
    This is Apple's own Messaging service that started on the iPhone
    It uses an Apple ID (Can be different to FaceTime) or the iPhones Number to Call other iMessages capable people.
    Works from the Contacts list (rather than Buddy Lists).
    Messages from iPhone, iPad and the Messages App on Macs are synced across those devices linked through the same Apple ID.
    This does allow Conversation to be held across several devices as you change locations
    (Syncing is the displaying of the iMessages across all devices - it does not apply to the actions taken with those iMessages such as deleting them on the iPhone will not delete them on the Mac)
    You can Invoke FaceTime from an iMessages chat  (the app will start up and you can select the Contact to FaceTime/Video them.
    Certain Apple IDs ending in @Mac.com and @Me.com are also valid AIM Screen Names.
    However passwords need to be kept to the AIM Limit of 16 Characters
    iCloud issued @me.com name will not work on iChat 5 or Earlier  (in OS X 10.6.8 or earlier)
    However it does mean in Messages on Mountain Lion the Apple ID may appear as an "Account" twice - for iMessages and for the AIM service
    I think that is almost everything.
    10:50 PM      Saturday; October 27, 2012
    Please, if posting Logs, do not post any Log info after the line "Binary Images for iChat"
      iMac 2.5Ghz 5i 2011 (Mountain Lion 10.8.2)
     G4/1GhzDual MDD (Leopard 10.5.8)
     MacBookPro 2Gb (Snow Leopard 10.6.8)
     Mac OS X (10.6.8),
     Couple of iPhones and an iPad
    "Limit the Logs to the Bits above Binary Images."  No, Seriously

  • Problem with Internet connection sharing between eMac and Powerbook G3

    Hi,
    I seem to be having a slight problem with internet connection sharing.
    My eMac is the main machine with the internet connection, and its running 10.4.6, the Powerbook G3 is running 10.2.8.
    I can connect them all up and get online with both, but I the problem I am having is when I turn the Firewall on on the eMac, the powerbook can't connect.
    Is there anyway I can keep the Firewall enabled and still use internet connection sharing?

    How do I know which ports the Powerbook is using?
    Also I had web sharing enabled on the eMac and it made no difference at all.
    Plus I don't know if this means anything to you, trying to decipher it myself, all I can make out myself on there is port 80.
    May 31 21:26:30 Craigs-Macintosh ipfw: 12190 Deny TCP 10.0.2.2:49743 67.15.24.40:80 in via en1
    May 31 21:26:34 Craigs-Macintosh ipfw: Stealth Mode connection attempt to UDP 10.0.2.1:192 from 10.0.2.2:49531
    May 31 21:26:34 Craigs-Macintosh ipfw: Stealth Mode connection attempt to UDP 10.0.2.1:192 from 10.0.2.2:49532
    May 31 21:26:39 Craigs-Macintosh ipfw: Stealth Mode connection attempt to UDP 10.0.2.1:192 from 10.0.2.2:49533
    May 31 21:26:39 Craigs-Macintosh ipfw: Stealth Mode connection attempt to UDP 10.0.2.1:192 from 10.0.2.2:49534
    May 31 21:26:42 Craigs-Macintosh ipfw: 12190 Deny TCP 10.0.2.2:49743 67.15.24.40:80 in via en1
    May 31 21:26:44 Craigs-Macintosh ipfw: Stealth Mode connection attempt to UDP 10.0.2.1:192 from 10.0.2.2:49535
    May 31 21:26:44 Craigs-Macintosh ipfw: Stealth Mode connection attempt to UDP 10.0.2.1:192 from 10.0.2.2:49536
    May 31 21:29:12 Craigs-Macintosh ipfw: 12190 Deny TCP 10.0.2.2:49746 17.254.0.91:80 in via en1
    May 31 21:29:15 Craigs-Macintosh ipfw: 12190 Deny TCP 10.0.2.2:49746 17.254.0.91:80 in via en1

  • Connection failures between iMac and Macbook Pro

    I'm experiencing frequent connection failures over my wi-fi network between my iMac and Macbook Pro on an otherwise strong, stable network. I can connect both of my computers to the Airport Time Capsule that I use as my wireless router without a problem, but for some reason I get connection failures between the computers say, 50% of the time. Sometimes it works fine, others it just hangs before giving me an error message. Any suggestions?
    OS 10.9.3 on both machines
    Apple Airport Extreme Time Capsule
    iMac, 3.06GHz i3 (2010)
    Macbook Pro Retina, 2.4 GHz i7 (1st Gen)

    Hi jt in nyc,
    Some checks:
    Use Airport Utility on one of the machines
    - Click on the Time Capsule ( enter password if prompted )
    - Click on the Edit button
    Under Airport Utility -> Wireless -> Wireless Options
    Are the Time Capsule Wireless options set correctly?
    - Country -> you know this, change if it is not
    - 2.4GHz and 5GHz Channel set to Automatic
    - Click on Cancel button to return to the Airport Utility graphic diagram.
    - Click on the Time Capsule
    - Click on your machines listed beside wireless clients
    Are the machines reporting an excellent quality at different distances from the Time Machine?

Maybe you are looking for