GithubHelp home page GithubHelp logo

adobe-marketing-cloud / aem-communities-ugc-migration Goto Github PK

View Code? Open in Web Editor NEW
6.0 33.0 21.0 467 KB

AEM Communities UGC Migration Tool

Java 96.67% CSS 0.16% JavaScript 2.26% Handlebars 0.91%

aem-communities-ugc-migration's People

Contributors

akankshajain18 avatar aldogomez avatar bhardwajrahul20 avatar donwalling avatar fibbuild avatar gargadobe avatar masonwolf avatar spopescu avatar tihom88 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

aem-communities-ugc-migration's Issues

Dependency Error - Legacy Export Bundle

Hi

We have a community website which currently stores UGC in JCR and we are now planning to migrate to MongoDB, We installed Legacy Export bundle to export all the UGC data from JCR, Legacy import bundle is not getting resolved

Dependency error
com.adobe.cq.social.calendar -- Cannot be resolved
com.adobe.cq.social.journal -- Cannot be resolved
com.adobe.cq.social.storage.buckets,version=[1.0,2) -- Cannot be resolved

I installed cq-social-storage-1.0.11 in my local AEM to resolve storage dependency error (third one).

For resolving first 2 errors I download cq-socialcommunities-api-1.4.206 from https://repo.adobe.com/nexus/content/repositories/public/com/adobe/cq/social/cq-socialcommunities-api/1.4.206/ and tried to installed it, the installation failed as the available JAR file do not contain bundle details for MANIFEST.MF like Bundle-SymbolicName, Export-Package, Import-Package, Include-Resource, Service-Component... etc.

Can you please help in resolving the following error, Which bundle needs to be installed in order resolve the same
com.adobe.cq.social.calendar -- Cannot be resolved
com.adobe.cq.social.journal -- Cannot be resolved

Images included into blog/forum rich text posts or messages can not be trasferred

I try to transfer AEM communities blog that contains posts with a lot of images included directly in bodies.
Using this command: http://server/services/social/ugc/export?path=/content/path/to/blog/page the application produces archive export.zip, that contains only one file: jcr:content/root/body/layoutcontainer/journal.json. This file contains all posts from my blog.
When I tried to import this file into a new AEM instance, blog posts appeared without images, they contained only text.

I opened the file and found in url-encoded jcr:description fields all my posts, and they contain references to images, such as:
<img src="/content/usergenerated/asi/mongo/attachments/path/to/blog/page/jcr%3acontent/root/body/layoutcontainer/journal/_-IOJi/images/banner.jpg">, but this file doesn't contain these images.

However, the Json file contains File Attachments to the posts (files that placed below posts) (I mean fields ugcExport:attachments).

We need a mechanism to pack all related images from blog posts (or just all existing images) into this or new package to transfer them to new AEM instance. Without transferring all RTE contents this tool seems to be not very practically useful.

Compilation err

Hi,
Am upgrading AEM form 5.5 to 6.2. During this I have UGC data in the legacy version, which I need to export. Am using java 8 for compilation. I faced some issue and added 1.8 as targetJDK, maven-checkstyle-plugin version, maven-pmd-plugin in parent pom.

I have also added version 3.0.1 in maven-source-plugin of all child project pom.

The above resulted in build success of package communities-ugc-migration.

But, communities-ugc-migration-legacyExport is failing due to following, which seem to be due to deprecated java version. Can someone share opinion/feedbacks on how shall i proceed ahead?

