JSR168 Portlet Issue

Coded a JSR168 compliant portlet andit works great under NetBeans and Pluto, but when it's deployed to PS7, I get a:

ERROR: Content not available.

In the portlet window.

I don't see anything in the logs and I'm at a loss why it won't work. I also have a JSR168 portlet that DOES work fine, but the second one I have no clue why it wouldn't...

Any ideas where I can look, start, etc?

[419 byte] By [barddzen] at [2007-11-26 8:09:00]
# 1

Check the logs at /var/opt/SUNWportal/portals/portal1/logs/<instance-id>/portal.0.0.log. By default the log level is SEVERE, you need to set it to FINEST. For more information you can

see Greg Ziebold's blog: http://blogs.sun.com/roller/page/gregz?entry=portal_server_7_swallows_up

dgothe at 2007-7-6 20:57:14 > top of Java-index,Web & Directory Servers,Portal Servers...
# 2
Thanks. I found that in another thread (after a lot of searching).
barddzen at 2007-7-6 20:57:14 > top of Java-index,Web & Directory Servers,Portal Servers...
# 3

Dear barddzen,

I am Clarence from Hong Kong, and facing the same problem as you before. I developed a JSF portlet using Java Studio Creator 2 update 1 and display just one line "Hello World" in the default page. But getting the same error after deploy. I change the log to FINEST and saw a message "can not get portlet". Still don't know how to fix the problem.

It would be appreciate if you can share your experience on how you fix the problem.

Thanks a lot

Clarence

ClarenceHo at 2007-7-6 20:57:14 > top of Java-index,Web & Directory Servers,Portal Servers...
# 4

See my post(s) about this in other threads. The issue was a nullpointerexception being thrown, but I couldn't see it. The other problem was I had to restart the cacao service, not sure what the issue was there.

Changing the logging level is supposed to be immediate, but I had to restart everything to get it to pick up the new logging level, not sure why...

barddzen at 2007-7-6 20:57:14 > top of Java-index,Web & Directory Servers,Portal Servers...