- |
+ |
Do we have a broken file link?
diff --git a/sabi-webclient/src/main/resources/META-INF/resources/static/error/500.html b/sabi-webclient/src/main/resources/META-INF/resources/static/error/500.html
new file mode 100644
index 00000000..5179fc2a
--- /dev/null
+++ b/sabi-webclient/src/main/resources/META-INF/resources/static/error/500.html
@@ -0,0 +1,49 @@
+
+
+
+
+
+ Ups..
+
+
+
+Ups...500 internal error
+
+
+
+
+ |
+
+
+ Sorry, there was an unplanned error.
+
+
+ Currently there is one known issue with returning users
+ which was raised already here.
+ This is currently caused with a broken client side view state due to a server redeployment.
+
+ Unfortunate this problem has nit been solved yet.
+ The workaround is to re-login by going into browsers URL field and remove everything after the last "/" and hit enter again.
+
+
+
+ Just in case the problem has not been solved by the workaround:
+ YOU can still help! If you can reproduce the error please submit a trouble ticket with detail description what happened
+ and led to the problem at: projects Issues
+ tracker.
+ Before open an own ticket, have a look if some other already reported a problem and leave a comment
+ there instead.
+
+
+ Thanks for supporting the project and sorry for any inconvenience caused.
+
+ |
+
+
+
+
+
+
\ No newline at end of file
diff --git a/sabi-webclient/src/main/resources/META-INF/resources/static/error.html b/sabi-webclient/src/main/resources/META-INF/resources/static/error/error.html
similarity index 69%
rename from sabi-webclient/src/main/resources/META-INF/resources/static/error.html
rename to sabi-webclient/src/main/resources/META-INF/resources/static/error/error.html
index dd79e5ae..bd474116 100644
--- a/sabi-webclient/src/main/resources/META-INF/resources/static/error.html
+++ b/sabi-webclient/src/main/resources/META-INF/resources/static/error/error.html
@@ -1,5 +1,5 @@
@@ -7,18 +7,22 @@
Ups..
+
-Ups...something went wrong with Sabis Frontend
+Ups...something went wrong with Sabis' Frontend
-
+
- |
+ |
Sorry for that, but no reason to worry ;-)
+
Some exception in the frontend logic occurred I probably haven't considered yet.
+ Please try again: https://sabi-project.net/ and if that doesn't fix it
+ consider the suggested feedback in the next paragraph.
@@ -29,6 +33,7 @@ Ups...something went wrong with Sabis Frontend
Before open an own ticket, have a look if some other already reported a problem and leave a comment
there instead.
+
Thanks for supporting the project and sorry for any inconvenience caused.
diff --git a/sabi-webclient/src/main/resources/META-INF/resources/template/masterLayout.xhtml b/sabi-webclient/src/main/resources/META-INF/resources/template/masterLayout.xhtml
index f3abcb22..bf1f1d02 100644
--- a/sabi-webclient/src/main/resources/META-INF/resources/template/masterLayout.xhtml
+++ b/sabi-webclient/src/main/resources/META-INF/resources/template/masterLayout.xhtml
@@ -1,6 +1,6 @@
@@ -30,9 +30,15 @@
-
- Sorry content is missing. Report to site owner.
-
+
+
+ Sorry content is missing. Report to site owner.
+
+
\ No newline at end of file
diff --git a/sabi-webclient/src/main/resources/application.yml b/sabi-webclient/src/main/resources/application.yml
index ef2a7d02..ad56b5de 100644
--- a/sabi-webclient/src/main/resources/application.yml
+++ b/sabi-webclient/src/main/resources/application.yml
@@ -41,6 +41,8 @@ server:
error:
whitelabel:
enabled: false
+ # This will cause error occuring in DsipatcherServlet Context to be routed through the Controller listening on the /error Endpoint
+ path: /error
servlet:
session:
# dev. setting for sessionExpired
diff --git a/sabi-webclient/src/main/resources/log4j2-spring.xml b/sabi-webclient/src/main/resources/log4j2-spring.xml
index 6c9e1f39..fef89177 100644
--- a/sabi-webclient/src/main/resources/log4j2-spring.xml
+++ b/sabi-webclient/src/main/resources/log4j2-spring.xml
@@ -1,7 +1,7 @@
@@ -36,7 +36,7 @@
-
+
\ No newline at end of file
diff --git a/sabi-webclient/src/main/resources/static/error/404.html b/sabi-webclient/src/main/resources/static/error/404.html
new file mode 100644
index 00000000..d4e6b5f7
--- /dev/null
+++ b/sabi-webclient/src/main/resources/static/error/404.html
@@ -0,0 +1,41 @@
+
+
+
+
+
+ Ups..๐
+
+
+
+Ups...404 file not found
+
+
+
+
+ |
+
+
+ Do we have a broken file link?
+
+
+
+ Good news is: YOU can help! First wait a while and try again.
+ If you can reproduce the error please submit a trouble ticket with detail description what happened
+ and led to the problem at: projects Issues
+ tracker.
+ Before open an own ticket, have a look if some other already reported a problem and leave a comment
+ there instead.
+
+
+ Thanks for supporting the project and sorry for any inconvenience caused.
+
+ |
+
+
+
+
+
+
\ No newline at end of file
diff --git a/sabi-webclient/src/main/resources/static/error/500.html b/sabi-webclient/src/main/resources/static/error/500.html
new file mode 100644
index 00000000..21c5f936
--- /dev/null
+++ b/sabi-webclient/src/main/resources/static/error/500.html
@@ -0,0 +1,49 @@
+
+
+
+
+
+ Ups..๐
+
+
+
+Ups...500 internal error
+
+
+
+
+ |
+
+
+ Sorry, there was an unplanned error.
+
+
+ Currently there is one known issue with returning users
+ which was raised already here.
+ This is currently caused with a broken client side view state due to a server redeployment.
+
+ Unfortunate this problem has nit been solved yet.
+ The workaround is to re-login by going into browsers URL field and remove everything after the last "/" and hit enter again.
+
+
+
+ Just in case the problem has not been solved by the workaround:
+ YOU can still help! If you can reproduce the error please submit a trouble ticket with detail description what happened
+ and led to the problem at: projects Issues
+ tracker.
+ Before open an own ticket, have a look if some other already reported a problem and leave a comment
+ there instead.
+
+
+ Thanks for supporting the project and sorry for any inconvenience caused.
+
+ |
+
+
+
+
+
+
\ No newline at end of file
diff --git a/sabi-webclient/src/main/resources/static/error/error.html b/sabi-webclient/src/main/resources/static/error/error.html
new file mode 100644
index 00000000..f98b77c2
--- /dev/null
+++ b/sabi-webclient/src/main/resources/static/error/error.html
@@ -0,0 +1,46 @@
+
+
+
+
+
+ Ups..๐
+
+
+
+Ups...something went wrong with Sabis' Frontend
+
+
+
+
+ |
+
+
+ Sorry for that, but no reason to worry ;-)
+
+ Some exception in the frontend logic occurred I probably haven't considered yet.
+ Please try again: https://sabi-project.net/ and if that doesn't fix it
+ consider the suggested feedback in the next paragraph.
+
+
+
+ Good news is: YOU can help! First wait a while and try again.
+ If you can reproduce the error please submit a trouble ticket with detail description what happened
+ and led to the problem at: projects Issues
+ tracker.
+ Before open an own ticket, have a look if some other already reported a problem and leave a comment
+ there instead.
+
+
+
+ Thanks for supporting the project and sorry for any inconvenience caused.
+
+ |
+
+
+
+
+
+
\ No newline at end of file
| |