[JBoss-user] [JBoss Portal] - Jboss portal how to?

2006-04-12 Thread wondog
Hi, i am new in JBoss and portal, but i have experience with Tomcat.
I want to setup Portal with my JBoss

I have installed Jboss a i downloaded portal package.

i went through user guide for Portal,
i copied jboss-portal.sar dir and portal-mysql-ds.xml  file to:
C:\Program Files\jboss-4.0.3SP1\server\default\deploy\

My Mysql is running and i create database jbossportal
i have also jdbc driver in jboss lib dir

portal-mysql-ds.xml:
?xml version=1.0 encoding=UTF-8?

  local-tx-datasource
jndi-namePortalDS/jndi-name
connection-urljdbc:mysql://localhost:3306/jbossportal/connection-url
driver-classcom.mysql.jdbc.Driver/driver-class
user-nameroot/user-name

  /local-tx-datasource


but when i try 1217.0.0.1:8080/portal

this is shown:
HTTP Status 404 -

type Status report

message

description The requested resource () is not available.

what's wrong with my way?
or where is good tutorial for newbie?
thx


View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3936837#3936837

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3936837


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Portal] - Re: Jboss portal how to?

2006-04-12 Thread wondog
And one more thing - i restarted jboss after that

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3936839#3936839

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3936839


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Portal] - Re: Jboss portal how to?

2006-04-12 Thread wondog
There is somthing from error log:
ERROR [org.jboss.portal.core.CoreController] Object not found
org.jboss.portal.core.ObjectNotFoundException: Not allowed to access 
resourceDefault context does not exist
at 
org.jboss.portal.core.model.portal.DefaultPortalCommandMapper.doMapping(DefaultPortalCommandMapper.java:89)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at 
org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:141)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:80)
at 
org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:118)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:74)
at 
org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:127)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:74)
at 
org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:245)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:644)
at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:176)
at $Proxy50.doMapping(Unknown Source)
at org.jboss.portal.core.CoreController.handle(CoreController.java:189)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at 
org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:141)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:80)
at 
org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:118)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:74)
at 
org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:127)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:74)
at 
org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:245)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:644)
at 
org.jboss.mx.util.JMXInvocationHandler.invoke(JMXInvocationHandler.java:273)
at $Proxy115.handle(Unknown Source)
at 
org.jboss.portal.server.ServerInvocation.dispatch(ServerInvocation.java:76)
at 
org.jboss.portal.server.invocation.Invocation.invokeNext(Invocation.java:140)
at 
org.jboss.portal.core.aspects.server.SubjectAssociationInterceptor.invoke(SubjectAssociationInterceptor.java:47)
at 
org.jboss.portal.server.ServerInterceptor.invoke(ServerInterceptor.java:38)
at 
org.jboss.portal.server.invocation.Invocation.invokeNext(Invocation.java:130)
at 
org.jboss.portal.core.aspects.server.PolicyAssociationInterceptor.invoke(PolicyAssociationInterceptor.java:52)
at 
org.jboss.portal.server.ServerInterceptor.invoke(ServerInterceptor.java:38)
at 
org.jboss.portal.server.invocation.Invocation.invokeNext(Invocation.java:130)
at 
org.jboss.portal.server.aspects.server.ContentTypeInterceptor.invoke(ContentTypeInterceptor.java:68)
at 
org.jboss.portal.server.ServerInterceptor.invoke(ServerInterceptor.java:38)
at 
org.jboss.portal.server.invocation.Invocation.invokeNext(Invocation.java:130)
at 
org.jboss.portal.core.aspects.server.LocaleInterceptor.invoke(LocaleInterceptor.java:69)
at 
org.jboss.portal.server.ServerInterceptor.invoke(ServerInterceptor.java:38)
at 
org.jboss.portal.server.invocation.Invocation.invokeNext(Invocation.java:130)
at 
org.jboss.portal.core.aspects.server.UserInterceptor.invoke(UserInterceptor.java:184)
at 
org.jboss.portal.server.ServerInterceptor.invoke(ServerInterceptor.java:38)
at 
org.jboss.portal.server.invocation.Invocation.invokeNext(Invocation.java:130)
at 
org.jboss.portal.server.aspects.server.SessionInvalidatorInterceptor.invoke(SessionInvalidatorInterceptor.java:87)
at 
org.jboss.portal.server.ServerInterceptor.invoke(ServerInterceptor.java:38)
at 
org.jboss.portal.server.invocation.Invocation.invokeNext(Invocation.java:130)
at 
org.jboss.portal.core.aspects.server.TransactionInterceptor.invoke(TransactionInterceptor.java:75)
at 
org.jboss.portal.server.ServerInterceptor.invoke(ServerInterceptor.java:38)
at 
org.jboss.portal.server.invocation.Invocation.invokeNext(Invocation.java:130)
at 
org.jboss.portal.server.invocation.Invocation.invoke(Invocation.java:175)
at 
org.jboss.portal.server.servlet.PortalServlet.doGet(PortalServlet.java:221)
at