any software ag staff monitoring forums?

I haven’t seen any response in about two weeks to any questions by Software AG. Have you guys gone on spring break?

Anyways - I am setting up a syncEx portlets and working with them to it installed. I have it installed and now it is throwing an error as such:
2009-05-07 12:52:08 PDT (Framework : WARN) [RID:44] - RequestURI: /meta/default/syncexcorporatecalendardb___corpadminportlet_1/0000018853
2009-05-07 12:52:08 PDT (Framework : WARN) [RID:44] - RequestPath: /meta/default/syncexcorporatecalendardb___corpadminportlet_1/0000018853
2009-05-07 12:52:08 PDT (Framework : WARN) [RID:44] - Parameters:

2009-05-07 12:52:08 PDT (Framework : FATAL) [RID:44] - [POP.001.0002] A “javax.portlet.PortletException” occurred with the Message “at com.webMethods.portal.framework.portletcontainer.portletapi.impl.PortletRequestDispatcherImpl.include(PortletRequestDispatcherImpl.java:50)”
javax.portlet.PortletException
at com.webMethods.portal.framework.portletcontainer.portletapi.impl.PortletRequestDispatcherImpl.include(PortletRequestDispatcherImpl.java:50)
at com.yash.framework.portlet.YashPortlet.includeJSP(YashPortlet.java:100)
at com.yash.corpadmin.portlet.CorpAdminPortlet.view(CorpAdminPortlet.java:79)
at com.yash.framework.portlet.YashPortlet.doView(YashPortlet.java:161)
at javax.portlet.GenericPortlet.doDispatch(GenericPortlet.java:290)
at com.yash.framework.portlet.YashPortlet.doDispatch(YashPortlet.java:292)
at javax.portlet.GenericPortlet.render(GenericPortlet.java:218)

They said resolution to problem is "Probably,

Nope, not spring time, but cold and flu time. :frowning:

From the above stack trace snippet it is hard to tell what is going on.
The exception logged there has been wrapped the real ‘cause’ of the error. The full stack trace of the error should say what the cause was, but that is only the first 8 line of the stack trace.

Thanks,
Thomas