[
https://issues.jboss.org/browse/WFLY-11971?page=com.atlassian.jira.plugin...
]
Ilia Vassilev moved JBEAP-16707 to WFLY-11971:
----------------------------------------------
Project: WildFly (was: JBoss Enterprise Application Platform)
Key: WFLY-11971 (was: JBEAP-16707)
Workflow: GIT Pull Request workflow (was: CDW with loose statuses v1)
Component/s: IIOP
(was: IIOP)
Affects Version/s: 16.0.0.Final
(was: 7.2.0.GA)
Fix Version/s: (was: 7.2.2.GA)
OpenJDK ORB IndexOutOfBoundsException when when the actionString does
not contain any slash character
-----------------------------------------------------------------------------------------------------
Key: WFLY-11971
URL:
https://issues.jboss.org/browse/WFLY-11971
Project: WildFly
Issue Type: Bug
Components: IIOP
Affects Versions: 16.0.0.Final
Reporter: Ilia Vassilev
Assignee: Tomasz Adamski
Priority: Major
Labels: regression
OpenJDK ORB IndexOutOfBoundsException when when the actionString does not contain any
slash character
{code}
17:17:42,718 ERROR [TestSingleton] (ServerService Thread Pool -- 79) Caught Exception:
java.lang.StringIndexOutOfBoundsException: String index out of range: -1
at java.lang.String.substring(String.java:1967)
at com.sun.corba.se.impl.util.RepositoryId.init(RepositoryId.java:353)
at com.sun.corba.se.impl.util.RepositoryId.<init>(RepositoryId.java:311)
at com.sun.corba.se.impl.util.RepositoryIdCache.getId(RepositoryIdCache.java:102)
at
com.sun.corba.se.impl.encoding.CDRInputStream_1_0.read_Object(CDRInputStream_1_0.java:740)
at
com.sun.corba.se.impl.encoding.CDRInputStream_1_0.read_Object(CDRInputStream_1_0.java:710)
at com.sun.corba.se.impl.encoding.CDRInputStream.read_Object(CDRInputStream.java:231)
at
com.sun.corba.se.impl.resolver.INSURLOperationImpl.getIORFromString(INSURLOperationImpl.java:136)
at
com.sun.corba.se.impl.resolver.INSURLOperationImpl.operate(INSURLOperationImpl.java:146)
at com.sun.corba.se.impl.orb.ORBImpl.string_to_object(ORBImpl.java:825)
at test.TestSingleton.test(TestSingleton.java:29)
{code}
--
This message was sent by Atlassian Jira
(v7.12.1#712002)