Andrei, thank you for suggesting, indeed I'll fix that tonight :)
regards, Achim 2011/4/29 Andrei Pozolotin <[email protected]>: > Achim: > > I suggest you mention repos: > > <repositories> > <repository> > <id>ops4j-snapshots</id> > > <url>http://oss.sonatype.org/content/repositories/ops4j-snapshots</url> > </repository> > </repositories> > > <pluginRepositories> > <pluginRepository> > <id>ops4j-plugin-snapshots</id> > > <url>http://oss.sonatype.org/content/repositories/ops4j-snapshots</url> > </pluginRepository> > </pluginRepositories> > > on your download page: > http://wiki.ops4j.org/display/paxconstruct/Download > (current link is broken > http://repository.ops4j.org/mvn-snapshots/org/ops4j/pax/construct/scripts/1.5-SNAPSHOT/) > > Thank you, > > Andrei > > -------- Original Message -------- > Subject: Re: PAX WEB BUG --- ERROR: Bundle > org.ops4j.pax.web.pax-web-jetty-bundle [20] EventDispatcher: Error > during dispatch. (java.lang.NullPointerException) > From: Achim Nierbeck <[email protected]> > To: General OPS4J <[email protected]> > Date: Thu 28 Apr 2011 09:40:18 AM CDT > > Andrei, > > you can find those SNAPSHOT artefacts here: > > https://oss.sonatype.org/index.html > > you'll also find the SNAPSHOT versions there. > > regards, Achim > > 2011/4/28 Andrei Pozolotin <[email protected]>: > > > Achim: > > -------- Original Message -------- > Subject: Re: PAX WEB BUG --- ERROR: Bundle > org.ops4j.pax.web.pax-web-jetty-bundle [20] EventDispatcher: Error > during dispatch. (java.lang.NullPointerException) > From: Achim Nierbeck <[email protected]> > To: General OPS4J <[email protected]> > Date: Thu 28 Apr 2011 01:19:46 AM CDT > > Hi Andrei > > Actually those snapshots are pushed to the maven repo > > sorry, could not find it; where? :-) > > Andrei > > so there should > be snapshot versions available. > > Regards, Achim > > 2011/4/28 Andrei Pozolotin <[email protected]>: > > > Achim: > > -------- Original Message -------- > Subject: Re: PAX WEB BUG --- ERROR: Bundle > org.ops4j.pax.web.pax-web-jetty-bundle [20] EventDispatcher: Error > during dispatch. (java.lang.NullPointerException) > From: Achim Nierbeck <[email protected]> > To: [email protected] > Date: Wed 27 Apr 2011 05:23:19 PM CDT > > Andrei, > > all artifacts are usually available through maven, toni was so kind to set > up a nightly build for the ci builds :) > http://ci.okidokiteam.com/hudson/ > > cool; thanks to Toni and thanks for letting me know; > > please consider pushing it also to sonatype oss or similar place: > https://docs.sonatype.org/display/Repository/Sonatype+OSS+Maven+Repository+Usage+Guide > > > regards, Achim > > Andrei > > > Achim: > -------- Original Message -------- > Subject: Re: PAX WEB BUG --- ERROR: Bundle > org.ops4j.pax.web.pax-web-jetty-bundle [20] EventDispatcher: Error during > dispatch. (java.lang.NullPointerException) > From: Achim Nierbeck <[email protected]> > To: Andrei Pozolotin <[email protected]> > Cc: General OPS4J <[email protected]> > Date: Wed 27 Apr 2011 05:01:21 PM CDT > > Well right now it's only on 1.1.0-SNAPSHOT didn't plan on a 1.0.4. > > where do you publish snapshots? > > > it's just the SPI issue and this little "flaw" while shutting down the > server, right? > > hopefully, yes; need to run more tests; > > Andrei > > > > Am 27.04.2011 23:59, schrieb Andrei Pozolotin: > > Achim: > > wow, thank you! (sorry cannot file jira myself - no login) > > can I assume 1.0.4 is coming out soon? > > Andrei > > -------- Original Message -------- > Subject: Re: PAX WEB BUG --- ERROR: Bundle > org.ops4j.pax.web.pax-web-jetty-bundle [20] EventDispatcher: Error > during dispatch. (java.lang.NullPointerException) > From: Achim Nierbeck <[email protected]> > To: [email protected] > Date: Wed 27 Apr 2011 04:06:18 PM CDT > > thanks for reporting > > http://issues.ops4j.org/browse/PAXWEB-272 > > is fixed now :) > > Am 27.04.2011 20:33, schrieb Andrei Pozolotin: > > while running with felix web console > http://felix.apache.org/site/apache-felix-web-console.html > > "stop" command from this page: > http://localhost:8080/system/console/vmstat > > produces this exception in pax web: > > ERROR: Bundle org.ops4j.pax.web.pax-web-jetty-bundle [20] EventDispatcher: > Error during dispatch. (java.lang.NullPointerException) > java.lang.NullPointerException > at > org.ops4j.pax.web.service.internal.Activator$DynamicsServiceTrackerCustomizer.removedService(Activator.java:355) > at > org.osgi.util.tracker.ServiceTracker$Tracked.customizerRemoved(ServiceTracker.java:922) > at > org.osgi.util.tracker.AbstractTracked.untrack(AbstractTracked.java:351) > at > org.osgi.util.tracker.ServiceTracker$Tracked.serviceChanged(ServiceTracker.java:865) > at > org.apache.felix.framework.util.EventDispatcher.invokeServiceListenerCallback(EventDispatcher.java:871) > at > org.apache.felix.framework.util.EventDispatcher.fireEventImmediately(EventDispatcher.java:733) > at > org.apache.felix.framework.util.EventDispatcher.fireServiceEvent(EventDispatcher.java:662) > at org.apache.felix.framework.Felix.fireServiceEvent(Felix.java:3894) > at org.apache.felix.framework.Felix.access$000(Felix.java:79) > at org.apache.felix.framework.Felix$2.serviceChanged(Felix.java:722) > at > org.apache.felix.framework.ServiceRegistry.unregisterService(ServiceRegistry.java:135) > at > org.apache.felix.framework.ServiceRegistrationImpl.unregister(ServiceRegistrationImpl.java:129) > at > org.apache.felix.framework.ServiceRegistry.unregisterServices(ServiceRegistry.java:178) > at org.apache.felix.framework.Felix.stopBundle(Felix.java:2244) > at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1202) > at > org.apache.felix.framework.StartLevelImpl.run(StartLevelImpl.java:264) > at java.lang.Thread.run(Thread.java:662) > > _______________________________________________ > general mailing list > [email protected] > http://lists.ops4j.org/mailman/listinfo/general > > > ________________________________ > _______________________________________________ > general mailing list > [email protected] > http://lists.ops4j.org/mailman/listinfo/general > > > > > _______________________________________________ > general mailing list > [email protected] > http://lists.ops4j.org/mailman/listinfo/general > > > ________________________________ > _______________________________________________ > general mailing list > [email protected] > http://lists.ops4j.org/mailman/listinfo/general > > > _______________________________________________ > general mailing list > [email protected] > http://lists.ops4j.org/mailman/listinfo/general > > > > > > > _______________________________________________ > general mailing list > [email protected] > http://lists.ops4j.org/mailman/listinfo/general > > > > > > > _______________________________________________ > general mailing list > [email protected] > http://lists.ops4j.org/mailman/listinfo/general > > -- -- *Achim Nierbeck* Apache Karaf <http://karaf.apache.org/> Committer & PMC OPS4J Pax Web <http://wiki.ops4j.org/display/paxweb/Pax+Web/> Committer & Project Lead _______________________________________________ general mailing list [email protected] http://lists.ops4j.org/mailman/listinfo/general
