Re: J2M1 binary install

2004-12-07 Thread Roger Ruttimann
As mentioned in the Readme the binaries have been created and tested 
with Java 1.4.2.

I'm not sure if anybody tried it with Java 1.5. I think the problem is 
there since people were
able to run the release on the different tomcat versions (4.1.30/5.1/5.5)

Needs more investigation
Roger
Peter Kmet wrote:
Hi,
It works with Tomcat/5.0.28, java 1.4.1_02-b06 without problems :) 


On Tue, Dec 07, 2004 at 01:58:54PM +0100, Peter Kmet wrote:
 

Hi,
I get the same error with Tomcat/5.5.4 with java 1.5.0 :(
although I accept instruction on site 
http://www.apache.org/dist/portals/jetspeed-2/JETSPEED-2.0-M1-README.txt :

"Tomcat 5.5 requires a different jetspeed.xml found in the source tree under 
src/resources/jetspeed-tomcat-5.5.xml"
any idea?
thanks
On Tue, Dec 07, 2004 at 02:37:20PM +0200, News Hunter wrote:
   

i use tomcat 5.0.30 and jdk 1.5.0 i get this error.
javax.servlet.ServletException: Failed to initalize jetspeed. 
org.apache.jetspeed.exception.JetspeedException: Unable to create Engine
	org.apache.jetspeed.engine.JetspeedServlet.doGet(JetspeedServlet.java:206)
	javax.servlet.http.HttpServlet.service(HttpServlet.java:689)
	javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
	org.apache.jasper.runtime.PageContextImpl.doForward(PageContextImpl.java:690)
	org.apache.jasper.runtime.PageContextImpl.forward(PageContextImpl.java:657)
	org.apache.jsp.index_jsp._jspService(org.apache.jsp.index_jsp:45)
	org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:99)
	javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
	org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:325)
	org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:295)
	org.apache.jasper.servlet.JspServlet.service(JspServlet.java:245)
	javax.servlet.http.HttpServlet.service(HttpServlet.java:802)

root cause
org.apache.jetspeed.exception.JetspeedException: Unable to create Engine
org.apache.jetspeed.Jetspeed.createEngine(Jetspeed.java:76)

org.apache.jetspeed.engine.JetspeedServlet.init(JetspeedServlet.java:135)

org.apache.catalina.startup.HostConfig.deployDescriptor(HostConfig.java:590)

org.apache.catalina.startup.HostConfig.deployDescriptors(HostConfig.java:535)
org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:470)
org.apache.catalina.startup.HostConfig.start(HostConfig.java:1079)

org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:310)

org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:119)
org.apache.catalina.startup.Catalina.start(Catalina.java:537)
sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

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

sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
java.lang.reflect.Method.invoke(Method.java:585)
org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:271)
org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:409)
---
-News Hunter-
--- 


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

-
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: more on the 'Unable to obtain goal [deploy-plugin]' problem

2004-12-07 Thread Gary Shea
I'm still running hsql, haven't tried anything daring like changing the
database.

I've run through 'maven allClean allBuild' a couple of times, and always
get that crash in the plugin.  I'm running maven 1.0.1, java 1.5, cvs
head.

I've assumed the hsql db file is destroyed by allClean but I'll look a
bit closer today.

After the crash in allBuild, quickStart will not run.

Gary

On Mon, 2004-12-06 at 22:05, Roger Ruttimann wrote: 
> What database are you running?
> 
> With MySQL I run into similar issues and the only resolution was to 
> drop/create the databases (test/production) before I started a build/deploy
> 
> Roger
> 
> Gary Shea wrote:
> 
> >I read a thread on the mailing list that seemed to refer to this
> >problem, but nothing that seemed like a resolution.
> >
> >I'm running the latest cvs (as of a couple hours ago anyway), java
> >1.5.0.
> >
> >The error occurs in the "Build and deploy the Jetspeed 2 Maven plugin
> >Jetspeed 2 Maven Plugin" phase of the build.  Here's where it blows:
> >
> >
> >db.execute:
> >[sql] Executing file:
> >/home/shea/work/dev/itr-portal/jetspeed-2/maven-plugin/target/classes/plugin-resources/hsql/phase2-schema.sql
> >[sql] [ERROR] Failed to execute: drop table PROFILING_RULE if exists
> >
> >BUILD FAILED
> >File.. /home/shea/work/dev/itr-portal/jetspeed-2/maven.xml
> >Element... maven:reactor
> >Line.. 168
> >Column 40
> >Unable to obtain goal [deploy-plugin] --
> >/home/shea/work/dev/itr-portal/jetspeed-2/maven-plugin/maven.xml:110:39:
> > java.sql.SQLException: Integrity constraint violation:
> >SYS_REF_RULE_CRITERION_FK_1_4 table: RULE_CRITERION in statement [drop
> >table PROFILING_RULE if exists]
> >Total time: 7 minutes 7 seconds
> >Finished at: Mon Dec 06 14:03:43 MST 2004
> >
> >
> >
> >The sql in question seems inocuous enough; although I've never seen the
> >'if exists' before, it seemed to work in the previous 10 instances in
> >that same file.
> >
> >
> >-
> >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]


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