Microsoft Windows [Version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation. All rights reserved.

D:\Project-CQ\Loblaws\Upgrade\code\exportUtility\aem-communities-ugc-migration-master\aem-communities-ugc-migration-master>mvn clean install
[INFO] Scanning for projects...
[WARNING]
[WARNING] Some problems were encountered while building the effective model for com.adobe.aem.communities:communities-ugc-migration:bundle:1.0.6-SNAPSHOT
[WARNING] 'dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: org.apache.felix:org.apache.felix.http.servlet-api:jar -> version 0.0.1-R1570612 vs 1.1.2 @ line 208, column 21
[WARNING] 'build.plugins.plugin.version' for org.apache.felix:maven-bundle-plugin is missing. @ line 75, column 21
[WARNING]
[WARNING] Some problems were encountered while building the effective model for com.adobe.aem.communities:communities-ugc-migration-legacyExport:bundle:1.0.6-SNAPSHOT
[WARNING] 'build.plugins.plugin.version' for org.apache.felix:maven-bundle-plugin is missing. @ line 75, column 21
[WARNING]
[WARNING] Some problems were encountered while building the effective model for com.adobe.aem.communities:communities-ugc-migration-legacyProfileExport:bundle:1.0.6-SNAPSHOT
[WARNING] 'build.plugins.plugin.version' for org.apache.felix:maven-bundle-plugin is missing. @ line 75, column 21
[WARNING]
[WARNING] Some problems were encountered while building the effective model for com.adobe.aem.communities:communities-ugc-migration-pkg:content-package:1.0.6-SNAPSHOT
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-site-plugin is missing. @ line 158, column 21
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-resources-plugin is missing. @ line 128, column 21
[WARNING]
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING]
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING]
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO]
[INFO] AEM Communities UGC Migration - Reactor
[INFO] AEM Communities UGC Migration - Bundle
[INFO] AEM Communities UGC Migration - legacyExport Bundle
[INFO] AEM Communities UGC Messages Migration - Bundle
[INFO] AEM Communities UGC Migration - Package
[INFO]
[INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building AEM Communities UGC Migration - Reactor 1.0.6-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ communities-ugc-migration-reactor ---
[INFO]
[INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ communities-ugc-migration-reactor ---
[INFO] argLine set to -javaagent:C:\Users\rsin78\.m2\repository\org\jacoco\org.jacoco.agent\0.7.6.201602180812\org.jacoco.agent-0.7.6.201602180812-runtime.jar=destfile=D:\Project-CQ\Loblaws\Upgrade\code\exportUtility\aem-communities-ugc-migration-master\aem-communities-ugc-migration-master\target\jacoco.exec
[INFO]
[INFO] >>> findbugs-maven-plugin:3.0.0:check (default) @ communities-ugc-migration-reactor >>>
[INFO]
[INFO] --- findbugs-maven-plugin:3.0.0:findbugs (findbugs) @ communities-ugc-migration-reactor ---
[INFO]
[INFO] <<< findbugs-maven-plugin:3.0.0:check (default) @ communities-ugc-migration-reactor <<<
[INFO]
[INFO] --- findbugs-maven-plugin:3.0.0:check (default) @ communities-ugc-migration-reactor ---
[INFO]
[INFO] >>> maven-pmd-plugin:3.7:check (default) @ communities-ugc-migration-reactor >>>
[INFO]
[INFO] --- maven-pmd-plugin:3.7:pmd (pmd) @ communities-ugc-migration-reactor ---
[INFO]
[INFO] <<< maven-pmd-plugin:3.7:check (default) @ communities-ugc-migration-reactor <<<
[INFO]
[INFO] --- maven-pmd-plugin:3.7:check (default) @ communities-ugc-migration-reactor ---
[INFO]
[INFO] --- maven-install-plugin:2.4:install (default-install) @ communities-ugc-migration-reactor ---
[INFO] Installing D:\Project-CQ\Loblaws\Upgrade\code\exportUtility\aem-communities-ugc-migration-master\aem-communities-ugc-migration-master\pom.xml to C:\Users\rsin78.m2\repository\com\adobe\aem\communities\communities-ugc-migration-reactor\1.0.6-SNAPSHOT\communities-ugc-migration-reactor-1.0.6-SNAPSHOT.pom
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building AEM Communities UGC Migration - Bundle 1.0.6-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ communities-ugc-migration ---
[INFO] Deleting D:\Project-CQ\Loblaws\Upgrade\code\exportUtility\aem-communities-ugc-migration-master\aem-communities-ugc-migration-master\bundles\communities-ugc-migration\target
[INFO]
[INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ communities-ugc-migration ---
[INFO] argLine set to -javaagent:C:\Users\rsin78\.m2\repository\org\jacoco\org.jacoco.agent\0.7.6.201602180812\org.jacoco.agent-0.7.6.201602180812-runtime.jar=destfile=D:\Project-CQ\Loblaws\Upgrade\code\exportUtility\aem-communities-ugc-migration-master\aem-communities-ugc-migration-master\bundles\communities-ugc-migration\target\jacoco.exec
[INFO]
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ communities-ugc-migration ---
[WARNING] Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory D:\Project-CQ\Loblaws\Upgrade\code\exportUtility\aem-communities-ugc-migration-master\aem-communities-ugc-migration-master\bundles\communities-ugc-migration\src\main\resources
[INFO]
[INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ communities-ugc-migration ---
[INFO] Changes detected - recompiling the module!
[WARNING] File encoding has not been set, using platform encoding Cp1252, i.e. build is platform dependent!
[INFO] Compiling 13 source files to D:\Project-CQ\Loblaws\Upgrade\code\exportUtility\aem-communities-ugc-migration-master\aem-communities-ugc-migration-master\bundles\communities-ugc-migration\target\classes
[INFO] /D:/Project-CQ/Loblaws/Upgrade/code/exportUtility/aem-communities-ugc-migration-master/aem-communities-ugc-migration-master/bundles/communities-ugc-migration/src/main/java/com/adobe/communities/ugc/migration/importer/GenericUGCImporter.java: Some input files use or override a deprecated API.
[INFO] /D:/Project-CQ/Loblaws/Upgrade/code/exportUtility/aem-communities-ugc-migration-master/aem-communities-ugc-migration-master/bundles/communities-ugc-migration/src/main/java/com/adobe/communities/ugc/migration/importer/GenericUGCImporter.java: Recompile with -Xlint:deprecation for details.
[INFO] /D:/Project-CQ/Loblaws/Upgrade/code/exportUtility/aem-communities-ugc-migration-master/aem-communities-ugc-migration-master/bundles/communities-ugc-migration/src/main/java/com/adobe/communities/ugc/migration/importer/UGCImportHelper.java: Some input files use unchecked or unsafe operations.
[INFO] /D:/Project-CQ/Loblaws/Upgrade/code/exportUtility/aem-communities-ugc-migration-master/aem-communities-ugc-migration-master/bundles/communities-ugc-migration/src/main/java/com/adobe/communities/ugc/migration/importer/UGCImportHelper.java: Recompile with -Xlint:unchecked for details.
[INFO]
[INFO] --- maven-scr-plugin:1.20.0:scr (generate-scr-scrdescriptor) @ communities-ugc-migration ---
[WARNING] Source tree does not exist. Ignoring D:\Project-CQ\Loblaws\Upgrade\code\exportUtility\aem-communities-ugc-migration-master\aem-communities-ugc-migration-master\bundles\communities-ugc-migration\target\generated-sources\annotations
[WARNING] Source tree does not exist. Ignoring D:\Project-CQ\Loblaws\Upgrade\code\exportUtility\aem-communities-ugc-migration-master\aem-communities-ugc-migration-master\bundles\communities-ugc-migration\target\generated-sources\annotations
[WARNING] D:\Project-CQ\Loblaws\Upgrade\code\exportUtility\aem-communities-ugc-migration-master\aem-communities-ugc-migration-master\bundles\communities-ugc-migration\src\main\java\com\adobe\communities\ugc\migration\export\GenericExportServlet.java [1:1]: Component com.adobe.communities.ugc.migration.export.GenericExportServlet has set a label. However metatype is set to false. This label is ignored.
[WARNING] D:\Project-CQ\Loblaws\Upgrade\code\exportUtility\aem-communities-ugc-migration-master\aem-communities-ugc-migration-master\bundles\communities-ugc-migration\src\main\java\com\adobe\communities\ugc\migration\export\GenericExportServlet.java [1:1]: Component com.adobe.communities.ugc.migration.export.GenericExportServlet has set a description. However metatype is set to false. This description is ignored.
[WARNING] D:\Project-CQ\Loblaws\Upgrade\code\exportUtility\aem-communities-ugc-migration-master\aem-communities-ugc-migration-master\bundles\communities-ugc-migration\src\main\java\com\adobe\communities\ugc\migration\export\MessagesExportServlet.java [1:1]: Component com.adobe.communities.ugc.migration.export.MessagesExportServlet has set a label. However metatype is set to false. This label is ignored.
[WARNING] D:\Project-CQ\Loblaws\Upgrade\code\exportUtility\aem-communities-ugc-migration-master\aem-communities-ugc-migration-master\bundles\communities-ugc-migration\src\main\java\com\adobe\communities\ugc\migration\export\MessagesExportServlet.java [1:1]: Component com.adobe.communities.ugc.migration.export.MessagesExportServlet has set a description. However metatype is set to false. This description is ignored.
[WARNING] D:\Project-CQ\Loblaws\Upgrade\code\exportUtility\aem-communities-ugc-migration-master\aem-communities-ugc-migration-master\bundles\communities-ugc-migration\src\main\java\com\adobe\communities\ugc\migration\importer\ForumImportServlet.java [1:1]: Component com.adobe.communities.ugc.migration.importer.ForumImportServlet has set a label. However metatype is set to false. This label is ignored.
[WARNING] D:\Project-CQ\Loblaws\Upgrade\code\exportUtility\aem-communities-ugc-migration-master\aem-communities-ugc-migration-master\bundles\communities-ugc-migration\src\main\java\com\adobe\communities\ugc\migration\importer\ForumImportServlet.java [1:1]: Component com.adobe.communities.ugc.migration.importer.ForumImportServlet has set a description. However metatype is set to false. This description is ignored.
[WARNING] D:\Project-CQ\Loblaws\Upgrade\code\exportUtility\aem-communities-ugc-migration-master\aem-communities-ugc-migration-master\bundles\communities-ugc-migration\src\main\java\com\adobe\communities\ugc\migration\importer\GenericUGCImporter.java [1:1]: Component com.adobe.communities.ugc.migration.importer.GenericUGCImporter has set a label. However metatype is set to false. This label is ignored.
[WARNING] D:\Project-CQ\Loblaws\Upgrade\code\exportUtility\aem-communities-ugc-migration-master\aem-communities-ugc-migration-master\bundles\communities-ugc-migration\src\main\java\com\adobe\communities\ugc\migration\importer\GenericUGCImporter.java [1:1]: Component com.adobe.communities.ugc.migration.importer.GenericUGCImporter has set a description. However metatype is set to false. This description is ignored.
[WARNING] D:\Project-CQ\Loblaws\Upgrade\code\exportUtility\aem-communities-ugc-migration-master\aem-communities-ugc-migration-master\bundles\communities-ugc-migration\src\main\java\com\adobe\communities\ugc\migration\importer\ImportFileUploadServlet.java [1:1]: Component com.adobe.communities.ugc.migration.importer.ImportFileUploadServlet has set a label. However metatype is set to false. This label is ignored.
[WARNING] D:\Project-CQ\Loblaws\Upgrade\code\exportUtility\aem-communities-ugc-migration-master\aem-communities-ugc-migration-master\bundles\communities-ugc-migration\src\main\java\com\adobe\communities\ugc\migration\importer\ImportFileUploadServlet.java [1:1]: Component com.adobe.communities.ugc.migration.importer.ImportFileUploadServlet has set a description. However metatype is set to false. This description is ignored.
[WARNING] D:\Project-CQ\Loblaws\Upgrade\code\exportUtility\aem-communities-ugc-migration-master\aem-communities-ugc-migration-master\bundles\communities-ugc-migration\src\main\java\com\adobe\communities\ugc\migration\importer\ImportFileUploadServlet.java [1:1]: Component com.adobe.communities.ugc.migration.importer.ImportFileUploadServlet is using the deprecated inheritance feature and inherits from com.adobe.communities.ugc.migration.importer.GenericUGCImporter. This feature will be removed in future versions.
[WARNING] D:\Project-CQ\Loblaws\Upgrade\code\exportUtility\aem-communities-ugc-migration-master\aem-communities-ugc-migration-master\bundles\communities-ugc-migration\src\main\java\com\adobe\communities\ugc\migration\importer\MessagesImportServlet.java [1:1]: Component com.adobe.communities.ugc.migration.importer.MessagesImportServlet has set a label. However metatype is set to false. This label is ignored.
[WARNING] D:\Project-CQ\Loblaws\Upgrade\code\exportUtility\aem-communities-ugc-migration-master\aem-communities-ugc-migration-master\bundles\communities-ugc-migration\src\main\java\com\adobe\communities\ugc\migration\importer\MessagesImportServlet.java [1:1]: Component com.adobe.communities.ugc.migration.importer.MessagesImportServlet has set a description. However metatype is set to false. This description is ignored.
[WARNING] D:\Project-CQ\Loblaws\Upgrade\code\exportUtility\aem-communities-ugc-migration-master\aem-communities-ugc-migration-master\bundles\communities-ugc-migration\src\main\java\com\adobe\communities\ugc\migration\importer\QnaImportServlet.java [1:1]: Component com.adobe.communities.ugc.migration.importer.QnaImportServlet has set a label. However metatype is set to false. This label is ignored.
[WARNING] D:\Project-CQ\Loblaws\Upgrade\code\exportUtility\aem-communities-ugc-migration-master\aem-communities-ugc-migration-master\bundles\communities-ugc-migration\src\main\java\com\adobe\communities\ugc\migration\importer\QnaImportServlet.java [1:1]: Component com.adobe.communities.ugc.migration.importer.QnaImportServlet has set a description. However metatype is set to false. This description is ignored.
[WARNING] D:\Project-CQ\Loblaws\Upgrade\code\exportUtility\aem-communities-ugc-migration-master\aem-communities-ugc-migration-master\bundles\communities-ugc-migration\src\main\java\com\adobe\communities\ugc\migration\importer\QnaImportServlet.java [1:1]: Component com.adobe.communities.ugc.migration.importer.QnaImportServlet is using the deprecated inheritance feature and inherits from com.adobe.communities.ugc.migration.importer.ForumImportServlet. This feature will be removed in future versions.
[WARNING] D:\Project-CQ\Loblaws\Upgrade\code\exportUtility\aem-communities-ugc-migration-master\aem-communities-ugc-migration-master\bundles\communities-ugc-migration\src\main\java\com\adobe\communities\ugc\migration\importer\ScoresImportServlet.java [1:1]: Component com.adobe.communities.ugc.migration.importer.ScoresImportServlet has set a label. However metatype is set to false. This label is ignored.
[WARNING] D:\Project-CQ\Loblaws\Upgrade\code\exportUtility\aem-communities-ugc-migration-master\aem-communities-ugc-migration-master\bundles\communities-ugc-migration\src\main\java\com\adobe\communities\ugc\migration\importer\ScoresImportServlet.java [1:1]: Component com.adobe.communities.ugc.migration.importer.ScoresImportServlet has set a description. However metatype is set to false. This description is ignored.
[WARNING] D:\Project-CQ\Loblaws\Upgrade\code\exportUtility\aem-communities-ugc-migration-master\aem-communities-ugc-migration-master\bundles\communities-ugc-migration\src\main\java\com\adobe\communities\ugc\migration\importer\SocialGraphImportServlet.java [1:1]: Component com.adobe.communities.ugc.migration.importer.SocialGraphImportServlet has set a label. However metatype is set to false. This label is ignored.
[WARNING] D:\Project-CQ\Loblaws\Upgrade\code\exportUtility\aem-communities-ugc-migration-master\aem-communities-ugc-migration-master\bundles\communities-ugc-migration\src\main\java\com\adobe\communities\ugc\migration\importer\SocialGraphImportServlet.java [1:1]: Component com.adobe.communities.ugc.migration.importer.SocialGraphImportServlet has set a description. However metatype is set to false. This description is ignored.
[INFO] Writing 1 Service Component Descriptors to D:\Project-CQ\Loblaws\Upgrade\code\exportUtility\aem-communities-ugc-migration-master\aem-communities-ugc-migration-master\bundles\communities-ugc-migration\target\classes\OSGI-INF\com.adobe.communities.ugc.migration.export.GenericExportServlet.xml
[INFO] Writing 1 Service Component Descriptors to D:\Project-CQ\Loblaws\Upgrade\code\exportUtility\aem-communities-ugc-migration-master\aem-communities-ugc-migration-master\bundles\communities-ugc-migration\target\classes\OSGI-INF\com.adobe.communities.ugc.migration.export.MessagesExportServlet.xml
[INFO] Writing 1 Service Component Descriptors to D:\Project-CQ\Loblaws\Upgrade\code\exportUtility\aem-communities-ugc-migration-master\aem-communities-ugc-migration-master\bundles\communities-ugc-migration\target\classes\OSGI-INF\com.adobe.communities.ugc.migration.importer.ForumImportServlet.xml
[INFO] Writing 1 Service Component Descriptors to D:\Project-CQ\Loblaws\Upgrade\code\exportUtility\aem-communities-ugc-migration-master\aem-communities-ugc-migration-master\bundles\communities-ugc-migration\target\classes\OSGI-INF\com.adobe.communities.ugc.migration.importer.GenericUGCImporter.xml
[INFO] Writing 1 Service Component Descriptors to D:\Project-CQ\Loblaws\Upgrade\code\exportUtility\aem-communities-ugc-migration-master\aem-communities-ugc-migration-master\bundles\communities-ugc-migration\target\classes\OSGI-INF\com.adobe.communities.ugc.migration.importer.ImportFileUploadServlet.xml
[INFO] Writing 1 Service Component Descriptors to D:\Project-CQ\Loblaws\Upgrade\code\exportUtility\aem-communities-ugc-migration-master\aem-communities-ugc-migration-master\bundles\communities-ugc-migration\target\classes\OSGI-INF\com.adobe.communities.ugc.migration.importer.MessagesImportServlet.xml
[INFO] Writing 1 Service Component Descriptors to D:\Project-CQ\Loblaws\Upgrade\code\exportUtility\aem-communities-ugc-migration-master\aem-communities-ugc-migration-master\bundles\communities-ugc-migration\target\classes\OSGI-INF\com.adobe.communities.ugc.migration.importer.QnaImportServlet.xml
[INFO] Writing 1 Service Component Descriptors to D:\Project-CQ\Loblaws\Upgrade\code\exportUtility\aem-communities-ugc-migration-master\aem-communities-ugc-migration-master\bundles\communities-ugc-migration\target\classes\OSGI-INF\com.adobe.communities.ugc.migration.importer.ScoresImportServlet.xml
[INFO] Writing 1 Service Component Descriptors to D:\Project-CQ\Loblaws\Upgrade\code\exportUtility\aem-communities-ugc-migration-master\aem-communities-ugc-migration-master\bundles\communities-ugc-migration\target\classes\OSGI-INF\com.adobe.communities.ugc.migration.importer.SocialGraphImportServlet.xml
[WARNING] Source tree does not exist. Ignoring D:\Project-CQ\Loblaws\Upgrade\code\exportUtility\aem-communities-ugc-migration-master\aem-communities-ugc-migration-master\bundles\communities-ugc-migration\target\generated-sources\annotations
[INFO]
[INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ communities-ugc-migration ---
[WARNING] Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 1 resource
[INFO]
[INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ communities-ugc-migration ---
[INFO] Changes detected - recompiling the module!
[WARNING] File encoding has not been set, using platform encoding Cp1252, i.e. build is platform dependent!
[INFO] Compiling 1 source file to D:\Project-CQ\Loblaws\Upgrade\code\exportUtility\aem-communities-ugc-migration-master\aem-communities-ugc-migration-master\bundles\communities-ugc-migration\target\test-classes
[INFO] /D:/Project-CQ/Loblaws/Upgrade/code/exportUtility/aem-communities-ugc-migration-master/aem-communities-ugc-migration-master/bundles/communities-ugc-migration/src/test/java/com/adobe/communities/ugc/migration/export/TestCommentExport.java: D:\Project-CQ\Loblaws\Upgrade\code\exportUtility\aem-communities-ugc-migration-master\aem-communities-ugc-migration-master\bundles\communities-ugc-migration\src\test\java\com\adobe\communities\ugc\migration\export\TestCommentExport.java uses or overrides a deprecated API.
[INFO] /D:/Project-CQ/Loblaws/Upgrade/code/exportUtility/aem-communities-ugc-migration-master/aem-communities-ugc-migration-master/bundles/communities-ugc-migration/src/test/java/com/adobe/communities/ugc/migration/export/TestCommentExport.java: Recompile with -Xlint:deprecation for details.
[INFO]
[INFO] --- maven-surefire-plugin:9c6abc2:test (default-test) @ communities-ugc-migration ---
[INFO] Surefire report directory: D:\Project-CQ\Loblaws\Upgrade\code\exportUtility\aem-communities-ugc-migration-master\aem-communities-ugc-migration-master\bundles\communities-ugc-migration\target\surefire-reports


T E S T S

Running com.adobe.communities.ugc.migration.export.TestCommentExport
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.442 sec

Results :

Tests run: 4, Failures: 0, Errors: 0, Skipped: 0

[INFO]
[INFO] --- maven-bundle-plugin:3.2.0:bundle (default-bundle) @ communities-ugc-migration ---
[WARNING] Bundle com.adobe.aem.communities:communities-ugc-migration:bundle:1.0.6-SNAPSHOT : aQute.bnd.annotation.Version annotation used in class com.adobe.cq.social.commons.annotation.package-info. Bnd versioning annotations are deprecated as of Bnd 3.2 and support will be removed in Bnd 4.0. Please change to use OSGi versioning annotations.
[WARNING] Bundle com.adobe.aem.communities:communities-ugc-migration:bundle:1.0.6-SNAPSHOT : aQute.bnd.annotation.Version annotation used in class com.adobe.cq.social.handlebars.api.package-info. Bnd versioning annotations are deprecated as of Bnd 3.2 and support will be removed in Bnd 4.0. Please change to use OSGi versioning annotations.
[WARNING] Bundle com.adobe.aem.communities:communities-ugc-migration:bundle:1.0.6-SNAPSHOT : aQute.bnd.annotation.Version annotation used in class com.adobe.cq.social.review.client.api.package-info. Bnd versioning annotations are deprecated as of Bnd 3.2 and support will be removed in Bnd 4.0. Please change to use OSGi versioning annotations.
[WARNING] Bundle com.adobe.aem.communities:communities-ugc-migration:bundle:1.0.6-SNAPSHOT : aQute.bnd.annotation.Version annotation used in class com.adobe.cq.social.review.client.endpoints.package-info. Bnd versioning annotations are deprecated as of Bnd 3.2 and support will be removed in Bnd 4.0. Please change to use OSGi versioning annotations.
[WARNING] Bundle com.adobe.aem.communities:communities-ugc-migration:bundle:1.0.6-SNAPSHOT : aQute.bnd.annotation.Version annotation used in class com.adobe.cq.social.scf.package-info. Bnd versioning annotations are deprecated as of Bnd 3.2 and support will be removed in Bnd 4.0. Please change to use OSGi versioning annotations.
[WARNING] Bundle com.adobe.aem.communities:communities-ugc-migration:bundle:1.0.6-SNAPSHOT : aQute.bnd.annotation.Version annotation used in class com.adobe.cq.social.scf.community.package-info. Bnd versioning annotations are deprecated as of Bnd 3.2 and support will be removed in Bnd 4.0. Please change to use OSGi versioning annotations.
[WARNING] Bundle com.adobe.aem.communities:communities-ugc-migration:bundle:1.0.6-SNAPSHOT : aQute.bnd.annotation.Version annotation used in class com.adobe.cq.social.scf.core.package-info. Bnd versioning annotations are deprecated as of Bnd 3.2 and support will be removed in Bnd 4.0. Please change to use OSGi versioning annotations.
[WARNING] Bundle com.adobe.aem.communities:communities-ugc-migration:bundle:1.0.6-SNAPSHOT : aQute.bnd.annotation.Version annotation used in class com.adobe.cq.social.scf.core.operations.package-info. Bnd versioning annotations are deprecated as of Bnd 3.2 and support will be removed in Bnd 4.0. Please change to use OSGi versioning annotations.
[WARNING] Bundle com.adobe.aem.communities:communities-ugc-migration:bundle:1.0.6-SNAPSHOT : aQute.bnd.annotation.Version annotation used in class com.adobe.cq.social.scf.core.resourcetree.package-info. Bnd versioning annotations are deprecated as of Bnd 3.2 and support will be removed in Bnd 4.0. Please change to use OSGi versioning annotations.
[WARNING] Bundle com.adobe.aem.communities:communities-ugc-migration:bundle:1.0.6-SNAPSHOT : aQute.bnd.annotation.Version annotation used in class com.adobe.cq.social.scf.core.servlets.package-info. Bnd versioning annotations are deprecated as of Bnd 3.2 and support will be removed in Bnd 4.0. Please change to use OSGi versioning annotations.
[WARNING] Bundle com.adobe.aem.communities:communities-ugc-migration:bundle:1.0.6-SNAPSHOT : aQute.bnd.annotation.Version annotation used in class com.adobe.cq.social.srp.package-info. Bnd versioning annotations are deprecated as of Bnd 3.2 and support will be removed in Bnd 4.0. Please change to use OSGi versioning annotations.
[WARNING] Bundle com.adobe.aem.communities:communities-ugc-migration:bundle:1.0.6-SNAPSHOT : aQute.bnd.annotation.Version annotation used in class com.adobe.cq.social.tally.package-info. Bnd versioning annotations are deprecated as of Bnd 3.2 and support will be removed in Bnd 4.0. Please change to use OSGi versioning annotations.
[WARNING] Bundle com.adobe.aem.communities:communities-ugc-migration:bundle:1.0.6-SNAPSHOT : aQute.bnd.annotation.Version annotation used in class com.adobe.cq.social.tally.client.api.package-info. Bnd versioning annotations are deprecated as of Bnd 3.2 and support will be removed in Bnd 4.0. Please change to use OSGi versioning annotations.
[WARNING] Bundle com.adobe.aem.communities:communities-ugc-migration:bundle:1.0.6-SNAPSHOT : aQute.bnd.annotation.Version annotation used in class com.adobe.cq.social.tally.client.endpoints.package-info. Bnd versioning annotations are deprecated as of Bnd 3.2 and support will be removed in Bnd 4.0. Please change to use OSGi versioning annotations.
[WARNING] Bundle com.adobe.aem.communities:communities-ugc-migration:bundle:1.0.6-SNAPSHOT : aQute.bnd.annotation.Version annotation used in class com.adobe.cq.social.ugc.api.package-info. Bnd versioning annotations are deprecated as of Bnd 3.2 and support will be removed in Bnd 4.0. Please change to use OSGi versioning annotations.
[WARNING] Bundle com.adobe.aem.communities:communities-ugc-migration:bundle:1.0.6-SNAPSHOT : aQute.bnd.annotation.Version annotation used in class com.adobe.cq.social.ugcbase.dispatcher.api.package-info. Bnd versioning annotations are deprecated as of Bnd 3.2 and support will be removed in Bnd 4.0. Please change to use OSGi versioning annotations.
[INFO]
[INFO] >>> findbugs-maven-plugin:3.0.0:check (default) @ communities-ugc-migration >>>
[INFO]
[INFO] --- findbugs-maven-plugin:3.0.0:findbugs (findbugs) @ communities-ugc-migration ---
[INFO] Fork Value is true
[java] Warnings generated: 63
[INFO] Done FindBugs Analysis....
[INFO]
[INFO] <<< findbugs-maven-plugin:3.0.0:check (default) @ communities-ugc-migration <<<
[INFO]
[INFO] --- findbugs-maven-plugin:3.0.0:check (default) @ communities-ugc-migration ---
[INFO] BugInstance size is 63
[INFO] Error size is 0
[INFO] Total bugs: 63
[INFO] Found reliance on default encoding in com.adobe.communities.ugc.migration.export.GenericExportServlet.exportContent(Resource, String): new java.io.OutputStreamWriter(OutputStream) ["com.adobe.communities.ugc.migration.export.GenericExportServlet"] At GenericExportServlet.java:[lines 61-231]
[INFO] Possible null pointer dereference in com.adobe.communities.ugc.migration.export.GenericExportServlet.doGet(SlingHttpServletRequest, SlingHttpServletResponse) due to return value of called method ["com.adobe.communities.ugc.migration.export.GenericExportServlet"] At GenericExportServlet.java:[lines 61-231]
[INFO] Possible null pointer dereference in com.adobe.communities.ugc.migration.export.GenericExportServlet.exportContent(Resource, String) due to return value of called method ["com.adobe.communities.ugc.migration.export.GenericExportServlet"] At GenericExportServlet.java:[lines 61-231]
[INFO] Possible null pointer dereference in com.adobe.communities.ugc.migration.export.GenericExportServlet.exportContent(Resource, String) due to return value of called method ["com.adobe.communities.ugc.migration.export.GenericExportServlet"] At GenericExportServlet.java:[lines 61-231]
[INFO] Exceptional return value of java.io.File.delete() ignored in com.adobe.communities.ugc.migration.export.GenericExportServlet.doGet(SlingHttpServletRequest, SlingHttpServletResponse) ["com.adobe.communities.ugc.migration.export.GenericExportServlet"] At GenericExportServlet.java:[lines 61-231]
[INFO] Class com.adobe.communities.ugc.migration.export.GenericExportServlet defines non-transient non-serializable instance field responseWriter ["com.adobe.communities.ugc.migration.export.GenericExportServlet"] At GenericExportServlet.java:[lines 61-231]
[INFO] Class com.adobe.communities.ugc.migration.export.GenericExportServlet defines non-transient non-serializable instance field zip ["com.adobe.communities.ugc.migration.export.GenericExportServlet"] At GenericExportServlet.java:[lines 61-231]
[INFO] Found reliance on default encoding in com.adobe.communities.ugc.migration.export.MessagesExportServlet.doGet(SlingHttpServletRequest, SlingHttpServletResponse): new java.io.OutputStreamWriter(OutputStream) ["com.adobe.communities.ugc.migration.export.MessagesExportServlet"] At MessagesExportServlet.java:[lines 59-260]
[INFO] Possible null pointer dereference in com.adobe.communities.ugc.migration.export.MessagesExportServlet.exportMessagesBatch(Iterable) due to return value of called method ["com.adobe.communities.ugc.migration.export.MessagesExportServlet"] At MessagesExportServlet.java:[lines 59-260]
[INFO] Possible null pointer dereference in com.adobe.communities.ugc.migration.export.MessagesExportServlet.exportMessagesBatch(Iterable) due to return value of called method ["com.adobe.communities.ugc.migration.export.MessagesExportServlet"] At MessagesExportServlet.java:[lines 59-260]
[INFO] Possible null pointer dereference in com.adobe.communities.ugc.migration.export.MessagesExportServlet.exportMessagesBatch(Iterable) due to return value of called method ["com.adobe.communities.ugc.migration.export.MessagesExportServlet"] At MessagesExportServlet.java:[lines 59-260]
[INFO] Possible null pointer dereference in com.adobe.communities.ugc.migration.export.MessagesExportServlet.exportMessagesBatch(Iterable) due to return value of called method ["com.adobe.communities.ugc.migration.export.MessagesExportServlet"] At MessagesExportServlet.java:[lines 59-260]
[INFO] Possible null pointer dereference in com.adobe.communities.ugc.migration.export.MessagesExportServlet.exportMessagesBatch(Iterable) due to return value of called method ["com.adobe.communities.ugc.migration.export.MessagesExportServlet"] At MessagesExportServlet.java:[lines 59-260]
[INFO] Exceptional return value of java.io.File.delete() ignored in com.adobe.communities.ugc.migration.export.MessagesExportServlet.doGet(SlingHttpServletRequest, SlingHttpServletResponse) ["com.adobe.communities.ugc.migration.export.MessagesExportServlet"] At MessagesExportServlet.java:[lines 59-260]
[INFO] Class com.adobe.communities.ugc.migration.export.MessagesExportServlet defines non-transient non-serializable instance field messagesForExport ["com.adobe.communities.ugc.migration.export.MessagesExportServlet"] At MessagesExportServlet.java:[lines 59-260]
[INFO] Class com.adobe.communities.ugc.migration.export.MessagesExportServlet defines non-transient non-serializable instance field responseWriter ["com.adobe.communities.ugc.migration.export.MessagesExportServlet"] At MessagesExportServlet.java:[lines 59-260]
[INFO] Class com.adobe.communities.ugc.migration.export.MessagesExportServlet defines non-transient non-serializable instance field zip ["com.adobe.communities.ugc.migration.export.MessagesExportServlet"] At MessagesExportServlet.java:[lines 59-260]
[INFO] Found reliance on default encoding in com.adobe.communities.ugc.migration.export.UGCExportHelper.extractAttachment(Writer, JSONWriter, Resource): new String(byte[]) ["com.adobe.communities.ugc.migration.export.UGCExportHelper"] At UGCExportHelper.java:[lines 41-519]
[INFO] Found reliance on default encoding in com.adobe.communities.ugc.migration.export.UGCExportHelper.extractSubNode(JSONWriter, Resource): new String(byte[]) ["com.adobe.communities.ugc.migration.export.UGCExportHelper"] At UGCExportHelper.java:[lines 41-519]
[INFO] com.adobe.communities.ugc.migration.export.UGCExportHelper.srp should be package protected ["com.adobe.communities.ugc.migration.export.UGCExportHelper"] At UGCExportHelper.java:[lines 41-519]
[INFO] Possible null pointer dereference in com.adobe.communities.ugc.migration.export.UGCExportHelper.extractComment(JSONWriter, Comment, ResourceResolver, Writer, SocialUtils) due to return value of called method ["com.adobe.communities.ugc.migration.export.UGCExportHelper"] At UGCExportHelper.java:[lines 41-519]
[INFO] Possible null pointer dereference in com.adobe.communities.ugc.migration.export.UGCExportHelper.extractComment(JSONWriter, Comment, ResourceResolver, Writer, SocialUtils) due to return value of called method ["com.adobe.communities.ugc.migration.export.UGCExportHelper"] At UGCExportHelper.java:[lines 41-519]
[INFO] Possible null pointer dereference in com.adobe.communities.ugc.migration.export.UGCExportHelper.extractEvent(JSONWriter, Resource, ResourceResolver, Writer, SocialUtils) due to return value of called method ["com.adobe.communities.ugc.migration.export.UGCExportHelper"] At UGCExportHelper.java:[lines 41-519]
[INFO] Possible null pointer dereference in com.adobe.communities.ugc.migration.export.UGCExportHelper.extractEvent(JSONWriter, Resource, ResourceResolver, Writer, SocialUtils) due to return value of called method ["com.adobe.communities.ugc.migration.export.UGCExportHelper"] At UGCExportHelper.java:[lines 41-519]
[INFO] Possible null pointer dereference in com.adobe.communities.ugc.migration.export.UGCExportHelper.extractEvent(JSONWriter, Resource, ResourceResolver, Writer, SocialUtils) due to return value of called method ["com.adobe.communities.ugc.migration.export.UGCExportHelper"] At UGCExportHelper.java:[lines 41-519]
[INFO] Possible null pointer dereference in com.adobe.communities.ugc.migration.export.UGCExportHelper.extractFlags(JSONWriter, Resource) due to return value of called method ["com.adobe.communities.ugc.migration.export.UGCExportHelper"] At UGCExportHelper.java:[lines 41-519]
[INFO] Possible null pointer dereference in com.adobe.communities.ugc.migration.export.UGCExportHelper.extractTally(JSONWriter, Resource, String) due to return value of called method ["com.adobe.communities.ugc.migration.export.UGCExportHelper"] At UGCExportHelper.java:[lines 41-519]
[INFO] Possible null pointer dereference in com.adobe.communities.ugc.migration.export.UGCExportHelper.extractTranslation(JSONWriter, Resource) due to return value of called method ["com.adobe.communities.ugc.migration.export.UGCExportHelper"] At UGCExportHelper.java:[lines 41-519]
[INFO] Possible null pointer dereference in com.adobe.communities.ugc.migration.export.UGCExportHelper.extractTranslations(JSONWriter, Iterable) due to return value of called method ["com.adobe.communities.ugc.migration.export.UGCExportHelper"] At UGCExportHelper.java:[lines 41-519]
[INFO] Nullcheck of tallyType at line 409 of value previously dereferenced in com.adobe.communities.ugc.migration.export.UGCExportHelper.extractTally(JSONWriter, Resource, String) ["com.adobe.communities.ugc.migration.export.UGCExportHelper"] At UGCExportHelper.java:[lines 41-519]
[INFO] new com.adobe.communities.ugc.migration.importer.BufferedBase64DecoderStream(long, InputStream) ignores result of java.io.InputStream.skip(long) ["com.adobe.communities.ugc.migration.importer.BufferedBase64DecoderStream"] At BufferedBase64DecoderStream.java:[lines 20-77]
[INFO] Unread field: com.adobe.communities.ugc.migration.importer.BufferedBase64DecoderStream.WRITE_BUFFER_SIZE; should this field be static? ["com.adobe.communities.ugc.migration.importer.BufferedBase64DecoderStream"] At BufferedBase64DecoderStream.java:[lines 20-77]
[INFO] Possible null pointer dereference in com.adobe.communities.ugc.migration.importer.ForumImportServlet.doPost(SlingHttpServletRequest, SlingHttpServletResponse) due to return value of called method ["com.adobe.communities.ugc.migration.importer.ForumImportServlet"] At ForumImportServlet.java:[lines 47-135]
[INFO] Possible null pointer dereference in com.adobe.communities.ugc.migration.importer.GenericUGCImporter.doGet(SlingHttpServletRequest, SlingHttpServletResponse) due to return value of called method ["com.adobe.communities.ugc.migration.importer.GenericUGCImporter"] At GenericUGCImporter.java:[lines 59-298]
[INFO] Possible null pointer dereference in com.adobe.communities.ugc.migration.importer.GenericUGCImporter.doGet(SlingHttpServletRequest, SlingHttpServletResponse) due to return value of called method ["com.adobe.communities.ugc.migration.importer.GenericUGCImporter"] At GenericUGCImporter.java:[lines 59-298]
[INFO] Possible null pointer dereference in com.adobe.communities.ugc.migration.importer.GenericUGCImporter.doPost(SlingHttpServletRequest, SlingHttpServletResponse) due to return value of called method ["com.adobe.communities.ugc.migration.importer.GenericUGCImporter"] At GenericUGCImporter.java:[lines 59-298]
[INFO] Possible null pointer dereference in com.adobe.communities.ugc.migration.importer.GenericUGCImporter.doPost(SlingHttpServletRequest, SlingHttpServletResponse) due to return value of called method ["com.adobe.communities.ugc.migration.importer.GenericUGCImporter"] At GenericUGCImporter.java:[lines 59-298]
[INFO] Possible null pointer dereference in com.adobe.communities.ugc.migration.importer.GenericUGCImporter.doPost(SlingHttpServletRequest, SlingHttpServletResponse) due to return value of called method ["com.adobe.communities.ugc.migration.importer.GenericUGCImporter"] At GenericUGCImporter.java:[lines 59-298]
[INFO] Possible null pointer dereference in com.adobe.communities.ugc.migration.importer.GenericUGCImporter.doPost(SlingHttpServletRequest, SlingHttpServletResponse) due to return value of called method ["com.adobe.communities.ugc.migration.importer.GenericUGCImporter"] At GenericUGCImporter.java:[lines 59-298]
[INFO] Possible null pointer dereference in com.adobe.communities.ugc.migration.importer.ImportFileUploadServlet.deleteResource(Resource) due to return value of called method ["com.adobe.communities.ugc.migration.importer.ImportFileUploadServlet"] At ImportFileUploadServlet.java:[lines 59-463]
[INFO] Possible null pointer dereference in com.adobe.communities.ugc.migration.importer.ImportFileUploadServlet.doGet(SlingHttpServletRequest, SlingHttpServletResponse) due to return value of called method ["com.adobe.communities.ugc.migration.importer.ImportFileUploadServlet"] At ImportFileUploadServlet.java:[lines 59-463]
[INFO] Possible null pointer dereference in com.adobe.communities.ugc.migration.importer.ImportFileUploadServlet.doGet(SlingHttpServletRequest, SlingHttpServletResponse) due to return value of called method ["com.adobe.communities.ugc.migration.importer.ImportFileUploadServlet"] At ImportFileUploadServlet.java:[lines 59-463]
[INFO] Possible null pointer dereference in com.adobe.communities.ugc.migration.importer.ImportFileUploadServlet.doPost(SlingHttpServletRequest, SlingHttpServletResponse) due to return value of called method ["com.adobe.communities.ugc.migration.importer.ImportFileUploadServlet"] At ImportFileUploadServlet.java:[lines 59-463]
[INFO] Possible null pointer dereference in com.adobe.communities.ugc.migration.importer.ImportFileUploadServlet.doPost(SlingHttpServletRequest, SlingHttpServletResponse) due to return value of called method ["com.adobe.communities.ugc.migration.importer.ImportFileUploadServlet"] At ImportFileUploadServlet.java:[lines 59-463]
[INFO] Possible null pointer dereference in com.adobe.communities.ugc.migration.importer.ImportFileUploadServlet.doPut(SlingHttpServletRequest, SlingHttpServletResponse) due to return value of called method ["com.adobe.communities.ugc.migration.importer.ImportFileUploadServlet"] At ImportFileUploadServlet.java:[lines 59-463]
[INFO] Possible null pointer dereference in com.adobe.communities.ugc.migration.importer.ImportFileUploadServlet.doPut(SlingHttpServletRequest, SlingHttpServletResponse) due to return value of called method ["com.adobe.communities.ugc.migration.importer.ImportFileUploadServlet"] At ImportFileUploadServlet.java:[lines 59-463]
[INFO] Possible null pointer dereference in com.adobe.communities.ugc.migration.importer.MessagesImportServlet.doPost(SlingHttpServletRequest, SlingHttpServletResponse) due to return value of called method ["com.adobe.communities.ugc.migration.importer.MessagesImportServlet"] At MessagesImportServlet.java:[lines 77-325]
[INFO] Possible null pointer dereference in com.adobe.communities.ugc.migration.importer.MessagesImportServlet.doPost(SlingHttpServletRequest, SlingHttpServletResponse) due to return value of called method ["com.adobe.communities.ugc.migration.importer.MessagesImportServlet"] At MessagesImportServlet.java:[lines 77-325]
[INFO] Possible null pointer dereference in com.adobe.communities.ugc.migration.importer.MessagesImportServlet.doPost(SlingHttpServletRequest, SlingHttpServletResponse) due to return value of called method ["com.adobe.communities.ugc.migration.importer.MessagesImportServlet"] At MessagesImportServlet.java:[lines 77-325]
[INFO] Possible null pointer dereference in com.adobe.communities.ugc.migration.importer.MessagesImportServlet.updateMessageDetails(SlingHttpServletRequest, Map) due to return value of called method ["com.adobe.communities.ugc.migration.importer.MessagesImportServlet"] At MessagesImportServlet.java:[lines 77-325]
[INFO] Possible null pointer dereference in com.adobe.communities.ugc.migration.importer.MessagesImportServlet.updateMessageDetails(SlingHttpServletRequest, Map) due to return value of called method ["com.adobe.communities.ugc.migration.importer.MessagesImportServlet"] At MessagesImportServlet.java:[lines 77-325]
[INFO] Class com.adobe.communities.ugc.migration.importer.MessagesImportServlet defines non-transient non-serializable instance field messagingServiceTracker ["com.adobe.communities.ugc.migration.importer.MessagesImportServlet"] At MessagesImportServlet.java:[lines 77-325]
[INFO] com.adobe.communities.ugc.migration.importer.MessagesImportServlet.updateMessageDetails(SlingHttpServletRequest, Map) makes inefficient use of keySet iterator instead of entrySet iterator ["com.adobe.communities.ugc.migration.importer.MessagesImportServlet"] At MessagesImportServlet.java:[lines 77-325]
[INFO] Possible null pointer dereference in com.adobe.communities.ugc.migration.importer.ScoresImportServlet.doPost(SlingHttpServletRequest, SlingHttpServletResponse) due to return value of called method ["com.adobe.communities.ugc.migration.importer.ScoresImportServlet"] At ScoresImportServlet.java:[lines 58-250]
[INFO] Possible null pointer dereference in com.adobe.communities.ugc.migration.importer.ScoresImportServlet.getScoreTypes(ResourceResolver) due to return value of called method ["com.adobe.communities.ugc.migration.importer.ScoresImportServlet"] At ScoresImportServlet.java:[lines 58-250]
[INFO] Possible null pointer dereference in com.adobe.communities.ugc.migration.importer.ScoresImportServlet.setPoints(String, List, ResourceResolver, UserPropertiesManager) due to return value of called method ["com.adobe.communities.ugc.migration.importer.ScoresImportServlet"] At ScoresImportServlet.java:[lines 58-250]
[INFO] Possible null pointer dereference in com.adobe.communities.ugc.migration.importer.SocialGraphImportServlet.doPost(SlingHttpServletRequest, SlingHttpServletResponse) due to return value of called method ["com.adobe.communities.ugc.migration.importer.SocialGraphImportServlet"] At SocialGraphImportServlet.java:[lines 48-126]
[INFO] Possible null pointer dereference in com.adobe.communities.ugc.migration.importer.UGCImportHelper.checkUserPrivileges(ResourceResolver, ResourceResolverFactory) due to return value of called method ["com.adobe.communities.ugc.migration.importer.UGCImportHelper"] At UGCImportHelper.java:[lines 77-903]
[INFO] Possible null pointer dereference in com.adobe.communities.ugc.migration.importer.UGCImportHelper.createTally(ModifyingResourceProvider, Resource, String, String, Long, String, TallyOperationsService) due to return value of called method ["com.adobe.communities.ugc.migration.importer.UGCImportHelper"] At UGCImportHelper.java:[lines 77-903]
[INFO] Possible null pointer dereference in com.adobe.communities.ugc.migration.importer.UGCImportHelper.createTally(ModifyingResourceProvider, Resource, String, String, Long, String, TallyOperationsService) due to return value of called method ["com.adobe.communities.ugc.migration.importer.UGCImportHelper"] At UGCImportHelper.java:[lines 77-903]
[INFO] Possible null pointer dereference in com.adobe.communities.ugc.migration.importer.UGCImportHelper.extractTopic(JsonParser, Resource, ResourceResolver, CommentOperations) due to return value of called method ["com.adobe.communities.ugc.migration.importer.UGCImportHelper"] At UGCImportHelper.java:[lines 77-903]
[INFO] Possible null pointer dereference in com.adobe.communities.ugc.migration.importer.UGCImportHelper.extractTopic(JsonParser, Resource, ResourceResolver, CommentOperations) due to return value of called method ["com.adobe.communities.ugc.migration.importer.UGCImportHelper"] At UGCImportHelper.java:[lines 77-903]
[INFO] Possible null pointer dereference in com.adobe.communities.ugc.migration.importer.UGCImportHelper.importTranslation(JsonParser, Resource) due to return value of called method ["com.adobe.communities.ugc.migration.importer.UGCImportHelper"] At UGCImportHelper.java:[lines 77-903]
[INFO]
[INFO] >>> maven-pmd-plugin:3.7:check (default) @ communities-ugc-migration >>>
[INFO]
[INFO] --- maven-pmd-plugin:3.7:pmd (pmd) @ communities-ugc-migration ---
[WARNING] Unable to locate Source XRef to link to - DISABLED
[WARNING] File encoding has not been set, using platform encoding Cp1252, i.e. build is platform dependent!
[INFO]
[INFO] <<< maven-pmd-plugin:3.7:check (default) @ communities-ugc-migration <<<
[INFO]
[INFO] --- maven-pmd-plugin:3.7:check (default) @ communities-ugc-migration ---
[INFO] You have 21 PMD violations. For more details see: D:\Project-CQ\Loblaws\Upgrade\code\exportUtility\aem-communities-ugc-migration-master\aem-communities-ugc-migration-master\bundles\communities-ugc-migration\target\pmd.xml
[INFO]
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ communities-ugc-migration ---
[INFO] Installing D:\Project-CQ\Loblaws\Upgrade\code\exportUtility\aem-communities-ugc-migration-master\aem-communities-ugc-migration-master\bundles\communities-ugc-migration\target\communities-ugc-migration-1.0.6-SNAPSHOT.jar to C:\Users\rsin78.m2\repository\com\adobe\aem\communities\communities-ugc-migration\1.0.6-SNAPSHOT\communities-ugc-migration-1.0.6-SNAPSHOT.jar
[INFO] Installing D:\Project-CQ\Loblaws\Upgrade\code\exportUtility\aem-communities-ugc-migration-master\aem-communities-ugc-migration-master\bundles\communities-ugc-migration\pom.xml to C:\Users\rsin78.m2\repository\com\adobe\aem\communities\communities-ugc-migration\1.0.6-SNAPSHOT\communities-ugc-migration-1.0.6-SNAPSHOT.pom
[INFO]
[INFO] --- maven-bundle-plugin:3.2.0:install (default-install) @ communities-ugc-migration ---
[INFO] Installing com/adobe/aem/communities/communities-ugc-migration/1.0.6-SNAPSHOT/communities-ugc-migration-1.0.6-SNAPSHOT.jar
[INFO] Writing OBR metadata
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building AEM Communities UGC Migration - legacyExport Bundle 1.0.6-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ communities-ugc-migration-legacyExport ---
[INFO] Deleting D:\Project-CQ\Loblaws\Upgrade\code\exportUtility\aem-communities-ugc-migration-master\aem-communities-ugc-migration-master\bundles\communities-ugc-migration-legacyExport\target
[INFO]
[INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ communities-ugc-migration-legacyExport ---
[INFO] argLine set to -javaagent:C:\Users\rsin78\.m2\repository\org\jacoco\org.jacoco.agent\0.7.6.201602180812\org.jacoco.agent-0.7.6.201602180812-runtime.jar=destfile=D:\Project-CQ\Loblaws\Upgrade\code\exportUtility\aem-communities-ugc-migration-master\aem-communities-ugc-migration-master\bundles\communities-ugc-migration-legacyExport\target\jacoco.exec
[INFO]
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ communities-ugc-migration-legacyExport ---
[WARNING] Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory D:\Project-CQ\Loblaws\Upgrade\code\exportUtility\aem-communities-ugc-migration-master\aem-communities-ugc-migration-master\bundles\communities-ugc-migration-legacyExport\src\main\resources
[INFO]
[INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ communities-ugc-migration-legacyExport ---
[INFO] Changes detected - recompiling the module!
[WARNING] File encoding has not been set, using platform encoding Cp1252, i.e. build is platform dependent!
[INFO] Compiling 5 source files to D:\Project-CQ\Loblaws\Upgrade\code\exportUtility\aem-communities-ugc-migration-master\aem-communities-ugc-migration-master\bundles\communities-ugc-migration-legacyExport\target\classes
[INFO] /D:/Project-CQ/Loblaws/Upgrade/code/exportUtility/aem-communities-ugc-migration-master/aem-communities-ugc-migration-master/bundles/communities-ugc-migration-legacyExport/src/main/java/com/adobe/communities/ugc/migration/legacyExport/UGCExportHelper.java: Some input files use or override a deprecated API.
[INFO] /D:/Project-CQ/Loblaws/Upgrade/code/exportUtility/aem-communities-ugc-migration-master/aem-communities-ugc-migration-master/bundles/communities-ugc-migration-legacyExport/src/main/java/com/adobe/communities/ugc/migration/legacyExport/UGCExportHelper.java: Recompile with -Xlint:deprecation for details.
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR] /D:/Project-CQ/Loblaws/Upgrade/code/exportUtility/aem-communities-ugc-migration-master/aem-communities-ugc-migration-master/bundles/communities-ugc-migration-legacyExport/src/main/java/com/adobe/communities/ugc/migration/legacyExport/UGCExportHelper.java:[59,24] cannot find symbol
symbol: variable ContentTypeDefinitions
location: class com.adobe.communities.ugc.migration.legacyExport.UGCExportHelper
[ERROR] /D:/Project-CQ/Loblaws/Upgrade/code/exportUtility/aem-communities-ugc-migration-master/aem-communities-ugc-migration-master/bundles/communities-ugc-migration-legacyExport/src/main/java/com/adobe/communities/ugc/migration/legacyExport/UGCExportHelper.java:[75,24] cannot find symbol
symbol: variable ContentTypeDefinitions
location: class com.adobe.communities.ugc.migration.legacyExport.UGCExportHelper
[ERROR] /D:/Project-CQ/Loblaws/Upgrade/code/exportUtility/aem-communities-ugc-migration-master/aem-communities-ugc-migration-master/bundles/communities-ugc-migration-legacyExport/src/main/java/com/adobe/communities/ugc/migration/legacyExport/UGCExportHelper.java:[81,24] cannot find symbol
symbol: variable ContentTypeDefinitions
location: class com.adobe.communities.ugc.migration.legacyExport.UGCExportHelper
[ERROR] /D:/Project-CQ/Loblaws/Upgrade/code/exportUtility/aem-communities-ugc-migration-master/aem-communities-ugc-migration-master/bundles/communities-ugc-migration-legacyExport/src/main/java/com/adobe/communities/ugc/migration/legacyExport/UGCExportHelper.java:[111,24] cannot find symbol
symbol: variable ContentTypeDefinitions
location: class com.adobe.communities.ugc.migration.legacyExport.UGCExportHelper
[ERROR] /D:/Project-CQ/Loblaws/Upgrade/code/exportUtility/aem-communities-ugc-migration-master/aem-communities-ugc-migration-master/bundles/communities-ugc-migration-legacyExport/src/main/java/com/adobe/communities/ugc/migration/legacyExport/UGCExportHelper.java:[251,39] cannot find symbol
symbol: variable ContentTypeDefinitions
location: class com.adobe.communities.ugc.migration.legacyExport.UGCExportHelper
[ERROR] /D:/Project-CQ/Loblaws/Upgrade/code/exportUtility/aem-communities-ugc-migration-master/aem-communities-ugc-migration-master/bundles/communities-ugc-migration-legacyExport/src/main/java/com/adobe/communities/ugc/migration/legacyExport/UGCExportHelper.java:[312,24] cannot find symbol
symbol: variable ContentTypeDefinitions
location: class com.adobe.communities.ugc.migration.legacyExport.UGCExportHelper
[ERROR] /D:/Project-CQ/Loblaws/Upgrade/code/exportUtility/aem-communities-ugc-migration-master/aem-communities-ugc-migration-master/bundles/communities-ugc-migration-legacyExport/src/main/java/com/adobe/communities/ugc/migration/legacyExport/UGCExportHelper.java:[318,24] cannot find symbol
symbol: variable ContentTypeDefinitions
location: class com.adobe.communities.ugc.migration.legacyExport.UGCExportHelper
[ERROR] /D:/Project-CQ/Loblaws/Upgrade/code/exportUtility/aem-communities-ugc-migration-master/aem-communities-ugc-migration-master/bundles/communities-ugc-migration-legacyExport/src/main/java/com/adobe/communities/ugc/migration/legacyExport/UGCExportHelper.java:[330,28] cannot find symbol
symbol: variable ContentTypeDefinitions
location: class com.adobe.communities.ugc.migration.legacyExport.UGCExportHelper
[ERROR] /D:/Project-CQ/Loblaws/Upgrade/code/exportUtility/aem-communities-ugc-migration-master/aem-communities-ugc-migration-master/bundles/communities-ugc-migration-legacyExport/src/main/java/com/adobe/communities/ugc/migration/legacyExport/UGCExportHelper.java:[340,24] cannot find symbol
symbol: variable ContentTypeDefinitions
location: class com.adobe.communities.ugc.migration.legacyExport.UGCExportHelper
[ERROR] /D:/Project-CQ/Loblaws/Upgrade/code/exportUtility/aem-communities-ugc-migration-master/aem-communities-ugc-migration-master/bundles/communities-ugc-migration-legacyExport/src/main/java/com/adobe/communities/ugc/migration/legacyExport/UGCExportHelper.java:[407,24] cannot find symbol
symbol: variable ContentTypeDefinitions
location: class com.adobe.communities.ugc.migration.legacyExport.UGCExportHelper
[ERROR] /D:/Project-CQ/Loblaws/Upgrade/code/exportUtility/aem-communities-ugc-migration-master/aem-communities-ugc-migration-master/bundles/communities-ugc-migration-legacyExport/src/main/java/com/adobe/communities/ugc/migration/legacyExport/UGCExportHelper.java:[413,24] cannot find symbol
symbol: variable ContentTypeDefinitions
location: class com.adobe.communities.ugc.migration.legacyExport.UGCExportHelper
[ERROR] /D:/Project-CQ/Loblaws/Upgrade/code/exportUtility/aem-communities-ugc-migration-master/aem-communities-ugc-migration-master/bundles/communities-ugc-migration-legacyExport/src/main/java/com/adobe/communities/ugc/migration/legacyExport/UGCExportHelper.java:[425,28] cannot find symbol
symbol: variable ContentTypeDefinitions
location: class com.adobe.communities.ugc.migration.legacyExport.UGCExportHelper
[ERROR] /D:/Project-CQ/Loblaws/Upgrade/code/exportUtility/aem-communities-ugc-migration-master/aem-communities-ugc-migration-master/bundles/communities-ugc-migration-legacyExport/src/main/java/com/adobe/communities/ugc/migration/legacyExport/UGCExportHelper.java:[435,24] cannot find symbol
symbol: variable ContentTypeDefinitions
location: class com.adobe.communities.ugc.migration.legacyExport.UGCExportHelper
[ERROR] /D:/Project-CQ/Loblaws/Upgrade/code/exportUtility/aem-communities-ugc-migration-master/aem-communities-ugc-migration-master/bundles/communities-ugc-migration-legacyExport/src/main/java/com/adobe/communities/ugc/migration/legacyExport/UGCExportHelper.java:[485,29] cannot find symbol
symbol: variable ContentTypeDefinitions
location: class com.adobe.communities.ugc.migration.legacyExport.UGCExportHelper
[ERROR] /D:/Project-CQ/Loblaws/Upgrade/code/exportUtility/aem-communities-ugc-migration-master/aem-communities-ugc-migration-master/bundles/communities-ugc-migration-legacyExport/src/main/java/com/adobe/communities/ugc/migration/legacyExport/UGCExportHelper.java:[493,29] cannot find symbol
symbol: variable ContentTypeDefinitions
location: class com.adobe.communities.ugc.migration.legacyExport.UGCExportHelper
[ERROR] /D:/Project-CQ/Loblaws/Upgrade/code/exportUtility/aem-communities-ugc-migration-master/aem-communities-ugc-migration-master/bundles/communities-ugc-migration-legacyExport/src/main/java/com/adobe/communities/ugc/migration/legacyExport/UGCExportHelper.java:[504,29] cannot find symbol
symbol: variable ContentTypeDefinitions
location: class com.adobe.communities.ugc.migration.legacyExport.UGCExportHelper
[ERROR] /D:/Project-CQ/Loblaws/Upgrade/code/exportUtility/aem-communities-ugc-migration-master/aem-communities-ugc-migration-master/bundles/communities-ugc-migration-legacyExport/src/main/java/com/adobe/communities/ugc/migration/legacyExport/UGCExportHelper.java:[533,20] cannot find symbol
symbol: variable ContentTypeDefinitions
location: class com.adobe.communities.ugc.migration.legacyExport.UGCExportHelper
[ERROR] /D:/Project-CQ/Loblaws/Upgrade/code/exportUtility/aem-communities-ugc-migration-master/aem-communities-ugc-migration-master/bundles/communities-ugc-migration-legacyExport/src/main/java/com/adobe/communities/ugc/migration/legacyExport/UGCExportHelper.java:[549,24] cannot find symbol
symbol: variable ContentTypeDefinitions
location: class com.adobe.communities.ugc.migration.legacyExport.UGCExportHelper
[ERROR] /D:/Project-CQ/Loblaws/Upgrade/code/exportUtility/aem-communities-ugc-migration-master/aem-communities-ugc-migration-master/bundles/communities-ugc-migration-legacyExport/src/main/java/com/adobe/communities/ugc/migration/legacyExport/UGCExportHelper.java:[592,28] cannot find symbol
symbol: variable ContentTypeDefinitions
location: class com.adobe.communities.ugc.migration.legacyExport.UGCExportHelper
[ERROR] /D:/Project-CQ/Loblaws/Upgrade/code/exportUtility/aem-communities-ugc-migration-master/aem-communities-ugc-migration-master/bundles/communities-ugc-migration-legacyExport/src/main/java/com/adobe/communities/ugc/migration/legacyExport/UGCExportHelper.java:[594,28] cannot find symbol
symbol: variable ContentTypeDefinitions
location: class com.adobe.communities.ugc.migration.legacyExport.UGCExportHelper
[ERROR] /D:/Project-CQ/Loblaws/Upgrade/code/exportUtility/aem-communities-ugc-migration-master/aem-communities-ugc-migration-master/bundles/communities-ugc-migration-legacyExport/src/main/java/com/adobe/communities/ugc/migration/legacyExport/UGCExportHelper.java:[616,32] cannot find symbol
symbol: variable ContentTypeDefinitions
location: class com.adobe.communities.ugc.migration.legacyExport.UGCExportHelper
[ERROR] /D:/Project-CQ/Loblaws/Upgrade/code/exportUtility/aem-communities-ugc-migration-master/aem-communities-ugc-migration-master/bundles/communities-ugc-migration-legacyExport/src/main/java/com/adobe/communities/ugc/migration/legacyExport/UGCExportHelper.java:[633,24] cannot find symbol
symbol: variable ContentTypeDefinitions
location: class com.adobe.communities.ugc.migration.legacyExport.UGCExportHelper
[ERROR] /D:/Project-CQ/Loblaws/Upgrade/code/exportUtility/aem-communities-ugc-migration-master/aem-communities-ugc-migration-master/bundles/communities-ugc-migration-legacyExport/src/main/java/com/adobe/communities/ugc/migration/legacyExport/ForumExportServlet.java:[68,24] cannot find symbol
symbol: variable ContentTypeDefinitions
location: class com.adobe.communities.ugc.migration.legacyExport.ForumExportServlet
[ERROR] /D:/Project-CQ/Loblaws/Upgrade/code/exportUtility/aem-communities-ugc-migration-master/aem-communities-ugc-migration-master/bundles/communities-ugc-migration-legacyExport/src/main/java/com/adobe/communities/ugc/migration/legacyExport/ForumExportServlet.java:[70,24] cannot find symbol
symbol: variable ContentTypeDefinitions
location: class com.adobe.communities.ugc.migration.legacyExport.ForumExportServlet
[ERROR] /D:/Project-CQ/Loblaws/Upgrade/code/exportUtility/aem-communities-ugc-migration-master/aem-communities-ugc-migration-master/bundles/communities-ugc-migration-legacyExport/src/main/java/com/adobe/communities/ugc/migration/legacyExport/ForumExportServlet.java:[90,16] cannot find symbol
symbol: variable ContentTypeDefinitions
location: class com.adobe.communities.ugc.migration.legacyExport.ForumExportServlet
[ERROR] /D:/Project-CQ/Loblaws/Upgrade/code/exportUtility/aem-communities-ugc-migration-master/aem-communities-ugc-migration-master/bundles/communities-ugc-migration-legacyExport/src/main/java/com/adobe/communities/ugc/migration/legacyExport/QnaExportServlet.java:[42,24] cannot find symbol
symbol: variable ContentTypeDefinitions
location: class com.adobe.communities.ugc.migration.legacyExport.QnaExportServlet
[ERROR] /D:/Project-CQ/Loblaws/Upgrade/code/exportUtility/aem-communities-ugc-migration-master/aem-communities-ugc-migration-master/bundles/communities-ugc-migration-legacyExport/src/main/java/com/adobe/communities/ugc/migration/legacyExport/QnaExportServlet.java:[44,24] cannot find symbol
symbol: variable ContentTypeDefinitions
location: class com.adobe.communities.ugc.migration.legacyExport.QnaExportServlet
[ERROR] /D:/Project-CQ/Loblaws/Upgrade/code/exportUtility/aem-communities-ugc-migration-master/aem-communities-ugc-migration-master/bundles/communities-ugc-migration-legacyExport/src/main/java/com/adobe/communities/ugc/migration/legacyExport/QnaExportServlet.java:[65,16] cannot find symbol
symbol: variable ContentTypeDefinitions
location: class com.adobe.communities.ugc.migration.legacyExport.QnaExportServlet
[ERROR] /D:/Project-CQ/Loblaws/Upgrade/code/exportUtility/aem-communities-ugc-migration-master/aem-communities-ugc-migration-master/bundles/communities-ugc-migration-legacyExport/src/main/java/com/adobe/communities/ugc/migration/legacyExport/GenericExportServlet.java:[160,37] cannot find symbol
symbol: variable ContentTypeDefinitions
location: class com.adobe.communities.ugc.migration.legacyExport.GenericExportServlet
[ERROR] /D:/Project-CQ/Loblaws/Upgrade/code/exportUtility/aem-communities-ugc-migration-master/aem-communities-ugc-migration-master/bundles/communities-ugc-migration-legacyExport/src/main/java/com/adobe/communities/ugc/migration/legacyExport/GenericExportServlet.java:[161,39] cannot find symbol
symbol: variable ContentTypeDefinitions
location: class com.adobe.communities.ugc.migration.legacyExport.GenericExportServlet
[ERROR] /D:/Project-CQ/Loblaws/Upgrade/code/exportUtility/aem-communities-ugc-migration-master/aem-communities-ugc-migration-master/bundles/communities-ugc-migration-legacyExport/src/main/java/com/adobe/communities/ugc/migration/legacyExport/GenericExportServlet.java:[162,37] cannot find symbol
symbol: variable ContentTypeDefinitions
location: class com.adobe.communities.ugc.migration.legacyExport.GenericExportServlet
[ERROR] /D:/Project-CQ/Loblaws/Upgrade/code/exportUtility/aem-communities-ugc-migration-master/aem-communities-ugc-migration-master/bundles/communities-ugc-migration-legacyExport/src/main/java/com/adobe/communities/ugc/migration/legacyExport/GenericExportServlet.java:[190,37] cannot find symbol
symbol: variable ContentTypeDefinitions
location: class com.adobe.communities.ugc.migration.legacyExport.GenericExportServlet
[ERROR] /D:/Project-CQ/Loblaws/Upgrade/code/exportUtility/aem-communities-ugc-migration-master/aem-communities-ugc-migration-master/bundles/communities-ugc-migration-legacyExport/src/main/java/com/adobe/communities/ugc/migration/legacyExport/GenericExportServlet.java:[191,39] cannot find symbol
symbol: variable ContentTypeDefinitions
location: class com.adobe.communities.ugc.migration.legacyExport.GenericExportServlet
[ERROR] /D:/Project-CQ/Loblaws/Upgrade/code/exportUtility/aem-communities-ugc-migration-master/aem-communities-ugc-migration-master/bundles/communities-ugc-migration-legacyExport/src/main/java/com/adobe/communities/ugc/migration/legacyExport/GenericExportServlet.java:[192,37] cannot find symbol
symbol: variable ContentTypeDefinitions
location: class com.adobe.communities.ugc.migration.legacyExport.GenericExportServlet
[ERROR] /D:/Project-CQ/Loblaws/Upgrade/code/exportUtility/aem-communities-ugc-migration-master/aem-communities-ugc-migration-master/bundles/communities-ugc-migration-legacyExport/src/main/java/com/adobe/communities/ugc/migration/legacyExport/GenericExportServlet.java:[237,34] cannot find symbol
symbol: variable ContentTypeDefinitions
location: class com.adobe.communities.ugc.migration.legacyExport.GenericExportServlet
[ERROR] /D:/Project-CQ/Loblaws/Upgrade/code/exportUtility/aem-communities-ugc-migration-master/aem-communities-ugc-migration-master/bundles/communities-ugc-migration-legacyExport/src/main/java/com/adobe/communities/ugc/migration/legacyExport/GenericExportServlet.java:[238,36] cannot find symbol
symbol: variable ContentTypeDefinitions
location: class com.adobe.communities.ugc.migration.legacyExport.GenericExportServlet
[ERROR] /D:/Project-CQ/Loblaws/Upgrade/code/exportUtility/aem-communities-ugc-migration-master/aem-communities-ugc-migration-master/bundles/communities-ugc-migration-legacyExport/src/main/java/com/adobe/communities/ugc/migration/legacyExport/GenericExportServlet.java:[239,34] cannot find symbol
symbol: variable ContentTypeDefinitions
location: class com.adobe.communities.ugc.migration.legacyExport.GenericExportServlet
[ERROR] /D:/Project-CQ/Loblaws/Upgrade/code/exportUtility/aem-communities-ugc-migration-master/aem-communities-ugc-migration-master/bundles/communities-ugc-migration-legacyExport/src/main/java/com/adobe/communities/ugc/migration/legacyExport/GenericExportServlet.java:[264,31] cannot find symbol
symbol: variable ContentTypeDefinitions
location: class com.adobe.communities.ugc.migration.legacyExport.GenericExportServlet
[ERROR] /D:/Project-CQ/Loblaws/Upgrade/code/exportUtility/aem-communities-ugc-migration-master/aem-communities-ugc-migration-master/bundles/communities-ugc-migration-legacyExport/src/main/java/com/adobe/communities/ugc/migration/legacyExport/GenericExportServlet.java:[265,33] cannot find symbol
symbol: variable ContentTypeDefinitions
location: class com.adobe.communities.ugc.migration.legacyExport.GenericExportServlet
[ERROR] /D:/Project-CQ/Loblaws/Upgrade/code/exportUtility/aem-communities-ugc-migration-master/aem-communities-ugc-migration-master/bundles/communities-ugc-migration-legacyExport/src/main/java/com/adobe/communities/ugc/migration/legacyExport/GenericExportServlet.java:[266,31] cannot find symbol
symbol: variable ContentTypeDefinitions
location: class com.adobe.communities.ugc.migration.legacyExport.GenericExportServlet
[ERROR] /D:/Project-CQ/Loblaws/Upgrade/code/exportUtility/aem-communities-ugc-migration-master/aem-communities-ugc-migration-master/bundles/communities-ugc-migration-legacyExport/src/main/java/com/adobe/communities/ugc/migration/legacyExport/GenericExportServlet.java:[276,31] cannot find symbol
symbol: variable ContentTypeDefinitions
location: class com.adobe.communities.ugc.migration.legacyExport.GenericExportServlet
[ERROR] /D:/Project-CQ/Loblaws/Upgrade/code/exportUtility/aem-communities-ugc-migration-master/aem-communities-ugc-migration-master/bundles/communities-ugc-migration-legacyExport/src/main/java/com/adobe/communities/ugc/migration/legacyExport/GenericExportServlet.java:[277,33] cannot find symbol
symbol: variable ContentTypeDefinitions
location: class com.adobe.communities.ugc.migration.legacyExport.GenericExportServlet
[ERROR] /D:/Project-CQ/Loblaws/Upgrade/code/exportUtility/aem-communities-ugc-migration-master/aem-communities-ugc-migration-master/bundles/communities-ugc-migration-legacyExport/src/main/java/com/adobe/communities/ugc/migration/legacyExport/GenericExportServlet.java:[278,31] cannot find symbol
symbol: variable ContentTypeDefinitions
location: class com.adobe.communities.ugc.migration.legacyExport.GenericExportServlet
[ERROR] /D:/Project-CQ/Loblaws/Upgrade/code/exportUtility/aem-communities-ugc-migration-master/aem-communities-ugc-migration-master/bundles/communities-ugc-migration-legacyExport/src/main/java/com/adobe/communities/ugc/migration/legacyExport/GenericExportServlet.java:[295,33] cannot find symbol
symbol: variable ContentTypeDefinitions
location: class com.adobe.communities.ugc.migration.legacyExport.GenericExportServlet
[ERROR] /D:/Project-CQ/Loblaws/Upgrade/code/exportUtility/aem-communities-ugc-migration-master/aem-communities-ugc-migration-master/bundles/communities-ugc-migration-legacyExport/src/main/java/com/adobe/communities/ugc/migration/legacyExport/GenericExportServlet.java:[296,35] cannot find symbol
symbol: variable ContentTypeDefinitions
location: class com.adobe.communities.ugc.migration.legacyExport.GenericExportServlet
[ERROR] /D:/Project-CQ/Loblaws/Upgrade/code/exportUtility/aem-communities-ugc-migration-master/aem-communities-ugc-migration-master/bundles/communities-ugc-migration-legacyExport/src/main/java/com/adobe/communities/ugc/migration/legacyExport/GenericExportServlet.java:[297,33] cannot find symbol
symbol: variable ContentTypeDefinitions
location: class com.adobe.communities.ugc.migration.legacyExport.GenericExportServlet
[ERROR] /D:/Project-CQ/Loblaws/Upgrade/code/exportUtility/aem-communities-ugc-migration-master/aem-communities-ugc-migration-master/bundles/communities-ugc-migration-legacyExport/src/main/java/com/adobe/communities/ugc/migration/legacyExport/GenericExportServlet.java:[346,42] cannot find symbol
symbol: variable ContentTypeDefinitions
location: class com.adobe.communities.ugc.migration.legacyExport.GenericExportServlet
[ERROR] /D:/Project-CQ/Loblaws/Upgrade/code/exportUtility/aem-communities-ugc-migration-master/aem-communities-ugc-migration-master/bundles/communities-ugc-migration-legacyExport/src/main/java/com/adobe/communities/ugc/migration/legacyExport/GenericExportServlet.java:[347,44] cannot find symbol
symbol: variable ContentTypeDefinitions
location: class com.adobe.communities.ugc.migration.legacyExport.GenericExportServlet
[ERROR] /D:/Project-CQ/Loblaws/Upgrade/code/exportUtility/aem-communities-ugc-migration-master/aem-communities-ugc-migration-master/bundles/communities-ugc-migration-legacyExport/src/main/java/com/adobe/communities/ugc/migration/legacyExport/GenericExportServlet.java:[348,42] cannot find symbol
symbol: variable ContentTypeDefinitions
location: class com.adobe.communities.ugc.migration.legacyExport.GenericExportServlet
[INFO] 49 errors
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] AEM Communities UGC Migration - Reactor ........... SUCCESS [ 1.828 s]
[INFO] AEM Communities UGC Migration - Bundle ............ SUCCESS [ 18.415 s]
[INFO] AEM Communities UGC Migration - legacyExport Bundle FAILURE [ 0.910 s]
[INFO] AEM Communities UGC Messages Migration - Bundle ... SKIPPED
[INFO] AEM Communities UGC Migration - Package ........... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 22.350 s
[INFO] Finished at: 2017-01-20T19:32:59+05:30
[INFO] Final Memory: 58M/631M
[INFO] ------------------------------------------------------------------------

dependency error in publish instance

Hi,

UGC is exported using the LegacyExport in AEM5.6.1
While importing in AEM 6.2 publish instance I am getting dependency error while uploading communities-ugc-migration bundle.

Dependency Error:
com.adobe.cq.social.scf,version=[1.3,2) -- Cannot be resolved
com.adobe.cq.social.ugc.api,version=[1.4,2) -- Cannot be resolved

Any help is appreciated.

Reviews are not migrated using the tool

I tested this tool and unable to migrate Reviews created in 6.0 env. I understand that reviews are comment system along with Ratings but is there a way or I'm missing something here that Reviews can't be migrated using this tool. Please help.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.