[jira] [Comment Edited] (CONNECTORS-1685) Alfresco Webscript Connector: Integration test fails on JDKs having patch level > 255

2021-12-15 Thread Markus Schuch (Jira)


[ 
https://issues.apache.org/jira/browse/CONNECTORS-1685?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17457924#comment-17457924
 ] 

Markus Schuch edited comment on CONNECTORS-1685 at 12/16/21, 7:08 AM:
--

Can be reproduced by running the following test with an up-to-date jdk 8:

{code}
cd connectors/alfresco-webscript
ant run-IT-HSQLDB
{code}

Output:

{code:java}
run-IT-HSQLDB:
[junit] OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=256m; 
support was removed in 8.0
[junit] Testsuite: 
org.apache.manifoldcf.crawler.connectors.alfrescowebscript.tests.APISanityHSQLDBIT
[junit] Configuration file successfully read
[junit] [main] INFO org.eclipse.jetty.util.log - Logging initialized 
@1919ms to org.eclipse.jetty.util.log.Slf4jLog
[junit] [main] INFO org.eclipse.jetty.server.Server - 
jetty-9.4.25.v20191220; built: 2019-12-20T17:00:00.294Z; git: 
a9729c7e7f33a459d2616a8f9e9ba8a90f432e95; jvm 
1.8.0_292-8u292-b10-0ubuntu1~16.04.1-b10
[junit] [main] INFO org.eclipse.jetty.server.session - 
DefaultSessionIdManager workerName=node0
[junit] [main] INFO org.eclipse.jetty.server.session - No SessionScavenger 
set, using defaults
[junit] [main] INFO org.eclipse.jetty.server.session - node0 Scavenging 
every 66ms
[junit] [main] INFO org.eclipse.jetty.server.handler.ContextHandler - 
Started o.e.j.w.WebAppContext@561868a0{ManifoldCF Crawler 
Interface,/mcf-crawler-ui,file:///tmp/jetty-0_0_0_0-8346-mcf-crawler-ui_war-_mcf-crawler-ui-any-70226561304408062.dir/webapp/,AVAILABLE}{/home/travis/build/apache/manifoldcf/dist/web/war/mcf-crawler-ui.war}
[junit] [main] INFO org.eclipse.jetty.server.handler.ContextHandler - 
Started o.e.j.w.WebAppContext@2ea6e30c{ManifoldCF Authorities API 
Webapp,/mcf-authority-service,file:///tmp/jetty-0_0_0_0-8346-mcf-authority-service_war-_mcf-authority-service-any-7743035977845527283.dir/webapp/,AVAILABLE}{/home/travis/build/apache/manifoldcf/dist/web/war/mcf-authority-service.war}
[junit] [main] INFO org.eclipse.jetty.server.handler.ContextHandler - 
Started o.e.j.w.WebAppContext@6138e79a{ManifoldCF General API 
Webapp,/mcf-api-service,file:///tmp/jetty-0_0_0_0-8346-mcf-api-service_war-_mcf-api-service-any-6236123710124178312.dir/webapp/,AVAILABLE}{/home/travis/build/apache/manifoldcf/dist/web/war/mcf-api-service.war}
[junit] [main] INFO org.eclipse.jetty.server.AbstractConnector - Started 
ServerConnector@4ae9cfc1{HTTP/1.1,[http/1.1]}{0.0.0.0:8346}
[junit] [main] INFO org.eclipse.jetty.server.Server - Started @3190ms
[junit] [main] INFO org.eclipse.jetty.server.Server - 
jetty-9.4.25.v20191220; built: 2019-12-20T17:00:00.294Z; git: 
a9729c7e7f33a459d2616a8f9e9ba8a90f432e95; jvm 
1.8.0_292-8u292-b10-0ubuntu1~16.04.1-b10
[junit] [main] INFO org.eclipse.jetty.server.session - 
DefaultSessionIdManager workerName=node0
[junit] [main] INFO org.eclipse.jetty.server.session - No SessionScavenger 
set, using defaults
[junit] [main] INFO org.eclipse.jetty.server.session - node0 Scavenging 
every 66ms
[junit] [main] INFO 
org.eclipse.jetty.server.handler.ContextHandler.alfresco - Initializing Spring 
root WebApplicationContext
[junit] SLF4J: Class path contains multiple SLF4J bindings.
[junit] SLF4J: Found binding in 
[jar:file:/tmp/jetty-0_0_0_0-9090-alfresco-indexer-webscripts-war-0_8_1_war-_alfresco-any-7747519406758446046.dir/webapp/WEB-INF/lib/slf4j-log4j12-1.7.7.jar!/org/slf4j/impl/StaticLoggerBinder.class]
[junit] SLF4J: Found binding in 
[jar:file:/home/travis/build/apache/manifoldcf/dist/lib/slf4j-simple-1.7.25.jar!/org/slf4j/impl/StaticLoggerBinder.class]
[junit] SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an 
explanation.
[junit] SLF4J: Actual binding is of type [org.slf4j.impl.Log4jLoggerFactory]
[junit] 2021-12-12 11:46:17,087  INFO  [alfresco.repo.admin] [main] Using 
database URL 
'jdbc:h2:./alf_data_dev/h2_data/alf_dev;AUTO_SERVER=TRUE;DB_CLOSE_ON_EXIT=FALSE;LOCK_TIMEOUT=1;MVCC=FALSE;LOCK_MODE=0'
 with user 'alfresco'.
[junit]  2021-12-12 11:46:17,132  ERROR [web.context.ContextLoader] [main] 
Context initialization failed
[junit]  org.springframework.beans.factory.BeanCreationException: Error 
creating bean with name 
'org.springframework.beans.factory.config.CustomEditorConfigurer#0' defined in 
class path resource [alfresco/core-services-context.xml]: Cannot resolve 
reference to bean 'customPropertyEditorRegistrar' while setting bean property 
'propertyEditorRegistrars' with key [0]; nested exception is 
org.springframework.beans.factory.BeanCreationException: Error creating bean 
with name 'customPropertyEditorRegistrar' defined in class path resource 
[alfresco/core-services-context.xml]: Cannot resolve reference to bean 
'NamespaceService' while setting bean property 'namespaceService'; nested 
exception is 

[jira] [Comment Edited] (CONNECTORS-1685) Alfresco Webscript Connector: Integration test fails on JDKs having patch level > 255

2021-12-15 Thread Piergiorgio Lucidi (Jira)


[ 
https://issues.apache.org/jira/browse/CONNECTORS-1685?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17459755#comment-17459755
 ] 

Piergiorgio Lucidi edited comment on CONNECTORS-1685 at 12/15/21, 8:58 AM:
---

Alfresco Community 7.0.0 is including icu4j-68.2.jar, I have just download the 
distribution ZIP from the following link:

https://download.alfresco.com/cloudfront/release/community/7.0.0-build-2355/alfresco-content-services-community-distribution-7.0.0.zip

Consider that Alfresco Community 7 needs JDK 11 but icu4j-68.2, could this 
solve the issue?


was (Author: piergiorgioluc...@gmail.com):
Alfresco Community 7.1.0 is including icu4j-68.2.jar, I have just download the 
distribution ZIP from the following link:

[https://mvnrepository.com/artifact/org.alfresco/alfresco-content-services-community-distribution/7.1.0]

Consider that Alfresco Community 7 needs JDK 11 but icu4j-68.2, could this 
solve the issue?

> Alfresco Webscript Connector: Integration test fails on JDKs having patch 
> level > 255
> -
>
> Key: CONNECTORS-1685
> URL: https://issues.apache.org/jira/browse/CONNECTORS-1685
> Project: ManifoldCF
>  Issue Type: Bug
>  Components: Alfresco webscript connector, Build
>Reporter: Markus Schuch
>Priority: Major
>
> Currently the {{ant test}} job executed by TravisCI in the github mirror of 
> manifoldcf fails



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Comment Edited] (CONNECTORS-1685) Alfresco Webscript Connector: Integration test fails on JDKs having patch level > 255

2021-12-15 Thread Piergiorgio Lucidi (Jira)


[ 
https://issues.apache.org/jira/browse/CONNECTORS-1685?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17459755#comment-17459755
 ] 

Piergiorgio Lucidi edited comment on CONNECTORS-1685 at 12/15/21, 8:57 AM:
---

Alfresco Community 7.1.0 is including icu4j-68.2.jar, I have just download the 
distribution ZIP from the following link:

[https://mvnrepository.com/artifact/org.alfresco/alfresco-content-services-community-distribution/7.1.0]

Consider that Alfresco Community 7 needs JDK 11 but icu4j-68.2, could this 
solve the issue?


was (Author: piergiorgioluc...@gmail.com):
Alfresco Community 7.0.0 is including icu4j-68.2.jar, I have just download the 
distribution ZIP from the following link:

[https://download.alfresco.com/cloudfront/release/community/7.0.0-build-2355/alfresco-content-services-community-distribution-7.0.0.zip]

Consider that Alfresco Community 7 needs JDK 11 but icu4j-68.2, could this 
solve the issue?

> Alfresco Webscript Connector: Integration test fails on JDKs having patch 
> level > 255
> -
>
> Key: CONNECTORS-1685
> URL: https://issues.apache.org/jira/browse/CONNECTORS-1685
> Project: ManifoldCF
>  Issue Type: Bug
>  Components: Alfresco webscript connector, Build
>Reporter: Markus Schuch
>Priority: Major
>
> Currently the {{ant test}} job executed by TravisCI in the github mirror of 
> manifoldcf fails



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Comment Edited] (CONNECTORS-1685) Alfresco Webscript Connector: Integration test fails on JDKs having patch level > 255

2021-12-15 Thread Piergiorgio Lucidi (Jira)


[ 
https://issues.apache.org/jira/browse/CONNECTORS-1685?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17459755#comment-17459755
 ] 

Piergiorgio Lucidi edited comment on CONNECTORS-1685 at 12/15/21, 8:54 AM:
---

Alfresco Community 7.0.0 is including icu4j-68.2.jar, I have just download the 
distribution ZIP from the following link:

[https://download.alfresco.com/cloudfront/release/community/7.0.0-build-2355/alfresco-content-services-community-distribution-7.0.0.zip]

Consider that Alfresco Community 7 needs JDK 11 but icu4j-68.2, could this 
solve the issue?


was (Author: piergiorgioluc...@gmail.com):
Alfresco Community 7.0.0 is including icu4j-68.2.jar, I have just download the 
distribution ZIP from the following link:

[https://download.alfresco.com/cloudfront/release/community/7.0.0-build-2355/alfresco-content-services-community-distribution-7.0.0.zip]

Consider that Alfresco Community 7 needs JDK 11 but icu4j-68.2 could solve the 
issue?

> Alfresco Webscript Connector: Integration test fails on JDKs having patch 
> level > 255
> -
>
> Key: CONNECTORS-1685
> URL: https://issues.apache.org/jira/browse/CONNECTORS-1685
> Project: ManifoldCF
>  Issue Type: Bug
>  Components: Alfresco webscript connector, Build
>Reporter: Markus Schuch
>Priority: Major
>
> Currently the {{ant test}} job executed by TravisCI in the github mirror of 
> manifoldcf fails



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Comment Edited] (CONNECTORS-1685) Alfresco Webscript Connector: Integration test fails on JDKs having patch level > 255

2021-12-15 Thread Piergiorgio Lucidi (Jira)


[ 
https://issues.apache.org/jira/browse/CONNECTORS-1685?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17459738#comment-17459738
 ] 

Piergiorgio Lucidi edited comment on CONNECTORS-1685 at 12/15/21, 8:36 AM:
---

Hi, unfortunately Alfresco drastically changed Maven artifact naming and 
versioning so it's not easy to indentity the right version to use. Hope to have 
good news very soon :P


was (Author: piergiorgioluc...@gmail.com):
Hope to have good news soon, unfortunately Alfresco drastically changed Maven 
artifact naming and versioning so it's not easy to indentity the right version 
to use. Hope to have good news very soon :P

> Alfresco Webscript Connector: Integration test fails on JDKs having patch 
> level > 255
> -
>
> Key: CONNECTORS-1685
> URL: https://issues.apache.org/jira/browse/CONNECTORS-1685
> Project: ManifoldCF
>  Issue Type: Bug
>  Components: Alfresco webscript connector, Build
>Reporter: Markus Schuch
>Priority: Major
>
> Currently the {{ant test}} job executed by TravisCI in the github mirror of 
> manifoldcf fails



--
This message was sent by Atlassian Jira
(v8.20.1#820001)