Unable to debug any application after upgrading to Reef Shark and Update 6

Hi,
Since I upgraded to Reef Shark and consequently also installed the update 6 I can't access the deployment server.
None of the applications show up in the broswer, nor does the admin-console for the server.
I get the following exceptions in the browser window when I want to debug my application:
javax.servlet.ServletException: com.sun.security.auth.PolicyFile
     org.apache.jasper.servlet.JspServlet.service(JspServlet.java:218)
     javax.servlet.http.HttpServlet.service(HttpServlet.java:861)
     sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
     sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
     java.lang.reflect.Method.invoke(Method.java:324)
     org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:246)
     java.security.AccessController.doPrivileged(Native Method)
     javax.security.auth.Subject.doAsPrivileged(Subject.java:500)
     org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:268)
     org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:162)
     java.security.AccessController.doPrivileged(Native Method)
     java.security.AccessController.doPrivileged(Native Method)
     com.sun.faces.context.ExternalContextImpl.dispatch(ExternalContextImpl.java:322)
     com.sun.faces.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:130)
     com.sun.jsfcl.app.ViewHandlerImpl.renderView(ViewHandlerImpl.java:169)
     com.sun.faces.lifecycle.RenderResponsePhase.execute(RenderResponsePhase.java:87)
     com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:200)
     com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:117)
     javax.faces.webapp.FacesServlet.service(FacesServlet.java:198)
     sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
     sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
     java.lang.reflect.Method.invoke(Method.java:324)
     org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:246)
     java.security.AccessController.doPrivileged(Native Method)
     javax.security.auth.Subject.doAsPrivileged(Subject.java:500)
     org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:268)
     org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:162)
root cause
java.lang.IncompatibleClassChangeError: com.sun.security.auth.PolicyFile
     org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1273)
     org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1233)
     java.lang.ClassLoader.loadClassInternal(ClassLoader.java:302)
     java.lang.Class.forName0(Native Method)
     java.lang.Class.forName(Class.java:219)
     javax.security.auth.Policy$3.run(Policy.java:215)
     java.security.AccessController.doPrivileged(Native Method)
     javax.security.auth.Policy.getPolicyNoCheck(Policy.java:209)
     javax.security.auth.Policy.getPolicy(Policy.java:179)
     javax.security.auth.SubjectDomainCombiner$2.run(SubjectDomainCombiner.java:178)
     java.security.AccessController.doPrivileged(Native Method)
     javax.security.auth.SubjectDomainCombiner.combine(SubjectDomainCombiner.java:174)
     java.security.AccessControlContext.goCombiner(AccessControlContext.java:386)
     java.security.AccessControlContext.optimize(AccessControlContext.java:310)
     java.security.AccessController.checkPermission(AccessController.java:400)
     java.lang.SecurityManager.checkPermission(SecurityManager.java:524)
     java.lang.SecurityManager.checkRead(SecurityManager.java:863)
     java.io.File.lastModified(File.java:771)
     org.apache.naming.resources.FileDirContext$FileResourceAttributes.getLastModifiedDate(FileDirContext.java:1123)
     org.apache.naming.resources.ResourceAttributes.get(ResourceAttributes.java:706)
     org.apache.naming.resources.DirContextURLConnection.getLastModified(DirContextURLConnection.java:211)
     org.apache.jasper.compiler.Compiler.isOutDated(Compiler.java:474)
     org.apache.jasper.compiler.Compiler.isOutDated(Compiler.java:450)
     org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:510)
     org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:262)
     org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:263)
     org.apache.jasper.servlet.JspServlet.service(JspServlet.java:210)
     javax.servlet.http.HttpServlet.service(HttpServlet.java:861)
     sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
     sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
     java.lang.reflect.Method.invoke(Method.java:324)
     org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:246)
     java.security.AccessController.doPrivileged(Native Method)
     javax.security.auth.Subject.doAsPrivileged(Subject.java:500)
     org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:268)
     org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:162)
     java.security.AccessController.doPrivileged(Native Method)
     java.security.AccessController.doPrivileged(Native Method)
     com.sun.faces.context.ExternalContextImpl.dispatch(ExternalContextImpl.java:322)
     com.sun.faces.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:130)
     com.sun.jsfcl.app.ViewHandlerImpl.renderView(ViewHandlerImpl.java:169)
     com.sun.faces.lifecycle.RenderResponsePhase.execute(RenderResponsePhase.java:87)
     com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:200)
     com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:117)
     javax.faces.webapp.FacesServlet.service(FacesServlet.java:198)
     sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
     sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
     java.lang.reflect.Method.invoke(Method.java:324)
     org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:246)
     java.security.AccessController.doPrivileged(Native Method)
     javax.security.auth.Subject.doAsPrivileged(Subject.java:500)
     org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:268)
     org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:162)And when start the admin-console, the browser window stays empty, but this is the exception-trace from the server-log:
[#|2005-02-12T00:21:44.890+0100|SEVERE|sun-appserver-pe8.0.0_01|javax.enterprise.system.container.web|_ThreadID=14;|ApplicationDispatcher[/asadmin] Servlet.service() for servlet default threw exception
java.lang.IncompatibleClassChangeError: com.sun.security.auth.PolicyFile
        at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1273)
        at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1233)
        at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:302)
        at java.lang.Class.forName0(Native Method)
        at java.lang.Class.forName(Class.java:219)
        at javax.security.auth.Policy$3.run(Policy.java:215)
        at java.security.AccessController.doPrivileged(Native Method)
        at javax.security.auth.Policy.getPolicyNoCheck(Policy.java:209)
        at javax.security.auth.Policy.getPolicy(Policy.java:179)
        at javax.security.auth.SubjectDomainCombiner$2.run(SubjectDomainCombiner.java:178)
        at java.security.AccessController.doPrivileged(Native Method)
        at javax.security.auth.SubjectDomainCombiner.combine(SubjectDomainCombiner.java:174)
        at java.security.AccessControlContext.goCombiner(AccessControlContext.java:386)
        at java.security.AccessControlContext.optimize(AccessControlContext.java:310)
        at java.security.AccessController.checkPermission(AccessController.java:400)
        at java.lang.SecurityManager.checkPermission(SecurityManager.java:524)
        at java.lang.SecurityManager.checkRead(SecurityManager.java:863)
        at java.io.File.lastModified(File.java:771)
        at org.apache.naming.resources.FileDirContext$FileResourceAttributes.getCreationDate(FileDirContext.java:1097)
        at org.apache.catalina.servlets.DefaultServlet$ResourceInfo.set(DefaultServlet.java:2399)
        at org.apache.catalina.servlets.DefaultServlet$ResourceInfo.<init>(DefaultServlet.java:2331)
        at org.apache.catalina.servlets.DefaultServlet.serveResource(DefaultServlet.java:884)
        at org.apache.catalina.servlets.DefaultServlet.doGet(DefaultServlet.java:470)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:748)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:861)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:324)
        at org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:246)
        at java.security.AccessController.doPrivileged(Native Method)
        at javax.security.auth.Subject.doAsPrivileged(Subject.java:500)
        at org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:268)
        at org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:162)
        at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:236)
        at org.apache.catalina.core.ApplicationFilterChain.access$000(ApplicationFilterChain.java:55)
        at org.apache.catalina.core.ApplicationFilterChain$1.run(ApplicationFilterChain.java:145)
        at java.security.AccessController.doPrivileged(Native Method)
        at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:141)
        at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:718)
        at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:478)
        at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:413)
        at org.apache.catalina.core.ApplicationDispatcher.access$000(ApplicationDispatcher.java:77)
        at org.apache.catalina.core.ApplicationDispatcher$PrivilegedForward.run(ApplicationDispatcher.java:92)
        at java.security.AccessController.doPrivileged(Native Method)
        at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:319)
        at org.apache.catalina.authenticator.FormAuthenticator.authenticate(FormAuthenticator.java:208)
        at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:509)
        at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:107)
        at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:522)
        at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:144)
        at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:109)
        at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:133)
        at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:107)
        at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:539)
        at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:107)
        at com.sun.enterprise.webservice.EjbWebServiceValve.invoke(EjbWebServiceValve.java:134)
        at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:107)
        at com.sun.enterprise.security.web.SingleSignOn.invoke(SingleSignOn.java:254)
        at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:107)
        at com.sun.enterprise.web.VirtualServerValve.invoke(VirtualServerValve.java:209)
        at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:107)
        at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:522)
        at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:114)
        at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:109)
        at com.sun.enterprise.web.VirtualServerMappingValve.invoke(VirtualServerMappingValve.java:166)
        at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:107)
        at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:522)
        at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:936)
        at org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:165)
        at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:683)
        at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:604)
        at org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:542)
        at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:647)
        at java.lang.Thread.run(Thread.java:534)
|#]
[#|2005-02-12T00:21:44.890+0100|WARNING|sun-appserver-pe8.0.0_01|org.apache.catalina.authenticator.FormAuthenticator|_ThreadID=14;|Unexpected error forwarding to login page
javax.servlet.ServletException: com.sun.security.auth.PolicyFile
        at org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:286)
        at org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:162)
        at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:236)
        at org.apache.catalina.core.ApplicationFilterChain.access$000(ApplicationFilterChain.java:55)
        at org.apache.catalina.core.ApplicationFilterChain$1.run(ApplicationFilterChain.java:145)
        at java.security.AccessController.doPrivileged(Native Method)
        at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:141)
        at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:718)
        at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:478)
        at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:413)
        at org.apache.catalina.core.ApplicationDispatcher.access$000(ApplicationDispatcher.java:77)
        at org.apache.catalina.core.ApplicationDispatcher$PrivilegedForward.run(ApplicationDispatcher.java:92)
        at java.security.AccessController.doPrivileged(Native Method)
        at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:319)
        at org.apache.catalina.authenticator.FormAuthenticator.authenticate(FormAuthenticator.java:208)
        at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:509)
        at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:107)
        at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:522)
        at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:144)
        at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:109)
        at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:133)
        at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:107)
        at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:539)
        at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:107)
        at com.sun.enterprise.webservice.EjbWebServiceValve.invoke(EjbWebServiceValve.java:134)
        at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:107)
        at com.sun.enterprise.security.web.SingleSignOn.invoke(SingleSignOn.java:254)
        at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:107)
        at com.sun.enterprise.web.VirtualServerValve.invoke(VirtualServerValve.java:209)
        at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:107)
        at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:522)
        at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:114)
        at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:109)
        at com.sun.enterprise.web.VirtualServerMappingValve.invoke(VirtualServerMappingValve.java:166)
        at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:107)
        at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:522)
        at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:936)
        at org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:165)
        at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:683)
        at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:604)
        at org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:542)
        at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:647)
        at java.lang.Thread.run(Thread.java:534)
