Not able to start/access Klov Server at http://localhost for extent reports - Error starting...
I'm new to klov reports and have downloaded the klov jar from http://extentreports.com/community/0 and tried running klov-server (klov-0.2.0.jar) following the instruction at https://github.com/anshooarora/klov (java -jar klov-0.2.0.jar), however I'm getting below error and not able to start the klov server (http://localhost:portNo)
enter image description here
Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
2018-11-13 09:09:08.298 ERROR 40212 --- [ main] o.s.boot.SpringApplication : Application run failed
[Refer - Error Screenshot here]
- Mongodb 3.2 running and listening on port 27017
- klov application.properties file reside in the same folder as klov-0.2.0.jar
- Have tried different ports for Klov (80, 90, 2571,1337), but all giving the same error as in description
- Running it on windows 10, with application.properties settings as below:
# klov
application.name=Klov
server.host=localhost
server.port=90
# data.mongodb
spring.data.mongodb.host=localhost
spring.data.mongodb.port=27017
spring.data.mongodb.database=klov
# data.rest
spring.data.rest.basePath=/rest
spring.data.rest.default-page-size=6
# redis, session
#use.redis.session.store=false
#spring.redis.host=localhost
#spring.redis.port=6379
#spring.redis.ssl=false
#spring.redis.database=0
#spring.session.store-type=redis
#server.session.timeout=-1
# users
server.admin.name=klovadmin
server.admin.key=$2a$10$I/5TFi6BrHChUghTZEZfCO82txzu8L5brcK0CxhS3m.V6glfj2vZe
# storage
file.storage.location=./upload/reports/
# schedulers
scheduler.jobs.enabled=false
# automatically delete older builds
# default is -1 (keep all)
# this count must be greater than 0 for this scheduler to work
# scheduled to run daily at 12:00AM
scheduler.job.builds.retain.count=-1
# mail
spring.mail.host=
spring.mail.port=
spring.mail.username=
spring.mail.password=
spring.mail.properties.mail.smtp.ssl.enable=true
#spring.mail.properties.mail.smtp.starttls.enable=true
#spring.mail.properties.mail.smtp.starttls.required=true
spring.mail.properties.mail.smtp.auth=true
#spring.mail.properties.mail.smtp.connectiontimeout=5000
#spring.mail.properties.mail.smtp.timeout=5000
#spring.mail.properties.mail.smtp.writetimeout=5000
spring.mail.test-connection=true
automation extentreports
add a comment |
I'm new to klov reports and have downloaded the klov jar from http://extentreports.com/community/0 and tried running klov-server (klov-0.2.0.jar) following the instruction at https://github.com/anshooarora/klov (java -jar klov-0.2.0.jar), however I'm getting below error and not able to start the klov server (http://localhost:portNo)
enter image description here
Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
2018-11-13 09:09:08.298 ERROR 40212 --- [ main] o.s.boot.SpringApplication : Application run failed
[Refer - Error Screenshot here]
- Mongodb 3.2 running and listening on port 27017
- klov application.properties file reside in the same folder as klov-0.2.0.jar
- Have tried different ports for Klov (80, 90, 2571,1337), but all giving the same error as in description
- Running it on windows 10, with application.properties settings as below:
# klov
application.name=Klov
server.host=localhost
server.port=90
# data.mongodb
spring.data.mongodb.host=localhost
spring.data.mongodb.port=27017
spring.data.mongodb.database=klov
# data.rest
spring.data.rest.basePath=/rest
spring.data.rest.default-page-size=6
# redis, session
#use.redis.session.store=false
#spring.redis.host=localhost
#spring.redis.port=6379
#spring.redis.ssl=false
#spring.redis.database=0
#spring.session.store-type=redis
#server.session.timeout=-1
# users
server.admin.name=klovadmin
server.admin.key=$2a$10$I/5TFi6BrHChUghTZEZfCO82txzu8L5brcK0CxhS3m.V6glfj2vZe
# storage
file.storage.location=./upload/reports/
# schedulers
scheduler.jobs.enabled=false
# automatically delete older builds
# default is -1 (keep all)
# this count must be greater than 0 for this scheduler to work
# scheduled to run daily at 12:00AM
scheduler.job.builds.retain.count=-1
# mail
spring.mail.host=
spring.mail.port=
spring.mail.username=
spring.mail.password=
spring.mail.properties.mail.smtp.ssl.enable=true
#spring.mail.properties.mail.smtp.starttls.enable=true
#spring.mail.properties.mail.smtp.starttls.required=true
spring.mail.properties.mail.smtp.auth=true
#spring.mail.properties.mail.smtp.connectiontimeout=5000
#spring.mail.properties.mail.smtp.timeout=5000
#spring.mail.properties.mail.smtp.writetimeout=5000
spring.mail.test-connection=true
automation extentreports
add a comment |
I'm new to klov reports and have downloaded the klov jar from http://extentreports.com/community/0 and tried running klov-server (klov-0.2.0.jar) following the instruction at https://github.com/anshooarora/klov (java -jar klov-0.2.0.jar), however I'm getting below error and not able to start the klov server (http://localhost:portNo)
enter image description here
Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
2018-11-13 09:09:08.298 ERROR 40212 --- [ main] o.s.boot.SpringApplication : Application run failed
[Refer - Error Screenshot here]
- Mongodb 3.2 running and listening on port 27017
- klov application.properties file reside in the same folder as klov-0.2.0.jar
- Have tried different ports for Klov (80, 90, 2571,1337), but all giving the same error as in description
- Running it on windows 10, with application.properties settings as below:
# klov
application.name=Klov
server.host=localhost
server.port=90
# data.mongodb
spring.data.mongodb.host=localhost
spring.data.mongodb.port=27017
spring.data.mongodb.database=klov
# data.rest
spring.data.rest.basePath=/rest
spring.data.rest.default-page-size=6
# redis, session
#use.redis.session.store=false
#spring.redis.host=localhost
#spring.redis.port=6379
#spring.redis.ssl=false
#spring.redis.database=0
#spring.session.store-type=redis
#server.session.timeout=-1
# users
server.admin.name=klovadmin
server.admin.key=$2a$10$I/5TFi6BrHChUghTZEZfCO82txzu8L5brcK0CxhS3m.V6glfj2vZe
# storage
file.storage.location=./upload/reports/
# schedulers
scheduler.jobs.enabled=false
# automatically delete older builds
# default is -1 (keep all)
# this count must be greater than 0 for this scheduler to work
# scheduled to run daily at 12:00AM
scheduler.job.builds.retain.count=-1
# mail
spring.mail.host=
spring.mail.port=
spring.mail.username=
spring.mail.password=
spring.mail.properties.mail.smtp.ssl.enable=true
#spring.mail.properties.mail.smtp.starttls.enable=true
#spring.mail.properties.mail.smtp.starttls.required=true
spring.mail.properties.mail.smtp.auth=true
#spring.mail.properties.mail.smtp.connectiontimeout=5000
#spring.mail.properties.mail.smtp.timeout=5000
#spring.mail.properties.mail.smtp.writetimeout=5000
spring.mail.test-connection=true
automation extentreports
I'm new to klov reports and have downloaded the klov jar from http://extentreports.com/community/0 and tried running klov-server (klov-0.2.0.jar) following the instruction at https://github.com/anshooarora/klov (java -jar klov-0.2.0.jar), however I'm getting below error and not able to start the klov server (http://localhost:portNo)
enter image description here
Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
2018-11-13 09:09:08.298 ERROR 40212 --- [ main] o.s.boot.SpringApplication : Application run failed
[Refer - Error Screenshot here]
- Mongodb 3.2 running and listening on port 27017
- klov application.properties file reside in the same folder as klov-0.2.0.jar
- Have tried different ports for Klov (80, 90, 2571,1337), but all giving the same error as in description
- Running it on windows 10, with application.properties settings as below:
# klov
application.name=Klov
server.host=localhost
server.port=90
# data.mongodb
spring.data.mongodb.host=localhost
spring.data.mongodb.port=27017
spring.data.mongodb.database=klov
# data.rest
spring.data.rest.basePath=/rest
spring.data.rest.default-page-size=6
# redis, session
#use.redis.session.store=false
#spring.redis.host=localhost
#spring.redis.port=6379
#spring.redis.ssl=false
#spring.redis.database=0
#spring.session.store-type=redis
#server.session.timeout=-1
# users
server.admin.name=klovadmin
server.admin.key=$2a$10$I/5TFi6BrHChUghTZEZfCO82txzu8L5brcK0CxhS3m.V6glfj2vZe
# storage
file.storage.location=./upload/reports/
# schedulers
scheduler.jobs.enabled=false
# automatically delete older builds
# default is -1 (keep all)
# this count must be greater than 0 for this scheduler to work
# scheduled to run daily at 12:00AM
scheduler.job.builds.retain.count=-1
# mail
spring.mail.host=
spring.mail.port=
spring.mail.username=
spring.mail.password=
spring.mail.properties.mail.smtp.ssl.enable=true
#spring.mail.properties.mail.smtp.starttls.enable=true
#spring.mail.properties.mail.smtp.starttls.required=true
spring.mail.properties.mail.smtp.auth=true
#spring.mail.properties.mail.smtp.connectiontimeout=5000
#spring.mail.properties.mail.smtp.timeout=5000
#spring.mail.properties.mail.smtp.writetimeout=5000
spring.mail.test-connection=true
automation extentreports
automation extentreports
edited Nov 13 '18 at 9:05
foursyth
16319
16319
asked Nov 12 '18 at 22:41
Manish Sharma
187
187
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
Since you are not using a mail server, start with the following properties:
# klov
application.name=Klov
server.host=localhost
server.port=80
# data.mongodb
spring.data.mongodb.host=localhost
spring.data.mongodb.port=27017
spring.data.mongodb.database=klov
# data.rest
spring.data.rest.basePath=/rest
spring.data.rest.default-page-size=6
# redis, session
use.redis.session.store=false
spring.redis.host=localhost
spring.redis.port=6379
spring.redis.ssl=false
spring.redis.database=0
spring.session.store-type=redis
server.session.timeout=-1
# users
server.admin.name=klovadmin
server.admin.key=$2a$10$I/5TFi6BrHChUghTZEZfCO82txzu8L5brcK0CxhS3m.V6glfj2vZe
# storage
file.storage.location=./upload/reports/
# schedulers
scheduler.jobs.enabled=false
# automatically delete older builds
# default is -1 (keep all)
# this count must be greater than 0 for this scheduler to work
# scheduled to run daily at 12:00AM
scheduler.job.builds.retain.count=-1
# mail
#spring.mail.host=
#spring.mail.port=
#spring.mail.username=
#spring.mail.password=
#spring.mail.properties.mail.smtp.ssl.enable=true
#spring.mail.properties.mail.smtp.starttls.enable=true
#spring.mail.properties.mail.smtp.starttls.required=true
#spring.mail.properties.mail.smtp.auth=true
#spring.mail.properties.mail.smtp.connectiontimeout=5000
#spring.mail.properties.mail.smtp.timeout=5000
#spring.mail.properties.mail.smtp.writetimeout=5000
spring.mail.test-connection=false
thank you very much for your reply taking the mail server details worked, however I've to change the port to 90. I was able to start klov server localhost:90 but ended in error "freemarker.core._TemplateModelException: Java method "com.aventstack.klov.viewdefs.Color.byStatus(String)" threw an exception when invoked on com.aventstack.klov.viewdefs.Color object "com.aventstack.klov.viewdefs.Color@7f5bb7" ---- FTL stack trace ("~" means nesting-related): - Failed at: ${Color.byStatus(project.lastReport.s... [in template "project.select.ftl" at line 46, column 117]"
– Manish Sharma
Nov 13 '18 at 4:47
Hmm what is your ExtentReports version?
– foursyth
Nov 13 '18 at 5:16
thanks again for your quick reply. Above error is displayed on the console window on which klov server (klov-0.2.0.jar) is running, while I enter credentials on localhost:90. I'vent ran the extent reports as yet, which is actually using nuget package ExtentReports by AventStack 3.1.3 in VS.net. Just saw at extentreports.com/community that there is extentreports-4.0.0.jar, not sure if I've to also install/run that too, before accessing klov server? It's very hard to find clear info around on internet, thanks again for your help @foursyth
– Manish Sharma
Nov 13 '18 at 5:51
Klov 0.2 only works with ExtentReports 4.0.0+, which is not available for .NET. You can download Klov 0.1.1 which works with your version from extentreports.com/community
– foursyth
Nov 13 '18 at 6:04
thanks again @foursyth. extentreports.com/community page does not allow users to download previous versions of Klov (i.e Klov 0.1.1), the only version available to download is 0.2.0 and this from url github.com/extent-framework/klov-server/tree/master/0.2.0, I would apprecaite help around getting Klov-0.1.0.jar?
– Manish Sharma
Nov 13 '18 at 6:36
|
show 4 more comments
Your Answer
StackExchange.ifUsing("editor", function () {
StackExchange.using("externalEditor", function () {
StackExchange.using("snippets", function () {
StackExchange.snippets.init();
});
});
}, "code-snippets");
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "1"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53271146%2fnot-able-to-start-access-klov-server-at-http-localhost-for-extent-reports-er%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Since you are not using a mail server, start with the following properties:
# klov
application.name=Klov
server.host=localhost
server.port=80
# data.mongodb
spring.data.mongodb.host=localhost
spring.data.mongodb.port=27017
spring.data.mongodb.database=klov
# data.rest
spring.data.rest.basePath=/rest
spring.data.rest.default-page-size=6
# redis, session
use.redis.session.store=false
spring.redis.host=localhost
spring.redis.port=6379
spring.redis.ssl=false
spring.redis.database=0
spring.session.store-type=redis
server.session.timeout=-1
# users
server.admin.name=klovadmin
server.admin.key=$2a$10$I/5TFi6BrHChUghTZEZfCO82txzu8L5brcK0CxhS3m.V6glfj2vZe
# storage
file.storage.location=./upload/reports/
# schedulers
scheduler.jobs.enabled=false
# automatically delete older builds
# default is -1 (keep all)
# this count must be greater than 0 for this scheduler to work
# scheduled to run daily at 12:00AM
scheduler.job.builds.retain.count=-1
# mail
#spring.mail.host=
#spring.mail.port=
#spring.mail.username=
#spring.mail.password=
#spring.mail.properties.mail.smtp.ssl.enable=true
#spring.mail.properties.mail.smtp.starttls.enable=true
#spring.mail.properties.mail.smtp.starttls.required=true
#spring.mail.properties.mail.smtp.auth=true
#spring.mail.properties.mail.smtp.connectiontimeout=5000
#spring.mail.properties.mail.smtp.timeout=5000
#spring.mail.properties.mail.smtp.writetimeout=5000
spring.mail.test-connection=false
thank you very much for your reply taking the mail server details worked, however I've to change the port to 90. I was able to start klov server localhost:90 but ended in error "freemarker.core._TemplateModelException: Java method "com.aventstack.klov.viewdefs.Color.byStatus(String)" threw an exception when invoked on com.aventstack.klov.viewdefs.Color object "com.aventstack.klov.viewdefs.Color@7f5bb7" ---- FTL stack trace ("~" means nesting-related): - Failed at: ${Color.byStatus(project.lastReport.s... [in template "project.select.ftl" at line 46, column 117]"
– Manish Sharma
Nov 13 '18 at 4:47
Hmm what is your ExtentReports version?
– foursyth
Nov 13 '18 at 5:16
thanks again for your quick reply. Above error is displayed on the console window on which klov server (klov-0.2.0.jar) is running, while I enter credentials on localhost:90. I'vent ran the extent reports as yet, which is actually using nuget package ExtentReports by AventStack 3.1.3 in VS.net. Just saw at extentreports.com/community that there is extentreports-4.0.0.jar, not sure if I've to also install/run that too, before accessing klov server? It's very hard to find clear info around on internet, thanks again for your help @foursyth
– Manish Sharma
Nov 13 '18 at 5:51
Klov 0.2 only works with ExtentReports 4.0.0+, which is not available for .NET. You can download Klov 0.1.1 which works with your version from extentreports.com/community
– foursyth
Nov 13 '18 at 6:04
thanks again @foursyth. extentreports.com/community page does not allow users to download previous versions of Klov (i.e Klov 0.1.1), the only version available to download is 0.2.0 and this from url github.com/extent-framework/klov-server/tree/master/0.2.0, I would apprecaite help around getting Klov-0.1.0.jar?
– Manish Sharma
Nov 13 '18 at 6:36
|
show 4 more comments
Since you are not using a mail server, start with the following properties:
# klov
application.name=Klov
server.host=localhost
server.port=80
# data.mongodb
spring.data.mongodb.host=localhost
spring.data.mongodb.port=27017
spring.data.mongodb.database=klov
# data.rest
spring.data.rest.basePath=/rest
spring.data.rest.default-page-size=6
# redis, session
use.redis.session.store=false
spring.redis.host=localhost
spring.redis.port=6379
spring.redis.ssl=false
spring.redis.database=0
spring.session.store-type=redis
server.session.timeout=-1
# users
server.admin.name=klovadmin
server.admin.key=$2a$10$I/5TFi6BrHChUghTZEZfCO82txzu8L5brcK0CxhS3m.V6glfj2vZe
# storage
file.storage.location=./upload/reports/
# schedulers
scheduler.jobs.enabled=false
# automatically delete older builds
# default is -1 (keep all)
# this count must be greater than 0 for this scheduler to work
# scheduled to run daily at 12:00AM
scheduler.job.builds.retain.count=-1
# mail
#spring.mail.host=
#spring.mail.port=
#spring.mail.username=
#spring.mail.password=
#spring.mail.properties.mail.smtp.ssl.enable=true
#spring.mail.properties.mail.smtp.starttls.enable=true
#spring.mail.properties.mail.smtp.starttls.required=true
#spring.mail.properties.mail.smtp.auth=true
#spring.mail.properties.mail.smtp.connectiontimeout=5000
#spring.mail.properties.mail.smtp.timeout=5000
#spring.mail.properties.mail.smtp.writetimeout=5000
spring.mail.test-connection=false
thank you very much for your reply taking the mail server details worked, however I've to change the port to 90. I was able to start klov server localhost:90 but ended in error "freemarker.core._TemplateModelException: Java method "com.aventstack.klov.viewdefs.Color.byStatus(String)" threw an exception when invoked on com.aventstack.klov.viewdefs.Color object "com.aventstack.klov.viewdefs.Color@7f5bb7" ---- FTL stack trace ("~" means nesting-related): - Failed at: ${Color.byStatus(project.lastReport.s... [in template "project.select.ftl" at line 46, column 117]"
– Manish Sharma
Nov 13 '18 at 4:47
Hmm what is your ExtentReports version?
– foursyth
Nov 13 '18 at 5:16
thanks again for your quick reply. Above error is displayed on the console window on which klov server (klov-0.2.0.jar) is running, while I enter credentials on localhost:90. I'vent ran the extent reports as yet, which is actually using nuget package ExtentReports by AventStack 3.1.3 in VS.net. Just saw at extentreports.com/community that there is extentreports-4.0.0.jar, not sure if I've to also install/run that too, before accessing klov server? It's very hard to find clear info around on internet, thanks again for your help @foursyth
– Manish Sharma
Nov 13 '18 at 5:51
Klov 0.2 only works with ExtentReports 4.0.0+, which is not available for .NET. You can download Klov 0.1.1 which works with your version from extentreports.com/community
– foursyth
Nov 13 '18 at 6:04
thanks again @foursyth. extentreports.com/community page does not allow users to download previous versions of Klov (i.e Klov 0.1.1), the only version available to download is 0.2.0 and this from url github.com/extent-framework/klov-server/tree/master/0.2.0, I would apprecaite help around getting Klov-0.1.0.jar?
– Manish Sharma
Nov 13 '18 at 6:36
|
show 4 more comments
Since you are not using a mail server, start with the following properties:
# klov
application.name=Klov
server.host=localhost
server.port=80
# data.mongodb
spring.data.mongodb.host=localhost
spring.data.mongodb.port=27017
spring.data.mongodb.database=klov
# data.rest
spring.data.rest.basePath=/rest
spring.data.rest.default-page-size=6
# redis, session
use.redis.session.store=false
spring.redis.host=localhost
spring.redis.port=6379
spring.redis.ssl=false
spring.redis.database=0
spring.session.store-type=redis
server.session.timeout=-1
# users
server.admin.name=klovadmin
server.admin.key=$2a$10$I/5TFi6BrHChUghTZEZfCO82txzu8L5brcK0CxhS3m.V6glfj2vZe
# storage
file.storage.location=./upload/reports/
# schedulers
scheduler.jobs.enabled=false
# automatically delete older builds
# default is -1 (keep all)
# this count must be greater than 0 for this scheduler to work
# scheduled to run daily at 12:00AM
scheduler.job.builds.retain.count=-1
# mail
#spring.mail.host=
#spring.mail.port=
#spring.mail.username=
#spring.mail.password=
#spring.mail.properties.mail.smtp.ssl.enable=true
#spring.mail.properties.mail.smtp.starttls.enable=true
#spring.mail.properties.mail.smtp.starttls.required=true
#spring.mail.properties.mail.smtp.auth=true
#spring.mail.properties.mail.smtp.connectiontimeout=5000
#spring.mail.properties.mail.smtp.timeout=5000
#spring.mail.properties.mail.smtp.writetimeout=5000
spring.mail.test-connection=false
Since you are not using a mail server, start with the following properties:
# klov
application.name=Klov
server.host=localhost
server.port=80
# data.mongodb
spring.data.mongodb.host=localhost
spring.data.mongodb.port=27017
spring.data.mongodb.database=klov
# data.rest
spring.data.rest.basePath=/rest
spring.data.rest.default-page-size=6
# redis, session
use.redis.session.store=false
spring.redis.host=localhost
spring.redis.port=6379
spring.redis.ssl=false
spring.redis.database=0
spring.session.store-type=redis
server.session.timeout=-1
# users
server.admin.name=klovadmin
server.admin.key=$2a$10$I/5TFi6BrHChUghTZEZfCO82txzu8L5brcK0CxhS3m.V6glfj2vZe
# storage
file.storage.location=./upload/reports/
# schedulers
scheduler.jobs.enabled=false
# automatically delete older builds
# default is -1 (keep all)
# this count must be greater than 0 for this scheduler to work
# scheduled to run daily at 12:00AM
scheduler.job.builds.retain.count=-1
# mail
#spring.mail.host=
#spring.mail.port=
#spring.mail.username=
#spring.mail.password=
#spring.mail.properties.mail.smtp.ssl.enable=true
#spring.mail.properties.mail.smtp.starttls.enable=true
#spring.mail.properties.mail.smtp.starttls.required=true
#spring.mail.properties.mail.smtp.auth=true
#spring.mail.properties.mail.smtp.connectiontimeout=5000
#spring.mail.properties.mail.smtp.timeout=5000
#spring.mail.properties.mail.smtp.writetimeout=5000
spring.mail.test-connection=false
edited Nov 13 '18 at 3:36
answered Nov 13 '18 at 3:29
foursyth
16319
16319
thank you very much for your reply taking the mail server details worked, however I've to change the port to 90. I was able to start klov server localhost:90 but ended in error "freemarker.core._TemplateModelException: Java method "com.aventstack.klov.viewdefs.Color.byStatus(String)" threw an exception when invoked on com.aventstack.klov.viewdefs.Color object "com.aventstack.klov.viewdefs.Color@7f5bb7" ---- FTL stack trace ("~" means nesting-related): - Failed at: ${Color.byStatus(project.lastReport.s... [in template "project.select.ftl" at line 46, column 117]"
– Manish Sharma
Nov 13 '18 at 4:47
Hmm what is your ExtentReports version?
– foursyth
Nov 13 '18 at 5:16
thanks again for your quick reply. Above error is displayed on the console window on which klov server (klov-0.2.0.jar) is running, while I enter credentials on localhost:90. I'vent ran the extent reports as yet, which is actually using nuget package ExtentReports by AventStack 3.1.3 in VS.net. Just saw at extentreports.com/community that there is extentreports-4.0.0.jar, not sure if I've to also install/run that too, before accessing klov server? It's very hard to find clear info around on internet, thanks again for your help @foursyth
– Manish Sharma
Nov 13 '18 at 5:51
Klov 0.2 only works with ExtentReports 4.0.0+, which is not available for .NET. You can download Klov 0.1.1 which works with your version from extentreports.com/community
– foursyth
Nov 13 '18 at 6:04
thanks again @foursyth. extentreports.com/community page does not allow users to download previous versions of Klov (i.e Klov 0.1.1), the only version available to download is 0.2.0 and this from url github.com/extent-framework/klov-server/tree/master/0.2.0, I would apprecaite help around getting Klov-0.1.0.jar?
– Manish Sharma
Nov 13 '18 at 6:36
|
show 4 more comments
thank you very much for your reply taking the mail server details worked, however I've to change the port to 90. I was able to start klov server localhost:90 but ended in error "freemarker.core._TemplateModelException: Java method "com.aventstack.klov.viewdefs.Color.byStatus(String)" threw an exception when invoked on com.aventstack.klov.viewdefs.Color object "com.aventstack.klov.viewdefs.Color@7f5bb7" ---- FTL stack trace ("~" means nesting-related): - Failed at: ${Color.byStatus(project.lastReport.s... [in template "project.select.ftl" at line 46, column 117]"
– Manish Sharma
Nov 13 '18 at 4:47
Hmm what is your ExtentReports version?
– foursyth
Nov 13 '18 at 5:16
thanks again for your quick reply. Above error is displayed on the console window on which klov server (klov-0.2.0.jar) is running, while I enter credentials on localhost:90. I'vent ran the extent reports as yet, which is actually using nuget package ExtentReports by AventStack 3.1.3 in VS.net. Just saw at extentreports.com/community that there is extentreports-4.0.0.jar, not sure if I've to also install/run that too, before accessing klov server? It's very hard to find clear info around on internet, thanks again for your help @foursyth
– Manish Sharma
Nov 13 '18 at 5:51
Klov 0.2 only works with ExtentReports 4.0.0+, which is not available for .NET. You can download Klov 0.1.1 which works with your version from extentreports.com/community
– foursyth
Nov 13 '18 at 6:04
thanks again @foursyth. extentreports.com/community page does not allow users to download previous versions of Klov (i.e Klov 0.1.1), the only version available to download is 0.2.0 and this from url github.com/extent-framework/klov-server/tree/master/0.2.0, I would apprecaite help around getting Klov-0.1.0.jar?
– Manish Sharma
Nov 13 '18 at 6:36
thank you very much for your reply taking the mail server details worked, however I've to change the port to 90. I was able to start klov server localhost:90 but ended in error "freemarker.core._TemplateModelException: Java method "com.aventstack.klov.viewdefs.Color.byStatus(String)" threw an exception when invoked on com.aventstack.klov.viewdefs.Color object "com.aventstack.klov.viewdefs.Color@7f5bb7" ---- FTL stack trace ("~" means nesting-related): - Failed at: ${Color.byStatus(project.lastReport.s... [in template "project.select.ftl" at line 46, column 117]"
– Manish Sharma
Nov 13 '18 at 4:47
thank you very much for your reply taking the mail server details worked, however I've to change the port to 90. I was able to start klov server localhost:90 but ended in error "freemarker.core._TemplateModelException: Java method "com.aventstack.klov.viewdefs.Color.byStatus(String)" threw an exception when invoked on com.aventstack.klov.viewdefs.Color object "com.aventstack.klov.viewdefs.Color@7f5bb7" ---- FTL stack trace ("~" means nesting-related): - Failed at: ${Color.byStatus(project.lastReport.s... [in template "project.select.ftl" at line 46, column 117]"
– Manish Sharma
Nov 13 '18 at 4:47
Hmm what is your ExtentReports version?
– foursyth
Nov 13 '18 at 5:16
Hmm what is your ExtentReports version?
– foursyth
Nov 13 '18 at 5:16
thanks again for your quick reply. Above error is displayed on the console window on which klov server (klov-0.2.0.jar) is running, while I enter credentials on localhost:90. I'vent ran the extent reports as yet, which is actually using nuget package ExtentReports by AventStack 3.1.3 in VS.net. Just saw at extentreports.com/community that there is extentreports-4.0.0.jar, not sure if I've to also install/run that too, before accessing klov server? It's very hard to find clear info around on internet, thanks again for your help @foursyth
– Manish Sharma
Nov 13 '18 at 5:51
thanks again for your quick reply. Above error is displayed on the console window on which klov server (klov-0.2.0.jar) is running, while I enter credentials on localhost:90. I'vent ran the extent reports as yet, which is actually using nuget package ExtentReports by AventStack 3.1.3 in VS.net. Just saw at extentreports.com/community that there is extentreports-4.0.0.jar, not sure if I've to also install/run that too, before accessing klov server? It's very hard to find clear info around on internet, thanks again for your help @foursyth
– Manish Sharma
Nov 13 '18 at 5:51
Klov 0.2 only works with ExtentReports 4.0.0+, which is not available for .NET. You can download Klov 0.1.1 which works with your version from extentreports.com/community
– foursyth
Nov 13 '18 at 6:04
Klov 0.2 only works with ExtentReports 4.0.0+, which is not available for .NET. You can download Klov 0.1.1 which works with your version from extentreports.com/community
– foursyth
Nov 13 '18 at 6:04
thanks again @foursyth. extentreports.com/community page does not allow users to download previous versions of Klov (i.e Klov 0.1.1), the only version available to download is 0.2.0 and this from url github.com/extent-framework/klov-server/tree/master/0.2.0, I would apprecaite help around getting Klov-0.1.0.jar?
– Manish Sharma
Nov 13 '18 at 6:36
thanks again @foursyth. extentreports.com/community page does not allow users to download previous versions of Klov (i.e Klov 0.1.1), the only version available to download is 0.2.0 and this from url github.com/extent-framework/klov-server/tree/master/0.2.0, I would apprecaite help around getting Klov-0.1.0.jar?
– Manish Sharma
Nov 13 '18 at 6:36
|
show 4 more comments
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53271146%2fnot-able-to-start-access-klov-server-at-http-localhost-for-extent-reports-er%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown