[jboss-user] [JBoss Portal] - Link to a Portlet from a jsp

2007-04-04 Thread portalgeek
Hi,

 I have jsp , which is not a part of portlet, but i want to create a link to 
another portlet in the this jsp . Is this possible. Please let me know what are 
steps required to accomplish this

Thanks

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4034541
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Portal] - Portal cannot see images directory in war file

2007-01-10 Thread portalgeek
Hi,

We have a portal deployed on JBoss portal 2.4. This portal has a web 
application which includes images.  

 We are using PortalRequestDispatcher which dispatches the JSP. This jsp 
has images. The portal is unable to find images  unless there are in the 
ROOT.war directory under jbossweb-tomcat55.sar

C:jboss-portal-2.4.0\server\default\deploy\jbossweb-tomcat55.sar\ROOT.war

Is this a constraint or we are missing some thing.

   Please throw some light

thanks

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=387
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Portal] - Re: Configuring a new login page for Portal

2006-12-11 Thread portalgeek
Hi,

  Thank you very much for your reply.  I tried changing the login.jsp and it 
worked.

  But this is what i want to achieve. We have our won portal. So when we say 
http://localhost/portal/portal/MyPortal--> it should take us to our login page 
and for all other it should take to default Jboss login page.

 I was thinking since each portal has its own war file. Can we configure in 
web.xml of that specific Portal, the login file ?.

 Please throw some light.

thanks
 

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3992780
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Portal] - Configuring a new login page for Portal

2006-12-08 Thread portalgeek
Hi,

 We have developed our portal. We want our login page (insteade of default 
JBoss login) to appear when i say http://localhost/portal/portal/MyPortal 

 Can someone specify the steps how this can be achieved ?

 thank you for your time.

thanks

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3992238
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Portal] - Where i can set the default window size to be maximum

2006-11-27 Thread portalgeek
Hi,

 I want my portlet window-state to be maximum by default . Where do i need to 
set this ? I tired in 
*-object.xml and portlet.xml by specifying

  |  
  | maximized
  |   
  | 
but it does not work . Please help

thanks

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3989091
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Portal] - documentation on themes

2006-11-13 Thread portalgeek
Hi,

Can someone let me know where can i find more documentation on themes and 
layout other than what is provided on the web-site ?

 Are they any books ?

thanks

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3985595
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Portal] - Tabs inside main Navigation tab (nested pages)

2006-11-10 Thread portalgeek
Hi,

   This question is regarding tabs i should say Nested tabs. In the default 
portal i have tabs like default, test, admin, new etc, these are basically 
pages and configure in *-object.xml 

   What i would like to have is a set of another tabs (pages) inside the above 
main tabs. Is this possible to achieve via  JbossPortal or i have to develop 
some TabbedPanel using JSF ? I tired by adding the following in *-object.xml, 
but it did not work

  | 
  | Page1
  | 
  |   Navigation
  |   NavigationPortletInstance
  |   navigation
  |   0
  |   
  | 
  |   theme.windowRendererId
  |   emptyRenderer
  | 
  | 
  |   theme.decorationRendererId
  |   emptyRenderer
  | 
  | 
  |   theme.portletRendererId
  |   emptyRenderer
  | 
  |   
  | 
  | 
  | Page Inside
  | 
  | CMS
  | CMSPortletInstance
  | center
  | 0
  |   
  |
  |   
  | 
  | 

Please throw some light .

thanks

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3984911
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Portal] - Re: Problem with Stock News Portlet.

2006-10-27 Thread portalgeek
Hi,

  It worked. Thanks very much. Appreciate it.

thank you

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3981410
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Portal] - Re: Problem with IFramePortlet and Stock News Portlet.

2006-10-27 Thread portalgeek
Hi,

 I have the same problem with IFrame Portlet.


  | org.apache.jasper.JasperException: Failed to load or instantiate 
TagExtraInfo class: org.jboss.portal.portlet.taglib.DefineObjectsTagTEI 
  | 
  | 

I saw your reply, but did not understand completely. Can you be more explicit 
regarding what changes have to be made in portlet.tld and portal.xml
My portlet.tld looks as follows:

  | 
  | 
  | http://java.sun.com/dtd/web-jsptaglibrary_1_2.dtd";>
  | 
  | 
  |1.0
  |1.2
  |portlet
  | 
  |http://java.sun.com/portlet
  | 
  |
  | 
  |   param
  |   org.jboss.portal.portlet.taglib.URLParameterTag
  |   empty
  | 
  |   
  |  name
  |  true
  |  true
  | 
  |   
  |   
  |  value
  |  true
  |  true
  | 
  |   
  | 
  |
  |
  | 
  |   defineObjects
  |   
org.jboss.portal.portlet.taglib.DefineObjectsTag
  |   
org.jboss.portal.portlet.taglib.DefineObjectsTagTEI
  |   empty
  | 
  |
  |
  | 
  |   namespace
  |   org.jboss.portal.portlet.taglib.NamespaceTag
  |   empty
  | 
  |
  |
  | 
  |   renderURL
  |   org.jboss.portal.portlet.taglib.RenderURLTag
  |   
org.jboss.portal.portlet.taglib.GenerateURLTagTEI
  |   JSP
  | 
  |   
  |  portletMode
  |  true
  | 
  |   
  |   
  |  secure
  |  true
  | 
  |   
  |   
  |  var
  |  true
  | 
  |   
  |   
  |  windowState
  |  true
  | 
  |   
  | 
  |
  |
  | 
  |   actionURL
  |   org.jboss.portal.portlet.taglib.ActionURLTag
  |   
org.jboss.portal.portlet.taglib.GenerateURLTagTEI
  |   JSP
  | 
  |   
  |  portletMode
  |  true
  | 
  |   
  |   
  |  secure
  |  true
  | 
  |   
  |   
  |  var
  |  true
  | 
  |   
  |   
  |  windowState
  |  true
  | 
  |   
  | 
  |
  | 
  | 
  | 
  | 

My Portlet.xml looks ad follows

  | 
  | http://java.sun.com/xml/ns/portlet/portlet-app_1_0.xsd";
  |  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
  |  
xsi:schemaLocation="http://java.sun.com/xml/ns/portlet/portlet-app_1_0.xsd 
/opt/SUNWps/dtd/portlet.xsd"
  |  version="1.0">
  |
  |   IFramePortlet
  |   org.jboss.portlet.iframe.IFramePortlet
  |   
  |  text/html
  |  VIEW
  |  EDIT
  |   
  |   
  |  IFrame
  |   
  |
  | 
  | 

I am using JbossPortal 2.4

thanks

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3981373
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Portal] - An error occured while rendering window 'default.IFrame.IFr

2006-10-26 Thread portalgeek
Hi,

 I got the following error when using Iframe porltet form portalswap.com
 I am using Jbossportal 2.4 bundle


  |  An error occured while rendering window 
'default.IFrame.IFramePortletWindow'  
  |  org.apache.jasper.JasperException: Failed to load or instantiate 
TagExtraInfo class: org.jboss.portal.portlet.taglib.DefineObjectsTagTEI 
  | 
  | 

When i click on the Iframe window  , got he following error

  | rg.apache.jasper.JasperException: Failed to load or instantiate 
TagExtraInfo class: org.jboss.portal.portlet.taglib.DefineObjectsTagTEI 
  | java.lang.NullPointerException
  | at 
org.jboss.portal.portlet.impl.spi.AbstractRequestContext.include(AbstractRequestContext.java:193)
  | at 
org.jboss.portal.portlet.aspects.portlet.ContextDispatcherInterceptor$1.include(ContextDispatcherInterceptor.java:68)
  | at 
org.jboss.portal.server.servlet.CommandServlet.include(CommandServlet.java:84)
  | at 
org.jboss.portal.portlet.aspects.portlet.ContextDispatcherInterceptor.invoke(ContextDispatcherInterceptor.java:74)
  | at 
org.jboss.portal.portlet.invocation.PortletInterceptor.invoke(PortletInterceptor.java:37)
  | at 
org.jboss.portal.common.invocation.Invocation.invokeNext(Invocation.java:130)
  | at 
org.jboss.portal.portlet.aspects.portlet.ContextTrackerInterceptor.invoke(ContextTrackerInterceptor.java:50)
  | at 
org.jboss.portal.portlet.invocation.PortletInterceptor.invoke(PortletInterceptor.java:37)
  | at 
org.jboss.portal.common.invocation.Invocation.invokeNext(Invocation.java:130)
  | at 
org.jboss.portal.portlet.aspects.portlet.SecureTransportInterceptor.invoke(SecureTransportInterceptor.java:65)
  | at 
org.jboss.portal.portlet.invocation.PortletInterceptor.invoke(PortletInterceptor.java:37)
  | at 
org.jboss.portal.common.invocation.Invocation.invokeNext(Invocation.java:130)
  | at 
org.jboss.portal.portlet.aspects.portlet.ValveInterceptor.invoke(ValveInterceptor.java:61)
  | at 
org.jboss.portal.portlet.invocation.PortletInterceptor.invoke(PortletInterceptor.java:37)
  | at 
org.jboss.portal.common.invocation.Invocation.invokeNext(Invocation.java:130)
  | at 
org.jboss.portal.common.invocation.Invocation.invoke(Invocation.java:171)
  | at 
org.jboss.portal.portlet.container.PortletContainerInvoker.invoke(PortletContainerInvoker.java:114)
  | at sun.reflect.GeneratedMethodAccessor194.invoke(Unknown Source)
  | at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  | at java.lang.reflect.Method.invoke(Method.java:585)
  | at 
org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
  | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
  | at 
org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133)
  | at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
  | at 
org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142)
  | at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
  | at 
org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
  | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
  | at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
  | at $Proxy43.invoke(Unknown Source)
  | at 
org.jboss.portal.portlet.state.producer.StatefulPortletInvoker.invoke(StatefulPortletInvoker.java:249)
  | at sun.reflect.GeneratedMethodAccessor193.invoke(Unknown Source)
  | at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  | at java.lang.reflect.Method.invoke(Method.java:585)
  | at 
org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
  | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
  | at 
org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133)
  | at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
  | at 
org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142)
  | at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
  | at 
org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
  | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
  | at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
  | at $Proxy45.invoke(Unknown Source)
  | at 
org.jboss.portal.federation.impl.FederatedPortletInvokerService.invoke(FederatedPortletInvokerService.java:139)
  | at 
org.jboss.portal.federation.impl.FederatingPortletInvokerService.invoke(FederatingPortletInvokerService.java:155)
  | at sun.reflect.GeneratedMethodAccessor192.invoke(Unknown Source)
  | at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  | at java.lang.reflect.Method

[jboss-user] [JBoss Portal] - JBossPortal 2.4 and IFrame portlet from portalswap

2006-10-26 Thread portalgeek
Hi,

 I used IFrame portlet from portalswap with JBossPortal 2.2 , it worked without 
a problem.

I have up-graded to JBossPortal2.4, and when i deploy the IFrame portlet it says
the following

  | 16:56:20,149 INFO  [TomcatDeployer] deploy, ctxPath=/iframeportlet, 
warUrl=.../deploy/iframeportlet.war/
  | 16:56:20,352 WARN  [InstanceMetaData] The instance IFramePortletInstance 
will not be created because the component referenced is outside of the same web 
app iframe.IFramePortlet
  | 

How do i overcome this. Can someone please throw some light.

thanks

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3981030
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Portal] - Re: login not working after migration from JbossPortal 2.2 t

2006-10-23 Thread portalgeek
Drop the entire jbossportal database.

Recreate jbossportal database and then excute run.bat (of Jbossportal 2.4)

This seems to solve the problem.

thank you

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3980147
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Portal] - Re: login not working after migration from JbossPortal 2.2 t

2006-10-23 Thread portalgeek
JBossPortal 2.2 to 2.4

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3980120
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Portal] - login not working after migration from JbossPortal 2.2 to 2.

2006-10-23 Thread portalgeek
Hi ,

   I have migrated from JbossPortal 2.2 to Jboss Portal 2.4. I am using the the 
bundle.

  This what i have done:

1.I have donwloaded the bundle

2. I am using mysql and it shows it  created 41 tables. I have made all the 
changes required for jbp_instances, jbp_users, jbp_portlet_state_entry. I have 
created two users admin and users ( All these i have done for Jbossportal 2.2)

3.I executed the run.bat 

4. No errors shown on console

5. Point the url to http://localhost:8080/portal login screen comes up
I have used admin/admin as  userid/password  (user/user  as userid/password 
does not work). I get HTTP status 404 error with the following on the url

  | 
http://localhost:8080/j_security_check;jsessionid=6F17D0B59F5EEFAA6DC6F32653915606
  |  

6. I tried with http://localhost:8080/portal/portal 
I get HTTP status 401

Can some one please tell me what iam doing wrong ? Can you please throw some 
light

thanks



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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3980096
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Portal] - Re: Cannot see Management and CMS portlet

2006-10-06 Thread portalgeek
gumreal,

 Thanks a bunch. Atleast now i can see the tabs (i.e CMS manager and 
Management).  I guess the roles and users information was missing.

 Thanks again.



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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3976611
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Portal] - Re: Cannot see Management and CMS portlet

2006-10-04 Thread portalgeek
gumreal,

 BTW, I am using JBoss AS 4.0.4 GA+ JBossPortal 2.2 bundle.

thanks

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3976035
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Portal] - Re: Cannot see Management and CMS portlet

2006-10-04 Thread portalgeek
Thank you for the response. I have changed the fields in jbp_users, but i do 
not have jbp_portal_state_entry in my database ( i do not why ?). Even in the 
jbp_instance table i do not have field 'modifiable'. Below are the tables 
present in my database and decripition of jbp_instance table.

The problem still presists