Re: J2M1 binary install

2004-12-07 Thread Peter Kmet

Hi,

It works with Tomcat/5.0.28, java 1.4.1_02-b06 without problems :) 



On Tue, Dec 07, 2004 at 01:58:54PM +0100, Peter Kmet wrote:
> Hi,
> 
> I get the same error with Tomcat/5.5.4 with java 1.5.0 :(
> 
> although I accept instruction on site 
> http://www.apache.org/dist/portals/jetspeed-2/JETSPEED-2.0-M1-README.txt :
> 
> "Tomcat 5.5 requires a different jetspeed.xml found in the source tree under 
> src/resources/jetspeed-tomcat-5.5.xml"
> 
> any idea?
> thanks
> 
> On Tue, Dec 07, 2004 at 02:37:20PM +0200, News Hunter wrote:
> > i use tomcat 5.0.30 and jdk 1.5.0 i get this error.
> > 
> > javax.servlet.ServletException: Failed to initalize jetspeed. 
> > org.apache.jetspeed.exception.JetspeedException: Unable to create Engine
> > 
> > org.apache.jetspeed.engine.JetspeedServlet.doGet(JetspeedServlet.java:206)
> > javax.servlet.http.HttpServlet.service(HttpServlet.java:689)
> > javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
> > 
> > org.apache.jasper.runtime.PageContextImpl.doForward(PageContextImpl.java:690)
> > 
> > org.apache.jasper.runtime.PageContextImpl.forward(PageContextImpl.java:657)
> > org.apache.jsp.index_jsp._jspService(org.apache.jsp.index_jsp:45)
> > org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:99)
> > javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
> > 
> > org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:325)
> > org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:295)
> > org.apache.jasper.servlet.JspServlet.service(JspServlet.java:245)
> > javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
> > 
> > root cause
> > 
> > org.apache.jetspeed.exception.JetspeedException: Unable to create Engine
> > org.apache.jetspeed.Jetspeed.createEngine(Jetspeed.java:76)
> > 
> > org.apache.jetspeed.engine.JetspeedServlet.init(JetspeedServlet.java:135)
> > 
> > org.apache.catalina.startup.HostConfig.deployDescriptor(HostConfig.java:590)
> > 
> > org.apache.catalina.startup.HostConfig.deployDescriptors(HostConfig.java:535)
> > org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:470)
> > org.apache.catalina.startup.HostConfig.start(HostConfig.java:1079)
> > 
> > org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:310)
> > 
> > org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:119)
> > org.apache.catalina.startup.Catalina.start(Catalina.java:537)
> > sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> > 
> > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> > 
> > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> > java.lang.reflect.Method.invoke(Method.java:585)
> > org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:271)
> > org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:409)
> > 
> > ---
> > -News Hunter-
> > --- 
> > 
> > 
> > 
> > -
> > 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]
> 

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



Layout customization

2004-12-07 Thread Shabada, Gnaneshwer
Hello,
I have a main tab pane in which I have portlets arranged as MenuController.
Now I want to add a common portlet in this pane as a portlet not as a menu
pane. The reason for this is to make this portlet visible no matter which
Menu pane is clicked. I don't want to add this common portlet in each and
every Menu pane. I cannot acheive this from Customization because, it
wouldnt allow me to add a portlet when the layout is MenuPane. Is there
anyway I can do this? or any other ideas? Please help

TIA
Gnan

 
This email message is for the sole use of the intended recipient (s) and may
contain confidential and privileged information. Any unauthorized review,
use, disclosure or distribution is prohibited. If you are not the intended
recipient, please contact the sender by reply email and destroy all copies
of the original message. To reply to our email administrator directly, send
an email to [EMAIL PROTECTED] 
Toys "R" Us, Inc.

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



Re: login form problem

2004-12-07 Thread Ate Douma
Thanks for the report Graeme.
I applied your fix.
I never experienced that problem using Firefox or Internet Explorer.
Regards,
Ate
Graeme Elsworthy wrote:
Hi all,
I have a problem with Jetspeed 2's login form.  The out-of-the-box
jetspeed 2 I've been downloading from the cvs, and the latest
M1 release all show the same problem.
Problem is, from Mozilla when I enter a username/password and
hit the Login button I get a page send back that shows
the text of an html form, and not an html page containing a form.
I tried IE and this problem does not happen, the login proceeds
as expected.
I fixed this by adding the line
response.setContentType("text/html");
into portal/src/java/org/apache/jetspeed/login/LoginServlet.java
Am using tomcat 4.1.27 and Mozilla 1.7.3 on Linux.  Is this a
problem with my tomcat install (like incorrect/outdated jar files
or something), or is everybody using IE on Windows, or something else?
Cheers,
Graeme.
-
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: J2M1 binary install

2004-12-07 Thread News Hunter
i tried with this file. i get the same error.
---
-News Hunter-
---
- Original Message - 
From: "Roger Ruttimann" <[EMAIL PROTECTED]>
To: "Jetspeed Users List" <[EMAIL PROTECTED]>
Sent: Tuesday, December 07, 2004 9:01 PM
Subject: Re: J2M1 binary install


The file is under CVS:
http://cvs.apache.org/viewcvs.cgi/jakarta-jetspeed-2/portal/src/resources/jetspeed-tomcat-5.5.xml
I'll update the readme with the correct path.
Roger
Peter Kmet wrote:

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


Re: Exception while integrating with sqlserver ...help needed

2004-12-07 Thread Roger Ruttimann
In addition to Dan's notes make sure that you have the the database 
permissions set correctly.
MySql for example includes the server name for the user (e.g. 
[EMAIL PROTECTED]). You need to grant access to the user you define in the 
Torque properties for your jetspeed database.

Roger
Dan Moore wrote:
Hello,
I get this exception whenever I can't connect to my database (Oracle,
but that doesn't matter).
I'd check your Torque.properties to make sure that the connection
information is correct and that your database is running.
Dan
--- Srinivasarao Sri <[EMAIL PROTECTED]> wrote:
 

Team,
I am tring to integrate jetspeed with sqlserver and getting the
following exception while starting serever. Can you please tell me
what I have to do.
Reason: 
   org.apache.jetspeed.om.profile.ProfileException:
java.lang.NullPointerException
 

Get/Post Data:
template  = /html/ShowError.vm 

Stacktrace:
 
 org.apache.jetspeed.om.profile.ProfileException:
java.lang.NullPointerException
at

   

org.apache.jetspeed.services.profiler.JetspeedProfilerService.fallbackProfile(JetspeedProfilerService.java:502)
 

at
   

...snip...
 

Thanks in advance,
Srinivas

		
-
Do you Yahoo!?
Yahoo! Mail - Easier than ever with enhanced search. Learn more.
   


-
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: J2M1 binary install

2004-12-07 Thread Roger Ruttimann
The file is under CVS:
http://cvs.apache.org/viewcvs.cgi/jakarta-jetspeed-2/portal/src/resources/jetspeed-tomcat-5.5.xml
I'll update the readme with the correct path.
Roger
Peter Kmet wrote:
Hi,
I get the same error with Tomcat/5.5.4 with java 1.5.0 :(
although I accept instruction on site 
http://www.apache.org/dist/portals/jetspeed-2/JETSPEED-2.0-M1-README.txt :

"Tomcat 5.5 requires a different jetspeed.xml found in the source tree under 
src/resources/jetspeed-tomcat-5.5.xml"
any idea?
thanks
On Tue, Dec 07, 2004 at 02:37:20PM +0200, News Hunter wrote:
 

i use tomcat 5.0.30 and jdk 1.5.0 i get this error.
javax.servlet.ServletException: Failed to initalize jetspeed. 
org.apache.jetspeed.exception.JetspeedException: Unable to create Engine
	org.apache.jetspeed.engine.JetspeedServlet.doGet(JetspeedServlet.java:206)
	javax.servlet.http.HttpServlet.service(HttpServlet.java:689)
	javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
	org.apache.jasper.runtime.PageContextImpl.doForward(PageContextImpl.java:690)
	org.apache.jasper.runtime.PageContextImpl.forward(PageContextImpl.java:657)
	org.apache.jsp.index_jsp._jspService(org.apache.jsp.index_jsp:45)
	org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:99)
	javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
	org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:325)
	org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:295)
	org.apache.jasper.servlet.JspServlet.service(JspServlet.java:245)
	javax.servlet.http.HttpServlet.service(HttpServlet.java:802)

root cause
org.apache.jetspeed.exception.JetspeedException: Unable to create Engine
org.apache.jetspeed.Jetspeed.createEngine(Jetspeed.java:76)

org.apache.jetspeed.engine.JetspeedServlet.init(JetspeedServlet.java:135)

org.apache.catalina.startup.HostConfig.deployDescriptor(HostConfig.java:590)

org.apache.catalina.startup.HostConfig.deployDescriptors(HostConfig.java:535)
org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:470)
org.apache.catalina.startup.HostConfig.start(HostConfig.java:1079)

org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:310)

org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:119)
org.apache.catalina.startup.Catalina.start(Catalina.java:537)
sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

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

sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
java.lang.reflect.Method.invoke(Method.java:585)
org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:271)
org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:409)
---
-News Hunter-
--- 


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


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


Re: Exception while integrating with sqlserver ...help needed

2004-12-07 Thread Dan Moore
Hello,

I get this exception whenever I can't connect to my database (Oracle,
but that doesn't matter).

I'd check your Torque.properties to make sure that the connection
information is correct and that your database is running.

Dan

--- Srinivasarao Sri <[EMAIL PROTECTED]> wrote:

> Team,
> I am tring to integrate jetspeed with sqlserver and getting the
> following exception while starting serever. Can you please tell me
> what I have to do.
>  
>  
> Reason: 
> org.apache.jetspeed.om.profile.ProfileException:
> java.lang.NullPointerException
>   
>  
> 
> Get/Post Data:
> template  = /html/ShowError.vm 
>  
> 
> Stacktrace:
>   
>   org.apache.jetspeed.om.profile.ProfileException:
> java.lang.NullPointerException
>  at
>
org.apache.jetspeed.services.profiler.JetspeedProfilerService.fallbackProfile(JetspeedProfilerService.java:502)
>  at

...snip...

>  
> Thanks in advance,
> Srinivas
>  
>  
> 
>   
> -
> Do you Yahoo!?
>  Yahoo! Mail - Easier than ever with enhanced search. Learn more.


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



RSS portlet problem

2004-12-07 Thread Aline Grente
Hello,

I use Jetspeed 2 behind a proxy.
I ve already set CATALINA_OPTS but I ve an exception in RSS portlet :
Failed to process RSS Feed: http://www.npr.org/rss/rss.php?topicId=4,
java.net.ConnectException: Connection timed out: connect

Has anybody seen this?

thanks

Aline

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



Re: Problem running Maven war for jetspeed 1.5

2004-12-07 Thread Aline Grente
Hello, 

I use Jetspeed 2 behind a proxy.
I ve already set CATALINA_OPTS but I ve an exception in RSS portlet :
Failed to process RSS Feed: http://www.npr.org/rss/rss.php?topicId=4, 
java.net.ConnectException: Connection timed out: connect

Has anybody seen this?

thanks

Aline

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



RE: Problem running Maven war for jetspeed 1.5

2004-12-07 Thread Sebastien BLANC
Hi,
I had the same problem, but if you don't mind about the tests you can
skip them by typing : maven -Dmaven.test.skip=true war , it will no
longer hangs ...


-Original Message-
From: Chris Rovers [mailto:[EMAIL PROTECTED] 
Sent: dinsdag 7 december 2004 16:41
To: [EMAIL PROTECTED]
Subject: Problem running Maven war for jetspeed 1.5



Hi,

Trying to install jetspeed 1.5 on Solaris x86 (we will be running
Solaris sparc - this is the budgetless pilot :).

Running the Java SDK 1.4.2

When I type 'maven war' it all seems to work, right up until :

[junit] Running org.apache.jetspeed.services.registry.TestCastor
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 3.382
sec
[junit] Running
org.apache.jetspeed.services.registry.TestMarshallRegistry
[junit] INFO - loading component: name=torque
class=org.apache.torque.Torque
config=webapp/WEB-INF/conf/Torque.properties
[junit] INFO - loading component: name=fulcrum
class=org.apache.fulcrum.Fulcrum
config=webapp/WEB-INF/conf/Fulcrum.properties
[junit] INFO - Finished initializing all services!
[junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.964
sec
[junit] Running
org.apache.jetspeed.services.registry.TestRegistryPersistence
[junit] INFO - loading component: name=torque
class=org.apache.torque.Torque
config=webapp/WEB-INF/conf/Torque.properties
[junit] INFO - loading component: name=fulcrum
class=org.apache.fulcrum.Fulcrum
config=webapp/WEB-INF/conf/Fulcrum.properties
[junit] INFO - Finished initializing all services!
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.068
sec
[junit] Running org.apache.jetspeed.services.search.TestSearch
[junit] INFO - loading component: name=torque
class=org.apache.torque.Torque
config=webapp/WEB-INF/conf/Torque.properties
[junit] INFO - loading component: name=fulcrum
class=org.apache.fulcrum.Fulcrum
config=webapp/WEB-INF/conf/Fulcrum.properties
[junit] INFO - Finished initializing all services!

At that point it hangs... It has been sitting there for about 15 hours
now.  Previously, I tried just killing the hanging process (a java
process) and that made it continue, but, of course, it complained that
some tests failed.

What should I be looking at?

-cdr

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



Problem running Maven war for jetspeed 1.5

2004-12-07 Thread Chris Rovers

Hi,

Trying to install jetspeed 1.5 on Solaris x86 (we will be running
Solaris sparc - this is the budgetless pilot :).

Running the Java SDK 1.4.2

When I type 'maven war' it all seems to work, right up until :

[junit] Running org.apache.jetspeed.services.registry.TestCastor
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 3.382
sec
[junit] Running
org.apache.jetspeed.services.registry.TestMarshallRegistry
[junit] INFO - loading component: name=torque
class=org.apache.torque.Torque
config=webapp/WEB-INF/conf/Torque.properties
[junit] INFO - loading component: name=fulcrum
class=org.apache.fulcrum.Fulcrum
config=webapp/WEB-INF/conf/Fulcrum.properties
[junit] INFO - Finished initializing all services!
[junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.964
sec
[junit] Running
org.apache.jetspeed.services.registry.TestRegistryPersistence
[junit] INFO - loading component: name=torque
class=org.apache.torque.Torque
config=webapp/WEB-INF/conf/Torque.properties
[junit] INFO - loading component: name=fulcrum
class=org.apache.fulcrum.Fulcrum
config=webapp/WEB-INF/conf/Fulcrum.properties
[junit] INFO - Finished initializing all services!
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.068
sec
[junit] Running org.apache.jetspeed.services.search.TestSearch
[junit] INFO - loading component: name=torque
class=org.apache.torque.Torque
config=webapp/WEB-INF/conf/Torque.properties
[junit] INFO - loading component: name=fulcrum
class=org.apache.fulcrum.Fulcrum
config=webapp/WEB-INF/conf/Fulcrum.properties
[junit] INFO - Finished initializing all services!

At that point it hangs... It has been sitting there for about 15 hours
now.  Previously, I tried just killing the hanging process (a java
process) and that made it continue, but, of course, it complained that
some tests failed.

What should I be looking at?

-cdr

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



Exception while integrating with sqlserver ...help needed

2004-12-07 Thread Srinivasarao Sri
Team,
I am tring to integrate jetspeed with sqlserver and getting the following 
exception while starting serever. Can you please tell me what I have to do.
 
 
Reason: 
org.apache.jetspeed.om.profile.ProfileException: 
java.lang.NullPointerException
  
 

Get/Post Data:
template  = /html/ShowError.vm 
 

Stacktrace:
  
  org.apache.jetspeed.om.profile.ProfileException: 
java.lang.NullPointerException
 at 
org.apache.jetspeed.services.profiler.JetspeedProfilerService.fallbackProfile(JetspeedProfilerService.java:502)
 at 
org.apache.jetspeed.services.profiler.JetspeedProfilerService.getProfile(JetspeedProfilerService.java:245)
 at 
org.apache.jetspeed.services.profiler.JetspeedProfilerService.getProfile(JetspeedProfilerService.java:528)
 at org.apache.jetspeed.services.Profiler.getProfile(Profiler.java:87)
 at 
org.apache.jetspeed.modules.actions.JetspeedAccessController.doPerform(JetspeedAccessController.java:74)
 at org.apache.turbine.modules.Action.perform(Action.java:87)
 at org.apache.turbine.modules.ActionLoader.exec(ActionLoader.java:122)
 at org.apache.turbine.Turbine.doGet(Turbine.java:529)
 at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
 at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
 at 
org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:684)
 at 
org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:432)
 at 
org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:356)
 at org.apache.jasper.runtime.PageContextImpl.forward(PageContextImpl.java:430)
 at org.apache.jsp.index_jsp._jspService(index_jsp.java:43)
 at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:137)
 at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
 at 
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:210)
 at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:295)
 at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:241)
 at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
 at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:247)
 at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:193)
 at 
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:256)
 at 
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
 at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
 at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
 at 
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
 at 
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
 at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
 at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
 at org.apache.catalina.core.StandardContext.invoke(StandardContext.java:2415)
 at 
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:180)
 at 
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
 at 
