Weblogic 10.3.2 Icefaces 2.0 error for dataTable-sortable

Hi All:
I am using weblogic 10.3.2 and JSF 2.0, ICEFACES 2.0. I ran the example
dataTable-sortable and I get the following error:
jar files in the war file:
commons-collections-2.1.1.jar
commons-logging-1.0.4.jar
icefaces-ace.jar
icefaces-compat.jar
icefaces.jar
icepush.jar
javax.faces-2.1.4-sources.jar
javax.faces-2.1.4.jar
jsf-api.jar
jsf-impl.jar
jstl.jar
log4j-1.2.11.jar
In the weblogic.xml:
I added the following statement but still get the error below:
<wls:jsp-descriptor><wls:encoding>UTF-8</wls:encoding></wls:jsp-descriptor>
error from the console:
java.lang.IllegalStateException
at com.sun.faces.application.ViewHandlerResponseWrapper.getWriter(ViewHandlerResponseWrapper.java:192)
at com.sun.faces.context.ExternalContextImpl.getResponseOutputWriter(ExternalContextImpl.java:723)
at com.sun.faces.application.view.FaceletViewHandlingStrategy.createResponseWriter(FaceletViewHandlingStrategy.java:930)
at com.sun.faces.application.view.FaceletViewHandlingStrategy.renderView(FaceletViewHandlingStrategy.java:376)
at com.sun.faces.application.view.MultiViewHandler.renderView(MultiViewHandler.java:131)
at com.sun.faces.lifecycle.RenderResponsePhase.execute(RenderResponsePhase.java:121)
at com.sun.faces.lifecycle.Phase.doPhase(Phase.java:101)
at com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:139)
at javax.faces.webapp.FacesServlet.service(FacesServlet.java:410)
at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:292)
at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:175)
at weblogic.servlet.internal.RequestDispatcherImpl.invokeServlet(RequestDispatcherImpl.java:502)
at weblogic.servlet.internal.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:248)
at weblogic.servlet.jsp.PageContextImpl.forward(PageContextImpl.java:159)
at jsp_servlet.__index._jspService(__index.java:79)
at weblogic.servlet.jsp.JspBase.service(JspBase.java:34)
at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:292)
at weblogic.servlet.internal.ServletStubImpl.onAddToMapException(ServletStubImpl.java:408)
at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:318)
at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:175)
at weblogic.servlet.internal.RequestDispatcherImpl.invokeServlet(RequestDispatcherImpl.java:502)
at weblogic.servlet.internal.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:248)
at com.sun.faces.context.ExternalContextImpl.dispatch(ExternalContextImpl.java:546)
at com.sun.faces.application.view.JspViewHandlingStrategy.executePageToBuildView(JspViewHandlingStrategy.java:364)
at com.sun.faces.application.view.JspViewHandlingStrategy.buildView(JspViewHandlingStrategy.java:154)
at com.sun.faces.lifecycle.RenderResponsePhase.execute(RenderResponsePhase.java:100)
at com.sun.faces.lifecycle.Phase.doPhase(Phase.java:101)
at com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:139)
at javax.faces.webapp.FacesServlet.service(FacesServlet.java:410)
at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:292)
at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3592)
at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2202)
at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2108)
at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1432)
at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
Any help or hint would be greatly appreciate it!!!

Hi All:
I am using weblogic 10.3.2 and JSF 2.0, ICEFACES 2.0. I ran the example
dataTable-sortable and I get the following error:
jar files in the war file:
commons-collections-2.1.1.jar
commons-logging-1.0.4.jar
icefaces-ace.jar
icefaces-compat.jar
icefaces.jar
icepush.jar
javax.faces-2.1.4-sources.jar
javax.faces-2.1.4.jar
jsf-api.jar
jsf-impl.jar
jstl.jar
log4j-1.2.11.jar
In the weblogic.xml:
I added the following statement but still get the error below:
<wls:jsp-descriptor><wls:encoding>UTF-8</wls:encoding></wls:jsp-descriptor>
error from the console:
java.lang.IllegalStateException
at com.sun.faces.application.ViewHandlerResponseWrapper.getWriter(ViewHandlerResponseWrapper.java:192)
at com.sun.faces.context.ExternalContextImpl.getResponseOutputWriter(ExternalContextImpl.java:723)
at com.sun.faces.application.view.FaceletViewHandlingStrategy.createResponseWriter(FaceletViewHandlingStrategy.java:930)
at com.sun.faces.application.view.FaceletViewHandlingStrategy.renderView(FaceletViewHandlingStrategy.java:376)
at com.sun.faces.application.view.MultiViewHandler.renderView(MultiViewHandler.java:131)
at com.sun.faces.lifecycle.RenderResponsePhase.execute(RenderResponsePhase.java:121)
at com.sun.faces.lifecycle.Phase.doPhase(Phase.java:101)
at com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:139)
at javax.faces.webapp.FacesServlet.service(FacesServlet.java:410)
at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:292)
at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:175)
at weblogic.servlet.internal.RequestDispatcherImpl.invokeServlet(RequestDispatcherImpl.java:502)
at weblogic.servlet.internal.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:248)
at weblogic.servlet.jsp.PageContextImpl.forward(PageContextImpl.java:159)
at jsp_servlet.__index._jspService(__index.java:79)
at weblogic.servlet.jsp.JspBase.service(JspBase.java:34)
at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:292)
at weblogic.servlet.internal.ServletStubImpl.onAddToMapException(ServletStubImpl.java:408)
at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:318)
at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:175)
at weblogic.servlet.internal.RequestDispatcherImpl.invokeServlet(RequestDispatcherImpl.java:502)
at weblogic.servlet.internal.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:248)
at com.sun.faces.context.ExternalContextImpl.dispatch(ExternalContextImpl.java:546)
at com.sun.faces.application.view.JspViewHandlingStrategy.executePageToBuildView(JspViewHandlingStrategy.java:364)
at com.sun.faces.application.view.JspViewHandlingStrategy.buildView(JspViewHandlingStrategy.java:154)
at com.sun.faces.lifecycle.RenderResponsePhase.execute(RenderResponsePhase.java:100)
at com.sun.faces.lifecycle.Phase.doPhase(Phase.java:101)
at com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:139)
at javax.faces.webapp.FacesServlet.service(FacesServlet.java:410)
at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:292)
at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3592)
at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2202)
at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2108)
at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1432)
at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
Any help or hint would be greatly appreciate it!!!