Please help.

  | mysql> show tables;
  | +-+
  | | Tables_in_jbossportal   |
  | +-+
  | | jbp_cms_cmsentry|
  | | jbp_cms_repositoryentry |
  | | jbp_cms_version_binval  |
  | | jbp_cms_version_node|
  | | jbp_cms_version_prop|
  | | jbp_cms_version_refs|
  | | jbp_cms_versionentry|
  | | jbp_cms_wsp_binval  |
  | | jbp_cms_wsp_node|
  | | jbp_cms_wsp_prop|
  | | jbp_cms_wsp_refs|
  | | jbp_context |
  | | jbp_instance|
  | | jbp_instance_pref   |
  | | jbp_instance_pref_value |
  | | jbp_object_node |
  | | jbp_page|
  | | jbp_portal  |
  | | jbp_portal_mode |
  | | jbp_portal_object   |
  | | jbp_portal_object_props |
  | | jbp_portal_window_state |
  | | jbp_role_membership |
  | | jbp_roles   |
  | | jbp_security_constraint |
  | | jbp_security_policy |
  | | jbp_user_pref   |
  | | jbp_user_pref_set   |
  | | jbp_user_pref_value |
  | | jbp_user_prefs_group|
  | | jbp_user_prop   |
  | | jbp_users   |
  | | jbp_window  |
  | +-+
  | 33 rows in set (0.09 sec)
  | 
  | mysql> describe jbp_instance;
  | +---+--+--+-+-++
  | | Field | Type | Null | Key | Default | Extra  |
  | +---+--+--+-+-++
  | | PK| bigint(20)   | NO   | PRI | NULL| auto_increment |
  | | ID| varchar(255) | NO   | UNI | ||
  | | COMPONENT_REF | varchar(255) | YES  | | NULL||
  | +---+--+--+-+-++
  | 3 rows in set (0.02 sec)
  | 

thanks

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3976032
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Portal] - Re: Cannot see Management and CMS portlet

2006-10-03 Thread portalgeek
Yes, using mySql 5.0.24a. I have the checked the wiqi url you have provided.

Removed the "STRICT_TRANS_TABLES", connection-url already had 
jdbcCompliantTruncation=false 

Then re-ran the run.bat. no help.

Still the tables are empty. I cannot login as admin/admin (username/password) 
into portal and cannot see the cms and management tabs.

Please help.

thank you

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3975850
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Portal] - Re: Cannot see Management and CMS portlet

2006-10-03 Thread portalgeek
Thanks for the reply. I deleted the protal folder in data directory and idid 
the start-up again (by running run.bat). but no help.

I am using mysql databases. Tables are created, but all the tables are empty.( 
i.e jbp_users, jbp_roles, jbp_cms_cmsentry). 

I checked the log and found nothing suspicious excpet
[org.hibernate.hql.ast.ErrorCounter] throwQueryException() : no errors where 
hibernate related sql statement are logged.

Can you please throw some light.

thanks

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3975795
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Portal] - Cannot see Management and CMS portlet

2006-10-03 Thread portalgeek
Hi,

 I am using JBoss AS 4.0.4 +JBossPortal  2.2 bundle. I did install correctly. 
but i have following issues

1. Cannot see Managment tab and Management Portlet 
2. Cannot see CMS  tabCMS admin protlet. 
3. When i click on user portlet, it takes me to login screen, but when i try to 
login as admin/admin as user name and passid , it says invalid login.
Do i need to create these logins ?

when i say http://localhost:8080/portal/portal/default, i see just 2 tabs one 
is test and one is default.
I checked the default-object.xml. It does not have any thing for CMS and 
mangement tabs. 

have i missed something here ? If i need to get CMS admin and Mangement 
portlet, how to get it now (i.e it should have come default install)? Please 
throw some light
The default-object.xml is as follows

  | 
  | 
  |
  |   default
  |   keep
  |   
  |  Test
  |  test_listener
  |  
  | NavigationPortletWindow
  | NavigationPortletInstance
  | navigation
  | 0
  | 
  | 
  |
  |
  |   theme.windowRendererId
  |   emptyRenderer
  |
  |
  |
  |   theme.decorationRendererId
  |   emptyRenderer
  |
  |
  |
  |   theme.portletRendererId
  |   emptyRenderer
  |
  | 
  |  
  |  
  | TestPortletWindow
  | TestPortletInstance
  | center
  | 1
  |  
  |  
  | CMSPortletWindow
  | CMSPortletInstance
  | center
  | 2
  |  
  |  
  | PreferencesPortletWindow
  | PreferencesPortletInstance
  | center
  | 3
  |  
  |  
  | UserPortletWindow
  | UserPortletInstance
  | left
  | 0
  |  
  |  
  | CatalogPortletWindow
  | CatalogPortletInstance
  | left
  | 1
  |  
  |  
  | event test
  | 
  |NavigationPortletWindow
  |NavigationPortletInstance
  |navigation
  |0
  |
  |
  |   
  |   
  |  theme.windowRendererId
  |  emptyRenderer
  |   
  |   
  |   
  |  theme.decorationRendererId
  |  emptyRenderer
  |   
  |   
  |   
  |  theme.portletRendererId
  |  emptyRenderer
  |   
  |
  | 
  | 
  |CatalogPortletWindow
  |CatalogPortletInstance
  |left
  |0
  | 
  | 
  |PortletAWindow
  |PortletAInstance
  |center
  |0
  | 
  | 
  |PortletBWindow
  |PortletBInstance
  |center
  |1
  | 
  |  
  |  
  | secure test
  | 
  |NavigationPortletWindow
  |NavigationPortletInstance
  |navigation
  |0
  |
  |
  |   
  |   
  |  theme.windowRendererId
  |  emptyRenderer
  |   
  |   
  |   
  |  theme.decorationRendererId
  |  emptyRenderer
  |   
  |   
  |   
  |  theme.portletRendererId
  |  emptyRenderer
  |   
  |
  | 
  | 
  |SecuredTestPortletWindow
  |SecuredTestPortletInstance
  |center
  |0
  | 
  |  
  |  
  | exception test
  | 
  |NavigationPortletWindow
  |NavigationPortletInstance
  |navigation
  |0
  |
  |
  |   
  |   
  |  theme.windowRendererId
  |  emptyRenderer
  |   
  |   
  |   
  |  theme.decorationRendererId
  |  emptyRenderer
  |   
  |   
  |  

[jboss-user] [JBoss Portal] - Re: DefaultPortal shows instead of actual portal

2006-10-02 Thread portalgeek
Thanks for the response. 

I guess, i solved this, but not quiet sure i am correct. In *-object.xml file, 
i changed the following to point my default page. Previously i was not doing it.

  |  
  |   portal.defaultObjectName
  |   Business
  |   
  | 

 Now i can see my portal, but not the portlets, still checking ( i have checked 
the log no trace of any error).

 can you pleas provide me some pointers.

thanks

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3975508
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Portal] - DefaultPortal shows instead of actual portal

2006-09-26 Thread portalgeek
Hi,

 I have developed portlets and placed them in the protal i have developed. The 
build is successful and i have deployed in the server ( no problems).

 but when i try open this portal by saying 
http://localhost:8080/portal/portal/PortalTexas the default JBoss portal shows 
up instead of portal i have developed.

 I have tried several things, but no progress. I need somehelp, can someone 
throw some light here.
my *-object.xml looks as follows:


  | 
  | 
  |   
  | overwrite
  | 
  | 
  |   PortalTexas
  |   
  | 
  |   portal.defaultObjectName
  |   Page1
  | 
  | 
  |   layout.id
  |   generic
  | 
  | 
  |   theme.id
  |   Nphalanx
  | 
  | 
  |   theme.renderSetId
  |   divRenderer
  | 
  | 
  |   layout.strategyId
  |   maximizedRegion
  | 
  |   
  |   
  | view
  | edit
  | help
  |   
  |   
  | normal
  | minimized
  | maximized
  |   
  |   
  | Business
  | 
  |   Navigation
  |   NavigationPortletInstance
  |   navigation
  |   0
  |   
  | 
  |   theme.windowRendererId
  |   emptyRenderer
  | 
  | 
  |   theme.decorationRendererId
  |   emptyRenderer
  | 
  | 
  |   theme.portletRendererId
  |   emptyRenderer
  | 
  |   
  | 
  | 
  |   
  | Monitoring
  | 
  |   Navigation
  |   NavigationPortletInstance
  |   navigation
  |   0
  |   
  | 
  |   theme.windowRendererId
  |   emptyRenderer
  | 
  | 
  |   theme.decorationRendererId
  |   emptyRenderer
  | 
  | 
  |   theme.portletRendererId
  |   emptyRenderer
  | 
  |   
  | 
  | 
  |   SamplePortlet
  |   SamplePortletInstance
  |   center
  |   0
  | 
  | 
  | 
  |   
  | 
  | 
  | 

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3974308
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Portal] - Re: what are .iml and .ipr and .iws files in JBossPortal App

2006-09-26 Thread portalgeek
Peter,

 Thanks for the response.



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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3974226
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Portal] - Re: what are .iml and .ipr and .iws files in JBossPortal App

2006-09-22 Thread portalgeek
Peter,

Thanks it worked. But i have question regarding the url stuff.

http://localhost:8080/portal/yourportalname/yourportaldefaultpage, should be 
the url i mean this what i understood from the document

With the JBoss Portal stuff: http://localhost:8080/portal will be common for 
all the portal.s

 I was not clear why we have to do http://localhost:8080/portal/portal/PortalB 
for the this one.

 Incase you know can you please explain how the "/portal/portal/PortalB" (i.e 
relative path) maps to things in config files. I mean in *-object.xml we just 
specified  name as PortalB. I am not clear why we have to use 
"http://localhost:8080/portal/portal/PortalB"; 
"instead of just http://localhost:8080/portal/PortalB";

 Please throw some light.

thanks

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3973615
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Portal] - use of Jboss-web, Jboss-app, Jboss-portlet config files

2006-09-22 Thread portalgeek
Hi,

 In one of the portlet samples, i down-loaded from PortletSwap.com (iframe 
portlet) has following files:

