Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WARN log in server startup related to DatabaseUtilsComponent #22741

Open
ashanthamara opened this issue Feb 3, 2025 · 1 comment · May be fixed by #22821
Open

WARN log in server startup related to DatabaseUtilsComponent #22741

ashanthamara opened this issue Feb 3, 2025 · 1 comment · May be fixed by #22821

Comments

@ashanthamara
Copy link
Contributor

Description

[2025-02-03 14:03:06,059] []  WARN {org.wso2.carbon.database.utils} - [SCR] Found components with duplicated names! Details: 
Component1 : Component[
	name = org.wso2.carbon.database.utils.internal.DatabaseUtilsComponent
	factory = null
	autoenable = true
	immediate = true
	implementation = org.wso2.carbon.database.utils.jdbc.internal.DatabaseUtilComponent
	state = Unsatisfied
	properties = 
	serviceFactory = false
	serviceInterface = null
	references = null
	located in bundle = org.wso2.carbon.database.utils_2.2.3 [177]
]
Component2: Component[
	name = org.wso2.carbon.database.utils.internal.DatabaseUtilsComponent
	factory = null
	autoenable = true
	immediate = true
	implementation = org.wso2.carbon.database.utils.jdbc.internal.DatabaseUtilComponent
	state = Unsatisfied
	properties = 
	serviceFactory = false
	serviceInterface = null
	references = null
	located in bundle = org.wso2.carbon.database.utils_2.2.4 [176]
]  
[2025-02-03 14:03:06,102] []  INFO {org.wso2.carbon.event.output.adapter.kafka.internal.ds.KafkaEventAdapterServiceDS} - Successfully deployed the Kafka output event adaptor service
[2025-02-03 14:03:06,498] [] ERROR {io.netty.resolver.dns.DnsServerAddressStreamProviders} - Unable to load io.netty.resolver.dns.macos.MacOSDnsServerAddressStreamProvider, fallback to system defaults. This may result in incorrect DNS resolutions on MacOS. Check whether you have a dependency on 'io.netty:netty-resolver-dns-native-macos'. Use DEBUG level to see the full stack: java.lang.UnsatisfiedLinkError: failed to load the required native library
[2025-02-03 14:03:07,197] []  INFO {org.wso2.carbon.identity.user.onboard.core.service.internal.ServiceComponent} - User onboard api core service component activated successfully.
[2025-02-03 14:03:08,272] []  INFO {org.apache.jasper.servlet.TldScanner} - At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.

Steps to Reproduce

Logging in sever startup

Version

7.1.0-alpha

Environment Details (with versions)

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment