CLASS_NOT_FOUND error
Hello! i'm very new to intelij and git, but I got put into a position for a simple task: fix css for a company.
I've cloned all the files from gitlab ( git > clone > copied and pasted url > download complete )
when i try to run the project into a local host this error shows up:
2023-06-15 20:22:49,109 main ERROR Error processing element appender ([springProfile: null]): CLASS_NOT_FOUND
2023-06-15 20:22:49,116 main ERROR Error processing element springProfile ([configuration: null]): CLASS_NOT_FOUND
2023-06-15 20:22:49,116 main ERROR Error processing element appender ([springProfile: null]): CLASS_NOT_FOUND
2023-06-15 20:22:49,116 main ERROR Error processing element springProfile ([configuration: null]): CLASS_NOT_FOUND
2023-06-15 20:22:49,116 main ERROR Error processing element appender ([springProfile: null]): CLASS_NOT_FOUND
2023-06-15 20:22:49,116 main ERROR Error processing element springProfile ([configuration: null]): CLASS_NOT_FOUND
2023-06-15 20:22:49,504 restartedMain ERROR Error processing element appender ([springProfile: null]): CLASS_NOT_FOUND
2023-06-15 20:22:49,504 restartedMain ERROR Error processing element springProfile ([configuration: null]): CLASS_NOT_FOUND
2023-06-15 20:22:49,505 restartedMain ERROR Error processing element appender ([springProfile: null]): CLASS_NOT_FOUND
2023-06-15 20:22:49,505 restartedMain ERROR Error processing element springProfile ([configuration: null]): CLASS_NOT_FOUND
2023-06-15 20:22:49,505 restartedMain ERROR Error processing element appender ([springProfile: null]): CLASS_NOT_FOUND
2023-06-15 20:22:49,506 restartedMain ERROR Error processing element springProfile ([configuration: null]): CLASS_NOT_FOUND
--> I'm pretty sure I'm the only person on our team that has this issue. What could be wrong?
Please sign in to leave a comment.
Hello Suekwon930924 This problem doesn't seem directly related to IntelliJ IDEA itself. Do you see the same errors if you build/launch the application from the command line outside of the IDE? This way we could confirm if the problem is related to the IDE or not
Notice that this forum is targeted at resolving IntelliJ IDEA issues only. If the problem is specific to your project itself or programming it is better to discuss it at https://stackoverflow.com