yangjiechina / JGB28181

基于Java实现的GB28181平台
159 stars 75 forks source link

启动报错 #2

Closed hrdzkj closed 4 years ago

hrdzkj commented 4 years ago

请问这个报错,是那里配置不对呢 javax.sip.InvalidArgumentException: java.net.BindException: Address already in use (Bind failed) at gov.nist.javax.sip.SipStackImpl.createListeningPoint(SipStackImpl.java:1677) at com.yangjie.JGB28181.message.SipLayer.initSip(SipLayer.java:165) at com.yangjie.JGB28181.message.SipLayer.startServer(SipLayer.java:146) at com.yangjie.JGB28181.message.config.SipLayerConfig.sipLayer(SipLayerConfig.java:40) at com.yangjie.JGB28181.message.config.SipLayerConfig$$EnhancerBySpringCGLIB$$6d4f3bb6.CGLIB$sipLayer$0() at com.yangjie.JGB28181.message.config.SipLayerConfig$$EnhancerBySpringCGLIB$$6d4f3bb6$$FastClassBySpringCGLIB$$3bc1b657.invoke() at org.springframework.cglib.proxy.MethodProxy.invokeSuper(MethodProxy.java:228) at org.springframework.context.annotation.ConfigurationClassEnhancer$BeanMethodInterceptor.intercept(ConfigurationClassEnhancer.java:358) at com.yangjie.JGB28181.message.config.SipLayerConfig$$EnhancerBySpringCGLIB$$6d4f3bb6.sipLayer() at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498)

报错 配置

hrdzkj commented 4 years ago

关闭了java.exe重启后正常了