org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherValve.java:171)
 at 
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
 at 
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:172)
 at 
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
 at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
 at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
 at 
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:174)
 at 
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
 at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
 at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
 at org.apache.coyote.tomcat4.CoyoteAdapter.service(CoyoteAdapter.java:223)
 at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:594)
 at 
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:392)
 at org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:565)
 at 
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:619)
 at java.lang.Thread.run(Thread.java:536)
 
 
Thanks in advance,
Srinivas
 
 


-
Do you Yahoo!?
 Yahoo! Mail - Easier than ever with enhanced search. Learn more.

Re: J2M1 binary install

2004-12-07 Thread Peter Kmet
Hi,

I get the same error with Tomcat/5.5.4 with java 1.5.0 :(

although I accept instruction on site 
http://www.apache.org/dist/portals/jetspeed-2/JETSPEED-2.0-M1-README.txt :

"Tomcat 5.5 requires a different jetspeed.xml found in the source tree under 
src/resources/jetspeed-tomcat-5.5.xml"

any idea?
thanks

On Tue, Dec 07, 2004 at 02:37:20PM +0200, News Hunter wrote:
> i use tomcat 5.0.30 and jdk 1.5.0 i get this error.
> 
> javax.servlet.ServletException: Failed to initalize jetspeed. 
> org.apache.jetspeed.exception.JetspeedException: Unable to create Engine
>   
> org.apache.jetspeed.engine.JetspeedServlet.doGet(JetspeedServlet.java:206)
>   javax.servlet.http.HttpServlet.service(HttpServlet.java:689)
>   javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
>   
> org.apache.jasper.runtime.PageContextImpl.doForward(PageContextImpl.java:690)
>   
> org.apache.jasper.runtime.PageContextImpl.forward(PageContextImpl.java:657)
>   org.apache.jsp.index_jsp._jspService(org.apache.jsp.index_jsp:45)
>   org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:99)
>   javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
>   
> org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:325)
>   org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:295)
>   org.apache.jasper.servlet.JspServlet.service(JspServlet.java:245)
>   javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
> 
> root cause
> 
> org.apache.jetspeed.exception.JetspeedException: Unable to create Engine
>   org.apache.jetspeed.Jetspeed.createEngine(Jetspeed.java:76)
>   
> org.apache.jetspeed.engine.JetspeedServlet.init(JetspeedServlet.java:135)
>   
> org.apache.catalina.startup.HostConfig.deployDescriptor(HostConfig.java:590)
>   
> org.apache.catalina.startup.HostConfig.deployDescriptors(HostConfig.java:535)
>   org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:470)
>   org.apache.catalina.startup.HostConfig.start(HostConfig.java:1079)
>   
> org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:310)
>   
> org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:119)
>   org.apache.catalina.startup.Catalina.start(Catalina.java:537)
>   sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>   
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
>   
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>   java.lang.reflect.Method.invoke(Method.java:585)
>   org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:271)
>   org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:409)
> 
> ---
> -News Hunter-
> --- 
> 
> 
> 
> -
> 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]



J2M1 binary install

2004-12-07 Thread News Hunter
i use tomcat 5.0.30 and jdk 1.5.0 i get this error.
javax.servlet.ServletException: Failed to initalize jetspeed. 
org.apache.jetspeed.exception.JetspeedException: Unable to create Engine
	org.apache.jetspeed.engine.JetspeedServlet.doGet(JetspeedServlet.java:206)
	javax.servlet.http.HttpServlet.service(HttpServlet.java:689)
	javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
	org.apache.jasper.runtime.PageContextImpl.doForward(PageContextImpl.java:690)
	org.apache.jasper.runtime.PageContextImpl.forward(PageContextImpl.java:657)
	org.apache.jsp.index_jsp._jspService(org.apache.jsp.index_jsp:45)
	org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:99)
	javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
	org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:325)
	org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:295)
	org.apache.jasper.servlet.JspServlet.service(JspServlet.java:245)
	javax.servlet.http.HttpServlet.service(HttpServlet.java:802)

root cause
org.apache.jetspeed.exception.JetspeedException: Unable to create Engine
org.apache.jetspeed.Jetspeed.createEngine(Jetspeed.java:76)

org.apache.jetspeed.engine.JetspeedServlet.init(JetspeedServlet.java:135)

