Code Monkey home page Code Monkey logo

Comments (15)

mthomas46 avatar mthomas46 commented on September 25, 2024 1

@godanny86 the link to the service pack does not seem to work with a personal account. I'll have to ask a coworker to get it for me. thanks for the help.

from aem-guides-wknd.

godanny86 avatar godanny86 commented on September 25, 2024

Hi @Rojkumar2306 a few follow ups:

  1. what version of AEM are you using, is this 6.5?
  2. Also what Service Pack do you have?
  3. What version of WKND did you install? There is a classic variation that is intended to be installed on 6.5 environments

from aem-guides-wknd.

Rojkumar2306 avatar Rojkumar2306 commented on September 25, 2024

Hi @Rojkumar2306 a few follow ups:

  1. what version of AEM are you using, is this 6.5?
  2. Also what Service Pack do you have?
  3. What version of WKND did you install? There is a classic variation that is intended to be installed on 6.5 environments

Yes i am using 6.5. Whenever i am trying to extract zip files(aem-guides-wknd-main.zip) i am getting errors like error 0x80010135. path too long.
and... could u please clarify that 1.i should install "aem- guides-wknd-all-1.1.0.-classic.zip" and then i should install "aem-guides-wknd-main.zip".
thats what i am doing..please guide me if gng in wrng direction as i am beginner.
******my maven version 3.8.5
******aem 6.5 provided by my organization which i am wrkng now.
*****should i prefer Java version 11 or 1.8????

help me out plssss...its killing my time
githuberror

from aem-guides-wknd.

Rojkumar2306 avatar Rojkumar2306 commented on September 25, 2024

i tried to validate the classic package.
This is what i got..
if i proceed to install anyway, We-retail & wknd-sites wont be active.
what should i do now???????????

Validate Package: /etc/packages/com.adobe.aem.guides/aem-guides-wknd.all-1.1.0.zip
Thu Apr 21 2022 11:06:56 GMT+0530 (India Standard Time)

Validating content package

5 unsatisfied OSGi package imports in 2 bundles.

  1. Unsatisfied package import com.day.cq.wcm.api-[1.28.0,2.0.0) in bundle aem-guides-wknd.core-1.1.0 present at aem-guides-wknd.all-1.1.0.zip/jcr_root/apps/wknd-packages/application/install/aem-guides-wknd.core-1.1.0.jar
  2. Unsatisfied package import com.day.cq.wcm.api-[1.28.0,2.0.0) in bundle com.adobe.cq.core.wcm.components.core-2.17.12 present at aem-guides-wknd.all-1.1.0.zip/jcr_root/apps/wknd-vendor-packages/application/install/core.wcm.components.core-2.17.12.jar
  3. Unsatisfied package import org.apache.sling.api.servlets-[2.3.0,3.0.0) in bundle com.adobe.cq.core.wcm.components.core-2.17.12 present at aem-guides-wknd.all-1.1.0.zip/jcr_root/apps/wknd-vendor-packages/application/install/core.wcm.components.core-2.17.12.jar
  4. Unsatisfied package import org.apache.commons.lang3-[3.9.0,4.0.0) in bundle aem-guides-wknd.core-1.1.0 present at aem-guides-wknd.all-1.1.0.zip/jcr_root/apps/wknd-packages/application/install/aem-guides-wknd.core-1.1.0.jar
  5. Unsatisfied package import com.fasterxml.jackson.annotation-[2.10.0,3.0.0) in bundle aem-guides-wknd.core-1.1.0 present at aem-guides-wknd.all-1.1.0.zip/jcr_root/apps/wknd-packages/application/install/aem-guides-wknd.core-1.1.0.jar

Following 2 bundles will go from 'Active' to 'Installed' state if you install this content package.

  1. aem-guides-wknd.core-1.1.0
  2. com.adobe.cq.core.wcm.components.core-2.17.12

5 unsatisfied OSGi package imports. No overlay rebase warnings. No ACL warnings.

Package validated in 1ms.

from aem-guides-wknd.

mthomas46 avatar mthomas46 commented on September 25, 2024

running into the same issue hopefully this helps. This is the console log and it's showing that is's unable to resolve a few bundles.

Screen Shot 2022-05-03 at 4 41 09 PM

