Using a stand-alone WebLogic Server instance - ADF Insider issue

Hello

I just watched the [use a stand-alone WebLogic Server instance - ADF Insider | http://www.youtube.com/watch?v=yGSR6dwd3nw] video and I gave a try installing the WLS in my dev machine.

Unfortunately I can't see how to do a run/debug jspx page right click in the WLS newly installed and configured.

Note that the wizard will create a server connection Application under the radio button in the built-in Server displays "a built-in server can be started and stopped by JDeveloper. That applications can be deployed automatically to the server with the command run or Debug ... "but running a jspx always begin it pre-configured"IntegretedWebLogicServer"and there is no option to choose where to run from nor I see any configuration in the project properties.

Could you please give me the missing indication?

Yiannis

Hello.

First of all, thanks for watching the video. To specify the server of an application will run on, simply open the application properties and go the the Run category. Then select the appropriate drop down list WLS forum link to the built-in application server .

Best regards

Frédéric.

Tags: Java

Similar Questions

  • Carousel component and stand-alone Weblogic server problem.

    Hello! I have a problem after I deployed my application on stand-alone Weblogic Server. There is no error when I do the same local Weblogic Server. So, let's discuss.

    My App is deployed to new stand-alone WebLogic Server. I have the page with carousel cpmponent, when I visit I can see: http://my.jetscreenshot.com/2677/20101020-bvow-82kb

    When I navigate to another page by pressing the 'BACK' button, then I go to the master/detail page, see: http://my.jetscreenshot.com/2677/20101020-casn-19kb

    I see no data in the detailed form, but the data should be there. And when I try to navigate this page with buttons next, previous and so on, then I got an error in the browser, see: http://my.jetscreenshot.com/2677/20101020-cugj-20kb

    If I do the same scenario in my local server, then there is no problem.

    An interesting thing is that when I restert my stand-alone Weblogic Server and try to visit my pages in different order app - first visit master detail form and him visit my page to view carousel, so I have no errors. And after that I try to get my application by first scenario and no errors. So if I post the stand-alone deployment first visit master/detail form, then carousel. So before my app works well, but if I first visit page carousel after deployment stand-alone weblogic server. Then forward, I have problems as I said.

    The problem is the carousel component. If I delete and make the same scenarious on the stand-alone server, then there not a problem as I have menthioned before. ANY ideas what is wrong and why everything works correct on the local server?

    If you need more information, please let me know! Moreover, here you can download my App and try to deploy it to your own stand-alone Weblogic Server, app is here: http://www.failiem.lv/down.php?i=fwgzym & n = Test_carousel_in_standalone_weblogic_server.zip

    After downloading, run the scripts in the database project (see: http://my.jetscreenshot.com/2677/20101020-akcx-16kb)

    And after deploy you my application on STAND-ALONE weblogic server, visit the ViewCarousel.jspx page and in press the 'BACK' button and see what happens.

    Hope for your answers, cordially, Debuger!

    Debuger,
    of course, I ran your use case. And it worked on my environment.

    OK, my guess is that you hit the Bug 9183113. Brief summary, is that if you use createRootApplicationModule (...) outside the binding of the adf, the chances are that you break links to the other parts of the application that use the same definition of application module. In your test cases, you use createRoorApplicationModule (...) to stream image via a servlet in the browser. You use the same definition of application to the ruin of the application module. Sometimes it breaks resulting in the "no data found" links you see.

    The work-around, I found as it is to ensure that the servlet you use createRootApplicationModule, runs through the filter adfBindings. It worked for me, so give it a try.

    Open your web.xml file, select "Filters" and then in the table "adfBindings". In the tabs below the table select "filter mappings. He see you on entry fro "Faces Servlet". HJit green '+', select 'Servlet' as "Mapping Type", in the column mapping use the drop down arrow and select your 'ImageServletCarousel', 'Distributor Type' column select the checkboxes for 'Before' and 'ask '.
    Do the same for other servlets image you use and save your work.
    Recompile and build a new EAR and deploy it. See if that fixes your mistake.

    Timo

  • 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)

  • App Deployment on stand-alone Weblogic Server

    Hello

    I deployed a simple application for the stand-alone Weblogic Server:

    1 Middleware and Weblogic installed from jdevstudio11116install.bin
    2. created domain, global created DB connection
    3 application deployed successfully via a direct connection of JDeveloper, JDBC configuration for deployment contains the same JNDI name as global connection DB in WL

    Start page contains a commandImageLinks that navigate to other pages

    Questions:
    1. when I click on the image or the link representative commandImageLink on the Start Page, nothing happens - new view is not loaded and browser keeps to display the Start Page
    2. when I insert a page that has been granted access DB, WL displays error "ORA01005: password to null, connection refused '"crash"

    I missed a few imortant step?

    Thanks for the support,

    Daniel

    http://www.coderanch.com/t/456284/Linux-UNIX/Java-lang-noClassDefFoundError-could-not

    John

  • Error during the deployment of ADF application to a stand-alone weblogic Server

    I use Jdeveloper 11.1.1.6.0 and I'm trying to deploy my application on a stand-alone server running on a Unix machine and I get the following error message:

    [16: 12:44]-deployment began. ----
    [16: 12:44] the target platform's (Weblogic 10.3).
    [16:13] recovery of the existing application information
    [16: 13:01] analysis of the dependence running...
    [16: 13:01] building...
    [16: 13:05] deployment of profile...
    [16: 13:09] wrote on the Web for C:\JDeveloper\PortingAppln\ViewController\deploy\ADF1.war application Module
    [16: 13:13] Application deployment...
    [16: 20:19] [Deployer: 149191] Operation "deploy" on demand "ADF1' initialization on"ADF1.
    [16: 20:45] WebLogic Server Exception: weblogic.application.WrappedDeploymentException: oracle/jrf/PortabilityLayerException
    [16: 20:45] check the server logs or the console of the server for more details.
    [16: 20:45] weblogic.application.WrappedDeploymentException: oracle/jrf/PortabilityLayerException
    [16: 20:46] # incomplete deployment. ####
    [16: 20:46] remote deployment failed (oracle.jdevimpl.deploy.common.Jsr88RemoteDeployer)

    Can someone help me with this problem.

    Thank you
    Srini.

    .. and make sure that you have installed and configured the correct version of WLS (it should be 10.3.5).

    Arun-

  • Install stand-alone weblogic server in my laptop. Need of guidelines or articles.

    Hello

    Plan to install the server stand alone of weblogic in my laptop.

    Kindly help me if there is no blog to provide the step by step installation tutorial.

    Kind regards

    Prasad K T,.

    Hello

    Of all the ways to find the link with screenshots of the installtion and domain for Weblogic creation process

    Weblogic installation in graphical mode - weblogicexpert

    Installation of Weblogic 10.3.6 in console Mode in windows machine - weblogicexpert

    Creation of domain in the GUI mode - weblogicexpert

    Creation of domain Mode Console - weblogicexpert

    From Weblogic Admin Server

    Starting/Stoping Weblogic Admin Server - weblogicexpert

    From Weblogic Server managed

    Starting/Stoping Weblogic Managed Server - weblogicexpert

    Configuration Manager node

    NODE MANAGER configuration and starting managed server from Console - weblogicexpert

    Deployment process

    Deployments - weblogicexpert

    Security concepts

    Security concepts and hands on - weblogicexpert

    Installation of Weblogic 12.1.2

    WebLogic 12 c - weblogicexpert

    All other basic information are available in the blog

    It may be useful

  • How to deploy the mobile browser on stand-alone weblogic server application

    Hello

    I followed http://www.oracle.com/technology/products/jdev/11/cuecards/adf_set_51/ccset51_ALL.html tutorial to create the mobile browser app but unable to deploy it in contrast to the other j2ee applications, there is no profile created automatically deployment, can someone help me how to create a deployment for this application profile? I have ADF run libraries installed in WLS.

    Receive your answer.

    Kind regards
    Senana

    Enter the Application-> properties-> menu of Application deployment
    There you should be able to create a new profile of EAR deployment that will include your model and user interface projects and deploy them to the server.

  • Error after you start the stand-alone weblogic Server

    < 22 January 2011 19:32:36 AST > < opinion > < WebLogicServer > < BEA-000365 > < Server State has changed in the RACE >
    < 22 January 2011 19:32:36 AST > < opinion > < WebLogicServer > < BEA-000360 > < server started operation >
    IntegratedWebLogicServer start time: 311391 ms.
    IntegratedWebLogicServer has begun.
    Manager of the < logger > < error > ServletContainerAdapter not initialized successfully.

    Help, please...

    Ignore the error
    See logging and auditing 361988
    http://download.Oracle.com/docs/CD/E13217_01/WLOC/docs10/notes/known_resolved.html

  • Deploying the application to the stand-alone WebLogic problem

    Hello!
    I have a problem with the stand-alone WebLogic Server applications.
    We migrated to JDeveloper 11.1.1.5 to 11.1.2.1. I followed the instructions on this page: https://blogs.oracle.com/imc/entry/standalone_weblogic_domain_for_adf to deploy our application of ADF on AdminServer. Everything worked OK.

    Then I followed the instructions on this page: http://docs.oracle.com/cd/E21043_01/web.1111/e13813/custom_jrf.htm to apply with our "ADF_server" the server JRF managed and got this:
    WLS: / offline > applyJRF ('ADF_server', ' / Oracle/Middleware/user_projects/domains/our_domain ')
    Read the/Oracle/Middleware/user_projects/domains/our_domain area of applyJRF
    Copy the configuration files JRF/Oracle/Middleware/oracle_common/modules/Oracle/Middleware/user_projects/domains/our_domain/config/fmwconfig/servers/ADF_server
    Components JRF target to "ADF_server".
    Update changes JRF to/Oracle/Middleware/user_projects/domains/our_domain field in offline mode
    It's probably OK?

    When I try to deploy a problem occurs on a managed server 'ADF_server':
    * [10: 55:08] Weblogic Server Exception: weblogic.application.ModuleException: could not load the webapp: "ADFMainApplication-ViewController-context-root."
    * [10: 55:08] caused by: weblogic.management.DeploymentException: error: unresolved Webapp library makes reference to ' [ServletContext@1542360219[app:ADFMainApplication_Project1_ADFMainApplication module: root ADFMainApplication-ViewController-context-path: / ADFMainApplication-ViewController-context-root spec-version: 2.5] ", defined in weblogic.xml [Extension name: jsf Specification-Version: 2, exact match: false] *.
    * [10: 55:08] see the server logs or the console of the server for more details.*
    * [10: 55:08] weblogic.application.ModuleException: failed to load the webapp: "ADFMainApplication-ViewController-context-root."
    * [10: 55:08] deployment cancelled.*
    * [10: 55:08] - incomplete deployment. *
    * [10: 55:08] remote deployment failed (oracle.jdevimpl.deploy.common.Jsr88RemoteDeployer). *

    What should I do to run the managed server? Help, please.
    Best regards, Marko

    You did to be sure that the 11.1.1.5.0 adf runtime has been installed on the managed server before installing Upgrade patches to 11.1.2.1.0?

    If this isn't the case, it is the problem. The new runtime environment is installed automatically if the olny one has been set up correctly, my personal conclusion from my tests. If you want to learn more about this check http://tompeez.wordpress.com/2011/06/25/upgrading-wls-10-3-5-with-adf-runtime-11-1-2-0-0-sherman-patch/ and http://tompeez.wordpress.com/2011/06/29/follow-up-upgrading-wls-10-3-5-with-adf-runtime-11-1-2-0-0-sherman-patch/.

    You can make the threethings:
    1. Open Enterprise Manager, select your managed server and hope you see a message like "JRF aply to this managed server" (don't remember the exact wording). To do this, and libraries must configure OK.
    2. open the administration console and select the necessary shared libraries and add your manages the target server. Problem is that you don't know what libs are needed. If you don't mind target libraries to the managed server. Not sure if this causes problems later.
    3 write information on the managed server as port, domain names machine name. Remove the server managed the installation of WLS. It must be very sad that you upgrade and which should be no application or shared library of your one deployed on the managed server. After removal of the old successful server closes wls and start it again (just for security). Now, create a new managed server with all names, ports, and other information like the old using the quick start tool.

    I prefer the 3 method, this one worked for me all the time.

    Timo

  • Run applications on stand-alone WebLogic 10.3.5.0 11.1.2.2.0 JDeveloper

    Hello

    Tell me please, how do I run 11.1.2.2.0 on stand-alone WebLogic 10.3.5.0 JDeveloper application? Integrated Weblogic Server of JDeveloper 11.1.2.2.0 has the 10.3.5.0 version and everything works fine. I hope that it's impossible to make my server capable of running with JDeveloper 11.1.2.2.0 application.

    Evgeny

    The server applications certified & ADF combinations are available here:
    http://www.Oracle.com/technetwork/developer-tools/jdev/jdev11gr2-CERT-405181.html#Application_Servers
    So yes, according to this document, a stand-alone server 10.3.5 can run the ADF 11.1.2.2.0 DURATION

    Tell me please, how do I run 11.1.2.2.0 on stand-alone WebLogic 10.3.5.0 JDeveloper application?

    You must follow an Oracle support document.
    Oracle Support Document 1328698.1 (how to install the ADF 11 g Release 2 to WebLogic Sever 10.3.5 runtime libraries / 10.3.6?) are at: https://support.oracle.com/epmos/faces/ui/km/DocumentDisplay.jspx?id=1328698.1

    Briefly:
    1. on your stand-alone weblogic Server runtime install ADF 11.1.1.6 first
    2. then install the two patches for ADF 11.1.2.2 available from support of Oracle and mentioned in the document of support.

    Kind regards
    Jang Vijay Singh

  • Can deploy us jdeveloper 11.1.2 in stand-alone weblogic 10.3.4?

    Hello
    I have an urgent question on the deployment. Can we use weblogic 10.3.4 to deploy adf jdeveloper 11.1.2 applications?
    and how did sherman patch if I have to use stand-alone weblogic 10.3.5?
    Please respond to this request?
    Thank you very much. Please answer.

    Thanks to Timo Hahn,

    http://www.Oracle.com/technetwork/developer-tools/jdev/shermanrelnotes-405777.html#deploy says:

    The duration of the ADF will move into a stand-alone application server by applying an Opatch bundle on top a PS4 11.1.1.5 version of the Application Developer shiphome

    PS4 = 10.3.5

    INCLUDING

    John

  • Penetrating VM from ESX Cluster stand-alone ESXi Server

    I get an error trying to move a virtual machine of cluster VI in a standalone ESXi Server, someone had a bit of luck this?  I tried the following: Get-VM-name "CO-WS-TEST1" - location (Get-VMHost "CO-WS-TEST1"). Move-VM - Destination (Get-VMHost "CO-VM-TEST2") where CO-VM-TEST2 is a stand-alone ESXi server and CO-WS-TEST1 is in an ESX Cluster with VI.

    I get the following error:

    Get-VMHost: 2009-04-13 13:08:08 Get - VMHost VMHost with the "CO-VM-TEST2" name not found, using the specified filters.

    On line: 1 char: 60

    + Get-VM-name of the CO-WS-TEST1 | Move-VM-Destination (Get-VMHost & lt; & lt; & lt; & lt; "CO-VM-TEST2")

    Move-VM: cannot bind parameter 'Destination '. Could not convert "" to "VMware.VimAutomation.Types.VIContainer".

    On line: 1 char: 48

    + Get-VM-name of the CO-WS-TEST1 | Move-VM-Destination & lt; & lt; & lt; & lt; (Get-VMHost "CO-VM-TEST2")

    Thanks in advance for any help you can give me.

    What is ESXi system managed (for example with a non-free full license) by your vCenter?  If this isn't the case, then you can not make a gesture like this.  You can probably fake it with enough script and help of some external tools to make disk copy.

    [vExpert |] [ http://www.vmware.com/communities/vexpert/], PowerShell MVP, moderator of the VI Toolkit forum

    Author of the book: VMware Infrastructure Management with PowerShell

    Co-host, PowerScripting Podcast (http://powerscripting.net)

    Need help in General, other than VMware PowerShell? Try the PowerShellCommunity.org forums

  • Error ADF application to a stand-alone weblogic deployment

    JDeveloper version: 11.1.2.2

    Question: I have built a standalone weblogic server (10.3.5.0) and am trying to deploy my ADF application on it. The deployment fails with the following message is displayed. The stand alone server, I built is on the same machine where jdeveloper is installed and I use same weblogic provided with jdeveloper install. The application works well on the integrated server. I have studied this issue and you have more or less the same answer of ADF installation run libraries. Can anyone please help me with exactly what I install and how?

    Thank you
    Saurabh.


    [09: 49:44] cannot determine the platform target profile. Using default
    [09: 49:44]-deployment began. ----
    [09: 49:44] the target platform's (Weblogic 10.3).
    [09: 49:55] recovery of the existing application information
    [09: 49:55] analysis of the dependence running...
    [09: 49:55] building...
    [09: 50:18] deployment of profile...
    [09:50:20] wrote on the Web for C:\JDeveloper\mywork\EmployeeTrack\ViewController\deploy\EmployeeTrack_ViewController_webapp.war application Module
    [09:50:20] Application deployment...
    [09: 50:24] [Deployer: 149191] Operation "deploy" on demand "EmployeeTrack_ViewController_webapp" boot on 'ADFServer '.
    [09: 50:26] [Deployer: 149193] Operation "deploy" on demand "EmployeeTrack_ViewController_webapp" failed on "ADFServer".
    [09: 50:26] [Deployer: 149034] an exception has occurred for task [Deployer: 149026] deploy EmployeeTrack_ViewController_webapp on ADFServer. : could not load the webapp: "EmployeeTrack_ViewController_webapp.war."
    [09: 50:26] WebLogic Server Exception: weblogic.application.ModuleException: could not load the webapp: "EmployeeTrack_ViewController_webapp.war."
    [09: 50:26] caused by: weblogic.management.DeploymentException: error: unresolved Webapp library makes reference to ' [ServletContext@29261813[app:EmployeeTrack_ViewController_webapp module: EmployeeTrack_ViewController_webapp.war path: / alonedemo spec-version: 2.5] ", defined in weblogic.xml [Extension-name: adf.oracle.domain.webapp, exact match: false], [Extension name: jstl Specification-Version: 1.2, exact match: false], [Extension name: jsf Specification-Version: 2, exact match: false]
    [09: 50:26] check the server logs or the console of the server for more details.
    [09: 50:26] weblogic.application.ModuleException: failed to load the webapp: "EmployeeTrack_ViewController_webapp.war."
    [09: 50:26] undeployment.
    [09: 50:26] - incomplete deployment.
    [09: 50:26] remote deployment failed (oracle.jdevimpl.deploy.common.Jsr88RemoteDeployer)

    In the colsole admin click on the name of one of the libraries, and then select the target tab and see if the checkbox for your (managed) server is set. If it's the library should be available, and you should not see the error.

    Timo

  • Right way to install the Runtime of the ADF in Stand Alone weblogic 10.3.3.0

    Hello:
    I found several different methods to install the ADF Runtime into a single weblogic 10.3.3.0 server. and they seem to be very different.

    Anyone know the official way to Oracle to install the ADF Runtime or specifically refers to this in the docs? The goal is to make a simple application web ADF and make it work on a single weblogic server.

    Thanks for this post by looking at.
    Don

    You can use the installer that comes with JDeveloper, or one that comes with the Installer application to WebLogic developer.
    Info here:
    http://download.Oracle.com/docs/CD/E14571_01/Web.1111/b31974/deployment_topics.htm#CHDCDAIE

  • Stand-alone Weblog 10.3.4 Server

    Hello

    When I tried to run Primefaces 3.1 for weblogic 11g R1 (10.3.3) I got the following error stack
    Feb 12, 2012 2:42:27 PM com.sun.faces.config.AnnotationScanner processClasspath
    SEVERE:
    java.io.FileNotFoundException: zip:D:/Weblogic/user_projects/domains/local_domain/servers/AdminServe
    r/tmp/_WL_user/TestPrime2/jeyonm/war/WEB-INF/lib/primefaces-3.1.jar
            at weblogic.utils.zip.ZipURLConnection.connect(Handler.java:78)
            at weblogic.utils.zip.ZipURLConnection.getInputStream(Handler.java:53)
            at sun.net.www.protocol.jar.URLJarFile.retrieve(URLJarFile.java:195)
            at sun.net.www.protocol.jar.URLJarFile.getJarFile(URLJarFile.java:50)
            at sun.net.www.protocol.jar.JarFileFactory.get(JarFileFactory.java:80)
            at sun.net.www.protocol.jar.JarURLConnection.connect(JarURLConnection.java:104)
            at sun.net.www.protocol.jar.JarURLConnection.getJarFile(JarURLConnection.java:71)
    I understand another post
    Cannot load JSF2.0 jars on Weblogic Server 10.3.2 starts.
    There is a bug with WLS 10.3.3 and 10.3.4 bug is fixed.

    Could someone point me to version 10.3.4 WLS standalone?

    Published by: user20090209 on February 12, 2012 14:18

    Check this url.

    http://www.Oracle.com/technetwork/middleware/WebLogic/downloads/WLS-main-097127.html

    Oracle WebLogic Server 11 g 1 material (10.3.4) ZIP Distribution is available. I think you're looking for it.

    Thank you
    Sandeep

Maybe you are looking for

  • My Toshiba 39L2353DN is locked

    Hello almost a month ago that I can no longer turn on and then I do not see my TV.As soon as I put the plug TV wakes up alone and I get a written DO NOT POWER OFF SCAN reaches 17% and accidents.How can I fix I wait your helpThank you

  • Satellite L300D - how to enable remote assistance?

    HelloI just got a new L300D satellite and a friend of mine helped me to set everything up. I want him to be able to get the remote control on my computer if I need her help, but it was not possible for him to do. He did so that I can get the remote c

  • Equium L10-273 - T & L errors

    I tried to play a game on my laptop but it comes up with error T & L, I know what the problem is the graphics controller Intel 82852/55. Can I solve this problem, is it a T & L update, can I replace all or part of the integrated graphics controller c

  • I get the BSOD when trying to install Bluetooth on Satellite A200

    Hello! I have a problem: When you try to install the bluetooth for the first time since the reformatting of the hard drive, I get the BSOD. During its restart and tries to launch the bluetooth I, once more, get the dreaded blue screen of death. I hav

  • A screen appears when I try to disconnect from my Hotmail. "He says" we couldn't you log out of these sites ': HOTMAIL

    The site specific to clear the cookies and browser, however when I click on the 'HOW' bar there is not any information pertaining to the direction on how to achieve this directive.