[Solved] [ntfs-3g] Filename decoding failed: Invalid or incomplete...

..multibyte or wide character. I have this message pop up every few minutes in my journal.
ntfs-3g is up to date, 2014.2.15-1
/mnt is where every ntfs drive is mounted, searching for this inode gives me
$ find /mnt/ -inum 378576
/mnt/winsys/Windows/servicing/Packages/Package_184_for_KB2994290~31bf3856ad364e35~amd64~~6.3.1.3.cat
/mnt/winsys/Windows/System32/catroot/{F750E6C3-38EE-11D1-85E5-00C04FC295EE}/Package_184_for_KB2994290~31bf3856ad364e35~amd64~~6.3.1.3.cat
/mnt/winsys/Windows/WinSxS/Catalogs/6e717cab8a384f3ddad041ba1bf0bf956d38cb7a6d4f0482f253439fc11ae49d.cat
volumes are mounted with defaults + uuid and user-mountable
UUID=DEEA3A44EA3A196B /mnt/winsys ntfs-3g uuid=myuser,gid=users 0 0
How can I fix that?
Last edited by Soukyuu (2015-03-27 21:46:58)

Soukyuu wrote:If I run the search on /mnt/windata, I can see the inode error appear almost instantly.
Could it be that 'find' can't show the file affected because of the error?
That is possible. If windows thinks(1) there is no problem then my guess would be a filename with "uncommon" characters or violating some restriction. If reasonably feasable you could try keeping an eye on the output of dmesg while you use ls to list the contents of the directories on your windata partition, when you try to list the directory with the offending file(s) you should see errors. Then go to windows and rename the files if possible.
You might want to ask about this on the ntfs-3g mailing list, maybe you have caught some bug or corner case, and you might get some tips on how to deal with this.
(1) Windows is (or used to be) idiosyncratic, you have a set of restrictions on filenames, and usually you can't directly create files that violate the restrictions, however some programs may be able to get around those restrictions and create files that you will not be able to deal with via explorer, this might be one of those cases. If I'm not mistaken this has happened to me a few times (when I still used Windows regularly - WinXP days) and at the time checkdisk would say everything was fine but explorer would refuse to rename, move or delete the files. The workaround was to delete/rename the file with the program that created it, in one case it was winrar (the problem that time was a filename too long).

Similar Messages

  • [solved] ntfs-3g: Invalid or incomplete multibyte or wide character

    Hi all, i've a problem with an ntfs partition and (i think) locales.
    #nickinicki-laptop koko # touch /mnt/vista/ò
    touch: cannot touch `/mnt/vista/ò': Invalid or incomplete multibyte or wide character
    nickinicki-laptop koko # grep -v \# /etc/locale.gen
    en_US.UTF-8 UTF-8
    en_US ISO-8859-1
    es_ES.UTF-8 UTF-8
    es_ES ISO-8859-1
    es_ES@euro ISO-8859-15
    it_IT.UTF-8 UTF-8
    it_IT ISO-8859-1
    it_IT@euro ISO-8859-15
    pt_BR.UTF-8 UTF-8
    pt_BR ISO-8859-1
    nickinicki-laptop koko # locale -a
    C
    en_US
    en_US.iso88591
    en_US.utf8
    es_ES
    es_ES@euro
    es_ES.iso88591
    es_ES.iso885915@euro
    es_ES.utf8
    italian
    it_IT
    it_IT@euro
    it_IT.iso88591
    it_IT.iso885915@euro
    it_IT.utf8
    POSIX
    pt_BR
    pt_BR.iso88591
    pt_BR.utf8
    spanish
    nickinicki-laptop koko # locale
    LANG=it_IT.iso885915@euro
    LC_CTYPE="it_IT.iso885915@euro"
    LC_NUMERIC="it_IT.iso885915@euro"
    LC_TIME="it_IT.iso885915@euro"
    LC_COLLATE=C
    LC_MONETARY="it_IT.iso885915@euro"
    LC_MESSAGES="it_IT.iso885915@euro"
    LC_PAPER="it_IT.iso885915@euro"
    LC_NAME="it_IT.iso885915@euro"
    LC_ADDRESS="it_IT.iso885915@euro"
    LC_TELEPHONE="it_IT.iso885915@euro"
    LC_MEASUREMENT="it_IT.iso885915@euro"
    LC_IDENTIFICATION="it_IT.iso885915@euro"
    LC_ALL=
    nickinicki-laptop koko # grep -i locale /etc/rc.conf
    # LOCALE: available languages can be listed with the 'locale -a' command
    LOCALE="it_IT.iso885915@euro"
    nickinicki-laptop koko # mount.ntfs-3g -o locale=$LANG /dev/sda1 /mnt/vista
    nickinicki-laptop koko # touch /mnt/vista/ò
    touch: cannot touch `/mnt/vista/ò': Invalid or incomplete multibyte or wide character
    nickinicki-laptop koko # tail /var/log/messages.log
    Aug 27 18:45:57 nickinicki-laptop ntfs-3g[3660]: Version 2009.4.4 integrated FUSE 27
    Aug 27 18:45:57 nickinicki-laptop ntfs-3g[3660]: Mounted /dev/sda1 (Read-Write, label "VISTA", NTFS 3.1)
    Aug 27 18:45:57 nickinicki-laptop ntfs-3g[3660]: Cmdline options: locale=it_IT.iso885915@euro
    Aug 27 18:45:57 nickinicki-laptop ntfs-3g[3660]: Mount options: silent,allow_other,nonempty,relatime,fsname=/dev/sda1,blkdev,blksize=4096
    Aug 27 18:46:19 nickinicki-laptop ntfs-3g[3660]: Could not convert filename to Unicode: 'ò': Invalid or incomplete multibyte or wide character
    Aug 27 18:46:19 nickinicki-laptop ntfs-3g[3660]: Could not convert filename to Unicode: 'ò': Invalid or incomplete multibyte or wide character
    Does anybody has a clue on what's happening?
    Thanks in advance!
    Last edited by kokoko3k (2009-08-28 16:25:21)

    I know i'm writing this thread alone, but i'm experimenring more and more.
    I was able to reproduce the issue even on an totally up-to-date system (every package upgraded to the latest version) using an ntfs filesystem on a file image:
    Gozer ~ # cd /var/cache/pacman/pkg
    ########### Install latest ntfs-3g:
    Gozer pkg # pacman -U ./ntfs-3g-2009.4.4-1-i686.pkg.tar.gz
    loading package data...
    checking dependencies...
    (1/1) checking for file conflicts [########################################################] 100%
    (1/1) upgrading ntfs-3g [########################################################] 100%
    ########### Make a 100MB file:
    Gozer pkg # dd if=/dev/zero of=/tmp/image.ntfs bs=1024 count=100000
    100000+0 records in
    100000+0 records out
    102400000 bytes (102 MB) copied, 0.899782 s, 114 MB/s
    ########### force mkfs.ntfs to make an ntfs filesystem there:
    Gozer pkg # mkfs.ntfs /tmp/image.ntfs -F
    /tmp/image.ntfs is not a block device.
    mkntfs forced anyway.
    The sector size was not specified for /tmp/image.ntfs and it could not be obtained automatically. It has been set to 512 bytes.
    The partition start sector was not specified for /tmp/image.ntfs and it could not be obtained automatically. It has been set to 0.
    The number of sectors per track was not specified for /tmp/image.ntfs and it could not be obtained automatically. It has been set to 0.
    The number of heads was not specified for /tmp/image.ntfs and it could not be obtained automatically. It has been set to 0.
    Cluster size has been automatically set to 4096 bytes.
    To boot from a device, Windows needs the 'partition start sector', the 'sectors per track' and the 'number of heads' to be set.
    Windows will not be able to boot from this device.
    Initializing device with zeroes: 100% - Done.
    Creating NTFS volume structures.
    mkntfs completed successfully. Have a nice day.
    ########### My locales:
    Gozer pkg # locale
    LANG=en_US.iso88591
    LC_CTYPE="en_US.iso88591"
    LC_NUMERIC="en_US.iso88591"
    LC_TIME="en_US.iso88591"
    LC_COLLATE="en_US.iso88591"
    LC_MONETARY="en_US.iso88591"
    LC_MESSAGES="en_US.iso88591"
    LC_PAPER="en_US.iso88591"
    LC_NAME="en_US.iso88591"
    LC_ADDRESS="en_US.iso88591"
    LC_TELEPHONE="en_US.iso88591"
    LC_MEASUREMENT="en_US.iso88591"
    LC_IDENTIFICATION="en_US.iso88591"
    LC_ALL=en_US.iso88591
    ########### Make the mountpoint and load the loop module
    Gozer pkg # mkdir /mnt/ntfs.test
    Gozer pkg # modprobe loop
    ########### mount the filesystem through ntfs-3g-2009.4.4-1
    Gozer pkg # ntfs-3g -o loop,locale=$LANG /tmp/image.ntfs /mnt/ntfs.test/
    ########### Try to create a file with accented letters and get the error:
    Gozer pkg # touch /mnt/ntfs.test/àèìòu
    touch: cannot touch `/mnt/ntfs.test/àèìòu': Invalid or incomplete multibyte or wide character
    Gozer pkg # ls -la /mnt/ntfs.test/àèìòu
    ls: cannot access /mnt/ntfs.test/àèìòu: Invalid or incomplete multibyte or wide character
    ########### umount the filesystem
    Gozer pkg # umount /mnt/ntfs.test
    ########### Get the outdated ntfs-3g package from arch rollback machine repo and install it
    Gozer pkg # wget http://arm.kh.nu/extra::2009-1-1/os/i686/ntfs-3g-1.5130-1-i686.pkg.tar.gz
    --2009-08-28 09:39:35-- http://arm.kh.nu/extra::2009-1-1/os/i686/ntfs-3g-1.5130-1-i686.pkg.tar.gz
    Resolving arm.kh.nu... 75.119.207.164
    Connecting to arm.kh.nu|75.119.207.164|:80... connected.
    HTTP request sent, awaiting response... 200 OK
    Length: 360413 (352K) [application/x-tar]
    Saving to: `ntfs-3g-1.5130-1-i686.pkg.tar.gz'
    100%[=========================================================================>] 360,413 277K/s in 1.3s
    2009-08-28 09:39:36 (277 KB/s) - `ntfs-3g-1.5130-1-i686.pkg.tar.gz' saved [360413/360413]
    Gozer pkg # pacman -U ./ntfs-3g-1.5130-1-i686.pkg.tar.gz
    loading package data...
    checking dependencies...
    (1/1) checking for file conflicts [########################################################] 100%
    (1/1) upgrading ntfs-3g [########################################################] 100%
    ########### Mount the filesystem again with ntfs-3g-1.5130-1
    Gozer pkg # ntfs-3g -o loop,locale=$LANG /tmp/image.ntfs /mnt/ntfs.test/
    ########### Try to create a file with accented letters:
    Gozer pkg # touch /mnt/ntfs.test/àèìòu
    Gozer pkg # ls -la /mnt/ntfs.test/àèìòu
    -rwxrwxrwx 1 root root 0 2009-08-28 09:41 /mnt/ntfs.test/àèìòu
    ...This time everything worked as expected!
    Can someone try all this and reports his results here please?
    Thanks.
    Last edited by kokoko3k (2009-08-28 07:49:38)

  • [SOLVED] luksOpen device-mapper reload ioctl failed invalid argument

    Hello,
    I don't know what things I have problem.
    Have You any idea?
    What I need to do?
    $ sudo cryptsetup luksOpen /dev/sr0 dvd
    Jelszó:
    Enter passphrase for /dev/sr0:
    device-mapper: reload ioctl failed: invalid argument
    $ sudo cryptsetup luksDump /dev/sr0
    LUKS header information for /dev/sr0
    Version: 1
    Cipher name: aes
    Cipher mode: cbc-essiv:sha256
    Hash spec: sha1
    Payload offset: 2056
    MK bits: 256
    MK digest: b5 3e d0 e4 d4 e0 ed 52 25 68 88 af 74 01 90 a7 a7 e2 50 19
    MK salt: 74 8e 97 56 48 b8 ad eb a9 dc 18 85 e3 a2 e9 03
    7a 87 0d df d9 e3 04 e1 87 6e ce c8 3a f5 1d 6d
    MK iterations: 15375
    UUID: 1ef0225c-328f-4531-9d76-7259dd381960
    $ cat /proc/crypto
    name : sha256
    driver : sha256-generic
    module : sha256_generic
    priority : 0
    refcnt : 1
    selftest : passed
    type : shash
    blocksize : 64
    digestsize : 32
    name : sha224
    driver : sha224-generic
    module : sha256_generic
    priority : 0
    refcnt : 1
    selftest : passed
    type : shash
    blocksize : 64
    digestsize : 28
    name : cbc(aes)
    driver : cbc(aes-asm)
    module : kernel
    priority : 200
    refcnt : 1
    selftest : passed
    type : givcipher
    async : no
    blocksize : 16
    min keysize : 16
    max keysize : 32
    ivsize : 16
    geniv : eseqiv
    name : cbc(aes)
    driver : cbc(aes-asm)
    module : cbc
    priority : 200
    refcnt : 1
    selftest : passed
    type : blkcipher
    blocksize : 16
    min keysize : 16
    max keysize : 32
    ivsize : 16
    geniv : <default>
    name : aes
    driver : aes-asm
    module : aes_i586
    priority : 200
    refcnt : 1
    selftest : passed
    type : cipher
    blocksize : 16
    min keysize : 16
    max keysize : 32
    name : aes
    driver : aes-generic
    module : aes_generic
    priority : 100
    refcnt : 1
    selftest : passed
    type : cipher
    blocksize : 16
    min keysize : 16
    max keysize : 32
    name : stdrng
    driver : krng
    module : kernel
    priority : 200
    refcnt : 2
    selftest : passed
    type : rng
    seedsize : 0
    Last edited by gyurman (2011-12-03 11:54:18)

    Have you tried:
    sudo cryptsetup -r luksOpen /dev/sr0 dvd

  • Nonlatin characters in URLs;NTFS Invalid or incomplete multibyte error

    I'm testing with a file called "柯有伦-零.mp3", which contains Chinese characters. (Maybe your browser won't show it correctly, and the font might be crappy...)
    Well, here's a screenshot of the correct filename:
    My locale: en_US.utf8
    Downloader I tested with: wget, aria2c
    Target filesystem I tested with: ext4, ntfs
    I find it strange the same filename has two forms in two urls:
    %BF%C2%D3%D0%C2%D7-%C1%E3.mp3
    %E6%9F%AF%E6%9C%89%E4%BC%A6-%E9%9B%B6.mp3
    I don't know why... Must have something to do with character set/encoding. Somebody explain this to me please.
    ---------------------------------------------experiment--with--wget--------------------------------------------------
    wget "%BF%C2%D3%D0%C2%D7-%C1%E3.mp3" to ext4 partition:
    $ wget 'http://down.jsharer.com/user/userAction.do?method=download&urlpath=ftp://-552790109:[email protected]:2022/22487/200908/%BF%C2%D3%D0%C2%D7-%C1%E3.mp3'
    --2009-08-25 12:17:41-- http://down.jsharer.com/user/userAction.do?method=download&urlpath=ftp://-552790109:[email protected]:2022/22487/200908/%BF%C2%D3%D0%C2%D7-%C1%E3.mp3
    Resolving down.jsharer.com... 222.73.163.168
    Connecting to down.jsharer.com|222.73.163.168|:80... connected.
    HTTP request sent, awaiting response... 302 Moved Temporarily
    Location: ftp://-552790109:[email protected]:2022/22487/200908/%BF%C2%D3%D0%C2%D7-%C1%E3.mp3 [following]
    --2009-08-25 12:17:41-- ftp://-552790109:*password*@58.215.91.170:2022/22487/200908/%BF%C2%D3%D0%C2%D7-%C1%E3.mp3
    => `¿ÂÓÐÂ×-Áã.mp3'
    Connecting to 58.215.91.170:2022... connected.
    Logging in as -552790109 ... Logged in!
    ==> SYST ... done. ==> PWD ... done.
    ==> TYPE I ... done. ==> CWD /22487/200908 ... done.
    ==> SIZE \277\302\323\320\302\327-\301\343.mp3 ... 5211995
    ==> PASV ... done. ==> RETR \277\302\323\320\302\327-\301\343.mp3 ... done.
    Length: 5211995 (5.0M)
    100%[=====================================================>] 5,211,995 89.1K/s in 56s
    2009-08-25 12:18:37 (91.2 KB/s) - `¿ÂÓÐÂ×-Áã.mp3' saved [5211995]
    wget "%BF%C2%D3%D0%C2%D7-%C1%E3.mp3" to ntfs partition:
    $ wget 'http://down.jsharer.com/user/userAction.do?method=download&urlpath=ftp://1368144520:[email protected]:2022/41161/200908/%BF%C2%D3%D0%C2%D7-%C1%E3.mp3'
    --2009-08-25 12:26:29-- http://down.jsharer.com/user/userAction.do?method=download&urlpath=ftp://1368144520:[email protected]:2022/41161/200908/%BF%C2%D3%D0%C2%D7-%C1%E3.mp3
    Resolving down.jsharer.com... 222.73.163.168
    Connecting to down.jsharer.com|222.73.163.168|:80... connected.
    HTTP request sent, awaiting response... 302 Moved Temporarily
    Location: ftp://1368144520:[email protected]:2022/41161/200908/%BF%C2%D3%D0%C2%D7-%C1%E3.mp3 [following]
    --2009-08-25 12:26:29-- ftp://1368144520:*password*@58.215.91.170:2022/41161/200908/%BF%C2%D3%D0%C2%D7-%C1%E3.mp3
    => `¿ÂÓÐÂ×-Áã.mp3'
    Connecting to 58.215.91.170:2022... connected.
    Logging in as 1368144520 ... Logged in!
    ==> SYST ... done. ==> PWD ... done.
    ==> TYPE I ... done. ==> CWD /41161/200908 ... done.
    ==> SIZE \277\302\323\320\302\327-\301\343.mp3 ... 5211995
    ==> PASV ... done. ==> RETR \277\302\323\320\302\327-\301\343.mp3 ... done.
    ¿ÂÓÐÂ×-Áã.mp3: Invalid or incomplete multibyte or wide character
    wget  "%E6%9F%AF%E6%9C%89%E4%BC%A6-%E9%9B%B6.mp3" to ext4 partition:
    $ wget 'http://mp3.tktt.com/eec38e543bc6c0e4/15/%E6%9F%AF%E6%9C%89%E4%BC%A6-%E9%9B%B6.mp3'
    --2009-08-25 12:29:59-- http://mp3.tktt.com/eec38e543bc6c0e4/15/%E6%9F%AF%E6%9C%89%E4%BC%A6-%E9%9B%B6.mp3
    Resolving mp3.tktt.com... 58.215.81.44
    Connecting to mp3.tktt.com|58.215.81.44|:80... connected.
    HTTP request sent, awaiting response... 200 OK
    Length: 126229 (123K) [audio/x-ms-wma]
    Saving to: `æ%9F¯æ%9C%89伦-é%9B¶.mp3'
    100%[=====================================================>] 126,229 129K/s in 1.0s
    2009-08-25 12:30:03 (129 KB/s) - `æ%9F¯æ%9C%89伦-é%9B¶.mp3' saved [126229/126229]
    wget "%E6%9F%AF%E6%9C%89%E4%BC%A6-%E9%9B%B6.mp3" to ntfs partition:
    $ wget 'http://mp3.tktt.com/eec38e543bc6c0e4/15/%E6%9F%AF%E6%9C%89%E4%BC%A6-%E9%9B%B6.mp3'
    --2009-08-25 12:37:30-- http://mp3.tktt.com/eec38e543bc6c0e4/15/%E6%9F%AF%E6%9C%89%E4%BC%A6-%E9%9B%B6.mp3
    Resolving mp3.tktt.com... 58.215.81.44
    Connecting to mp3.tktt.com|58.215.81.44|:80... connected.
    HTTP request sent, awaiting response... 200 OK
    Length: 126229 (123K) [audio/x-ms-wma]
    æ%9F¯æ%9C%89伦-é%9B¶.mp3: Invalid or incomplete multibyte or wide character
    Cannot write to `æ%9F¯æ%9C%89伦-é%9B¶.mp3' (Invalid or incomplete multibyte or wide character).
    ---------------------------------------------let's--try--with--aria2c--------------------------------------------------
    aria2c "%BF%C2%D3%D0%C2%D7-%C1%E3.mp3" to ext4 partition:
    $ aria2c 'http://down.jsharer.com/user/userAction.do?method=download&urlpath=ftp://1368144520:[email protected]:2022/41161/200908/%BF%C2%D3%D0%C2%D7-%C1%E3.mp3'
    2009-08-25 12:47:52.079592 NOTICE - #1 - Download has already completed: /home/canti/Desktop/¿ÂÓÐÂ×-Áã.mp3
    2009-08-25 12:47:52.080014 NOTICE - Download complete: /home/canti/Desktop/¿ÂÓÐÂ×-Áã.mp3
    Download Results:
    gid|stat|avg speed |path/URI
    ===+====+===========+===========================================================
    1| OK| n/a|/home/canti/Desktop/¿ÂÓÐÂ×-Áã.mp3
    Status Legend:
    (OK):download completed.
    aria2c "%BF%C2%D3%D0%C2%D7-%C1%E3.mp3" to ntfs partition:
    $ aria2c 'http://down.jsharer.com/user/userAction.do?method=download&urlpath=ftp://1368144520:[email protected]:2022/41161/200908/%BF%C2%D3%D0%C2%D7-%C1%E3.mp3'
    [#1 SIZE:0B/0B CN:1 SPD:0Bs]
    2009-08-25 12:46:06.942979 ERROR - Exception caught
    Exception: [RequestGroup.cc:528] Download aborted.
    -> [AbstractDiskWriter.cc:115] Failed to open the file /media/20G/¿ÂÓÐÂ×-Áã.mp3, cause: Invalid or incomplete multibyte or wide character
    Download Results:
    gid|stat|avg speed |path/URI
    ===+====+===========+===========================================================
    1| ERR| n/a|/media/20G/¿ÂÓÐÂ×-Áã.mp3
    Status Legend:
    (ERR):error occurred.
    aria2 will resume download if the transfer is restarted.
    If there are any errors, then see the log file. See '-l' option in help/man page for details.
    aria2c "%E6%9F%AF%E6%9C%89%E4%BC%A6-%E9%9B%B6.mp3" to ext4 partition:
    $ aria2c 'http://mp3.tktt.com/eec38e543bc6c0e4/15/%E6%9F%AF%E6%9C%89%E4%BC%A6-%E9%9B%B6.mp3'
    [#1 SIZE:96.0KiB/123.2KiB(77%) CN:1 SPD:135.1KiBs]
    2009-08-25 12:30:17.753443 NOTICE - Download complete: /home/canti/Desktop/柯有伦-零.mp3
    Download Results:
    gid|stat|avg speed |path/URI
    ===+====+===========+===========================================================
    1| OK| 136.0KiB/s|/home/canti/Desktop/柯有伦-零.mp3
    Status Legend:
    (OK):download completed.
    aria2c "%E6%9F%AF%E6%9C%89%E4%BC%A6-%E9%9B%B6.mp3" to ntfs partition:
    $ aria2c 'http://mp3.tktt.com/eec38e543bc6c0e4/15/%E6%9F%AF%E6%9C%89%E4%BC%A6-%E9%9B%B6.mp3'
    [#1 SIZE:0B/123.2KiB(0%) CN:1 SPD:0Bs]
    2009-08-25 12:42:14.735797 NOTICE - Download complete: /media/20G/柯有伦-零.mp3
    Download Results:
    gid|stat|avg speed |path/URI
    ===+====+===========+===========================================================
    1| OK| 20.0MiB/s|/media/20G/柯有伦-零.mp3
    Status Legend:
    (OK):download completed.
    So I'm asking:
    1. Why is '%E6%9F%AF%E6%9C%89%E4%BC%A6-%E9%9B%B6.mp3' interpreted correctly by aria2c but not with wget?
    2. Why is '%BF%C2%D3%D0%C2%D7-%C1%E3.mp3' interpreted to '¿ÂÓÐÂ×-Áã.mp3' by aria2c and wget both?
    3. Can I tune aria2c/wget to get those characters interpreted right? I have some experience with FTP clients such as filezilla and gftp, they both have a charset option for correctly displaying filenames from servers that has a encoding other than utf-8.
    4. Despite wget/aria2c both get the '%BF%C2%D3%D0%C2%D7-%C1%E3.mp3' interpreted wrong, they are able to write a file called '¿ÂÓÐÂ×-Áã.mp3' to EXT4 partitions. But they can't do this to NTFS partitions. (PcManFM can display Chinese/Japnese filenames on NTFS partitions correctly. Just to point it out.) How can I tune ntfs-3g's options to fix this?
    5. What I asked in the beginning, why does the same filename has two versions in two URLs?
    Last edited by lolilolicon (2009-08-25 05:33:18)

    That was a nice little oversight on my part --not checking the utf-8 charset.
    I experimented a little bit. I tried your link to downoad the file with wget; of course it doesn't work for me. Does the use of the wget option --restrict-file-names=nocontrol help? That option stops the incorrect interpretation of control characters.
    For a download example, here's a Russian language Wikipedia page,  http://ru.wikipedia.org/wiki/%D0%97%D0% … 1%86%D0%B0
    Without --restrict-file-names=nocontrol
    $ wget http://ru.wikipedia.org/wiki/%D0%97%D0%B0%D0%B3%D0%BB%D0%B0%D0%B2%D0%BD%D0%B0%D1%8F_%D1%81%D1%82%D1%80%D0%B0%D0%BD%D0%B8%D1%86%D0%B0
    --2009-08-27 06:11:35-- http://ru.wikipedia.org/wiki/%D0%97%D0%B0%D0%B3%D0%BB%D0%B0%D0%B2%D0%BD%D0%B0%D1%8F_%D1%81%D1%82%D1%80%D0%B0%D0%BD%D0%B8%D1%86%D0%B0
    Length: 77305 (75K) [text/html]
    Saving to: `Ð%97аглавнаÑ%8F_Ñ%81Ñ%82Ñ%80аниÑ%86а'
    2009-08-27 06:11:36 (292 KB/s) - `Ð%97аглавнаÑ%8F_Ñ%81Ñ%82Ñ%80аниÑ%86а' saved [77305/77305]
    With --restrict-file-names=nocontrol
    $ wget --restrict-file-names=nocontrol http://ru.wikipedia.org/wiki/%D0%97%D0%B0%D0%B3%D0%BB%D0%B0%D0%B2%D0%BD%D0%B0%D1%8F_%D1%81%D1%82%D1%80%D0%B0%D0%BD%D0%B8%D1%86%D0%B0
    --2009-08-27 06:12:37-- http://ru.wikipedia.org/wiki/%D0%97%D0%B0%D0%B3%D0%BB%D0%B0%D0%B2%D0%BD%D0%B0%D1%8F_%D1%81%D1%82%D1%80%D0%B0%D0%BD%D0%B8%D1%86%D0%B0
    Length: 77304 (75K) [text/html]
    Saving to: `Заглавная_страница'
    2009-08-27 06:12:37 (291 KB/s) - `Заглавная_страница' saved [77304/77304]
    Wget also has the --header option. The man page gives an example that might be useful.
    I'm still looking at the ntfs problem.
    Last edited by thisoldman (2009-08-27 11:11:49)

  • Thanks this was very useful.. I have a brand new iphone 4s unlocked version from singapore and I am having the same problem constant network fluctuations, no service, call failed, invalid sim, sim failure, bars fluctuating from 5 - 3 - 2 - 1, no signal/ba

    I have a brand new iphone 4s unlocked version from singapore and I am experiencing constant network fluctuations on my iphone , no service, call failed, invalid sim, sim failure, bars fluctuating from 5 - 3 - 2 - 1, no signal/bars searching etc... Ifeel miserable after trying out all the options changed multiple sims, tried multiple carriers, restored the phone back and have set-up as new device but the problem does not get solved... its is so frustrating that after investing on a world's most expensive phone you cannot enjoy the calling features which the phone offers which is the main thing you own the phone for.. Rest of the things are working.. The funniest part I am not able to make calls or receive calls but can access the internet..  I have tried every possible thing and really very frustrated with this iphone of mine...I hope the problem gets solved.. would anyone have any solutions to this problem.. Does it mean one should never update software as I hear that after updating to IOS.5.1 the problem has started coming and same has been with there.... Apple says its a hardware failure which is very difficult to digest as sometimes I get 5 bars and able to make and receive calls but 95% of the time I am unable to. If anyone has any solution I will be very happy if he or share can share the same. Many thanks. its so disgusting to experience this on top of this apple does not support global warranty for the phone as you need to go to the country from where you bought the phone for replacement.. Truly sad state of affairs.. very very very dissappointing.

    Have a look at this it might help
    http://support.apple.com/kb/TS4148

  • [nQSError: 43126]Authentication failed:invalid user/password, how to avoid?

    Hi,
    I encountered following error: [nQSError: 43126] Authentication failed: invalid user/password.
    when I was starting weblogic server, and server used to shutdown.
    After snooping around on net, came across this blog: http://obiee11gqna.blogspot.com/2011/09/obiee-11g-errors-nqserror-43113.html
    Found that password for MDS & BIPLATFORM was 'expired', was able to solve my problem and my Presentation Services were up & running.
    My question is, how to avoid password of MDS & BIPLATFORM from getting expired in future??
    Regards,
    Jitendra

    Dpka,
    Thanx for the link, it shows the way to avoid expiry of password.
    I also found another link, in comment section which is equally useful: http://www.artofbi.com/index.php/2011/03/mds-or-biplatform-schema-password-change-considerations/
    PS: Thanx to Deva as well for replying to my query.
    Regards,
    Jitendra

  • The URL 'filename.xml' is invalid. It may refer to a nonexistent file or folder, or refer to a valid file or folder that is not in the current web

    Hi All,
    We have a form library with around 2000 InfoPath forms submitted successfully, but suddenly from the couple of weeks noticing that, the users are able to submit the form successfully without
    any issues but the referenced .xml file is physically not
    getting saved and the strange thing is it's reference(i.e. xml) is available. When we try opening the form it gives below error.<o:p></o:p>
    “InfoPath cannot open the following file ‘formpath/.xml’
    ”<o:p></o:p>
    When we try viewing the version history, it gives below error:<o:p></o:p>
    "The URL 'filename.xml' is invalid. It may refer to a nonexistent file or folder, or refer to a valid file or folder that is not in the current web"<o:p></o:p>
    I have also looked at the logs but not much information. Can someone help me?
    MercuryMan

    Hi,
    According to the error message, this issue is a typically database related issue.
    1. Make sure that your Content Database in SQL is not full.
    Open SQL management studio and connect to SQL server that have your content DB.
    You can find SQL server name from "manage servers in this farm".
    Right click the content database, click Reports > Standard Reports > Disk Usage to generate a standard report.
    For your reference:
    http://social.technet.microsoft.com/Forums/en-US/178095de-7fba-482c-9be1-94e60b1906e0/sharepoint-2010-error-the-url-item-url-is-invalid-it-may-refer-to-a-nonexistent-file-or
    2. According to KB 894631, this error message will be thrown out when the content database is configured to read-only.
    Go to Central Administration > Manage Content Databases and check if it is the case. Also, recycle the application pool in case the cache was corrupted.
    Thanks.
    Tracy Cai
    TechNet Community Support

  • "filename.pdf" failed to export to Microsoft Word. There was an unexpected problem.

    "filename.pdf" failed to export to Microsoft Word. There was an unexpected problem.
    Every time i have tried to convert a pdf file to doc file I had this message.
    Could someone help please.

    Try disabling the OCR function of ExportPDF to see if it helps with your conversion. You can find instructions on how to do this here: http://forums.adobe.com/docs/DOC-3062
    -David

  • Authentication failed: invalid user/password.

    After uploading a new RPD in obiee( 11.1.1.5), my obiee has started failing with following error in nqserver.log. I have verified that BISystemUser password is the same in console and EM. I have also verified that I am entering correct RPD password while uploading it through EM. What else may be wrong ?
    [2011-08-23T03:52:39.000+00:00] [OracleBIServerComponent] [NOTIFICATION:1] [] [] [ecid: 004emGWVmAQAtHd5Tf^Ayc0000K2000000] [tid: b38396d0] [36007] Loading repository /product/obiee_11.1.1.5/instances/instance1/bifoundation/OracleBIServerComponent/coreapplication_obis1/repository/iipreports_BI0038.rpd.
    [2011-08-23T03:52:40.000+00:00] [OracleBIServerComponent] [NOTIFICATION:1] [] [] [ecid: 004emGWVmAQAtHd5Tf^Ayc0000K2000000] [tid: b0923b90] [14055] Loading subject area: AIP ...
    [2011-08-23T03:52:40.000+00:00] [OracleBIServerComponent] [NOTIFICATION:1] [] [] [ecid: 004emGWVmAQAtHd5Tf^Ayc0000K2000000] [tid: b0923b90] [14056] Finished loading subject area: AIP.
    [2011-08-23T03:52:40.000+00:00] [OracleBIServerComponent] [NOTIFICATION:1] [] [] [ecid: 004emGWVmAQAtHd5Tf^Ayc0000K2000000] [tid: b38396d0] [85003] MDX Member Name Cache subsystem started successfully.
    [2011-08-23T03:52:40.000+00:00] [OracleBIServerComponent] [NOTIFICATION:1] [] [] [ecid: 004emGWVmAQAtHd5Tf^Ayc0000K2000000] [tid: b38396d0] [85004] MDX Member Name Cache subsystem recovered entries: 0, size: 0 bytes.
    [2011-08-23T03:52:40.000+00:00] [OracleBIServerComponent] [ERROR:1] [] [] [ecid: 004emGWVmAQAtHd5Tf^Ayc0000K2000000] [tid: b38396d0] [13026] Error in getting roles from BI Security Service: 'Error Message From BI Security Service: [nQSError: 46164] HTTP Server returned 404 (Not Found) for URL .'
    [2011-08-23T03:52:40.000+00:00] [OracleBIServerComponent] [NOTIFICATION:1] [] [] [ecid: 004emGWVmAQAtHd5Tf^Ayc0000K2000000] [tid: b38396d0] nqsserver:     Clustered Oracle BI Server started. Version: 11.1.1.5.0.110427.0846.000.
    [2011-08-23T03:52:44.000+00:00] [OracleBIServerComponent] [NOTIFICATION:1] [] [] [ecid: 004emGWVmAQAtHd5Tf^Ayc0000K2000000] [tid: b0923b90] [43071] A connection with Cluster Controller xxx.us.oracle.com:9706 was established.
    [2011-08-23T03:52:46.000+00:00] [OracleBIServerComponent] [ERROR:1] [] [] [ecid: 004emGWtbaWAtHd5Tf^Ayc0000K3000001] [tid: b00beb90] Error Message From BI Security Service: [nQSError: 46164] HTTP Server returned 404 (Not Found) for URL .
    [2011-08-23T03:52:46.000+00:00] [OracleBIServerComponent] [ERROR:1] [] [] [ecid: 004emGWtbaWAtHd5Tf^Ayc0000K3000001] [tid: b00beb90] [nQSError: 43126] Authentication failed: invalid user/password.
    If I run opmnctl status then BIServer is up but the presentation services is down.
    Following error is observed in sawlog0.log
    [2011-08-22T22:52:46.000-05:00] [OBIPS] [ERROR:10] [] [saw.security.odbcuserpopulationimpl.initialize] [ecid: ] [tid: ] Authentication Failure.
    Odbc driver returned an error (SQLDriverConnectW).
    State: 08004. Code: 10018. [NQODBC] [SQL_STATE: 08004] [nQSError: 10018] Access for the requested connection is refused.
    [nQSError: 43113] Message returned from OBIS.
    [nQSError: 43126] Authentication failed: invalid user/password. (08004)[[
    File:odbcuserpoploaderimpl.cpp
    Line:292
    Location:
         saw.security.odbcuserpopulationimpl.initialize
         saw.catalog.local.loadCatalog
         saw.subsystems.catalogbootstrapper.loadcatalog
         saw.webextensionbase.init
         saw.sawserver
    ecid:
    [2011-08-22T22:52:46.000-05:00] [OBIPS] [NOTIFICATION:1] [] [saw.sawserver] [ecid: ] [tid: ] Oracle BI Presentation Services are shutting down.[[
    File:sawserver.cpp
    Line:712
    Location:
         saw.sawserver
    ecid:

    Hi,
    I have upgraded a existing OBIEE 10G file EBSAnalyticMaster.rpd to 11G using ua (upgrade assistant) and getting the same error while upgrading the catalog.
    Presentation service is not starting. Do you have a solution yet.

  • Default SSL context init failed: Invalid keystore format

    Hi, I can't connect to my ldap server. The problem is ssl. I'm trying to do this:
    import java.io.IOException;
    import java.util.Hashtable;
    import javax.naming.Context;
    import javax.naming.NamingException;
    import javax.naming.directory.DirContext;
    import javax.naming.directory.InitialDirContext;
    import javax.naming.ldap.LdapContext;
    public class TestAuthentifikation {
        public static void main (String [] args) throws IOException  {
               try {
                    Hashtable env = new Hashtable();
                    env.put(Context.INITIAL_CONTEXT_FACTORY, "com.sun.jndi.ldap.LdapCtxFactory");
                    env.put(Context.PROVIDER_URL, "ldaps://subdomain.dyndns.org:636/"); 
                    env.put(Context.SECURITY_PRINCIPAL, "uid=user,ou=users,dc=subdomain,dc=dyndns,dc=org");
                    env.put(Context.SECURITY_CREDENTIALS, "passwd");
                    env.put(Context.SECURITY_AUTHENTICATION, "simple");
                    env.put(Context.SECURITY_PROTOCOL, "ssl");
                    java.security.Security.addProvider(new com.sun.net.ssl.internal.ssl.Provider());
                    System.setProperty("javax.net.ssl.keyStore",  "/usr/lib/j2se/1.4/jre/lib/security/cacerts");
                    System.setProperty("javax.net.ssl.trustStore","/usr/lib/j2se/1.4/jre/lib/security/cacerts");
                    env.put(LdapContext.CONTROL_FACTORIES, "com.sun.jndi.ldap.ControlFactory");
                    DirContext ctx = new InitialDirContext(env);
                    //use ctx....
                    // Close the context when we're done
                    ctx.close();
                  catch(NamingException ne) {
                    System.err.println(ne);
                    ne.printStackTrace();
    }The exception is this:
    javax.naming.CommunicationException: subdomain.dyndns.org:636 [Root exception is java.net.SocketException: Default SSL context init failed: Invalid keystore format]
            at com.sun.jndi.ldap.Connection.<init>(Connection.java:194)
            at com.sun.jndi.ldap.LdapClient.<init>(LdapClient.java:119)
            at com.sun.jndi.ldap.LdapClient.getInstance(LdapClient.java:1668)
            at com.sun.jndi.ldap.LdapCtx.connect(LdapCtx.java:2599)
            at com.sun.jndi.ldap.LdapCtx.<init>(LdapCtx.java:290)On the server I have created this ldap_crt.pem file:
    openssl req -x509 -days 3650 -newkey rsa:2048 -nodes -keyout ldap_key.pem -keyform PEM -out ldap_crt.pem -outform PEMwhich sits on the clients /etc/ssl/certs directory. Like this I can connect with a ldap browser to the server.
    I should do something like this:
    keytool -import -alias AUTH_CA -file rootcert.crt -keystore /usr/lib/j2se/1.4/jre/lib/security/cacertsHow do I get this rootcert.crt file?
    I did this and changed the keystore from cacerts to mycacerts in the java class file:
    sudo keytool -import -alias AUTH_CA -file /etc/ssl/certs/ldap_crt.pem -keystore /usr/lib/j2se/1.4/jre/lib/security/mycacertsThen I get this:
    javax.naming.CommunicationException: simple bind failed: subdomain.dyndns.org:636 [Root exception is javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: *No trusted certificate found*]
            at com.sun.jndi.ldap.LdapClient.authenticate(LdapClient.java:198)
            at com.sun.jndi.ldap.LdapCtx.connect(LdapCtx.java:2640)
            at com.sun.jndi.ldap.LdapCtx.<init>(LdapCtx.java:290)
            at com.sun.jndi.ldap.LdapCtxFactory.getUsingURL(LdapCtxFactory.java:175)
            at com.sun.jndi.ldap.LdapCtxFactory.getUsingURLs(LdapCtxFactory.java:193)
            at com.sun.jndi.ldap.LdapCtxFactory.getLdapCtxInstance(LdapCtxFactory.java:136)
    Edited by: borobudur on May 18, 2008 7:09 AM

    Just a permission problem! Take care that your process can write on the keystore/truststore.

  • Error: abc bytecode decoding failed

    Currently i am using Flex SDK Version 3.0.0 build 477 and Flex Builder 3
    I would like to upgrade to FP 10 inorder to use the feaure fileReference.save();
    I have followed http://opensource.adobe.com/wiki/display/flexsdk/Targeting+Flash+Player+10 to configure with FP10.
    After configuring my project with flashplayer 10, their are some errors while compiling application in both Flex builder and compiler.
    ERROR:
    Loading configuration file sdks\3.0.0\frameworks\flex-config.xml
    playerglobal.swc(flash/display/Graphics): Error: abc bytecode decoding failed.
    playerglobal.swc(flash/geom/Matrix3D): Error: abc bytecode decoding failed.
    playerglobal.swc(flash/display/BitmapData): Error: abc bytecode decoding failed.
    Trying to resolve this issue but no success.
    Any help would be Thanks full

    Did you remove the link to the old playerglobal.swc?
    You should have something similar to this in your .actionscriptProperties:
    <libraryPathEntry kind="4" path="">
              <excludedEntries>
                        <libraryPathEntry kind="3" linkType="2" path="${PROJECT_FRAMEWORKS}/libs/player/9/playerglobal.swc" useDefaultLinkType="false"/>
              </excludedEntries>
    </libraryPathEntry>

  • How to solve the problem of "promotion failed"

    Hello,
    I am new to JVM tuning, could anybody help me and explain how to solve a problem of  "promotion failed"  as following?  (Java 1.6 and the JVM options: -XX:+UseConcMarkSweepGC -XX:NewSize=128m -XX:MaxPermSize=256m ):
    [GC 96800.304: [ParNew (promotion failed): 287552K->287552K(287552K), 0.8694459 secs]96801.174: [CMS: 5229568K->457193K(5971968K), 19.7176579 secs] 5499429K->457193K(6259520K), [CMS Perm : 66540K->66458K(110904K)], 20.5878599 secs] [Times: user=22.50 sys=0.03, real=20.59 secs]
    bevor:  96755.515: [GC 96755.515: [ParNew: 287552K->31936K(287552K), 0.1900583 secs] 5491052K->5243813K(6259520K), 0.1905515 secs] [Times: user=2.21 sys=0.00, real=0.19 secs]
    after:    96885.774: [GC 96885.774: [ParNew: 255484K->31936K(287552K), 0.0808239 secs] 712678K->490703K(6259520K), 0.0812894 secs] [Times: user=0.97 sys=0.01, real=0.08 secs]
    my questions:
    1. why did the promotion failed when the old generation apears to have enough space (5229568+287552=5517120 < 5971968)?   muss "promotion failed" by all means be handelt?
    2. [CMS: 5229568K->457193K(5971968K), 19.7176579 secs]:  is this full GC and is the time of 19.7176579 really pause (stop the world) time?
    3. [CMS Perm : 66540K->66458K(110904K)], 20.5878599 secs]: why ist Permanent space collected too? dit it take a time of 20.5878599-19.7176579=0.870202 ?  this action apears to be unnessesary (66540K->66458K),  is es possible to disable such aktion?
    4. how to solve the problem? I read a post of fixing such problem with XX:SurvivorRatio=4  -XX:CMSInitiatingOccupancyFraction=75, But this did not work for my case.
    could this problem be due to the fragmentation of old generation space? could the reduce size of PLAB improving reuse of small chunks like -XX:OldPLABSize=16 help in my case? what ist the default value of OldPLABSize of JAVA 6 ? is there any side-effect for the reduce OldPLABSize?
    thanks a lot for any help!
    Tian

    Looks like your old generation has become fragmented and the old space is almost full, or maybe a promoted object is too huge, and there is not enough continue space. Try following:
    1>  increase the size of old generation.
    2>  If increase the size of old generation doesnt work , you may try to use G1 algorithm, it may reduce the fragment problem of old generation.
    Thanks
    Amrit

  • Parse Failed: Invalid Definition (UNV0023)

    I have a universe based on a BEx query. The BEx query uses formula variables as filters which the users must enter values for when running the report. If I build a report in WEBI based on this universe I get no issues. The filter variables prompt comes up whenever I refresh. However, if I parse the filter object in Universe Designer I get the following error:
    Parse Failed: Invalid Definition (UNV0023)
    The WHERE statement for this filter is:
    <OPERATOR VALUE="AND"><OPTIONAL><FILTER KEY="[!V000003]">
    <CONDITION OPERATORCONDITION="Equal">
    <CONSTANT CAPTION="@Prompt('Percentage Commission to Manager (%)','N',,mono,free,,{10})"/>
    </CONDITION></FILTER></OPTIONAL><OPERATOR VALUE="AND">
    <FILTER KEY="[!V000002]"><CONDITION OPERATORCONDITION="Equal">
    <CONSTANT CAPTION="@Prompt('Dual Rate','N',,mono,free,,{6})"/>
    </CONDITION></FILTER><FILTER KEY="[!V000001]"><CONDITION OPERATORCONDITION="Equal">
    <CONSTANT CAPTION="@Prompt('Single Rate','N',,mono,free,,{3})"/></CONDITION>
    </FILTER></OPERATOR></OPERATOR>
    Here you can see we have three variables, V000001, V000002 and V000003, which have default values and will prompt the WEBI users with the following texts:
    'Percentage Commission to Manager (%)'
    'Dual Rate'
    'Single Rate'
    Can I ignore this or is there a better way to define the filter?
    Edited by: Khaled McGonnell on Nov 9, 2010 5:49 PM
    Edited by: Khaled McGonnell on Nov 9, 2010 5:50 PM

    Hi,
    You have added default values in @Prompt: default values and static values must always be enclosed with single quote even if the data type is numeric.
    <OPERATOR VALUE="AND">
         <OPTIONAL>
              <FILTER KEY="[!V000003]">
                   <CONDITION OPERATORCONDITION="Equal">
                        <CONSTANT CAPTION="@Prompt('Percentage Commission to Manager (%)','N',,mono,free,,{'10'})"/>
                   </CONDITION>
              </FILTER>
         </OPTIONAL>
    </OPERATOR>
    <OPERATOR VALUE="AND">
         <OPTIONAL>
              <FILTER KEY="[!V000002]">
                   <CONDITION OPERATORCONDITION="Equal">
                        <CONSTANT CAPTION="@Prompt('Dual Fuel Rate','N',,mono,free,,{'6'})"/>
                   </CONDITION>
              </FILTER>
         </OPTIONAL>
    </OPERATOR>
    <OPERATOR VALUE="AND">
         <OPTIONAL>
              <FILTER KEY="[!V000001]">
                   <CONDITION OPERATORCONDITION="Equal">
                        <CONSTANT CAPTION="@Prompt('Single Fuel Rate','N',,mono,free,,{'3'})"/>
                   </CONDITION>
              </FILTER>
         </OPTIONAL>
    </OPERATOR>
    Didier

  • Weblogic.utils.AssertionError: ***** ASSERTION FAILED *****[ invalid assig

    does any one know why we get this call stack? what does this mean? We didn't change our deployment descriptor but it just comes up suddenly.
    weblogic.utils.AssertionError: ***** ASSERTION FAILED *****[ invalid assignment from 'Object' to 'Object' ]
    at weblogic.utils.Debug.assertion(Debug.java:57)
    at weblogic.utils.classfile.expr.LocalVariableExpression.codeAssign(LocalVariableExpression.java:38)
    at weblogic.utils.classfile.expr.AssignStatement.code(AssignStatement.java:28)
    at weblogic.utils.classfile.expr.CompoundStatement.code(CompoundStatement.java:26)
    at weblogic.utils.classfile.CodeAttribute.setCode(CodeAttribute.java:44)
    at weblogic.rmi.internal.StubGenerator.addMethodCode(StubGenerator.java:457)
    at weblogic.rmi.internal.StubGenerator.<init>(StubGenerator.java:125)
    at weblogic.rmi.internal.StubGenerator.<init>(StubGenerator.java:86)
    at weblogic.rmi.internal.StubGenerator.getStubClass(StubGenerator.java:769)
    at weblogic.rmi.internal.StubGenerator.generateStub(StubGenerator.java:810)
    at weblogic.rmi.internal.StubGenerator.generateStub(StubGenerator.java:797)
    at weblogic.rmi.extensions.StubFactory.getStub(StubFactory.java:79)
    at weblogic.rmi.extensions.server.ServerHelper.exportObject(ServerHelper.java:232)
    at weblogic.rmi.server.UnicastRemoteObject.exportObject(UnicastRemoteObject.java:45)
    at weblogic.rmi.cluster.ReplicaAwareRemoteObject.initialize(ReplicaAwareRemoteObject.java:77)
    at weblogic.rmi.cluster.ReplicaAwareRemoteObject.<init>(ReplicaAwareRemoteObject.java:50)
    at weblogic.rmi.cluster.ClusterableRemoteObject.<init>(ClusterableRemoteObject.java:79)
    at weblogic.rmi.cluster.ClusterableRemoteBinderFactory.getStateToBind(ClusterableRemoteBinderFactory.j
    ava:45)
    at weblogic.jndi.internal.WLNamingManager.getReplacement(WLNamingManager.java:180)
    at weblogic.jndi.internal.WLNamingManager.getStateToBind(WLNamingManager.java:154)
    at weblogic.jndi.internal.ServerNamingNode.rebindHere(ServerNamingNode.java:168)
    at weblogic.jndi.internal.BasicNamingNode.rebind(BasicNamingNode.java:382)
    at weblogic.jndi.internal.WLEventContextImpl.rebind(WLEventContextImpl.java:118)
    at weblogic.ejb20.internal.StatelessEJBHome.activate(StatelessEJBHome.java:115)
    at weblogic.ejb20.deployer.ClientDrivenBeanInfoImpl.activate(ClientDrivenBeanInfoImpl.java:1096)
    at weblogic.ejb20.deployer.EJBDeployer.activate(EJBDeployer.java:1362)
    at weblogic.ejb20.deployer.Deployer.deploy(Deployer.java:270)
    at weblogic.j2ee.EJBComponent.deploy(EJBComponent.java:83)
    at weblogic.j2ee.Application.deploy(Application.java:429)
    at weblogic.j2ee.J2EEService.deployApplication(J2EEService.java:241)
    at weblogic.management.mbeans.custom.Application.setLocalDeployed(Application.java:2946)
    at weblogic.management.mbeans.custom.Application.setDeployed(Application.java:2864)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:324)
    at weblogic.management.internal.DynamicMBeanImpl.invokeSetter(DynamicMBeanImpl.java:1638)
    at weblogic.management.internal.DynamicMBeanImpl.setAttribute(DynamicMBeanImpl.java:1085)
    at weblogic.management.internal.ConfigurationMBeanImpl.setAttribute(ConfigurationMBeanImpl.java:337)
    at com.sun.management.jmx.MBeanServerImpl.setAttribute(MBeanServerImpl.java:1358)
    at com.sun.management.jmx.MBeanServerImpl.setAttribute(MBeanServerImpl.java:1333)
    at weblogic.management.internal.RemoteMBeanServerImpl.private_setAttribute(RemoteMBeanServerImpl.java:
    430)
    at weblogic.management.internal.RemoteMBeanServerImpl.setAttribute(RemoteMBeanServerImpl.java:386)
    at weblogic.management.internal.RemoteMBeanServerImpl_WLSkel.invoke(Unknown Source)
    at weblogic.rmi.internal.BasicServerRef.invoke(BasicServerRef.java:477)
    at weblogic.rmi.internal.BasicServerRef$1.run(BasicServerRef.java:420)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:144)
    at weblogic.rmi.internal.BasicServerRef.handleRequest(BasicServerRef.java:415)
    at weblogic.rmi.internal.BasicExecuteRequest.execute(BasicExecuteRequest.java:30)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:219)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:178)
    at weblogic.management.internal.ConfigurationMBeanImpl.updateConfigMBeans(ConfigurationMBeanImpl.java:
    1034)
    at weblogic.management.internal.ConfigurationMBeanImpl.setAttribute(ConfigurationMBeanImpl.java:340)
    at com.sun.management.jmx.MBeanServerImpl.setAttribute(MBeanServerImpl.java:1358)
    at com.sun.management.jmx.MBeanServerImpl.setAttribute(MBeanServerImpl.java:1333)
    at weblogic.management.internal.RemoteMBeanServerImpl.private_setAttribute(RemoteMBeanServerImpl.java:
    430)
    at weblogic.management.internal.RemoteMBeanServerImpl.setAttribute(RemoteMBeanServerImpl.java:386)
    at weblogic.management.internal.RemoteMBeanServerImpl_WLSkel.invoke(Unknown Source)
    at weblogic.rmi.internal.BasicServerRef.invoke(BasicServerRef.java:477)
    at weblogic.rmi.internal.BasicServerRef$1.run(BasicServerRef.java:420)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:144)
    at weblogic.rmi.internal.BasicServerRef.handleRequest(BasicServerRef.java:415)
    at weblogic.rmi.internal.BasicExecuteRequest.execute(BasicExecuteRequest.java:30)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:219)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:178)

    You should contact [email protected]. That appears to be a WLS bug.
    -- Rob
    Guowei Shieh wrote:
    does any one know why we get this call stack? what does this mean? We didn't change our deployment descriptor but it just comes up suddenly.
    weblogic.utils.AssertionError: ***** ASSERTION FAILED *****[ invalid assignment from 'Object' to 'Object' ]
    at weblogic.utils.Debug.assertion(Debug.java:57)
    at weblogic.utils.classfile.expr.LocalVariableExpression.codeAssign(LocalVariableExpression.java:38)
    at weblogic.utils.classfile.expr.AssignStatement.code(AssignStatement.java:28)
    at weblogic.utils.classfile.expr.CompoundStatement.code(CompoundStatement.java:26)
    at weblogic.utils.classfile.CodeAttribute.setCode(CodeAttribute.java:44)
    at weblogic.rmi.internal.StubGenerator.addMethodCode(StubGenerator.java:457)
    at weblogic.rmi.internal.StubGenerator.<init>(StubGenerator.java:125)
    at weblogic.rmi.internal.StubGenerator.<init>(StubGenerator.java:86)
    at weblogic.rmi.internal.StubGenerator.getStubClass(StubGenerator.java:769)
    at weblogic.rmi.internal.StubGenerator.generateStub(StubGenerator.java:810)
    at weblogic.rmi.internal.StubGenerator.generateStub(StubGenerator.java:797)
    at weblogic.rmi.extensions.StubFactory.getStub(StubFactory.java:79)
    at weblogic.rmi.extensions.server.ServerHelper.exportObject(ServerHelper.java:232)
    at weblogic.rmi.server.UnicastRemoteObject.exportObject(UnicastRemoteObject.java:45)
    at weblogic.rmi.cluster.ReplicaAwareRemoteObject.initialize(ReplicaAwareRemoteObject.java:77)
    at weblogic.rmi.cluster.ReplicaAwareRemoteObject.<init>(ReplicaAwareRemoteObject.java:50)
    at weblogic.rmi.cluster.ClusterableRemoteObject.<init>(ClusterableRemoteObject.java:79)
    at weblogic.rmi.cluster.ClusterableRemoteBinderFactory.getStateToBind(ClusterableRemoteBinderFactory.j
    ava:45)
    at weblogic.jndi.internal.WLNamingManager.getReplacement(WLNamingManager.java:180)
    at weblogic.jndi.internal.WLNamingManager.getStateToBind(WLNamingManager.java:154)
    at weblogic.jndi.internal.ServerNamingNode.rebindHere(ServerNamingNode.java:168)
    at weblogic.jndi.internal.BasicNamingNode.rebind(BasicNamingNode.java:382)
    at weblogic.jndi.internal.WLEventContextImpl.rebind(WLEventContextImpl.java:118)
    at weblogic.ejb20.internal.StatelessEJBHome.activate(StatelessEJBHome.java:115)
    at weblogic.ejb20.deployer.ClientDrivenBeanInfoImpl.activate(ClientDrivenBeanInfoImpl.java:1096)
    at weblogic.ejb20.deployer.EJBDeployer.activate(EJBDeployer.java:1362)
    at weblogic.ejb20.deployer.Deployer.deploy(Deployer.java:270)
    at weblogic.j2ee.EJBComponent.deploy(EJBComponent.java:83)
    at weblogic.j2ee.Application.deploy(Application.java:429)
    at weblogic.j2ee.J2EEService.deployApplication(J2EEService.java:241)
    at weblogic.management.mbeans.custom.Application.setLocalDeployed(Application.java:2946)
    at weblogic.management.mbeans.custom.Application.setDeployed(Application.java:2864)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:324)
    at weblogic.management.internal.DynamicMBeanImpl.invokeSetter(DynamicMBeanImpl.java:1638)
    at weblogic.management.internal.DynamicMBeanImpl.setAttribute(DynamicMBeanImpl.java:1085)
    at weblogic.management.internal.ConfigurationMBeanImpl.setAttribute(ConfigurationMBeanImpl.java:337)
    at com.sun.management.jmx.MBeanServerImpl.setAttribute(MBeanServerImpl.java:1358)
    at com.sun.management.jmx.MBeanServerImpl.setAttribute(MBeanServerImpl.java:1333)
    at weblogic.management.internal.RemoteMBeanServerImpl.private_setAttribute(RemoteMBeanServerImpl.java:
    430)
    at weblogic.management.internal.RemoteMBeanServerImpl.setAttribute(RemoteMBeanServerImpl.java:386)
    at weblogic.management.internal.RemoteMBeanServerImpl_WLSkel.invoke(Unknown Source)
    at weblogic.rmi.internal.BasicServerRef.invoke(BasicServerRef.java:477)
    at weblogic.rmi.internal.BasicServerRef$1.run(BasicServerRef.java:420)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:144)
    at weblogic.rmi.internal.BasicServerRef.handleRequest(BasicServerRef.java:415)
    at weblogic.rmi.internal.BasicExecuteRequest.execute(BasicExecuteRequest.java:30)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:219)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:178)
    at weblogic.management.internal.ConfigurationMBeanImpl.updateConfigMBeans(ConfigurationMBeanImpl.java:
    1034)
    at weblogic.management.internal.ConfigurationMBeanImpl.setAttribute(ConfigurationMBeanImpl.java:340)
    at com.sun.management.jmx.MBeanServerImpl.setAttribute(MBeanServerImpl.java:1358)
    at com.sun.management.jmx.MBeanServerImpl.setAttribute(MBeanServerImpl.java:1333)
    at weblogic.management.internal.RemoteMBeanServerImpl.private_setAttribute(RemoteMBeanServerImpl.java:
    430)
    at weblogic.management.internal.RemoteMBeanServerImpl.setAttribute(RemoteMBeanServerImpl.java:386)
    at weblogic.management.internal.RemoteMBeanServerImpl_WLSkel.invoke(Unknown Source)
    at weblogic.rmi.internal.BasicServerRef.invoke(BasicServerRef.java:477)
    at weblogic.rmi.internal.BasicServerRef$1.run(BasicServerRef.java:420)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:144)
    at weblogic.rmi.internal.BasicServerRef.handleRequest(BasicServerRef.java:415)
    at weblogic.rmi.internal.BasicExecuteRequest.execute(BasicExecuteRequest.java:30)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:219)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:178)

  • Abc bytecode decoding failed

    Flex builder 3 is giving me three 'abc bytecode decoding failed' errors when i open an kind of air project.
    I am running windows xp pro sp2, using the 3.3 sdk and flash player 10. I believe this error is caused by flex builder not targeting the correct flash player for the given sdk but I have followed all the directions to make flex builder target flash player 10 and i still cannot resolve it?
    I have been able to make flex projects target flash player 10 but not air projects.
    Any help would be great as I can't see a way of fixing this?
    Regards
    Adam

    The error must be when you try to execute the AIR app, ActionScript 
    Bytecode is only executed by the AIR runtume or Flash Player. A 
    project clean sometimes help.
    Sincerely,
    Michael
    El 11/05/2009, a las 8:22, flexchief <[email protected]> escribió:
    >
    Flex builder 3 is giving me three 'abc bytecode decoding failed' 
    errors when i open an kind of air project.
    >
    >
    I am running windows xp pro sp2, using the 3.3 sdk and flash player 
    10. I believe this error is caused by flex builder not targeting the 
    correct flash player for the given sdk but I have followed all the 
    directions to make flex builder target flash player 10 and i still 
    cannot resolve it?
    >
    I have been able to make flex projects target flash player 10 but 
    not air projects.
    >
    Any help would be great as I can't see a way of fixing this?
    >
    Regards
    Adam
    >

Maybe you are looking for