Right - of course. To throw a backing store exception, it must already be JDK 1.4 :)
Run maven with -e - it will show the full exception. It is a problem with system prefs, so maybe the JDK itself is busted? - Brett > -----Original Message----- > From: Martin Jaeger [mailto:[EMAIL PROTECTED] > Sent: Thursday, 28 August 2003 5:54 PM > To: Maven Users List > Subject: RE: BackingStoreException: Couldn't get file lock > > > I'm using Maven 1.0beta10 and build with JDK1.4.1. > > It worked some time ago... But I have no idea what > has changed (prehaps in my unix environment). > > Martin > > > On Thu, 28 Aug 2003, Brett Porter wrote: > > > From: Brett Porter <[EMAIL PROTECTED]> > > To: 'Maven Users List' <[EMAIL PROTECTED]> > > Subject: RE: BackingStoreException: Couldn't get file lock > > Date: Thu, 28 Aug 2003 08:27:20 +1000 > > X-mailer: Internet Mail Service (5.5.2653.19) > > > > What version of maven? Something is trying to use JDK 1.4 and I'm > > guessing you don't have it. However, I use Maven with JDK 1.3.1 on > > Solaris 2.8 all the time and the only problem I've had is trying to > > build Maven's site (the timestamp info in the publish date > is using a > > "Z" which wasn't present in 1.3). > > > > - Brett > > > > > -----Original Message----- > > > From: Martin Jaeger [mailto:[EMAIL PROTECTED] > > > Sent: Wednesday, 27 August 2003 6:23 PM > > > To: [EMAIL PROTECTED] > > > Subject: BackingStoreException: Couldn't get file lock > > > > > > > > > Hi together > > > > > > I build on Solaris 2.8 and get the following warning. > > > I have now idea what is happening here... > > > Do you have any ideas? > > > > > > [echo] Generating > > > /home/mjaegi/projects/tkf-014-4/target/docs/maven-reports.html > > > from > /home/mjaegi/projects/tkf-014-4/target/generated-xdocs/maven-r > > > eports.xml > > > Aug 26, 2003 8:03:42 PM java.util.prefs.FileSystemPreferences > > > checkLockFile0ErrorCode > > > WARNING: Could not lock System prefs.Unix error code 0. > > > Aug 26, 2003 8:03:42 PM java.util.prefs.FileSystemPreferences > > > syncWorld > > > WARNING: Couldn't flush system prefs: > > > java.util.prefs.BackingStoreException: Couldn't get file lock. > > > > > > BUILD FAILED > > > File...... > > > file:/home/mjaegi/.maven/plugins/maven-xdoc-plugin-1.4-SNAPSHO > > T/ > > Element... echo > > Line...... 294 > > Column.... 15 > > java.lang.reflect.InvocationTargetException > > Total time: 54 minutes 5 seconds > > > > > > Thanks > > Martin > > > > > -------------------------------------------------------------- > ---------- > > Martin Jaeger > [EMAIL PROTECTED] > > Netcetera AG, 8040 Zuerich phone +41 1 247 79 36 fax > +41 1 247 70 75 > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > -------------------------------------------------------------- > ---------- > Martin Jaeger > [EMAIL PROTECTED] > Netcetera AG, 8040 Zuerich phone +41 1 247 79 36 fax +41 > 1 247 70 75 > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] >
