43 Replies
⌛ This post has been reserved for your question.
Hey @ASHٴ! Please useTIP: Narrow down your issue to simple and precise questions to maximize the chance that others will reply in here./closeor theClose Postbutton above when your problem is solved. Please remember to follow the help guidelines. This post will be automatically marked as dormant after 300 minutes of inactivity.
FO] -------------------------------------------------------------
[ERROR] /C:/Users/ashir/Downloads/TuneHub_2025-main/TuneHub_2025-main/src/main/java/com/io/tunehub/controller/UserController.java:[62,77] cannot find symbol
symbol: method getEmail()
location: variable newUserRequest of type com.io.tunehub.dto.RegisterRequestDTO
[ERROR] /C:/Users/ashir/Downloads/TuneHub_2025-main/TuneHub_2025-main/src/main/java/com/io/tunehub/controller/UserController.java:[67,85] cannot find symbol
symbol: method getEmail()
location: variable newUserRequest of type com.io.tunehub.dto.RegisterRequestDTO
[ERROR] /C:/Users/ashir/Downloads/TuneHub_2025-main/TuneHub_2025-main/src/main/java/com/io/tunehub/controller/UserController.java:[71,83] cannot find symbol
symbol: method getEmail()
location: variable newUserRequest of type com.io.tunehub.dto.RegisterRequestDTO
[ERROR] /C:/Users/ashir/Downloads/TuneHub_2025-main/TuneHub_2025-main/src/main/java/com/io/tunehub/serviceimpl/UserServiceImpl.java:[53,52] cannot find symbol
symbol: method getEmail()
location: variable newUserRequest of type com.io.tunehub.dto.RegisterRequestDTO
[ERROR] /C:/Users/ashir/Downloads/TuneHub_2025-main/TuneHub_2025-main/src/main/java/com/io/tunehub/serviceimpl/UserServiceImpl.java:[68,57] cannot find symbol
my packages are not getting detected for some reason
package com.io.tunehub.service;
import com.io.tunehub.dto.RegisterRequestDTO;
import com.io.tunehub.entity.User;
import java.util.*;
/**
* Service interface for managing Users.
*/
This message has been formatted automatically. You can disable this using
/preferences.
have you tried refreshing the project
using mvn clean compile or gradle clean compileJava
after clean compile not happening
not working or whats not happening
this
do you even have that method
get email
in your dto
show that dto
package com.io.tunehub.dto;
import jakarta.validation.constraints.NotBlank;
This message has been formatted automatically. You can disable this using
/preferences.well
i dont see any get email method here
lol
only setters
whats
This message has been formatted automatically. You can disable this using
/preferences.this
oh
my bad
whats the point of this validation here
autogenerated/copied the annotations
idk i de lombok it thinking maybe lombok issue
Is it delomboked or are you still using lombok?
delomboked
in intellij ultimate no error is there also 8 usages showing
Is that exact class located in src/main/java?

looks like problems with the build itself
pom
Can you run
mvn clean verify?
If that command tells you build successful, restart IntelliJrunning
i invalidated caches and restarted
verify got sucessful
does it work now
Did you restart IntelliJ after mvn clean verify being successful?
somehow it got fixed
😱
success
but i was running from terminal
thannksss
....
do u know frontend
no i need help installing tailwind
Installing with Vite - Installation
Integrate Tailwind CSS with frameworks like Laravel, SvelteKit, React Router, and SolidJS.
if you use vite
💤 Post marked as dormant
This post has been inactive for over 300 minutes, thus, it has been archived.
If your question was not answered yet, feel free to re-open this post or create a new one.
In case your post is not getting any attention, you can try to use /help ping.
Warning: abusing this will result in moderative actions taken against you.
You used
<scope>annotationProcessor</scope> for lombok which is invalid
If you delomboked everything, you can also remove the lombok dependencyno i am thinking to use again what should be the correct scope i think in intellij when enabled annotation processing scope is change to this but what i need to keeep when deploying
If you don't need it at runtime, the correct scope is
provided
The scope is just for when the dependency should be available
provided means you can refer to the classes in your code but they won't be available at runtime💤 Post marked as dormant
This post has been inactive for over 300 minutes, thus, it has been archived.
If your question was not answered yet, feel free to re-open this post or create a new one.
In case your post is not getting any attention, you can try to use /help ping.
Warning: abusing this will result in moderative actions taken against you.Ok thanks
If you are finished with your post, please close it.
If you are not, please ignore this message.
Note that you will not be able to send further messages here after this post have been closed but you will be able to create new posts.
💤 Post marked as dormant
This post has been inactive for over 300 minutes, thus, it has been archived.
If your question was not answered yet, feel free to re-open this post or create a new one.
In case your post is not getting any attention, you can try to use /help ping.
Warning: abusing this will result in moderative actions taken against you.
💤 Post marked as dormant
This post has been inactive for over 300 minutes, thus, it has been archived.
If your question was not answered yet, feel free to re-open this post or create a new one.
In case your post is not getting any attention, you can try to use /help ping.
Warning: abusing this will result in moderative actions taken against you.