Jboss logging and stdout

2004-05-12 Thread nik gonzalez
Hi,

 

I have deployed jetspeed on jboss successfully but I noticed that the
system.out and system.err messages are being redirected to the
jetspeed.log file. How do I configure jetspeed such that the system.out
and system.err messages come out in the console? I tried changing the
settings in TurbineResources.properties but the best that I could do was
to redirect all messages (system.out and system.err plus the log4j
messages) to the console.

 

Thanks!

Nik Gonzalez

 


---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.681 / Virus Database: 443 - Release Date: 5/10/2004
 


RE: Jetspeed 1.5 question

2004-05-12 Thread alex
Thanks Jason. Any suggestions as to where in Tomcat I should put the
Jetspeed-1.5.jar file?
A

-Original Message-
From: Jason Shindler [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, May 12, 2004 4:16 PM
To: Jetspeed Users List
Subject: RE: Jetspeed 1.5 question

Alex,
Check out my previous post on this topic. Note that I still get the
error sometimes when I attempt to start Tomcat when it's already
started.
Jason

http://www.mail-archive.com/[EMAIL PROTECTED]/msg12082.ht
ml


-Original Message-
From: alex [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, May 12, 2004 4:11 PM
To: 'Jetspeed Users List'
Subject: Jetspeed 1.5 question

Has anyone seen the problem that when the jportal tutorials are built
Tomcat
fails to start the first time EVERYTIME! I have to boot it, bring it
down
and re-boot (tomcat). Here is what the log says...

2004-05-11 14:51:42 StandardWrapperValve[jetspeed]: Servlet.service()
for
servlet jetspeed threw exception
org.apache.turbine.services.InstantiationException: ServiceBroker:
unknown
service PoolService requested
at
org.apache.turbine.services.BaseServiceBroker.getServiceInstance(BaseSer
vice
Broker.java:354)
at
org.apache.turbine.services.BaseServiceBroker.getService(BaseServiceBrok
er.j
ava:296)
at
org.apache.turbine.util.RunDataFactory.putRunData(RunDataFactory.java:22
6)
at org.apache.turbine.Turbine.doGet(Turbine.java:643)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:743)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Applica
tion
FilterChain.java:284)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilt
erCh
ain.java:204)
at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValv
e.ja
va:257)
at
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveCo
ntex
t.java:151)
at
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:5
67)
at
org.apache.catalina.core.StandardContextValve.invokeInternal(StandardCon
text
Valve.java:245)
at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValv
e.ja
va:199)
at
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveCo
ntex
t.java:151)
at
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:5
67)
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java
:184
)
at
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveCo
ntex
t.java:151)
at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java
:164
)
at
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveCo
ntex
t.java:149)
at
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:5
67)
at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.
java
:156)
at
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveCo
ntex
t.java:151)
at
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:5
67)
at
org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:972)
at
org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:206)
at
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:83
3)
at
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processC
onne
ction(Http11Protocol.java:732)
at
org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:61
9)
at
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool
.jav
a:688)
at java.lang.Thread.run(Thread.java:536)

2004-05-11 14:52:16 StandardWrapperValve[jetspeed]: Servlet.service()
for
servlet jetspeed threw exception
org.apache.turbine.services.InstantiationException: ServiceBroker:
unknown
service PoolService requested
at
org.apache.turbine.services.BaseServiceBroker.getServiceInstance(BaseSer
vice
Broker.java:354)
at
org.apache.turbine.services.BaseServiceBroker.getService(BaseServiceBrok
er.j
ava:296)
at
org.apache.turbine.util.RunDataFactory.putRunData(RunDataFactory.java:22
6)
at org.apache.turbine.Turbine.doGet(Turbine.java:643)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:743)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Applica
tion
FilterChain.java:284)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilt
erCh
ain.java:204)
at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValv
e.ja
va:257)
at
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveCo
ntex
t.java:151)
at
org.apache.catalina.core.StandardPipeline.invoke(Standard

RE: Jetspeed 1.5 question

2004-05-12 Thread Jason Shindler
Alex,
Check out my previous post on this topic. Note that I still get the
error sometimes when I attempt to start Tomcat when it's already
started.
Jason

http://www.mail-archive.com/[EMAIL PROTECTED]/msg12082.ht
ml


-Original Message-
From: alex [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, May 12, 2004 4:11 PM
To: 'Jetspeed Users List'
Subject: Jetspeed 1.5 question

Has anyone seen the problem that when the jportal tutorials are built
Tomcat
fails to start the first time EVERYTIME! I have to boot it, bring it
down
and re-boot (tomcat). Here is what the log says...

2004-05-11 14:51:42 StandardWrapperValve[jetspeed]: Servlet.service()
for
servlet jetspeed threw exception
org.apache.turbine.services.InstantiationException: ServiceBroker:
unknown
service PoolService requested
at
org.apache.turbine.services.BaseServiceBroker.getServiceInstance(BaseSer
vice
Broker.java:354)
at
org.apache.turbine.services.BaseServiceBroker.getService(BaseServiceBrok
er.j
ava:296)
at
org.apache.turbine.util.RunDataFactory.putRunData(RunDataFactory.java:22
6)
at org.apache.turbine.Turbine.doGet(Turbine.java:643)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:743)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Applica
tion
FilterChain.java:284)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilt
erCh
ain.java:204)
at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValv
e.ja
va:257)
at
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveCo
ntex
t.java:151)
at
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:5
67)
at
org.apache.catalina.core.StandardContextValve.invokeInternal(StandardCon
text
Valve.java:245)
at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValv
e.ja
va:199)
at
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveCo
ntex
t.java:151)
at
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:5
67)
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java
:184
)
at
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveCo
ntex
t.java:151)
at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java
:164
)
at
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveCo
ntex
t.java:149)
at
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:5
67)
at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.
java
:156)
at
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveCo
ntex
t.java:151)
at
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:5
67)
at
org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:972)
at
org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:206)
at
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:83
3)
at
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processC
onne
ction(Http11Protocol.java:732)
at
org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:61
9)
at
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool
.jav
a:688)
at java.lang.Thread.run(Thread.java:536)

2004-05-11 14:52:16 StandardWrapperValve[jetspeed]: Servlet.service()
for
servlet jetspeed threw exception
org.apache.turbine.services.InstantiationException: ServiceBroker:
unknown
service PoolService requested
at
org.apache.turbine.services.BaseServiceBroker.getServiceInstance(BaseSer
vice
Broker.java:354)
at
org.apache.turbine.services.BaseServiceBroker.getService(BaseServiceBrok
er.j
ava:296)
at
org.apache.turbine.util.RunDataFactory.putRunData(RunDataFactory.java:22
6)
at org.apache.turbine.Turbine.doGet(Turbine.java:643)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:743)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Applica
tion
FilterChain.java:284)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilt
erCh
ain.java:204)
at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValv
e.ja
va:257)
at
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveCo
ntex
t.java:151)
at
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:5
67)
at
org.apache.catalina.core.StandardContextValve.invokeInternal(StandardCon
text
Valve.java:245)
at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValv
e.ja
va:199)
at
org.apache.catalina.core.StandardVa

Jetspeed 1.5 question

2004-05-12 Thread alex
Has anyone seen the problem that when the jportal tutorials are built Tomcat
fails to start the first time EVERYTIME! I have to boot it, bring it down
and re-boot (tomcat). Here is what the log says...

2004-05-11 14:51:42 StandardWrapperValve[jetspeed]: Servlet.service() for
servlet jetspeed threw exception
org.apache.turbine.services.InstantiationException: ServiceBroker: unknown
service PoolService requested
at
org.apache.turbine.services.BaseServiceBroker.getServiceInstance(BaseService
Broker.java:354)
at
org.apache.turbine.services.BaseServiceBroker.getService(BaseServiceBroker.j
ava:296)
at
org.apache.turbine.util.RunDataFactory.putRunData(RunDataFactory.java:226)
at org.apache.turbine.Turbine.doGet(Turbine.java:643)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:743)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Application
FilterChain.java:284)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterCh
ain.java:204)
at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.ja
va:257)
at
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContex
t.java:151)
at
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:567)
at
org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContext
Valve.java:245)
at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.ja
va:199)
at
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContex
t.java:151)
at
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:567)
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:184
)
at
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContex
t.java:151)
at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:164
)
at
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContex
t.java:149)
at
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:567)
at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java
:156)
at
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContex
t.java:151)
at
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:567)
at
org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:972)
at
org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:206)
at
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:833)
at
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConne
ction(Http11Protocol.java:732)
at
org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:619)
at
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.jav
a:688)
at java.lang.Thread.run(Thread.java:536)

2004-05-11 14:52:16 StandardWrapperValve[jetspeed]: Servlet.service() for
servlet jetspeed threw exception
org.apache.turbine.services.InstantiationException: ServiceBroker: unknown
service PoolService requested
at
org.apache.turbine.services.BaseServiceBroker.getServiceInstance(BaseService
Broker.java:354)
at
org.apache.turbine.services.BaseServiceBroker.getService(BaseServiceBroker.j
ava:296)
at
org.apache.turbine.util.RunDataFactory.putRunData(RunDataFactory.java:226)
at org.apache.turbine.Turbine.doGet(Turbine.java:643)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:743)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Application
FilterChain.java:284)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterCh
ain.java:204)
at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.ja
va:257)
at
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContex
t.java:151)
at
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:567)
at
org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContext
Valve.java:245)
at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.ja
va:199)
at
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContex
t.java:151)
at
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:567)
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:184
)
at
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContex
t.java:151)
at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.jav

RE: jetspeed-1.5 build problems

2004-05-12 Thread Anthony Smith
Thaks so much. It worked. You saved the day.

-Original Message-
From: Raphaël Luta [mailto:[EMAIL PROTECTED]
Sent: Wednesday, May 12, 2004 12:55 PM
To: Jetspeed Users List
Subject: Re: jetspeed-1.5 build problems



Le 12 mai 04, à 14:33, Anthony Smith a écrit :

> How do I stop this connection timed out. I thought all these woudl be
> taken
> care of with the proxy setting.
>

Apply the guidelines outlined in this mail;

http://nagoya.apache.org/eyebrowse/ReadMsg?listName=jetspeed-
[EMAIL PROTECTED]&msgNo=13325

--
Raphaël Luta - [EMAIL PROTECTED]
Apache Jetspeed - Enterprise Portal in Java
http://portals.apache.org/


-
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]



Struts & Jetspeed 1.5

2004-05-12 Thread J. L.
Hi,

I'm a brand new user of Jetspeed. I just finished the
tutorial, and still ask myself a lot of questions. I
didn't find answers neither in the FAQ nor in the
mailing list archive.
I want to develop a web-application based on Struts
and I was wondering how I could develop this web-app
in collaboration with Jetspeed.

How can I make Struts and Jetspeed work together ? 
I don't know how to 'merge' Struts Action, ActionForm
... with Jetspeed HTMLPortlet, JSPPortlet, ...

I'll have several portlets (web-app) therefore : How
should I structure my classes, JSP, config files ... ?

What are the best practices ?

Thanks in advance for your advices.






Yahoo! Mail : votre e-mail personnel et gratuit qui vous suit partout ! 
Créez votre Yahoo! Mail sur http://fr.benefits.yahoo.com/

Dialoguez en direct avec vos amis grâce à Yahoo! Messenger !Téléchargez Yahoo! 
Messenger sur http://fr.messenger.yahoo.com

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



Re: jetspeed-1.5 build problems

2004-05-12 Thread Raphaël Luta
Le 12 mai 04, à 14:33, Anthony Smith a écrit :

How do I stop this connection timed out. I thought all these woudl be  
taken
care of with the proxy setting.

