ppazos / hl7-benchmark

Benchmark for HL7v2.x over MLLP and SOAP
Apache License 2.0
2 stars 0 forks source link

Exception when type is not specified #6

Open ppazos opened 9 years ago

ppazos commented 9 years ago

hl7-benchmark>run -c 20 -n 100 -s localhost:6661 -path sample_messages\OML_O21_1.hl7

Exception in thread "Thread-1" groovy.lang.GroovyRuntimeException: Could not find matching constructor for: com.cabolabs.hl7benchmark.SendingPlan (java.lang.Integer, java.lang.String, java.lang.Integer, java.lang.Class, java.lang.Boolean) at groovy.lang.MetaClassImpl.invokeConstructor(MetaClassImpl.java:1723) at groovy.lang.MetaClassImpl.invokeConstructor(MetaClassImpl.java:1526) at org.codehaus.groovy.runtime.callsite.MetaClassConstructorSite.callConstructor(MetaClassConstructorSite.java:46) at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCallConstructor(CallSiteArray.java:57) at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callConstructor(AbstractCallSite.java:232) at com.cabolabs.hl7benchmark.Main$_main_closure2_closure8.doCall(Main.groovy:105) at com.cabolabs.hl7benchmark.Main$_main_closure2_closure8.doCall(Main.groovy) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:90) at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:324) at org.codehaus.groovy.runtime.metaclass.ClosureMetaClass.invokeMethod(ClosureMetaClass.java:292) at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1016) at groovy.lang.Closure.call(Closure.java:423) at groovy.lang.Closure.call(Closure.java:417) at groovy.lang.Closure.run(Closure.java:504) at java.lang.Thread.run(Unknown Source) Exception in thread "Thread-20" groovy.lang.GroovyRuntimeException: Could not find matching constructor for: com.cabolabs.hl7benchmark.SendingPla n(java.lang.Integer, java.lang.String, java.lang.Integer, java.lang.Class, java.lang.Boolean)