-
1. Re: Error: HessianServiceExporter only supports POST request
aron.gombas Mar 19, 2007 6:45 AM (in response to mega)Hello,
That URL is not to drop to your browser, as that is the connection point for the web service. (BTW based on that message, the server component is properly set up in your env).
What you need instead is simply adding the portlets to your portal pages in the Administration section of JBoss Portal. -
2. Re: Error: HessianServiceExporter only supports POST request
mega Mar 19, 2007 9:39 AM (in response to mega)Thanks a lot for your reply.
I tried to create SVN monitoring portlet instance and add it to the portal page. But the page was empty. :(
I also tried to add a "flash.war" porlet (downloaded from the website) , create its instance and add it to the portal page. it worked O.K.
What shall i do next?
Thanks once again for your help. -
3. Re: Error: HessianServiceExporter only supports POST request
aron.gombas Mar 19, 2007 1:15 PM (in response to mega)Can you see any exception or ERROR in your system log?
-
4. Re: Error: HessianServiceExporter only supports POST request
mega Mar 20, 2007 9:46 AM (in response to mega)Hi,
Thanks for your help. I can see the SVN monitoring data in my portal page. :) but it takes "a long time" to show the data.
I met another problems. I can read the "text" data, but the picture data is not displayed. :(
Here are errors in the log. I only attach those "errors" here. What shall I do next? would you please give me some suggestions?
Thank you very much.
====================================
2007-03-20 21:21:10,979 ERROR [STDERR] log4j:ERROR A "org.jboss.logging.util.Onl -
5. Re: Error: HessianServiceExporter only supports POST request
aron.gombas Mar 20, 2007 11:20 AM (in response to mega)I'm sure that your Slide is not properly configured. Plz make sure that Kosmos can write files to Slide and you can access those via the URLs generated by Kosmos.
-
6. Re: Error: HessianServiceExporter only supports POST request
mega Mar 21, 2007 11:37 PM (in response to mega)Hi,
Thanks for your suggestion.
I check my Slide, it works well. I can write to it, and the kosmos also can write to it. I can find some *.png files under the "kosmos-cache" folder. And I can open them. they are some pictures.
what causes my problems? Any suggestions?
Thank you very much. -
7. Re: Error: HessianServiceExporter only supports POST request
aron.gombas Mar 22, 2007 5:31 AM (in response to mega)Ah, OK, that means that the files are written as expected. In this case, the URL's pointing to those images must be incorrect.
Could you check SRC of the tags in the HTML source of your portal page? -
8. Re: Error: HessianServiceExporter only supports POST request
mega Mar 22, 2007 11:25 PM (in response to mega)Hi,
Yes, you are right. The URL in my portal page is not correct. it is "http://localhost:8080/slide/files/kosmos-cache/... ... ". the "localhost" should be replaced with my real host name.
Which config file I need to modify to correct the problem? Would you please help me?
Many many appreciated for your help. -
9. Re: Error: HessianServiceExporter only supports POST request
mega Mar 23, 2007 2:23 AM (in response to mega)Hi,
I did some modification of "WebDAV static content store" item in the "kosmos-services-servlet.xml" file. I put my sever name instead of "localhost"
Now, my SVN monitoring page looks good. :)
Many thanks for helping in my kosmos setup.
Have a nice day. :)) -
10. Re: Error: HessianServiceExporter only supports POST request
aron.gombas Mar 23, 2007 3:16 AM (in response to mega)Glad that it works now.