Apply the guidelines outlined in this mail;

http://nagoya.apache.org/eyebrowse/ReadMsg?listName=jetspeed- 
[EMAIL PROTECTED]&msgNo=13325

--
Raphaël Luta - [EMAIL PROTECTED]
Apache Jetspeed - Enterprise Portal in Java
http://portals.apache.org/
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


How to exclude certain directories when compiling.

2004-05-12 Thread Anthony Smith
In my jetspeed 1.5 I want to exclude this directory when compiling:


org\apache\jetspeed\services\security\turbine
How do I do so?
Anthony Smith
International Technologies
901-263-8953

"Having education and talent doesn't make you better than the world... it
makes you responsible for it!"



ldap patch

2004-05-12 Thread Ender Hikmet KILIÇOÐLU
I have opened an issue for ldap update. I will be happy If somebody commit
my patch
also I seen that sami has already submitted a schema patch for openldap. It
will nice also

Thanks
Ender


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



RE: mysql - no new user Entries

2004-05-12 Thread Floßmann Christoph
Well I didn't harm poor Tommy Turbine in any way. I used the standard sql-Statements 
to generate the tables for my database (turbine-mysql.sql and populate-mysql.sql) and 
didn't change anything in them.
I gave my user portal every right possible - I even changed to the root user with all 
rights.
I know that it isn't the connection because I can update the data of existing users 
and I'm able to insert new users by hand.
Why is this thing bothering me so hard?


-Original Message-


I sent the following earlier today, but it don't think it got through - stef

*

There's this problem with the tommy turbine user that comes with the 
database that jetspeed uses.

If you delete it, the admin servlet stops working!  So this could be the 
cause of your problem.

I've been looking into this a bit, because I was having a problem where 
even thought I had added tommy back into the database, I still couldn't 
use the admin servlet.

It turns out that not only do you need tommy turbine in your database, 
you also need his psml pages to be in your /WEB-INF/psml 
directory. I'd deleted them. I think they're being used to create 
default content when a new user is created.

Stef
*
Robin Antony wrote:

>Have you given access to the user portal in your mysql database? Because you
>are not logging into the database as root. Make sure you have given the
>appropriate permissions to user portal. Other than that is looks ok.
>
>Cheers,
>Robin Antony
>Software Engineer
>OpenSI.Net
>
>- Original Message - 
>From: "Flomann Christoph" <[EMAIL PROTECTED]>
>To: "Jetspeed Users List (E-Mail)" <[EMAIL PROTECTED]>
>Sent: Wednesday, May 12, 2004 3:41 AM
>Subject: mysql - no new user Entries
>
>
>Here are my settings for the db connect:
>
>torque.database.default=jetspeed
>torque.database.jetspeed.adapter=mysql
>
>torque.dsfactory.jetspeed.factory=org.apache.torque.dsfactory.TorqueDataSour
>ceFactory
>torque.dsfactory.jetspeed.pool.defaultMaxConnections=10
>torque.dsfactory.jetspeed.pool.maxExpiryTime=3600
>torque.dsfactory.jetspeed.pool.connectionWaitTimeout=10
>### MySQL
>torque.dsfactory.jetspeed.connection.driver = org.gjt.mm.mysql.Driver
>torque.dsfactory.jetspeed.connection.url =
>jdbc:mysql://localhost:3306/jetspeed
>torque.dsfactory.jetspeed.connection.user =  portal
>torque.dsfactory.jetspeed.connection.password =
>
>My problem: The admin is unable to create new users.
>After filling in the needed data, I click on the add user button and the
>table with all users is shown but the new one is missing.
>Any solutions?
>Kind regards
>Chris
>
>-
>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]
>
>  
>



This message has been scanned but we cannot guarantee that it and any
attachments are free from viruses or other damaging content: you are
advised to perform your own checks.  Email communications with the
University of Nottingham may be monitored as permitted by UK legislation.


-
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: mysql - no new user Entries

