Cannot run PAPI in Weblogic Server 10 g - error 500 - internal server error

I use Jdev 11g to create an ADF (PAPI) and deploy it in Weblogic 10 g.

The code is copied from Jdev 10 g. The PAPI works fine case of Jdev 10 g implementation

However, after I deployed the ADF (PAPI) created using Jdev 11 g to the Weblogic Server. The following error is displayed.

How to change the code? Should I add the lib fuego to the weblogic domain?

I try to add the fuegopapi - client.jar to Weblogic Server. But it displays error: cannot access the selected application. java.lang.NullPointerException

BPM is running in standalone BPM. I don't use PAPI webservice

Sincerely

------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Error 500 - Internal server error
javax.faces.el.EvaluationException: fuego.directory.exception.DirectoryNotAvailableException: unable to connect to the Directory Service. If the problem persists, contact your system administrator.
at org.apache.myfaces.trinidad.component.MethodExpressionMethodBinding.invoke(MethodExpressionMethodBinding.java:51)
at com.sun.faces.application.ActionListenerImpl.processAction(ActionListenerImpl.java:102)
at org.apache.myfaces.trinidad.component.UIXCommand.broadcast(UIXCommand.java:190)
at javax.faces.component.UIViewRoot.broadcastEvents(UIViewRoot.java:458)
at javax.faces.component.UIViewRoot.processApplication(UIViewRoot.java:763)
at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._invokeApplication(LifecycleImpl.java:640)
at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:275)
at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:175)
at javax.faces.webapp.FacesServlet.service(FacesServlet.java:265)
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:292)
at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
at oracle.adf.share.http.ServletADFFilter.doFilter(ServletADFFilter.java:61)
at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.doFilter(RegistrationFilter.java:85)
to org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$ FilterListChain.doFilter (TrinidadFilterImpl.java:279)
at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._invokeDoFilter(TrinidadFilterImpl.java:239)
at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:196)
at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:139)
at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92)
at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
to weblogic.servlet.internal.WebAppServletContext$ ServletInvocationAction.run (WebAppServletContext.java:3496)
at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
at weblogic.security.service.SecurityManager.runAs (unknown Source)
at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2180)
at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2086)
at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1406)
at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
Caused by: fuego.directory.exception.DirectoryNotAvailableException: unable to connect to the Directory Service. If the problem persists, contact your system administrator.
at fuego.directory.exception.DirectoryNotAvailableException.wrapDNAException(DirectoryNotAvailableException.java:33)
at fuego.directory.jdbc.JDBCConnectionProvider.getEntry(JDBCConnectionProvider.java:81)
at fuego.directory.jdbc.JDBCConnectionProvider.getEntry(JDBCConnectionProvider.java:34)
at fuego.directory.provider.jdbc.JDBCPersistenceManager.getConnection(JDBCPersistenceManager.java:437)
at fuego.directory.provider.jdbc.JDBCPersistenceManager.checkConnectivity(JDBCPersistenceManager.java:91)
at fuego.directory.provider.DirectorySessionImpl.connect(DirectorySessionImpl.java:242)
at fuego.directory.provider.Factory.startSession(Factory.java:405)
at fuego.directory.Directory.startAnonymousSession(Directory.java:214)
at fuego.papi.impl.ProcessServiceFactoryImpl.obtainSchemaId(ProcessServiceFactoryImpl.java:193)
at fuego.papi.impl.ProcessServiceFactoryImpl.create(ProcessServiceFactoryImpl.java:75)
at fuego.papi.impl.ProcessServiceFactoryImpl.create(ProcessServiceFactoryImpl.java:63)
at fuego.papi.ProcessService.create(ProcessService.java:335)
at hypapai2.view.backing.P1.commandButton1_action(P1.java:54)
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.sun.el.parser.AstValue.invoke(AstValue.java:157)
at com.sun.el.MethodExpressionImpl.invoke(MethodExpressionImpl.java:283)
at org.apache.myfaces.trinidad.component.MethodExpressionMethodBinding.invoke(MethodExpressionMethodBinding.java:46)
... 32 more
Caused by: fuego.connector.ConnectorException: an external resource of type [SQL] [fire] is not initialized.
Detail: external [fire] resource cannot be used because it could not initialize properly at the start of the service.
This failure resulted in a warning in the server log.
Check the logs for details about the failure.

at fuego.connector.ConnectorException.connectorNotInitialized(ConnectorException.java:60)
at fuego.connector.ConnectorService.getConnectorInterface(ConnectorService.java:527)
at fuego.connector.CompositeConnectorService.getDirectoryConnectorInterface(CompositeConnectorService.java:446)
at fuego.connector.CompositeConnectorService.getConnectorInterface(CompositeConnectorService.java:293)
at fuego.connector.ConnectorTransaction.registerConnectorInterfaceCoordinator(ConnectorTransaction.java:656)
at fuego.connector.ConnectorTransaction.getResource(ConnectorTransaction.java:315)
at fuego.directory.jdbc.JDBCConnectionProvider.getEntry(JDBCConnectionProvider.java:68)
... more than 50

While using PAPI, try to add also b1oracle.jar, b1base.jar and b1util.jar to your project of the ADF.
These pots could be found in your installation of BPM Studio.

HTH

Tags: Fusion Middleware

