JumpMind / metl

Metl is a simple, web-based integration platform that allows for several different styles of data integration including messaging, file based Extract/Transform/Load (ETL), and remote procedure invocation via Web Services. Read more at www.jumpmind.com/products/metl/overview
GNU General Public License v3.0
208 stars 82 forks source link

install Metl for first time on windows #940

Open marina-saad opened 4 years ago

marina-saad commented 4 years ago

after entering this command ./gradlew assemble this message shows up FAILURE: Build failed with an exception.

I tried to skip the build step and downloaded a metl.war version and run it and the metl design workplace opens but I can not open any component in it I want to know what are the steps I missed in to have this issue?

nrichardson99 commented 4 years ago

Start Metl using the war file. After it starts connect via a web browser, then select the 'Admin' tab at the top. Next choose 'Plugin Repositories' from the menu on the left. Select 'central' click Edit. Update the Url to be https://repo1.maven.org/maven2 (use https not http)
Close the Edit Repository tab and then Restart Metl (kill your process and then restart) Now see if the components are working.