2004-05-12 Thread Stefan Rennick Egglestone
I sent the following earlier today, but it don't think it got through - stef

*

There's this problem with the tommy turbine user that comes with the 
database that jetspeed uses.

If you delete it, the admin servlet stops working!  So this could be the 
cause of your problem.

I've been looking into this a bit, because I was having a problem where 
even thought I had added tommy back into the database, I still couldn't 
use the admin servlet.

It turns out that not only do you need tommy turbine in your database, 
you also need his psml pages to be in your /WEB-INF/psml 
directory. I'd deleted them. I think they're being used to create 
default content when a new user is created.

Stef
*
Robin Antony wrote:
Have you given access to the user portal in your mysql database? Because you
are not logging into the database as root. Make sure you have given the
appropriate permissions to user portal. Other than that is looks ok.
Cheers,
Robin Antony
Software Engineer
OpenSI.Net
- Original Message - 
From: "Flomann Christoph" <[EMAIL PROTECTED]>
To: "Jetspeed Users List (E-Mail)" <[EMAIL PROTECTED]>
Sent: Wednesday, May 12, 2004 3:41 AM
Subject: mysql - no new user Entries

Here are my settings for the db connect:

torque.database.default=jetspeed
torque.database.jetspeed.adapter=mysql
torque.dsfactory.jetspeed.factory=org.apache.torque.dsfactory.TorqueDataSour
ceFactory
torque.dsfactory.jetspeed.pool.defaultMaxConnections=10
torque.dsfactory.jetspeed.pool.maxExpiryTime=3600
torque.dsfactory.jetspeed.pool.connectionWaitTimeout=10
### MySQL
torque.dsfactory.jetspeed.connection.driver = org.gjt.mm.mysql.Driver
torque.dsfactory.jetspeed.connection.url =
jdbc:mysql://localhost:3306/jetspeed
torque.dsfactory.jetspeed.connection.user =  portal
torque.dsfactory.jetspeed.connection.password =
My problem: The admin is unable to create new users.
After filling in the needed data, I click on the add user button and the
table with all users is shown but the new one is missing.
Any solutions?
Kind regards
Chris
-
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]
 



This message has been scanned but we cannot guarantee that it and any
attachments are free from viruses or other damaging content: you are
advised to perform your own checks.  Email communications with the
University of Nottingham may be monitored as permitted by UK legislation.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: mysql - no new user Entries

2004-05-12 Thread Stefan Rennick Egglestone
There's this problem with the tommy turbine user that comes with the 
database that jetspeed uses.

If you delete it, the admin servlet stops working!  So this could be the 
cause of your problem.

I've been looking into this a bit, because I was having a problem where 
even thought I had added tommy back into the database, I still couldn't 
use the admin servlet.

It turns out that not only do you need tommy turbine in your database, 
you also need his psml pages to be in your /WEB-INF/psml 
directory. I'd deleted them. I think they're being used to create 
default content when a new user is created.

Stef

Robin Antony wrote:

Have you given access to the user portal in your mysql database? Because you
are not logging into the database as root. Make sure you have given the
appropriate permissions to user portal. Other than that is looks ok.
Cheers,
Robin Antony
Software Engineer
OpenSI.Net
- Original Message - 
From: "Flomann Christoph" <[EMAIL PROTECTED]>
To: "Jetspeed Users List (E-Mail)" <[EMAIL PROTECTED]>
Sent: Wednesday, May 12, 2004 3:41 AM
Subject: mysql - no new user Entries

Here are my settings for the db connect:

torque.database.default=jetspeed
torque.database.jetspeed.adapter=mysql
torque.dsfactory.jetspeed.factory=org.apache.torque.dsfactory.TorqueDataSour
ceFactory
torque.dsfactory.jetspeed.pool.defaultMaxConnections=10
torque.dsfactory.jetspeed.pool.maxExpiryTime=3600
torque.dsfactory.jetspeed.pool.connectionWaitTimeout=10
### MySQL
torque.dsfactory.jetspeed.connection.driver = org.gjt.mm.mysql.Driver
torque.dsfactory.jetspeed.connection.url =
jdbc:mysql://localhost:3306/jetspeed
torque.dsfactory.jetspeed.connection.user =  portal
torque.dsfactory.jetspeed.connection.password =
My problem: The admin is unable to create new users.
After filling in the needed data, I click on the add user button and the
table with all users is shown but the new one is missing.
Any solutions?
Kind regards
Chris
-
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]
 



