monsonhaefel commented on issue #606: TOMEE-2734-Upgrade CXF to 3.3.4 URL: https://github.com/apache/tomee/pull/606#issuecomment-553403322 Someone else may have a better solution but this is how I would get started. If you look at the stack trace you'll see that openejb is involved from at org.apache.openejb.loader.IO.slurp(IO.java:156) at org.apache.openejb.server.httpd.AsyncHttpTest.async(AsyncHttpTest.java:58) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.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(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.apache.openejb.junit.DeployApplication$1.call(DeployApplication.java:44) at org.apache.openejb.junit.DeployApplication$1.call(DeployApplication.java:40) at org.apache.openejb.testing.ApplicationComposers.evaluate(ApplicationComposers.java:1070) at org.apache.openejb.junit.DeployApplication.evaluate(DeployApplication.java:40) I would put a break point at org.apache.openejb.junit.DeployApplication.evaluate(DeployApplication.java:40) and when you hit that test activate another break point at at org.apache.openejb.loader.IO.slurp(IO.java:156) and see if you can figure out what's going wrong. Richard On Wed, Nov 13, 2019 at 6:51 AM Daniel Dias <[email protected]> wrote: > Hi Richard , > > I would like, good that I learn something different. > > I just need some guidance. > > because I just did a lib update, and if I run the build without the tests > it passes. > > Em qua., 13 de nov. de 2019 às 09:46, Richard Monson-Haefel < > [email protected]> escreveu: > > > Hi Daniel, > > > > Do you plan to work on this? We are probably going to want to upgrade > > eventually. > > > > Richard > > > > On Tue, Nov 12, 2019 at 8:30 PM Daniel Dias <[email protected]> > > wrote: > > > > > Hi @monsonhaefel <https://github.com/monsonhaefel>, > > > > > > from what I saw in the log he gave recursed connection error : > > > > > > INFO: Closing DataSource: My Unmanaged DataSource > > > [ERROR] Tests run: 2, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: > > 2.439 s <<< FAILURE! - in org.apache.openejb.server.httpd.AsyncHttpTest > > > [ERROR] async(org.apache.openejb.server.httpd.AsyncHttpTest) Time > > elapsed: 1.174 s <<< ERROR! > > > java.net.ConnectException: Connection refused (Connection refused) > > > at java.net.PlainSocketImpl.socketConnect(Native Method) > > > at > > > java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:350) > > > at > > > java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206) > > > at > > > java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188) > > > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) > > > at java.net.Socket.connect(Socket.java:589) > > > at java.net.Socket.connect(Socket.java:538) > > > at sun.net.NetworkClient.doConnect(NetworkClient.java:180) > > > at sun.net.www.http.HttpClient.openServer(HttpClient.java:463) > > > at sun.net.www.http.HttpClient.openServer(HttpClient.java:558) > > > at sun.net.www.http.HttpClient.<init>(HttpClient.java:242) > > > at sun.net.www.http.HttpClient.New(HttpClient.java:339) > > > at sun.net.www.http.HttpClient.New(HttpClient.java:357) > > > at > > > sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:1220) > > > at > > > sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1156) > > > at > > > sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1050) > > > at > > > sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:984) > > > at > > > sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1564) > > > at > > > sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1492) > > > at java.net.URL.openStream(URL.java:1045) > > > at org.apache.openejb.loader.IO.slurp(IO.java:156) > > > at > > > org.apache.openejb.server.httpd.AsyncHttpTest.async(AsyncHttpTest.java:58) > > > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > > > at > > > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) > > > at > > > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.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(ReflectiveCallable.java:12) > > > at > > > org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) > > > at > > > org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) > > > at > > > org.apache.openejb.junit.DeployApplication$1.call(DeployApplication.java:44) > > > at > > > org.apache.openejb.junit.DeployApplication$1.call(DeployApplication.java:40) > > > at > > > org.apache.openejb.testing.ApplicationComposers.evaluate(ApplicationComposers.java:1070) > > > at > > > org.apache.openejb.junit.DeployApplication.evaluate(DeployApplication.java:40) > > > at org.junit.rules.RunRules.evaluate(RunRules.java:20) > > > at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) > > > at > > > org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) > > > at > > > org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.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.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) > > > at > > > org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) > > > at > > > org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) > > > at > > > org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) > > > at > > > org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:379) > > > at > > > org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:340) > > > at > > > org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:125) > > > at > > org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:413) > > > > > > > > > > > > — > > > You are receiving this because you were mentioned. > > > Reply to this email directly, view it on GitHub > > > < > > > https://github.com/apache/tomee/pull/606?email_source=notifications&email_token=AE7IM3I6HETQ4ZY6WOV7E2TQTNRDFA5CNFSM4JL44KK2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOED4U6AY#issuecomment-553209603 > > >, > > > or unsubscribe > > > < > > > https://github.com/notifications/unsubscribe-auth/AE7IM3O2BUS55BNJNFQLNA3QTNRDFANCNFSM4JL44KKQ > > > > > > . > > > > > > > > > -- > > Richard Monson-Haefel > > https://twitter.com/rmonson > > https://www.linkedin.com/in/monsonhaefel/ > > > > — > > You are receiving this because you authored the thread. > > Reply to this email directly, view it on GitHub > > < > https://github.com/apache/tomee/pull/606?email_source=notifications&email_token=AB6DI4X3CT2XVEH4ZPJB2O3QTPZK3A5CNFSM4JL44KK2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOED6AYRY#issuecomment-553389127 > >, > > or unsubscribe > > < > https://github.com/notifications/unsubscribe-auth/AB6DI4UQXJTHRS7VFOBQ4YTQTPZK3ANCNFSM4JL44KKQ > > > > . > > > > — > You are receiving this because you were mentioned. > Reply to this email directly, view it on GitHub > <https://github.com/apache/tomee/pull/606?email_source=notifications&email_token=AE7IM3PPPRJMJSNTGKUDNA3QTPZ5XA5CNFSM4JL44KK2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOED6BGXI#issuecomment-553390941>, > or unsubscribe > <https://github.com/notifications/unsubscribe-auth/AE7IM3JLVTXWTYYRIVNCWOLQTPZ5XANCNFSM4JL44KKQ> > . > -- Richard Monson-Haefel https://twitter.com/rmonson https://www.linkedin.com/in/monsonhaefel/
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
