Bug 23638 - Add turbine-pool.jar to Cocoon CLASSPATH
Summary: Add turbine-pool.jar to Cocoon CLASSPATH
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Jun Kuriyama
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2000-12-19 05:00 UTC by kosmos
Modified: 2003-01-21 12:32 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description kosmos 2000-12-19 05:00:01 UTC
Installation of Cocoon 1.8 causes the following error when the test page
Cocoon.xml is called up:
------------------------------------
Cocoon 1.8
 
Publishing Engine could not be initialized.
 
java.lang.RuntimeException: Error creating org.apache.cocoon.processor.xsp.XSPProcessor: make sure the needed classes can be found in
+the classpath (org/apache/turbine/services/resources/TurbineResourceService)
------------------------------------

Fix: 

1. Add turbine-pool.jar to the list of jarfiles listed in LIBS= varable in the Makefile, so it 
	   installs in /usr/local/share/java/classes

	2. Add following line to pkg-message under item two: (Add following lines into jserv.properties.)
        	"wrapper.classpath=/usr/local/share/java/classes/turbine-pool.jar"

	3. Add an entry for turbine-pool.jar in pkg-plist
How-To-Repeat: 
	1. Install Cocoon
	2. With a web browser, address the Cocoon diagnostic test page (http://localhost/Cocoon.xml)
Comment 1 Chris D.Faulhaber freebsd_committer freebsd_triage 2000-12-25 13:40:15 UTC
Responsible Changed
From-To: freebsd-ports->kuriyama

Over to maintainer
Comment 2 Tilman Keskinoz freebsd_committer freebsd_triage 2003-01-21 12:32:08 UTC
State Changed
From-To: open->closed

Committed, thanks