RE: PLEASE HELP ME Order of action execution

2005-02-04 Thread Frank Villarreal
Hi angeloim,

I believe the portlet spec states that all Action/processAction requests
must be executed before any render(doView) requests within the portal.  So
make sure that your navigator portlet changes the location on your other
portlet only during Action requests  NOT during render requests.  If
you are already doing this and it is not working ... then this might be a
bug in the session handling of the jetspeed portal engine.

- Frank



-Original Message-
From: angeloimm [mailto:[EMAIL PROTECTED]
Sent: Friday, February 04, 2005 03:02 AM
To: Jetspeed Jetspeed
Subject: PLEASE HELP ME Order of action execution
Importance: High


Hi all; i have this scenario:
A page where there are several portlets; the first portlet is a Navigator
that shows to me where i am; now this portlet by reading a parameter in the
session (i have used the PageSessionState) reads a xml file where it can be
able to understand where we are; now the problem is that this parameter is
setted by another portlet that is shown after this navigator; this means
that the action of this portlet is executed later than the action of
navigator. and this is a problem for me; infact the old value of
parameter in the session is changed after that the navigator portlet has
taken the value... so the navigator is not synchronized with the page where
we are; if i refresh the page (by using F5 for example) all works fine and i
don't have this problem since the PageSessionState works good.
The problem is that i'ld like to call the action of the second portlet and
then the action of navigator; is this possible?
Thanks




Navighi a 2 MEGA e i primi 3 mesi sono GRATIS.
Scegli Libero Adsl Flat senza limiti su http://www.libero.it



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: PLEASE HELP ME Order of action execution

2005-02-04 Thread Kevin McCann
A few people on this list tend to send messages with a please notify 
the sender that you have received this message pop-up. Please stop it.

Thanks,
Kevin
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: PLEASE HELP ME Order of action execution

2005-02-04 Thread angeloimm
Hi all i'm sorry i was on another pc where in the outlook there was a 
please notify  the sender that you have received this message pop-up.. i 
didn't know pardonme and thanks to all.
Have nice week end
-- Initial Header ---

From  : Kevin McCann [EMAIL PROTECTED]
To  : Jetspeed Users List jetspeed-user@jakarta.apache.org
Cc  :
Date  : Fri, 04 Feb 2005 09:33:10 -0500
Subject : Re: PLEASE HELP ME Order of action execution


 A few people on this list tend to send messages with a please notify
 the sender that you have received this message pop-up. Please stop it.

 Thanks,
 Kevin

 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]

 




Navighi a 2 MEGA e i primi 3 mesi sono GRATIS. 
Scegli Libero Adsl Flat senza limiti su http://www.libero.it



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Please Help......Customize Portlet

2004-12-29 Thread Andy . Sun
I am assuming that you want to put different strings in the option part of
html select tag. Those strings will be retrieved from database.
In your action class, you can execute the query and get a result set. Store
the string from the result set in a Vector object. Then save the vector in
the session object. Before you run the query, you should check if this
vector is populated already so you only need to run the query once for each
session (for performance reason).
Then in your presentation layer(vm/jsp), retrieve the vector in the session
and iterate through the vector to create the option tags.
Check out the code for the DatabaseBrowser portlet in the jetspeed
distribution. You should be able to find a similar implementation.
Andy


