JVM Crash: with jre 1.6.0_18 but not with 1.5.0_14

Hello everyone,
I got the problem that my JVM crashes when I am using the jre 1.6.0_18 but the same code runs with an jre 1.5.0_14. The code contains some JNI parts and
is compiled with a JDK 1.5.0_14. The crash can not be reporduced within a debugger. The crash either occurs in the jvm.dll - as in the error log below - or when acessing the ntdll.dll.
Any help is appreciated!
Thanks in Advance!
Here is the JVM crash report:
# A fatal error has been detected by the Java Runtime Environment:
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x6d979ba7, pid=10932, tid=12276
# JRE version: 6.0_18-b07
# Java VM: Java HotSpot(TM) Client VM (16.0-b13 mixed mode, sharing windows-x86 )
# Problematic frame:
# V [jvm.dll+0x179ba7]
# If you would like to submit a bug report, please visit:
# http://java.sun.com/webapps/bugreport/crash.jsp
--------------- T H R E A D ---------------
Current thread (0x02afa800): VMThread [stack: 0x02be0000,0x02c30000] [id=12276]
siginfo: ExceptionCode=0xc0000005, reading address 0x706d7953
Registers:
EAX=0x706d7953, EBX=0x00000000, ECX=0x37387a88, EDX=0x00000000
ESP=0x02c2f79c, EBP=0x02c2f7ac, ESI=0x00000080, EDI=0x02bc7460
EIP=0x6d979ba7, EFLAGS=0x00010246
Top of Stack: (sp=0x02c2f79c)
0x02c2f79c: 02c2f890 373851d0 02c2fa8c 02bc7464
0x02c2f7ac: 02c2f7c4 6d8d8c66 02afaab4 00000000
0x02c2f7bc: 02c2f7f8 37387a88 02c2f7dc 6d96b704
0x02c2f7cc: 02afaab4 00000000 02c2f7f8 02afaab0
0x02c2f7dc: 02c2f840 6d8b3449 00000000 02c2f7f8
0x02c2f7ec: 05b30400 02c2f890 00000001 00000000
0x02c2f7fc: 02c20000 0000ffff 00000000 00000000
0x02c2f80c: 00000000 6da187a4 02c2f890 02c2fa8c
Instructions: (pc=0x6d979ba7)
0x6d979b97: 80 79 05 48 83 c8 e0 40 8d 1c 40 8b 07 8d 04 d8
0x6d979ba7: 39 08 75 09 0f b7 58 04 3b 5d 0c 74 34 42 83 fa
Stack: [0x02be0000,0x02c30000], sp=0x02c2f79c, free space=13d02c2f310k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
V [jvm.dll+0x179ba7]
V [jvm.dll+0xd8c66]
V [jvm.dll+0x16b704]
V [jvm.dll+0xb3449]
V [jvm.dll+0xb3562]
V [jvm.dll+0x1db5f5]
V [jvm.dll+0x1db9ca]
V [jvm.dll+0x1a1af4]
V [jvm.dll+0xc834f]
V [jvm.dll+0xa443c]
V [jvm.dll+0xc9398]
V [jvm.dll+0x7e7cb]
V [jvm.dll+0x1f442b]
V [jvm.dll+0x1f6ed3]
V [jvm.dll+0x1f615e]
V [jvm.dll+0x1f64ac]
V [jvm.dll+0x1f68d2]
V [jvm.dll+0x17f9cc]
C [msvcr71.dll+0x9565]
C [kernel32.dll+0xb50b]
VM_Operation (0x0a09e2dc): GenCollectForAllocation, mode: safepoint, requested by thread 0x05c54800
--------------- P R O C E S S ---------------
Java Threads: ( => current thread )
0x05b30400 JavaThread "persistance manager service activator" daemon [_thread_blocked, id=6588, stack(0x0a230000,0x0a280000)]
0x05b38400 JavaThread "task queue worker" daemon [_thread_blocked, id=9788, stack(0x0a1e0000,0x0a230000)]
0x05c5b800 JavaThread "PSJ-Subsystem" [_thread_blocked, id=11024, stack(0x0a140000,0x0a190000)]
0x05c5a400 JavaThread "HDM-Subsystem" [_thread_blocked, id=8296, stack(0x0a0f0000,0x0a140000)]
0x05c61000 JavaThread "CSM-Subsystem" [_thread_blocked, id=5272, stack(0x0a0a0000,0x0a0f0000)]
0x05c54800 JavaThread "XPS-Subsystem" [_thread_blocked, id=10064, stack(0x0a050000,0x0a0a0000)]
0x05c59400 JavaThread "GUI-Subsystem" [_thread_blocked, id=7596, stack(0x0a000000,0x0a050000)]
0x05c5f800 JavaThread "TimerServices" [_thread_blocked, id=5760, stack(0x09fb0000,0x0a000000)]
0x05af9800 JavaThread "Thread-2" [_thread_in_native, id=11624, stack(0x03d30000,0x03d80000)]
0x02b0b000 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=8092, stack(0x02dc0000,0x02e10000)]
0x02b07c00 JavaThread "CompilerThread0" daemon [_thread_blocked, id=2696, stack(0x02d70000,0x02dc0000)]
0x02b06400 JavaThread "Attach Listener" daemon [_thread_blocked, id=1444, stack(0x02d20000,0x02d70000)]
0x02b05000 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=10896, stack(0x02cd0000,0x02d20000)]
0x02afd000 JavaThread "Finalizer" daemon [_thread_blocked, id=8084, stack(0x02c80000,0x02cd0000)]
0x02afbc00 JavaThread "Reference Handler" daemon [_thread_blocked, id=10636, stack(0x02c30000,0x02c80000)]
0x002a7000 JavaThread "MasterControl" [_thread_blocked, id=11412, stack(0x008c0000,0x00910000)]
Other Threads:
=>0x02afa800 VMThread [stack: 0x02be0000,0x02c30000] [id=12276]
0x02b0d000 WatcherThread [stack: 0x02e10000,0x02e60000] [id=11048]
VM state:at safepoint (normal execution)
VM Mutex/Monitor currently owned by a thread: ([mutex/lock_event])
[0x002a61c0] Threads_lock - owner thread: 0x02afa800
[0x002a65d0] Heap_lock - owner thread: 0x05c54800
Heap
def new generation total 4928K, used 4783K [0x22970000, 0x22ec0000, 0x27ec0000)
eden space 4416K, 100% used [0x22970000, 0x22dc0000, 0x22dc0000)
from space 512K, 71% used [0x22dc0000, 0x22e1bf30, 0x22e40000)
to space 512K, 0% used [0x22e40000, 0x22e40000, 0x22ec0000)
tenured generation total 10944K, used 697K [0x27ec0000, 0x28970000, 0x32970000)
the space 10944K, 6% used [0x27ec0000, 0x27f6e4e0, 0x27f6e600, 0x28970000)
compacting perm gen total 12288K, used 5037K [0x32970000, 0x33570000, 0x36970000)
the space 12288K, 40% used [0x32970000, 0x32e5b4c8, 0x32e5b600, 0x33570000)
ro space 10240K, 51% used [0x36970000, 0x36e97b58, 0x36e97c00, 0x37370000)
rw space 12288K, 54% used [0x37370000, 0x37a04ce0, 0x37a04e00, 0x37f70000)
Dynamic libraries:
0x00400000 - 0x00424000      c:\windows\system32\java.exe
0x7c900000 - 0x7c9b0000      C:\WINDOWS\system32\ntdll.dll
0x7c800000 - 0x7c8f4000      C:\WINDOWS\system32\kernel32.dll
0x77dd0000 - 0x77e6b000      C:\WINDOWS\system32\ADVAPI32.dll
0x77e70000 - 0x77f01000      C:\WINDOWS\system32\RPCRT4.dll
0x7c340000 - 0x7c396000      C:\Program Files\Java\jre6\bin\msvcr71.dll
0x6d800000 - 0x6da97000      C:\Program Files\Java\jre6\bin\client\jvm.dll
0x77d40000 - 0x77dd0000      C:\WINDOWS\system32\USER32.dll
0x77f10000 - 0x77f57000      C:\WINDOWS\system32\GDI32.dll
0x76b40000 - 0x76b6d000      c:\windows\system32\WINMM.dll
0x6d7b0000 - 0x6d7bc000      C:\Program Files\Java\jre6\bin\verify.dll
0x6d330000 - 0x6d34f000      C:\Program Files\Java\jre6\bin\java.dll
0x6d290000 - 0x6d298000      C:\Program Files\Java\jre6\bin\hpi.dll
0x76bf0000 - 0x76bfb000      c:\windows\system32\PSAPI.DLL
0x6d7f0000 - 0x6d7ff000      C:\Program Files\Java\jre6\bin\zip.dll
0x6d610000 - 0x6d623000      C:\Program Files\Java\jre6\bin\net.dll
0x71ab0000 - 0x71ac7000      c:\windows\system32\WS2_32.dll
0x77c10000 - 0x77c68000      C:\WINDOWS\system32\msvcrt.dll
0x71aa0000 - 0x71aa8000      c:\windows\system32\WS2HELP.dll
0x6d630000 - 0x6d639000      C:\Program Files\Java\jre6\bin\nio.dll
0x02eb0000 - 0x02f59000      C:\mod_s14\bin\stlport.5.2.dll
0x7c3a0000 - 0x7c41b000      c:\windows\system32\MSVCP71.dll
[snip]
--------------- S Y S T E M ---------------
OS: Windows XP Build 2600 Service Pack 2
CPU:total 2 (2 cores per cpu, 1 threads per core) family 6 model 15 stepping 2, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3
Memory: 4k page, physical 2094652k(589592k free), swap 4032296k(2558960k free
vm_info: Java HotSpot(TM) Client VM (16.0-b13) for windows-x86 JRE (1.6.0_18-b07), built on Dec 17 2009 13:35:55 by "java_re" with MS VC++ 7.1 (VS2003)

I have the Java console open and after 10 seconds it closes and the applet becomes unresponsive. Usually when an applet crashes, some error messages show up in the console before it closes. That does not appear to happen in this case.
If I load a webpage with an applet (http://java.sun.com/applets/jdk/1.4/demo/applets/Fractal/example1.html) and then move to a non-applet webpage, and have the Java console up, it stays up (alive) for about a minute before it closes. In the case of my applet it closes much faster.
When I refresh, the second instance of the applet might be starting in the same process as the first process which is in the middle of closing (I am new to Java and JNI, so I might be using the wrong terminology). But with JRE 1.6.0.25 I was not seeing the crash on refresh. It manifested itself with the update to JRE 1.6.0.31
I did realize the codebase was wrong. This is what I have now:
<!--[if IE 9]>
<object
id="myApplet"
name="myApplet"
classid="clsid:8AD9C840-044E-11D1-B3E9-00805F499D93"
codebase="http://java.sun.com/update/1.6.0/jinstall-6u31-windows-i586.cab"
type="application/x-java-applet;version=1.6"
width="800"
height="600">
<![endif]-->
<!--[if IE 8]>
<object
id="myApplet"
name="myApplet"
classid="clsid:8AD9C840-044E-11D1-B3E9-00805F499D93"
codebase="http://java.sun.com/update/1.6.0/jinstall-6u31-windows-i586.cab"
type="application/x-java-applet;version=1.6"
width="800"
height="600">
<![endif]-->
<!--[if IE 7]>
<object
id="myApplet"
name="myApplet"
classid="clsid:8AD9C840-044E-11D1-B3E9-00805F499D93"
codebase="http://java.sun.com/update/1.6.0/jinstall-6u31-windows-i586.cab"
     type="application/x-java-applet;version=1.6"
width="100%"
height="90%">
<![endif]-->
<![if !IE]>
<object
id="myApplet"
name="myApplet"
type="application/x-java-applet;version=1.6"
width="800"
height="600">
<![endif]>

Similar Messages

  • Printing from web pages is excruciatingly slow with most recent upgrades of Firefox .Use an iMac and an HP officejet printer. Printer works fine with Safari and woodprocessed files, but not with Firefox and web pages.

    Printing from web pages is excruciatingly slow since downloading most recent upgrades of Firefox Mozilla. I have a desktop iMac, OS 10.6.8, and an HP officejet printer 4500 G510n. The printer works fine with the Safari Browser and with woodprocessed files, but not with Firefox and web pages. Help please! It used to print fast with earlier versions of Firefox.

    Hello and welcome to the Apple Discussions Forum.
    I have hardly any experience with HP printers but since your posting has not been replied to yet I thought I'd offer some assistance.
    With the printer status and ink levels working, it shows that you have a connection to the printer. So I would look at the issue being with the protocol being used for the print queue on the Mac.
    Since you have XP and Vista working, I would check the printer queue configuration on either box. In XP, go to the Properties and select Ports. Click the Configure Port tab to view the connection. If you are using RAW, then this is known as HP Jetdirect-Socket on OS X. So if you are not sure what protocol was used before I would create another printer queue, this time selecting IP > HP Jetdirect-Socket. Then enter your IP address and select the K5400dn from the Print Using menu.
    If this still fails to print then please reply. There may be limitations with adding the HP driver this way that I am not aware of. There may also be other driver options you can look at, such as HPIJS. If Greg Sahli reads this posting he has expert knowledge on this matter and will be able to offer some guidance.
    PaHu

  • HP LJ4mv wireless printer worked with OS 10.5.5 but not with 10.6.3 - help!

    My ancient HP worked with 10.4.11 and 10.5.1 thru 10.5.5 wirelessly. With 10.5.6 thru 10.5.8 installed, the printer did ot work and only the Adobe printer appeared in the Printer/Fax setup. With 10.5.5, I was experiencing random horizontal gray lines, polygons with gradient colors (cyan and magenta) flashing on and off and smeared dialog boxes and drop down menues. So, I upgraded to 10.5.8 and lost the artifacts and my wireless printer. All drivers are current (Software Update delivered/installed updated drivers today.)
    10.6.3 is now installed and I still do not have a wireless printer. The Adobe PDF printer pops up and in the Printer/Fax dialog, it indicates "Kind" as HP LaserJet 4V/4MV Postscript. The Default button is active but all other buttons are grayed out and my printer does not appear.
    Summary: the printer works, the wireless router works and the drivers are current.
    Q. How can I get my wireless printer back? I need it badly.
    Thanks.
    Leonard

    Kappy, thx.
    The driver that is appearing now with the Adobe printer worked fantastically with 10.5.5, HP LaserJet 4V/4MV Postscript. This is from Apple, I believe. My printer does not show up when + is selected in the Print & Fax dialog and the Printer Name/Kind list appears. Only the Adobe is there.
    I d'l'd/instld the Gutenprint. I cannot select it until the printer appears in the Printer Name/Kind field.
    What is SL? :S
    Greg, thx.
    The printer is cat 5 to the ISP's wireless router and I am wireless. This has always worked up to 10.5.5. I incrementally d'l'd os upgrades 10.5.6, 10.5.7 and 10.5.8 and found the printer would not appear when I tried to add it. With Leopard, up to 10.5.5, my printer appeared automatically and I just had to make a selection from the "Print Using:" drop down.
    Bruce, thx.
    AppleTalk was a part of the setup and in 10.6, I cannot find AppleTalk. So you may be right about the IP route. Would Apple change this in the middle of Leopard with 10.5.6 (it worked up to 10.5.5) and not with 10.5.0 or 10.6.0? Would there not be an announcement that AppleTalk printer support was ending? No one in these forums knows that AppleTalk printer support was ended (I first posted in the Leopard forums)?
    Sorry for the skepticism. I just did not think this was a possiblity but maybe you are right.
    Is there a way to get an Apple reading on this? Should I set up a print server for wireless access? Any other suggestions?
    Thanks again all. I much appreciate your help.
    Leonard

  • Errors with sdk 1.4.1, but not with 1.3??

    I just upgraded to the j2sdk 1.4.1 yesterday from 1.3, and I'm getting a weird compile time error from an import statement that never used to happen. I'm just importing another class I've made, other imports from java.util etc. work fine, but not classes that I have made. Here's the code that gives an error.
    import java.io.File;
    import java.util.Vector;
    import java.util.Enumeration;
    import listDir; // only this line gives an error
    and here's the error.
    C:\kevin\listAll.java:4: '.' expected
    import listDir;
    ^
    1 error
    Anyone have any idea why that happens? Have the rules changed for importing since sdk 1.3? This worked just fine 2 days ago with 1.3. Thanks for any help.

    Hi all,
    This is what I found will work with the stand alone classes (not package classes).
    1) Do not use import MyClass; in your java app.
    2) MyClass should be in the same directory as you java app, unless you have set up your CLASSPATH to point to MyClass.
    Here is the listing
    //import MyClass;
    class HelloWorldApp {
    public static void main(String[] args) {
    String strNewPwd = null;
    System.out.println("Hello World!"); //Display the string.
    MyClass myClass = new MyClass();
    //Do something to call your class
    System.out.println(myClass.getMsg());
    It seems to work now. If someone knows where I can find an updated documents on how to include classes on 1.4.1, please reply to this message.
    Beside this problem, I am trying to use Tomcat 4.1 to develope a web application. I have similar problems finding my classes. On Tomcat 4.0, the app runs fine. I've try the above work around (not include import MyClass), but still does not work. Any suggestions?

  • ITunes Home Sharing with Apple TV2, works with one Win 7 PC but not with the other

    Hopefully someone out there can help with this, I have gone through all of the troubleshooting procedures that Apple provides, and have spoke to thier 'fast track' technical services department and we cannot resolve this. 
    My probelm is that Apple TV does not recognize my Win7 PC that has itunes running in Home Sharing mode.  In order to test my router, network configurationand the Apple TV, I put iTunes on a laptop on my network running Win7 as well, and the Apple TV had no problems sharing with that computer.  I have opened all of the ports in my firewall that Apple recommended, and tried to make it work both with and without my anti-virus software, but still no sharing of iTunes with this computer.  We are working with the latest version of iTunes and Apple TV, both updated today.
    Has anyone run into this problem?
    Thanks
    S McD

    Yep - have had the same problem, especially since IOS5 came about and no solution has worked.  I've fought this one for a while, I come back to it every once in a while when I see something that might be a new tack but no joy.  I've also tried all that stuff, but none of them fix it.
    I can tell you a couple of things I have found out along the way:
    First off, there is some kind of issue with the Apple Mobile Service that causes it to not stay working.  If you stop the service and start it you may be able to make the sharing show up for a bit, but it will eventually disappear.
    Secondly, there may be a network routing factor to this too.  Apple doesn't like to use the same kind of protocols as many sharing schemes do, instead preferring something known as "Bonjour".  Bonjour uses multicast routing, and appears to either be programmed badly or in a non-standard way - or maybe there just is no standard.  In any case what you find is that it just doesn't work, and there is no current fix. 
    Keep trying though, maybe you can figure it out.  If you do, please come back and post what you did, I'd be very interested.  Sorry I couldn't be more helpful, but I can at least tell you that you're not crazy, there are others out there having the same problem with the same bleak outlook.  By the way, mine used to work until iOS5.

  • Position encoder works with PCI-MIO-16E-4 but not with PCI-6062E, why?

    I am using A BNC-2090 to connect Agilent HEDS-6540 position encoder to my PCI-6052E. The application works fine with my 12 bit NI card PCI-MIO-16E-4, But with the new card I get extra counts in my position. ex 1052 pulses when it is only supposed to be 1000 counts in a complete revolution. This setup still works great with the old card, meaning I can just plug into the other card and run the same app on the same computer, just a different device number. I have not been able to figure this out.

    You might be seeing the affects of dithing with your signal. I'm not sure why it would be on one board, though not the other, one counter must be more sensitive. Anyway, dithering is caused by vibration or other outside forces that cause small glitches that add to the count total for the counter. There is a way around this, and that is to use a counte convertor. There is a page on this website that tells how to make one. The link is below. I would sugget trying this to see if it will fix the problem.
    Brian
    http://zone.ni.com/devzone/conceptd.nsf/2d17d611efb58b22862567a9006ffe76/6f25cba2cd73417786256869005e5fc3?OpenDocument

  • Adobe Reader docs appear washed out and faint with Firefox 6.0.1, but not with Internet Explorer. Running Windows 7

    The PDF docs opened in Firefox are very light and the color of print is multicolored shaded. Different parts of display different shades of any color but black. Just loaded newest Adobe Reader, did not help. Previously running Reader 9. Haven't had a problem till Firefox 6. If I fool with the Window Color in 7 I can effect the PDF doc. Lowering saturation level to nothing helps, but doesn't fix problem.

    The PDF docs opened in Firefox are very light and the color of print is multicolored shaded. Different parts of display different shades of any color but black. Just loaded newest Adobe Reader, did not help. Previously running Reader 9. Haven't had a problem till Firefox 6. If I fool with the Window Color in 7 I can effect the PDF doc. Lowering saturation level to nothing helps, but doesn't fix problem.

  • Ora-01882 "timezone region not found" with 3.0.03.97 but not with 3.0.03.45

    I installed the version 3.0.03.97 of SQL-Developer and now get an ora-01882 when I connect to a DB. I don't get this Problem when using version 3.0.03.45.
    Putting "AddVMOption -Duser.region=DE" in the sqldeveloper.conf didn't solve this problem though.
    The problem happens both with the connection-type "simple" and "TNS".
    I am on 32bit Windows 7 Professional.
    Java JDK is jdk1.6.0_23.
    Oracle Instantclient is 11.1.0.1.0
    Database is version 9.2.0.1.0
    Anyone got this problem too? What changed between both versions of the SQL-Developer?
    Regards
    Markus
    Edited by: Charon on Mar 24, 2011 11:52 AM

    I found something but need confirmation:
    SQL-Developer says my timezone is "Europe/Berlin".
    If I run this:
    SELECT *
    FROM   V$TIMEZONE_NAMES
    WHERE  tzname LIKE 'Europe/%'I get no hits with "Berlin" in it but quite a few others.
    One of them is "Europe/Istanbul".
    If I now add "AddVMOption -Duser.timezone=Europe/Istanbul" to my sqldeveloper.conf I can finally connect to my Database!
    So does version 3.0.03.97 of SQL-Developer somehow check this view for available timezones? Did the previous version not check this? Whats the solution for me then? (using the Istanbul timezone here doesn't seem right to me)
    Regards
    Markus

  • I can live with iphone 4 antenna problem but not with proximity sensor...

    I did not face much trouble with antenna issue.. may be I am having good signal.. but certainly I am facing proximity sensor issue.. out of every 5 calls I have problem with at least 2 to 3 calls going to mute or starting facetime or opening address book etc...

    I feel 100% the same. I am wondering if all these people complaint of the signal strength issue are really actually experiencing the proximity problem and just don't know it. This is beyond annoying.

  • RemoteFX Display problems with Windows 8.1 VM but not with Windows 7 VM running on Hyper-V VDI Server 2012R2

    Has anyone seen anything like this?
    After many, many, hours of wading through and eliminating potential variables the issue has been narrowed down to being present with a Windows 8.1 VM and not on Windows 7 VM.
    The problem is with glitchy display issues (Random Pixellation, Fuzzy Screen areas, Entire Screen filled with random shapes/colors etc.).  
    This is a Server 2012 R2 environment it is running Hyper-V Remote Desktop Virtualization Host.
    An Nvidia Quadro K2200 adapter has been enabled for RemoteFX and passed through.
    Also have tried Nvidia Grid K2 adapter. Both adapters use same driver set and multiple driver versions have been tested.
    Two Generation 1 VM's have been created.  One for WIndows 8.1, One for Windows 7.  All updates installed.
    Each VM uses the same set of Hyper-V resources, Virtual Switch etc.  (The settings for each VM are the same).
    With RemoteFX disabled on each VM the issue is not present on either VM.
    With RemoteFX enabled on each VM the issue is present on the Windows 8.1 VM and not the Windows 7 VM.
    There is no difference if only one VM at a time is enabled and running.  (Not GPU load related)
    Talmage D. Holt

    Hi,
    Generation 2 virtual machines have a simplified virtual hardware model, and supports Unified Extensible Firmware Interface (UEFI) firmware instead of BIOS-based firmware. The majority of legacy devices have also been removed from generation 2 virtual machines.
    You can check below article might helpful for your case.
    Generation 2 Virtual Machine Overview
    https://technet.microsoft.com/en-us/library/dn282285.aspx
    RemoteFX vGPU Improvements in Windows Server 2012 R2
    http://blogs.msdn.com/b/rds/archive/2013/12/04/remotefx-vgpu-improvements-in-windows-server-2012-r2.aspx
    Hope it helps!
    Thanks.
    Dharmesh Solanki
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • I am able to see the printer as available with this adobe community sheet but not with pdf files

    my printer hp3510 doesnot show as avaible printer in print pop up menu. hence I am unable too print.

    The person who holds the copyright to it in the UK hasn’t given Apple permission to sell it there; if desired, click here and fill out the form.
    (116905)

  • I can use iMessage with all iPhone uses except for ONE person.  That person can use iMessage with all other users, but not with ME.  What's the problem???

    I can use iMessage with all other iPhone users that I communicate with, except for ONE person.  When I send to that person, it always goes through as a text message.  This person can use iMessage with pther people, but when they send me a message, it always goes as a text.  Why can we both communicate with other people using iMessage, but not with one another?

    Hi Russell,
    1) If you have OD set up and "editor" has UID 1111, then when they log in to any machine that's bound to OD as editor, they will get UID 1111. Therefore, there won't be any of these permission errors. This is typically the recommended approach.
    2) I assume you mean "You'd prefer to not using open directory?" Whatever the case, OD isn't mandatory with Xsan -- it's just that with multiple user accounts, managing them centrally tends to be easier. For 3 or 4 accounts and 3 or 4 machines maybe it's no big deal. If you go larger, it could get a lot more complicated. That said, if you set it up such that each machine has the exact same set of users (as you said, Mary = UID 502, Fred = UID 503, William = UID 504), then you can do what you want. Mary can log in from multiple machines at the same time, and in general you won't have permissions problems. Of course, if you try and read and write the same file from multiple workstations at the same time, you will get file locking issues, which will prohibit somebody from successfully writing the file.
    File locking issues are different from general permissions errors. The former basically says "hey, someone else is editing this file. Therefore I won't let you edit it right now... you can read it if you want though." Permissions means somebody saves it, and Xsan thinks you saved it and own the file, when you really don't.
    Quad-Core PMG5, 4 GB RAM, 7800 GT, 1 TB disk.   Mac OS X (10.4.4)  

  • How do I transfer photos/videos from my Iphone 5 to my Macbook Air. I can do so with my Iphone 4s but not with my Iphone 5

    How do I transfer photos/videos from my Iphone 5 to my Macbook Air. I can do so using my Iphone 4s but not with my Iphone 5

    See this User Hint: https://discussions.apple.com/docs/DOC-3141

  • ITunes library stored on an external hard drive which is connected to my airport extreme, I wish to share my iTunes library over my network, I can do this with my laptop, but not with my iPad, can anyone tell me if it is possible

    I have my iTunes library stored on an external hard drive which is connected to my airport extreme, I wish to share my iTunes library over my network, I can do this with my laptop, but not with my iPad, can anyone tell me if it is possible

    You can't connect directly to the external drive, but should be able to use iTunes Home Sharing via the laptop.
    http://support.apple.com/kb/PH1453

  • I installed Mountain Lion so that I could sync my notes with my iPhone that already syncs notes with a specific email address I use for school, but during the install it automatically set up Notes to sync w the wrong email addy. How can I fix it?

    I installed Mountain Lion so that I could sync my notes with my iPhone that already syncs notes with a specific email address I use for school, but during the install it automatically set up Notes to sync w the wrong email addy. It looked in Mail, which had 5 email accounts set up in it, and for some reason picked the only one that I no longer use because it is for a school that I no longer attend. How can I fix it so that it syncs with the correct email account for notes and calendar? There don't seem to be any settings available other than to check if you want to use the basic features. It also said during the set up that it was setting up 'find my mac' but if I look on the iCloud website there is nothing showing there for finding my mac.
    At this point I feel like I wasted my money paying for this supposed upgrade. I got nothing for it but frustration. It even automatically set my security settings to allow only downloads from the Mac store so the first time I went to download something I had to stop what I was doing and go correct settings first. I feel like there should be a security setting to block downloads from the Mac store so I don't accidentally end up clicking the wrong thing and being charged.

    iCloud isn't syncing them on your phone.  You simply added the email account to your phone and enabled calendar and notes syncing with the email provider, and the calendar and notes appear in the calendar and notes apps on your phone.  You can do this with Gmail, Yahoo and other IMAP account.  iCloud email is just another IMAP account, but syncs notes with Apple's iCloud server just as Gmail syncs notes and calendars with Google's server.
    iCloud didnt' set up a non-iCloud account on your Mac.  When you check Mail in System Preferences>iCloud, it only creates an iCloud email account.  You can also add other email accounts to your Mac by going to System Preferences>Mail,Contacts,Calendars and clicking on the "+" sign on the bottom of the left sidebar.  If you added these other email accounts to your Mac before you upgraded to Mountain Lion, these were simply maintained on your Mac after you upgraded.

Maybe you are looking for