GithubHelp home page GithubHelp logo

SEVERE: Exception sending context initialized event to listener instance of class mx.nic.rdap.server.listener.RdapInitializer about rdap-server HOT 2 OPEN

gclooi avatar gclooi commented on August 21, 2024
SEVERE: Exception sending context initialized event to listener instance of class mx.nic.rdap.server.listener.RdapInitializer

from rdap-server.

Comments (2)

dhfelix avatar dhfelix commented on August 21, 2024

Apparently, we did not test the demo on a Windows OS computer.

I have only been able to replicate the error on my Windows machine. In Ubuntu and Debian systems this error does not appear, and the demo works fine.

I will try to fix it, we are short in resources and I'm working in another project, Maybe i'll take me a few days to fix it.

from rdap-server.

vincentbryanc avatar vincentbryanc commented on August 21, 2024

@dhfelix, I've also tried it on our ubuntu server. This server error appears,

Oct 25, 2021 6:30:29 AM org.apache.catalina.core.StandardContext setPath
WARNING: A context path must either be an empty string or start with a '/' and do not end with a '/'. The path [/] does not meet these criteria and has been changed to []
Oct 25, 2021 6:30:29 AM org.apache.catalina.core.StandardContext setPath
WARNING: A context path must either be an empty string or start with a '/' and do not end with a '/'. The path [rdap-server] does not meet these criteria and has been changed to [/rdap-server]
Oct 25, 2021 6:30:30 AM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["http-nio-127.0.0.5-9090"]
Oct 25, 2021 6:30:30 AM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector
INFO: Using a shared selector for servlet write/read
Oct 25, 2021 6:30:30 AM org.apache.catalina.core.StandardService startInternal
INFO: Starting service Tomcat
Oct 25, 2021 6:30:30 AM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet Engine: Apache Tomcat/8.0.36
Oct 25, 2021 6:30:30 AM org.apache.catalina.loader.WebappLoader buildClassPath
INFO: Unknown loader jdk.internal.loader.ClassLoaders$AppClassLoader@8bcc55f class jdk.internal.loader.ClassLoaders$AppClassLoader
Oct 25, 2021 6:30:30 AM org.apache.catalina.startup.ContextConfig getDefaultWebXmlFragment
INFO: No global web.xml found
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
Oct 25, 2021 6:30:31 AM org.apache.catalina.core.ApplicationContext log
INFO: Initializing Shiro environment
Oct 25, 2021 6:30:31 AM mx.nic.rdap.db.service.DataAccessService loadImplementationFromProperties
INFO: The 'data-access-implementation' property is absent from the configuration. Falling back to explore the classpath.
Oct 25, 2021 6:30:31 AM mx.nic.rdap.db.service.DataAccessService loadImplementationFromClasspath
INFO: Found a data access implementation in the classpath: mx.nic.rdap.sql.impl.SqlProviderImplementation
Oct 25, 2021 6:30:31 AM mx.nic.rdap.sql.DatabaseSession findRdapDataSource
INFO: Attempting to find data source 'java:/comp/env/jdbc/rdap'...
Oct 25, 2021 6:30:31 AM mx.nic.rdap.sql.DatabaseSession findRdapDataSource
INFO: Data source not found. Attempting something else...
Oct 25, 2021 6:30:31 AM mx.nic.rdap.sql.DatabaseSession findRdapDataSource
INFO: Attempting to find data source 'java:comp/env/jdbc/rdap'...
Oct 25, 2021 6:30:31 AM mx.nic.rdap.sql.DatabaseSession findRdapDataSource
INFO: Data source not found. Attempting something else...
Oct 25, 2021 6:30:31 AM mx.nic.rdap.sql.DatabaseSession initRdapConnection
INFO: I could not find the RDAP data source in the context. This won't be a problem if I can find it in the configuration. Attempting that now...
Oct 25, 2021 6:30:31 AM mx.nic.rdap.sql.DatabaseSession testDatabase
INFO: Executing QUERY: select 1
Oct 25, 2021 6:30:31 AM mx.nic.rdap.sql.SQLProviderConfiguration initForServer
INFO: Default SQL files will be loaded.
Oct 25, 2021 6:30:33 AM mx.nic.rdap.sql.model.CountryCodeModel loadAllFromDatabase
INFO: Loaded 247 country codes.
Oct 25, 2021 6:30:33 AM mx.nic.rdap.server.notices.UserNotices init
INFO: Optional File 'tos.xml' not found, continue.
java.nio.file.NoSuchFileException: /WEB-INF/notices/tos.xml
Oct 25, 2021 6:30:33 AM mx.nic.rdap.server.notices.UserNotices init
INFO: Optional File 'notices.xml' not found, continue.
java.nio.file.NoSuchFileException: /WEB-INF/notices/notices.xml
Oct 25, 2021 6:30:33 AM mx.nic.rdap.server.notices.RequestNotices init
INFO: Optional File 'domain.xml' not found, continue.
java.nio.file.NoSuchFileException: /WEB-INF/notices/domain.xml
Oct 25, 2021 6:30:33 AM mx.nic.rdap.server.notices.RequestNotices init
INFO: Optional File 'entity.xml' not found, continue.
java.nio.file.NoSuchFileException: /WEB-INF/notices/entity.xml
Oct 25, 2021 6:30:33 AM mx.nic.rdap.server.notices.RequestNotices init
INFO: Optional File 'ns.xml' not found, continue.
java.nio.file.NoSuchFileException: /WEB-INF/notices/ns.xml
Oct 25, 2021 6:30:33 AM mx.nic.rdap.server.notices.RequestNotices init
INFO: Optional File 'autnum.xml' not found, continue.
java.nio.file.NoSuchFileException: /WEB-INF/notices/autnum.xml
Oct 25, 2021 6:30:33 AM mx.nic.rdap.server.notices.RequestNotices init
INFO: Optional File 'ip.xml' not found, continue.
java.nio.file.NoSuchFileException: /WEB-INF/notices/ip.xml
Oct 25, 2021 6:30:33 AM mx.nic.rdap.server.notices.UserEvents init
INFO: Optional File 'events.xml' not found, continue.
java.nio.file.NoSuchFileException: /WEB-INF/notices/events.xml

from rdap-server.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.