Problem

The following message appears in the logging:

org.springframework.ws.client.WebServiceTransportException: Not Found [404]

Solution

A connection with the Studio cannot be established. Check the studio URL in the application.yml. This should be the URL of the management service of the studio server that you want to connect with. 

Problem

The following message appears in the logging:

org.springframework.ws.client.WebServiceTransportException: Forbidden [403]

Solution

Authentication with the studio failed, check the authentication properties (e.g. user / password).

Beware that the user and password properties are case sensitive.

Problem

The following message appear in the logging: 

***************************
APPLICATION FAILED TO START
***************************

Description:

Failed to bind properties under 'migration.studio.auth-type' to com.blueriq.module.managementservice.client.user.AuthenticationType:

    Property: migration.studio.auth-type
    Value: basi
    Origin: URL [file:./application.yml]:4:16
    Reason: failed to convert java.lang.String to com.blueriq.module.managementservice.client.user.AuthenticationType

Action:

Update your application's configuration. The following values are valid:

    BASIC
    KERBEROS
    KERBEROS_CUSTOM
    NTLM
    NTLM_CUSTOM

Solution

Check auth-type property and use one of the valid values. 

Problem

The following message appear in the logging:

Started Application in 5.287 seconds (JVM running for 6.183)

But after this line, nothing else is logged. 

Solution

No specific migration has been specified, so nothing has been migrated. Check the application.yml file and check its completeness.

It could be that one or more lines of the following part is missing:

r13:   
 formats:
      target-project:
        repository: Library
        branch: Trunk
        project: Styles
  • No labels