The connection is online. From: Andreas Pieber [mailto:[email protected]] Sent: Thursday, January 12, 2012 8:11 PM To: [email protected] Subject: Re: karaf-3.0.0-SNAPSHOT: NullPointerException
Yep, that's what I've meant. I've seen a strange behavior during my test looking as if karaf is downloading various artifacts at runtime which might cause such strange behavior as you've encountered. Kind regards, Andreas On Thu, Jan 12, 2012 at 12:36, Jamie G. <[email protected]<mailto:[email protected]>> wrote: I believe he means testing Karaf without an internet connection. Doing such would prevent maven from being able to download artifacts. Cheers, Jamie On Thu, Jan 12, 2012 at 4:37 AM, Guofeng Zhang <[email protected]<mailto:[email protected]>> wrote: > No. From the log, the bundle are resolved from system repository. > > > > What does Karaf offline mean? > > > > From: Andreas Pieber [mailto:[email protected]<mailto:[email protected]>] > Sent: Thursday, January 12, 2012 3:21 PM > To: [email protected]<mailto:[email protected]> > Subject: Re: karaf-3.0.0-SNAPSHOT: NullPointerException > > > > Hey, > > > > Are you behind a proxy or testing Karaf offline? > > > > Kind regards, > > Andreas > > On Thu, Jan 12, 2012 at 03:23, Guofeng Zhang > <[email protected]<mailto:[email protected]>> wrote: > > Hi, > > > > Recently I upgrade to the last trunk of Karaf. After build it, I unzip it > and launch it using bin\karaf.bat without any customization, I see the > following exception. There is no such exception saw before. > > java.lang.NullPointerException > > at > org.apache.karaf.features.command.FeatureFinder.updated(FeatureFinder.java:46)[50:org.apache.karaf.features.command:3.0.0.SNAPSHOT] > > at Proxy57827e67_aace_4683_924e_c2eb69b9ba83.updated(Unknown > Source)[:] > > at > org.apache.felix.cm.impl.ConfigurationManager$ManagedServiceUpdate.run(ConfigurationManager.java:1160)[5:org.apache.felix.configadmin:1.2.8] > > at > org.apache.felix.cm.impl.UpdateThread.run(UpdateThread.java:104)[5:org.apache.felix.configadmin:1.2.8] > > at java.lang.Thread.run(Thread.java:662)[:1.6.0_24] > > > > Thanks. > > > > Guofeng > > > >
