com.day.cq.dam.api.s7dam.scene7 does not exist after uber-jar-6.5.7 upgrade | Community
Skip to main content
samsundar23
Level 4
March 4, 2021
Solved

com.day.cq.dam.api.s7dam.scene7 does not exist after uber-jar-6.5.7 upgrade

  • March 4, 2021
  • 4 replies
  • 2556 views

I'm upgrading SP7 to my AEM 6.5.

After updating uber-jar-6.5.7 in my pom.xml. I get the below error.

Kindly help.

 

[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 39.045 s
[INFO] Finished at: 2021-03-04T12:43:10+05:30
[INFO] Final Memory: 34M/397M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project temp.core: Compilation failure: Compilation failure:
[ERROR] /C:/CBA/my_LEGO/aem.temp-lego/bundles/core/src/main/java/com/temp/services/impl/DynamicMediaProcessorImpl.java:[7,39] package com.day.cq.dam.api.s7dam.scene7 does not exist
[ERROR] /C:/CBA/my_LEGO/aem.temp-lego/bundles/core/src/main/java/com/temp/services/impl/DynamicMediaProcessorImpl.java:[38,13] cannot find symbol
[ERROR] symbol: class ImageUrlApi
[ERROR] location: class com.temp.services.impl.DynamicMediaProcessorImpl
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.

 

 

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by vikram1285

Hi,
Welcome to AEM Community.

I hope you have download the latest uber.jar from Maven central after upgrading to AEM 6.5.7

You may try adding this dependency

<------

<dependency>

      <groupId>com.adobe.aem</groupId>

      <artifactId>uber-jar</artifactId>

      <version>6.5.7</version>

       <scope>provided</scope>

</dependency>

------>

4 replies

SureshDhulipudi
Community Advisor
Community Advisor
March 4, 2021

check this class - DynamicMediaProcessorImpl and resolve the package com.day.cq.dam.api.s7dam.scene7

If you are using any IDE, it will give you option to import/resolve/fix project set up

or you can try, just mvn clean install to import all dependencies

samsundar23
Level 4
March 5, 2021

Hi @1792005,

 

DynamicMediaProcessorImpl is the process which is using this class and I get the error after upgrading uber-jar from 6.5.1 to 6.5.7.

During uber-jar 6.5.1, there isn't any problem.

Do I need to add any dependency after updating uber-jar 6.5.7 ?
If so, please let me know.

 

Thanks

SHYAMSUNDAR TK

samsundar23
Level 4
March 5, 2021

Hello @vikram1285 

 

My uber-jar changes are already part of my pom.xml

My primary problem has been after the upgrade to uber-jar-6.5.7 where I see the error in DynamicMediaProcessorImpl.java

 

Thanks

SHYAMSUNDAR TK

vikram1285Adobe EmployeeAccepted solution
Adobe Employee
March 5, 2021

Hi,
Welcome to AEM Community.

I hope you have download the latest uber.jar from Maven central after upgrading to AEM 6.5.7

You may try adding this dependency

<------

<dependency>

      <groupId>com.adobe.aem</groupId>

      <artifactId>uber-jar</artifactId>

      <version>6.5.7</version>

       <scope>provided</scope>

</dependency>

------>

samsundar23
Level 4
March 8, 2021

Hello, 

My uber-jar changes are already part of my pom.xml

My primary problem has been after the upgrade to uber-jar-6.5.7.

vjleo94
Level 3
December 15, 2021

Hi,

 

Did you get this fixed? I am facing the same problem with 6.5.11 uber jar

 

Thanks,

Vijay