Project

General

Profile

« Previous | Next » 

Revision 77684b93

Added by Andreas Kohlbecker over 12 years ago

comprehensive logging message

View differences:

src/main/java/eu/etaxonomy/cdm/server/Bootloader.java
357 357
    public void startServer() throws IOException,
358 358
            FileNotFoundException, Exception, InterruptedException {
359 359

  
360

  
360 361
        if(cmdLine.hasOption(LOG_DIR.getOpt())){
361 362
            logPath = cmdLine.getOptionValue(LOG_DIR.getOpt());
362 363
        } else {
......
616 617
        for(CdmInstanceProperties conf : configAndStatusSet){
617 618

  
618 619
            if(!conf.isEnabled()){
619
                logger.info(conf.getDataSourceName() + " is disabled => skipping");
620
                logger.info(conf.getDataSourceName() + " is disabled due to JVM memory limitations => skipping");
620 621
                continue;
621 622
            }
622 623
            conf.setStatus(CdmInstanceProperties.Status.initializing);

Also available in: Unified diff