Forum

Author Topic: Problem with starting Metashape Worker/Node v.2.2.1  (Read 579 times)

Dmitriy Putyatin

  • Newbie
  • *
  • Posts: 2
    • View Profile
Problem with starting Metashape Worker/Node v.2.2.1
« on: April 29, 2025, 06:04:59 PM »
Hello everyone.

I'm trying to use Metashape cluster with experimental 2.2.1 build 20265, and can not start Worker on my Windows 11 machine.

my command:
Code: [Select]
./metashape-server.exe --worker --host <here.my.ip.address>
console output:
Code: [Select]
Agisoft Metashape Server version 2.2.1 build 20265 (64 bit)
Platform: Windows
CPU: 12th Gen Intel(R) Core(TM) i3-12100
CPU family: 6 model: 151 signature: 90675h
RAM: 31.7 GB
Starting Metashape Server
Loading session: sqlite:///C%3A/Users/<userName>/AppData/Local/Agisoft/MetashapeServer/server.db
Error: SQLite error: Can't prepare statement (5): database is locked

Is somebody know, can I start worker on Windows with experimental build?

Alexey Pasumansky

  • Agisoft Technical Support
  • Hero Member
  • *****
  • Posts: 15438
    • View Profile
Re: Problem with starting Metashape Worker/Node v.2.2.1
« Reply #1 on: April 29, 2025, 06:36:55 PM »
Best regards,
Alexey Pasumansky,
Agisoft LLC

Dmitriy Putyatin

  • Newbie
  • *
  • Posts: 2
    • View Profile
Re: Problem with starting Metashape Worker/Node v.2.2.1
« Reply #2 on: April 30, 2025, 10:37:40 AM »
Hello Alexey,

I am grateful to You, with new pre-release version error is disappeared. But I'm facing with another problem. With metashape-cluster i use Python API of Metashape v. 2.1.3 and while python app connecting to server is arise error to connect with 2.2.1 server version:

Code: [Select]
    client.connect(ip)
RuntimeError: Incompatible server version: 2.2.1

Can You suggest how to pass this problem?

Alexey Pasumansky

  • Agisoft Technical Support
  • Hero Member
  • *****
  • Posts: 15438
    • View Profile
Re: Problem with starting Metashape Worker/Node v.2.2.1
« Reply #3 on: April 30, 2025, 11:12:40 AM »
Hello Dmitriy,

You need to update Metashape version on the client to 2.2.1 as well to avoid compatibility issues with the network processing server. We have just released 2.2.1 (build 20496), so you can use that version:
https://www.agisoft.com/downloads/installer/
Best regards,
Alexey Pasumansky,
Agisoft LLC