Giter Site home page Giter Site logo

Comments (2)

CharlieReitzel avatar CharlieReitzel commented on May 25, 2024 1

Note: the --ip option appears to work only with the value 0.0.0.0. --ui-ip 10.11.12.13 work fine.

When I use temporalite ... --ip 10.11.12.13 ... (i.e. a specific IP address) the server fails to start with the following errors in the log (formatted for clarity):

{
    "level": "info",
    "ts": "2022-11-17T15:03:41.010-0500",
    "msg": "worker starting",
    "service": "worker",
    "component": "worker",
    "logging-call-at": "service.go:337"
}
{
    "level": "warn",
    "ts": "2022-11-17T15:03:41.011-0500",
    "msg": "error creating sdk client",
    "service": "worker",
    "error": "failed reaching server: last connection error: connection error: desc = \"transport: Error while dialing dial tcp 127.0.0.1:7233: connect: connection refused\"",
    "logging-call-at": "factory.go:116"
}
{
    "level": "fatal",
    "ts": "2022-11-17T15:03:41.011-0500",
    "msg": "error creating sdk client",
    "service": "worker",
    "error": "failed reaching server: last connection error: connection error: desc = \"transport: Error while dialing dial tcp 127.0.0.1:7233: connect: connection refused\"",
    "logging-call-at": "factory.go:123",
    "stacktrace": "go.temporal.io/server/common/log.(*zapLogger).Fatal
	/home/joebob/go/pkg/mod/go.temporal.io/[email protected]/common/log/zap_logger.go:151
go.temporal.io/server/common/sdk.(*clientFactory).GetSystemClient.func1
	/home/joebob/go/pkg/mod/go.temporal.io/[email protected]/common/sdk/factory.go:123
sync.(*Once).doSlow
	/usr/lib64/go/1.18/src/sync/once.go:68
sync.(*Once).Do
	/usr/lib64/go/1.18/src/sync/once.go:59
go.temporal.io/server/common/sdk.(*clientFactory).GetSystemClient
	/home/joebob/go/pkg/mod/go.temporal.io/[email protected]/common/sdk/factory.go:110
go.temporal.io/server/service/worker.(*Service).startScanner
	/home/joebob/go/pkg/mod/go.temporal.io/[email protected]/service/worker/service.go:456
go.temporal.io/server/service/worker.(*Service).Start
	/home/joebob/go/pkg/mod/go.temporal.io/[email protected]/service/worker/service.go:362
go.temporal.io/server/service/worker.ServiceLifetimeHooks.func1.1
	/home/joebob/go/pkg/mod/go.temporal.io/[email protected]/service/worker/fx.go:139"
}

from temporalite-archived.

diddowill avatar diddowill commented on May 25, 2024

Answer is found:
use the --ip parameter of temporalite start
temporalite start --ip 0.0.0.0

from temporalite-archived.

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.