Java Application Crash while loading a 64-bit DLL

Hi there,
I'm calling native C++ functions from a 64-bit DLL through a java application. But the application crashes with the below crash exception when the DLL is loaded.
# A fatal error has been detected by the Java Runtime Environment:
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x0000000047e0b754, pid=976, ti
d=968
# JRE version: 6.0_16-b01
# Java VM: Java HotSpot(TM) 64-Bit Server VM (14.2-b01 mixed mode windows-amd64
# Problematic frame:
# C [mkl_def.dll+0x8b754]
# An error report file with more information is saved as:
# C:\Documents and Settings\hw3h6\Desktop\hs_err_pid976.log
What will be the possible cause of the issue? Is it something which can be corrected from my java application?
The application is built in 32-bit environment, but I think thats not an issue because java is platform-independent.

ajithcherukad wrote:
What will be the possible cause of the issue?Pointer bug.
Is it something which can be corrected from my java application?Java? Only possibility there is don't use the C++ code.
>
The application is built in 32-bit environment, but I think thats not an issue because java is platform-independent.That has absolutely nothing to do with it. The C++ code isn't. Nor is the dll (dll by its very nature is platform dependent.)

Similar Messages

  • LV crashes while loading my llb, but the built app. functions correctly???

    I�m hoping someone may understand the cause of the LabVIEW crash I�m experiencing.
    LabVIEW 6.1 crashes and Windows 2000 says, "LabVIEW.exe has generated errors and will be closed by Windows" when I try to load an llb by clicking on the top-level vi from within LabVIEW or when opening the llb from outside LabVIEW. It crashes while loading particular sub-vi�s of the llb. If I try to load the offending subvi�s directly, I also get the same crash. If I build the llb into an application, the build goes smoothly and the resulting application functions correctly. If I use a �splash screen� approach and do not load the offending sub-vi�s (by not opening vi references to them), they load-up fi
    ne when the top-level vi loads and then I am able to edit and re-save any vi of the llb including the offending sub-vi�s. I�ve tried re-saving the llb as a separate development distribution and still get the same crash behavior. I�ve also tried saving the offending sub-vi�s to separate files outside the mother llb (after getting them open with the splash screen approach) and I get the same crash when I open these files. If I save one of the offending sub-vi�s as a separate llb, I can�t get it open even with the splash screen approach. I�ve loaded the latest video driver for my Dell Inspiron 8100 laptop and I get the same behavior on a Dell Dimension 8200 desktop that is also running Windows 2000 (Version 5 SP4). There are 110 objects in my llb that includes *.vi�s, *.rtm�s, and *.ctl�s.. Any ideas as to why/how this is occurring and how I can fix it? Is this a known 6.1 bug that is fixed in 7? Any info would be greatly appreciated. I�ve included my splash screen like loader, f
    or what it�s worth. Thanks.
    Attachments:
    __loadVIs.vi ‏88 KB

    Thanks for responding. Your understanding is correct. Mass compiling was one of the first things I tried (although I failed to mention it). I also un-installed and re-installed LabVIEW. It crashes during mass compiling of the full llb, although the vi that it appears to be working on when it crashes is not an �offender�, i.e. I can open that vi fine. The crash during mass compiling is the same crash, i.e. Windows says it had to close LabVIEW because it generated errors.
    I�ve attached one of the offenders. It is missing many of it�s sub-vi�s so you�ll have to hit �ignore vi� a bunch when opening it. (The llb of it is ~2.6 MB. I thought that might be too big/rude to post.) This vi crashes LabVIEW upon mass compile or upon opening it (after hit
    ting �ignore subvi� a bunch).
    I was going to attach an llb of another smaller offender, but in the process of editing it to be a little prettier and better documented, the problem kind of vanished for that vi. The main routine still crashes when I mass compile the full llb, but now I can open some of the old offenders without incident. I still can�t open the main routine directly as it crashes LabVIEW. Thanks for your time.
    Attachments:
    aveParam.vi ‏769 KB

  • JVM Crash while loading StackFrame

    # HotSpot Virtual Machine Error, Internal Error
    # Please report this error at
    # http://java.sun.com/cgi-bin/bugreport.cgi
    # Java VM: Java HotSpot(TM) Client VM (1.4.2_04-b05 mixed mode)
    # Error ID: 53414645504F494E540E4350500159
    # Problematic Thread: prio=5 tid=0x008cf798 nid=0x8a8 runnable
    I would get very similar or same error like above.
    I have got around it, but I would like to find out why it was happening.
    If you look at following function, you will notice this.get_ID() call.
    I used to pass "this" object instead of this.get_ID().
    If I replace this.get_ID() with "this" object JVM would crash while loading stackframe.
    Also, it would crash around while loading
    "Iterator Keys = m_UserCollection.getKeys();"
    Does anybody have any idea what might have caused above function to crash while loading stackframe?
    Thanks in advance.
    public void setUsers(UserCollection value)
    if(m_UserCollection == null)
    m_UserCollection = UserFactory.GetUsers(get_ID());
    UserCollection inCol = value;
    Iterator Keys = m_UserCollection.getKeys();
    while(Keys != null && Keys.hasNext())
    Object key = Keys.next();
    User current = m_UserCollection.getm_users(key);
    User newUser = inCol.getm_users(key);
    if(current != null && newUser == null)
    current.RemoveFromGroup(this.get_ID());
    else
    inCol.Remove(key);
    Iterator enums2 = inCol.getKeys();
    while(enums2.hasNext())
    inCol.getm_users(enums2.next()).AddToGroup(this.get_ID());

    Hi
    Did it dump out where the function name is?
    Is it happening consistenly?
    Can u try running with -XX:+PrintCompilation and show the last few printed line? You will see something like
    11 b java.lang.String::lastIndexOf (67 bytes)
    Thanks.

  • Standby.wrf error Exception in thread "main" java.lang.UnsatisfiedLinkError: C:\STAF\bin\JSTAF.dll: Can't load AMD 64-bit .dll on a IA 32-bit platform

    Hi,
    I have created a single tile and getting below error in standby0.wrf file.
    As mentioned in doc, I made a windows 32 bit for standby VM and installed 32 bit staf followed by staf configurations.I installed all the critical updates for windows.
    Exception in thread "main" java.lang.UnsatisfiedLinkError: C:\STAF\bin\JSTAF.dll: Can't load AMD 64-bit .dll on a IA 32-bit platform
    at java.lang.ClassLoader$NativeLibrary.load(Native Method)
    at java.lang.ClassLoader.loadLibrary0(Unknown Source)
    at java.lang.ClassLoader.loadLibrary(Unknown Source)
    at java.lang.Runtime.loadLibrary0(Unknown Source)
    at java.lang.System.loadLibrary(Unknown Source)
    at com.ibm.staf.STAFHandle.<clinit>(STAFHandle.java:306)
    at IdleVMTest.main(IdleVMTest.java:30)
    I am attaching my test log.
    please let me know how to fix it.
    Thanks,
    Suresh

    Rebecca,
    I appreciate your quick response.
    I am running the test from Primeclient. I am planning to add more tiles once tile0 runs fine. Client0 runs separately.Forgot to mention this in last update.
    I assume prime client generates all wrf files. when other VM's .wrf files are generated fine, will it be still primeclient side error??
    Primeclient is windows 2008 sp2 64bit. Initially I installed 32 bit java and ended up problem while starting the  VMmark2-STAX.bat. When i installed the 64bit java, problem vanished. I assume java version is correct.
    Similary initially i installed a cygwin 64 bit but i got error like "Error VMmarkRMQmgr unable to clear  queues". So uninstalled it and installed a cygwin 32 bit and the problem vanished.
    I am seeing the standby VM is relocated fine during the test. it is just it is not capturing the data in .wrf file. Standby VM configure section does not talk about java installation. is there anything else i am missing it?
    I would like to know whether  below error talks about standby VM because standby VM is 32 bit other side primeclient is 64 bit. below error says on a IA 32-bit platform.
    Exception in thread "main" java.lang.UnsatisfiedLinkError: C:\STAF\bin\JSTAF.dll: Can't load AMD 64-bit .dll on a IA 32-bit platform
    Below image u can see java variables are set. Is there anything wrong??
    Thanks,
    Suresh

  • Efi detects wrong resolution - osx crashes while loading loginwindow.app

    Hello,
    I have a strange problem: Sometimes EFI loads OS-X with wrong display resolution which ends into a crash of loginwindow.app.
    Let me explain it in more details: First I had a system with rEFIt. Everything worked like a charm ... until on some day (I think it was EFI Update 1.5.1, but I don't know it exacly) my mbp rev3 sometimes decided to show EFI menue much larger as you would expect it on a 640x480 display. This happens in about 3 of 4 boots. If this happened, OS-X crashed while loading loginwindo.app and Windows crashed before showing the windows loading screen.
    Then after talking with some guys in irc unofficial support I reinstalled everything because they said all my 3rd parity software could be the reason for this error. Now I have a fresh installed leopard and the error still occures - and the error also occures when I boot into leopard disc.
    *To describe the problem in a few words:*
    - EFI detects display resolution wrong in about 3/4 boots
    - loginwindow.app crashes if EFI detected resolution wrong
    - while crashing some strange artefacts are shown on grey apple screen / on verbose mode console, sometimes screen gets orange for about 0.1 sec before artefacts are shown
    *I tried following things to fix the problem:*
    - reset vram: no result
    - verbose mode: does not show anythingnew compared to right boot, after message "loginwindow.app is loading" "login windoe application started" i get some artefacts and the orange screen
    - single user mode: did't find something in logs, but I also didn't find an efi log
    - hardware diagnostics: says everything is right
    - Firmware Restoration CD: does not work because my mac seems to think that everything is right.
    - plug off all external usb devices: no effect
    Now I really don't know what to do, I don't even have an idea where to find this error and what to try next. The mbp is my only computer, so I would find it excellent to solve the problem for myself.
    Thanks for any help what to do
    Message was edited by: TheInfinity

    I'm not sure why you're password is wrong when you type it directly in your station, but I have found something related to remote logging.
    I had always gotten the password wrong when I tried to connect through VNC from my Linux to my Mac. The problem is that for some reason, my keyboard layout is applied twice. I'm using the colemak layout, so if I want to type 'K', I need to click on the key that is marked 'N' in QUWERTY keyboard.
    BUT, through VNC to my mac, if I want to type 'K', I need to type the key that is mapped to 'N' on colemak layout, which is the key marked 'J' in QUWERTY.
    So to type hello, through normal colemak, I would click on hkuu;, but through VNC to the mac, I need to click on hniip.
    Here's the map that can be used to generate the above:
    Qwerty -> Colemak
    k -> e
    n -> k
    j -> n
    e -> f
    h -> h
    u -> l
    ; -> o
    p -> ;
    i -> u
    My solution was to find out how my password should be typed with double-applied colemak, then after log in, change the keyboard layout to QWERTY, and then it is applied only once and I can type in normally. I'm not sure what's the cause of the bug, but at least you have something to try..

  • Java applet freezes while loading on Firefox on Mac OS 10.9

    I am using Mac OS 10.9.4 with Firefox 32 and Java 7 update 67. The java applet freezes while loading for the first time. On double clicking, it loads successfully. Once the applet gets loaded then it loads successfully until the web-page is refreshed or cache is cleared. I don't see any error message or any errors in the java console logs. Any help on this issue, apart from the double click work around? Any permanent solution?

    This delay can also happen when Java has been unloaded from memory and needs to be reloaded from disk and (re)initialized.
    You may be tight on available (free) memory if this happens all the time.

  • Win\32\nodemanager.dll:Can't load IA 32-bit .dll on a AMD 64-bit platform, while installing OIM.

    Hi All,
    I have installed Weblogic server with default domain. That installation was successful but when I started the OIM(Oracle Identity Management) set-up it halted at configuration step: "Create Domain"
    I found the below logs under "C:\Oracle\Middleware\WebLogic\wlserver_12.1\common\nodemanager"
    weblogic.nodemanager.common.ConfigException: Native version is enabled but nodemanager native library could not be loaded
        at weblogic.nodemanager.server.NMServerConfig.initProcessControl(NMServerConfig.java:269)
        at weblogic.nodemanager.server.NMServerConfig.<init>(NMServerConfig.java:210)
        at weblogic.nodemanager.server.NMServer.init(NMServer.java:183)
        at weblogic.nodemanager.server.NMServer.<init>(NMServer.java:149)
        at weblogic.nodemanager.server.NMServer.main(NMServer.java:373)
        at weblogic.NodeManager.main(NodeManager.java:31)
    Caused by: java.lang.UnsatisfiedLinkError: C:\Oracle\Middleware\WebLogic\wlserver_12.1\server\native\win\32\nodemanager.dll: Can't load IA 32-bit .dll on a AMD 64-bit platform
        at java.lang.ClassLoader$NativeLibrary.load(Native Method)
        at java.lang.ClassLoader.loadLibrary1(ClassLoader.java:1939)
        at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1864)
        at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1854)
        at java.lang.Runtime.loadLibrary0(Runtime.java:845)
        at java.lang.System.loadLibrary(System.java:1084)
        at weblogic.nodemanager.util.WindowsProcessControl.<init>(WindowsProcessControl.java:17)
        at weblogic.nodemanager.util.ProcessControlFactory.getProcessControl(ProcessControlFactory.java:24)
        at weblogic.nodemanager.server.NMServerConfig.initProcessControl(NMServerConfig.java:267)
        ... 5 more
    Although I have installed Weblogic using 64-bit JVM rather than using it's default JDK.
    Can anyone help me?

    Thanks for the quick reply Chris.
    You're right. When I run file libttclient.so on the different client files, I see the version 5 one is 64-bit but the version 6 one is 32-bit.
    Version 5 fie: libttclient.so: ELF 64-bit LSB shared object, AMD x86-64, version 1 (SYSV), not stripped
    Version 6 file: libttclient.so: ELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), not stripped
    The SysAdmin says they don't have 64-bit versions. Oh dear! And the developers aren't keen on changing their code to use a 32-bit JVM.
    Ah well, thanks for the response.
    Best wishes!

  • I'm getting error as adobe Illustrator crashes while loading the multiple pages PDF file. Please help me. Thanks in advance.

    Hi,
    I'm getting error as adobe Illustrator crashes while loading the multiple pages PDF file.
    Please help me. Thanks in advance.

    Hi Monika,
    I have downloaded the script to load the multiple page of pdf file.
    I tried loading the multiple page PDF file via File Menu -> Scripts -> Other Script...
    After executing the script file -> Browse and enter the page number - > OK
    The PDF file is looks like created from word document. There are total 120 pages in this file.
    PDF file size is 20 MB.
    I'm still searching for the solutions. Please help me.
    Thanks,
    Lavprasad

  • Lighroom crashed while loading new pictures.

    Lightroom crashed while loading new pictures. Cannot open it anymore: cannot read cache. Downloaded a new version: my license number is not valid???? What's next?
    Thanks. Dany

    Sorry for the lack of info. I wasn't sure how this forum thing worked...
    Here are the details:
    LR 5,7 crashed while loading pictures. I was away for a moment, when I went
    back to the computer, I had to reenter my session and try to reopen LR.
    OS is Windows 7 Pro
    Message: LR encountered an error when reading from its preview cache and
    needs to quit.
    When I restart it, it still shows the same message and doesn't open. I
    downloaded a new version (5.7.1) and if I enter my serial number it doesn't
    recognize it. If I click on Trial, it shows the same error message...
    Thanks,
    Dany
    2015-03-25 9:49 GMT-04:00 F. McLion <[email protected]>:
        Lighroom crashed while loading new pictures.  created by F. McLion
    <https://forums.adobe.com/people/F.+McLion> in Photoshop Lightroom - View
    the full discussion <https://forums.adobe.com/message/7348060#7348060>

  • My ipad crashed while loading Ios7

    My IPAD crashed while loading IOS7. Now I can't restore back to factory condition neither new os is laoding.
    So I took my IPAD to nearby Apple store, and apple tech can't fixed it  either. After over hour of  waiting, Apple tech first told me to Pay $299.00 for the replacement unit and after I refused to pay first time, then they lowered the price to $99 for the refurbish replacement unit with 3 months warranty.
    Apple tech tried to fix my IPAD for couple of hrs. and only thing they could say is that my IPAD is getting generic error 101, that means it has a hardware and or software failure but can not pinpoint to the issue. There is no damage or issue prior to downloading the new OS.
    Can anyone advise me what I shoud do? Thanks.

    I would suspect that there is an internal hardware failure in the iPad and it will have to be replaced.

  • Got "Can't load AMD 64-bit .dll on a IA 32-bit platform"error on 64-bits VM

    Hello all:
    I created a jnlp file, which includes a executable jar and a wrapped dependent jar of two DLL files inside. When I launched JWS, I received the error: "Can't load AMD 64-bit .dll on a IA 32-bit platform".
    Now the basic facts:
    1. the JVM is 64-bit:
    Java(TM) SE Runtime Environment (build 1.6.0_24-b07)
    Java HotSpot(TM) 64-Bit Server VM (build 19.1-b02, mixed mode)
    2. I can see the extracted dll files under "C:\Users\John\AppData\LocalLow\Sun\Java\Deployment\cache\6.0\7\6bf8cfc7-4da2ddf0-n",
    3. If I copied the executable jar file to the aforementioned location and run it, it works w/o complains.
    Also when I tried to clean the cache by clicking the "Delete Files..." button in the control Panel -> java applet, it seems not working - the files are still there.
    My OS is windows 7, the removal seems working on Win XP.
    Thanks,
    John.

    I don't know if you are still having this problem but it is related to the browser that is used to launch the JNLP file.
    Most browsers are still 32bit and use the 32bit version of the JRE. So that means when you click the link for the JNLP, from Firefox for example, it launches the 32bit version of Java because the java plugin for Firefox is still 32bit.
    Thats why it works when launching is locally because it uses the default JRE which is the 64 bit one for 64 bit operating systems (as long as it is installed).
    Hope that helps,
    Mike

  • 12c on Win7 64-bit - ERROR Can't load IA 32-bit .dll on a AMD 64-bit platform'

    My experience is not with XP but with Windows 7 64-bit. with Java for 64-bit, I cannot run Net Config nor the DBCA.
    Initially this was the error I got
    ExceptionMSG: 'C:\Windows\System32\msvcr100.dll: Can't load IA 32-bit .dll on a AMD 64-bit platform'
    ExceptiontoString: 'java.lang.UnsatisfiedLinkError: C:\Windows\System32\msvcr100.dll: Can't load IA 32-bit .dll on a AMD 64-bit platform'
    [main] [ 2013-08-24 15:36:04.855 CST ] [WindowsSystem.<init>:424]  Failed to load SRVM library: oracle.ops.mgmt.nativesystem.NativeException: PRKN-1008 : Unable to load the shared library "MSVCR100"   or a dependent library, from
    then I skipped running the Netconfig & DBCA. Finished the installation.
    Then did some work around like using the Net Manager instead of Net Config Assistant. so I was able to create a LISTENER
    then when I tried the DBCA. I kept getting
            oracle.cluster.impl.winsecurity.WinSecurityNative.enableWsecTracing(Loracle/ops/mgmt/nativesystem/NativeResult;)V
    Any ideas?
    Thanks

    Any ideas?
    Yes - for starters tell us, in English, what it is you are actually trying to do.
    Initially this was the error I got
    Got from doing what? We don' t know what you tried to do.
    then I skipped running the Netconfig & DBCA. Finished the installation.
    What installation? We don't know what you are trying to install or what you have done to install it.
    First tell us what you were trying to do.
    Then SHOW US exactly what you did to try to do that. EXACT means copy and past the commands you used and the response you got to those commands.
    Also post a link to the installation guide that you are using to do the install and confirm that your environment meets the installation requirements and that you have done each and every step.

  • Can't load IA 64-bit .dll on a AMD 64-bit platform

    hi,
    I'm working on a Intel Xeon W5580 under Windows XP x64.
    I created a simple DLL using JNI with "Intel IA-64 C++ Compiler v11.0" with the command line "icl /LD -o test.dll test.cpp test.def"
    When I try to call my DLL function from Java, an error occurs:
    Native code library failed to load.
    java.lang.UnsatisfiedLinkError: C:\tmp\test.dll: Can't load IA 64-bit .dll on a AMD 64-bit platform
    Can someone help me, please?
    Thank you.

    Just to clarify a bit further.
    32-bit TimesTen is supported on 64-bit Windows. If you are using Java in direct mode then you must use a 32-bit JVM. If you are using client server then you can use a 64-bit JVM if you also install the 64-bit TimesTen client and use that with Java (but it will be much slower than direct mode of course).
    Note also that due to limitations in 64-bit Windows support for 32-bit processes, 32-bit TimesTen will only deliver around 45% of the performance of the native 64-bit TimesTen port.
    Chris

  • SQLDeveloper error "Can't load AMD 64-bit .dll on a IA 32-bit platform"

    Hi
    I've installed SQL Developer.
    It starts, but when I try to connect to the HR database I get the following error message:
    An error was encountered performing the requested operation:
    C:\oracleee\product\11.2.0\dbhome_1\BIN\ocijdbc11.dll: Can't load AMD 64-bit .dll on a IA 32-bit platform
    Vendor code 0I already have Oracle EE installed, and have installed JDeveloper today. Both are running with no problems.
    SQLDeveloper, I initially downloaded without the JDK, but that didn't work, and reading the many replies to other people who had had the same problem (something about mscvr7.dll or some such), as per their exhortations I downloaded the SQLDeveloper that includes the JDK, which happens to be 32 bit (there is no 64 bit SQL Developer with JDK bundled with it). I'm running 64-bit W7.
    Can anybody help me here? I don't have much of a clue when it comes to JDKs.
    Many thanks,
    Jason

    >
    Could you try to install JDK 64bit (not bundled)?
    <<http://www.oracle.com/technetwork/java/javase/downloads/index.html>>
    >
    Hi,
    is the problem that I don't have a 64-bit JDK? I thought it might be the other way round.
    I think the following says I have a 64 bit java something, though is that the JRE, rather than the JDK?
    C:\Users\J>echo %JAVA_HOME%
    C:\Program Files (x86)\Java\jre7\bin
    C:\Users\J>java -version
    java version "1.7.0_04"
    Java(TM) SE Runtime Environment (build 1.7.0_04-b22)
    Java HotSpot(TM) 64-Bit Server VM (build 23.0-b21, mixed mode)
    C:\Users\J>java -d32 -version
    Error: This Java instance does not support a 32-bit JVM.
    Please install the desired version.
    C:\Users\J>java -d64 -version
    java version "1.7.0_04"
    Java(TM) SE Runtime Environment (build 1.7.0_04-b22)
    Java HotSpot(TM) 64-Bit Server VM (build 23.0-b21, mixed mode)So, am I not running 64-bit? Maybe I need a 32-bit JDK...but then...SQLDeveloper was bundled with a JDK and there was only one option for that - 32bit!
    Thanks,
    Jason

  • Sbojni.dll: Can't load IA 32-bit .dll on a AMD 64-bit platform

    Hi!
    I'm having this error and I dont know what to do:
    java.lang.UnsatisfiedLinkError: C:\Program Files (x86)\SAP\SAP Business One DI API\JCO\LIB\sbojni.dll: Can't load IA 32-bit .dll on a AMD 64-bit platform
    I'm using Java connector for SBO 8.81PL05.
    Regards.
    Enriquillo Guigni

    Hi!
    I'm having this error and I dont know what to do:
    java.lang.UnsatisfiedLinkError: C:\Program Files (x86)\SAP\SAP Business One DI API\JCO\LIB\sbojni.dll: Can't load IA 32-bit .dll on a AMD 64-bit platform
    I'm using Java connector for SBO 8.81PL05.
    Regards.
    Enriquillo Guigni

