You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by "Ibeling, Narisa" <na...@medtronic.com> on 2003/10/01 22:02:03 UTC

Image not displayed on Weblogic App Server

Hi,

I am running cocoon 2.0.4 compiled on JDK1.4.  I am trying to insert an image into my pdf report.  I have two problems:

1.  I use the following code to insert the image:
	<fo:block>
                 <fo:external-graphic src="http://www.medtronic.com/images/sublevel_mt_logo.gif" />
            </fo:block>
     There is no problem for this image to display in my own development environment both with Tomcat and Weblogic server.
     However, when I deploy the app on the Weblogic App Server in staging env, I could not get the image to display.  And it slowed
     way down.  Note the appserver is protected.

2.  I use the following code to insert the image which locates on a web server.  There is SSL and siteminder in front of the web server.
	<fo:block>
                  <fo:external-graphic src="https://physiciancentral-test.medtronic.com/clinicalReports/images/sublevel_mt_logo.gif" />
             </fo:block>
	I could not display the image even in my dev. env.  Here is the error message I got:
	Error while creating area : Error with image URL: Write Channel Closed, possible SSL handshaking or trust failure and no 	base directory is specified

Any help is greatly appreciated.

Thanks,
Narisa



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org
For additional commands, e-mail: users-help@cocoon.apache.org