0

zkspringboot-autoconfig-2.5.3 error on boot

asked 2022-04-10 11:04:21 +0800

wastemails gravatar image wastemails
130 1 2

while starting web application it is noticed that ckez and zkspringboot-autoconfig are showing fatal error as follows

[Fatal Error] zkspringboot-autoconfig-2.5.3.pom:7:3: The element type "hr" must be terminated by the matching end-tag "</hr>".
[Fatal Error] ckez-4.18.0.0.pom:7:3: The element type "hr" must be terminated by the matching end-tag "</hr>".
delete flag offensive retag edit

1 Answer

Sort by ยป oldest newest most voted
0

answered 2022-04-11 18:05:10 +0800

MDuchemin gravatar image MDuchemin
2560 1 6
ZK Team

Check the content of these files inside of your build folder.

It looks like the build failed to load these files, and loaded an error page instead.

you might see something like:

<html>
<head><title>XXX Error name</title></head>
<body>
<hr><center><h1>XXX error name</h1></center>
</body>
</html>

That can happen when building with graddle, if graddle finds an error and assume that's just a valid document :)

Now the larger question is, what error is that and how to fix it. It could be anything from authentication failed, document moved, repository not declared, etc...

To be determined based on the error itself.

Or it could just have been a network error, in which case, purging everything and retrying is your best option

link publish delete flag offensive edit
Your answer
Please start posting your answer anonymously - your answer will be saved within the current session and published after you log in or create a new account. Please try to give a substantial answer, for discussions, please use comments and please do remember to vote (after you log in)!

[hide preview]

Question tools

Follow
1 follower

RSS

Stats

Asked: 2022-04-10 11:04:21 +0800

Seen: 6 times

Last updated: Apr 11 '22

Support Options
  • Email Support
  • Training
  • Consulting
  • Outsourcing
Learn More