Tried to post before, but had problems. IIRC from looking at your information, it seemed like the problem might actually be in your Action class - that it was having a problem which was then preventing the template from being loaded. Have you traced through your action code to make sure that it executes (and completes) successfully?
Good luck, RB Twenty Years | One Mission | Accelerating Business Processes Richard Berger Action Technologies, Inc. VP, Product Management 510.748.1017 (Office) 510.769.0596 (Fax) www.actiontech.com NOTE: The opinions expressed herein are those of the writer and not necessarily those of Action Technologies, Inc. or its employees or its affiliates. -----Original Message----- From: Michael Burschik [mailto:[EMAIL PROTECTED] Sent: Thursday, January 29, 2004 4:58 AM To: [EMAIL PROTECTED] Subject: RegistryService: Failed to retrieve null from Portlet Dear list members, I have been trying to move my test site from Jetspeed 1.4-b4 to 1.4, but I am unable to do so. The portlets contained in the jetspeed.war seem to work, but none of my own portlets do. I get nothing except hundreds of "RegistryService: Failed to retrieve null from Portlet" messages in my log files. Some kind soul suggested that my registry files might be mixed up, but I fail to see where I made a mistake. I have narrowed my local-portlets.xreg down to: <?xml version="1.0" encoding="UTF-8"?> <registry> <portlet-entry name="NewsBrowser" hidden="false" parent="Velocity" type="ref" application="false"> <classname>org.apache.jetspeed.portal.portlets.VelocityPortlet</classnam e> <security-ref parent="owner-only"/> <parameter name="action" value="portlets.NewsBrowserAction" hidden="true" cachedOnName="true" cachedOnValue="true"/> <parameter name="template" value="newsbrowser.vm" hidden="true" cachedOnName="true" cachedOnValue="true"/> </portlet-entry> </registry> and my default.psml down to: <?xml version="1.0" encoding="iso-8859-1"?> <portlets id="12"> <metainfo> <title>Neuigkeiten</title> </metainfo> <entry id="121" parent="NewsBrowser"/> </portlets> Are these files incorrect? Regards Michael Burschik --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
