Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

java.lang.NullPointerException at org.apache.wicket.markup.html.form.Form.onComponentTag(Form.java:1520) during Atmosphere eventbus.post() if using WebSockets #1002

Closed
ceefour opened this issue Apr 5, 2013 · 6 comments

Comments

@ceefour
Copy link
Contributor

ceefour commented Apr 5, 2013

Originally reported here: https://issues.apache.org/jira/browse/WICKET-5134

I think this is Atmosphere bug because it works well with 1.0.8 and 1.0.9. But buggy with 1.0.10, 1.0.11, and 1.0.12.

If using WebSockets, it always throws the NPE below:

Unexpected RuntimeException

Last cause: null

Stacktrace

Root cause:

java.lang.NullPointerException
     at org.apache.wicket.markup.html.form.Form.onComponentTag(Form.java:1520)
     at org.apache.wicket.Component.internalRenderComponent(Component.java:2511)
     at org.apache.wicket.MarkupContainer.onRender(MarkupContainer.java:1488)
     at org.apache.wicket.Component.internalRender(Component.java:2370)
     at org.apache.wicket.Component.render(Component.java:2298)
     at org.apache.wicket.ajax.XmlAjaxResponse.writeComponent(XmlAjaxResponse.java:127)
     at org.apache.wicket.ajax.AbstractAjaxResponse.writeComponents(AbstractAjaxResponse.java:214)
     at org.apache.wicket.ajax.AbstractAjaxResponse.writeTo(AbstractAjaxResponse.java:145)
     at org.apache.wicket.ajax.AjaxRequestHandler.respond(AjaxRequestHandler.java:363)
     at org.apache.wicket.request.cycle.RequestCycle$HandlerExecutor.respond(RequestCycle.java:840)
     at org.apache.wicket.request.RequestHandlerStack.execute(RequestHandlerStack.java:64)
     at org.apache.wicket.request.RequestHandlerStack.execute(RequestHandlerStack.java:97)
     at org.apache.wicket.request.cycle.RequestCycle.execute(RequestCycle.java:254)
     at org.apache.wicket.request.cycle.RequestCycle.processRequest(RequestCycle.java:211)
     at org.apache.wicket.request.cycle.RequestCycle.processRequestAndDetach(RequestCycle.java:282)
     at org.apache.wicket.atmosphere.EventBus.post(EventBus.java:320)
     at org.apache.wicket.atmosphere.EventBus.postToSingleResource(EventBus.java:297)
     at org.apache.wicket.atmosphere.EventBus.post(EventBus.java:272)
     at com.soluvas.story.impl.StoryManagerImpl.publish(StoryManagerImpl.java:107)
     at id.co.bippo.comment.story.ProductCommentedStoryPoster.createStoriesAndPublish(ProductCommentedStoryPoster.java:71)
     at java.lang.reflect.Method.invoke(Method.java:601)
     at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
     at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
     at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)
     at com.google.common.eventbus.AsyncEventBus.access$001(AsyncEventBus.java:34)
     at com.google.common.eventbus.AsyncEventBus$1.run(AsyncEventBus.java:100)
     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:722)

display page view

Another stacktrace:

Unexpected RuntimeException

Last cause: null

Stacktrace

Root cause:

java.lang.NullPointerException
     at org.apache.wicket.markup.html.form.Form.onComponentTag(Form.java:1520)
     at org.apache.wicket.Component.internalRenderComponent(Component.java:2511)
     at org.apache.wicket.MarkupContainer.onRender(MarkupContainer.java:1488)
     at org.apache.wicket.Component.internalRender(Component.java:2370)
     at org.apache.wicket.Component.render(Component.java:2298)
     at org.apache.wicket.ajax.XmlAjaxResponse.writeComponent(XmlAjaxResponse.java:127)
     at org.apache.wicket.ajax.AbstractAjaxResponse.writeComponents(AbstractAjaxResponse.java:214)
     at org.apache.wicket.ajax.AbstractAjaxResponse.writeTo(AbstractAjaxResponse.java:145)
     at org.apache.wicket.ajax.AjaxRequestHandler.respond(AjaxRequestHandler.java:363)
     at org.apache.wicket.request.cycle.RequestCycle$HandlerExecutor.respond(RequestCycle.java:840)
     at org.apache.wicket.request.RequestHandlerStack.execute(RequestHandlerStack.java:64)
     at org.apache.wicket.request.RequestHandlerStack.execute(RequestHandlerStack.java:97)
     at org.apache.wicket.request.cycle.RequestCycle.execute(RequestCycle.java:254)
     at org.apache.wicket.request.cycle.RequestCycle.processRequest(RequestCycle.java:211)
     at org.apache.wicket.request.cycle.RequestCycle.processRequestAndDetach(RequestCycle.java:282)
     at org.apache.wicket.atmosphere.EventBus.post(EventBus.java:320)
     at org.apache.wicket.atmosphere.EventBus.postToSingleResource(EventBus.java:297)
     at org.apache.wicket.atmosphere.EventBus.post(EventBus.java:272)
     at com.soluvas.story.impl.StoryManagerImpl.publish(StoryManagerImpl.java:107)
     at id.co.bippo.comment.story.ProductCommentedStoryPoster.createStoriesAndPublish(ProductCommentedStoryPoster.java:71)
     at java.lang.reflect.Method.invoke(Method.java:601)
     at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
     at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
     at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)
     at com.google.common.eventbus.AsyncEventBus.access$001(AsyncEventBus.java:34)
     at com.google.common.eventbus.AsyncEventBus$1.run(AsyncEventBus.java:100)
     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:722)

display page view

This bug is always reproducible in my configuration.

It doesn't occur if comet/long-polling is used instead of websockets. Which means setting below will not trigger the bug:

        <init-param>
            <param-name>org.atmosphere.useWebSocket</param-name>
            <param-value>false</param-value>
        </init-param>
@jfarcand
Copy link
Member

jfarcand commented Apr 5, 2013

Can you try 1.0.13? I think this issue has been reported already. If you can find what in Atmosphere is broken that will help...trace the AtmosphereResponse.getXXX, I suspect the regression is from there.

@ceefour
Copy link
Contributor Author

ceefour commented Apr 5, 2013

The issue was already reported here : https://issues.apache.org/jira/browse/WICKET-5084

@ceefour
Copy link
Contributor Author

ceefour commented Apr 5, 2013

Alhamdulillah I've upgraded the nginx on our server to 1.3.15, so now it fully supports WebSockets (not just comet)... and so far testing is working.. but still there's this issue. But I know if it still problematic I can just revert back to disabling WebSockets, simple :)

Here's a demo : http://www.stg.cintalama.com/product/fgn2
(currently powered by Atmosphere 1.0.9 and Wicket 6.6.0)

then open a different browser (a different tab won't work..not sure why (?) is it Atmosphere issue or Wicket issue? ) on that page.

now sign in (try via Facebook) then comment. your comment should appear instantly on the other browser

from Indonesia (which is ~400ms latency to our server) the it takes about 1 sec to update. which is good :-)

quite happy ^_^ now I can sleep :p

Thanks @jfarcand :)

I'll let you know when I've tried 1.0.13-SNAPSHOT....

@jfarcand
Copy link
Member

jfarcand commented Apr 5, 2013

I'm 100% sure this issue has been fixed by #949 when I look at the code. So marking as fixed.

@jfarcand jfarcand closed this as completed Apr 5, 2013
@ceefour
Copy link
Contributor Author

ceefour commented Apr 7, 2013

I can't build 1.0.13-SNAPSHOT. Is there a prebuilt repo ?

