Token Expression cache give com.bea.wli.sb.stages.expressions.ExpressionException

IAM using OSB in my project. I activated the result cache in my business for 12 hours.

My cache of the result expression is:

Concat ($body /:InputParameters/fet:input1/text(),'_',$body/fet:InputParameters/fet:input2/text()) fet)

But after a while, I get the following error.

< 14 July 2015 14:31:05 CEST > < WARNING > < oracle.osb.resources.service.service > < OSB-398302 > < calculate the token cache service BusinessService MyProject/BusinessService/BusinessService1 caused an exception:

com.bea.wli.sb.stages.expressions.ExpressionException: method may not be called since the expression is closed the result cache is not used for this invocation of the Service to businesses. Will be called the external service.

com.bea.wli.sb.stages.expressions.ExpressionException: method may not be called since the expression is closed

at com.bea.wli.sb.stages.expressions.xquery.x10.XQueryExprExecutor.executeJavaObject(XQueryExprExecutor.java:110)

at com.bea.wli.sb.service.resultcache.ResultCachingInfo.evaluate(ResultCachingInfo.java:168)

at com.bea.wli.sb.service.resultcache.ResultCachingInfo.evaluateToken(ResultCachingInfo.java:121)

at com.bea.wli.sb.service.resultcache.ServiceResultCacheImpl.initializeToken(ServiceResultCacheImpl.java:127)

at com.bea.wli.sb.service.resultcache.ServiceResultCacheImpl.processRequest(ServiceResultCacheImpl.java:71)

at com.bea.wli.sb.service.handlerchain.handlers.ResultCachingHandler.dispatch(ResultCachingHandler.java:91)

at com.bea.wli.sb.service.handlerchain.handlers.AbstractHandler.dispatch(AbstractHandler.java:131)

at com.bea.wli.sb.service.handlerchain.handlers.SetSoapAction.dispatch(SetSoapAction.java:157)

at com.bea.wli.sb.service.handlerchain.handlers.AbstractHandler.dispatch(AbstractHandler.java:131)

at com.bea.wli.sb.service.handlerchain.handlers.OutboundMessagePatternHandler.dispatch(OutboundMessagePatternHandler.java:153)

at com.bea.wli.sb.service.handlerchain.handlers.AbstractHandler.dispatch(AbstractHandler.java:131)

at com.bea.wli.sb.service.handlerchain.OutboundHandlerChain.dispatch(OutboundHandlerChain.java:109)

at com.bea.wli.sb.service.dispatcher.TransportDispatcher.dispatch(TransportDispatcher.java:58)

at com.bea.wli.sb.context.PipelineDispatcherClient.dispatch(PipelineDispatcherClient.java:241)

at com.bea.wli.sb.pipeline.PipelineContextImpl.doDispatch(PipelineContextImpl.java:518)

at com.bea.wli.sb.pipeline.PipelineContextImpl.dispatchSync(PipelineContextImpl.java:458)

to stages.transform.runtime.WsCalloutRuntimeStep$ WsCalloutDispatcher.dispatch (WsCalloutRuntimeStep.java:1380)

at stages.transform.runtime.WsCalloutRuntimeStep.processMessage(WsCalloutRuntimeStep.java:247)

to com.bea.wli.sb.stages.StageMetadataImpl$ WrapperRuntimeStep.processMessage (StageMetadataImpl.java:379)

at com.bea.wli.sb.stages.impl.SequenceRuntimeStep.processMessage(SequenceRuntimeStep.java:33)

at stages.transform.runtime.IfThenElseRuntimeStep.processMessage(IfThenElseRuntimeStep.java:107)

to com.bea.wli.sb.stages.StageMetadataImpl$ WrapperRuntimeStep.processMessage (StageMetadataImpl.java:379)

at com.bea.wli.sb.stages.impl.SequenceRuntimeStep.processMessage(SequenceRuntimeStep.java:33)

at com.bea.wli.sb.pipeline.components.PipelineStage.processMessage(PipelineStage.java:89)

at com.bea.wli.sb.pipeline.PipelineContextImpl.execute(PipelineContextImpl.java:905)

at com.bea.wli.sb.pipeline.components.Pipeline.processMessage(Pipeline.java:153)

at com.bea.wli.sb.pipeline.PipelineContextImpl.execute(PipelineContextImpl.java:905)

at com.bea.wli.sb.pipeline.components.PipelineNode.doRequest(PipelineNode.java:64)

at com.bea.wli.sb.pipeline.components.PipelineNode.doRequest(PipelineNode.java:64)

at com.bea.wli.sb.pipeline.components.Node.processMessage(Node.java:80)

at com.bea.wli.sb.pipeline.PipelineContextImpl.execute(PipelineContextImpl.java:905)

at com.bea.wli.sb.pipeline.components.Router.processMessage(Router.java:205)

at com.bea.wli.sb.pipeline.MessageProcessor.processRequest(MessageProcessor.java:87)

to com.bea.wli.sb.pipeline.dispatcher.PipelineDispatcher$ 1.run(PipelineDispatcher.java:135)

to com.bea.wli.sb.pipeline.dispatcher.PipelineDispatcher$ 1.run(PipelineDispatcher.java:132)

at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)

at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:146)

at com.bea.wli.sb.util.security.SecurityUtils.executeAs(SecurityUtils.java:102)

at com.bea.wli.sb.security.WLSSecurityContextService.executeAs(WLSSecurityContextService.java:55)

at com.bea.wli.sb.pipeline.dispatcher.PipelineDispatcher.dispatch(PipelineDispatcher.java:130)

at com.bea.wli.sb.service.handlerchain.handlers.ServiceInvoker.dispatch(ServiceInvoker.java:156)

at com.bea.wli.sb.service.handlerchain.handlers.AbstractHandler.dispatch(AbstractHandler.java:131)

at com.bea.wli.sb.service.handlerchain.handlers.UpdateInboundOperationalStatistics.dispatch(UpdateInboundOperationalStatistics.java:75)

at com.bea.wli.sb.service.handlerchain.handlers.AbstractHandler.dispatch(AbstractHandler.java:131)

at com.bea.wli.sb.service.handlerchain.handlers.ComputeOperation.dispatch(ComputeOperation.java:110)

at com.bea.wli.sb.service.handlerchain.handlers.AbstractHandler.dispatch(AbstractHandler.java:131)

at com.bea.wli.sb.service.handlerchain.handlers.InboundMessageContentHandler.dispatch(InboundMessageContentHandler.java:169)

at com.bea.wli.sb.service.handlerchain.handlers.AbstractHandler.dispatch(AbstractHandler.java:131)

at com.bea.wli.sb.service.handlerchain.handlers.CheckAccessControl.dispatch(CheckAccessControl.java:65)

at com.bea.wli.sb.service.handlerchain.handlers.AbstractHandler.dispatch(AbstractHandler.java:131)

at com.bea.wli.sb.service.handlerchain.handlers.UpdateInboundTransportStatistics.dispatch(UpdateInboundTransportStatistics.java:64)

at com.bea.wli.sb.service.handlerchain.handlers.AbstractHandler.dispatch(AbstractHandler.java:131)

at com.bea.wli.sb.service.handlerchain.handlers.DefaultInboundErrorHandler.dispatch(DefaultInboundErrorHandler.java:44)

at com.bea.wli.sb.service.handlerchain.InboundHandlerChain.dispatch(InboundHandlerChain.java:134)

at com.bea.wli.sb.transports.TransportDispatcherClient.dispatch(TransportDispatcherClient.java:91)

at com.bea.wli.sb.transports.TransportManagerImpl.receiveMessage(TransportManagerImpl.java:352)

at com.bea.wli.sb.transports.jms.JmsInboundMDB.onMessage(JmsInboundMDB.java:133)

at weblogic.ejb.container.internal.MDListener.execute(MDListener.java:451)

at weblogic.ejb.container.internal.MDListener.transactionalOnMessage(MDListener.java:375)

at weblogic.ejb.container.internal.MDListener.onMessage(MDListener.java:310)

at weblogic.jms.client.JMSSession.onMessage(JMSSession.java:4855)

at weblogic.jms.client.JMSSession.execute(JMSSession.java:4529)

at weblogic.jms.client.JMSSession.executeMessage(JMSSession.java:3976)

to weblogic.jms.client.JMSSession.access$ 000 (JMSSession.java:120)

to weblogic.jms.client.JMSSession$ UseForRunnable.run (JMSSession.java:5375)

to weblogic.work.SelfTuningWorkManagerImpl$ WorkAdapterImpl.run (SelfTuningWorkManagerImpl.java:548)

at weblogic.work.ExecuteThread.execute(ExecuteThread.java:311)

at weblogic.work.ExecuteThread.run(ExecuteThread.java:263)

Caused by: javax.xml.xquery.XQException: method may not be called since the expression is closed

at oracle.xml.xquery.xqjimpl.OXQCUtils.createXQException(OXQCUtils.java:934)

at oracle.xml.xquery.xqjimpl.OXQCExpressionBase.doOpenCheck(OXQCExpressionBase.java:160)

at oracle.xml.xquery.xqjimpl.OXQCExpressionBase.getConnection(OXQCExpressionBase.java:1180)

to oracle.xml.xquery.xqjimpl.OXQCExpressionBase$ OXQExpressionBaseView.getConnection (OXQCExpressionBase.java:1376)

at com.bea.wli.common.xquery.x10.XQueryExecutor.getConnection(XQueryExecutor.java:90)

at com.bea.wli.common.xquery.x10.XQueryExecutorImpl.execute(XQueryExecutorImpl.java:60)

at com.bea.wli.common.xquery.x10.XQueryExecutorImpl.executeJavaObject(XQueryExecutorImpl.java:125)

at com.bea.wli.sb.stages.expressions.xquery.x10.XQueryExprExecutor.executeJavaObject(XQueryExprExecutor.java:106)

at com.bea.wli.sb.service.resultcache.ResultCachingInfo.evaluate(ResultCachingInfo.java:168)

at com.bea.wli.sb.service.resultcache.ResultCachingInfo.evaluateToken(ResultCachingInfo.java:121)

at com.bea.wli.sb.service.resultcache.ServiceResultCacheImpl.initializeToken(ServiceResultCacheImpl.java:127)

at com.bea.wli.sb.service.resultcache.ServiceResultCacheImpl.processRequest(ServiceResultCacheImpl.java:71)

at com.bea.wli.sb.service.handlerchain.handlers.ResultCachingHandler.dispatch(ResultCachingHandler.java:91)

at com.bea.wli.sb.service.handlerchain.handlers.AbstractHandler.dispatch(AbstractHandler.java:131)

at com.bea.wli.sb.service.handlerchain.handlers.SetSoapAction.dispatch(SetSoapAction.java:157)

at com.bea.wli.sb.service.handlerchain.handlers.AbstractHandler.dispatch(AbstractHandler.java:131)

at com.bea.wli.sb.service.handlerchain.handlers.OutboundMessagePatternHandler.dispatch(OutboundMessagePatternHandler.java:153)

at com.bea.wli.sb.service.handlerchain.handlers.AbstractHandler.dispatch(AbstractHandler.java:131)

at com.bea.wli.sb.service.handlerchain.OutboundHandlerChain.dispatch(OutboundHandlerChain.java:109)

at com.bea.wli.sb.service.dispatcher.TransportDispatcher.dispatch(TransportDispatcher.java:58)

at com.bea.wli.sb.context.PipelineDispatcherClient.dispatch(PipelineDispatcherClient.java:241)

at com.bea.wli.sb.pipeline.PipelineContextImpl.doDispatch(PipelineContextImpl.java:518)

at com.bea.wli.sb.pipeline.PipelineContextImpl.dispatchSync(PipelineContextImpl.java:458)

to stages.transform.runtime.WsCalloutRuntimeStep$ WsCalloutDispatcher.dispatch (WsCalloutRuntimeStep.java:1380)

at stages.transform.runtime.WsCalloutRuntimeStep.processMessage(WsCalloutRuntimeStep.java:247)

to com.bea.wli.sb.stages.StageMetadataImpl$ WrapperRuntimeStep.processMessage (StageMetadataImpl.java:379)

at com.bea.wli.sb.stages.impl.SequenceRuntimeStep.processMessage(SequenceRuntimeStep.java:33)

at stages.transform.runtime.IfThenElseRuntimeStep.processMessage(IfThenElseRuntimeStep.java:107)

to com.bea.wli.sb.stages.StageMetadataImpl$ WrapperRuntimeStep.processMessage (StageMetadataImpl.java:379)

at com.bea.wli.sb.stages.impl.SequenceRuntimeStep.processMessage(SequenceRuntimeStep.java:33)

at com.bea.wli.sb.pipeline.components.PipelineStage.processMessage(PipelineStage.java:89)

at com.bea.wli.sb.pipeline.PipelineContextImpl.execute(PipelineContextImpl.java:905)

at com.bea.wli.sb.pipeline.components.Pipeline.processMessage(Pipeline.java:153)

at com.bea.wli.sb.pipeline.PipelineContextImpl.execute(PipelineContextImpl.java:905)

at com.bea.wli.sb.pipeline.components.PipelineNode.doRequest(PipelineNode.java:64)

at com.bea.wli.sb.pipeline.components.Node.processMessage(Node.java:80)

at com.bea.wli.sb.pipeline.PipelineContextImpl.execute(PipelineContextImpl.java:905)

at com.bea.wli.sb.pipeline.components.Router.processMessage(Router.java:205)

at com.bea.wli.sb.pipeline.MessageProcessor.processRequest(MessageProcessor.java:87)

to com.bea.wli.sb.pipeline.dispatcher.PipelineDispatcher$ 1.run(PipelineDispatcher.java:135)

to com.bea.wli.sb.pipeline.dispatcher.PipelineDispatcher$ 1.run(PipelineDispatcher.java:132)

I solved this problem by removing the cache_expression of business and it passed to the level of the pipeline, while calling the BussinessService. To that effect in the ServiceCallout, I wrote an insert and added the following expression in it.

{

Concat ($body /:InputParameters/fet:input1/text(),'_',$body/fet:InputParameters/fet:input2/text()) fet)

}

as the first child of ./ctx:transport/ctx:request in the outgoing variable.

With this problem with closed expression is resolved, but I got new error on cache expiryTime.

To resolve this problem, I followed the same procedure as above. I substituted the at the level of the pipeline as follows.

86400            

as the first child of ./ctx:transport/ctx:request in the outgoing variable.

It worked for me...

