Coder Social home page Coder Social logo

Comments (6)

RoopaVenkatesh avatar RoopaVenkatesh commented on May 17, 2024

settings.xml in maven include proxy configuration and as per the below I have included a server declaration as well. I am trying to set this up on Windows 10.

The repository you have configured requires authentication and Maven failed to provide the correct credentials to the server. In this case, make sure your ${user.home}/.m2/settings.xml contains a declaration whose matches the of the remote repository to use. See the Maven Settings Reference for more details.

from microcks.

lbroudoux avatar lbroudoux commented on May 17, 2024

Hi,

I've checked SmartBear repository and it seems that http://smartbearsoftware.com/repository/maven2/com/smartbear/soapui/soapui/5.1.1/ is public and does not require any credential.

Could you just check regular HTTP call like curl -O http://smartbearsoftware.com/repository/maven2/com/smartbear/soapui/soapui/5.1.1/soapui-5.1.1.pom to check how things are going?

Thanks,

from microcks.

RoopaVenkatesh avatar RoopaVenkatesh commented on May 17, 2024

This issue is solved as I was trying it behind corporate proxy, with my personal hotspot its working fine.

Thank you.

from microcks.

RoopaVenkatesh avatar RoopaVenkatesh commented on May 17, 2024

Maven DependencyResolutionException is solved but ends with the below error.

[INFO] org.mongodb.driver.cluster - Exception in monitor thread while connecting to server localhost:27017
com.mongodb.MongoSocketOpenException: Exception opening socket
at com.mongodb.connection.SocketStream.open(SocketStream.java:63)
at com.mongodb.connection.InternalStreamConnection.open(InternalStreamConnection.java:114)
at com.mongodb.connection.DefaultServerMonitor$ServerMonitorRunnable.run(DefaultServerMonitor.java:128)
at java.lang.Thread.run(Thread.java:748)
Caused by: java.net.ConnectException: Connection refused: connect
at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method)
at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:85)
at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:350)
at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206)
at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188)
at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:172)
at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
at java.net.Socket.connect(Socket.java:589)
at com.mongodb.connection.SocketStreamHelper.initialize(SocketStreamHelper.java:50)
at com.mongodb.connection.SocketStream.open(SocketStream.java:58)
... 3 common frames omitted
[INFO] io.github.microcks.MicrocksApplication - Started MicrocksApplication in 11.105 seconds (JVM running for 265.892)
[INFO] -----Terminate batch job (Y/N)?

from microcks.

lbroudoux avatar lbroudoux commented on May 17, 2024

Hi,

documentation on how to build and run from sources is not yet complete. As mentioned on README, you must have a MongoDB 3.2 database running on your localhost for local building and run. mvn spring:boot-run is launching Microcks in local so it is expecting a running MongoDB on 27017 port.

For a quick local test if your do not have Kubernetes / OpenShift ar hand, docker-compose option should be ok on Windows and MacOS if you update the platform specific URL. Have a look and uncomment the correct line here.

Cheers,

from microcks.

lbroudoux avatar lbroudoux commented on May 17, 2024

Network and setup issues.

from microcks.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.