首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网络技术 > 网络基础 >

org.artofsolving.jodconverter.office.OfficeException: failed to start解决办法

2012-09-09 
org.artofsolving.jodconverter.office.OfficeException: failed to start解决方法在调用openoffice Manag

org.artofsolving.jodconverter.office.OfficeException: failed to start解决方法
在调用openoffice Manager时候会出现下面的错误

a process with acceptString 'socket,host=127.0.0.1,port=2002' is already running; pid5488 

说明链接正在被占用,使用$ps -aux|grep openoffice*
找到正在运行的openoffice的进程,使用kill -9 pid(此处为5488)结束掉即可。

热点排行