Discussions
Categories
- 17.9K All Categories
- 3.4K Industry Applications
- 3.3K Intelligent Advisor
- 63 Insurance
- 535.7K On-Premises Infrastructure
- 138.1K Analytics Software
- 38.6K Application Development Software
- 5.6K Cloud Platform
- 109.3K Database Software
- 17.5K Enterprise Manager
- 8.8K Hardware
- 71K Infrastructure Software
- 105.2K Integration
- 41.5K Security Software
ADF application in WLS

I have deployed an adf application as a EAR file in weblogicserver.when i test that application the testing url cant be reached.Any idea?
My cluster server is in Admin mode is this the reason.How can i change it to running mode as starting the server is not working as it is giving incompatible mode warning.
I got testing ip as http://my service privateip:8001/context-root. but this ip is not reachable.I only have 1 managed server and so no load balancer. created the service instance using wizard.
Answers
-
For the "incompatible mode warning" issue, we will need more details(how are you starting the server, complete error message, what changes you have made etc). You will probably need to resolve this first before you can test the ADF application.
To test the application, you need to use the Public IP address and not the internal IP address. You can find the external IP(public IP) address and detailed instructions here.
-
thanks .replacing internal ip with public ip worked
-
The welcome page is displaying perfectly but the navigation using Taskflow is not working.
-
Error 500--Internal Server Error
From RFC 2068 Hypertext Transfer Protocol -- HTTP/1.1:
when trying to navigate
-
I am assuming you are referring to the navigation within your application. Server error 500 is not enough to figure out what is the issue. You will need to look at the logs to get more information about the error (like the exception, stack trace) to debug this issue. I would recommend opening a support ticket with Oracle to troubleshoot this issue. When you open a support ticket, provide them with the logs. This tutorial shows you how to get the log files.
-
Connection to the datasource cannot be established is the error.
I have created a datasource in fmw console using the database url of my cloud service obtained from dbaas_monitor.
I used the connection in jdev using jdbc:[email protected] ip of db:1521:orcl .this is getting connected in jdev.
But i think the connection properties are lost when deploying application to cloud as ear file.