Running WL 6.1 SP2 on Sun's new JVM 1.4

Hi all,
First a bit of background to my request.
We have an WL application running on Solaris that simply must have a very large
EJB cache since the time taken to load each EJB and its dependent objects is very
large. We frequently do operations over large sets of the objects.
Because of this, these objects end up being tenured to the old part of the JVMs
heap, I'm talking up to a gigabyte+ of data. We have tried every option to the
garbage collector on Sun's 1.3.1 JVM to improve performance, but cannot get rid
of the fact that a major garbage collection will take place once every minute
or so, and when it does, it takes about 2.5 secs for each 40 meg in the old heap,
in short a horrible pause and all processors are locked out for that duration.
It's a highly interactive application. We have tried using -Xincgc for incremental
garbage collection but major collections still take place, although less often,
still enough to pose a serious problem, increasingly so as the heap gets larger.
This is a real blow for enterprise Java computing with large caches, the JVMs
to date are just not designed for large multi-threaded server side apps
JVM 1.4 is said to have addressed some of this with parallel garbage collection,
which would mean our WL application threads could keep running while GC is taking
place. So we tried booting up WL 6.1 on JDK 1.4. We did install the 64 bit version
since we are running 64 bit Solaris.
With the 32 bit option to the JVM, we get a static initialiser problem the second
we start it, with the 64 bit option, we get cannot find execv() or some such function.
So my question is, has anybody successfully run their WL 6.1 on the new JDK 1.4,
or any version of WL for that matter. If so, did you have to do anything specific,
patches, OS reconfigs etc to get it to run? If anybody from BEA is reading, is
BEA likely to certify WL 6.1 on JVM 1.4?
No doubt somebody will probably mention giving JRockit a go, a server side JVM
designed from the ground up for the type of app I'm talking about. BEA used it
recently to get their latest benchmark with WL 7.0 beta.
We did download this and try it. Unfortunately, JRockit on Solaris is only at
a 3.0 release compared to the later 3.1 release on NT and Linux. Firstly the 3.0
starts up way slower than the 3.1 release. But that's ok, one can live with a
slower startup. Once started up on Solaris (2.8), it does run quickly alright,
but after a while it just simply hangs, with no errors or anything, the process
stays alive with 0% CPU, and does nothing, you can't connect to WL or anything,
you just have to kill it. Other groups with my organization experienced the same
thing on Solaris. We wrote to JRockit who said yes they have similar problems
with Solaris in their own labs but could not say when there will be another release.
We simply have to deploy on Solaris, so JVM 1.4 right now seems my only hope.
Any info greatly received.
Regs,
Paul