org.apache.catalina.startup.HostConfig.deployDescriptor(HostConfig.java:590)

org.apache.catalina.startup.HostConfig.deployDescriptors(HostConfig.java:535)
org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:470)
org.apache.catalina.startup.HostConfig.start(HostConfig.java:1079)

org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:310)

org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:119)
org.apache.catalina.startup.Catalina.start(Catalina.java:537)
sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

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

sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
java.lang.reflect.Method.invoke(Method.java:585)
org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:271)
org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:409)
---
-News Hunter-
--- 


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


Form mistakenly invokes Turbine action

2004-12-07 Thread Heins, Hendrik
Hi,

I have a problem with an application that I expose as a portlet via a 
ProxyPortlet. The following html-code causes the trouble :

  

  

  
  
  
  

  

  

The hidden input field "page" seems to invoke a turbine action called "save" 
that is off course unknown to Jetspeed. When I rename this input field
no exceptions from Jetspeed occur ( but form the application ) and the data is 
passed to the portlet.

java.lang.ClassNotFoundException: 

Requested Action not found: save
Turbine looked in the following modules.packages path: 
[org.apache.jetspeed.modules, org.apache.turbine.modules, 
org.apache.jetspeed.fusion.modules]

at 
org.apache.turbine.modules.ActionLoader.getInstance(ActionLoader.java:174)
at org.apache.turbine.modules.ActionLoader.exec(ActionLoader.java:122)
at 
org.apache.turbine.modules.pages.DefaultPage.doBuild(DefaultPage.java:143)
at org.apache.turbine.modules.Page.build(Page.java:90)
at org.apache.turbine.modules.PageLoader.exec(PageLoader.java:123)
at org.apache.turbine.Turbine.doGet(Turbine.java:563)
at org.apache.turbine.Turbine.doPost(Turbine.java:658)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:709)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:237)
at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:157)
at 
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:214)
at 
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
at 
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
at 
org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:198)
at 
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:152)
at 
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
at 
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
at 
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:137)
at 
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
at 
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:118)
at 
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:102)
at 
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
at 
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
at 
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
at 
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:929)
at 
org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:160)
at 
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:799)
at 
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:705)
at 
org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:577)
at 
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:683)
at java.lang.Thread.run(Thread.java:534)


In turbine.log I found the following exception :

java.lang.Exception: redirecting
at 
org.apache.jetspeed.fusion.modules.actions.FusionAccessController.doPerform(FusionAccessController.java:151)
at org.apache.turbine.modules.Action.perform(Action.java:87)
at org.apache.turbine.modules.ActionLoader.exec(ActionLoader.java:122)
at org.apache.turbine.Turbine.doGet(Turbine.java:529)
at org.apache.turbine.Turbine.doPost(Turbine.java:658)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:709)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:237)
at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:157)
at 
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:214)
at 
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
at 
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
at 
org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:198)
at 
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:152)
at 
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext

login form problem

2004-12-07 Thread Graeme Elsworthy
Hi all,

I have a problem with Jetspeed 2's login form.  The out-of-the-box
jetspeed 2 I've been downloading from the cvs, and the latest
M1 release all show the same problem.

Problem is, from Mozilla when I enter a username/password and
hit the Login button I get a page send back that shows
the text of an html form, and not an html page containing a form.
I tried IE and this problem does not happen, the login proceeds
as expected.

I fixed this by adding the line

response.setContentType("text/html");

into portal/src/java/org/apache/jetspeed/login/LoginServlet.java

Am using tomcat 4.1.27 and Mozilla 1.7.3 on Linux.  Is this a
problem with my tomcat install (like incorrect/outdated jar files
or something), or is everybody using IE on Windows, or something else?

Cheers,
Graeme.


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



Re: more on the 'Unable to obtain goal [deploy-plugin]' problem

2004-12-07 Thread Roger Ruttimann
What database are you running?
With MySQL I run into similar issues and the only resolution was to 
drop/create the databases (test/production) before I started a build/deploy

Roger
Gary Shea wrote:
I read a thread on the mailing list that seemed to refer to this
problem, but nothing that seemed like a resolution.
I'm running the latest cvs (as of a couple hours ago anyway), java
1.5.0.
The error occurs in the "Build and deploy the Jetspeed 2 Maven plugin
Jetspeed 2 Maven Plugin" phase of the build.  Here's where it blows:
db.execute:
   [sql] Executing file:
