From 3fab8483b8deddc241b1e16b8b049616604b7767 Mon Sep 17 00:00:00 2001 From: Christian Tzolov Date: Tue, 13 May 2025 17:53:35 +0200 Subject: [PATCH] Remove log file Signed-off-by: Christian Tzolov --- mcp.weather.log | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 mcp.weather.log diff --git a/mcp.weather.log b/mcp.weather.log deleted file mode 100644 index 23b6a5e..0000000 --- a/mcp.weather.log +++ /dev/null @@ -1,13 +0,0 @@ -2025-05-13T17:39:30.096+02:00 INFO 33839 --- [main] o.s.a.m.s.server.McpServerApplication : Starting McpServerApplication using Java 17.0.12 with PID 33839 (/Users/christiantzolov/Dev/projects/spring-ai-examples/model-context-protocol/weather/manual-webflux-server/target/classes started by christiantzolov in /Users/christiantzolov/Dev/projects/spring-ai-examples) -2025-05-13T17:39:30.098+02:00 INFO 33839 --- [main] o.s.a.m.s.server.McpServerApplication : No active profile set, falling back to 1 default profile: "default" -2025-05-13T17:39:30.658+02:00 INFO 33839 --- [main] o.s.b.web.embedded.netty.NettyWebServer : Netty started on port 8080 (http) -2025-05-13T17:39:30.666+02:00 INFO 33839 --- [main] o.s.a.m.s.server.McpServerApplication : Started McpServerApplication in 0.745 seconds (process running for 0.868) -2025-05-13T17:39:44.284+02:00 INFO 33839 --- [reactor-http-nio-3] i.m.server.McpAsyncServer : Client initialize request - Protocol: 2024-11-05, Capabilities: ClientCapabilities[experimental=null, roots=null, sampling=null], Info: Implementation[name=Java SDK MCP Client, version=1.0.0] -2025-05-13T17:39:44.458+02:00 ERROR 33839 --- [boundedElastic-1] i.n.r.d.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-05-13T17:39:48.448+02:00 INFO 33839 --- [SpringApplicationShutdownHook] o.s.b.w.embedded.netty.GracefulShutdown : Commencing graceful shutdown. Waiting for active requests to complete -2025-05-13T17:39:48.450+02:00 INFO 33839 --- [netty-shutdown] o.s.b.w.embedded.netty.GracefulShutdown : Graceful shutdown complete -2025-05-13T17:40:18.064+02:00 INFO 34836 --- [main] o.s.a.m.s.server.McpServerApplication : Starting McpServerApplication v0.0.1-SNAPSHOT using Java 23.0.1 with PID 34836 (/Users/christiantzolov/Dev/projects/spring-ai-examples/model-context-protocol/weather/manual-webflux-server/target/mcp-weather-server-0.0.1-SNAPSHOT.jar started by christiantzolov in /Users/christiantzolov/Dev/projects/spring-ai-examples) -2025-05-13T17:40:18.065+02:00 INFO 34836 --- [main] o.s.a.m.s.server.McpServerApplication : No active profile set, falling back to 1 default profile: "default" -2025-05-13T17:40:18.543+02:00 INFO 34836 --- [pool-2-thread-1] i.m.server.McpAsyncServer : Client initialize request - Protocol: 2024-11-05, Capabilities: ClientCapabilities[experimental=null, roots=null, sampling=null], Info: Implementation[name=Java SDK MCP Client, version=1.0.0] -2025-05-13T17:40:18.630+02:00 INFO 34836 --- [main] o.s.a.m.s.server.McpServerApplication : Started McpServerApplication in 0.772 seconds (process running for 1.003) -2025-05-13T17:40:18.761+02:00 ERROR 34836 --- [boundedElastic-1] i.n.r.d.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