Weblogic.refresh is extremely slow & failing when xmiting JSP to App Servers

          We have a process that calls weblogic.refresh and sends JSP's to application servers.
          It normally runs in 30mins but is now running for 16hrs and then crashes. It is
          taking over 10mins to send each jsp rather than 1 second.
          Has anyone experienced a similar problem ?
          $BMS_JDKHOME/bin/java -Xms128m -Xmx128m weblogic.refresh -url t3://${STY_ADMIN_SERVER_URL}
          -username system -password ${WLS_PW} -application ${APPLICATION} -component ${APPLICATION}
          $FILES_TO_REFRESH >>
          

Was the managed server where a webApp is targeted alive when you ran weblogic.refresh? If the
          slowness happens when the managed server is down, you need to upgrade to SP3.
          Satnam Jhuti wrote:
          > we use 6.1 SP2 with weblogic_patches1.jar and the libproxy.so from SP3
          >
          > Rajesh Mirchandani <[email protected]> wrote:
          > >What release with service pack are you using?
          > >
          > >Satnam Jhuti wrote:
          > >
          > >> We have a process that calls weblogic.refresh and sends JSP's to application
          > >servers.
          > >> It normally runs in 30mins but is now running for 16hrs and then crashes.
          > >It is
          > >> taking over 10mins to send each jsp rather than 1 second.
          > >> Has anyone experienced a similar problem ?
          > >>
          > >> $BMS_JDKHOME/bin/java -Xms128m -Xmx128m weblogic.refresh -url t3://${STY_ADMIN_SERVER_URL}
          > >> -username system -password ${WLS_PW} -application ${APPLICATION} -component
          > >${APPLICATION}
          > >> $FILES_TO_REFRESH >>
          > >
          > >--
          > >Rajesh Mirchandani
          > >Developer Relations Engineer
          > >BEA Support
          > >
          > >
          Regards,
          Ann
          Developer Relations Engineer
          BEA Support
          