Similar Questions

  • How can I determine in Java running local or weblogic server deployment

    Using JDeveloper 11.1.1.4.0

    I need to determine in my Java code, if I run my application locally (JDeveloper/Weblogic) or if the application runs on a Weblogic Server deployed. The code will be used to determine where to place the files in the test on PC the verses where to place the files when they are deployed. For example (c:\temp or/usr2/download).

    Thank you
    Troy

    Hello

    well one way is to identify using weblogic here system properties is the example to get the name of application weblogic managed server that runs in java http://www.baigzeeshan.com/2011/11/oracle-adf-how-to-get-managed-server.html

    check out other properties like http://docs.oracle.com/cd/E13222_01/wls/docs90/config_scripting/config_WLS.html#1019588 well

    Zitouni

  • jsf page strange error when running stand-alone weblogic server 12 c

    Hello

    I am facing strange error when lance page stand-alone weblogic server 12 c jsf

    JDeveloper version (12.1.3), Weblogic server (12 c)

    java.lang.NoSuchMethodError: oracle.javatools.resourcebundle.ChainedKeyValueMap.internalSetELResolved (Ljava/lang/Boolean ;) V

    to oracle.javatools.resourcebundle.BundleVariableResolver$ LocaleMap.get (BundleVariableResolver.java:85)

    to oracle.javatools.resourcebundle.BundleVariableResolver$ LocaleMap.get (BundleVariableResolver.java:60)

    at javax.el.MapELResolver.getValue(MapELResolver.java:199)

    at com.sun.faces.el.DemuxCompositeELResolver._getValue(DemuxCompositeELResolver.java:176)

    at com.sun.faces.el.DemuxCompositeELResolver.getValue(DemuxCompositeELResolver.java:203)

    at com.sun.el.parser.AstValue.getValue(AstValue.java:138)

    at com.sun.el.parser.AstValue.getValue(AstValue.java:183)

    at com.sun.el.ValueExpressionImpl.getValue(ValueExpressionImpl.java:224)

    at com.sun.faces.facelets.el.TagValueExpression.getValue(TagValueExpression.java:109)

    at com.sun.el.parser.AstIdentifier.getValue(AstIdentifier.java:99)

    at com.sun.el.parser.AstValue.getValue(AstValue.java:179)

    at com.sun.el.ValueExpressionImpl.getValue(ValueExpressionImpl.java:224)

    at com.sun.faces.facelets.el.TagValueExpression.getValue(TagValueExpression.java:109)

    at org.apache.myfaces.trinidad.bean.FacesBeanImpl.getProperty(FacesBeanImpl.java:73)

    at oracle.adfinternal.view.faces.renderkit.rich.LabelLayoutRenderer.getLabel(LabelLayoutRenderer.java:957)

    at oracle.adfinternal.view.faces.renderkit.rich.LabelLayoutRenderer.encodeAll(LabelLayoutRenderer.java:214)

    at oracle.adfinternal.view.faces.renderkit.rich.LabeledInputRenderer.encodeAll(LabeledInputRenderer.java:231)

    at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:1578)

    at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:511)

    at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:1085)

    at javax.faces.component.UIComponent.encodeAll(UIComponent.java:1786)

    to oracle.adfinternal.view.faces.taglib.region.IncludeTag$ FacetWrapper.encodeAll (IncludeTag.java:521)

    at org.apache.myfaces.trinidad.render.CoreRenderer.encodeChild(CoreRenderer.java:624)

    at oracle.adfinternal.view.faces.renderkit.rich.DecorativeBoxRenderer.encodeFacet(DecorativeBoxRenderer.java:633)

    at oracle.adfinternal.view.faces.renderkit.rich.DecorativeBoxRenderer._encodeCenterPane(DecorativeBoxRenderer.java:1088)

    at oracle.adfinternal.view.faces.renderkit.rich.DecorativeBoxRenderer._encodeWithSimpleBorders(DecorativeBoxRenderer.java:594)

    at oracle.adfinternal.view.faces.renderkit.rich.DecorativeBoxRenderer.encodeAll(DecorativeBoxRenderer.java:326)

    at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:1578)

    at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:511)

    at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:1085)

    at javax.faces.component.UIComponent.encodeAll(UIComponent.java:1786)

    at org.apache.myfaces.trinidad.render.CoreRenderer.encodeChild(CoreRenderer.java:624)

    at oracle.adf.view.rich.render.RichRenderer.encodeStretchedChild(RichRenderer.java:2325)

    at oracle.adfinternal.view.faces.renderkit.rich.PanelSplitterRenderer._renderPane(PanelSplitterRenderer.java:1637)

    at oracle.adfinternal.view.faces.renderkit.rich.PanelSplitterRenderer.encodeAll(PanelSplitterRenderer.java:299)

    at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:1578)

    at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:511)

    at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:1085)

    at javax.faces.component.UIComponent.encodeAll(UIComponent.java:1786)

    at org.apache.myfaces.trinidad.render.CoreRenderer.encodeChild(CoreRenderer.java:624)

    at oracle.adf.view.rich.render.RichRenderer.encodeStretchedChild(RichRenderer.java:2325)

    at oracle.adfinternal.view.faces.renderkit.rich.PanelSplitterRenderer._renderPane(PanelSplitterRenderer.java:1637)

    at oracle.adfinternal.view.faces.renderkit.rich.PanelSplitterRenderer.encodeAll(PanelSplitterRenderer.java:315)

    at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:1578)

    at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:511)

    at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:1085)

    at javax.faces.component.UIComponent.encodeAll(UIComponent.java:1786)

    at org.apache.myfaces.trinidad.render.CoreRenderer.encodeChild(CoreRenderer.java:624)

    at oracle.adfinternal.view.faces.renderkit.rich.DecorativeBoxRenderer.encodeFacet(DecorativeBoxRenderer.java:633)

    at oracle.adfinternal.view.faces.renderkit.rich.DecorativeBoxRenderer._encodeCenterPane(DecorativeBoxRenderer.java:1088)

    at oracle.adfinternal.view.faces.renderkit.rich.DecorativeBoxRenderer._encodeWithSimpleBorders(DecorativeBoxRenderer.java:594)

    at oracle.adfinternal.view.faces.renderkit.rich.DecorativeBoxRenderer.encodeAll(DecorativeBoxRenderer.java:326)

    at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:1578)

    at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:511)

    at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:1085)

    at javax.faces.component.UIComponent.encodeAll(UIComponent.java:1786)

    at org.apache.myfaces.trinidad.render.CoreRenderer.encodeChild(CoreRenderer.java:624)

    at oracle.adfinternal.view.faces.renderkit.rich.DecorativeBoxRenderer.encodeFacet(DecorativeBoxRenderer.java:633)

    at oracle.adfinternal.view.faces.renderkit.rich.DecorativeBoxRenderer._encodeCenterPane(DecorativeBoxRenderer.java:1088)

    at oracle.adfinternal.view.faces.renderkit.rich.DecorativeBoxRenderer._encodeWithSimpleBorders(DecorativeBoxRenderer.java:594)

    at oracle.adfinternal.view.faces.renderkit.rich.DecorativeBoxRenderer.encodeAll(DecorativeBoxRenderer.java:326)

    at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:1578)

    at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:511)

    at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:1085)

    at javax.faces.component.UIComponent.encodeAll(UIComponent.java:1786)

    at org.apache.myfaces.trinidad.render.CoreRenderer.encodeChild(CoreRenderer.java:624)

    at oracle.adf.view.rich.render.RichRenderer.encodeStretchedChild(RichRenderer.java:2325)

    at oracle.adfinternal.view.faces.renderkit.rich.PanelSplitterRenderer._renderPane(PanelSplitterRenderer.java:1637)

    at oracle.adfinternal.view.faces.renderkit.rich.PanelSplitterRenderer.encodeAll(PanelSplitterRenderer.java:299)

    at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:1578)

    at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:511)

    at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:1085)

    at javax.faces.component.UIComponent.encodeAll(UIComponent.java:1786)

    at org.apache.myfaces.trinidad.render.CoreRenderer.encodeChild(CoreRenderer.java:624)

    at oracle.adf.view.rich.render.RichRenderer.encodeStretchedChild(RichRenderer.java:2325)

    at oracle.adfinternal.view.faces.renderkit.rich.PanelSplitterRenderer._renderPane(PanelSplitterRenderer.java:1637)

    at oracle.adfinternal.view.faces.renderkit.rich.PanelSplitterRenderer.encodeAll(PanelSplitterRenderer.java:315)

    at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:1578)

    at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:511)

    at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:1085)

    at javax.faces.component.UIComponent.encodeAll(UIComponent.java:1786)

    at org.apache.myfaces.trinidad.render.CoreRenderer.encodeChild(CoreRenderer.java:624)

    at org.apache.myfaces.trinidad.render.CoreRenderer.encodeAllChildren(CoreRenderer.java:641)

    at oracle.adf.view.rich.render.RichRenderer.encodeAllChildrenInContext(RichRenderer.java:3195)

    at oracle.adfinternal.view.faces.renderkit.rich.PageTemplateRenderer.encodeAll(PageTemplateRenderer.java:68)

    at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:1578)

    at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:511)

    at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:1085)

    at javax.faces.component.UIComponent.encodeAll(UIComponent.java:1786)

    at org.apache.myfaces.trinidad.render.CoreRenderer.encodeChild(CoreRenderer.java:624)

    at org.apache.myfaces.trinidad.render.CoreRenderer.encodeAllChildren(CoreRenderer.java:641)

    at oracle.adf.view.rich.render.RichRenderer.encodeAllChildrenInContext(RichRenderer.java:3195)

    at oracle.adfinternal.view.faces.renderkit.rich.FormRenderer.encodeAll(FormRenderer.java:275)

    at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:1578)

    at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:511)

    at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:1085)

    at javax.faces.component.UIComponent.encodeAll(UIComponent.java:1786)

    at org.apache.myfaces.trinidad.render.CoreRenderer.encodeChild(CoreRenderer.java:624)

    at org.apache.myfaces.trinidad.render.CoreRenderer.encodeAllChildren(CoreRenderer.java:641)

    at oracle.adf.view.rich.render.RichRenderer.encodeAllChildrenInContext(RichRenderer.java:3195)

    at oracle.adfinternal.view.faces.renderkit.rich.DocumentRenderer.encodeAll(DocumentRenderer.java:1473)

    at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:1578)

    at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:511)

    at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:1085)

    at javax.faces.component.UIComponent.encodeAll(UIComponent.java:1786)

    at javax.faces.component.UIComponent.encodeAll(UIComponent.java:1782)

    at oracle.adfinternal.view.faces.component.AdfViewRoot.encodeAll(AdfViewRoot.java:102)

    at com.sun.faces.application.view.FaceletViewHandlingStrategy.renderView(FaceletViewHandlingStrategy.java:402)

    at org.apache.myfaces.trinidad.view.ViewDeclarationLanguageWrapper.renderView(ViewDeclarationLanguageWrapper.java:101)

    at org.apache.myfaces.trinidad.view.ViewDeclarationLanguageWrapper.renderView(ViewDeclarationLanguageWrapper.java:101)

    to org.apache.myfaces.trinidadinternal.application.ViewDeclarationLanguageFactoryImpl$ ChangeApplyingVDLWrapper.renderView (ViewDeclarationLanguageFactoryImpl.java:338)

    at com.sun.faces.application.view.MultiViewHandler.renderView(MultiViewHandler.java:125)

    at javax.faces.application.ViewHandlerWrapper.renderView(ViewHandlerWrapper.java:288)

    at org.apache.myfaces.trinidadinternal.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:170)

    at oracle.adfinternal.view.faces.lifecycle.ResponseRenderManager.runRenderView(ResponseRenderManager.java:52)

    at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._renderResponse(LifecycleImpl.java:1104)

    at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:389)

    at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:255)

    at javax.faces.webapp.FacesServlet.service(FacesServlet.java:594)

    to weblogic.servlet.internal.StubSecurityHelper$ ServletServiceAction.run (StubSecurityHelper.java:280)

    to weblogic.servlet.internal.StubSecurityHelper$ ServletServiceAction.run (StubSecurityHelper.java:254)

    at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:136)

    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:341)

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

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

    at oracle.adf.share.http.ServletADFFilter.doFilter(ServletADFFilter.java:77)

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

    at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.doFilter(RegistrationFilter.java:106)

    to org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$ FilterListChain.doFilter (TrinidadFilterImpl.java:478)

    at oracle.adfinternal.view.faces.activedata.AdsFilter.doFilter(AdsFilter.java:60)

    to org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$ FilterListChain.doFilter (TrinidadFilterImpl.java:478)

    at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:303)

    at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:208)

    at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92)

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

    at oracle.adf.library.webapp.LibraryFilter.doFilter(LibraryFilter.java:202)

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

    to oracle.security.jps.ee.http.JpsAbsFilter$ 1.run(JpsAbsFilter.java:137)

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

    at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:315)

    at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:460)

    at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:120)

    at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:217)

    at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:81)

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

    at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:225)

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

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

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

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

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

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

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

    at weblogic.servlet.provider.WlsSubjectHandle.run(WlsSubjectHandle.java:57)

    at weblogic.servlet.internal.WebAppServletContext.doSecuredExecute(WebAppServletContext.java:2220)

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

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

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

    to weblogic.servlet.provider.ContainerSupportProviderImpl$ WlsRequestExecutor.run (ContainerSupportProviderImpl.java:254)

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

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

    My problem is solved by installing ADF performance (12.1.3)

  • Cannot run a few rare games and programs, error: Windows Explorer crashes

    Original title: Explorer Crash!

    I am running windows xp sp3. My explore blocks every minute. The hook of the office and taskbar, but the programs that run on top continues to operate smoothly and even I can work with them. Then I open the Task Manager and end Explorer and it starts again. It works very well for a minute and then it crashes again.
    Now I am unable to run some games and programs. They close automatically when explore crashes. Help, please!

    If I were you, I would uninstall the problematic Windows Desktop Search (you can always reinstall it later), reboot and see how things work.

    Since it is not supposed to fix a system that may be achieved malicious software, I would then scan your system for malware:

    Download, install, update and do a quick scan with these free malware detection programs (not at the same time):

    Malwarebytes (MMFA): http://www.malwarebytes.org/products/malwarebytes_free
    SUPERAntiSpyware: (SAS): http://www.superantispyware.com/

    SAS will probably be a lot that you can just let it remove tracking cookies.

    They can be uninstalled later if you wish.

    The scans by operating clean, restart and see how things work.

    Here's how to solve the Explorer Shell Extensions of (these are generic, but still good instructions for troubleshooting):

    When the Windows Explorer (not Internet Explorer) is wrong (especially when right click), begin to suspect third-party add-ons explore extension.

    Those who would be the Explorer extensions that do not belong to Microsoft.  This means that extensions that you have added.  Solution Explorer extensions are generally well and installation of certain applications will install extensions from Explorer solutions for you, give you a choice and sometimes they can be added without your knowledge when you
    install new software.

    Solution Explorer extensions are sometimes added as a new right-click option, you see on folders and files (like the scan of this file, open that file, play this song).

    If there is something in particular that you do during exploration that you know will be the cause of the problem, which will help focus on the problem and the help that you suddenly know, when you have found and corrected.  If you can get there when you want it, make an adjustment and then there is no message the next time you don't do anything, you do, you have found and corrected.

    First of all you need a way to see what modules explore you have installed now and a way to turn them off (not uninstall them) so you can understand that we are at the origin of the problem.  You can have a lot of extensions not installed Microsoft don't even know you about.

    Download ShellExView here to see what Explorer extensions you have loaded:

    http://www.NirSoft.NET/utils/shexview.html

    ShellExView does not install anything on your computer, simply of runs and displays.

    After launch ShellExView (shexview.exe double click) and acknowledge the security warning, adjust the column widths you see everything
    clearly.  Under Options, choose "Mark non-Microsoft Extensions" and extensions not Microsoft will be in pink, but on some systems which is a difficult color to see, so click on display, choose the columns and move Microsoft column closer to the top (Mount), so you can see on your screen without having to scroll left and right.

    Click on the header of column called Microsoft to sort display (by clicking on the column heading in Microsoft) then all the non Microsoft extensions are at the top and easy to see.  They will say 'No' since they are not Microsoft extensions.

    Non-Microsoft extensions would be things you have added (non-Microsoft) and are what you should be suspect.

    You can also Google the name of a suspect add-on and see if there is any success on the mistakes of the DEP and what other people have done about it.

    You can Google something like:

    Explorer XP crashing

    You must complete your suspect on behalf of adds on.

    See what kind of search results hits you get and are looking for solutions or situations that sound like yours.

    I'm not a defender of trial and error, but I can't think of another way to do...

    Right click and disable the non Microsoft extensions one at a time (or maybe in groups of 3-5), keep a list, so you can enable them again later if you wish. The result of the change is immediate and no reboot is necessary.  Test your failure condition.  If the Explorer starts to act normally, you'll know that some extension you just disabled in this group of 3-5 is the culprit, then you can start to enable them one by one until the Explorer fails again.

    If you recognize all the extensions that have been added or recently downloaded, start with these first.

    Disabling the extension does not uninstall the extension - it is just disabled.  You can always enable it later, so keep track of things by writing them down.

    Disable them one at a time or in small groups (to make things go faster) until your right click does not generate an error, and then restart and try again.  You have disabled the last extension would be suspicious.

    You can also disable all non-Microsoft extensions, restart, test your fault condition and allow them one at a time until you find the one that generates the failure condition.

    If you have a large number of extensions, you can disable them is small groups, 3-5 at a time instead of 1 at a time until your system starts to behave.  When it does not, you will know that the problem is one of the extensions of this small group and you can enable members of the Group at a time until the problem returns, then the problem is with the last extension that you enabled.

    The hope is that you will find extensions that is causing the problem and then you can figure out what on this subject - either uninstall it or see if you can get an update of the author of the extension of their web page.

    I have not your problem, but I can when you toggle extensions, the extension is immediately disabled, so disable an extension does not seem to require a restart, but if you think that you have found the problem, I reboot and repeat the test in any case to be sure the problem disappeared.

    If you post your non-Microsoft extensions list, maybe someone will recognize it as a potential problem.

    If you find the offending extension that's the problem, please let us know what it is that I can add to my list.

  • Cannot run Microsoft Fix - it, I get an error of end tag.

    Original title: Fix It Center.

    I tried to down load Microsoft set the Center and I got I think an end tag error when charging down, I deleted the program and tried to reload and now I get what looks like it is loading, but it seems that it is mowing and sometimes get the code on page then on this page it show there was a problem and try again. As you see that I'm not that good with computers so I need something good advise.

    Hello

    I suggest that you go through the following information.

    Fix it Center Beta for users of Windows 7 is now officially closed. If you are running Windows XP or Windows Vista, you can continue to participate in the fix it Center Beta. If you already have an account Microsoft, please login to access your account. Otherwise you can create a Microsoft account and go further.

    Microsoft fix it Center Online.

    http://fixitcenter.support.Microsoft.com/portal/FindSolutions

    Welcome to the fix it Solution Center.

    http://support.Microsoft.com/FixIt/

    If you need help on Microsoft fix, please post the thread in the following link.

    http://social.Microsoft.com/forums/en-us/fixitcenter/threads

  • Cannot run Windows backup because I get an error message.

    original title: malfunction backup

    cannot back up my files because the backup program continues to show failure. It may take a dvd but when I put in the second, I was a failure. I'm using memorex DVD-R for backup. Save seems to freeze or stop working after an hour or two. I tried to backup and restore at least 5 times in the last 2 days. My last backup was in October 2009. Please send me instructions on how to resolve or work around the problem. Thank you

    Try these sites

    http://www.ehow.com/how_2056396_back-up-Windows-Vista.html

    http://www.vista4beginners.com/how-to-backup-your-data

    http://netsecurity.about.com/od/secureyourwindowspc/SS/VistaBackup.htm

    http://www.Windows-Vista-tips-and-tricks.com/backup-Windows-Vista.html

  • Cannot run verity

    We have just upgraded to CFMX 6.1 to 7. Now, we cannot run verity on the server. Here's what we see:

    / opt/coldfusionmx7/bin/cfmxsearch start
    __________________________________________________________________
    DASDOMParser: Fatal error
    File: /opt/coldfusionmx7/verity/Data/host/admin/admin0.xml
    Line: 1
    Char: 1
    Message: The main XML document cannot be empty
    __________________________________________________________________
    Errors occurred during the scan
    FAILED: Please check the logfile under /opt/coldfusionmx7/verity/Data/host/log/status.log for more information

    2007-02-06 22:20:11 status:
    Failed to load XML [/ opt/coldfusionmx7/verity/Data/host/admin/admin0.xml]
    2007-02-06 22:20:11 status: K2 Server Administration failed with error [-6001] using the startup configuration file [/ opt/coldfusionmx7/verity/Data/host/admin/admin0.xml].

    I guess that means that admin0.xml got screwed up. Does anyone know where one can find another copy of it?

    We got it! everything had to be in the same partition. Duh. Thanks for your help!

  • BEA Weblogic Server 9.2

    Hello everyone
    We run on BEA Weblogic Server Premium Edition 9.2 mp2 and we have not had to patch up long. Today I got to know that our servers are vulnerable and required patching couple.
    But I think it's that instead of patching on weblogic 9.2 mp2 I can pass it to mp3. It works very well.
    And my second Question is that I have this BEA Weblogic Server Premium Edition 9.2 mp2 and I found Oracle WebLogic Server 9.2 MP3 then is that if I patch and level of mp2 to mp3.
    Suggestion will be highly appreciated.

    Thanks in advance!

    Good question and unfortunately only saleswoman Oracle/BEA can respond. Previous support BEA rules were different and more specific to the release. But after Oracle/BEA merger, these rules of sales may have changed. In order to better communicate with the sales guys.

    Goud

  • 500 internal Server Error

    Dear all,

    When I try to run my OAF page, I get the error. Could you please suggest what's wrong with my program. The page is running before but suddenly it happens.

    500 internal Server Error

    java.lang.NoClassDefFoundError: Could not initialize class oracle.apps.fnd.common.WebAppsContext
         at oracle.apps.fnd.framework.server.OAUtility.getWebAppsContext(Unknown Source)
         at oracle.apps.fnd.framework.webui.OAServerDelegate.getWebAppsContext(Unknown Source)
         at oracle.apps.fnd.framework.webui.OAJSPHelper.handleErrorStackDisplay(Unknown Source)
         at _OAErrorPage._jspService(_OAErrorPage.java:127)
         [/OAErrorPage.jsp]
         at com.orionserver[Oracle Containers for J2EE 10g (10.1.3.5.0) ].http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:473)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.5.0) ].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:734)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.5.0) ].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:391)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.5.0) ].server.http.ServletRequestDispatcher.unprivileged_forward(ServletRequestDispatcher.java:280)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.5.0) ].server.http.ServletRequestDispatcher.access$100(ServletRequestDispatcher.java:68)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.5.0) ].server.http.ServletRequestDispatcher$2.oc4jRun(ServletRequestDispatcher.java:214)
         at oracle.oc4j.security.OC4JSecurity.doPrivileged(OC4JSecurity.java:284)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.5.0) ].server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:219)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.5.0) ].server.http.EvermindPageContext.handlePageThrowable(EvermindPageContext.java:871)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.5.0) ].server.http.EvermindPageContext.handlePageException(EvermindPageContext.java:816)
         at _runregion._jspService(_runregion.java:193)
         [/runregion.jsp]
         at com.orionserver[Oracle Containers for J2EE 10g (10.1.3.5.0) ].http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:473)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.5.0) ].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:734)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.5.0) ].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:391)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.5.0) ].server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:908)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.5.0) ].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:458)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.5.0) ].server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:226)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.5.0) ].server.http.HttpRequestHandler.run(HttpRequestHandler.java:127)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.5.0) ].server.http.HttpRequestHandler.run(HttpRequestHandler.java:116)
         at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
         at oracle.oc4j.network.ServerSocketAcceptHandler.procClientSocket(ServerSocketAcceptHandler.java:234)
         at oracle.oc4j.network.ServerSocketAcceptHandler.access$700(ServerSocketAcceptHandler.java:29)
         at oracle.oc4j.network.ServerSocketAcceptHandler$AcceptHandlerHorse.run(ServerSocketAcceptHandler.java:879)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.5.0) ].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:298)
         at java.lang.Thread.run(Thread.java:662)

    Concerning

    Rajat

    Problem solved. I was using an old DBC file. Successor and demand is on the rise.

    Concerning

    Rajat

  • Install PT8.53 Linux question: startPIA.sh cannot run the WebLogic Server


    People,

    Hello. I install PeopleTools 8.53 with the server database Oracle 11 GR 1 material and OS Oracle Linux 5. Data Mover Bootstrap and application designer can connect to the instance of database successfully. About PIA, Oracle Database Server and Application Server Tuxedo11gR1 runs correctly. But when to start WebLogic Server in the opt/PT8.53/webserv/PT853/bin directory, I get an error message like below:

    [user@userlinux bin] $./startPIA.sh

    Try to start WebLogic Server PIA
    No activity will be connected to this window.
    Activity on the server will be connected to /opt/PT8.53/webserv/PT853/servers/PIA/logs/PIA_*
    PID for WebLogic Server PIA is: 5462

    According to the site Internet of Nicolas http://gasparotto.blogspot.com/2010/02/web-server-weblogic-11gR1.html, I did 2 things like below:


    First of all, in the setenv.sh file, I changed MAX_FILE_DESCRIPTORS to 4096 to 1024.


    Secondly, I added the last 4 lines in the /etc/security/limits.conf file as below:

    # - nice - max great priority has led to increase of
    priority realtime max # - rtprio -
    #
    # < domain > < type > < item > < value >
    #

    soft #* coeur 0
    #* rss hard 10000
    #@student hard nproc 20
    #@faculty soft nproc 20
    #@faculty hard nproc 50
    #ftp hard nproc 0
    #@student - maxlogins 4

    # The following lines are added by me

    WebLogic - nofile 65536
    WebLogic - nproc 65536
    WebLogic - unlimited core
    WebLogic - memlock 50000000

    # End of file


    I have restart startPIA.sh and get the same error message:

    Try to start WebLogic Server PIA
    No activity will be connected to this window.
    Activity on the server will be connected to /opt/PT8.53/webserv/PT853/servers/PIA/logs/PIA_*
    PID for WebLogic Server PIA is: 5462


    My question is: any folk cannot resolve the error above to start the WebLogic for PIA Server?

    Thank you.

    As Nicolas says that you cannot start PIA on ports below 1024 on Linux with a non-root users.

    Recreate your PIA assembly and affect others like 8000 and 4443.

  • wcmUrl cannot run the "evaluateScriptEx" of service method. The server script expression evaluates error. No path required for the ssWeblayoutUrl parameter.

    Hi all

    I have a data file where there is a wcm:element like below

    < wcm:element = "linkUrl" name > [!-$wcmUrl ('resource', ")-] < /wcm:element>

    So, I get an exception to content server


    Event generated by the user 'sysadmin' to host 'CIS '. Could not generate the HTML page. Unable to evaluate the function. Error running system. wcmUrl cannot run the "evaluateScriptEx" of service method. The server script expression evaluates error. No path required for the ssWeblayoutUrl parameter. [Details]

    An error has occurred. The stack trace below shows more information.

    !csUserEventMessage,sysadmin,CIS!$!csPageMergerUnableToGenerateHtmlPage!csDynHTMLSystemExecutionError,csDynHTMLReportMsgFunction!$wcmUrl!csUnableToExecMethod,evaluateScriptEx!csDynHTMLServerScriptEvalError!$Missing required path parameter for ssWeblayoutUrl.

    intradoc.common.ServiceException:! csPageMergerUnableToGenerateHtmlPage

    at intradoc.server.ServiceRequestImplementor.buildServiceException(ServiceRequestImplementor.java:2115)

    at intradoc.server.Service.buildServiceException(Service.java:2271)

    at intradoc.server.Service.createServiceExceptionEx(Service.java:2265)

    at intradoc.server.Service.createServiceException(Service.java:2260)

    at intradoc.server.Service.buildResponsePage(Service.java:1314)

    at intradoc.server.Service.doResponse(Service.java:2076)

    at intradoc.server.FileService.doResponse(FileService.java:1469)

    at intradoc.server.ServiceRequestImplementor.doRequest(ServiceRequestImplementor.java:802)

    at intradoc.server.Service.doRequest(Service.java:1890)

    at intradoc.server.ServiceManager.processCommand(ServiceManager.java:435)

    at intradoc.server.IdcServerThread.processRequest(IdcServerThread.java:265)

    at intradoc.server.IdcServerThread.run(IdcServerThread.java:160)

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

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

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

    Caused by: java.io.IOException:! csDynHTMLSystemExecutionError, csDynHTMLReportMsgFunction! $wcmUrl

    at intradoc.common.DynamicHtmlMerger.createIOException(DynamicHtmlMerger.java:2588)

    at intradoc.common.DynamicHtmlMerger.evaluateGrammarElement(DynamicHtmlMerger.java:1202)

    at intradoc.common.DynamicHtmlMerger.substituteVariable(DynamicHtmlMerger.java:623)

    at intradoc.common.DynamicHtml.substituteVariable(DynamicHtml.java:1394)

    at intradoc.common.DynamicHtml.outputHtmlEx(DynamicHtml.java:1110)

    at intradoc.common.DynamicHtml.outputHtmlFromStart(DynamicHtml.java:1020)

    at intradoc.common.DynamicHtml.outputHtml(DynamicHtml.java:991)

    at intradoc.common.DynamicHtmlMerger.outputDynamicHtmlPage(DynamicHtmlMerger.java:2007)

    at intradoc.server.Service.buildResponsePage(Service.java:1267)

    ... more than 10

    Caused by: intradoc.common.ServiceException:! csUnableToExecMethod, evaluateScriptEx

    * ScriptStack! csDynHTMLStackDumpStart, sysadmin, (datasummary) IdcService is SSXA_GET_DATAFILE\, dDocName = 00151164\, = 209607 dID! $

    ! csDynHTMLNoStack! $

    !csDynHTMLErrorMessage,/oracle/ecm/ucm_domain/ucm/cs/weblayout/groups/public/@global/documents//mdaw/mtux/~edisp/00151164~2.xml.parsed,9,40!csDynHTMLSystemExecutionError,csDynHTMLReportMsgFunction!$wcmUrl!$

    -& #62;      & #60; WCM:element name = "linkUrl" & #62; [(--\!--$wcmUrl('resource'\, '')]; & lt; / span & gt; & #60; / wcm:element & #62;

    in sitestudio. SSClassHelper.invoke (unknown Source)

    in sitestudio. SSScriptExtensions.evaluateIncludeXmlEx (unknown Source)

    in sitestudio. SSWCMScriptExtensions.resolveWcmUrl (unknown Source)

    in sitestudio. SSWCMScriptExtensions.evaluateFunction (unknown Source)

    at intradoc.common.DynamicHtmlMerger.computeFunction(DynamicHtmlMerger.java:1430)

    at intradoc.common.DynamicHtmlMerger.evaluateGrammarElement(DynamicHtmlMerger.java:908)

    ... more than 17

    Caused by: java.io.IOException:! csDynHTMLServerScriptEvalError

    at intradoc.common.DynamicHtmlMerger.createIOException(DynamicHtmlMerger.java:2588)

    at intradoc.common.DynamicHtmlMerger.evaluateGrammarElement(DynamicHtmlMerger.java:1202)

    at intradoc.common.DynamicHtmlMerger.substituteVariable(DynamicHtmlMerger.java:623)

    at intradoc.common.DynamicHtml.substituteVariable(DynamicHtml.java:1394)

    at intradoc.common.DynamicHtml.outputHtmlEx(DynamicHtml.java:1110)

    at intradoc.common.DynamicHtml.outputHtmlFromStart(DynamicHtml.java:1020)

    at intradoc.common.DynamicHtml.outputHtml(DynamicHtml.java:991)

    at intradoc.common.DynamicHtmlMerger.executeDynamicHtmlToWriter(DynamicHtmlMerger.java:2060)

    at intradoc.common.DynamicHtmlMerger.evaluateScriptToWriter(DynamicHtmlMerger.java:1872)

    at intradoc.common.DynamicHtmlMerger.evaluateScriptNoErrorHandling(DynamicHtmlMerger.java:1836)

    at intradoc.common.DynamicHtmlMerger.evaluateScriptEx(DynamicHtmlMerger.java:1794)

    at sun.reflect.GeneratedMethodAccessor500.invoke (unknown Source)

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

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

    in sitestudio. SSClassHelper.invokeRaw (unknown Source)

    ... 23 more

    Caused by: intradoc.common.ServiceException: path of access is required for ssWeblayoutUrl parameter.

    * ScriptStack! csDynHTMLStackDumpStart, sysadmin, (datasummary) IdcService is SSXA_GET_DATAFILE\, dDocName = 00151164\, = 209607 dID! $

    ! csDynHTMLStackElementWithFilename,wcmUrl,/oracle/ecm/ucm_domain/ucm/cs/weblayout/groups/public/@global/documents/generalmodule/mdaw/mtux/~edisp/00151164~2.xml.parsed,9,40!$

    ! csDynHTMLServerScriptEvalError

    in sitestudio. SSScriptExtensions.evaluateFunction (unknown Source)

    at intradoc.common.DynamicHtmlMerger.computeFunction(DynamicHtmlMerger.java:1430)

    at intradoc.common.DynamicHtmlMerger.evaluateGrammarElement(DynamicHtmlMerger.java:908)

    Therefore I don't see the placeholder to correct the link. How can I fix this, or at least manage the display of the placeholder.

    Concerning

    I don't think the resources without the dDocName specification will work (for example [!-$wcmUrl ('resource', ")-]).

    At some point, the code path probably leaves the SiteStudio component and goes back to the core code WebCenter content to fetch the revision. It seems that it is where he meets a problem (impossible to find the last out for review).

    If you turn on additional detailed complete tracking for site *, file * and system * this gives you a clues?

    Jonathan

    https://jonathanhult.com

  • Cannot run 11.1.2.1 JDeveloper app on Weblogic 10.3.6

    I'm trying to migrate my application developed in 11.1.1.4 JDeveloper (ADF BC, ADF Faces battery) to JDeveloper 11.1.2.1.
    This application was previously deployed to Weblogic 10.3.4.
    When I generate .ear file and try to deploy it with Enterprise Manager for Weblogic 10.3.6 I get an error that I can't deploy it because in weblogic.xml my reference library JSF 2.0 application.
    I see that, by default, Weblogic 10.3.6 comes with JSF 1.2. If I replace it with jsf 2.0 (from: weblogic_home\wlserver_10.3\common\deployable-libraries\jsf-2.0.war) still cannot operate. And EM stops working because it depends on JSF 1.2.
    I tried several different approaches (remove all references to JSF 2.0; added jsf - api .jar, jsf - api directly .jar to the project and by deploying with .ear,...), but none has shown at the right.

    What should I do to run the ADF application developed with JDeveloper to Weblogic server 10.3.6 11.1.2.1

    Thank you
    Nebojsa

    JDev 11.1.2.1 need wls 10.3.5 with sherman patches applied to run. WLS 10.3.6. is for jdev 11.1.1.6.0.

    Timo

    Published by: Timo Hahn on 29.03.2012 20:28

    Check http://tompeez.wordpress.com/2011/09/14/jdeveloper-versions-vs-weblogic-server-versions/
    or https://blogs.oracle.com/onesizedoesntfitall/entry/adf_runtimes_vs_wls_versions

    For a note on how to configure wls 10.3.5 to 10.3.5 jdev check http://tompeez.wordpress.com/2011/06/29/follow-up-upgrading-wls-10-3-5-with-adf-runtime-11-1-2-0-0-sherman-patch/

  • 002606 BEA: Weblogic server runs on port 80 - permission denied.

    Hello

    I'm new to weblogic, just started playing with it. I have installed weblogic server with a cluster consisting of 2 servers, all running on the spot. I tried to configure the functionality of web server on weblogic 10.3. I followed the exact steps described in http://edocs.bea.com/wls/docs103/config_wls/web_server.html, but now I get a permission denied error:

    < 2 December 2008 15:00:10 > < Info > < NodeManager > < working directory is "/ opt/bea/user_projects/domains/firstDomain" >
    < 2 December 2008 15:00:10 > < Info > < NodeManager > < server output log file is "/ opt/bea/user_projects/domains/firstDomain/servers/server03/logs/server03.out" > "".
    < 2 December 2008 15:00:12 MYT > < Info > < WebLogicServer > < BEA-000377 > < since WebLogic Server Java hotspot Server VM Version 10.0 - b19 Sun Microsystems Inc. >
    < 2 December 2008 15:00:13 MYT > < Info > < management > < BEA-141107 > < Version: WebLogic Server 10.3 Fri Jul 25 16:30:05 EDT 2008 1137967 >
    < 2 December 2008 15:00:16 MYT > < opinion > < WebLogicServer > < BEA-000365 > < server status changed initially >
    < 2 December 2008 15:00:16 MYT > < Info > < WorkManager > < BEA-002900 > < self-adjusting Initializing of thread pool >
    < 2 December 2008 15:00:16 MYT > < opinion > < Log Management > < BEA-170019 > < server log file /opt/bea/user_projects/domains/firstDomain/servers/server03/logs/server03.log is open. All events in the log server-side will be written to this file. >
    < 2 December 2008 15:00:26 MYT > < opinion > < security > < BEA-090082 > < security initialization using security realm myrealm. >
    < 2 December 2008 15:00:41 am MYT > < opinion > < WebLogicServer > < BEA-000365 > < server changed to STANDBY status >
    < 2 December 2008 15:00:41 am MYT > < opinion > < WebLogicServer > < BEA-000365 > < server status changed initially >
    < 2 December 2008 15:00:44 MYT > < opinion > < Log Management > < BEA-170027 > < server has established the connection with the Service of diagnosis level domain successfully. >
    < 2 December 2008 15:00:44 MYT > < opinion > < Cluster > < BEA-000197 > < listening for cluster communications using unicast cluster messaging >
    < 2 December 2008 15:00:44 MYT > < opinion > < Cluster > < BEA-000133 > < awaits to synchronize with other members of clusters-00 running >.
    < 2 December 2008 15:01:14 MYT > < opinion > < WebLogicServer > < BEA-000365 > < server status changed to ADMIN >
    < 2 December 2008 15:01:14 MYT > < opinion > < WebLogicServer > < BEA-000365 > < Server State has changed for RESUMING >
    < 2 December 2008 15:01:14 MYT > < opinion > < Cluster > < BEA-000162 > < "async" replication service to start with remote cluster address "null" >
    < 2 December 2008 15:01:14 MYT > < opinion > < Cluster > < BEA-000162 > < SRS 'man' departure with remote cluster address "null" >
    < 2 December 2008 15:01:14 MYT > < opinion > < Cluster > < BEA-000162 > < ' man-async"replication service to start with remote cluster address"null">
    < 2 December 2008 15:01:14 MYT > < error > < Server > < BEA-002606 > < cannot create a server socket to listen on the channel "Default". The 172.16.141.1 address may be incorrect, or another process is using port 80: exception java.net.BindException: Permission denied. >
    < 2 December 2008 15:01:14 MYT > < emergency > < security > < BEA-090087 > < link to the configured Admin port the server failed. The port may already be in use by another process. >
    < 2 December 2008 15:01:14 MYT > < error > < Server > < BEA-002606 > < cannot create a server socket for listening on channel 'Default [3]. The 127.0.0.1 address may be incorrect or another process is using port 80: exception java.net.BindException: Permission denied. >
    < 2 December 2008 15:01:14 MYT > < critical > < WebLogicServer > < BEA-000362 > < server failed. Reason: The server doesn't have to bind to any port can be used. See the log for details message. >
    < 2 December 2008 15:01:14 MYT > < error > < Server > < BEA-002606 > < cannot create a server socket for listening on channel 'Default [2]. The 10.8.8.31 address may be incorrect, or another process is using port 80: exception java.net.BindException: Permission denied. >
    < 2 December 2008 15:01:14 MYT > < error > < Server > < BEA-002606 > < cannot create a server socket for listening on channel 'Default [1]. The 192.168.140.1 address may be incorrect, or another process is using port 80: exception java.net.BindException: Permission denied. >
    < 2 December 2008 15:01:14 MYT > < opinion > < WebLogicServer > < BEA-000365 > < changed failed State Server >
    < 2 December 2008 15:01:14 MYT > < error > < WebLogicServer > < BEA-000383 > < is not an essential service. The server will shut down >
    < 2 December 2008 15:01:14 MYT > < opinion > < WebLogicServer > < BEA-000365 > < server status changed to FORCE_SHUTTING_DOWN >
    < 2 December 2008 15:01:14 MYT > < opinion > < Cluster > < BEA-000163 > < replication service to stop "async" >
    < 2 December 2008 15:01:14 MYT > < opinion > < Cluster > < BEA-000163 > < replication service to stop "man" >
    < 2 December 2008 15:01:14 MYT > < opinion > < Cluster > < BEA-000163 > < "async" man-stop replication service >
    < 2 December 2008 15:01:15 > < Debug > < NodeManager > < waiting for the process to die: 19768 >
    < 2 December 2008 15:01:15 > < Info > < NodeManager > < server failed during startup, so won't be restarted >
    < 2 December 2008 15:01:15 > < Debug > < NodeManager > < returned runMonitor, finished setting = true and notification servers >


    Netstat displays:

    netstat - year | grep 172.16.141.1
    tcp6 0 172.16.141.1:7001 0: * LISTEN
    tcp6 0 172.16.141.1:7005 0: * LISTEN
    tcp6 0 0 172.16.141.1:43991 172.16.141.1:7001 ESTABLISHED
    tcp6 0 0 172.16.141.1:7005 172.16.141.1:46728 ESTABLISHED
    tcp6 0 0 172.16.141.1:7001 172.16.141.1:43991 ESTABLISHED
    tcp6 0 0 172.16.141.1:46728 172.16.141.1:7005 ESTABLISHED
    tcp6 1 0 172.16.141.1:43999 172.16.141.1:7001 CLOSE_WAIT
    UDP 0 0 172.16.141.1:137 0.0.0.0: *.
    UDP 0 0 172.16.141.1:138 0.0.0.0: *.

    Port 80 is not used by intellectual property. Am quite lost for the moment on how to solve this problem.

    Appreciate all advice offered. Thanks in advance.

    non-root users cannot bind to port 80. This is a restriction of Unix, not a matter of WebLogic.

    Usually WebLogic instances running on an unrestricted port and load balancers and web servers running on port 80, redirecting to the WebLogic instance.

  • Getting error: cannot run on the development web server configured

    I installed Visual studio 2012 and IIS 7 on Windows 7 Ultimate version. I get the error message 'Cannot run on the development Web server configured' and 'Impossible to run IIS Express' when I tried to run a web application from VS2012. If anyone knows how to fix it please tell me.

    Hello

    It is not a community forum for VS.

    Try the Visual Studio Forums

    Visual Studio development category:
    http://social.msdn.Microsoft.com/forums/en-us/category/VisualStudio

    Don

  • Cannot access the weblogic Server console.

    Hello

    In my windows server 2012 I created the virtual machine using the Hyper-V Manager.

    In this virtual machine, I installed the weblogic Server 10.3.6. The ip address of the virtual machine is 192.168.1.9.

    In my virtual machine using localhost I can able to access the console. But when I try to access the console to another computer that has windows 7, cannot able to access the console.

    Check if the AdminServer is listening on all addresses to link or not?

    Can you try to set an IP address to your AdminServer as following in your "$DOMAIN_HOME/config/config.xml", and then try again

    
        AdminServer
        
          false
        
        7001
        true
        192.168.1.9   
    

    Still, if you face any problem, then it might be a firewall problem.

    Please, try the following on the remote computer to see if the port is accessible from the other box or not:

    From your windows 7 computer customer trying to see if this port is available or not on this IP address

    telnet  192.168.1.9   7001
    

    Also several times the IPv6 configuration can cause this problem, where can you try to start your WebLogic using the following JVM option:

    -Djava.net.preferIPv4Stack=true
    

Maybe you are looking for

  • Portege 2000: How to add device in Device Manager base system?

    Hello I'm trying to implement the SD card reader on my Portege 2000 running the Windows XP operating system. I downloaded and installed the common modules and my BIOS has not updated. I downloaded the SD host controller driver, but can't install it b

  • HP Photo Print photo creation has excess ink

    I tried several times to print photo 4 x 6 using the software.  There is excess ink in the photo, and when he tried all the colors ran together.  The printed photo seems to have excess ink.  I went through all troubleshooting and cannot correct the p

  • Product ID

    I need help to identify my PC model. It is said that "envy" there is no visible tag with the model # etc. "." Thank you

  • Error code 80070663 KB2596787

    Why do I get this code. I went through and cleaned what I can, but still continue to receive this code when you try to update. My computer is now running slower and the gel and not sure if this is connected with the update not be able to move or if I

  • Question of Window Live Messenger

    Why my window Live Messenger cannot use