I downloaded Oracle 18C at my Linux Centos machine and it's working fine.After that I downloaded Oracle Apex and followed all the steps but I come across with blank page as most of the people come across after setup of Oracle Apex. Lots of people came across with the problem and I followed all the steps that they mentioned. But I still see blank page when I load http://hostname:8080/apex/apex_admin. I could not find error logs as well neither from browser nor from any apex log directory.
.
Best Regards
Related
I was trying to upgrade apex from 21.1.0 to 21.2.3 with patch(33420059). After successful upgrade login throughs an error "There is a problem with environment! the for version 21.1.0 loaded, but 21.2.2 is expected".
I configured the server in TOMCAT 9 with ORDS 21x, and also copied images frolder from the .zip file to folder ords\images and tomcat \i.
tried all possible advices in the google.
Regards,
Jojo
Take in mind that APEX 21.2 static resources are available on a CDN.
For APEX product version 21.2.2 and 21.2.3, use
https://static.oracle.com/cdn/apex/21.2.2/. The CDN contains the
production APEX 21.2 static resources and the updated static resources
included in PATCH_VERSION 1, 2 and 3. Please refer to the included
README for instructions on using the new CDN.
If you're sure about the CDN configuration, please follow these steps:
1- Run the script: apex_rest_config.sql
Learn more: Configuring RESTful Services
2- Validating the Oracle REST Data Services Installation
java -jar ords.war validate [--database <dbname>]
3- Clear the cache browser
You have not updated /i/ (images) from older version, now you have new apex and static images from old apex - you need to replace static images location on your tomcat with new images from apex upgrade package. Make copy first of course.
I am trying to integrate Oracle JET with Oracle APEX, I tried to find information about integration. I found some blog posts for older version of APEX and Oracle JET - I can't find a way to download oraclejet.zip file and “Oracle JavaScript Extension Toolkit : Base Distribution”?
I tried to install files using npm, but there I can't find files which I should upload to apex static files.
Or this files: https://docs.oracle.com/middleware/jet400/jet/developer/GUID-219A636B-0D0B-4A78-975B-0528497A82DD.htm#JETDG-GUID-219A636B-0D0B-4A78-975B-0528497A82DD
I want to add JET diagrams to Oracle APEX and other components too.
Oracle JET has been part of the standard APEX installation for the past couple of years. The most recent release, APEX 21.1 contains Oracle JET 10.0.0. There are plenty of Oracle JET components that can be used declaratively by APEX, but you should still be able to reference the library through standard JavaScript if you so choose.
I am using
- Oracle APEX 4.2.6
- Mozilla Firefox ESR 52.3.0 (32 bits)
I've developed a Pie Chart that show some functional statistics. The issue is that the Pie chart did not show very well. In fact, it shows bad on the Developement environnement, but it shows well on the Qualification environnement:
Below a screenshot of the chart on the two environnement:
1- Developpement environnement
2 - Qualification environnement
What can be the problem with this issue?
NB: it's worked well on Chrome and IE browsers. But should work too on Firefox.
Thank you in advance.
I meet the same problem a year or two ago. My research shows that it is a bug in Firefox and/or AnyChart. I saw several topics on forums (including the official Oracle forum), everywhere this reason was mentioned.
Also, take a look at this page:
Product Management investigated the issue and concluded that this is not an APEX code issue, but specific to AnyChart HTML5 charts. Hence they are internally coordinating with the AnyChart.
The issue is that I have two different versions of AnyChart in both environnements and one of them is not compatible with the FireFox version 52.3.0.
The charts with AnyChart version 6.2.0 do not show as expected in the developpement environnement. But they show well in the qualificcation env with an old AnyChart version 6.0.11
I contacted the AnyChart support, this is their last reply:
Great, now I see. Thank you for your report!
In this case, we may suggest you using version 6.0.11 in both environments.
Also, you can get AnyChart.js from the environment server where pie chart works properly and use this js in the other environment.
We will investigate this issue related to 6.2.0 version.
As AnyChart is a part of Apex, please, contact Oracle support and report this issue.
To resolve the issue, I use the same AnyChart files of qualification env in the dev env: AnyChart.js and AnyChartHTML5.js files existed in the installation directory of APEX.
Good day – We rebranded our site back in June, with new images, CSS and a thorough review of the site content to replace instances of the old name with the new . After rollout, everything was fine - site was stable and we were able to move forward with standard maintenance stuff - updating, archiving, etc.
We had to restart our production site server this morning and we just noticed that the SC content on the site is now all showing the old information. I have checked the SC backend and all of the content has the old information and is missing recently added items. It is like SC rolled back a month.
We are currently on Sitecore 7.2, hosted internally on a Server2008R2 Windows box, IIS 7.5, 4.0 .NET framework.
How can something like this happen by rebooting the server? We are working with our third-party provider, but figured I would also post here to see if anyone else has run into this issue.
I created a datasource from my ColdFusion 8 admin using JDBC/Oracle Thin Client. The datasource creation was successful.
When Oracle encryption is configured as "Requested" I can browse my ColdFusion app. and run many functionalities with no problem. But when the Oracle encryption is configured as "Required" the connection fails.
The way I tested and know that it was failed was when I log in to my web app. It won't log me in. But when the Oracle is switched back as "Requested" I can log in successfully and run my tasks.
I have ColdFusion 8 Enterprise version and the operating system is Unix.
From the network dept, I was told they have the correct JAR file in place but not sure what is the correct JAR file.
Currently my web apps are running with datasource created using Oracle Thin Clint but the Oracle encryption needs to be switched back to "Requested" otherwise my users are complaining that they can't log in.
Has anyone ever experienced this situation and found a solution?
What should I do so I can use Oracle encryption set to "Required"?
I believe you are looking for the ojdbc14.jar file in the ColdFusion8/wwwroot/WEB-INF/lib directory (this will work with 11g).
I would give Coldfusion a restart but it might not be unnecessary.
Navigate to your Coldfusion Administrator.
In the ColdFusion Administration under data sources. Add a new data source along with your credentials and choose Other from the Database driver options.
Then enter this: jdbc:oracle:thin:#10.10.10.11:1521:ORCL in the JDBC URL Textarea.
In the Driver Class textfield enter oracle.jdbc.OracleDriver.
If you need a different jar (not sure you will) but if you do you can down load it from here.
http://www.oracle.com/technetwork/indexes/downloads/index.html
Hope this is helpful or at least gets you further along.
Frank, Thank you for the answer but the java version running on my CF server is JAVA1.6 and the ojdbc.jar that's installed in there is ojdbc6.jar
Should the version of ojdbc.jar and java be the same? If I am already in the right track with my ojdbs.jar and java files then I'm back to square one
In addition, my further test using Oracle encryption as "Requested", I can run my apps. just fine except when my CF made a call to a str. procedure, it did not return a result. So I got CF error.
From me googling this issue, I found a blog that says this is a problem on CF standard version when using Oracle Thin Client. My CF is Enterprise edition.
I'm confused...is this related? how can I make this work?