Re: I am getting Connection Not avaiable error when I run Jetspeed for 5 hrs.

2004-11-03 Thread Raphaël Luta
Le 27 oct. 04, à 08:14, Sunil Sheshadri a écrit :
Hi,
We have developed a portal application that is built on Jetspeed 
Framework.
Our application has huge user database (1 users) and because of 
this we
were doing a reliability testing of the application with 200 
simultaneous
users.

After 5 hrs of test, the application gives the below error saying that
Torque could not get connection from DB. Any idea what could be the 
problem?
Why are we getting this error after 5 hrs of application running
successfully?

2004 21:52:05 ERROR] -
java.lang.NullPointerException: Connection object was null. This could 
be
due to a misconfiguration of the DataSourceFactory. Check the logs and
Torque.properties to better determine the cause.
	at org.apache.torque.util.Transaction.rollback(Transaction.java:179)
	at org.apache.torque.util.BasePeer.doSelect(BasePeer.java:1333)
	at

My guess is that you've just found a race condition in the 
Torque/Village/Turbine library or a bug in
the underlying JVM.

I've not checked the code yet, but it would help if you could also log 
the grabage collector
activity while you profile your portal. Maybe this bug arises because 
the Connection object is
incorrectly garbage collected either becasue there's a time window for 
the GC where the connection
object is not referenced anywhere.

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


Re: Integrating jetSpeed with Maven

2004-11-03 Thread Raphaël Luta
Le 4 nov. 04, à 07:31, Srinivasarao Sri a écrit :
Hi Team,
I installed MAVEN in my system.
I installed JetSpeed also and running.
Can you please let me know,
How to integrate the MAVEN1.0 with jetSpeed.
Nothing to do, it's already integrated. Just use any
maven command in the jakarta-jetspeed directory,
for example
maven deploy
--
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]


Re: How to remove image in home page of jetspeed?

2004-11-03 Thread 綠羽毛
goto WEB-INF\templates\jsp or vm\layouts\html,edit default.vm or jsp.

Here is sample using default.jsp
remove these codes 
.


  ">
" src="">
  


than Logo image will disappear.

> Hi ,
> Modify in top.vm ,
> We can remove images

