[JBoss-user] [JBoss Portal] - Re: JBoss Portal + JBoss AS 4.0.3SP1 question regarding MySQ

2006-02-10 Thread mathuran
I will be migrating from Novell exteNd to JBoss, so I need to migrate my 
database created under that environment to the JBoss one. How do I do that?


View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3922917#3922917

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3922917


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Portal] - JBoss Portal + JBoss AS 4.0.3SP1 question regarding MySQL

2006-02-09 Thread mathuran
Before I ask the main question, all I need to do with this bundle is unzip and 
place in the desired folder, correct? 

OK, I also downloaded JBoss Portal Forums, unzipped and placed the 
portal-forums.ear folder under the /server/default/deploy directory. Now where 
do I need to be placing the MySQL JDBC connector? Or is it already apprpriately 
placed in this bundle? Also, do I need to place the datasource file under 
/server/default/deploy...?

I start the server via a terminal with the command sh run.sh and 2 min later I 
have the JBoss AS up and running

Once I log into the Portal and start creating user IDs, where is all this 
information stored? The MySQL database is not being populated at all!! I don't 
know what is going on and how I can import users from my old database to the 
new one for the forums

Please help!

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3922791#3922791

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3922791


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Beginners Corner] - Problem deploying JBoss Portal

2006-02-08 Thread mathuran
I'm following the User Guide to deploying JBoss portal on SLES 9 with JDK 1.4. 
I created the MySQL DB as named and defined in the guide. I placed the 
jboss-portal.sar and the mysql-ds.xml file under the 
jboss/server/default/deploy folder...then started up the application server and 
logged into the JXM console and it worked fine. I then tried opening 
localhost:8080/portal and got the following Error 500:

java.lang.NullPointerException

org.jboss.portal.core.impl.model.portal.PersistentPortalObjectContainer.getObject(PersistentPortalObjectContainer.java:129)

org.jboss.portal.core.impl.model.portal.PersistentPortalObjectContainer.getContext(PersistentPortalObjectContainer.java:147)
sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)

sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
java.lang.reflect.Method.invoke(Method.java:324)

org.jboss.mx.interceptor.AttributeDispatcher.invoke(AttributeDispatcher.java:84)
org.jboss.mx.server.Invocation.dispatch(Invocation.java:80)
org.jboss.mx.server.Invocation.invoke(Invocation.java:72)

org.jboss.mx.interceptor.ModelMBeanAttributeInterceptor.invoke(ModelMBeanAttributeInterceptor.java:182)

org.jboss.mx.interceptor.PersistenceInterceptor.invoke(PersistenceInterceptor.java:61)
org.jboss.mx.server.Invocation.invoke(Invocation.java:74)

org.jboss.mx.server.AbstractMBeanInvoker.getAttribute(AbstractMBeanInvoker.java:343)

org.jboss.mx.server.MBeanServerImpl.getAttribute(MBeanServerImpl.java:541)
org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:106)
$Proxy43.getContext(Unknown Source)

org.jboss.portal.core.model.portal.DefaultPortalCommandMapper.doMapping(DefaultPortalCommandMapper.java:73)
sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)

sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
java.lang.reflect.Method.invoke(Method.java:324)

org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:141)
org.jboss.mx.server.Invocation.dispatch(Invocation.java:80)

org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:118)
org.jboss.mx.server.Invocation.invoke(Invocation.java:74)

org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:127)
org.jboss.mx.server.Invocation.invoke(Invocation.java:74)

org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:245)
org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:644)
org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:176)
$Proxy47.doMapping(Unknown Source)
org.jboss.portal.core.CoreController.handle(CoreController.java:176)
sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)

sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
java.lang.reflect.Method.invoke(Method.java:324)

org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:141)
org.jboss.mx.server.Invocation.dispatch(Invocation.java:80)

org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:118)
org.jboss.mx.server.Invocation.invoke(Invocation.java:74)

org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:127)
org.jboss.mx.server.Invocation.invoke(Invocation.java:74)

org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:245)
org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:644)

org.jboss.mx.util.JMXInvocationHandler.invoke(JMXInvocationHandler.java:273)
$Proxy111.handle(Unknown Source)

org.jboss.portal.server.ServerInvocation.dispatch(ServerInvocation.java:63)

org.jboss.portal.server.invocation.Invocation.invokeNext(Invocation.java:127)

org.jboss.portal.core.aspects.server.SubjectAssociationInterceptor.invoke(SubjectAssociationInterceptor.java:35)

org.jboss.portal.server.ServerInterceptor.invoke(ServerInterceptor.java:25)

org.jboss.portal.server.invocation.Invocation.invokeNext(Invocation.java:117)

org.jboss.portal.core.aspects.server.PolicyAssociationInterceptor.invoke(PolicyAssociationInterceptor.java:40)

org.jboss.portal.server.ServerInterceptor.invoke(ServerInterceptor.java:25)

org.jboss.portal.server.invocation.Invocation.invokeNext(Invocation.java:117)

org.jboss.portal.server.aspects.server.ContentTypeInt