It should be fairly easy for you to track down who's calling System.gc().
I believe the Sun JDK has the java.lang.* sources bundled with the jvm (or perhaps it's
a separate download.) Add a Thread.dumpStack() to System.java, re-compile, and prepend
your new version to the bootclasspath. (type java -X for more info on setting the
bootclasspath)
-- Rob
Paul Hammond wrote:
Thanks a lot Danny, will check that.
Actually I should mention that using the non standard
-XX:+DisableExplicitGC option to the JVM got rid of practically all the full GCs,
seems like probably WebLogic or possibly some other third party library periodically
calls System.gc() and this really kills it if you have a large old heap.
Regs,
Paul
Danny Foncke <[email protected]> wrote:
There's something at :
http://www.genuitec.com/products.htm#weblogic_jdk14
Danny
Paul Hammond wrote:
Hi all,
First a bit of background to my request.
We have an WL application running on Solaris that simply must havea very large
EJB cache since the time taken to load each EJB and its dependent objectsis very
large. We frequently do operations over large sets of the objects.
Because of this, these objects end up being tenured to the old partof the JVMs
heap, I'm talking up to a gigabyte+ of data. We have tried every optionto the
garbage collector on Sun's 1.3.1 JVM to improve performance, but cannotget rid
of the fact that a major garbage collection will take place once everyminute
or so, and when it does, it takes about 2.5 secs for each 40 meg inthe old heap,
in short a horrible pause and all processors are locked out for thatduration.
It's a highly interactive application. We have tried using -Xincgcfor incremental
garbage collection but major collections still take place, althoughless often,
still enough to pose a serious problem, increasingly so as the heapgets larger.
This is a real blow for enterprise Java computing with large caches,the JVMs
to date are just not designed for large multi-threaded server sideapps
JVM 1.4 is said to have addressed some of this with parallel garbagecollection,
which would mean our WL application threads could keep running whileGC is taking
place. So we tried booting up WL 6.1 on JDK 1.4. We did install the64 bit version
since we are running 64 bit Solaris.
With the 32 bit option to the JVM, we get a static initialiser problemthe second
we start it, with the 64 bit option, we get cannot find execv() orsome such function.
So my question is, has anybody successfully run their WL 6.1 on thenew JDK 1.4,
or any version of WL for that matter. If so, did you have to do anythingspecific,
patches, OS reconfigs etc to get it to run? If anybody from BEA isreading, is
BEA likely to certify WL 6.1 on JVM 1.4?
No doubt somebody will probably mention giving JRockit a go, a serverside JVM
designed from the ground up for the type of app I'm talking about.BEA used it
recently to get their latest benchmark with WL 7.0 beta.
We did download this and try it. Unfortunately, JRockit on Solarisis only at
a 3.0 release compared to the later 3.1 release on NT and Linux. Firstlythe 3.0
starts up way slower than the 3.1 release. But that's ok, one can livewith a
slower startup. Once started up on Solaris (2.8), it does run quicklyalright,
but after a while it just simply hangs, with no errors or anything,the process
stays alive with 0% CPU, and does nothing, you can't connect to WLor anything,
you just have to kill it. Other groups with my organization experiencedthe same
thing on Solaris. We wrote to JRockit who said yes they have similarproblems
with Solaris in their own labs but could not say when there will beanother release.
We simply have to deploy on Solaris, so JVM 1.4 right now seems myonly hope.
Any info greatly received.
Regs,
Paul