This message has been scanned but we cannot guarantee that it and any
attachments are free from viruses or other damaging content: you are
advised to perform your own checks.  Email communications with the
University of Nottingham may be monitored as permitted by UK legislation.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


jetspeed-1.5 build problems

2004-05-12 Thread Anthony Smith
How do I stop this connection timed out. I thought all these woudl be taken
care of with the proxy setting.



torque:om:
torque:init:
Overriding previous definition of reference to torque-classpath

torque:om-generate:
[torque-data-model] Using classpath
[torque-data-model] Generating to file
C:\cvs\globalink\jetspeed-1.5\src\jav
[EMAIL PROTECTED]

BUILD FAILED
File.. file:/C:/Documents and
Settings/as411161/.maven/plugins/maven-torque-
plugin-3.2/plugin.jelly
Element... torque-data-model
Line.. 228
Column 49
org.apache.torque.engine.EngineException: Connection timed out: connect
Total time: 45 seconds
Finished at: Wed May 12 07:21:51 CDT 2004


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



Email Portlet

2004-05-12 Thread Jonathan Hawkins
I have the Email portlet connected to an Exchange Server and I can send and
receive email.

When I attempt to view the content of a message, all I get is :-


[EMAIL PROTECTED]


Any assistance appreciated.

Regards,

Jon Hawkins


*** 
This email and any files transmitted with it are confidential and 
intended solely for the use of the individual or entity to whom they 
are addressed. Any unauthorised distribution or copying is strictly 
prohibited. 
 
Whilst Cedar Software Ltd takes steps to prevent the transmission of 
viruses via e-mail, we can not guarantee that any email or 
attachment is free from computer viruses and you are strongly 
advised to undertake your own anti-virus precautions. 
 
Cedar Software Ltd grants no warranties regarding performance, 
use or quality of any e-mail or attachment and undertakes no 
liability for loss or damage, howsoever caused. 

CedAr is a leading UK supplier of Financial, eProcurement, Performance Management and, 
following the recent acquisition of Goldenhill Computer Systems Ltd, HR and Payroll 
software. Cedars solutions deliver increased capabilities and offer a direct and 
measurable financial return on investment.  The company has a customer base of more 
than 500 organisations in both the public and private sector. 
Particular sector strengths include Airlines, Business Services,
Education, Emergency Services, Financial Services, Government, Health, Local 
Authorities, Not for Profit, Retail and Utilities.  For more
information, please visit www.cedar.com 
2003 CedAr Software Ltd. All Rights Reserved. 
Cedar Software Ltd. Incorporation number 3214465
 ***


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



Re: mysql - no new user Entries

2004-05-12 Thread Robin Antony
Have you given access to the user portal in your mysql database? Because you
are not logging into the database as root. Make sure you have given the
appropriate permissions to user portal. Other than that is looks ok.

Cheers,
Robin Antony
Software Engineer
OpenSI.Net

- Original Message - 
From: "Floßmann Christoph" <[EMAIL PROTECTED]>
To: "Jetspeed Users List (E-Mail)" <[EMAIL PROTECTED]>
Sent: Wednesday, May 12, 2004 3:41 AM
Subject: mysql - no new user Entries


Here are my settings for the db connect:

torque.database.default=jetspeed
torque.database.jetspeed.adapter=mysql

