I just got: Failed tests: LoggerTest.testReconfiguration:218 Reconfiguration failed expected not same
Which I suspect is a timing issue as this plenty going on on my PC. Trying again... Gary On Fri, Jun 12, 2015 at 12:08 PM, Ralph Goers <[email protected]> wrote: > mvn clean install > > Ralph > > On Jun 12, 2015, at 11:44 AM, Gary Gregory <[email protected]> wrote: > > What is your maven command line? I'll try it here. > > Gary > > On Fri, Jun 12, 2015 at 11:34 AM, Ralph Goers <[email protected]> > wrote: > >> I am trying to build on Windows 7 at the DOS command prompt and am seeing >> this error in Log4j API. I don’t see this error when I run under cygwin. >> >> Ralph >> >> testLoadStartStop(org.apache.logging.log4j.osgi.equinox.EquinoxLoadApiBundleTest) >> Time elapsed: 0.375 sec <<< ERROR! >> java.lang.RuntimeException: Unable to create lock manager. >> at >> org.eclipse.osgi.framework.internal.core.Framework.initialize(Framework.java:192) >> at >> org.eclipse.osgi.framework.internal.core.Framework.<init>(Framework.java:162) >> at >> org.eclipse.osgi.framework.internal.core.EquinoxLauncher.internalInit(EquinoxLauncher.java:67) >> at >> org.eclipse.osgi.framework.internal.core.EquinoxLauncher.init(EquinoxLauncher.java:37) >> at org.eclipse.osgi.launch.Equinox.init(Equinox.java:178) >> at org.apache.logging.log4j.osgi.OsgiRule.before(OsgiRule.java:53) >> at >> org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:46) >> at org.junit.rules.RunRules.evaluate(RunRules.java:20) >> at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271) >> at >> org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70) >> at >> org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50) >> at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238) >> at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63) >> at >> org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236) >> at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53) >> at >> org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229) >> at org.junit.runners.ParentRunner.run(ParentRunner.java:309) >> at >> org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) >> at >> org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) >> at >> org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) >> at >> org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) >> at >> org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) >> at >> org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) >> at >> org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) >> Caused by: java.io.IOException: Unable to create lock manager. >> at >> org.eclipse.osgi.storagemanager.StorageManager.open(StorageManager.java:699) >> at >> org.eclipse.osgi.internal.baseadaptor.BaseStorage.initFileManager(BaseStorage.java:220) >> at >> org.eclipse.osgi.internal.baseadaptor.BaseStorage.initialize(BaseStorage.java:154) >> at >> org.eclipse.osgi.baseadaptor.BaseAdaptor.initializeStorage(BaseAdaptor.java:123) >> at >> org.eclipse.osgi.framework.internal.core.Framework.initialize(Framework.java:190) >> at >> org.eclipse.osgi.framework.internal.core.Framework.<init>(Framework.java:162) >> at >> org.eclipse.osgi.framework.internal.core.EquinoxLauncher.internalInit(EquinoxLauncher.java:67) >> at >> org.eclipse.osgi.framework.internal.core.EquinoxLauncher.init(EquinoxLauncher.java:37) >> at org.eclipse.osgi.launch.Equinox.init(Equinox.java:178) >> at org.apache.logging.log4j.osgi.OsgiRule.before(OsgiRule.java:53) >> at >> org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:46) >> at org.junit.rules.RunRules.evaluate(RunRules.java:20) >> at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271) >> at >> org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70) >> at >> org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50) >> at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238) >> at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63) >> at >> org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236) >> at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53) >> at >> org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229) >> at org.junit.runners.ParentRunner.run(ParentRunner.java:309) >> at >> org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) >> at >> org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) >> at >> org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) >> at >> org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) >> at >> org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) >> at >> org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) >> at >> org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [email protected] >> For additional commands, e-mail: [email protected] >> >> > > > -- > E-Mail: [email protected] | [email protected] > Java Persistence with Hibernate, Second Edition > <http://www.manning.com/bauer3/> > JUnit in Action, Second Edition <http://www.manning.com/tahchiev/> > Spring Batch in Action <http://www.manning.com/templier/> > Blog: http://garygregory.wordpress.com > Home: http://garygregory.com/ > Tweet! http://twitter.com/GaryGregory > > > -- E-Mail: [email protected] | [email protected] Java Persistence with Hibernate, Second Edition <http://www.manning.com/bauer3/> JUnit in Action, Second Edition <http://www.manning.com/tahchiev/> Spring Batch in Action <http://www.manning.com/templier/> Blog: http://garygregory.wordpress.com Home: http://garygregory.com/ Tweet! http://twitter.com/GaryGregory
