Applet fails to run after JRE upgrade

Hi,
I had JRE 1.6 which was updated to 1.8.0_31. After this update my applet has stopped working and am getting below error
java.lang.ExceptionInInitializerError
  at com.sun.deploy.net.protocol.https.Handler.openConnection(Unknown Source)
  at java.net.URL.openConnection(Unknown Source)
  at sun.net.www.protocol.jar.JarURLConnection.<init>(Unknown Source)
  at sun.plugin.net.protocol.jar.CachedJarURLConnection.<init>(Unknown Source)
  at sun.plugin.net.protocol.jar.Handler.openConnection(Unknown Source)
  at java.net.URL.openConnection(Unknown Source)
  at sun.misc.URLClassPath$JarLoader.getJarFile(Unknown Source)
  at sun.misc.URLClassPath$JarLoader.access$600(Unknown Source)
  at sun.misc.URLClassPath$JarLoader$1.run(Unknown Source)
  at sun.misc.URLClassPath$JarLoader$1.run(Unknown Source)
  at java.security.AccessController.doPrivileged(Native Method)
  at sun.misc.URLClassPath$JarLoader.ensureOpen(Unknown Source)
  at sun.misc.URLClassPath$JarLoader.<init>(Unknown Source)
  at sun.misc.URLClassPath$3.run(Unknown Source)
  at sun.misc.URLClassPath$3.run(Unknown Source)
  at java.security.AccessController.doPrivileged(Native Method)
  at sun.misc.URLClassPath.getLoader(Unknown Source)
  at sun.misc.URLClassPath.getLoader(Unknown Source)
  at sun.misc.URLClassPath.getResource(Unknown Source)
  at sun.plugin2.applet.Plugin2ClassLoader$2.run(Unknown Source)
  at java.security.AccessController.doPrivileged(Native Method)
  at sun.plugin2.applet.Plugin2ClassLoader.findClassHelper(Unknown Source)
  at sun.plugin2.applet.Applet2ClassLoader.findClass(Unknown Source)
  at java.lang.ClassLoader.loadClass(Unknown Source)
  at java.lang.ClassLoader.loadClass(Unknown Source)
  at sun.plugin2.applet.Plugin2ClassLoader.loadCode(Unknown Source)
  at sun.plugin2.applet.Plugin2Manager.createApplet(Unknown Source)
  at sun.plugin2.applet.Plugin2Manager$AppletExecutionRunnable.run(Unknown Source)
  at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.ClassCastException: sun.security.ssl.X509TrustManagerImpl cannot be cast to com.sun.net.ssl.internal.ssl.X509ExtendedTrustManager
  at com.sun.deploy.security.X509ExtendedDeployTrustManager.<init>(Unknown Source)
  at com.sun.deploy.net.protocol.https.Handler$Initializer$1.run(Unknown Source)
  at java.security.AccessController.doPrivileged(Native Method)
  at com.sun.deploy.net.protocol.https.Handler$Initializer.<clinit>(Unknown Source)
  ... 29 more
Exception: java.lang.ExceptionInInitializerError
java.lang.NoClassDefFoundError: Could not initialize class com.sun.deploy.net.protocol.https.Handler$Initializer
  at com.sun.deploy.net.protocol.https.Handler.openConnection(Unknown Source)
  at java.net.URL.openConnection(Unknown Source)
  at sun.net.www.protocol.jar.JarURLConnection.<init>(Unknown Source)
  at sun.plugin.net.protocol.jar.CachedJarURLConnection.<init>(Unknown Source)
  at sun.plugin.net.protocol.jar.Handler.openConnection(Unknown Source)
  at java.net.URL.openConnection(Unknown Source)
  at sun.misc.URLClassPath$JarLoader.getJarFile(Unknown Source)
  at sun.misc.URLClassPath$JarLoader.access$600(Unknown Source)
  at sun.misc.URLClassPath$JarLoader$1.run(Unknown Source)
  at sun.misc.URLClassPath$JarLoader$1.run(Unknown Source)
  at java.security.AccessController.doPrivileged(Native Method)
  at sun.misc.URLClassPath$JarLoader.ensureOpen(Unknown Source)
  at sun.misc.URLClassPath$JarLoader.<init>(Unknown Source)
  at sun.misc.URLClassPath$3.run(Unknown Source)
  at sun.misc.URLClassPath$3.run(Unknown Source)
  at java.security.AccessController.doPrivileged(Native Method)
  at sun.misc.URLClassPath.getLoader(Unknown Source)
  at sun.misc.URLClassPath.getLoader(Unknown Source)
  at sun.misc.URLClassPath.getResource(Unknown Source)
  at sun.plugin2.applet.Plugin2ClassLoader$2.run(Unknown Source)
  at java.security.AccessController.doPrivileged(Native Method)
  at sun.plugin2.applet.Plugin2ClassLoader.findClassHelper(Unknown Source)
  at sun.plugin2.applet.Applet2ClassLoader.findClass(Unknown Source)
  at java.lang.ClassLoader.loadClass(Unknown Source)
  at java.lang.ClassLoader.loadClass(Unknown Source)
  at sun.plugin2.applet.Plugin2ClassLoader.loadCode(Unknown Source)
  at sun.plugin2.applet.Plugin2Manager.createApplet(Unknown Source)
  at sun.plugin2.applet.Plugin2Manager$AppletExecutionRunnable.run(Unknown Source)
  at java.lang.Thread.run(Unknown Source)
Exception: java.lang.NoClassDefFoundError: Could not initialize class com.sun.deploy.net.protocol.https.Handler$Initializer
I am using Jboss server and the server.xml file has been updated to use the correct Keystore and certificate using SSL. Below is what I am using
<Connector protocol="HTTP/1.1" SSLEnabled="true"
           port="8443" address="${jboss.bind.address}"
           scheme="https" secure="true" clientAuth="false"
           keystoreFile="${jboss.server.home.dir}/conf/XYZ.keystore"
           keystorePass="XXX" sslProtocol = "TLS" />
I have added the https site which I am trying to access in the exception list of both the browser and JAVA control Panel. Cleared the cache of both and have also deleted the user certificate to ensure the latest certificate gets downloaded.
Kindly help to know the resolution steps.

I was able to remove the above issue by unchecking and checking back the "Enable java content on browser" check box in the java control panel.
Still I am facing issues when the application is used by external set of users.
I observe that there are 2 sets of exceptions
1. Connection timeout
2. Class not getting loaded
All these issues started only after downloading JRE version 1.8.0_31-b13
Java Plug-in 11.31.2.13
Using JRE version 1.8.0_31-b13 Java HotSpot(TM) Client VM
User home directory = C:\Users\XYZ
c:   clear console window
f:   finalize objects on finalization queue
g:   garbage collect
h:   display this help message
l:   dump classloader list
m:   print memory usage
o:   trigger logging
q:   hide console
r:   reload policy configuration
s:   dump system and deployment properties
t:   dump thread list
v:   dump thread stack
x:   clear classloader cache
0-5: set trace level to <n>
basic: Added progress listener: sun.plugin.util.ProgressMonitorAdapter@195fb2b
security: Expected Main URL: https://www.VVV/GFH/SecurityApplet.jar
basic: Plugin2ClassLoader.addURL parent called for https://VVV/GFH/SecurityApplet.jar
network: Cache entry found [url: https://VVV/GFH/SecurityApplet.jar, version: null] prevalidated=false/0
cache: Adding MemoryCache entry: https://VVV/GFH/SecurityApplet.jar
cache: Resource https://VVV/GFH/SecurityApplet.jar has expired.
cache: Resource https://VVV/GFH/SecurityApplet.jar has cache control: no-cache.
network: Connecting https://VVV/GFH/SecurityApplet.jar with proxy=DIRECT
network: Cache entry not found [url: file:/D:/Program%20Files/Java/lib/ext/sunec.jar, version: null]
network: Cache entry not found [url: file:/D:/Program%20Files/Java/lib/ext/sunjce_provider.jar, version: null]
network: Connecting http://VVV:443/ with proxy=DIRECT
network: Connecting https://VVV/GFH/SecurityApplet.jar with proxy=DIRECT
network: Connecting http:/VVV:443/ with proxy=DIRECT
java.net.ConnectException: Connection timed out: connect
  at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method)
  at java.net.DualStackPlainSocketImpl.socketConnect(Unknown Source)
  at java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
  at java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
  at java.net.AbstractPlainSocketImpl.connect(Unknown Source)
  at java.net.PlainSocketImpl.connect(Unknown Source)
  at java.net.SocksSocketImpl.connect(Unknown Source)
  at java.net.Socket.connect(Unknown Source)
  at sun.security.ssl.SSLSocketImpl.connect(Unknown Source)