-Original Message-
From: angeloimm [mailto:[EMAIL PROTECTED]
Sent: Wednesday, December 29, 2004 2:10 AM
To: Jetspeed Jetspeed
Subject: Please Help..Customize Portlet
Importance: High


Hi all; i have a little problem. I have written a my GenericMVCAction that
works on a GenericMVCPortlet. Al works fine; now when i log in as admin i
can customize my portlet and i can set different parameters; now let's
imagine that i want to use a html tag select in order to valorize some
parameters and that i must take these values from db... how can i do this?
I hope to be clear sorry for my bad english.




Regala e regalati Libero ADSL: 3 mesi gratis e navighi veloce. 1.2 Mega di
musica, film, video e sport. 
Abbonati subito senza costi di attivazione su http://www.libero.it




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Please HELP!

2004-03-26 Thread sridhar ramalingam
Hello again!
I'm trying to deploy the example in Tutorial 1.
Here is my build.properties

# testing 12345
#
# typical settings with source
#
#jetspeed_home=/bluesunrise/apache/jakarta-jetspeed
#catalina_home=/bluesunrise/apache/catalina
#portlet_app_name=jportal
#company=com.bluesunrise.jportal
#jetspeed_jar=/bin/jetspeed-1.5-dev.jar
#jetspeed_war=/bin/jetspeed.war
#jetspeed_lib=/lib
#jetspeed_conf=/webapp/WEB-INF/conf/
#
# typical settings without source
#
jetspeed_home=c:/Tomcat41/webapps/jetspeed/WEB-INF
catalina_home=c:/Tomcat41
portlet_app_name=jportal
company=com.bluesunrise.jportal
jetspeed_jar=/lib/jetspeed-1.4.jar
jetspeed_war=C:/Tomcat41/webapps/jetspeed-1.4/jetspeed.war
jetspeed_lib=/lib
jetspeed_conf=/conf




Ant tutorial-1 goes fine, no problems. But, ant deploy gives me this
error...

war_prepare_error:
 [echo]
 [echo] The jetspeed.war is not present! Please check
 [echo] to make sure that you have built the war file
 [echo] after the checking out from CVS.
 [echo]

BUILD FAILED
C:\temp\build.xml:266: Please build Jetspeed from the Jetspeed
installationt: ant war



Please let me know what I'm doing wrong.
Thanks!
Sridhar


-Original Message-
From: sridhar ramalingam [mailto:[EMAIL PROTECTED] 
Sent: Friday, March 26, 2004 12:41 AM
To: [EMAIL PROTECTED]
Subject: Please HELP!


Hello,
I'm really really new to Jetspeed.
I just downloaded Jetspeed 1.4 and deployed it under Tomcat 4.1. I
looked at the tutorial at
http://www.bluesunrise.com/jetspeed-docs/JetspeedTutorial.htm, is this
the only reading material available?
 
Thanks in advance!
Sridhar
 

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Please HELP!

2004-03-26 Thread Vi
Don't build the examples, just read the tutorial. What you need is to 
understand, what to edit to achieve what you
want. The examples won't give you more than you can read from tutorial.

sridhar ramalingam wrote:

Hello again!
I'm trying to deploy the example in Tutorial 1.
Here is my build.properties
# testing 12345
#
# typical settings with source
#
#jetspeed_home=/bluesunrise/apache/jakarta-jetspeed
#catalina_home=/bluesunrise/apache/catalina
#portlet_app_name=jportal
#company=com.bluesunrise.jportal
#jetspeed_jar=/bin/jetspeed-1.5-dev.jar
#jetspeed_war=/bin/jetspeed.war
#jetspeed_lib=/lib
#jetspeed_conf=/webapp/WEB-INF/conf/
#
# typical settings without source
#
jetspeed_home=c:/Tomcat41/webapps/jetspeed/WEB-INF
catalina_home=c:/Tomcat41
portlet_app_name=jportal
company=com.bluesunrise.jportal
jetspeed_jar=/lib/jetspeed-1.4.jar
jetspeed_war=C:/Tomcat41/webapps/jetspeed-1.4/jetspeed.war
jetspeed_lib=/lib
jetspeed_conf=/conf


Ant tutorial-1 goes fine, no problems. But, ant deploy gives me this
error...
war_prepare_error:
[echo]
[echo] The jetspeed.war is not present! Please check
[echo] to make sure that you have built the war file
[echo] after the checking out from CVS.
[echo]
BUILD FAILED
C:\temp\build.xml:266: Please build Jetspeed from the Jetspeed
installationt: ant war


Please let me know what I'm doing wrong.
Thanks!
Sridhar
-Original Message-
From: sridhar ramalingam [mailto:[EMAIL PROTECTED] 
Sent: Friday, March 26, 2004 12:41 AM
To: [EMAIL PROTECTED]
Subject: Please HELP!

Hello,
I'm really really new to Jetspeed.
I just downloaded Jetspeed 1.4 and deployed it under Tomcat 4.1. I
looked at the tutorial at
http://www.bluesunrise.com/jetspeed-docs/JetspeedTutorial.htm, is this
the only reading material available?
Thanks in advance!
Sridhar
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
 



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: Please HELP!

2004-03-26 Thread Massimiliano Dessi
The english translation of articles on Mokabyte.it

http://www.jugsardegna.org/vqwiki/jsp/Wiki?PortletJava1En

http://www.jugsardegna.org/vqwiki/jsp/Wiki?PortletJava2En


- Original Message - 
From: sridhar ramalingam [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Friday, March 26, 2004 9:40 AM
Subject: Please HELP!


 Hello,
 I'm really really new to Jetspeed.
 I just downloaded Jetspeed 1.4 and deployed it under Tomcat 4.1.
 I looked at the tutorial at
 http://www.bluesunrise.com/jetspeed-docs/JetspeedTutorial.htm, is this
 the only reading material available?
  
 Thanks in advance!
 Sridhar
  
 

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Please HELP!

2004-03-26 Thread Massimiliano Dessi
The english translation of articles on Mokabyte.it

http://www.jugsardegna.org/vqwiki/jsp/Wiki?PortletJava1En

http://www.jugsardegna.org/vqwiki/jsp/Wiki?PortletJava2En



- Original Message - 
From: sridhar ramalingam [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Friday, March 26, 2004 9:40 AM
Subject: Please HELP!


 Hello,
 I'm really really new to Jetspeed.
 I just downloaded Jetspeed 1.4 and deployed it under Tomcat 4.1.
 I looked at the tutorial at
 http://www.bluesunrise.com/jetspeed-docs/JetspeedTutorial.htm, is this
 the only reading material available?
  
 Thanks in advance!
 Sridhar
  
 

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Please help me out

2004-01-07 Thread Paul Mansfield
On Wed, 2004-01-07 at 17:34, Rajeev Singh wrote:
 Hi 
   I am Rajeev and new to Jet speed i want to participate 
 but I don't know from where to start

it can be a bit of a shock

if I were you, I'd start with a plain boring linux box (at the risk of a
flame war, I like Debian for servers). You'll be wanting lots of RAM in
it, well over 512MB or even 1.5 or 2GB!

Then get apache 1.3.xx working. 

Then install java and check it compiles and runs things. 

Then get tomcat working (using mod_jk). 

Then get jetspeed1.4 (stable/current) and build/install it.

other things you'll want to do useful things:
mysql or oracle DB

  what tools to be used
  what platform it is working on
  where i can get these resources
  what is actually going onm
  i have through with the literature on the site but 
 i am still not clear
 Hope someone in the communinty will Help me in DETAIL
 Please it is needed sincerely speaking
 so that i can contribute at the earliest
 Thanks
 Rajeev

if you've never done any of the above before, you'll need a couple of
weeks to get it right.

Paul


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Please help me out

2004-01-07 Thread Rajeev Singh
Thanks Paul But i not going to leave it that easily i am here cause i
know i will able ro figure it out and this time i am seriously not joking
i have a PC i know programming in java as far as config og my PC is
concerned i am having
 a Intel 1.5 Ghz + 256 RD PC800+80 GB Seagate Barracuda
 what do you say i have got A red hat Linux 9.0 running on that PC
and are you serious about that quantity of ram
Please do tell me
Rajeev



On Wed, 07 Jan 2004 17:35:03 +, Paul Mansfield
[EMAIL PROTECTED] said:
 On Wed, 2004-01-07 at 17:34, Rajeev Singh wrote:
  Hi 
I am Rajeev and new to Jet speed i want to participate 
  but I don't know from where to start
 
 it can be a bit of a shock
 
 if I were you, I'd start with a plain boring linux box (at the risk of a
 flame war, I like Debian for servers). You'll be wanting lots of RAM in
 it, well over 512MB or even 1.5 or 2GB!
 
 Then get apache 1.3.xx working. 
 
 Then install java and check it compiles and runs things. 
 
 Then get tomcat working (using mod_jk). 
 
 Then get jetspeed1.4 (stable/current) and build/install it.
 
 other things you'll want to do useful things:
 mysql or oracle DB
 
   what tools to be used
   what platform it is working on
   where i can get these resources
   what is actually going onm
   i have through with the literature on the site but 
  i am still not clear
  Hope someone in the communinty will Help me in DETAIL
  Please it is needed sincerely speaking
  so that i can contribute at the earliest
  Thanks
  Rajeev
 
 if you've never done any of the above before, you'll need a couple of
 weeks to get it right.
 
 Paul
 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 

-- 
http://www.fastmail.fm - Access your email from home and the web

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Please help with role based PSML usage

2003-11-07 Thread akadyshevich
Thank you for your reply, please see comments in-line.

 Make sure the following two properties are set in 
 JetspeedResources.properties:services.Profiler.rolefallback=true
 services.Profiler.newuser.template=
 
Both of the above are set.

 If user_xyz has a psml page defined, you may try deleting it.  I 
 think the way the profiler works, it will pick up user-based psml 
 FIRST, and then look for role-based psml if no user psml exists.

If in JetspeedResource.properties automatic.logout.save = true,
when this new user logs out, new psml is created for the user
and saved on file system. This psml is cloned from role_abc with
all new unique portlet IDs generated by Jetspeed.
I delete the user psml file in psml browser in this case.

These are the steps and observed results of new user creation: 
Pre-condition: role_abc exists with role specific psml in place.
in JetspeedResource.properties automatic.logout.save = false.

In admin interface create new user. Keep it as disabled at the 
time of creation.

From user browser edit user roles.  By default, Jetspeed asigns role user,
editor opens with this role selected.  Uncheck default role user, 
check role role_abc, save.

Check psml browser, there is no psml entry for new user.

Open new browser instance, login as new user. Page displayed
after user login represents correct layout for role_abc, BUT it appears 
that Jetspeed cloned psml layout defined for ROLE role_abc
as USER layout, because all URLs on the page represent 
references to portlets with new unique portlet IDs that 
represent user URLS like:
Menu Item URL:
http://localhost:8080/abc/portal/media-type/html/user/user_xyz/page/default.psml/js_pane/P-f8ad89196e-10006
 

If at this point I put in browser URL:
http://localhost:8080/abc/portal/media-type/html/role/role_abc 

and refresh browser, the desired psml for ROLE role_abc is used 
to render the page and all URLs use pane and portlet IDs defined
in role_abc psml file.

I would like this behavior of loading role based psml layout to 
occur for the first page rendered for logged in user.  

Is it possible to do it?

Any suggestions/recommendations are welcome.

Thank you, 
Alex Kadyshevich



- Original Message -
From: Stuart Belden 
Date: Friday, November 7, 2003 7:39 am
Subject: Re: Please help with role based PSML usage

 Make sure the following two properties are set in 
 JetspeedResources.properties:services.Profiler.rolefallback=true
 services.Profiler.newuser.template=
 
 If user_xyz has a psml page defined, you may try deleteing it.  I 
 think the way the profiler works, it will pick up user-based psml 
 FIRST, and then look for role-based psml if no user psml exists.
 
 Your initial form submit action doesn't get called because it's 
 calling a portlet that, at the time, doesn't exist in Jetspeed's 
 mind.  It seems counterintuitive, but I believe that's the case.
 
 
  [EMAIL PROTECTED] 11/05/03 05:13PM 
 Hello,
 
 I know it is a pretty long post, but I really tried to 
 compress it to bare minimum.
 
 We would like to implement role based security and layout for our 
 portal.
 We auto generate xreg and psml files based on information
 defined in a document of a certain structure, with base Portlet
 IDs in xreg file and instance Portlet IDs in psml files
 generated based on some rule. We use instance portlet IDs
 from PSML files to construct URLs in JSP based portlets
 for form submit, etc. Majority of links reference OTHER portlets!
 
 The current setup:
 - user account user_xyz exists that has only one role role_abc
 - a psml file defined in WEB-INF/psml/role/role_abc/html/default.psml
 
 When user user_xyz logs in, the picture is:
 - rendered page with the proper layout defined in default.psml for 
 role role_abc.
 
 - all links of tabs and menu items reference unique (generated by 
 JetSpeed) portlet
 IDs instead of the ones that are defined in default.psml for 
 role_abc.(This is a problem for us!)
 
 - browser (IE) URL: http://localhost:8080/abc/portal 
 
 It looks like all links on the page are user URLs, not ROLE URLs.
 As example, TAB URL:
 http://localhost:8080/abc/portal/media-
 type/html/user/user_xyz/page/default.psml/js_pane/P-f8ad89196e-
 10016 
 Menu Item URL:
 http://localhost:8080/abc/portal/media-
 type/html/user/user_xyz/page/default.psml/js_pane/P-f8ad89196e-
 10006 
 
 Clicking on menu item brings properly rendered portlet with our 
 HARDCODED links
 in html body that reference portlet IDs that we created and placed 
 into PSML file.
 Form submit URL that we construct looks like:
 form ... action=portal/media-
 type/html/role/role_abc/page/default.psml/js_pane/Inst1PortletName ...
 Inst1PortletName is portlet name in our generated file 
 .../role/role_abc/html/default.psml.
 Form submit leads to page reload (without executing expected 
 action) with all URLs 
 on reloaded page being from WEB-
 INF/psml/role/role_abc/html/default.psml 
 - as we would like it to be.
 
 The other way to achieve loading

Re: PLEASE HELP - installation of jportal

2002-12-10 Thread Martin Baur
well, my fault. it works now. i forgot to do ant war :(

sorry for bothering you guys


- Original Message -
From: Martin Baur [EMAIL PROTECTED]
To: Jetspeed Users List [EMAIL PROTECTED]
Sent: Tuesday, December 10, 2002 5:00 PM
Subject: PLEASE HELP - installation of jportal


Hi all

I deleted the old jetspeed version and installed the new one. I am now
trying to install jportal (the demo site) but I get a 404 when I try to call
it. i really don't know what's wrong.



--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




Re: Please help- Jetspeed with Mysql

2002-12-04 Thread Einstein_Albert
Hi Babitha,

have you experiences with jetspeed and email confirmations ?

thanks,
albert
 
 Hi Albert:
 I solved the problem by adding 2 more lines in turbineresources.properties
 file..
 database.adaptor=DBMM
 database.adaptor.DBMM=org.gjt.mm.mysql.Driver
 Thanks for the reply and comments..
 Regards
 Babitha
  [EMAIL PROTECTED] wrote:Hi babitha,
 
 so as for mysql, why you dont use org.gjt.mm.mysql.Driver as driver ?
 Which jdbc mysql driver do you have ?
 
 albert
 
  
  Hi buddies:
  
  It's really nice to see a good product like jetspeed, Congratulations to
  all behind this, I downloaded Jetspeed and configured to work with
 tomcat.
 
  My environment is Windows 2000, Tomcat 4.1.12, Jetspeed1.4b1, mysql
  3.23.53
  Everything works fine and I could develop a couple of portlets and
  installed those in jetspeed.
  Now I need to use mysql as my database instead of hsql . According to
 the
  manual I created the database called jetspeed in mysql and run the
 scripts
  turbine-mysql and populate-mysql found on src/sql/external from source
  release.
  
  I downloaded the mysql driver and put
 mysql-connect-or-java-2.0.14.bin.jar
  in my jetspeed/web-inf/lib
  
  In my torque.properties file I changed the settings like
  #
  # T O R Q U E P R O P E R T I E S
  #
  # ---
  # These are your database settings. Look in the
  # org.apache.pool.* packages for more information.
  #
  # The parameters to connect to the default database. You MUST
  # configure these properly.
  # ---
  
  
  database.default.driver=com.mysql.jdbc.Driver
  database.default.url=jdbc:mysql://localhost:3306/jetspeed
  database.default.username=root
  database.default.password=
  
  After restarting my tomcat server and when I point my url
  http://localhost:8080/jetspeed I get error messages like shown below,
 Please advise me to
  correct this and run my portal. Any help from those who tried jetspeed
 with
  mysql/DB2 will be greatly appreciated...
  
  Horrible Exception: java.lang.Error: Error in
  BasePeer.initTableSchema(TURBINE_USER): Unknown JDBC driver:
 com.mysql.jdbc.Driver: Check your
  configuration file
  at
 

org.apache.jetspeed.om.security.turbine.BaseTurbineUserPeer.initClass(BaseTurbineUserPeer.java:130)
  at
 

org.apache.jetspeed.om.security.turbine.BaseTurbineUserPeer.(BaseTurbineUserPeer.java:109)
  at
 

org.apache.jetspeed.services.security.turbine.TurbineUserManagement.getUser(TurbineUserManagement.java:164)
  at
 

org.apache.jetspeed.services.JetspeedUserManagement.getUser(JetspeedUserManagement.java:98)
  .so on
  
  
  Please help on this matter with steps needed to configure jetspeed on
  mysql database.
  
  With Lov,
  Babitha Ann John
  
  
  
  
  -
  Do you Yahoo!?
  Yahoo! Mail Plus - Powerful. Affordable. Sign up now
 
 -- 
 +++ GMX - Mail, Messaging  more http://www.gmx.net +++
 NEU: Mit GMX ins Internet. Rund um die Uhr für 1 ct/ Min. surfen!
 
 
 --
 To unsubscribe, e-mail: 
 For additional commands, e-mail: 
 
 
 
 -
 Do you Yahoo!?
 Yahoo! Mail Plus - Powerful. Affordable. Sign up now

-- 
+++ GMX - Mail, Messaging  more  http://www.gmx.net +++
NEU: Mit GMX ins Internet. Rund um die Uhr für 1 ct/ Min. surfen!


--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




Re: Please help...can't get Jetspeed to run

2002-06-07 Thread Josh Hone

Hi,
1.)  Use Tomcat 4.0.1 (I never could get 4.0.3 to work fully) and it should 
deploy.
2.)  Make sure the mappings in the WEB-INF/web.xml file match what you are 
naming your application.
3.)  Use the searchable user mailing list from jakarta.apache.org/jetspeed 
(this is found by clicking resources on the left side of the home page) to 
search by keyword for specific areas of the problem.


From: Michael F. Collins, III [EMAIL PROTECTED]
Reply-To: Jetspeed Users List [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: Please help...can't get Jetspeed to run
Date: Thu, 6 Jun 2002 21:11:21 -0700

Hi. I am new to Jetspeed and am trying to get it to run out of the box.  I
am attempting to load Jetspeed into JBoss 3.0 with Tomcat 4.0.3 embedded
inside of it.  I place the Jetspeed.war file into the deployment directory
and it deploys, but I get the following error.  I cannot get past this
problem.  Does anyone know what I should do?

Thanks.

2002-06-06 21:07:43,162 INFO  [STDOUT] (!) NOTICE: init
2002-06-06 21:07:43,162 INFO  [STDOUT] (!) NOTICE: ServiceBroker:
LoggingService enabled.
2002-06-06 21:07:43,172 INFO  [STDOUT] (!) NOTICE: Turbine: init() failed:
org.apache.turbine.services.InitializationException: Can't load file
null/WEB-INF/conf/TurbineResources.properties
   at
org.apache.turbine.services.resources.TurbineResourceService.init(TurbineRes
ourceService.java:170)
   at
org.apache.turbine.services.resources.TurbineResourceService.init(TurbineRes
ourceService.java:124)
   at
org.apache.turbine.services.BaseInitableBroker.initClass(BaseInitableBroker.
java:150)
   at
org.apache.turbine.services.BaseServiceBroker.initService(BaseServiceBroker.
java:141)
   at
org.apache.turbine.services.TurbineServices.initPrimaryServices(TurbineServi
ces.java:180)
   at org.apache.turbine.Turbine.init(Turbine.java:223)
   at
org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:91
6)
   at org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:808)
   at
org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:
3266)
   at
org.apache.catalina.core.StandardContext.start(StandardContext.java:3395)
   at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:785)
   at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:454)
   at
org.jboss.web.catalina.EmbeddedCatalinaServiceSX.createWebContext(EmbeddedCa
talinaServiceSX.java:321)
   at
org.jboss.web.catalina.EmbeddedCatalinaServiceSX.performDeploy(EmbeddedCatal
inaServiceSX.java:238)
   at org.jboss.web.AbstractWebContainer.start(AbstractWebContainer.java:300)
   at org.jboss.deployment.MainDeployer.start(MainDeployer.java:678)
   at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:513)
   at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:481)
   at sun.reflect.GeneratedMethodAccessor6.invoke(Unknown Source)
   at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl
.java:25)
   at java.lang.reflect.Method.invoke(Method.java:324)
   at
org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispat
cher.java:284)
   at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:491)
   at org.jboss.util.jmx.MBeanProxy.invoke(MBeanProxy.java:174)
   at $Proxy4.deploy(Unknown Source)
   at
org.jboss.deployment.scanner.URLDeploymentScanner.deploy(URLDeploymentScanne
r.java:405)
   at
org.jboss.deployment.scanner.URLDeploymentScanner.scanDirectory(URLDeploymen
tScanner.java:586)
   at
org.jboss.deployment.scanner.URLDeploymentScanner.scan(URLDeploymentScanner.
java:465)
   at
org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.loop(Ab
stractDeploymentScanner.java:202)
   at
org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.run(Abs
tractDeploymentScanner.java:191)



--
To unsubscribe, e-mail:   
mailto:[EMAIL PROTECTED]
For additional commands, e-mail: 
mailto:[EMAIL PROTECTED]





_
Join the world’s largest e-mail service with MSN Hotmail. 
http://www.hotmail.com


--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




Re: PLEASE HELP: Question about jetspeed/index.jsp

2002-02-13 Thread Paul Spencer

Irene,
jsp:forward page=portal// instruct the JSP engine, tomcat for 
example, to forward the request to portal.  In the case of jetspeed, 
this would be /jetspeed/portal

Please verify your JSP engine is working.

Paul Spencer



Irene Huang wrote:

 Can someone please explain how this line work in jetspeed-home\index.jsp?
 
 jsp:forward page=portal//
 
 This should forward user to the default homepage of jetspeed, but it only
 showed the souce code in my browser.
 Is there anotherway I can access the default page or how should I check my
 configuration?
 
 
 
 Thank you for the help!
 
 Irene
 
 
 --
 To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
 For additional commands, e-mail: mailto:[EMAIL PROTECTED]
 
 



