[JBoss JIRA] (GTNPORTAL-3511) BasicHttpFetcher doesn't support IPv6 addresses
by Lucas Ponce (JIRA)
[ https://issues.jboss.org/browse/GTNPORTAL-3511?page=com.atlassian.jira.pl... ]
Lucas Ponce updated GTNPORTAL-3511:
-----------------------------------
Status: Resolved (was: Pull Request Sent)
Resolution: Done
> BasicHttpFetcher doesn't support IPv6 addresses
> -----------------------------------------------
>
> Key: GTNPORTAL-3511
> URL: https://issues.jboss.org/browse/GTNPORTAL-3511
> Project: GateIn Portal
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: Shindig
> Affects Versions: 3.8.2.Final
> Reporter: Lucas Ponce
> Assignee: Lucas Ponce
> Fix For: 3.9.0.Final
>
>
> BasicHttpFetcher.java cannot process IPv6 with format [::1].
> Some logic like this:
> String[] hostparts = StringUtils.splitPreserveAllTokens(uri.getAuthority(),':');
> int port = -1; // default port
> if (hostparts.length > 2) {
> throw new GadgetException(GadgetException.Code.INVALID_USER_DATA,
> "Bad host name in request: " + uri.getAuthority(),
> HttpServletResponse.SC_BAD_REQUEST);
> }
> has to be updated to support IPv4 and IPv6 formats.
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
10 years, 5 months
[JBoss JIRA] (GTNPORTAL-3435) Import .zip REST API broken with EAP 6.3.0.Alpha1
by RH Bugzilla Integration (JIRA)
[ https://issues.jboss.org/browse/GTNPORTAL-3435?page=com.atlassian.jira.pl... ]
RH Bugzilla Integration commented on GTNPORTAL-3435:
----------------------------------------------------
mark yarborough <myarboro(a)redhat.com> changed the Status of [bug 1083054|https://bugzilla.redhat.com/show_bug.cgi?id=1083054] from VERIFIED to CLOSED
> Import .zip REST API broken with EAP 6.3.0.Alpha1
> -------------------------------------------------
>
> Key: GTNPORTAL-3435
> URL: https://issues.jboss.org/browse/GTNPORTAL-3435
> Project: GateIn Portal
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Reporter: Lucas Ponce
> Assignee: Lucas Ponce
> Attachments: jbossweb-7.4.1.Final.jar, portal_classic_2014-03-28_16-59-29.zip
>
>
> A curl operation over template/user API:
> curl -i -H "Content-Type: application/zip" -u root:gtn -X PUT -T examples/user.zip "http://localhost:8080/rest/private/managed-components/template/user"
> hangs with:
> 16:35:16,466 INFO [org.exoplatform.portal.mop.management.operations.TemplateImportResource] (http-/127.0.0.1:8080-4) Import successful !
> 16:35:16,475 ERROR [org.apache.catalina.connector] (http-/127.0.0.1:8080-4) JBWEB001018: An exception or error occurred in the container during the request processing: java.nio.BufferOverflowException
> at java.nio.DirectByteBuffer.put(DirectByteBuffer.java:357) [rt.jar:1.7.0_25]
> at org.apache.coyote.http11.InternalNioOutputBuffer.commit(InternalNioOutputBuffer.java:666) [jbossweb-7.4.0.Beta4.jar:7.4.0.Beta4]
> at org.apache.coyote.http11.Http11NioProcessor.commit(Http11NioProcessor.java:480) [jbossweb-7.4.0.Beta4.jar:7.4.0.Beta4]
> at org.apache.coyote.http11.Http11NioProcessor.action(Http11NioProcessor.java:798) [jbossweb-7.4.0.Beta4.jar:7.4.0.Beta4]
> at org.apache.coyote.Response.action(Response.java:190) [jbossweb-7.4.0.Beta4.jar:7.4.0.Beta4]
> at org.apache.coyote.Response.sendHeaders(Response.java:390) [jbossweb-7.4.0.Beta4.jar:7.4.0.Beta4]
> at org.apache.catalina.connector.OutputBuffer.doFlush(OutputBuffer.java:352) [jbossweb-7.4.0.Beta4.jar:7.4.0.Beta4]
> at org.apache.catalina.connector.OutputBuffer.close(OutputBuffer.java:318) [jbossweb-7.4.0.Beta4.jar:7.4.0.Beta4]
> at org.apache.catalina.connector.Response.finishResponse(Response.java:487) [jbossweb-7.4.0.Beta4.jar:7.4.0.Beta4]
> at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:371) [jbossweb-7.4.0.Beta4.jar:7.4.0.Beta4]
> at org.apache.coyote.http11.Http11NioProcessor.process(Http11NioProcessor.java:353) [jbossweb-7.4.0.Beta4.jar:7.4.0.Beta4]
> at org.apache.coyote.http11.Http11NioProtocol$Http11ConnectionHandler.process(Http11NioProtocol.java:911) [jbossweb-7.4.0.Beta4.jar:7.4.0.Beta4]
> at org.apache.tomcat.util.net.NioEndpoint$ChannelProcessor.run(NioEndpoint.java:920) [jbossweb-7.4.0.Beta4.jar:7.4.0.Beta4]
> at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) [rt.jar:1.7.0_25]
> at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) [rt.jar:1.7.0_25]
> at java.lang.Thread.run(Thread.java:724) [rt.jar:1.7.0_25]
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
10 years, 5 months
[JBoss JIRA] (GTNPORTAL-3516) NotSerializableException: org.exoplatform.services.organization.impl.UserImpl
by Peter Palaga (JIRA)
[ https://issues.jboss.org/browse/GTNPORTAL-3516?page=com.atlassian.jira.pl... ]
Peter Palaga commented on GTNPORTAL-3516:
-----------------------------------------
Thanks for the update, Trong.
Just for the record: COR-325 will solve this issue for GateIn master branch (a.k.a. GateIn 3.9.x).
> NotSerializableException: org.exoplatform.services.organization.impl.UserImpl
> -----------------------------------------------------------------------------
>
> Key: GTNPORTAL-3516
> URL: https://issues.jboss.org/browse/GTNPORTAL-3516
> Project: GateIn Portal
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Reporter: Peter Palaga
> Assignee: Peter Palaga
> Fix For: 3.8.4.Final
>
>
> Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1112159
> Description of problem:
> When retesting Bug GTNPORTAL-3514 with new bundle I found another issue.
> Steps to Reproduce:
> 1. start node1
> 2. login as root
> 3. go to Organization Portlet
> 4. start node2
> Actual results:
> - node1: org.infinispan.marshall.NotSerializableException: org.exoplatform.services.organization.impl.UserImpl
> - node2: org.infinispan.CacheException: Initial state transfer timed out for cache idm-portal-api on node2-56105
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
10 years, 5 months
[JBoss JIRA] (GTNPORTAL-3514) PicketLinkIDMOrganizationServiceImpl is not serializable
by Trong Tran (JIRA)
[ https://issues.jboss.org/browse/GTNPORTAL-3514?page=com.atlassian.jira.pl... ]
Trong Tran updated GTNPORTAL-3514:
----------------------------------
Fix Version/s: 3.7.2.Final
> PicketLinkIDMOrganizationServiceImpl is not serializable
> --------------------------------------------------------
>
> Key: GTNPORTAL-3514
> URL: https://issues.jboss.org/browse/GTNPORTAL-3514
> Project: GateIn Portal
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: Identity integration
> Affects Versions: 3.8.2.Final
> Reporter: Marek Posolda
> Assignee: Marek Posolda
> Fix For: 3.7.2.Final, 3.8.3.Final, 3.9.0.Final
>
>
> Steps to reproduce:
> - Configure GateIn with 2 nodes cluster
> - Login as root and display OrganizationManagementPortlet
> - There is exception in log like:
> {code}
> Caused by: org.infinispan.marshall.NotSerializableException: Type TypeModel[name=org.exoplatform.services.organization.idm.PicketLinkIDMOrganizationServiceImpl] is not serializable
> {code}
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
10 years, 5 months
[JBoss JIRA] (GTNPORTAL-2801) Add eviction to indexer-config.xml
by RH Bugzilla Integration (JIRA)
[ https://issues.jboss.org/browse/GTNPORTAL-2801?page=com.atlassian.jira.pl... ]
RH Bugzilla Integration commented on GTNPORTAL-2801:
----------------------------------------------------
Tomas Kyjovsky <tkyjovsk(a)redhat.com> changed the Status of [bug 1048695|https://bugzilla.redhat.com/show_bug.cgi?id=1048695] from ON_QA to ASSIGNED
> Add eviction to indexer-config.xml
> ----------------------------------
>
> Key: GTNPORTAL-2801
> URL: https://issues.jboss.org/browse/GTNPORTAL-2801
> Project: GateIn Portal
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: JCR integration
> Affects Versions: 3.5.0.Final
> Reporter: Toshiya Kobayashi
>
> gatein.ear/portal.war/WEB-INF/conf/jcr/jbosscache/cluster/indexer-config.xml doesn't have eviction configuration. It may cause a memory leak in slave nodes.
> {code:xml}
> <jbosscache xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:jboss:jbosscache-core:config:3.1">
> <locking useLockStriping="false" concurrencyLevel="64" lockParentForChildInsertRemove="false"
> lockAcquisitionTimeout="20000"/>
> <!-- Configure the TransactionManager -->
> <transaction transactionManagerLookupClass="org.jboss.cache.transaction.JBossStandaloneJTAManagerLookup"/>
> <clustering mode="replication" clusterName="${jboss.partition.name:DefaultPartition}-${jbosscache-cluster-name}">
> <stateRetrieval timeout="20000" fetchInMemoryState="false"/>
> <jgroupsConfig configFile="jgroups/gatein-${gatein.default.jgroups.stack:udp}.xml"/>
> <sync/>
> </clustering>
> </jbosscache>
> {code}
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
10 years, 5 months
[JBoss JIRA] (GTNPORTAL-3475) NPE in LinkedList$ListItr.next when iterating over UIGroupMembershipSelect.getListMemberhip()
by RH Bugzilla Integration (JIRA)
[ https://issues.jboss.org/browse/GTNPORTAL-3475?page=com.atlassian.jira.pl... ]
RH Bugzilla Integration commented on GTNPORTAL-3475:
----------------------------------------------------
Petr Mensik <pmensik(a)redhat.com> changed the Status of [bug 1096190|https://bugzilla.redhat.com/show_bug.cgi?id=1096190] from ON_QA to VERIFIED
> NPE in LinkedList$ListItr.next when iterating over UIGroupMembershipSelect.getListMemberhip()
> ---------------------------------------------------------------------------------------------
>
> Key: GTNPORTAL-3475
> URL: https://issues.jboss.org/browse/GTNPORTAL-3475
> Project: GateIn Portal
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Reporter: Peter Palaga
> Assignee: Peter Palaga
> Fix For: 3.8.2.Final, 3.9.0.Final
>
> Attachments: GTNPORTAL-3475.log
>
>
> Looks like a concurrent modification of the {{LinkedList}} refered to by {{UIGroupMembershipSelect.listMemberhip}}, because:
> i. It is not always reproducible, the NPE occurs roughly once per 10 attempts.
> ii. It happens on line {{next = next.next}} of the JRE's {{LinkedList.ListItr}} where it is hard to thing of anything else than concurrent modification as a cause.
> Steps to reproduce:
> (1) Start clean Portal instance for the first time
> (2) Go to Application Registry
> (3) Import Applications
> Not OK: There is an NPE logged (the whole log is attached):
> {code:none}
> Caused by: java.lang.NullPointerException
> at java.util.LinkedList$ListItr.next(LinkedList.java:891) [rt.jar:1.7.0_55]
> at UIGroupMembershipSelector.run(UIGroupMembershipSelector.gtmpl:20) at org.exoplatform.groovyscript.GroovyScript.render(GroovyScript.java:99) [exo.portal.component.scripting-3.8.0.Beta02-SNAPSHOT.jar:3.8.0.Beta02-SNAPSHOT]
> at org.exoplatform.groovyscript.GroovyTemplate.render(GroovyTemplate.java:115) [exo.portal.component.scripting-3.8.0.Beta02-SNAPSHOT.jar:3.8.0.Beta02-SNAPSHOT]
> {code}
> Expected: No NPE
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
10 years, 5 months