|#]I have no clue as to what is causing this problem. Any help is highly appreciated.
Iwan

Hi Iwan,
From JDK 1.4 the com.sun.security.auth.PolicyFile class has been deprecated and replaced by sun.security.provider.PolicyFile. Could this be the reason?
I found this info at the following URL. Maybe this will help you in some way: http://www.doc.ic.ac.uk/csg/java/1.4docs/guide/security/jaas/spec/com/sun/security/auth/PolicyFile.html
Cheers :-)
Creator Team

Similar Messages

  • Unable to launch the application after upgrading Java to version 1.6.0_26

    After upgrading Java to version 1.6.0_26 in Windows XP my web start throwing Exception. It works fine in Ubuntu with Java 1.6.0_24 and in Windows with older versions of Java 1.6.
    Exception doesn't say anything:
    java.lang.NullPointerException
           at com.sun.javaws.Launcher.executeApplication(Unknown Source)
           at com.sun.javaws.Launcher.executeMainClass(Unknown Source)
           at com.sun.javaws.Launcher.doLaunchApp(Unknown Source)
           at com.sun.javaws.Launcher.run(Unknown Source)
           at java.lang.Thread.run(Unknown Source)Same as java console ouput
    Java Web Start 1.6.0_26
    Using JRE version 1.6.0_26-b03 Java HotSpot(TM) Client VM
    User home directory = C:\Documents and Settings\esod
    c:   clear console window
    f:   finalize objects on finalization queue
    g:   garbage collect
    h:   display this help message
    m:   print memory usage
    o:   trigger logging
    p:   reload proxy configuration
    q:   hide console
    r:   reload policy configuration
    s:   dump system and deployment properties
    t:   dump thread list
    v:   dump thread stack
    0-5: set trace level to <n>
    #### Java Web Start Error:
    #### nullMy Jnlp file looks like this
    <jnlp spec="1.0+">
    <information>
       <title>Editor</title>
       <vendor>Comapny name</vendor>
       <homepage href="http://company_urll" />
       <description>Editor/description>
    </information>
    <resources>
       <j2se version="1.6+" />
       <property value="true" name="javaws.cfg.jauthenticator" />
       <jar href="http://192.168.79.33:7070/resources/applet/formeditor.jar" />
    </resources>
    <security>
       <all-permissions />
    </security>
    <application-desc main-class="pl.rdata.formeditor.FormEditor">
       <argument>[email protected]</argument>
       <argument>rLq3347491</argument>
       <argument>17</argument>
       <argument>
       http://192.168.79.33:7070/formeditor/formManagerService.service</argument>
       <argument>
       http://192.168.79.33:7070/formeditor/customDataTypeManager.service</argument>
       <argument>
       http://192.168.79.33:7070/formeditor/authorizationService.service</argument>
       <argument>2</argument>
    </application-desc>
    </jnlp>This application is self signed.
    When I download jar file to disk I can run it with command java -jar and it works fine.
    After downloading jar I made some tests changing line <jar href="http://192.168.79.33:7070/resources/applet/formeditor.jar" /> in Jnlp file.
    When I changed it to <jar href="formeditor.jar" />, and have jar in folder it works.
    When I changed it to <jar href="file:///C:/formeditor.jar"> it is not working (same exception).
    In every case jar is download correctly and it pass verifying.
    can anyone help?
    Regards
    Michal

    867322 wrote:
    When I changed it to <jar href="formeditor.jar" />, and have jar in folder it works.Okay, so you at least have a workaround.
    can anyone help?Search the bugs database to see if someone else already reported this; if not create a new bug entry. Whatever mistake you could make, you should not be getting a NullPointerException as a result so this is at the very least a bug in the error handling of webstart.
    But just some observations to try and see if you can make a difference (which is added input for your bug report). If I check JNLP examples, I see that the url specified is usually without a protocol, so it could be like this:
    <jar href="/resources/applet/formeditor.jar" />The JNLP should be on the host that you service the jar from, so Webstart can fill in the host information for itself.
    Also you provide a main-class; if the jar manifest specifies a main-class (and it should) you don't need to specify it in your JNLP file.

  • Cannot print from ANY application after upgrade to 10.4.8 !!!

    Hi all,
    as it is written in the subject.
    Up to yesterday, I had OS 10.3.9, everything ok, could print from any application.
    Then I moved to Tiger and to the last version (10.4.8).
    And today the "nice" surprise: either from Preview, Texshop, Word, any web browser... I cannot print anymore!! As soon as I go to file/print, the application crashes, any suggestions??
    Thanks a lot

    Hmmm. It sounds like a possible problem with the system prior to updating. If you've done this already don't be upset by the suggestion. I'm just trying to cover the bases.
    Repairing the Hard Drive and Permissions
    Boot from your OS X Installer disc. After the installer loads select your language and click on the Continue button. Then select Disk Utility from the Installer menu (Utilities menu for Tiger.) After DU loads select your OS X volume from the list on the left, click on the First Aid tab, then click on the Repair Disk button. If DU reports any errors that have been fixed, then re-run Repair Disk until no errors are reported. If no errors are reported click on the Repair Permissions button. Wait until the operation completes, then quit DU and return to the installer. Now shutdown the computer for a couple of minutes and then restart normally.
    If DU reports errors it cannot fix, then you will need Disk Warrior (3.0.3 for Tiger) and/or TechTool Pro (4.5.1 for Tiger) to repair the drive. If you don't have either of them or if neither of them can fix the drive, then you will need to reformat the drive and reinstall OS X. Note that Disk Warrior will not work on Intel Macs.
    Download the standalone 10.4.8 Combo Updater (be sure to get the correct version - Intel or PPC - for your Macs. Reinstall the update using the Combo Updater.
    As an added precaution I would recommend you first boot into safe mode before doing the above.
    There is a shareware utility called Printer Setup Repair (www.macupdate.com) that you can also try. It is sometimes very useful for fixing problems with the printing system.

  • Unable to install any applications after updating ...

    Hi guys!
    I updating software my mobile n78 to version date 10-3-2009
    custom version
    21.002.051.1
     custom version date
    18-02.2009
    After that if I try to install any application the mobile is say the file is corrupted
    I need to help
    Solved!
    Go to Solution.

    thanks for help me

  • Can't open any applications after upgrading to 7.5

    i can't open ANY applications/programs on my computer at all, otherwise i would try to uninstall quicktime. (i'm typing this from a different computer). after a long time, i was finally able to open windows task manager and i closed any apple-related processes but that didn't seem to help. help please!!!

    i can't open ANY applications/programs on my computer at all, otherwise i would try to uninstall quicktime. (i'm typing this from a different computer). after a long time, i was finally able to open windows task manager and i closed any apple-related processes but that didn't seem to help. help please!!!

  • I am unable to close open applications after use since I did the update from iOS 6 to 7.1. Pls help

    Applications cannot be closed after double clicking homepage button
    and then long press the app,
    bit instead of closing, it reopened
    what can I do, cos it's draining my battery

    Double-tap on the Home button. You will see a preview of the app above the actual icon. Slide the preview up to kill it.
    Please get the iPhone User Guide (For iOS 7 Software)Sep 19, 2013 - 23 MB.

  • I unable logon to application after upgrade to 11.1.1.2

    Hi,
    I have problem to logon to HFM application after upgrade from 9.3.1 version to 11.1.1.2.
    The application is "Classic Application".
    I upgraded SharedServices(HSS), Planning, AnaliticServices, Workspace and HFM. Everything is OK. I can logon to all components excluding HFM. Each component was configured and registred in HSS.
    When I try logon to HFM application via workspace I recive this error:
    An error has occured. Please contact your administrator.
    Error Code: -2147217900
    Details:
    Trace: Error Reference Number: {A82694E0-72E7-4199-8EA4-B1BD52AD559C}<BR>Num: 0x80040e14;Type: 0;DTime: 2009-09-09 12:41:53;Svr: PGFDEMO;File: CHsxServerImpl.cpp;Line: 1877;Ver: 11.1.1.2.0.2207;<BR>Num: 0x80040e14;Type: 0;DTime: 2009-09-09 12:42:02;Svr: PGFDEMO;File: CHsxServerImpl.cpp;Line: 2168;Ver: 11.1.1.2.0.2207;<BR>Num: 0x80040e14;Type: 0;DTime: 2009-09-09 12:42:02;Svr: PGFDEMO;File: CHsxServerImpl.cpp;Line: 3886;Ver: 11.1.1.2.0.2207;<BR>Num: 0x80040e14;Type: 0;DTime: 2009-09-09 12:42:02;Svr: PGFDEMO;File: CHsxServer.cpp;Line: 1451;Ver: 11.1.1.2.0.2207;<BR>Num: 0x80040e14;Type: 0;DTime: 2009-09-09 12:42:02;Svr: PGFDEMO;File: CHsxClient.cpp;Line: 2355;Ver: 11.1.1.2.0.2207;<BR>Num: 0x80040e14;Type: 0;DTime: 2009-09-09 12:42:05;Svr: PGFDEMO;File: CHFMwManageApplications.cpp;Line: 206;Ver: 11.1.1.2.0.2207;
    When I try logon via ClientConsole I recive this error:
    Unable to open the selected application.
    Details:
    Error Reference Number: {19299643-9192-4E69-AC34-D1489457ED4A}
    Num: 0x80040e14;Type: 0;DTime: 2009-09-09 12:45:03;Svr: PGFDEMO;File: CHsxServerImpl.cpp;Line: 1877;Ver: 11.1.1.2.0.2207;
    Num: 0x80040e14;Type: 0;DTime: 2009-09-09 12:45:06;Svr: PGFDEMO;File: CHsxServerImpl.cpp;Line: 2168;Ver: 11.1.1.2.0.2207;
    Num: 0x80040e14;Type: 0;DTime: 2009-09-09 12:45:06;Svr: PGFDEMO;File: CHsxServerImpl.cpp;Line: 3886;Ver: 11.1.1.2.0.2207;
    Num: 0x80040e14;Type: 0;DTime: 2009-09-09 12:45:07;Svr: PGFDEMO;File: CHsxServer.cpp;Line: 1451;Ver: 11.1.1.2.0.2207;
    Num: 0x80040e14;Type: 0;DTime: 2009-09-09 12:45:08;Svr: PGFDEMO;File: CHsxClient.cpp;Line: 2355;Ver: 11.1.1.2.0.2207;
    In system Evet Viewr/Application I have next error:
    Event Type:     Error
    Event Source:     Hyperion Financial Management
    Event Category:     None
    Event ID:     11
    Date:          2009-09-09
    Time:          12:45:01
    User:          PGFDEMO\Administrator
    Computer:     PGFDEMO
    Description:
    Error 11; Administrator; 09/09/2009 12:45:01; CHsvSQLFile.cpp; Line 836; <?xml version="1.0"?>
    <EStr><Ref>{B3E02DEC-686C-4370-9E10-B63DE76601E9}</Ref><AppName>EMEA</AppName><User/><DBUpdate>1</DBUpdate><ESec><Num>-2147217900</Num><Type>1</Type><DTime>2009-09-09 12:45:01</DTime><Svr>PGFDEMO</Svr><File>CHsvSQLFile.cpp</File><Line>836</Line><Ver>11.1.1.2.0.2207</Ver><DStr>SELECT LABEL,TIMESTAMP,BINARYFILE,TYPE FROM EMEA_BINARYFILES WHERE LABEL = N'SharedAppData' order by ENTRYIDX</DStr><PSec><Param>ORA-00904: "TYPE": niepoprawny identyfikator</Param></PSec></ESec></EStr>
    But when I create new ClassicApplication then I can logon.
    Has anyone any idea how to resolve my problem?
    Thanks for help.

    Hi there,
    interested to know if this was resolved and how? I am also receiving a similar message after running an upgrade/schema migration.
    Appreciated any assistance you can provide

  • CAN'T  open any applications after mac os update 10.4.11

    CAN'T  open any applications after mac os update 10.4.11 help

    General advice on updating:
    It is worth noting that it is an extreme rarity for updates to cause upsets to your system, as they have all been extensively beta-tested, but they may well reveal pre-existing ones, particularly those of which you may have been unaware. If you are actually aware of any glitches, make sure they are fixed before proceeding further.
    So before you do anything else:
    If you can, make a full backup first to an external hard disk. Ideally you should always have a bootable clone of your system that enables you to revert to the previous pre-update state.
    Turn off sleep mode for both screen and hard disk.
    Disconnect all peripherals except your keyboard and mouse.
    1. Repair Permissions (in Disk Utility)
    2. Verify the state of your hard disk using Disk Utility. If any faults are reported, restart from your install disk (holding down the C key), go to Disk Utility, and repair your startup disk. Restart again to get back to your startup disk.
    At least you can now be reasonably certain that your system does not contain any obvious faults that might cause an update/upgrade to fail.
    3. Download the correct version of the COMBO update from the Apple download site. If your car runs on gasoline you would not want to fill the tank with diesel, so don’t try to install the PPC updater on an Intel Mac!
    The 10.4.11 Combo Updater for PPC Macs is here:  http://support.apple.com/kb/DL170
    And for Intel Macs here:  http://support.apple.com/kb/DL172
    If you prefer to download updates via Software Update in the Apple menu (which would ensure that the correct version for your Mac was being downloaded), it is not recommended to allow SU to install major (or even minor) updates automatically. Set Software Update to just download the updater without immediately installing it. There is always the possibility that the combined download and install (which can be a lengthy process) might be interrupted by a power outage or your cat walking across the keyboard, and an interrupted install will almost certainly cause havoc. Once it is downloaded, you can install at a time that suits you. You should make a backup copy of the updater on a CD in case you ever need a reinstall.
    Full details about the 10.4.11 update here:  http://support.apple.com/kb/TA24901?viewlocale=en_US
    More information on using Software Updater here:
    http://support.apple.com/kb/TA24901?viewlocale=en_US
    Using the Combo updater ensures that all system files changed since the original 10.4.0 are included, and any that may have been missed out or subsequently damaged will be repaired. The Delta updater, although a temptingly smaller download, only takes you from the previous version to the new one, i.e. for example from 10.4.10 to 10.4.11. Software Update will generally download the Delta updater only. The preferable Combo updater needs to be downloaded from Apple's download site.
    Now proceed as follows:
    4. Close all applications and turn off energy saving and screensaver.
    5. Unplug all peripherals except your keyboard and mouse.
    6. Install the update/upgrade. Do not under any circumstances interrupt this procedure. Do not do anything else on your computer while it is installing. Be patient.
    7. When it ask for a restart to complete the installation, click restart. This can take longer than normal, there are probably thousands of files to overwrite and place in the correct location. Do nothing while this is going on.
    8. Once your Mac is awake, repair permissions again, and you should be good to go!
    If your Mac seems slightly sluggish or ‘different’, perform a second restart. It can’t hurt and is sometimes efficacious!
    9. Open a few of your most used applications and check that all is OK. In this connection please remember that not all manufacturers of third party applications and plug-ins, add-ons, haxies etc, will have had time to do any necessary rewrites to their software to make them compliant with the latest version of your operating system. Give them a weeks or two while you regularly check their websites for updates. This applies particularly to plug-ins for Safari 3.
    N.B. Do not attempt to install two different updates at the same time as each may have different routines and requirements. Follow the above recommendations for each update in turn.
    Lastly, Apple's own article on the subject of Software Update may also be useful reading:
    http://docs.info.apple.com/article.html?artnum=106695
    [b]If you are updating Safari (or just have):[/b]
    Input Managers from third parties can do as much harm as good. They use a security loophole to reach right into your applications' code and change that code as the application starts up.  If you have installed an OS update and Safari is crashing, the very [i]first[/i] thing to do is clear out your InputManagers folders (both in your own Library and in the top-level /Library), log out and log back in, and try again.
    So, disable all third party add-ons before updating Safari, as they may not have been updated yet for the new version. Add them back one by one. If something goes awry, remove it again and check on the software manufacturer's website for news of an update to match your version of Safari. Remember: Tiger up to 10.4.10 used Safari 2.0.4 or, if you downloaded it, Safari 3.0.3 beta. Safari 10.4.11 used Safari 3.0.4 which was [i]not[/i] a beta. If Safari 3.1.2 on 10.4.11 is not the fastest browser you have ever used, then something is wrong!
    Moreover, trying to revert to Safari 3.0.4 (or worse still, version 2) when running 10.4.11 or 10.5 can have repercussions, as Safari 3.1.1 uses a completely different webkit on which other applications like iChat, Mail and Dashboard Widgets etc also rely, and may entail you having to reinstall an earlier operating system.
    [b][i]Most errors reported here after an update are due to an unrepaired or undetected inherent fault in the system, and/or a third party ad-on.[/b][/i] Two such add-on that have been frequently mentioned here for causing such problems are Piclens and Pithhelmet. If you have them, trash them.
    Additional tips on software installation here:
    http://docs.info.apple.com/article.html?artnum=106692
    To reiterate, Input Managers reach right into an application and alter its code. This puts the behavior of the affected application outside the control and responsibility of its developers: a recipe for  problems. That's not to say that issues absolutely will ensue as a result of Input Managers, but you, as a user, must decide. If the functionality of a specific Input Manager or set thereof is really important to you, you may well choose to assume the associated risk.
    Again, the advice is to remove all Input Managers from the following directories:
    /Library/InputManagers
    ~/Library/InputManagers
    especially prior to system updates (they can always be added back one-by-one later).

  • Unable to delete any applications.

    Hi,
    Recently I upgraded to Snow Leopard, noticed some real improvements, etc. However, it has become apparent over the last week or so, that I am unable to delete any application from any folder on my system. I have tried changing ownership and permission settings to no avail. I have also tried using those application removal tools (AppZapper, AppDelete, et al). I am not an expert in using the Terminal application, so I have not tried changing settings using this.
    I had intended to take my computer into my local Apple store, however, I wanted to see if I could find a solution online and fix it myself.
    I should also mention that I am not trying to delete pre-installed software, just third-party software that I no longer use.
    Any help would be appreciated,
    Thanks.

    'Jumping out of the trash', is exactly how I would describe my issue. I can delete any file providing it is not an application. Just tested trashing a range of apps, third-party and pre-installed, all act in the way I describing, all 'jump' out of the trash. Also, apps that were present pre-SL install act in the same way as post-SL ones.
    I haven't to my knowledge dragged an icon from the dock to the trash, it doesn't sound like something I would do. I have in the past trashed an app directly from the Applications folder, in the usual drag-n-drop fashion. I have no other drives connected to my computer.
    Just checked the permissions on the account, it tells me I am the administrator. I have no parental controls set.
    I've checked ownership and permissions and whether the item is locked for my hard drive and my applications folder; and for applications I am attempting to trash, all seem to report that I have the 'power' to delete them.

  • Unable to download any applications through BB App World

    Hi!!
    I have been facing a problem on the BB App World front. Each time I try to download any application through the BB App World it takes me to the Download tab in green but after I click the tab nothing happens.
    As a result I am unable to download any application on my Blackberry.
    Please help me resolve the issue.
    Solved!
    Go to Solution.

    Hi and Welcome to the Community!
    I suggest that you clear the AppWorld application cache:
    1. Open App World
    2. Go to My World
    3. Follow one (and only one!) of these steps:
    3a. For keyboard-based BB's -- Hold down the ALT key and then press, in sequence R, then S, then T
    3b. For Touch Screen Only BBs -- Hold the num-lock (!?123) button so it locks and then press, in sequence 3, then 4, then (
    3c. For newer (e,g., OS6 and 7) BB's, see this KB:
    KB24714 How to clear the BlackBerry App World cache
    4. AppWorld should close.
    5. If your BB locks after issuing the cache clear, perform a battery pull reboot
    6. Return to AppWorld/MyWorld (it may be sluggish while it re-synchronizes).
    If step (4) does not happen as listed, then the clear cache did not work.
    Hopefully it'll work for you! Good luck and let us know!
    Occam's Razor nearly always applies when troubleshooting technology issues!
    If anyone has been helpful to you, please show your appreciation by clicking the button inside of their post. Please click here and read, along with the threads to which it links, for helpful information to guide you as you proceed. I always recommend that you treat your BlackBerry like any other computing device, including using a regular backup schedule...click here for an article with instructions.
    Join our BBM Channels
    BSCF General Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • When i plug in my Iphone I am unable to sync any applications..

    When I connect my iphone 3g to itunes and i click on the app tab under my device it is cloudy and i am unable to click any thing.. i have tried deactivating and reactivating my computer and that did nothing.. it actually took my apps away.. this just happened today. Also about a month ago my iphone lost all of the factory installed applications, such as, camera, safari, app store, itunes, youtube... so i have nooo clue what the heck is going on.. i would go to an app store but the closest one is over an hour away and i am a very busy guy.. PLEASE HELP ME OUT!!

    Click here and download the software. If that doesn't work, not without upgrading the OS; a PowerPC Mac can't be upgraded past 10.5.8.
    (72642)

  • I have an Epson Perfection V100 scanner and can no longer scan after upgrading to Mountain Lion and Creative Suite 5.5. Any suggestions?

    I have an Epson Perfection V100 scanner and can no longer scan after upgrading to Mountain Lion and Creative Suite 5.5. Any suggestions?

    Check the Epson web site for updates to drivers and Epson scan software.

  • Problem with ADF Application after upgrade to 10.1.2.3

    Hello,
    i have some problems with my ADF applications after upgrade of AppServer to 10.1.2.3.
    The only Excteption i got is in the application.log of the container:
    Error in errorPage /faces/pages/error/error404.jspx
    javax.servlet.ServletException
         at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.3.0)].server.http.EvermindPageContext.handlePageThrowable(EvermindPageContext.java:614)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.3.0)].server.http.EvermindPageContext.handlePageException(EvermindPageContext.java:556)
         at pages.error._error404._jspService(_error404.java:682)
         at com.orionserver[Oracle Application Server Containers for J2EE 10g (10.1.2.3.0)].http.OrionHttpJspPage.service(OrionHttpJspPage.java:56)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:356)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:498)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:402)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.3.0)].server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:65)
         at oracle.security.jazn.oc4j.JAZNFilter.doFilter(Unknown Source)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.3.0)].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:674)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.3.0)].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:341)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.3.0)].server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:230)
         at com.sun.faces.context.ExternalContextImpl.dispatch(ExternalContextImpl.java:346)
         at com.sun.faces.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:152)
         at oracle.adfinternal.view.faces.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:157)
         at com.sun.faces.lifecycle.RenderResponsePhase.execute(RenderResponsePhase.java:107)
         at com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:245)
         at com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:137)
         at javax.faces.webapp.FacesServlet.service(FacesServlet.java:214)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.3.0)].server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:65)
         at oracle.security.jazn.oc4j.JAZNFilter.doFilter(Unknown Source)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.3.0)].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:674)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.3.0)].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:341)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.3.0)].server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:230)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.3.0)].server.http.EvermindHttpServletResponse.sendError(EvermindHttpServletResponse.java:1298)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.3.0)].server.http.EvermindHttpServletResponse.sendError(EvermindHttpServletResponse.java:1428)
         at javax.servlet.http.HttpServletResponseWrapper.sendError(HttpServletResponseWrapper.java:162)
         at oracle.security.jazn.oc4j.JAZNServletResponse.sendError(Unknown Source)
         at oracle.adf.view.faces.webapp.ResourceServlet.doGet(ResourceServlet.java:169)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at oracle.adf.view.faces.webapp.ResourceServlet.service(ResourceServlet.java:135)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.3.0)].server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:65)
         at oracle.security.jazn.oc4j.JAZNFilter.doFilter(Unknown Source)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.3.0)].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:674)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.3.0)].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:341)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.3.0)].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:816)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.3.0)].server.http.AJPRequestHandler.run(AJPRequestHandler.java:231)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.3.0)].server.http.AJPRequestHandler.run(AJPRequestHandler.java:136)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.3.0)].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:192)
         at java.lang.Thread.run(Thread.java:534)
    Does anybody know how to handle it?
    Regards.
    Krystian.

    I am also getting the similar error if I enable a particular coloumn of a table to load into ORM , I am getting the following error,
    javax.servlet.jsp.JspException     at jsp.viewsinglerecord.throwError(_viewsinglerecord.java:31)     [SRC:/jsp/standardinclude.jsp:84]     at jsp.viewsinglerecord._jspService(_viewsinglerecord.java:1185)     [SRC:/jsp/displaymultiplerecords.jsp:461]     at com.orionserver[Oracle Application Server Containers for J2EE 10g (10.1.2.3.0)].http.OrionHttpJspPage.service(OrionHttpJspPage.java:56)     at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:356)     at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:498)     at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:402)     at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)     at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.3.0)].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:835)     at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.3.0)].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:341)     at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.3.0)].server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:230)     at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.3.0)].server.http.GetParametersRequestDispatcher.forward(GetParametersRequestDispatcher.java:257)     at org.apache.struts.action.RequestProcessor.doForward(RequestProcessor.java:1069)     at org.apache.struts.action.RequestProcessor.processForwardConfig(RequestProcessor.java:455)     at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:279)     at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1482)     at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:525)     at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)     at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)     at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.3.0)].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:835)     at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.3.0)].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:341)     at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.3.0)].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:816)     at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.3.0)].server.http.AJPRequestHandler.run(AJPRequestHandler.java:231)     at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.3.0)].server.http.AJPRequestHandler.run(AJPRequestHandler.java:136)     at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.3.0)].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:192)     at java.lang.Thread.run(Thread.java:534)

  • Please help me with formatting the os 10.6.8 without the cd..unable to open any application and i dont have the installation cd.

    Hi
    I am using mac 10.6.8 and unable to open any application as well as system preferences. I don't have the cd's as well.
    So tell me what can i do i want to reinstall my os without the cd.
    Please help

    Safari->Empty cache, quit and relaunch Safari. This link works here: Mac OS X 10.6.8 Update Combo v1.1
    27" i7 iMac (Mid 2011) refurb, OS X Yo (10.10.1), Mavs, ML & SL, G4 450 MP w/10.5 & 9.2.2

  • Unable to open any applications in administrator account

    My OS is 10.6.2. Just tonight, I was unable to open any applications in my administrator account (Safari, iCal, iTunes, calculator, system preferences, etc.). In other words, I can't do anything while logged into my administrator account. However, everything works fine if I log into the guest account. Any suggestions? I have restarted my computer and that did not help.

    What happens when you try to launch applications? Do you see error messages?
    Check the behavior in Safe Mode by restarting the computer with the Shift key held down. Booting will take a while longer--this is normal, so just be patient.
    ~Lyssa

