Skip to content
This repository was archived by the owner on Oct 14, 2020. It is now read-only.
This repository was archived by the owner on Oct 14, 2020. It is now read-only.

Minor: Noise with Derby in Open Liberty  #383

@scottkurz

Description

@scottkurz

Using dependency like:

        <groupId>org.apache.derby</groupId>
	<artifactId>derby</artifactId>
	<version>10.11.1.1</version>

Lots of messages like:

[INFO] [WARNING ] CWWKZ0014W: The application myservice-1.0-SNAPSHOT could not be started as it could not be found at location myservice-1.0-SNAPSHOT.war.
[INFO] [WARNING ] SRVE9967W: The manifest class path derbyLocale_cs.jar can not be found in jar file file:/C:/Users/ScottKurz/.m2/repository/org/apache/derby/derby/10.11.1.1/derby-10.11.1.1.jar or its parent.
[INFO] [WARNING ] SRVE9967W: The manifest class path derbyLocale_de_DE.jar can not be found in jar file file:/C:/Users/ScottKurz/.m2/repository/org/apache/derby/derby/10.11.1.1/derby-10.11.1.1.jar or its parent.
[INFO] [WARNING ] SRVE9967W: The manifest class path derbyLocale_es.jar can not be found in jar file file:/C:/Users/ScottKurz/.m2/repository/org/apache/derby/derby/10.11.1.1/derby-10.11.1.1.jar or its parent.
[INFO] [WARNING ] SRVE9967W: The manifest class path derbyLocale_fr.jar can not be found in jar file file:/C:/Users/ScottKurz/.m2/repository/org/apache/derby/derby/10.11.1.1/derby-10.11.1.1.jar or its parent.
[INFO] [WARNING ] SRVE9967W: The manifest class path derbyLocale_hu.jar can not be found in jar file file:/C:/Users/ScottKurz/.m2/repository/org/apache/derby/derby/10.11.1.1/derby-10.11.1.1.jar or its parent.
[INFO] [WARNING ] SRVE9967W: The manifest class path derbyLocale_it.jar can not be found in jar file file:/C:/Users/ScottKurz/.m2/repository/org/apache/derby/derby/10.11.1.1/derby-10.11.1.1.jar or its parent.
[INFO] [WARNING ] SRVE9967W: The manifest class path derbyLocale_ja_JP.jar can not be found in jar file file:/C:/Users/ScottKurz/.m2/repository/org/apache/derby/derby/10.11.1.1/derby-10.11.1.1.jar or its parent.
[INFO] [WARNING ] SRVE9967W: The manifest class path derbyLocale_ko_KR.jar can not be found in jar file file:/C:/Users/ScottKurz/.m2/repository/org/apache/derby/derby/10.11.1.1/derby-10.11.1.1.jar or its parent.
[INFO] [WARNING ] SRVE9967W: The manifest class path derbyLocale_pl.jar can not be found in jar file file:/C:/Users/ScottKurz/.m2/repository/org/apache/derby/derby/10.11.1.1/derby-10.11.1.1.jar or its parent.
[INFO] [WARNING ] SRVE9967W: The manifest class path derbyLocale_pt_BR.jar can not be found in jar file file:/C:/Users/ScottKurz/.m2/repository/org/apache/derby/derby/10.11.1.1/derby-10.11.1.1.jar or its parent.
[INFO] [WARNING ] SRVE9967W: The manifest class path derbyLocale_ru.jar can not be found in jar file file:/C:/Users/ScottKurz/.m2/repository/org/apache/derby/derby/10.11.1.1/derby-10.11.1.1.jar or its parent.
[INFO] [WARNING ] SRVE9967W: The manifest class path derbyLocale_zh_CN.jar can not be found in jar file file:/C:/Users/ScottKurz/.m2/repository/org/apache/derby/derby/10.11.1.1/derby-10.11.1.1.jar or its parent.
[INFO] [WARNING ] SRVE9967W: The manifest class path derbyLocale_zh_TW.jar can not be found in jar file file:/C:/Users/ScottKurz/.m2/repository/org/apache/derby/derby/10.11.1.1/derby-10.11.1.1.jar or its parent.
[INFO] [WARNING ] SRVE9967W: The manifest class path derbyLocale_cs.jar can not be found in jar file file:/C:/Users/ScottKurz/.m2/repository/org/apache/derby/derby/10.11.1.1/derby-10.11.1.1.jar or its parent.
[INFO] [WARNING ] SRVE9967W: The manifest class path derbyLocale_de_DE.jar can not be found in jar file file:/C:/Users/ScottKurz/.m2/repository/org/apache/derby/derby/10.11.1.1/derby-10.11.1.1.jar or its parent.
[INFO] [WARNING ] SRVE9967W: The manifest class path derbyLocale_es.jar can not be found in jar file file:/C:/Users/ScottKurz/.m2/repository/org/apache/derby/derby/10.11.1.1/derby-10.11.1.1.jar or its parent.
[INFO] [WARNING ] SRVE9967W: The manifest class path derbyLocale_fr.jar can not be found in jar file file:/C:/Users/ScottKurz/.m2/repository/org/apache/derby/derby/10.11.1.1/derby-10.11.1.1.jar or its parent.
[INFO] [WARNING ] SRVE9967W: The manifest class path derbyLocale_hu.jar can not be found in jar file file:/C:/Users/ScottKurz/.m2/repository/org/apache/derby/derby/10.11.1.1/derby-10.11.1.1.jar or its parent.
[INFO] [WARNING ] SRVE9967W: The manifest class path derbyLocale_it.jar can not be found in jar file file:/C:/Users/ScottKurz/.m2/repository/org/apache/derby/derby/10.11.1.1/derby-10.11.1.1.jar or its parent.
[INFO] [WARNING ] SRVE9967W: The manifest class path derbyLocale_ja_JP.jar can not be found in jar file file:/C:/Users/ScottKurz/.m2/repository/org/apache/derby/derby/10.11.1.1/derby-10.11.1.1.jar or its parent.
[INFO] [WARNING ] SRVE9967W: The manifest class path derbyLocale_ko_KR.jar can not be found in jar file file:/C:/Users/ScottKurz/.m2/repository/org/apache/derby/derby/10.11.1.1/derby-10.11.1.1.jar or its parent.
[INFO] [WARNING ] SRVE9967W: The manifest class path derbyLocale_pl.jar can not be found in jar file file:/C:/Users/ScottKurz/.m2/repository/org/apache/derby/derby/10.11.1.1/derby-10.11.1.1.jar or its parent.
[INFO] [WARNING ] SRVE9967W: The manifest class path derbyLocale_pt_BR.jar can not be found in jar file file:/C:/Users/ScottKurz/.m2/repository/org/apache/derby/derby/10.11.1.1/derby-10.11.1.1.jar or its parent.
[INFO] [WARNING ] SRVE9967W: The manifest class path derbyLocale_ru.jar can not be found in jar file file:/C:/Users/ScottKurz/.m2/repository/org/apache/derby/derby/10.11.1.1/derby-10.11.1.1.jar or its parent.
[INFO] [WARNING ] SRVE9967W: The manifest class path derbyLocale_zh_CN.jar can not be found in jar file file:/C:/Users/ScottKurz/.m2/repository/org/apache/derby/derby/10.11.1.1/derby-10.11.1.1.jar or its parent.
[INFO] [WARNING ] SRVE9967W: The manifest class path derbyLocale_zh_TW.jar can not be found in jar file file:/C:/Users/ScottKurz/.m2/repository/org/apache/derby/derby/10.11.1.1/derby-10.11.1.1.jar or its parent.
[I

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions