$ git clone https://IanDarwin@gihub.com//javasrc Cloning into 'javasrc'... remote: Enumerating objects: 625, done. Updating files: 100% (1989/1989), done. $ cd javasrc $ mvn clean test [INFO] Scanning for projects... [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] javasrc [pom] [INFO] javasrc - main module [jar] [INFO] javasrc - desktop module [jar] [INFO] javasrc - ee [war] [INFO] javasrc - json [jar] [INFO] javasrc - REST Demo [war] [INFO] javasrc - Apache Spark demo [jar] [INFO] javasrc - testing module [jar] [INFO] javasrc - Unsafe [jar] [INFO] javasrc - xml [jar] [INFO] [INFO] -----------------------< com.darwinsys:javasrc >------------------------ [INFO] Building javasrc 1.1-SNAPSHOT [1/10] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ javasrc --- [INFO] [INFO] ---------------------< com.darwinsys:javasrc-main >--------------------- [INFO] Building javasrc - main module 1.0-SNAPSHOT [2/10] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ javasrc-main --- [INFO] Deleting /home/ian/workspace/javasrc/main/target [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ javasrc-main --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 17 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ javasrc-main --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 944 source files to /home/ian/workspace/javasrc/main/target/classes [INFO] /home/ian/workspace/javasrc/main/src/main/java/reflection/AppletAdapter.java: Some input files use or override a deprecated API. [INFO] /home/ian/workspace/javasrc/main/src/main/java/reflection/AppletAdapter.java: Recompile with -Xlint:deprecation for details. [INFO] /home/ian/workspace/javasrc/main/src/main/java/structure/LinkList.java: Some input files use unchecked or unsafe operations. [INFO] /home/ian/workspace/javasrc/main/src/main/java/structure/LinkList.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ javasrc-main --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ javasrc-main --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 62 source files to /home/ian/workspace/javasrc/main/target/test-classes [INFO] /home/ian/workspace/javasrc/main/src/test/java/structure/MyObservableTest.java: /home/ian/workspace/javasrc/main/src/test/java/structure/MyObservableTest.java uses or overrides a deprecated API. [INFO] /home/ian/workspace/javasrc/main/src/test/java/structure/MyObservableTest.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ javasrc-main --- [INFO] Surefire report directory: /home/ian/workspace/javasrc/main/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- Running netweb.ReadTagTest HREF='http://grelber/' Grelber Info

Paragraph

Grelber Info Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec Running netweb.GetUrlTest URL is file:/home/ian/workspace/javasrc/main/target/test-classes/netweb/GetUrlTestData.txt Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec Running numbers.GetNumberTest It's an int: 0 It's an int: 1 It's an int: -1 It's a double: 42.0 It's a double: -3.14592857 It's a double: 42.0 Not a number: 0xDeadFish Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec Running numbers.NumberToWordsConverterTest Tests run: 42, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec Running numbers.RomanNumberFormatTest 3200 MMMCC Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec Running numbers.BigNumCalcTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec Running numbers.RoundTest Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec Running numbers.ComplexTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec Running numbers.FibonacciTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 sec Running numbers.TempConverterTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec Running numbers.RomanNumberFormatParameterizedTest Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec Running regex.EmailValidatorTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec Running regex.RETest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec Running regex.LogRegExTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec Running regex.PhoneNumberValidatorTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec Running strings.FmtTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec Running strings.CreditCardDisguiseTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec Running strings.StrUtilTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.132 sec Running strings.UndentTest Start basic test Start short lines test Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec Running strings.StringAlignTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec Running strings.DeTabTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec Running strings.CreditCardValidateCleanTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec Running strings.SoundexTest Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec Running strings.StringAlignParameterizedTest Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec Running strings.CreditCardValidateIsValidTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec Running strings.TabsTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec Running strings.EnTabTest Jan 24, 2020 4:22:02 PM strings.EnTab entabLine INFO: Got space at 0 Jan 24, 2020 4:22:02 PM strings.EnTab entabLine INFO: Got space at 1 Jan 24, 2020 4:22:02 PM strings.EnTab entabLine INFO: Got space at 2 Jan 24, 2020 4:22:02 PM strings.EnTab entabLine INFO: Got space at 3 Jan 24, 2020 4:22:02 PM strings.EnTab entabLine INFO: Got a Tab Stop 3 Jan 24, 2020 4:22:02 PM strings.EnTab entabLine INFO: Got space at 5 Jan 24, 2020 4:22:02 PM strings.EnTab entabLine INFO: Got space at 6 Jan 24, 2020 4:22:02 PM strings.EnTab entabLine INFO: Got space at 7 Jan 24, 2020 4:22:02 PM strings.EnTab entabLine INFO: Got a Tab Stop 7 Jan 24, 2020 4:22:02 PM strings.EnTab entabLine INFO: Padding space at 8 testEmbeddedTabs: result A B Jan 24, 2020 4:22:02 PM strings.EnTab entabLine INFO: Got space at 0 Jan 24, 2020 4:22:02 PM strings.EnTab entabLine INFO: Padding space at end # 0 Jan 24, 2020 4:22:02 PM strings.EnTab entabLine INFO: Got space at 0 Jan 24, 2020 4:22:02 PM strings.EnTab entabLine INFO: Got space at 1 Jan 24, 2020 4:22:02 PM strings.EnTab entabLine INFO: Got space at 2 Jan 24, 2020 4:22:02 PM strings.EnTab entabLine INFO: Padding space at end # 0 Jan 24, 2020 4:22:02 PM strings.EnTab entabLine INFO: Padding space at end # 1 Jan 24, 2020 4:22:02 PM strings.EnTab entabLine INFO: Padding space at end # 2 Jan 24, 2020 4:22:02 PM strings.EnTab entabLine INFO: Got space at 0 Jan 24, 2020 4:22:02 PM strings.EnTab entabLine INFO: Got space at 1 Jan 24, 2020 4:22:02 PM strings.EnTab entabLine INFO: Got space at 2 Jan 24, 2020 4:22:02 PM strings.EnTab entabLine INFO: Got space at 3 Jan 24, 2020 4:22:02 PM strings.EnTab entabLine INFO: Got a Tab Stop 3 A Jan 24, 2020 4:22:02 PM strings.EnTab entabLine INFO: Got space at 0 Jan 24, 2020 4:22:02 PM strings.EnTab entabLine INFO: Got space at 1 Jan 24, 2020 4:22:02 PM strings.EnTab entabLine INFO: Got space at 2 Jan 24, 2020 4:22:02 PM strings.EnTab entabLine INFO: Got space at 3 Jan 24, 2020 4:22:02 PM strings.EnTab entabLine INFO: Got a Tab Stop 3 Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec Running strings.CheckSumTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec Running database.ResultsDecoratorSQLTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.001 sec Running structure.MyStackTest Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec Running structure.MyObservableTest WARNING: An illegal reflective access operation has occurred WARNING: Illegal reflective access by org.mockito.cglib.core.ReflectUtils$2 (file:/home/ian/.m2/repository/org/mockito/mockito-all/2.0.2-beta/mockito-all-2.0.2-beta.jar) to method java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int,java.security.ProtectionDomain) WARNING: Please consider reporting this to the maintainers of org.mockito.cglib.core.ReflectUtils$2 WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations WARNING: All illegal access operations will be denied in a future release Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 sec Running structure.LinkListTest Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec Running structure.MyMapTest You asked about O'Reilly. They are located in: Sebastopol, CA Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec Running structure.SimpleFixedLengthQueueTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec Running structure.QueueTest DONE Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec Running structure.RandomPropsTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec Running structure.ListFormatTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec Running i18n.EnumIntlTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec Running cookiecutter.CookieAccessorTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec Running otherlang.CalcEngineTest CalcScriptEngine.eval(): Running: i j + CalcScriptEngine.eval(): Running: a b - CalcScriptEngine.eval(): Running: a b / CalcScriptEngine.eval(): Running: a b * Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec Running dbm.TestDBM Tests run: 2, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0.001 sec Running io.TeePrintStreamTest An imitation error message Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec Running io.SimpleCalcTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec Running io.IndentContLineReaderTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.145 sec Running io.EscapeContLineReaderTest 1: Some lines of text to test the LineReader class. 2: This second line is continued with backslash. This is a backslash continuation. This is the end 5: This line should be the third output line. Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.291 sec Running io.FortranLineReaderTest 0: C This is a comment. Statement number: 12345 2: double precision x = sqrt(3.14159) This should be non-continued. Statement number: 3 4: This is statement 3 and line 3. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec Running reflection.APIFormatterTest Pass! Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec Running dir_file.FindFilterTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec Running oo.Clone1Test c=Clone1[100,200] d=Clone1[100,200] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec Running oo.SingletonTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec Running oo.EqualsDemoTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec Running sched.ApptTest Appt.fromString(): null Appt.fromString(): random garbage Appt.fromString(): 1951 foo 24 6 0 birthday Appt.fromString(): 2001-02-03 1:2 testing 1 2 3 Appt.fromString(): 1951 4 24 6 0 birthday Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec Running jdbc.MigrationTest MigrationTest.setUp(): insert D'Arc MigrationTest.setUp(): insert Henry MigrationTest.setUp(): insert Smith MigrateData.migrate(): row 1 MigrateData.migrate(): row 2 MigrateData.migrate(): row 3 MigrationTest.test() MigrationTest.test() MigrationTest.test() Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec Running xcolor.XColorTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec Running tmtimer.TMTimerUtilTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec Results : Tests run: 224, Failures: 0, Errors: 0, Skipped: 3 [INFO] [INFO] -------------------< com.darwinsys:javasrc-desktop >-------------------- [INFO] Building javasrc - desktop module 1.0-SNAPSHOT [3/10] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ javasrc-desktop --- [INFO] Deleting /home/ian/workspace/javasrc/desktop/target [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ javasrc-desktop --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.7.0:compile (default-compile) @ javasrc-desktop --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 147 source files to /home/ian/workspace/javasrc/desktop/target/classes [INFO] /home/ian/workspace/javasrc/desktop/src/main/java/gui/FieldEdit.java: Some input files use or override a deprecated API. [INFO] /home/ian/workspace/javasrc/desktop/src/main/java/gui/FieldEdit.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ javasrc-desktop --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.7.0:testCompile (default-testCompile) @ javasrc-desktop --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/ian/workspace/javasrc/desktop/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ javasrc-desktop --- [INFO] Surefire report directory: /home/ian/workspace/javasrc/desktop/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- Running plotter.PlotterTest moveTo [100,100] rmoveTo [223,556] moveTo [123,456] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.354 sec Running graphics.GraphReaderTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.053 sec Results : Tests run: 4, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] ----------------------< com.darwinsys:javasrc-ee >---------------------- [INFO] Building javasrc - ee 1.0-SNAPSHOT [4/10] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ javasrc-ee --- [INFO] Deleting /home/ian/workspace/javasrc/ee/target [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ javasrc-ee --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ javasrc-ee --- [INFO] Compiling 136 source files to /home/ian/workspace/javasrc/ee/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ javasrc-ee --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/ian/workspace/javasrc/ee/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ javasrc-ee --- [INFO] Compiling 6 source files to /home/ian/workspace/javasrc/ee/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ javasrc-ee --- [INFO] Surefire report directory: /home/ian/workspace/javasrc/ee/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- Running jaxwsservice.CalcUnitTest CalcImpl.add() CalcImpl.divide() Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.412 sec Running servlet.TermsAccessorTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec Running websvcregress.DateUtilTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.279 sec Running websvcregress.URLUtilTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.18 sec Running jaxwsclient.CalcIntegTest Jan 24, 2020 4:22:17 PM javax.xml.soap.FactoryFinder find WARNING: Using deprecated META-INF/services mechanism with non-standard property: javax.xml.soap.MetaFactory. Property javax.xml.soap.SAAJMetaFactory should be used instead. Jan 24, 2020 4:22:17 PM javax.xml.soap.FactoryFinder find WARNING: Using deprecated META-INF/services mechanism with non-standard property: javax.xml.soap.MetaFactory. Property javax.xml.soap.SAAJMetaFactory should be used instead. Jan 24, 2020 4:22:17 PM javax.xml.soap.FactoryFinder find WARNING: Using deprecated META-INF/services mechanism with non-standard property: javax.xml.soap.MetaFactory. Property javax.xml.soap.SAAJMetaFactory should be used instead. Jan 24, 2020 4:22:17 PM javax.xml.soap.FactoryFinder find WARNING: Using deprecated META-INF/services mechanism with non-standard property: javax.xml.soap.MetaFactory. Property javax.xml.soap.SAAJMetaFactory should be used instead. WARNING: An illegal reflective access operation has occurred WARNING: Illegal reflective access by com.sun.xml.ws.model.Injector (file:/home/ian/.m2/repository/com/sun/xml/ws/rt/2.3.1/rt-2.3.1.jar) to method java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int) WARNING: Please consider reporting this to the maintainers of com.sun.xml.ws.model.Injector WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations WARNING: All illegal access operations will be denied in a future release CalcImpl.add() CalcImpl.divide() Jan 24, 2020 4:22:21 PM com.sun.xml.ws.server.sei.TieHandler createResponse SEVERE: You tried to divide 99 by 0 java.lang.ArithmeticException: You tried to divide 99 by 0 at jaxwsservice.Calc.divide(Calc.java:30) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at com.sun.xml.ws.util.Trampoline.invoke(MethodUtil.java:82) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at com.sun.xml.ws.util.MethodUtil.invoke(MethodUtil.java:107) at com.sun.xml.ws.api.server.MethodUtil.invoke(MethodUtil.java:64) at com.sun.xml.ws.api.server.InstanceResolver$1.invoke(InstanceResolver.java:250) at com.sun.xml.ws.server.InvokerTube$2.invoke(InvokerTube.java:149) at com.sun.xml.ws.server.sei.SEIInvokerTube.processRequest(SEIInvokerTube.java:88) at com.sun.xml.ws.api.pipe.Fiber.__doRun(Fiber.java:1136) at com.sun.xml.ws.api.pipe.Fiber._doRun(Fiber.java:1050) at com.sun.xml.ws.api.pipe.Fiber.doRun(Fiber.java:1019) at com.sun.xml.ws.api.pipe.Fiber.runSync(Fiber.java:877) at com.sun.xml.ws.server.WSEndpointImpl$2.process(WSEndpointImpl.java:419) at com.sun.xml.ws.transport.http.HttpAdapter$HttpToolkit.handle(HttpAdapter.java:868) at com.sun.xml.ws.transport.http.HttpAdapter.handle(HttpAdapter.java:422) at com.sun.xml.ws.transport.http.server.WSHttpHandler.handleExchange(WSHttpHandler.java:113) at com.sun.xml.ws.transport.http.server.WSHttpHandler.handle(WSHttpHandler.java:97) at jdk.httpserver/com.sun.net.httpserver.Filter$Chain.doFilter(Filter.java:77) at jdk.httpserver/sun.net.httpserver.AuthFilter.doFilter(AuthFilter.java:82) at jdk.httpserver/com.sun.net.httpserver.Filter$Chain.doFilter(Filter.java:80) at jdk.httpserver/sun.net.httpserver.ServerImpl$Exchange$LinkHandler.handle(ServerImpl.java:692) at jdk.httpserver/com.sun.net.httpserver.Filter$Chain.doFilter(Filter.java:77) at jdk.httpserver/sun.net.httpserver.ServerImpl$Exchange.run(ServerImpl.java:664) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:834) Jan 24, 2020 4:22:21 PM javax.xml.soap.FactoryFinder find WARNING: Using deprecated META-INF/services mechanism with non-standard property: javax.xml.soap.MetaFactory. Property javax.xml.soap.SAAJMetaFactory should be used instead. Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.283 sec Running presentation.ValueListHandlerTest Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec Results : Tests run: 15, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] ---------------------< com.darwinsys:javasrc-json >--------------------- [INFO] Building javasrc - json 1.0-SNAPSHOT [5/10] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ javasrc-json --- [INFO] Deleting /home/ian/workspace/javasrc/json/target [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ javasrc-json --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ javasrc-json --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 10 source files to /home/ian/workspace/javasrc/json/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ javasrc-json --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/ian/workspace/javasrc/json/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ javasrc-json --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ javasrc-json --- [INFO] No tests to run. [INFO] [INFO] ------------------< com.darwinsys:javasrc-rest-demo >------------------- [INFO] Building javasrc - REST Demo 1.0.0-SNAPSHOT [6/10] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ javasrc-rest-demo --- [INFO] Deleting /home/ian/workspace/javasrc/restdemo/target [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ javasrc-rest-demo --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/ian/workspace/javasrc/restdemo/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ javasrc-rest-demo --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/ian/workspace/javasrc/restdemo/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ javasrc-rest-demo --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/ian/workspace/javasrc/restdemo/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ javasrc-rest-demo --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ javasrc-rest-demo --- [INFO] No tests to run. [INFO] [INFO] ------------------< com.darwinsys:javasrc-sparkdemo >------------------- [INFO] Building javasrc - Apache Spark demo 1.0.0-SNAPSHOT [7/10] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ javasrc-sparkdemo --- [INFO] Deleting /home/ian/workspace/javasrc/spark/target [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ javasrc-sparkdemo --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/ian/workspace/javasrc/spark/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ javasrc-sparkdemo --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/ian/workspace/javasrc/spark/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ javasrc-sparkdemo --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/ian/workspace/javasrc/spark/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ javasrc-sparkdemo --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ javasrc-sparkdemo --- [INFO] No tests to run. [INFO] [INFO] -------------------< com.darwinsys:javasrc-testing >-------------------- [INFO] Building javasrc - testing module 1.0-SNAPSHOT [8/10] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ javasrc-testing --- [INFO] Deleting /home/ian/workspace/javasrc/testing/target [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ javasrc-testing --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/ian/workspace/javasrc/testing/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ javasrc-testing --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 11 source files to /home/ian/workspace/javasrc/testing/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ javasrc-testing --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/ian/workspace/javasrc/testing/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ javasrc-testing --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 14 source files to /home/ian/workspace/javasrc/testing/target/test-classes [WARNING] /home/ian/workspace/javasrc/testing/src/test/java/testing/ComponentRunner.java: Some input files use or override a deprecated API. [WARNING] /home/ian/workspace/javasrc/testing/src/test/java/testing/ComponentRunner.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ javasrc-testing --- [INFO] Surefire report directory: /home/ian/workspace/javasrc/testing/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- Running testing.TestInitializers Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.243 sec Running testing.TestUtilsTest TestUtilsTest.setup() WARNING: An illegal reflective access operation has occurred WARNING: Illegal reflective access by testing.TestUtils (file:/home/ian/workspace/javasrc/testing/target/classes/) to method java.lang.Object.finalize() WARNING: Please consider reporting this to the maintainers of testing.TestUtils WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations WARNING: All illegal access operations will be denied in a future release Field class, value class java.lang.Object assertNoDefaultProperties didn't find any problems Field date, value Fri Jan 24 16:22:29 EST 2020 Field i, value 1000 Field j, value mockme assertNoDefaultProperties didn't find any problems TestUtilsTest.setup() Trying property date EqualsUtils.propsEquals(date) TestUtilsTest.setup() Field date, value null TestUtilsTest.setup() Trying property date EqualsUtils.propsEquals(date) Trying property i EqualsUtils.propsEquals(i) Trying property j EqualsUtils.propsEquals(j) Trying property date EqualsUtils.propsEquals(date) Trying property i EqualsUtils.propsEquals(i) Trying property j EqualsUtils.propsEquals(j) Trying property date EqualsUtils.propsEquals(date) Trying property i EqualsUtils.propsEquals(i) Trying property date EqualsUtils.propsEquals(date) Trying property i EqualsUtils.propsEquals(i) Trying property j EqualsUtils.propsEquals(j) Tests run: 5, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.474 sec Running testing.CheckAccessorsTest class testing.CheckAccessorsTest$GoodClass: newInstance fail: java.lang.NoSuchMethodException: testing.CheckAccessorsTest$GoodClass.() Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.055 sec Running testing.PersonTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec Running sampleapp.WeatherInfoSupplierTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec Results : Tests run: 11, Failures: 0, Errors: 0, Skipped: 1 [INFO] [INFO] --------------------< com.darwinsys:javasrc-unsafe >-------------------- [INFO] Building javasrc - Unsafe 1.0.0-SNAPSHOT [9/10] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ javasrc-unsafe --- [INFO] Deleting /home/ian/workspace/javasrc/unsafe/target [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ javasrc-unsafe --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/ian/workspace/javasrc/unsafe/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ javasrc-unsafe --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/ian/workspace/javasrc/unsafe/target/classes [WARNING] /home/ian/workspace/javasrc/unsafe/src/main/java/unsafe/LoadAverage.java:[3,16] sun.misc.Unsafe is internal proprietary API and may be removed in a future release [WARNING] /home/ian/workspace/javasrc/unsafe/src/main/java/unsafe/LoadAverage.java:[12,27] sun.misc.Unsafe is internal proprietary API and may be removed in a future release [WARNING] /home/ian/workspace/javasrc/unsafe/src/main/java/unsafe/LoadAverage.java:[14,17] sun.misc.Unsafe is internal proprietary API and may be removed in a future release [WARNING] /home/ian/workspace/javasrc/unsafe/src/main/java/unsafe/LoadAverage.java:[14,34] sun.misc.Unsafe is internal proprietary API and may be removed in a future release [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ javasrc-unsafe --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/ian/workspace/javasrc/unsafe/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ javasrc-unsafe --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ javasrc-unsafe --- [INFO] No tests to run. [INFO] [INFO] ---------------------< com.darwinsys:javasrc-xml >---------------------- [INFO] Building javasrc - xml 1.0-SNAPSHOT [10/10] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ javasrc-xml --- [INFO] Deleting /home/ian/workspace/javasrc/xml/target [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ javasrc-xml --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/ian/workspace/javasrc/xml/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.7.0:compile (default-compile) @ javasrc-xml --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 21 source files to /home/ian/workspace/javasrc/xml/target/classes [INFO] /home/ian/workspace/javasrc/xml/src/main/java/xml/JDOMLister.java: Some input files use or override a deprecated API. [INFO] /home/ian/workspace/javasrc/xml/src/main/java/xml/JDOMLister.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ javasrc-xml --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/ian/workspace/javasrc/xml/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.7.0:testCompile (default-testCompile) @ javasrc-xml --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/ian/workspace/javasrc/xml/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ javasrc-xml --- [INFO] Surefire report directory: /home/ian/workspace/javasrc/xml/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- Running xml.jaxb.ConfigTest JAXB Testing JAXB output saved in /home/ian/workspace/javasrc/xml/config.save Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.143 sec Results : Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] javasrc 1.1-SNAPSHOT ............................... SUCCESS [ 0.522 s] [INFO] javasrc - main module 1.0-SNAPSHOT ................. SUCCESS [ 34.787 s] [INFO] javasrc - desktop module 1.0-SNAPSHOT .............. SUCCESS [ 5.642 s] [INFO] javasrc - ee 1.0-SNAPSHOT .......................... SUCCESS [ 10.241 s] [INFO] javasrc - json 1.0-SNAPSHOT ........................ SUCCESS [ 1.768 s] [INFO] javasrc - REST Demo 1.0.0-SNAPSHOT ................. SUCCESS [ 0.180 s] [INFO] javasrc - Apache Spark demo 1.0.0-SNAPSHOT ......... SUCCESS [ 2.571 s] [INFO] javasrc - testing module 1.0-SNAPSHOT .............. SUCCESS [ 3.700 s] [INFO] javasrc - Unsafe 1.0.0-SNAPSHOT .................... SUCCESS [ 0.225 s] [INFO] javasrc - xml 1.0-SNAPSHOT ......................... SUCCESS [ 3.631 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 01:03 min [INFO] Finished at: 2020-01-24T16:22:34-05:00 [INFO] ------------------------------------------------------------------------ $