Skip to content

I cannot connect to MAPDL #4396

@Shashidharreddyansys

Description

@Shashidharreddyansys

🤓 Before submitting the issue

🔍 Description of the bug

Error : Unable to connect to MPADL gRPC instance at dns://127.0.0.1: 50052

We have tested the output of MAPDL when launching through the terminal 
MAPDL is launched successfully. Please find the attached log.

We have activated the debugging. Please find the attached log file.

#REDACTED FILES

🕵️ Steps To Reproduce

from ansys.mapdl.core import LOG

LOG.setLevel("DEBUG")
LOG.log_to_file("mylog.log")

from ansys.mapdl.core import launch_mapdl

mapdl = launch_mapdl(loglevel="DEBUG")

💻 Which Operating System are you using?

Windows

🐍 Which Python version are you using?

3.10

💾 Which MAPDL version are you using?

2024R2

📝 PyMAPDL Report

Show the Report!

# PASTE HERE THE OUTPUT OF `python -c "from ansys.mapdl import core as pymapdl; print(pymapdl.Report())"` here

📝 Installed packages

Show the installed packages!

# PASTE HERE THE OUTPUT OF `python -m pip freeze` here

📝 Logger output file

Show the logger output file.

# PASTE HERE THE CONTENT OF THE LOGGER OUTPUT FILE.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugIssue, problem or error in PyMAPDL

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions