We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
Merge pull request #34 from fvillalba/more-documentation-for-the-website
b5832a9
Added Facades-Highlights page
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: