I installed and tried to use the WSRP functionality of JBoss.
I tried to access to the producer through
http://{hostname}:{port}/portal-wsrp/ServiceDescriptionService
http://{hostname}:{port}/portal-wsrp/MarkupService
http://{hostname}:{port}/portal-wsrp/RegistrationService
http://{hostname}:{port}/portal-wsrp/PortletManagementService
but none of them worked.
http://{hostname}:{port}/portal-wsrp/MarkupService?wsdl worked but my consumer interface does not support wsdl only. It requires above end point URLs.
Do I need to configure JBoss portal producer to activate the end point URLS?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4141565#4141565
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4141565
anonymous wrote : I have extracted Jboss 4.0.2 server.
You say you are using 4.0.2, but the error shows something about 4.0.3SP1.
anonymous wrote :
| Could not create deployment: file:/opt/jboss-4.0.3SP1/server/default/conf/jboss-service.xml
Are you sure you have downloaded the correct zip file?
How do you start JBoss? Also, please post the entire output that you see on the console when you start JBoss.
P.S: While posting the logs or code or xml content, remember to wrap it in a code block using the Code button in the message editor window and please hit the Preview button to make sure your post is correctly formatted
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4141561#4141561
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4141561
Hi Everybody,
This is very urgent.
Actually my requirement is deploy the application in Linux environment.
I have installed jdk 1.5
I have extracted Jboss 4.0.2 server.
and I have set the environment variables like this.
export JAVA_HOME=/opt/jdk1.5.0_15
export PATH=$JAVA_HOME/bin:$PATH
export JBOSS_DIST=$JBOSS_DIST:/opt/jboss-4.0.2
my linux version is 9.0.15
When I am trying to start the server I am getting the following exception.
Could not create deployment: file:/opt/jboss-4.0.3SP1/server/default/conf/jboss-service.xml
org.jboss.deployment.DeploymentException: No ClassLoaders found for: org.jboss.management.j2ee.LocalJBossServerDomain; - nested throwable: (java.lang.ClassNotFoundException: No ClassLoaders found for: org.jboss.management.j2ee.LocalJBossServerDomain)
Please help me.I don't know where it is the problem.
Thank you in advance..
Thanks and Regards,
Ram kumar.I
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4141559#4141559
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4141559