--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




RE: please help me with mysql !!!

2001-09-13 Thread chaloo banda


good morning !
   today i started mysql as a service(having acquired admin privileges for 
my comp.! ) ,did  NET START mysql  , changed the database user name to 
root and password  

...and now i am able access whatever entries i had put manually in the 
database...i am even able to edit the user details ( a confirmation mail and 
the confirmation key page also comes...)...

but still when i try to create new userit takes me to the home 
page...and in my jetspeed.log , following appears...

[Thu Sep 13 12:26:41 GMT+05:30 2001] -- INFO -- PSML-Man: calculated 
resource:anon\html\en\US\default.psml. Base: 
E:\tom1\webapps\jetspeed\WEB-INF\psml
[Thu Sep 13 12:26:41 GMT+05:30 2001] -- INFO -- CastorPsmlManager: about to 
return null doc:
[Thu Sep 13 12:26:41 GMT+05:30 2001] -- INFO -- PSML-Man: calculated 
resource:anon\html\en\default.psml. Base: 
E:\tom1\webapps\jetspeed\WEB-INF\psml
[Thu Sep 13 12:26:41 GMT+05:30 2001] -- DEBUG -- JetspeedTemplatePage: 
requested template = NewAccount.vm
[Thu Sep 13 12:26:41 GMT+05:30 2001] -- DEBUG -- template exists: 
E:\tom1\webapps\jetspeed\WEB-INF\templates\vm\screens\html\NewAccount.vm 
returning /html/NewAccount.vm
[Thu Sep 13 12:26:41 GMT+05:30 2001] -- DEBUG -- JetspeedTemplatePage: 
calculated template = /html/NewAccount.vm
[Thu Sep 13 12:26:41 GMT+05:30 2001] -- DEBUG -- template exists: 
E:\tom1\webapps\jetspeed\WEB-INF\templates\vm\layouts\html\default.vm 
returning /html/default.vm
[Thu Sep 13 12:26:41 GMT+05:30 2001] -- DEBUG -- JetspeedTemplatePage: 
layoutTemplate is finally /html/default.vm
[Thu Sep 13 12:27:08 GMT+05:30 2001] -- INFO -- PSML-Man: calculated 
resource:anon\html\en\US\default.psml. Base: 
E:\tom1\webapps\jetspeed\WEB-INF\psml
[Thu Sep 13 12:27:08 GMT+05:30 2001] -- INFO -- CastorPsmlManager: about to 
return null doc:
[Thu Sep 13 12:27:08 GMT+05:30 2001] -- INFO -- PSML-Man: calculated 
resource:anon\html\en\default.psml. Base: 
E:\tom1\webapps\jetspeed\WEB-INF\psml
[Thu Sep 13 12:27:08 GMT+05:30 2001] -- DEBUG -- SELECT 
TURBINE_USER.USER_ID, TURBINE_USER.LOGIN_NAME, TURBINE_USER.PASSWORD_VALUE, 
TURBINE_USER.FIRST_NAME, TURBINE_USER.LAST_NAME, TURBINE_USER.EMAIL, 
TURBINE_USER.CONFIRM_VALUE, TURBINE_USER.MODIFIED, TURBINE_USER.CREATED, 
TURBINE_USER.LASTLOGIN, TURBINE_USER.OBJECTDATA FROM TURBINE_USER WHERE 
(TURBINE_USER.LOGIN_NAME='pavan')
[Thu Sep 13 12:27:08 GMT+05:30 2001] -- DEBUG -- SELECT 
TURBINE_USER.USER_ID, TURBINE_USER.LOGIN_NAME, TURBINE_USER.PASSWORD_VALUE, 
TURBINE_USER.FIRST_NAME, TURBINE_USER.LAST_NAME, TURBINE_USER.EMAIL, 
TURBINE_USER.CONFIRM_VALUE, TURBINE_USER.MODIFIED, TURBINE_USER.CREATED, 
TURBINE_USER.LASTLOGIN, TURBINE_USER.OBJECTDATA FROM TURBINE_USER WHERE 
(TURBINE_USER.LOGIN_NAME='pavan')
[Thu Sep 13 12:27:08 GMT+05:30 2001] -- INFO -- Forced id retrieval - no 
available vector
[Thu Sep 13 12:27:08 GMT+05:30 2001] -- DEBUG -- JetspeedTemplatePage: 
requested template = Error.vm
[Thu Sep 13 12:27:08 GMT+05:30 2001] -- DEBUG -- template exists: 
E:\tom1\webapps\jetspeed\WEB-INF\templates\vm\screens\html\Error.vm 
returning /html/Error.vm
[Thu Sep 13 12:27:08 GMT+05:30 2001] -- DEBUG -- JetspeedTemplatePage: 
calculated template = /html/Error.vm
[Thu Sep 13 12:27:08 GMT+05:30 2001] -- DEBUG -- template exists: 
E:\tom1\webapps\jetspeed\WEB-INF\templates\vm\layouts\html\default.vm 
returning /html/default.vm
[Thu Sep 13 12:27:08 GMT+05:30 2001] -- DEBUG -- JetspeedTemplatePage: 
layoutTemplate is finally /html/default.vm
[Thu Sep 13 12:27:11 GMT+05:30 2001] -- INFO -- DaemonThread - PROCESSING 
daemon - feeddaemon
[Thu Sep 13 12:27:11 GMT+05:30 2001] -- INFO -- Jetspeed:  FeedDaemon  -- 
BEGIN --
[Thu Sep 13 12:27:11 GMT+05:30 2001] -- INFO -- Jetspeed:  FeedDaemon  --  
END  --
[Thu Sep 13 12:27:11 GMT+05:30 2001] -- INFO -- DaemonThread - *DONE* 
PROCESSING daemon - feeddaemon
[Thu Sep 13 12:27:12 GMT+05:30 2001] -- INFO -- DaemonThread - PROCESSING 
daemon - diskcachedaemon
[Thu Sep 13 12:27:12 GMT+05:30 2001] -- INFO -- parsing out document store
[Thu Sep 13 12:27:12 GMT+05:30 2001] -- INFO -- Calling JetspeedDiskCache 
getEntries
[Thu Sep 13 12:27:12 GMT+05:30 2001] -- INFO -- DaemonThread - *DONE* 
PROCESSING daemon - diskcachedaemon

any idea , where else do i have to modify ???

thanking you for all your support.
CB


From: Rajeswari Venkatachalam [EMAIL PROTECTED]
To: 'chaloo banda ' [EMAIL PROTECTED]
Subject: RE: please help me with mysql !!!
Date: Wed, 12 Sep 2001 09:01:19 -0700


how do you start mysql? I start it like this:
  net start mysql

-Raje

-Original Message-
From: chaloo banda
To: [EMAIL PROTECTED]
Sent: 9/12/01 8:45 AM
Subject: RE: please help me with mysql !!!

hi !
   i did as you said but with the same output. i am indeed not able to
telnet.in my task manager i have one mysqld-nt.exe process and another
winmysqladmin.e process.

my winmysqladmin1.3 (GUI tool) shows the following

#This File was made using the WinMySQLAdmin 1.3 Tool
#9-9-01 4:47:25 PM

#Uncomment