Maybe you are looking for

  • MBP (Mid-2012) Shuts Down While Attempting to Start Up (HardDrive I/O Error)

    Hey guys, I've been having some issues with my mid-2012 MBP (8 GB's RAM, 750 GB HardDrive). It has the latest version of OS X Yosemite installed. About a month ago, I turned on my MBP, typed in my password and it began loading the operating system. T

  • I have a problem with a family members blackberry curve 8520!

    My grandmother has a problem with the blackberry as she cannot call or receive calls from people on her contacts list or anyone else. She said to me that she has a star in a blue box under her signal bar and next to it she has a "gprs". Could this be

  • WRVS4400N Drops connection

    I have a WRVS4400N v2 router updated to Firmware V2.0.2.1.  At random times (I haven't been able to find a consistent series of events leading up to the problem) the router will stop allowing connections to function.  Both wireless and wired connecti

  • Trying to Disable LUN Masking under 1.5.1

    Hi, I have an Apple XServe Raid with 7x750Gb drives. The array is configured with three slices which would mean three LUNs. Even though Lun Masking is no longer an option in 1.5.1 it still shows up as enabled on the XServe Raid. Non of the luns are v

  • Help with tools in the toolbox.....

    Hi, I am having trouble on a local level with the DateTimePicker. I want to know how to, in code,  initialize it and how to set it to the current date and time at any given point. On a global level, I need a source to find  these things myself. Can a