You cannot access JIRA at present. Look at the table below to identify the reasons - maven

I've run the atlas-run where my pom.xml is situated ,and after that when i tried to see the result in the browser , i found this error :
what can i do to solve it ?
thanks in advance,

i think that you are using java 7,
if yes ,try java 6

Related

unable to know the credentials of eclipse che dashboard

hi guys i need your help, please help me and thank you in advance, i appreciate your help
i installed eclipse-che on minikube(locally).
i reached the step of running
chectl server:start
and got this output:
Command server:start has completed successfully in 07:02.
then executed
chectl server:status
and the output is:
Eclipse Che Version : 7.60.1
Eclipse Che Url : https://192.168.59.100.nip.io/dashboard/
now when i open the browser and go to that address i find a page where i should put email and password which i can never find anywhere. please help me guys since i tried many combinations that i found in many forums like che#eclipse.org as email and userN#che and test in both email and password. none worked. i don't know if i missed anything.
i checked the official docs and i find it very vague and mysterious, probably because i installed it when i am not focusing enough

How to host Spring boot application on cpanel?

I have a Spring boot application and i want to host it in my VPS server (cpanel).
I'am using the last version of cpanel & WHM with easyapache 4.
I exactly followed the steps on this website : https://dzone.com/articles/deploying-war-file-in-easy-apache-4-tomcat-experim
But, nothing on the result. I got Error 404 when i access to my domain name.
If anyone can help me on this or anyone done this before could give the exact steps to follow.
Thank you.
I had difficulty with that too, use the link in the attachment that you will have an orientation, but it may be that not everything is 100% the same. If you have any questions during the process, you can contact!
change the name of the .war file to ROOT.war , and follow all the procedures described in the link;
In the "application.properties" file, add the "server.port" configuration for the port you found in the link (step 2, part 1).
ex: server.port=10003
Open the file "ea-tomcat85/logs/catalina.out" to see the errors thrown
link: https://suporte.hostgator.com.br/hc/pt-br/articles/360038980913-Como-configurar-o-Tomcat-

Surefire - Maven error

Hi guys when i run Maven Install i got that erros on Surefire-Reports.
I'm whatched this video on youtube: JBoss Fuse Getting Started Home Loan Demo Part 1
Author: Christina Lin
I dont know u solve this errors :s
In surefire-reports folder i have that files:
File1:
http://pastebin.com/5zxjwFBK
File2:
http://pastebin.com/NN6tEN16
Can someone help me solving this?
Check your test com.tutorial.homeloan.RouteTest It looks like there is a mock setup that is never called but expected to be called. Update the mock to be more lenient, so that it is not expected to be called (if that leaves the test still valid). This is done in different ways depending on the mocking framework being used.

freemarker.template.TemplateException: Error reading included file start_script.ftl

My application running in tomcat 6. I have integrated freemarker template with Spring MVC.
I have "abct.ftl" under "freemarker/pages" and "xyz.ftl" under "freemarker/pages
/formal". I am including "abc.ftl" in "xyz.ftl" using "<#include
"../abc.ftl"/>".
This is working fine on MACH and LINUX but its giving below error on windows 7. I did search
for this error in google and tried many things but nothing helped fixing this issue.
The exception stack trace is given below:
freemarker.template.TemplateException: Error reading included file abc.ftl
at freemarker.core.Include.accept(Include.java:167)
Caused by: java.io.FileNotFoundException: Template abc.ftl not found.
Please help me fixing this issue.
Thanks
Thanks everyone for helping me on this issue.
I have found the solution to this problem so wanted to share it with you guys.
I went through the following documentation on freemarker site and found the solution:
http://freemarker.org/docs/pgui_config_templateloading.html#autoid_41[freemarker.org]
As suggested in this documentation, I replaced <#include "../abc.ftl"/> with <#include "/pages/abc.ftl"/>.
Freemarker documentation says, “FreeMarker always normalizes the paths before passing them to the template loader, so the paths do not contain/../ and such, and are relative to the imaginary template root directory.”
The template root directory is the one that we specify in templateLoaderPath:
property name="templateLoaderPath" value="classpath:/freemarker"
I tested this fix on Windows, Linux, Mach and its working everywhere.

Spring security login error

I just implemented a simple login functionality using spring it how ever worked with the eclipse in built browser but gives the following error in chrome and firefox.
HTTP Status 404 - /SpringLogin/welcome.jsp;jsessionid=8332D4F3D4709DCA37C87F30F1EA03D5
The requested resource (/SpringLogin/welcome.jsp;jsessionid=BEE789093FF79CB6B67F8DA368E8B3E4) is not available.
can you please tell me why it is happening?
PS: I have two projects SpringLogin and both of them had same project names and both had similar packages. Then neither of the projects worked properly and gave the above error. How ever after I created another project with a different name and using different package names, it worked like magic. I am guessing here that it may have been the problem. But what is the logical answer that'll explain what happened there?
you don't have being calling the correct URL
it seems that the context /SpringLogin/ does not exists anymore.
Try /welcome.jsp or if you changed the name of application - try /newappname/welcome.jsp

Resources