Also getting class not found as below
basic: load: class com/cosl/security/GHB/api/MACApplet.class not found.
java.lang.ClassNotFoundException: com.cosl.security.GHB.api.MACApplet.class
  at sun.plugin2.applet.Applet2ClassLoader.findClass(Unknown Source)
  at sun.plugin2.applet.Plugin2ClassLoader.loadClass0(Unknown Source)
  at sun.plugin2.applet.Plugin2ClassLoader.loadClass(Unknown Source)
  at sun.plugin2.applet.Plugin2ClassLoader.loadClass(Unknown Source)
  at java.lang.ClassLoader.loadClass(Unknown Source)
  at sun.plugin2.applet.Plugin2ClassLoader.loadCode(Unknown Source)
  at sun.plugin2.applet.Plugin2Manager.initAppletAdapter(Unknown Source)
  at sun.plugin2.applet.Plugin2Manager$AppletExecutionRunnable.run(Unknown Source)
  at java.lang.Thread.run(Unknown Source)
Ignored exception: java.lang.ClassNotFoundException: com.cosl.security.armor4c.api.MACApplet.class
basic: Dialog type is not candidate for embedding
security: Reset deny session certificate store
Any help on these is appreciated. Am stuck on this issue since 3 -4 weeks and there is no solution available anywhere

