giraffplus:3rdparty
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
giraffplus:3rdparty [2013-07-18 12:09] – [3. Still errors.] filippo | giraffplus:3rdparty [2013-07-18 12:17] (current) – [If You Have the Following Execution Errors when Starting Your Bundle] filippo | ||
---|---|---|---|
Line 125: | Line 125: | ||
Open up the bundle .JAR file and verify the following: | Open up the bundle .JAR file and verify the following: | ||
- | # Does it have your ComponentFactory.xml at the top level? | + | * Does it have a META-INF/ |
- | # Does it have a META-INF/ | + | |
- | #* Are the contents of the manifest correct? | + | |
- | # Does it have your classes in it? | + | |
- | # Does it have the com.searchtechnologies.aspire.framework classes in it? (It should.) | + | |
- | # Does it have the com.searchtechnologies.aspire.services classes in it? (It should not.) | + | |
- | # Does it contain the 3rd party JARs at the top level, embedded in your JAR? | + | |
- | == Problems You May Discover Running Your Bundle in Apache Felix == | + | ===== Problems You May Discover Running Your Bundle in Apache Felix ===== |
First, try running your bundle in the application. | First, try running your bundle in the application. | ||
- | If your bundle installs but does not start, try installing the bundle by hand within the | + | If your bundle installs but does not start, try installing the bundle by hand within the Felix console. For example: |
- | Felix console. For example: | + | |
- | | + | < |
- | . | + | |
- | | + | ... |
- | | + | |
-> start 12 | -> start 12 | ||
org.osgi.framework.BundleException: | org.osgi.framework.BundleException: | ||
+ | </ | ||
- | Notice the unresolved constraint above. This is something which will need to be added to your POM | + | Notice the unresolved constraint above. This is something which will need to be added to your POM as an imported package. Change your pom.xml file, add the package to the Import-Package statement, re-build your bundle JAR, and then try again. |
- | as an imported package. Change your pom.xml file, add the package to the Import-Package statement, re-build your bundle JAR, and then try again. | + | |
- | == If You Have the Following Execution Errors when Starting Your Bundle | + | ===== Other Hints and Tricks |
- | + | ||
- | >> Provider for javax.xml.transform.TransformerFactory cannot be found | + | |
- | + | ||
- | >> Provider for javax.xml.parsers.SAXParserFactory cannot be found | + | |
- | + | ||
- | >> com.sun.org.apache.xalan.internal.xsltc.trax.TransformerFactoryImpl cannot be cast to javax.xml.transform.sax.SAXTransformerFactory | + | |
- | + | ||
- | >> loader constraint violation: when resolving method " | + | |
- | + | ||
- | >> Caused by: javax.xml.transform.TransformerException: | + | |
- | + | ||
- | >> Class not found: | + | |
- | + | ||
- | >> Unable to load class | + | |
- | + | ||
- | If you have thes execution errors when starting your bundle, add the following to your < | + | |
- | + | ||
- | javax.xml.parsers, | + | |
- | + | ||
- | NOTE: These should be included even if the maven-bundle-plugin reports warnings that they' | + | |
- | + | ||
- | == Version Errors == | + | |
- | + | ||
- | For a currently unknown reason, Maven sometimes adds a " | + | |
- | + | ||
- | com.searchtechnologies.aspire.services.AspireException: | + | |
- | at com.searchtechnologies.aspire.application.ComponentBundleInfo.load(ComponentBundleInfo.java: | + | |
- | at com.searchtechnologies.aspire.application.RepositoryManager.load(RepositoryManager.java: | + | |
- | at com.searchtechnologies.aspire.application.AspireApplicationImpl.loadFactoryBundle(AspireApplicationImpl.java: | + | |
- | at com.searchtechnologies.aspire.application.ComponentManagerImpl.registerComponents(ComponentManagerImpl.java: | + | |
- | . | + | |
- | . | + | |
- | at org.mortbay.io.nio.SelectChannelEndPoint.run(SelectChannelEndPoint.java: | + | |
- | at org.mortbay.thread.QueuedThreadPool$PoolThread.run(QueuedThreadPool.java: | + | |
- | ''' | + | |
- | + | ||
- | at org.apache.felix.framework.Felix.resolveBundleRevision(Felix.java: | + | |
- | at org.apache.felix.framework.Felix.startBundle(Felix.java: | + | |
- | at org.apache.felix.framework.BundleImpl.start(BundleImpl.java: | + | |
- | at org.apache.felix.framework.BundleImpl.start(BundleImpl.java: | + | |
- | at com.searchtechnologies.aspire.application.ComponentBundleInfo.load(ComponentBundleInfo.java: | + | |
- | ... 42 more | + | |
- | + | ||
- | If you examine the bundle (using winrar or similar)and look in the '' | + | |
- | + | ||
- | Import-Package: | + | |
- | + | ||
- | Unless the packages were exported with this version, then the import cannot find them. In Aspire we don't add versions to exported packages, so the easiest way to work around this issue is to suppress the addition of the version number to the import. This can be done by specifying the import in the following manner: | + | |
- | + | ||
- | < | + | |
- | groovy.lang'''; | + | |
- | + | ||
- | == Other Hints and Tricks | + | |
If you make changes to the framework, you'll likely need to re-run "mvn install" | If you make changes to the framework, you'll likely need to re-run "mvn install" | ||
Line 209: | Line 151: | ||
You can find more information here: | You can find more information here: | ||
- | : http:// | + | http:// |
Also, check out the BND documentation page for additional options (Maven bundle plugin is based on BND, so the syntax for specifying imports/ | Also, check out the BND documentation page for additional options (Maven bundle plugin is based on BND, so the syntax for specifying imports/ | ||
- | : http:// | + | http:// |
Specifically, | Specifically, | ||
- | : http:// | + | http:// |
- | == APPENDIX: | + | ===== APPENDIX: |
Note that you will need to import these with & | Note that you will need to import these with & | ||
- | <pre> | + | <code> |
javax.accessibility, | javax.accessibility, | ||
javax.activation, | javax.activation, | ||
Line 388: | Line 330: | ||
org.xml.sax.ext, | org.xml.sax.ext, | ||
org.xml.sax.helpers, | org.xml.sax.helpers, | ||
- | </pre> | + | </code> |
- | + | ||
- | [[Category: | + |
giraffplus/3rdparty.1374149369.txt.gz · Last modified: 2013-07-18 12:09 by filippo