1. Jboss-web 2.Jboss-app 3. Jboss-portlet 
4. *-object.xml 5. portlet.xml 6.web.xml 7. portlet-instances.xml

Jboss-web is empty.

  | 
  | 
  | 
  | 

Jboss-app

  | 
  | iframe
  | 
  | 

Jboss-portlet

  | 
  |
  |   IFramePortlet
  |
  | 
  | 

Are these config files generated in prior version like 2.2 and now not needed ? 
Or there is any other use ? Please throw some light.

thanks

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3973599
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Portal] - Re: what are .iml and .ipr and .iws files in JBossPortal App

2006-09-22 Thread portalgeek
Peter,

 I tried this: I have used the *-object.xml you have provided in the forum 
and  used in my helloworld-object.xml, (helloworld.war sample from 
portalswap.com) in Web-Inf folder inside helloworld.war file. In short i 
replaced the contents of helloworld-object.xml with your file contents.

Then, ihave tried http://localhost:8080/portal/PortalB. The result is same 
as  using http://localhost:8080/portal/portal/default/ . I mean all other  
portlets which come with JBoss are present in this PortalB. I am little lost 
here.

   I was thinking that since PortalB has only two pages only these pages should 
appear, by i do have pages Test and default.  

Can you please throw some light.

thanks

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3973593
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Portal] - Portlet calling a webservice

2006-09-21 Thread portalgeek
Hi,

  I checked portalswap.com, but did not find a sample of a portlet that calls a 
webservice. can you please provide some link or info.

 I guess WSRP is new standard for calling webservices from portlets. But a 
sample which does not adhere to this standard will also work.

 Thanks for all the help.

thanks

  

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3973335
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Portal] - Re: JBoss Portal + LDAP

2006-09-20 Thread portalgeek
LdapLoginModule is in java 6, which is still a beta-version. Correct me if i am 
wrong.

 But i guess there is some documentation @ sun's 
website.http://java.sun.com/products/jndi/tutorial/ldap/index.html
 tell how to integrate.

I was thinking, UserPortlet provided in the JBoss source is the right place to 
put this validation code.

 Please correct me, if i am wrong. Someone who has done this before, please 
share your experience.

thanks

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3973102
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Portal] - Re: Tabs don't show up on the new page in default portal

2006-09-19 Thread portalgeek
Thanks peter. Appreciate it.

 So i guess the navigation portlet anywhere.

thanks

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3972699
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Portal] - Tabs don't show up on the new page in default portal

2006-09-19 Thread portalgeek
Hi,

   I have deployed HelloWorld portlet on a different page on the default portal.

 So, now on the default portal, i have 3 tabs insteadof 2. (1.test 2.default, 
3.HelloWorld)

  When i click on the test or default tab, i go their respective pages i can 
see the tabs. But when i click on HelloWorld tab, i go to the HelloWorld page 
but cannot see the tabs.

 The way i deployed HelloWorld portlet is , i put HelloWorld.war file in deploy 
directory of the JBoss Server. Thats all. Do i need to change anything in 
default-object.xl for the tabs to appear ?

Please throw some light. 

thanks


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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3972670
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Portal] - Re: what are .iml and .ipr and .iws files in JBossPortal App

2006-09-18 Thread portalgeek
Peter,

 Thanks for the response. After observing the deploy folder i have the 
following questions:

   how does the url: http://localhost:8080/portal/portal/default/helloworld 
maps to the deployed war file in 
"C:\jboss-4.0.4-Portal2.2.1SP1-EJB3\jboss-4.0.4.GA\server\default\deploy"

  I mean this is the folder where are the war files are placed. until now i 
have tried portlets, by adding pages to default JBoss Portal.

  But i am not very clear how to create my own portal and add pages to it
In short when i say http://localhost:8080/portal/mycompanyportal/companydefault 
-> should show my company portal , not the jboss default one.

 Should i do the following ?

1.Create a mycompany-portal.sar file.
this sar file in-turn contains
conf
lib
war
conf -> contains data, hibernate, themes ..etc
lib -> contains all the library files
war -> contains web-inf , Meta-inf files. (but i am not very clear here). since 
all the example portlets, i tried until now have class-files ( organized via 
class folders, org.jboss.portal.hello.helloworld.class) inside the war, 

but in the 
C:jboss-4.0.4.GA\server\default\deploy\jboss-portal.sar\portal-samples.war does 
not have any classes

am i missing some thing?.

Can you please throw some light.

thanks for all the help

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3972429
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Portal] - Re: Inlcude a url in the portlet

2006-09-18 Thread portalgeek
Peter,

   I guess, i solved the issue. The problem was with the config file 
"portlet-instances.xml" . I am not very clear ( i am still playing around), but 
the iframeportlet which i downloaded from portal swap has config little bit 
different. The deployments tag was specified in 2 places one in *-object.aml 
and other in portlet-instances.xml. I removed the dployment tag in 
portlet-instances and just kept in *-object.xml.  I am not quiet if this was 
the exact problem.

  In case you have any other in-sight please let me know.

