-
I successfully run the server with `./gradlew bootRun`, a server on localhost:8080.
Separately, I run an Elexis REST API node on localhost:8000.
I issue:
```
% json='{"source":{"endpoint":"htt…
kernc updated
3 years ago
-
I do not understand what goes wrong. Here are the steps to reproduce:
1. Start the Frank!Runner with Frank https://github.com/ibissource/frank-manual/tree/master/srcSteps/ladybugInstance/v500. This…
-
### ```
microsoft.exchange.webservices.data.core.exception.service.remote.ServiceRequestException: The request failed. The request failed. The remote server returned an error: (401)Unauthorized
at…
-
Steps to reproduce:
1. Add dependency to pom:
```
com.github.lwaddicor
spring-startup-analysis
1.0.0
```
2. Add beans
```
```
3. Build, run, go to /spring-startup/ page
…
-
```
When I create a xwork-conversion.properties file in my Struts2 app, I start
getting a null pointer exceptions. It looks like the cause is guice.
Here is the stack trace:
java.lang.NullPointerEx…
-
## Environment
**Liquibase Version**: 3.6.0
**Liquibase Integration & Version**: Spring Boot 2.6.3, Maven
**Liquibase Extension(s) & Version**:
**Database Vendor & Version**:
PostgreSQL …
-
edp.core.exception.ServerException: test source connection fail
at edp.davinci.service.impl.SourceServiceImpl.testSource(SourceServiceImpl.java:403)
at edp.davinci.service.impl.SourceServiceImpl…
rumly updated
2 years ago
-
I'm using HotswapAgent with Tomcat 7 and patched Java 7u79.
After the server startup, it's throwing below Exception.
INFO: Server startup in 45448 ms
HOTSWAP AGENT: 19:38:47.248 INFO (org.hotswa…
-
Steps to reproduce:
1. Build and start fresh instance of Sailfish
2. Create a new matrix
3. Create a new testcase
GUI shows 'Error Test case has not been added' popup.
Log shows NPE:
`12 мар …
-
```
What steps will reproduce the problem?
Trying to generate the OAuth request token throws an exception on the Apache
Tomcat Server.
The following code works fine on the desktop in a NetBeans 6.7 …