Navigation not work in Weblogic Server but working of JDeveloper.

Hello

I created a simple application with a few page navigations (some declarative and sluggish using Managed Bean).
The navigation works fine when I run of JDeveloper. (Local system)

So I deploy the application on the Server WebLogic (Local System with a domain configured with ADF name.)

The pages are turned correctly, bu on the button clicks, navigation is not the case for these pages.

Could I have missed something or there at - it a way to track what could be the problem?

JDev: 11.1.1.3
Web logic server: 11 GR 1 material (1.3) which comes with JDeveloper

Thanks for any help.
Sameer

I guess that put/faces/MainPage as your home page in the web.xml file.

If you run the http://10.9.73.103:7001 URL / SessionsPOC-ViewController-context-root/faces/MainPage (note, No .jspx on the end), your navigation will work.

John

Tags: Java

Similar Questions

  • Unbounded task flow works is not in standalone Weblogic Server

    Hello

    JDeveloper Version: 11.1.1.3
    WebLogic Version: 10.3

    I built an application using Oracle ADF, and the application is deployed on weblogic 10.3. In this application, I use unbounded Oracle ADF task flows to navigate between pages.

    The application works fine when it is deployed on the integrated Weblogic Server that is part of Jdeveloper (11.1.1.3 version). However, when I deploy the same application (ear file) on a stand-alone weblogic server, the page navigation not working - no error/exception is provided in weblogic logs. When I click the button to navigate to the next page - the same page reloads.

    My WLS independent field produced JRF Oracle installed on it.

    Please note that I can always access individual pages (.jspx) providing individual URL.

    Any help in how to solve this - or of the indications regarding how I would go about debugging of this.

    Thank you
    Ash

    Ash,

    Looks like you're running the JSPX rather than the workflow. Try to remove the ".jspx' to the end of your URL.

    Compare the URL that works in JDev with the URL that does not work, and it becomes apparent.

    If things work out after clicking on the item a second time in a row, it is certainly your question.

    John

  • Can not communicate with the server, BUT I CAN CONNECT SUCCESS TO "MANAGE SITES"

    I do NOT see the server in dw cs6 files, so I can't download or not communicate with the server, BUT I CAN CONNECT to SUCCESS OF "MANAGE SITES"... EH WELL THERE WHERE THE PROBLEM?

    dw-conn-error-page1.jpg

    dw-conn-error-page2.jpg

    In the view of the file context menu, click Remote Server

  • XML does not load on the server, but works well on site!

    Hello

    I am facing a problem that really confused me! I have a video player that grabs an XML playlist. If the path is relative to the XML, it is very good and works but when enter an absolute path (which is located in another area) it does not work! Here it is:
    http://emstris.com/sample/doftelie/NewPath.html

    The strange thing is that it works very well when I test the movie locally in my flash!

    Have you had to face such a problem? Can you help me please?

    Kind regards
    Hadi

    Flash hit F1 and search for crossdomain.xml

  • Why don't my navigation not working correctly after that I went through my pages menu SUP?

    Everything works great until I have spend all my pages menu in my Gallery.

    I can get back to the rest of the site if I click on the main menus, but if I go back to the Gallery, I'm stuck.

    He won't answer. What I am doing wrong?

    Hello

    I think that the navigation bar does not work since the page of the Art Gallery; the links are not clickable, it could be contained overlapping the menu bar.

    I suggest to move the navigation bar on a new layer and make sure that this new layer is on top.

    It will be useful,

    Sonam

  • Demarshalling xml with the automatically generated class JAXB2.0 file does not work in jdeveloper 11.1.1.9

    I'm trying to familiarize themselves with JAXB in jdeveloper. I am facing some problems. There are a few test cases for which he works, for others it is not.

    Case 1:

    XML file is created manually. Respective java class to xmlelements is created manually. There is no ObjectFactory.java or jaxb.properties. Demarshalling this XML file works fine.

    Case 2:

    XML file is not created manually. All the respective java classes including ObjectFactory.java and jaxb.properties are generated using the widget ' JAXB 2.0 content XML Schema model "jdeveloper. I deleted ObjectFactory.java, jaxb.properties, and package - info.java. Demarshalling xml with this class file works fine.


    Case 3:

    Even in case 2, but this time I do not delete or change whatever it is generated and used as it is. It does not work. Get the following error.

    Picked up _JAVA_OPTIONS: -Dawt.useSystemAAFontSettings=on -Dswing.aatext=true
    javax.xml.bind.UnmarshalException
     - with linked exception:
    [Exception [EclipseLink-25008] (Eclipse Persistence Services - 2.3.1.v20111018-r10243): org.eclipse.persistence.exceptions.XMLMarshalException
    Exception Description: A descriptor with default root element rss was not found in the project]
      at org.eclipse.persistence.jaxb.JAXBUnmarshaller.handleXMLMarshalException(JAXBUnmarshaller.java:816)
      at org.eclipse.persistence.jaxb.JAXBUnmarshaller.unmarshal(JAXBUnmarshaller.java:109)
      at com.example.jaxbintro.JAXBExampleClass.main(JAXBExampleClass.java:36)
    Caused by: Exception [EclipseLink-25008] (Eclipse Persistence Services - 2.3.1.v20111018-r10243): org.eclipse.persistence.exceptions.XMLMarshalException
    Exception Description: A descriptor with default root element rss was not found in the project
      at org.eclipse.persistence.exceptions.XMLMarshalException.noDescriptorWithMatchingRootElement(XMLMarshalException.java:129)
      at org.eclipse.persistence.internal.oxm.record.SAXUnmarshallerHandler.startElement(SAXUnmarshallerHandler.java:208)
      at oracle.xml.parser.v2.NonValidatingParser.parseElement(NonValidatingParser.java:1598)
      at oracle.xml.parser.v2.NonValidatingParser.parseRootElement(NonValidatingParser.java:455)
      at oracle.xml.parser.v2.NonValidatingParser.parseDocument(NonValidatingParser.java:401)
      at oracle.xml.parser.v2.XMLParser.parse(XMLParser.java:239)
      at org.eclipse.persistence.internal.oxm.record.XMLReader.parse(XMLReader.java:157)
      at org.eclipse.persistence.internal.oxm.record.SAXUnmarshaller.unmarshal(SAXUnmarshaller.java:688)
      at org.eclipse.persistence.internal.oxm.record.SAXUnmarshaller.unmarshal(SAXUnmarshaller.java:271)
      at org.eclipse.persistence.internal.oxm.record.SAXUnmarshaller.unmarshal(SAXUnmarshaller.java:258)
      at org.eclipse.persistence.internal.oxm.record.SAXUnmarshaller.unmarshal(SAXUnmarshaller.java:218)
      at org.eclipse.persistence.oxm.XMLUnmarshaller.unmarshal(XMLUnmarshaller.java:306)
      at org.eclipse.persistence.jaxb.JAXBUnmarshaller.unmarshal(JAXBUnmarshaller.java:106)
      ... 1 more
    

    The project is included in the annex to this issue. It is ready for use. More information in the commentary to the java code. The main class is JAXBExampleClass.java.

    What is the problem with case 3?

    OK, I've been messing around with codes generated a bit and found the solution. The problem is that the value of the XmlSchema namespace had error in package - info.java class. There is no specified XmlSchema namespace in the XML file. Thus, the given value in the package - info.java was wrong.

    @javax.xml.bind.annotation.XmlSchema (namespace = "http://www.example.org", value / / wrong, set it to an empty string or that of your xml file, if it has any)

    elementFormDefault =

    javax.xml.bind.annotation.XmlNsForm.QUALIFIED)

    package com.example.jaxbintro.xmlerror;

    After you set the namespace to the empty string, since my xml file do not have one, code ran very well.

    @javax.xml.bind.annotation.XmlSchema (namespace = "",)

    elementFormDefault =

    javax.xml.bind.annotation.XmlNsForm.QUALIFIED)

    package com.example.jaxbintro.xmlerror;

    The file package - info.java can also be removed and it will work. For more details on the package and XmlSchema annotated level, what information on the package class is for, be found in the following link.

    https://JAXB.Java.NET/NoNAV/jaxb20-FCS/docs/API/javax/xml/bind/annotation/XmlSchema.html

  • ADF does not work in JDeveloper 10 g

    Hi all

    I tried to get ADF to work with JDeveloper 10 g but nothing helps. I followed the steps from the following link: http://www.oracle.com/technetwork/developer-tools/jdev/how-to-adf-faces-10gjdev-085657.html

    the only thing I can't seem to follow is in the creation of the library. I have only the adf faces - api .jar and adf faces - impl.jar but not the hand - 1_1_18.jar
    I don't know if it's creating the problem like my error message is not helpful.

    part on the error msg:
    May 8, 2013 12:25:11 com.sun.faces.config.rules.ConverterRule end

    WARNING: [ConverterRule] {faces-config/converter} Merge (javax.faces.Long, null)

    May 8, 2013 12:25:11 com.sun.faces.config.rules.ConverterRule end

    WARNING: [ConverterRule] {faces-config/converter} Merge (null, java.lang.Long)

    May 8, 2013 12:25:11 com.sun.faces.config.rules.ConverterRule end

    WARNING: [ConverterRule] {faces-config/converter} Merge (javax.faces.Float, null)

    May 8, 2013 12:25:11 com.sun.faces.config.rules.ConverterRule end

    WARNING: [ConverterRule] {faces-config/converter} Merge (null, java.lang.Float)

    May 8, 2013 12:25:11 com.sun.faces.config.rules.ConverterRule end

    WARNING: [ConverterRule] {faces-config/converter} Merge (javax.faces.Double, null)

    May 8, 2013 12:25:11 com.sun.faces.config.rules.ConverterRule end

    WARNING: [ConverterRule] {faces-config/converter} Merge (null, java.lang.Double)

    May 8, 2013 12:25:11 com.sun.faces.config.rules.ValidatorRule end

    WARNING: [ValidatorRule] {faces-config/validator} Merge (javax.faces.LongRange)

    May 8, 2013 12:25:11 com.sun.faces.config.rules.ValidatorRule end

    WARNING: [ValidatorRule] {faces-config/validator} Merge (oracle.adf.DateTimeRange)

    May 8, 2013 12:25:11 com.sun.faces.config.rules.ValidatorRule end

    WARNING: [ValidatorRule] {faces-config/validator} Merge (oracle.adf.RegExp)

    May 8, 2013 12:25:11 com.sun.faces.config.rules.ValidatorRule end

    WARNING: [ValidatorRule] {faces-config/validator} Merge (oracle.adf.ByteLength)

    May 8, 2013 12:25:11 com.sun.faces.config.rules.ConverterRule end

    WARNING: [ConverterRule] {faces-config/converter} Merge (oracle.adf.Color, null)

    May 8, 2013 12:25:11 com.sun.faces.config.rules.ConverterRule end

    WARNING: [ConverterRule] {faces-config/converter} Merge (null, java.awt.Color)

    May 8, 2013 12:25:11 com.sun.faces.config.rules.ConverterRule end

    WARNING: [ConverterRule] {faces-config/converter} Merge (javax.faces.DateTime, null)

    May 8, 2013 12:25:11 com.sun.faces.config.rules.ConverterRule end

    WARNING: [ConverterRule] {faces-config/converter} Merge (oracle.adf.DateTime, null)

    May 8, 2013 12:25:11 com.sun.faces.config.rules.ConverterRule end

    WARNING: [ConverterRule] {faces-config/converter} Merge (null, java.util.Date)

    May 8, 2013 12:25:11 com.sun.faces.config.rules.ConverterRule end

    WARNING: [ConverterRule] {faces-config/converter} Merge (null, java.util.Calendar)


    I tried to solve this problem by creating a new project, but once I entered adf tags the problem arises again.
    Help, please. Thank you!

    Published by: 1003893 on May 7, 2013 21:28

    Now that I looked at the linked article...

    That showing you how to use a very early ADF Faces (a draft version, in fact) version with a very old version of JDeveloper. This document is almost 9 years old.

    ہ JDeveloper 10.1.3 ADF Faces is "integrated".

    And since JDeveloper 10.1.3.x, we had two this JDeveloper 11.1.1.x and 11.1.2.x series issued.

    Why are you still using 10.1.2.x?

  • private navigation not working not

    Firefox is set to "NEVER remember HISTORY", but if I go to www.Ford.ca, which uses java, I have to enter a zip code to access the information on the 'price & Build '.
    Said postal code remains accessible by www.Ford.ca... or even days after my visit, I understand that the "private browsing" should prevent so-called such situation.
    Firefox 3.6.6 - 1.2 came with the new version of openSuse 11.3.
    The same situation prevails with our other computer running under openSuse11.2 and updated daily.
    A solution to this problem would be greatly appreciated!

    Weeks of TRASH FIREFOX = 3.66

    All three of my computers were totally useless since I upgraded to FF3.66. Each is built/configured differently. Each has a different operating system. Each has all of the above problems. Crashes constantly, RAM usage and CPU on a Q9650 is always almost 100%. After screwing around days I finally is come here and discovered that I was among a very large group and upset users. With the last few update, I had small problems with my selection of modules Firefox them disabled for a later hotfix. Today, I found a new DL, 3.67 so I installed thinking the problem was addressed. After the installation of 3.67 it always says it is 3.66?

    I went to their site to find help on their part and could not do anywhere until I came here and read about my problem. Thanks for giving me a clear head, so I was able to find a good solution.

    My solution was to remove all products of Mozilla/Firefox and then install other navigation options. It was funny because for the first time in years, I had to use Microsoft Internet Explorer to access the other options. My computer is problem free and fast as usual now.

    I wonder how many other users have abandoned them due to this BS? For my part will probably stay with my new choice now.

    YES, the weeks of the TRASH = FIREFOX 3.66

  • Report Navigation not working not properly

    I have a scenario where in I need to provide to the navigation on a column once clicked it should get the detailed report for the value that I click on.

    Lets say, I have a static filter abc in the report and the synthesis report.
    When I run the detail report individually on a dashboard page, I am able to see the abc filter in the filter list below is the report.
    But when I browse the summary report, this filter is missing from the list of filters, as well as in the physical motion.
    Accordingly the records that must be filtered on this filter 'abc' are not get filtered.
    Can you please help in this.

    Thank you
    Swetha

    I don't have access to OBIEE where I am right now, so I can't test this point, but try this:

    In your request in detail, have two 2 filters on the appropriate column. In the first filter, put the static value 'abc', as you have. Protect this filter. (Click on the filter button and you will see this option). Add then another filter on the same column with the operand "is invited". Join these two filters with logical operand 'and '.

    See if that helps.

  • Groovy Expression not worked on jdeveloper 11.1.1.7.0

    Hi Experts,

    In my case, I created a simple display object which have variable bind. I'll put the link using Expression Groovy variable value.

    <Variable
        Name="empcode"
        Kind="where"
        Type="java.lang.String">
        <TransientExpression><![CDATA[adf.context.sessionScope.get('empcd')]]></TransientExpression>
      </Variable>
    

    but when I run the program in the module of application I get following error

    (oracle.jbo.jbotester.ErrorHandler$ ExceptionWrapper) Houston-29000: Unexpected exception caught: java.lang.NoClassDefFoundError, msg = Loracle/jrf/ServerPlatformSupport;

    Use same case worked on jdev 11.1.1.5.0 version but in the fact that this version error has occurred.

    My question is is this a bug on the jdev 11.1.1.7.0 version and what is the solution of this problem?

    Thank you

    Manish

    If you set the value to UserData with key 'empcd', you can access fi groovy with: adf.userSession.userData.empcd

    Dario

  • Content repository does not work in Jdeveloper.

    I created the content repository using the steps in http://download.oracle.com/docs/cd/E23549_01/webcenter.1111/e10273/createconnect.htm

    Test the connection returns me success. I checked with success in some files using the oracle content server console, but the folder is not this new repository, and I see error Jdev as below:

    June 28, 2011 12:39:53 oracle.stellent.jcr.IdcPersistenceManager listFolder
    SEVERE: Could not the content list of the folder with the ID = dCollectionID:-1
    oracle.stellent.ridc.protocol.ServiceException: no service defined for COLLECTION_DISPLAY.
    at oracle.stellent.ridc.protocol.ServiceResponse.getResponseAsBinder(ServiceResponse.java:135)
    at oracle.stellent.ridc.protocol.ServiceResponse.getResponseAsBinder(ServiceResponse.java:107)
    at oracle.stellent.jcr.IdcPersistenceManager.listFolder(IdcPersistenceManager.java:677)
    at oracle.stellent.jcr.IdcPersistenceManager.getChildResources(IdcPersistenceManager.java:635)
    at oracle.jcr.impl.TransientLayer.getChildResources(TransientLayer.java:534)
    at oracle.jcr.impl.FolderNode.getNodes(FolderNode.java:116)
    at oracle.webcenter.content.internal.model.rc.JCRRepositoryLogic.listFolder(JCRRepositoryLogic.java:233)
    at oracle.webcenter.content.internal.model.rc.ContentDirContext.listInternal(ContentDirContext.java:326)
    at oracle.webcenter.content.internal.model.rc.ContentDirContext.listBindings(ContentDirContext.java:303)
    at oracle.webcenter.content.internal.model.rc.ContentDirContext.listBindings(ContentDirContext.java:297)
    at oracle.jdeveloper.rescat2.nodes.RepositoryRootNode.loadCache(RepositoryRootNode.java:143)
    to oracle.jdeveloper.rescat2.nodes.ExtendedGenericNode$ 1.run(ExtendedGenericNode.java:296)
    at java.lang.Thread.run(Thread.java:619)
    June 28, 2011 12:39:53 oracle.webcenter.content.internal.model.rc.AbstractRepositoryLogic listFolder
    WARNING: Section #dCollectionID UCM:-1 does not exist.
    javax.naming.NameNotFoundException: June 28, 2011 12:39:53 oracle.webcenter.content.internal.model.rc.AbstractRepositoryLogic throwNotFound
    ALL: Point AAU #dCollectionID:-1 does not exist.
    [Root exception is javax.jcr.PathNotFoundException: could not the content list of the folder with the ID = dCollectionID:-1]
    at oracle.webcenter.content.internal.model.rc.AbstractRepositoryLogic.throwNotFound(AbstractRepositoryLogic.java:26)
    at oracle.webcenter.content.internal.model.rc.JCRRepositoryLogic.listFolder(JCRRepositoryLogic.java:241)
    at oracle.webcenter.content.internal.model.rc.ContentDirContext.listInternal(ContentDirContext.java:326)
    at oracle.webcenter.content.internal.model.rc.ContentDirContext.listBindings(ContentDirContext.java:303)
    at oracle.webcenter.content.internal.model.rc.ContentDirContext.listBindings(ContentDirContext.java:297)
    at oracle.jdeveloper.rescat2.nodes.RepositoryRootNode.loadCache(RepositoryRootNode.java:143)
    to oracle.jdeveloper.rescat2.nodes.ExtendedGenericNode$ 1.run(ExtendedGenericNode.java:296)
    at java.lang.Thread.run(Thread.java:619)
    Caused by: javax.jcr.PathNotFoundException: could not the content list of the folder with the ID = dCollectionID:-1
    at oracle.jcr.impl.ExceptionFactory.pathNotFound(ExceptionFactory.java:1016)
    at oracle.stellent.jcr.IdcPersistenceManager.listFolder(IdcPersistenceManager.java:691)
    at oracle.stellent.jcr.IdcPersistenceManager.getChildResources(IdcPersistenceManager.java:635)
    at oracle.jcr.impl.TransientLayer.getChildResources(TransientLayer.java:534)
    at oracle.jcr.impl.FolderNode.getNodes(FolderNode.java:116)
    at oracle.webcenter.content.internal.model.rc.JCRRepositoryLogic.listFolder(JCRRepositoryLogic.java:233)
    ... 6 more
    Caused by: oracle.stellent.ridc.protocol.ServiceException: no service defined for COLLECTION_DISPLAY.
    at oracle.stellent.ridc.protocol.ServiceResponse.getResponseAsBinder(ServiceResponse.java:135)
    at oracle.stellent.ridc.protocol.ServiceResponse.getResponseAsBinder(ServiceResponse.java:107)
    at oracle.stellent.jcr.IdcPersistenceManager.listFolder(IdcPersistenceManager.java:677)
    ... more than 10

    Any suggestions?

    Concerning
    Alida

    Published by: 815842 on June 28, 2011 12:35 AM

    Hello

    I think that you have not enabled the Folders_g on UCM component.

    Select the component of management components - Server Admin Manager - and then restart the server of the University Complutense of MADRID.

    Test to see if the problem still persists.

    Thank you
    Srinath

  • Application of the ADF does not work after deployment to weblogic Server (quartz Scheduler is used)

    I created a Web merger Application using Jdeveloper 11.1.1.7. I use quartz Scheduler that will run the application automatically according to a predefined interval.

    The application works perfectly in Jdeveloper and no problem at all. The problem is when the application is deployed on weblogic server.

    Simply, the Scheduler is not rely on weblogic server and the application is not running.

    Any idea what can cause this problem? any idea would be appreciated, thanks in advance

    You should check the server logs in order to understand what happens when you call the Scheduler. There, you will come to know if there is an error message.

    Actually, it's the only way that outside help me to solved the problem. It has nothing to do with the quartz Scheduler , it was question of jdbc where the connection to the application module was not set correctly. Problem solved with application module configuration changed to use instead of the URL JDBC data source

  • What is the URL of the EM in the integrated weblogic Server?

    Hello

    What is the URL to Enterprise Manager on the integrated weblogic server included in the JDeveloper 11.1.1.4 package?

    There is a server running on http://127.0.0.1:7101 /, but if I click on the first link that I see on the right panel 'Go to Fusion Middleware Control', it redirects to http://127.0.0.1:7101 / em, where a PAGE not FOUND 404 error is issued. You have an idea about this problem?

    Thank you.

    For this, you can use either the MA or the console app but not Jdev.

    Timo

  • Custom for Weblogic Server identity Asserter

    I created a Custom Identity Asserter for Weblogic Server, but when I try to access it from my cleint, I get an error of 401 - not authorized
    even when I send a valid token. The token is encoded in Base64 as marked in the created security provider.

    Can someone help me on this.

    -Raj

    allow me to mail and debug log file SecurityATN

    [email protected]

  • Installation of Weblogic server 10.3.6

    Hi all

    I installed it, weblogic server 10.3.6 on 6.4 rhel 64 bit, and successfully completed.

    I installed in the directory/u02/forms112.

    Capture.JPG

    The next thing is I want to start/stop the weblogic server, but I can't find the startWebLogic.sh script

    Please help how to configure weblogic, after installation.

    Thank you very much

    JC

    You will first need to create a domain. The script will be generated for each area. So far, you have only installed the weblogic binaries. Run the config.sh to create the domain.

Maybe you are looking for