Similar Messages

  • Java Applet fails to run after JRE upgrade

    I had JRE 1.6 which was updated to 1.8.0_31. After this update my applet has stopped working and I am getting below error
    java.lang.ExceptionInInitializerError
      at com.sun.deploy.net.protocol.https.Handler.openConnection(Unknown Source)
      at java.net.URL.openConnection(Unknown Source)
      at sun.net.www.protocol.jar.JarURLConnection.<init>(Unknown Source)
      at sun.plugin.net.protocol.jar.CachedJarURLConnection.<init>(Unknown Source)
      at sun.plugin.net.protocol.jar.Handler.openConnection(Unknown Source)
      at java.net.URL.openConnection(Unknown Source)
      at sun.misc.URLClassPath$JarLoader.getJarFile(Unknown Source)
      at sun.misc.URLClassPath$JarLoader.access$600(Unknown Source)
      at sun.misc.URLClassPath$JarLoader$1.run(Unknown Source)
      at sun.misc.URLClassPath$JarLoader$1.run(Unknown Source)
      at java.security.AccessController.doPrivileged(Native Method)
      at sun.misc.URLClassPath$JarLoader.ensureOpen(Unknown Source)
      at sun.misc.URLClassPath$JarLoader.<init>(Unknown Source)
      at sun.misc.URLClassPath$3.run(Unknown Source)
      at sun.misc.URLClassPath$3.run(Unknown Source)
      at java.security.AccessController.doPrivileged(Native Method)
      at sun.misc.URLClassPath.getLoader(Unknown Source)
      at sun.misc.URLClassPath.getLoader(Unknown Source)
      at sun.misc.URLClassPath.getResource(Unknown Source)
      at sun.plugin2.applet.Plugin2ClassLoader$2.run(Unknown Source)
      at java.security.AccessController.doPrivileged(Native Method)
      at sun.plugin2.applet.Plugin2ClassLoader.findClassHelper(Unknown Source)
      at sun.plugin2.applet.Applet2ClassLoader.findClass(Unknown Source)
      at java.lang.ClassLoader.loadClass(Unknown Source)
      at java.lang.ClassLoader.loadClass(Unknown Source)
      at sun.plugin2.applet.Plugin2ClassLoader.loadCode(Unknown Source)
      at sun.plugin2.applet.Plugin2Manager.createApplet(Unknown Source)
      at sun.plugin2.applet.Plugin2Manager$AppletExecutionRunnable.run(Unknown Source)
      at java.lang.Thread.run(Unknown Source)
    Caused by: java.lang.ClassCastException: sun.security.ssl.X509TrustManagerImpl cannot be cast to com.sun.net.ssl.internal.ssl.X509ExtendedTrustManager
      at com.sun.deploy.security.X509ExtendedDeployTrustManager.<init>(Unknown Source)
      at com.sun.deploy.net.protocol.https.Handler$Initializer$1.run(Unknown Source)
      at java.security.AccessController.doPrivileged(Native Method)
      at com.sun.deploy.net.protocol.https.Handler$Initializer.<clinit>(Unknown Source)
      ... 29 more
    Exception: java.lang.ExceptionInInitializerError
    java.lang.NoClassDefFoundError: Could not initialize class com.sun.deploy.net.protocol.https.Handler$Initializer
      at com.sun.deploy.net.protocol.https.Handler.openConnection(Unknown Source)
      at java.net.URL.openConnection(Unknown Source)
      at sun.net.www.protocol.jar.JarURLConnection.<init>(Unknown Source)
      at sun.plugin.net.protocol.jar.CachedJarURLConnection.<init>(Unknown Source)
      at sun.plugin.net.protocol.jar.Handler.openConnection(Unknown Source)
      at java.net.URL.openConnection(Unknown Source)
      at sun.misc.URLClassPath$JarLoader.getJarFile(Unknown Source)
      at sun.misc.URLClassPath$JarLoader.access$600(Unknown Source)
      at sun.misc.URLClassPath$JarLoader$1.run(Unknown Source)
      at sun.misc.URLClassPath$JarLoader$1.run(Unknown Source)
      at java.security.AccessController.doPrivileged(Native Method)
      at sun.misc.URLClassPath$JarLoader.ensureOpen(Unknown Source)
      at sun.misc.URLClassPath$JarLoader.<init>(Unknown Source)
      at sun.misc.URLClassPath$3.run(Unknown Source)
      at sun.misc.URLClassPath$3.run(Unknown Source)
      at java.security.AccessController.doPrivileged(Native Method)
      at sun.misc.URLClassPath.getLoader(Unknown Source)
      at sun.misc.URLClassPath.getLoader(Unknown Source)
      at sun.misc.URLClassPath.getResource(Unknown Source)
      at sun.plugin2.applet.Plugin2ClassLoader$2.run(Unknown Source)
      at java.security.AccessController.doPrivileged(Native Method)
      at sun.plugin2.applet.Plugin2ClassLoader.findClassHelper(Unknown Source)
      at sun.plugin2.applet.Applet2ClassLoader.findClass(Unknown Source)
      at java.lang.ClassLoader.loadClass(Unknown Source)
      at java.lang.ClassLoader.loadClass(Unknown Source)
      at sun.plugin2.applet.Plugin2ClassLoader.loadCode(Unknown Source)
      at sun.plugin2.applet.Plugin2Manager.createApplet(Unknown Source)
      at sun.plugin2.applet.Plugin2Manager$AppletExecutionRunnable.run(Unknown Source)
      at java.lang.Thread.run(Unknown Source)
    Exception: java.lang.NoClassDefFoundError: Could not initialize class com.sun.deploy.net.protocol.https.Handler$Initializer
    I am using Jboss server and the server.xml file has been updated to use the correct Keystore and certificate using SSL. Below is what I am Using:
    <Connector protocol="HTTP/1.1" SSLEnabled="true"
               port="8443" address="${jboss.bind.address}"
               scheme="https" secure="true" clientAuth="false"
               keystoreFile="${jboss.server.home.dir}/conf/XYZ.keystore"
               keystorePass="XXX" sslProtocol = "TLS" />
    I have added the https site which I am trying to access in the exception list of both the browser and JAVA control Panel. Cleared the cache of both and have also deleted the user certificate to ensure the latest certificate gets downloaded.
    Kindly help to know the resolution steps.

    I had JRE 1.6 which was updated to 1.8.0_31. After this update my applet has stopped working and I am getting below error
    java.lang.ExceptionInInitializerError
      at com.sun.deploy.net.protocol.https.Handler.openConnection(Unknown Source)
      at java.net.URL.openConnection(Unknown Source)
      at sun.net.www.protocol.jar.JarURLConnection.<init>(Unknown Source)
      at sun.plugin.net.protocol.jar.CachedJarURLConnection.<init>(Unknown Source)
      at sun.plugin.net.protocol.jar.Handler.openConnection(Unknown Source)
      at java.net.URL.openConnection(Unknown Source)
      at sun.misc.URLClassPath$JarLoader.getJarFile(Unknown Source)
      at sun.misc.URLClassPath$JarLoader.access$600(Unknown Source)
      at sun.misc.URLClassPath$JarLoader$1.run(Unknown Source)
      at sun.misc.URLClassPath$JarLoader$1.run(Unknown Source)
      at java.security.AccessController.doPrivileged(Native Method)
      at sun.misc.URLClassPath$JarLoader.ensureOpen(Unknown Source)
      at sun.misc.URLClassPath$JarLoader.<init>(Unknown Source)
      at sun.misc.URLClassPath$3.run(Unknown Source)
      at sun.misc.URLClassPath$3.run(Unknown Source)
      at java.security.AccessController.doPrivileged(Native Method)
      at sun.misc.URLClassPath.getLoader(Unknown Source)
      at sun.misc.URLClassPath.getLoader(Unknown Source)
      at sun.misc.URLClassPath.getResource(Unknown Source)
      at sun.plugin2.applet.Plugin2ClassLoader$2.run(Unknown Source)
      at java.security.AccessController.doPrivileged(Native Method)
      at sun.plugin2.applet.Plugin2ClassLoader.findClassHelper(Unknown Source)
      at sun.plugin2.applet.Applet2ClassLoader.findClass(Unknown Source)
      at java.lang.ClassLoader.loadClass(Unknown Source)
      at java.lang.ClassLoader.loadClass(Unknown Source)
      at sun.plugin2.applet.Plugin2ClassLoader.loadCode(Unknown Source)
      at sun.plugin2.applet.Plugin2Manager.createApplet(Unknown Source)
      at sun.plugin2.applet.Plugin2Manager$AppletExecutionRunnable.run(Unknown Source)
      at java.lang.Thread.run(Unknown Source)
    Caused by: java.lang.ClassCastException: sun.security.ssl.X509TrustManagerImpl cannot be cast to com.sun.net.ssl.internal.ssl.X509ExtendedTrustManager
      at com.sun.deploy.security.X509ExtendedDeployTrustManager.<init>(Unknown Source)
      at com.sun.deploy.net.protocol.https.Handler$Initializer$1.run(Unknown Source)
      at java.security.AccessController.doPrivileged(Native Method)
      at com.sun.deploy.net.protocol.https.Handler$Initializer.<clinit>(Unknown Source)
      ... 29 more
    Exception: java.lang.ExceptionInInitializerError
    java.lang.NoClassDefFoundError: Could not initialize class com.sun.deploy.net.protocol.https.Handler$Initializer
      at com.sun.deploy.net.protocol.https.Handler.openConnection(Unknown Source)
      at java.net.URL.openConnection(Unknown Source)
      at sun.net.www.protocol.jar.JarURLConnection.<init>(Unknown Source)
      at sun.plugin.net.protocol.jar.CachedJarURLConnection.<init>(Unknown Source)
      at sun.plugin.net.protocol.jar.Handler.openConnection(Unknown Source)
      at java.net.URL.openConnection(Unknown Source)
      at sun.misc.URLClassPath$JarLoader.getJarFile(Unknown Source)
      at sun.misc.URLClassPath$JarLoader.access$600(Unknown Source)
      at sun.misc.URLClassPath$JarLoader$1.run(Unknown Source)
      at sun.misc.URLClassPath$JarLoader$1.run(Unknown Source)
      at java.security.AccessController.doPrivileged(Native Method)
      at sun.misc.URLClassPath$JarLoader.ensureOpen(Unknown Source)
      at sun.misc.URLClassPath$JarLoader.<init>(Unknown Source)
      at sun.misc.URLClassPath$3.run(Unknown Source)
      at sun.misc.URLClassPath$3.run(Unknown Source)
      at java.security.AccessController.doPrivileged(Native Method)
      at sun.misc.URLClassPath.getLoader(Unknown Source)
      at sun.misc.URLClassPath.getLoader(Unknown Source)
      at sun.misc.URLClassPath.getResource(Unknown Source)
      at sun.plugin2.applet.Plugin2ClassLoader$2.run(Unknown Source)
      at java.security.AccessController.doPrivileged(Native Method)
      at sun.plugin2.applet.Plugin2ClassLoader.findClassHelper(Unknown Source)
      at sun.plugin2.applet.Applet2ClassLoader.findClass(Unknown Source)
      at java.lang.ClassLoader.loadClass(Unknown Source)
      at java.lang.ClassLoader.loadClass(Unknown Source)
      at sun.plugin2.applet.Plugin2ClassLoader.loadCode(Unknown Source)
      at sun.plugin2.applet.Plugin2Manager.createApplet(Unknown Source)
      at sun.plugin2.applet.Plugin2Manager$AppletExecutionRunnable.run(Unknown Source)
      at java.lang.Thread.run(Unknown Source)
    Exception: java.lang.NoClassDefFoundError: Could not initialize class com.sun.deploy.net.protocol.https.Handler$Initializer
    I am using Jboss server and the server.xml file has been updated to use the correct Keystore and certificate using SSL. Below is what I am Using:
    <Connector protocol="HTTP/1.1" SSLEnabled="true"
               port="8443" address="${jboss.bind.address}"
               scheme="https" secure="true" clientAuth="false"
               keystoreFile="${jboss.server.home.dir}/conf/XYZ.keystore"
               keystorePass="XXX" sslProtocol = "TLS" />
    I have added the https site which I am trying to access in the exception list of both the browser and JAVA control Panel. Cleared the cache of both and have also deleted the user certificate to ensure the latest certificate gets downloaded.
    Kindly help to know the resolution steps.

  • Some applets fail to run after installing jre 1.5/5.0

    Hi,
    I have a big problem. After installing java runtime environment 5.0 / 1.5, some java applets from sites no longer work. I can view certain java applets, but strangely, some applets do not work. For example, when I try to log into the Hushmail account <www.hushmail.com>, the applet fails to load properly. I enabled tracing and logging and this is the output from the console:
    basic: Registered modality listener
    security: Accessing keys and certificate in Mozilla user profile: <Note: PATH removed for security reasons>
    security: JSS package is not found
    security: JSS is not configured
    java.lang.ExceptionInInitializerError
         at java.lang.Class.forName0(Native Method)
         at java.lang.Class.forName(Unknown Source)
         at java.net.URL.getURLStreamHandler(Unknown Source)
         at java.net.URL.<init>(Unknown Source)
         at java.net.URL.<init>(Unknown Source)
         at java.net.URL.<init>(Unknown Source)
         at sun.plugin.AppletViewer.setDocumentBase(Unknown Source)
         at sun.plugin.viewer.WNetscapePluginObject.setDocumentURL(Unknown Source)
    Caused by: java.lang.NullPointerException
         at java.security.SecureRandom.nextBytes(Unknown Source)
         at java.security.SecureRandom.next(Unknown Source)
         at java.util.Random.nextInt(Unknown Source)
         at com.sun.deploy.net.protocol.https.Handler$1.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sun.deploy.net.protocol.https.Handler.<clinit>(Unknown Source)
         ... 8 more
    basic: Registered modality listener
    java.lang.NoClassDefFoundError
         at java.lang.Class.forName0(Native Method)
         at java.lang.Class.forName(Unknown Source)
         at java.net.URL.getURLStreamHandler(Unknown Source)
         at java.net.URL.<init>(Unknown Source)
         at java.net.URL.<init>(Unknown Source)
         at java.net.URL.<init>(Unknown Source)
         at sun.plugin.AppletViewer.setDocumentBase(Unknown Source)
         at sun.plugin.viewer.WNetscapePluginObject.setDocumentURL(Unknown Source)
    Strangely, there is a message "JSS package is not found" from the console output above. What is this error and how do I rectify the problem so that I can view all applets without any problems?
    This is my system configuration:
    Windows 2000 Professional Service Pack 4
    Java Runtime Environment 1.5
    Mozilla 1.7.3

    Probably due to Mozilla configuration, see this search:
    http://www.google.com/search?num=100&hl=en&lr=lang_en&c2coff=1&q=jss+package+mozilla

  • HT1349 ITunes failed to start after an upgrade, won't allow me to re-install saying "Apple Mobile Device failed to start, check for sufficient priveleges"

    My ITunes library failed to start after an upgrade, now I'm unable to open or re-install.  Receive an error message stating that "apple mobile device failed to start, check to see that you have sufficient priveleges to run system".  Any help with this?  I've tried un-installing and downloading only to get the same message again.

    Thank you to "turingtest2", solution for someone else worked for me as well!

  • Applet does not start after JRE 1.5 installation

    Hi,
    When I go to my webpage where I have an applet that requires Java 1.5..the browsers are prompting for Java installation (ActiveX component install on IE or Firefox plugin for JRE installation). But once the Java install completes the applet does not start automatically. The same code used to work nicely with Java 1.4. The applet used to automatically start and run once the JRE install completed. But with JRE 1.5 it does not start. If I do a refresh on the browser it again prompts for java installation. If I open new browser window and go to the URL the applet starts. Please let me know how to get the applet to start automatically after JRE 1.5 installation.
    Thanks,
    Vijay

    We figured out the problem. the CLASSID was not the right one. Once we changed it...its working fine.
    Vijay

  • Anyone have problems getting Office 2004 to run after Lion upgrade?

    Anyone have problems getting Office 2004 to run after Lion upgrade?

    For the rare few, such as myself, who have some Office 2004 or older documents that fail to translate well in Office 2011, another option is to run Office 2004 in Snow Leopard (with Rosetta) installed in Parallels:
                             [click on image to enlarge]
    Full Snow Leopard installation instructions are here:
    http://forums.macrumors.com/showthread.php?t=1365439

  • VirtualBox fails to run after upgrade

    After upgrading VirtualBox (binary) from 2.1.0 to 2.1.2 yesterday it fails to start with a pop-up error message:
    Failed to create VirtualBox COM object.
    Callee RC:  NS_ERROR_ABORT (0x80004004)
    I did run vbox_build_module and follow the other instructions.
    This thread: http://forums.virtualbox.org/viewtopic.php?t=13626 leads me to believe that this issue is related to HAL.
    I have downgraded to 2.1.0, by running:
    pacman -U /var/cache/pacman/pkg/virtualbox_bin-2.1.0-1.pkg.tar.gz
    and am happily again using Rosetta Stone. However, I would not like my system to become out-of-date. Any tips?
    Thanks,
    Chris

    Have a look at the VirtualBox User FAQ.
    The same problem happens after uninstalling / upgrading from VirtualBox 2.1.0. The solution is
    rm -rf /var/lib/dkms/vboxnetflt

  • Xcode failed to run after upgrade to lion

    Xcode 4 will not run after upgrading to Lion. When I run Xcode 4 I get this message:
    I got Xcode 3 to run after installing JavaForMacOSX10.7 from Apple download.

    There is a free update to XCode 4.1 in the Mac App Store for Lion.

  • [SOLVED]nm-applet fails to launch after update

    Hi,
    I've just updated NetworkManager and network-manager-applet:
    [2012-10-31 20:16] upgraded networkmanager (0.9.6.0-2 -> 0.9.6.4-1)
    [2012-10-31 20:16] upgraded network-manager-applet (0.9.6.2-1 -> 0.9.6.4-1)
    After reboot nm-applet fails to launch with the following error:
    ** (nm-applet:6657): WARNING **: Could not initialize NMClient /org/freedesktop/NetworkManager: Rejected send message, 2 matched rules; type="method_call", sender=":1.48" (uid=1000 pid=6657 comm="nm-applet ") interface="org.freedesktop.DBus.Properties" member="GetAll" error name="(unset)" requested_reply="0" destination="org.freedesktop.NetworkManager" (uid=0 pid=267 comm="/usr/sbin/NetworkManager --no-daemon ")
    ** Message: applet now removed from the notification area
    ** Message: applet now embedded in the notification area
    ** Message: applet now removed from the notification area
    ** (nm-applet:6657): WARNING **: Failed to register as an agent: (32) Session not found
    When using sudo nm-applet:
    ** Message: applet now removed from the notification area
    ** Message: applet now embedded in the notification area
    ** (nm-applet:6767): WARNING **: Failed to register as an agent: (32) Session not found
    Any idea on what went wrong after the update?
    Thank you in advance!
    EDIT:
    While migrating to systemd, I forgot to replace the ConsoleKit line in /etc/pam.d/slim with:
    session required pam_systemd.so
    ->Problem solved
    Last edited by geekmiki (2012-11-01 00:53:29)

    Related news: https://www.archlinux.org/news/consolek … by-logind/

  • Applet fails to load after loging into the system

    Hi
    I'm developing a web application for playing multi-player games. The game is played in an applet. I've written the applet and all worked well when embeding it in an ordinary jsp page. The problem starts when I try to start the applet as after logging into the system - it doesn't load and in java console I get:
    load: class pl.cardq.applet.ChatApplet not found.
    java.lang.ClassNotFoundException: pl.cardq.applet.ChatApplet
         at sun.applet.AppletClassLoader.findClass(AppletClassLoader.java:183)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
         at sun.applet.AppletClassLoader.loadClass(AppletClassLoader.java:127)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
         at sun.applet.AppletClassLoader.loadCode(AppletClassLoader.java:626)
         at sun.applet.AppletPanel.createApplet(AppletPanel.java:778)
         at sun.plugin.AppletViewer.createApplet(AppletViewer.java:2045)
         at sun.applet.AppletPanel.runLoader(AppletPanel.java:707)
         at sun.applet.AppletPanel.run(AppletPanel.java:361)
         at java.lang.Thread.run(Thread.java:619)
    Caused by: java.io.IOException: open HTTP connection failed.
         at sun.applet.AppletClassLoader.getBytes(AppletClassLoader.java:286)
         at sun.applet.AppletClassLoader.access$100(AppletClassLoader.java:44)
         at sun.applet.AppletClassLoader$1.run(AppletClassLoader.java:173)
         at java.security.AccessController.doPrivileged(Native Method)
         at sun.applet.AppletClassLoader.findClass(AppletClassLoader.java:170)
         ... 9 more
    I guess tit's because some sort of security restriction...
    Any help more than welcome

    Thanks for the reply.
    The connection is ok but I figured out that it's not about the logging in.
    The applet stops loading when I add jsf to an ordinary jsp page. (in jsp it works fine)
    Can you help me with that?
    My page code is:
    <%@page contentType="text/html"%>
    <%@page pageEncoding="UTF-8"%>
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
    "http://www.w3.org/TR/html4/loose.dtd">
    <%@taglib prefix="f" uri="http://java.sun.com/jsf/core"%>
    <%@taglib prefix="h" uri="http://java.sun.com/jsf/html"%>
    <html>
    <f:view>
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
    <title>JSP Page</title>
    </head>
    <body>
    <h:form>
    <f:verbatim escape="false">
    <applet code="pl.cardq.appletChatApplet" archive="CardQApplet.jar" height=450 width=400>
    <PARAM name="USER" value="cama">
    </applet>
    </f:verbatim>
    </h:form>
    </body>
    </f:view>
    </html>

  • SAP 4.6C hangs when Brtools run after oracle upgrade 10.2.0.4

    Hi All,
    We have Upgraded the Oracle 9i to 10.2.0.4 for sap 4.6C production machine. After the upgrade the sap was succesfully able to start. even i can see the version was reflected in the sap system status. in the Opatch lsinventory all the bug fixes are covered. However when ever the brtools starts like taking the backup, or dbcheck, or archivelog backup. we are getting terminated with errors and the system system hangs. here is the initSID.log as follows.
    Wed Nov 18 12:52:02 2009
    Errors in file i:\oracle\cpa\saptrace\usertrace\cpa_ora_5888.trc:
    ORA-07445: exception encountered: core dump [ACCESS_VIOLATION] [_kghstack_err+101] [PC:0x3FB10E9] [ADDR:0x4E202024] [UNABLE_TO_READ] []
    ORA-00607: Internal error occurred while making a change to a data block
    ORA-00602: internal programming exception
    ORA-07445: exception encountered: core dump [ACCESS_VIOLATION] [_kghstack_err+101] [PC:0x3FB10E9] [ADDR:0x4E202024] [UNABLE_TO_READ] []
    ORA-00607: Internal error occurred while making a change to a data block
    ORA-00602: internal programming exception
    ORA-07445: exception encountered: core dump [ACCESS_VIOLATION] [_kghstack_err+101] [PC:0x3FB10E9] [ADDR:0x4E202024] [UNABLE_TO_READ] []
    ORA-00607: Internal error occurred while making a change to a data block
    ORA-00602: internal programming exception
    ORA-07445: exception encountered: core dump [ACCESS_VIOLATION] [_kghstack_err+101] [PC:0x3FB10E9] [ADDR:0x4E202024] [UNABLE_TO_READ] []
    ORA-00607: Internal error occurred while making a change to a data block
    ORA-00602: internal programming exception
    ORA-07445: excepti
    Wed Nov 18 12:52:04 2009
    Doing block recovery for file 28 block 68766
    Block recovery from logseq 13424, block 2157 to scn 186123675
    Wed Nov 18 12:52:04 2009
    Recovery of Online Redo Log: Thread 1 Group 11 Seq 13424 Reading mem 0
      Mem# 0: M:\ORACLE\CPA\ORIGLOGA\LOG_G11M1.DBF
      Mem# 1: M:\ORACLE\CPA\MIRRLOGA\LOG_G11M2.DBF
    Block recovery completed at rba 13424.2423.16, scn 0.186123678
    Doing block recovery for file 27 block 1547
    Doing block recovery for file 27 block 1547
    Block recovery from logseq 13424, block 2157 to scn 186123679
    Wed Nov 18 12:52:04 2009
    Recovery of Online Redo Log: Thread 1 Group 11 Seq 13424 Reading mem 0
      Mem# 0: M:\ORACLE\CPA\ORIGLOGA\LOG_G11M1.DBF
      Mem# 1: M:\ORACLE\CPA\MIRRLOGA\LOG_G11M2.DBF
    Block recovery stopped at EOT rba 13424.2426.16
    Block recovery completed at rba 13424.2426.16, scn 0.186123679
    Wed Nov 18 13:35:44 2009
    Starting ORACLE instance (normal)
    Wed Nov 18 13:59:16 2009
    Thread 1 advanced to log sequence 13425 (LGWR switch)
      Current log# 13 seq# 13425 mem# 0: M:\ORACLE\CPA\ORIGLOGA\LOG_G13M1.DBF
      Current log# 13 seq# 13425 mem# 1: M:\ORACLE\CPA\MIRRLOGA\LOG_G13M2.DBF
    Wed Nov 18 15:45:52 2009
    Shutting down instance: further logons disabled
    Wed Nov 18 15:45:54 2009
    Stopping background process QMNC
    Wed Nov 18 15:45:55 2009
    Stopping background process CJQ0
    Wed Nov 18 15:45:56 2009
    Stopping background process MMNL
    Wed Nov 18 15:45:57 2009
    Stopping background process MMON
    Wed Nov 18 15:45:58 2009
    Shutting down instance (immediate)
    License high water mark = 27
    Wed Nov 18 15:45:58 2009
    Stopping Job queue slave processes, flags = 7
    Wed Nov 18 15:45:58 2009
    Job queue slave processes stopped
    Wed Nov 18 15:46:01 2009
    ALTER DATABASE CLOSE NORMAL
    Wed Nov 18 15:46:01 2009
    SMON: disabling tx recovery
    SMON: disabling cache recovery
    Wed Nov 18 15:46:01 2009
    Shutting down archive processes
    Archiving is disabled
    Wed Nov 18 15:46:06 2009
    ARCH shutting down
    ARC1: Archival stopped
    Wed Nov 18 15:46:11 2009
    ARCH shutting down
    ARC0: Archival stopped
    Wed Nov 18 15:46:12 2009
    Thread 1 closed at log sequence 13425
    Successful close of redo thread 1
    Wed Nov 18 15:46:12 2009
    Completed: ALTER DATABASE CLOSE NORMAL
    Wed Nov 18 15:47:10 2009
    ALTER DATABASE DISMOUNT
    Wed Nov 18 15:47:10 2009
    Completed: ALTER DATABASE DISMOUNT
    ARCH: Archival disabled due to shutdown: 1089
    Shutting down archive processes
    Archiving is disabled
    Archive process shutdown avoided: 0 active
    ARCH: Archival disabled due to shutdown: 1089
    Shutting down archive processes
    Archiving is disabled
    Archive process shutdown avoided: 0 active
    Wed Nov 18 15:51:52 2009
    Starting ORACLE instance (normal)
    Wed Nov 18 15:51:52 2009
    System parameter db_block_buffers enabled without VLM on.
    LICENSE_MAX_SESSION = 0
    LICENSE_SESSIONS_WARNING = 0
    Picked latch-free SCN scheme 2
    Autotune of undo retention is turned on.
    IMODE=BR
    ILAT =12
    LICENSE_MAX_USERS = 0
    SYS auditing is disabled
    ksdpec: called for event 13740 prior to event group initialization
    Starting up ORACLE RDBMS Version: 10.2.0.4.0.
    System parameters with non-default values:
      processes                = 100
      sessions                 = 115
      timed_statistics         = TRUE
      event                    = 10411 trace name context forever, level 1
      shared_pool_size         = 377487360
      large_pool_size          = 8388608
      java_pool_size           = 67108864
      streams_pool_size        = 50331648
      shared_pool_reserved_size= 37614518
      firstspare_parameter   = 1
      control_files            = M:\ORACLE\CPA\SAPDATA1\CNTRL\CNTRLCPA.DBF, M:\ORACLE\CPA\MIRRLOGA\CNTRL\CNTRLCPA.DBF, M:\ORACLE\CPA\ORIGLOGA\CNTRL\CNTRLCPA.DBF
      control_file_record_keep_time= 30
      db_block_buffers         = 68874
      db_block_size            = 8192
      compatible               = 10.2.0
      log_archive_dest         = H:\oracle\CPA\saparch\CPAarch
      log_buffer               = 2850816
      log_checkpoint_interval  = 0
      log_checkpoint_timeout   = 0
      db_files                 = 254
      db_file_multiblock_read_count= 8
      undo_management          = AUTO
      undo_tablespace          = PSAPUNDO
      undo_retention           = 43200
      recyclebin               = off
      remote_login_passwordfile= EXCLUSIVE
      local_listener           = LISTENER_CPA
      cursor_space_for_time    = FALSE
      job_queue_processes      = 1
      create_bitmap_area_size  = 33554432
      bitmap_merge_area_size   = 33554432
      parallel_max_servers     = 4
      parallel_execution_message_size= 8192
      hash_area_size           = 4194304
      background_dump_dest     = I:\ORACLE\CPA\SAPTRACE\BACKGROUND
      user_dump_dest           = I:\ORACLE\CPA\SAPTRACE\USERTRACE
      max_dump_file_size       = 20000
      session_max_open_files   = 20
      optimizer_features_enable= 9.2.0
      sort_area_size           = 2097152
      sort_area_retained_size  = 0
      db_name                  = CPA
      open_cursors             = 800
      optimizer_mode           = CHOOSE
      star_transformation_enabled= true
      optimizer_index_cost_adj = 10
      pga_aggregate_target     = 25165824
    PMON started with pid=2, OS id=2880
    PSP0 started with pid=3, OS id=5268
    MMAN started with pid=4, OS id=5768
    DBW0 started with pid=5, OS id=5076
    LGWR started with pid=6, OS id=6600
    CKPT started with pid=7, OS id=812
    SMON started with pid=8, OS id=3052
    RECO started with pid=9, OS id=6132
    CJQ0 started with pid=10, OS id=3648
    MMON started with pid=11, OS id=4872
    MMNL started with pid=12, OS id=3656
    Wed Nov 18 15:51:53 2009
    ALTER DATABASE   MOUNT
    Wed Nov 18 15:51:57 2009
    Setting recovery target incarnation to 1
    Wed Nov 18 15:51:57 2009
    Successful mount of redo thread 1, with mount id 4087130713
    Wed Nov 18 15:51:57 2009
    Database mounted in Exclusive Mode
    Completed: ALTER DATABASE   MOUNT
    Wed Nov 18 15:51:58 2009
    ALTER DATABASE OPEN
    Wed Nov 18 15:51:58 2009
    LGWR: STARTING ARCH PROCESSES
    ARC0 started with pid=14, OS id=5620
    Wed Nov 18 15:51:58 2009
    ARC0: Archival started
    Wed Nov 18 15:51:58 2009
    ARC1: Archival started
    LGWR: STARTING ARCH PROCESSES COMPLETE
    Thread 1 opened at log sequence 13425
      Current log# 13 seq# 13425 mem# 0: M:\ORACLE\CPA\ORIGLOGA\LOG_G13M1.DBF
      Current log# 13 seq# 13425 mem# 1: M:\ORACLE\CPA\MIRRLOGA\LOG_G13M2.DBF
    Successful open of redo thread 1
    Wed Nov 18 15:51:58 2009
    MTTR advisory is disabled because FAST_START_MTTR_TARGET is not set
    ARC1 started with pid=15, OS id=3344
    Wed Nov 18 15:51:59 2009
    ARC0: Becoming the 'no FAL' ARCH
    ARC0: Becoming the 'no SRL' ARCH
    Wed Nov 18 15:51:59 2009
    ARC1: Becoming the heartbeat ARCH
    Wed Nov 18 15:51:59 2009
    SMON: enabling cache recovery
    Wed Nov 18 15:52:00 2009
    Successfully onlined Undo Tablespace 31.
    Wed Nov 18 15:52:00 2009
    SMON: enabling tx recovery
    Wed Nov 18 15:52:00 2009
    Database Characterset is US7ASCII
    Opening with internal Resource Manager plan
    where NUMA PG = 1, CPUs = 4
    replication_dependency_tracking turned off (no async multimaster replication found)
    Starting background process QMNC
    QMNC started with pid=16, OS id=5172
    Wed Nov 18 15:52:04 2009
    Completed: ALTER DATABASE OPEN
    Wed Nov 18 15:53:00 2009
    Thread 1 advanced to log sequence 13426 (LGWR switch)
      Current log# 14 seq# 13426 mem# 0: M:\ORACLE\CPA\ORIGLOGB\LOG_G14M1.DBF
      Current log# 14 seq# 13426 mem# 1: M:\ORACLE\CPA\MIRRLOGB\LOG_G14M2.DBF
    Wed Nov 18 16:02:30 2009
    Errors in file i:\oracle\cpa\saptrace\usertrace\cpa_ora_6540.trc:
    ORA-00600: internal error code, arguments: [qertbFetchByRowID], [], [], [], [], [], [], []
    Wed Nov 18 16:07:23 2009
    Hex dump of (file 15, block 157170) in trace file i:\oracle\cpa\saptrace\background\cpa_dbw0_5076.trc
    Corrupt block relative dba: 0x03c265f2 (file 15, block 157170)
    Bad header found during preparing block for write
    Data in bad block:
    type: 48 format: 0 rdba: 0x30303030
    last change scn: 0x5043.50415330 seq: 0x41 flg: 0x41
    spare1: 0x30 spare2: 0x30 spare3: 0x5a31
    consistency value in tail: 0x8b15a015
    check value in block header: 0x4730
    block checksum disabled
    Wed Nov 18 16:07:24 2009
    Errors in file i:\oracle\cpa\saptrace\background\cpa_dbw0_5076.trc:
    ORA-00600: internal error code, arguments: [kcbzpbuf_1], [4], [1], [], [], [], [], []
    Wed Nov 18 16:07:26 2009
    Errors in file i:\oracle\cpa\saptrace\background\cpa_dbw0_5076.trc:
    ORA-00600: internal error code, arguments: [kcbzpbuf_1], [4], [1], [], [], [], [], []
    DBW0: terminating instance due to error 471
    Wed Nov 18 16:07:26 2009
    Errors in file i:\oracle\cpa\saptrace\background\cpa_pmon_2880.trc:
    ORA-00471: DBWR process terminated with error
    Wed Nov 18 16:07:26 2009
    Errors in file i:\oracle\cpa\saptrace\background\cpa_ckpt_812.trc:
    ORA-00471: DBWR process terminated with error
    Wed Nov 18 16:07:28 2009
    Errors in file i:\oracle\cpa\saptrace\background\cpa_q001_1980.trc:
    ORA-00471: DBWR process terminated with error
    Wed Nov 18 16:07:28 2009
    Errors in file i:\oracle\cpa\saptrace\background\cpa_j000_5552.trc:
    ORA-00471: DBWR process terminated with error
    Wed Nov 18 16:07:29 2009
    Errors in file i:\oracle\cpa\saptrace\background\cpa_lgwr_6600.trc:
    ORA-00471: DBWR process terminated with error
    Wed Nov 18 16:12:29 2009
    Errors in file i:\oracle\cpa\saptrace\background\cpa_mman_5768.trc:
    ORA-00471: DBWR process terminated with error
    Wed Nov 18 16:12:29 2009
    Errors in file i:\oracle\cpa\saptrace\background\cpa_psp0_5268.trc:
    ORA-00471: DBWR process terminated with error
    Wed Nov 18 16:12:34 2009
    Errors in file i:\oracle\cpa\saptrace\background\cpa_dbw0_5076.trc:
    ORA-27300: OS system dependent operation:spdde:9262:4210 failed with status: 0
    ORA-27301: OS failure message: The operation completed successfully.
    ORA-27302: failure occurred at: skgpkill4
    ORA-27144: attempt to kill process failed
    ORA-00600: internal error code, arguments: [kcbzpbuf_1], [4], [1], [], [], [], [], []
    Wed Nov 18 16:12:39 2009
    Errors in file i:\oracle\cpa\saptrace\background\cpa_smon_3052.trc:
    ORA-00471: DBWR process terminated with error
    can any one please help me on this . as this is production we are facing this problem from past 3 weeks. no one was able to analyze whats giong wrong. so because of this we even stopped the backup's of archivelog and online backup. Please some one help me asap. Your help is really appreciated.
    Hemanth

    Hi Stefan,
    I have already raised an sap call with very high priority. Sap has also verified and given me a few commands to verify if there any data block corruptions by using the dbverify and export of database to null. The export log and the db verify log shows no error. all the database if fine without any data block corruptions. is it like if patchset is not done well then will be get these type of problems? But i can see the Opatch lsinventory log shows all the patchsets and the bugs covered as per the patchset we applied. here is the Opatch lsinventory logfile for your reference. finally sap told that it is due to fault memory chip. we also did a memory test to see is it really a fault memory chip. but the memory test shows no errors. what could be the error. please help!
    Installed Top-level Products (3):
    Oracle Database 10g                                                  10.2.0.1.0
    Oracle Database 10g Release 2 Patch Set 1                            10.2.0.2.0
    Oracle Database 10g Release 2 Patch Set 3                            10.2.0.4.0
    There are 3 products installed in this Oracle Home.
    Interim patches (1) :
    Patch  8880857      : applied on Sat Nov 14 12:32:58 CET 2009
    Unique Patch ID:  11799402
       Created on 18 Sep 2009, 00:36:22 hrs PST8PDT
       Bugs fixed:
         8880857, 7270434, 7597354, 6945157, 4966512, 6827260, 8426816, 7172752
         8702276, 7196863, 6857917, 8217011, 8433026, 8409848, 8341623, 5727166
         8199266, 6687381, 6271590, 6749617, 5630796, 5457450, 8301952, 7442260
         8628970, 6460304, 6919709, 6282944, 8205205, 6765855, 4627274, 8236723
         7315521, 8232056, 8762356, 7452373, 8220734, 8537544, 8599814, 4598439
         6808012, 7370410, 7585472, 8247017, 8357689, 6642751, 8355120, 8366255
         8780444, 8660243, 6394861, 7298987, 6126439, 6005525, 7556778, 6009358
         8512015, 5345978, 5598333, 7440973, 8339055, 8750358, 8537075, 5926510
         8753157, 5258914, 8640813, 6165874, 7670135, 7268438, 5743318, 6784671
         6034609, 8242879, 8708077, 8308278, 6730567, 8244734, 7041059, 8556340
         6521934, 7185460, 8268348, 8506458, 8542772, 7189984, 8547175, 5452113
         8295094, 6825866, 6915767, 5933656, 7207654, 7662491, 6988971, 5224794
         8566266, 6134664, 7487294, 7382225, 6004127, 7434148, 5726433, 8348028
         8420551, 6932504, 6643194, 7145531, 8586236, 6755419, 8609346, 7658224
         6029786, 7126504, 8423950, 7225204, 7551539, 5643036, 6997042, 6814502
         5399699, 5231155, 8209514, 5702433, 8309791, 6338068, 7695070, 8526100
         8467800, 8348514, 8318020, 7891471, 7657126, 6399168, 5394888, 8284633
         8284438, 7716219, 8471715, 8256539, 7291157, 8407546, 6401347, 8234504
         7698349, 7520091, 7411265, 7524768, 7480997, 8569254, 6996030, 8510218
         6655588, 4740049, 4085593, 6340297, 6023472, 6940487, 6964283, 6726958
         6954407, 8559466, 7033630, 7039896, 7763473, 8453040, 7446153, 4871892
         8247215, 6954722, 6053134, 8198906, 7591985, 6975521, 8274994, 7615454
         7521164, 6745682, 7598781, 7639914, 6153930, 6408317, 8541774, 8373035
         7659217, 7258065, 6035809, 6162731, 5852921, 7434973, 5745084, 5247029
         6155919, 5872943, 5939230, 6073325, 7722575, 8273910, 7423771, 6628122
         8216754, 7836441, 8282743, 7704827, 8347139, 8439220, 7023147, 8303388
         7695742, 6512811, 6021687, 5847453, 6522654, 8281791, 7207921, 3320140
         6960874, 6392076, 7475294, 7381308, 8373286, 6800507, 6858062, 7330909
         7477934, 7661251, 7835247, 8247855, 8342923, 8299095, 6741425, 7272039
         7441785, 7692248, 6526370, 7116357, 7463138, 6331062, 7830001, 8331807
         8392340, 7688581, 6824129, 5259835, 8199533, 7639602, 5705385, 5764671
         6052226, 4693355, 7710538, 7575925, 5868598, 7686186, 7219752, 8267348
         6919819, 7257770, 8230457, 7257461, 7263842, 7332423, 7307821, 7514969
         7581964, 7032684, 5879114, 8299199, 6404447, 7527908, 6014513, 7378661
         6145177, 7552067, 6799205, 6352003, 7502837, 6069409, 6371909, 8227091
         6952701, 7298688, 7396409, 8227106, 6343150, 6403091, 6610218, 6681695
         6724797, 6802650, 6804746, 6817593, 6833965, 6960489, 7136866, 7173005
         7238230, 7457766, 7600026, 7599944, 8251247, 8268054, 8324577, 8331466
         8287504, 6711853, 6976005, 7460818, 7276960, 5126719, 7044551, 6882739
         7568556, 7159505, 6840740, 7593835, 6941717, 7569205, 6955744, 5404871
         7013124, 6345573, 6070225, 7432601, 6490140, 6074620, 7140204, 7136489
         7494333, 5476236, 6980597, 7643632, 7197445, 6469211, 8287155, 8304589
         8283650, 3934160, 8292378, 7331867, 6599920, 7036453, 7363767, 6265559
         7341598, 6987790, 6926448, 6181488, 6615740, 7125408, 6596564, 6903051
         6120004, 6988017, 6851438, 7527650, 7432514, 7553884, 7499353, 7175513
         6452375, 7393804, 7523787, 7189645, 8239142, 7043989, 6268409, 7693128
         7345904, 7149004, 6683178, 6413089, 6650256, 8340379, 8328954, 6378112
         7710551, 6778714, 6919764, 7254987, 6752765, 6418420, 6733655, 7247217
         7691766, 7552042, 4637902, 6219529, 8347704, 7552082, 7424804, 6658484
         8340383, 7378735, 6509115, 5863926, 8340387, 7528105, 6673834, 7243184
         7291029, 8223467, 7237687, 7665893, 7519531, 7293244, 5262526, 8282992
         8307237, 8208765, 8208643, 7319691, 7505535, 7489862, 7688543, 5945060
         7238163, 4459936, 7172531, 5147386, 6500033, 6908967, 7459192, 7694979
         4736319, 8210889, 8223481, 5893331, 7704811, 6143420, 7193068, 6367360
         8214576, 7162704, 6869712, 6999955, 5705196, 6642692, 8362683, 6638558
         7340448, 8258839, 5399610, 6370967, 7585970, 7378401, 7043173, 7159451
         6122696, 5697354, 6981690, 5256703, 8216864, 7697802, 7523475, 6838714
         7439465, 5730603, 8225197, 7592450, 5099019, 6319761, 7664560, 7509689
         7229351, 7278117, 7654407, 7690331, 7828479, 7003718, 6491175, 6737765
         6991626, 7634610, 7519687, 6896371, 5686407, 6379441, 6313035, 5849687
         6894671, 7170213, 8201796, 6656309, 6155146, 7516867, 7296258, 7715044
         7486155, 7450460, 6113018, 7447345, 7305703, 7513673, 6640411, 7558379
         7597059, 7372337, 7484102, 6730125, 6936368, 7648406, 6047490, 6270137
         6452035, 4902697, 7677780, 6661393, 7501180, 7592168, 7007924, 7295298
         7361423, 7453155, 6282093, 5701723, 7318276, 6652767, 7458976, 7241059
         7385253, 6759910, 7375077, 7272297, 7008262, 6870047, 6896554, 7263061
         7395972, 6939835, 7515898, 6454634, 7314091, 7439689, 6811031, 5229627
         5586604, 7196532, 7573151, 7254367, 7606362, 6083292, 6994490, 5718815
         7207932, 6013981, 7592319, 7415038, 6144426, 6145687, 7509964, 6629890
         7444320, 7579079, 6350579, 7584866, 7522608, 5648287, 5709135, 6430500
         6833602, 7211965, 7236148, 7257160, 7325597, 7429070, 7430474, 7439957
         7454131, 7522909, 7515828, 7462072, 6904068, 7145872, 7190477, 7498506
         6519198, 6770417, 6395755, 6782437, 6452766, 6775231, 7189447, 7330258
         7144872, 7395472, 6216149, 7477691, 5951091, 7448543, 7522473, 6967923
         6742924, 4695511, 7413928, 6054929, 7129643, 5879865, 7430745, 6923450
         6685261, 6415531, 6359490, 7196894, 6924458, 7151667, 6627593, 6766884
         6766956, 6791019, 7494876, 7336032, 6368000, 7037203, 6955040, 5945647
         5573896, 7246117, 7433792, 6670740, 7388606, 7118478, 6768289, 7002207
         5883691, 7251909, 7366749, 7280289, 7273832, 7155655, 7138405, 6845871
         7331569, 7188610, 7480785, 7359366, 6874522, 5343559, 7356443, 7144891
         6375150, 5059447, 7038750, 6877038, 6193945, 7309458, 6854919, 5490816
         6605106, 6472286, 6606749, 6067825, 6932206, 6455412, 6674196, 7362653
         6746196, 6774830, 6451626, 7364935, 4561087, 4440589, 7315642, 7411865
         5348308, 6865378, 7331929, 7191744, 7342082, 6506818, 5944239, 7271619
         6619922, 5926711, 5996457, 7326738, 7386320, 5131180, 7046751, 6672737
         7237571, 7269450, 6782276, 7113299, 7190270, 4235212, 7348412, 5712781
         7357454, 6978876, 7287289, 7162648, 6635214, 6844739, 7046187, 6962622
         6797677, 7154415, 7142215, 7300599, 6399597, 7013768, 6875111, 6959964
         6133008, 7123643, 6122097, 6678845, 7210296, 7216535, 6594005, 6527074
         6262792, 7340474, 7313129, 6504899, 5095023, 6134368, 6725634, 7210921
         6870937, 7014646, 7017637, 6805009, 6876196, 6972343, 6897966, 6809093
         6736159, 7244238, 7127618, 7195088, 6607486, 6822672, 6687129, 6655657
         6355282, 6489332, 6789923, 6454468, 7005671, 7140644, 7039080, 6695247
         6689334, 6936964, 6445329, 7253058, 6862248, 6082292, 7004914, 5690152
         6374297, 6653934, 5208177, 6119017, 6679303, 6600051, 7228971, 6988848
         7149751, 6221403, 6440977, 6972291, 7188932, 6344497, 6724838, 7218676
         7036589, 4033868, 5883585, 6944036, 6327692, 6163785, 6913090, 7027551
         6130317, 5868257, 5190885, 6798910, 6934892, 7022905, 6795880, 6935367
         6667800, 5386874, 6925163, 6076414, 6432837, 6956212, 6714608, 6336234
         6471770, 6771400, 6511850, 7003151, 6952800, 6656630, 6898054, 5688060
         7154241, 7150609, 6660648, 6954829, 6207468, 6455659, 5970301, 6530171
         6607505, 5213488, 5944121, 5843814, 6163771, 7117709, 6896701, 6833159
         6759032, 5900004, 4393920, 6645719, 5251842, 7019835, 6826661, 6883418
         7011807, 6241222, 6956461, 6193802, 7006942, 6986658, 5410059, 6626018
         5704108, 5890312, 5934363, 6760697, 6121357, 6110752, 6725855, 5923486
         6705635, 5234947, 5902962, 6143047, 5895190, 6917874, 6151380, 6456530
         5368296, 5386204, 6369463, 6768114, 6200820, 6972843, 5880921, 6506617
         6994160, 6345197, 6506816, 6670579, 6688740, 5961436, 6823287, 6604020
         6372848, 6414616, 6195891, 6822995, 6595426, 5747462, 6120483, 6981215
         6082832, 5623467, 4551675, 6329318, 6324944, 6376928, 6783426, 6051177
         6024730, 5935935, 6778404, 4169479, 5756769, 5714944, 6670551, 6607676
         6084232, 6815733
    Hemanth

  • Runtime.getRuntime().exec() does not work after JRE upgradation

    I have upgraded JRE from 1.3.0_02 to 1.3.1_15. After this upgrade, Runtime.getRuntime().exec() has suddenly stopped working. If I downgrade to 1.3.0_02, it starts working again.
    Please help.

    It has definitely forked, and this is the child process. It says so. If it was the parent process it would just show Java code related to launching processes. That does not involve PKCS11. After the fork there are two identical processes with the same stack: the child process of the fork goes on to replace itself with the target command via Unix exec(), which it doesn't look like it is succeeding at. The parent process doesn't do much at all, probably just housekeeping and then a Unix wait() for Process.waitFor() to hook into.

  • Intermittent "Power Shell Script failed to run" after installing SQL MP 6.5.4.0

    We recently installed the SQL MP.  One thing I am struggling with is this "Power Shell Script failed to run" that occasionally comes up, but, not always on the same server, and not always at the same time. 
    It says it ran past the configured timeout of 300 seconds. 
    The post that seemed to have me on the right track was
    https://social.technet.microsoft.com/Forums/en-US/c539a55d-dd48-438f-b7d5-06ed2cecf6e9/powershell-script-failed-to-run-alerts-from-sql-management-pack-6410?forum=operationsmanagergeneral
    However, even after getting one of the several scripts that have been generating the error, out of the extract management pack, it has parameters that need to be fed to it that I have no idea what they are....
    Example.  ActiveRequestsDataSource.ps1 requires $computername, $connectionstring, $tcpport, $sql_wmi_namespace, and $servicename. 
    The computername is easy enough...  so is tcpport.  but, the others... not so much. 
    I am fairly certain I will be able to run these manually, if I just knew the parameters...  I am also fairly certain we are getting these because at the time of the check, resources on that server are tied up for one reason or another. 
    Can someone please help?  This is killing me. 

    Hi,
    As this issue happens after you installing SQL MP, so from my point of view, it seems like caused by the runas account for the SQL MP is not configured well, I would like to suggest you follow the article below to configure runas account for the management
    pack:
    Configuring Run As Accounts and Profiles in OpsMgr – A SQL Management Pack Example
    http://blogs.technet.com/b/kevinholman/archive/2010/09/08/configuring-run-as-accounts-and-profiles-in-r2-a-sql-management-pack-example.aspx
    Regards,
    Yan Li
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact [email protected]

  • Discoverer Plus -- Cannot Load Java Applet after JRE upgrade to 6

    Hi,
    After our users upgrade Java Runtime Environment to version 6 Update 1, Discoverer Plus stops working, the applet is opened but does not load.
    Uninstalling the update solves the problem.
    I disabled the automatic upgrade of Sun JRE on a few machines, but we have over 100 users.
    Did anyone else face the same issue and is there any patch for the Discoverer installation?
    Thanks,
    Vlad

    Hi George
    You can get the 10.1.2.2 patch (4960210) on MetaLink. Be warned though that this not a small patch. It is 1.6 GB in size and is a full upgrade of the 10.1.2.0.2 application server.
    I had some interesting problems when I first starting patching up to 10.1.2.2. First of all, if you are using a Windows server, you need to make sure that there are no lowercase characters used in your computer name. I know this sounds crazy but 10.1.2.2 will fail on Windows if you have this. If you've already got lowercase names in your machine you can't simply change the machine name to upper case because your existing application server will stop working as it embeds the machine name into dozens of configuration and setup locations. None of the Microsoft applications care what you call the machine as they don't embed like this but Oracle does. You'll probably end up having to reinstall the application server. However, the good news is that this only affects Windows and only when you have lowercase characters in your machine name.
    Secondly, also on Windows, make sure there are no spaces anywhere within any of the folder names from where you will be installing the patch. This is another cause of failure. Thus, don't put the patch on your Desktop as there are spaces in Documents and Settings!
    Thirdly, and this can happen on all platforms, if you are using an Infrastructure database and it is at 10.1.0.4 or less you will need to upgrade that database to 10.1.0.5 before you start any of the application server upgrades. If you don't do this your upgrade will fail. The release notes for the patch clearly state this but because they are very large I missed this the first time round and - oops - failed upgrade.
    By the way, it seems Oracle have also released a patch (5758865) , available on MetaLink, with the fix for IE7. This is a one-off patch and requires a password which means you will have to raise a service request and tell Oracle you are having trouble drilling in Viewer when using IE7. This patch is applicable whether you are using relational or OLAP modeling. It can only be installed on top of 10.1.2.2.
    Best wishes
    Michael

  • Itunes fails to run after upgrade

    i upgraded my itunes to v7.3
    i had no problems before then, but now it produces an error:
    unable to start due to problem with audio configuration.
    there have been no changes to my audio configuration, so i don't understand how this has happened....
    any suggestions?

    I'm getting the same message... any idea what to do?

