ERRORS grrr!

hi all,
i have to use javax.comm api at my project, but i can not use it hitherto..
i use Oracle's JDeveloper and show the path of comm api to the JDEV. but i cannot use it in the code like;
import javax.comm.*;
i can use like this;
import comm.*;
but when i compile the code ERRORS came out and says;
Error(19,12): cannot access class CommPortIdentifier; class file: comm.CommPortIdentifier contains wrong class: javax.comm.CommPortIdentifier
Error(21,12): cannot access class SerialPort; class file: comm.SerialPort contains wrong class: javax.comm.SerialPort
Error(59,20): cannot access class CommPortIdentifier; class file: comm.CommPortIdentifier contains wrong class: javax.comm.CommPortIdentifier
Error(75,29): cannot access class SerialPort; class file: comm.SerialPort contains wrong class: javax.comm.SerialPort
etc....
please help meeeee :))

hi all,
i have to use javax.comm api at my project, but i can
not use it hitherto..
i use Oracle's JDeveloper and show the path of comm
api to the JDEV. but i cannot use it in the code like;
import javax.comm.*;
i can use like this;
import comm.*;
but when i compile the code ERRORS came out and says;
Error(19,12): cannot access class CommPortIdentifier;
class file: comm.CommPortIdentifier contains wrong
class: javax.comm.CommPortIdentifier
Error(21,12): cannot access class SerialPort; class
file: comm.SerialPort contains wrong class:
javax.comm.SerialPort
Error(59,20): cannot access class CommPortIdentifier;
class file: comm.CommPortIdentifier contains wrong
class: javax.comm.CommPortIdentifier
Error(75,29): cannot access class SerialPort; class
file: comm.SerialPort contains wrong class:
javax.comm.SerialPort
etc....
please help meeeee :))This is certainly a cause for errors:
The package you include makes the compiler believe that the package is called
comm and that the classes are called comm.CommPortIdentifier, comm.SerialPort,...
While the actual classes have been constructed to be in the package javax.comm
by the line package javax.comm;
So there is a mismatch between the import-names and the actual classes internal names.
That is why you get a problem : comm.SerialPort contains wrong class: javax.comm.SerialPort.
I do not understand why you cannot import the package as import javax.comm.* unless
your classpath is not correct
So check your classpath-settings to point to the right jar-file.
kind regards,