adri@adri ~/git/atmosphere $ git checkout 
atmosphere-0.6                             atmosphere-project-1.0.0.beta3 
atmosphere-0.6.1                           atmosphere-project-1.0.0.beta4 
atmosphere-0.6.2                           atmosphere-project-1.0.0.beta5 
atmosphere-0.6.3                           atmosphere-project-1.0.0.RC1 
atmosphere-0.6.4.GA                        atmosphere-project-1.0.1 
atmosphere-0.6.5                           atmosphere-project-1.0.10 
atmosphere-0.8.x                           atmosphere-project-1.0.11 
atmosphere-0.9.x                           atmosphere-project-1.0.12 
atmosphere-1.0.x                           atmosphere-project-1.0.2 
atmosphere-project-0.7                     atmosphere-project-1.0.3 
atmosphere-project-0.7.1                   atmosphere-project-1.0.4 
atmosphere-project-0.7.2                   atmosphere-project-1.0.5 
atmosphere-project-0.8.0                   atmosphere-project-1.0.6 
atmosphere-project-0.8.0-RC1               atmosphere-project-1.0.7 
atmosphere-project-0.8.0-RC2               atmosphere-project-1.0.8 
atmosphere-project-0.8.0-RC3               atmosphere-project-1.0.9 
atmosphere-project-0.8.1                   atmosphere-project-1.1.0.beta1 
atmosphere-project-0.8.2                   atmosphere-project-1.1.0.beta2 
atmosphere-project-0.8.3                   atmosphere-project-1.1.0.beta3 
atmosphere-project-0.8.4                   atmosphere-project-1.1.0.RC1 
atmosphere-project-0.8.5                   channel_api 
atmosphere-project-0.8.6                   default/master 
atmosphere-project-0.8.7                   FETCH_HEAD 
atmosphere-project-0.9                     gh-pages 
atmosphere-project-0.9.0.alpha.v20120301   HEAD 
atmosphere-project-0.9.0.RC1               master 
atmosphere-project-0.9.0.RC2               natives 
atmosphere-project-0.9.0.RC3               ORIG_HEAD 
atmosphere-project-0.9.1                   origin/atmosphere-0.8.x 
atmosphere-project-0.9.2                   origin/atmosphere-0.9.x 
adri@adri ~/git/atmosphere $ git checkout --help
adri@adri ~/git/atmosphere $ git checkout --track 
atmosphere-0.6                             atmosphere-project-1.0.0.beta2a 
atmosphere-0.6.1                           atmosphere-project-1.0.0.beta3 
atmosphere-0.6.2                           atmosphere-project-1.0.0.beta4 
atmosphere-0.6.3                           atmosphere-project-1.0.0.beta5 
atmosphere-0.6.4.GA                        atmosphere-project-1.0.0.RC1 
atmosphere-0.6.5                           atmosphere-project-1.0.1 
atmosphere-project-0.7                     atmosphere-project-1.0.10 
atmosphere-project-0.7.1                   atmosphere-project-1.0.11 
atmosphere-project-0.7.2                   atmosphere-project-1.0.12 
atmosphere-project-0.8.0                   atmosphere-project-1.0.2 
atmosphere-project-0.8.0-RC1               atmosphere-project-1.0.3 
atmosphere-project-0.8.0-RC2               atmosphere-project-1.0.4 
atmosphere-project-0.8.0-RC3               atmosphere-project-1.0.5 
atmosphere-project-0.8.1                   atmosphere-project-1.0.6 
atmosphere-project-0.8.2                   atmosphere-project-1.0.7 
atmosphere-project-0.8.3                   atmosphere-project-1.0.8 
atmosphere-project-0.8.4                   atmosphere-project-1.0.9 
atmosphere-project-0.8.5                   atmosphere-project-1.1.0.beta1 
atmosphere-project-0.8.6                   atmosphere-project-1.1.0.beta2 
atmosphere-project-0.8.7                   atmosphere-project-1.1.0.beta3 
atmosphere-project-0.9                     atmosphere-project-1.1.0.RC1 
atmosphere-project-0.9.0.alpha.v20120301   default/master 
atmosphere-project-0.9.0.RC1               FETCH_HEAD 
atmosphere-project-0.9.0.RC2               HEAD 
atmosphere-project-0.9.0.RC3               master 
atmosphere-project-0.9.1                   ORIG_HEAD 
atmosphere-project-0.9.2                   origin/atmosphere-0.8.x 
atmosphere-project-0.9.3                   origin/atmosphere-0.9.x 
atmosphere-project-0.9.4                   origin/atmosphere-1.0.x 
atmosphere-project-0.9.5                   origin/channel_api 
adri@adri ~/git/atmosphere $ git checkout --track atmosphere-
atmosphere-0.6                             atmosphere-project-0.9.4 
atmosphere-0.6.1                           atmosphere-project-0.9.5 
atmosphere-0.6.2                           atmosphere-project-0.9.6 
atmosphere-0.6.3                           atmosphere-project-0.9.7 
atmosphere-0.6.4.GA                        atmosphere-project-1.0.0 
atmosphere-0.6.5                           atmosphere-project-1.0.0.beta1 
atmosphere-project-0.7                     atmosphere-project-1.0.0.beta2 
atmosphere-project-0.7.1                   atmosphere-project-1.0.0.beta2a 
atmosphere-project-0.7.2                   atmosphere-project-1.0.0.beta3 
atmosphere-project-0.8.0                   atmosphere-project-1.0.0.beta4 
atmosphere-project-0.8.0-RC1               atmosphere-project-1.0.0.beta5 
atmosphere-project-0.8.0-RC2               atmosphere-project-1.0.0.RC1 
atmosphere-project-0.8.0-RC3               atmosphere-project-1.0.1 
atmosphere-project-0.8.1                   atmosphere-project-1.0.10 
atmosphere-project-0.8.2                   atmosphere-project-1.0.11 
atmosphere-project-0.8.3                   atmosphere-project-1.0.12 
atmosphere-project-0.8.4                   atmosphere-project-1.0.2 
atmosphere-project-0.8.5                   atmosphere-project-1.0.3 
atmosphere-project-0.8.6                   atmosphere-project-1.0.4 
atmosphere-project-0.8.7                   atmosphere-project-1.0.5 
atmosphere-project-0.9                     atmosphere-project-1.0.6 
atmosphere-project-0.9.0.alpha.v20120301   atmosphere-project-1.0.7 
atmosphere-project-0.9.0.RC1               atmosphere-project-1.0.8 
atmosphere-project-0.9.0.RC2               atmosphere-project-1.0.9 
atmosphere-project-0.9.0.RC3               atmosphere-project-1.1.0.beta1 
atmosphere-project-0.9.1                   atmosphere-project-1.1.0.beta2 
atmosphere-project-0.9.2                   atmosphere-project-1.1.0.beta3 
atmosphere-project-0.9.3                   atmosphere-project-1.1.0.RC1 
adri@adri ~/git/atmosphere $ git checkout --track atmosphere-1.0.x
fatal: Missing branch name; try -b
adri@adri ~/git/atmosphere $ git checkout --track origin/atmosphere-1.0.x 
Branch atmosphere-1.0.x set up to track remote branch atmosphere-1.0.x from origin.
Switched to a new branch 'atmosphere-1.0.x'
adri@adri ~/git/atmosphere $ mvn install -DskipTests
[INFO] Scanning for projects...
Downloading: http://192.168.44.17:8080/nexus/content/groups/public/org/apache/felix/maven-bundle-plugin/1.4.0/maven-bundle-plugin-1.4.0.pom
Downloaded: http://192.168.44.17:8080/nexus/content/groups/public/org/apache/felix/maven-bundle-plugin/1.4.0/maven-bundle-plugin-1.4.0.pom (5 KB at 16.4 KB/sec)
Downloading: http://192.168.44.17:8080/nexus/content/groups/public/org/apache/felix/felix/1.0.2/felix-1.0.2.pom
Downloaded: http://192.168.44.17:8080/nexus/content/groups/public/org/apache/felix/felix/1.0.2/felix-1.0.2.pom (14 KB at 147.1 KB/sec)
Downloading: http://192.168.44.17:8080/nexus/content/groups/public/biz/aQute/bndlib/0.0.238/bndlib-0.0.238.pom
Downloaded: http://192.168.44.17:8080/nexus/content/groups/public/biz/aQute/bndlib/0.0.238/bndlib-0.0.238.pom (864 B at 9.3 KB/sec)
Downloading: http://192.168.44.17:8080/nexus/content/groups/public/net/sf/kxml/kxml2/2.2.2/kxml2-2.2.2.pom
Downloaded: http://192.168.44.17:8080/nexus/content/groups/public/net/sf/kxml/kxml2/2.2.2/kxml2-2.2.2.pom (2 KB at 17.6 KB/sec)
Downloading: http://192.168.44.17:8080/nexus/content/groups/public/org/apache/felix/org.osgi.core/1.0.0/org.osgi.core-1.0.0.pom
Downloaded: http://192.168.44.17:8080/nexus/content/groups/public/org/apache/felix/org.osgi.core/1.0.0/org.osgi.core-1.0.0.pom (3 KB at 19.5 KB/sec)
Downloading: http://192.168.44.17:8080/nexus/content/groups/public/org/apache/felix/felix/1.0.0/felix-1.0.0.pom
Downloaded: http://192.168.44.17:8080/nexus/content/groups/public/org/apache/felix/felix/1.0.0/felix-1.0.0.pom (12 KB at 334.9 KB/sec)
Downloading: http://192.168.44.17:8080/nexus/content/groups/public/org/apache/felix/org.osgi.service.obr/1.0.1/org.osgi.service.obr-1.0.1.pom
Downloaded: http://192.168.44.17:8080/nexus/content/groups/public/org/apache/felix/org.osgi.service.obr/1.0.1/org.osgi.service.obr-1.0.1.pom (2 KB at 27.3 KB/sec)
Downloading: http://192.168.44.17:8080/nexus/content/groups/public/org/apache/maven/maven-archiver/2.2/maven-archiver-2.2.pom
Downloaded: http://192.168.44.17:8080/nexus/content/groups/public/org/apache/maven/maven-archiver/2.2/maven-archiver-2.2.pom (2 KB at 10.9 KB/sec)
Downloading: http://192.168.44.17:8080/nexus/content/groups/public/org/apache/maven/shared/maven-shared-components/3/maven-shared-components-3.pom
Downloaded: http://192.168.44.17:8080/nexus/content/groups/public/org/apache/maven/shared/maven-shared-components/3/maven-shared-components-3.pom (2 KB at 33.7 KB/sec)
Downloading: http://192.168.44.17:8080/nexus/content/groups/public/org/apache/maven/maven-project/2.0/maven-project-2.0.pom
Downloaded: http://192.168.44.17:8080/nexus/content/groups/public/org/apache/maven/maven-project/2.0/maven-project-2.0.pom (2 KB at 8.2 KB/sec)
Downloading: http://192.168.44.17:8080/nexus/content/groups/public/org/apache/maven/maven-profile/2.0/maven-profile-2.0.pom
Downloaded: http://192.168.44.17:8080/nexus/content/groups/public/org/apache/maven/maven-profile/2.0/maven-profile-2.0.pom (2 KB at 20.9 KB/sec)
Downloading: http://192.168.44.17:8080/nexus/content/groups/public/org/apache/maven/maven-model/2.0/maven-model-2.0.pom
Downloaded: http://192.168.44.17:8080/nexus/content/groups/public/org/apache/maven/maven-model/2.0/maven-model-2.0.pom (3 KB at 11.4 KB/sec)
Downloading: http://192.168.44.17:8080/nexus/content/groups/public/org/apache/maven/maven-artifact-manager/2.0/maven-artifact-manager-2.0.pom
Downloaded: http://192.168.44.17:8080/nexus/content/groups/public/org/apache/maven/maven-artifact-manager/2.0/maven-artifact-manager-2.0.pom (2 KB at 1.3 KB/sec)
Downloading: http://192.168.44.17:8080/nexus/content/groups/public/org/apache/maven/maven-repository-metadata/2.0/maven-repository-metadata-2.0.pom
Downloaded: http://192.168.44.17:8080/nexus/content/groups/public/org/apache/maven/maven-repository-metadata/2.0/maven-repository-metadata-2.0.pom (2 KB at 4.4 KB/sec)
Downloading: http://192.168.44.17:8080/nexus/content/groups/public/org/apache/maven/maven-artifact/2.0/maven-artifact-2.0.pom
Downloaded: http://192.168.44.17:8080/nexus/content/groups/public/org/apache/maven/maven-artifact/2.0/maven-artifact-2.0.pom (723 B at 9.4 KB/sec)
Downloading: http://192.168.44.17:8080/nexus/content/groups/public/org/codehaus/plexus/plexus-archiver/1.0-alpha-7/plexus-archiver-1.0-alpha-7.pom
Downloaded: http://192.168.44.17:8080/nexus/content/groups/public/org/codehaus/plexus/plexus-archiver/1.0-alpha-7/plexus-archiver-1.0-alpha-7.pom (2 KB at 17.6 KB/sec)
Downloading: http://192.168.44.17:8080/nexus/content/groups/public/org/codehaus/plexus/plexus-components/1.1.6/plexus-components-1.1.6.pom
Downloaded: http://192.168.44.17:8080/nexus/content/groups/public/org/codehaus/plexus/plexus-components/1.1.6/plexus-components-1.1.6.pom (2 KB at 29.3 KB/sec)
Downloading: http://192.168.44.17:8080/nexus/content/groups/public/org/apache/maven/shared/maven-dependency-tree/1.1/maven-dependency-tree-1.1.pom
Downloaded: http://192.168.44.17:8080/nexus/content/groups/public/org/apache/maven/shared/maven-dependency-tree/1.1/maven-dependency-tree-1.1.pom (3 KB at 9.3 KB/sec)
Downloading: http://192.168.44.17:8080/nexus/content/groups/public/org/apache/maven/shared/maven-osgi/0.2.0/maven-osgi-0.2.0.pom
Downloaded: http://192.168.44.17:8080/nexus/content/groups/public/org/apache/maven/shared/maven-osgi/0.2.0/maven-osgi-0.2.0.pom (2 KB at 23.2 KB/sec)
Downloading: http://192.168.44.17:8080/nexus/content/groups/public/biz/aQute/bndlib/0.0.203/bndlib-0.0.203.pom
Downloaded: http://192.168.44.17:8080/nexus/content/groups/public/biz/aQute/bndlib/0.0.203/bndlib-0.0.203.pom (886 B at 2.3 KB/sec)
Downloading: http://192.168.44.17:8080/nexus/content/groups/public/org/codehaus/plexus/plexus-utils/1.4.7/plexus-utils-1.4.7.pom
Downloaded: http://192.168.44.17:8080/nexus/content/groups/public/org/codehaus/plexus/plexus-utils/1.4.7/plexus-utils-1.4.7.pom (3 KB at 28.7 KB/sec)
Downloading: http://192.168.44.17:8080/nexus/content/groups/public/org/apache/felix/maven-bundle-plugin/1.4.0/maven-bundle-plugin-1.4.0.jar
Downloading: http://192.168.44.17:8080/nexus/content/groups/public/biz/aQute/bndlib/0.0.238/bndlib-0.0.238.jar
Downloading: http://192.168.44.17:8080/nexus/content/groups/public/net/sf/kxml/kxml2/2.2.2/kxml2-2.2.2.jar
Downloading: http://192.168.44.17:8080/nexus/content/groups/public/org/apache/felix/org.osgi.service.obr/1.0.1/org.osgi.service.obr-1.0.1.jar
Downloading: http://192.168.44.17:8080/nexus/content/groups/public/org/apache/felix/org.osgi.core/1.0.0/org.osgi.core-1.0.0.jar
Downloaded: http://192.168.44.17:8080/nexus/content/groups/public/org/apache/felix/org.osgi.service.obr/1.0.1/org.osgi.service.obr-1.0.1.jar (11 KB at 104.2 KB/sec)
Downloading: http://192.168.44.17:8080/nexus/content/groups/public/org/apache/maven/maven-archiver/2.2/maven-archiver-2.2.jar
Downloaded: http://192.168.44.17:8080/nexus/content/groups/public/net/sf/kxml/kxml2/2.2.2/kxml2-2.2.2.jar (43 KB at 272.8 KB/sec)
Downloading: http://192.168.44.17:8080/nexus/content/groups/public/org/apache/maven/shared/maven-dependency-tree/1.1/maven-dependency-tree-1.1.jar
Downloaded: http://192.168.44.17:8080/nexus/content/groups/public/org/apache/maven/maven-archiver/2.2/maven-archiver-2.2.jar (10 KB at 148.3 KB/sec)
Downloading: http://192.168.44.17:8080/nexus/content/groups/public/org/apache/maven/shared/maven-osgi/0.2.0/maven-osgi-0.2.0.jar
Downloaded: http://192.168.44.17:8080/nexus/content/groups/public/org/apache/felix/maven-bundle-plugin/1.4.0/maven-bundle-plugin-1.4.0.jar (135 KB at 672.6 KB/sec)
Downloading: http://192.168.44.17:8080/nexus/content/groups/public/org/codehaus/plexus/plexus-archiver/1.0-alpha-7/plexus-archiver-1.0-alpha-7.jar
Downloaded: http://192.168.44.17:8080/nexus/content/groups/public/org/apache/felix/org.osgi.core/1.0.0/org.osgi.core-1.0.0.jar (60 KB at 305.1 KB/sec)
Downloading: http://192.168.44.17:8080/nexus/content/groups/public/org/codehaus/plexus/plexus-utils/1.4.7/plexus-utils-1.4.7.jar
Downloaded: http://192.168.44.17:8080/nexus/content/groups/public/org/apache/maven/shared/maven-dependency-tree/1.1/maven-dependency-tree-1.1.jar (34 KB at 355.7 KB/sec)
Downloaded: http://192.168.44.17:8080/nexus/content/groups/public/org/apache/maven/shared/maven-osgi/0.2.0/maven-osgi-0.2.0.jar (13 KB at 149.2 KB/sec)
Downloaded: http://192.168.44.17:8080/nexus/content/groups/public/biz/aQute/bndlib/0.0.238/bndlib-0.0.238.jar (154 KB at 589.3 KB/sec)
Downloaded: http://192.168.44.17:8080/nexus/content/groups/public/org/codehaus/plexus/plexus-archiver/1.0-alpha-7/plexus-archiver-1.0-alpha-7.jar (139 KB at 608.4 KB/sec)
Downloaded: http://192.168.44.17:8080/nexus/content/groups/public/org/codehaus/plexus/plexus-utils/1.4.7/plexus-utils-1.4.7.jar (199 KB at 883.2 KB/sec)
Downloading: http://192.168.44.17:8080/nexus/content/groups/public/org/jvnet/wagon-svn/wagon-svn/1.9/wagon-svn-1.9.pom
Downloaded: http://192.168.44.17:8080/nexus/content/groups/public/org/jvnet/wagon-svn/wagon-svn/1.9/wagon-svn-1.9.pom (3 KB at 8.9 KB/sec)
Downloading: http://192.168.44.17:8080/nexus/content/groups/public/org/jvnet/wagon-svn/wagon-svn/1.9/wagon-svn-1.9.jar
Downloaded: http://192.168.44.17:8080/nexus/content/groups/public/org/jvnet/wagon-svn/wagon-svn/1.9/wagon-svn-1.9.jar (20 KB at 483.5 KB/sec)
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for org.atmosphere.samples:atmosphere-cometd-demo:war:1.0.13-SNAPSHOT
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-war-plugin is missing. @ line 17, column 21
[WARNING] 
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING] 
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING] 
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] atmosphere-project
[INFO] atmosphere-compat-tomcat
[INFO] atmosphere-compat-tomcat7
[INFO] atmosphere-compat-jbossweb
[INFO] atmosphere-runtime
[INFO] atmosphere-annotations
[INFO] atmosphere-jersey
[INFO] atmosphere-jquery
[INFO] atmosphere-modules
[INFO] atmosphere-runtime-libs
[INFO] atmosphere-jersey-libs
[INFO] atmosphere-gwt
[INFO] atmosphere-gwt-common
[INFO] atmosphere-gwt-client
[INFO] atmosphere-gwt-server
[INFO] atmosphere-gwt-poll
[INFO] atmosphere-gwt-extra
[INFO] atmosphere-gwt-libs
[INFO] atmosphere-assembly
[INFO] atmosphere-gwt-js
[INFO] atmosphere-gwt-jackson
[INFO] atmosphere-guice
[INFO] atmosphere-spring
[INFO] atmosphere-jgroups
[INFO] atmosphere-jms
[INFO] atmosphere-redis
[INFO] atmosphere-xmpp
[INFO] atmosphere-hazelcast
[INFO] atmosphere-weblogic
[INFO] atmosphere-jetty-websocketdraft8
[INFO] atmosphere-socketio
[INFO] atmosphere-cometd
[INFO] atmosphere-extras
[INFO] atmosphere-samples
[INFO] atmosphere-samples-commons
[INFO] atmosphere-chat
[INFO] atmosphere-rest-chat
[INFO] atmosphere-scala-chat
[INFO] atmosphere-meteor-chat
[INFO] atmosphere-guice-chat
[INFO] atmosphere-chat-sse
[INFO] atmosphere-sse-rest-chat
[INFO] atmosphere-gwt-demo
[INFO] atmosphere-gwt-jsdemo
[INFO] atmosphere-gwt-connection-sharing
[INFO] atmosphere-gwt-chat
[INFO] atmosphere-pubsub
[INFO] atmosphere-jquery-pubsub
[INFO] atmosphere-meteor-pubsub
[INFO] atmosphere-atmospherehandler-pubsub
[INFO] atmosphere-websockethandler-pubsub
[INFO] atmosphere-twitter-live-feed
[INFO] atmosphere-wicket-clock
[INFO] atmosphere-ee6
[INFO] atmosphere-di-guice-sample
[INFO] atmosphere-channel
[INFO] atmosphere-annotation-pubsub
[INFO] atmosphere-all-api-pubsub
[INFO] atmosphere-multirequest
[INFO] atmosphere-spring-websocket
[INFO] atmosphere-spring-tiles
[INFO] atmosphere-socketio-chat
[INFO] atmosphere-nativesocketio-chat
[INFO] atmosphere-websocket-chat
[INFO] atmosphere-cometd-demo
[INFO] integration-cpr
[INFO] integration-jersey
[INFO] atmosphere-modules
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building atmosphere-project 1.0.13-SNAPSHOT
[INFO] ------------------------------------------------------------------------
Downloading: http://192.168.44.17:8080/nexus/content/groups/public/com/ning/async-http-client/1.7.6/async-http-client-1.7.6.pom
Downloaded: http://192.168.44.17:8080/nexus/content/groups/public/com/ning/async-http-client/1.7.6/async-http-client-1.7.6.pom (26 KB at 17.2 KB/sec)
Downloading: http://192.168.44.17:8080/nexus/content/groups/public/com/ning/async-http-client/1.7.6/async-http-client-1.7.6.jar
Downloaded: http://192.168.44.17:8080/nexus/content/groups/public/com/ning/async-http-client/1.7.6/async-http-client-1.7.6.jar (466 KB at 86.4 KB/sec)
[INFO] 
[INFO] --- maven-enforcer-plugin:1.0-beta-1:enforce (enforce-maven) @ atmosphere-project ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ atmosphere-project ---
[INFO] Installing /home/adri/git/atmosphere/pom.xml to /home/adri/.m2/repository/org/atmosphere/atmosphere-project/1.0.13-SNAPSHOT/atmosphere-project-1.0.13-SNAPSHOT.pom
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building atmosphere-compat-tomcat 1.0.13-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-enforcer-plugin:1.0-beta-1:enforce (enforce-maven) @ atmosphere-compat-tomcat ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ atmosphere-compat-tomcat ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/adri/git/atmosphere/modules/compat-tomcat/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ atmosphere-compat-tomcat ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ atmosphere-compat-tomcat ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/adri/git/atmosphere/modules/compat-tomcat/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ atmosphere-compat-tomcat ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.14:test (default-test) @ atmosphere-compat-tomcat ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-bundle-plugin:1.4.0:bundle (default-bundle) @ atmosphere-compat-tomcat ---
[INFO] 
[INFO] --- maven-bundle-plugin:1.4.0:bundle (osgi-bundle) @ atmosphere-compat-tomcat ---
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ atmosphere-compat-tomcat ---
[INFO] Installing /home/adri/git/atmosphere/modules/compat-tomcat/target/atmosphere-compat-tomcat-1.0.13-SNAPSHOT.jar to /home/adri/.m2/repository/org/atmosphere/atmosphere-compat-tomcat/1.0.13-SNAPSHOT/atmosphere-compat-tomcat-1.0.13-SNAPSHOT.jar
[INFO] Installing /home/adri/git/atmosphere/modules/compat-tomcat/pom.xml to /home/adri/.m2/repository/org/atmosphere/atmosphere-compat-tomcat/1.0.13-SNAPSHOT/atmosphere-compat-tomcat-1.0.13-SNAPSHOT.pom
[INFO] 
[INFO] --- maven-bundle-plugin:1.4.0:install (default-install) @ atmosphere-compat-tomcat ---
[INFO] Parsing file:/home/adri/.m2/repository/repository.xml
[INFO] Installing org/atmosphere/atmosphere-compat-tomcat/1.0.13-SNAPSHOT/atmosphere-compat-tomcat-1.0.13-SNAPSHOT.jar
[INFO] Writing OBR metadata
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building atmosphere-compat-tomcat7 1.0.13-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-enforcer-plugin:1.0-beta-1:enforce (enforce-maven) @ atmosphere-compat-tomcat7 ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ atmosphere-compat-tomcat7 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/adri/git/atmosphere/modules/compat-tomcat7/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ atmosphere-compat-tomcat7 ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ atmosphere-compat-tomcat7 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/adri/git/atmosphere/modules/compat-tomcat7/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ atmosphere-compat-tomcat7 ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.14:test (default-test) @ atmosphere-compat-tomcat7 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-bundle-plugin:1.4.0:bundle (default-bundle) @ atmosphere-compat-tomcat7 ---
[INFO] 
[INFO] --- maven-bundle-plugin:1.4.0:bundle (osgi-bundle) @ atmosphere-compat-tomcat7 ---
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ atmosphere-compat-tomcat7 ---
[INFO] Installing /home/adri/git/atmosphere/modules/compat-tomcat7/target/atmosphere-compat-tomcat7-1.0.13-SNAPSHOT.jar to /home/adri/.m2/repository/org/atmosphere/atmosphere-compat-tomcat7/1.0.13-SNAPSHOT/atmosphere-compat-tomcat7-1.0.13-SNAPSHOT.jar
[INFO] Installing /home/adri/git/atmosphere/modules/compat-tomcat7/pom.xml to /home/adri/.m2/repository/org/atmosphere/atmosphere-compat-tomcat7/1.0.13-SNAPSHOT/atmosphere-compat-tomcat7-1.0.13-SNAPSHOT.pom
[INFO] 
[INFO] --- maven-bundle-plugin:1.4.0:install (default-install) @ atmosphere-compat-tomcat7 ---
[INFO] Parsing file:/home/adri/.m2/repository/repository.xml
[INFO] Installing org/atmosphere/atmosphere-compat-tomcat7/1.0.13-SNAPSHOT/atmosphere-compat-tomcat7-1.0.13-SNAPSHOT.jar
[INFO] Writing OBR metadata
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building atmosphere-compat-jbossweb 1.0.13-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-enforcer-plugin:1.0-beta-1:enforce (enforce-maven) @ atmosphere-compat-jbossweb ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ atmosphere-compat-jbossweb ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/adri/git/atmosphere/modules/compat-jbossweb/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ atmosphere-compat-jbossweb ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ atmosphere-compat-jbossweb ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/adri/git/atmosphere/modules/compat-jbossweb/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ atmosphere-compat-jbossweb ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.14:test (default-test) @ atmosphere-compat-jbossweb ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-bundle-plugin:1.4.0:bundle (default-bundle) @ atmosphere-compat-jbossweb ---
#
# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGSEGV (0xb) at pc=0x00007f89e1769367, pid=17133, tid=140230176970496
#
# JRE version: 7.0_15-b20
# Java VM: OpenJDK 64-Bit Server VM (23.7-b01 mixed mode linux-amd64 compressed oops)
# Problematic frame:
# C  [libc.so.6+0x148367]  __nss_hosts_lookup+0x16a07
#
# Failed to write core dump. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
#
# An error report file with more information is saved as:
# /home/adri/git/atmosphere/hs_err_pid17133.log
#
# If you would like to submit a bug report, please include
# instructions on how to reproduce the bug and visit:
#   https://bugs.launchpad.net/ubuntu/+source/openjdk-7/
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#
Aborted
adri@adri ~/git/atmosphere $ mvn install -DskipTests
[INFO] Scanning for projects...
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for org.atmosphere.samples:atmosphere-cometd-demo:war:1.0.13-SNAPSHOT
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-war-plugin is missing. @ line 17, column 21
[WARNING] 
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING] 
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING] 
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] atmosphere-project
[INFO] atmosphere-compat-tomcat
[INFO] atmosphere-compat-tomcat7
[INFO] atmosphere-compat-jbossweb
[INFO] atmosphere-runtime
[INFO] atmosphere-annotations
[INFO] atmosphere-jersey
[INFO] atmosphere-jquery
[INFO] atmosphere-modules
[INFO] atmosphere-runtime-libs
[INFO] atmosphere-jersey-libs
[INFO] atmosphere-gwt
[INFO] atmosphere-gwt-common
[INFO] atmosphere-gwt-client
[INFO] atmosphere-gwt-server
[INFO] atmosphere-gwt-poll
[INFO] atmosphere-gwt-extra
[INFO] atmosphere-gwt-libs
[INFO] atmosphere-assembly
[INFO] atmosphere-gwt-js
[INFO] atmosphere-gwt-jackson
[INFO] atmosphere-guice
[INFO] atmosphere-spring
[INFO] atmosphere-jgroups
[INFO] atmosphere-jms
[INFO] atmosphere-redis
[INFO] atmosphere-xmpp
[INFO] atmosphere-hazelcast
[INFO] atmosphere-weblogic
[INFO] atmosphere-jetty-websocketdraft8
[INFO] atmosphere-socketio
[INFO] atmosphere-cometd
[INFO] atmosphere-extras
[INFO] atmosphere-samples
[INFO] atmosphere-samples-commons
[INFO] atmosphere-chat
[INFO] atmosphere-rest-chat
[INFO] atmosphere-scala-chat
[INFO] atmosphere-meteor-chat
[INFO] atmosphere-guice-chat
[INFO] atmosphere-chat-sse
[INFO] atmosphere-sse-rest-chat
[INFO] atmosphere-gwt-demo
[INFO] atmosphere-gwt-jsdemo
[INFO] atmosphere-gwt-connection-sharing
[INFO] atmosphere-gwt-chat
[INFO] atmosphere-pubsub
[INFO] atmosphere-jquery-pubsub
[INFO] atmosphere-meteor-pubsub
[INFO] atmosphere-atmospherehandler-pubsub
[INFO] atmosphere-websockethandler-pubsub
[INFO] atmosphere-twitter-live-feed
[INFO] atmosphere-wicket-clock
[INFO] atmosphere-ee6
[INFO] atmosphere-di-guice-sample
[INFO] atmosphere-channel
[INFO] atmosphere-annotation-pubsub
[INFO] atmosphere-all-api-pubsub
[INFO] atmosphere-multirequest
[INFO] atmosphere-spring-websocket
[INFO] atmosphere-spring-tiles
[INFO] atmosphere-socketio-chat
[INFO] atmosphere-nativesocketio-chat
[INFO] atmosphere-websocket-chat
[INFO] atmosphere-cometd-demo
[INFO] integration-cpr
[INFO] integration-jersey
[INFO] atmosphere-modules
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building atmosphere-project 1.0.13-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-enforcer-plugin:1.0-beta-1:enforce (enforce-maven) @ atmosphere-project ---
^Cadri@adri ~/git/atmosphere $ mvn clean install -DskipTests
[INFO] Scanning for projects...
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for org.atmosphere.samples:atmosphere-cometd-demo:war:1.0.13-SNAPSHOT
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-war-plugin is missing. @ line 17, column 21
[WARNING] 
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING] 
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING] 
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] atmosphere-project
[INFO] atmosphere-compat-tomcat
[INFO] atmosphere-compat-tomcat7
[INFO] atmosphere-compat-jbossweb
[INFO] atmosphere-runtime
[INFO] atmosphere-annotations
[INFO] atmosphere-jersey
[INFO] atmosphere-jquery
[INFO] atmosphere-modules
[INFO] atmosphere-runtime-libs
[INFO] atmosphere-jersey-libs
[INFO] atmosphere-gwt
[INFO] atmosphere-gwt-common
[INFO] atmosphere-gwt-client
[INFO] atmosphere-gwt-server
[INFO] atmosphere-gwt-poll
[INFO] atmosphere-gwt-extra
[INFO] atmosphere-gwt-libs
[INFO] atmosphere-assembly
[INFO] atmosphere-gwt-js
[INFO] atmosphere-gwt-jackson
[INFO] atmosphere-guice
[INFO] atmosphere-spring
[INFO] atmosphere-jgroups
[INFO] atmosphere-jms
[INFO] atmosphere-redis
[INFO] atmosphere-xmpp
[INFO] atmosphere-hazelcast
[INFO] atmosphere-weblogic
[INFO] atmosphere-jetty-websocketdraft8
[INFO] atmosphere-socketio
[INFO] atmosphere-cometd
[INFO] atmosphere-extras
[INFO] atmosphere-samples
[INFO] atmosphere-samples-commons
[INFO] atmosphere-chat
[INFO] atmosphere-rest-chat
[INFO] atmosphere-scala-chat
[INFO] atmosphere-meteor-chat
[INFO] atmosphere-guice-chat
[INFO] atmosphere-chat-sse
[INFO] atmosphere-sse-rest-chat
[INFO] atmosphere-gwt-demo
[INFO] atmosphere-gwt-jsdemo
[INFO] atmosphere-gwt-connection-sharing
[INFO] atmosphere-gwt-chat
[INFO] atmosphere-pubsub
[INFO] atmosphere-jquery-pubsub
[INFO] atmosphere-meteor-pubsub
[INFO] atmosphere-atmospherehandler-pubsub
[INFO] atmosphere-websockethandler-pubsub
[INFO] atmosphere-twitter-live-feed
[INFO] atmosphere-wicket-clock
[INFO] atmosphere-ee6
[INFO] atmosphere-di-guice-sample
[INFO] atmosphere-channel
[INFO] atmosphere-annotation-pubsub
[INFO] atmosphere-all-api-pubsub
[INFO] atmosphere-multirequest
[INFO] atmosphere-spring-websocket
[INFO] atmosphere-spring-tiles
[INFO] atmosphere-socketio-chat
[INFO] atmosphere-nativesocketio-chat
[INFO] atmosphere-websocket-chat
[INFO] atmosphere-cometd-demo
[INFO] integration-cpr
[INFO] integration-jersey
[INFO] atmosphere-modules
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building atmosphere-project 1.0.13-SNAPSHOT
[INFO] ------------------------------------------------------------------------
Downloading: http://192.168.44.17:8080/nexus/content/groups/public/org/apache/maven/plugins/maven-clean-plugin/2.4/maven-clean-plugin-2.4.pom
Downloaded: http://192.168.44.17:8080/nexus/content/groups/public/org/apache/maven/plugins/maven-clean-plugin/2.4/maven-clean-plugin-2.4.pom (5 KB at 3.2 KB/sec)
Downloading: http://192.168.44.17:8080/nexus/content/groups/public/org/apache/maven/plugins/maven-clean-plugin/2.4/maven-clean-plugin-2.4.jar
Downloaded: http://192.168.44.17:8080/nexus/content/groups/public/org/apache/maven/plugins/maven-clean-plugin/2.4/maven-clean-plugin-2.4.jar (23 KB at 18.1 KB/sec)
[INFO] 
[INFO] --- maven-clean-plugin:2.4:clean (default-clean) @ atmosphere-project ---
[INFO] Deleting /home/adri/git/atmosphere (includes = [*.log], excludes = [])
[INFO] 
[INFO] --- maven-enforcer-plugin:1.0-beta-1:enforce (enforce-maven) @ atmosphere-project ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ atmosphere-project ---
[INFO] Installing /home/adri/git/atmosphere/pom.xml to /home/adri/.m2/repository/org/atmosphere/atmosphere-project/1.0.13-SNAPSHOT/atmosphere-project-1.0.13-SNAPSHOT.pom
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building atmosphere-compat-tomcat 1.0.13-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4:clean (default-clean) @ atmosphere-compat-tomcat ---
[INFO] Deleting /home/adri/git/atmosphere/modules/compat-tomcat/target
[INFO] Deleting /home/adri/git/atmosphere/modules/compat-tomcat (includes = [*.log], excludes = [])
[INFO] 
[INFO] --- maven-enforcer-plugin:1.0-beta-1:enforce (enforce-maven) @ atmosphere-compat-tomcat ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ atmosphere-compat-tomcat ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/adri/git/atmosphere/modules/compat-tomcat/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ atmosphere-compat-tomcat ---
[INFO] Compiling 2 source files to /home/adri/git/atmosphere/modules/compat-tomcat/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ atmosphere-compat-tomcat ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/adri/git/atmosphere/modules/compat-tomcat/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ atmosphere-compat-tomcat ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.14:test (default-test) @ atmosphere-compat-tomcat ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-bundle-plugin:1.4.0:bundle (default-bundle) @ atmosphere-compat-tomcat ---
[INFO] 
[INFO] --- maven-bundle-plugin:1.4.0:bundle (osgi-bundle) @ atmosphere-compat-tomcat ---
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ atmosphere-compat-tomcat ---
[INFO] Installing /home/adri/git/atmosphere/modules/compat-tomcat/target/atmosphere-compat-tomcat-1.0.13-SNAPSHOT.jar to /home/adri/.m2/repository/org/atmosphere/atmosphere-compat-tomcat/1.0.13-SNAPSHOT/atmosphere-compat-tomcat-1.0.13-SNAPSHOT.jar
[INFO] Installing /home/adri/git/atmosphere/modules/compat-tomcat/pom.xml to /home/adri/.m2/repository/org/atmosphere/atmosphere-compat-tomcat/1.0.13-SNAPSHOT/atmosphere-compat-tomcat-1.0.13-SNAPSHOT.pom
[INFO] 
[INFO] --- maven-bundle-plugin:1.4.0:install (default-install) @ atmosphere-compat-tomcat ---
[INFO] Parsing file:/home/adri/.m2/repository/repository.xml
[INFO] Installing org/atmosphere/atmosphere-compat-tomcat/1.0.13-SNAPSHOT/atmosphere-compat-tomcat-1.0.13-SNAPSHOT.jar
[INFO] Writing OBR metadata
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building atmosphere-compat-tomcat7 1.0.13-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4:clean (default-clean) @ atmosphere-compat-tomcat7 ---
[INFO] Deleting /home/adri/git/atmosphere/modules/compat-tomcat7/target
[INFO] Deleting /home/adri/git/atmosphere/modules/compat-tomcat7 (includes = [*.log], excludes = [])
[INFO] 
[INFO] --- maven-enforcer-plugin:1.0-beta-1:enforce (enforce-maven) @ atmosphere-compat-tomcat7 ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ atmosphere-compat-tomcat7 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/adri/git/atmosphere/modules/compat-tomcat7/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ atmosphere-compat-tomcat7 ---
[INFO] Compiling 2 source files to /home/adri/git/atmosphere/modules/compat-tomcat7/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ atmosphere-compat-tomcat7 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/adri/git/atmosphere/modules/compat-tomcat7/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ atmosphere-compat-tomcat7 ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.14:test (default-test) @ atmosphere-compat-tomcat7 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-bundle-plugin:1.4.0:bundle (default-bundle) @ atmosphere-compat-tomcat7 ---
[INFO] 
[INFO] --- maven-bundle-plugin:1.4.0:bundle (osgi-bundle) @ atmosphere-compat-tomcat7 ---
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ atmosphere-compat-tomcat7 ---
[INFO] Installing /home/adri/git/atmosphere/modules/compat-tomcat7/target/atmosphere-compat-tomcat7-1.0.13-SNAPSHOT.jar to /home/adri/.m2/repository/org/atmosphere/atmosphere-compat-tomcat7/1.0.13-SNAPSHOT/atmosphere-compat-tomcat7-1.0.13-SNAPSHOT.jar
[INFO] Installing /home/adri/git/atmosphere/modules/compat-tomcat7/pom.xml to /home/adri/.m2/repository/org/atmosphere/atmosphere-compat-tomcat7/1.0.13-SNAPSHOT/atmosphere-compat-tomcat7-1.0.13-SNAPSHOT.pom
[INFO] 
[INFO] --- maven-bundle-plugin:1.4.0:install (default-install) @ atmosphere-compat-tomcat7 ---
[INFO] Parsing file:/home/adri/.m2/repository/repository.xml
[INFO] Installing org/atmosphere/atmosphere-compat-tomcat7/1.0.13-SNAPSHOT/atmosphere-compat-tomcat7-1.0.13-SNAPSHOT.jar
[INFO] Writing OBR metadata
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building atmosphere-compat-jbossweb 1.0.13-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4:clean (default-clean) @ atmosphere-compat-jbossweb ---
[INFO] Deleting /home/adri/git/atmosphere/modules/compat-jbossweb/target
[INFO] Deleting /home/adri/git/atmosphere/modules/compat-jbossweb (includes = [*.log], excludes = [])
[INFO] 
[INFO] --- maven-enforcer-plugin:1.0-beta-1:enforce (enforce-maven) @ atmosphere-compat-jbossweb ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ atmosphere-compat-jbossweb ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/adri/git/atmosphere/modules/compat-jbossweb/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ atmosphere-compat-jbossweb ---
[INFO] Compiling 2 source files to /home/adri/git/atmosphere/modules/compat-jbossweb/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ atmosphere-compat-jbossweb ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/adri/git/atmosphere/modules/compat-jbossweb/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ atmosphere-compat-jbossweb ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.14:test (default-test) @ atmosphere-compat-jbossweb ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-bundle-plugin:1.4.0:bundle (default-bundle) @ atmosphere-compat-jbossweb ---
[INFO] 
[INFO] --- maven-bundle-plugin:1.4.0:bundle (osgi-bundle) @ atmosphere-compat-jbossweb ---
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ atmosphere-compat-jbossweb ---
[INFO] Installing /home/adri/git/atmosphere/modules/compat-jbossweb/target/atmosphere-compat-jbossweb-1.0.13-SNAPSHOT.jar to /home/adri/.m2/repository/org/atmosphere/atmosphere-compat-jbossweb/1.0.13-SNAPSHOT/atmosphere-compat-jbossweb-1.0.13-SNAPSHOT.jar
[INFO] Installing /home/adri/git/atmosphere/modules/compat-jbossweb/pom.xml to /home/adri/.m2/repository/org/atmosphere/atmosphere-compat-jbossweb/1.0.13-SNAPSHOT/atmosphere-compat-jbossweb-1.0.13-SNAPSHOT.pom
[INFO] 
[INFO] --- maven-bundle-plugin:1.4.0:install (default-install) @ atmosphere-compat-jbossweb ---
[INFO] Parsing file:/home/adri/.m2/repository/repository.xml
[INFO] Installing org/atmosphere/atmosphere-compat-jbossweb/1.0.13-SNAPSHOT/atmosphere-compat-jbossweb-1.0.13-SNAPSHOT.jar
[INFO] Writing OBR metadata
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building atmosphere-runtime 1.0.13-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4:clean (default-clean) @ atmosphere-runtime ---
[INFO] Deleting /home/adri/git/atmosphere/modules/cpr/target
[INFO] Deleting /home/adri/git/atmosphere/modules/cpr (includes = [*.log], excludes = [])
[INFO] 
[INFO] --- maven-enforcer-plugin:1.0-beta-1:enforce (enforce-maven) @ atmosphere-runtime ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ atmosphere-runtime ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 4 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ atmosphere-runtime ---
[INFO] Compiling 166 source files to /home/adri/git/atmosphere/modules/cpr/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ atmosphere-runtime ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/adri/git/atmosphere/modules/cpr/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ atmosphere-runtime ---
[INFO] Compiling 19 source files to /home/adri/git/atmosphere/modules/cpr/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.14:test (default-test) @ atmosphere-runtime ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-bundle-plugin:1.4.0:bundle (default-bundle) @ atmosphere-runtime ---
[INFO] 
[INFO] --- maven-bundle-plugin:1.4.0:bundle (osgi-bundle) @ atmosphere-runtime ---
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ atmosphere-runtime ---
[INFO] Installing /home/adri/git/atmosphere/modules/cpr/target/atmosphere-runtime-1.0.13-SNAPSHOT.jar to /home/adri/.m2/repository/org/atmosphere/atmosphere-runtime/1.0.13-SNAPSHOT/atmosphere-runtime-1.0.13-SNAPSHOT.jar
[INFO] Installing /home/adri/git/atmosphere/modules/cpr/pom.xml to /home/adri/.m2/repository/org/atmosphere/atmosphere-runtime/1.0.13-SNAPSHOT/atmosphere-runtime-1.0.13-SNAPSHOT.pom
[INFO] 
[INFO] --- maven-bundle-plugin:1.4.0:install (default-install) @ atmosphere-runtime ---
[INFO] Parsing file:/home/adri/.m2/repository/repository.xml
[INFO] Installing org/atmosphere/atmosphere-runtime/1.0.13-SNAPSHOT/atmosphere-runtime-1.0.13-SNAPSHOT.jar
[INFO] Writing OBR metadata
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building atmosphere-annotations 1.0.13-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4:clean (default-clean) @ atmosphere-annotations ---
[INFO] Deleting /home/adri/git/atmosphere/modules/annotations/target
[INFO] Deleting /home/adri/git/atmosphere/modules/annotations (includes = [*.log], excludes = [])
[INFO] 
[INFO] --- maven-enforcer-plugin:1.0-beta-1:enforce (enforce-maven) @ atmosphere-annotations ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ atmosphere-annotations ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/adri/git/atmosphere/modules/annotations/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ atmosphere-annotations ---
[INFO] Compiling 8 source files to /home/adri/git/atmosphere/modules/annotations/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ atmosphere-annotations ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/adri/git/atmosphere/modules/annotations/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ atmosphere-annotations ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.14:test (default-test) @ atmosphere-annotations ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-bundle-plugin:1.4.0:bundle (default-bundle) @ atmosphere-annotations ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] atmosphere-project ................................ SUCCESS [3.071s]
[INFO] atmosphere-compat-tomcat .......................... SUCCESS [1.322s]
[INFO] atmosphere-compat-tomcat7 ......................... SUCCESS [0.421s]
[INFO] atmosphere-compat-jbossweb ........................ SUCCESS [0.393s]
[INFO] atmosphere-runtime ................................ SUCCESS [4.025s]
[INFO] atmosphere-annotations ............................ FAILURE [0.284s]
[INFO] atmosphere-jersey ................................. SKIPPED
[INFO] atmosphere-jquery ................................. SKIPPED
[INFO] atmosphere-modules ................................ SKIPPED
[INFO] atmosphere-runtime-libs ........................... SKIPPED
[INFO] atmosphere-jersey-libs ............................ SKIPPED
[INFO] atmosphere-gwt .................................... SKIPPED
[INFO] atmosphere-gwt-common ............................. SKIPPED
[INFO] atmosphere-gwt-client ............................. SKIPPED
[INFO] atmosphere-gwt-server ............................. SKIPPED
[INFO] atmosphere-gwt-poll ............................... SKIPPED
[INFO] atmosphere-gwt-extra .............................. SKIPPED
[INFO] atmosphere-gwt-libs ............................... SKIPPED
[INFO] atmosphere-assembly ............................... SKIPPED
[INFO] atmosphere-gwt-js ................................. SKIPPED
[INFO] atmosphere-gwt-jackson ............................ SKIPPED
[INFO] atmosphere-guice .................................. SKIPPED
[INFO] atmosphere-spring ................................. SKIPPED
[INFO] atmosphere-jgroups ................................ SKIPPED
[INFO] atmosphere-jms .................................... SKIPPED
[INFO] atmosphere-redis .................................. SKIPPED
[INFO] atmosphere-xmpp ................................... SKIPPED
[INFO] atmosphere-hazelcast .............................. SKIPPED
[INFO] atmosphere-weblogic ............................... SKIPPED
[INFO] atmosphere-jetty-websocketdraft8 .................. SKIPPED
[INFO] atmosphere-socketio ............................... SKIPPED
[INFO] atmosphere-cometd ................................. SKIPPED
[INFO] atmosphere-extras ................................. SKIPPED
[INFO] atmosphere-samples ................................ SKIPPED
[INFO] atmosphere-samples-commons ........................ SKIPPED
[INFO] atmosphere-chat ................................... SKIPPED
[INFO] atmosphere-rest-chat .............................. SKIPPED
[INFO] atmosphere-scala-chat ............................. SKIPPED
[INFO] atmosphere-meteor-chat ............................ SKIPPED
[INFO] atmosphere-guice-chat ............................. SKIPPED
[INFO] atmosphere-chat-sse ............................... SKIPPED
[INFO] atmosphere-sse-rest-chat .......................... SKIPPED
[INFO] atmosphere-gwt-demo ............................... SKIPPED
[INFO] atmosphere-gwt-jsdemo ............................. SKIPPED
[INFO] atmosphere-gwt-connection-sharing ................. SKIPPED
[INFO] atmosphere-gwt-chat ............................... SKIPPED
[INFO] atmosphere-pubsub ................................. SKIPPED
[INFO] atmosphere-jquery-pubsub .......................... SKIPPED
[INFO] atmosphere-meteor-pubsub .......................... SKIPPED
[INFO] atmosphere-atmospherehandler-pubsub ............... SKIPPED
[INFO] atmosphere-websockethandler-pubsub ................ SKIPPED
[INFO] atmosphere-twitter-live-feed ...................... SKIPPED
[INFO] atmosphere-wicket-clock ........................... SKIPPED
[INFO] atmosphere-ee6 .................................... SKIPPED
[INFO] atmosphere-di-guice-sample ........................ SKIPPED
[INFO] atmosphere-channel ................................ SKIPPED
[INFO] atmosphere-annotation-pubsub ...................... SKIPPED
[INFO] atmosphere-all-api-pubsub ......................... SKIPPED
[INFO] atmosphere-multirequest ........................... SKIPPED
[INFO] atmosphere-spring-websocket ....................... SKIPPED
[INFO] atmosphere-spring-tiles ........................... SKIPPED
[INFO] atmosphere-socketio-chat .......................... SKIPPED
[INFO] atmosphere-nativesocketio-chat .................... SKIPPED
[INFO] atmosphere-websocket-chat ......................... SKIPPED
[INFO] atmosphere-cometd-demo ............................ SKIPPED
[INFO] integration-cpr ................................... SKIPPED
[INFO] integration-jersey ................................ SKIPPED
[INFO] atmosphere-modules ................................ SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 10.426s
[INFO] Finished at: Sun Apr 07 16:37:56 WIT 2013
[INFO] Final Memory: 51M/352M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.felix:maven-bundle-plugin:1.4.0:bundle (default-bundle) on project atmosphere-annotations: Execution default-bundle of goal org.apache.felix:maven-bundle-plugin:1.4.0:bundle failed. NullPointerException -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :atmosphere-annotations
adri@adri ~/git/atmosphere $ git branch
* atmosphere-1.0.x
  master

@ceefour
Copy link
Contributor Author

ceefour commented Apr 7, 2013

But since I only need atmosphere-runtime, which was built. So I tried and yes, it works !

So this issue is indeed resolved. Thank you !

However I'm still curious why Maven fails....

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants