NFS / automount hangs on Solaris 10 SunOS oats 5.10 Generic_125100-07 sun4u

We are running Solaris 10 125100-07 on a SunFire V440.
We host computer services for another department on this host.
The server acts as both an NFS server and an NFS client. We do a lot of cross-mounting in our environment due to the lack of large centralized storage.
This particular machine automounts shares from our Solaris 8, 9 and 10 servers and possibly a few Suse servers, and a NetApp owned by another department.
Every day and a half or so, something happens to either NFS or the automounter, and the machine 'hangs' in that we have NFS requests that never get filled.
Restarting either autofs or the nfs client, or both does not seem to help. The only fix we have found so far is a reboot.
We have throttled NFS_CLIENT_VERSMAX to 3 and set AUTOMOUNT_VERBOSE and AUTOMOUNTD_VERBOSE both to TRUE.
The general failures we see look like this:
May 17 04:44:15 oats nfs: [ID 333984 kern.notice] NFS server grieg not respondin
g still trying
May 17 04:44:15 oats last message repeated 1 time
May 17 04:46:15 oats automountd[392]: [ID 196269 daemon.error] dupreq_nonidemp:
duplicate request in progress
May 17 04:49:57 oats last message repeated 4 times
May 17 04:52:15 oats automountd[392]: [ID 196269 daemon.error] dupreq_nonidemp:
duplicate request in progress
The dupreq_nonidemp messages repeat until we reboot.
The nfs server that does not respond varies from day to day. No other computer on our network complains about it.
This started after we installed 125100-05, and has continued through 125100-07.
As far as I can tell we are up to date on patches:
root@oats # smpatch analyze
No patches required.
Any thoughts?
I was thinking I might back out 125100-XX.
dal
e

Interesting,
we have the same problem on SunOS Generic_118833-36 on V440, V445, V240, V245, but not on an old E420, and not on a T2000.
We upgraded them with patch cluster to Generic_138888-07, but it has not changed anything:
E420 and T2000 are stable, the Fire-Vxxx have problem, each has its own "problem interval": one system 1.5 days, two systems 10 days, one every 3 months.
The problem is: NFS/TCP is suddenly dead. Then all NFS mounts, e.g. a manual mount, is hung with "NFS server not responding". A reboot helps.
We have added proto=udp to the mount options. No more problems since.
Permanent mounts, without Automounter, would certainly work, too.
But IMHO there is nothing wrong with Automounter itself, but the hanging occurs e.g. after 4000 NFS mounts, and Automounter is the enabler for that.