thanks 

   

 

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3972334
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Portal] - Re: Inlcude a url in the portlet

2006-09-18 Thread portalgeek
Peter,

  Thanks for the response. I have down-loaded the iframe portlet, build it 
and deployed on the portal.

   I can see the page i have created for this IFrame portlet (i.e a tab on 
the default portal), but i do not see the IFrame portlet.  There are no error 
messages on the console. I have checked the server log file 
(jboss-4.0.4-Portal2.2.1SP1-EJB3\jboss-4.0.4.GA\server\default\log), it does 
not have any thing.

  As i understand, the IFramePortlet, should display (www.jboss.org) 
web-page in the portlet along with its content. Let me know if i am 
understanding wrong. 

  Please throw some light if you have any in-sight.

Thank u for all the responses.

thanks

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3972320
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Portal] - Inlcude a url in the portlet

2006-09-14 Thread portalgeek
Hi,

How do i include a url in the portlet.  I would like to display url (say 
www.yahoo.com or www.jboss.org) on the portlet and when i click url the page 
should appear in frame like (iframe).

 Please throw some light

thanks

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3971836
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Portal] - Re: what are .iml and .ipr and .iws files in JBossPortal App

2006-09-14 Thread portalgeek
sorry for the typo; I meant if i use a different IDE, these files will not be 
generated.


thanks

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3971679
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Portal] - Re: what are .iml and .ipr and .iws files in JBossPortal App

2006-09-14 Thread portalgeek
Thanks for the response

So these files are not required to run JBoss portlets. If i use a different 
these files would not be generated for sure.

Please throw some light

thanks

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3971676
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Portal] - what are .iml and .ipr and .iws files in JBossPortal Apps

2006-09-14 Thread portalgeek
Hi,

What are .iml, .ipr and .iws files in JBossPortal apps ? .How are these 
generated ?

 Is .iml -> Initial Machine load ?

  Please throw some light.

 Can someone provide links which specify steps for creating a portal from 
scratch in JBossPortal

 Thanks for all the help

thanks



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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3971669
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Portal] - Re: Cannot see HelloWorldJSPPortlet portlet on the default t

2006-09-14 Thread portalgeek
Peter,

Thanks for the response. Actually i am using Portal 2.2 version, but i 
think that should not matter.

I have done the following to atleast overcome the problem. I have 
modified the helloworld-object.xml file in the parent-ref from default.default 
to default. Included HelloWorld on a different page. It seems to work. But i 
not quiet this right thing or not.

  I am still playing around and learning. I guess i will be a frequent 
visitor to this forum in coming days.

 But just in-case all the config files have to be hand-coded ? or there is 
way you can automate them.

 thanks

 


   

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3971551
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Portal] - Source Code for Default Portal

2006-09-13 Thread portalgeek
Hi,

 Where i can i find the code for default portal which comes with JBoss? I 
mean when you type in http://localhost:8080/portal...the code for this portal.


thanks

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3971350
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Portal] - Re: Cannot see HelloWorldJSPPortlet portlet on the default t

2006-09-13 Thread portalgeek
Thanks for the reply. I did not create or configure any users. Even the Portal 
Primer chapter 5  in the user manual does not specify this.

 But cleared the cache in the browser and tried but it did not help.

 One thing in the document (Portal Primer chapter, page 43) it says"Simply 
touch web.xml to have JBoss App Server hot deploy the application on a live 
running server instance). I do not know whether it is relevant or not , but i 
cannot use touch command in Windows XP. When i type in help on command prompt 
in windows XP , i cannot see touch command).

   I stopped and started the JBoss portal server, but no luck.

Please help.

thanks  

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3971296
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Portal] - Cannot see HelloWorldJSPPortlet portlet on the default tab

2006-09-13 Thread portalgeek
Hi, 

 I have installed JBossPortal . I guess it is running. When i type in 
http://localhost:8080/portal, i can see the default page. 

I have read chapter 5 (Portal primer) in user manual. 

I am trying to run the HelloWorldJSPPortlet, but unable to do so. 

I have done the following.
 1. Downloaded the zip file 
 2. Build the project using ant 
 3. exploded it. 
 4. Did a hot deploy ( I can see on the server command promt that 
HelloWorldJSPPortlet context path info), by copying the war file to deploy 
folder under server 
5. After that when i say http://localhost :8080/portal, i cannot see HelloWorld 
JSP portlet on the default tab, as specified in the document 

Please provide some pointers 

thanks 

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3971285
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Portal] - Problems with HelloWorldJSPPortlet

2006-09-12 Thread portalgeek
Hi,

   I have installed JBossPortal . I guess it is running. When i type in 
http://localhost:8080/portal, i can see the default page. 

   I have read chapter 5 (Portal primer) in user manual. I am  trying to run 
the HelloWorldJSPPortlet, but unable to do so.

   I have done the following.

   1. Downloaded the zip file 
   2. Build the project using ant
   3. exploded it.
   4. Did a hot deploy ( I can see on the server command promt that 
HelloWorldJSPPortlet context path info), by copying the war file to deploy 
folder under server

   5. After that when i say http://localhost
:8080/portal, i cannot see HelloWorld JSP portlet on the default tab, as 
specified in the document  

   Please provide some pointers

thanks
  
 

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3971123
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Portal] - org.jboss.portal.security.impl.jacc.JBossSecurityProviderImp

2006-09-08 Thread portalgeek
Hi,

  I got the following error while starting the portal server. If someone knows 
how to resolve it, please throw some light

java.lang.NoSuchMethodException: 
org.jboss.portal.security.impl.jacc.JBossSecurityProviderImpl.setObjectName(javax.management.ObjectName)
at java.lang.Class.getMethod(Class.java:1581)
at 
org.jboss.mx.server.AbstractMBeanInvoker.inject(AbstractMBeanInvoker.java:948)
at 
org.jboss.mx.server.AbstractMBeanInvoker.preRegister(AbstractMBeanInvoker.java:662)
at 
org.jboss.mx.server.registry.BasicMBeanRegistry.invokePreRegister(BasicMBeanRegistry.java:697)
at 
org.jboss.mx.server.registry.BasicMBeanRegistry.registerMBean(BasicMBeanRegistry.java:211)
at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at 
org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
at 
org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
at 
org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
at 
org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
at org.jboss.mx.server.MBeanServerImpl$3.run(MBeanServerImpl.java:1422)
at java.security.AccessController.doPrivileged(Native Method)
at 
org.jboss.mx.server.MBeanServerImpl.registerMBean(MBeanServerImpl.java:1417)
at 
org.jboss.mx.server.MBeanServerImpl.registerMBean(MBeanServerImpl.java:1350)
at 
org.jboss.mx.server.MBeanServerImpl.createMBean(MBeanServerImpl.java:345)
at org.jboss.system.ServiceCreator.install(ServiceCreator.java:181)
at 
org.jboss.system.ServiceConfigurator.internalInstall(ServiceConfigurator.java:449)
at 
org.jboss.system.ServiceConfigurator.install(ServiceConfigurator.java:171)
at 
org.jboss.system.ServiceController.install(ServiceController.java:226)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at 
org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
at 
org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
at $Proxy4.install(Unknown Source)
at org.jboss.deployment.SARDeployer.create(SARDeployer.java:249)
at org.jboss.deployment.MainDeployer.create(MainDeployer.java:953)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:807)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:771)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at 
org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
at 
org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
at 
org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
at 
org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
at $Proxy6.deploy(Unknown Source)
at 
org.jboss.deployment.scanner.URLDeploymentScanner.deploy(URLDeploymentScanner.java:421)
at 
org.jboss.deployment.scanner.URLDeploymentScanner.scan(URLDeploymentScanner.java:634)
at 
org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.doScan(AbstractDeploymentScanner.java:263)
at 
org.jboss.deployment

[jboss-user] [JBoss Portal] - Pre-requisties before you installing JBoss Portal

2006-09-08 Thread portalgeek
Hi,

  I am trying to install JBossPortal 2.2 using the bundle (JBoss AS 4.0.4 
GA). One thing which is not clear for me, should i have some database before i 
run the run.bat file which is present in the bin directory.

  When i execute the run.bat file, it throws bumch of exception and says 
JBoss server started in 31 sec: 49 ms.

   When i say http://localhost:8080/portal, it throw HTTP 500 error but on 
the console i get NULLPointerException 
[ERROR]org.apache.catalina.core.ContainerBase.[jboss.web].[localhost].[/portal].[PortalServletWithPathMapping][
 Servelt.service() for servlet  PortalServeltWithMapping threw Exception  java 
NullPointerException.

Can someone throw some light if they have seen this error before.

 Is the root cause of the problem no database connectivit ?. I wish 
there was some pre-requitises in the document.

  Please help.

TIA 
  

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3970395
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Portal] - HTTP Status 500 error while installing JBoss Portal

2006-09-07 Thread portalgeek
Hi,

 I am getting an HTTP 500 error (The server encountered an internal error that 
prevented from fulfilling the request)

 I am using the bundle to install. It has JBOSS AS 4.0.4 GA and JBossportal 
2.2.1-SP1-EJB3.0.

 After unpacking the zip. I just went to bin directory and executed run.bat 
file.

  It throws exception because i do not have any data source connected. 

  after that i can see the JBoss started in some secs.
  
  But when i say http://localhost:8080/portal, it throws http status : 500 
error.

   Can someone please throw some light.

thanks

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3970190
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user