Hello,

I use the new Axon Designer Version: 6.5.0 (Jakobshorn). On starting with a new Workspace i want Import the project IvyAddOns. I Imported it from the applications\utilities on the Desinger Installdirectory. After unpacking the Project an Errormessige shows that the Project needs to convert.

"Project has wrong version and needs to be converted. Actual version is 51,917, required version is 63,000."

I used the option "Convert Project" but it runs in an Error:

Converting . Log is stored in 'logs/conversion51917-63000.log'

Add REST client configuration to the project.

Unexpected error when converting project 'IvyAddOns'.
ch.ivyteam.ivy.resource.datamodel.ResourceDataModelException: File restClients.restConfig already exists
    at ch.ivyteam.ivy.resource.datamodel.framework.AbstractProjectResourceDataModel.createNewDataModelFor(AbstractProjectResourceDataModel.java:121)
    at ch.ivyteam.ivy.rest.client.config.internal.ProjectRestClientsManager.initialize(ProjectRestClientsManager.java:70)
    at ch.ivyteam.ivy.designer.project.internal.convert.tasks.v70.CreateRestClientConfigurationFile.doConvertProject(CreateRestClientConfigurationFile.java:41)
    at ch.ivyteam.ivy.designer.project.restricted.convert.AbstractIvyProjectConverterTask.convertProject(AbstractIvyProjectConverterTask.java:96)
    at ch.ivyteam.ivy.designer.project.restricted.convert.IvyProjectConverter$1.run(IvyProjectConverter.java:305)
    at ch.ivyteam.eclipse.util.WorkspaceRunnable$1.run(WorkspaceRunnable.java:70)
    at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:2313)
    at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:2295)
    at ch.ivyteam.eclipse.util.WorkspaceRunnable.execute(WorkspaceRunnable.java:87)
    at ch.ivyteam.ivy.designer.project.restricted.convert.IvyProjectConverter.convertProject(IvyProjectConverter.java:328)
    at ch.ivyteam.ivy.designer.project.restricted.convert.IvyProjectConverter$2.run(IvyProjectConverter.java:498)
    at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:122)

Thank you for HELP Ralf

asked 19.02.2017 at 11:47

rschreiter's gravatar image

rschreiter
(suspended)
accept rate: 0%

edited 20.02.2017 at 11:12

Reguel%20Wermelinger's gravatar image

Reguel Werme... ♦♦
9.4k31958


Hello Ralf

I was able to reproduce this problem and found a simple workaround:

  1. Import the IvyAddOns project
  2. Unpack the IvyAddOns project
  3. Switch to the Java perspective
  4. Delete the file 'restClients.restConfig' in the IvyAddOns project root
  5. Switch back to the Process Development perspective
  6. Convert the project as usual.
link

answered 20.02.2017 at 10:05

SupportIvyTeam's gravatar image

SupportIvyTeam ♦♦
1.4k102118122
accept rate: 77%

Thank you for the quick solution. I have also tried another workaround to convert it in an older designerversion (6.3) and imported it in the 6.5.

Thank you very much

Ralf

link

answered 20.02.2017 at 12:51

rschreiter's gravatar image

rschreiter
(suspended)
accept rate: 0%

edited 20.02.2017 at 12:52

Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "Title")
  • image?![alt text](/path/img.jpg "Title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×12

Asked: 19.02.2017 at 11:47

Seen: 2,228 times

Last updated: 20.02.2017 at 13:13