-
Notifications
You must be signed in to change notification settings - Fork 14
Description
Hi ,
I am new to GSF and Sites as well . I want to integrate sites with GSF through eclipse and do a POC .
I followed the below blog
http://www.function1.com/2013/02/create-a-simple-contact-us-form-with-gsf/
I have created jar of my project using Maven ( pom.xml) .
Now how do I deploy this on server , I am using JSK .
Do I need to generate a war from the pom.xml / Maven build ?
I am getting the below error
[2014-10-01 00:20:51,176 UTC] [WARN ] [http-bio-9080-exec-9] [com.fatwire.logging.cs] ContentServer attempted to invoke a nested page that does not exist: Unable to locate page GST/Dispatcher
[2014-10-01 00:20:51,176 UTC] [ERROR] [http-bio-9080-exec-9] [logging.cs.satellite.request] Error accessing the external page with pmd: page: ?Browser=Netscape&SystemAssetsRoot=/cs/futuretense_cs/&authkey=[content > 50 chars; not shown]&action=class:com.gsf.action.ContactUsForm&additionalinfo=sas&errdetail=0&errno=0&name=sa&null= &pagename=GST/Dispatcher&phone=33
[2014-10-01 00:20:51,176 UTC] [ERROR] [http-bio-9080-exec-9] [fatwire.logging.cs.request] COM.FutureTense.Common.ContentServerException: ContentServerException: (Reading page page: ?Browser=Netscape&SystemAssetsRoot=/cs/futuretense_cs/&authkey=[content > 50 chars; not shown]&action=class:com.gsf.action.ContactUsForm&additionalinfo=sas&errdetail=0&errno=0&name=sa&null= &pagename=GST/Dispatcher&phone=33 from co-resident Content Server failed (errno=-30).) Error code:PAGE NOT FOUND
I guess the reason is , since the Action class is not deployed it is giving this error .
I am not sure how to progress on this, Kindly help .
Regards
Kunal Sharma