Please Help - Very strange problem with internal String encoding

I created a file in one-byte russian encoding cp1251 and declared String literal with 2 letters:
String str = "ab"; //attention! ab - two russian characters
After I got bytes from it - str.getBytes("cp1251") - it returned 2 byte's array.
Now I created a file with UTF-8 encoding with equal content and suddenly:
After I got bytes from it - str.getBytes("cp1251") - it returned 4! byte's array. Why?
I need to get a one-byte encoded arrays (cp1251 or koi8-r) but getBytes ALWAYS returns two-byte encoded arrays.
It is very strange: cp1251 is always one-byte encoded, but .getBytes("cp1251") returns two-byte on each letter. Why? Please help.

I did not read a string from a file. I created 2 .java files with different encodings (cp1251 and UTF-8) and compiled them, telling compiler with -Dfile.encoding=*** to read them correctly. While execution java interprets two looking equal in editor strings as different objects with different .intern() representation.
Why java consider source .java file encoding while creating internal representation of String object and creates from looking equally in editor strings two DIFFERENT Unicode representations. And it is impossible to convert one representation to other - impossible to get two equal byte[] arrays.

Similar Messages

  • Please help!  Strange problem with HTTPD.Conf and OC4J (I think)

    Hi,
    We have been trying to configure the 10g "infrastructure" Apache server/instance to work with our own authentication module, and as part of this, we need to configure a directory alias containing some of our JSPs. To do this, the only thing that we did was that we took the standard HTTPD.CONF file that got installed with the 10g AS installation, and added a small section at the end.
    However, we are finding that if our addition to the HTTPD.CONF is included, instead of the JSPs in our aliased directory being processed, Apache seems to be just serving the JSPs as text pages :(..
    If we remove the section at the end of the HTTPD.CONF, and point a browser to the unaliased path, the JSPs get processed correctly.
    I was wondering if anyone here might take a look at our HTTPD.CONF below, and tell me if you can see something there that might be causing this behavior? The section that we added is at the very end. We think that the problem might be something like the "order" of the directives, etc. in the HTTPD.CONF file may be such that the alias is taking priority ahead of the OC4J, or something like that.
    Thanks in advance, and apologies for the long message.
    Jim
    =====================================================
    ServerType standalone
    ServerRoot "/orad59/10gAS/infrastructure/Apache/Apache"
    PidFile /orad59/10gAS/infrastructure/Apache/Apache/logs/httpd.pid
    ScoreBoardFile /orad59/10gAS/infrastructure/Apache/Apache/logs/httpd.scoreboard
    Timeout 300
    KeepAlive On
    MaxKeepAliveRequests 100
    KeepAliveTimeout 15
    MinSpareServers 5
    MaxSpareServers 20
    StartServers 5
    MaxClients 150
    MaxRequestsPerChild 0
    LoadModule onsint_module libexec/mod_onsint.so
    LoadModule mmap_static_module libexec/mod_mmap_static.so
    LoadModule vhost_alias_module libexec/mod_vhost_alias.so
    LoadModule env_module libexec/mod_env.so
    LoadModule define_module libexec/mod_define.so
    LoadModule config_log_module libexec/mod_log_config.so
    LoadModule agent_log_module libexec/mod_log_agent.so
    LoadModule referer_log_module libexec/mod_log_referer.so
    LoadModule mime_magic_module libexec/mod_mime_magic.so
    LoadModule mime_module libexec/mod_mime.so
    LoadModule negotiation_module libexec/mod_negotiation.so
    LoadModule status_module libexec/mod_status.so
    LoadModule info_module libexec/mod_info.so
    LoadModule includes_module libexec/mod_include.so
    LoadModule autoindex_module libexec/mod_autoindex.so
    LoadModule dir_module libexec/mod_dir.so
    LoadModule cgi_module libexec/mod_cgi.so
    LoadModule asis_module libexec/mod_asis.so
    LoadModule imap_module libexec/mod_imap.so
    LoadModule action_module libexec/mod_actions.so
    LoadModule speling_module libexec/mod_speling.so
    LoadModule userdir_module libexec/mod_userdir.so
    LoadModule alias_module libexec/mod_alias.so
    LoadModule access_module libexec/mod_access.so
    LoadModule auth_module libexec/mod_auth.so
    LoadModule anon_auth_module libexec/mod_auth_anon.so
    LoadModule dbm_auth_module libexec/mod_auth_dbm.so
    LoadModule digest_module libexec/mod_digest.so
    LoadModule proxy_module libexec/libproxy.so
    LoadModule cern_meta_module libexec/mod_cern_meta.so
    LoadModule expires_module libexec/mod_expires.so
    LoadModule headers_module libexec/mod_headers.so
    LoadModule usertrack_module libexec/mod_usertrack.so
    LoadModule unique_id_module libexec/mod_unique_id.so
    LoadModule setenvif_module libexec/mod_setenvif.so
    LoadModule perl_module libexec/libperl.so
    LoadModule fastcgi_module libexec/mod_fastcgi.so
    <IfDefine SSL>
    LoadModule ossl_module libexec/mod_ossl.so
    </IfDefine>
    LoadModule wchandshake_module libexec/mod_wchandshake.so
    ExtendedStatus On
    Port 7777
    Listen 7777
    User oracle
    Group dba
    ServerAdmin [email protected]
    ServerName ge1ssd04.test.com
    DocumentRoot "/orad59/10gAS/infrastructure/Apache/Apache/htdocs"
    <Directory />
    Options FollowSymLinks MultiViews
    AllowOverride None
    </Directory>
    <Directory "/orad59/10gAS/infrastructure/Apache/Apache/htdocs">
    Options Indexes FollowSymLinks MultiViews
    AllowOverride None
    Order allow,deny
    Allow from all
    </Directory>
    <IfModule mod_userdir.c>
    UserDir public_html
    </IfModule>
    <IfModule mod_dir.c>
    DirectoryIndex index.html
    </IfModule>
    AccessFileName .htaccess
    <Files ~ "^\.ht">
    Order allow,deny
    Deny from all
    </Files>
    UseCanonicalName On
    <IfModule mod_mime.c>
    TypesConfig /orad59/10gAS/infrastructure/Apache/Apache/conf/mime.types
    AddEncoding x-compress Z
    AddEncoding x-gzip gz tgz
    AddLanguage ar .ar
    AddLanguage da .dk .da
    AddLanguage nl .nl
    AddLanguage en .en
    AddLanguage et .ee
    AddLanguage fi .fi
    AddLanguage fr .fr
    AddLanguage de .de
    AddLanguage el .el
    AddLanguage es .es_ES .es
    AddLanguage he .he .iw
    AddLanguage hu .hu
    AddCharset ISO-8859-8 .iso8859-8
    AddLanguage it .it
    AddLanguage ja .ja
    AddCharset ISO-2022-JP .jis
    AddLanguage ko .ko
    AddLanguage kr .kr
    AddCharset ISO-2022-KR .iso-kr
    AddLanguage nn .nn
    AddLanguage no .no
    AddLanguage pl .po
    AddCharset ISO-8859-2 .iso-pl
    AddLanguage pt .pt
    AddLanguage pt-br .pt_BR .pt-br
    AddLanguage ltz .lu
    AddLanguage ca .ca
    AddLanguage sk .sk
    AddLanguage sv .sv
    AddLanguage th .th
    AddLanguage tr .tr
    AddLanguage cz .cz .cs
    AddLanguage ro .ro
    AddLanguage ru .ru
    AddLanguage zh-cn .zh_CN
    AddLanguage zh-tw .zh_TW
    AddCharset Big5 .Big5 .big5
    AddCharset WINDOWS-1251 .cp-1251
    AddCharset CP866 .cp866
    AddCharset ISO-8859-5 .iso-ru
    AddCharset KOI8-R .koi8-r
    AddCharset UCS-2 .ucs2
    AddCharset UCS-4 .ucs4
    AddCharset UTF-8 .utf8
    <IfModule mod_negotiation.c>
    LanguagePriority ar en da nl et fi fr de el it ja ko kr no pl pt pt-br ro ru ltz ca es sk sv th tr zh-cn zh-tw zh-cn
    </IfModule>
    AddType application/x-tar .tgz
    </IfModule>
    DefaultType text/plain
    <IfModule mod_mime_magic.c>
    MIMEMagicFile /orad59/10gAS/infrastructure/Apache/Apache/conf/magic
    </IfModule>
    HostnameLookups Off
    ErrorLog "|/orad59/10gAS/infrastructure/Apache/Apache/bin/rotatelogs /orad59/10gAS/infrastructure/Apache/Apache/logs/error_log 43200"
    LogLevel warn
    LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" combined
    LogFormat "%h %l %u %t \"%r\" %>s %b" common
    LogFormat "%{Referer}i -> %U" referer
    LogFormat "%{User-agent}i" agent
    CustomLog "|/orad59/10gAS/infrastructure/Apache/Apache/bin/rotatelogs /orad59/10gAS/infrastructure/Apache/Apache/logs/access_log 43200" common
    ServerSignature On
    <IfModule mod_alias.c>
    Alias /icons/ "/orad59/10gAS/infrastructure/Apache/Apache/icons/"
    Alias /jservdocs/ "/orad59/10gAS/infrastructure/Apache/Jserv/docs/"
    Alias /javacachedocs/ "/orad59/10gAS/infrastructure/javacache/javadoc/"
    <IfModule mod_perl.c>
    Alias /perl/ "/orad59/10gAS/infrastructure/Apache/Apache/cgi-bin/"
    </IfModule>
    <Directory "/orad59/10gAS/infrastructure/Apache/Apache/icons">
    Options Indexes MultiViews
    AllowOverride None
    Order allow,deny
    Allow from all
    </Directory>
    ScriptAlias /cgi-bin/ "/orad59/10gAS/infrastructure/Apache/Apache/cgi-bin/"
    <Directory "/orad59/10gAS/infrastructure/Apache/Apache/cgi-bin">
    AllowOverride None
    Options None
    Order allow,deny
    Allow from all
    </Directory>
    </IfModule>
    <IfModule mod_autoindex.c>
    IndexOptions FancyIndexing
    AddIconByEncoding (CMP,/icons/compressed.gif) x-compress x-gzip
    AddIconByType (TXT,/icons/text.gif) text/*
    AddIconByType (IMG,/icons/image2.gif) image/*
    AddIconByType (SND,/icons/sound2.gif) audio/*
    AddIconByType (VID,/icons/movie.gif) video/*
    AddIcon /icons/binary.gif .bin .exe
    AddIcon /icons/binhex.gif .hqx
    AddIcon /icons/tar.gif .tar
    AddIcon /icons/world2.gif .wrl .wrl.gz .vrml .vrm .iv
    AddIcon /icons/compressed.gif .Z .z .tgz .gz .zip
    AddIcon /icons/a.gif .ps .ai .eps
    AddIcon /icons/layout.gif .html .shtml .htm .pdf
    AddIcon /icons/text.gif .txt
    AddIcon /icons/c.gif .c
    AddIcon /icons/p.gif .pl .py
    AddIcon /icons/f.gif .for
    AddIcon /icons/dvi.gif .dvi
    AddIcon /icons/uuencoded.gif .uu
    AddIcon /icons/script.gif .conf .sh .shar .csh .ksh .tcl
    AddIcon /icons/tex.gif .tex
    AddIcon /icons/bomb.gif core
    AddIcon /icons/back.gif ..
    AddIcon /icons/hand.right.gif README
    AddIcon /icons/folder.gif ^^DIRECTORY^^
    AddIcon /icons/blank.gif ^^BLANKICON^^
    ReadmeName README
    HeaderName HEADER
    IndexIgnore .??* *~ *# HEADER* README* RCS CVS *,v *,t
    </IfModule>
    <IfModule mod_setenvif.c>
    BrowserMatch "Mozilla/2" nokeepalive
    BrowserMatch "MSIE 4\.0b2;" nokeepalive downgrade-1.0 force-response-1.0
    BrowserMatch "RealPlayer 4\.0" force-response-1.0
    BrowserMatch "Java/1\.0" force-response-1.0
    BrowserMatch "JDK/1\.0" force-response-1.0
    </IfModule>
    <Location /server-status>
    SetHandler server-status
    Order deny,allow
    Deny from all
    Allow from localhost ge1ssd04.test.com ge1ssd04
    </Location>
    SetEnv PERL5LIB "/orad59/10gAS/infrastructure/perl/lib/5.6.1:/orad59/10gAS/infrastructure/perl/lib/site_perl/5.6.1"
    <IfModule mod_perl.c>
    PerlModule Apache
    PerlModule Apache::Registry
    <Location /perl>
    SetHandler perl-script
    PerlHandler Apache::Registry
    AddHandler perl-script .pl
    Options +ExecCGI
    PerlSendHeader On
    </Location>
    </IfModule>
    <DirectoryMatch /WEB-INF/>
    Order deny,allow
    Deny from all
    </DirectoryMatch>
    <IfModule mod_fastcgi.c>
    Alias /fastcgi/ "/orad59/10gAS/infrastructure/Apache/fastcgi/"
    ScriptAlias /fcgi-bin/ "/orad59/10gAS/infrastructure/Apache/Apache/fcgi-bin/"
    <Directory "/orad59/10gAS/infrastructure/Apache/Apache/fcgi-bin">
    AllowOverride None
    Options None
    Order allow,deny
    Allow from all
    SetHandler fastcgi-script
    <IfModule mod_ossl.c>
    SSLOptions +StdEnvVars
    </IfModule>
    </Directory>
    </IfModule>
    PassEnv ORACLE_HOME
    PassEnv LD_LIBRARY_PATH
    PassEnv NLS_LANG
    PassEnv TNS_ADMIN
    <IfModule mod_oprocmgr.c>
    <Location /oprocmgr-service>
    SetHandler oprocmgr-service
    Order deny,allow
    Deny from all
    Allow from localhost ge1ssd04.test.com ge1ssd04
    </Location>
    <Location /oprocmgr-status>
    SetHandler oprocmgr-status
    Order deny,allow
    Deny from all
    Allow from localhost ge1ssd04.test.com ge1ssd04
    </Location>
    </IfModule>
    include "/orad59/10gAS/infrastructure/Apache/Apache/conf/mod_oc4j.conf"
    include "/orad59/10gAS/infrastructure/Apache/Apache/conf/dms.conf"
    LoadModule rewrite_module libexec/mod_rewrite.so
    include "/orad59/10gAS/infrastructure/Apache/Apache/conf/ssl.conf"
    include "/orad59/10gAS/infrastructure/Apache/Apache/conf/mod_osso.conf"
    include "/orad59/10gAS/infrastructure/Apache/Apache/conf/oracle_apache.conf"
    # MY ADDITIONS TO HTTPD.CONF GO BELOW HERE....
    LoadModule my_auth_module /opt/myagent/apache/lib/libmy_apache_agent_mod_ssl.so
    AddModule my_apache_mod.c
    <IfModule my_apache_mod.c>
         MYAgentRoot /opt/myagent/apache
    </IfModule>
    <IfModule my_apache_mod.c>
    <Location />
    AuthType Basic
    Require valid-user
    AuthName MYAUTH
    </Location>
    </IfModule>
    <IfModule my_apache_mod.c>
    Alias /mydir/ "/orad59/10gAS/infrastructure/j2ee/OC4J_SECURITY/applications/sso/web/jsp/myagentdir/"
    <Directory "/orad59/10gAS/infrastructure/j2ee/OC4J_SECURITY/applications/sso/web/jsp/myagentdir/">
    AuthType Basic
    Require valid-user
    AuthName MYAUTH
    </Directory>
    </IfModule>

    Hi,
    I wanted to post what we found on this.
    As indicated in my original msg, we had an Alias directory in the httpd.conf. However, after thinking about the problem a bit, I think that the Alias was not the right thing to do.
    The Alias tells Apache to map a URL fragment to a FILESYSTEM location. Well, obviously, Apache only SERVES pages... it doesn't process JSPs.
    We switched to using a Redirect directive instead of the Alias, and things worked a little better, but we've run into a bit of a problem with "Redirect looping", but that's a different story :)...
    Jim

  • I have very strange problem with Iphone 3gs. Whenever it gets little hot or exposed to 30 degree temperature it losses signals (No service). Whenever it is cooled down the service is back. Please help!

    I have very strange problem with iphone 3gs. Whenever it gets little hot or exposed to 30 degree or above temperature it losses signals (No service). Whenever it is cooled down the service is back. Whenever I am using Skype or playing game for a while it losses carrier signals and wifi. When it is cooled down afer shutting down the carrier signals and wifi are back. It is for sure problem is with heating, but 30 degree tempeature in Oman is normal and some time it goes upto 50 degrees. I have noticed this has started after I started using substandard charger as I lost my original charger of the phone. Please help!! Thanx.

    The specifications define an operating range up to 35 degrees.

  • [Solved] Very strange problem with kernel-modules & NTFS write speed

    I was getting very low copying speed when copying files to NTFS partitions, around 8-10 MB. But, when I commented the modules section in /etc/rc.conf file, the speed dramatically improved upto 5-6x. Now, it also created some problems for me. Like vboxdrv is required by Virtualbox to function & cpufreq_ondemand is required by my AMD processor. Please help me & tell what I'm doing wrong. I'm also posting the output of my /etc/rc.conf file here
    # /etc/rc.conf - Main Configuration for Arch Linux
    # LOCALIZATION
    # LOCALE: available languages can be listed with the 'locale -a' command
    # DAEMON_LOCALE: If set to 'yes', use $LOCALE as the locale during daemon
    # startup and during the boot process. If set to 'no', the C locale is used.
    # HARDWARECLOCK: set to "UTC" or "localtime", any other value will result
    # in the hardware clock being left untouched (useful for virtualization)
    # Note: Using "localtime" is discouraged.
    # TIMEZONE: timezones are found in /usr/share/zoneinfo
    # KEYMAP: keymaps are found in /usr/share/kbd/keymaps
    # CONSOLEFONT: found in /usr/share/kbd/consolefonts (only needed for non-US)
    # CONSOLEMAP: found in /usr/share/kbd/consoletrans
    # USECOLOR: use ANSI color sequences in startup messages
    # VERBOSE: Verbose level (from 1 to 8). man 3 syslog for level info
    LOCALE="en_US.UTF-8"
    DAEMON_LOCALE="no"
    HARDWARECLOCK="localtime"
    TIMEZONE="Asia/Kolkata"
    KEYMAP="us"
    CONSOLEFONT=
    CONSOLEMAP=
    USECOLOR="yes"
    VERBOSE="3"
    # HARDWARE
    # MODULES: Modules to load at boot-up. Blacklisting is no longer supported.
    # Replace every !module by an entry as on the following line in a file in
    # /etc/modprobe.d:
    # blacklist module
    # See "man modprobe.conf" for details.
    #MOD_AUTOLOAD="yes"
    #MODULES=(microcode powernow-k8 cpufreq_ondemand cpufreq_powersave vboxdrv vboxnetflt )
    # Udev settle timeout (default to 30)
    UDEV_TIMEOUT=30
    # Scan for FakeRAID (dmraid) Volumes at startup
    USEDMRAID="no"
    # Scan for BTRFS volumes at startup
    USEBTRFS="no"
    # Scan for LVM volume groups at startup, required if you use LVM
    USELVM="no"
    # NETWORKING
    # HOSTNAME: Hostname of machine. Should also be put in /etc/hosts
    HOSTNAME="AX-64"
    # Use 'ip addr' or 'ls /sys/class/net/' to see all available interfaces.
    # Wired network setup
    # - interface: name of device (required)
    # - address: IP address (leave blank for DHCP)
    # - netmask: subnet mask (ignored for DHCP)
    # - gateway: default route (ignored for DHCP)
    # Static IP example
    # interface=eth0
    # address=192.168.0.2
    # netmask=255.255.255.0
    # gateway=192.168.0.1
    # DHCP example
    # interface=eth0
    # address=
    # netmask=
    # gateway=
    interface=eth0
    address=192.168.1.2
    netmask=255.255.255.0
    gateway=192.168.1.1
    # Setting this to "yes" will skip network shutdown.
    # This is required if your root device is on NFS.
    NETWORK_PERSIST="no"
    # Enable these netcfg profiles at boot-up. These are useful if you happen to
    # need more advanced network features than the simple network service
    # supports, such as multiple network configurations (ie, laptop users)
    # - set to 'menu' to present a menu during boot-up (dialog package required)
    # - prefix an entry with a ! to disable it
    # Network profiles are found in /etc/network.d
    # This requires the netcfg package
    #NETWORKS=(main)
    # DAEMONS
    # Daemons to start at boot-up (in this order)
    # - prefix a daemon with a ! to disable it
    # - prefix a daemon with a @ to start it up in the background
    # If something other takes care of your hardware clock (ntpd, dual-boot...)
    # you should disable 'hwclock' here.
    DAEMONS=(hwclock @acpid syslog-ng network netfs dkms_autoinstaller sshd @crond @alsa dbus hal gdm @cpufreq @cpu)
    Last edited by tarun.hellknight (2012-02-04 16:55:39)

    Sorry for replying late.. Was very busy.. So, the thing is that I disabled every module & loaded only microcode & powernow-k8 in /etc/rc.local. Now, I'm getting good speed while copying data but the problem is that the processor is running & full speed i.e. 3.0 GHz. I checked it via cat /proc/cpuinfo. Also, there is a message in the bootime, that i'm posting here..
    grep: /sys/devices/system/cpu/cpu*/cpufreq/scaling_available_governors: No such file or directory
    If it helps, here's the output of cat /proc/cpuinfo
    processor : 0
    vendor_id : AuthenticAMD
    cpu family : 16
    model : 5
    model name : AMD Athlon(tm) II X4 640 Processor
    stepping : 3
    microcode : 0x10000b6
    cpu MHz : 3000.000
    cache size : 512 KB
    physical id : 0
    siblings : 4
    core id : 0
    cpu cores : 4
    apicid : 0
    initial apicid : 0
    fpu : yes
    fpu_exception : yes
    cpuid level : 5
    wp : yes
    flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm 3dnowext 3dnow constant_tsc rep_good nopl nonstop_tsc extd_apicid pni monitor cx16 popcnt lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt npt lbrv svm_lock nrip_save
    bogomips : 6002.74
    TLB size : 1024 4K pages
    clflush size : 64
    cache_alignment : 64
    address sizes : 48 bits physical, 48 bits virtual
    power management: ts ttp tm stc 100mhzsteps hwpstate
    Last edited by tarun.hellknight (2012-02-01 18:49:55)

  • PLEASE HELP.. PROBLEM WITH RESTORE

    okey, well i have this huge problem. i got my ipod 2 weeks ago from the US, i live in poland and not many people know how these things work so i ask that someone here can help me..
    a week ago.. the ipod froze my computer, i could do nothing with it. so i had to restart it.the problem was that my ipod was connected to the computer still.. but my comp wouldnt start so i had to disconnect the ipod.(yes the DO NOT DISCONNECT icon was on the ipod.. but wut else could i do?)
    so my ipod froze then, and i had the apple icon the whole time on the screen, so i tried everything, i get so frustrated with the ipod that i just want to throw it out the window. i read some things about the problem on the suppoort page, i reset it about a hundred times.. and finally it started working when i got it into disc mode. Yes i got all happy.. I press the restore buttons in itunes.. and this is what happens.. the ( i dont know how to call it) scroll bar? well the green bar that moves to show that its 'restoring' it freezes in the middle of the process, i uninstalled itunes 10 times.. i even tried restoring on 2 other computers, on one of them it does the same thing and on the other theres some other problem.
    PLEASE HELP ME!! I DONT know what to do.
    ipod 5th gen 30gb   Windows XP  

    ____________________16.06V16, Bus Type ATA, Bus Address [0,0]
    USBSTOR\DiskApple__iPod___________1.62, Bus Type USB
    Universal Serial Bus Controllers:
    Otwarty kontroler hosta PCI do USB SiS 7001, Magistrala PCI 0, urządzenie 2, funkcja 2. Device is working properly.
    No IEEE 1394 Host Controller found.
    The last connected iPod serial number: ****.
    The iPod Service Logging Information:
    [SERVICE: 0xB20,22:06:21 INFO] Started C:\Program Files\iPod\bin\iPodService.exe (Mon Nov 20 22:06:21 2006)
    [SERVICE: 0xB20,22:06:21 INFO] ##### iPodService starting as a service, version: 7.0.2.16
    [SERVICE: 0xB2C,22:06:22 INFO] Timed out... Starting device manager!
    [SERVICE: 0xB54,22:06:22 INFO] Listener Window created
    [SERVICE: 0xB54,22:07:32 INFO] [DevNodesChanged]
    [SERVICE: 0xB54,22:07:32 INFO] [DevNodesChanged]
    [SERVICE: 0xB54,22:07:32 INFO] [DevNodesChanged]
    [SERVICE: 0xB54,22:07:34 INFO] [InterfaceArrival] \\?\usbstor#disk&venapple∏_ipod&rev1.62#000a270015beee43&0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}
    [SERVICE: 0xB54,22:07:34 INFO] device \\?\usbstor#disk&venapple∏_ipod&rev1.62#000a270015beee43&0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}
    [SERVICE: 0xB54,22:07:34 INFO] device is an iPod
    [SERVICE: 0xB54,22:07:34 INFO] type 0x7 drive 0x1 partition 0x0
    [SERVICE: 0xB54,22:07:34 INFO] [-1] set waiting to mount = 1
    [SERVICE: 0xB54,22:07:34 INFO] [1] Assigning session 0
    [SERVICE: 0xB54,22:07:34 INFO] [1] added device interface "\\?\usbstor#disk&venapple∏_ipod&rev1.62#000a270015beee43&0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}" to m_objDeviceNameMap
    [SERVICE: 0xB54,22:07:34 INFO] [1] added state machine 1 to m_objDeviceIdMap
    [SERVICE: 0xB54,22:07:34 INFO] [1] added device number 1 to m_objDeviceNumberMap
    [SERVICE: 0xB54,22:07:34 INFO] [1] added device interface "\\?\usbstor#disk&venapple∏_ipod&rev1.62#000a270015beee43&0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}" to m_vctDeviceInterfaces
    [SERVICE: 0xB54,22:07:34 INFO] [DevNodesChanged]
    [SERVICE: 0xB54,22:07:34 INFO] [1] input #0 from src #0
    [SERVICE: 0xB44,22:07:34 INFO] [1] input #0
    [SERVICE: 0xB44,22:07:34 INFO] [MACHINE 1 INPUT #0] - (HDW) CheckDevNode
    [SERVICE: 0xB44,22:07:34 INFO] Connection Detection Status - 0x180600A, device '\\?\usbstor#disk&venapple∏_ipod&rev1.62#000a270015beee43&0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}'
    [SERVICE: 0xB54,22:07:38 INFO] [DevNodesChanged]
    [SERVICE: 0xB54,22:07:38 INFO] [1] input #1 from src #0
    [SERVICE: 0xB48,22:07:38 INFO] [1] input #1
    [SERVICE: 0xB48,22:07:38 INFO] [MACHINE 1 INPUT #1] - (HDW) CheckDevNode
    [SERVICE: 0xB48,22:07:38 INFO] Connection Detection Status - 0x180600A, device '\\?\usbstor#disk&venapple∏_ipod&rev1.62#000a270015beee43&0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}'
    [SERVICE: 0xB54,22:07:39 INFO] [SIMULATED VOLUME ARRIVAL] generating volume mount for \\?\usbstor#disk&venapple∏_ipod&rev1.62#000a270015beee43&0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}
    [SERVICE: 0xB54,22:07:39 INFO] [VolumeArrive] mask = 0x7D
    [SERVICE: 0xB54,22:07:39 INFO] looking up device # for \\.\G:
    [SERVICE: 0xB54,22:07:39 INFO] type 0x7 drive 0x1 partition 0x1
    [SERVICE: 0xB54,22:07:39 INFO] iTunes device #1 found with drive letter G, mask 0x40
    [SERVICE: 0xB54,22:07:39 INFO] [1] set waiting to mount = 0
    [SERVICE: 0xB54,22:07:39 INFO] looking up device # for \\.\F:
    [SERVICE: 0xB54,22:07:39 INFO] type 0x2 drive 0x1 partition 0xffffffff
    [SERVICE: 0xB54,22:07:39 INFO] looking up device # for \\.\E:
    [SERVICE: 0xB54,22:07:39 INFO] type 0x2 drive 0x0 partition 0xffffffff
    [SERVICE: 0xB54,22:07:39 INFO] [SIMULATED INTERFACE ARRIVAL] generating connect event for device 0
    [SERVICE: 0xB54,22:07:39 INFO] looking up device # for \\?\usbstor#disk&venapple∏_ipod&rev1.62#000a270015beee43&0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}
    [SERVICE: 0xB54,22:07:39 INFO] type 0x7 drive 0x1 partition 0x0
    [SERVICE: 0xB54,22:07:39 INFO] looking up device # for \\.\D:
    [SERVICE: 0xB54,22:07:39 INFO] type 0x7 drive 0x0 partition 0x2
    [SERVICE: 0xB54,22:07:39 INFO] [SIMULATED INTERFACE ARRIVAL] generating connect event for device 0
    [SERVICE: 0xB54,22:07:39 INFO] looking up device # for \\?\usbstor#disk&venapple∏_ipod&rev1.62#000a270015beee43&0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}
    [SERVICE: 0xB54,22:07:39 INFO] type 0x7 drive 0x1 partition 0x0
    [SERVICE: 0xB54,22:07:47 INFO] [VolumeArrive] mask = 0x40
    [SERVICE: 0xB54,22:07:47 INFO] looking up device # for \\.\G:
    [SERVICE: 0xB54,22:07:47 INFO] type 0x7 drive 0x1 partition 0x1
    [SERVICE: 0xB54,22:07:47 INFO] iTunes device #1 found with drive letter G, mask 0x40
    [SERVICE: 0xB54,22:07:47 INFO] [1] set waiting to mount = 0
    [SERVICE: 0xB54,22:07:47 INFO] [DevNodesChanged]
    [SERVICE: 0xB54,22:07:47 INFO] [1] input #2 from src #0
    [SERVICE: 0xB4C,22:07:47 INFO] [1] input #2
    [SERVICE: 0xB4C,22:07:47 INFO] [MACHINE 1 INPUT #2] - (HDW) CheckDevNode
    [SERVICE: 0xB4C,22:07:47 INFO] Connection Detection Status - 0x180600A, device '\\?\usbstor#disk&venapple∏_ipod&rev1.62#000a270015beee43&0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}'
    [SERVICE: 0xB50,22:07:51 INFO] Connection Detection Status - 0x180600A, device '\\?\usbstor#disk&venapple∏_ipod&rev1.62#000a270015beee43&0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}'
    [SERVICE: 0xB50,22:07:51 INFO] [First Connect] Creating connect event for device 1
    [SERVICE: 0xB50,22:07:51 INFO] [1] set waiting to mount = 1
    [SERVICE: 0xB50,22:07:51 INFO] [1] input #3 from src #0
    [SERVICE: 0xB44,22:07:51 INFO] [1] input #3
    [SERVICE: 0xB44,22:07:51 INFO] [MACHINE 1 INPUT #3] - (HDW) Interface Arrival
    [SERVICE: 0xB44,22:07:51 INFO] [1] progress state is 2, Waiting to mount = 1
    [SERVICE: 0xB44,22:07:51 INFO] [1] progress is now 2
    [SERVICE: 0xB44,22:07:51 INFO] [1] progress is now 2
    [SERVICE: 0xB44,22:07:51 INFO] [MACHINE 1 TRANSITION] - {Unknown} ==> {Connected}
    [SERVICE: 0xB44,22:07:51 INFO] [MACHINE 1 ACTIONS] - {Connected}
    [SERVICE: 0xB44,22:07:51 INFO] [1] SCSI Inquiry attempt #0
    [SERVICE: 0xB50,22:07:52 INFO] [First Connect] Creating mount event for device 1
    [SERVICE: 0xB50,22:07:52 INFO] [VolumeArrive] mask = 0x7D
    [SERVICE: 0xB50,22:07:52 INFO] looking up device # for \\.\G:
    [SERVICE: 0xB50,22:07:52 INFO] type 0x7 drive 0x1 partition 0x1
    [SERVICE: 0xB50,22:07:52 INFO] iTunes device #1 found with drive letter G, mask 0x40
    [SERVICE: 0xB50,22:07:52 INFO] [1] set waiting to mount = 0
    [SERVICE: 0xB50,22:07:52 INFO] [1] input #4 from src #0
    [SERVICE: 0xB50,22:07:52 INFO] looking up device # for \\.\F:
    [SERVICE: 0xB50,22:07:52 INFO] type 0x2 drive 0x1 partition 0xffffffff
    [SERVICE: 0xB50,22:07:52 INFO] looking up device # for \\.\E:
    [SERVICE: 0xB50,22:07:52 INFO] type 0x2 drive 0x0 partition 0xffffffff
    [SERVICE: 0xB50,22:07:52 INFO] [SIMULATED INTERFACE ARRIVAL] generating connect event for device 0
    [SERVICE: 0xB50,22:07:52 INFO] looking up device # for \\?\usbstor#disk&venapple∏_ipod&rev1.62#000a270015beee43&0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}
    [SERVICE: 0xB50,22:07:52 INFO] type 0x7 drive 0x1 partition 0x0
    [SERVICE: 0xB50,22:07:52 INFO] looking up device # for \\.\D:
    [SERVICE: 0xB50,22:07:52 INFO] type 0x7 drive 0x0 partition 0x2
    [SERVICE: 0xB50,22:07:52 INFO] [SIMULATED INTERFACE ARRIVAL] generating connect event for device 0
    [SERVICE: 0xB50,22:07:52 INFO] looking up device # for \\?\usbstor#disk&venapple∏_ipod&rev1.62#000a270015beee43&0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}
    [SERVICE: 0xB50,22:07:52 INFO] type 0x7 drive 0x1 partition 0x0
    [SERVICE: 0xB44,22:07:53 INFO] VendorId: Apple
    [SERVICE: 0xB44,22:07:53 INFO] ProductId: iPod
    [SERVICE: 0xB44,22:07:53 INFO] revision: 1.62
    [SERVICE: 0xB44,22:07:53 INFO] vendor bytes:
    [SERVICE: 0xB44,22:07:53 INFO] 02 01 00 00 00 00 00 00 00 0B 00 11 91 00 00 00 00 00 00 00
    [SERVICE: 0xB44,22:07:53 INFO] [1] firmware version: 1.62 (0x13E)
    [SERVICE: 0xB44,22:07:53 INFO] [1] Power State: Powered
    [SERVICE: 0xB44,22:07:53 INFO] [1] Checkpoint attempt #0
    [SERVICE: 0xB44,22:08:01 ERROR] Did not find first letter of stage
    [SERVICE: 0xB44,22:08:01 INFO] got HotPlugState 0
    [SERVICE: 0xB44,22:08:01 INFO] [1] serial number 000A270015BEEE43
    [SERVICE: 0xB44,22:08:01 INFO] [1] *** CONNECTED - Sending event out, device session 0.
    [SERVICE: 0xB44,22:08:01 INFO] [1] input #4
    [SERVICE: 0xB44,22:08:01 INFO] [MACHINE 1 INPUT #4] - (HDW) Volume Mount
    [SERVICE: 0xB44,22:08:01 INFO] [MACHINE 1 TRANSITION] - {Connected} ==> {Mounted}
    [SERVICE: 0xB44,22:08:01 INFO] Connection Detection Status - 0x180600A, device '\\?\usbstor#disk&venapple∏_ipod&rev1.62#000a270015beee43&0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}'
    [SERVICE: 0xB44,22:08:01 INFO] [MACHINE 1 ACTIONS] - {Mounted}
    [SERVICE: 0xB44,22:08:01 INFO] [1] progress state is 2, Waiting to mount = 0
    [SERVICE: 0xB44,22:08:01 INFO] [1] progress state is 2, Waiting to mount = 0
    [SERVICE: 0xB44,22:08:13 ERROR] Did not find first letter of stage
    [SERVICE: 0xB44,22:08:13 INFO] got HotPlugState 0
    [SERVICE: 0xB44,22:08:17 INFO] [1] GetVolumeInformation() failed with error 1005
    [SERVICE: 0xB44,22:08:17 INFO] [1] ===== iPod with Video =====
    [SERVICE: 0xB44,22:08:17 INFO] [1] progress state is 2, Waiting to mount = 0
    [SERVICE: 0xB44,22:08:17 INFO] [1] iPod needs formatting...
    [SERVICE: 0xB44,22:08:17 INFO] 22:8:17, year 2006, day of yr. 323, GMT offset 4 isDST 0
    [SERVICE: 0xB44,22:08:17 INFO] [1] Perform launch updater check.
    [SERVICE: 0xB44,22:08:17 INFO] [1] iTunes located at 'D:\iTunes.exe'
    [SERVICE: 0xB44,22:08:17 INFO] [1] progress is now 0
    [SERVICE: 0xB44,22:08:17 INFO] [1] *** MOUNT FAILED - Non-FAT32 device, device session 0
    [SERVICE: 0xB34,22:08:57 INFO] <0x4> Got Serial #
    [SERVICE: 0xBD0,22:09:01 INFO] [1] GetVolumeInformation() failed with error 1005
    [SERVICE: 0xBD0,22:09:01 INFO] <0x4> GetFormatType() returned unknown format 4
    [SERVICE: 0xBD0,22:09:01 INFO] [1] Progress state is 0, Waiting to disconnect = 0
    [SERVICE: 0xD04,22:09:01 INFO] Mounted
    [SERVICE: 0xD04,22:09:01 INFO] [1] already mounted!
    [SERVICE: 0xD04,22:09:01 INFO] [1] progress state is 0, Waiting to mount = 0
    [SERVICE: 0xB34,22:09:03 ERROR] ERROR, mount lock count is 0 but device is not mounted
    [SERVICE: 0xBD0,22:09:07 INFO] [1] GetVolumeInformation() failed with error 1005
    [SERVICE: 0xBD0,22:09:07 INFO] <0x4> GetFormatType() returned unknown format 4
    [SERVICE: 0xBD0,22:09:16 INFO] <0x1> Got Serial #
    [SERVICE: 0xB34,22:09:16 INFO] <0x1> Got Serial #
    [SERVICE: 0xB34,22:09:20 INFO] [1] GetVolumeInformation() failed with error 1005
    [SERVICE: 0xB34,22:09:20 INFO] <0x1> GetFormatType() returned unknown format 4
    [SERVICE: 0xBD0,22:09:22 INFO] <0x1> Got Serial #
    [SERVICE: 0xBD0,22:09:22 INFO] API is now LOCKED!!!
    [SERVICE: 0xB54,22:11:15 INFO] [DevNodesChanged]
    [SERVICE: 0xB54,22:11:15 INFO] [1] input #5 from src #0
    [SERVICE: 0xB48,22:11:15 INFO] [1] input #5
    [SERVICE: 0xB48,22:11:15 INFO] [MACHINE 1 INPUT #5] - (HDW) CheckDevNode
    [SERVICE: 0xB48,22:11:15 INFO] Connection Detection Status - 0x180600A, device '\\?\usbstor#disk&venapple∏_ipod&rev1.62#000a270015beee43&0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}'
    [SERVICE: 0xB54,22:12:22 INFO] [DevNodesChanged]
    [SERVICE: 0xB54,22:12:22 INFO] [1] input #6 from src #0
    [SERVICE: 0xB4C,22:12:22 INFO] [1] input #6
    [SERVICE: 0xB54,22:12:22 INFO] [DevNodesChanged]
    [SERVICE: 0xB54,22:12:22 INFO] [1] input #7 from src #0
    [SERVICE: 0xB44,22:12:22 INFO] [1] input #7
    [SERVICE: 0xB4C,22:12:22 INFO] [MACHINE 1 INPUT #6] - (HDW) CheckDevNode
    [SERVICE: 0xB4C,22:12:22 INFO] Connection Detection Status - 0x180600A, device '\\?\usbstor#disk&venapple∏_ipod&rev1.62#000a270015beee43&0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}'
    [SERVICE: 0xB44,22:12:22 INFO] [MACHINE 1 INPUT #7] - (HDW) CheckDevNode
    [SERVICE: 0xB44,22:12:22 INFO] Connection Detection Status - 0x180600A, device '\\?\usbstor#disk&venapple∏_ipod&rev1.62#000a270015beee43&0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}'
    [SERVICE: 0xB54,22:18:13 INFO] [DevNodesChanged]
    [SERVICE: 0xB54,22:18:13 INFO] [1] input #8 from src #0
    [SERVICE: 0xB48,22:18:13 INFO] [1] input #8
    [SERVICE: 0xB48,22:18:13 INFO] [MACHINE 1 INPUT #8] - (HDW) CheckDevNode
    [SERVICE: 0xB48,22:18:14 INFO] Connection Detection Status - 0x180600A, device '\\?\usbstor#disk&venapple∏_ipod&rev1.62#000a270015beee43&0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}'
    [SERVICE: 0xB54,22:21:48 INFO] [DevNodesChanged]
    [SERVICE: 0xB54,22:21:48 INFO] [1] input #9 from src #0
    [SERVICE: 0xB4C,22:21:48 INFO] [1] input #9
    [SERVICE: 0xB54,22:21:48 INFO] [DevNodesChanged]
    [SERVICE: 0xB54,22:21:48 INFO] [1] input #10 from src #0
    [SERVICE: 0xB44,22:21:48 INFO] [1] input #10
    [SERVICE: 0xB4C,22:21:48 INFO] [MACHINE 1 INPUT #9] - (HDW) CheckDevNode
    [SERVICE: 0xB4C,22:21:48 INFO] Connection Detection Status - 0x180600A, device '\\?\usbstor#disk&venapple∏_ipod&rev1.62#000a270015beee43&0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}'
    [SERVICE: 0xB44,22:21:48 INFO] [MACHINE 1 INPUT #10] - (HDW) CheckDevNode
    [SERVICE: 0xB44,22:21:48 INFO] Connection Detection Status - 0x180600A, device '\\?\usbstor#disk&venapple∏_ipod&rev1.62#000a270015beee43&0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}'
    [SERVICE: 0xB54,22:44:23 INFO] [DevNodesChanged]
    [SERVICE: 0xB54,22:44:23 INFO] [1] input #11 from src #0
    [SERVICE: 0xB48,22:44:23 INFO] [1] input #11
    [SERVICE: 0xB48,22:44:24 INFO] [MACHINE 1 INPUT #11] - (HDW) CheckDevNode
    [SERVICE: 0xB48,22:44:24 INFO] Connection Detection Status - 0x180600A, device '\\?\usbstor#disk&venapple∏_ipod&rev1.62#000a270015beee43&0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}'
    [SERVICE: 0xB54,22:52:27 INFO] [VolumeRemoved] existing mask 0x40, arrive mask 0x20
    [SERVICE: 0xB54,22:52:47 INFO] [DevNodesChanged]
    [SERVICE: 0xB54,22:52:47 INFO] [1] input #12 from src #0
    [SERVICE: 0xB4C,22:52:47 INFO] [1] input #12
    [SERVICE: 0xB54,22:52:47 INFO] [DevNodesChanged]
    [SERVICE: 0xB54,22:52:47 INFO] [1] input #13 from src #0
    [SERVICE: 0xB44,22:52:47 INFO] [1] input #13
    [SERVICE: 0xB4C,22:52:47 INFO] [MACHINE 1 INPUT #12] - (HDW) CheckDevNode
    [SERVICE: 0xB4C,22:52:48 INFO] Connection Detection Status - 0x180600A, device '\\?\usbstor#disk&venapple∏_ipod&rev1.62#000a270015beee43&0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}'
    [SERVICE: 0xB44,22:52:48 INFO] [MACHINE 1 INPUT #13] - (HDW) CheckDevNode
    [SERVICE: 0xB44,22:52:48 INFO] Connection Detection Status - 0x180600A, device '\\?\usbstor#disk&venapple∏_ipod&rev1.62#000a270015beee43&0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}'
    [SERVICE: 0xB54,22:52:49 INFO] [VolumeArrive] mask = 0x20
    [SERVICE: 0xB54,22:52:49 INFO] looking up device # for \\.\F:
    [SERVICE: 0xB54,22:52:49 INFO] type 0x2 drive 0x1 partition 0xffffffff
      Windows XP  
    well i clicked help.. and that didnt do anything either.. ;/

  • Please Help!  Two problems with my iMac at once a week b/4 finals!!!!

    First I'd just like to mention that I have no idea which OS X I have so...yeah, sorry. I was depending on this computer to work for my class finals. Anyway, on with the problems.
    My school is getting all new computers next year, so they are selling all of their iMacs for ten dollars each. Like an idiot, I bought one. And...so did my brother. But anyway, I got it home and started it up and all that came up was the traditional BIIINNNNGGGG, a white screen(for a second), then a gray one. This little icon comes up in the middle that you can't click on(the cursor doesn't come up)but it's purple and has a little cartoon face on it. This icon only comes up if you are not pressing any keys or click/moving the mouse.
    So I went back to school the next day and asked what was up, and they said that they completely wiped the computer and that I would have to buy new OS X install software. Okay...so I went to my computer teacher and he had a few sets of OS X install software.
    I brought it home and turned on my computer. I put in the disk that said OS X Install and it went in. The computer whirred for a bit, then spit the disk back out. So I decided to try a different disk because I thought that maybe the computer already had the contents of that disk on it. I put in the Applications disk, and now it refuses to come out. I have tried plugging the keyboard into different ports(there are two, with two others on the keyboard itself for the mouse) and everything. I looked inside through the little slot(discs go right into the computer-no hard drive or disk tray that slides out) on the front and the disc is spinning but nothing is happening.
    Please help me with both my wiped computer problem and my stuck disc problem. I have tried to give as much detail to help anyone who can help me. Please, WHAT CAN I DO?!
    iMac   Mac OS X (10.0.x)   I have an OS X. No idea which one...
    iMac   Mac OS X (10.0.x)   I have an OS X. No idea which one...
    iMac   Mac OS X (10.0.x)   I have an OS X. No idea which one...

    The full retail install disks are available here and at any Apple Store and many computer retailers. Also, check the system requirements. Be sure your Mac has firewire and enough ram to run Tiger. At this point you might be able to find the disks at a slightly discounted price because of the coming release of 10.5 Leopard. But be sure it is the black disk, boxed version if possible.
    EDIT: And the install disc for Tiger is a DVD, so be sure your iMac has DVD.
    This may help to narrow down the model iMac you have.
    -mj
    [email protected]
    Message was edited by: macjack

  • Please help...Problem with 3D Applet using JRE 1.5

    Hi all,
    I have an applet which uses sun opengl 1.3.1 plugin to render some 3D graphics. It is working fine with JRE 1.4.2_06, but not showing the 3D graphics with the latest JRE 1.5 release. I tried to repaint using available API with no success.
    Please help asap,
    Thanks in advance
    prasad

    I wonder if you have the same problem as me... Maybe we can find a solution for us both, no need for me to open a new thread for this topic then...
    I wrote an applet using Swing and compiled it using JavaSDK 1.4.x. I also installed the 1.4.x JRE for both of my test browsers. In Mozilla 1.1 the applet displays properly all the time. In IE6 SP1 it sometimes works as intended but sometimes the applet simply stops working, as per my Java Console somewhere after invoking the "start" method. Parts of the applet simply become gray and when I resize it - I have a JFrame in my applet - the whole JFrame becomes gray and does not respond to input nor it redraws itself. Shutting down IE does not close the JFrame(although the java console reports normal program termination and cleanup) and the only way to close it is through the task manager. I am using Windows 98SE btw.
    Does it sound similiar to your problem? It happens ONLY with IE, not with Mozilla. Anybody has an idea on what it could be? I doubt there's an error in my code...

  • Very strange problem with Ethernet

    (All this started to happen after Maverick update)
    On fresh start everything work OK, Ethernet and Wireless. I usually work only on Ethernet, with Wirelles turned off. But after some time, my Mac just turn Wirelles on by itself, and disable Ethernet connection. What is most strange, after that point I cannot open System Preferences. Start to open (jumping icon few times) and nothing happen, no window, nothing. Only thing I can do is to Force Quit System Preferences. And only after that I can restart Mac.
    Of course, after restarting everything is back to normal, i can open System Preferences, Ethernet is working etc. Didn't figure out yet after which time ethernet stop to work.
    Please help!

    So it works with AirPort but not over Ethernet?
    Have you tried creating a new location in System Preferences Network pane, and setting Ethernet up from the default settings?
    Make sure the iMac G5 is not set up to do +Internet Sharing+ (using the Ethernet port); look in System Preferences Sharing pane, and turn OFF +Internet Sharing+ if it is currently ON.
    Is one of the other workstations a Mac? If so, you could use it to test the iMac G5's Ethernet port, by connecting it directly and using +File Sharing+ (I suppose you could do that even with a Windows PC).

  • Please Help?! Problems with Viber for iPhone 4s

    Please help!
    I have had problems with Viber for a while now and had given up! But now a few contacts only have viber and not other free messaging apps so I’m trying to use it again but still having problems.
    I have uninstalled and reinstalled a number of times and still have not received an access code. My main problem though is the messaging it would work fine and then I wouldn’t be able to send any messages and I would receive a message go into the app and the message would not appear.
    The other day I reinstalled it whilst at work and worked perfectly could send and receive messages easily. Then when I went home the problem stated again. I then uninstalled and reinstalled again and it worked perfectly, but now back at work I’m having the issues again! I can’t keep uninstalling and reinstalling is there a way this can be fixed?!
    If anyone is able to help me out it would be much appreciated! Thanks

    You activated "Find My Mac," which disables the built-in Guest account and adds a Safari-only "Guest User" pseudo-account. To get the Guest account back, you would have to disable FMM.

  • 10.4.10 update and very strange problem with Mac Mini

    Dear All,
    I have just updated my Mac Mini Intel and I am having a strange problem.
    My Mac Mini has problems booting up. Sometimes I get through the login screen as normal but my wallpaper shows and there are no desktop icons, no dock, no top of screen finder menu bar. Some other times I get stuck in the progress bar of the booting up.
    I tried to run utilities from install disk and there were no problems detected.
    The VERY STRANGE thing is that several times now as I put my fingertip onto the power button laying it on the button but not pressing it yet (because I would like to shut down the system), the system kicks in and becomes unfrozen!!!
    Someone in the 123macmini.com forum says that this problem is related to the airport receiver which is near the power button.
    What do you think about it???
    MacBook and MacMini   Mac OS X (10.4.10)  

    ok, I have found a kind of fix for the problem, although may run a hardware test to check something!.
    I unplugged all USB and Firewire devices, I turned off Bluetooth and Airport, reinstalled the 10.4.10 combo update, when it restarted the starting mac osx screen took barely a second or 2 to load (my comment above is becuase from when I first got it on Sunday I noticed it was slow to boot up, also noticed that the screen resoulution I have set does not kick in until I log on, although this may be becuase this mac mini is an intel one). The computer booted up very quickly and I tuend on bluetooth and airport with no issues and plugged all the usb and fireware devices back in. I again turned the airport off and restarted and again it booted up very quickly logged on and swithced the airport back on. I decided to reboot with the sirport on and it got stuck at the end of the os x starting up screen, I waited a few mins switched it off and on again and it booted up fine although slower. I dont mind turning the airport off when I power down as the mac usually stays on anyway. I assume Apple will release a fix for this as a lot of people seem to have the problem so think I will stay put with this for the time being. It was taking a several goes to get to the login screen before but usually got there every few boots.

  • Please help I have problems with songs,podcasts,and just general media play

    hey guys, I'll get straight into it. My problem is that many of the songs and podcasts in my library come up with the little exclamation mark when I havn't changed anything or deleted anything, so I have to find the original files, which occasisionally just dissapear for no apparent reason. Also I have problems with d/l podcasts as sometimes it wont d/l the newest edition etc but comes up with the little '!' mark. I have just upgraded to iTunes 7 and although the problem was occuring before the upgrade just aggravated it, and messed up my library files causing me to revert to an older library.
    Now last and most importantly, my audio has suddenly become choppy since I upgraded. This is similar to the problem I have with the sound in Quicktime only working properly if I keep all other apps and tasks to a bare minimum (even if they take up barely any system resources). This seems strange as my system is not exactly poor performance.
    Thanks in advance guys !

    Hi,
    If you right click a file, and do getinfo on the summary page this will give a file location, is this matching the file location on your hard disk? If not that might explain the exclamation marks?
    Kind Regards
    Rich

  • Please help, Very strange issue when generate different template

    Hello, Can someone help for below Strange Problem.
    1. The PDF template files are defined in BI Publisher Layout as a.pdf, b.pdf
    2. the parameters are defines in BI too
    4. logic as below, generated PDF based on a.pdf. generated PDF based on b.pdf,
    then merger a.pdf and b.pdf together.
    5. Codes for generated PDF as below
    this.reportDefinitionResp = bIPublisher.getReportDefinition(this.reportAbsolutePath, this.userID, this.password);
    this.reportRequest = new ReportRequest();
    this.reportRequest.parameterNameValues = this.reportDefinitionResp.reportParameterNameValues;
    this.reportResponse = bIPublisher.runReport(this.reportRequest, this.userID, this.password);
    6. the PDF generated by the a.pdf is correct, but generated by the b.pdf is not correct, instead it is same as a.pdf?
    so after merger, we get the duplicate pages.
    7. Not all templates has same issue, sometime we get this issue, how to fix it?

    Hi
    Click your HD to go to Finder,
    Go to Your User/Library/Caches,
    Drag com.apple.preferencepanes.cache to trash
    Restart your macbook.
    Good Luck.

  • PLEASE help ...problems with Safari after  OSX 10.4.11

    I am so , so frustrated. After trying to install the new osx, my safari will not open. A pop on the deck and nothing. I could not install the update either. I got an error message. I tried to reinstall 10.4.11 and still error.
    I don't know much about my computer so please be very explicit...
    I tried to call the tech support, but of course my 1 year expired and they will not talk until they get $$. Well I find that this is crap, since it seems after reading the postings that this is their doing. Anyway I ruined my Thanksgiving...CAN SOMEONE PLEASE HELP. I tried to read the posts, but not sure how to apply.
    THANK YOU!
    Is it any fix utility on mac..have no clue.

    Here is what I did so far.
    *1.I have Fire Fox, which works great.*
    *2. I did a disk check and some error showed up...but would not give me the option to repair disk...see below*
    Verifying volume “ ”
    Checking HFS Plus volume.
    Checking Extents Overflow file.
    Checking Catalog file.
    Invalid node structure_
    The volume needs to be repaired.
    Error: The underlying task reported failure on exit
    1 HFS volume checked
    Volume needs repair
    If someoane can make sense of this and tell me how to repair would be great.
    *3. I also did permission repair twice and restart, but safari still not working*
    *4. Here is the summary from console:*
    Mac OS X Version 10.4.10 (Build 8R2218)
    2007-11-26 07:13:26 -0500
    2007-11-26 07:13:27.423 SystemUIServer[369] lang is:en
    dyld: Symbol not found: _WebIconDatabaseImportDirectoryDefaultsKey
    Referenced from: /Applications/Safari.app/Contents/MacOS/Safari
    Expected in: /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    Nov 26 07:14:49 irina-prelipceans-computer crashdump[382]: Safari crashed
    Nov 26 07:14:49 irina-prelipceans-computer crashdump[382]: crash report written to: /Users/irina/Library/Logs/CrashReporter/Safari.crash.log
    dyld: Symbol not found: _WebIconDatabaseImportDirectoryDefaultsKey
    Referenced from: /Applications/Safari.app/Contents/MacOS/Safari
    Expected in: /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    Nov 26 07:16:31 irina-prelipceans-computer crashdump[388]: Safari crashed
    Nov 26 07:16:31 irina-prelipceans-computer crashdump[388]: crash report written to: /Users/irina/Library/Logs/CrashReporter/Safari.crash.log
    dyld: Symbol not found: _WebIconDatabaseImportDirectoryDefaultsKey
    Referenced from: /Applications/Safari.app/Contents/MacOS/Safari
    Expected in: /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    Nov 26 07:18:15 irina-prelipceans-computer crashdump[391]: Safari crashed
    Nov 26 07:18:15 irina-prelipceans-computer crashdump[391]: crash report written to: /Users/irina/Library/Logs/CrashReporter/Safari.crash.log
    Nov 26 19:54:58 irina-prelipceans-computer kextd[402]: a link/load error occured for kernel extension /System/Library/Extensions/LexarFilterScheme.kext
    2007-11-26 19:55:31.526 DiskImages UI Agent[421] Could not find image named 'background'.
    2007-11-26 19:57:01.042 Finder[370] CFLog (21): dyld returns 2 when trying to load /Library/Contextual Menu Items/TI Connect X Menu Plugin.plugin/Contents/MacOS/TI Connect X Menu Plugin
    2007-11-26 19:57:01.042 Finder[370] CFLog (22): Cannot find function pointer TIConnectManagerXCMPlugInFactory for factory EE9E0B23-6067-11D7-8827-003065ABFF44 in CFBundle/CFPlugIn 0x14ab4bb0 </Library/Contextual Menu Items/TI Connect X Menu Plugin.plugin> (bundle, not loaded)
    ### MRJPlugin: getPluginBundle() here. ###
    ### MRJPlugin: CFBundleGetBundleWithIdentifier() succeeded. ###
    ### MRJPlugin: CFURLGetFSRef() succeeded. ###
    2007-11-26 20:10:14.544 Console[450] CFLog (21): dyld returns 2 when trying to load /Library/Contextual Menu Items/TI Connect X Menu Plugin.plugin/Contents/MacOS/TI Connect X Menu Plugin
    2007-11-26 20:10:14.545 Console[450] CFLog (22): Cannot find function pointer TIConnectManagerXCMPlugInFactory for factory EE9E0B23-6067-11D7-8827-003065ABFF44 in CFBundle/CFPlugIn 0x3bc660 </Library/Contextual Menu Items/TI Connect X Menu Plugin.plugin> (bundle, not loaded)
    *5. Have not downloaded the 10.4.11 combo yet. Not sure if I have to trash safari first or not.*
    I WANT TO THANK YOU FOR ALL THE HELP!!!!

  • Urgent question very Strange problem with an external HD on mac PRO

    Hi,
    I have a problem with a external HD on my mac pro.
    After many month of regular use with out any problem today when I turned on the HD I could not see it in the finder anymore.
    I use this HD for backup of an other external HD and to do the back up I use an application called SYN SYNC
    The strange things are:
    1) If I start Sync Sync everything works properly as if the sofware recognize with out problem that the HD is effectively there.
    2) If I open DISK UTILITY I can see the HD and if I try to repair it the utility after 2 minutes says that everything is ok.
    3) If I look for the mac pro (to which the external HD incriminated is connected) on a different mac in my studio over the net I can see the external HD and I can browse the folder, copy items from the esternal HD to the MAC and even copy thing on the external HD.
    I tried to connect directly via Fire wire 800 the HD on a different MAC and I could not see it like on the mac pro.
    Does enyone have an idea of what's going on?
    best regards
    Lorenzo

    I can still see all the others external Hd with out any problem and I already try this but no results I can't see that HD on the desktop and neither in the sidebar.
    As I said the strange thing is that the external HD shows the same behaviour when is connected to a different MAC.
    Seams the problem is with the HD not with the MAC.
    I even try to use a different case for the HD using also USB connection instead of FW, but nothing change!

  • Please help!! problem with rebooting lumia 820

    I only got my Lumia 820 yesterday and it was fine then today the camera stopped working, i tried taking the battery out, and putting it back in then switching it back on - still no luck. Then i went on the nokia website and looked up the troubleshooting advice where it advised a reboot. I tried the reboot, seemed to be going fine but now it wont switch on properly!! when it gets to the switching back on part of the reboot it vibrates then the nokia logo comes up on the screen but stays like that and nothing else happens!! please help, really dont know what to do!
    p.s i stay an hour away from the nearest  phone shop otherwise i'd have popped in when it was just the camera not working!

    If you tried the advice from guide return it back to point of purchase and get it exchanged.
    If  i have helped at all a click on the white star below would be nice thanks.
    Now using the Lumia 1520

Maybe you are looking for

  • Creating new DMS info record directly from purchase order transactions

    Hello Everybody, does anyone knows of a way to make it possible for users to Create New DMS info record directly from the purchase order transactions ? e.g: in ME22N there is a button of "Documents" for an item level in the order, but that button onl

  • Partner functions - Goods supplier at PO Level

    Hi Friends, Is it possible to maintain a single PO multipule goods suppliers (GS) like as my process i order a marketing dept of Vendor 1.  Vendor1 having goods supplieres in different locations. in same PO Mat1, Mat2 . mat1 supplied from mumbai, MAT

  • How do you insert a picture into another picture?

    How do you insert a picture into another picture.  For example, one person is missing from family photo & I'd like to insert that person's face.

  • Lens Correction undoes changes

    The lens correction panel comes after most of the raw adjustments, but after making changes, if you click on "Enable Profile Corrections", it seems to toggle off previous changes.  This doesn't seem intuitive.  Am I missing something here?  Is there

  • What happened to my formatted text???

    Aftre upgrading to 08 som text oon my website is unformatted after publishing, but in iWeb it looks as it should be. Picture of iWeb before publishing and after publishing it looks like this. Anyknow what I'm missing here? Regards, Mats Message was e