今天开启服务,让舍友连接时候,服务器抛出这个一个异常<BEA-000449> <Closing socket as no data read from it during the configured idle timeout of 5 secs>
硬翻译的话,意思就是:在5秒内没有读到数据 就关闭?
怪事,昨天好好的,今天怎么就不行了。。
然后上网找了下解决之路。
比较有权威的是:I had the same problem on my production environment. This message is logged when user does not wait for the whole page to load and clicks on some other link. In my view we can not control users action. So i applied a log filter so that this particular message is not shown with complete stack trace.
If you want to follow this solution Go to Admin console -> Click on Domain->Configuration->Log Filters->create new Log filter.
然后我在他所说的路径中没有找到相应的配置(也许是WEBLOGIC版本不一,也许是我没有仔细看)。
然后花了一个多小时...装了TOMCAT测试,仍然没有成功,说明不是WEBLOGIC的问题。接着关闭防火墙,打开端口之类……
我的方法:
考虑到我现在上网是限速(之前流量花光了),然后我断开蝴蝶(学院的上网代理软件)、让舍友再次连接,成功了。。
我晕啊,我一早就怀疑这点了。没想到问题真出现在这里了!!
学校服务器(路由器之类的)对学生的管理有点复杂,我是网络菜鸟。
相关推荐
This is during the random seeking phase of the "Random data with random seeking" test mode and only occurs with some specific test settings. Release 5.3 build 1024 WIN32 release 10 July 2008 - ...
- FIX: In "Windows ClearType" font rendering mode (OS Windows mode) the "garbage" pixels can appear from the right and from the bottom sides of the painted rectangle of the TFlexText object....
The device must define an absolute or relative coordi-nate space in at least two dimensions for which it can return position data. The device must have a point-ing ap¬para¬tus or method (such as a ...
+ The scaling procedure did not grab the latest data out of the data window's edit control if it was active, resulting in one point not being scaled or translated. Fixed. + A constant starting ...
Opening, searching in, and closing dozens of files isn’t fun, and the task becomes more and more challenging as the number of files increases. Because the problem involves searching through CSV and ...
4. **Reading Data**: Data can be read from the serial port using the `read()` function. 5. **Closing the Port**: Once all operations are completed, the port should be closed using the `close()` ...
PLEASE TAKE A LOOK AT THE "WHAT's NEW IN THIS VERSION" LINK IN THE HELP FILE AS IT HAS CONVENIENT LINKS TO ALL OF THE NEW TOPICS. ==================== Version 3.10 Build 1 - Several bug fixes. - ...
一、持久性异常:Mybatis 连接数据库报错 No suitable driver found 持久性异常是指在使用 Mybatis 连接数据库时,报错 No suitable driver found。这种异常的原因是因为在 db.properties 配置文件中,jdbc.url ...
An Introduction to Data: Everything You Need to Know About AI, Big Data ... and, in closing, a review of the use of AI in venture capital, as well as a snapshot of acceleration programs for AI companies.
This detailed overview provides a glimpse into the rich content of Niklaus Wirth's "Algorithms and Data Structures." The book serves as a valuable resource for anyone interested in understanding the ...
- `Socket.EndXXX()`系列方法用于结束异步操作,`Socket.ReceiveFrom()`和`Socket.SendTo()`支持UDP的广播和多播。 15. **示例代码** - 创建TCP服务器: ```csharp Socket serverSocket = new Socket(Address...
- **Disposing of the Stream Object**: Once the stream is no longer needed, it should be closed and released. Listing 3 shows how to close and release an `NSInputStream`. #### Writing To OutputStreams...
This concise and very easy-to-use primer introduces readers to a host of computational tools useful for making sense out of data, whether that data come from the social, behavioral, or natural ...
o Fixed the problem with sending the data to stdout (when the filename is empty string). * Version 1.93: o Updated the internal country names (added more 14 countries) that are used for ...
【Breaking Bad AI: Closing the Gaps between Data Security and Science】这一主题主要关注的是人工智能(AI)和机器学习(ML)项目中的数据安全问题。随着数据平台迅速转变为AI/ML开发的中心,安全验证的需求也在...
BatteryAPIdemo.zip This example demonstrates how to "To get information about the battery status with out having to use the SysInfo.ocx from MS"<END><br>3 , DisableXexam.zip This example easily...
you would typically create an instance of `FileInputStream`, passing the file path as a parameter, then call the `read()` method repeatedly to read bytes from the file. The `read()` method returns ...
Executing an LUA script isn't that straight-forward at first but at the end it turns out the be very simple. I'm explaining you the full implementation of how to execute a script by creating your own ...