Similar Messages

  • I just received a brand new iPod touch as a gift. But when I try to play music on it the speaker is extremely slow. When I plug in headphones I hear nothing. Tried multiple headphones. Tried a restore.

    I just received a brand new iPod touch as a gift. But when I try to play music on it the speaker is extremely slow. When I plug in headphones I hear nothing. Tried multiple headphones. Tried a restore.  It never dropped or anything 

    Try here:
    iPod touch: Hardware troubleshooting
    You said you restored the iPod. Was the restore successful, that is, it went though all the steps without errors?
    Try a restore to factory settings/new iPod if yuhave not doe so so far.
    Are you  using the headphones that came with the iPod? Are you inserting the plug fully
    Have you tried another set of headphones in the iPod?
    The speaker is not that loud.

  • My iPod(4g) is slow and when i open a app, after few minutes it automatically closes and also takes about 4 minutes to enter settings app.

    My iPod(4g) is slow and when i open a app, after few minutes it automatically closes

    Sounds like a software issue. Back-up the iPod to a computer and then restore the software via iTunes and set it up as a new device. If it is working fine then restore your backup to the device. If it is still playing up before you put your information back on then it is most likely a faulty device, and would need a service.

  • Extremely slow results when console queries remote SQL server

    We have a SCCM 2012 environment set up on our test network. Everything is virtual. I have a VM that has a primary site and VM that is a remote SQL server. Both are running Server 2008 R2. It has been running for a few month now and I have not had any
    issues with console speed until now. When I try and look at updates in an update package, it will take about a half hour to display the 250ish updates that are in that package. The CPU on the Primary site server is running below 10% and the RAM is running
    right at half. At the same time while SCCM is looking up the results the SQL box jumps to about 25% CPU and the RAM stays steady at about half as well. There are a couple other things on this SQL VM and it has 12 GB of RAM. I also see this behavior
    when searching all updates, and general movement around the console. I have a maintenance task set up in SCCM to rebuild indexes every Saturday. There are only 80 clients inside of this test environment. What could cause this? Any ideas on how
    to fix it?

    The log said reindexing completed. Things look fine on the performance side. The VM running Configuration manager is a bit over powered and the VM running the SQL stuff seems to be about right. If I want to look in update packages, update groups, or
    at all updates it is still extremely slow.
    For example, there are 998 updates when this screen would finally load. It takes almost a half hour to populate the list. If I try and look at these and go somewhere else like administration it bogs the console down to an unusable state unless you let
    it sit there for a half hour or restart the Configuration Manager server to break the query.

  • Extreme slow down when using wireless connection

    I did not have a wireless network prior to purchasing the airport express and needed this as I purchased a macbook. My intention was only to use this device as a wireless network. I have my cable modem connected to a linksys router which is connected to the airport express. The internet connection on my macbook is extremely SLOW! I have reset and reinstalled my airport several times, called apple support and trouble shoot for over an hour, however still experiencing the same problems...slow internet connection. In my troubleshooting I have determined that cable modem and connection, router and airport are all working properly. So the only other thing is interference issue. I've tried changing the channels, use interference robustness option however still no results. I just want my laptop internet connection to work fast. This is my last hope otherwise I'm going out tomorrow to buy a wireless Linsys N router. Any suggestions????

    Well it turned out to be a DNS configuration problem on the MacBook. If you go to Networks-Advanced in the System Preferences for the Airport connection, then select the DNS TAB. In there I had a spurious DNS entry. I deleted the one that was manually entered in (it's in black text) that way the one I received from the Airport Express was the only one in there (it is greyed out and you can't delete it.)
    Hope that helps.

  • Iisproxy.dll causes "DLL initialization routine has failed" when serving JSPs

              Hi,
              We are experiencing problems with the Weblogic ISAPI plug-in. Often the webservers
              are giving the following error:
              "A dynamic link library (DLL) initialization routine has failed"
              when trying to serve JSP requests (the only ones that are using this plug-in),
              without crashing the IIS service. Which causes our load-balancers to hit the affected
              webservers as the IIS service is running, but the clients (browsers) only seen
              this error.
              Our configuration is the following:
              - 2 WLS 4.5.1 SP11 on Solaris 2.5.7 boxes running in a cluster
              - 3 IIS4 using the iisproxy.dll from WLS 4.5.1 SP14 on NT4 SP6a boxes.
              Our iisproxy.ini is the following:
              WebLogicCluster=10.194.34.32:7005,10.194.34.34:7005
              ErrorPage=http://212.0.161.16/media/site_down.htm
              ConnectTimeoutSecs=15
              ConnectRetrySecs=2
              DebugConfigInfo=ON
              Debug=ON
              The plug-in is registered to only serve JSP requests and the "Run in separate
              memory space" is checked. Does anyone knows what's the problem? I'm also attaching
              the plug-in log from one of the affected webservers.
              Thanks in advance.
              [Wlproxy.zip]
              

    Thanks, JLS.
    We figured it out. There's an entry in the registry that lvanyls.dll points to specifying the location of the LV shared directory (and therefore the MKL directory). If it's not found in that exact location, the dll load aborts.
    We're trying to not include the runtime installer in our application installer because of the size, so we're figuring out our own workaround (and trying to CYA in the meantime ).
    -Scott

  • Why do I get connection failed when logging in on app store on wireless, but Wired LAN works fine?

    I've been having the same issue as many other people. On OSX Lion with latest updates as of 3/20/2012. Tried deleting .plist files, checking keychain access and even reset keychain. I still get the error of Connection Failed when trying to download updates or a new app from the app store.
    I also can't connect to the iTunes "Account" area. It produces an error that the request failed (-1200)
    I finally decided to try a wired connection instead of my wireless. Now it works great! So I removed my wireless network and re-added it. Back to square one. Work around for now is fine, but I should be able to use this over wireless, too!
    I just now tested connecting to a different wireless network (EVO Hotspot) and it worked fine. So it's something specific to my office wireless network. Nothing changed on our firewall (I'm the administrator). It just stopped working.
    Anthony

    Hi ...
    Perhaps there's something that you haven't tried here >  Troubleshooting Wi-Fi issues in OS X Lion

  • Extremely Slow System when Compiling - New Macbook Pro

    Hello,
    I am having numerous problems with the newest Macbook Pro 13 inch (16GB RAM i7) when compiling programs in the terminal. Every time I start a process whether it is compiling a file / installing a program etc the terminal window and other application freeze. It is important to note that I have an older macbook pro which does not suffer from this issue. In order to check whether it could have been an issue with the software/compiler/library version installed I reinstalled the same version of OS Mavericks from scratch on both laptops and did not install any  additional software and or anything which did not come directly from apple. The issue is still there and no matter what the terminal freezes on the newer macbook pro.
    Does anyone have any suggestion?
    Thanks
    John

    This procedure is a diagnostic test. It changes nothing, for better or worse, and therefore will not, in itself, solve your problem.
    If you don't already have a current backup, back up all data before doing anything else. The backup is necessary on general principle, not because of anything in the test procedure. There are ways to back up a computer that isn't fully functional. Ask if you need guidance.
    Below are instructions to run a UNIX shell script, a type of program. All it does is to gather information about the state of your computer. That information goes nowhere unless you choose to share it on this page. However, you should be cautious about running any kind of program at the request of a stranger on a public message board. If you have doubts, search this site for other discussions in which this procedure has been followed without any report of ill effects. If you can't satisfy yourself that the instructions are safe, don't follow them.
    Here's a summary of what you need to do: Copy a line of text from this web page into the window of another application. Wait about a minute. Then paste some other text, which will have been copied automatically, back into a reply on this page. The sequence is: copy, paste, wait, paste again. Details follow.
    You may have started the computer in "safe" mode. Preferably, these steps should be taken in “normal” mode. If the system is now in safe mode and works well enough in normal mode to run the test, restart as usual. If you can only test in safe mode, do that.
    If you have more than one user, and the one affected by the problem is not an administrator, then please run the test twice: once while logged in as the affected user, and once as an administrator. The results may be different. The user that is created automatically on a new computer when you start it for the first time is an administrator. If you can't log in as an administrator, test as the affected user. Most personal Macs have only one user, and in that case this paragraph doesn’t apply.
    The script is a single long line, all of which must be selected. You can accomplish this easily by triple-clicking  anywhere in the line. The whole line will highlight, though you may not see all of it in your browser, and you can then copy it. If you try to select the line by dragging across the part you can see, you won't get all of it.
    Triple-click anywhere in the line of text below on this page to select it:
    clear; Fb='%s\n\t(%s)\n'; Fm='\n%s:\n\n%s\n'; Fs='\n%s: %s\n'; Fu='user %s%%, system %s%%'; PB="/usr/libexec/PlistBuddy -c Print"; A () { [[ a -eq 0 ]]; }; R () { o=; [[ r -eq 0 ]]; }; M () { find -L "$d" -type f -exec sh -c 'file -b "$1" | egrep -q XML\|exec' {} {} \; -print; }; Pm () { [[ "$o" ]] && o=`sed 's/^ */   /' <<< "$o"` && printf "$Fm" "$1" "$o"; }; Pc () { o=`egrep -v '^[[:blank:]]*($|#)' "$2"`; Pm "$1"; }; Pp () { o=`$PB "$2" | awk -F'= ' \/$3'/{print $2}'`; Pm "$1"; }; Ps () { o=`echo $o`; [[ ! "$o" =~ ^0?$ ]] && printf "$Fs" "$1" "$o"; }; id | grep -qw '80(admin)'; a=$?; A && sudo true; r=$?; t=`date +%s`; clear; { A || echo $'No admin access\n'; A && ! R && echo $'No root access\n'; system_profiler SPSoftwareDataType | sed '8!d;s/^ *//'; o=`system_profiler SPHardwareDataType | awk '/Mem/{print $2}'`; o=$((o<4?o:0)); Ps "Memory (GB)"; o=`system_profiler SPDiagnosticsDataType | sed '5,6!d'`; [[ "$o" =~ Pass ]] || Pm "POST"; o=`system_profiler SPUSBDataType | awk '/V.*[(]/{if ($4 !~ /Apple/) print}' | wc -l`; Ps "3rd-party USB devices"; o=`pmset -g therm | sed 's/^.*CP/CP/'`; egrep -q 'No th|pms' <<< "$o" && o=; Pm "Thermal conditions"; o=`pmset -g sysload | grep -v :`; grep -q '= [^GO]' <<< "$o" || o=; Pm "System load advisory"; o=`nvram boot-args | awk '{$1=""; print}'`; Ps "boot-args"; d=(/ ""); D=(System User); for i in 0 1; do o=`cd ${d[$i]}L*/L*/Dia* && ls | grep -v 'ag$' | tail | awk -F_ '{$NF=a[split($NF,a,".")]; print}'`; Pm "${D[$i]} diagnostics"; done; o=`syslog -F bsd -k Sender kernel -k Message CReq 'GPU |hfs: Ru|I/O e|n Cause: -|NVDA\(|pagin|SATA W|ssert|timed? ?o' | tail -n25 | awk '/:/{$4=""; $5=""; print}'`; Pm "Kernel messages"; o=`df -m / | awk 'NR==2 {print $4}'`; o=$((o<5120?o:0)); Ps "Free space (MiB)"; o=$(($(vm_stat | awk '/eo/{sub("\\.",""); print $2}')/256)); o=$((o>=1024?o:0)); Ps "Pageouts (MiB)"; s=( `sar -u 1 10 | sed '$!d'` ); [[ s[4] -lt 85 ]] && o=`printf "$Fu" ${s[1]} ${s[3]}` || o=; Ps "Total CPU usage" && { s=(`ps acrx -o comm,ruid,%cpu | sed '2!d'`); o=${s[2]}%; Ps "CPU usage by process \"$s\" with UID ${s[1]}"; }; s=(`top -R -l1 -n1 -o prt -stats command,uid,prt | sed '$!d'`); s[2]=${s[2]%[+-]}; o=$((s[2]>=25000?s[2]:0)); Ps "Mach ports used by process \"$s\" with UID ${s[1]}"; o=`kextstat -kl | grep -v com\\.apple | cut -c53- | cut -d\< -f1`; Pm "Loaded extrinsic kernel extensions"; R && o=`sudo launchctl list | sed 1d | awk '!/0x|com\.(apple|openssh|vix\.cron)|org\.(amav|apac|calendarse|cups|dove|isc|ntp|post[fg]|x)/{print $3}'`; Pm "Extrinsic system jobs"; o=`launchctl list | sed 1d | awk '!/0x|com\.apple|org\.(x|openbsd)|\.[0-9]+$/{print $3}'`; Pm "Extrinsic agents"; o=`for d in {/,}L*/Lau*; do M; done | grep -v com\.apple\.CSConfig | while read f; do ID=$($PB\ :Label "$f") || ID="No job label"; printf "$Fb" "$f" "$ID"; done`; Pm "launchd items"; o=`for d in /{S*/,}L*/Star*; do M; done`; Pm "Startup items"; o=`find -L /S*/L*/E* {/,}L*/{A*d,Compon,Ex,In,Keyb,Mail,P*P,Qu,Scripti,Servi,Spo}* -type d -name Contents -prune | while read d; do ID=$($PB\ :CFBundleIdentifier "$d/Info.plist") || ID="No bundle ID"; egrep -qv "^com\.apple\.[^x]|Accusys|ArcMSR|ATTO|HDPro|HighPoint|driver\.stex|hp-fax|\.hpio|JMicron|microsoft\.MDI|print|SoftRAID" <<< $ID && printf "$Fb" "${d%/Contents}" "$ID"; done`; Pm "Extrinsic loadable bundles"; o=`find -L /u*/{,*/}lib -type f -exec sh -c 'file -b "$1" | grep -qw shared && ! codesign -v "$1"' {} {} \; -print`; Pm "Unsigned shared libraries"; o=`launchctl getenv DYLD_INSERT_LIBRARIES`; Pm "Inserted libraries"; o=`find -L {,/u*/lo*}/e*/periodic -type f -mtime -10d`; Pm "Modified periodic scripts"; o=`scutil --proxy | grep Prox`; Pm "Proxies"; o=`scutil --dns | awk '/r\[0\] /{if ($NF !~ /^1(0|72\.(1[6-9]|2[0-9]|3[0-1])|92\.168)\./) print $NF; exit}'`; Ps "DNS"; R && o=`sudo profiles -P | grep : | wc -l`; Ps "Profiles"; for f in fstab sysctl.conf crontab launchd.conf; do Pc $f /etc/$f; done; Pc "hosts" <(grep -v 'host *$' /etc/hosts); Pc "User launchd" ~/.launchd*; R && Pc "Root crontab" <(sudo crontab -l); Pc "User crontab" <(crontab -l); R && o=`sudo defaults read com.apple.loginwindow LoginHook`; Pm "Login hook"; Pp "Global login items" /L*/P*/loginw* Path; Pp "User login items" L*/P*/*loginit* Name; Pp "Safari extensions" L*/Saf*/*/E*.plist Bundle | sed 's/\..*$//;s/-[1-9]$//'; o=`find ~ $TMPDIR.. \( -flags +sappnd,schg,uappnd,uchg -o ! -user $UID -o ! -perm -600 \) | wc -l`; Ps "Restricted user files"; cd; o=`system_profiler SPFontsDataType | egrep "Valid: N|Duplicate: Y" | wc -l`; Ps "Font problems"; o=`find L*/{Con,Pref}* -type f ! -size 0 -name *.plist ! -exec sh -c 'plutil -s "$1" >&-' {} {} \; -print`; Pm "Bad plists"; d=(Desktop L*/Keyc*); n=(20 7); for i in 0 1; do o=`find "${d[$i]}" -type f -maxdepth 1 | wc -l`; o=$((o<=n[$i]?0:o)); Ps "${d[$i]##*/} files"; done; o=$((`date +%s`-t)); Ps "Elapsed time (s)"; } 2>/dev/null | pbcopy; exit 2>&-
    Copy the selected text to the Clipboard by pressing the key combination command-C.
    Launch the built-in Terminal application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Terminal in the icon grid.
    When you launch Terminal, a text window will open with a line already in it, ending either in a dollar sign ($) or a percent sign (%). If you get the percent sign, enter “sh” and press return. You should then get a new line ending in a dollar sign.
    Click anywhere in the Terminal window and paste (command-V). The text you pasted should vanish immediately. If it doesn't, press the return key.
    If you're logged in as an administrator, you'll be prompted for your login password. Nothing will be displayed when you type it. You will not see the usual dots in place of typed characters. Make sure caps lock is off. Type carefully and then press return. You may get a one-time warning to be careful. If you make three failed attempts to enter the password, the test will run anyway, but it will produce less information. In most cases, the difference is not important.
    If you're not logged in as an administrator, you won't be prompted for your password. The test will still run. It just won't do anything that requires administrator rights.
    The test may take up to a few minutes to run, depending on how many files you have and the speed of the computer. A computer that's abnormally slow may take longer to run the test. There wiil be nothing in the Terminal window and no indication of progress until it's done. Wait for the line "[Process completed]" to appear. If you don't see it within half an hour or so, the test probably won't complete in a reasonable time. In that case, close the Terminal window and report your results. No harm will be done.
    When the test is complete, quit Terminal. The results will have been copied to the Clipboard automatically. They are not shown in the Terminal window. Please don't copy anything from there. All you have to do is start a reply to this comment and then paste by pressing command-V again.
    If any private information, such as your name or email address, appears in the results, anonymize it before posting. Usually that won't be necessary.
    When you post the results, you might see the message, "You have included content in your post that is not permitted." That's because the forum software falsely identifies something in the post as a violation of the terms of use. If that happens, please post the results on Pastebin, then post a link here to the page you created.
    Note: This is a public forum, and others may give you advice based on the results of the test. They speak only for themselves, and I don't necessarily agree with them.
    Copyright © 2014 Linc Davis. As the sole author of this work, I reserve all rights to it except as provided in the Terms of Use of Apple Support Communities ("ASC"). Readers of ASC may copy it for their own personal use. Neither the whole nor any part may be redistributed.

  • Add WebLogic 8.1 as target fails when AdminServer listens on DNS

    We setup OEM 11.1.0.1.0 and added host1.foo.com (Linux VM) as a host. The OEM Agent is up and running on host1.foo.com
    This host has a WebLogic Domain 8.1sp6 and its Admin Server listens on adminhost.foo.com (DNS which resolves to a virtual IP).
    1) When I try to add the WebLogic Domain 8.1sp6 to the OEM Console using Administration Server Host as host1.foo.com, it failed with the error "No WebLogic Server found on the specified port". See attached screen shot.
    2) When try adding the same domain to the OEM Console using Administration Server Host as adminhost.foo.com (DNS), it failed with the error "No domains found on host adminhost.foo.com". See attached screen shot.
    Is there a way to make OEM OMS understand the DNS name? What facility OEM provides to handle this OMS->DNS->WebLogic AdminServer flow? Thanks

    Found solution for this issue few weeks ago and asked Oracle add this as a note.
    1385302.1

  • Extremely slow speed when backing up onto Airport Extreme disk

    I have a wireless network set up with the Network Extreme basestation. The basestation has a 500 GB iomega drive attached via the USB 2.0 port. The disk comes up just fine, but when I try to use it as a backup disk from my iMac using SuperDuper!, I get an effective peak copy speed of 1.9 MB/s, and it takes multiple hours to perform a ~30 GB backup. The disk is Mac formatted.
    For comparison, if I plug the disk directly into the USB port on my iMac, the peak effective speed is ~15 MB/s and the backup takes 35 min.
    The iMac and the basestation are both running 802.11n, with an effective speed of 130 MB/s.
    On the off chance that it was the disk imaging process that was slowing things down, I have run SuperDuper! with disk imaging back to the iMac's HD rather than the Airport Extreme HD and it runs at ~20 MB/s.
    To review:
    - Trying to backup to the Airport disk runs really, really slowly and takes forever
    - It's not the network speed, the HD speed or the software.
    What's up? Anyone else have this problem? One of the reasons I bought the Airport Extreme was to use it as a network back-up HD. If it going to take a day to copy a full iMac disk, then this is clearly unsatisfactory.

    I would echo Glyn's assessment. One needs to keep in mind that Apple designed this product as a low cost device to meet the typical requirements of a home user (ie streaming of music, sharing of a few files, and backups without time constraints). If one needs the performance levels typical of a network file server, then this is the wrong product to use. Perhaps Apple's marketing information for this device should make that a bit clearer.

  • Does new Airport Extreme slow down when used with Airport Express?

    Maybe this is self-evident.
    If get the new Airport extreme and use an old airport express to extend it, will signal slow down to the old speed?
    Does the AE have a greater range? Perhaps I don't need the Express to extend.
    I live in NYC and there are so many signals in the air. It seems like having the additional airport helps keep me connected.
    Thanks.

    The airport express is g technology not n technology, so it will be at least as slow as your old network. Also, I'm not sure but I think the the range will be a bit longer than with the old g system, but does not have the full potential of an n system.
    I've set up my new system but none of my machines are n capable. I extended the system using my old expresses. The speed of the system is no greater than what it was before the n.
    I bought the system to upgrade my technology because everytime my Applecare runs out, I get a new computer which isn't too far down the road. I've purchased an Apple TV which will also work better with the n technology when I upgrade. It's either buy it now or buy it later. I'm also hoping that some third party like Belkin will develop a PCIX card to provide n technology to those of my computers that aren't currently n capable. I'm sure there is many like me out there.

  • Extremely slow performance when external drives are plugged in.

    I've had lots of freezing issues during startup just recently. After a lot of messing around I removed an iOmega Firewire HDD that was constantly plugged in and the freezing issues have gone. Great! But as I tried to plug it back into my machine once everything had loaded up, the machine became unusably slow.
    I've also tried plugging in USB drives, like my iPhone, camera and memory stick and it has the same effect.
    Anyone else had this same problem or any ideas how to fix it?

    HI,
    *"I've also tried plugging in USB drives, like my iPhone, camera and memory stick and it has the same effect."*
    How much free space on the startup disk? Might be an underlying issue ...
    Right or control click the MacintoshHD icon. Click Get Info. In the Get Info window you will see Capacity and Available. *Make sure you always have a minimum of 10% to 15% free disk space at all times.*
    If you need to free up space on the startup disk go here.
    http://www.thexlab.com/faqs/freeingspace.html
    If free space is not an issue, then boot from your install disc and run Disk Utility.
    Insert Installer disk and Restart, holding down the "C" key until grey Apple appears.
    Go to Installer menu and launch Disk Utility.
    Select your HDD (manufacturer ID) in the left panel.
    Select First Aid in the Main panel.
    *(Check S.M.A.R.T Status of HDD at the bottom of right panel. It should say: Verified)*
    Click Repair Disk on the bottom right.
    If DU reports disk does not need repairs quit DU and restart.
    If DU reports errors Repair again and again until DU reports disk is repaired.
    When you are finished with DU, from the Menu Bar, select Utilities/Startup Manager.
    Select your start up disk and click Restart
    Carolyn

  • Extremely Slow Response when attempting to display files on Windows Server

    I have set up File Sharing on my MacBook Pro using SMB and defined the folders that are available to be shared. When I look at the Network Neighbourhood in Windows Explorer the Macbook appears listed with all the other PCs on the network. When I try to open the Macbook in Explorer it takes a very long time to open (about 2 minutes or so) and shows me the list of folders. When I try to open a folder the exact same thing happens - it opens after a couple of minutes, this continues for every folder that I try to open. I thought it might be that Explorer needed to "catalog" the files in the folders but the same thing happens each time - if I close the connection and try again it takes the same amount of time. What is very strange is that if I connect to the Windows Server from the Mac opening and looking at shared folders/files is instantaneous so clearly this is not a network problem. If I use the Win2K3 server to look at other computers/files the result is the same - instantaneous access, so it has nothing to do with the Win2K3 server - clearly the problem is with the MacBook serving up the file information to the Win2K3 server. I have tried with AFP on and off and the result is the same. The user name/pwd is the same on both the Win2K3 and the Macbook - and I have tried with a different username on the Win2K3 - no difference. Anyone have any ideas as to why this is happening?

    Yes they are on the same workgroup, on ethernet, plugged into the same switch. The Mac can read and copy files of the Win2K3 server with no problem. The problem is clearly at the Mac end as the Win2K3 server can view files on any machine on the network without the slow response, the Mac can view files on the Win2K3 server without the slow response, it is only when the Win2K3 server tries to view files on the Mac.

  • I'm experiencing extremely slow response when attempting to open the control center from the lock screen, any suggestions?

    When trying to access the control center from the lock screen, it takes anywhere from 2 to MANY swipes to get a response.  Never opens on the first try.

    I'm not having the same problem, but there is a feature in the OS that attempts to discern from swipes to unlock and swipes to open control center. This is what you may be experiencing.

  • Update to 6.01 has resulted in extreme slow down when I right click for context menus? Tried usual fixes (new profile, cleaned cache).

    After updating to latest version for Osx, I noticed that when right clicking for context menus, enormous lag occurs. It has made it almost impossible to be productive. Any ideas?

    Thanks for your response and sorry for the delay in my rep[ly.
    Today I tested the Linux-64 version (Firefox 33) from the link you suggested. There weren't any install instructions or a README, but based on the file-system layout I guess it just needs to be extracted. I downloaded and extracted to my Downloads directory and ran the executable via command-line as my user (not root).
    Firefox popped up right away, but it was not usable for at least 30s. It asked to import from Chrome which I did (no errors). Every click on the top bar (address bar search, buttons to the right of search, bookmarks toolbar) resulted in a dimming un-dimming sequence of @7s, after which nothing (couldn't focus in the address bar, occasionally the bookmark menu would appear, but was not functional). Basically, it's un-usable.
    As I mentioned in an earlier reply, I am having similar problems with Komodo which is apparently also Mozilla based.
    Are there any logs I could tail and post that might help track this down?
    Not sure what to do at this point.

Maybe you are looking for

  • Retrieving the Web Browser keystore

    Hello everyone, My question is in the subject : How can I retrieve the Web Browser (IE for example) keystore from my signed Applet ? Is it possible at least ? Thanks for your wisdom. S�bastien

  • Error with Gridlayout in dialog

    Hello, I wondered if anyone could advise, in this dialog code I was hoping the first panel to display the labels and textfields as 2 columns, with 3 rows. The second panel works fine, could anyone see the problem in the first? Thank you The first pan

  • How do I transfer an itune into another software program like Vegas Studio?

    I purchased an itune but can't figure out how to import it into vegas studio. The only way I've figured out to work around it is by burning the song onto a CD and then importing it back onto my computer with Sound Forge. Any other suggestions? I hate

  • Oracle Forms first time use

    Hi friends, I have installed Oracle 10g Development Suite from the Oracle web site. I need to use Oracle Forms from that package. Please let me know the user name and password to connect for the first time Thanks.

  • Error trying to run the Sample Code Virtual Private Database using JSP's

    Hi. I`ve downloaded the Virtual Private Database using JSP's example from the Oracle9iAS Security - Sample Corner (http://otn.oracle.com/sample_code/deploy/security/9i_security.html) I ran the SQL script just fine. I�ve Opened the JDeveloper Flile (s