opensips启动报ERROR:core:fix_all_socket_lists: listeners found for protocol udp

在启动opensips时报下列错误

[[email protected] opensips]# opensips -c
Dec  3 10:29:29 [2356] ERROR:core:fix_all_socket_lists: listeners found for protocol udp, but no module can handle it

Dec  3 10:41:38 [2438] ERROR:core:fix_all_socket_lists: listeners found for protocol tcp, but no module can handle it

解决方法:

[[email protected] opensips]# vim /etc/opensips/opensips.cfg
loadmodule "proto_udp.so"
loadmodule "proto_tcp.so"

重新检查配置文件

[[email protected] opensips]# opensips -C
Dec  3 10:42:30 [2446] INFO:core:fix_poll_method: using epoll_lt as the IO watch method (auto detected)
Listening on
             udp: 10.10.2.95 [10.10.2.95]:5060
             tcp: 10.10.2.95 [10.10.2.95]:5060
Aliases:

Dec  3 10:42:30 [2446] NOTICE:core:main: config file ok, exiting...

时间: 2024-08-25 06:12:46

opensips启动报ERROR:core:fix_all_socket_lists: listeners found for protocol udp的相关文章

解决opensips启动时报ERROR:uri:db_checks_fixup1: configuration error 错误

opensips启动时报下列错误 [[email protected] opensips]# opensipsctl start INFO: Starting OpenSIPS : ERROR: PID file /var/run/opensips.pid does not exist -- OpenSIPS start failed 查看日志文件发现有下列错误 May 14 16:08:43 OpenSIPS /sbin/opensips[48245]: ERROR:uri:db_checks

springboot 配置jpa启动报Error processing condition on org.springframework.boot.autoconfigure.data.web.SpringDataWebAutoConfiguration.pageableCustomizer

springboot +gradle 配置jpa启动报Error processing condition on org.springframework.boot.autoconfigure.data.web.SpringDataWebAutoConfiguration.pageableCustomizer 经过一步步查看删选是因为spring-data-jpa包的版本冲突导致. 解决方案: 修改gradle的build.gradle配置文件 a.添加plugin("org.springfram

解决软件启动报error while loading shared libraries: libgd.so.2: cannot open shared object错误

解决软件启动报error while loading shared libraries: libgd.so.2: cannot open shared object错误 今天安装启动nginx的时候报这个错误:error while loading shared libraries: libgd.so.2: cannot open shared object,网上查了相关资料,解决了,在此记录下,也让后面遇到这个问题的朋友能快速解决. 先说解决办法,帮助着急解决问题的朋友,这个是因为缺失gd库,

Hadoop启动报Error: JAVA_HOME is not set and could not be found解决办法

Hadoop安装完后,启动时报Error: JAVA_HOME is not set and could not be found.解决办法:        修改/etc/hadoop/hadoop-env.sh中设JAVA_HOME.        应当使用绝对路径.        export JAVA_HOME=$JAVA_HOME                  //错误,不能这么改        export JAVA_HOME=/usr/java/jdk1.6.0_45      

Tomcat启动报Error listenerStart错误

今天启动Tomcat启动不了,报以下错: org.apache.catalina.core.StandardContext startInternal SEVERE: Error listenerStart org.apache.catalina.core.StandardContext startInternal SEVERE: Context [/******] startup failed due to previous errors 网上找了N多文章,都没有切中要害. 后来在国外网站上搜

Tomcat启动报Error listenerStart错误 | "beans" 必须匹配 DOCTYPE 根 "null" | java.lang.reflect.MalformedParameterizedTypeException

maven打包发布工程时,发布上去却报错FAIL - Deployed application at context path /ch but context failed to start 在服务器上重启tomcat,只看到报错: 严重: Error listenerStart一月 13, 2015 9:59:05 上午 org.apache.catalina.core.StandardContext startInternal严重: Context [/PMF] startup failed

物理机(服务器)安装centos6.5 无法启动报Error loading operating--

故障分析用U盘安装CENTOS 6.5 GURB 启动文件默认安装在U盘里面,把UP盘插上能正常启动 拔掉就出现一些错误如下图1,设置从U盘正常进入系统 2,输入GRUB grub> root (hd0, //这里按tab 键会帮你显示/分区所在的位置Possible partitions are:Partition num: 0, Filesystem type is ext2fs, partition type 0x83Partition num: 4, Filesystem type un

spring Boot启动报错Initialization of bean failed; nested exception is java.lang.NoSuchMethodError: org.springframework.core.annotation.AnnotatedElementUtils.getAnnotationAttributes

spring boot 启动报错如下 org.springframework.context.ApplicationContextException: Unable to start web server; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.boot.autoconfigure

springmvc项目启动报错 nested exception is org.springframework.core.NestedIOException

学习springmvc的时候demo启动报错: org.springframework.beans.factory.BeanDefinitionStoreException: Failed to read candidate component class: file [/Users/zhanglingxiang/IdeaProjects/springmvc_hellow/out/artifacts/springmvc_hellow_war_exploded/WEB-INF/classes/co