/home/shea/work/dev/itr-portal/jetspeed-2/maven-plugin/target/classes/plugin-resources/hsql/phase2-schema.sql
   [sql] [ERROR] Failed to execute: drop table PROFILING_RULE if exists
BUILD FAILED
File.. /home/shea/work/dev/itr-portal/jetspeed-2/maven.xml
Element... maven:reactor
Line.. 168
Column 40
Unable to obtain goal [deploy-plugin] --
/home/shea/work/dev/itr-portal/jetspeed-2/maven-plugin/maven.xml:110:39:
 java.sql.SQLException: Integrity constraint violation:
SYS_REF_RULE_CRITERION_FK_1_4 table: RULE_CRITERION in statement [drop
table PROFILING_RULE if exists]
Total time: 7 minutes 7 seconds
Finished at: Mon Dec 06 14:03:43 MST 2004

The sql in question seems inocuous enough; although I've never seen the
'if exists' before, it seemed to work in the previous 10 instances in
that same file.
-
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: portlets links

2004-12-07 Thread sadelgadoq





Menus should be implemented in top.vm and left.vm, so they don't get lost
when changing pages. But, even then, I had a problem with left.vm and had
to include the menu in the portlet and did it making the menu a velocimacro
and using it in all the templates (I only have a portlet in each page).

Hope this gives you some ideas.

--
Sergio A. Delgado Quero
[EMAIL PROTECTED]



-"Ajonjolis" <[EMAIL PROTECTED]> wrote: -


To: "Jetspeed Users List" <[EMAIL PROTECTED]>
From: "Ajonjolis" <[EMAIL PROTECTED]>
Date: 03/12/2004 12:19 PM
Subject: Re: portlets links

Sergio thank you for your answer. It´s works fine, but t can´t use it
because when i foward to my new psml, i loose my menus and my tabs
definition (placing in the actual psml).





- Original Message -
From:
To: "Jetspeed Users List"
Sent: Friday, December 03, 2004 10:54 AM
Subject: Re: portlets links







Put the new portlet in another psml. Use $jslink.getPage("filename.psml")
as the target for the link. Easy. :)

--
Sergio A. Delgado Quero
[EMAIL PROTECTED]

**DESCARGA DE RESPONSABILIDAD**
Este mensaje es privado y confidencial y solamente para la persona a la que
va dirigido. Si usted ha recibido este mensaje por error, no debe revelar,
copiar, distribuir o usarlo en ningún sentido. Le rogamos lo comunique al
remitente y borre dicho mensaje y cualquier documento adjunto que pudiera
contener. No hay renuncia a la confidencialidad ni a ningún privilegio por
causa de transmisión errónea o mal funcionamiento.
Cualquier opinión expresada en este mensaje pertenece únicamente al autor
remitente, y no representa necesariamente la opinión de GRUPO DELAWARE, a
no ser que se diga expresamente y el remitente esté autorizado para
hacerlo.

**DISCLAIMER**
This message is private and confidential and it is intended exclusively
for the addressee. If you receive this message by mistake, you should not
disseminate, distribute or copy this e-mail. Please inform the sender and
delete the message and attachments from your system. No confidentiality
nor any privilege regarding the information is waived or lost by any
mistransmission or malfunction.
Any views or opinions contained in this message are solely those of the
author, and do not necessarily represent those of GRUPO DELAWARE, unless
otherwise specifically stated and the sender is authorised to do so.


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

**DESCARGA DE RESPONSABILIDAD**
Este mensaje es privado y confidencial y solamente para la persona a la que
va dirigido. Si usted ha recibido este mensaje por error, no debe revelar,
copiar, distribuir o usarlo en ningún sentido. Le rogamos lo comunique al
remitente y borre dicho mensaje y cualquier documento adjunto que pudiera
contener. No hay renuncia a la confidencialidad ni a ningún privilegio por
causa de transmisión errónea o mal funcionamiento.
Cualquier opinión expresada en este mensaje pertenece únicamente al autor
remitente, y no representa necesariamente la opinión de GRUPO DELAWARE, a
no ser que se diga expresamente y el remitente esté autorizado para
hacerlo.

**DISCLAIMER**
 This message is private and confidential and it is intended exclusively
 for the addressee. If you receive this message by mistake, you should not
 disseminate, distribute or copy this e-mail. Please inform the sender and
 delete the message and attachments from your system. No confidentiality
 nor any privilege regarding the information is waived or lost by any
 mistransmission or malfunction.
Any views or opinions contained in this message are solely those of the
author, and do not necessarily represent those of GRUPO DELAWARE, unless
otherwise specifically stated and the sender is authorised to do so.


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