PDA

View Full Version : SOPERA 3.3 Toolsuite with Eclipse Helios: Problem when running Request-Callback


AntonP
23.07.2010, 14:30
Hello,

I have installed the SOPERA 3.3 ToolSuite into an Eclipse Helios. According to Release Notes this is not supported, but my first attempts worked fine anyway :D.

But now I was trying to implement a scenario where I use the Request-Callback interaction and I got an timeout error.

Checking the toolsuite-trace.log I found the Exception:
org.sopware.papi.exception.InfrastructureException : org.sbb.papi.internal.exception.InternalInfrastruc tureException: java.lang.Exception: Invalid status response: 500

Has anyone else seen this before? Any hints how to fix this?

Greetings, Anton

CarstenBiermann
23.07.2010, 14:54
Hello Anton,
to support more than one eclipse version, we have two version of org.sopware.binding.soaphttp_1.0.0.jar in our ToolSuite distribution. According the the Eclipse version (Ganymede or Galileo) we copy the right file into the Eclipse plugin folder. Unfortunately when you are using Helios the wrong jar file is copied.
But you can fix it manually:
1. Shutdown your eclipse
2. Delete the file org.sopware.binding.soaphttp_1.0.0.jar in your eclipse\plugins folder.
3. Copy the file org.sopware.binding.soaphttp_1.0.1.jar from the ServiceBackone\eclipse\plugins folder into your eclipse\plugins folder.
4. Rename the file to org.sopware.binding.soaphttp_1.0.0.jar.
5. Start eclipse

Best Regards
Carsten

AntonP
26.07.2010, 18:28
Hello Carsten,
I replaced the jar version as described by you and it resolves the problem.
Thanks for the hint, great!
Anton