Maybe you are looking for

  • Automated Report Generation

    Hey, I have a report created which accepts 3 parameters which are now defined as dropdowns. I needs to set up an automated job that passes the oracle report all combinations of these three parameters every night and saves the generated pdf in this ca

  • Unable to open or reinstall addressbook; icon not showing

    I'm using a Macbook with Tiger (10.4.11). Tried to open addressbook, but noticed the icon is not the typical brown address book, but the generic "A" icon. Clicking on it does not work. I can open my addresses using the widget & using Mail, but cannot

  • How to upload a PDF online, fill it, then save?

    Hi, I'm trying to figure out on how to upload a PDF to our own server (thru an FTP site) so users can fill it in, then save it to their computer's hard drive/desktop. i searched all over and cannot find a solution. Can someone please help? Thank you

  • Creating .jnlp files from .java files

    Last resort: Ask on the forums. I'm having a lot of trouble creating .jnlp files with only a .java file. For some reason if I do create project, the project does not run correctly, but when I make the file and run the file alone, it works perfectly f

  • Quality and Realistic Keyboard Samples MainStage

    After spending an afternoon at Guitar Center playing the Korg workstations and the Clavia Nord Stage 88, the Nord has a very realistic B-3 organ sim with LED drawbars. The Rhodes and Wurly pianos are really nice. But... the Stage 88 is $3200+. I alre