from aem-guides-wknd.

godanny86 avatar godanny86 commented on September 25, 2024

Thanks @mthomas46. Apologies @Rojkumar2306 I didn't see your response. I think the issues are related to the lack of Service Pack installed on the target 6.5 environments.

The latest release of WKND for AEM 6.5 requires a minimum Service Pack 10 to be installed. If this is a fresh environment install the latest service pack which is 12:

  1. Start a fresh instance of AEM 6.5
  2. Download and install Service Pack 12 via CRX Package Manager
  3. Download and install the classic compiled version of WKND aem-guides-wknd.all-1.1.0-classic.zip using package manager. There is no need to unzip this artifact as it is the compiled version.

for @mthomas46 it looks like you generated a new project using the AEM Project Archetype? I'm not sure if that is the case but I see that the version you have is 0.0.1-SNAPSHOT. If this is the case ensure that when generating the project you specify the version of AEM you are using. So for Service Pack 10 you would generate a new project like so:

mvn -B org.apache.maven.plugins:maven-archetype-plugin:3.2.1:generate \
    -D archetypeGroupId=com.adobe.aem \
    -D archetypeArtifactId=aem-project-archetype \
    -D archetypeVersion=35 \
    -D appTitle="WKND Sites Project" \
    -D appId="wknd" \
    -D groupId="com.adobe.aem.guides" \
    -D artifactId="aem-guides-wknd" \
    -D package="com.adobe.aem.guides.wknd" \
    -D version="0.0.1-SNAPSHOT" \
    -D aemVersion="6.5.10"

And also ensure that Service Pack 10 is installed on the target AEM 6.5 environment.

from aem-guides-wknd.

mthomas46 avatar mthomas46 commented on September 25, 2024

@godanny86 so i copied the project repo from the component-basics-start branch. It seems like the documentation or branch for the tutorial is a little out of date. i'm using service pack 8 so thats probably the reason, i'll try grabbing 12.

from aem-guides-wknd.

godanny86 avatar godanny86 commented on September 25, 2024

hey @mthomas46 the tutorial specifies 6.5.10 as a minimum version: https://experienceleague.adobe.com/docs/experience-manager-learn/getting-started-wknd-tutorial-develop/project-archetype/overview.html?lang=en#local-dev-environment. Is there another place where you see SP 8 referenced?

from aem-guides-wknd.

mthomas46 avatar mthomas46 commented on September 25, 2024

Screen Shot 2022-05-09 at 6 00 19 PM

I've upgraded to SP12 and it still is unable to resolve the following bundles on a fresh install
org.apache.sling.api.request,version=[2.6,3) -- Cannot be resolved
org.apache.sling.api.resource,version=[2.13,3) -- Cannot be resolved

from aem-guides-wknd.

godanny86 avatar godanny86 commented on September 25, 2024

Thanks @mthomas46 i'll try and reproduce on my end. Remind me, what branch are you working with, is it: https://github.com/adobe/aem-guides-wknd/tree/tutorial/component-basics-start ?

from aem-guides-wknd.

mthomas46 avatar mthomas46 commented on September 25, 2024

Thanks @mthomas46 i'll try and reproduce on my end. Remind me, what branch are you working with, is it: https://github.com/adobe/aem-guides-wknd/tree/tutorial/component-basics-start ?

component basic start

from aem-guides-wknd.

mthomas46 avatar mthomas46 commented on September 25, 2024

@godanny86 any update on this?

from aem-guides-wknd.

godanny86 avatar godanny86 commented on September 25, 2024

Hey @mthomas46 i wasn't able to reproduce it. Are you using the -Pclassic profile to build?

mvn clean install -PautoInstallSinglePackage -Pclassic

from aem-guides-wknd.

mthomas46 avatar mthomas46 commented on September 25, 2024

Hey @mthomas46 i wasn't able to reproduce it. Are you using the -Pclassic profile to build?

mvn clean install -PautoInstallSinglePackage -Pclassic

i'll give that a shot

from aem-guides-wknd.

SachinMali avatar SachinMali commented on September 25, 2024

Closing this as because of no further updates, if the issue persists please reopen.

from aem-guides-wknd.

Related Issues (20)

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.