Issue Details (XML | Word | Printable)

Key: DIRSERVER-688
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Minor Minor
Assignee: Emmanuel Lecharny
Reporter: Pierre-Arnaud Marcelot
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Directory ApacheDS

Incorrect paths to libraries in Manifest.MF of the server-tools project

Created: 31/Jul/06 03:31 PM   Updated: 31/Aug/06 08:36 AM
Return to search
Component/s: tools
Affects Version/s: 1.5.0, 1.0-RC3
Fix Version/s: 1.0-RC3

Time Tracking:
Not Specified

File Attachments:
  Size
Text File Licensed for inclusion in ASF works ads-tools-manifest-1.0RC4.patch 2006-08-02 09:50 AM Pierre-Arnaud Marcelot 2 kB
File Licensed for inclusion in ASF works MANIFEST.MF 2006-07-31 03:32 PM Pierre-Arnaud Marcelot 1 kB

Resolution Date: 02/Aug/06 11:40 PM


 Description  « Hide
I found incorrect path in the Manifest.MF of the server-tools project (mainly mismatch in version number). These incorrect paths caused several "NoClassDefFoundError" exceptions since some libraries could not be loaded.

 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
Pierre-Arnaud Marcelot added a comment - 31/Jul/06 03:32 PM
Here's the modified Manifest file. The original file is located here : /apacheds/server-tools/src/main/manifest/MANIFEST.MF

Emmanuel Lecharny added a comment - 31/Jul/06 11:52 PM
The patch has been applied.

Thanks Pierre-Arnaud for the fix !

Pierre-Arnaud Marcelot added a comment - 01/Aug/06 11:27 AM
You're welcome.
I'm happy to help you out.

Closing the issue.

Pierre-Arnaud Marcelot added a comment - 01/Aug/06 01:07 PM
I closed this issue too quickly... I saw that the file was updated but didn't check its content.

It seems that some lines of the file I uploaded have not been correctly added to the manifest.

Here are the missing ones:
 ../lib/apacheds-protocol-ldap-1.1.0-SNAPSHOT.jar
 ../lib/apacheds-protocol-ntp-1.1.0-SNAPSHOT.jar
 ../lib/apacheds-core-1.1.0-SNAPSHOT.jar
 ../lib/apacheds-core-shared-1.1.0-SNAPSHOT.jar
 ../lib/apacheds-server-jndi-1.1.0-SNAPSHOT.jar
 ../lib/apacheds-server-main-1.1.0-SNAPSHOT.jar

Emmanuel Lecharny added a comment - 02/Aug/06 12:03 AM
Ok, I copied the new MANIFST.MF file to the right place.

I think that the fix has been fixed :)

Thanks PAM !

Emmanuel Lecharny added a comment - 02/Aug/06 09:46 AM
Reopened for PAM who has a patch for 1.0-RC4

Emmanuel Lecharny added a comment - 02/Aug/06 09:47 AM
Extended the versions that are affected

Pierre-Arnaud Marcelot added a comment - 02/Aug/06 09:50 AM
Thanks Emmanuel.

The same bug affects current branch 1.0RC4.

Here's a patch for this version. It must be applied from "/apacheds".

Emmanuel Lecharny added a comment - 02/Aug/06 11:40 PM
Fixed for the next 1.0-RC4

Pierre-Arnaud Marcelot added a comment - 31/Aug/06 08:36 AM
Great.

Issue is closed.