
0
Answered
Error on running the code for the first time on IntelliJ - Kindly help!
Connected to the target VM, address: '127.0.0.1:54249', transport: 'socket'
14:51:56.668 [main] INFO org.eclipse.jetty.util.log - Logging initialized @1441ms
Disconnected from the target VM, address: '127.0.0.1:54249', transport: 'socket'
Process finished with exit code 1
Customer support service by UserEcho
How you run MyCollab in the IntelliJ? Could you give me the info of running program. Attachment is the one of mine, and it works
Regards,
Hai
It seems your projects did not import the library validation-api yet. It is not the issue of MyCollab because it is added to Maven pom files already but I guess the issue belongs to the IDE while it downloads remote libraries from Maven repositories, and it can not download the libraries successfully.
There are several ways to fix this issue. I guess the quick one is checking whether the validation-api has existed yet in Maven repository
If the library is broken, you should delete the jar file, then re-import Maven project
It should works
Regards,
Hai Nguyen
Hi Hai Nguyen,
You've been kind with your responses and I thought oh such basic mistake but for hours I've tried everything but this issue refuses to go. I've even downloaded the validation-api and pasted in the maven path but of no use.
What could be broken here?
Thanks.
The quick solution is let we discuss via Skype anytime from the next Monday. My skype is esofthead.
Regards,
Hai Nguyen
We tweaked the maven file to avoid the old validation library javax.validation:validation-api:1.0.0.GA. There are two libraries, and IntelliJ random to load one of them. In your case, they got the old one. You can check out the latest source code on Github to fix this issue
Regards,
Hai Nguyen
Excellent! This works fine.