wildfirechat / push_server

wildfire chat push server
Other
137 stars 197 forks source link

启动项目后, 自动停止,如图 #13

Closed 258538429 closed 4 years ago

258538429 commented 4 years ago

image

类容如下 2020-05-14 19:44:20.986 INFO 92961 --- [ main] cn.wildfirechat.push.PushApplication : Starting PushApplication on lldeMacBook-Pro.local with PID 92961 (/Users/ll/Documents/yehuo/push_server-master/target/classes started by ll in /Users/ll/Documents/yehuo/push_server-master) 2020-05-14 19:44:20.994 INFO 92961 --- [ main] cn.wildfirechat.push.PushApplication : No active profile set, falling back to default profiles: default 2020-05-14 19:44:21.098 INFO 92961 --- [ main] s.c.a.AnnotationConfigApplicationContext : Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@309e345f: startup date [Thu May 14 19:44:21 CST 2020]; root of context hierarchy 2020-05-14 19:44:22.570 INFO 92961 --- [ main] com.turo.pushy.apns.ApnsClientBuilder : Native SSL provider not available; will use JDK SSL provider. 2020-05-14 19:44:23.009 INFO 92961 --- [ main] com.turo.pushy.apns.ApnsClientBuilder : Native SSL provider not available; will use JDK SSL provider. 2020-05-14 19:44:23.522 INFO 92961 --- [ main] o.s.j.e.a.AnnotationMBeanExporter : Registering beans for JMX exposure on startup 2020-05-14 19:44:23.542 INFO 92961 --- [ main] cn.wildfirechat.push.PushApplication : Started PushApplication in 3.201 seconds (JVM running for 3.99) 2020-05-14 19:44:23.546 INFO 92961 --- [ Thread-4] s.c.a.AnnotationConfigApplicationContext : Closing org.springframework.context.annotation.AnnotationConfigApplicationContext@309e345f: startup date [Thu May 14 19:44:21 CST 2020]; root of context hierarchy 2020-05-14 19:44:23.554 INFO 92961 --- [ Thread-4] o.s.j.e.a.AnnotationMBeanExporter : Unregistering JMX-exposed beans on shutdown

258538429 commented 4 years ago

本机环境问题