[ http://issues.apache.org/jira/browse/DERBY-1663?page=comments#action_12427292 ] Andrew McIntyre commented on DERBY-1663: ----------------------------------------
I can't reproduce this error. Check the contents of the *.mf files in jars/sane/lists/smfcmd.mf. Since this error appears four times, I'm guessing that each jar has a duplicate classpath entry. Not sure why that would be happening on your machine, though. > java -jar derbyrun.jar ij gets "Duplicate name in Manifest: Class-Path" > ----------------------------------------------------------------------- > > Key: DERBY-1663 > URL: http://issues.apache.org/jira/browse/DERBY-1663 > Project: Derby > Issue Type: Bug > Components: Tools > Affects Versions: 10.2.0.0 > Environment: ------------------ Java Information ------------------ > Java Version: 1.4.2_06 > Java Vendor: Sun Microsystems Inc. > Java classpath: derbyrun.jar > OS name: SunOS > OS architecture: x86 > OS version: 5.11 > java.specification.name: Java Platform API Specification > java.specification.version: 1.4 > --------- Derby Information -------- > JRE - JDBC: J2SE 1.4.2 - JDBC 3.0 > [/export/home/dv136566/derby/patch/trunk/jars/sane/derby.jar] 10.2.0.5 alpha > - (430459M) > [/export/home/dv136566/derby/patch/trunk/jars/sane/derbytools.jar] 10.2.0.5 > alpha - (430459M) > [/export/home/dv136566/derby/patch/trunk/jars/sane/derbynet.jar] 10.2.0.5 > alpha - (430459M) > [/export/home/dv136566/derby/patch/trunk/jars/sane/derbyclient.jar] 10.2.0.5 > alpha - (430459M) > Reporter: David Van Couvering > Priority: Minor > > This is running with sane jars built using ant buildjars: > bash-3.00$ java -jar derbyrun.jar ij > Aug 10, 2006 10:53:34 AM java.util.jar.Attributes read > WARNING: Duplicate name in Manifest: Class-Path > Aug 10, 2006 10:53:34 AM java.util.jar.Attributes read > WARNING: Duplicate name in Manifest: Class-Path > Aug 10, 2006 10:53:34 AM java.util.jar.Attributes read > WARNING: Duplicate name in Manifest: Class-Path > Aug 10, 2006 10:53:34 AM java.util.jar.Attributes read > WARNING: Duplicate name in Manifest: Class-Path > ij version 10.2 -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