torque.dsfactory.jetspeed.factory=org.apache.torque.dsfactory.TorqueDataSour
ceFactory
torque.dsfactory.jetspeed.pool.defaultMaxConnections=10
torque.dsfactory.jetspeed.pool.maxExpiryTime=3600
torque.dsfactory.jetspeed.pool.connectionWaitTimeout=10
### MySQL
torque.dsfactory.jetspeed.connection.driver = org.gjt.mm.mysql.Driver
torque.dsfactory.jetspeed.connection.url =
jdbc:mysql://localhost:3306/jetspeed
torque.dsfactory.jetspeed.connection.user =  portal
torque.dsfactory.jetspeed.connection.password =

My problem: The admin is unable to create new users.
After filling in the needed data, I click on the add user button and the
table with all users is shown but the new one is missing.
Any solutions?
Kind regards
Chris

-
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]



mysql - no new user Entries

2004-05-12 Thread Floßmann Christoph
Here are my settings for the db connect:

torque.database.default=jetspeed
torque.database.jetspeed.adapter=mysql

torque.dsfactory.jetspeed.factory=org.apache.torque.dsfactory.TorqueDataSourceFactory
torque.dsfactory.jetspeed.pool.defaultMaxConnections=10
torque.dsfactory.jetspeed.pool.maxExpiryTime=3600
torque.dsfactory.jetspeed.pool.connectionWaitTimeout=10
### MySQL
torque.dsfactory.jetspeed.connection.driver = org.gjt.mm.mysql.Driver
torque.dsfactory.jetspeed.connection.url = jdbc:mysql://localhost:3306/jetspeed
torque.dsfactory.jetspeed.connection.user =  portal
torque.dsfactory.jetspeed.connection.password =

My problem: The admin is unable to create new users. 
After filling in the needed data, I click on the add user button and the table with 
all users is shown but the new one is missing. 
Any solutions?
Kind regards 
Chris

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



Re: Login failed in jetspeed

2004-05-12 Thread Alberto Rodriguez Galdo
Sorry, I have just managed to both showing the "wrong authentication" 
message in the login screen and my portlets stay where they are.

Thanks...

At 10.34 12/5/04 +0200, you wrote:


I've made an inital screen in jetspeed to allow my users log into my 
aplication. It consists in a menu control with a set of portlets, the 
authentication screen is on the top nav like in the jetspeed default 
initial page. When an user fails to log in my app a login failed screen 
substitutes my portlets.

What i want to do is to maintain the structure (with portlets) of my page 
when a user fails to log in, i want even to display a different login 
screen on the top nav indicating that the log procedure was wrong but 
keeping all my portlets and menu on place.

Any idea on this subject?

greets



-
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]


Login failed in jetspeed

2004-05-12 Thread Alberto Rodriguez Galdo


I've made an inital screen in jetspeed to allow my users log into my 
aplication. It consists in a menu control with a set of portlets, the 
authentication screen is on the top nav like in the jetspeed default 
initial page. When an user fails to log in my app a login failed screen 
substitutes my portlets.

What i want to do is to maintain the structure (with portlets) of my page 
when a user fails to log in, i want even to display a different login 
screen on the top nav indicating that the log procedure was wrong but 
keeping all my portlets and menu on place.

Any idea on this subject?

greets



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


Re: RegistryService: Failed to retrieve XXX from Portlet

2004-05-12 Thread Raphaël Luta
Le 12 mai 04, à 08:19, Stefano Bianchi a écrit :

Dear ALL,
after making some revision to my portal, I got this messages in 
jetspeed.log
on startup:

[11 mag 2004 10:12:20  INFO] - RegistryService: Failed to retrieve 
HTML from
Portlet
[...]

at least 100 lines of this type.
Any idea of what happened? I have removed xreg files of portlets I do 
not
use anymore, and probably they are used in some old psmls. Could it be
something related to this?

If you have PSML files referencing a portlet that doesn't exist anymore 
you'll have these kind
of errors until the offending PSML entry is removed.

Note that this is just verbose logging and does not represent any 
error. Jetspeed should still
work fine.

--
Raphaël Luta - [EMAIL PROTECTED]
Apache Jetspeed - Enterprise Portal in Java
http://portals.apache.org/
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]