1. Abaqus Error: Abaqus/cae Kernel Exited With An Error. X
  2. Abaqus Error: Abaqus/cae Kernel Exited With An Error. Example


5.5.2 Standard ABAQUS Scripting Interface exceptions

Standard ABAQUS Scripting Interface exceptions arise from errors in a script that relate to ABAQUS/CAE. The standard ABAQUS Scripting Interface exceptions that can be raised by a method are listed with each command in the ABAQUS Scripting Reference Manual. The standard ABAQUS Scripting Interface exception types are listed below:

InvalidNameError

Test your X server by running 'glxinfo -i'. If this fails with a similar error, it means that indirect OpenGL rendering is disabled. Abaqus /CAE needs to be able to create an indirect rendering context for printing. Dassault SIMULIA Abaqus Analysis (as a dependence of Abaqus CAE) and Abaqus CAE 2016 HF2; Limited computing resource; Remote. No queues have been defined. Please define one or more queues in the environment file. Abaqus/Analysis exited with error(s). This is because that there are no queues to accept the submission at the remote computer.

You specified an invalid name. ABAQUS/CAE enforces a naming convention for objects that you create. Names must adhere to the following rules:

  • The name can include spaces and most punctuation marks and special characters. Fallout new california enclave.

    Warning: While Python allows most punctuation marks and special characters, some of the strings you provide will be used in an ABAQUS input file; therefore, you cannot use the following characters: $&*~!()[]{} ;'`',.?/ when you are naming a model or job, for example.

  • The name must not begin or end with an underscore or a space.

  • The name must not contain a period or a double quote.

Abaqus Error: Abaqus/cae Kernel Exited With An Error. X

RangeError

AbaqusError

Note: The command descriptions in the ABAQUS Scripting Reference Manual list the type of standard ABAQUS Scripting Interface exceptions that can occur; however, the exception messages are not included with the command description.

Abaqus Error: Abaqus/cae Kernel Exited With An Error.

When I try to run Abaqus PDE (Python development environment) for example from the windows command line with the command:

I get the following error in the command line:

and Abaqus PDE can't connect to the Abaqus/CAE. Therefore when I try to run a python script in APDE (in Kernel) I get the following error in the APDE:

and in the command line

My OS is Windows 10. I thought the problem might have been related to the firewall settings so I tried deactivating firewall but it didn't help.

How to solve this? I'd like to fix PDE integration with Abaqus/CAE because I want to use the PDE debugger.

K.J.K.J.
Abaqus Error: Abaqus/cae Kernel Exited With An Error.

1 Answer

That's probably because you installed (or tried to install) a cracked version of Abaqus in the past. When you do so, you modify the way sockets created by Abaqus access the DNS service (so that the license isn't checked), and these changes also affect sockets that connect different programs within Abaqus. (In this case Abaqus/PDE and Abaqus/CAE.) That's why you get that 'getaddrinfo failed' message. (getaddrinfo is a function of the Python module socket.)

What I did to solve this issue was to uninstall the version of Abaqus I had, restart my computer in safe mode, delete the folder C:SIMULIA, restart again in normal mode and install my version of Abaqus again. I have to say that PDE will never connect to CAE if you use a cracked version of Abaqus.

Abaqus Error: Abaqus/cae Kernel Exited With An Error. Example

PabloPablo
Got a question that you can’t ask on public Stack Overflow? Learn more about sharing private information with Stack Overflow for Teams.

Not the answer you're looking for? Browse other questions tagged pythonabaqus or ask your own question.