Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Intelligence (Analytics)
exceeds the specification limit of 72 bytes
viji_joseph
When I integrate BIRT to my project. I get this error.
IWAE0016E Line 6 in the MANIFEST.MF file in archive
APP-INF/platform/plugins/
org.eclipse.datatools.connectivity_1.0.1.200710171.jar exceeds the specification limit of 72 bytes. AHPServiceEAR
Any suggestions ?
Viji
Find more posts tagged with
Comments
mwilliams
Hi Viji,
Is this the classpath line of your manifest file? Also, are there multiple .jar files or just this one?
viji_joseph
There are 2 jars that are giving error
org.eclipse.datatools.connectivity_1.0.1.200710171.jar
org.eclipse.datatools.enablement.oda.ws_1.0.1.200709111.jar
Yes they are in classpath. The error is coming from the manifest of these 2 jars.
Thanks
mwilliams
Viji,<br />
<br />
The long names of the .jar files are probably the issue. This forum post on the sun microsystems website will probably help you resolve this:<br />
<br />
<a class='bbc_url' href='
http://forums.sun.com/thread.jspa?threadID=364938&forumID=22'>Java
Archive (JAR) Files - length of a manifest class-path in a jar</a><br />
<br />
Hope this helps.