Similar Messages

  • After Security Update, NFS automount hangs login over LDAP

    We currently have a laptop lab in the process of being set up. We have 45 MacBook Pro systems with Snow Leopard 10.6.4 installed. We had set up LDAP authentication for users to log in to our directory server and it worked great over both wired and wireless (WPA2). After installing security update 2010-005, systems hang upon logging in over wireless. We believe the problem is with an NFS automount we set up, because removing the automount allows users to log in successfully over wireless. The NFS is crucial so that users can save data to the server, however, so this is not a solution. Are there any configuration tweaks to undo whats been blocked by the security update?

    After installing update 2010-005, I am having issues with my system hanging during startup (stays indefinitely on the grey 'apple' screen, with a spinning icon, and no status or message stating what it is trying to do).
    I am able to restart, hold SHIFT, and boot into safe mode, with limited functionality, but have not been able to resolve the issue.
    How did you determine that it was hanging on wireless login? (I have not found a log file that states what the system is doing during startup, or why its hanging)
    I have searched for issues like this, and most posts recommend removing entries from /Library/Caches and other similar items, but I'm concerned that I might be starting out with a small problem, and then cause a much bigger problem by removing system entries without really knowing what's broken in the first place.
    Is there a debug screen during startup, that would tell me what steps its taking? (or a log file?)
    I've looked through all of the entries available to the console log review app (apps/utilities/console.app), and was hoping that 'system.log' would tell me what's going on, but so far I'm not seeing anything useful. (there are errors in there, and it looked like there was a crash around the same time as the update was happening, but I'm not seeing any entry during startup that shows what its trying to do, and reveals that its just stuck on that task)
    I've run some of the tasks in the 'Snow Leopard cache cleaner' and onyx utilities, but that hasn't fixed my login problem.
    Any info you have on further diagnosis, rolling back the update, or anything I should try next, would be greatly appreciated!

  • Runtime.exec() hangs on solaris 10, deadlock in soft_delete_session ?

    Hi,
    In my application sometimes Runtime.exec calls hangs for ever.
    The pstack of java process is at the end of the post. It seems like there is a deadlock in soft_delete_session.
    Does anyone know of any java/os patch we can apply to fix this issue?
    I will really appreciate any tips to get over this issue.
    # uname -a
    SunOS thor256 5.10 Generic_120011-14 sun4u sparc SUNW,Sun-Fire-V245
    # /opt/VRTSjre/jre1.5/bin/java -version
    java version "1.5.0_10"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_10-b03)
    Java HotSpot(TM) Server VM (build 1.5.0_10-b03, mixed mode)
    The trace is as follows:
    0xff340408 __lwp_park + 0x10
    0xff339068 mutex_lock_internal + 0x5d0
    0xfb08a2ec soft_delete_session + 0xf0
    0xfb089f90 soft_delete_all_sessions + 0x4c
    0xfb084348 finalize_common + 0x70
    0xfb0844d8 softtoken_fini + 0x44
    0xfb0d8d48 _fini + 0x4
    0xff3c00d0 call_fini + 0xc8
    0xff3ca614 remove_hdl + 0xab8
    0xff3c4d54 dlclose_intn + 0x98
    0xff3c4e68 dlclose + 0x5c
    0xfb3a2b3c pkcs11_slottable_delete + 0x138
    0xfb39d664 pkcs11_fini + 0x4c
    0xff2c0ea0 postforkchild_handler + 0x30
    0xff332c20 fork + 0x140
    0xfe8f8df4 Java_java_lang_UNIXProcess_forkAndExec + 0x7d4
    0xf9226020 0xf9226020 * java.lang.UNIXProcess.forkAndExec(byte[], byte[], int, byte[], int, byte[], boolean, java.io.FileDescriptor, java.io.FileDescriptor, java.io.FileDescriptor) bci:0 (Compiled frame; information may be imprecise)
    0xf92216c4 0xf92216c4 * java.lang.UNIXProcess.(byte[], byte[], int, byte[], int, byte[], boolean) bci:62 line:53 (Compiled frame)
    0xf90fa6b8 0xf90fa6b8 * java.lang.ProcessImpl.start(java.lang.String[], java.util.Map, java.lang.String, boolean) bci:182 line:65 (Compiled frame)
    0xf90fbe0c 0xf90fbe0c * java.lang.ProcessBuilder.start() bci:112 line:451 (Compiled frame)
    0xf921842c 0xf921842c * java.lang.Runtime.exec(java.lang.String[], java.lang.String[], java.io.File) bci:16 line:591 (Compiled frame)
    0xf9005874 * java.lang.Runtime.exec(java.lang.String[]) bci:4 line:464 (Interpreted frame)
    0xf9005874 * TestExec.run() bci:26 line:22 (Interpreted frame)
    0xf9005c2c * java.lang.Thread.run() bci:11 line:595 (Interpreted frame)
    0xf9000218
    0xfecdca88 void JavaCalls::call_helper(JavaValue*,methodHandle*,JavaCallArguments*,Thread*) + 0x5b8
    0xfecf4310 void JavaCalls::call_virtual(JavaValue*,Handle,KlassHandle,symbolHandle,symbolHandle ,Thread*) + 0x18c
    0xfecf416c void thread_entry(JavaThread*,Thread*) + 0x12c
    0xfecf3ff0 void JavaThread::run() + 0x1f4
    0xff02fb30 void*_start(void*) + 0x200
    0xff340368 lwpstart

    Found this information about this problem:
    Bug: http://bugs.opensolaris.org/bugdatabase/view_bug.do?bug_id=6276483
    Info for patch 127111-11: http://sunsolve.sun.com/search/document.do?assetkey=1-21-127111-11-1
    Download page: http://sunsolve.sun.com/show.do?target=patches/zos-s10

  • Can't Shake NFS Automount, please HELP!

    Mac connects directly to cable modem.
    Problem? Something keeps grabbing me when I go online... my Mac cannot change it's IP address.
    Folder called automount gets created upon reboot.
    Network icon - get info - shows the following: Kind of file is Alias. It is located at /Network. Server is nfs://automount%20-nsl%20%5B197.
    I've been getting this forever - If I get rid of it, it reappers.
    I have no network here, I'm a home user.
    My Windoze doesn't have this automount and gets a new IP each time... but my Mac is locked.
    Can anyone please help me?
    PS - I've tried DHCP renew, it doesn't work at all, nothing happens. My ISP is clueless about this. I believe it is locking onto a static IP but I'm not the one making it do it!

    You report that you're connecting the Mac directly to a Motorola Surfboard without a router. What model Surfboard? (There should be a sticker on the bottom) How is the Windows PC connected to the internet? I have a Mottorola Surfboard at home driving a Mac and Pc, but through an Airport Basestation / router. I suspect that putting a basic four-port US$30 router between the modem and the Mac would help. Note that the Motorola Surfboard FAQ notes that multiple computer support requires a separate router. If you just switch the Ethernet cable from the modem between the PC and the Mac, or connect the Mac via Ethernet and the PC via USB, the modem doesn't accept the Mac's MAC (heardware-specific Media Access Code) after grabbing the PC's MAC code on power up. Putting a router between modem and computers and resetting the modem along with restarting the computers will force the modem to grab the router's MAC, and the router will then serve private-network IPs to the attached computers. Any router currrently on the market will also give you a NAT firewall as well; this hardware firewall can safely be used along with the OS X and Windows software firewalls and can greatly increase the security of your computers (especially the Windows one).
    Also from the Motorola FAQ:My computer keeps pulling a 169.254.x.x IP address, the modem has been reset and power cycled and the computer is still getting the same IP address, how do I correct this?
    Disconnect the Coax cable from the modem and restart it. Once the "Receive" light begins flashing reboot your computer. If the modem and the computer are communicating, the computer will get a 192.168.100.11 IP address (192.168.0.x with the SBG900) from the cable modem. Shut down your computer. Connect the Coax cable to the cable modem, restart it, and wait for the modem to sync up with the cable company. Once the modem is in sync (Power, Receive, Send, On-line are all illuminated) restart the computer. Once the computer has restarted check the IP address. The computer should have a valid IP address from the cable company. Computers attached to the SBG900 will always get a private (192.168.0.x) address regardless of whether or not the SBG900 is registered on the cable system.

  • Solaris 10 and NFS/Automount into Solaris 8 Env.

    Hello fellow Administrators,
    I have recently upgraded my own station to Solaris 10 6/06 update 2 in a Solaris 8 NIS/Automount environment. How ever, i have noticed that my station from time to time 'frezzez' and becomes unresponding. It's as if the system hangs due to some sort of conversation/hand shake with my NIS Server. I have several automounts in my vfstab to my local NIS server.
    Question, has anyone else had similair problems/experiances ?
    Grateful to any answer that can solve this mystery of mine.
    Regards,
    Pierre

    Hi Robert,
    Seems to be working better now and i tried on a user as well and there are no complains yet. In the end i applied the latest Sun Cluster for Sol 10 (not many where applied to the 6/06 update 2) and your small 'hack'.
    Thank's a bunch!
    Pierre

  • Platform921_generic.jar hangs on Solaris 10 x86

    I downloaded platform921_generic.jar for Soalris x86 platform. The installer hangs in either graphic mode or console mode. Did anyone have installed Weblogic 9.2.1 for soalris 10 on x86 successfully? If so, please let me know how you did. I appreciate any thoughts.
    My install stucks at
    Loaded com.bea.plateng.common.util.Execute from file:/apps/regress/tmp/platform921_generic.jar]
    Here are the complete verbose output:
    528:regress@sol-nona-tc/apps/regress/jdk1.5.0_06/bin>./java -jar /apps/regress/tmp/platform921_generic.jar -mode=console -Djava.io.tmpdir=/apps/regress/tmp
    Extracting 0%....................................................................................................100%
    <------------------------ BEA Installer - BEA Products ----------------------->
    Welcome:
    This installer will guide you through the installation of BEA Products. Type
    "Next" or enter to proceed to the next prompt. If you want to change data
    entered previously, type "Previous". You may quit the installer at any time by typing "Exit".
    Enter [Exit][Next]>
    <------------------------ BEA Installer - BEA Products ----------------------->
    BEA Systems License Agreement:
    BEA SYSTEMS, INC. SOFTWARE LICENSE AGREEMENT
    USE OF SOFTWARE ORDERED FROM BEA SYSTEMS, INC. ("BEA") IS PROVIDED ONLY UNDER
    LICENSE FROM BEA. PLEASE READ THE FOLLOWING LICENSE CAREFULLY AND INDICATE YOUR ACCEPTANCE BY CLICKING THE ACCEPTANCE BOX. CERTAIN CAPITALIZED TERMS ARE
    DEFINED IN SECTION 11.
    1. LICENSE TERMS
    a. WebLogic SDK Use. The terms of this Section 1(a) are applicable to you if
    you have registered as a WebLogic SDK customer. Subject to the terms of this
    Agreement, BEA grants to you a non-exclusive, non-transferable, royalty-free
    license to use WebLogic SDK solely for Development Use and Scale-Limited
    Personal Use for the number of users and/or developers and the number of CPU's, Servers and/or at the Sites, as specified at the time of registration. Third
    party software products or modules supplied by BEA, if any, may be used solely
    with the Software. All rights not specifically granted to you herein are
    retained by BEA.
    b. WebLogic SDK Pro Use. The terms of this Section 1(b) are applicable to you
    if you have registered as a WebLogic SDK Pro customer. Subject to the terms of
    this Agreement, BEA grants to you a non-exclusive, non-transferable,
    Use above value or select another option:
    1 - Yes, I agree with the terms of the license
    2 - No, I do not agree with the terms of the license
    Enter option number to select OR [Down][Exit][Previous]> 1
    <------------------------ BEA Installer - BEA Products ----------------------->
    Choose BEA Home Directory:
    "BEA Home" = [Enter new value or use default "/home/regress/bea"]
    Enter new BEA Home OR [Exit][Previous][Next]> /apps/regress/bea921
    <------------------------ BEA Installer - BEA Products ----------------------->
    Choose BEA Home Directory:
    "BEA Home" = [apps/regress/bea921]
    Use above value or select another option:
    1 - Enter new BEA Home
    2 - Change to default [home/regress/bea]
    Enter option number to select OR [Exit][Previous][Next]>
    -Done-jar.info: Enable INFO level diagnostics. These show high-level operations inside the One-JAR support code.
    -Done-jar.verbose: Enable VERBOSE level diagnostics. These show in tedious detail the operations inside One-JAR, including class-loading and resource resolution.
    549:regress@sol-nona-tc/apps/regress/jdk1.5.0_06/bin>./java -jar -verbose /apps/regress/tmp/platform921_generic.jar -mode=console -log=/apps/regress/tmp/bea_install.log -Djava.io.tmpdir=/apps/regress/tmp
    [Opened /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Opened /apps/regress/jdk1.5.0_06/jre/lib/jsse.jar]
    [Opened /apps/regress/jdk1.5.0_06/jre/lib/jce.jar]
    [Opened /apps/regress/jdk1.5.0_06/jre/lib/charsets.jar]
    [Loaded java.lang.Object from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded java.io.Serializable from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded java.lang.Comparable from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded java.lang.CharSequence from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded java.lang.String from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded java.lang.reflect.GenericDeclaration from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded java.lang.reflect.Type from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded java.lang.reflect.AnnotatedElement from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded java.lang.Class from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded java.lang.Cloneable from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded java.lang.ClassLoader from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded java.lang.System from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded java.lang.Throwable from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded java.lang.Error from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded java.lang.ThreadDeath from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded java.lang.Exception from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded java.lang.RuntimeException from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded java.security.ProtectionDomain from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded java.security.AccessControlContext from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded java.lang.ClassNotFoundException from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded java.lang.LinkageError from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded java.lang.NoClassDefFoundError from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded java.lang.ClassCastException from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded java.lang.ArrayStoreException from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded java.lang.VirtualMachineError from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded java.lang.OutOfMemoryError from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded java.lang.StackOverflowError from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded java.lang.ref.Reference from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded java.lang.ref.SoftReference from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded java.lang.ref.WeakReference from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded java.lang.ref.FinalReference from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded java.lang.ref.PhantomReference from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded java.lang.ref.Finalizer from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded java.lang.Runnable from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded java.lang.Thread from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded java.lang.Thread$UncaughtExceptionHandler from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded java.lang.ThreadGroup from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded java.util.Map from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded java.util.Dictionary from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded java.util.Hashtable from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded java.util.Properties from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded java.lang.reflect.AccessibleObject from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded java.lang.reflect.Member from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded java.lang.reflect.Field from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded java.lang.reflect.Method from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded java.lang.reflect.Constructor from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded sun.reflect.MagicAccessorImpl from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded sun.reflect.MethodAccessor from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded sun.reflect.MethodAccessorImpl from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded sun.reflect.ConstructorAccessor from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded sun.reflect.ConstructorAccessorImpl from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded sun.reflect.DelegatingClassLoader from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded sun.reflect.ConstantPool from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded java.lang.Iterable from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded java.util.Collection from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded java.util.List from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded java.util.RandomAccess from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded java.util.AbstractCollection from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded java.util.AbstractList from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded java.util.Vector from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded java.lang.Appendable from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded java.lang.AbstractStringBuilder from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded java.lang.StringBuffer from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded java.lang.StackTraceElement from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded java.nio.Buffer from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded sun.misc.AtomicLong from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded sun.misc.AtomicLongCSImpl from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded java.lang.Boolean from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded java.lang.Character from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded java.lang.Number from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded java.lang.Float from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded java.lang.Double from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded java.lang.Byte from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded java.lang.Short from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded java.lang.Integer from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded java.lang.Long from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded java.lang.management.MemoryUsage from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded java.lang.NullPointerException from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded java.lang.ArithmeticException from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded java.lang.StrictMath from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded java.io.ObjectStreamField from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded java.util.Comparator from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded java.lang.String$CaseInsensitiveComparator from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded java.security.Guard from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded java.security.Permission from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded java.security.BasicPermission from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded java.lang.RuntimePermission from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded java.util.AbstractMap from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded sun.misc.SoftCache from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded java.lang.ref.ReferenceQueue from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded java.lang.ref.ReferenceQueue$Null from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded java.lang.ref.ReferenceQueue$Lock from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded java.util.HashMap from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded java.io.ObjectStreamClass from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded java.security.PrivilegedAction from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded sun.reflect.ReflectionFactory$GetReflectionFactoryAction from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded java.security.AccessController from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded java.util.Stack from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded sun.reflect.ReflectionFactory from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded java.util.Map$Entry from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded java.util.HashMap$Entry from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded java.lang.IncompatibleClassChangeError from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded java.lang.NoSuchMethodError from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded java.lang.annotation.Annotation from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded java.lang.reflect.ReflectPermission from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded java.lang.ref.Reference$Lock from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded java.lang.ref.Reference$ReferenceHandler from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded java.lang.ref.Finalizer$FinalizerThread from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded java.util.Enumeration from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded java.util.Hashtable$EmptyEnumerator from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded java.util.Iterator from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded java.util.Hashtable$EmptyIterator from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded java.util.Hashtable$Entry from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded sun.misc.Version from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded java.io.Closeable from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded java.io.InputStream from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded java.io.FileInputStream from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded java.io.FileDescriptor from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded java.io.Flushable from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded java.io.OutputStream from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded java.io.FileOutputStream from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded java.io.FilterInputStream from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded java.io.BufferedInputStream from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded java.util.concurrent.atomic.AtomicReferenceFieldUpdater from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded java.util.concurrent.atomic.AtomicReferenceFieldUpdater$AtomicReferenceFieldUpdaterImpl from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded sun.misc.Unsafe from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded sun.reflect.Reflection from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded java.util.Collections from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded java.util.Random from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded java.util.concurrent.atomic.AtomicLong from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded java.lang.Class$3 from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded java.lang.reflect.Modifier from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded sun.reflect.LangReflectAccess from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded java.lang.reflect.ReflectAccess from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded java.util.Set from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded java.util.AbstractSet from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded java.util.Collections$EmptySet from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded java.util.Collections$EmptyList from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded java.util.Collections$EmptyMap from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded java.util.Collections$ReverseComparator from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded java.util.Collections$SynchronizedMap from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded sun.reflect.misc.ReflectUtil from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded java.io.FilterOutputStream from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded java.io.PrintStream from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded java.io.BufferedOutputStream from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded java.io.Writer from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded java.io.OutputStreamWriter from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded sun.nio.cs.StreamEncoder from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded sun.io.Converters from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded sun.security.action.GetPropertyAction from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded java.nio.charset.Charset from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded java.nio.charset.spi.CharsetProvider from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded sun.nio.cs.FastCharsetProvider from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded sun.nio.cs.StandardCharsets from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded sun.util.PreHashedMap from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded sun.nio.cs.StandardCharsets$Aliases from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded sun.nio.cs.StandardCharsets$Classes from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded sun.nio.cs.StandardCharsets$Cache from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded java.lang.ThreadLocal from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded java.lang.StringBuilder from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded sun.nio.cs.HistoricallyNamedCharset from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded sun.nio.cs.ISO_8859_1 from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded java.lang.Class$1 from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded sun.reflect.ReflectionFactory$1 from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded sun.reflect.NativeConstructorAccessorImpl from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded sun.reflect.DelegatingConstructorAccessorImpl from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded sun.misc.VM from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded sun.nio.cs.StreamEncoder$CharsetSE from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded java.nio.charset.CharsetEncoder from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded sun.nio.cs.ISO_8859_1$Encoder from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded java.nio.charset.CodingErrorAction from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded java.nio.charset.CharsetDecoder from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded sun.nio.cs.ISO_8859_1$Decoder from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded java.nio.ByteBuffer from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded java.nio.HeapByteBuffer from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded java.nio.Bits from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded java.lang.Runtime from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded java.nio.ByteOrder from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded java.lang.Readable from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded java.nio.CharBuffer from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded java.nio.HeapCharBuffer from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded java.nio.charset.CoderResult from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded java.nio.charset.CoderResult$Cache from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded java.nio.charset.CoderResult$1 from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded java.nio.charset.CoderResult$2 from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded sun.nio.cs.Surrogate$Parser from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded sun.nio.cs.Surrogate from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded java.io.BufferedWriter from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded java.io.File from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded java.io.FileSystem from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded java.io.UnixFileSystem from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded java.io.ExpiringCache from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded java.util.LinkedHashMap from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded java.io.ExpiringCache$1 from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded java.util.LinkedHashMap$Entry from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded java.lang.ClassLoader$3 from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded java.io.ExpiringCache$Entry from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded java.lang.ClassLoader$NativeLibrary from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded java.lang.Terminator from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded sun.misc.SignalHandler from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded java.lang.Terminator$1 from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded sun.misc.Signal from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded sun.misc.NativeSignalHandler from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded sun.misc.JavaLangAccess from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded java.lang.System$2 from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded sun.misc.SharedSecrets from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded java.lang.Compiler from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded java.lang.Compiler$1 from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded sun.misc.Launcher from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded java.net.URLStreamHandlerFactory from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded sun.misc.Launcher$Factory from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded java.security.SecureClassLoader from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded java.net.URLClassLoader from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded sun.misc.Launcher$ExtClassLoader from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded sun.security.util.Debug from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded java.util.StringTokenizer from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded java.security.PrivilegedExceptionAction from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded sun.misc.Launcher$ExtClassLoader$1 from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded sun.net.www.ParseUtil from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded java.util.BitSet from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded java.net.URL from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded java.util.Locale from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded java.lang.CharacterDataLatin1 from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded java.net.Parts from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded java.net.URLStreamHandler from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded sun.net.www.protocol.file.Handler from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded java.util.HashSet from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded sun.misc.URLClassPath from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded java.util.ArrayList from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded sun.net.www.protocol.jar.Handler from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded sun.misc.Launcher$AppClassLoader from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded sun.misc.Launcher$AppClassLoader$1 from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded java.lang.SystemClassLoaderAction from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded java.util.zip.ZipConstants from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded java.util.zip.ZipFile from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded java.util.jar.JarFile from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded sun.misc.JavaUtilJarAccess from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded java.util.jar.JavaUtilJarAccessImpl from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded java.lang.StringCoding from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded java.lang.ThreadLocal$ThreadLocalMap from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded java.lang.ThreadLocal$ThreadLocalMap$Entry from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded java.lang.StringCoding$StringDecoder from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded java.lang.StringCoding$CharsetSD from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded java.util.zip.ZipFile$ZipCloser from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded java.util.zip.ZipFile$1 from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded sun.nio.ch.DirectBuffer from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded java.nio.MappedByteBuffer from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded java.nio.DirectByteBuffer from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded sun.misc.Cleaner from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded java.util.zip.ZipEntry from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded java.util.jar.JarEntry from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded java.util.jar.JarFile$JarFileEntry from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded java.io.DataInput from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded java.io.DataInputStream from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded sun.nio.ByteBuffered from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded java.util.zip.ZipFile$ZipFileInputStream from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded java.util.zip.ZipFile$MappedZipFileInputStream from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded java.util.zip.InflaterInputStream from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded java.util.zip.ZipFile$2 from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded java.util.zip.Inflater from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded java.util.jar.Manifest from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded java.io.ByteArrayInputStream from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded java.util.jar.Attributes from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded java.util.jar.Manifest$FastInputStream from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded sun.nio.cs.UTF_8 from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded sun.nio.cs.UTF_8$Decoder from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded sun.nio.cs.Surrogate$Generator from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded java.util.jar.Attributes$Name from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded sun.misc.ASCIICaseInsensitiveComparator from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded java.lang.Math from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded java.util.jar.JarVerifier from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded java.io.ByteArrayOutputStream from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded java.net.URLClassLoader$1 from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded sun.misc.URLClassPath$3 from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded sun.misc.URLClassPath$Loader from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded sun.misc.URLClassPath$JarLoader from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded sun.misc.FileURLMapper from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded sun.misc.JarIndex from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded sun.misc.ExtensionDependency from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded java.security.PrivilegedActionException from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded java.io.Reader from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded java.io.BufferedReader from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded java.io.InputStreamReader from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded sun.nio.cs.StreamDecoder from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded sun.nio.cs.StreamDecoder$CharsetSD from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded java.util.Queue from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded java.util.AbstractSequentialList from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded java.util.LinkedList from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded java.util.LinkedList$Entry from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded sun.misc.Resource from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded sun.misc.URLClassPath$JarLoader$1 from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded java.lang.Package from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded java.security.CodeSource from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded java.security.PermissionCollection from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded java.security.Permissions from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded java.net.URLConnection from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded sun.net.www.URLConnection from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded sun.net.www.protocol.file.FileURLConnection from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded java.net.ContentHandler from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded java.net.UnknownContentHandler from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded sun.net.www.MessageHeader from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded java.io.FilePermission from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded java.io.FilePermission$1 from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded java.io.FilePermissionCollection from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded java.security.AllPermission from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded java.security.UnresolvedPermission from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded java.security.BasicPermissionCollection from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded java.security.Principal from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded java.security.cert.Certificate from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded java.util.EventListener from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded com.bea.plateng.wizard.event.WizardActionListener from file:/apps/regress/tmp/platform921_generic.jar]
    [Loaded com.bea.plateng.wizard.tasks.ITaskObserver from file:/apps/regress/tmp/platform921_generic.jar]
    [Loaded com.bea.plateng.wizard.IWizardController from file:/apps/regress/tmp/platform921_generic.jar]
    [Loaded java.util.Observable from /apps/regress/jdk1.5.0_06/jre/lib/rt.jar]
    [Loaded com.bea.plateng.wizard.WizardController from file:/apps/regress/tmp/platform921_generic.jar]
    [Loaded com.bea.plateng.common.CommonException from file:/apps/regress/tmp/platform921_generic.jar]
    [Loaded com.bea.plateng.wizard.WizardDefinitionException from file:/apps/regress/tmp/platform921_generic.jar]
    [Loaded com.bea                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  

    Interesting,
    we have the same problem on SunOS Generic_118833-36 on V440, V445, V240, V245, but not on an old E420, and not on a T2000.
    We upgraded them with patch cluster to Generic_138888-07, but it has not changed anything:
    E420 and T2000 are stable, the Fire-Vxxx have problem, each has its own "problem interval": one system 1.5 days, two systems 10 days, one every 3 months.
    The problem is: NFS/TCP is suddenly dead. Then all NFS mounts, e.g. a manual mount, is hung with "NFS server not responding". A reboot helps.
    We have added proto=udp to the mount options. No more problems since.
    Permanent mounts, without Automounter, would certainly work, too.
    But IMHO there is nothing wrong with Automounter itself, but the hanging occurs e.g. after 4000 NFS mounts, and Automounter is the enabler for that.

  • Core dump/hang problem solaris 8

    Hello ,
    I am using the following configuration, to build my application
    SunOS 5.8 Generic_108528-12 sun4u sparc
    SUNW,Ultra-5_10
    64 bit machine with CC 5.0
    While excuting the program i get core dump/hang in cout , following is the stack looking from dbx
    [1] mutexadaptive_lock(0xffffffff7c322000, 0xffffffff7c331670, 0x4c00, 0x1000, 0xfffeffff, 0x1), at 0xffffffff7c20daac
    [2] cmutexlock(0x10017eca0, 0x20, 0x20, 0x10002f66c, 0x0, 0x0), at 0xffffffff7c20d870
    [3] std::locale::__install(0x10, 0x10017ec90, 0x0, 0xffffffff7fffe7e0, 0x0, 0x0), at 0x10002f66c
    [4] std::locale::__make_explicit(0x100047a90, 0x0, 0x0, 0x10017ec90, 0x100176570, 0x100170068), at 0x10002f514
    [5] std::basic_filebuf<char,std::char_traits<char> >::overflow(0x10016f620, 0x73, 0x10016f620, 0x0, 0x0, 0x0), at 0x10004759c
    [6] std::basic_filebuf<char,std::char_traits<char> >::sync(0x10016f620, 0x10016f620, 0x0, 0x0, 0x0, 0x0), at 0x1000497c8
    [7] std::basic_ostream<char,std::char_traits<char> >::sentry::~sentry(0xffffffff7fffeb30, 0xffffffff7fffec50, 0x73, 0x73, 0x73, 0x0), at 0x10002c0bc
    [8] std::operator<<(0x10016f7f0, 0x10016f800, 0x10016f7f0, 0x73, 0x0, 0x100063cf0), at 0x10002b70c
    [9] usage(0x10016f900, 0x1001706d8, 0x1001706c0, 0x10016f930, 0x10016f910, 0x10016f888), at 0x10001d1cc
    [10] main(0x1, 0xffffffff7ffff5d8, 0xffffffff7ffff5e8, 0x0, 0x0, 0x100000000), at 0x10001ad34
    Any ideas regarding this,
    Thanks and Regards
    Amol

    Hi,
    I didnt compile with -g option, but i got to the root of problem. In the program I was just doing cout , so it was very simple, but I was linking libpthread library with the program , also was giving -mt flag during compilation. When I removed this both, the program disn't dump core and nither did it hang.
    But the same thing worked with solaris 2.8 64 bit CC 5.0 with patch 108528-10 .
    So I just can make out the difference as to why this this is happening
    Regards
    Amol

  • Nfs automount group security

    Hi I am not the sysadmin, so please bear with me...
    I have had E3500 Solaris 2.6 file systems automounted from a couple of dozen Solaris 2.6/8 servers in order to perform Oracle backups to a centralized disk farm for later tape backup. The file systems are owned by oracle:dba and the NFS works great for this purpose!.
    That said, is there a way I can control access to the centralized file system so that only the servers I want can automount the directories?. In other words, if someone owns an Ultra-10 on the network, and creates an oracle:dba account they cannot see the directories?
    thanks
    Dave

    1. On the servers that own the file systems to be backed up, specify the NFS share options utilizing the -o ro=client:client: syntax.
    example:
    Update /etc/dfs/dfstab
    share -F nfs -o ro=backupsys1:backupsys2,rw=sysadmin1 /the/filesystem
    If you specify ro= or rw= or use them together, then only the hosts you specify can mount the NFS shared files.

  • Installation hang on Solaris 10

    I've been trying to install Solaris 10 on a Compaq(HP) ProLiant ML350 G3, so far without success. During the pre-boot Configuration process, I get a few messages about conflicts between a couple of 'devices' identified only as PNP0A00 and PNP0303. I've read elsewhere that these can be safely ignored ... so I've assumed that's correct and let 'em go.
    When the boot-from-CD process begins, the first (and last) text I see is "Loading Driver ata.bef." At that point the CD activity light stops flashing and the machine hangs hard - it has to be physically powered down. I've seen on other sites that this condition will clear up after 10 or 20 minutes, but in my case it has persisted indefinitely.
    This computer, a ProLiant ML350 G3, has 2 hyperthreaded 2.2Ghz Intel Xeon CPUs, 2.8 GB of memory, q Compaq Smart Array 642 SCSI Raid controller with 4 72GB Drives in Raid 5 (seen as two volumes of 16 and 56 GB), Hitachi GCR 8480-B CD-ROM drive (IDE), ATI Rage XL PCI video, standard PS/2 keyboard and mouse, Compaq NC7760 Gigabit ethernet adapter (Broadcom).
    I really need some help here...Any suggestions (short of trying a different machine altogether)?
    Thank in advance,
    jeff

    Hi Philippe,
    Thanks for your reply.
    I installed the whole suite including directory server in a non-defaut install directory. I am wondering if changing install directory will cause issues.
    --Zhiyuan                                                                                                                                                                                                                                                                                                                                                                                                               

  • Svc:/network/nfs/client problem in Solaris 10

    Hi,
    I`ve been trying to figure out what is the problem with the below scenario for so long and till now i`m not able to.
    i have a X4100 SunFire system with solaris 10 installed.
    most of the services are not coming up (ssh,ftp,etc....) each time i reboot the server, and after approximately 3 hours everything comes fine by it self.
    i noticed that the service :/network/nfs/client is taking too long while starting. This might be related to the problem.
    See below the svcs command : hope this will be usefull :)
    bash-3.00# svcs -xv ssh
    svc:/network/ssh:default (SSH server)
    State: offline since Wed May 20 16:37:45 2009
    Reason: Service svc:/network/nfs/client:default is starting.
    See: http://sun.com/msg/SMF-8000-GE
    Path: svc:/network/ssh:default
    svc:/system/filesystem/autofs:default
    svc:/network/nfs/client:default
    See: man -M /usr/share/man -s 1M sshd
    Impact: 3 dependent services are not running:
    svc:/milestone/multi-user-server:default
    svc:/system/basicreg:default
    svc:/system/zones:default
    any advise on this ?
    Appreciate your help,

    hi all
    issue resolved actually port was conflicting in /etc/services i have readded the entry in /etc/service
    Thanks

  • Expdp fails to create .dmp files in NFS mount point in solaris 10,Oracle10g

    Dear folks,
    I am facing a wierd issue while doing expdp with NFS mount point. Kindly help me on this.
    ===============
    expdp system/manager directory=exp_dumps dumpfile=u2dw.dmp schemas=u2dw
    Export: Release 10.2.0.4.0 - 64bit Production on Wednesday, 31 October, 2012 17:06:04
    Copyright (c) 2003, 2007, Oracle. All rights reserved.
    Connected to: Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    ORA-39001: invalid argument value
    ORA-39000: bad dump file specification
    ORA-31641: unable to create dump file "/backup_db/dumps/u2dw.dmp"
    ORA-27040: file create error, unable to create file
    SVR4 Error: 122: Operation not supported on transport endpoint
    I have mounted like this:
    mount -o hard,rw,noac,rsize=32768,wsize=32768,suid,proto=tcp,vers=3 -F nfs 172.20.2.204:/exthdd /backup_db
    NFS=172.20.2.204:/exthdd
    given read,write grants to public as well as specific user

    782011 wrote:
    Hi sb92075,
    Thanks for ur reply. pls find the below. I am able to touch the files while exporting log files also creating having the error msg as i showed in previous post.
    # su - oracle
    Sun Microsystems Inc. SunOS 5.10 Generic January 2005
    You have new mail.
    oracle 201> touch /backup_db/dumps/u2dw.dmp.test
    oracle 202>I contend that Oracle is too dumb to lie & does not mis-report reality
    27040, 00000, "file create error, unable to create file"
    // *Cause:  create system call returned an error, unable to create file
    // *Action: verify filename, and permissions                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • WLS6.1 hanging on Solaris- and SIGQUIT doesn't work

    Hi,
    We are experiencing a problem that looks like a deadlock when our server is under load (using WLS6.1SP2, Solaris 8 and the 1.3.1 JVM supplied with WLS). After processing many requests, the server hangs and CPU usage drops to 0%. Unfortunately the standard means of getting a thread dump (sending a SIGQUIT with kill -3 or Ctrl-\) does nothing. The problem also occurs if WebLogic is running under debug (using
    -Xdebug -Xnoagent -Djava.compiler=none -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=5555) but alas the debugger hangs when trying to pause the server after this deadlock). It appears as though the server is not accepting any requests (including administrative requests from the console) but this doesn't seem to be due to thread starvation as CPU usage is 0%.
    The only output we can get is from truss, which seems to indicate no activity at all until the SIGQUIT is received. It seems to register the SIGQUIT but it looks as though it is not being processed.
    Does anyone have any ideas?
    Kevin.

    We found a solution to this problem, relating to the threading model that the JVM
    uses.
    Have a look at http://java.sun.com/docs/hotspot/threads/threads.html for more
    details.
    The default threading model on Solaris 8 is many-to-many (threads to LWPs) with
    thread-based synchronisation. After playing with various threading models, we
    found that the best was one-to-one with the alternate thread library. This is
    the default provided by Solaris 9, but you can also tell Java to use this with
    older versions of Solaris by putting the following line in your start command
    prior to executing WebLogic:
    export LD_LIBRARY_PATH=/usr/lib/lwp:$LD_LIBRARY_PATH
    Apologies to anyone who was looking for an answer to this beforehand: I should
    have replied to this newsgroup back in September!
    Kevin Thomas
    J2EE Consultant
    LogicaCMG
    Charlie Therit <[email protected]> wrote:
    Kevin,
    If you are not able to capture a JVM thread dump, then the next best
    thing would be to capture several "/usr/proc/bin/pstack pid" C-level
    thread dumps. This information may enable BEA Support to help suggest
    potential work arounds. Depending upon the data in the pstack output,
    you may also wish to open a support case with Sun.
    Sincerely,
    Charlie Therit
    Developer Relations Engineer
    BEA Support
    Kevin Thomas wrote:
    Hi,
    We are experiencing a problem that looks like a deadlock when our serveris under load (using WLS6.1SP2, Solaris 8 and the 1.3.1 JVM supplied
    with WLS). After processing many requests, the server hangs and CPU
    usage drops to 0%. Unfortunately the standard means of getting a thread
    dump (sending a SIGQUIT with kill -3 or Ctrl-\) does nothing. The problem
    also occurs if WebLogic is running under debug (using
    -Xdebug -Xnoagent -Djava.compiler=none -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=5555)but alas the debugger hangs when trying to pause the server after this
    deadlock). It appears as though the server is not accepting any requests
    (including administrative requests from the console) but this doesn't
    seem to be due to thread starvation as CPU usage is 0%.
    The only output we can get is from truss, which seems to indicate noactivity at all until the SIGQUIT is received. It seems to register
    the SIGQUIT but it looks as though it is not being processed.
    Does anyone have any ideas?
    Kevin.

  • How do I make nfs automounted volumes visible in Finder?

    or, in other words, have opposite option to default nobrowse?
    from mount manpage
                 nobrowse
                         This option indicates that the mount point should not be visible via the GUI
                         (i.e., appear on the Desktop as a separate volume).
    this is edited mount command output from Mac Pro
    mac-pro:~ ivarss$ mount
    /dev/disk0s2 on / (hfs, local, journaled)
    devfs on /dev (devfs, local, nobrowse)
    map -hosts on /net (autofs, nosuid, automounted, nobrowse)
    map auto_home on /home (autofs, automounted, nobrowse)
    map autofs_nfs on /Volumes/lto5 (autofs, automounted, nobrowse)
    /dev/disk1s2 on /Volumes/VFS HDD 0122 (hfs, local, nodev, nosuid, journaled, noowners)
    varaklani:/nfs on /Volumes/nfs/faili (nfs, nodev, nosuid, automounted, nobrowse)
    thanks!
    shpokas

    Well, when you add a component, it's size is 0,0 and it is located at the top left corner (0,0 point of its parent container). When you call pack(), the components are resized, and their placement is set.
    So what you did wrong is that you're trying to repaint the panel1 - therefore panel2 never appears, since its dimension is 0,0.
    THere's a solution though. Call the validate method of the container you add the component to - that is, jPanel1.validate() instead of its repaint method. Then panel1 will resize the components it contains. Then its not necessary to call the repaint, it'll be done automatically, because the container's graphics area is not valid any more after the validation.
    private void jButton1ActionPerformed(java.awt.event.ActionEvent evt) {
         // Add your handling code here:
         JPanel2 p = new JPanel2();
         jPanel1.add(p);
         // jPanel1.repaint();
         jPanel1.validate();
    }

  • Java hang on Solaris 9 64 bit

    On the Solaris 9 64bit while I'm using my java (jre1.3.1) application causes the Java windows to hang. These windows cannot be closed or even killed from the resident Window manager.
    But if I use Solaris 8 64 bit or Solaris 9 32 bit my application works well without hang.
    Can someone help me???
    thank you
    Rina

    Although I got the following link
    http://download-uk.oracle.com/docs/html/A96167_01/toc.htm
    however, it's for Solaris 8.
    Is the process same for Solaris 9 or there're any issues during the installation?
    Are there any additional configuration compatibility checks need to be done?
    Is there any quick installation steps like your earlier link?
    Thanks.

  • RunInstaller hangs on Solaris 8 and 8.1.7 install

    Hello,
    We have a new 220R Solaris 8 ( Generic_108528-13 ) box
    with the Oracle 8.1.7, the java installer comes up but
    during the install process it hangs. Usually at the eom.conf
    section ( about 75% complete). This is a Out of the Box
    configuration and I have installed successfully on other
    Solaris 8 and Oracle 8i builds, just not this one.
    Here's a partial truss that the jre cycles through every
    second or so:
    Received signal #14, SIGALRM, in lwp_sema_wait() [caught]
    lwp_sema_wait(0xFF16FA10) Err#91 ERESTART
    sigprocmask(SIG_SETMASK, 0xFEA0BDE4, 0x00000000) = 0
    lwp_sema_post(0xFAE71E30) = 0
    setitimer(ITIMER_REAL, 0xFEA0B730, 0x00000000) = 0
    lwp_sema_wait(0xFAE71E30) = 0
    sigprocmask(SIG_SETMASK, 0xFF17AD70, 0x00000000) = 0
    setcontext(0xFEA0B6C8)
    sigprocmask(SIG_BLOCK, 0xFF16FA00, 0x00000000) = 0
    setitimer(ITIMER_REAL, 0xFEA0BC68, 0x00000000) = 0
    sigprocmask(SIG_UNBLOCK, 0xFF16FA00, 0x00000000) = 0
    lwp_sema_post(0xFE0D1E30) = 0
    lwp_sema_wait(0xFE0D1E30) = 0
    lwp_sema_post(0xFF16FA10) = 0
    lwp_sema_wait(0xFF16FA10) = 0
    sigprocmask(SIG_BLOCK, 0xFF16FA00, 0x00000000) = 0
    setitimer(ITIMER_REAL, 0xFEA0BC68, 0x00000000) = 0
    sigprocmask(SIG_UNBLOCK, 0xFF16FA00, 0x00000000) = 0
    lwp_sema_post(0xFE171E30) = 0
    lwp_sema_wait(0xFE171E30) = 0
    write(16, " <02\00202 kFE u < k\002".., 1520) = 1520
    read(16, 0xFE170D90, 32) Err#11 EAGAIN
    Thanks

    fixed it,
    when I took out all PATH's ( setenv PATH .... ) it worked.
    Here is what I had had for a PATH list:
    setenv PATH /bin:/usr/bin:/usr/sbin:/usr/openwin/bin:/usr/dt/bin:/usr/ccs/bin:/usr/ucb
    setenv PATH ${PATH}:${ORACLE_HOME}/bin
    setenv PATH ${PATH}:.
    I'm guessing that the install was accessing a make from the wrong
    location. that's only a guess.... anyways I commented the all
    PATH variables out and the runInstaller worked/completed it task.
    Jay

Maybe you are looking for

  • Why Actual is 0 in the report S_ALR_87013558?

    Dear experts,         i have issure IR with transaction code MIRO, but when i run S_ALR_87013558 ,the actual is 0,can you tell me how to check? Best Regards, Merry

  • Apple's Notes App...

    Hello all, I have a question about Apple's notes App. I've had my 3G iPhone for a couple years now and I've never really used the nots App. Within the last couple months however, I use it all the time for work. The problem I ran into is my notes all

  • Data Structures and Algorithms in java book

    Hi guys, I want to know a good book which is good for Data Structures and Algorithms in java. I am good at Core java but a beginner for Data Structures in Java. I am a little poor in Data Structures concepts. Following are the books I have found on t

  • Spry, Vertical Flyout, and IE

    First time user of Spry, looks great in FF but the whole menu is shifted to the right in IE. NO idea how to fix this. I used Spry because I already used P7 PMM for the horizontal menu. If someone has a better idea of how to generate a vertical flyout

  • Cannot see kids safari data anymore?

    My wife and I have two children and we have always been able to see the safari searches they are doing.  We recently had our niece move in and we can now see her safari searches, but not our childrens. My wife and I share the same user name.  We rece