this cann't remove logo,I try it before.
> 
> Maruthi <[EMAIL PROTECTED]> wrote:
> Hello,
> I want to remove the image(top-left side) in the log-in page of Jetspeed portal 
> (http://localhost/jetspeed/portal ).I searched different .vm files, but no use. In 
> which file i need to do changes for removing the image?.
> 
> Please reply me back,
> Thank you,
> Maruthi.
> 
> 
> -
> Do you Yahoo!?
> Check out the new Yahoo! Front Page. www.yahoo.com/a
> __
> Do You Yahoo!?
> Tired of spam?  Yahoo! Mail has the best spam protection around 
> http://mail.yahoo.com 



- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean. 

By @utoTOOLS MIS


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



Re: How to remove image in home page of jetspeed?

2004-11-03 Thread Srinivasarao Sri
Hi ,
Modify in top.vm ,
We can remove images

Maruthi <[EMAIL PROTECTED]> wrote:
Hello,
I want to remove the image(top-left side) in the log-in page of Jetspeed portal 
(http://localhost/jetspeed/portal ).I searched different .vm files, but no use. In 
which file i need to do changes for removing the image?.

Please reply me back,
Thank you,
Maruthi.


-
Do you Yahoo!?
Check out the new Yahoo! Front Page. www.yahoo.com/a
__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

Integrating jetSpeed with Maven

2004-11-03 Thread Srinivasarao Sri
Hi Team,
I installed MAVEN in my system.
I installed JetSpeed also and running.

Can you please let me know,
How to integrate the MAVEN1.0 with jetSpeed.
Any procedure to do like that.
Regards,
Srinivasa Rao
 

__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

Re: Where to Download Jetspeed 2

2004-11-03 Thread Randy Watler
Michael,
What problem did you encounter? There is a lot of activity in the 
project as it nears release, but everyone strives to avoid breaking 
early adopters.

Let us know!
Randy Watler
Michael McElligott wrote:
Hi Elisabeth,
 I had a working build for a few days from the head but I foolishly 
did an update and it hasn't worked since.  One of the developers gave 
me a tag name to use, but it didn't work either.  I downloaded exo so 
I can actually get some work done.. haven't configured it yet..


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


Re: Where to Download Jetspeed 2

2004-11-03 Thread Michael McElligott
Hi Elisabeth,
I couldn't find it either.  It seems like the only way to get it is to 
check it out of CVS, assuming you know how to do that.  That said, I 
don't have any idea what tag is actually working.  I had a working build 
for a few days from the head but I foolishly did an update and it hasn't 
worked since.  One of the developers gave me a tag name to use, but it 
didn't work either.  I downloaded exo so I can actually get some work 
done.. haven't configured it yet..

Mike
Elisabeth VanSchaardenburg wrote:
Could somebody please tell me where I can find Jetspeed 2 for download?
I don't see any links from the Jetspeed 2 page.  All I can find is
Jetspeed 1.5.  

I'm probably missing something very obvious.  Thanks for the help.
Elisabeth

 

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


Re: Where to Download Jetspeed 2

2004-11-03 Thread Scott T. Weaver
Hi Elisabeth,
There is currently no binaries available for download for J2 so you will 
need check it out from CVS.   You can expect a milestone release of J2 
with binary distributions and a prepackaged portal with tomcat mid-november.

Regards,
Elisabeth VanSchaardenburg wrote:
Could somebody please tell me where I can find Jetspeed 2 for download?
I don't see any links from the Jetspeed 2 page.  All I can find is
Jetspeed 1.5.  

I'm probably missing something very obvious.  Thanks for the help.
Elisabeth

 


--
"Great minds discuss ideas. Average minds discuss events. Small minds discuss people." 
 - Admiral Hyman Rickover
***
*   Scott T. Weaver   *
* <[EMAIL PROTECTED]> *
* *
* --  *
*   Apache Jetspeed Enterprise Portal *
* Apache Pluto Portlet Container  *
* *
* OpenEdit, Website Content Management *
*    *
***
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Where to Download Jetspeed 2

2004-11-03 Thread Elisabeth VanSchaardenburg
Could somebody please tell me where I can find Jetspeed 2 for download?
I don't see any links from the Jetspeed 2 page.  All I can find is
Jetspeed 1.5.  
 
I'm probably missing something very obvious.  Thanks for the help.
 

Elisabeth
 
 


Re: jetspeed-2 deployment problem

2004-11-03 Thread Scott T. Weaver
That doesn't really give us much to go on.  Check for errors in 
logs/jetspeed.log that might provide us with more info as to what is 
causing the servlet to fail to init.

Regards,
Amit Soni wrote:
Hi all, here i m trying to deploy jetspeed-2 in Tomcat 5.0.28 

for this i have use ::
1)OS :: Fedora core 1
2)jdk :: j2sdk1.4.2_04
3)Tomcat :: jakarta-tomcat-5.0.28
but at the time deployment time it gives the error like ::
2004-11-03 13:26:41 StandardContext[/jetspeed]Marking servlet jetspeed
as unavailable
2004-11-03 13:26:41 StandardContext[/jetspeed]Servlet /jetspeed threw
load() exception
javax.servlet.ServletException: Error instantiating servlet class
org.apache.jetspeed.engine.JetspeedServlet
so any one if u have any idea regarding this error then pls help me.
Regards,
Amit Soni
--
Netcore's New Website
http://www.netcore.co.in
--
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

 


--
"Great minds discuss ideas. Average minds discuss events. Small minds discuss people." 
 - Admiral Hyman Rickover
***
*   Scott T. Weaver   *
* <[EMAIL PROTECTED]> *
* *
* --  *
*   Apache Jetspeed Enterprise Portal *
* Apache Pluto Portlet Container  *
* *
* OpenEdit, Website Content Management *
*    *
***
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]