Tags: Fusion Middleware

Similar Questions

  • com.bea.wli.sb.transports.TransportException

    Hello
    I work with adapter sleeve, when I create the pod business service & activate the session, I get the following error:

    com.bea.wli.sb.transports.TransportException: no transport haven't registered with the ID provider: socket

    Please help what can be the problem.

    Thank you.

    keep it in 110 and check the order of deployment of xbuskernel (it should be less than the order of deployment application socket)

  • can not locate the jar file that contains com.bea.cache.jcache.cacheLoader

    Hello

    I'm trying to create a CEP Application in which an adapter look in the Cache. I knew that in this case, the adapter must implement the interface "com.bea.cache.jcache.cacheLoader" Interface. I see that this interface and the package (com.bea.cache.jcache) is not available in the file wlfullclient.jar.

    Can tell me where can I find the Jar file that contains the perl package, I mean any place where I can download or a steps I follow to get this jar file.

    Thanks in advance for your time,
    Regnier

    Published by: Raja Kumar April 1, 2010 08:19

    Hi reda,.

    It should be in modules/com.bea.core.cache_1.5.0.0.jar or a file with same name

    Andy

  • com.bea.portlet.adapter.scopedcontent.ActionLookupFailedException: weblogic.utils.AssertionError: * FAILURE of ASSERTION *.

    Hello

    While I was trying to run the commande./weblogicExportMetadata.sh, I got the below error

    Problem call WLST - Traceback (innermost last):

    File "/ uat/tools/iam/middleware1/Oracle_IDM1/server/bin/weblogicExportMetadata.py", line 22, in it?

    File "/ uat/tools/iam/middleware1/oracle_common/common/wlst/mdsWLSTCommands.py", line 263, in exportMetadata

    File "/ uat/tools/iam/middleware1/oracle_common/common/wlst/mdsWLSTCommands.py", line 816, in executeAppRuntimeMBeanOperation

    File "/ uat/tools/iam/middleware1/oracle_common/common/wlst/mdsWLSTCommands.py", line 1097, in saveStackAndRaiseException

    WLSTException: java.lang.SecurityException: access denied MBean operation.

    MBean: oracle.mds.lcm:name = MDSAppRuntime, type = MDSAppRuntime, Application = OIMMetadata ApplicationVersion = 11.1.2.0.0

    Operation: exportMetadata (java.lang.String, boolean, [Ljava.lang.String; [Ljava.lang.String; [Ljava.lang.String; boolean, boolean, boolean, boolean, java.lang.String, java.lang.String, java.lang.String)

    Details: Access denied. View of the roles: Admin, operator, subject to execution: school principals [weblogic, directors] = MDS-91009: operation failed «exportMetadata» DumpStack() to view the full stacktrace.

    Open chat

    As we ran with the default weblogic user, it should have all permissions. But I checked the permissions once more (below the screenshot). It seems good.

    I searched the forums, few users managed by restarting the server of the IOM. So I tried to restart the servers of the IOM. We are on the cluster environment. I was able to bounce the second server, but just by restarting the first server in the console, I got error below...

    Note: I was able to stop the server using scripts. Authorized tmp, hide them, records of the stage and started the server. But it did not help too.

    Error opening com/bea/console/actions/core/server/serverslifecycle/Lifecycle.jpf.

    The source of this error is:

    com.bea.portlet.adapter.scopedcontent.ActionLookupFailedException: weblogic.utils.AssertionError: * FAILURE of ASSERTION *.

    at com.bea.portlet.adapter.scopedcontent.ScopedContentCommonSupport.executeAction(ScopedContentCommonSupport.java:697)

    at com.bea.portlet.adapter.scopedcontent.ScopedContentCommonSupport.renderInternal(ScopedContentCommonSupport.java:266)

    at com.bea.portlet.adapter.scopedcontent.PageFlowStubImpl.render(PageFlowStubImpl.java:135)

    at com.bea.netuix.servlets.controls.content.NetuiContent.preRender(NetuiContent.java:292)

    to com.bea.netuix.nf.ControlLifecycle$ 6.visit(ControlLifecycle.java:429)

    at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:727)

    at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:739)

    at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:739)

    at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:739)

    at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:739)

    at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:739)

    at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:739)

    at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:739)

    at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:739)

    at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:739)

    at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:739)

    at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:739)

    at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:739)

    at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:739)

    at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:739)

    at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:739)

    at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:739)

    at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:739)

    at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:739)

    at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:739)

    at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:739)

    at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:739)

    at com.bea.netuix.nf.ControlTreeWalker.walk(ControlTreeWalker.java:146)

    at com.bea.netuix.nf.Lifecycle.processLifecycles(Lifecycle.java:395)

    at com.bea.netuix.nf.Lifecycle.processLifecycles(Lifecycle.java:361)

    at com.bea.netuix.nf.Lifecycle.runOutbound(Lifecycle.java:208)

    at com.bea.netuix.nf.Lifecycle.run(Lifecycle.java:162)

    at com.bea.netuix.servlets.manager.UIServlet.runLifecycle(UIServlet.java:389)

    at com.bea.netuix.servlets.manager.UIServlet.doPost(UIServlet.java:258)

    at com.bea.netuix.servlets.manager.UIServlet.service(UIServlet.java:199)

    at com.bea.netuix.servlets.manager.SingleFileServlet.service(SingleFileServlet.java:253)

    at javax.servlet.http.HttpServlet.service(HttpServlet.java:821)

    at com.bea.console.utils.MBeanUtilsInitSingleFileServlet.service(MBeanUtilsInitSingleFileServlet.java:64)

    at weblogic.servlet.AsyncInitServlet.service(AsyncInitServlet.java:131)

    to 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:301)

    at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:27)

    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)

    at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)

    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)

    to weblogic.servlet.internal.WebAppServletContext$ ServletInvocationAction.wrapRun (WebAppServletContext.java:3730)

    to weblogic.servlet.internal.WebAppServletContext$ ServletInvocationAction.run (WebAppServletContext.java:3696)

    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)

    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)

    at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2273)

    at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2179)

    at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1485)

    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)

    at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)

    Caused by: weblogic.utils.AssertionError: * FAILURE of ASSERTION *.

    at weblogic.server.ServerLifeCycleRuntime.getStateRemote(ServerLifeCycleRuntime.java:734)

    at weblogic.server.ServerLifeCycleRuntime.getState(ServerLifeCycleRuntime.java:581)

    at weblogic.server.ServerLifeCycleRuntime.getStateVal(ServerLifeCycleRuntime.java:778)

    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)

    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)

    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

    at java.lang.reflect.Method.invoke(Method.java:597)

    at weblogic.management.jmx.modelmbean.WLSModelMBean.getAttribute(WLSModelMBean.java:525)

    at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getAttribute(DefaultMBeanServerInterceptor.java:665)

    at com.sun.jmx.mbeanserver.JmxMBeanServer.getAttribute(JmxMBeanServer.java:648)

    at weblogic.management.mbeanservers.domainruntime.internal.FederatedMBeanServerInterceptor.getAttribute(FederatedMBeanServerInterceptor.java:308)

    to weblogic.management.jmx.mbeanserver.WLSMBeanServerInterceptorBase$ 12.run(WLSMBeanServerInterceptorBase.java:326)

    at weblogic.management.jmx.mbeanserver.WLSMBeanServerInterceptorBase.getAttribute(WLSMBeanServerInterceptorBase.java:324)

    at weblogic.management.mbeanservers.internal.JMXContextInterceptor.getAttribute(JMXContextInterceptor.java:157)

    to weblogic.management.jmx.mbeanserver.WLSMBeanServerInterceptorBase$ 12.run(WLSMBeanServerInterceptorBase.java:326)

    at weblogic.management.jmx.mbeanserver.WLSMBeanServerInterceptorBase.getAttribute(WLSMBeanServerInterceptorBase.java:324)

    to weblogic.management.jmx.mbeanserver.WLSMBeanServerInterceptorBase$ 12.run(WLSMBeanServerInterceptorBase.java:326)

    at weblogic.management.jmx.mbeanserver.WLSMBeanServerInterceptorBase.getAttribute(WLSMBeanServerInterceptorBase.java:324)

    at weblogic.management.mbeanservers.internal.SecurityInterceptor.getAttribute(SecurityInterceptor.java:299)

    at weblogic.management.jmx.mbeanserver.WLSMBeanServer.getAttribute(WLSMBeanServer.java:279)

    at weblogic.management.mbeanservers.internal.JMXConnectorSubjectForwarder$ $5 1.run(JMXConnectorSubjectForwarder.java:326)

    to weblogic.management.mbeanservers.internal.JMXConnectorSubjectForwarder$ 5.run(JMXConnectorSubjectForwarder.java:324)

    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)

    at weblogic.management.mbeanservers.internal.JMXConnectorSubjectForwarder.getAttribute(JMXConnectorSubjectForwarder.java:319)

    at javax.management.remote.rmi.RMIConnectionImpl.doOperation(RMIConnectionImpl.java:1436)

    to javax.management.remote.rmi.RMIConnectionImpl.access$ 300 (RMIConnectionImpl.java:74)

    to javax.management.remote.rmi.RMIConnectionImpl$ PrivilegedOperation.run (RMIConnectionImpl.java:1300)

    at javax.management.remote.rmi.RMIConnectionImpl.doPrivilegedOperation(RMIConnectionImpl.java:1399)

    at javax.management.remote.rmi.RMIConnectionImpl.getAttribute(RMIConnectionImpl.java:635)

    at javax.management.remote.rmi.RMIConnectionImpl_WLSkel.invoke (unknown Source)

    at weblogic.rmi.internal.ServerRequest.sendReceive(ServerRequest.java:174)

    at weblogic.rmi.internal.BasicRemoteRef.invoke(BasicRemoteRef.java:222)

    at javax.management.remote.rmi.RMIConnectionImpl_1036_WLStub.getAttribute (unknown Source)

    to javax.management.remote.rmi.RMIConnector$ RemoteMBeanServerConnection.getAttribute (RMIConnector.java:880)

    at javax.management.MBeanServerInvocationHandler.invoke(MBeanServerInvocationHandler.java:256)

    at weblogic.management.jmx.MBeanServerInvocationHandler.doInvoke(MBeanServerInvocationHandler.java:504)

    at weblogic.management.jmx.MBeanServerInvocationHandler.invoke(MBeanServerInvocationHandler.java:380)

    to com.sun.proxy. $Proxy200.getStateVal (unknown Source)

    at com.bea.console.utils.MBeanUtils.getServerLifeCycleRuntimeStateVal(MBeanUtils.java:2689)

    at com.bea.console.actions.core.server.lifecycle.Lifecycle.forceShutdown(Lifecycle.java:623)

    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)

    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)

    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

    at java.lang.reflect.Method.invoke(Method.java:597)

    at org.apache.beehive.netui.pageflow.FlowController.invokeActionMethod(FlowController.java:870)

    at org.apache.beehive.netui.pageflow.FlowController.getActionMethodForward(FlowController.java:809)

    at org.apache.beehive.netui.pageflow.FlowController.internalExecute(FlowController.java:478)

    at org.apache.beehive.netui.pageflow.PageFlowController.internalExecute(PageFlowController.java:306)

    at org.apache.beehive.netui.pageflow.FlowController.execute(FlowController.java:336)

    at org.apache.beehive.netui.pageflow.internal.FlowControllerAction.execute(FlowControllerAction.java:52)

    at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:431)

    to org.apache.beehive.netui.pageflow.PageFlowRequestProcessor.access$ 201 (PageFlowRequestProcessor.java:97)

    to org.apache.beehive.netui.pageflow.PageFlowRequestProcessor$ ActionRunner.execute (PageFlowRequestProcessor.java:2044)

    to org.apache.beehive.netui.pageflow.interceptor.action.internal.ActionInterceptors$ WrapActionInterceptorChain.continueChain (ActionInterceptors.java:64)

    at org.apache.beehive.netui.pageflow.interceptor.action.ActionInterceptor.wrapAction(ActionInterceptor.java:184)

    to org.apache.beehive.netui.pageflow.interceptor.action.internal.ActionInterceptors$ WrapActionInterceptorChain.invoke (ActionInterceptors.java:50)

    to org.apache.beehive.netui.pageflow.interceptor.action.internal.ActionInterceptors$ WrapActionInterceptorChain.continueChain (ActionInterceptors.java:58)

    at org.apache.beehive.netui.pageflow.interceptor.action.internal.ActionInterceptors.wrapAction(ActionInterceptors.java:87)

    at org.apache.beehive.netui.pageflow.PageFlowRequestProcessor.processActionPerform(PageFlowRequestProcessor.java:2116)

    at com.bea.console.internal.ConsolePageFlowRequestProcessor.processActionPerform(ConsolePageFlowRequestProcessor.java:261)

    at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:236)

    at org.apache.beehive.netui.pageflow.PageFlowRequestProcessor.processInternal(PageFlowRequestProcessor.java:556)

    at org.apache.beehive.netui.pageflow.PageFlowRequestProcessor.process(PageFlowRequestProcessor.java:853)

    at org.apache.beehive.netui.pageflow.AutoRegisterActionServlet.process(AutoRegisterActionServlet.java:631)

    at org.apache.beehive.netui.pageflow.PageFlowActionServlet.process(PageFlowActionServlet.java:158)

    at com.bea.console.internal.ConsoleActionServlet.process(ConsoleActionServlet.java:262)

    at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:414)

    at com.bea.console.internal.ConsoleActionServlet.doGet(ConsoleActionServlet.java:134)

    at org.apache.beehive.netui.pageflow.PageFlowUtils.strutsLookup(PageFlowUtils.java:1199)

    at com.bea.portlet.adapter.scopedcontent.ScopedContentCommonSupport.executeAction(ScopedContentCommonSupport.java:686)

    at com.bea.portlet.adapter.scopedcontent.ScopedContentCommonSupport.renderInternal(ScopedContentCommonSupport.java:266)

    at com.bea.portlet.adapter.scopedcontent.PageFlowStubImpl.render(PageFlowStubImpl.java:135)

    at com.bea.netuix.servlets.controls.content.NetuiContent.preRender(NetuiContent.java:292)

    to com.bea.netuix.nf.ControlLifecycle$ 6.visit(ControlLifecycle.java:428)

    at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:727)

    at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:739)

    at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:739)

    at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:739)

    at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:739)

    at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:739)

    at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:739)

    at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:739)

    at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:739)

    at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:739)

    at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:739)

    at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:739)

    at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:739)

    at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:739)

    at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:739)

    at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:739)

    at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:739)

    at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:739)

    at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:739)

    at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:739)

    at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:739)

    at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:739)

    at com.bea.netuix.nf.ControlTreeWalker.walk(ControlTreeWalker.java:146)

    at com.bea.netuix.nf.Lifecycle.processLifecycles(Lifecycle.java:395)

    at com.bea.netuix.nf.Lifecycle.processLifecycles(Lifecycle.java:361)

    at com.bea.netuix.nf.Lifecycle.runOutbound(Lifecycle.java:208)

    at com.bea.netuix.nf.Lifecycle.run(Lifecycle.java:162)

    at com.bea.netuix.servlets.manager.UIServlet.runLifecycle(UIServlet.java:388)

    at com.bea.netuix.servlets.manager.UIServlet.doPost(UIServlet.java:258)

    at com.bea.netuix.servlets.manager.UIServlet.service(UIServlet.java:199)

    at com.bea.netuix.servlets.manager.SingleFileServlet.service(SingleFileServlet.java:251)

    at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)

    at com.bea.console.utils.MBeanUtilsInitSingleFileServlet.service(MBeanUtilsInitSingleFileServlet.java:64)

    at weblogic.servlet.AsyncInitServlet.service(AsyncInitServlet.java:130)

    to 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:301)

    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)

    ... 9 more

    Caused by: java.lang.SecurityException: method 'getState' cannot be used without administrator rights

    at weblogic.rjvm.ResponseImpl.unmarshalReturn(ResponseImpl.java:237)

    at weblogic.rmi.internal.BasicRemoteRef.invoke(BasicRemoteRef.java:223)

    at weblogic.server.RemoteLifeCycleOperationsImpl_1036_WLStub.getState (unknown Source)

    at weblogic.server.ServerLifeCycleRuntime.getStateRemote(ServerLifeCycleRuntime.java:722)

    ... more than 123

    I searched on the oracle support, with the error messages above highlighted, all the docs asked to check the permissions for the user. As we ran with weblogic users, he had the administrator group.

    Even I tried my user account (a administrators group), that didn't work either.

    Is there something else I need to check or configure the WEBLOGIC user.

    We are on OIM 11 g 2 PS2 and weblogic 10.3.6.

    All entries are greatly appreciated.

    Please suggest.

    Thank you

    Hope this helps others.

    First remove the OUD weblogic user. This did not help.

    I managed to solve the problem by stopping the server of the IOM and by disabling the data dir.

    Thanks handat, Abhishek for your contributions. It helped a lot to minor on the issue.

  • java.lang.ClassNotFoundException: com.bea.xml.XmlException

    Hello experts

    I use weblogic.jar to deploy the EAR with the WebLogic Server deployment plan, and I'm going to NoClassDefFoundError to com.bea.xml.XmlException.

    the following error

    java.lang.NoClassDefFoundError: com/bea/xml/XmlException

    at weblogic.descriptor.BasicDescriptorManager.getMarshallerFactory(BasicDescriptorManager.java:143)

    at weblogic.descriptor.BasicDescriptorManager.getDescriptorFactory(BasicDescriptorManager.java:183)

    at weblogic.descriptor.BasicDescriptorManager.createDescriptor(BasicDescriptorManager.java:320)

    at weblogic.descriptor.BasicDescriptorManager.createDescriptor(BasicDescriptorManager.java:287)

    at weblogic.deploy.api.spi.config.DescriptorParser.parseDeploymentPlan(DescriptorParser.java:128)

    at weblogic.deploy.api.spi.deploy.internal.BasicOperation.parsePlan(BasicOperation.java:246)

    at weblogic.deploy.api.spi.deploy.internal.BasicOperation.run(BasicOperation.java:166)

    at weblogic.deploy.api.spi.deploy.WebLogicDeploymentManagerImpl.deploy(WebLogicDeploymentManagerImpl.java:369)

    at weblogic.deploy.api.tools.deployer.DeployOperation.execute(DeployOperation.java:47)

    at weblogic.deploy.api.tools.deployer.Deployer.perform(Deployer.java:139)

    at weblogic.deploy.api.tools.deployer.Deployer.runBody(Deployer.java:88)

    at weblogic.utils.compiler.Tool.run(Tool.java:158)

    at weblogic.utils.compiler.Tool.run(Tool.java:115)

    in weblogic. Deployer.Run (deployer. Java:70)

    in weblogic. Deployer.main (deployer. Java:54)

    Caused by: java.lang.ClassNotFoundException: com.bea.xml.XmlException

    in java.net.URLClassLoader$ 1.run(URLClassLoader.java:202)

    at java.security.AccessController.doPrivileged (Native Method)

    at java.net.URLClassLoader.findClass(URLClassLoader.java:190)

    at java.lang.ClassLoader.loadClass(ClassLoader.java:307)

    to Sun.misc.Launcher$appclassloader$ AppClassLoader.loadClass (Launcher.java:301)

    at java.lang.ClassLoader.loadClass(ClassLoader.java:248)

    ... 15 more

    Try with wlfullclient.jar

    See this

    Using the WebLogic JarBuilder tool

  • Class not found: com.bea.wlevs.adapters.jms.api.OutboundMessageConverter in the converter of JMS Outbound

    OEP 12.1.3

    By following the instructions in 4 adapters (12 c Release 1 (12.1.3)) , I created a bean of personal message for my outbound JMS adapter converter (I had to add the JAR file OEP_HOME\oep\modules com.bea.wlevs.adapters.jms_12.1.3.0_0.jar in my project to make the code compile). However, when deploying, I came across a class not found exception:

    < 2014 15 sep 19:17:19 CEST > < error > < org.springframework.osgi.extender.internal.activator.ContextLoaderListener > < BEA-000000 > < Application context update failed (OsgiBundleXmlApplicationContext (bundle = CreditCardTheftDetection.AirportCreditCardTransactionProcessing, config = osgibundle: / META-INF/spring/*.xml))

    java.lang.NoClassDefFoundError: saibot.airport.security.prevention.jms.SuspectedCreditCardEventConverter finds do not bundle [CreditCardTheftDetection.AirportCreditCardTransactionProcessing (CreditCardTheftDetection.AirportCreditCardTransactionProcessing)]

    at org.springframework.osgi.util.BundleDelegatingClassLoader.findClass(BundleDelegatingClassLoader.java:112)

    at org.springframework.osgi.util.BundleDelegatingClassLoader.loadClass(BundleDelegatingClassLoader.java:156)

    at java.lang.ClassLoader.loadClass(ClassLoader.java:358)

    at java.lang.Class.forName0 (Native Method)

    at java.lang.Class.forName(Class.java:270)

    Caused by: java.lang.NoClassDefFoundError: com/bea/wlevs/adapters/jms/api/OutboundMessageConverter

    at java.lang.ClassLoader.defineClass1 (Native Method)

    at java.lang.ClassLoader.defineClass(ClassLoader.java:800)

    at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.defineClass(DefaultClassLoader.java:188)

    Caused by: java.lang.ClassNotFoundException: com.bea.wlevs.adapters.jms.api.OutboundMessageConverter

    at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:506)

    at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:422)

    at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:410)

    at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:107)

    I tried to add the jar (com.bea.wlevs.adapters.jms_12.1.3.0_0.jar) to my POT of deployment. Who hasn't made a difference.


    Does anyone know why this OutboundMessageConverter class not found--and especially: what I can do to make it available in the run-time?


    Thank you.


    Lucas

    To allow a package to your application during execution OEP, you will need to add it to the application MANIFEST. MF file for the Import Package section (since the OEP server is based on OSGi). There is no need to provide a version number, you can simply enter the name of the package (for example)

    com.bea.wlevs.Adapters.JMS.API,

  • where is com/bea/staxb/buildtime/internal/mbean/MBeanJava2Schema

    Hi, I am trying to build the security custom provider in a healthy environment, 'clean', I want to say I couldn't run setWLSEnv.cmd before I run the Ant task, so I have to specify all the pots in the Ant task, as this

    < classname = "java weblogic.management.commo.WebLogicMBeanMaker" fork = "true" failonerror = "true" > "
    < classpath >
    < pathelement path="${lib}/wlfullclient.jar"/ >
    < pathelement path="${3partylib}/dt.jar"/ >
    < pathelement path="${3partylib}/tools.jar"/ >
    < pathelement path="${3partylib}/rt.jar"/ >
    < pathelement path="${3partylib}/ant.jar"/ >
    < pathelement path="${3partylib}/ant-all.jar"/ >
    < pathelement path="${3partylib}/ant-contrib.jar"/ >
    < pathelement path="${3partylib}/ant-launcher.jar"/ >
    < / classpath >
    < jvmarg line = "-Dfiles = ${build_dir} - DMDFDIR = ${build_dir} - DMJF = ${build_dir} / ${myprovidersjar} - DtargetNameSpace = ${namespace} - DpreserveStubs = true - DcreateStubs = true" / >
    < / java >

    Please note that I use wlfullclient.jar, but still, I get the following error, anyone know which jar has this class? com/bea/staxb/buildtime/internal/mbean/MBeanJava2Schema

    [java] WLMaker-SchemaGen-sub-process: schema Generation for the security provider mbeans...
    [java] WLMaker-SchemaGen-sub-process: MBEAN TYPES DIR: null
    [java] WLMaker-SchemaGen-sub-process: Exception in thread "main" java.lang.NoClassDefFoundError: com/bea/staxb/buildtime/internal/mbean/MBeanJava2Schema
    [java] WLMaker-SchemaGen-sub-process: to weblogic.management.commo.JavaToSchemaUtil.generateSchema(JavaToSchemaUtil.java:120)
    [java] WLMaker-SchemaGen-sub-process: to weblogic.management.commo.JavaToSchemaUtil.main(JavaToSchemaUtil.java:30)
    [java] WLMaker-SchemaGen-sub-process: order WLMaker-SchemaGen-sub-process draining
    [java] WLMaker-SchemaGen-sub-process: order WLMaker-SchemaGen-sub-process draining
    [java] Schema generation failed

    Thank you
    Philippe

    Published by: VivaCuba on November 19, 2010 11:42

    Hello
    WLS 10.3.3 and WLS 10.3.2, I could find your class missing in this POT: \beawlsHOME\modules\com.bea.core.xml.staxb.buildtime_1.4.1.0.jar.

    Thank you
    Ravi Jegga

  • java.lang.NoClassDefFoundError: com/bea/wls/ejbgen/ant/EJBGenAntTask

    I've updated to Weblogic 10.3 9.2mp3.
    My application uses ejbGenAntTask in build.xml
    . But in wls.ejbgen weblogic.jar 10.3 package is missing
    where the error java.lang.NoClassDefFoundError: com/bea/wls/ejbgen/ant/EJBGenAntTask

    10.3 weblogic.jar package structure seems to be different from weblogic.jar 9.2

    Is there any workaround for this their.

    Thanks in advance

    Hello

    com.bea.wls.ejbgen.ant.EJBGenAntTask is located in the com.bea.core.ejbgen_1.0.0.0.jar file:

    the jar file can be found at: %BEA_HOME%\modules\com.bea.core.ejbgen_1.0.0.0.jar

    So, try to place the com.bea.core.ejbgen_1.0.0.0.jar file in the classpath.

    Thank you
    Sandeep

  • com.bea.dsp.das.exception.DASException: {bea - err} MEM0001

    Hello

    I try to run my somename.ds and I get the following exception.

    My physical layer and works very well and so has no problems with database.

    I tried to increase the memory of the weblogic server on which it exeutes... I have also increased the pool of connections to database default value of 15 to 30.

    com.bea.dsp.das.exception.DASException: weblogic.xml.query.exceptions.XQueryDynamicException: {bea - err} MEM0001: demand requires 30 managed memory operators, but only 25 are available
    at com.bea.dsp.das.ejb.EJBClient.invokeOperation(EJBClient.java:160)
    at com.bea.dsp.das.DataAccessServiceImpl.invokeOperation(DataAccessServiceImpl.java:171)
    at com.bea.dsp.das.DataAccessServiceImpl.invoke(DataAccessServiceImpl.java:122)
    at com.bea.dsp.ide.xquery.views.test.QueryExecutor.invokeFunctionOrProcedure(QueryExecutor.java:113)
    at com.bea.dsp.ide.xquery.views.test.XQueryTestViewContent.getFunctionExecutionResult(XQueryTestView.java:1041)
    at com.bea.dsp.ide.xquery.views.test.XQueryTestViewContent.executeFunction(XQueryTestView.java:1176)
    at com.bea.dsp.ide.xquery.views.test.XQueryTestViewContent.widgetSelectedImpl(XQueryTestView.java:1866)
    to com.bea.dsp.ide.xquery.views.test.XQueryTestViewContent.access$ 300 (XQueryTestView.java:174)
    to com.bea.dsp.ide.xquery.views.test.XQueryTestViewContent$ 3.run(XQueryTestView.java:1594)
    at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:67)
    at com.bea.dsp.ide.xquery.views.test.XQueryTestViewContent.widgetSelectedBusy(XQueryTestView.java:1597)
    at com.bea.dsp.ide.xquery.views.test.XQueryTestViewContent.widgetSelected(XQueryTestView.java:1560)
    at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:227)
    at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:938)
    at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3687)
    at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3298)
    at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2389)
    at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2353)
    to org.eclipse.ui.internal.Workbench.access$ 4 (Workbench.java:2219)
    to org.eclipse.ui.internal.Workbench$ 4.run(Workbench.java:466)
    at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:289)
    at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:461)
    at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
    at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:106)
    at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:169)
    at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106)
    at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:508)
    at org.eclipse.equinox.launcher.Main.basicRun(Main.java:447)
    at org.eclipse.equinox.launcher.Main.run(Main.java:1173)
    at org.eclipse.equinox.launcher.Main.eclipse_main(Main.java:1148)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    to com.m7.installer.util.NitroxMain$ 1.run(NitroxMain.java:33)
    at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:199)
    at java.awt.EventQueue.dispatchEvent(EventQueue.java:597)
    at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:273)
    at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:183)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:173)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:168)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:160)
    at java.awt.EventDispatchThread.run(EventDispatchThread.java:121)
    Caused by: weblogic.xml.query.exceptions.XQueryDynamicException: {bea - err} MEM0001: demand requires 30 managed memory operators, but only 25 are available
    at weblogic.xml.query.runtime.memory.BasicMemoryObjectiveManager.allocate(BasicMemoryObjectiveManager.java:97)
    at weblogic.xml.query.runtime.core.ExecutionWrapper.requestAllowance(ExecutionWrapper.java:145)
    at weblogic.xml.query.runtime.core.ExecutionWrapper.open(ExecutionWrapper.java:55)
    at weblogic.xml.query.iterators.FirstOrderIterator.open(FirstOrderIterator.java:167)
    to com.bea.ld.server.ResultPusher$ ResultPusherImpl. < init > (ResultPusher.java:192)
    to com.bea.ld.server.ResultPusher$ BinxmlChunker. < init > (ResultPusher.java:278)
    to com.bea.ld.server.ResultPusher$ ChunkyBinxmlChunker. < init > (ResultPusher.java:364)
    to com.bea.ld.server.ResultPusher$ AsyncChunkyBinxmlChunker. < init > (ResultPusher.java:490)
    at com.bea.ld.server.ResultPusher.pushResults(ResultPusher.java:95)
    at com.bea.ld.server.XQueryInvocation.execute(XQueryInvocation.java:770)
    at com.bea.ld.EJBRequestHandler.invokeQueryInternal(EJBRequestHandler.java:624)
    at com.bea.ld.EJBRequestHandler.invokeOperationInternal(EJBRequestHandler.java:478)
    at com.bea.ld.EJBRequestHandler.invokeOperation(EJBRequestHandler.java:323)
    at com.bea.ld.ServerBean.executeOperationStreaming(ServerBean.java:84)
    at com.bea.ld.Server_ydm4ie_EOImpl.executeOperationStreaming(Server_ydm4ie_EOImpl.java:282)
    at com.bea.ld.Server_ydm4ie_EOImpl_WLSkel.invoke (unknown Source)
    at weblogic.rmi.internal.BasicServerRef.invoke(BasicServerRef.java:589)
    at weblogic.rmi.cluster.ClusterableServerRef.invoke(ClusterableServerRef.java:230)
    to weblogic.rmi.internal.BasicServerRef$ 1.run(BasicServerRef.java:477)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
    at weblogic.security.service.SecurityManager.runAs (unknown Source)
    at weblogic.rmi.internal.BasicServerRef.handleRequest(BasicServerRef.java:473)
    at weblogic.rmi.internal.wls.WLSExecuteRequest.run(WLSExecuteRequest.java:118)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)

    http://eDOCS.BEA.com/ALDSP/docs32/

    search on:

    operators of managed memory

  • WDS gives error of the last stage on Windows 2003 R2 (64-bit)

    Hello

    We have planned for our DHCP server to use as the WDS for Installation on computers in bulk.

    The operating system is Windows 2003R2 Standard SP2 (64-Bit), WDS added in Add/Remove components successfully > then run

    Administrative Tools Windows Deployment Services Legacy Option form.

    In the last step of his Message watch unique Instance of regularization of storage (the Service has not been started)

    In the event generates the ID 7023:

    The regularization of single Instance Storage is completed with the following error:
    The service has not been started.

    For more details, I enclose snapshot.

    Please help again.

    Hello

    The question you posted would be better suited in TechNet community that you are using Windows server 2003.
    https://social.technet.Microsoft.com/forums/WindowsServer/en-us/home?category=WindowsServer

  • my happy (request) message after processing XSLT lack of Landau (string) values comparing to the context of the initial message. I know don't know why

    Hello

    I stuck the Trace of the Invocation of the OSB below: why param values such as: 'F', 'PL' are missing in Message context changes?

    The initial Message context

    $body added

    " < = xmlns:soapenv soapenv:Body ' http://schemas.xmlsoap.org/SOAP/envelope/ "xmlns:sear =" " http://www.Ferrovial.es/XSD/SearchRegionEX_PM "xmlns:arc =" http://www.Ferrovial.es/XSD/architecture "xmlns:sear1 =" http://www.Ferrovial.es/XSD/SearchRegion_CDM "> "

    < sear: SearchRegionEXRequest_PM >

    < arc: HeaderMsgReq >

    <!-in option: - >

    < arc: functionalId >? < / arc: functionalId >

    <!-in option: - >

    < arc: messageId >? < / arc: messageId >

    < arc: timeStamp >? < / arc: timeStamp >

    < arc: consumerApp >? < / arc: consumerApp >

    < arc: consumerUsr >? < / arc: consumerUsr >

    <!-in option: - >

    < arc: language >? < / arc: language >

    < / arc: HeaderMsgReq >

    < sear1:BodyMsgRequest >

    F < sear1:Idiom > < / sear1:Idiom >

    < sear1:IdRegion > PL < / sear1:IdRegion >

    < sear1:IdCountry > PL < / sear1:IdCountry >

    < sear1:applicationCode >? < / sear1:applicationCode >

    < / sear1:BodyMsgRequest >

    < / trigger: SearchRegionEXRequest_PM >

    < / soapenv:Body >

    +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

    Changes of message context

    $body modified

    " < = xmlns:soapenv soapenv:Body ' http://schemas.xmlsoap.org/SOAP/envelope/ "xmlns:sear =" " http://www.Ferrovial.es/XSD/SearchRegionEX_PM "xmlns:arc =" http://www.Ferrovial.es/XSD/architecture "xmlns:sear1 =" http://www.Ferrovial.es/XSD/SearchRegion_CDM "> "

    " < = xmlns:mime tns:ZphoenixZmdRegion01 ' http://schemas.xmlsoap.org/WSDL/MIME/ "xmlns:wsdl =" " http://schemas.xmlsoap.org/wsdl/ "xmlns:soap =" " http://schemas.xmlsoap.org/WSDL/SOAP/ "" "xmlns:n1 =" urn: sap - com:document:sap:rfc:functions ' xmlns:ns3 = ' http://www.Ferrovial.es/XSD/Ferrovial_CDM "xmlns:ns2 =" http://www.Ferrovial.es/XSD/SearchRegion_CDM "xmlns:xsd2 =" http://www.Ferrovial.es/XSD/SearchRegionEX_PM "xmlns:ns1 =" http://www.Ferrovial.es/XSD/architecture "xmlns:wsu =" http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd "xmlns:http =" http://schemas.xmlsoap.org/wsdl/http/ "xmlns:wsoap12 =" http://schemas.xmlsoap.org/wsdl/Soap12/ "xmlns:tns =" "urn: sap - com:document:sap:soap:functions:mc - style" xmlns:wsp =" http://schemas.xmlsoap.org/ws/2004/09/Policy " > "" "" "

    < tns:ILand1 / >

    < tns:ILangu / >

    < tns:IRegio / >

    < / tns:ZphoenixZmdRegion01 >

    < / soapenv:Body >

    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

    and here is the XSLT:

    <? XML version = "1.0" encoding = "UTF-8"? >

    < xsl: stylesheet version = "1.0".

    ' xmlns:UUIDUserFunction = ' http://www.Oracle.com/xsl/transform/Java/COM.BEA.WLI.SB.stages.functions.UUIDUserFunction "" "

    ' xmlns:IsUserInGroupFunction = ' http://www.Oracle.com/xsl/transform/Java/COM.BEA.WLI.SB.stages.functions.IsUserInGroupFunction "" "

    ' xmlns:IsUserInRoleFunction = ' http://www.Oracle.com/xsl/transform/Java/COM.BEA.WLI.SB.stages.functions.IsUserInRoleFunction "" "

    ' xmlns:ns0 = ' http://www.Ferrovial.es/BO_CONS/PS_SearchRegionEX_HTTP_CORP "" "

    " container = ' http://www.w3.org/2001/XMLSchema "

    ' xmlns:DVMFunctions = ' http://www.Oracle.com/xsl/transform/Java/COM.BEA.WLI.SB.functions.DVM.DVMFunctions "" "

    xmlns:TNS = "" urn: sap - com:document:sap:soap:functions:mc - style ""

    " xmlns:oracle - xsl-Mapper = ' http://www.Oracle.com/xsl/Mapper/schemas "" "

    ' xmlns:oraxsl = ' http://www.Oracle.com/xsl/transform/Java "" "

    ' xmlns:XrefFunctions = ' http://www.Oracle.com/xsl/transform/Java/COM.BEA.WLI.SB.functions.xref.XrefFunctions "" "

    " xmlns: xsi =" http://www.w3.org/2001/XMLSchema-instance "" xmlns: xsl = " " http://www.w3.org/1999/XSL/transform "

    ' xmlns:BasicCredentialsUserFunction = ' http://www.Oracle.com/xsl/transform/Java/COM.BEA.WLI.SB.stages.functions.BasicCredentialsUserFunction "" "

    exclude-result-prefixes = "xsd oracle xsl map xsi xsl tns UUIDUserFunction IsUserInGroupFunction IsUserInRoleFunction DVMFunctions XrefFunctions BasicCredentialsUserFunction oraxsl ns0.

    ' xmlns:ns1 = ' http://www.Ferrovial.es/XSD/architecture "" "

    ' xmlns:xsd2 = ' http://www.Ferrovial.es/XSD/SearchRegionEX_PM "xmlns:wsdl =" http://schemas.xmlsoap.org/wsdl/ ''

    ' xmlns:ns2 = ' http://www.Ferrovial.es/XSD/SearchRegion_CDM "" "

    ' xmlns:ns3 = ' http://www.Ferrovial.es/XSD/Ferrovial_CDM "xmlns:soap =" http://schemas.xmlsoap.org/wsdl/SOAP/ " "

    ' xmlns:wsp = ' http://schemas.xmlsoap.org/ws/2004/09/policy "

    xmlns:N1 = "" urn: sap - com:document:sap:rfc:functions ""

    ' xmlns:wsoap12 = ' http://schemas.xmlsoap.org/wsdl/SOAP12/ "

    ' xmlns:http = ' http://schemas.xmlsoap.org/wsdl/http/ "

    ' xmlns:wsu = ' http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd "

    ' xmlns:mime = ' http://schemas.xmlsoap.org/WSDL/MIME/ ">

    < oracle-xsl-schema Mapper: >

    <! - SPECIFICATION map SOURCES AND TARGETS, DO CHANGE NOT. - >

    < oracle-xsl-Mapper: mapSources >

    < oracle-xsl-type Mapper: source = "WSDL" >

    < oracle-xsl-schema Mapper: location = "SearchRegionEX.wsdl" / >

    < oracle-xsl-Mapper: rootElement name = "SearchRegionEXOperation".

                                           namespace=" http://www.Ferrovial.es/BO_CONS/PS_SearchRegionEX_HTTP_CORP "/ > "

    < / oracle-xsl-Mapper: source >

    < / oracle-xsl-Mapper: mapSources >

    < oracle-xsl-Mapper: mapTargets >

    < oracle-xsl-type Mapper: target = "WSDL" >

    < oracle-xsl-schema Mapper: location = "SAP_SearchRegionEX.wsdl" / >

    < oracle-xsl-Mapper: rootElement name = "ZphoenixZmdRegion01".

    Namespace = "urn: sap - com:document:sap:soap:functions:mc - style" / >

    < / oracle-xsl-Mapper: target >

    < / oracle-xsl-Mapper: mapTargets >

    <! - GENERATED BY ORACLE XSL MAPPER 12.1.3.0.0(XSLT Build 140529.0700.0211) in [Mar 16 June at 14:37:31 CEST 2015]. - >

    < / oracle-xsl-schema Mapper: >

    <! - user edit BELOW this line--DO NOT REMOVE THIS LINE-->

    < xsl: template match = "/" >

    < tns:ZphoenixZmdRegion01 >

    < ILand1 >

    < xsl: value-of select = "/ ns0:SearchRegionEXOperation / xsd2:SearchRegionEXRequest_PM / ns2:BodyMsgRequest / ns2:IdCountry" / >

    < / ILand1 >

    < ILangu >

    < xsl: value-of select = "/ ns0:SearchRegionEXOperation / xsd2:SearchRegionEXRequest_PM / ns2:BodyMsgRequest / ns2:Idiom" / >

    < / ILangu >

    < IRegio >

    < xsl: value-of select = "/ ns0:SearchRegionEXOperation / xsd2:SearchRegionEXRequest_PM / ns2:BodyMsgRequest / ns2:IdRegion" / >

    < / IRegio >

    < / tns:ZphoenixZmdRegion01 >

    < / xsl: template >

    < / xsl: stylesheet >

    Hello

    What I do in this case is to stick the piece of xml code that I want to ask in an ascii Editor. So I replace all tags, content and oblique end etc. with the bar to get an xpath expression. I compare with the xpath expression in the XSLT. Placing them underneath eachother makes it easy to compare. You're example I take:

    //soapenv:Body                             /sear:SearchRegionEXRequest_PM/sear1:BodyMsgRequest/sear1:Idiom
    

    With the XPath of the xlt described with a piece of xml (given the lack of namespace is not the same):

                   /ns0:SearchRegionEXOperation/xsd2:SearchRegionEXRequest_PM/  ns2:BodyMsgRequest/ns2  :Idiom
    

    Then you will see that the root in the xpath expression is "SearchRegionEXOperation", which is not present in the body. Then the XPath apparently follows the body. So, you will need to change the element root in the mapping definition.

    You must also post this xsd2: refers to the same namespace as sear: and ns2: the same thing as sear1: in the xml file (I did not have that).

    Kind regards
    Martian

  • OSB could not create the file error temporary jar

    Hello world!

    Lately we did experience error with OSB in the environment following production:

    Caused by: com.bea.wli.sb.stages.StageException: com.bea.wli.config.component.NotFoundException: could not create the file temporary jar
    to stages.transform.runtime.JavaCalloutRuntimeStep. < init > (JavaCalloutRuntimeStep.java:122)
    at stages.transform.JavaCalloutFactory.getStageRuntime(JavaCalloutFactory.java:80)
    to com.bea.wli.sb.stages.StageMetadataImpl$ DefaultStageFactory.getStageRuntime (StageMetadataImpl.java:245)
    at com.bea.wli.sb.stages.impl.RuntimeBuilderImpl.buildRuntime(RuntimeBuilderImpl.java:92)
    at com.bea.wli.sb.stages.impl.RuntimeBuilderImpl.buildRuntime(RuntimeBuilderImpl.java:68)
    at com.bea.wli.sb.pipeline.RouterCompiler.getActionsRuntime(RouterCompiler.java:153)
    to com.bea.wli.sb.pipeline.PipelineStage. < init > (PipelineStage.java:55)
    at com.bea.wli.sb.pipeline.RouterCompiler.compileStage(RouterCompiler.java:104)
    to com.bea.wli.sb.pipeline.Pipeline. < init > (Pipeline.java:105)
    at com.bea.wli.sb.pipeline.RouterCompiler.compilePipeline(RouterCompiler.java:97)
    to com.bea.wli.sb.pipeline.Router. < init > (Router .java: 138)
    at com.bea.wli.sb.pipeline.RouterCompiler.compileRouter(RouterCompiler.java:90)
    at com.bea.wli.sb.pipeline.RouterCompiler.compile(RouterCompiler.java:80)
    at com.bea.wli.sb.pipeline.RouterManager.compileRouter(RouterManager.java:667)
    to com.bea.wli.sb.pipeline.RouterRuntimeCache$ RouterRuntimeDerivedTypeDef.computeData (RouterRuntimeCache.java:83)
    to com.bea.wli.sb.pipeline.RouterRuntimeCache$ RouterRuntimeDerivedTypeDef.computeData (RouterRuntimeCache.java:50)
    at com.bea.wli.config.derivedcache.DerivedCache.deriveTheValue(DerivedCache.java:453)
    at com.bea.wli.config.derivedcache.DerivedCache.get(DerivedCache.java:273)
    at com.bea.wli.config.derivedcache.DerivedResourceManager.getDerivedValueInfo(DerivedResourceManager.java:341)
    at com.bea.wli.config.derivedcache.DerivedResourceManager.get(DerivedResourceManager.java:386)
    at com.bea.wli.sb.resources.cache.DefaultDerivedTypeDef.getDerivedValue(DefaultDerivedTypeDef.java:106)
    at com.bea.wli.sb.pipeline.RouterRuntimeCache.getRuntime(RouterRuntimeCache.java:44)
    at com.bea.wli.sb.pipeline.RouterManager.getRouterRuntime(RouterManager.java:638)
    at com.bea.wli.sb.pipeline.RouterContext.getInstance(RouterContext.java:173)
    at com.bea.wli.sb.pipeline.RouterManager.processMessage(RouterManager.java:579)
    at com.bea.wli.sb.transports.TransportManagerImpl.receiveMessage(TransportManagerImpl.java:375)
    at com.bea.wli.sb.transports.jms.JmsInboundMDB.onMessage(JmsInboundMDB.java:122)
    at sun.reflect.GeneratedMethodAccessor2974.invoke (unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at com.bea.core.repackaged.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:310)
    at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:182)
    at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:149)
    at com.bea.core.repackaged.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:89)
    at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
    at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:131)
    at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:119)
    at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
    at com.bea.core.repackaged.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
    to $Proxy162.onMessage (Unknown Source)
    at weblogic.ejb.container.internal.MDListener.execute(MDListener.java:466)
    at weblogic.ejb.container.internal.MDListener.transactionalOnMessage(MDListener.java:371)
    at weblogic.ejb.container.internal.MDListener.onMessage(MDListener.java:327)
    at weblogic.jms.client.JMSSession.onMessage(JMSSession.java:4659)
    at weblogic.jms.client.JMSSession.execute(JMSSession.java:4345)
    at weblogic.jms.client.JMSSession.executeMessage(JMSSession.java:3821)
    to weblogic.jms.client.JMSSession.access$ 000 (JMSSession.java:115)
    to weblogic.jms.client.JMSSession$ UseForRunnable.run (JMSSession.java:5170)
    to weblogic.work.SelfTuningWorkManagerImpl$ WorkAdapterImpl.run (SelfTuningWorkManagerImpl.java:528)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)

    Caused by: com.bea.wli.config.component.NotFoundException: could not create the file temporary jar
    at com.bea.wli.sb.resources.archive.classloader.ArchiveClassLoaderDerivedTypeDef.computeData(ArchiveClassLoaderDerivedTypeDef.java:160)
    at com.bea.wli.sb.resources.archive.classloader.ArchiveClassLoaderDerivedTypeDef.computeData(ArchiveClassLoaderDerivedTypeDef.java:34)
    at com.bea.wli.config.derivedcache.DerivedCache.deriveTheValue(DerivedCache.java:453)
    at com.bea.wli.config.derivedcache.DerivedCache.get(DerivedCache.java:273)
    at com.bea.wli.config.derivedcache.DerivedResourceManager.getDerivedValueInfo(DerivedResourceManager.java:341)
    at com.bea.wli.config.derivedcache.DerivedResourceManager.get(DerivedResourceManager.java:386)
    at com.bea.wli.sb.resources.cache.DefaultDerivedTypeDef.getDerivedValue(DefaultDerivedTypeDef.java:106)
    at com.bea.wli.sb.resources.archive.classloader.ArchiveClassLoaderCache.get(ArchiveClassLoaderCache.java:38)
    at com.bea.wli.sb.resources.archive.summary.ArchiveSummaryDerivedTypeDef.computeData(ArchiveSummaryDerivedTypeDef.java:46)
    at com.bea.wli.sb.resources.archive.summary.ArchiveSummaryDerivedTypeDef.computeData(ArchiveSummaryDerivedTypeDef.java:23)
    at com.bea.wli.config.derivedcache.DerivedCache.deriveTheValue(DerivedCache.java:453)
    at com.bea.wli.config.derivedcache.DerivedCache.get(DerivedCache.java:273)
    at com.bea.wli.config.derivedcache.DerivedResourceManager.getDerivedValueInfo(DerivedResourceManager.java:341)
    at com.bea.wli.config.derivedcache.DerivedResourceManager.get(DerivedResourceManager.java:386)
    at com.bea.wli.sb.resources.cache.DefaultDerivedTypeDef.getDerivedValue(DefaultDerivedTypeDef.java:106)
    at com.bea.wli.sb.resources.archive.summary.ArchiveSummaryCache.getArchiveSummary(ArchiveSummaryCache.java:31)
    at com.bea.wli.sb.resources.archive.ArchiveRuntimeManager.getMethod(ArchiveRuntimeManager.java:367)
    to stages.transform.runtime.JavaCalloutRuntimeStep. < init > (JavaCalloutRuntimeStep.java:100)
    at stages.transform.JavaCalloutFactory.getStageRuntime(JavaCalloutFactory.java:80)
    to com.bea.wli.sb.stages.StageMetadataImpl$ DefaultStageFactory.getStageRuntime (StageMetadataImpl.java:245)
    at com.bea.wli.sb.stages.impl.RuntimeBuilderImpl.buildRuntime(RuntimeBuilderImpl.java:92)
    at com.bea.wli.sb.stages.impl.RuntimeBuilderImpl.buildRuntime(RuntimeBuilderImpl.java:68)
    at com.bea.wli.sb.pipeline.RouterCompiler.getActionsRuntime(RouterCompiler.java:153)
    to com.bea.wli.sb.pipeline.PipelineStage. < init > (PipelineStage.java:55)
    at com.bea.wli.sb.pipeline.RouterCompiler.compileStage(RouterCompiler.java:104)
    to com.bea.wli.sb.pipeline.Pipeline. < init > (Pipeline.java:105)
    at com.bea.wli.sb.pipeline.RouterCompiler.compilePipeline(RouterCompiler.java:97)
    to com.bea.wli.sb.pipeline.Router. < init > (Router .java: 138)
    at com.bea.wli.sb.pipeline.RouterCompiler.compileRouter(RouterCompiler.java:90)
    at com.bea.wli.sb.pipeline.RouterCompiler.compile(RouterCompiler.java:80)
    at com.bea.wli.sb.pipeline.RouterManager.compileRouter(RouterManager.java:667)
    to com.bea.wli.sb.pipeline.RouterRuntimeCache$ RouterRuntimeDerivedTypeDef.computeData (RouterRuntimeCache.java:83)
    to com.bea.wli.sb.pipeline.RouterRuntimeCache$ RouterRuntimeDerivedTypeDef.computeData (RouterRuntimeCache.java:50)
    at com.bea.wli.config.derivedcache.DerivedCache.deriveTheValue(DerivedCache.java:453)
    at com.bea.wli.config.derivedcache.DerivedCache.get(DerivedCache.java:273)
    at com.bea.wli.config.derivedcache.DerivedResourceManager.getDerivedValueInfo(DerivedResourceManager.java:341)
    at com.bea.wli.config.derivedcache.DerivedResourceManager.get(DerivedResourceManager.java:386)
    at com.bea.wli.sb.resources.cache.DefaultDerivedTypeDef.getDerivedValue(DefaultDerivedTypeDef.java:106)
    at com.bea.wli.sb.pipeline.RouterRuntimeCache.getRuntime(RouterRuntimeCache.java:44)
    at com.bea.wli.sb.pipeline.RouterManager.getRouterRuntime(RouterManager.java:638)
    at com.bea.wli.sb.pipeline.RouterContext.getInstance(RouterContext.java:173)
    at com.bea.wli.sb.pipeline.RouterManager.processMessage(RouterManager.java:579)
    at com.bea.wli.sb.transports.TransportManagerImpl.receiveMessage(TransportManagerImpl.java:375)
    at com.bea.wli.sb.transports.jms.JmsInboundMDB.onMessage(JmsInboundMDB.java:122)
    at sun.reflect.GeneratedMethodAccessor2974.invoke (unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at com.bea.core.repackaged.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:310)
    at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:182)
    at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:149)
    at com.bea.core.repackaged.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:89)
    at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
    at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:131)
    at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:119)
    at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
    at com.bea.core.repackaged.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
    to $Proxy162.onMessage (Unknown Source)
    at weblogic.ejb.container.internal.MDListener.execute(MDListener.java:466)
    at weblogic.ejb.container.internal.MDListener.transactionalOnMessage(MDListener.java:371)
    at weblogic.ejb.container.internal.MDListener.onMessage(MDListener.java:327)
    at weblogic.jms.client.JMSSession.onMessage(JMSSession.java:4659)
    at weblogic.jms.client.JMSSession.execute(JMSSession.java:4345)
    at weblogic.jms.client.JMSSession.executeMessage(JMSSession.java:3821)
    to weblogic.jms.client.JMSSession.access$ 000 (JMSSession.java:115)
    to weblogic.jms.client.JMSSession$ UseForRunnable.run (JMSSession.java:5170)
    to weblogic.work.SelfTuningWorkManagerImpl$ WorkAdapterImpl.run (SelfTuningWorkManagerImpl.java:528)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)

    Caused by: java.io.IOException: no such file or directory
    at java.io.UnixFileSystem.createFileExclusively (Native Method)
    at java.io.File.checkAndCreate(File.java:1704)
    at java.io.File.createTempFile(File.java:1792)
    at com.bea.wli.sb.util.IOUtils.storeToTempFile(IOUtils.java:245)
    at com.bea.wli.sb.resources.archive.classloader.ArchiveClassLoaderDerivedTypeDef.computeData(ArchiveClassLoaderDerivedTypeDef.java:120)
    at com.bea.wli.sb.resources.archive.classloader.ArchiveClassLoaderDerivedTypeDef.computeData(ArchiveClassLoaderDerivedTypeDef.java:34)
    at com.bea.wli.config.derivedcache.DerivedCache.deriveTheValue(DerivedCache.java:453)
    at com.bea.wli.config.derivedcache.DerivedCache.get(DerivedCache.java:273)
    at com.bea.wli.config.derivedcache.DerivedResourceManager.getDerivedValueInfo(DerivedResourceManager.java:341)
    at com.bea.wli.config.derivedcache.DerivedResourceManager.get(DerivedResourceManager.java:386)
    at com.bea.wli.sb.resources.cache.DefaultDerivedTypeDef.getDerivedValue(DefaultDerivedTypeDef.java:106)
    at com.bea.wli.sb.resources.archive.classloader.ArchiveClassLoaderCache.get(ArchiveClassLoaderCache.java:38)
    at com.bea.wli.sb.resources.archive.summary.ArchiveSummaryDerivedTypeDef.computeData(ArchiveSummaryDerivedTypeDef.java:46)
    at com.bea.wli.sb.resources.archive.summary.ArchiveSummaryDerivedTypeDef.computeData(ArchiveSummaryDerivedTypeDef.java:23)
    at com.bea.wli.config.derivedcache.DerivedCache.deriveTheValue(DerivedCache.java:453)
    at com.bea.wli.config.derivedcache.DerivedCache.get(DerivedCache.java:273)
    at com.bea.wli.config.derivedcache.DerivedResourceManager.getDerivedValueInfo(DerivedResourceManager.java:341)
    at com.bea.wli.config.derivedcache.DerivedResourceManager.get(DerivedResourceManager.java:386)
    at com.bea.wli.sb.resources.cache.DefaultDerivedTypeDef.getDerivedValue(DefaultDerivedTypeDef.java:106)
    at com.bea.wli.sb.resources.archive.summary.ArchiveSummaryCache.getArchiveSummary(ArchiveSummaryCache.java:31)
    at com.bea.wli.sb.resources.archive.ArchiveRuntimeManager.getMethod(ArchiveRuntimeManager.java:367)
    to stages.transform.runtime.JavaCalloutRuntimeStep. < init > (JavaCalloutRuntimeStep.java:100)
    at stages.transform.JavaCalloutFactory.getStageRuntime(JavaCalloutFactory.java:80)
    to com.bea.wli.sb.stages.StageMetadataImpl$ DefaultStageFactory.getStageRuntime (StageMetadataImpl.java:245)
    at com.bea.wli.sb.stages.impl.RuntimeBuilderImpl.buildRuntime(RuntimeBuilderImpl.java:92)
    at com.bea.wli.sb.stages.impl.RuntimeBuilderImpl.buildRuntime(RuntimeBuilderImpl.java:68)
    at com.bea.wli.sb.pipeline.RouterCompiler.getActionsRuntime(RouterCompiler.java:153)
    to com.bea.wli.sb.pipeline.PipelineStage. < init > (PipelineStage.java:55)
    at com.bea.wli.sb.pipeline.RouterCompiler.compileStage(RouterCompiler.java:104)
    to com.bea.wli.sb.pipeline.Pipeline. < init > (Pipeline.java:105)
    at com.bea.wli.sb.pipeline.RouterCompiler.compilePipeline(RouterCompiler.java:97)
    to com.bea.wli.sb.pipeline.Router. < init > (Router .java: 138)
    at com.bea.wli.sb.pipeline.RouterCompiler.compileRouter(RouterCompiler.java:90)
    at com.bea.wli.sb.pipeline.RouterCompiler.compile(RouterCompiler.java:80)
    at com.bea.wli.sb.pipeline.RouterManager.compileRouter(RouterManager.java:667)
    to com.bea.wli.sb.pipeline.RouterRuntimeCache$ RouterRuntimeDerivedTypeDef.computeData (RouterRuntimeCache.java:83)
    to com.bea.wli.sb.pipeline.RouterRuntimeCache$ RouterRuntimeDerivedTypeDef.computeData (RouterRuntimeCache.java:50)
    at com.bea.wli.config.derivedcache.DerivedCache.deriveTheValue(DerivedCache.java:453)
    at com.bea.wli.config.derivedcache.DerivedCache.get(DerivedCache.java:273)
    at com.bea.wli.config.derivedcache.DerivedResourceManager.getDerivedValueInfo(DerivedResourceManager.java:341)
    at com.bea.wli.config.derivedcache.DerivedResourceManager.get(DerivedResourceManager.java:386)
    at com.bea.wli.sb.resources.cache.DefaultDerivedTypeDef.getDerivedValue(DefaultDerivedTypeDef.java:106)
    at com.bea.wli.sb.pipeline.RouterRuntimeCache.getRuntime(RouterRuntimeCache.java:44)
    at com.bea.wli.sb.pipeline.RouterManager.getRouterRuntime(RouterManager.java:638)
    at com.bea.wli.sb.pipeline.RouterContext.getInstance(RouterContext.java:173)
    at com.bea.wli.sb.pipeline.RouterManager.processMessage(RouterManager.java:579)
    at com.bea.wli.sb.transports.TransportManagerImpl.receiveMessage(TransportManagerImpl.java:375)
    at com.bea.wli.sb.transports.jms.JmsInboundMDB.onMessage(JmsInboundMDB.java:122)
    at sun.reflect.GeneratedMethodAccessor2974.invoke (unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at com.bea.core.repackaged.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:310)
    at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:182)
    at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:149)
    at com.bea.core.repackaged.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:89)
    at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
    at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:131)
    at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:119)
    at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
    at com.bea.core.repackaged.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
    to $Proxy162.onMessage (Unknown Source)
    at weblogic.ejb.container.internal.MDListener.execute(MDListener.java:466)
    at weblogic.ejb.container.internal.MDListener.transactionalOnMessage(MDListener.java:371)
    at weblogic.ejb.container.internal.MDListener.onMessage(MDListener.java:327)
    at weblogic.jms.client.JMSSession.onMessage(JMSSession.java:4659)
    at weblogic.jms.client.JMSSession.execute(JMSSession.java:4345)
    at weblogic.jms.client.JMSSession.executeMessage(JMSSession.java:3821)
    to weblogic.jms.client.JMSSession.access$ 000 (JMSSession.java:115)
    to weblogic.jms.client.JMSSession$ UseForRunnable.run (JMSSession.java:5170)
    to weblogic.work.SelfTuningWorkManagerImpl$ WorkAdapterImpl.run (SelfTuningWorkManagerImpl.java:528)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)

    It seems that the error is caused because the OSB cannot create the file in/tmp/alsbTempJars temporary jar. I looked for path and the directory alsbTempJars is not present on the disk. I had already created this directory in the past, so I can't understand why it was deleted.

    Also I saw some off error disk space in newspapers, although I checked that it is at least 1 GB free at the point of installation of OSB.

    We found this problem when checking the logs after that we had a mistake with OSB web console.

    To resolve this error, I had to create the alsbTempJars directory, and then restart the node. Error stopped and treatment then continues normally. I think the activity node was interrupted during the error, because I only see traces of battery in the log file.

    OSB is running in a Linux machine with the Oracle user who is also owner of the alsbTempJars directory.

    Hope someone could help us with this.

    Kind regards

    Daniel.

    OSB will not remove this directory. It must be an external process that is remove this directory or by turning off all the directory temp itself. Collate admin system/OS if he can understand it.

    Kind regards
    Anuj

  • Service account not found if kept in different projects

    Hello

    I use in Service Proxy Service account during runtime using fn - bea: lookupBasicCredentials according to the steps

    Using Service accounts in the OSB. Siva & amp; #039; s Blog

    But the Proxy Service is present in the project was and the Service account is not in project b. So, whenever I try to use the service account, I get the following error:

    OSB Assign action failed to update variable 'serviceAccount': weblogic.xml.query.exceptions.XQueryUserException: {http://www.bea.com/wli/common/xquery} XQueryException: error calling custom java xquery function: java.lang.reflect.InvocationTargetException

    java.lang.reflect.InvocationTargetException

    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)

    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)

    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

    at java.lang.reflect.Method.invoke(Method.java:597)

    at com.bea.wli.sb.stages.functions.XQueryExternalFunction.execute(XQueryExternalFunction.java:111)

    at com.bea.wli.sb.stages.functions.XQueryExternalFunction.init(XQueryExternalFunction.java:61)

    at weblogic.xml.query.iterators.FirstOrderIterator.open(FirstOrderIterator.java:169)

    at weblogic.xml.query.iterators.FirstOrderIterator.open(FirstOrderIterator.java:167)

    at weblogic.xml.query.runtime.core.ExecutionWrapper.open(ExecutionWrapper.java:58)

    at com.bea.wli.common.xquery.iterators.XQueryVariableMapper.getObject(XQueryVariableMapper.java:506)

    at com.bea.wli.sb.context.ContextUtils.checkValue(ContextUtils.java:69)

    at com.bea.wli.sb.context.MessageContextImpl.setVariableValue(MessageContextImpl.java:234)

    at stages.transform.runtime.AssignRuntimeStep.processMessage(AssignRuntimeStep.java:54)

    to com.bea.wli.sb.stages.StageMetadataImpl$ WrapperRuntimeStep.processMessage (StageMetadataImpl.java:346)

    at com.bea.wli.sb.stages.impl.SequenceRuntimeStep.processMessage(SequenceRuntimeStep.java:33)

    at stages.transform.runtime.IfThenElseRuntimeStep.processMessage(IfThenElseRuntimeStep.java:86)

    to com.bea.wli.sb.stages.StageMetadataImpl$ WrapperRuntimeStep.processMessage (StageMetadataImpl.java:346)

    at com.bea.wli.sb.pipeline.PipelineStage.processMessage(PipelineStage.java:84)

    at com.bea.wli.sb.pipeline.PipelineContextImpl.execute(PipelineContextImpl.java:1055)

    at com.bea.wli.sb.pipeline.Pipeline.processMessage(Pipeline.java:141)

    at com.bea.wli.sb.pipeline.PipelineContextImpl.execute(PipelineContextImpl.java:1055)

    at com.bea.wli.sb.pipeline.PipelineNode.doRequest(PipelineNode.java:55)

    at com.bea.wli.sb.pipeline.Node.processMessage(Node.java:67)

    at com.bea.wli.sb.pipeline.PipelineContextImpl.execute(PipelineContextImpl.java:1055)

    at com.bea.wli.sb.pipeline.Router.processMessage(Router.java:214)

    at com.bea.wli.sb.pipeline.MessageProcessor.processRequest(MessageProcessor.java:96)

    to com.bea.wli.sb.pipeline.RouterManager$ 1.run(RouterManager.java:593)

    to com.bea.wli.sb.pipeline.RouterManager$ 1.run(RouterManager.java:591)

    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)

    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:146)

    at com.bea.wli.sb.security.WLSSecurityContextService.runAs(WLSSecurityContextService.java:55)

    at com.bea.wli.sb.pipeline.RouterManager.processMessage(RouterManager.java:590)

    at com.bea.wli.sb.test.service.ServiceMessageSender.send0(ServiceMessageSender.java:332)

    to com.bea.wli.sb.test.service.ServiceMessageSender.access$ 000 (ServiceMessageSender.java:79)

    to com.bea.wli.sb.test.service.ServiceMessageSender$ 1.run(ServiceMessageSender.java:137)

    to com.bea.wli.sb.test.service.ServiceMessageSender$ 1.run(ServiceMessageSender.java:135)

    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)

    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:146)

    at com.bea.wli.sb.security.WLSSecurityContextService.runAs(WLSSecurityContextService.java:55)

    at com.bea.wli.sb.test.service.ServiceMessageSender.send(ServiceMessageSender.java:140)

    at com.bea.wli.sb.test.service.ServiceProcessor.invoke(ServiceProcessor.java:454)

    at com.bea.wli.sb.test.TestServiceImpl.invoke(TestServiceImpl.java:172)

    at com.bea.wli.sb.test.client.ejb.TestServiceEJBBean.invoke(TestServiceEJBBean.java:167)

    at com.bea.wli.sb.test.client.ejb.TestService_sqr59p_EOImpl.__WL_invoke (unknown Source)

    at weblogic.ejb.container.internal.SessionRemoteMethodInvoker.invoke(SessionRemoteMethodInvoker.java:40)

    at com.bea.wli.sb.test.client.ejb.TestService_sqr59p_EOImpl.invoke (unknown Source)

    at com.bea.wli.sb.test.client.ejb.TestService_sqr59p_EOImpl_WLSkel.invoke (unknown Source)

    at weblogic.rmi.internal.BasicServerRef.invoke(BasicServerRef.java:667)

    at weblogic.rmi.cluster.ClusterableServerRef.invoke(ClusterableServerRef.java:230)

    to weblogic.rmi.internal.BasicServerRef$ 1.run(BasicServerRef.java:522)

    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)

    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:146)

    at weblogic.rmi.internal.BasicServerRef.handleRequest(BasicServerRef.java:518)

    at weblogic.rmi.internal.wls.WLSExecuteRequest.run(WLSExecuteRequest.java:118)

    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)

    at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)

    Caused by: com.bea.wli.sb.security.CredentialNotFoundException: there is no account of service named "ProjectB/ServiceAccount/MySA.sa".

    at com.bea.wli.sb.svcacct.ServiceAccountRuntimeManagerImpl.getUsernamePasswordCredential(ServiceAccountRuntimeManagerImpl.java:183)

    at com.bea.wli.sb.svcacct.ServiceAccountRuntimeManagerImpl.getUsernamePasswordCredential(ServiceAccountRuntimeManagerImpl.java:169)

    at com.bea.wli.sb.stages.functions.BasicCredentialsUserFunction.lookupBasicCredentials(BasicCredentialsUserFunction.java:59)

    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)

    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)

    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

    at java.lang.reflect.Method.invoke(Method.java:597)

    at com.bea.wli.sb.stages.functions.XQueryExternalFunction.execute(XQueryExternalFunction.java:111)

    at com.bea.wli.sb.stages.functions.XQueryExternalFunction.init(XQueryExternalFunction.java:61)

    at weblogic.xml.query.iterators.FirstOrderIterator.open(FirstOrderIterator.java:170)

    at weblogic.xml.query.iterators.FirstOrderIterator.open(FirstOrderIterator.java:166)

    at weblogic.xml.query.runtime.core.ExecutionWrapper.open(ExecutionWrapper.java:58)

    at com.bea.wli.common.xquery.iterators.XQueryVariableMapper.getObject(XQueryVariableMapper.java:509)

    at com.bea.wli.sb.context.ContextUtils.checkValue(ContextUtils.java:69)

    at com.bea.wli.sb.context.MessageContextImpl.setVariableValue(MessageContextImpl.java:234)

    at stages.transform.runtime.AssignRuntimeStep.processMessage(AssignRuntimeStep.java:54)

    to com.bea.wli.sb.stages.StageMetadataImpl$ WrapperRuntimeStep.processMessage (StageMetadataImpl.java:346)

    at com.bea.wli.sb.stages.impl.SequenceRuntimeStep.processMessage(SequenceRuntimeStep.java:33)

    at stages.transform.runtime.IfThenElseRuntimeStep.processMessage(IfThenElseRuntimeStep.java:86)

    to com.bea.wli.sb.stages.StageMetadataImpl$ WrapperRuntimeStep.processMessage (StageMetadataImpl.java:346)

    at com.bea.wli.sb.pipeline.PipelineStage.processMessage(PipelineStage.java:84)

    at com.bea.wli.sb.pipeline.PipelineContextImpl.execute(PipelineContextImpl.java:1055)

    at com.bea.wli.sb.pipeline.Pipeline.processMessage(Pipeline.java:141)

    at com.bea.wli.sb.pipeline.PipelineContextImpl.execute(PipelineContextImpl.java:1055)

    at com.bea.wli.sb.pipeline.PipelineNode.doRequest(PipelineNode.java:55)

    at com.bea.wli.sb.pipeline.Node.processMessage(Node.java:67)

    at com.bea.wli.sb.pipeline.PipelineContextImpl.execute(PipelineContextImpl.java:1055)

    at com.bea.wli.sb.pipeline.Router.processMessage(Router.java:214)

    at com.bea.wli.sb.pipeline.MessageProcessor.processRequest(MessageProcessor.java:96)

    to com.bea.wli.sb.pipeline.RouterManager$ 1.run(RouterManager.java:594)

    to com.bea.wli.sb.pipeline.RouterManager$ 1.run(RouterManager.java:591)

    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:146)

    at com.bea.wli.sb.security.WLSSecurityContextService.runAs(WLSSecurityContextService.java:55)

    at com.bea.wli.sb.pipeline.RouterManager.processMessage(RouterManager.java:590)

    at com.bea.wli.sb.test.service.ServiceMessageSender.send0(ServiceMessageSender.java:332)

    to com.bea.wli.sb.test.service.ServiceMessageSender.access$ 000 (ServiceMessageSender.java:79)

    to com.bea.wli.sb.test.service.ServiceMessageSender$ 1.run(ServiceMessageSender.java:137)

    to com.bea.wli.sb.test.service.ServiceMessageSender$ 1.run(ServiceMessageSender.java:135)

    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:146)

    at com.bea.wli.sb.security.WLSSecurityContextService.runAs(WLSSecurityContextService.java:55)

    at com.bea.wli.sb.test.service.ServiceMessageSender.send(ServiceMessageSender.java:140)

    at com.bea.wli.sb.test.service.ServiceProcessor.invoke(ServiceProcessor.java:454)

    at com.bea.wli.sb.test.TestServiceImpl.invoke(TestServiceImpl.java:172)

    at com.bea.wli.sb.test.client.ejb.TestServiceEJBBean.invoke(TestServiceEJBBean.java:167)

    at com.bea.wli.sb.test.client.ejb.TestService_sqr59p_EOImpl.__WL_invoke (unknown Source)

    at weblogic.ejb.container.internal.SessionRemoteMethodInvoker.invoke(SessionRemoteMethodInvoker.java:40)

    at com.bea.wli.sb.test.client.ejb.TestService_sqr59p_EOImpl.invoke (unknown Source)

    at com.bea.wli.sb.test.client.ejb.TestService_sqr59p_EOImpl_WLSkel.invoke (unknown Source)

    at weblogic.rmi.internal.BasicServerRef.invoke(BasicServerRef.java:668)

    at weblogic.rmi.cluster.ClusterableServerRef.invoke(ClusterableServerRef.java:230)

    at weblogic.rmi.internal.BasicServerRef.handleRequest(BasicServerRef.java:518)

    at weblogic.rmi.internal.wls.WLSExecuteRequest.run(WLSExecuteRequest.java:119)

    ... 2 more



    The action of the entitlement is as follows:


    Assign [ fn - bea: lookupBasicCredentials ('ProjectB/ServiceAccount/MySA.sa')] to [CompteService]


    I use OSB 11.1.1.5. Help, please.


    Kind regards

    Knockaert

    Hello

    The issue has been resolved. I was using fn-bea:lookupBasicCredentials('ProjectB/ServiceAccount/MySA.sa') instead of fn - bea:lookupBasicCredentials('ProjectB/ServiceAccount/MySA').

    Kind regards
    Knockaert

  • OSB: Custom political GOSA and java.lang.ClassNotFoundException

    I created a custom policy called MyCustomPolicy. It does virtually nothing, but always succeeds and writes a message on the server output, as "= political Custom called = '.

    I put the implementation of the policy in one archive .jar and place in the lib of the domain directory. Then I imported the policy to the GOSA in the EM console. All servers have been restarted.

    I created a business service and a proxy that leads to the service of the company. In the proxy options, I have attached my policy as OWSM policy links and set the 'WS-Security process header' Yes.


    Now, if I invoke the proxy of the OSB, or via the stand-alone client console, everything works like a charm. The invoke is a success, I get the expected values of business and a message is written to the output of the server by the implementation of the policy.

    Then I create another proxy, a passage through proxy. There is no policy attached to it, and its "process WS-Security header' is set to 'no '. The roads of proxy to the proxy with my custom GOSA policy. I'm changing the header 'doOutboundWss' to 'false', while WS-Security SOAP envelope out don't come not this proxy. There is no need of WS-Security SOAP envelope since my policy don't use it, right?

    When I try to call this proxy, I get "java.lang.ClassNotFoundException: karol.soa.policy.MySuccesAssertionExecutor". But the implementation is in the lib of the domain directory! And it works when I invoke the proxy directly!

    Help, please!


    I'm writing a stack trace:


    < 22 November 2011 14:57:54 THIS > < error > < oracle.wsm.resources.policy > < WSM-01602 > < error loading class karol.soa.policy.MySuccesAssertionExecutor >
    < 22 November 2011 14:57:54 THIS > < error > < oracle.wsm.resources.enforcement > < WSM-07601 > < failed to initialize the WSPolicyExecutor class karol.soa.policy.MySuccesAssertionExecutor. >
    < 22 November 2011 14:57:54 THIS > < error > < oracle.wsm.resources.enforcement > < WSM-07501 > < failure in Oracle WSM Agent processRequest, category = security, function = agent.function.service, = OSBKernel, composite application = null, modelObj = Mediator1_ep, political = null, policyVersion = null, assertionName = null.
    oracle.wsm.common.sdk.WSMException: WSM-07604: internal error during the implementation of the strategies.
    at oracle.wsm.policyengine.impl.runtime.WSPolicyRuntimeExecutor.populateAssertionExecutors(WSPolicyRuntimeExecutor.java:246)
    at oracle.wsm.policyengine.impl.runtime.WSPolicyRuntimeExecutor.populateAssertionExecutors(WSPolicyRuntimeExecutor.java:271)
    at oracle.wsm.policyengine.impl.runtime.WSPolicyRuntimeExecutor.init(WSPolicyRuntimeExecutor.java:154)
    at oracle.wsm.policyengine.impl.PolicyExecutionEngine.getPolicyExecutor(PolicyExecutionEngine.java:137)
    at oracle.wsm.policyengine.impl.PolicyExecutionEngine.execute(PolicyExecutionEngine.java:101)
    at oracle.wsm.agent.WSMAgent.processCommon(WSMAgent.java:915)
    at oracle.wsm.agent.WSMAgent.processRequest(WSMAgent.java:436)
    at oracle.wsm.agent.handler.WSMEngineInvoker.handleRequest(WSMEngineInvoker.java:393)
    at com.bea.wli.sb.security.wss.wsm.WsmInboundHandler.processRequest(WsmInboundHandler.java:147)
    at com.bea.wli.sb.security.wss.WssHandlerImpl.doInboundRequest(WssHandlerImpl.java:223)
    at com.bea.wli.sb.context.BindingLayerImpl.addRequest(BindingLayerImpl.java:271)
    at com.bea.wli.sb.pipeline.MessageProcessor.processRequest(MessageProcessor.java:90)
    to com.bea.wli.sb.pipeline.RouterManager$ 1.run(RouterManager.java:593)
    to com.bea.wli.sb.pipeline.RouterManager$ 1.run(RouterManager.java:591)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:147)
    at com.bea.wli.sb.security.WLSSecurityContextService.runAs(WLSSecurityContextService.java:55)
    at com.bea.wli.sb.pipeline.RouterManager.processMessage(RouterManager.java:590)
    at com.bea.wli.sb.transports.TransportManagerImpl.receiveMessage(TransportManagerImpl.java:375)
    to com.bea.wli.sb.transports.CoLocatedMessageContext$ 1.run(CoLocatedMessageContext.java:162)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:147)
    at weblogic.security.Security.runAs(Security.java:61)
    at com.bea.wli.sb.util.security.SecurityUtils.runAs(SecurityUtils.java:58)
    at com.bea.wli.sb.transports.CoLocatedMessageContext.send(CoLocatedMessageContext.java:157)
    at com.bea.wli.sb.transports.http.wls.HttpTransportProvider.sendMessageAsync(HttpTransportProvider.java:215)
    at sun.reflect.GeneratedMethodAccessor719.invoke (unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    to com.bea.wli.sb.transports.Util$ 1.invoke(Util.java:83)
    to $Proxy110.sendMessageAsync (Unknown Source)
    at com.bea.wli.sb.transports.LoadBalanceFailoverListener.sendMessageAsync(LoadBalanceFailoverListener.java:148)
    at com.bea.wli.sb.transports.LoadBalanceFailoverListener.sendMessageToServiceAsync(LoadBalanceFailoverListener.java:603)
    at com.bea.wli.sb.transports.LoadBalanceFailoverListener.sendMessageToService(LoadBalanceFailoverListener.java:538)
    at com.bea.wli.sb.transports.TransportManagerImpl.sendMessageToService(TransportManagerImpl.java:558)
    at com.bea.wli.sb.transports.TransportManagerImpl.sendMessageAsync(TransportManagerImpl.java:426)
    at com.bea.wli.sb.pipeline.PipelineContextImpl.doDispatch(PipelineContextImpl.java:597)
    at com.bea.wli.sb.pipeline.PipelineContextImpl.dispatch(PipelineContextImpl.java:501)
    at stages.routing.runtime.RouteRuntimeStep.processMessage(RouteRuntimeStep.java:128)
    at com.bea.wli.sb.pipeline.debug.DebuggerRuntimeStep.processMessage(DebuggerRuntimeStep.java:74)
    to com.bea.wli.sb.stages.StageMetadataImpl$ WrapperRuntimeStep.processMessage (StageMetadataImpl.java:346)
    at com.bea.wli.sb.pipeline.RouteNode.doRequest(RouteNode.java:106)
    at com.bea.wli.sb.pipeline.Node.processMessage(Node.java:67)
    at com.bea.wli.sb.pipeline.PipelineContextImpl.execute(PipelineContextImpl.java:922)
    at com.bea.wli.sb.pipeline.Router.processMessage(Router.java:214)
    at com.bea.wli.sb.pipeline.MessageProcessor.processRequest(MessageProcessor.java:99)
    to com.bea.wli.sb.pipeline.RouterManager$ 1.run(RouterManager.java:593)
    to com.bea.wli.sb.pipeline.RouterManager$ 1.run(RouterManager.java:591)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:147)
    at com.bea.wli.sb.security.WLSSecurityContextService.runAs(WLSSecurityContextService.java:55)
    at com.bea.wli.sb.pipeline.RouterManager.processMessage(RouterManager.java:590)
    at com.bea.wli.sb.test.service.ServiceMessageSender.send0(ServiceMessageSender.java:329)
    to com.bea.wli.sb.test.service.ServiceMessageSender.access$ 000 (ServiceMessageSender.java:76)
    to com.bea.wli.sb.test.service.ServiceMessageSender$ 1.run(ServiceMessageSender.java:134)
    to com.bea.wli.sb.test.service.ServiceMessageSender$ 1.run(ServiceMessageSender.java:132)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:147)
    at com.bea.wli.sb.security.WLSSecurityContextService.runAs(WLSSecurityContextService.java:55)
    at com.bea.wli.sb.test.service.ServiceMessageSender.send(ServiceMessageSender.java:137)
    at com.bea.wli.sb.test.service.ServiceProcessor.invoke(ServiceProcessor.java:454)
    at com.bea.wli.sb.test.TestServiceImpl.invoke(TestServiceImpl.java:172)
    at com.bea.wli.sb.test.client.ejb.TestServiceEJBBean.invoke(TestServiceEJBBean.java:167)
    at com.bea.wli.sb.test.client.ejb.TestService_sqr59p_EOImpl.invoke(TestService_sqr59p_EOImpl.java:353)
    at com.bea.wli.sb.test.client.ejb.TestService_sqr59p_EOImpl_WLSkel.invoke (unknown Source)
    at weblogic.rmi.internal.BasicServerRef.invoke(BasicServerRef.java:589)
    at weblogic.rmi.cluster.ClusterableServerRef.invoke(ClusterableServerRef.java:230)
    to weblogic.rmi.internal.BasicServerRef$ 1.run(BasicServerRef.java:477)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:147)
    at weblogic.rmi.internal.BasicServerRef.handleRequest(BasicServerRef.java:473)
    at weblogic.rmi.internal.wls.WLSExecuteRequest.run(WLSExecuteRequest.java:118)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)

    Caused by: java.lang.ClassNotFoundException: karol.soa.policy.MySuccesAssertionExecutor
    in java.net.URLClassLoader$ 1.run(URLClassLoader.java:202)
    at java.security.AccessController.doPrivileged (Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
    to Sun.misc.Launcher$appclassloader$ AppClassLoader.loadClass (Launcher.java:301)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
    at oracle.wsm.policy.util.Loader.loadClass(Loader.java:368)
    at oracle.wsm.policy.util.Loader.loadClass(Loader.java:388)
    at oracle.wsm.policyengine.impl.runtime.WSPolicyRuntimeExecutor.populateAssertionExecutors(WSPolicyRuntimeExecutor.java:230)
    at oracle.wsm.policyengine.impl.runtime.WSPolicyRuntimeExecutor.populateAssertionExecutors(WSPolicyRuntimeExecutor.java:271)
    at oracle.wsm.policyengine.impl.runtime.WSPolicyRuntimeExecutor.init(WSPolicyRuntimeExecutor.java:154)
    at oracle.wsm.policyengine.impl.PolicyExecutionEngine.getPolicyExecutor(PolicyExecutionEngine.java:137)
    at oracle.wsm.policyengine.impl.PolicyExecutionEngine.execute(PolicyExecutionEngine.java:101)
    at oracle.wsm.agent.WSMAgent.processCommon(WSMAgent.java:915)
    at oracle.wsm.agent.WSMAgent.processRequest(WSMAgent.java:436)
    at oracle.wsm.agent.handler.WSMEngineInvoker.handleRequest(WSMEngineInvoker.java:393)
    at com.bea.wli.sb.security.wss.wsm.WsmInboundHandler.processRequest(WsmInboundHandler.java:147)
    at com.bea.wli.sb.security.wss.WssHandlerImpl.doInboundRequest(WssHandlerImpl.java:223)
    at com.bea.wli.sb.context.BindingLayerImpl.addRequest(BindingLayerImpl.java:271)
    at com.bea.wli.sb.pipeline.MessageProcessor.processRequest(MessageProcessor.java:90)
    to com.bea.wli.sb.pipeline.RouterManager$ 1.run(RouterManager.java:593)
    to com.bea.wli.sb.pipeline.RouterManager$ 1.run(RouterManager.java:591)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:147)
    at com.bea.wli.sb.security.WLSSecurityContextService.runAs(WLSSecurityContextService.java:55)
    at com.bea.wli.sb.pipeline.RouterManager.processMessage(RouterManager.java:590)
    at com.bea.wli.sb.transports.TransportManagerImpl.receiveMessage(TransportManagerImpl.java:375)
    to com.bea.wli.sb.transports.CoLocatedMessageContext$ 1.run(CoLocatedMessageContext.java:162)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:147)
    at weblogic.security.Security.runAs(Security.java:61)
    at com.bea.wli.sb.util.security.SecurityUtils.runAs(SecurityUtils.java:58)
    at com.bea.wli.sb.transports.CoLocatedMessageContext.send(CoLocatedMessageContext.java:157)
    at com.bea.wli.sb.transports.http.wls.HttpTransportProvider.sendMessageAsync(HttpTransportProvider.java:215)
    at sun.reflect.GeneratedMethodAccessor719.invoke (unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    to com.bea.wli.sb.transports.Util$ 1.invoke(Util.java:83)
    to $Proxy110.sendMessageAsync (Unknown Source)
    at com.bea.wli.sb.transports.LoadBalanceFailoverListener.sendMessageAsync(LoadBalanceFailoverListener.java:148)
    at com.bea.wli.sb.transports.LoadBalanceFailoverListener.sendMessageToServiceAsync(LoadBalanceFailoverListener.java:603)
    at com.bea.wli.sb.transports.LoadBalanceFailoverListener.sendMessageToService(LoadBalanceFailoverListener.java:538)
    at com.bea.wli.sb.transports.TransportManagerImpl.sendMessageToService(TransportManagerImpl.java:558)
    at com.bea.wli.sb.transports.TransportManagerImpl.sendMessageAsync(TransportManagerImpl.java:426)
    at com.bea.wli.sb.pipeline.PipelineContextImpl.doDispatch(PipelineContextImpl.java:597)
    at com.bea.wli.sb.pipeline.PipelineContextImpl.dispatch(PipelineContextImpl.java:501)
    at stages.routing.runtime.RouteRuntimeStep.processMessage(RouteRuntimeStep.java:128)
    at com.bea.wli.sb.pipeline.debug.DebuggerRuntimeStep.processMessage(DebuggerRuntimeStep.java:74)
    to com.bea.wli.sb.stages.StageMetadataImpl$ WrapperRuntimeStep.processMessage (StageMetadataImpl.java:346)
    at com.bea.wli.sb.pipeline.RouteNode.doRequest(RouteNode.java:106)
    at com.bea.wli.sb.pipeline.Node.processMessage(Node.java:67)
    at com.bea.wli.sb.pipeline.PipelineContextImpl.execute(PipelineContextImpl.java:922)
    at com.bea.wli.sb.pipeline.Router.processMessage(Router.java:214)
    at com.bea.wli.sb.pipeline.MessageProcessor.processRequest(MessageProcessor.java:99)
    to com.bea.wli.sb.pipeline.RouterManager$ 1.run(RouterManager.java:593)
    to com.bea.wli.sb.pipeline.RouterManager$ 1.run(RouterManager.java:591)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:147)
    at com.bea.wli.sb.security.WLSSecurityContextService.runAs(WLSSecurityContextService.java:55)
    at com.bea.wli.sb.pipeline.RouterManager.processMessage(RouterManager.java:590)
    at com.bea.wli.sb.test.service.ServiceMessageSender.send0(ServiceMessageSender.java:329)
    to com.bea.wli.sb.test.service.ServiceMessageSender.access$ 000 (ServiceMessageSender.java:76)
    to com.bea.wli.sb.test.service.ServiceMessageSender$ 1.run(ServiceMessageSender.java:134)
    to com.bea.wli.sb.test.service.ServiceMessageSender$ 1.run(ServiceMessageSender.java:132)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:147)
    at com.bea.wli.sb.security.WLSSecurityContextService.runAs(WLSSecurityContextService.java:55)
    at com.bea.wli.sb.test.service.ServiceMessageSender.send(ServiceMessageSender.java:137)
    at com.bea.wli.sb.test.service.ServiceProcessor.invoke(ServiceProcessor.java:454)
    at com.bea.wli.sb.test.TestServiceImpl.invoke(TestServiceImpl.java:172)
    at com.bea.wli.sb.test.client.ejb.TestServiceEJBBean.invoke(TestServiceEJBBean.java:167)
    at com.bea.wli.sb.test.client.ejb.TestService_sqr59p_EOImpl.invoke(TestService_sqr59p_EOImpl.java:353)
    at com.bea.wli.sb.test.client.ejb.TestService_sqr59p_EOImpl_WLSkel.invoke (unknown Source)
    at weblogic.rmi.internal.BasicServerRef.invoke(BasicServerRef.java:589)
    at weblogic.rmi.cluster.ClusterableServerRef.invoke(ClusterableServerRef.java:230)
    to weblogic.rmi.internal.BasicServerRef$ 1.run(BasicServerRef.java:477)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:147)
    at weblogic.rmi.internal.BasicServerRef.handleRequest(BasicServerRef.java:473)
    at weblogic.rmi.internal.wls.WLSExecuteRequest.run(WLSExecuteRequest.java:118)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    >
    < 22 November 2011 14:57:54 THIS > < error > < OSB security > < BEA-387022 > < an error occurred during the processing of incoming request of web service security [error code: SecurityHeaderUnmarshallingError, message-id: 4848636721647463340 - 22cabc16.133cb105c0f.-7e81, proxy: MyProject/ProxyServices/MyProxyService, operation: null]
    -Error message:

    java.lang.ClassNotFoundException: karol.soa.policy.MySuccesAssertionExecutor
    in java.net.URLClassLoader$ 1.run(URLClassLoader.java:202)
    at java.security.AccessController.doPrivileged (Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
    to Sun.misc.Launcher$appclassloader$ AppClassLoader.loadClass (Launcher.java:301)
    Truncated. check the log file full stacktrace
    >

    Instead of putting your pot of strategy custom field/lib, can put you in the Weblogic CLASSPATH variable explicitly and test after the restart of the field?

  • OSB: Legend of Java does not work

    I wrote a simple java code and try to make the legend of a service proxy in OSB. Following the trace of the error is thrown:



    < con xmlns:con: fault = "http://www.bea.com/wli/sb/context" >
    < con: errorCode > BEA-382000 < / con: errorCode >
    < con: reason >
    Unable to initialize class pack1. CoherenceCache
    < / con: reason >
    < con: details >
    < con: stack-trace >
    java.lang.NoClassDefFoundError: could not initialize class pack1. CoherenceCache
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    to stages.transform.runtime.JavaCalloutRuntimeStep$ 1.run(JavaCalloutRuntimeStep.java:173)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:147)
    at weblogic.security.Security.runAs(Security.java:61)
    at stages.transform.runtime.JavaCalloutRuntimeStep.processMessage(JavaCalloutRuntimeStep.java:195)
    at com.bea.wli.sb.pipeline.debug.DebuggerRuntimeStep.processMessage(DebuggerRuntimeStep.java:74)
    to com.bea.wli.sb.stages.StageMetadataImpl$ WrapperRuntimeStep.processMessage (StageMetadataImpl.java:346)
    at com.bea.wli.sb.stages.impl.SequenceRuntimeStep.processMessage(SequenceRuntimeStep.java:33)
    at com.bea.wli.sb.pipeline.PipelineStage.processMessage(PipelineStage.java:84)
    at com.bea.wli.sb.pipeline.PipelineContextImpl.execute(PipelineContextImpl.java:922)
    at com.bea.wli.sb.pipeline.Pipeline.processMessage(Pipeline.java:141)
    at com.bea.wli.sb.pipeline.PipelineContextImpl.execute(PipelineContextImpl.java:922)
    at com.bea.wli.sb.pipeline.PipelineNode.doRequest(PipelineNode.java:55)
    at com.bea.wli.sb.pipeline.Node.processMessage(Node.java:67)
    at com.bea.wli.sb.pipeline.PipelineContextImpl.execute(PipelineContextImpl.java:922)
    at com.bea.wli.sb.pipeline.Router.processMessage(Router.java:214)
    at com.bea.wli.sb.pipeline.MessageProcessor.processRequest(MessageProcessor.java:99)
    to com.bea.wli.sb.pipeline.RouterManager$ 1.run(RouterManager.java:593)
    to com.bea.wli.sb.pipeline.RouterManager$ 1.run(RouterManager.java:591)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:147)
    at com.bea.wli.sb.security.WLSSecurityContextService.runAs(WLSSecurityContextService.java:55)
    at com.bea.wli.sb.pipeline.RouterManager.processMessage(RouterManager.java:590)
    at com.bea.wli.sb.test.service.ServiceMessageSender.send0(ServiceMessageSender.java:329)
    to com.bea.wli.sb.test.service.ServiceMessageSender.access$ 000 (ServiceMessageSender.java:76)
    to com.bea.wli.sb.test.service.ServiceMessageSender$ 1.run(ServiceMessageSender.java:134)
    to com.bea.wli.sb.test.service.ServiceMessageSender$ 1.run(ServiceMessageSender.java:132)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:147)
    at com.bea.wli.sb.security.WLSSecurityContextService.runAs(WLSSecurityContextService.java:55)
    at com.bea.wli.sb.test.service.ServiceMessageSender.send(ServiceMessageSender.java:137)
    at com.bea.wli.sb.test.service.ServiceProcessor.invoke(ServiceProcessor.java:454)
    at com.bea.wli.sb.test.TestServiceImpl.invoke(TestServiceImpl.java:172)
    at com.bea.wli.sb.test.client.ejb.TestServiceEJBBean.invoke(TestServiceEJBBean.java:167)
    at com.bea.wli.sb.test.client.ejb.TestService_sqr59p_EOImpl.invoke(TestService_sqr59p_EOImpl.java:353)
    at com.bea.wli.sb.test.client.ejb.TestService_sqr59p_EOImpl_WLSkel.invoke (unknown Source)
    at weblogic.rmi.internal.ServerRequest.sendReceive(ServerRequest.java:174)
    at weblogic.rmi.cluster.ClusterableRemoteRef.invoke(ClusterableRemoteRef.java:345)
    at weblogic.rmi.cluster.ClusterableRemoteRef.invoke(ClusterableRemoteRef.java:259)
    at com.bea.wli.sb.test.client.ejb.TestService_sqr59p_EOImpl_1033_WLStub.invoke (unknown Source)
    at com.bea.alsb.console.test.TestServiceClient.invoke(TestServiceClient.java:174)
    at com.bea.alsb.console.test.actions.DefaultRequestAction.invoke(DefaultRequestAction.java:117)
    at com.bea.alsb.console.test.actions.DefaultRequestAction.execute(DefaultRequestAction.java:70)
    at com.bea.alsb.console.test.actions.ServiceRequestAction.execute(ServiceRequestAction.java:143)
    at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:431)
    to org.apache.beehive.netui.pageflow.PageFlowRequestProcessor.access$ 201 (PageFlowRequestProcessor.java:97)
    to org.apache.beehive.netui.pageflow.PageFlowRequestProcessor$ ActionRunner.execute (PageFlowRequestProcessor.java:2044)
    at org.apache.beehive.netui.pageflow.interceptor.action.internal.ActionInterceptors.wrapAction(ActionInterceptors.java:91)
    at org.apache.beehive.netui.pageflow.PageFlowRequestProcessor.processActionPerform(PageFlowRequestProcessor.java:2116)
    at com.bea.alsb.console.common.base.SBConsoleRequestProcessor.processActionPerform(SBConsoleRequestProcessor.java:91)
    at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:236)
    at org.apache.beehive.netui.pageflow.PageFlowRequestProcessor.processInternal(PageFlowRequestProcessor.java:556)
    at org.apache.beehive.netui.pageflow.PageFlowRequestProcessor.process(PageFlowRequestProcessor.java:853)
    at com.bea.alsb.console.common.base.SBConsoleRequestProcessor.process(SBConsoleRequestProcessor.java:191)
    at org.apache.beehive.netui.pageflow.AutoRegisterActionServlet.process(AutoRegisterActionServlet.java:631)
    at org.apache.beehive.netui.pageflow.PageFlowActionServlet.process(PageFlowActionServlet.java:158)
    at com.bea.console.internal.ConsoleActionServlet.process(ConsoleActionServlet.java:256)
    at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:414)
    at com.bea.console.internal.ConsoleActionServlet.doGet(ConsoleActionServlet.java:133)
    at com.bea.alsb.console.common.base.SBConsoleActionServlet.doGet(SBConsoleActionServlet.java:49)
    at org.apache.beehive.netui.pageflow.PageFlowUtils.strutsLookup(PageFlowUtils.java:1199)
    at org.apache.beehive.netui.pageflow.PageFlowUtils.strutsLookup(PageFlowUtils.java:1129)
    at com.bea.portlet.adapter.scopedcontent.ScopedContentCommonSupport.executeAction(ScopedContentCommonSupport.java:687)
    at com.bea.portlet.adapter.scopedcontent.ScopedContentCommonSupport.processActionInternal(ScopedContentCommonSupport.java:142)
    at com.bea.portlet.adapter.scopedcontent.StrutsStubImpl.processAction(StrutsStubImpl.java:76)
    at com.bea.portlet.adapter.NetuiActionHandler.raiseScopedAction(NetuiActionHandler.java:111)
    at com.bea.netuix.servlets.controls.content.NetuiContent.raiseScopedAction(NetuiContent.java:181)
    at com.bea.netuix.servlets.controls.content.NetuiContent.raiseScopedAction(NetuiContent.java:167)
    at com.bea.netuix.servlets.controls.content.NetuiContent.handlePostbackData(NetuiContent.java:225)
    to com.bea.netuix.nf.ControlLifecycle$ 2.visit(ControlLifecycle.java:180)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:324)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:334)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:334)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:334)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:334)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:334)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:334)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:334)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:334)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:334)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:334)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:334)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:334)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:334)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:334)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:334)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:334)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:334)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:334)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:334)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:334)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:334)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:334)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:334)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:334)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:334)
    at com.bea.netuix.nf.ControlTreeWalker.walk(ControlTreeWalker.java:130)
    at com.bea.netuix.nf.Lifecycle.processLifecycles(Lifecycle.java:395)
    at com.bea.netuix.nf.Lifecycle.processLifecycles(Lifecycle.java:361)
    at com.bea.netuix.nf.Lifecycle.processLifecycles(Lifecycle.java:352)
    at com.bea.netuix.nf.Lifecycle.runInbound(Lifecycle.java:184)
    at com.bea.netuix.nf.Lifecycle.run(Lifecycle.java:159)
    at com.bea.netuix.servlets.manager.UIServlet.runLifecycle(UIServlet.java:388)
    at com.bea.netuix.servlets.manager.UIServlet.doPost(UIServlet.java:258)
    at com.bea.netuix.servlets.manager.UIServlet.service(UIServlet.java:199)
    at com.bea.netuix.servlets.manager.SingleFileServlet.service(SingleFileServlet.java:251)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
    at weblogic.servlet.AsyncInitServlet.service(AsyncInitServlet.java:130)
    to 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:300)
    at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.dms.wls.DMSServletFilter.doFilter(DMSServletFilter.java:330)
    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)
    to weblogic.servlet.internal.WebAppServletContext$ ServletInvocationAction.doIt (WebAppServletContext.java:3684)
    to weblogic.servlet.internal.WebAppServletContext$ ServletInvocationAction.run (WebAppServletContext.java:3650)
    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:2268)
    at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2174)
    at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1446)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    < / con: stack-trace >
    < / con: details >
    < con: location >
    ps_ADNSession_Gateway < con: node > < / con: node >
    ps_ADNSession_Gateway_request < con: pipeline > < / con: pipeline >
    check < con: Stadium > Session < / con: Stadium >
    request pipeline - < con: path > < / con: path >
    < / con: location >
    < / con: fault >


    I've implemented all the correct environment variables and code and Java legend works on my colleague system. Can someone shed some light? What I'm missing here?

    Thanks in advance.

    do you have any import in the class that are not in the jar?
    You can copy the jar in your area/lib directory and restart

Maybe you are looking for