Similar Messages

  • Error while receivind a pdu - wrong version  grrr

    Hi,
    I work on Solaris 8.0 and I installed SDK toolkit. I wrote my own subagent starting with the demoAgent into the toolkit.
    I created X.acl and X.reg
    Also, I configured into snmpdx.acl my traps exactly like I did into my X.acl
    I started snmpdx in debug mode (-d 4) and from another window I started my subagent X
    I receive this error from snmpdx agent:
    error while receiving a pdu from hostname.164: The message has a wrong version (2)SESSIONS:
    Where hostname is the name of my hostname hehe.
    Any clues?
    Thanks
    Danielle

    Some playing with
    http://java.sun.com/j2se/1.5.0/docs/api/java/io/StringReader.html
    should get you want you want.

  • Purchased a tv episode and won't download keep getting Error 8008. iTunes tells me its corrupt and need to redownload it, but everytime I do the error shows up...grrr..what do i do to make it download

    Purchased a T.V episode and won't download. I keep getting Error 8008. iTunes just keeps telling me its corrupt and I need to go redownload it, but everytime I try to it just pops up with the Error 8008 message again.. How do I get the episode to download all the way.

    Clear the contents of ...iTunes\iTunes Media\Download and try one more time.
    If the problem recurs use the "report a problem" links in your account history and explain what has happened so far. There may be a problem with the source rather than your download of it.
    tt2

  • GRRR!  "There was an error during movie encoding"

    I can't seem to compile and burn a DVD to save my life with iDVD.  I have a video that I created and exported using iMovie and two shorter ones created in Photoshop CS6 — all three are the same encoding:  1920 x 1080, H.264, AAC, Color profile: HD (1-1-1).  The one exported with iMovie is a .mov file and the other two are .mp4 files — none of them with any sort of copyright/permissions protection on them.
    iDVD previews them all just fine, but EVERY SINGLE TIME I go to try and burn a DVD it gives me the above error message, "Encoding Video: There was an error during movie encoding" which tells me absolutely nothing.  This might not stress me out so much if it were just a personal project, but rather it's for a friend's wedding that I shot and iDVD's failure to do a basic thing like encode video is really ticking me off.
    I tried to localize the issue by trying to burn just the .mov file and then just one of the .m4v files — and have found it chokes on m4v files.  Why is this so??
    If I'm doing something wrong, the error message should give me a little more feedback than just "oh there was an error."

    Hi
    We are only Users - trying to help other users - rarely Apple or program developer drop in for a look so I would send feedback here
    • www.apple.com/feedback/idvd.html
    BUT as Apple discarded the product in all - can not even be bought any more - any further development is most certainly never to be.
    But what You feed iDVD matters and - You and so many more has the idea that .mov or .m4v etc are movie formats/codecs - they are not - only containers - so to figure out what You give iDVD You need to find what's in them. I do like this
    • Open them in QuickTime Player
    • here open Inspector [cmd+I]
    • read - Video Format/Codec: nnnnnnn
    What does it say and in what frame rate (fps) ?
    iDVD can only do good (very good) DVDs when feed
    25 or 29.97 fps
    interlaced SD-Video
    So by feeding it 1920x1080 24fps - to make a NTSC (29.97fps) DVD - result will be very BAD. Conversion is of need. I use following programs to do this
    • Frame Rate - JES_Deinterlacer
    • MPEG Streamclip
    • QuickTime 7.6 + Pro-upgrade
    Yours Bengt W

  • Nokia E71x errors..grrr..

    First of all, I love this phone..but this OS is just **bleep**. =[ 
    I'm getting random application errors from the built in apps on the device, such as mobile banking. My phone stopped saying names when people call me.. but the setting was definitely set to on. So I turned it to off and then back on and still no luck. I decided to factory reset the device to "hopefully" solve my problems, yet, nothing is better.
    What else can I do? I don't wanna have to send it back for something minor like this.
    I have an 8GB MicroSD card installed as well..if that matters.

    I would recommend that you read the following thread before you send the phone to the care point.
    /discussions/board/message?board.id=communicators&thread.id=41861
    mgoksoy

  • Excel Get ActiveX References​.vi and closing references -- grrr

    I'm new to ActiveX stuff, but eager to learn! 
    The "grrr" in my Subject line is a reference to how I feel about LabVIEW's documentation from time to time.  I'm a dinosaur who came from text-based programming, and did a fair amount of C coding, so sometimes with LabVIEW I'm left with this awful feeling in the pit of my stomach like, "Good grief!  How much memory must LabVIEW be hogging up in the background when I use this vi?" or "What happens to those variables (wires) in that subVI when it completes but doesn't close?  What are their statuses when I come back in the next time?" or "What if I put a lot of elements into that array the first time and then started from element zero the second time and just put in a few?  What has happened with the memroy that was allocated when there were a lot of elements?"
    Today I'm stewing about this "Excel Get ActiveX References.vi," and what happens to the "ActiveX references" it generates each time I call the subVI in which "Excel Get ActiveX References.vi" lives.  I think that at least one of the "ActiveX references" it generates when I call it is of the type Excel._Application.  Then there appears to be an Excel._Workbook, and others.  You see, I've used "Excel Easy Report.vi" to put some data into an Excel spreadsheet, and I want to tell Excel to do a "Save" on the open spreadsheet.  I think ActiveX is the (a) right way to do that, so I'm wading into the ActiveX fray...  But this "Excel Get ActiveX References.vi" says in its help file, "Do not close ActiveX references opened with the Excel Get ActiveX References VI. References must remain open until the report is closed. Otherwise the error 3001 will occur."  Well, these Excel workbooks that get created by my VI could well stay open until after my LabVIEW VI terminates!
    So (finally), here are some of my quesitons:
    1)  When I go through my subVI once, pointing to one workbook, I'll get one set of references "created" or "opened" or whatever you call it when ActiveX references spring into existance.  Now, when I exit the subVI, is it going to automatically try to "close" those ActiveX references?  I don't suppose so, since subVI's stay in memory until the calling VI closes.
    2)  Now, I come back into my subVI a second time.  New workbook gets created, so I get new references.  Ok, fine.  Uh oh!  What happened to those old references?  I suppose that if I didn't somehow save them off, I've probably lost the ability to get them back (maybe I'm wrong, but I don't need them back), but is LabVIEW going to "close" those old references (from previous times through the subVI) because I can't get to them anymore?  Won't that cause the dreaded error 3001?  If LabVIEW is not going to "close" them, what in tarnation happens to them (the old C programmer in me creeping back out)??  Now it's some oddball, orphaned reference, floating out there, hogging memory, waiting to make something crash intermittently and be a debugging nightmare?
    3)  Now, here's the real scary one.  I think I might dodge the "error 3001" bullet in questions 1) and 2), but now let's say the user closes my LabVIEW application while Excel is still open.  All those workbooks are still open.  Presumably, all those ActiveX references I was not supposed to close are still open.  I really hope that LabVIEW is decent enough to close/erase/delete/blow-away (whatever the right word is) all those ActiveX references which were opened/created by "Excel Get ActiveX References.vi" when my program terminates.  But, oh no!  Won't the error 3001 come along then?  I suppose I can just dump it in the shutdown error handling.
    Well, thanks for reading my novel.  I don't know what can be done with LabVIEW documentation to make it more satisfying to folks like me, but perhaps someone can weigh in on all my ActiveX questions here.
    Thank you in advance,
    Steve Brady
    Solved!
    Go to Solution.

    You need to close EVERY ActiveX reference you open.  If you don't you'll end up with some Excel processes running even after LabVIEW exits.  You can see them in Task Manager.
    I, personally, don't like the LabVIEW Report Generation Tool Kit for working with Excel.  I don't think it's flexible enough.  I have a growing library of VIs that I've written that open, manipulate, and close Excel.  Some references I pass from VI to VI and some I close right after I use them.  It all depends on what I'm doing.  If I want to enter read or write data from/to a certain range I'll get the range reference, read or write the data, then close it right away because I have no use for it any more.  On the other hand, when I open Excel or a Workbook I keep the reference until I'm done, which could be later in the program.
    1)  When I go through my subVI once, pointing to one workbook, I'll get one set of references "created" or "opened" or whatever you call it when ActiveX references spring into existence.  Now, when I exit the subVI, is it going to automatically try to "close" those ActiveX references?  I don't suppose so, since subVI's stay in memory until the calling VI closes.
    2)  Now, I come back into my subVI a second time.  New workbook gets created, so I get new references.  Ok, fine.  Uh oh!  What happened to those old references?  I suppose that if I didn't somehow save them off, I've probably lost the ability to get them back (maybe I'm wrong, but I don't need them back), but is LabVIEW going to "close" those old references (from previous times through the subVI) because I can't get to them anymore?  Won't that cause the dreaded error 3001?  If LabVIEW is not going to "close" them, what in tarnation happens to them (the old C programmer in me creeping back out)??  Now it's some oddball, orphaned reference, floating out there, hogging memory, waiting to make something crash intermittently and be a debugging nightmare?
    3)  Now, here's the real scary one.  I think I might dodge the "error 3001" bullet in questions 1) and 2), but now let's say the user closes my LabVIEW application while Excel is still open.  All those workbooks are still open.  Presumably, all those ActiveX references I was not supposed to close are still open.  I really hope that LabVIEW is decent enough to close/erase/delete/blow-away (whatever the right word is) all those ActiveX references which were opened/created by "Excel Get ActiveX References.vi" when my program terminates.  But, oh no!  Won't the error 3001 come along then?  I suppose I can just dump it in the shutdown error handling.
    1)  No, LabVIEW will NOT close those references.  You need to make sure that happens.
    2)  You can save the references in a functional global or use a class but if you're not going to save them close them as soon as you're done with them.
    3)  Your user should not be able to close your LabVIEW application without it going through the shutdown routine you've created for your program.  The ABORT button should never be exposed to the user and you should capture and discard the panel close event so your program ALWAYS shuts down is an orderly fashion.  If you don't you will have fragments of Excel hanging around in your operating system and will have to kill those processes using Task Manager.  That should only be a problem during development, not once deployed.
    I used to program in C and Assembly many moons ago.  You should have seen my first LabVIEW code.  I go back and look at it just so I can see how far I've come in the last 12 years.  I feel your pain.
    Kelly Bersch
    Certified LabVIEW Developer
    Kudos are always welcome

  • ITunes 7.4 With Windows Vista Error

    Ever since the update to iTunes 7.4 and continuing into 7.4.2.4 I get this error before starting iTunes each time.
    http://i135.photobucket.com/albums/q149/brene/iTunesError.jpg
    Before this update it worked fine.
    Thought I should let people know in case its not a common problem.

    hey
    i found this http://www.overclock.net/operating-systems/200974-vista-64-bit-itunes-dvdrw-grrr rrrr.html#post2304962
    easy fix, download install and no more annoying error message and you can burn discs

  • Satellite Pro C855-1TC boot error - backup does not work

    Hi
    My laptop went curput 2 days after I done a back up.
    Came up with an error code: oxc00000f
    I tried using the backup disk but ask to delete all on hardisk which i didn't
    I have all my photo's etc on there,
    I tried all the other options. It says came up were windows is installed the drive is locked and unlock and try again. How do you unlock?
    Also the laptop was preinstalled. The laptop didn't come with the disk
    How do you find your product key code?
    Its not on a label on the laptop. Just Windows 8 home sticker,
    Typicaly, warranty run out month before grrr.
    I can borrow a friends windows 8 disk but I need my key no so frustrating
    Im no techno fob just need advise please.
    Thanks amanda

    The laptop did not come with any disks because there was a possibility to create own recovery medium (USB or Disk) using the preinstalled software called Toshiba Recovery Medium Creator.
    If you dont have such disk, you order this here:
    http://backupmedia.toshiba.eu/landing.aspx
    Now back to your issue:
    Press power button and then F12
    Now you should see some bootable devices. Last option is HDD Recovery.
    Check if you could recover the notebook using the HDD recovery option.
    Regarding the images on your disk.
    Well, its possible to remove the HDD and to connect this HDD to another computer using external USB-SATA caddy. This allows you to move the pictures to another computer.
    Note: this needs to be done before running the HDD recovery process.

  • EFS Encrypted Files over home workgroup network via WebDAV avoiding Active Directory fixing Access Denied errors

    This is for information to help others
    KEYWORDS:
      - Sharing EFS encrypted files over a personal lan wlan wifi ap network
      - Access denied on create new file / new fold on encrypted EFS network file share remote mapped folder
      - transfer encryption keys / certificates
      - set trusted delegation for user + computer for EFS encrypted files via
    Kerberos
      - Windows Active Directory vs network file share
      - Setting up WinDAV server on Windows 7 Pro / Ultimate
    It has been a long painful road to discover this information.
    I hope sharing it helps you.
    Using EFS on Windows 7 pro / ultimate is easy and works great. See
    here and
    here
    So too is opening + editing encrypted files over a peer-to-peer Windows 7 network.
    HOWEVER, creating a new file / new folder over a peer-to-peer Windows 7 network
    won't work (unless you follow below steps).
    Typically, it is only discovered as an issue when a home user wants to use synchronisation software between their home computers which happens to have a few folders encrypted using windows EFS. I had this issue trying to use GoodSync.
    Typically an "Access Denied" error messages is thrown when a \\clientpc tries to create new folder / new file in an encrypted folder on a remote file share \\fileserver.
    Why such a EFS drama when a network is involved?
    Assume a home peer-to-peer network with 2pc:  \\fileserver  and  \\clientpc
    When a \\clientpc tries to create a new file or new folder on a \\fileserver (remote computer) it fails. In a terribly simplified explanation it is because the process on \\fileserver that is answering the network requests is a process working for a user on
    another machine (\\clientpc) and that \\fileserver process doesn't have access to an encryption certificate (as it isn't a user). Active Directory gets around this by using kerberos so the process can impersonate a \\fileserver user and then use their certificate
    (on behalf of the clienpc's data request).
    This behaviour is confusing, as a \\clientpc can open or edit an existing efs encrypted file or folder, just can't create a new file or folder. The reason editing + opening an encrypted file over a network file share is possible is because the encrypted
    file / folder already has an encryption certificate, so it is clear which certificate is required to open/edit the file. Creating a new file/folder requires a certificate to be assigned and a process doesn't have a profile or certificates assigned.
    Solutions
    There are two main approaches to solve this:
         1) SOLVE by setting up an Active Directory (efs files accessed through file shares)
              EFS operations occur on the computer storing the files.
              EFS files are decrypted then transmitted in plaintext to the client's computer
              This makes use of kerberos to impersonate a local user (and use their certificate for encrypt + decrypt)
         2) SOLVE by setting up WebDAV (efs files accessed through web folders)
               EFS operations occur on the client's local computer
               EFS files remain encrypted during transmission to the client's local computer where it is decrypted
               This avoids active directory domains, roaming or remote user profiles and having to be trusted for delegation.
               BUT it is a pain to set up, and most online WebDAV server setup sources are not for home peer-to-peer networks or contain details on how to setup WebDAV for EFS file provision
             READ BELOW as this does
    Create new encrypted file / folder on a network file share - via Active Directory
    It is easily possible to sort this out on a domain based (corporate) active directory network. It is well documented. See
    here. However, the problem is on a normal Windows 7 install (ie home peer-to-peer) to set up the server as part of an active directory domain is complicated, it is time consuming it is bulky, adds burden to operation of \\fileserver computer
    and adds network complexity, and is generally a pain for a home user. Don't. Use a WebDAV.
    Although this info is NOT for setting up EFS on an active directory domain [server],
    for those interested here is the gist:
    Use the Active Directory Users and Computers snap-in to configure delegation options for both users and computers. To trust a computer for delegation, open the computer’s Properties sheet and select Trusted for delegation. To allow a user
    account to be delegated, open the user’s Properties sheet. On the Account tab, under Account Options, clear the The account is sensitive and cannot be delegated check box. Do not select The account is trusted for delegation. This property is not used with
    EFS.
    NB: decrypted data is transmitted over the network in plaintext so reduce risk by enabling IP Security to use Encapsulating Security Payload (ESP)—which will encrypt transmitted data,
    Create new encrypted file / folder on a network file share - via WebDAV
    For home users it is possible to make it all work.
    Even better, the functionality is built into windows (pro + ultimate) so you don't need any external software and it doesn't cost anything. However, there are a few hotfixes you have to apply to make it work (see below).
    Setting up a wifi AP (for those less technical):
       a) START ... CMD
       b) type (no quotes): "netsh  wlan set hostednetwork mode=allow ssid=MyPersonalWifi key=12345 keyUsage=persistent"
       c) type (no quotes): "netsh  wlan start hostednetwork"
    Set up a WebDAV server on Windows 7 Pro / Ultimate
    -----ON THE FILESERVER------
       1  click START and type "Turn Windows Features On or Off" and open the link
           a) scroll down to "Internet Information Services" and expand it.
           b) put a tick in: "Web Management Tools" \ "IIS Management Console"
           c) put a tick in: "World Wide Web Services" \ "Common HTTP Features" \ "WebDAV Publishing"
           d) put a tick in: "World Wide Web Services" \ "Security" \ "Basic Authentication"
           e) put a tick in: "World Wide Web Services" \ "Security" \ "Windows Authentication"
           f) click ok
           g) run HOTFIX - ONLY if NOT running Windows 7 / windows 8
    KB892211 here ONLY for XP + Server 2003 (made in 2005)
    KB907306 here ONLY for Vista, XP, Server 2008, Server 2003 (made in 2007)
      2 Click START and type "Internet Information Services (IIS) Manager"
      3 in IIS, on the left under "connections" click your computer, then click "WebDAV Authoring Rules", then click "Open Feature"
           a) on the right side, under Actions, click "Enable WebDAV"
      4 in IIS, on the left under "connections" click your computer, then click "Authentication", then click "Open Feature"
           a) on the "Anonymous Authentication" and click "Disable"
           b) on the "Windows Authentication" and click "Enable"
          NB: Some Win 7 will not connect to a webDAV user using Basic Authentication.
            It can be by changing registry key:
               [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\WebClient\Parameters]
               BasicAuthLevel=2
           c) on the "Windows Authentication" click "Advanced Settings"
               set Extended Protection to "Required"
           NB: Extended protection enhances the windows authentication with 2 security mechanisms to reduce "man in the middle" attacks
      5 in IIS, on the left under "connections" click your computer, then click "Authorization Rules", then click "Open Feature"
           a) on the right side, under Actions, click "Add Allow Rule"
           b) set this to "all users". This will control who can view the "Default Site" through a web browser
           NB: It is possible to specify a group (eg Administrators is popular) or a user account. However, if not set to "all users" this will require the specified group/user account to be used for logged in with on the
    clientpc.
           NB: Any user account specified here has to exist on the server. It has a bug in that it usernames specified here are not validated on input.
      6 in IIS, on the left under "connections" click your computer, then click "Directory Browsing", then click "Open Feature"
           a) on the right side, under Actions, click "Enable"
    HOTFIX - double escaping
      7 in IIS, on the left under "connections" click your computer, then click "Request Filtering", then click "Open Feature"
           a) on the right side, under Actions, click "Edit Feature Settings"
           b) tick the box "Allow double escaping"
         *THIS IS VERY IMPORTANT* if your filenames or foldernames contain characters like "+" or "&"
         These folders will appears blank with no subdirectories, or these files will not be readable unless this is ticked
         This is safe btw. Unchecked (default) it filters out requests that might possibly be misinterpreted by buggy code (eg double decode or build url's via string-concat without proper encoding). But any bug would need to be in IIS basic
    file serving and this has been rigorously tested by microsoft, so very unlikely. Its safe to "Allow double escaping".
      8 in IIS, on the left under "connections" right click "Default Web Site", then click "Add Virtual Directory"
           a) set the Alias to something sensible eg "D_Drive", set the physical path
           b) it is essential you click "connect as" and set
    this to a local user (on fileserver),
           if left as "pass through authentication" a client won't be able to create a new file or folder in an encrypted efs folder (on fileserver)
                 NB: the user account selected here must have the required EFS certificates installed.
                            See
    here and
    here
            NB: Sharing the root of a drive as an active directory (eg D:\ as "D_Drive") often can't be opened on clientpcs.
          This is due to windows setting all drive roots as hidden "administrative shares". Grrr.
           The work around is on the \\fileserver create an NTFS symbollic link
              e.g. to share the entire contents of "D:\",
                    on fileserver browse to site path (iis default this to c:\inetpub\wwwroot)
                    in cmd in this folder create an NTFS symbolic link to "D:\"
                    so in cmd type "cd c:\inetpub\wwwroot"
                    then in cmd type "mklink /D D_Drive D:\"
            NB: WebDAV will open this using a \\fileserver local user account, so double check local NTFS permissions for the local account (clients will login using)
             NB: If clientpc can see files but gets error on opening them, on clientpc click START, type "Manage Network Passwords", delete any "windows credentials" for the fileserver being used, restart
    clientpc
      9 in IIS, on the left under "connections" click on "WebDAV Authoring Rules", then click "Open Feature"
           a) click "Add authoring rules". Control access to this folder by selecting "all users" or "specified groups" or "specified users", then control whether they can read/write/source
           b) if some exist review existing allow or deny.
               Take care to not only review the "allow access to" settings
               but also review "permissions" (read/write/source)
           NB: this can be set here for all added virtual directories, or can be set under each virtual directory
      10 Open your firewall software and/or your router. Make an exception for port 80 and 443
           a) In Windows Firewall with Advanced Security click Inbound Rules, click New Rule
                 choose Port, enter "80, 443" (no speech marks), follow through to completion. Repeat for outbound.
              NB: take care over your choice to untick "Public", this can cause issues if no gateway is specified on the network (ie computer-to-computer with no router). See "Other problems+fixes"
    below, specifically "Cant find server due to network location"
           b) Repeat firewall exceptions on each client computer you expect to access the webDAV web folders on
    HOTFIX - MAJOR ISSUE - fix KB959439
      11 To fully understand this read "WebDAV HOTFIX: RAW DATA TRANSFERS" below
          a) On Windows 7 you need only change one tiny registry value:
               - click START, type "regedit", open link
               -browse to [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\MRxDAV\Parameters]
               -on the EDIT menu click NEW, then click DWORD Value
               -Type "DisableEFSOnWebDav" to name it (no speech marks)
               -on the EDIT menu, click MODIFY, type 1, then click OK 
               -You MUST now restart this computer for the registry change to take effect.
          b) On Windows Server 2008 / Vista / XP you'll FIRST need to
    download Windows6.0-KB959439 here. Then do the above step.
             NB microsoft will ask for your email. They don't care about licence key legality, it is more to keep you updated if they modify that hotfix
      12 To test on local machine (eg \\fileserver) and deliberately bypass the firewall.
            a) make sure WebClient Service is running
                (click START, type "services" and open, scroll down to WebClient and check its status)
            b) Open your internet software. Go to address "http://localhost:80" or "http://localhost:80"
                It should show the default "IIS7" image.
                If not, as firewall and port blocking are bypassed (using localhost) it must be a webDAV server setting. Check "Authorization Rules" are set to "Allow All Users"           
            c) for one of the "virtual directories" you added (8), add its "alias" onto "http://localhost/"
                    e.g. http://localhost/D_drive
                If nothing is listed, check "Directory Browsing" is enabled
      13 To test on local machine or a networked client and deliberately try and access through the firewall or port opening of your router.
            a) make sure WebClient Service is running
                (click START, type "services" and open, scroll down to WebClient and check its status)
            b) open your internet software. Go to address "http://<computer>:80" or "http://<computer>:80".
                  eg if your server's computer name is "fileserver" go to "http://fileserver:80"
                  It should show the default "IIS7" image. If not, check firewall and port blocking. 
                  Any issue ie if (12) works but (13) doesn't,  will indicate a possible firewall issue or router port blocking issue.
           c) for one of the "virtual directories" you added (8), add its "alias" onto "http://<computername>:80/"
                   eg if alias is "C_driver" and your server's computer name is "fileserver" go to "http://fileserver:80/C_drive"
                   A directory listing of files should appear.
    --- ON EACH CLIENT ----
    HOTFIX - improve upload + download speeds
      14 Click START and type "Internet Options" and open the link
            a) click the "Connections" tab at the top
            b) click the "LAN Settings" button at the bottom right
            c) untick "Automatically detect settings"
    HOTFIX - remove 50mb file limit
      15 On Windows 7 you need only change one tiny registry value:
          a) click START, type "regedit", open link
          b) browse to [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\WebClient\Parameters]
           c) click on "FileSizeLimitInBytes"
           d) on the EDIT menu, click MODIFY, type "ffffffff", then click OK (no quotes)
    HOTFIX - remove prompt for user+pass on opening an office or pdf document via WebDAV
     16 On each clientpc click START, type "Internet Options" and open it
             a) click on "Security" (top) and then "Custom level" (bottom)
             b) scroll right to the bottom and under "User Authentication" select "Automatic logon with current username and password"
             SUCH an easy fix. SUCH an annoying problem on a clientpc
       NB: this is only an issue if the file is opened through windows explorer. If opened through the "open" dialogue of the software itself, it doesn't happen. This is as a WebDAV mapped drive is consdered a "web folder" by windows
    explorer.
    TEST SETUP
      17 On the client use the normal "map network drive"
                e.g. server= "http://fileserver:80/C_drive", tick reconnect at logon
                e.g. CMD: net use * "http://fileserver:80/C_drive"
             If it doens't work check "WebDAV Authoring Rules" and check NTFS permissions for these folders. Check that on the filserver the elected impersonation user that the client is logging in with (clientpc
    "manage network passwords") has NTFS permissions.
      18 Test that EFS is now working over the network
           a) On a clientpc, map network drive to http://fileserver/
           b) navigate to a folder you know on the \\flieserver is encrypted with EFS
           c) create a new folder, create a new file.
               IF it throws an error, check carefully you mapped to the WebDAV and not file share
                  i.e. mapped to "http://fileserver" not "\\fileserver"
               Check that on clientpc the required efs certificate is installed. Then check carefully on clientpc what user account you specified during the map drive process. Then check on the \\fileserver this
    account exists and has the required EFS certificate installed for use. If necessary, on clientpc click START, type "Manage Network Passwords" and delete the windows credentials currently in the vault.
           d) on clientpc (through a webDAV mapped folder) open an encrypted file, edit it, save it, close it. On the \\fileserver now check that file is readable and not gobble-de-goup
           e) on clientpc copy an encrypted efs file into a folder (a webDAV mapped folder) you know is not encrypted on \\fileserver. Now check on the \\fileserver computer that the file is readable and not gobble-de-goup (ie the
    clientpc decrypted it then copied it).
            If this fails, it is likely one in IIS setting on fileserver one of the shared virtual directories is set to: "pass through authentication" when it should be set to "connect as"
            If this is not readable check step (11) and that you restarted the \\fileserver computer.
      19 Test that clients don't get the VERY annoying prompt when opening an Office or PDF doc
          a) on clientpc in windows explorer browse to a mapped folder you know is encrypted and open an office file and then PDF.
                If a prompt for user+pass then check hotfix (16)
      20 Consider setting up a recycling bin for this mapped drive, so files are sent to recycling bin not permanently deleted
          a) see the last comment at the very bottom of
    this page: 
    Points to consider:
       - NB: WebDAV runs on \\fileserver under a local user account, so double check local NTFS permissions for that local account and adjust file permissions accordingly. If the local account doesn't have permission, the webDAV / web folder share won't
    either.
      - CONSIDER: IP Security (IPSec) or Secure Sockets Layer (SSL) to protect files during transport.
    MORE INFO: HOTFIX: RAW DATA TRANSFERS
    More info on step (11) above.
    Because files remain encrypted during the file transfer and are decrypted by EFS locally, both uploads to and downloads from Web folders are raw data transfers. This is an advantage as if data is intercepted it is useless. This is a massive disadvantage as
    it can cause unexpected results. IT MUST BE FIXED or you could be in deep deep water!
    Consider using \\clientpc to access a webfolder on \\fileserver and copying an encrypted EFS file (over the network) to a web folder on \\fileserver that is not encrypted.
    Doing this locally would automatically decrypt the file first then copy the decrypted file to the non-encrypted folder.
    Doing this over the network to a web folder will copy the raw data, ie skip the decryption stage and result in the encrypted EFS file being raw copied to the non-encrypted folder. When viewed locally this file will not be recognised as encrypted (no encryption
    file flag, not green in windows explorer) but it will be un-readable as its contents are still encrypted. It is now not possible to locally read this file. It can only be viewed on the \\clientpc
    There is a fix:
          It is implimented above, see (11) above
          Microsoft's support page on this is excellent and short. Read "problem description" of "this microsoft webpage"
    Other problems + fixes
      PROBLEM: Can't find server due to network location.
         This one took me a long time to track down to "network location".
         Win 7 uses network locations "Home" / "Work" / "Public".
         If no gateway is specified in the IP address, the network is set to '"unidentified" and so receives "Public" settings.
         This is a disaster for remote file share access as typically "network discovery" and "file sharing" are disabled under "Public"
         FIX = either set IP address manually and specify a gateway
         FIX = or  force "unidentified" network locations to assume "home" or "work" settings -
    read here or
    here
         FIX = or  change the "Public" "advanced network settings" to turn on "network discovery" and "file sharing" and "Password Protected Sharing". This is safe as it will require a windows
    login to gain file access.
      PROBLEM: Deleting files on network drive permanently deletes them, there is no recycling bin
           By changing the location of "My Contacts" or similar to the root directory of your mapped drive, it will be added to recycling bin locations
          Read
    here (i've posted a batch script to automatically make the required reg files)
    I really hope this helps people. I hope the keywords + long title give it the best chance of being picked up in web searches.

    What probably happens is that processes are using those mounts. And that those processes are not killed before the mounts are unmounted. Is there anything that uses those mounts?

  • Error 48 and Error 69 when trying to synch iPod with iTunes

    I keep getting error 48 and error 69 when I am trying to synch my iPod to iTunes. I have tried all of the Apple troubleshooting steps and still cannot get music onto my iPod. Has anyone else had this issue and been able to resolve it?
    Thanks,
    Ginger2

    Hey there! I see you have Tiger...grrr...I love Tiger. But, is this a Windows problem? I am going to assume that this is a Mac OSX problem. Although, I own several Mac's, I have not run into that problem, But perhaps you could find the help on the iTunes for Mac forum:
    http://discussions.apple.com/forum.jspa?forumID=789
    I'm not sure really why you are getting that problem. That's kinda odd. But, Good Luck, I hope someone over there can help you out.
    Rachyl

  • IPhone 3G update to 3.0 with repeated 1013 errors - now bricked iPhone! ;-(

    Attempting to update an iPhone 3G to 3.0 from 2.2.1 and it's now a brick.
    Note that I've tried this now from THREE different computers, two macs and one windows box with identical results. I've uninstalled iTunes on the windows box before doing the update attempt.
    The error message is "1013" which also takes you to this highly uninformative page: http://support.apple.com/kb/TS1275.
    Ok, the USB cables and ports on three computers see the same problem error. So it's either the iPhone itself or iTunes 8.2 (23) or both.
    Digging a bit deeper I found that there is a log file kept on the mac. Change to this directory from your home directory "~/Library/Logs/iPhone Updater Logs/" where you'll find one "iPhoneUpdater N.log" file for each attempt to update that you've done.
    When the error occurs Apple asks if I want to send the info to them! YES!!! Make sure you do so that they can sort this out.
    Ok, looking in this log file (I won't dump it all here) you can see a number of errors. The end of the log file shows:
    Powering radio on through AppleBaseband
    - Ping failed, trying again, 21 tries left
    - Ping failed, trying again, 20 tries left
    - Ping failed, trying again, 19 tries left
    - Ping failed, trying again, 18 tries left
    - Ping failed, trying again, 17 tries left
    Exception at :0:
    - BBUReturnTimedOut(10)/16: Pinging timed out
    unexpected bbupdater exit code 16
    ==== end of device restore output ====
    2009-06-17 23:39:34.000 iTunes124:11483: <Restore Device 0x188a3ef0>: Restore
    failed (result = 1013)
    2009-06-17 23:39:44.000 iTunes124:20b: iTunes: Restore error 1013
    Clearly there are some problems. Earlier in the log file it had problems updating a number of files.
    Now I've tried this "Connect your iPhone to the computer. press and hold sleep and home, and as soon screen goes blank, count off 5 seconds, then let go of sleep and keep holding home." That didn't change anything. sigh.
    It's almost as if this particular version of the iPhone that I have is incompatible with the current iPhone 3.0 operating system components. Maybe there is a bad driver? Hmmm....
    Ok, here is another error in the log file.
    Loading FLS file /usr/local/standalone/firmware/ICE2_04.26.08.fls...OK
    Sending Block of type CodeClass(0) from file /usr/local/standalone/firmware/ICE2_04.26.08.fls...
    Beginning Dynamic EEP erase at 0x20E40000 to 0x20EBFFFE...Progress: 0 percent, 0 of 524286 Progress: 100 percent, 524286 of 524286. OK
    Sending Security Block...OK
    Erasing Load Area from 0x20040000 to 0x2068FF66 (this will take some time)...OK
    Sending data for mapping 0: progress: 0 percent, 0 of
    6618984 progress: 0 percent, 2048 of
    6618984 progress: 0 percent, 4096 of
    6618984 progress: 0 percent, 6144 of
    6618984 progress: 99 percent, 6617088 of
    6618984 progress: 100 percent, 6618984 of 6618984. -- OK
    Checking validation result... - Warning: Validation result code indicates failure, result code = 0x0
    So clearly the file "/usr/local/standalone/firmware/ICE2_04.26.08.fls" isn't transferred properly! Something is amiss somewhere...
    Could it really be that it can't download the update file to the iPhone due to USB problems? Surely Apple has access to fault tolerant file transfer protocols they can use?
    Sigh... now I'm without my primary phone... grrrr... arrrrg... should have waited....
    Apple maybe you could learn something about "ACID TRANSACTIONS" and include them into the update process to guarantee either 100% success or 100% abort rollback?
    I don't know if this is relevant but now in iTunes on the iPhone page it no longer shows any values at all for the "name, capacity, software version or serial number" fields which is kind of spooky. Does this mean that I need to take the phone in for service? Is it permanently toast?

    Just visitied the Apple Store in Vancouver and wasn't allowed in! They had a wall of orange shirts AND two mall SECURITY guards preventing people from entering UNLESS you were there to purchase a new iPhone 3GS!
    The orange shirt gave me grief refusing to allow me to see a service person! So I asked to speak to his manager. Matt showed up and read me the same riot act of BAD CUSTOMER SERVICE!!! They claimed it was the first day since they opened that they closed their Genius Bar!
    The fact remains that it was APPLE's Update that bricked my iPhone that I depend upon.
    So the manager went off to get his boss when I asked him too. I think he was just glad to get away from a rational insistent customer spoiling their wonderful happy Apple day selling new phones.
    So a non-technician showed up and offered to take my phone into the store and try to update it. She lied. She returned to tell me that my warranty was expired due to the "water litmus" paper being RED. ***? You've got to be kidding! I've NEVER had it anywhere near water! The lie was that she didn't actually try to connect it and that she was going to secretly find out if my warranty was void. Not what I call informed consent.
    So I asked her to check and try updating the phone anyway and off she trundled. Less than no time she returned telling me that my iPhone couldn't be seen by three of their computers! ***! It was working on my three computers at home!
    In fact as I type this it's running another update this moment. About 3/4 done.
    So now Apple's Update Bricked my iPhone which was working perfectly without any problems. If they hadn't brought their update out the phone would still be working just great!
    Needless to say I'm extremely annoyed yet composed (for the moment).
    So my options at this point seem to be to (1) replace the phone for ~260.00 CAD or (2) upgrade to a 3GS for an indeterminate amount if FIDO permits it, or (3) hope that Apple home base gets their act together with a new iTunes update which can at least get the phone working again, (4) toss the phone off a bridge, (5) sue Apple and FIDO for their negligence in providing faulty software updates that bricked the phone. Grrr... Arrrggg....
    Oh, it just failed the update again! At least it can be seen by my computers (two mac and one vista box).
    Ok, now what...
    CHECK YOUR iPhone warranty voided strips to see if they are RED/PINK! If it's only iPhones with RED that are the problem then maybe that's the cause. HOWEVER, if even ONE iPhone has this problem and it's not got a RED water strip then it's conclusive that the problem is elsewhere - basic diagnostic process and rock solid logic. Please check your RED WARRANTY VOIDED STRIPS and let me know here... you check them with a flash light at the bottom of your iPhone in the slot where the SIMM card is and where the dock/cable connector goes in. Shin the light into there and move the phone or the light about till you see either a 1/4 inch long strip - RED/PINK means you Apple won't honor your warranty or their craftsmanship.
    Ok... now to find out how much it will cost to upgrade to a 3GS on the FIDO plan. Sigh. Grrr... arrrggggg....

  • Getting I/O Device error when trying to build?

    Hi...
    I'm pretty much a horrible noob when it comes to stuff like this. I'm using Ant to build an EAR for deployment to an environment. I've been doing it for a while, totally fine... but when I tried to do it today - I'm getting the following error:
    Problem creating war: the request could not be performed because of an I/O device error
    Now, I have no idea what this means - Google isn't being a lot of help either. Is this a memory issue? Is it something corrupt in my local Javan environment?
    It happens when I try to do the build via command line and through Eclipse.
    The process is able to make it through the regular build portion fine - it just chokes on building the WAR.
    Anyone?

    Grrr... checking out Event Viewer after this most
    recent restart and I'm seeing a bunch of errors:
    The driver detected a controller error on
    \Device\Harddisk0
    Eeep.
    Sounds like it might have something to do with it,
    right? Yes.
    There are a ton of those and then a ton more
    of these:
    Logical drive 1, configured on Array Controller
    [Embedded] returned a fatal error on a read/write
    request on the volume.
    Logical block address... &c...
    Does this mean a drive has failed on the box? Or just
    some controller associated with a drive?Don't know and couldn't say. Either way it's bad. Find an administrator and ask them. Hopefully you have one.

  • Installation now not working, grrr

    OMG I am sooooo frustrated! I am using a 5th gen ipod (30g) and for one night I was able to download songs into my ipod. Then it prompted me to update, and I did like most of you did, and now Itunes, nor windows recognises my Ipod.
    I was able to use the Ipod running on my friends computer, with a fresh install, but not my own. I have deleted itunes, updater, and quicktime and reinstalled about 10 times. Sometimes I even get errors trying to use the installation cd. Now, the installationn goes thru but it only will install the updater, not itunes or quicktime grrr...
    I am normally a patient person, but this has worn me out. I have tried everything mentioned here and support just about. I am wondering since my Ipod is less than a week old, if I should return it and then I will have a fresh cd, or will Best Buy even accept the return since there are songs on it still and it's not in 'perfect condition' as when I bought it.
    Btw..I can't even restore my ipod. I open up the updater, plug in my ipod and the selections are greyed out.
    Very Unhappy and frustrated Ipod owner :((
    Thanks in advance to anyone that can help me!
    Ipod video 30g Windows XP Pro
    Windows XP Pro
      Windows XP Pro  

    Thanks David,
    CURDATE() hit the spot,
    you're a star!
    thanks
    E

  • Create custom rule: Looking for ORA errors in the alert log

    I would like to create a rule to notify me when ORA errors are generated to the alert log. When I try to create a rule, I seem to only be able to choose from predefined lists. Has anyone configured a rule for this?

    Grrr. This is for 10.2 Grid:
    Go to databases --> select your database
    Under Diagnostic summary, you'll see:
    Alert Log 28-Dec-2006 09:19:48
    The date part is a clickable link, click on it. Scroll to the bootom of the next page and click on:
    "Generic Alert Log Error Monitoring Configuration"
    Now read the page very carefully, its all self explanatory. The reason who haven't had some errors reported is because of that filter. Now set it up the way you want it.
    Good luck
    Bazzza

  • How do I fix "Error: The page isn't redirecting properly...."

    On one particular webpage I access through my e-mail, I can initially open the webpage just fine, but when I click on any link on that page, I get the error message "This page isn't redirecting properly. Firefox has detected that the server is redirecting the request for this address in a way that will never complete. This problem can sometimes be caused by disabling or refusing to accept cookies".
    This is the only website that this occurs on, but it occurs on at least three e-mail accounts that I use on this computer using Firefox. It does not seem to occur on other computers using Firefox and does not occur when using other browsers. From the information I have been given, I have no idea how to go about fixing the problem. Any suggestions are appreciated.

    ''GettingNoAnswers [[#question-1014120|said]]''
    <blockquote>
    On one particular webpage I access through my e-mail, I can initially open the webpage just fine, but when I click on any link on that page, I get the error message "This page isn't redirecting properly. Firefox has detected that the server is redirecting the request for this address in a way that will never complete. This problem can sometimes be caused by disabling or refusing to accept cookies".
    This is the only website that this occurs on, but it occurs on at least three e-mail accounts that I use on this computer using Firefox. It does not seem to occur on other computers using Firefox and does not occur when using other browsers. From the information I have been given, I have no idea how to go about fixing the problem. Any suggestions are appreciated.
    </blockquote>
    I periodically have this problem and have just realized it occurs ONLY on the Wall Street Journal web page that I have stored in my bookmarks for Apple stock. It won't load the page (like today) and I then go through an hour of reading forums, Googling, searching thru my Options, and then suddenly, right now, the page loads as if nothing has happened. Grrr. And i have altered nothing in my Options, or Cookies, or History blah blah blah. I have other issues with the WSJ quote pages such as, and yinz won't believe this, but I've noticed in the past that for certain stocks that they've written critical articles about, the real-time quotes are erratic. I've written to them 6 times in one week and they've only responded with a brief generalizaton of "clear your cache" or some such nonsense. Seems to me they refuse to acknowledge their servers are goofy.

Maybe you are looking for

  • Disable internal modem

    Got an iMac 333 with a defective internal modem. Am now using an external modem but needed to upgrade OS from 8.6 to 9.2. Upgrade went fine and the modem worked. My friend called me and now has the same problem...the OS wants to dial-out using the ol

  • Issue Setting runtime environment server in eclipse.

    Hi All, I have installed Oracle Fusion Middleware that has wlserver 10.3.4.0 on my machine. Now when I try to configure this server on Eclipse with "Oracle WebLogic Server 11gR1 PatchSet 2" as runtime environment. I have given the weblogic home as "D

  • Imported contacts have last name/first name reversed

    When I had my old Samsung dumb phone, I listed all my contacts by last name.  (There was a single name field in the old phone, so I listed everybody as "Smith, Bob.")  But when I had my contacts list imported into my new iphone 5c, it read all the la

  • Should i initialize the instance variables or not?

    hi guys ,i am trying to learn java therefore if i miss something sorry. for example i have like this a class is it good thing to always initialize those variables or initialize like in this exam and initialize with constructor too ? public class Some

  • How to change language in safari

    tell me pls