Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from space WSUPPORT and version 23.1
Multiexcerpt
MultiExcerptNamepage_content
Div
Stylemargin-top:-10px;

Multiexcerpt include
SpaceWithExcerptINTERNAL
MultiExcerptNametroubleshooting_intro
PageWithExcerptINTERNAL:_Support_excerpts

Image RemovedImage Added

If errors in the validation panel occur, try clearing the

compiler

Compiler cache. This could always helpful to resolve displayed

compiler

Compiler errors.

Image Added

If you still meet errors during compilation or deployment after clearing the cache, export the  Support Data  and attach it to your support request.

You find both options in the additional menu of the Controls panel.

Validation Panel Messages

Multiexcerpt include
SpaceWithExcerptINTERNAL
MultiExcerptNamesearchable_table
PageWithExcerptINTERNAL:_Support_excerpts

Table Filter
hideControlstrue
sparkNameSparkline
isNewtrue
sortValidation Panel Message ⇧
separatorPoint (.)
ddSeparatorstrue
isFirstTimeEntertrue
datepatterndd M yy
globalFiltertrue
id1652779084030_1009139249
worklog365|5|8|y w d h m|y w d h m
isORAND
order0
error
Information to Include in a Support Request vache
  • Exporting and Importing Service Panel Contents
  • Controls PanelTry to
    Validation Panel MessagePossible ReasonSolutionFurther Information

    [VALXUML]

    The compiler receives data he cannot process.

    Contact the PAS support team and attach the Designer service.

    Attribute '@name' on element 'pins' has not a whitespace-less value.

    The name of an attribute in an imported library contains whitespaces.

    In the Designer, special characters or whitespaces are not allowed in element names. The library developer must fix the erroneous names before importing the library.

    [VALXUML] Attribute '@type' on element 'pins' has no (non-empty) value.

    An imported library contains empty elements.
    The library developer must fix the erroneous elements before importing the library.

    An error has occurred during the compilation of the project

    This error is shown if the communication with the compiler failed.
    • Try to clear the Compiler
    • cache and deploy again.
    • If the problem persists, contact the support team.

    An error has occurred during the project data preparation

    This error is shown if the code preparing the zip file for the compiler encounters an error.

    • Check your code for erroneous data or bugs.
    • If the problem persists, contact the support team.

    An error has occurred during the project data preparation: Project data may be corrupt 

    This error is shown if an import file contains corrupt data.

    • Delete the imported service.
    • Export the service again and import the newly exported file

    java.lang.OutOfMemoryError: GC overhead limit exceeded

    Thi error is shown when the compiler service cannot claim enough resources (memory) for itself.
    • Ask your PAS administrator to restart the compiler service.
    • If the error occurs frequently, your administrator should check whether he can permanently provide more resources for the compiler.

    javax.ws.rs.ProcessingException: java.io.IOException: Error writing to server

    The deployment took to long and ran in a timeout.
    • Check if all service properties are set correctly. Reload the Designer and restart the deployment of your service.

    REST interface classes: urn.AddressImplementation.Address.Public.Address, urn. Data_Model.com.Address share common class name 'Address' but class names in REST interface must be unique.

    There are duplicate class names in your model.

    Your BPMN model name (in our example: Address ) and a class of a BPMN message (in our example com.Address ) have the same name. Rename the BPMN or message class.

    Version of the project ('21.2') is not compliant with semver format (major.minor.patch).

    The version number of your service is not written in the correct notation.

    Change the version number of your service. The number must follow Semantic Versioning 2.0.0: Major.Minor.Patch. A pre-release tag is optional.

    Deploying a Service to a Container

    Image Added

    If the deployment from within the Designer keeps running into a timeout, you can try to deploy the compiled service directly to a container.

    Open the additional menu of the Controls panel and select the export option Compiled > Service.

    This will download a file in .rep format.

    Image Added

    Open the PAS Administration and use the deployment wizard.

    Go to Administration Guide > Working With the Deployment Wizard for further details.

    Deploying a Service to the Integration Component

    If the deployment from within the Designer keeps running into a timeout, you can try to deploy the compiled service directly in the integration component (Bridge).

    Open the additional menu of the Controls panel and select the export option Compiled > Service.

    This will download a file in .rep format.

    Open the PAS integration component (Bridge).

    Select the menu option Deployment and choose the exported .rep file of your service for upload.

    In the next step, you can define if the service should be started automatically after deployment.

    Click Deploy to start the deployment process. You will get a notification message when the deployment has been finished.

    For more information on deploying xUML service repositories to the Integration (Bridge) and explanations on all options, refer to Deployment of xUML Services.

    Image Removed

    Go back to the Designer and reload the browser tab.

    Check the Controls panel to see if the service is running: The icons to stop the service and to open the application should now be enabled.