You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@rya.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/08/15 17:46:00 UTC

[jira] [Commented] (RYA-340) rya.fluo.pcj.app is not currently deployable in fluo-1.0.0

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

ASF GitHub Bot commented on RYA-340:
------------------------------------

GitHub user jdasch opened a pull request:

    https://github.com/apache/incubator-rya/pull/207

    RYA-340 Added dependency filtering to rya.pcj.fluo.app for deployments.

    <!--
    Licensed to the Apache Software Foundation (ASF) under one
    or more contributor license agreements.  See the NOTICE file
    distributed with this work for additional information
    regarding copyright ownership.  The ASF licenses this file
    to you under the Apache License, Version 2.0 (the
    "License"); you may not use this file except in compliance
    with the License.  You may obtain a copy of the License at
    
      http://www.apache.org/licenses/LICENSE-2.0
    
    Unless required by applicable law or agreed to in writing,
    software distributed under the License is distributed on an
    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
    KIND, either express or implied.  See the License for the
    specific language governing permissions and limitations
    under the License.
    -->
    ## Description
    - Added dependency filtering to rya.pcj.fluo.app for deployments.
    - Also improved scoping of dependencies and dependencyManagement.
    - Updated integration tests to use -Djava.net.preferIPv4Stack=true.
    
    ### Tests
    Minor IT improvements in pom.  No code changes.
    
    ### Links
    [Jira RYA-340](https://issues.apache.org/jira/browse/RYA-340)
    
    ### Checklist
    - [ ] Code Review
    - [ ] Squash Commits
    
    #### People To Reivew
    @amihalik 
    @meiercaleb 


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/jdasch/incubator-rya RYA-340

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-rya/pull/207.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #207
    
----
commit 17acdce7e3f0a71112e22971943243cfacf3b658
Author: jdasch <jd...@localhost.localdomain>
Date:   2017-08-14T20:18:42Z

    RYA-340 Added dependency filtering to rya.pcj.fluo.app for deployments.
    
    - Also improved scoping of dependencies and dependencyManagement.
    - Updated integration tests to use -Djava.net.preferIPv4Stack=true.

----


> rya.fluo.pcj.app is not currently deployable in fluo-1.0.0
> ----------------------------------------------------------
>
>                 Key: RYA-340
>                 URL: https://issues.apache.org/jira/browse/RYA-340
>             Project: Rya
>          Issue Type: Sub-task
>          Components: build
>            Reporter: Jeff Dasch
>            Assignee: Jeff Dasch
>
> There is a guava versioning incompatibility.  Fastest fix is to improve the generated artifact through filtering.
> {noformat}
> Exception in thread "ServiceDelegate STARTING" java.lang.IncompatibleClassChangeError: class org.apache.twill.internal.utils.Dependencies$DependencyClassVisitor has interface org.objectweb.asm.ClassVisitor as super class
> 	at java.lang.ClassLoader.defineClass1(Native Method)
> 	at java.lang.ClassLoader.defineClass(ClassLoader.java:763)
> 	at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
> 	at java.net.URLClassLoader.defineClass(URLClassLoader.java:467)
> 	at java.net.URLClassLoader.access$100(URLClassLoader.java:73)
> 	at java.net.URLClassLoader$1.run(URLClassLoader.java:368)
> 	at java.net.URLClassLoader$1.run(URLClassLoader.java:362)
> 	at java.security.AccessController.doPrivileged(Native Method)
> 	at java.net.URLClassLoader.findClass(URLClassLoader.java:361)
> 	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
> 	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:335)
> 	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
> 	at org.apache.twill.internal.utils.Dependencies.findClassDependencies(Dependencies.java:86)
> 	at org.apache.twill.internal.ApplicationBundler.findDependencies(ApplicationBundler.java:198)
> 	at org.apache.twill.internal.ApplicationBundler.createBundle(ApplicationBundler.java:155)
> 	at org.apache.twill.internal.ApplicationBundler.createBundle(ApplicationBundler.java:126)
> 	at org.apache.twill.yarn.YarnTwillPreparer.createAppMasterJar(YarnTwillPreparer.java:402)
> 	at org.apache.twill.yarn.YarnTwillPreparer.access$200(YarnTwillPreparer.java:108)
> 	at org.apache.twill.yarn.YarnTwillPreparer$1.call(YarnTwillPreparer.java:299)
> 	at org.apache.twill.yarn.YarnTwillPreparer$1.call(YarnTwillPreparer.java:289)
> 	at org.apache.twill.yarn.YarnTwillController.doStartUp(YarnTwillController.java:97)
> 	at org.apache.twill.internal.AbstractZKServiceController.startUp(AbstractZKServiceController.java:76)
> 	at org.apache.twill.internal.AbstractExecutionServiceController$ServiceDelegate.startUp(AbstractExecutionServiceController.java:175)
> 	at com.google.common.util.concurrent.AbstractIdleService$1$1.run(AbstractIdleService.java:43)
> 	at java.lang.Thread.run(Thread.java:748)
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)