yeah, i am able to read error message.

On Wed, May 9, 2018 at 8:28 PM, Kaushal Shah <kaushalsm...@gmail.com> wrote:

> Its giving error as somewhere it type cast empty string to double . Which
> is cause of error.
>
>
> On Thu, May 10, 2018 at 5:29 AM, Ron Ratovsky <r...@swagger.io> wrote:
>
>> That’s not one of our projects, so we don’t have the knowledge to help.
>> Would suggest filing a ticket with the project.
>>
>>
>>
>>
>>
>> *From: *iermakova via Swagger <swagger-swaggersocket@googlegroups.com>
>> *Reply-To: *"swagger-swaggersocket@googlegroups.com" <
>> swagger-swaggersocket@googlegroups.com>
>> *Date: *Wednesday, May 9, 2018 at 17:28
>> *To: *Swagger <swagger-swaggersocket@googlegroups.com>
>> *Subject: *FAILED test getAufStatusM returns exception:
>> InvocationTargetException, null
>>
>>
>>
>>
>> I just cloned  https://github.com/AriaSystems/aria-swagger-a7.git and ran
>>
>> mvn clean install
>> but 1 test is failing:
>>
>>
>> 16:19:37.633 [main] DEBUG ariasystems.core.client.api.GenericApiIT -
>> invoking method -> getAufStatusM
>> 16:19:37.818 [main] WARN ariasystems.core.client.api.GenericApiIT -
>> exception invoking method: getAufStatusM
>> java.lang.reflect.InvocationTargetException: null
>>     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>>     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcce
>> ssorImpl.java:62)
>>     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMe
>> thodAccessorImpl.java:43)
>>     at java.lang.reflect.Method.invoke(Method.java:498)
>>     at ariasystems.core.client.api.GenericApiIT.invokeApiMethod(Gen
>> ericApiIT.java:178)
>>     at ariasystems.core.client.api.GenericApiIT.testApi(GenericApiI
>> T.java:162)
>>     at ariasystems.core.client.api.GenericApiIT.testAllApisForConne
>> ctivity(GenericApiIT.java:214)
>>     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>>     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcce
>> ssorImpl.java:62)
>>     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMe
>> thodAccessorImpl.java:43)
>>     at java.lang.reflect.Method.invoke(Method.java:498)
>>     at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(
>> FrameworkMethod.java:50)
>>     at org.junit.internal.runners.model.ReflectiveCallable.run(Refl
>> ectiveCallable.java:12)
>>     at org.junit.runners.model.FrameworkMethod.invokeExplosively(Fr
>> ameworkMethod.java:47)
>>     at org.junit.internal.runners.statements.InvokeMethod.evaluate(
>> InvokeMethod.java:17)
>>     at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
>>     at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit
>> 4ClassRunner.java:78)
>>     at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit
>> 4ClassRunner.java:57)
>>     at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
>>     at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
>>     at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
>>     at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
>>     at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
>>     at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
>>     at org.junit.runners.Suite.runChild(Suite.java:128)
>>     at org.junit.runners.Suite.runChild(Suite.java:27)
>>     at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
>>     at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
>>     at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
>>     at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
>>     at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
>>     at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
>>     at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.
>> java:55)
>>     at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createR
>> equestAndRun(JUnitCoreWrapper.java:137)
>>     at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute
>> Eager(JUnitCoreWrapper.java:107)
>>     at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute
>> (JUnitCoreWrapper.java:83)
>>     at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute
>> (JUnitCoreWrapper.java:75)
>>     at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke
>> (JUnitCoreProvider.java:159)
>>     at org.apache.maven.surefire.booter.ForkedBooter.invokeProvider
>> InSameClassLoader(ForkedBooter.java:373)
>>     at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInPro
>> cess(ForkedBooter.java:334)
>>     at org.apache.maven.surefire.booter.ForkedBooter.execute(Forked
>> Booter.java:119)
>>     at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBoo
>> ter.java:407)
>> Caused by: com.google.gson.JsonSyntaxException:
>> java.lang.NumberFormatException: empty String
>>     at com.google.gson.internal.bind.TypeAdapters$11.read(TypeAdapt
>> ers.java:305)
>>     at com.google.gson.internal.bind.TypeAdapters$11.read(TypeAdapt
>> ers.java:295)
>>     at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$1
>> .read(ReflectiveTypeAdapterFactory.java:129)
>>     at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$A
>> dapter.read(ReflectiveTypeAdapterFactory.java:220)
>>     at com.google.gson.Gson.fromJson(Gson.java:887)
>>     at com.google.gson.Gson.fromJson(Gson.java:852)
>>     at com.google.gson.Gson.fromJson(Gson.java:801)
>>     at ariasystems.core.client.JSON.deserialize(JSON.java:133)
>>     at ariasystems.core.client.ApiClient.deserialize(ApiClient.java:711)
>>     at ariasystems.core.client.ApiClient.handleResponse(ApiClient.
>> java:914)
>>     at ariasystems.core.client.ApiClient.execute(ApiClient.java:841)
>>     at ariasystems.core.client.api.GetAufStatusMApi.getAufStatusMWi
>> thHttpInfo(GetAufStatusMApi.java:143)
>>     at ariasystems.core.client.api.GetAufStatusMApi.getAufStatusM(G
>> etAufStatusMApi.java:129)
>>     ... 42 common frames omitted
>> Caused by: java.lang.NumberFormatException: empty String
>>     at sun.misc.FloatingDecimal.readJavaFormatString(FloatingDecima
>> l.java:1842)
>>     at sun.misc.FloatingDecimal.parseDouble(FloatingDecimal.java:110)
>>     at java.lang.Double.parseDouble(Double.java:538)
>>     at com.google.gson.stream.JsonReader.nextLong(JsonReader.java:964)
>>     at com.google.gson.internal.bind.TypeAdapters$11.read(TypeAdapt
>> ers.java:303)
>>     ... 54 common frames omitted
>> 16:19:37.818 [main] INFO ariasystems.core.client.api.GenericApiIT -
>> method: getAufStatusM returns exception: InvocationTargetException, null
>>
>>
>> will appreciate any help.
>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "Swagger" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to swagger-swaggersocket+unsubscr...@googlegroups.com.
>> For more options, visit https://groups.google.com/d/optout.
>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "Swagger" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to swagger-swaggersocket+unsubscr...@googlegroups.com.
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>
>
> --
> Regards,
>
> Kaushal Shah
>
> --
> You received this message because you are subscribed to the Google Groups
> "Swagger" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to swagger-swaggersocket+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Swagger" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to swagger-swaggersocket+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to