[ 
https://issues.apache.org/jira/browse/OODT-878?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14746557#comment-14746557
 ] 

Lewis John McGibbney commented on OODT-878:
-------------------------------------------

With fresh checkout of avro_rpc branch I run mvn clean install, I get the 
following
{code}
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] OODT Core .......................................... SUCCESS [  2.429 s]
[INFO] Common Utilities ................................... SUCCESS [ 21.152 s]
[INFO] CAS Command Line Interface ......................... SUCCESS [  6.897 s]
[INFO] Process Control System Input Data Package .......... SUCCESS [  2.083 s]
[INFO] Catalog and Archive Service Generic Multi-valued Metadata Container 
SUCCESS [  3.530 s]
[INFO] CAS Protocol ....................................... SUCCESS [  6.420 s]
[INFO] CAS Protocol FTP Implementation .................... SUCCESS [  2.613 s]
[INFO] CAS Protocol HTTP Implementation ................... SUCCESS [  7.699 s]
[INFO] CAS Protocol IMAPS Implementation .................. SUCCESS [  3.641 s]
[INFO] CAS Protocol SFTP Implementation ................... SUCCESS [  4.798 s]
[INFO] Query Expression ................................... SUCCESS [  2.554 s]
[INFO] OODT Single Sign On Security Package ............... SUCCESS [  1.707 s]
[INFO] Catalog and Archive File Management Component ...... SUCCESS [02:42 min]
[INFO] OODT CAS Virtual Catalog and Integration Service. .. SUCCESS [ 10.476 s]
[INFO] Catalog and Archive Resource Management Component .. SUCCESS [ 39.265 s]
[INFO] Catalog and Archive Workflow Management Component .. SUCCESS [ 28.530 s]
[INFO] Catalog and Archive Crawling Framework ............. SUCCESS [ 21.501 s]
[INFO] CAS Curation Web Services .......................... SUCCESS [  8.613 s]
[INFO] Process Control System Core Package ................ SUCCESS [ 15.077 s]
[INFO] OODT Wicket Web Components ......................... SUCCESS [  4.838 s]
[INFO] CAS Curation Interface ............................. SUCCESS [ 10.165 s]
[INFO] CAS PGE Adaptor Framework .......................... SUCCESS [ 20.881 s]
[INFO] CAS Installer Maven Mojo ........................... SUCCESS [  2.970 s]
[INFO] OODT :: Archetypes :: OpsUI ........................ SUCCESS [  1.216 s]
[INFO] OODT :: Archetypes :: RADiX ........................ SUCCESS [  0.736 s]
[INFO] OODT :: Archetypes ................................. SUCCESS [  0.029 s]
[INFO] CAS Push-Pull-Framework ............................ SUCCESS [ 16.110 s]
[INFO] Product Service .................................... SUCCESS [  2.362 s]
[INFO] Profile Service .................................... SUCCESS [  5.242 s]
[INFO] OODT Web Grid ...................................... SUCCESS [  7.558 s]
[INFO] XML-configured, DBMS-based Product and Profile Server SUCCESS [  6.303 s]
[INFO] Apache OODT Configurable OPeNDAP Profile Server .... SUCCESS [ 19.194 s]
[INFO] CAS File Manager Browser Web App ................... SUCCESS [  7.304 s]
[INFO] CAS Product Server Web Application ................. SUCCESS [ 10.983 s]
[INFO] CAS Workflow Manager Monitor Web App ............... SUCCESS [  3.809 s]
[INFO] Catalog and Archive File Management Browser ........ SUCCESS [  6.816 s]
[INFO] Catalog and Archive Workflow Management GUI Editor . SUCCESS [  9.831 s]
[INFO] Process Control System Operator Interface Webapp ... SUCCESS [ 15.298 s]
[INFO] OODT Process Control System JAX-RS service layer ... SUCCESS [  6.644 s]
[INFO] Apache OODT ........................................ SUCCESS [  0.026 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 08:30 min
[INFO] Finished at: 2015-09-15T17:20:36-07:00
[INFO] Final Memory: 148M/475M
[INFO] ------------------------------------------------------------------------
{code}

> Fix build issues in oodt_rpc branch filemgr module
> --------------------------------------------------
>
>                 Key: OODT-878
>                 URL: https://issues.apache.org/jira/browse/OODT-878
>             Project: OODT
>          Issue Type: Bug
>          Components: avro rpc, file manager
>            Reporter: Lewis John McGibbney
>
> We have a number of build issues relating to the avro_rpc branch since 
> merging of the filemgr code. These are as follows
> {code}
>  org.apache.oodt.cas.filemgr.ingest.TestLocalCache.testSync   9 sec   1
>  org.apache.oodt.cas.filemgr.ingest.TestLocalCache.testClearCache     9 sec   
> 1
>  org.apache.oodt.cas.filemgr.ingest.TestLocalCache.testSyncUsingProductId     
> 9 sec   1
>  org.apache.oodt.cas.filemgr.ingest.TestRmiCache.testSync     0.58 sec        
> 1
>  org.apache.oodt.cas.filemgr.ingest.TestRmiCache.testClearCache       9 sec   
> 1
>  org.apache.oodt.cas.filemgr.ingest.TestRmiCache.testSyncUsingProductId       
> 9 sec   1
>  org.apache.oodt.cas.filemgr.ingest.TestStdIngester.testIngest        9 sec   
> 1
>  org.apache.oodt.cas.filemgr.tools.TestExpImpCatalog.testEnsureUniqueOn       
> 9 sec   1
>  org.apache.oodt.cas.filemgr.tools.TestExpImpCatalog.testEnsureUniqueOff      
> 9 sec   1
>  org.apache.oodt.cas.filemgr.tools.TestExpImpCatalog.testExpImp       9 sec   
> 1
>  
> org.apache.oodt.cas.filemgr.tools.TestMetadataBasedProductMover.testMoveProducts
> {code}
> They mainly relate to the following
> {code}
> java.net.BindException: Address already in use
>       at java.net.PlainSocketImpl.socketBind(Native Method)
>       at 
> java.net.AbstractPlainSocketImpl.bind(AbstractPlainSocketImpl.java:376)
>       at java.net.ServerSocket.bind(ServerSocket.java:376)
>       at java.net.ServerSocket.<init>(ServerSocket.java:237)
>       at org.apache.xmlrpc.WebServer.createServerSocket(WebServer.java:203)
>       at org.apache.xmlrpc.WebServer.setupServerSocket(WebServer.java:227)
>       at org.apache.xmlrpc.WebServer.start(WebServer.java:271)
>       at 
> org.apache.oodt.cas.filemgr.system.XmlRpcFileManagerServer.startUp(XmlRpcFileManagerServer.java:74)
>       at 
> org.apache.oodt.cas.filemgr.ingest.TestLocalCache.startXmlRpcFileManager(TestLocalCache.java:295)
>       at 
> org.apache.oodt.cas.filemgr.ingest.TestLocalCache.setUp(TestLocalCache.java:151)
>       at junit.framework.TestCase.runBare(TestCase.java:132)
>       at junit.framework.TestResult$1.protect(TestResult.java:110)
>       at junit.framework.TestResult.runProtected(TestResult.java:128)
>       at junit.framework.TestResult.run(TestResult.java:113)
>       at junit.framework.TestCase.run(TestCase.java:124)
>       at junit.framework.TestSuite.runTest(TestSuite.java:232)
>       at junit.framework.TestSuite.run(TestSuite.java:227)
>       at 
> org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:83)
>       at 
> org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
>       at 
> org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
>       at 
> org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
>       at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>       at 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
>       at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>       at java.lang.reflect.Method.invoke(Method.java:606)
>       at 
> org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:208)
>       at 
> org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:156)
>       at 
> org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:82)
>       at 
> org.apache.maven.plugin.surefire.InPluginVMSurefireStarter.runSuitesInProcess(InPluginVMSurefireStarter.java:82)
>       at 
> org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeProvider(AbstractSurefireMojo.java:951)
>       at 
> org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeAfterPreconditionsChecked(AbstractSurefireMojo.java:831)
>       at 
> org.apache.maven.plugin.surefire.AbstractSurefireMojo.execute(AbstractSurefireMojo.java:729)
>       at 
> org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
>       at 
> org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
>       at 
> org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
>       at 
> org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
>       at 
> org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
>       at 
> org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
>       at 
> org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
>       at 
> org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
>       at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
>       at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
>       at 
> org.jvnet.hudson.maven3.launcher.Maven3Launcher.main(Maven3Launcher.java:117)
>       at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>       at 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
>       at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>       at java.lang.reflect.Method.invoke(Method.java:606)
>       at 
> org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:329)
>       at 
> org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:239)
>       at org.jvnet.hudson.maven3.agent.Maven3Main.launch(Maven3Main.java:178)
>       at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>       at 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
>       at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>       at java.lang.reflect.Method.invoke(Method.java:606)
>       at hudson.maven.Maven3Builder.call(Maven3Builder.java:136)
>       at hudson.maven.Maven3Builder.call(Maven3Builder.java:71)
>       at hudson.remoting.UserRequest.perform(UserRequest.java:118)
>       at hudson.remoting.UserRequest.perform(UserRequest.java:48)
>       at hudson.remoting.Request$2.run(Request.java:328)
>       at 
> hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
>       at java.util.concurrent.FutureTask.run(FutureTask.java:262)
>       at 
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
>       at 
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
>       at java.lang.Thread.run(Thread.java:745)
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to