GitHub user eleonora011 added a comment to the discussion: Trigger a pipeline
through an API
I shared the metadata folder between hop-web and the hop server, so now the hop
server can access the metadata folder.
I tried making the call and what I get is the following error:
**HTTP ERROR 500 jakarta.servlet.ServletException: Error producing web service
output.**
The configurations are as follows:
**web-service:**
```
{
"transformName": "output",
"virtualPath": "",
"fieldName": "id",
"filename": "${PROJECT_HOME}/test_prova.hpl",
"bodyContentVariable": "",
"headerContentVariable": "",
"listingStatus": false,
"name": "hop_service",
"runConfigurationName": "hop-server-external",
"contentType": "text/plain",
"enabled": true,
"statusCode": ""
}
```
**pipeline-run-configuration:**
```
{
"engineRunConfiguration": {
"Remote": {
"export_resources": false,
"resources_target_folder": "",
"resources_source_folder": "",
"run_config": "local",
"server_poll_interval": "",
"hop_server": "apache-hop-server",
"server_poll_delay": ""
}
},
"virtualPath": "",
"defaultSelection": false,
"configurationVariables": [],
"name": "hop-server-external",
"description": "remote connection for hop pipelines executions",
"dataProfile": "first-last",
"executionInfoLocationName": "local-audit"
}
```
**apache-hop-server container**
```
{
"webAppName": "",
"sslMode": false,
"proxyPort": "",
"hostname": "apache-hop-server",
"nonProxyHosts": "",
"password": "----",
"virtualPath": "",
"port": "8080",
"name": "apache-hop-server",
"proxyHostname": "",
"username": "----"
}
```
GitHub link:
https://github.com/apache/hop/discussions/6129#discussioncomment-15217468
----
This is an automatically sent email for [email protected].
To unsubscribe, please send an email to: [email protected]