求助,postgresql服务启动不了

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了求助,postgresql服务启动不了相关的知识,希望对你有一定的参考价值。

到postgresql安装目录的bin文件夹下手动启动pg_ctl—— pg_ctl start -w -D "../data",未果,但是提示说某个文件没有权限创建。 解决办法是将整个postgreSQL安装目录附一个Everyone的权限。
启动,还是不成功,于是查看data/pg_log目录下的日志信息,发现无法创建inherite socket。 解决办法是运行 netsh winsock reset,然后重启系统。
参考技术A postmaster.pid是postgresql服务自动产生的,记录服务进程号的,不要人为去改动它。
服务停止时,会自动删除。如果有遗留下,那就手工删除掉

在启动前,这个文件是不应该存在的,如果这个文件不存在,服务还是无法启动,那就不是postmaster.pid的问题。
是否还有其他错误信息?

求助:wcf服务跨网段访问

wcf默认是寻找机器名!改成ip也不行!服务器ip:10.53.108.12 ,108网段访问wcf正常(可能同网段可以寻找到机器名) ,其他网段如10.53.170.xx 都不能访问,在ie里面输入地址可以看到 也能下载代理类 就是在程序里面访问不了!
求助 wcf新手 找了好久解决不了!
配置信息如下
服务端
<system.serviceModel>
<wsDualHttpBinging>
<binding name="my">
<security mode="none">
</>

</wsDualHttpBinging>
<services>
<service name="Visits.Service1">
<host>
<baseAddresses>
<add baseAddress="http://10.53.108.12/Service1/"/>
</baseAddresses>
</host>
<endpoint address="" binding="wsDualHttpBinding" contract="Visits.IService1">
</endpoint>
<endpoint address="mex" binding="mexHttpBinding" contract="IMetadataExchange"/>
</service>
</services>
<behaviors>
<serviceBehaviors>
<behavior>
<serviceMetadata httpGetEnabled="True"/>
<serviceDebug includeExceptionDetailInFaults="False"/>
</behavior>
</serviceBehaviors>
</behaviors>

客户端

<security mode="none">
<message clientCredentialType="Windows" negotiateServiceCredential="true"
algorithmSuite="Default" />
</security>
</binding>
</wsDualHttpBinding>
</bindings>
<client>
<endpoint address="http://10.53.108.12/Visits.Service1.svc"
binding="wsDualHttpBinding" bindingConfiguration="WSDualHttpBinding_IService1"
contract="ServiceReference1.IService1" name="WSDualHttpBinding_IService1">

参考技术A

跨网段访问不是代码的设置,需要添加默认IP地址,在服务器端的IP地址中点添加,然后输入10.53.170.*(*表示随便,只要不与其他冲突就好),170的网段就能访问服务器了。

追问

岂不要占用一个ip 占用一个ip资源,ip资源有限啊!

追答

你用路由器主机也会占用一个路由资源的吧。这是肯定要占的啊,不然彼此怎么通讯

以上是关于求助,postgresql服务启动不了的主要内容,如果未能解决你的问题,请参考以下文章

nginx启动不了 求助

IIS安装后IE打不开,DTC启动不了,高手,求助!!

postgresql 服务启动不了 postgresql.conf contains errors 怎么解决,急!写论文!

Arduino新人求助,Galileo Gen2 SD卡启动不了

启动hadoop不成功,求助

pgsql开机不启动