GitHub user ravamo added a comment to the discussion: Connection Issue with 
RDBMS Configuration in Server Mode

![image](https://github.com/user-attachments/assets/fcd2d031-d2a7-429a-944c-dd66863166fb)
This is my ETL, and I store all the variables in the set (even though I know 
it's not the best option). I’ve hardcoded everything: I created a new project 
that contains the metadata folder, and inside rdbs is the JSON file with the 
database configuration, all hardcoded. I also created an environment with an 
empty file because I don’t need anything specific, but I included it to keep 
the workflow complete.

I uploaded this folder to the server via SCP and manually added the project by 
modifying the hop-config.json file to adjust the paths. Locally, everything 
worked perfectly with zero issues, but on the server, I’m encountering this 
error.

* command : ./hop-run.sh -j TestBaseDeDatos  -f 
/home/hop/TestBaseDeDatos/mainRedmineLoadDatalake.hwf -r local  -e server-mode
 ```less
ERROR: Error initializing transform [Salida Tabla]
2024/12/17 10:39:47 - Salida Tabla.0 - ERROR: java.lang.NullPointerException: 
Cannot invoke "org.apache.hop.core.database.DatabaseMeta.getIDatabase()" 
because "this.data.databaseMeta" is null
2024/12/17 10:39:47 - Salida Tabla.0 -  at 
org.apache.hop.pipeline.transforms.tableoutput.TableOutput.init(TableOutput.java:482)
2024/12/17 10:39:47 - Salida Tabla.0 -  at 
org.apache.hop.pipeline.transform.TransformInitThread.run(TransformInitThread.java:66)
2024/12/17 10:39:47 - Salida Tabla.0 -  at 
java.base/java.lang.Thread.run(Thread.java:833)
```
Does this issue sound familiar to anyone? I can’t seem to pinpoint the problem 
overall.

GitHub link: 
https://github.com/apache/hop/discussions/4700#discussioncomment-11591747

----
This is an automatically sent email for [email protected].
To unsubscribe, please send an email to: [email protected]

Reply via email to