"Attempted to read file descriptor" for SocketInputStream
Description
Environment
Ubuntu 12.10, PostgreSQL 9.1.7, Java(TM) SE Runtime Environment (build 1.6.0_38-b05)
Attachments
2
- 17 Jan 2013, 03:57 AM
- 17 Jan 2013, 03:57 AM
Activity
Show:
Raymond Augé May 1, 2013 at 1:48 PM
This should be solved by https://liferay.atlassian.net/browse/LPS-33047#icft=LPS-33047
Randy Zhu February 13, 2013 at 2:25 PM
In preparation for Ideation; we are merging New Feature and Improvement tickets into a singular ticket type called “Feature Request”. Additional information to follow soon.
Fixed
Pinned fields
Click on the next to a field label to start pinning.
Assignee
Reporter
Vitaly Lyapin
Vitaly LyapinFix versions
Affects versions
Priority
Created January 17, 2013 at 3:57 AM
Updated June 25, 2023 at 10:42 PM
Resolved May 1, 2013 at 1:48 PM
Based on http://www.liferay.com/community/forums/-/message_boards/message/19118953
In Liferay sources it allows to read file descriptor only from java.lang.ProcessImpl, but code fail on checking read file descriptor permission from java.net.SocketInputStream when we connect via network. Full error log in trace.log file.
Sample Maven project in attachment DSTest.zip (PostgreSQL required).
DB settings:
login/password - postgres
db name - dstest
Can be changed in file "BrokerFactory.scala"