Another Netbeans Victim

I'm running netbeans 5 with sdk 1.5 and am having what seems like a common problem running java outside of nb. Of course the code runs fine within nb.
The code has a package, my.mosclient.pkg. Within the folder /my/mosclient/pkg are the class files, MosClient. From here at the command line, if I run java MosClient I get a 'noClassDefFound error - wrong name - my/mosclient/pkg/MosClient.
If I run java my.mosclient.pkg.MosClient I get 'noClassDef Founderror - my/mosclient/pkg/MosClient.
My classpath is set as '.;c:\java'. C\java then holds my applications.
Any help appreciated.

Are you sure you have the right capitalization when you run from the command line? I say this because when you see the "wrong name" message from java with a Class Not Found error that is usually a hint that it found something close but not exactly the same case.
For example If i have a file named Test.java and then I compile and I run
java test
I get
C:\>java test
Exception in thread "main" java.lang.NoClassDefFoundError: test (wrong name: Test)But if totally muck it up I get something slightly different.
C:\>java tttest
Exception in thread "main" java.lang.NoClassDefFoundError: tttestSo I kind of wonder if this is a case issue.

Similar Messages

  • Another Manifest victim

    Oh dear - talk about arcane? I'm sure developers have got better things to do with their lives than try to work around this primitive utility.
    I have a test application - with an executable jar.
    In this there are 2 API jars plus the main class. It works (on NT4) testing the jar from the IDE (Forte). It works from the OS (explorer) by clicking on it. If I copy this jar to another machine (Win2K) it fails with the "cannot find main class" message. From DOS etc - I can ascertain that it is not actually the main class that is not found - but a path to a class within the embedded API jar (e.g. com/??/??/??).
    Can anyone give me any pointers as to what I should be looking for? The JDK/JRE are all the same on both machines (1.3.1_03 and 1.4-rc) ?
    Can it be that on the development machine - the class loader is actually looking outside the jar file to resolve the path to this class (?)
    I do have a few jar applications working - but every time there is something added to the equation - more mysterious syntax and work-arounds.
    Any hints or help on this would be greatly appreciated.
    TIA

    Doesn't work.
    From the command prompt (using java rather than javaw) - it gives the message that it cannot find the class that is embedded in the API jar file ( in this case - ... NoClassDefFoundError: com/compuware/uniface/UnifaceException).
    There are no packages defined. Simply the "main" class + 2 API "jar" files.
    Class-Path: . xxx.jar xxy.jar
    Main-Class: MyMainClass
    This works in Forte - works on the development machine from Explorer - doesn't work when moved to the Win2K machine. Same JDK/JRE - all Windows and "DOS" paths checked (i.e. running the same JRE).
    I am sure there is a "simple" explanation (!)

  • Another sync victim

    Ok, I know that having 5 macs syncing is a bit of a strain given today's system (actually, it's down to 4 macs ... two desktops and two laptops; but with an iphone and an ipod touch thrown into the mix). I've restored functionality to all except for one laptop.
    I have even taken the step of creating a brand new user account, and then registering it. The result, sadly is the dreaded ".mac sync error A failure occurred while synchronizing the .Mac Sync Client" since it's a brand new user, dorking with the /Library files of this user would seem like it ought to be unnecessary (I had the same issue with my own account, which is why I created a new temporary account". For whatever it's worth, the console message was:
    Mac OS X Version 10.4.11 (Build 8S165)
    2009-03-02 14:25:43 -0700
    2009-03-02 14:25:44.854 SoftwareUpdateCheck[2779] Checking for updates
    2009-03-02 14:25:51.431 SystemUIServer[2771] lang is:en
    2009-03-02 14:29:35.887 System Preferences[2800] SFIDiskMirrorCopyPair returned NULL.
    2009-03-02 14:29:41.378 System Preferences[2800] Failed to register NSConnection
    2009-03-02 14:29:42.451 System Preferences[2800] Importing iSync preferences.
    2009-03-02 14:29:42.452 System Preferences[2800] SyncPreferences couldn't be found. Import aborted.
    2009-03-02 14:29:56.647 dotMacPrefTool[2805] calling [_sessionProxy registerComputerNamed] with [<DotMacSessionProxy: 0x427c60> khb maclaptop - kt], shouldForce: 0
    2009-03-02 14:30:05.441 System Preferences[2800] Failed to register NSConnection
    2009-03-02 14:39:02.072 dotMacErrorReporter[2811] Displayed - NSError "A failure occurred while synchronizing the .Mac Sync Client." Domain=DotMacProxyErrorDomain Code=-99 UserInfo={
    DotMacUnwindErrorKey = (
    NSError "A failure occurred while synchronizing the .Mac Sync Client." Domain=internalMallornErrorDomain Code=5015 UserInfo={
    NSLocalizedDescription = "A failure occurred while synchronizing the .Mac Sync Client.";
    NSLocalizedDescription = "A failure occurred while synchronizing the .Mac Sync Client.";
    } with result 0
    It would be nice to be able to sync this mac as well as the others.
    If anyone from Apple is reading, an RFE to add the ability to use the web interface to create calendars would be nice as well.

    Have you tried resetting sync data? Instructions here: http://support.apple.com/kb/HT1497
    Yes, I know it's a new user account, but it might be that you have the registration of the same computer hanging around in MobileMe. In any case, it's worth a shot.
    * I just noticed that the referenced article is to overwrite MobileMe with data from the Mac. You need to overwrite data on the Mac with that from MobileMe, so make sure the arrow is pointing the OPPOSITE direction to the instructions.
    Message was edited by: Bernard Harte

  • Another update victim

    Did most recent update and now G5 doesn't see 60g ipod and ipod won't shut off. Have a blank screen. Have reset 10 times. Screen goes dark and I hear three tones. then the blank screen comes back on. I have 500 photos saved on this ipod. Are they lost? Help!
    60g   Mac OS X (10.4.7)  

    I had the same problem with my 30 gig Ipod. Haven't found out what to do to remedy this problem. I'm hoping that Apple will send out a new updater to fix this problem. Currently, I sent my IPOD to best buy where I purchased it. (I bought the extended warranty)
    Ibook G4   Mac OS X (10.4.7)  

  • EJB 3.0 Web service fail to deploy when ws result is on a diff lib project

    I'm trying to develop a web service using EJB 3.0 with annotations. I'm using Netbeans 5.5 EE.
    The web service should returns an object declared on another Netbeans project.
    ( a library.jar).
    Netbeans compiles everything alright, although when I deploy the application into Glassfish it complains with an error saying that wsdl file for the web service wasn't found.
    If I move the returning object class into the same ejb project as the web service it works fine.
    So, can anybody explain what is happening ? Is it a bug of Netbeans, Glassfish, EJB 3.0, JAX-WS or newbie programmer ?

    I'm trying to develop a web service using EJB 3.0 with annotations. I'm using Netbeans 5.5 EE.
    The web service should returns an object declared on another Netbeans project.
    ( a library.jar).
    Netbeans compiles everything alright, although when I deploy the application into Glassfish it complains with an error saying that wsdl file for the web service wasn't found.
    If I move the returning object class into the same ejb project as the web service it works fine.
    So, can anybody explain what is happening ? Is it a bug of Netbeans, Glassfish, EJB 3.0, JAX-WS or newbie programmer ?

  • Cannot load component class className from project: ProjectName

    Hi guys,
    I've a strange issue.
    I found some solutions on google and on this forum, but they doesn't work for me.
    I've a javafx application in netbeans in which I also use swing controls.
    I created a custom jlabel control
    public class Label extends JLabel {
        public Label()
        private void setAspect(String csFontName, int nSizeFont, boolean bold,Color cColor)
            int style=bold ? Font.BOLD : Font.PLAIN;
            this.setFont(new Font(csFontName,style,nSizeFont));
            this.setForeground(cColor);
        public Label(String csText)
            super(csText);
            setAspect("Tahoma",10,false,Color.black);
        public Label(String csText, int nSize)
            super(csText);
            setAspect("Tahoma",nSize,false,Color.black);
        public Label(String csText, int nSize, boolean bold)
            super(csText);
            setAspect("Tahoma",10,bold,Color.black);
        public Label(String csText, int nSize, boolean bold, Color cColor)
            super(csText);
            setAspect("Tahoma",10,bold,Color.black);
    }I selected Label.java file in the project and I click on Tools->add to palette and I selected Swing controls as family.
    I restarted netbeans and I found it in the palette.
    I try to drag it into my swing form and I've :
    Cannot load component class <ProjectName>.Label from project: D:\Progetti\<ProjectName>.
    The class must be compiled and must be on the classpath of the project to which this form belongs.Following forums I went on netbeans log
    org.openide.ErrorManager$AnnException: msg
         at org.openide.ErrorManager$AnnException.findOrCreate(ErrorManager.java:870)
         at org.openide.ErrorManager$DelegatingErrorManager.annotate(ErrorManager.java:653)
    Caused by: java.lang.ClassNotFoundException: <ProjectName>.Label
         at org.netbeans.modules.form.project.ProjectClassLoader.findClass(ProjectClassLoader.java:178)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
         at org.netbeans.modules.form.project.FormClassLoader.findClass(FormClassLoader.java:83)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
         at java.lang.Class.forName0(Native Method)
         at java.lang.Class.forName(Class.java:247)
         at org.netbeans.modules.form.project.ClassPathUtils.loadClass(ClassPathUtils.java:98)
         at org.netbeans.modules.form.MetaComponentCreator.prepareClass0(MetaComponentCreator.java:1322)
         ... 34 more
    msg
    Cannot load component class ortholab2.Label from project: D:\Progetti\<ProjectName>.
    The class must be compiled and must be on the classpath of the project to which this form belongs.I hope someone can help me ,
    Thanks

    That sounds more like a NetBeans-specific question, not a general java programming question.
    Plus, your desciption is inconsistent:
    Cannot load component class <ProjectName>.Label from project: D:\Progetti\<ProjectName>.
    Cannot load component class ortholab2.Label from project: D:\Progetti\<ProjectName>What is the fully-qualified name of this class: ortholab2.Label ? ortholab2 being both the package name and the project name?
    And where do you use it, in the same project or in yet another NetBeans project?

  • PT880 + P4 2.80E Freezing

    I just got a brand new PT880 and P4 2.80E GHz and have been having problems galore.  I have read through most of the posts here and they have helped tremendously.  However, I am still having one more significant issue.  When I start up a game, I can play for about 15-45 minutes and my computer will lock up.
    My temps seem to run between 109F/43C and 122F/50C (after it has frozen and I restart, I check the temp in the BIOS, it reads about 122F/50C so that might be a little low.) The P4 should have a thermal diode that should throttle back if it gets too hot though so that doesn't seem like it should be an issue.  I have the cover off of the computer, but I will try putting a box fan near it to see if I can rule out heat.  Maybe the passive cooler on the chipset isn't enough?
    I set the aperature size to 64MB and 128MB in the BIOS, didn't seem to help. I've messed with all the settings under AGP timing.
    My (cheap) power supply might be a bit weak: +12v/17a, +3.3v/20a, +5v/40a.
    ( http://gpb-jge.com/file/ap440f.html )
    If 17a isn't enough on the +12v, then I will trade it in for an Enermax 350W Whisper Power Supply, EG365P-VE FC (+12v/26a, +3.3v/32a, +5v/32a) I would gain a lot on the 12v and lose some on the +5v
    ( http://www.enermax.com.tw/eg365p-ve-fca.htm )
    I will try running a stress tester on my machine that works only the processor to see if I can rule out my video card causing any weird kind of incompatibility.  I was able to play the same games on my Athlon 1500+ though with the same card.  Maybe now it isn't getting enough power because of the P4.
    I tried overclocking as that has seemed to work for some, but made matters worse for me.
    My big question is about the power supply. Should I take mine back for the Enermax? Could this solve my problems?  Any other ideas?  Has anyone had this board and processor work flawlessly?

    Oh-No Another Prescott Victim ....You are Going to have issues that we Cant Help you with in Here, as Most of the Issues are Prescott Related,,You will Be Much better off Going to  http://www.viaarena.com  To see what the VIA Boys Have figured out....But By All means you NEED a More powerfull PSU and the ENERMAX 465W-VE is the One you want..........Sean REILLY875

  • Videoplayer errors

    Can anyone please rectify my mistake here
    * Main.fx
    * Created on Jul 22, 2009, 3:54:40 PM
    package video;
    import javafx.stage.Stage;
    import javafx.scene.Scene;
    import javafx.scene.text.Text;
    import javafx.scene.media.Media;
    import javafx.scene.text.Font;
    import javafx.scene.media.MediaPlayer;
    import javafx.scene.media.MediaView;
    var isPlaying :Boolean = false;
    * @author Naushin
    var vide: Media=Media{
        source:"{__DIR__}videos/Bear.flv" ;
        var player: MediaPlayer=MediaPlayer {
        media :vide;
        rate:1.0;
        volume:0.4
    var view: MediaView=MediaView {
        onMousePressed: function(event){
    if(isPlaying){
             player.pause();
            }else{
               player.play();
    isPlaying = not isPlaying
       // preserveRatio: true
       mediaPlayer:player;
       // x:200
       // y:200
    function run(){
    Stage {
        title: "Application title"
        width: 800
        height: 600
        scene: Scene {
            content: [
                view
    code}
    FX Media Object caught Exception com.sun.media.jmc.MediaUnsupportedException: Unsupported media: jar:file:/C:/Users/Naushin/Documents/NetBeansProjects/video/dist/video.jar!/video/videos/Bear.flv
        source ='jar:file:/C:/Users/Naushin/Documents/NetBeansProjects/video/dist/video.jar!/video/videos/Bear.flv'
    com.sun.media.jmc.MediaUnsupportedException: Unsupported media: jar:file:/C:/Users/Naushin/Documents/NetBeansProjects/video/dist/video.jar!/video/videos/Bear.flv
            at com.sun.media.jmcimpl.PeerManager$1.run(PeerManager.java:58)
            at java.security.AccessController.doPrivileged(Native Method)
            at com.sun.media.jmcimpl.PeerManager.throwMediaException(PeerManager.java:51)
            at com.sun.media.jmcimpl.PeerManager.getMediaPeer(PeerManager.java:211)
            at com.sun.media.jmc.Media.<init>(Media.java:50)
            at javafx.scene.media.Media$_SBECL.onChange(Media.fx:87)
            at com.sun.javafx.runtime.location.ObjectVariable.notifyListeners(ObjectVariable.java:142)
            at com.sun.javafx.runtime.location.ObjectVariable.replaceValue(ObjectVariable.java:104)
            at com.sun.javafx.runtime.location.ObjectVariable.set(ObjectVariable.java:115)
            at javafx.scene.media.Media.set$source(Media.fx:80)
            at video.Main.<clinit>(Main.fx:29)
            at video.Main.<clinit>(Main.fx:29)
            at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
            at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
            at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
            at java.lang.reflect.Method.invoke(Unknown Source)
            at com.sun.javafx.runtime.provider.GUIRuntimeProvider$1.run(GUIRuntimeProvider.java:65)
            at com.sun.javafx.tk.swing.SwingToolkit$StartupRoutine.run(SwingToolkit.fx:593)
            at java.awt.event.InvocationEvent.dispatch(Unknown Source)
            at java.awt.EventQueue.dispatchEvent(Unknown Source)
            at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
            at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
            at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
            at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
            at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
            at java.awt.EventDispatchThread.run(Unknown Source)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

    "Unsupported media" is quite NOT clear.
    I've got the same issue. I am running a local video file.
    After inspecting the JAR file, I found the required Video file packaged correctly -- And Yes, I played the packaged video file from the JAR in VLC and it is a valid binary file. Therefore (1) the file is inside the JAR and (2) is a valid video file and (3) most importantly, the Error "Unsupported media" is everything but clear.
    I also noticed that Netbeans generates the preview of my Media Player with the correct video file, but is unable to show it in runtime. (Maybe another Netbeans mystery?)
    See attached Image URI: [http://skitch.com/hgeldenhuys/b365t/com.sun.javafx.runtime.main|http://skitch.com/hgeldenhuys/b365t/com.sun.javafx.runtime.main]
    The error is completely misleading. The closest I got to make the example work, was to use the HTTP instead of FILE protocol.
    Please help.
    Edited by: mrsunday on Aug 3, 2009 5:52 AM

  • HT201441 So what do you do if you find an iphone? are you just out of luck?

    I found an iphone 5 a few days ago. Was told to leave it alone for a few days to see if the previous owner would send a message or something with find my iphone. And just to wait and see if the police show up if it had been reported stolen lol but now days later, still nothing, so i wiped it on itunes and now i run into activation lock o_o soooo......what now? do I now own a $300 brick? The email is blacked out so I still cannot contact the previous owner and I have no way to activate the phone. Tried to downgrade to ios 6 but that was unsuccessful. I do not wish to sell it to another unsuspecting victim lol so what do I do?

    Carry on.  I've had enough for one day!

  • Moving message bundle (i18n) to another package within NetBeans...

    Hi,
    I'm using the NetBeans GUI builder (matisse) to create an internationalized (i18n) swing application.
    My bundle properties file (which contains all the internationalized labels and so on) is located in a package on the classpath. Now I want to move the bundle to another package - can this be done in an easy (automatic) fashion throughout the IDE because a lot of java classes (forms) use the bundle.
    BTW, find and replace within the editor does not work because all the gui building stuff is marked as protected and cannot be edited and editing each label separately with the internationalization wizard would take me hours...
    Any help would be greatly appreciated
    - Stephan

    Of course... but my java files would need some refactoring because there is a lot of code like that...
    setTitle(java.util.ResourceBundle.getBundle("
        com/foo/bar/bundle/Messages").getString("frame1.title"));.. which refers to a message bundle in the specified package - when I move the message bundle to another package all the references in the java files (like the example above) have to be updated.
    Unfortunately 'Find and Replace' in the editor doesn't work because it is generated gui code and marked as protected.
    So is there a possibility to automatically update all the references in the java files?
    Thanks a lot
    - Stephan

  • Another victim of the suddenly-missing AppleTV in iTunes

    I picked up my AppleTV a couple of weeks ago, brought it home and synced it successfully to a G4 iMac. Put some content on it, and it ran quite well.
    Last night I get home, and iTunes cannot see the device any more. The only variable? Installed the QuickTime "security update" that came down the other night. Can ping the aTV, the router can see it, the aTV can get to the internet and view trailers, did the factory reset twice. AppleTV never appears as a device on iTunes 7.1.1(5) on that machine.
    However, my girlfriend's MacBook sees it perfectly. It shows up in the Devices list within seconds and can sync or stream, no problem.
    Steps I've already taken:
    - Powered off the aTV
    - Factory reset the aTV
    - Restarted the wireless router
    - Restarted the G4 iMac
    - Logged in as Administrator and a couple of other users on the iMac
    - Physically removed and reinstalled iTunes on the iMac
    - Verified that I can ping the aTV both from the G4 and the router
    - Verified that all devices are on the same subnet
    - Verified that all devices can be seen by the router
    - Changed channels on the wireless (from 6 to 11)
    - Forced the router to 802.11g-only
    - Read at least ten threads over the last two weeks about similar problems, none of which have conclusive solutions (Apple's troubleshooting page about this pretty much parrots the user guide and is thus useless in this situation).
    Without any of these tricks, the MacBook sees it and works with it. Even with all these tricks, the G4 cannot at all.
    Other fun facts:
    - Firewall is not and has never been enabled on the G4
    - Router is not blocking any ports
    - Router configuration has not been changed (except channel as noted above) in weeks
    - All of this used to work on all machines involved
    And to restate: this all worked perfectly with the G4 for a couple of weeks. I cannot say that the QuickTime update had anything to do with it, and in fact, the MacBook *got this update too* and still talks to the aTV just fine.
    The one thing I haven't done is physically wire the G4 and the aTV to a 10/100 hub and do it wired-style.
    I've seen several threads about this, as I said. Nobody seems have come up with a reliable solution and there seems to be a lot of casting-about for possible solutions instead of Apple investigating this properly.

    OK, even further update... it turns out that the installer for the new EyeTV 2.4 AppleTV-compatible software has a problem with the QT 7.1.6 update.
    Here's the scenario:
    I redid my iMac back to a known-good configuration from a few weeks ago, before the 7.1.6 update. AppleTV now appeared on the Device list just fine, synced up, did everything perfectly.
    I installed the 7.1.6 update, and Apple TV STILL worked perfectly!
    Then I ran the installer for EyeTV 2.40, and as soon as I gave consent for it to modify some device driver it was using, which I assume means it tweaked QuickTime or iTunes somehow, AppleTV disappeared from Devices, iTunes stopped working correctly, and EyeTV itself would frequently hang.
    Reverted back to the next-earlier EyeTV, pulled a good copy of iTunes from my earlier image, and everything started working again.
    Late yesterday, Elgato sent me a link to a new beta version of 2.40, which apparently addresses this problem. It has been reported only by users of PowerPC machines, which is why my fiancee's MacBook didn't have a problem. The new patched code works nicely with 7.1.6 and everything works again.
    Here's the patched 2.4:
    http://s3.amazonaws.com/eyetvbeta/eyetv24_betabuild2654.zip
    I'll post another thread about this with a better subject so that EyeTV owners can find it and deal with it.

  • Another victim of huge amounts of data being used, is downgrading a solution?

    I too am one of the latest victims of skyrocketing data usage on my 2 week old iPhone 4. I randomly got a text from AT&T this morning stating that I had used 65% of my 200MB data plan in just 10 DAYS. I am on wifi for 80% of the day and at work I only check FB, twitter, and the occasional email that comes through on 3G but otherwise it's all wifi. I've read wifi isn't running when it's asleep so maybe that's the problem. I deleted my iCloud account and made my phone ancient by only getting calls. Many of you say this started with iOS5 so I was thinking that downgrading may not even be an option but a necessity. AT&T can't help at all since the data used is "consistent" yet I had 3 Blackberries and my brother's Blackberry Curve ever go/went near 100MB, and this is from the latest Blackberry phones. I still have time to return the phone and get a new one but I'm hooked on it and don't want to lose it, it's just frustrating to go through this. Has anyone successfully downgraded the OS and noticed anything?

    How many email accounts are you accessing with the iPhone's Mail app?
    Any accounts that support push access for received messages?
    If not, is Fetch set to automatically check the account or accounts for new messages?
    If the answer is yes to either question and your iPhone is not connected to a power source the entire time it is in range of an available wi-fi network the iPhone has access to or is not being actively used the entire time it is connected to an available wi-fi network, connection with the wi-fi network will be dropped. If Cellular Data is enabled, your iPhone will use the cellular data or internet network to download emails in that situation. If you have Notifcations enabled for any apps, notifications received will be downloaded via the carrier's cellular data or internet network. If your employer email account is an Exchange account, push access is supported with an Exchange account for recevied messages and for contacts and calendar events. You can turn Push access off for email but if Fetch is set to automatic, the account will be checked for new messages and new messages will be downloaded when the iPhone is not actively being used. which will be over the cellular network unless the iPhone remains connected to a power source the entire time it is connected to an available wi-fi network.
    If your employer email account is an Exchange account, that is likely the culprit. Turn Push access off for received messages for starters and use Fetch set to automatic or manually.

  • Another victim of 3689

    I have Vista OS on a PC and an Airport Extreme router. I know it isn't the router, because on another desktop and laptop, I've never had a single problem with AppleTV as far as syncing goes. I purchased a new PC with Vista 64 Bit and can't get it to sync with AppleTV. I've done a factory restore multiple times and it sees it and everything else works except syncing. I'm wondering if it has to do with McAfee. My other two PCs (that work) have Norton 360 on it, but the one with McAfee does not. I've verified in McAfee that iTunes can do inbound/outbound. I've verified that port 3689 is open (had to add it in McAfee). Still no luck after a weekend of frustration. I could go back to using my other computers, but one of the reasons I bought the machine I did was to be a media center for things like this.

    FIXED!!!
    Even though the windows internal firewall was turned off, once I added port 3689 as an accepted port, it worked fine.

  • Another dreaded "-8" victim

    The Story:
    Bought MacBook to speak with & see my wife while on short term contract in Sweden. Home is in Canada.
    The first day I got it I could video chat from Sweden with my neighbour in Canada who lives one floor below us, but couldn't video chat with my home computer (iMac).
    I juts downloaded Skype 2.0 Beta this week and on the first try without configuring anything, I could video chat with her. It works fine each time. iChat, on the other hand, has never worked. I am housed in a business aparment and have no access to the router. I have checked everything mentioned in previous posts.
    Any help is appreciated.
    The Log:
    Date/Time: 2006-09-30 19:31:59.440 +0200
    OS Version: 10.4.7 (Build 8J2135a)
    Report Version: 4
    iChat Connection Log:
    AVChat started with ID 3725691250.
    0x15256400: State change from AVChatNoState to AVChatStateWaiting.
    [email protected]: State change from AVChatNoState to AVChatStateInvited.
    0x15256400: State change from AVChatStateWaiting to AVChatStateConnecting.
    [email protected]: State change from AVChatStateInvited to AVChatStateConnecting.
    0x15256400: State change from AVChatStateConnecting to AVChatStateEnded.
    Chat ended with error -8
    [email protected]: State change from AVChatStateConnecting to AVChatStateEnded.
    Chat ended with error -8
    Video Conference Error Report:
    @:0 type=4 (00000000/2)
    [VCSIP_INVITEERROR]
    [19]
    @SIP/SIP.c:2437 type=4 (900A0015/2)
    [SIPConnectIPPort failed]
    @SIP/SIP.c:2437 type=4 (900A0015/2)
    [SIPConnectIPPort failed]
    Video Conference Support Report:
    @SIP/Transport.c:1218 type=1 (00000000/0)
    [INVITE sip:[email protected] SIP/2.0
    Via: SIP/2.0/UDP 172.24.32.26;branch=z9hG4bK1a155e475487ab55
    Max-Forwards: 70
    To: "u0" <sip:[email protected]>
    From: "[email protected]" <sip:[email protected]>;tag=1979291763
    Call-ID: 8eec03f0-50a9-11db-9799-e95261d413c4@lip
    CSeq: 1 INVITE
    Contact: <sip:[email protected]>;isfocus
    User-Agent: Viceroy 1.2
    Content-Type: application/sdp
    Content-Length: 485
    v=0
    o=main 0 0 IN IP4 172.24.32.26
    [email protected]
    c=IN IP4 172.24.32.26
    b=AS:2147483647
    t=0 0
    a=hwi:1028:2:2000
    a=bandwidthDetection:YES
    a=iChatEncryption:NO
    m=audio 16386 RTP/AVP 12 3 0
    a=rtpmap:3 GSM/8000
    a=rtpmap:0 PCMU/8000
    a=rtpID:25228964
    m=video 16384 RTP/AVP 126 34
    a=rtpmap:126 X-H264
    a=fmtp:34 imagesize 1 rules 30:352:288
    a=framerate:20
    a=RTCP:AUDIO 16387 VIDEO 16385
    a=pogo
    a=fmtp:126 imagesize 0 rules 20:640:480:640:480
    a=rtpID:87055924
    @SIP/Transport.c:1218 type=1 (00000000/0)
    [INVITE sip:[email protected] SIP/2.0
    Via: SIP/2.0/UDP 172.24.32.26;branch=z9hG4bK1a155e475487ab55
    Max-Forwards: 70
    To: "u0" <sip:[email protected]>
    From: "[email protected]" <sip:[email protected]>;tag=1979291763
    Call-ID: 8eec03f0-50a9-11db-9799-e95261d413c4@lip
    CSeq: 1 INVITE
    Contact: <sip:[email protected]>;isfocus
    User-Agent: Viceroy 1.2
    Content-Type: application/sdp
    Content-Length: 485
    v=0
    o=main 0 0 IN IP4 172.24.32.26
    [email protected]
    c=IN IP4 172.24.32.26
    b=AS:2147483647
    t=0 0
    a=hwi:1028:2:2000
    a=bandwidthDetection:YES
    a=iChatEncryption:NO
    m=audio 16386 RTP/AVP 12 3 0
    a=rtpmap:3 GSM/8000
    a=rtpmap:0 PCMU/8000
    a=rtpID:25228964
    m=video 16384 RTP/AVP 126 34
    a=rtpmap:126 X-H264
    a=fmtp:34 imagesize 1 rules 30:352:288
    a=framerate:20
    a=RTCP:AUDIO 16387 VIDEO 16385
    a=pogo
    a=fmtp:126 imagesize 0 rules 20:640:480:640:480
    a=rtpID:87055924
    @SIP/Transport.c:1218 type=1 (00000000/0)
    [INVITE sip:[email protected] SIP/2.0
    Via: SIP/2.0/UDP 172.24.32.26;branch=z9hG4bK1a155e475487ab55
    Max-Forwards: 70
    To: "u0" <sip:[email protected]>
    From: "[email protected]" <sip:[email protected]>;tag=1979291763
    Call-ID: 8eec03f0-50a9-11db-9799-e95261d413c4@lip
    CSeq: 1 INVITE
    Contact: <sip:[email protected]>;isfocus
    User-Agent: Viceroy 1.2
    Content-Type: application/sdp
    Content-Length: 485
    v=0
    o=main 0 0 IN IP4 172.24.32.26
    [email protected]
    c=IN IP4 172.24.32.26
    b=AS:2147483647
    t=0 0
    a=hwi:1028:2:2000
    a=bandwidthDetection:YES
    a=iChatEncryption:NO
    m=audio 16386 RTP/AVP 12 3 0
    a=rtpmap:3 GSM/8000
    a=rtpmap:0 PCMU/8000
    a=rtpID:25228964
    m=video 16384 RTP/AVP 126 34
    a=rtpmap:126 X-H264
    a=fmtp:34 imagesize 1 rules 30:352:288
    a=framerate:20
    a=RTCP:AUDIO 16387 VIDEO 16385
    a=pogo
    a=fmtp:126 imagesize 0 rules 20:640:480:640:480
    a=rtpID:87055924
    @SIP/Transport.c:1218 type=1 (00000000/0)
    [INVITE sip:[email protected]:9804 SIP/2.0
    Via: SIP/2.0/UDP m.0;branch=z9hG4bK4329898274b7f920
    Max-Forwards: 70
    To: "u0" <sip:[email protected]:9804>
    From: "[email protected]" <sip:[email protected]>;tag=510067920
    Call-ID: 8dba5982-50a9-11db-9799-8c1e6fe813c4@lip
    CSeq: 1 INVITE
    Contact: <sip:[email protected]>;isfocus
    User-Agent: Viceroy 1.2
    Content-Type: application/sdp
    Content-Length: 487
    v=0
    o=main 0 0 IN IP4 m.0
    [email protected]
    c=IN IP4 m.0
    b=AS:2147483647
    t=0 0
    a=hwi:1028:2:2000
    a=bandwidthDetection:YES
    a=iChatEncryption:NO
    m=audio 16386 RTP/AVP 12 3 0
    a=rtpmap:3 GSM/8000
    a=rtpmap:0 PCMU/8000
    a=rtpID:25228964
    m=video 16384 RTP/AVP 126 34
    a=rtpmap:126 X-H264
    a=fmtp:34 imagesize 1 rules 30:352:288
    a=framerate:20
    a=RTCP:AUDIO 16387 VIDEO 16385
    a=pogo
    a=fmtp:126 imagesize 0 rules 20:640:480:640:480
    a=rtpID:87055924
    @SIP/Transport.c:1218 type=1 (00000000/0)
    [INVITE sip:[email protected]:9804 SIP/2.0
    Via: SIP/2.0/UDP m.0;branch=z9hG4bK4329898274b7f920
    Max-Forwards: 70
    To: "u0" <sip:[email protected]:9804>
    From: "[email protected]" <sip:[email protected]>;tag=510067920
    Call-ID: 8dba5982-50a9-11db-9799-8c1e6fe813c4@lip
    CSeq: 1 INVITE
    Contact: <sip:[email protected]>;isfocus
    User-Agent: Viceroy 1.2
    Content-Type: application/sdp
    Content-Length: 487
    v=0
    o=main 0 0 IN IP4 m.0
    [email protected]
    c=IN IP4 m.0
    b=AS:2147483647
    t=0 0
    a=hwi:1028:2:2000
    a=bandwidthDetection:YES
    a=iChatEncryption:NO
    m=audio 16386 RTP/AVP 12 3 0
    a=rtpmap:3 GSM/8000
    a=rtpmap:0 PCMU/8000
    a=rtpID:25228964
    m=video 16384 RTP/AVP 126 34
    a=rtpmap:126 X-H264
    a=fmtp:34 imagesize 1 rules 30:352:288
    a=framerate:20
    a=RTCP:AUDIO 16387 VIDEO 16385
    a=pogo
    a=fmtp:126 imagesize 0 rules 20:640:480:640:480
    a=rtpID:87055924
    @SIP/Transport.c:1218 type=1 (00000000/0)
    [INVITE sip:[email protected]:9804 SIP/2.0
    Via: SIP/2.0/UDP m.0;branch=z9hG4bK4329898274b7f920
    Max-Forwards: 70
    To: "u0" <sip:[email protected]:9804>
    From: "[email protected]" <sip:[email protected]>;tag=510067920
    Call-ID: 8dba5982-50a9-11db-9799-8c1e6fe813c4@lip
    CSeq: 1 INVITE
    Contact: <sip:[email protected]>;isfocus
    User-Agent: Viceroy 1.2
    Content-Type: application/sdp
    Content-Length: 487
    v=0
    o=main 0 0 IN IP4 m.0
    [email protected]
    c=IN IP4 m.0
    b=AS:2147483647
    t=0 0
    a=hwi:1028:2:2000
    a=bandwidthDetection:YES
    a=iChatEncryption:NO
    m=audio 16386 RTP/AVP 12 3 0
    a=rtpmap:3 GSM/8000
    a=rtpmap:0 PCMU/8000
    a=rtpID:25228964
    m=video 16384 RTP/AVP 126 34
    a=rtpmap:126 X-H264
    a=fmtp:34 imagesize 1 rules 30:352:288
    a=framerate:20
    a=RTCP:AUDIO 16387 VIDEO 16385
    a=pogo
    a=fmtp:126 imagesize 0 rules 20:640:480:640:480
    a=rtpID:87055924
    @:0 type=2 (00000000/22)
    [VCVIDEO_OUTGOINGATTEMPT]
    [4]

    another log from home trying to call me:
    Date/Time: 2006-09-30 21:52:09.041 +0200
    OS Version: 10.4.7 (Build 8J2135a)
    Report Version: 4
    iChat Connection Log:
    AVChat started with ID 1704482117.
    0x152bdc80: State change from AVChatNoState to AVChatStateWaiting.
    [email protected]: State change from AVChatNoState to AVChatStateInvited.
    0x152bdc80: State change from AVChatStateWaiting to AVChatStateConnecting.
    [email protected]: State change from AVChatStateInvited to AVChatStateConnecting.
    0x152bdc80: State change from AVChatStateConnecting to AVChatStateEnded.
    Chat ended with error -8
    [email protected]: State change from AVChatStateConnecting to AVChatStateEnded.
    Chat ended with error -8
    Video Conference Error Report:
    @:0 type=4 (00000000/22)
    [VCSIP_INVITEERROR]
    [19]
    @SIP/SIP.c:2437 type=4 (900A0015/22)
    [SIPConnectIPPort failed]
    @SIP/SIP.c:2437 type=4 (900A0015/22)
    [SIPConnectIPPort failed]
    Video Conference Support Report:
    @SIP/Transport.c:1218 type=1 (00000000/0)
    [INVITE sip:[email protected] SIP/2.0
    Via: SIP/2.0/UDP 172.24.32.26;branch=z9hG4bK3051e33e4f389795
    Max-Forwards: 70
    To: "u0" <sip:[email protected]>
    From: "[email protected]" <sip:[email protected]>;tag=1179381396
    Call-ID: 253c2b4c-50bd-11db-a2ea-8efcbb7013c4@lip
    CSeq: 1 INVITE
    Contact: <sip:[email protected]>;isfocus
    User-Agent: Viceroy 1.2
    Content-Type: application/sdp
    Content-Length: 489
    v=0
    o=main 0 0 IN IP4 172.24.32.26
    [email protected]
    c=IN IP4 172.24.32.26
    b=AS:2147483647
    t=0 0
    a=hwi:1028:2:2000
    a=bandwidthDetection:YES
    a=iChatEncryption:NO
    m=audio 16386 RTP/AVP 12 3 0
    a=rtpmap:3 GSM/8000
    a=rtpmap:0 PCMU/8000
    a=rtpID:1288053856
    m=video 16384 RTP/AVP 126 34
    a=rtpmap:126 X-H264
    a=fmtp:34 imagesize 1 rules 30:352:288
    a=framerate:20
    a=RTCP:AUDIO 16387 VIDEO 16385
    a=pogo
    a=fmtp:126 imagesize 0 rules 20:640:480:640:480
    a=rtpID:1663789889
    @SIP/Transport.c:1218 type=1 (00000000/0)
    [INVITE sip:[email protected] SIP/2.0
    Via: SIP/2.0/UDP 172.24.32.26;branch=z9hG4bK3051e33e4f389795
    Max-Forwards: 70
    To: "u0" <sip:[email protected]>
    From: "[email protected]" <sip:[email protected]>;tag=1179381396
    Call-ID: 253c2b4c-50bd-11db-a2ea-8efcbb7013c4@lip
    CSeq: 1 INVITE
    Contact: <sip:[email protected]>;isfocus
    User-Agent: Viceroy 1.2
    Content-Type: application/sdp
    Content-Length: 489
    v=0
    o=main 0 0 IN IP4 172.24.32.26
    [email protected]
    c=IN IP4 172.24.32.26
    b=AS:2147483647
    t=0 0
    a=hwi:1028:2:2000
    a=bandwidthDetection:YES
    a=iChatEncryption:NO
    m=audio 16386 RTP/AVP 12 3 0
    a=rtpmap:3 GSM/8000
    a=rtpmap:0 PCMU/8000
    a=rtpID:1288053856
    m=video 16384 RTP/AVP 126 34
    a=rtpmap:126 X-H264
    a=fmtp:34 imagesize 1 rules 30:352:288
    a=framerate:20
    a=RTCP:AUDIO 16387 VIDEO 16385
    a=pogo
    a=fmtp:126 imagesize 0 rules 20:640:480:640:480
    a=rtpID:1663789889
    @SIP/Transport.c:1218 type=1 (00000000/0)
    [INVITE sip:[email protected] SIP/2.0
    Via: SIP/2.0/UDP 172.24.32.26;branch=z9hG4bK3051e33e4f389795
    Max-Forwards: 70
    To: "u0" <sip:[email protected]>
    From: "[email protected]" <sip:[email protected]>;tag=1179381396
    Call-ID: 253c2b4c-50bd-11db-a2ea-8efcbb7013c4@lip
    CSeq: 1 INVITE
    Contact: <sip:[email protected]>;isfocus
    User-Agent: Viceroy 1.2
    Content-Type: application/sdp
    Content-Length: 489
    v=0
    o=main 0 0 IN IP4 172.24.32.26
    [email protected]
    c=IN IP4 172.24.32.26
    b=AS:2147483647
    t=0 0
    a=hwi:1028:2:2000
    a=bandwidthDetection:YES
    a=iChatEncryption:NO
    m=audio 16386 RTP/AVP 12 3 0
    a=rtpmap:3 GSM/8000
    a=rtpmap:0 PCMU/8000
    a=rtpID:1288053856
    m=video 16384 RTP/AVP 126 34
    a=rtpmap:126 X-H264
    a=fmtp:34 imagesize 1 rules 30:352:288
    a=framerate:20
    a=RTCP:AUDIO 16387 VIDEO 16385
    a=pogo
    a=fmtp:126 imagesize 0 rules 20:640:480:640:480
    a=rtpID:1663789889
    @SIP/Transport.c:1218 type=1 (00000000/0)
    [INVITE sip:[email protected]:10120 SIP/2.0
    Via: SIP/2.0/UDP m.0;branch=z9hG4bK622d0f4446b6d2db
    Max-Forwards: 70
    To: "u0" <sip:[email protected]:10120>
    From: "[email protected]" <sip:[email protected]>;tag=1219360326
    Call-ID: 240afcb2-50bd-11db-a2ea-ff612be613c4@lip
    CSeq: 1 INVITE
    Contact: <sip:[email protected]>;isfocus
    User-Agent: Viceroy 1.2
    Content-Type: application/sdp
    Content-Length: 491
    v=0
    o=main 0 0 IN IP4 m.0
    [email protected]
    c=IN IP4 m.0
    b=AS:2147483647
    t=0 0
    a=hwi:1028:2:2000
    a=bandwidthDetection:YES
    a=iChatEncryption:NO
    m=audio 16386 RTP/AVP 12 3 0
    a=rtpmap:3 GSM/8000
    a=rtpmap:0 PCMU/8000
    a=rtpID:1288053856
    m=video 16384 RTP/AVP 126 34
    a=rtpmap:126 X-H264
    a=fmtp:34 imagesize 1 rules 30:352:288
    a=framerate:20
    a=RTCP:AUDIO 16387 VIDEO 16385
    a=pogo
    a=fmtp:126 imagesize 0 rules 20:640:480:640:480
    a=rtpID:1663789889
    @SIP/Transport.c:1218 type=1 (00000000/0)
    [INVITE sip:[email protected]:10120 SIP/2.0
    Via: SIP/2.0/UDP m.0;branch=z9hG4bK622d0f4446b6d2db
    Max-Forwards: 70
    To: "u0" <sip:[email protected]:10120>
    From: "[email protected]" <sip:[email protected]>;tag=1219360326
    Call-ID: 240afcb2-50bd-11db-a2ea-ff612be613c4@lip
    CSeq: 1 INVITE
    Contact: <sip:[email protected]>;isfocus
    User-Agent: Viceroy 1.2
    Content-Type: application/sdp
    Content-Length: 491
    v=0
    o=main 0 0 IN IP4 m.0
    [email protected]
    c=IN IP4 m.0
    b=AS:2147483647
    t=0 0
    a=hwi:1028:2:2000
    a=bandwidthDetection:YES
    a=iChatEncryption:NO
    m=audio 16386 RTP/AVP 12 3 0
    a=rtpmap:3 GSM/8000
    a=rtpmap:0 PCMU/8000
    a=rtpID:1288053856
    m=video 16384 RTP/AVP 126 34
    a=rtpmap:126 X-H264
    a=fmtp:34 imagesize 1 rules 30:352:288
    a=framerate:20
    a=RTCP:AUDIO 16387 VIDEO 16385
    a=pogo
    a=fmtp:126 imagesize 0 rules 20:640:480:640:480
    a=rtpID:1663789889
    @SIP/Transport.c:1218 type=1 (00000000/0)
    [INVITE sip:[email protected]:10120 SIP/2.0
    Via: SIP/2.0/UDP m.0;branch=z9hG4bK622d0f4446b6d2db
    Max-Forwards: 70
    To: "u0" <sip:[email protected]:10120>
    From: "[email protected]" <sip:[email protected]>;tag=1219360326
    Call-ID: 240afcb2-50bd-11db-a2ea-ff612be613c4@lip
    CSeq: 1 INVITE
    Contact: <sip:[email protected]>;isfocus
    User-Agent: Viceroy 1.2
    Content-Type: application/sdp
    Content-Length: 491
    v=0
    o=main 0 0 IN IP4 m.0
    [email protected]
    c=IN IP4 m.0
    b=AS:2147483647
    t=0 0
    a=hwi:1028:2:2000
    a=bandwidthDetection:YES
    a=iChatEncryption:NO
    m=audio 16386 RTP/AVP 12 3 0
    a=rtpmap:3 GSM/8000
    a=rtpmap:0 PCMU/8000
    a=rtpID:1288053856
    m=video 16384 RTP/AVP 126 34
    a=rtpmap:126 X-H264
    a=fmtp:34 imagesize 1 rules 30:352:288
    a=framerate:20
    a=RTCP:AUDIO 16387 VIDEO 16385
    a=pogo
    a=fmtp:126 imagesize 0 rules 20:640:480:640:480
    a=rtpID:1663789889
    @:0 type=2 (00000000/22)
    [VCVIDEO_OUTGOINGATTEMPT]
    [4]
    Video Conference User Report:

  • Another PB-display-victim?

    Well, many people already mentioned it, here is one more:
    me
    I have the new Powerbook 15" since one week and its my first notebook ever so I dont have any comparison regarding the display.
    Only when a friend told me that there might be a problem with the new PBs I checked and found those lines.
    I didnt get any headake yet by staring at this screen.
    But hey, I payed more than 2000 €! I try to find the relation,
    I mean, is the quality good in relation to the situation of Apple, regarding the fact that the IntelPBs are coming anyway and money increasing (thanx ipod, money, money)?
    I think its rather bad cause in my eyes Apple is superior in so many subjects, I kind of like their philosophie (how do you write that in english?).
    Cant understand this one, ....
    I want a perfect display, cause I paid enough money for a really cool machine.
    (No, not enough, I bought&send back a 1GB Ram (Kingston DDR2 1 GB Premium), ordered another "good" one, eventually a lot of money)
    Anybody made some revolutionary discovery which contains following informations:
    Apple got it.
    Apple is so sorry.
    Apple has a solution, software / hardware, don't care, but for free.
    Cause then I can live with the fact that all my saved money transformed into a very difficult to recycle but genius thing.

    As I can see you have already got a powerbook, an old one but obviously one that works.
    So you can chill and wait for the next generations of Pbooks.
    I think I'll try to stay with this one, cause its the last PB with a G4 processor and if the screen thing will be fixed I think it will make it long time, until Aplle will produce an intel powerbook generation which is stabil and convincing it may take maybe a bit longer than couple of months.
    (experience is a factor which requiers time, doesn't it)
    good luck is in deed necessary

Maybe you are looking for

  • Error message for the select options

    hi. i want to throw thw error message if the user enters the value not valid(not in the range) for the zregion1 of zbwcntry of the select options. and user should be able to correct it before moving ahead. Also,iis not a mandatory field,So if it is i

  • HT1212 I don't think there is a pass code on my 4S, so how do I get past the request in order to install 7.1.1?

    I want to install ios 7.1.1 on my 4S but it asks me for a pass code. I don't think there is a pass code on this phone. So how do I bypass this request in order to make the installation? thanks.

  • Group Policy

    My Computer comes up with This program is blocked by group policy. For more info contact your system administrator.  What do I need to do to get rid of this and be able to download?  Thanks

  • What is the best way to backup ZFS filesystem on solaris 10?

    Normally on Linux environment, I'd use mondorescue to create image (full & incremental) so it can be easily restored (full or file/folders) to a new similar server environment for restore purposes in case of disaster. I'd like to know the best way to

  • Error message unknown software exception

    Thunderbird doesn't open and I get this message "The exception unknown software exception (0x0000417) at location 0x78b2ae6e". How can I fix this? Can I just re-install Thunderbird? Thanks.