Similar Messages

  • EJB deployment error for Weblogic server 9.2 mp4

    Hi,
    While trying to deploy a small EJB jar file which uses EJB 2.1 CMP beans with relationships, getting the following error from Weblogic server 9.2 MP4:
    =================================================================================================
    <Error> <EJB> <VinodThinkPad> <AdminServer> <[STANDBY] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1320143988333> <BEA-012036> <Compiling generated EJB classes produced the following Java compiler error message:
    C:\bea\user_projects\domains\base_domain\servers\AdminServer\cache\EJBCompilerCache\19ivqhpr6jvsc\Test1\Order_cpl9bk__WebLogic_CMP_RDBMS.java:570: incompatible types
    found : <nulltype>
    required: int
    shipmentId = null;
    ^
    Note: Some input files use unchecked or unsafe operations.
    Note: Recompile with -Xlint:unchecked for details.
    1 error
    >
    ####<Nov 1, 2011 4:09:48 PM IST> <Error> <Deployer> <VinodThinkPad> <AdminServer> <[STANDBY] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1320143988380> <BEA-149265> <Failure occured in the execution of deployment request with ID '1320143984947' for task '1'. Error is: 'weblogic.application.ModuleException: Exception preparing module: EJBModule(EJBTest)
    Unable to deploy EJB: EJBTest.jar from EJBTest.jar:
    There are 1 nested errors:
    java.io.IOException: Compiler failed executable.exec:
    C:\bea\user_projects\domains\base_domain\servers\AdminServer\cache\EJBCompilerCache\19ivqhpr6jvsc\Test1\Order_cpl9bk__WebLogic_CMP_RDBMS.java:570: incompatible types
    found : <nulltype>
    required: int
    shipmentId = null;
    ^
    Note: Some input files use unchecked or unsafe operations.
    Note: Recompile with -Xlint:unchecked for details.
    1 error
         at weblogic.utils.compiler.CompilerInvoker.compileMaybeExit(CompilerInvoker.java:493)
         at weblogic.utils.compiler.CompilerInvoker.compile(CompilerInvoker.java:332)
         at weblogic.utils.compiler.CompilerInvoker.compile(CompilerInvoker.java:340)
         at weblogic.ejb.container.ejbc.EJBCompiler.doCompile(EJBCompiler.java:309)
         at weblogic.ejb.container.ejbc.EJBCompiler.compileEJB(EJBCompiler.java:497)
         at weblogic.ejb.container.ejbc.EJBCompiler.compileEJB(EJBCompiler.java:464)
         at weblogic.ejb.container.deployer.EJBDeployer.runEJBC(EJBDeployer.java:432)
         at weblogic.ejb.container.deployer.EJBDeployer.compileJar(EJBDeployer.java:754)
         at weblogic.ejb.container.deployer.EJBDeployer.compileIfNecessary(EJBDeployer.java:657)
         at weblogic.ejb.container.deployer.EJBDeployer.prepare(EJBDeployer.java:1201)
         at weblogic.ejb.container.deployer.EJBModule.prepare(EJBModule.java:355)
         at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListenerInvoker.java:93)
         at weblogic.application.internal.flow.DeploymentCallbackFlow$1.next(DeploymentCallbackFlow.java:360)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:26)
         at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:56)
         at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:46)
         at weblogic.application.internal.BaseDeployment$1.next(BaseDeployment.java:615)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:26)
         at weblogic.application.internal.BaseDeployment.prepare(BaseDeployment.java:191)
         at weblogic.application.internal.DeploymentStateChecker.prepare(DeploymentStateChecker.java:147)
         at weblogic.deploy.internal.targetserver.AppContainerInvoker.prepare(AppContainerInvoker.java:61)
         at weblogic.deploy.internal.targetserver.operations.ActivateOperation.createAndPrepareContainer(ActivateOperation.java:189)
         at weblogic.deploy.internal.targetserver.operations.ActivateOperation.doPrepare(ActivateOperation.java:87)
         at weblogic.deploy.internal.targetserver.operations.AbstractOperation.prepare(AbstractOperation.java:217)
         at weblogic.deploy.internal.targetserver.DeploymentManager.handleDeploymentPrepare(DeploymentManager.java:718)
         at weblogic.deploy.internal.targetserver.DeploymentManager.prepareDeploymentList(DeploymentManager.java:1185)
         at weblogic.deploy.internal.targetserver.DeploymentManager.configPrepareCompleted(DeploymentManager.java:594)
         at weblogic.deploy.internal.targetserver.DeploymentServiceDispatcher.prepareCompleted(DeploymentServiceDispatcher.java:171)
         at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.doPrepareCompletedCallback(DeploymentReceiverCallbackDeliverer.java:228)
         at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.access$300(DeploymentReceiverCallbackDeliverer.java:12)
         at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer$4.run(DeploymentReceiverCallbackDeliverer.java:95)
         at weblogic.work.ServerWorkManagerImpl$WorkAdapterImpl.run(ServerWorkManagerImpl.java:518)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:181)
    weblogic.application.ModuleException: Exception preparing module: EJBModule(EJBTest)
    Unable to deploy EJB: EJBTest.jar from EJBTest.jar:
    There are 1 nested errors:
    java.io.IOException: Compiler failed executable.exec:
    C:\bea\user_projects\domains\base_domain\servers\AdminServer\cache\EJBCompilerCache\19ivqhpr6jvsc\Test1\Order_cpl9bk__WebLogic_CMP_RDBMS.java:570: incompatible types
    found : <nulltype>
    required: int
    shipmentId = null;
    ^
    Note: Some input files use unchecked or unsafe operations.
    Note: Recompile with -Xlint:unchecked for details.
    1 error
         at weblogic.utils.compiler.CompilerInvoker.compileMaybeExit(CompilerInvoker.java:493)
         at weblogic.utils.compiler.CompilerInvoker.compile(CompilerInvoker.java:332)
         at weblogic.utils.compiler.CompilerInvoker.compile(CompilerInvoker.java:340)
         at weblogic.ejb.container.ejbc.EJBCompiler.doCompile(EJBCompiler.java:309)
         at weblogic.ejb.container.ejbc.EJBCompiler.compileEJB(EJBCompiler.java:497)
         at weblogic.ejb.container.ejbc.EJBCompiler.compileEJB(EJBCompiler.java:464)
         at weblogic.ejb.container.deployer.EJBDeployer.runEJBC(EJBDeployer.java:432)
         at weblogic.ejb.container.deployer.EJBDeployer.compileJar(EJBDeployer.java:754)
         at weblogic.ejb.container.deployer.EJBDeployer.compileIfNecessary(EJBDeployer.java:657)
         at weblogic.ejb.container.deployer.EJBDeployer.prepare(EJBDeployer.java:1201)
         at weblogic.ejb.container.deployer.EJBModule.prepare(EJBModule.java:355)
         at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListenerInvoker.java:93)
         at weblogic.application.internal.flow.DeploymentCallbackFlow$1.next(DeploymentCallbackFlow.java:360)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:26)
         at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:56)
         at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:46)
         at weblogic.application.internal.BaseDeployment$1.next(BaseDeployment.java:615)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:26)
         at weblogic.application.internal.BaseDeployment.prepare(BaseDeployment.java:191)
         at weblogic.application.internal.DeploymentStateChecker.prepare(DeploymentStateChecker.java:147)
         at weblogic.deploy.internal.targetserver.AppContainerInvoker.prepare(AppContainerInvoker.java:61)
         at weblogic.deploy.internal.targetserver.operations.ActivateOperation.createAndPrepareContainer(ActivateOperation.java:189)
         at weblogic.deploy.internal.targetserver.operations.ActivateOperation.doPrepare(ActivateOperation.java:87)
         at weblogic.deploy.internal.targetserver.operations.AbstractOperation.prepare(AbstractOperation.java:217)
         at weblogic.deploy.internal.targetserver.DeploymentManager.handleDeploymentPrepare(DeploymentManager.java:718)
         at weblogic.deploy.internal.targetserver.DeploymentManager.prepareDeploymentList(DeploymentManager.java:1185)
         at weblogic.deploy.internal.targetserver.DeploymentManager.configPrepareCompleted(DeploymentManager.java:594)
         at weblogic.deploy.internal.targetserver.DeploymentServiceDispatcher.prepareCompleted(DeploymentServiceDispatcher.java:171)
         at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.doPrepareCompletedCallback(DeploymentReceiverCallbackDeliverer.java:228)
         at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.access$300(DeploymentReceiverCallbackDeliverer.java:12)
         at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer$4.run(DeploymentReceiverCallbackDeliverer.java:95)
         at weblogic.work.ServerWorkManagerImpl$WorkAdapterImpl.run(ServerWorkManagerImpl.java:518)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:181)
         at weblogic.ejb.container.deployer.EJBModule.prepare(EJBModule.java:382)
         at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListenerInvoker.java:93)
         at weblogic.application.internal.flow.DeploymentCallbackFlow$1.next(DeploymentCallbackFlow.java:360)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:26)
         at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:56)
         at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:46)
         at weblogic.application.internal.BaseDeployment$1.next(BaseDeployment.java:615)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:26)
         at weblogic.application.internal.BaseDeployment.prepare(BaseDeployment.java:191)
         at weblogic.application.internal.DeploymentStateChecker.prepare(DeploymentStateChecker.java:147)
         at weblogic.deploy.internal.targetserver.AppContainerInvoker.prepare(AppContainerInvoker.java:61)
         at weblogic.deploy.internal.targetserver.operations.ActivateOperation.createAndPrepareContainer(ActivateOperation.java:189)
         at weblogic.deploy.internal.targetserver.operations.ActivateOperation.doPrepare(ActivateOperation.java:87)
         at weblogic.deploy.internal.targetserver.operations.AbstractOperation.prepare(AbstractOperation.java:217)
         at weblogic.deploy.internal.targetserver.DeploymentManager.handleDeploymentPrepare(DeploymentManager.java:718)
         at weblogic.deploy.internal.targetserver.DeploymentManager.prepareDeploymentList(DeploymentManager.java:1185)
         at weblogic.deploy.internal.targetserver.DeploymentManager.configPrepareCompleted(DeploymentManager.java:594)
         at weblogic.deploy.internal.targetserver.DeploymentServiceDispatcher.prepareCompleted(DeploymentServiceDispatcher.java:171)
         at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.doPrepareCompletedCallback(DeploymentReceiverCallbackDeliverer.java:228)
         at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.access$300(DeploymentReceiverCallbackDeliverer.java:12)
         at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer$4.run(DeploymentReceiverCallbackDeliverer.java:95)
         at weblogic.work.ServerWorkManagerImpl$WorkAdapterImpl.run(ServerWorkManagerImpl.java:518)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:181)
    java.io.IOException: Compiler failed executable.exec:
    C:\bea\user_projects\domains\base_domain\servers\AdminServer\cache\EJBCompilerCache\19ivqhpr6jvsc\Test1\Order_cpl9bk__WebLogic_CMP_RDBMS.java:570: incompatible types
    found : <nulltype>
    required: int
    shipmentId = null;
    ^
    Note: Some input files use unchecked or unsafe operations.
    Note: Recompile with -Xlint:unchecked for details.
    1 error
         at weblogic.utils.compiler.CompilerInvoker.compileMaybeExit(CompilerInvoker.java:493)
         at weblogic.utils.compiler.CompilerInvoker.compile(CompilerInvoker.java:332)
         at weblogic.utils.compiler.CompilerInvoker.compile(CompilerInvoker.java:340)
         at weblogic.ejb.container.ejbc.EJBCompiler.doCompile(EJBCompiler.java:309)
         at weblogic.ejb.container.ejbc.EJBCompiler.compileEJB(EJBCompiler.java:497)
         at weblogic.ejb.container.ejbc.EJBCompiler.compileEJB(EJBCompiler.java:464)
         at weblogic.ejb.container.deployer.EJBDeployer.runEJBC(EJBDeployer.java:432)
         at weblogic.ejb.container.deployer.EJBDeployer.compileJar(EJBDeployer.java:754)
         at weblogic.ejb.container.deployer.EJBDeployer.compileIfNecessary(EJBDeployer.java:657)
         at weblogic.ejb.container.deployer.EJBDeployer.prepare(EJBDeployer.java:1201)
         at weblogic.ejb.container.deployer.EJBModule.prepare(EJBModule.java:355)
         at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListenerInvoker.java:93)
         at weblogic.application.internal.flow.DeploymentCallbackFlow$1.next(DeploymentCallbackFlow.java:360)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:26)
         at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:56)
         at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:46)
         at weblogic.application.internal.BaseDeployment$1.next(BaseDeployment.java:615)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:26)
         at weblogic.application.internal.BaseDeployment.prepare(BaseDeployment.java:191)
         at weblogic.application.internal.DeploymentStateChecker.prepare(DeploymentStateChecker.java:147)
         at weblogic.deploy.internal.targetserver.AppContainerInvoker.prepare(AppContainerInvoker.java:61)
         at weblogic.deploy.internal.targetserver.operations.ActivateOperation.createAndPrepareContainer(ActivateOperation.java:189)
         at weblogic.deploy.internal.targetserver.operations.ActivateOperation.doPrepare(ActivateOperation.java:87)
         at weblogic.deploy.internal.targetserver.operations.AbstractOperation.prepare(AbstractOperation.java:217)
         at weblogic.deploy.internal.targetserver.DeploymentManager.handleDeploymentPrepare(DeploymentManager.java:718)
         at weblogic.deploy.internal.targetserver.DeploymentManager.prepareDeploymentList(DeploymentManager.java:1185)
         at weblogic.deploy.internal.targetserver.DeploymentManager.configPrepareCompleted(DeploymentManager.java:594)
         at weblogic.deploy.internal.targetserver.DeploymentServiceDispatcher.prepareCompleted(DeploymentServiceDispatcher.java:171)
         at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.doPrepareCompletedCallback(DeploymentReceiverCallbackDeliverer.java:228)
         at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.access$300(DeploymentReceiverCallbackDeliverer.java:12)
         at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer$4.run(DeploymentReceiverCallbackDeliverer.java:95)
         at weblogic.work.ServerWorkManagerImpl$WorkAdapterImpl.run(ServerWorkManagerImpl.java:518)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:181)
    >
    =================================================================================================
    While I'm able to deploy without the CMP 1-1 relationship, the moment I introduce the 1-1 relationship, I get this error. Database used is Oracle 10g XE.
    I have been battling this error for more than a day now. Kindly help me fix this.
    Thanks in advance!
    Regards,
    Vinod

    Hi,
    I was able to figure out the root cause. I was using the primitive data type "int" for primary key and foreign key for one of the beans in the relationship. After I changed it to "Integer" wrapper type, the issue got resolved.
    -Vinod

  • Weblogic 10.3.6 update node manager error.

    After installing 10.3.5 I did the installation on WebLogic 10.3.6 upgrade. (wls1036_upgrade_generic.jar). Domain installation does not work if I did, and then I saw when I ran the node manager.
    Error
    C:\oracle\Middleware\wlserver_10.3\server\bin>set CLASSPATH=.;C:\oracle\MIDDLE~1
    \patch_wls1036\profiles\default\sys_manifest_classpath\weblogic_patch.jar;C:\ora
    cle\MIDDLE~1\patch_ocp371\profiles\default\sys_manifest_classpath\weblogic_patch
    .jar;C:\oracle\MIDDLE~1\patch_jdev1112\profiles\default\sys_manifest_classpath\w
    eblogic_patch.jar;C:\PROGRA~1\Java\JDK17~1.0_0\lib\tools.jar;C:\oracle\MIDDLE~1\
    WLSERV~1.3\server\lib\weblogic_sp.jar;C:\oracle\MIDDLE~1\WLSERV~1.3\server\lib\w
    eblogic.jar;C:\oracle\MIDDLE~1\modules\features\weblogic.server.modules_10.3.6.0
    .jar;C:\oracle\MIDDLE~1\WLSERV~1.3\server\lib\webservices.jar;C:\oracle\MIDDLE~1
    \modules\ORGAPA~1.1/lib/ant-all.jar;C:\oracle\MIDDLE~1\modules\NETSFA~1.0_1/lib/
    ant-contrib.jar;
    C:\oracle\Middleware\wlserver_10.3\server\bin>if not "" == "" set CLASSPATH=;.;C
    :\oracle\MIDDLE~1\patch_wls1036\profiles\default\sys_manifest_classpath\weblogic
    patch.jar;C:\oracle\MIDDLE~1\patchocp371\profiles\default\sys_manifest_classpa
    th\weblogic_patch.jar;C:\oracle\MIDDLE~1\patch_jdev1112\profiles\default\sys_man
    ifest_classpath\weblogic_patch.jar;C:\PROGRA~1\Java\JDK17~1.0_0\lib\tools.jar;C:
    \oracle\MIDDLE~1\WLSERV~1.3\server\lib\weblogic_sp.jar;C:\oracle\MIDDLE~1\WLSERV
    ~1.3\server\lib\weblogic.jar;C:\oracle\MIDDLE~1\modules\features\weblogic.server
    .modules_10.3.6.0.jar;C:\oracle\MIDDLE~1\WLSERV~1.3\server\lib\webservices.jar;C
    :\oracle\MIDDLE~1\modules\ORGAPA~1.1/lib/ant-all.jar;C:\oracle\MIDDLE~1\modules\
    NETSFA~1.0_1/lib/ant-contrib.jar;
    C:\oracle\Middleware\wlserver_10.3\server\bin>if not "" == "" set CLASSPATH=.;C:
    \oracle\MIDDLE~1\patch_wls1036\profiles\default\sys_manifest_classpath\weblogic_
    patch.jar;C:\oracle\MIDDLE~1\patch_ocp371\profiles\default\sys_manifest_classpat
    h\weblogic_patch.jar;C:\oracle\MIDDLE~1\patch_jdev1112\profiles\default\sys_mani
    fest_classpath\weblogic_patch.jar;C:\PROGRA~1\Java\JDK17~1.0_0\lib\tools.jar;C:\
    oracle\MIDDLE~1\WLSERV~1.3\server\lib\weblogic_sp.jar;C:\oracle\MIDDLE~1\WLSERV~
    1.3\server\lib\weblogic.jar;C:\oracle\MIDDLE~1\modules\features\weblogic.server.
    modules_10.3.6.0.jar;C:\oracle\MIDDLE~1\WLSERV~1.3\server\lib\webservices.jar;C:
    \oracle\MIDDLE~1\modules\ORGAPA~1.1/lib/ant-all.jar;C:\oracle\MIDDLE~1\modules\N
    ETSFA~1.0_1/lib/ant-contrib.jar;;
    C:\oracle\Middleware\wlserver_10.3\server\bin>cd C:\oracle\MIDDLE~1\WLSERV~1.3\c
    ommon\NODEMA~1
    C:\oracle\MIDDLE~1\WLSERV~1.3\common\NODEMA~1>if not "" == "" if not "" == "" go
    to runNMWithListenAddressAndPort
    C:\oracle\MIDDLE~1\WLSERV~1.3\common\NODEMA~1>if not "" == "" goto runNMWithList
    enAddress
    C:\oracle\MIDDLE~1\WLSERV~1.3\common\NODEMA~1>if not "" == "" goto runNMWithList
    enPort
    C:\oracle\MIDDLE~1\WLSERV~1.3\common\NODEMA~1>"C:\PROGRA~1\Java\JDK17~1.0_0\bin\
    java.exe" -client -Xms32m -Xmx200m -XX:MaxPermSize=128m -XX:+UseSpinning -Dcoher
    ence.home=C:\oracle\MIDDLE~1\COHERE~1.7 -Dbea.home=C:\oracle\MIDDLE~1 -Xverify:
    none "-Djava.security.policy=C:\oracle\MIDDLE~1\WLSERV~1.3\server\lib\weblogic.p
    olicy" "-Dweblogic.nodemanager.javaHome=C:\PROGRA~1\Java\JDK17~1.0_0" weblogic.N
    odeManager -v
    <Jan 4, 2012 4:22:31 PM> <INFO> <Loading domains file: C:\oracle\MIDDLE~1\WLSERV
    ~1.3\common\NODEMA~1\nodemanager.domains>
    Jan 04, 2012 4:22:31 PM weblogic.nodemanager.server.NMServerConfig initDomainsMa
    p
    INFO: Loading domains file: C:\oracle\MIDDLE~1\WLSERV~1.3\common\NODEMA~1\nodema
    nager.domains
    <Jan 4, 2012 4:22:36 PM> <INFO> <Loading identity key store: FileName=C:/oracle/
    MIDDLE~1/WLSERV~1.3/server\lib\DemoIdentity.jks, Type=jks, PassPhraseUsed=true>
    Jan 04, 2012 4:22:36 PM weblogic.nodemanager.server.SSLConfig loadKeyStoreConfig
    INFO: Loading identity key store: FileName=C:/oracle/MIDDLE~1/WLSERV~1.3/server\
    lib\DemoIdentity.jks, Type=jks, PassPhraseUsed=true
    <Jan 4, 2012 4:22:36 PM> <SEVERE> <Fatal error in node manager server>
    weblogic.nodemanager.common.ConfigException: Unknown key store identity alias or
    not a key entry alias: DemoIdentity
    at weblogic.nodemanager.server.SSLConfig.loadKeyStoreConfig(SSLConfig.ja
    va:177)
    at weblogic.nodemanager.server.SSLConfig.<init>(SSLConfig.java:102)
    at weblogic.nodemanager.server.NMServer.init(NMServer.java:186)
    at weblogic.nodemanager.server.NMServer.<init>(NMServer.java:148)
    at weblogic.nodemanager.server.NMServer.main(NMServer.java:380)
    at weblogic.NodeManager.main(NodeManager.java:31)
    Jan 04, 2012 4:22:36 PM weblogic.nodemanager.server.NMServer main
    SEVERE: Fatal error in node manager server
    weblogic.nodemanager.common.ConfigException: Unknown key store identity alias or
    not a key entry alias: DemoIdentity
    at weblogic.nodemanager.server.SSLConfig.loadKeyStoreConfig(SSLConfig.ja
    va:177)
    at weblogic.nodemanager.server.SSLConfig.<init>(SSLConfig.java:102)
    at weblogic.nodemanager.server.NMServer.init(NMServer.java:186)
    at weblogic.nodemanager.server.NMServer.<init>(NMServer.java:148)
    at weblogic.nodemanager.server.NMServer.main(NMServer.java:380)
    at weblogic.NodeManager.main(NodeManager.java:31)
    C:\oracle\MIDDLE~1\WLSERV~1.3\common\NODEMA~1>goto finish
    C:\oracle\MIDDLE~1\WLSERV~1.3\common\NODEMA~1>ENDLOCAL
    Correction would be how.

    Hi,
    You should check admin server's logs found under ${DOMAIN_HOME}/servers/AdminServer/logs.
    Regards,
    Mohab

  • Weblogic 6.1 deployment out of memory error - please help

    I am getting an out of memory error when deploying an ear to a weblogic 6.1 server. I tried increasing heap size with the startup param. I also tried upgrading the jdk to 1.3.1_02. Here is how I am starting weblogic -
    "%JAVA_HOME%\bin\java" -hotspot -XX:MaxPermSize=256m -ms64m -mx64m -classpath "%CLASSPATH%" -Dweblogic.Domain=mydomain -Dweblogic.management.discover=false -Dweblogic.Name=myserver "-Dbea.home=C:\bea" -Dweblogic.management.password=%WLS_PW% -Dweblogic.ProductionModeEnabled=%STARTMODE% "-Djava.security.policy==C:\bea\wlserver6.1/lib/weblogic.policy" weblogic.Server
    I tried 64, 128, and 256 for the MaxPermSize param and the larger I make this number, the longer the deploy takes. I also tried lowering the session timeout to 1 min from 30. Now, when I deploy to the weblogic connection, jdev writes the war, then hangs. The rest of my desktop is slow but responsive, but I let jdev go for up to 1hr when running this deploy, and it never even starts the weblogic.deploy call. I end up killing it. This ear is not very big and is a simple servlet.
    Any thoughts?

    repost

  • ORA-29534 error for Class can not be resolved

    HI,
    I am trying to load and resolve a third party jar file which has some JMS classes. But while using the loadjava utility,
    "loadjava -u scott/tiger@dbname -r -v -genmissing weblogic.jar"
    i get "ORA-29534: referenced object <Class Name> could not be resolved" error for most of the classes.
    This Jar file has around 15000 classes definitions and it takes almost a complete day to load and resolve it. Even after taking so much of time it is unable to resolve all the classes and give a runtime exception Class can not be resolved for some class.( i have created the oracle java stored procedure successfully)
    I need a help on this very urgently...
    Thanks in advance....
    Sachin

    Sachin,
    There are many possible causes for the error you are getting, for example:
    1. The DBMS_JAVA package is corrupt.
    (Have you previously successfully loaded JARs -- or even java classes -- into the database?)
    2. A java version mismatch.
    (What Oracle database version are you using, and what java version is your JAR file compatible with?)
    You say,
    Surely they are loaded but not resolvedIs this a question, or a statement? Have you verified that the classes are loaded and not resolved? I use the following query for this:
    select DBMS_LONGNAME(OBJECT_NAME), STATUS
      from USER_OBJECTS
    where OBJECT_TYPE like 'JAVA%'The value for the STATUS column should be 'VALID'.
    I'm only guessing, but you may find more information (regarding the error you are getting) in the Oracle log files. Have you checked them?
    Have you tried searching the MetaLink Web site?
    http://metalink.oracle.com
    (Search for "ORA-29516", perhaps.)
    Good Luck,
    Avi.

  • Compilation Error for import classes not found in generated Proxy Class

    Hi,
    We are generating java classes for the COM dll using JCOM com2java compiler.
    We are getting a compilation error for import class not found when compiling the
    generated Proxy java source code. It can't find the com.bea.jcom.Dispatch class that
    the generated Proxy java source code extends. It also can't find com.bea.jcom.Variant
    or com.bea.jcom.Param. These are interfaces or data types or classes used by COM
    library.
    I added weblogic.jar to my class path and the only Dispatch class i found inside
    the weblogic.jar is com.linar.jintegra.Dispatch;
    We have com objects for which we want to develop an EJB client to interface with
    the COM object using JCOM with Native Mode disabled.
    Any help on the compilation error..I tried changing the extends for Dispatch to com.linar.jintegra.Dispatch
    but the other errors are still there.
    To begin with, I think the generated code should not refer to any of the COM data
    types.
    Any help please.
    Thank you in advance,
    Regards,
    Rahul Srivastava
    [email protected]

    Hi,
    I resolved the other errors by changing all references from com.bea.jcom.Variant
    etc to com.linar.jintegra.class name..all were present under the com.linar.jintegra
    package.
    Thank you all anyways,
    Regards,
    rahul
    "Rahul Srivastava" <[email protected]> wrote:
    >
    Hi,
    We are generating java classes for the COM dll using JCOM com2java compiler.
    We are getting a compilation error for import class not found when compiling
    the
    generated Proxy java source code. It can't find the com.bea.jcom.Dispatch
    class that
    the generated Proxy java source code extends. It also can't find com.bea.jcom.Variant
    or com.bea.jcom.Param. These are interfaces or data types or classes used
    by COM
    library.
    I added weblogic.jar to my class path and the only Dispatch class i found
    inside
    the weblogic.jar is com.linar.jintegra.Dispatch;
    We have com objects for which we want to develop an EJB client to interface
    with
    the COM object using JCOM with Native Mode disabled.
    Any help on the compilation error..I tried changing the extends for Dispatch
    to com.linar.jintegra.Dispatch
    but the other errors are still there.
    To begin with, I think the generated code should not refer to any of the
    COM data
    types.
    Any help please.
    Thank you in advance,
    Regards,
    Rahul Srivastava
    [email protected]

  • Sometime fail to call servlet ERROR message: java.io.FileNotFoundException: Response: '500: Internal Server Error' for url:.

              Error:
              java.io.FileNotFoundException: Response: '500: Internal Server Error' for url:
              'http://www.xxxx.com//myServlet/anyfile.exml'
              at weblogic.net.http.HttpURLConnection.getInputStream(HttpURLConnection.java:380)
              The URL is correct.
              When it fails, on IE browser, receive the following message,
              ·     The RPC server is unavailable
              ·     The remote procedure call failed.
              Servlet receives xml and set it into session.
              This class set or get session.
              Servlet is called many times.
              Using weblogic 8.1
              

              Error:
              java.io.FileNotFoundException: Response: '500: Internal Server Error' for url:
              'http://www.xxxx.com//myServlet/anyfile.exml'
              at weblogic.net.http.HttpURLConnection.getInputStream(HttpURLConnection.java:380)
              The URL is correct.
              When it fails, on IE browser, receive the following message,
              ·     The RPC server is unavailable
              ·     The remote procedure call failed.
              Servlet receives xml and set it into session.
              This class set or get session.
              Servlet is called many times.
              Using weblogic 8.1
              

  • Weblogic redirects to administration port, not ssl port, for confidential

    Using WLS 9.2 MP2.
    I added the following into web.xml to make sure all requests are using https.
    It works fine when the administration port is not enabled (weblogic redirects the request to the ssl port).
    But when the administration port is enabled, weblogic redirects the request to the administration port, not the ssl port, and hence get a 404 error for the page.
    I opened BEA case 759384 in Nov last year, and CR354916 was filed, but have not heard back.
    <security-constraint>
    <web-resource-collection>
    <web-resource-name>All Pages</web-resource-name>
    <description>These pages are only accessible by over SSL.</description>
    <url-pattern>/*</url-pattern>
    <http-method>GET</http-method>
    <http-method>POST</http-method>
    </web-resource-collection>
    <user-data-constraint>
    <description>This is how the user data must be transmitted</description>
    <transport-guarantee>CONFIDENTIAL</transport-guarantee>
    </user-data-constraint>
    </security-constraint>

    setting the setDomainEnv solved the issue.
    set MEM_ARGS=-Xms256m -Xmx512m -XX:PermSize=128m
    Regards,
    Sam.

  • [EJB:010142] error for cascade-delete

    Hi,
    I'm getting [EJB:010142] error (Instance of EJB <relatedEJB> with primary key <pk> does not exist) while trying to implement a straight-forward cascade-delete option in ejb-jar.xml for a one-to-many relationship using EJB 2.1.
    While the cascade-delete works well for a one-to-one relationship, it is throwing this error for one-to-many relationship.
    DB used is Oracle 10g XE. Server is Weblogic 9.2 MP4.
    Given below the exact error:
    javax.ejb.EJBException: EJB Exception:: java.lang.IllegalArgumentException: [EJB:010142]Instance of EJB 'LineItem' with primary key 'li8' does not exist.
         at Test1.Order_cpl9bk__WebLogic_CMP_RDBMS_lineItems_Set.remove(Order_cpl9bk__WebLogic_CMP_RDBMS_lineItems_Set.java:531)
         at Test1.Order_cpl9bk__WebLogic_CMP_RDBMS_lineItems_Set.remove(Order_cpl9bk__WebLogic_CMP_RDBMS_lineItems_Set.java:496)
         at Test1.Order_cpl9bk__WebLogic_CMP_RDBMS_lineItems_Set.clear(Order_cpl9bk__WebLogic_CMP_RDBMS_lineItems_Set.java:369)
         at Test1.Order_cpl9bk__WebLogic_CMP_RDBMS.__WL_superEjbRemove(Order_cpl9bk__WebLogic_CMP_RDBMS.java:1667)
         at weblogic.ejb.container.manager.DBManager.remove(DBManager.java:1664)
         at weblogic.ejb.container.internal.EntityEJBLocalObject.remove(EntityEJBLocalObject.java:125)
         at Test1.Order_cpl9bk_ELOImpl.remove(Order_cpl9bk_ELOImpl.java:577)
         at jsp_servlet.__cascadedeletetest._jspService(__cascadedeletetest.java:198)
         at weblogic.servlet.jsp.JspBase.service(JspBase.java:34)
         at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
         at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:283)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:175)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3272)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
         at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2019)
         at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:1925)
         at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1394)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:181)
    ; nested exception is: java.lang.IllegalArgumentException: [EJB:010142]Instance of EJB 'LineItem' with primary key 'li8' does not exist.
         at weblogic.ejb.container.internal.EJBRuntimeUtils.throwEJBException(EJBRuntimeUtils.java:141)
         at weblogic.ejb.container.internal.BaseLocalObject.handleSystemException(BaseLocalObject.java:657)
         at weblogic.ejb.container.internal.BaseEJBLocalHome.handleSystemException(BaseEJBLocalHome.java:150)
         at weblogic.ejb.container.internal.EntityEJBLocalObject.remove(EntityEJBLocalObject.java:132)
         at Test1.Order_cpl9bk_ELOImpl.remove(Order_cpl9bk_ELOImpl.java:577)
         at jsp_servlet.__cascadedeletetest._jspService(__cascadedeletetest.java:198)
         at weblogic.servlet.jsp.JspBase.service(JspBase.java:34)
         at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
         at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:283)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:175)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3272)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
         at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2019)
         at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:1925)
         at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1394)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:181)
    I have verified that the lineitem record that it is trying to delete is existing in the db table.
    Please let me know what could be the possible issue.
    Thanks,
    Vinod

    Any ideas yet???
    Is there any knowledgebase (KB) article to read about this???

  • Photoshop 12.0.1 crashes on startup / error for object 0x10734d208

    Hello. Photoshop 12.0.1 / Mac OS X 10.6.4 crashes on startup having run flawlessly hitherto. No new fonts installed, no problem in any other application, CS5 or no. Preferences and cache deleted, no change. Disk Permissions etc. checked / repaired. Report says (amongst other things): Application Specific Information: *** error for object 0x10734d208: incorrect checksum for freed object - object was probably modified after being freed. I could try reinstalling, but so far, I'd like to know what happened and how to avoid it; and maybe how to repair without a reinstall.
    Thanks a lot in advance.
    Here's the entire report:
    Process:         Adobe Photoshop CS5 [492]
    Path:            /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/MacOS/Adobe Photoshop CS5
    Identifier:      com.adobe.Photoshop
    Version:         12.0.1 (12.0.1)
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [111]
    Date/Time:       2010-11-10 13:35:35.080 +0100
    OS Version:      Mac OS X 10.6.4 (10F569)
    Report Version:  6
    Interval Since Last Report:          266213 sec
    Crashes Since Last Report:           9
    Per-App Interval Since Last Report:  281649 sec
    Per-App Crashes Since Last Report:   8
    Exception Type:  EXC_CRASH (SIGABRT)
    Exception Codes: 0x0000000000000000, 0x0000000000000000
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Application Specific Information:
    *** error for object 0x10734d208: incorrect checksum for freed object - object was probably modified after being freed.
    Thread 0 Crashed:  Dispatch queue: com.apple.main-thread
    0   libSystem.B.dylib             0x00007fff849fc3d6 __kill + 10
    1   libSystem.B.dylib             0x00007fff84a9c972 abort + 83
    2   libSystem.B.dylib             0x00007fff84a8b625 szone_error + 519
    3   libSystem.B.dylib             0x00007fff849b8aef small_free_list_remove_ptr + 154
    4   libSystem.B.dylib             0x00007fff849b55ef szone_free_definite_size + 3254
    5   com.apple.CoreFoundation      0x00007fff80d50b50 __CFDataDeallocate + 48
    6   com.apple.CoreFoundation      0x00007fff80d39613 _CFRelease + 179
    7   com.apple.ColorSync           0x00007fff87ebcc0b colorSyncProfileFinalize + 45
    8   com.apple.CoreFoundation      0x00007fff80d39613 _CFRelease + 179
    9   com.apple.ColorSync           0x00007fff87ec2c5d verifyProfileURL + 26
    10  com.apple.ColorSync           0x00007fff87ec2d36 factoryProfileLocalizer + 207
    11  com.apple.CoreFoundation      0x00007fff80d59796 __CFDictionaryApplyFunction_block_invoke_1 + 22
    12  com.apple.CoreFoundation      0x00007fff80d59685 CFBasicHashApply + 213
    13  com.apple.CoreFoundation      0x00007fff80d5957f CFDictionaryApplyFunction + 191
    14  com.apple.ColorSync           0x00007fff87ec2bad copyDeviceInfo + 1300
    15  com.apple.ColorSync           0x00007fff87ebe37a ColorSyncProfileCreateDeviceProfile + 36
    16  com.apple.ColorSync           0x00007fff87ebe54a ColorSyncProfileCreateWithDisplayID + 72
    17  com.apple.DP.ScreenInputDevice 0x00000001234c5408 AppleDALScreenInputDeviceNewPlugIn + 107004
    18  com.apple.DP.ScreenInputDevice 0x00000001234c6c0b AppleDALScreenInputDeviceNewPlugIn + 113151
    19  com.apple.DP.ScreenInputDevice 0x00000001234c735c AppleDALScreenInputDeviceNewPlugIn + 115024
    20  com.apple.DP.ScreenInputDevice 0x00000001234be17b AppleDALScreenInputDeviceNewPlugIn + 77679
    21  com.apple.DP.ScreenInputDevice 0x00000001234cb813 AppleDALScreenInputDeviceNewPlugIn + 132615
    22  com.apple.DP.ScreenInputDevice 0x00000001234cb9c5 AppleDALScreenInputDeviceNewPlugIn + 133049
    23  com.apple.DP.ScreenInputDevice 0x00000001234aae3a 0x1234a9000 + 7738
    24  com.apple.DP.ScreenInputDevice 0x00000001234ab098 0x1234a9000 + 8344
    25  com.apple.DP.ScreenInputDevice 0x00000001234b716b AppleDALScreenInputDeviceNewPlugIn + 48991
    26  com.apple.CoreMediaIOServices 0x00007fff846c856b MIO::DAL::PlugInManagement::CreatePlugIn(CACFPlugIn const*) + 1169
    27  com.apple.CoreMediaIOServices 0x00007fff846c8d13 MIO::DAL::PlugInManagement::Initialize() + 411
    28  com.apple.CoreMediaIOServices 0x00007fff846c3f4f MIO::DAL::System::InitializeDevices() + 9
    29  com.apple.CoreMediaIOServices 0x00007fff846c4c9e MIO::DAL::System::CheckOutInstance() + 340
    30  com.apple.CoreMediaIOServices 0x00007fff846be570 TundraObjectGetPropertyDataSize + 143
    31  com.apple.QTKit               0x00007fff85df8450 +[QTCaptureDALDevice _refreshDevices] + 173
    32  com.apple.QTKit               0x00007fff85df5eec +[QTCaptureDALDevice devicesWithIOType:] + 32
    33  com.apple.QTKit               0x00007fff85df9525 +[QTCaptureDevice devicesWithIOType:] + 207
    34  com.adobe.adobeswfl           0x0000000124ae75e7 APXGetHostAPI + 1809351
    35  com.adobe.adobeswfl           0x000000012499abad APXGetHostAPI + 446861
    36  com.adobe.adobeswfl           0x0000000124d85b5e SWFLPlayer_Initialize + 27582
    37  com.adobe.adobeswfl           0x0000000124d82d47 SWFLPlayer_Initialize + 15783
    38  com.adobe.ape                 0x000000012310f9c3 APEStreamWrite + 1843
    39  com.adobe.ape                 0x000000012310a1c8 APEInitialize + 3576
    40  com.adobe.ape                 0x0000000123111371 APEStreamWrite + 8417
    41  com.adobe.ape                 0x0000000123114678 APEStreamWrite + 21480
    42  com.adobe.ape                 0x00000001231165dc APEStreamWrite + 29516
    43  com.adobe.PSAutomate          0x0000000122b677c9 -[ScriptUIAPEStage initWithFrame:stageArgs:] + 121
    44  com.adobe.PSAutomate          0x0000000122b6684d ScriptUI::APE_Player::apOSCreateStage(Opaque_APEPlayer*, long, NSView*, NSWindow*, ScCore::Rect const&, bool, bool, NSView*&) + 189
    45  com.adobe.PSAutomate          0x0000000122b64992 ScriptUI::APE_Player::apCreateStage(Opaque_APEPlayer*, long, NSView*, NSWindow*, ScCore::Rect const&, bool, bool, NSView*&) + 66
    46  com.adobe.PSAutomate          0x0000000122b6429c ScriptUI::APE_Player::apInitialize(NSView*, NSWindow*, long, bool, bool) + 172
    47  com.adobe.PSAutomate          0x0000000122b5a856 ScriptUI::FlexServer::createServerPlayer(bool, bool) + 198
    48  com.adobe.PSAutomate          0x0000000122b504ee ScriptUI::Flex_ScriptUI::start(ScCore::Error*) + 3806
    49  com.adobe.PSAutomate          0x0000000122a26a6e JavaScriptUI::IJavaScriptUI() + 544
    50  com.adobe.PSAutomate          0x0000000122a27af4 InitJavaScriptUI() + 106
    51  com.adobe.PSAutomate          0x0000000122a27dc0 CScriptPs::DoLateInitialize() + 622
    52  com.adobe.PSAutomate          0x0000000122a28b64 CScriptPs::DoExecute(PIActionParameters*) + 630
    53  com.adobe.PSAutomate          0x0000000122a29042 PluginMain + 110
    54  com.adobe.Photoshop           0x00000001006fe083 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 4330483
    55  com.adobe.Photoshop           0x00000001002778ec 0x100000000 + 2586860
    56  com.adobe.Photoshop           0x0000000100277a69 0x100000000 + 2587241
    57  com.adobe.Photoshop           0x0000000100071796 0x100000000 + 464790
    58  com.adobe.Photoshop           0x0000000100066baf 0x100000000 + 420783
    59  com.adobe.Photoshop           0x0000000100066c72 0x100000000 + 420978
    60  com.adobe.Photoshop           0x000000010024f407 0x100000000 + 2421767
    61  com.adobe.Photoshop           0x00000001002789f7 0x100000000 + 2591223
    62  com.adobe.PSAutomate          0x0000000122a28427 PSEventIdle(unsigned int, _ADsc*, int, void*) + 107
    63  com.adobe.Photoshop           0x000000010024a943 0x100000000 + 2402627
    64  com.adobe.Photoshop           0x0000000100071796 0x100000000 + 464790
    65  com.adobe.Photoshop           0x0000000100066baf 0x100000000 + 420783
    66  com.adobe.Photoshop           0x0000000100066c72 0x100000000 + 420978
    67  com.adobe.Photoshop           0x00000001012dd6cd AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 16779837
    68  com.apple.Foundation          0x00007fff81a6fa2d __NSFireTimer + 114
    69  com.apple.CoreFoundation      0x00007fff80d7b678 __CFRunLoopRun + 6488
    70  com.apple.CoreFoundation      0x00007fff80d7984f CFRunLoopRunSpecific + 575
    71  com.apple.HIToolbox           0x00007fff83e3d91a RunCurrentEventLoopInMode + 333
    72  com.apple.HIToolbox           0x00007fff83e3d71f ReceiveNextEventCommon + 310
    73  com.apple.HIToolbox           0x00007fff83e3d5d8 BlockUntilNextEventMatchingListInMode + 59
    74  com.apple.AppKit              0x00007fff823df29e _DPSNextEvent + 708
    75  com.apple.AppKit              0x00007fff823debed -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 155
    76  com.apple.AppKit              0x00007fff823a48d3 -[NSApplication run] + 395
    77  com.adobe.Photoshop           0x00000001012dd5ee AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 16779614
    78  com.adobe.Photoshop           0x00000001012de819 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 16784265
    79  com.adobe.Photoshop           0x00000001000688c2 0x100000000 + 428226
    80  com.adobe.Photoshop           0x0000000100237c01 0x100000000 + 2325505
    81  com.adobe.Photoshop           0x0000000100237c91 0x100000000 + 2325649
    82  com.adobe.Photoshop           0x00000001000028e4 0x100000000 + 10468
    Thread 1:  Dispatch queue: com.apple.libdispatch-manager
    0   libSystem.B.dylib             0x00007fff849c708a kevent + 10
    1   libSystem.B.dylib             0x00007fff849c8f5d _dispatch_mgr_invoke + 154
    2   libSystem.B.dylib             0x00007fff849c8c34 _dispatch_queue_invoke + 185
    3   libSystem.B.dylib             0x00007fff849c875e _dispatch_worker_thread2 + 252
    4   libSystem.B.dylib             0x00007fff849c8088 _pthread_wqthread + 353
    5   libSystem.B.dylib             0x00007fff849c7f25 start_wqthread + 13
    Thread 2:
    0   libSystem.B.dylib             0x00007fff849e8eb6 __semwait_signal + 10
    1   libSystem.B.dylib             0x00007fff849eccd1 _pthread_cond_wait + 1286
    2   com.adobe.amt.services        0x0000000108723c53 AMTConditionLock::LockWhenCondition(int) + 37
    3   com.adobe.amt.services        0x000000010871ccce _AMTThreadedPCDService::PCDThreadWorker(_AMTThreadedPCDService*) + 92
    4   com.adobe.amt.services        0x0000000108723cbe AMTThread::Worker(void*) + 28
    5   libSystem.B.dylib             0x00007fff849e7456 _pthread_start + 331
    6   libSystem.B.dylib             0x00007fff849e7309 thread_start + 13
    Thread 3:
    0   libSystem.B.dylib             0x00007fff849ae34e semaphore_timedwait_trap + 10
    1   ...ple.CoreServices.CarbonCore 0x00007fff87b9388e MPWaitOnSemaphore + 96
    2   MultiProcessor Support        0x000000011dd4cbd3 ThreadFunction(void*) + 69
    3   ...ple.CoreServices.CarbonCore 0x00007fff87afeea1 PrivateMPEntryPoint + 63
    4   libSystem.B.dylib             0x00007fff849e7456 _pthread_start + 331
    5   libSystem.B.dylib             0x00007fff849e7309 thread_start + 13
    Thread 4:
    0   libSystem.B.dylib             0x00007fff849ae34e semaphore_timedwait_trap + 10
    1   ...ple.CoreServices.CarbonCore 0x00007fff87b9388e MPWaitOnSemaphore + 96
    2   MultiProcessor Support        0x000000011dd4cbd3 ThreadFunction(void*) + 69
    3   ...ple.CoreServices.CarbonCore 0x00007fff87afeea1 PrivateMPEntryPoint + 63
    4   libSystem.B.dylib             0x00007fff849e7456 _pthread_start + 331
    5   libSystem.B.dylib             0x00007fff849e7309 thread_start + 13
    Thread 5:
    0   libSystem.B.dylib             0x00007fff849ae34e semaphore_timedwait_trap + 10
    1   ...ple.CoreServices.CarbonCore 0x00007fff87b9388e MPWaitOnSemaphore + 96
    2   MultiProcessor Support        0x000000011dd4cbd3 ThreadFunction(void*) + 69
    3   ...ple.CoreServices.CarbonCore 0x00007fff87afeea1 PrivateMPEntryPoint + 63
    4   libSystem.B.dylib             0x00007fff849e7456 _pthread_start + 331
    5   libSystem.B.dylib             0x00007fff849e7309 thread_start + 13
    Thread 6:
    0   libSystem.B.dylib             0x00007fff849ae34e semaphore_timedwait_trap + 10
    1   ...ple.CoreServices.CarbonCore 0x00007fff87b9388e MPWaitOnSemaphore + 96
    2   MultiProcessor Support        0x000000011dd4cbd3 ThreadFunction(void*) + 69
    3   ...ple.CoreServices.CarbonCore 0x00007fff87afeea1 PrivateMPEntryPoint + 63
    4   libSystem.B.dylib             0x00007fff849e7456 _pthread_start + 331
    5   libSystem.B.dylib             0x00007fff849e7309 thread_start + 13
    Thread 7:
    0   libSystem.B.dylib             0x00007fff849ae34e semaphore_timedwait_trap + 10
    1   ...ple.CoreServices.CarbonCore 0x00007fff87b9388e MPWaitOnSemaphore + 96
    2   MultiProcessor Support        0x000000011dd4cbd3 ThreadFunction(void*) + 69
    3   ...ple.CoreServices.CarbonCore 0x00007fff87afeea1 PrivateMPEntryPoint + 63
    4   libSystem.B.dylib             0x00007fff849e7456 _pthread_start + 331
    5   libSystem.B.dylib             0x00007fff849e7309 thread_start + 13
    Thread 8:
    0   libSystem.B.dylib             0x00007fff849ae34e semaphore_timedwait_trap + 10
    1   ...ple.CoreServices.CarbonCore 0x00007fff87b9388e MPWaitOnSemaphore + 96
    2   MultiProcessor Support        0x000000011dd4cbd3 ThreadFunction(void*) + 69
    3   ...ple.CoreServices.CarbonCore 0x00007fff87afeea1 PrivateMPEntryPoint + 63
    4   libSystem.B.dylib             0x00007fff849e7456 _pthread_start + 331
    5   libSystem.B.dylib             0x00007fff849e7309 thread_start + 13
    Thread 9:
    0   libSystem.B.dylib             0x00007fff849ae34e semaphore_timedwait_trap + 10
    1   ...ple.CoreServices.CarbonCore 0x00007fff87b9388e MPWaitOnSemaphore + 96
    2   MultiProcessor Support        0x000000011dd4cbd3 ThreadFunction(void*) + 69
    3   ...ple.CoreServices.CarbonCore 0x00007fff87afeea1 PrivateMPEntryPoint + 63
    4   libSystem.B.dylib             0x00007fff849e7456 _pthread_start + 331
    5   libSystem.B.dylib             0x00007fff849e7309 thread_start + 13
    Thread 10:
    0   libSystem.B.dylib             0x00007fff849e8eb6 __semwait_signal + 10
    1   libSystem.B.dylib             0x00007fff849eccd1 _pthread_cond_wait + 1286
    2   ...ple.CoreServices.CarbonCore 0x00007fff87bbd4c3 TSWaitOnCondition + 118
    3   ...ple.CoreServices.CarbonCore 0x00007fff87b2ccc4 TSWaitOnConditionTimedRelative + 177
    4   ...ple.CoreServices.CarbonCore 0x00007fff87b26bcf MPWaitOnQueue + 215
    5   AdobeACE                      0x000000010591eccd 0x1058e4000 + 240845
    6   AdobeACE                      0x000000010591e67a 0x1058e4000 + 239226
    7   ...ple.CoreServices.CarbonCore 0x00007fff87afeea1 PrivateMPEntryPoint + 63
    8   libSystem.B.dylib             0x00007fff849e7456 _pthread_start + 331
    9   libSystem.B.dylib             0x00007fff849e7309 thread_start + 13
    Thread 11:
    0   libSystem.B.dylib             0x00007fff849e8eb6 __semwait_signal + 10
    1   libSystem.B.dylib             0x00007fff849eccd1 _pthread_cond_wait + 1286
    2   ...ple.CoreServices.CarbonCore 0x00007fff87bbd4c3 TSWaitOnCondition + 118
    3   ...ple.CoreServices.CarbonCore 0x00007fff87b2ccc4 TSWaitOnConditionTimedRelative + 177
    4   ...ple.CoreServices.CarbonCore 0x00007fff87b26bcf MPWaitOnQueue + 215
    5   AdobeACE                      0x000000010591eccd 0x1058e4000 + 240845
    6   AdobeACE                      0x000000010591e67a 0x1058e4000 + 239226
    7   ...ple.CoreServices.CarbonCore 0x00007fff87afeea1 PrivateMPEntryPoint + 63
    8   libSystem.B.dylib             0x00007fff849e7456 _pthread_start + 331
    9   libSystem.B.dylib             0x00007fff849e7309 thread_start + 13
    Thread 12:
    0   libSystem.B.dylib             0x00007fff849e8eb6 __semwait_signal + 10
    1   libSystem.B.dylib             0x00007fff849eccd1 _pthread_cond_wait + 1286
    2   ...ple.CoreServices.CarbonCore 0x00007fff87bbd4c3 TSWaitOnCondition + 118
    3   ...ple.CoreServices.CarbonCore 0x00007fff87b2ccc4 TSWaitOnConditionTimedRelative + 177
    4   ...ple.CoreServices.CarbonCore 0x00007fff87b26bcf MPWaitOnQueue + 215
    5   AdobeACE                      0x000000010591eccd 0x1058e4000 + 240845
    6   AdobeACE                      0x000000010591e67a 0x1058e4000 + 239226
    7   ...ple.CoreServices.CarbonCore 0x00007fff87afeea1 PrivateMPEntryPoint + 63
    8   libSystem.B.dylib             0x00007fff849e7456 _pthread_start + 331
    9   libSystem.B.dylib             0x00007fff849e7309 thread_start + 13
    Thread 13:
    0   libSystem.B.dylib             0x00007fff849e8eb6 __semwait_signal + 10
    1   libSystem.B.dylib             0x00007fff849eccd1 _pthread_cond_wait + 1286
    2   ...ple.CoreServices.CarbonCore 0x00007fff87bbd4c3 TSWaitOnCondition + 118
    3   ...ple.CoreServices.CarbonCore 0x00007fff87b2ccc4 TSWaitOnConditionTimedRelative + 177
    4   ...ple.CoreServices.CarbonCore 0x00007fff87b26bcf MPWaitOnQueue + 215
    5   AdobeACE                      0x000000010591eccd 0x1058e4000 + 240845
    6   AdobeACE                      0x000000010591e67a 0x1058e4000 + 239226
    7   ...ple.CoreServices.CarbonCore 0x00007fff87afeea1 PrivateMPEntryPoint + 63
    8   libSystem.B.dylib             0x00007fff849e7456 _pthread_start + 331
    9   libSystem.B.dylib             0x00007fff849e7309 thread_start + 13
    Thread 14:
    0   libSystem.B.dylib             0x00007fff849e8eb6 __semwait_signal + 10
    1   libSystem.B.dylib             0x00007fff849eccd1 _pthread_cond_wait + 1286
    2   ...ple.CoreServices.CarbonCore 0x00007fff87bbd4c3 TSWaitOnCondition + 118
    3   ...ple.CoreServices.CarbonCore 0x00007fff87b2ccc4 TSWaitOnConditionTimedRelative + 177
    4   ...ple.CoreServices.CarbonCore 0x00007fff87b26bcf MPWaitOnQueue + 215
    5   AdobeACE                      0x000000010591eccd 0x1058e4000 + 240845
    6   AdobeACE                      0x000000010591e67a 0x1058e4000 + 239226
    7   ...ple.CoreServices.CarbonCore 0x00007fff87afeea1 PrivateMPEntryPoint + 63
    8   libSystem.B.dylib             0x00007fff849e7456 _pthread_start + 331
    9   libSystem.B.dylib             0x00007fff849e7309 thread_start + 13
    Thread 15:
    0   libSystem.B.dylib             0x00007fff849e8eb6 __semwait_signal + 10
    1   libSystem.B.dylib             0x00007fff849eccd1 _pthread_cond_wait + 1286
    2   ...ple.CoreServices.CarbonCore 0x00007fff87bbd4c3 TSWaitOnCondition + 118
    3   ...ple.CoreServices.CarbonCore 0x00007fff87b2ccc4 TSWaitOnConditionTimedRelative + 177
    4   ...ple.CoreServices.CarbonCore 0x00007fff87b26bcf MPWaitOnQueue + 215
    5   AdobeACE                      0x000000010591eccd 0x1058e4000 + 240845
    6   AdobeACE                      0x000000010591e67a 0x1058e4000 + 239226
    7   ...ple.CoreServices.CarbonCore 0x00007fff87afeea1 PrivateMPEntryPoint + 63
    8   libSystem.B.dylib             0x00007fff849e7456 _pthread_start + 331
    9   libSystem.B.dylib             0x00007fff849e7309 thread_start + 13
    Thread 16:
    0   libSystem.B.dylib             0x00007fff849e8eb6 __semwait_signal + 10
    1   libSystem.B.dylib             0x00007fff849eccd1 _pthread_cond_wait + 1286
    2   ...ple.CoreServices.CarbonCore 0x00007fff87bbd4c3 TSWaitOnCondition + 118
    3   ...ple.CoreServices.CarbonCore 0x00007fff87b2ccc4 TSWaitOnConditionTimedRelative + 177
    4   ...ple.CoreServices.CarbonCore 0x00007fff87b26bcf MPWaitOnQueue + 215
    5   AdobeACE                      0x000000010591eccd 0x1058e4000 + 240845
    6   AdobeACE                      0x000000010591e67a 0x1058e4000 + 239226
    7   ...ple.CoreServices.CarbonCore 0x00007fff87afeea1 PrivateMPEntryPoint + 63
    8   libSystem.B.dylib             0x00007fff849e7456 _pthread_start + 331
    9   libSystem.B.dylib             0x00007fff849e7309 thread_start + 13
    Thread 17:
    0   libSystem.B.dylib             0x00007fff849c7eaa __workq_kernreturn + 10
    1   libSystem.B.dylib             0x00007fff849c82bc _pthread_wqthread + 917
    2   libSystem.B.dylib             0x00007fff849c7f25 start_wqthread + 13
    Thread 18:
    0   libSystem.B.dylib             0x00007fff849e8eb6 __semwait_signal + 10
    1   libSystem.B.dylib             0x00007fff849e8d45 nanosleep + 148
    2   com.adobe.PSAutomate          0x0000000122ba609b ScObjects::Thread::sleep(unsigned int) + 59
    3   com.adobe.PSAutomate          0x0000000122b87fd3 ScObjects::BridgeTalkThread::run() + 163
    4   com.adobe.PSAutomate          0x0000000122ba6196 ScObjects::Thread::go(void*) + 166
    5   libSystem.B.dylib             0x00007fff849e7456 _pthread_start + 331
    6   libSystem.B.dylib             0x00007fff849e7309 thread_start + 13
    Thread 19:
    0   libSystem.B.dylib             0x00007fff849c7eaa __workq_kernreturn + 10
    1   libSystem.B.dylib             0x00007fff849c82bc _pthread_wqthread + 917
    2   libSystem.B.dylib             0x00007fff849c7f25 start_wqthread + 13
    Thread 20:
    0   libSystem.B.dylib             0x00007fff849e8eb6 __semwait_signal + 10
    1   libSystem.B.dylib             0x00007fff849eccd1 _pthread_cond_wait + 1286
    2   com.adobe.adobeswfl           0x0000000124b7f04d APXGetHostAPI + 2430509
    3   com.adobe.adobeswfl           0x0000000124940a39 APXGetHostAPI + 77849
    4   com.adobe.adobeswfl           0x0000000124b7f161 APXGetHostAPI + 2430785
    5   com.adobe.adobeswfl           0x0000000124b7f2ba APXGetHostAPI + 2431130
    6   com.adobe.adobeswfl           0x0000000124b7f3b0 APXGetHostAPI + 2431376
    7   libSystem.B.dylib             0x00007fff849e7456 _pthread_start + 331
    8   libSystem.B.dylib             0x00007fff849e7309 thread_start + 13
    Thread 21:
    0   libSystem.B.dylib             0x00007fff849e8eb6 __semwait_signal + 10
    1   libSystem.B.dylib             0x00007fff849eccd1 _pthread_cond_wait + 1286
    2   com.adobe.adobeswfl           0x0000000124b7f04d APXGetHostAPI + 2430509
    3   com.adobe.adobeswfl           0x0000000124940a39 APXGetHostAPI + 77849
    4   com.adobe.adobeswfl           0x0000000124b7f161 APXGetHostAPI + 2430785
    5   com.adobe.adobeswfl           0x0000000124b7f2ba APXGetHostAPI + 2431130
    6   com.adobe.adobeswfl           0x0000000124b7f3b0 APXGetHostAPI + 2431376
    7   libSystem.B.dylib             0x00007fff849e7456 _pthread_start + 331
    8   libSystem.B.dylib             0x00007fff849e7309 thread_start + 13
    Thread 22:
    0   libSystem.B.dylib             0x00007fff849e8eb6 __semwait_signal + 10
    1   libSystem.B.dylib             0x00007fff849eccd1 _pthread_cond_wait + 1286
    2   com.adobe.adobeswfl           0x0000000124b7f04d APXGetHostAPI + 2430509
    3   com.adobe.adobeswfl           0x0000000124940a39 APXGetHostAPI + 77849
    4   com.adobe.adobeswfl           0x0000000124b7f161 APXGetHostAPI + 2430785
    5   com.adobe.adobeswfl           0x0000000124b7f2ba APXGetHostAPI + 2431130
    6   com.adobe.adobeswfl           0x0000000124b7f3b0 APXGetHostAPI + 2431376
    7   libSystem.B.dylib             0x00007fff849e7456 _pthread_start + 331
    8   libSystem.B.dylib             0x00007fff849e7309 thread_start + 13
    Thread 23:
    0   libSystem.B.dylib             0x00007fff849e8eb6 __semwait_signal + 10
    1   libSystem.B.dylib             0x00007fff849eccd1 _pthread_cond_wait + 1286
    2   com.adobe.adobeswfl           0x0000000124b7f04d APXGetHostAPI + 2430509
    3   com.adobe.adobeswfl           0x0000000124940a39 APXGetHostAPI + 77849
    4   com.adobe.adobeswfl           0x0000000124b7f161 APXGetHostAPI + 2430785
    5   com.adobe.adobeswfl           0x0000000124b7f2ba APXGetHostAPI + 2431130
    6   com.adobe.adobeswfl           0x0000000124b7f3b0 APXGetHostAPI + 2431376
    7   libSystem.B.dylib             0x00007fff849e7456 _pthread_start + 331
    8   libSystem.B.dylib             0x00007fff849e7309 thread_start + 13
    Thread 24:
    0   libSystem.B.dylib             0x00007fff849e8eb6 __semwait_signal + 10
    1   libSystem.B.dylib             0x00007fff849eccd1 _pthread_cond_wait + 1286
    2   com.adobe.adobeswfl           0x0000000124b7f04d APXGetHostAPI + 2430509
    3   com.adobe.adobeswfl           0x0000000124940a39 APXGetHostAPI + 77849
    4   com.adobe.adobeswfl           0x0000000124b7f161 APXGetHostAPI + 2430785
    5   com.adobe.adobeswfl           0x0000000124b7f2ba APXGetHostAPI + 2431130
    6   com.adobe.adobeswfl           0x0000000124b7f3b0 APXGetHostAPI + 2431376
    7   libSystem.B.dylib             0x00007fff849e7456 _pthread_start + 331
    8   libSystem.B.dylib             0x00007fff849e7309 thread_start + 13
    Thread 25:
    0   libSystem.B.dylib             0x00007fff849e8eb6 __semwait_signal + 10
    1   libSystem.B.dylib             0x00007fff849eccd1 _pthread_cond_wait + 1286
    2   com.adobe.adobeswfl           0x0000000124b7f04d APXGetHostAPI + 2430509
    3   com.adobe.adobeswfl           0x0000000124940a39 APXGetHostAPI + 77849
    4   com.adobe.adobeswfl           0x0000000124b7f161 APXGetHostAPI + 2430785
    5   com.adobe.adobeswfl           0x0000000124b7f2ba APXGetHostAPI + 2431130
    6   com.adobe.adobeswfl           0x0000000124b7f3b0 APXGetHostAPI + 2431376
    7   libSystem.B.dylib             0x00007fff849e7456 _pthread_start + 331
    8   libSystem.B.dylib             0x00007fff849e7309 thread_start + 13
    Thread 26:
    0   libSystem.B.dylib             0x00007fff849e8eb6 __semwait_signal + 10
    1   libSystem.B.dylib             0x00007fff849eccd1 _pthread_cond_wait + 1286
    2   com.adobe.adobeswfl           0x0000000124b7f04d APXGetHostAPI + 2430509
    3   com.adobe.adobeswfl           0x0000000124940a39 APXGetHostAPI + 77849
    4   com.adobe.adobeswfl           0x0000000124b7f161 APXGetHostAPI + 2430785
    5   com.adobe.adobeswfl           0x0000000124b7f2ba APXGetHostAPI + 2431130
    6   com.adobe.adobeswfl           0x0000000124b7f3b0 APXGetHostAPI + 2431376
    7   libSystem.B.dylib             0x00007fff849e7456 _pthread_start + 331
    8   libSystem.B.dylib             0x00007fff849e7309 thread_start + 13
    Thread 27:
    0   libSystem.B.dylib             0x00007fff849e8eb6 __semwait_signal + 10
    1   libSystem.B.dylib             0x00007fff849eccd1 _pthread_cond_wait + 1286
    2   com.adobe.adobeswfl           0x0000000124b7f04d APXGetHostAPI + 2430509
    3   com.adobe.adobeswfl           0x0000000124940a39 APXGetHostAPI + 77849
    4   com.adobe.adobeswfl           0x0000000124b7f161 APXGetHostAPI + 2430785
    5   com.adobe.adobeswfl           0x0000000124b7f2ba APXGetHostAPI + 2431130
    6   com.adobe.adobeswfl           0x0000000124b7f3b0 APXGetHostAPI + 2431376
    7   libSystem.B.dylib             0x00007fff849e7456 _pthread_start + 331
    8   libSystem.B.dylib             0x00007fff849e7309 thread_start + 13
    Thread 0 crashed with X86 Thread State (64-bit):
      rax: 0x0000000000000000  rbx: 0x000000011fef8000  rcx: 0x00007fff5fbfb828  rdx: 0x0000000000000000
      rdi: 0x00000000000001ec  rsi: 0x0000000000000006  rbp: 0x00007fff5fbfb840  rsp: 0x00007fff5fbfb828
       r8: 0x0000000000000e03   r9: 0x0000000000000000  r10: 0x00007fff849f8412  r11: 0x0000000000000206
      r12: 0x0000000000000000  r13: 0x000000010734d208  r14: 0x0000000106bd1000  r15: 0x000000011fef80c0
      rip: 0x00007fff849fc3d6  rfl: 0x0000000000000206  cr2: 0x000000011fefa000
    Binary Images:
           0x100000000 -        0x1026a7fff +com.adobe.Photoshop 12.0.1 (12.0.1) <CFDED939-0A8A-EBC4-215B-94A4A224A1D1> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/MacOS/Adobe Photoshop CS5
           0x103287000 -        0x1032fffef +com.adobe.adobe_caps adobe_caps 3.0.116.0 (3.0.116.0) <4A355686-1451-B19A-0C55-DFE49FD2539E> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/adobe_caps.framework/Versions/A/adobe_caps
           0x103315000 -        0x10331cfff  org.twain.dsm 1.9.4 (1.9.4) <D32C2B79-7DE8-1609-6BD4-FB55215BD75B> /System/Library/Frameworks/TWAIN.framework/Versions/A/TWAIN
           0x103324000 -        0x103334ff8 +com.adobe.ahclientframework 1.5.0.30 (1.5.0.30) <5D6FFC4E-7B81-3E8C-F0D4-66A3FA94A837> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/ahclient.framework/Versions/A/ahclient
           0x10333f000 -        0x103345ff7  com.apple.agl 3.0.12 (AGL-3.0.12) <1AB34F57-2E8D-42FB-A484-5CCB928CA456> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
           0x10334c000 -        0x103552fef +com.adobe.linguistic.LinguisticManager 5.0.0 (11696) <499B4E7A-08BB-80FC-C220-D57D45CA424F> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/AdobeLinguistic.framework/Versions/3/AdobeLinguistic
           0x1035e5000 -        0x103793fef +com.adobe.owl AdobeOwl version 3.0.93 (3.0.93) <74CF40F6-B216-DB73-5C8F-FC5533220CD9> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/AdobeOwl.framework/Versions/A/AdobeOwl
           0x103835000 -        0x103c65fef +AdobeMPS ??? (???) <FA334142-5343-8808-7760-4318EB62AD51> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/AdobeMPS.framework/Versions/A/AdobeMPS
           0x103dbf000 -        0x1040eaff7 +AdobeAGM ??? (???) <52E17D56-6E7A-A635-82ED-5DE1F3E5045D> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/AdobeAGM.framework/Versions/A/AdobeAGM
           0x1041b7000 -        0x1044dffe7 +AdobeCoolType ??? (???) <7EF54CD5-3426-A1E5-7961-FA34CCC2018D> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/AdobeCoolType.framework/Versions/A/AdobeCoolType
           0x104577000 -        0x104598ff7 +AdobeBIBUtils ??? (???) <F7150688-2C15-0F0C-AF24-93ED82FC321A> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/AdobeBIBUtils.framework/Versions/A/AdobeBIBUtils
           0x1045a5000 -        0x1045d0ff6 +AdobeAXE8SharedExpat ??? (???) <7E809606-BF97-DB3A-E465-156446E56D00> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/AdobeAXE8SharedExpat.framework/Versions/A/AdobeAXE8SharedExpa t
           0x1045e2000 -        0x104726fef +WRServices ??? (???) <76354373-F0BD-0BAF-6FC0-B96DBB371755> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/WRServices.framework/Versions/A/WRServices
           0x10476d000 -        0x1047d2fff +aif_core ??? (???) <12FA670E-05A8-1FCB-A7A2-AAE68728EA30> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/aif_core.framework/Versions/A/aif_core
           0x1047ee000 -        0x104804fff +data_flow ??? (???) <9C5D39A6-D2A2-9B6A-8B64-D1B59396C112> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/data_flow.framework/Versions/A/data_flow
           0x10481c000 -        0x1048b2fff +image_flow ??? (???) <B72AA922-0D68-D57E-96B1-2E009B0AD4AE> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/image_flow.framework/Versions/A/image_flow
           0x104929000 -        0x104947fff +image_runtime ??? (???) <32786637-C9BF-4CB6-2DF9-5D99220E00BE> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/image_runtime.framework/Versions/A/image_runtime
           0x104964000 -        0x104b93fff +aif_ogl ??? (???) <615E7DF6-09B1-857A-74AC-E224A636BEE1> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/aif_ogl.framework/Versions/A/aif_ogl
           0x104c72000 -        0x104d05fff +AdobeOwlCanvas ??? (???) <EC667F6D-0BB6-03EA-41E8-624425B2BF4B> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/AdobeOwlCanvas.framework/Versions/A/AdobeOwlCanvas
           0x104d25000 -        0x10506efef +com.adobe.dvaui.framework dvaui version 5.0.0 (5.0.0.0) <023E0760-0223-AB5D-758C-2C5A052F6AF4> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/dvaui.framework/Versions/A/dvaui
           0x1051fe000 -        0x105380fe7 +com.adobe.dvacore.framework dvacore version 5.0.0 (5.0.0.0) <42077295-9026-D519-C057-35E07029D97B> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/dvacore.framework/Versions/A/dvacore
           0x105422000 -        0x10579afff +com.adobe.dvaadameve.framework dvaadameve version 5.0.0 (5.0.0.0) <0E95A0DF-038A-CFF2-EC7B-BDB905CDF5C5> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/dvaadameve.framework/Versions/A/dvaadameve
           0x1058e4000 -        0x1059f9fff +AdobeACE ??? (???) <5BFBC4A1-1704-06A7-B656-D28BF592307A> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/AdobeACE.framework/Versions/A/AdobeACE
           0x105a1e000 -        0x105a3afff +AdobeBIB ??? (???) <7A792F27-42CC-2DCA-D5DF-88A2CE6C2626> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/AdobeBIB.framework/Versions/A/AdobeBIB
           0x105a44000 -        0x105aaeff7 +com.adobe.amtlib amtlib 3.0.0.64 (3.0.0.64) <6B2F73C2-10AB-08B3-4AB0-A31C83D1E5E0> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/amtlib.framework/Versions/A/amtlib
           0x105ae1000 -        0x105bb4ffb +AdobeJP2K ??? (???) <465D1693-BE79-590E-E1AA-BAA8061B4746> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/AdobeJP2K.framework/Versions/A/AdobeJP2K
           0x105bd4000 -        0x105bd8ff8 +com.adobe.ape.shim adbeape version 3.1.65.7508 (3.1.65.7508) <0C380604-C686-C2E4-0535-C1FAB230187E> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/adbeape.framework/Versions/A/adbeape
           0x105bdc000 -        0x105c53fff +FileInfo ??? (???) <6D5235B9-0EB6-17CA-6457-A2507A87EA8F> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/FileInfo.framework/Versions/A/FileInfo
           0x105c74000 -        0x105cd2ffd +AdobeXMP ??? (???) <561026BB-C6EA-29CE-4790-CABCB81E8884> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/AdobeXMP.framework/Versions/A/AdobeXMP
           0x105ce0000 -        0x10617bfff +com.nvidia.cg 2.2.0006 (???) /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/Cg.framework/Cg
           0x106701000 -        0x106757feb +com.adobe.headlights.LogSessionFramework ??? (2.0.1.011) <03B80698-2C3B-A232-F15F-8F08F8963A19> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/LogSession.framework/Versions/A/LogSession
           0x10679c000 -        0x1067c1ffe +adobepdfsettings ??? (???) <56E7F033-6032-2EC2-250E-43F1EBD123B1> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/adobepdfsettings.framework/Versions/A/adobepdfsettings
           0x1067fb000 -        0x106800ffd +com.adobe.AdobeCrashReporter 3.0 (3.0.20100302) <DFFB9A08-8369-D65F-161F-7C61D562E307> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/AdobeCrashReporter.framework/Versions/A/AdobeCrashReporter
           0x106805000 -        0x1069a1fff +com.adobe.PlugPlug 2.0.0.109 (2.0.0.109) <83092855-E671-F64A-EE0D-1110CF669634> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/PlugPlug.framework/Versions/A/PlugPlug
           0x106a49000 -        0x106a62feb +libtbb.dylib ??? (???) /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/libtbb.dylib
           0x106a73000 -        0x106a79feb +libtbbmalloc.dylib ??? (???) /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/libtbbmalloc.dylib
           0x106a80000 -        0x106a80ff7  libmx.A.dylib 315.0.0 (compatibility 1.0.0) <B146C134-CE18-EC95-12F8-E5C2BCB43A6B> /usr/lib/libmx.A.dylib
           0x106a83000 -        0x106a8bff3 +com.adobe.boost_threads.framework boost_threads version 5.0.0 (5.0.0.0) <6858DF5A-F020-22A7-B945-14EC277724D4> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/boost_threads.framework/Versions/A/boost_threads
           0x106a92000 -        0x106b78fe7  libcrypto.0.9.7.dylib 0.9.7 (compatibility 0.9.7) <26FC56A6-EFD6-22FA-E1F1-4E1BA61C85BB> /usr/lib/libcrypto.0.9.7.dylib
           0x106f47000 -        0x106f49fef  com.apple.textencoding.unicode 2.3 (2.3) <B254327D-2C4A-3296-5812-6F74C7FFECD9> /System/Library/TextEncodings/Unicode Encodings.bundle/Contents/MacOS/Unicode Encodings
           0x106fe4000 -        0x106ffbfe7  libJapaneseConverter.dylib 49.0.0 (compatibility 1.0.0) <1B9D1076-CC7C-521A-676C-F7BE51F65271> /System/Library/CoreServices/Encodings/libJapaneseConverter.dylib
           0x108700000 -        0x108770ff6 +com.adobe.amt.services AMTServices 3.0.0.64 (BuildVersion: 3.0; BuildDate: Mon Jan 26 2010 21:49:00) (3.0.0.64) <52FF1F9B-9991-ECE2-C7E3-09DA1B368CBE> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/amtservices.framework/Versions/a/amtservices
           0x1087b2000 -        0x1087d3fef  libKoreanConverter.dylib 49.0.0 (compatibility 1.0.0) <FA6280BD-A73C-3A3D-6494-81EB80FE1C24> /System/Library/CoreServices/Encodings/libKoreanConverter.dylib
           0x1087d7000 -        0x1087e6fe7  libSimplifiedChineseConverter.dylib 49.0.0 (compatibility 1.0.0) <0628B99F-F193-89BF-6332-B8C50D301F29> /System/Library/CoreServices/Encodings/libSimplifiedChineseConverter.dylib
           0x1087ea000 -        0x1087fcfff  libTraditionalChineseConverter.dylib 49.0.0 (compatibility 1.0.0) <A77665EF-B6FB-00B4-2F3D-90D7845814C9> /System/Library/CoreServices/Encodings/libTraditionalChineseConverter.dylib
           0x10addd000 -        0x10addefff  libCyrillicConverter.dylib 49.0.0 (compatibility 1.0.0) <5EB939D1-53CF-EDD2-36DF-3E8A3FB13179> /System/Library/CoreServices/Encodings/libCyrillicConverter.dylib
           0x10ade4000 -        0x10adecfff +com.adobe.asneu.framework asneu version 1.7.0.1 (1.7.0.1) <3D59CB21-F5C7-4232-AB00-DFEB04206024> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/asneu.framework/Versions/a/asneu
           0x11bacb000 -        0x11baf1fff  GLRendererFloat ??? (???) <905A722A-2571-8F65-90AF-E1CEA8AD6DC9> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GLRendererFl oat
           0x11d1e0000 -        0x11d1e7fff +DisableGetInfoComment ??? (???) <CCC3DE94-9BDB-5D6D-BEA1-05E449C78276> /Applications/Adobe Photoshop CS5/Plug-ins/32_64bit/DisableGetInfoComment.plugin/Contents/MacOS/DisableGetInfoComment
           0x11d1f0000 -        0x11d1f7fff +DisableDragBoundingBox ??? (???) <7B07929B-43B9-5C9E-AB26-6CE6CD12E2A4> /Applications/Adobe Photoshop CS5/Plug-ins/32_64bit/DisableDragBoundingBox.plugin/Contents/MacOS/DisableDragBoundingBox
           0x11d58e000 -        0x11d71efe7  GLEngine ??? (???) <E92B1EDA-7780-1FBC-4AEA-DF96D7117B19> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
           0x11d74f000 -        0x11db32fef  com.apple.ATIRadeonX2000GLDriver 1.6.18 (6.1.8) <3A696128-18B2-3011-06BC-E6B6C83EEB1A> /System/Library/Extensions/ATIRadeonX2000GLDriver.bundle/Contents/MacOS/ATIRadeonX2000GLD river
           0x11db78000 -        0x11db7ffff +DisableScratchCompress ??? (???) <A13EDF4C-A6A6-3BB7-EF38-E51A18F87E46> /Applications/Adobe Photoshop CS5/Plug-ins/32_64bit/DisableScratchCompress.plugin/Contents/MacOS/DisableScratchCompress
           0x11db88000 -        0x11db8ffff +DisableVMBuffering ??? (???) <AC93FC67-6767-C60F-C76C-7F1A58826E77> /Applications/Adobe Photoshop CS5/Plug-ins/32_64bit/DisableVMBuffering.plugin/Contents/MacOS/DisableVMBuffering
           0x11db98000 -        0x11db9ffff +Enable Async IO ??? (???) <9C98DC9E-5974-FE5D-75C3-16BC4738DCC8> /Applications/Adobe Photoshop CS5/Plug-ins/Extensions/Enable Async IO.plugin/Contents/MacOS/Enable Async IO
           0x11dba8000 -        0x11dbaffff +ForceVMBuffering ??? (???) <FC3AF71C-F973-F0BB-D037-FC2D4B9BFE3F> /Applications/Adobe Photoshop CS5/Plug-ins/32_64bit/ForceVMBuffering.plugin/Contents/MacOS/ForceVMBuffering
           0x11dbb8000 -        0x11dbbffff +Force VM Compression ??? (???) <D072C85C-CBCA-5EAF-5185-C9574B23781A> /Applications/Adobe Photoshop CS5/Plug-ins/32_64bit/Force VM Compression.plugin/Contents/MacOS/Force VM Compression
           0x11dbc8000 -        0x11dbcffff +Overscroll Always ??? (???) <E7399F9C-62C1-D593-A535-A1178F10B481> /Applications/Adobe Photoshop CS5/Plug-ins/32_64bit/Overscroll Always.plugin/Contents/MacOS/Overscroll Always
           0x11dbd8000 -        0x11dbdffff +Overscroll Floating Windows ??? (???) <399BE1EC-BDDD-FEC9-BF08-8ECEEFD9A461> /Applications/Adobe Photoshop CS5/Plug-ins/32_64bit/Overscroll Floating Windows.plugin/Contents/MacOS/Overscroll Floating Windows
           0x11dbe8000 -        0x11dbeffff +RememberSlowFiles ??? (???) <CF752275-EC22-3FA8-9769-656BE684DFB6> /Applications/Adobe Photoshop CS5/Plug-ins/32_64bit/RememberSlowFiles.plugin/Contents/MacOS/RememberSlowFiles
           0x11dbf8000 -        0x11dbfffff +Unlimited Clipboard Size ??? (???) <4B63AAE0-CBC9-E0DB-521E-1ADC16437083> /Applications/Adobe Photoshop CS5/Plug-ins/32_64bit/Unlimited Clipboard Size.plugin/Contents/MacOS/Unlimited Clipboard Size
           0x11dc08000 -        0x11dc0ffff +Unlimited Preview Size ??? (???) <166F57AD-8FF6-C103-3F25-E9A821D750D4> /Applications/Adobe Photoshop CS5/Plug-ins/32_64bit/Unlimited Preview Size.plugin/Contents/MacOS/Unlimited Preview Size
           0x11dc18000 -        0x11dc21fff +FastCore ??? (???) <F1D1C94D-4FE1-F969-6FC2-8D81837CA5E1> /Applications/Adobe Photoshop CS5/Plug-ins/Extensions/FastCore.plugin/Contents/MacOS/FastCore
           0x11dc2e000 -        0x11dc91ff3 +MMXCore ??? (???) <2DB6FA8E-4373-9823-C4F5-A9F5F8F80717> /Applications/Adobe Photoshop CS5/Plug-ins/Extensions/MMXCore.plugin/Contents/MacOS/MMXCore
           0x11dd17000 -        0x11dd82ff0 +MultiProcessor Support ??? (???) <8A0A7B32-67A5-4CD5-80DC-F9BEDA271F2C> /Applications/Adobe Photoshop CS5/Plug-ins/Extensions/MultiProcessor Support.plugin/Contents/MacOS/MultiProcessor Support
           0x11fbd0000 -        0x11fbecff7 +MeasurementCore ??? (???) <0E3BE9B3-FF3D-78A6-38EC-5CB0828B80EB> /Applications/Adobe Photoshop CS5/Plug-ins/Measurements/MeasurementCore.plugin/Contents/MacOS/MeasurementCore
           0x11fc0c000 -        0x11fc10fef +com.stclairsoft.DefaultFolderX.osax Default Folder X Addition version 1.0 (4.3.7) <81B82668-8B62-6D55-F2A9-6A6202DB0E6E> /Users/k/Library/ScriptingAdditions/Default Folder X Addition.osax/Contents/MacOS/Default Folder X Addition
           0x11fc15000 -        0x11fc33ff7 +Cocoa Patcher ??? (???) <393E54B4-72AF-5FF4-F45B-8A356EA2CAF9> /Users/k/Library/PreferencePanes/Default Folder X.prefPane/Contents/Resources/Default Folder X.bundle/Contents/Resources/Cocoa Patcher.bundle/Contents/MacOS/Cocoa Patcher
           0x1217e3000 -        0x1217e7fff  com.apple.audio.AudioIPCPlugIn 1.1.2 (1.1.2) <F6E20DCA-3C00-8990-1F60-E5517F7D0C77> /System/Library/Extensions/AudioIPCDriver.kext/Contents/Resources/AudioIPCPlugIn.bundle/C ontents/MacOS/AudioIPCPlugIn
           0x1217ec000 -        0x1217f2fff  com.apple.audio.AppleHDAHALPlugIn 1.8.7 (1.8.7f1) <97D7045E-CFD7-AD5C-6954-3B7C3F367C63> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bundle/Conten ts/MacOS/AppleHDAHALPlugIn
           0x122a24000 -        0x122c80fef +com.adobe.PSAutomate 12.0.1 (12.0.1) <6A522366-AB0A-E14E-D695-CDC7F5211991> /Applications/Adobe Photoshop CS5/Plug-ins/Extensions/ScriptingSupport.plugin/Contents/MacOS/ScriptingSupport
           0x122e96000 -        0x122f3affb +com.adobe.AdobeExtendScript ExtendScript 4.1.25 (4.1.25.8769) <144F37AB-BE20-D159-C326-A34154FE04B3> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/AdobeExtendScript.framework/Versions/A/AdobeExtendScript
           0x122f9c000 -        0x12303cfef +com.adobe.AdobeScCore ScCore 4.1.25 (4.1.25.8769) <28F9410F-A5B5-BB59-FB7E-F5DB8FA70A0C> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/AdobeScCore.framework/Versions/A/AdobeScCore
           0x123105000 -        0x123125ffb +com.adobe.ape adbeapecore version 3.1.65.7508 (3.1.65.7508) <284C86BE-ACD8-31DD-E58D-544F581BC93B> /Library/Application Support/Adobe/APE/3.1/adbeapecore.framework/adbeapecore
           0x123188000 -        0x1231c5feb +com.adobe.AAM.AdobeUpdaterNotificationFramework UpdaterNotifications 1.0.0.64 (1.0.0.64) <CD8BD7C7-0F66-29B6-C158-A6EF8DF69996> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/updaternotifications.framework/Versions/a/UpdaterNotification s
           0x1234a9000 -        0x1234e7ff7  com.apple.DP.ScreenInputDevice 13.0 (13.0) <22174597-D163-7A20-C82A-C00C2CA19640> /System/Library/PrivateFrameworks/CoreMediaIOServices.framework/Resources/AppleScreenInpu tDevice.plugin/Contents/MacOS/AppleScreenInputDevice
           0x124900000 -        0x125747fcf +com.adobe.adobeswfl ??? (2.0.0.7489) <DBD38111-48D6-C031-EF50-D034C94ED38B> /Library/Application Support/Adobe/APE/3.1/adbeapecore.framework/Resources/AdobeSWFL.bundle/Contents/MacOS/Ado beSWFL
        0x7fff5fc00000 -     0x7fff5fc3bdef  dyld 132.1 (???) <B536F2F1-9DF1-3B6C-1C2C-9075EA219A06> /usr/lib/dyld
        0x7fff800ce000 -     0x7fff801ddfe7  libcrypto.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <36DA89A6-3AF5-86F2-BDD5-B94C7C0844D4> /usr/lib/libcrypto.0.9.8.dylib
        0x7fff801de000 -     0x7fff80447ff7  com.apple.QuartzComposer 4.1 (156.16) <0BAE3C90-CF60-C0C7-C29E-BF9922074095> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framewor k/Versions/A/QuartzComposer
        0x7fff8057c000 -     0x7fff8057fff7  libCoreVMClient.dylib ??? (???) <CE19A78F-B76D-244A-1C04-0544B914F728> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
        0x7fff80692000 -     0x7fff806d3fef  com.apple.QD 3.35 (???) <78C9A560-E6F7-DC4F-F85E-E63CF8A98F0B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framewo rk/Versions/A/QD
        0x7fff807ad000 -     0x7fff807beff7  libz.1.dylib 1.2.3 (compatibility 1.0.0) <FB5EE53A-0534-0FFA-B2ED-486609433717> /usr/lib/libz.1.dylib
        0x7fff807bf000 -     0x7fff807d5ff7  com.apple.MultitouchSupport.framework 204.13 (204.13) <BFFEC259-F103-B25A-BB52-1AA79116DDBA> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSuppor t
        0x7fff807d6000 -     0x7fff8080fff7  com.apple.MeshKit 1.1 (49.2) <3795F201-4A5F-3D40-57E0-87AD6B714239> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/MeshKit
        0x7fff80810000 -     0x7fff8088efff  com.apple.CoreText 3.1.0 (???) <B740DA1D-EFD0-CCBF-F893-E3004FE58A98> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.f ramework/Versions/A/CoreText
        0x7fff808c0000 -     0x7fff80aa8ff7  com.apple.JavaScriptCore 6533.18 (6533.18.1) <097272AC-E436-78E5-4A74-284DEB07D6D9> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
        0x7fff80cbf000 -     0x7fff80d0eff7  com.apple.DirectoryService.PasswordServerFramework 6.0 (6.0) <14FD0978-4BE0-336B-A19E-F388694583EB> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordServer
        0x7fff80d0f000 -     0x7fff80d2aff7  com.apple.openscripting 1.3.1 (???) <FD46A0FE-AC79-3EF7-AB4F-396D376DDE71> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework /Versions/A/OpenScripting
        0x7fff80d2e000 -     0x7fff80ea3ff7  com.apple.CoreFoundation 6.6.3 (550.29) <48810602-63C3-994D-E563-DD02B16E76E1> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
        0x7fff80ef6000 -     0x7fff80f3afe7  com.apple.ImageCaptureCore 1.0.2 (1.0.2) <075198A5-4C6B-D945-D3EF-D13960C9F738> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCore
        0x7fff80f3b000 -     0x7fff80f3bff7  com.apple.Carbon 150 (152) <19B37B7B-1594-AD0A-7F14-FA2F85AD7241> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
        0x7fff80f58000 -     0x7fff80f5dff7  com.apple.CommonPanels 1.2.4 (91) <4D84803B-BD06-D80E-15AE-EFBE43F93605> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/ Versions/A/CommonPanels
        0x7fff80f5e000 -     0x7fff80f66fff  com.apple.DisplayServicesFW 2.2.2 (251) <A8AA237B-26DA-455D-4133-69B1D1E45DF4> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices
        0x7fff80f67000 -     0x7fff80f80fff  com.apple.CFOpenDirectory 10.6 (10.6) <0F46E102-8B8E-0995-BA85-3D9608F0A30C> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory. framework/Versions/A/CFOpenDirectory
        0x7fff80f95000 -     0x7fff81692067  com.apple.CoreGraphics 1.545.0 (???) <88892F58-F785-2E30-50B1-E9CC8775E79F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphi cs.framework/Versions/A/CoreGraphics
        0x7fff81693000 -     0x7fff81a08fe7  com.apple.RawCamera.bundle 3.0.3 (529) <2E6B251A-C5A5-A3F9-832B-BB1958F938E9> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
        0x7fff81a09000 -     0x7fff81c8afef  com.apple.Foundation 6.6.3 (751.29) <DAEDB589-9F59-9556-CF8D-07556317937B> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
        0x7fff81c8b000 -     0x7fff81cd2ff7  com.apple.coreui 2 (114) <D7645B59-0431-6283-7322-957D944DAB21> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
        0x7fff81e3b000 -     0x7fff81e4aff7  com.apple.opengl 1.6.9 (1.6.9) <BB8AEF81-0EC1-ED4C-360B-186C60AE745C> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
        0x7fff81e4b000 -     0x7fff81f55ff7  com.apple.MeshKitIO 1.1 (49.2) <F296E151-80AE-7764-B969-C2050DF26BFE> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshKitIO.frame work/Versions/A/MeshKitIO
        0x7fff81f56000 -     0x7fff81f56ff7  com.apple.CoreServices 44 (44) <210A4C56-BECB-E3E4-B6EE-7EC53E02265D> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
        0x7fff81f57000 -     0x7fff8239afef  libLAPACK.dylib 219.0.0 (compatibility 1.0.0) <0CC61C98-FF51-67B3-F3D8-C5E430C201A9> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libLAPACK.dylib
        0x7fff8239b000 -     0x7fff82d91fff  com.apple.AppKit 6.6.6 (1038.29) <7BDD335D-5425-0354-5AD6-41C4F1B4A2F4> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
        0x7fff82d92000 -     0x7fff8359cfe7  libBLAS.dylib 219.0.0 (compatibility 1.0.0) <FC941ECB-71D0-FAE3-DCBF-C5A619E594B8> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libBLAS.dylib
        0x7fff835d3000 -     0x7fff8360bfef  libcups.2.dylib 2.8.0 (compatibility 2.0.0) <31A78904-A500-0DA9-0609-F1EB81383326> /usr/lib/libcups.2.dylib
        0x7fff83618000 -     0x7fff8369dfff  com.apple.print.framework.PrintCore 6.2 (312.5) <C20F87CE-ACC1-552B-8A73-2B3846A01D80> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore. framework/Versions/A/PrintCore
        0x7fff8369e000 -     0x7fff837b7fef  libGLProgrammability.dylib ??? (???) <0E55A58B-5B42-669F-2655-90893554CA21> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dyl ib
        0x7fff837b8000 -     0x7fff83976fff  libicucore.A.dylib 40.0.0 (compatibility 1.0.0) <0E53A4A6-AC06-1B61-2285-248F534EE356> /usr/lib/libicucore.A.dylib
        0x7fff83977000 -     0x7fff83a30fff  libsqlite3.dylib 9.6.0 (compatibility 9.0.0) <5A15E12A-AE8F-1A36-BBC7-564E7D7AD0FB> /usr/lib/libsqlite3.dylib
        0x7fff83a31000 -     0x7fff83a8fff7  com.apple.framework.IOKit 2.0 (???) <010C3398-7363-8F4B-719C-263867F15F63> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
        0x7fff83a90000 -     0x7fff83a90ff7  com.apple.vecLib 3.6 (vecLib 3.6) <96FB6BAD-5568-C4E0-6FA7-02791A58B584> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
        0x7fff83a91000 -     0x7fff83ab6ff7  com.apple.CoreVideo 1.6.1 (45.5) <29F39070-5CEF-B286-66E3-7CC

    That crash is DEEP in Apple code.  Odds are that it has nothing to do with Adobe's code.
    And it crashes in ColorSync when parsing a profile, so it might involve a corrupt ICC profile.

  • How to get the last error for while loop?

    How to get the last error for while loop? I just want transfer the last error for while loop, but the program use the shift register shift all error every cycle.

    What do you mean by "get" and "transfer"?
    If the shift register is not what you want, use a plan tunnel instead.
    Typically, programmers are interested in the first, not last, error.
    Can you show us your code so we have a better idea what you are trying to?
    LabVIEW Champion . Do more with less code and in less time .

  • Item Open Interface giving error for Org Assignment

    We ran the MTL_SYSTEMS_ITEMS_INTERFACE & loaded all the items at master level.
    We are having issues in setting at Org level. Cant figure out what the issue as only few records gets assigned & then garbage sets in for remaining records. An SR has been raised & the tech support representative was saying that UOM's are different at master & org levels. Never heard of this issue earlier. I have worked with UOM's different at Master/Org levels.
    The UOM's are different at Master & Org Level and in some cases the UOM are different for different Orgs. Attribute Control for Primary/Sec UOM is at Org level. The UOM's belong to the same UOM Class. There are standard conversions defined for all these UOMs.
    Any pointers for quick resolution ?

    Pl do not post duplicates - Item Open Interface giving error for Org Assignment

  • Error: ORA-16778: redo transport error for one or more databases

    Hi all
    I have 2 database servers"Primary database and physical standby" in test environment( before going to Production)
    Before Dataguard broker configuration , DG setup was running fine , redo was being applied and archived on phy standby.
    but while enabling configuration i got "Warning: ORA-16607: one or more databases have failed" listener.ora & tnsnames.ora are updated with global_name_DGMGRL
    Please help me how can i resolve this issue .Thanks in advance.
    [oracle@PRIM ~]$ dgmgrl
    DGMGRL for Linux: Version 10.2.0.1.0 - Production
    Copyright (c) 2000, 2005, Oracle. All rights reserved.
    Welcome to DGMGRL, type "help" for information.
    DGMGRL> connect sys
    Password:
    Connected.
    DGMGRL> show configuration
    Configuration
    Name: test
    Enabled: YES
    Protection Mode: MaxPerformance
    Fast-Start Failover: DISABLED
    Databases:
    prim - Primary database
    stan - Physical standby database
    Current status for "test":
    Warning: ORA-16607: one or more databases have failed
    DGMGRL> show database
    show database
    ^
    Syntax error before or at "end-of-line"
    DGMGRL> remove configuration
    Warning: ORA-16620: one or more databases could not be contacted for a delete operation
    Removed configuration
    DGMGRL> exit
    [oracle@PRIM ~]$ connect sys/sys@prim as sysdba
    bash: connect: command not found
    [oracle@PRIM ~]$ lsnrctl stop
    LSNRCTL for Linux: Version 10.2.0.1.0 - Production on 08-OCT-2006 19:52:30
    Copyright (c) 1991, 2005, Oracle. All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1)))
    The command completed successfully
    [oracle@PRIM ~]$ lsnrctl start
    LSNRCTL for Linux: Version 10.2.0.1.0 - Production on 08-OCT-2006 19:52:48
    Copyright (c) 1991, 2005, Oracle. All rights reserved.
    Starting /u01/app/oracle/product/10.2.0/db_1/bin/tnslsnr: please wait...
    TNSLSNR for Linux: Version 10.2.0.1.0 - Production
    System parameter file is /u01/app/oracle/product/10.2.0/db_1/network/admin/listener.ora
    Log messages written to /u01/app/oracle/product/10.2.0/db_1/network/log/listener.log
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC1)))
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=PRIM)(PORT=1521)))
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1)))
    STATUS of the LISTENER
    Alias LISTENER
    Version TNSLSNR for Linux: Version 10.2.0.1.0 - Production
    Start Date 08-OCT-2006 19:52:48
    Uptime 0 days 0 hr. 0 min. 0 sec
    Trace Level off
    Security ON: Local OS Authentication
    SNMP OFF
    Listener Parameter File /u01/app/oracle/product/10.2.0/db_1/network/admin/listener.ora
    Listener Log File /u01/app/oracle/product/10.2.0/db_1/network/log/listener.log
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC1)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=PRIM)(PORT=1521)))
    Services Summary...
    Service "PLSExtProc" has 1 instance(s).
    Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
    Service "PRIM_DGMGRLL" has 1 instance(s).
    Instance "PRIM", status UNKNOWN, has 1 handler(s) for this service...
    The command completed successfully
    [oracle@PRIM ~]$ lsnrctl stop
    LSNRCTL for Linux: Version 10.2.0.1.0 - Production on 08-OCT-2006 19:54:46
    Copyright (c) 1991, 2005, Oracle. All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1)))
    The command completed successfully
    [oracle@PRIM ~]$ lsnrctl start
    LSNRCTL for Linux: Version 10.2.0.1.0 - Production on 08-OCT-2006 19:54:59
    Copyright (c) 1991, 2005, Oracle. All rights reserved.
    Starting /u01/app/oracle/product/10.2.0/db_1/bin/tnslsnr: please wait...
    TNSLSNR for Linux: Version 10.2.0.1.0 - Production
    System parameter file is /u01/app/oracle/product/10.2.0/db_1/network/admin/listener.ora
    Log messages written to /u01/app/oracle/product/10.2.0/db_1/network/log/listener.log
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC1)))
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=PRIM)(PORT=1521)))
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1)))
    [oracle@PRIM ~]$ dgmgrl
    DGMGRL for Linux: Version 10.2.0.1.0 - Production
    Copyright (c) 2000, 2005, Oracle. All rights reserved.
    Welcome to DGMGRL, type "help" for information.
    DGMGRL> connect /
    Connected.
    DGMGRL> create configuration test as
    primary database is PRIM
    connect identifier is PRIM
    ;Configuration "test" created with primary database "prim"
    DGMGRL> add database STAN as
    connect identifier is STAN
    maintained as physical;Database "stan" added
    DGMGRL> show configuration
    Configuration
    Name: test
    Enabled: NO
    Protection Mode: MaxPerformance
    Fast-Start Failover: DISABLED
    Databases:
    prim - Primary database
    stan - Physical standby database
    Current status for "test":
    DISABLED
    DGMGRL> enable configuration
    Enabled.
    DGMGRL> show configuration
    Configuration
    Name: test
    Enabled: YES
    Protection Mode: MaxPerformance
    Fast-Start Failover: DISABLED
    Databases:
    prim - Primary database
    stan - Physical standby database
    Current status for "test":
    Warning: ORA-16607: one or more databases have failed
    DGMGRL> show database verbose prim
    Database
    Name: prim
    Role: PRIMARY
    Enabled: YES
    Intended State: ONLINE
    Instance(s):
    PRIM
    Properties:
    InitialConnectIdentifier = 'prim'
    LogXptMode = 'ASYNC'
    Dependency = ''
    DelayMins = '0'
    Binding = 'OPTIONAL'
    MaxFailure = '0'
    MaxConnections = '1'
    ReopenSecs = '300'
    NetTimeout = '180'
    LogShipping = 'ON'
    PreferredApplyInstance = ''
    ApplyInstanceTimeout = '0'
    ApplyParallel = 'AUTO'
    StandbyFileManagement = 'AUTO'
    ArchiveLagTarget = '0'
    LogArchiveMaxProcesses = '30'
    LogArchiveMinSucceedDest = '1'
    DbFileNameConvert = '/u01/app/oracle/oradata/STAN, /u01/app/oracle/oradata/PRIM'
    LogFileNameConvert = '/u01/app/oracle/oradata/STAN, /u01/app/oracle/oradata/PRIM'
    FastStartFailoverTarget = ''
    StatusReport = '(monitor)'
    InconsistentProperties = '(monitor)'
    InconsistentLogXptProps = '(monitor)'
    SendQEntries = '(monitor)'
    LogXptStatus = '(monitor)'
    RecvQEntries = '(monitor)'
    HostName = 'PRIM'
    SidName = 'PRIM'
    LocalListenerAddress = '(ADDRESS=(PROTOCOL=tcp)(HOST=PRIM)(PORT=1521))'
    StandbyArchiveLocation = '/u01/app/oracle/flash_recovery_area/PRIM/archivelog/'
    AlternateLocation = ''
    LogArchiveTrace = '0'
    LogArchiveFormat = '%t_%s_%r.arc'
    LatestLog = '(monitor)'
    TopWaitEvents = '(monitor)'
    Current status for "prim":
    Error: ORA-16778: redo transport error for one or more databases
    DGMGRL> show database verbose stan
    Database
    Name: stan
    Role: PHYSICAL STANDBY
    Enabled: YES
    Intended State: ONLINE
    Instance(s):
    STAN
    Properties:
    InitialConnectIdentifier = 'stan'
    LogXptMode = 'ASYNC'
    Dependency = ''
    DelayMins = '0'
    Binding = 'OPTIONAL'
    MaxFailure = '0'
    MaxConnections = '1'
    ReopenSecs = '300'
    NetTimeout = '180'
    LogShipping = 'ON'
    PreferredApplyInstance = ''
    ApplyInstanceTimeout = '0'
    ApplyParallel = 'AUTO'
    StandbyFileManagement = 'AUTO'
    ArchiveLagTarget = '0'
    LogArchiveMaxProcesses = '30'
    LogArchiveMinSucceedDest = '1'
    DbFileNameConvert = '/u01/app/oracle/oradata/PRIM, /u01/app/oracle/oradata/STAN'
    LogFileNameConvert = '/u01/app/oracle/oradata/PRIM, /u01/app/oracle/oradata/STAN'
    FastStartFailoverTarget = ''
    StatusReport = '(monitor)'
    InconsistentProperties = '(monitor)'
    InconsistentLogXptProps = '(monitor)'
    SendQEntries = '(monitor)'
    LogXptStatus = '(monitor)'
    RecvQEntries = '(monitor)'
    HostName = 'STAND'
    SidName = 'STAN'
    LocalListenerAddress = '(ADDRESS=(PROTOCOL=tcp)(HOST=STAND)(PORT=1521))'
    StandbyArchiveLocation = '/u01/app/oracle/flash_recovery_area/STAN/archivelog/'
    AlternateLocation = ''
    LogArchiveTrace = '0'
    LogArchiveFormat = '%t_%s_%r.arc'
    LatestLog = '(monitor)'
    TopWaitEvents = '(monitor)'
    Current status for "stan":
    Error: ORA-12545: Connect failed because target host or object does not exist
    DGMGRL>

    This:
    Current status for "stan":
    Error: ORA-12545: Connect failed because target host or object does not exist
    says that your network setup is not correct. You need to resolve that first.
    As for Broker setup steps how about the doc or our Data Guard 11g Handbook?
    It's 3 DGMGRL commands so I am not sure what 'steps' you need?
    Larry

  • Retropay by element run Errors for one employee

    When i am running retropay for 3711 employees one of them errors out and the retropay by element process ends as Incomplete.
    The following is the error for the assignment:
    Error ORA-01427: single-row subquery returns more than one row has occurred in table pay_element_entries_f at location 4502
    Cause: an oracle error has occurred. The failure was reported on table pay_element_entries_f at location
    The log file for that it appears as follows:
    Payroll: Version : 12.0.0
    Copyright (c) 1979, 1999, Oracle Corporation. All rights reserved.
    RETROELE module: RetroPay By Element
    Current system time is 15-APR-2010 16:26:51
    ===============================================================================
    Oracle Human Resources Generic Process
    Started at : 15-APR-2010 16:26:51
    Chunk Size : 20
    Threads : 1
    Logging Category :
    User Messaging : N
    Interlock : N
    Trace : N
    RR Buffer Size : 500
    RRV Buffer Size : 500
    Bal Buffer Size : 500
    EE Buffer Size : 500
    Logging Area :
    Assignment ID for Start:
    Assignment ID for End o:
    HR_6881_HRPROC_ORA_ERR
    SQLERRMC ORA-01427: single-row subquery returns more than one row
    SQL_NO 4502
    TABLE_NAME pay_element_entries_f
    APP-PAY-06881: Error ORA-01427: single-row subquery returns more than one row
    has occurred in table pay_element_entries_f at location 4502
    Cause: an oracle error has occurred. The failure was reported on table pay_element_entries_f at location 4502 with the error text ORA-01427: single-row subquery returns more than one row
    Action: Please contact your support representative.
    Ended processing at : 15-APR-2010 21:50:07
    Total Assignment count : 3711
    Total Action count : 3711
    Successfully processed : 3710
    Skipped : 0
    Unprocessed : 0
    Errored : 1
    ===============================================================================
    PL/SQL Output
    PL/SQL Output
    Executing request completion options...
    ------------- 1) PRINT   -------------
    Printing output file.
    Request ID : 595012      
    Number of copies : 1      
    Printer : noprint
    APP-FND-00092: Routine PRINT_OUTPUT cannot find the file /data/oracle/PRD/inst/apps/PRD_hrmsprod/logs/appl/conc/out/o595012.out to print.
    Check if the file exists. Check if the person who started the concurrent manager has read privileges on the directory and on the file. Contact your system administrator to assign read privileges.
    Finished executing request completion options.
    Concurrent request completed
    Current system time is 15-APR-2010 21:50:08
    Please can some one help me to troubleshoot so that i can rectify this error for 1 employee?
    Edited by: 594647 on Apr 16, 2010 10:46 AM

    you can delete the retro assignment action for the moment, so you can launch the run for all employees.
    As such, you have some more time to debug the issue.
    I would activate some payroll tracing, so you know which fast formula throws this error. And then you should dig further, so you can identify the sql retruning multiple rows.
    Or you do a sql*trace. That one will also point you to the offensive sql.

  • Could not load file/URL (file not found) error for JNLP file

    I am completely baffled in trying to figure out why I am getting the following error for some JNLP files but not others:
    Error: could not load file/URL specified: C:\Users\tom\AppData\Local\Temp\javaws2
    java.io.FileNotFoundException: C:\Users\tom\AppData\Local\Temp\javaws2 (The system cannot find the file specified)
    at java.io.FileInputStream.open(Native Method)
    at java.io.FileInputStream.<init>(Unknown Source)
    at java.io.FileInputStream.<init>(Unknown Source)
    at com.sun.javaws.jnl.LaunchDescFactory.buildDescriptor(Unknown Source)
    at com.sun.javaws.Main.launchApp(Unknown Source)
    at com.sun.javaws.Main.continueInSecureThread(Unknown Source)
    at com.sun.javaws.Main$1.run(Unknown Source)
    at java.lang.Thread.run(Unknown Source)I have Googled around this forum and elsewhere, and have seen reports that this error is IE-specific, and seems to have something to do with no-cache headers being sent, or with the client browser's cache being full or turned off (which is not my case). I saw the information in the JavaWS FAQ, which recommended turning off security constraints for the JNLP's URI. I tried that, and it didn't help. One of the very baffling things is that I have created several variations of the JNLP file, with varying combinations of jars and property resources, and some combinations always work while other combinations never work. Here's an example:
    <jnlp spec="1.0+" codebase="$$codebase">
       <information>
          <title>demo app</title>
          <description>illustrates weird bug</description>
       </information>
       <resources>
          <j2se version="1.5+"/>
          <jar href="randomFile.jar"/>
          <property name="xxx" value="xxxx"/>
          <property name="swing.metalTheme" value="steel"/>
       </resources>
    </jnlp>The above file always fails with the error shown at the top of this message. However, if I remove either of the two properties, it works fine. And I have created other variations with lots of properties, some of which work. All of these variations are in the same directory in the war file, served by the exact same servlet (a slightly modified version of the jnlp.sample.servlet.JnlpDownloadServlet provided with JDK 1.6.0_3). Assuming that a no-cache header is the problem, what on earth could be causing some JNLP files to always be served with a no-cache header, while others are never served with a no-cache header?
    On a related note, any recommended debugging techniques for seeing what headers are being transmitted? I tried adding a simple check for a "debug=true" parameter in the servlet that causes it to set the content type to "text/plain" instead of JNLP, and that allows me to see (rather than execute) the JNLP XML that's being returned, but it doesn't show me the HTTP headers that are being sent back. If any caching headers are being set, I think it must be being set by the servlet container itself, as it's nothing being set in the servlet code that I can see. So I don't see any way on the server side Java code to output or log the actual HTTP response (or is there?). Any tips in that regard much appreciated.
    Edited by: TomC125468 on Aug 19, 2009 1:35 PM

    Hi Luca-Sanna,
    Thanks for the response. Re browsers, yes, it fails in IE but it succeeds in Firefox. The info on the JavaWS FAQ and other places all seem to indicate that it's an IE issue concerning handling of the cache-control headers.
    I should check in my webserver forum (Sun WebServer 7) to see about logging options. Sniffing on the client side is not possible, as my app is required to use HTTPS exclusively, and unfortunately that also precludes a telnet GET request.

Maybe you are looking for