[JAVA] What to do if a SAX Parser error occurs when using Liferay 7 / DXP on AWS

When running Liferay 7 / DXP on AWS, it is common to use S3 for the document & media repository, but at that time a SAX Parser error is thrown. To solve it, follow the procedure below.

  1. Create a file named system-ext.properties under / webapps / ROOT / WEB-INF / classes
  2. Insert the line org.xml.sax.driver = com.sun.org.apache.xerces.internal.parsers.SAXParser.
  3. After restarting the server, the error should no longer occur.

Recommended Posts

What to do if a SAX Parser error occurs when using Liferay 7 / DXP on AWS
What to do when a null byte error occurs
What to do if you get a port error when docker-compose up on Mac
What to do when a javax.el.PropertyNotWritableException occurs
no space left on device What to do if an error occurs
Notes on what to do when a WebView ClassNotFoundException occurs in JavaFX 12
What to do if ClassNotFoundException occurs when starting Tomcat
What to do if an ActionController :: UnknownFormat error occurs
Error ExecJS :: RuntimeUnavailable: What to do when it occurs
What to do if you get a NoClassDefFoundError when trying to run eclipse on Java9
What to do if mysql2 gets a bundle install error
What to do when javax.batch.operations.JobStartException occurs
What to do if you get a "Cannot Pull Container Error" when starting ECS ​​Fargate
[Rails 6] What to do when a missing a template error occurs after introducing haml [Super easy]
What to do when an UnsupportedCharsetException occurs in a lightweight JRE
What to do if you get a gcc error in Docker
What to do if you get a DISPLAY error in gym.render ()
What to do if you go offline due to SSL certificate error when running Jenkins on Mac
What to do if you get a JNI shared library error when trying to build in Eclipse
What to do if an error occurs when doing npm install axios in React + Typescript project
What to do and how to install when an error occurs in DXRuby 1.4.7
What to do if you get an error when you hit Heroku logs
What to do when "call'Hoge.connection' to establish a connection" appears on rails c
What to do if you get a MiniMagick vulnerability alert on GitHub
What to do when IllegalStateException occurs in PlayFramework
What to do if an error occurs in VS Code when importing a django module or your own module installed by pip install
What to do if you get a SQLite3 :: BusyException: database is locked error
wildflly10 java8 ERROR [org.jboss.jca.core.tx.jbossts.XAResourceRecoveryImpl] (Periodic Recovery) IJ000906 What to do if an error occurs
What to do if you get an error on heroku rake db: migrate
What to do if the rails server doesn't run out on AWS cloud9
[Ubuntu] What to do when MongoDB cannot be started due to a SocketException error
What to do if you get an "A server is already running." Error when you try to start the rails server
What to do if TextToSpeech doesn't work on Android 11
What to do if you accidentally create a model
What to do when rails creates a 〇〇 2.rb file
What to do if you get a wrong number of arguments error in binding.pry
What to do if you get an error saying "Please enter a valid value" when getting with Rails datetime_field
What to do if you get an error saying "Could not find a JavaScript runtime." When starting rails server
[Joke] What to do when the invalid sample rate is reached when using Mixxx on Ubuntu 20.04
What to do if you get a java.io.IOException in GlassFish
[Ruby / Rails] What to do when NoMethodError appears when using a destructive method such as filter!
What to do if you get a "302" error in your controller unit test code in Rails
<Dot installation> What to do if you cannot proceed due to an error when building a development environment for Rails learning.
Notes on what to do if Ubuntu 20.04 installation on Virtual box 6.1 (Windows10) fails with "Error 5 Input / output error"
[Spring Boot] What to do if an HttpMediaTypeNotAcceptableException occurs on an endpoint for which produces is set
What to do if you get a "Mysql2 :: Error: Operand should contain 1 column (s)" error in Rails
What to do if an SSH key authentication error occurs during automatic deployment to EC2 with Capistrano
What to do when you become a Problem During Content Assist
What to do when you run into a docker-compose node_modules problem
What to do if you get an error saying Cannot find a valid baseurl for repo when you use yum -y install docker in a udemy course using CentOS7
What to do if you should have installed Rails but an error occurs with rails -v (for beginners)
What to do if zip dies if there is a pom when making an executable jar with gradle
What to do if Operation not permitted is displayed when you execute a command in the terminal
What to do if you get the error Too long with no output (exceeded 10m0s) on CircleCI
What to do if you get a groovy warning in Thymeleaf Layout
Add gem'rails-i18n','~> 6.0.0' and what to do if bundle install gives an error
What to do if you get an error during rails db: reset
What to do when CentOS cannot be started with VirtualBox on Catalina
What to do if you get an uninitialized constant Likes Controller error
What to do when Blocked Host: "host name" appears in Ruby on Rails
What to do if deployment fails on Heroku (Ruby app not detected)