Issue while configuration oracle apex + ords + tomcat 9 - oracle-apex

I already configured Ords 20.0 with tomcat 9 , it works fine but some icons not come properly and got error message .

There is a script that you're missing to load the images.
Double check the installation guide. And if it's an upgrade you also need to run the script.
That combo of versions work fine for me.

After paste the images in route /i/. Run this command
java -jar ords.war validate

Related

Coldfusion LDAP from Docker Image

I am trying to establish a LDAP connection (<cfldap>) from within a Docker image of Coldfusion 2021. It would be hard to post any relavent code here simply because it would expose our AD tree, however, the same code I am trying to run works just fine from an installed copy of CF2021 on a linux server.
The reason for using a Docker image (vs. install) in this instance, is an attempt to setup a local development (MACOS) environment. So far, everything seems to be working great with the exception of LDAP calls.
Note: I have successfully run a ldapsearch call from a bash shell within the container.
The error I'm getting:
An error has occurred while trying to execute query :Could not resolve
a valid ldap host
The Docker image repo I pulled from:
https://hub.docker.com/r/adobecoldfusion/coldfusion
Update: I've just noticed CF version differences between the server that isn't having the problems:
Linux Version: 2021,0,01,325996 (installed a few weeks ago non-Docker)
Local MACOS: 2021,0,02,328618 (Docker)
Update 2: We've installed a fresh ColdFusion 2021 Docker image on a Linux box directly connected to our network and we are still seeing this issue. This narrows the issue down to Adobe Cold Fusion 2021's interaction with Docker and it's ability to do <CFLDAP>.
Update 3: 10-13-2021 - It would appear the CF team is aware of this, has confirmed the bug and is looking into it.
Update 4: 11-12-2021 - This bug is related to the version of Java running within the Docker image. "Adobe CF support suggested updating to JAVA SE 11.0.13 (LTS) inside the docker container" which has worked when tested. Expect CF to solve the problem in future Docker CF2021 releases.

ElasticBeanstalk and CodegeIgniter

I'm trying to get a code igniter (PHP) site working on Elasticbeanstalk using apache. When i run it php 5.6(EB stack), everything works fine, but when using Php 7.4, i get the following error:
/var/www/html/.htaccess: <IfModule not allowed here
I also tried using .ebextensions to override the Allowoverrride All but using that php code is displayed in browser rather executing it.
My EB Stack is :- PHP 7.4 running on 64bit Amazon Linux 2/3.1.0
Note: When i am running the same code in php 5.6 in elastic beanstalk it's working fine
7.4 will definitely be supported, and I would assume on release. No release date specified - but not long!

sitecore 9 installation failed on task 11 webdeploy Method not found WebDeployEventWriter EventWriteVerbose

I am getting below error while installing sitecore 9.0 update 2 on task 11 .
After troubleshooting I came to know that I had install web deploy 4 which is not supported to SIF 1.2.1
I uninstall and reinstall version 3 problem got resolved.
Installed Web Deploy in
Visual Studio before to run installtion script.
Use the search box to search following tools and add as depicted in below screenshot.

Upgrade PHP PDO_PGSQL version from 8.4 to 9.4 EC2 Instance

I have an EC2 Amazon Linux Ami instance running PHP server version 5.6.22, also PostgreSQL 9.4.6 installed.
Doing an echo phpinfo(); it give the following value for PDO_PGSQL library:
PostgreSQL(libpq) Version 8.4.20
This is causing that the app server throws error while trying to connect to the RDS instance with Postgres 9.5 due to the missmatching versions.
I have been looking to make that version to be 9.4 or 9.5. Until now, I had done severals reinstall, trying dealing with repositories, but without results.
EDIT:
The reported version for psql command is: psql (PostgreSQL) 9.4.6
Its very old but I wanted to write.
I had the same issue and thought that error caused by php libpq exactly like you.
I tried million times to reinstall everything, changed OS but no result. Then I found some other setting that can cause the error. That was "Security Groups". You can find it under EC2 page menu. Please switch inbound source "everywhere" for "rds-launch-wizard" group then try to connect again.
It should work, if other every options are O.K.
Good luck.

Fresh Sitecore install - Handler "AboMapperCustom-88978986" has a bad module "IsapiModule" in its module list

I get this error with a fresh Sitecore 6.4 install.
HTTP Error 500.21 - Internal Server Error Handler
"AboMapperCustom-88978986" has a bad module "IsapiModule" in its
module list
Any ideas? AppPool is integreated but i get same error on classic.
There is a problem with the installer it sets up the appPool using .net 2.0. If you switch it to use .net 4.0 and make sure it's in integrated mode, you should be good to go.
I was using Windows 7 and Sitecore 7.5. This solved the HTTP Error 500.21 for me:
Run the command prompt as administrator.
Go to this directory: %windir%\Microsoft.NET\Framework\v4.0.30319\
And run the command: aspnet_regiis -i
Hope this can help.