Bug 780019 (SOA-2380) - Read timeout when trying to create connection to VDB.
Summary: Read timeout when trying to create connection to VDB.
Keywords:
Status: CLOSED NOTABUG
Alias: SOA-2380
Product: JBoss Enterprise SOA Platform 5
Classification: JBoss
Component: EDS
Version: 5.1.0.ER2
Hardware: Unspecified
OS: Unspecified
urgent
urgent
Target Milestone: ---
: ---
Assignee: Van Halbert
QA Contact:
URL: http://jira.jboss.org/jira/browse/SOA...
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2010-10-06 12:22 UTC by Marek Baluch
Modified: 2010-10-12 11:58 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2010-10-12 11:58:44 UTC
Type: Bug


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Issue Tracker SOA-2380 0 Blocker Closed Read timeout when trying to create connection to VDB. 2013-01-22 03:51:27 UTC

Description Marek Baluch 2010-10-06 12:22:02 UTC
project_key: SOA

See linked issue.

Comment 1 Marek Baluch 2010-10-06 12:22:18 UTC
Link: Added: This issue depends TEIID-1291


Comment 2 Van Halbert 2010-10-06 14:48:22 UTC
Couple of things:

-   you're using the admin port of 31443 for jdbc queries.   you should be using the jdbc port, which defaults to 31000
-   in ER2, the admin port defaults to using the secure protocol of "mms"
-   the admin port and the jdbc port use different security domains.   so you could eventually have issues if you thought you added the user to the teiid-security-users.properties and tried to use that user id when connecting via the admin port.
-   as for querying using the admin port, this is an undocumented feature, and there are possible plans to tighten this down so that only admin calls can be made on this port.

If you can make the change to use port 31000 and retry, it would be appreciated.


Comment 3 Marek Baluch 2010-10-06 15:41:32 UTC
It works with the jdbc port. I guess that the use of admin port changed between ER1 and ER2. It was possible to use the admin port on ER1 without problems.

Comment 4 Van Halbert 2010-10-06 16:07:48 UTC
From ER1 to ER2 the default secure protocol was changed to mms.   So existing test using the mm protocol on the admin port would fail.

As for using the admin port for jdbc queries, it's not a documented feature.  So please do not setup your test to use the admin port for queries.   The engineers are considering enforcing that the admin port not be used for jdbc queries.  

Comment 5 Van Halbert 2010-10-06 16:12:19 UTC
The use of the jdbc port, as recommended, was successful.   As for using undocumented features or future enhancements regarding how the admin and jdbc ports are used, please log an jira specific to the enhancement you would like to see.

Comment 6 Marek Baluch 2010-10-06 16:41:54 UTC
Thanks for the advice.


Note You need to log in before you can comment on or make changes to this bug.