Oh sorry. Yeah, I built it again and it ran fine. No idea why it failed the 
first time.

Ralph

> On Jun 12, 2015, at 3:38 PM, Gary Gregory <[email protected]> wrote:
> 
> Any luck?
> 
> On Fri, Jun 12, 2015 at 12:47 PM, Gary Gregory <[email protected] 
> <mailto:[email protected]>> wrote:
> On Fri, Jun 12, 2015 at 12:29 PM, Gary Gregory <[email protected] 
> <mailto:[email protected]>> wrote:
> 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...
> 
> Build went fine.
> 
> I am using:
> 
> Apache Maven 3.3.3 (7994120775791599e205a5524ec3e0dfe41d4a06; 
> 2015-04-22T04:57:37-07:00)
> Maven home: C:\Java\apache-maven-3.3.3
> Java version: 1.7.0_79, vendor: Oracle Corporation
> Java home: C:\Program Files\Java\jdk1.7.0_79\jre
> Default locale: en_US, platform encoding: Cp1252
> OS name: "windows 7", version: "6.1", arch: "amd64", family: "windows" 
> 
> Gary
> 
> 
> Gary
> 
> On Fri, Jun 12, 2015 at 12:08 PM, Ralph Goers <[email protected] 
> <mailto:[email protected]>> wrote:
> mvn clean install
> 
> Ralph
> 
>> On Jun 12, 2015, at 11:44 AM, Gary Gregory <[email protected] 
>> <mailto:[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] 
>> <mailto:[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] 
>> <mailto:[email protected]>
>> For additional commands, e-mail: [email protected] 
>> <mailto:[email protected]>
>> 
>> 
>> 
>> 
>> -- 
>> E-Mail: [email protected] <mailto:[email protected]> | 
>> [email protected]  <mailto:[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 <http://garygregory.wordpress.com/> 
>> Home: http://garygregory.com/ <http://garygregory.com/>
>> Tweet! http://twitter.com/GaryGregory <http://twitter.com/GaryGregory>
> 
> 
> 
> -- 
> E-Mail: [email protected] <mailto:[email protected]> | 
> [email protected]  <mailto:[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 <http://garygregory.wordpress.com/> 
> Home: http://garygregory.com/ <http://garygregory.com/>
> Tweet! http://twitter.com/GaryGregory <http://twitter.com/GaryGregory>
> 
> 
> 
> -- 
> E-Mail: [email protected] <mailto:[email protected]> | 
> [email protected]  <mailto:[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 <http://garygregory.wordpress.com/> 
> Home: http://garygregory.com/ <http://garygregory.com/>
> Tweet! http://twitter.com/GaryGregory <http://twitter.com/GaryGregory>
> 
> 
> -- 
> E-Mail: [email protected] <mailto:[email protected]> | 
> [email protected]  <mailto:[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 <http://garygregory.wordpress.com/> 
> Home: http://garygregory.com/ <http://garygregory.com/>
> Tweet! http://twitter.com/GaryGregory <http://twitter.com/GaryGregory>

Reply via email to