同一个pipe不能被注册多次
例如,
先使用PipeAdvertisement构造了一个JxtaServerSocket对象,
然后使用同一个PipeAdvertisement构造JxtaServerPipe对象,这是系统会抛出异常
java.io.IOException: Could not register input pipe (already registered) for urn:jxta:uuid-83A8BEEE6E0B421EB4059B445A02C0DA0B75BABF7FB9438EA2A7C0B9451056D304
at net.jxta.impl.pipe.InputPipeImpl.<init>(InputPipeImpl.java:128)
at net.jxta.impl.pipe.PipeServiceImpl.createInputPipe(PipeServiceImpl.java:388)
at net.jxta.impl.pipe.PipeServiceInterface.createInputPipe(PipeServiceInterface.java:157)
at net.jxta.util.JxtaServerPipe.<init>(JxtaServerPipe.java:163)
at net.jxta.util.JxtaServerPipe.<init>(JxtaServerPipe.java:128)
at com.cuizhf.jxtamessenger.threads.JxtaServerPipeManager.initialize(JxtaServerPipeManager.java:50)
at com.cuizhf.jxtamessenger.JxtaMessenger.<init>(JxtaMessenger.java:75)
at com.cuizhf.jxtamessenger.JxtaMessenger.startJxtaMessenger(JxtaMessenger.java:43)
at com.cuizhf.jxtamessenger.Main.main(Main.java:29)
分享到:
相关推荐
解决 java.lang.RuntimeException: Could not generate DH keypair异常处理。 bcprov-ext-jdk15on-1.60、bcprov-jdk15on-1.60两个包放到jre下的$JAVA_HOME/jre/lib/ext的路径下,然后配置$JAVA_HOME/jre/lib/...
FileNotFoundError: Could not find module ‘***-dll.dll
在使用深度学习框架如百度飞桨(PaddlePaddle)时,可能会遇到导入错误ImportError,具体表现为"Could not find 'cudnn64_7.dll'"。这个错误通常是由于CUDA(NVIDIA的Compute Unified Device Architecture)环境配置...
"could not read symbols: Bad value" 问题解决方案 本文将详细介绍在 64 位 Linux 系统下出现的 "could not read symbols: Bad value" 问题,并提供解决方案。 问题描述 -------- 在 64 位 Linux 系统下编译 ...
NULL 博文链接:https://lbay.iteye.com/blog/784874
### "could not create the java virtual machine" 解决办法 在开发过程中,我们经常会遇到 “could not create the java virtual machine” 这样的错误提示。这个问题通常出现在启动基于Java的应用程序时,比如...
加密是报:javax.net.ssl.SSLException: java.lang.RuntimeException: Could not generate DH keypair 此处提供 bcprov-ext-jdk15on-154.jar 和 bcprov-jdk15on-154.jar 压缩包中有使用说明
### Ubuntu 18.04 下解决 Qt 出现 qt.qpa.plugin: Could not load the Qt platform plugin “xcb” 问题 #### 问题背景及描述 在 Ubuntu 18.04 系统中,安装并尝试运行 Qt 5.15.0 版本的应用程序时可能会遇到以下...
composer.phar,国内经常会下载失败。。难得能下载下来,赶紧保存。。
(DBX Error: Driver could not be properly initialized. Client library may be missing, not installed properly, ...),我找到了合适的libmysql.dll和dbxmys.dll组合,把下面这个libmysql.dll拷贝到XE的bin目录...
启动 httpd:(13)Permission denied: httpd: could not open error log file /home/wwwroot/jb51.net/logs/error_log. Unable to open logs [失败] 三、问题原因 因为新安装的系统,所以SELinux默认是开启状态,...
报错 org.apache.hadoop.hdfs.BlockMissingException: Could not obtain block 2、百度结果 参考 https://blog.csdn.net/xiaozhaoshigedasb/article/details/88999595 防火墙记得关掉; 查看DataNode是否启动;...
在使用Maven构建Java项目时,可能会遇到这样一个错误:“Failed to execute goal on project …: Could not resolve dependencies for project …”。这个错误通常表明Maven在构建过程中遇到了依赖解析问题,无法...
主要介绍了Tensorflow安装问题: Could not find a version that satisfies the requirement tensorflow,文中通过示例代码介绍的非常详细,对大家的学习或者工作具有一定的参考学习价值,需要的朋友们下面随着小编来...
安装JayDeBeApi时,如果报错,提示:error: Could not find suitable distribution for Requirement.parse('py4j') 需要先安装这个py4j
然而,当出现"HttpMessageNotWritableException: Could not write JSON: Infinite recursion (StackOverflowError)"这样的错误时,意味着在序列化过程中遇到了无限递归的问题。这个问题通常是由于对象之间的引用循环...
1、修改jdk/jre/lib/security/java.security,加粗部分放到最前面,其它依次修改编号放到后面 security.provider.1=org.bouncycastle.jce.provider.BouncyCastleProvider security.provider.2=sun.security....
【SpringBoot】Error: Could not find or load main class org.apache.hadoop.mapreduce.v2.app.MRAppMaster报错明细问题解决后记 报错明细 IDEA SpringBoot集成hadoop运行环境,,本地启动项目,GET请求接口触发...
Could not find method clean() for arguments [{type=class org.gradle.api.tasks.Delete}, build_458py9op120bi768cfxm5xc2wrunclosure1_run_closure1runclosure1_closure4@7daf132f] on object of type org....