Maybe you are looking for

  • Apple ID works on iPhone, but doesn't work on iPad

    Hello everyone, my Apple ID was always sync among all my devices, but today iPad, when I tried to install new app, showed a window with "this apple id cannot be used for the itunes store. please try another apple id". It has never happened before and

  • SRM 7.0 PCW. Follow-on document creation

    Dear experts: we are in SRM 7.0 and have implemented PCW with approval at item level. Our end users want to have automatic follow-on document creation inmediatlly after SC item approval. However, as per standard SAP SRM, they have to wait untill all

  • [SOLVED] Rebooted and now no Internet

    I rebooted and the LAN cable is in and lit up but no network connectivity on my arch box. Worked fine until i rebooted. What do I check? Last edited by CaptainKirk (2009-12-10 10:45:34)

  • DVD Quality - LCD vs. PLASMA

    How come DVD quality is different on a LCD than on a Plasma. I tested my DVD that I made using iDVD6, and on a LCD the quality is acceptable. Then when I play the DVD on a Plasma display the images appear very bright...almost unrecognizable. Please h

  • Question on BIEE Answers

    Hi Experts, I am trying to build data in the physical layer, business model and mapping as well as presentation layer in BIEE 11g. Now, I have 3 relational tables like this, 1. Account (Parent, Child) 2. Year (Parent, Child) 3. Data (Account, Year, A