Similar Messages

  • Can I run SUN and BEA JVM with WL9.1 on Solaris 9

    Is it possible to run a WL9.1 domain on SUN JVM and another one on BEA JRockit? The reason I asked is that for the WL9.1 Sparc download, there's one for Solaris 8,9 and 10 on Sparc and there's another one for Solaris 9 with JRockit Supported. Is this mean I have to install both on 2 separate BEA home?

    Right, I read the docs. What's confusing is that on the WLS download page, there's a download for the Solaris Sparc 8,9,10 (server910_solaris32.bin). There's another download for Solaris 9 with JRockit Supported (server910_generic.jar). For the server910_solaris32.bin, it comes with the SUN JDK. For the server910_generic.jar, it doesn't have the SUN JDK and it needs a separate JRockit download, jrockit-R26.3.0-jdk1.5.0_06-solaris-sparcv9.bin. Also, in the WLS9.1-JRockit install docs, it requires the LD_LIBRARY_PATH to point to sparc64 instead of sparc in the {WL_HOME}/common/bin/commEnv.sh.
    I guess my question is which file should I use for the base WLS install? server910_solaris32.bin or server910_generic.jar? If I use the server910_solaris32.bin, I will need to add JRockit as a separate install. If I use server910_generic.jar, i will need to install JRockit as well as the SUN JDK.

  • HT201240 This process does not appear to work for me.  I'm running 10.8.3.  I created a new user for a guest staying with me.  They have gone now and I am attempting to either change the password or delete the user.  It won't allow me to choose the user I

    This process does not appear to work for me.  I'm running 10.8.3.  I created a new user for a guest staying with me.  They have gone now and I am attempting to either change the password or delete the user.  It won't allow me to choose the user I created.  I am logged in as myself and it states that I am an "Admin".  The user I'm attempting to change is listed as a "standard" user and there is a white checkmark inside an orange circular background on the user pic in the list of users. 
    Can someone help me?  I am having a hard time believing that OSx will allow me to create users and allow them use of my computer and it's drives, yet it will not allow me to change the password so I can monitor what they might have been doing while logged on?  What if this were my child?  This guest left under sketchy circumstances, and I'd really like to be able to ensure they were not using my computer to do illegal things or to have illegal communications.
    Any help would be appreciated.  (It's odd that it was so simple to "create" a user and set a password for them.......but it's complicated or a little known process to reverse.
    Thanks.

    Here are two screen shots to show you what I am seeing.  The first screen shot shows it allowing me to select (highlighted in blue) my admin user (which is what I am locced in as).  The second screen shot shows it allowing me to select the "Guest" user (highlighted in blue).  However when I click on the user "Orion" nothing happens.  It will not change to highlight that user.

  • I try to launch firefox get the following message "firefox is already running, but is not resonding. to open a new window, you must first close the existing firefox process, or restart your system" firefox is not running and restart doesn't work

    when I launch firefox get the following message "firefox is already running, but is not resonding. to open a new window, you must first close the existing firefox process, or restart your system" firefox not running and a restart doesn't solve the problem

    Download a fresh Firefox copy and save the file to the desktop.
    *Firefox 12.0.x: http://www.mozilla.org/en-US/firefox/all.html
    Uninstall your current Firefox version, if possible.
    *Do NOT remove personal data when you uninstall your current Firefox version, because all profile folders will be removed and you will also lose your personal data like bookmarks and passwords from profiles of other Firefox versions.
    Remove the Firefox program folder before installing that newly downloaded copy of the Firefox installer.
    *It is important to delete the Firefox program folder to remove all the files and make sure that there are no problems with files that were leftover after uninstalling.
    *http://kb.mozillazine.org/Uninstalling_Firefox
    Your bookmarks and other profile data are stored elsewhere in the Firefox Profile Folder and won't be affected by a reinstall, but make sure that you do not select to remove personal data if you uninstall Firefox.
    *http://kb.mozillazine.org/Profile_folder_-_Firefox
    See also:
    *https://support.mozilla.org/kb/Firefox+is+already+running+but+is+not+responding
    *http://kb.mozillazine.org/Profile_in_use
    *http://kb.mozillazine.org/Recovering_a_missing_profile

  • I get this message box when I click on a link (in a document or email)"firefox is already running, but not reponding. To open a new window, you must first close the existing firefox process, or restart your system"

    if Firefox is already running and click on any link in Word, Excel, Outlook, etc. A message box pops up and I have to hit OK to close it.
    "firefox is already running, but not reponding. To open a new window, you must first close the existing firefox process, or restart your system"

    if Firefox is already running and click on any link in Word, Excel, Outlook, etc. A message box pops up and I have to hit OK to close it.
    "firefox is already running, but not reponding. To open a new window, you must first close the existing firefox process, or restart your system"

  • My iMac keeps crashing after AHT checked out. Running 10.7.4. Purchased this mac new about 2.5 years ago..

    My iMac keeps crashing after AHT checked out. Running 10.7.4. Purchased this mac new about 2.5 years ago.  Mail crashed and I can't get it to re-import mail.  Safari crashes often.  Entire computer crashes at least 2 times a day.  I ran permessions in utiltiies.  Do not know where to go next?

    Good afternoon,
    I have followed all previous describes steps and all has been great for a week but just crashed again....
    Fri Sep 14 19:12:03 2012
    panic(cpu 1 caller 0xffffff8000301702): "new_vnode: vp (0xffffff801f93a078) on RAGE list not marked VLIST_RAGE"@/SourceCache/xnu/xnu-1699.26.8/bsd/vfs/vfs_subr.c:3546
    Backtrace (CPU 1), Frame : Return Address
    0xffffff80e87bb760 : 0xffffff8000220792
    0xffffff80e87bb7e0 : 0xffffff8000301702
    0xffffff80e87bb870 : 0xffffff80004ddf0c
    0xffffff80e87bb960 : 0xffffff80004f1f7d
    0xffffff80e87bbb20 : 0xffffff80005041db
    0xffffff80e87bbb50 : 0xffffff80004d4c8f
    0xffffff80e87bbc00 : 0xffffff80004d3eda
    0xffffff80e87bbe10 : 0xffffff8000319293
    0xffffff80e87bbe70 : 0xffffff800030613c
    0xffffff80e87bbf50 : 0xffffff80005cd61b
    0xffffff80e87bbfb0 : 0xffffff80002daa13
    BSD process name corresponding to current thread: backupd
    Mac OS version:
    11E53
    Kernel version:
    Darwin Kernel Version 11.4.0: Mon Apr  9 19:32:15 PDT 2012; root:xnu-1699.26.8~1/RELEASE_X86_64
    Kernel UUID: System model name: iMac10,1 (Mac-F2268CC8)
    System uptime in nanoseconds: 82852757487046
    last loaded kext at 29873830462021: com.apple.filesystems.smbfs          1.7.2 (addr 0xffffff7f81101000, size 241664)
    last unloaded kext at 14387986152655: com.apple.driver.AppleUSBCDC          4.1.17 (addr 0xffffff7f80791000, size 12288)
    loaded kexts:
    com.FTDI.driver.FTDIUSBSerialDriver          2.2.14
    com.eltima.ElmediaPlayer.kext          1.0
    com.apple.filesystems.smbfs          1.7.2
    com.apple.driver.AppleUSBCDC          4.1.17
    com.apple.driver.AppleHWSensor          1.9.5d0
    com.apple.driver.AppleBluetoothMultitouch          70.12
    com.apple.filesystems.autofs          3.0
    com.apple.driver.AppleMikeyHIDDriver          122
    com.apple.driver.AGPM          100.12.42
    com.apple.driver.AppleHDA          2.2.0f3
    com.apple.driver.AudioAUUC          1.59
    com.apple.driver.IOBluetoothSCOAudioDriver          4.0.5f11
    com.apple.driver.IOBluetoothA2DPAudioDriver          4.0.5f11
    com.apple.driver.AppleMikeyDriver          2.2.0f3
    com.apple.driver.AppleUpstreamUserClient          3.5.9
    com.apple.driver.AppleMCCSControl          1.0.26
    com.apple.iokit.IOUserEthernet          1.0.0d1
    com.apple.iokit.IOBluetoothSerialManager          4.0.5f11
    com.apple.Dont_Steal_Mac_OS_X          7.0.0
    com.apple.driver.AudioIPCDriver          1.2.2
    com.apple.driver.AppleBacklight          170.1.9
    com.apple.driver.ACPI_SMC_PlatformPlugin          5.0.0d0
    com.apple.GeForce          7.1.8
    com.apple.driver.AppleLPC          1.5.8
    com.apple.driver.BroadcomUSBBluetoothHCIController          4.0.5f11
    com.apple.driver.AppleIRController          312
    com.apple.AppleFSCompression.AppleFSCompressionTypeDataless          1.0.0d1
    com.apple.AppleFSCompression.AppleFSCompressionTypeZlib          1.0.0d1
    com.apple.BootCache          33
    com.apple.driver.AppleUSBCardReader          3.0.1
    com.apple.iokit.SCSITaskUserClient          3.2.0
    com.apple.driver.XsanFilter          404
    com.apple.iokit.IOAHCISerialATAPI          2.0.3
    com.apple.iokit.IOAHCIBlockStorage          2.0.3
    com.apple.driver.AppleFWOHCI          4.8.9
    com.apple.driver.AirPort.Atheros40          504.64.2
    com.apple.driver.AppleAHCIPort          2.3.0
    com.apple.driver.AppleEFINVRAM          1.5.0
    com.apple.driver.AppleUSBHub          4.5.0
    com.apple.nvenet          2.0.17
    com.apple.driver.AppleUSBEHCI          4.5.8
    com.apple.driver.AppleUSBOHCI          4.4.5
    com.apple.driver.AppleRTC          1.5
    com.apple.driver.AppleHPET          1.6
    com.apple.driver.AppleACPIButtons          1.5
    com.apple.driver.AppleSMBIOS          1.8
    com.apple.driver.AppleACPIEC          1.5
    com.apple.driver.AppleAPIC          1.5
    com.apple.driver.AppleIntelCPUPowerManagementClient          193.0.0
    com.apple.nke.applicationfirewall          3.2.30
    com.apple.security.quarantine          1.3
    com.apple.driver.AppleIntelCPUPowerManagement          193.0.0
    com.apple.driver.AppleBluetoothHIDKeyboard          160.7
    com.apple.driver.AppleHIDKeyboard          160.7
    com.apple.driver.AppleMultitouchDriver          231.4
    com.apple.driver.IOBluetoothHIDDriver          4.0.5f11
    com.apple.kext.triggers          1.0
    com.apple.driver.DspFuncLib          2.2.0f3
    com.apple.iokit.IOFireWireIP          2.2.4
    com.apple.driver.AppleSMBusController          1.0.10d0
    com.apple.iokit.IOSurface          80.0.2
    com.apple.iokit.IOSerialFamily          10.0.5
    com.apple.iokit.IOAudioFamily          1.8.6fc17
    com.apple.kext.OSvKernDSPLib          1.3
    com.apple.driver.ApplePolicyControl          3.0.16
    com.apple.driver.AppleSMBusPCI          1.0.10d0
    com.apple.driver.AppleHDAController          2.2.0f3
    com.apple.iokit.IOHDAFamily          2.2.0f3
    com.apple.driver.AppleGraphicsControl          3.0.16
    com.apple.driver.AppleBacklightExpert          1.0.3
    com.apple.driver.AppleSMC          3.1.3d8
    com.apple.driver.IOPlatformPluginLegacy          5.0.0d0
    com.apple.nvidia.nv50hal          7.1.8
    com.apple.NVDAResman          7.1.8
    com.apple.iokit.IONDRVSupport          2.3.2
    com.apple.iokit.IOGraphicsFamily          2.3.2
    com.apple.driver.IOPlatformPluginFamily          5.1.0d17
    com.apple.driver.AppleUSBBluetoothHCIController          4.0.5f11
    com.apple.iokit.IOBluetoothFamily          4.0.5f11
    com.apple.iokit.IOUSBHIDDriver          4.4.5
    com.apple.iokit.IOSCSIBlockCommandsDevice          3.2.0
    com.apple.driver.AppleUSBMergeNub          4.5.3
    com.apple.iokit.IOSCSIMultimediaCommandsDevice          3.2.0
    com.apple.iokit.IOBDStorageFamily          1.6
    com.apple.iokit.IODVDStorageFamily          1.7
    com.apple.iokit.IOCDStorageFamily          1.7
    com.apple.iokit.IOUSBMassStorageClass          3.0.1
    com.apple.driver.AppleUSBComposite          4.5.8
    com.apple.iokit.IOSCSIArchitectureModelFamily          3.2.0
    com.apple.iokit.IOFireWireFamily          4.4.5
    com.apple.iokit.IO80211Family          420.3
    com.apple.iokit.IOAHCIFamily          2.0.8
    com.apple.driver.AppleEFIRuntime          1.5.0
    com.apple.iokit.IOUSBUserClient          4.5.8
    com.apple.iokit.IONetworkingFamily          2.1
    com.apple.iokit.IOUSBFamily          4.5.8
    com.apple.driver.NVSMU          2.2.9
    com.apple.iokit.IOHIDFamily          1.7.1
    com.apple.iokit.IOSMBusFamily          1.1
    com.apple.security.sandbox          177.5
    com.apple.kext.AppleMatch          1.0.0d1
    com.apple.security.TMSafetyNet          7
    com.apple.driver.DiskImages          331.6
    com.apple.iokit.IOStorageFamily          1.7.1
    com.apple.driver.AppleKeyStore          28.18
    com.apple.driver.AppleACPIPlatform          1.5
    com.apple.iokit.IOPCIFamily          2.6.8
    com.apple.iokit.IOACPIFamily          1.4

  • My older mac book pro and iMac are both running 10.6.8 and both have started running safari and email VERY slowly.  My new mac book pro running 10.9 is having no issues.  Is anyone else experiencing these issues?

    My older mac book pro and iMac are both running 10.6.8 and both have started running safari and email VERY slowly.  My new mac book pro running 10.9 is having no issues.  Is anyone else experiencing these issues?

    No noticeable speed differences running the four latest OSs on my machine.

  • I am running Mac OS X Lion on a brand new Mini.  Every now and then, my keyboard goes "dead."  The mouse still works but can't type.  If I restart, everything is fine again.  Is there anything that will fix this problem?

    I am running Mac OS X Lion on a brand new Mini.  Every now and then, my keyboard goes "dead."  The mouse still works but I can't type.  If I restart, everything is fine again.  Is there anything that will fix this problem?
    Also, I am trying to connect my Mini from the mini-Displayport to the Displayport of my Dell U2410 monitor.  The image is very grainy,even though it is set to the correct resolution: 1920 X 1200 at 60Hz.  If I use HDMI to VGA input, the image is much clearer.  Is there a way to get the Displayport to work?

    I'm having exactly the same keyboard issue.  Certainly nothing has ever enhanced my concentration while coding like suddenly becoming unable to type.
    I'm seeing a great many devicemgr and rake errors in my system log.  I don't know if they're related.  How 'bout you?
    If you're unfamiliar with the system log…
    Open /Applications/Utilities/Console.
    If necessary, choose View > Show Log List.
    system.log is at the top of the FILES section.
    Try searching it for hot words like DEBUG, FATAL, and aborted.
    I've found some discussions that would tend to indicate my errors are postGres related – I'm running OS X server.
    -Bryan

  • 2nd week running, I received an e-mail saying a new episode of Breaking Bad is available.  When I go to download its the "Inside Breaking Bad" short (which gives away spoilers - thanks Apple!) but not the episode itself.  What gives?

    2nd week running, I received an e-mail saying a new episode of Breaking Bad is available.  When I go to download its the "Inside Breaking Bad" short (which gives away spoilers - thanks Apple!) but not the episode itself.  What gives?
    I've tried this on multiple products so I believe its specific to iTunes not a particular device.

    Same thing here- Get the email but nothing but the Inside featurette. It's really annoying. In fact I can't even download it normally using the check for available downloads feature! Every time I do that iTunes tries to download doubles of three Walking Dead episodes I've already downloaded. I don't want what I already have, I just want the new episode.

  • What is the best way to connect a G4 running 9.2.2 or 10 to an new imac running lion?

    What is the best way to connect a G4 running 9.2.2 or 10 to an new imac running lion?

    It should be possible to network them easily.
    Ethernet will be the most straightforward. There is no question that you can plug both Macs into a normal network and they can share files if you turn on File Sharing.
    The iMac has a Gigabit Ethernet port, and if the G4 also has Gigabit Ethernet, that will be a very fast connection through a gigabit-capable Ethernet cable or router. Otherwise both can use the slower Ethernet speeds with no problem.
    You can also network the two machines via a FireWire 800 or FireWire 400 cable if necessary, and use File Sharing that way too. Finally, you can put one Mac into FireWire Target Disk Mode, which turns it into a hard disk that the other Mac can see, but this is the least flexible since one machine goes out of service, and it's probably no faster than Gigabit Ethernet.

  • I am connected to the internet and I close all tabs on the screen. Now I want to open a new tab, but Firefox opens a pop-up window stating"Firefox is already running, but not responding . To open a new window, you must first close the existing Firefox pr

    I am connected to the internet, but all tabs are closed. Now I want to open a new tab, But Firefox pops-up with "Firefox is already running, but not responding. To open a new window, you must first close the existing Firefox process, or restart your system". Does anyone here know how to fix this? Thank´s, BL.
    == This happened ==
    A few times a week

    Firefox is shutting down windows I want to remain open. Example: I am done viewing one window. I click the X to shut the window and it shuts two windows. Every single time, attempt to close one windows, two windows close. Lately, I have been opening several windows with nothing but google search, just so it will shut that window and not something else I want to remain open. I could understand this if I was using tabs, but I am not. This has been going on for over two weeks. I don't like going back to history to open a window, I did not want closed in the first place. Isn't that what 'Windows' is all about? Any ideas?

  • Java.lang.NullPointerException at com.sun.tools.javac.jvm.ClassReader.fillI

    Hi,
    I got the following during build. Any ideas?
    Thanks in advance.
    javac An exception has occurred in the compiler (1.5.0_12). Please file a bug at the Java Developer Connection (http://java.sun.com/webapps/bugreport) after checking the Bug Parade for duplicates. Include your program and the following diagnostic in your report. Thank you.
    javac java.lang.*NullPointerException*
    javac at com.sun.tools.javac.jvm.*ClassReader.fillIn(ClassReader.java:1583)*
    javac at com.sun.tools.javac.jvm.ClassReader.complete(ClassReader.java:1535)
    javac at com.sun.tools.javac.code.Symbol.complete(Symbol.java:355)

    There is a bug in the compiler.
    You would need to localize the problem to the source file, class and specific code. Once you do that you can file a bug but do not count on a fix without updating to 1.6. However locating it would allow you to modify the code to get around this problem.

  • Can I run two thunderbolt display monitors off of my new 27" iMac?

    Can I run two thunderbolt display monitors off of my new 27" iMac?

    Yes, the new iMac has two Thunderbolt ports. Plus Thunderbolt can be daisy chained thru external Thunderbolt drives and displays that have multiple ports.
    For more info, see >  Apple - Thunderbolt: Next-generation high-speed I/O technology.
    Although I'm not sure exactlly what Arrangement selections you will be offered in the Displays Preference, because I have not tested that setup myself...

  • Ever since I downloaded the latest version of firefox..is running slower, I am not really liking the new format, is there anyway to go back to the old one?

    Ever since I downloaded the latest version of firefox..is running slower, I am not really liking the new format, is there anyway to go back to the old one?

    A possible cause is security software (firewall) that blocks or restricts Firefox or the plugin-container process without informing you, possibly after detecting changes (update) to the Firefox program.
    Remove all rules for Firefox from the permissions list in the firewall and let your firewall ask again for permission to get full unrestricted access to internet for Firefox and the plugin-container process and the updater process.
    See:
    *https://support.mozilla.com/kb/Server+not+found
    *https://support.mozilla.com/kb/Firewalls
    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > Appearance/Themes).
    *Don't make any changes on the Safe mode start window.
    *https://support.mozilla.com/kb/Safe+Mode
    See also:
    *https://support.mozilla.com/kb/common-questions-after-upgrading-firefox-36
    *https://support.mozilla.com/kb/how-do-i-get-firefox-button
    *https://support.mozilla.com/kb/why-are-tabs-top

  • Need to run Adobe Customization Wizard every time for each new reader update?

    Hi there,
    This should be a simple question...
    Do I need to run Adobe Customization Wizard every time on each new incremental reader update, or just once per major revision (e.g. Reader 9, Reader X)?

    This question hasn't been answered because it would be better asked in the enterprise deployment forum. The Wiz is an ent deployment tool and only is used for initial deployments in most cases. You use it to customize the installer and the product when it's first installed. You could use it for any install, but that is a less common scenario.
    Usually, you customize the first version you install and then just apply updates as they are released.
    HTH.
    Ben

Maybe you are looking for

  • Poor image quality when sending via Mail?

    This is a new problem for me, yet I'm doing the same thing I always have... Previously, I could "Email" from iPhoto, select an image quality and size, and have it appear correctly as an attachment in a new message, with appropriate quality, with a su

  • Why won't my program run when I schedule it.

    I am trying to schedule an executable and it says it is successful, but the program never runs.  I even tried setting up a simple batch file that will call the program and when I schedule it it says successful but never runs. When I run it on the des

  • Error using the MDM Java Connector

    Hi All, I am developing a Web Dynpro type DC where I need to use MDM, I tried to reach MDM repository using the following code: import javax.naming.Context; import javax.naming.InitialContext; import javax.naming.NamingException; import javax.resourc

  • How to determine Secure Channel key set index or version within applet

    Hi, Is there any way to determine from within the applet the used key set index or key set version? The ProviderSecurityDomain object does not contain such a property to my understanding. b.r. Fabe

  • Photoshop elements 12 startet nicht

    Hallo, habe Photoshop elements instaliert und auf der Homepage lizensiert. Bei Starten des Programs melde ich mich mit email und Kennwort an. Danach springt d es wieder zum Startbildschirm und das Program startet nicht. Hat jemand auch solch ein Prob