JetSpeed and TOMCAT

2004-11-16 Thread Carlos Torres

Hello people,

I'm using jetspeed running in tomcat on windows platform. When I execute in my 
desktop, using the startup.bat and shudown.bat commands, to start and stop the 
tomcat server no problem. But, when i start and stop the tomcat as a windows 
service my configuration changes in jetspeed are lost.
Anybody got this problem? Please, help me.

Thanks a lot

Regards,
 
   Carlos Alberto Torres
Web Solutions Consultant
MCN Technology & Consulting
  São Paulo - SP - Brasil
  www.mcn.com.br
Phone: +55 11  5561-1044
Fax: +55 11  5561-3752

Jetspeed and Tomcat

2001-08-07 Thread Bob . Wilson

I apologize for the last message that I sent as it pertained to Tomcat and
Apache.  Sorry...I sent it to the wrong mail list!!

I'm trying to get Jetspeed 1.3a1 to run on Tomcat 3.2.3 (on Linux) but once
I unpack the files and trying to build the webapp I get an error.  First
off, I change to the jetspeed/build directory.  Then (following the
installation instructions) it says to run ./build.sh webapp however this is
where I get the following error...

bash: ./build.sh: No such file or directory

I noticed there is a webapp directory under the Jetspeed home.  Do I have to
move it into the build directory??  Has anyone else had this problem?
Advice??

Thanks,
Bob Wilson.




Re: JetSpeed and TOMCAT

2004-11-16 Thread David Sean Taylor
Carlos Torres wrote:
Hello people,
I'm using jetspeed running in tomcat on windows platform. When I execute in my 
desktop, using the startup.bat and shudown.bat commands, to start and stop the 
tomcat server no problem. But, when i start and stop the tomcat as a windows 
service my configuration changes in jetspeed are lost.
Anybody got this problem? Please, help me.
Thanks a lot
please do not cross post.
Try installing it something like this:
cd %TOMCAT_HOME%\bin
call tomcat -install "Jetspeed-Tomcat" 
"%JAVA_HOME%\jre\bin\server\jvm.dll" -Xmx512m -Xms128m 
-Djava.class.path="%TOMCAT_HOME%\bin\bootstrap.jar" 
-Dcatalina.home="%TOMCAT_HOME" -start 
org.apache.catalina.startup.BootstrapService -params start -stop 
org.apache.catalina.startup.BootstrapService -params stop -out 
"%TOMCAT_HOME%\logs\stdout.log" -err "%TOMCAT_HOME%\logs\stderr.log"

Then start the service
NET START "Jetspeed-Tomcat"
--
David Sean Taylor
Bluesunrise Software
[EMAIL PROTECTED]
[office] +01 707 773 4646
[mobile] +01 707 529 9194
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


AW: Jetspeed and Tomcat

2001-08-07 Thread Berger, Jochen

Hello Bob,

you should have a look at the rights from build.sh .

It looks like you don't have permission to execute build.sh.

If you are the owner of build.sh you can change the rights with chmod 755
build.sh

If not you have to login as the owner of the build.sh and change the rights
of it.

Bye

J. Berger


| -Ursprüngliche Nachricht-
| Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
| Gesendet: Mittwoch, 8. August 2001 02:02
| An: [EMAIL PROTECTED]
| Betreff: Jetspeed and Tomcat
| 
| 
| I apologize for the last message that I sent as it pertained 
| to Tomcat and
| Apache.  Sorry...I sent it to the wrong mail list!!
| 
| I'm trying to get Jetspeed 1.3a1 to run on Tomcat 3.2.3 (on 
| Linux) but once
| I unpack the files and trying to build the webapp I get an 
| error.  First
| off, I change to the jetspeed/build directory.  Then (following the
| installation instructions) it says to run ./build.sh webapp 
| however this is
| where I get the following error...
| 
| bash: ./build.sh: No such file or directory
| 
| I noticed there is a webapp directory under the Jetspeed 
| home.  Do I have to
| move it into the build directory??  Has anyone else had this problem?
| Advice??
| 
| Thanks,
| Bob Wilson.
| 
| 


 Jochen Berger.vcf

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


RE: Jetspeed and Tomcat

2001-08-08 Thread Bob . Wilson

I not sure how to resolve my error (same one as my original message - see
below).  When I browse to the /build directory I can see all the files and
all are executable.  I am looged in as 'root' and thus should be able to
execute any script.  When trying to execute ./build.sh webapp it tells me
there is no such file or directory.  Am I doing something wrong??

Thanks.

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, August 08, 2001 8:52 AM
To: [EMAIL PROTECTED]
Subject: RE: Jetspeed and Tomcat


Bob,

I just went through this exercise on solaris myself.  If i can be of any
help let me know.

Thanks

Bob


-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, August 07, 2001 8:02 PM
To: [EMAIL PROTECTED]
Subject: Jetspeed and Tomcat


I apologize for the last message that I sent as it pertained to Tomcat and
Apache.  Sorry...I sent it to the wrong mail list!!

I'm trying to get Jetspeed 1.3a1 to run on Tomcat 3.2.3 (on Linux) but once
I unpack the files and trying to build the webapp I get an error.  First
off, I change to the jetspeed/build directory.  Then (following the
installation instructions) it says to run ./build.sh webapp however this is
where I get the following error...

bash: ./build.sh: No such file or directory

I noticed there is a webapp directory under the Jetspeed home.  Do I have to
move it into the build directory??  Has anyone else had this problem?
Advice??

Thanks,
Bob Wilson.



Jetspeed and tomcat 4.0

2001-10-25 Thread Rajeswari Venkatachalam

Hi, 
  Is any one using this configuration? So far I have been using tomcat 3.2.3
on win2k. Just now I got some benchmarks for my jetspeed app within tomcat
4.0 and it is very very fast. I am very impressed with tomcat 4.0
performance. I was wondering if any of you faced any issues with using
tomcat 4.0?

thanks,
-Raje

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




Jetspeed and Tomcat 4

2002-02-20 Thread todd tredeau

I want to use Jetspeed with Tomcat 4.02 and JVM 1.3.1. I don't want to 
modify the "standard" Tomcat. I don't think you should have to modify 
your server. The theory should be the software can be made to work with 
the server, not visa versa... anyway..

Q: Has anyone managed to get Jetspeed working with TC4
Q: What modifications or build procedure to do this.

greetings

todd
http://www.wiserlabz.com
collaborative effort to promote Novell and Open Source Solutions



--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




jetspeed and tomcat 3.3b1 problem

2001-07-23 Thread Chris Kimpton

Hi,

I just tried running the default jetspeed.war (jetspeed CVS, as of 2
weeks ago) with tomcat 3.3b1 on NT4 and get this error in the tomcat
console window:

java.lang.NullPointerException
at
org.apache.tomcat.modules.generators.ErrorHandler.handleErrorImpl(ErrorHandler.java:280)
at
org.apache.tomcat.modules.generators.ErrorHandler.handleError(ErrorHandler.java:151)
at
org.apache.tomcat.core.ContextManager.handleError(ContextManager.java:1087)
at
org.apache.tomcat.core.ContextManager.internalService(ContextManager.java:914)
at
org.apache.tomcat.core.ContextManager.service(ContextManager.java:824)
at
org.apache.tomcat.modules.server.Http10Interceptor.processConnection(Http10Interceptor.ja
va:152)
at
org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:438)
at
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:505)
at java.lang.Thread.run(Thread.java:484)
2001-07-23 17:50:04 - SimpleMapper1: Mapping R( /) -
java.lang.RuntimeException: Assertion failed: c
ontainer==null
at
org.apache.tomcat.modules.mappers.SimpleMapper1.contextMap(SimpleMapper1.java:276)
at
org.apache.tomcat.core.ContextManager.processRequest(ContextManager.java:940)
at
org.apache.tomcat.core.ContextManager.internalService(ContextManager.java:866)
at
org.apache.tomcat.core.ContextManager.service(ContextManager.java:824)
at
org.apache.tomcat.modules.server.Http10Interceptor.processConnection(Http10Interceptor.ja
va:152)
at
org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:438)
at
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:505)
at java.lang.Thread.run(Thread.java:484)




If I try running our jetspeed app with 3.3b1, we get 

Horrible Exception: javax.xml.parsers.FactoryConfigurationError:
Provider org.apache.crimson.jaxp.DocumentBuilderFactoryImpl not found
at
javax.xml.parsers.DocumentBuilderFactory.newInstance(DocumentBuilderFactory.java:145)
at
org.apache.jasper.compiler.JspUtil.parseXMLDocJaxp(JspUtil.java:144)
at org.apache.jasper.compiler.JspUtil.parseXMLDoc(JspUtil.java:134)
at
org.apache.jasper.compiler.TagLibraryInfoImpl.(TagLibraryInfoImpl.java:165)
at
org.apache.jasper.compiler.JspParseEventListener.handleDirective(JspParseEventListener.java:728)
at
org.apache.jasper.compiler.DelegatingListener.handleDirective(DelegatingListener.java:116)
at
org.apache.jasper.compiler.Parser$Directive.accept(Parser.java:215)
at org.apache.jasper.compiler.Parser.parse(Parser.java:1077) at
org.apache.jasper.compiler.Parser.parse(Parser.java:1042) at
org.apache.jasper.compiler.Parser.parse(Parser.java:1038) at
org.apache.jasper.compiler.Compiler.compile(Compiler.java:209) at
org.apache.tomcat.facade.JasperLiaison.jsp2java(JspInterceptor.java:680)
at
org.apache.tomcat.facade.JasperLiaison.processJspFile(JspInterceptor.java:621)
at
org.apache.tomcat.facade.JspInterceptor.requestMap(JspInterceptor.java:437)
at
org.apache.tomcat.core.ContextManager.processRequest(ContextManager.java:961)
at 


It looks like tomcat has switched to crimson in 3.3b1.  

This works works ok with 3.3m4.

Regards,
Chris

=
Need somewhere to Live in London - http://freeflats.com

__
Do You Yahoo!?
Make international calls for as low as $.04/minute with Yahoo! Messenger
http://phonecard.yahoo.com/

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




Re: Jetspeed and tomcat 4.0

2001-10-25 Thread Vinay Peddapuram

Even I am using Jetspeed with Catalina(Tomcat 4.0) which is bundled with JBOSS
and looks pretty fast on Win NT. So far no issues on nightly builds which i am
using.

Vinay

Rajeswari Venkatachalam wrote:

> Hi,
>   Is any one using this configuration? So far I have been using tomcat 3.2.3
> on win2k. Just now I got some benchmarks for my jetspeed app within tomcat
> 4.0 and it is very very fast. I am very impressed with tomcat 4.0
> performance. I was wondering if any of you faced any issues with using
> tomcat 4.0?
>
> thanks,
> -Raje
>
> -
> 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: Jetspeed and tomcat 4.0

2001-10-25 Thread Paul Spencer

Raja,
I am using Tomcat 4.0, Jetpeed 1.3a2-dev, and Cocoon 2.0-rc1.  Their is
some shuffling of jar files for Cocoon, but installs as documented.

Paul Spencer

Rajeswari Venkatachalam wrote:
> 
> Hi,
>   Is any one using this configuration? So far I have been using tomcat 3.2.3
> on win2k. Just now I got some benchmarks for my jetspeed app within tomcat
> 4.0 and it is very very fast. I am very impressed with tomcat 4.0
> performance. I was wondering if any of you faced any issues with using
> tomcat 4.0?
> 
> thanks,
> -Raje
> 
> -
> 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: Jetspeed and Tomcat 4

2002-02-20 Thread Carlos

On 02/20/02 19:02, "todd tredeau" <[EMAIL PROTECTED]> wrote:

> I want to use Jetspeed with Tomcat 4.02 and JVM 1.3.1. I don't want to
> modify the "standard" Tomcat. I don't think you should have to modify
> your server. The theory should be the software can be made to work with
> the server, not visa versa... anyway..
> 
> Q: Has anyone managed to get Jetspeed working with TC4
Yes, I am runing Jetspeed to evaluate what modifications I need to make

> Q: What modifications or build procedure to do this.
None 


> greetings
> 
> todd
> http://www.wiserlabz.com
> collaborative effort to promote Novell and Open Source Solutions
> 
> 
> 
> --
> To unsubscribe, e-mail:
> 
> For additional commands, e-mail:
> 
> 

-- 
Carlos E. Araya
---+ WebCT Administrator/Trainer
 P | California Virtual Campus
 - | C/O De Anza College
 G | 21250 Stevens Creek Blvd
---+ Cupertino, CA 95014

email   [EMAIL PROTECTED]
web http://www.cvc1.org/ (work)
http://www.silverwolf-net.net (personal)
phone   408 257 0420 (work)
PGP Fingerprint:E629 5DFD 7EAE 4995 E9D7  3D2F 5A9F 0CE7 DFE7 1756


"Do not meddle in the affairs of dragonsfor you are crunchy and  taste
good with ketchup and mayonnaise.."




--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




RE: Jetspeed and Tomcat 4

2002-02-20 Thread David Sean Taylor

Jetspeed works great with Tomcat 4 (Catalina)
Been using it for a long time now.
Whats the problem?

> your server. The theory should be the software can be made to 
> work with 
> the server, not visa versa... anyway..

Im not sure if I agree with that statement. 
Both the application server and the servlet must conform to a contract:
the servlet api standard.
Could you please explain how Jetspeed is breaking this contract?
AFAIK, we are doing our part in following the standard servlet api.

The goal is "write once deploy anywhere"
Minor problems come in since the spec is open to interpretation by
application servers.
The differences in interpretation is where the problems begin.
Overall though, the problems are usually relatively minor.

Ensuring that it works on Tomcat, the ref.impl., doesn't guarantee it
will work straight from the war elsewhere.
Tomcat is just another interpretation of the spec.
One problem is that Jetspeed writes to the db, log files, and psml all
inside the war.
What happens if the war isn't expanded to the file system by the
app.server?
>From what I can understand from the spec., expanding to the file system
is optional.


> -Original Message-
> From: todd tredeau [mailto:[EMAIL PROTECTED]] 
> Sent: Wednesday, February 20, 2002 7:02 PM
> To: [EMAIL PROTECTED]
> Subject: Jetspeed and Tomcat 4
> 
> 
> I want to use Jetspeed with Tomcat 4.02 and JVM 1.3.1. I 
> don't want to 
> modify the "standard" Tomcat. I don't think you should have to modify 
> your server. The theory should be the software can be made to 
> work with 
> the server, not visa versa... anyway..
> 
> Q: Has anyone managed to get Jetspeed working with TC4
> Q: What modifications or build procedure to do this.
> 
> greetings
> 
> todd
> http://www.wiserlabz.com
> collaborative effort to promote Novell and Open Source Solutions
> 
> 
> 
> --
> To unsubscribe, e-mail:   
> <mailto:jetspeed-user-> [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: Jetspeed and Tomcat 4

2002-02-21 Thread todd tredeau

Hi;
I agree with what your saying, and as we know, spec change, and 
things can get sticky. No negative was intended here.. You have some 
suggestions. I usually build off the nightly, I can play around with 
configurations, that's expected... Some suggestions would be good.. I 
think it's great product, and best I have seen in the category, which is 
why I'm promoting it.

David Sean Taylor wrote:

>Jetspeed works great with Tomcat 4 (Catalina)
>Been using it for a long time now.
>Whats the problem?
>
>>your server. The theory should be the software can be made to 
>>work with 
>>the server, not visa versa... anyway..
>>
>
>Im not sure if I agree with that statement. 
>Both the application server and the servlet must conform to a contract:
>the servlet api standard.
>Could you please explain how Jetspeed is breaking this contract? I am saying Jetspeed 
>breaks this contract, however, I as a non-programmer, learning programmer would 
>expect a build "for" tomcat4 or tomcat3 should work with minimal tweaking... If as I 
>see people talking about moving this jar and that jar to other directies, etc.. in 
>tomcat can I would imagine come down later to other issues, with other programs.. I 
>hope that's simple enough... there been a lot of chat about this, but I haven't seen 
>any answers that I can digest..
>AFAIK, we are doing our part in following the standard servlet api. I agree, great 
>project and great teamwork...
>
>The goal is "write once deploy anywhere"
>Minor problems come in since the spec is open to interpretation by
>application servers. Yes, I agree... this is sort of what I'm saying. If you try to 
>be all things to all people, it can end up quite a cluge.. 
>The differences in interpretation is where the problems begin.
>Overall though, the problems are usually relatively minor. YES, but minor for a 
>programmer is a week or a month for a non-programmer..
>
>Ensuring that it works on Tomcat, the ref.impl., doesn't guarantee it
>will work straight from the war elsewhere.
>Tomcat is just another interpretation of the spec.
>One problem is that Jetspeed writes to the db, log files, and psml all
>inside the war not sure what your saying here... I exand my wars normally.. 
>
>
>What happens if the war isn't expanded to the file system by the
>app.server?
>From what I can understand from the spec., expanding to the file system
>is optional.
>
>Thanks for any advice you can give... for how to configure, or what needs to be 
>changes specifically.
>

todd

>
>>-Original Message-
>>From: todd tredeau [mailto:[EMAIL PROTECTED]] 
>>Sent: Wednesday, February 20, 2002 7:02 PM
>>To: [EMAIL PROTECTED]
>>Subject: Jetspeed and Tomcat 4
>>
>>
>>I want to use Jetspeed with Tomcat 4.02 and JVM 1.3.1. I 
>>don't want to 
>>modify the "standard" Tomcat. I don't think you should have to modify 
>>your server. The theory should be the software can be made to 
>>work with 
>>the server, not visa versa... anyway..
>>
>>Q: Has anyone managed to get Jetspeed working with TC4
>>Q: What modifications or build procedure to do this.
>>
>>greetings
>>
>>todd
>>http://www.wiserlabz.com
>>collaborative effort to promote Novell and Open Source Solutions
>>
>>
>>
>>--
>>To unsubscribe, e-mail:   
>><mailto:jetspeed-user-> [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: Jetspeed and Tomcat 4

2002-02-25 Thread Andrew Fitzhugh

todd tredeau wrote:
>>I want to use Jetspeed with Tomcat 4.02 and JVM 1.3.1. I
>>don't want to modify the "standard" Tomcat.

Todd,

I may have run into the same problem you did.  I have been using Tomcat 4.01
+ JVM 1.3.1 at work with no problems.  By the time I installed at home
today, Apache had updated Tomcat to 4.02 so I got that.  With 4.02 + JVM
1.3.1 I get problems.  Much stuff seems to work, but I get some errors too.

I uninstalled tomcat 4.02, installed 4.01, and things are back to normal.
You can still get 4.01 binary release from apache.org even though the direct
link is gone -- go to the download for 4.02, then replace the "4.02" in the
URL with "4.01".

I am including a few of errors from the jetspeed logs below in case someone
has some insight.  Unfortunately I lost my tomcat logs when I uninstalled
4.02.

-- Andy


>From velocity.log (BTW, I did not modify jetspeed-tab.vm):

Mon Feb 25 11:39:14 PST 2002  [error] RHS of #set statement is null. Context
will not be modified. /controls/html/jetspeed-tab.vm [line 15, column 1]
Mon Feb 25 11:39:14 PST 2002  [error] RHS of #set statement is null. Context
will not be modified. /controls/html/jetspeed-tab.vm [line 19, column 1]
Mon Feb 25 11:39:14 PST 2002  [error] RHS of #set statement is null. Context
will not be modified. /controls/html/jetspeed-tab.vm [line 19, column 1]

>From jetspeed.log:

[Mon Feb 25 10:51:22 PST 2002] -- ERROR --
Exception:  java.lang.NoClassDefFoundError: javax/xml/transform/Source
Stack Trace follows:
java.lang.NoClassDefFoundError: javax/xml/transform/Source
at
org.apache.jetspeed.daemon.impl.FeedDaemon.getEntries(FeedDaemon.java:256)
at org.apache.jetspeed.daemon.impl.FeedDaemon.run(FeedDaemon.java:194)
at org.apache.jetspeed.daemon.DaemonThread.runDaemon(DaemonThread.java:139)
at org.apache.jetspeed.daemon.DaemonThread.run(DaemonThread.java:104)
...

[Mon Feb 25 10:51:27 PST 2002] -- ERROR -- Error rendering Velocity
template: screens/html/Home.vm: Invocation of method 'getPane' in  class
org.apache.jetspeed.util.template.JetspeedTool threw exception class
java.lang.NoClassDefFoundError
[Mon Feb 25 10:51:27 PST 2002] -- ERROR -- Error rendering Velocity
template: screens/Error: Unable to find resource 'screens/Error'
[Mon Feb 25 10:51:27 PST 2002] -- ERROR --
Exception:  org.apache.turbine.util.TurbineException: Error rendering
Velocity template: screens/Error: Unable to find resource 'screens/Error'
Stack Trace follows:
org.apache.velocity.exception.ResourceNotFoundException: Unable to find
resource 'screens/Error'
at
org.apache.velocity.runtime.resource.ResourceManager.getResource(ResourceMan
ager.java)
at org.apache.velocity.runtime.Runtime.getTemplate(Runtime.java)
at org.apache.velocity.app.Velocity.mergeTemplate(Velocity.java)
at org.apache.velocity.app.Velocity.mergeTemplate(Velocity.java)
rethrown as org.apache.turbine.util.TurbineException: Error rendering
Velocity template: screens/Error: Unable to find resource 'screens/Error'
at
org.apache.turbine.services.velocity.TurbineVelocityService.renderingError(T
urbineVelocityService.java:511)
at
org.apache.turbine.services.velocity.TurbineVelocityService.decodeRequest(Tu
rbineVelocityService.java:477)
at
org.apache.turbine.services.velocity.TurbineVelocityService.handleRequest(Tu
rbineVelocityService.java:314)
at
org.apache.turbine.services.velocity.TurbineVelocity.handleRequest(TurbineVe
locity.java:146)
at
org.apache.turbine.modules.screens.VelocityDirectScreen.buildTemplate(Veloci
tyDirectScreen.java:142)
at
org.apache.turbine.modules.screens.TemplateScreen.doBuild(TemplateScreen.jav
a:130)
at org.apache.turbine.modules.Screen.build(Screen.java:99)
at org.apache.turbine.modules.ScreenLoader.eval(ScreenLoader.java:129)
at
org.apache.turbine.util.template.TemplateScreen.toString(TemplateScreen.java
:126)
at
org.apache.velocity.runtime.parser.node.ASTReference.render(ASTReference.jav
a)
at
org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java)
at org.apache.velocity.Template.merge(Template.java)
at org.apache.velocity.app.Velocity.mergeTemplate(Velocity.java)
at org.apache.velocity.app.Velocity.mergeTemplate(Velocity.java)
at
org.apache.turbine.services.velocity.TurbineVelocityService.decodeRequest(Tu
rbineVelocityService.java:472)
at
org.apache.turbine.services.velocity.TurbineVelocityService.handleRequest(Tu
rbineVelocityService.java:314)
at
org.apache.turbine.services.velocity.TurbineVelocity.handleRequest(TurbineVe
locity.java:146)
at
org.apache.turbine.modules.layouts.VelocityDirectLayout.doBuild(VelocityDire
ctLayout.java:106)
at org.apache.turbine.modules.Layout.build(Layout.java:91)
at org.apache.turbine.modules.LayoutLoader.exec(LayoutLoader.java:123)
at
org.a

Re: Jetspeed and Tomcat 4

2002-02-25 Thread todd tredeau

Thanks for the info Andrew... that's exactly the same problems I'm 
having maybe I'll wait for a day or so and see if somebody knows 
what's going on with it...

thanks

todd


Andrew Fitzhugh wrote:

>todd tredeau wrote:
>
>>>I want to use Jetspeed with Tomcat 4.02 and JVM 1.3.1. I
>>>don't want to modify the "standard" Tomcat.
>>>
>
>Todd,
>
>I may have run into the same problem you did.  I have been using Tomcat 4.01
>+ JVM 1.3.1 at work with no problems.  By the time I installed at home
>today, Apache had updated Tomcat to 4.02 so I got that.  With 4.02 + JVM
>1.3.1 I get problems.  Much stuff seems to work, but I get some errors too.
>
>I uninstalled tomcat 4.02, installed 4.01, and things are back to normal.
>You can still get 4.01 binary release from apache.org even though the direct
>link is gone -- go to the download for 4.02, then replace the "4.02" in the
>URL with "4.01".
>
>I am including a few of errors from the jetspeed logs below in case someone
>has some insight.  Unfortunately I lost my tomcat logs when I uninstalled
>4.02.
>
>-- Andy
>
>
>From velocity.log (BTW, I did not modify jetspeed-tab.vm):
>
>Mon Feb 25 11:39:14 PST 2002  [error] RHS of #set statement is null. Context
>will not be modified. /controls/html/jetspeed-tab.vm [line 15, column 1]
>Mon Feb 25 11:39:14 PST 2002  [error] RHS of #set statement is null. Context
>will not be modified. /controls/html/jetspeed-tab.vm [line 19, column 1]
>Mon Feb 25 11:39:14 PST 2002  [error] RHS of #set statement is null. Context
>will not be modified. /controls/html/jetspeed-tab.vm [line 19, column 1]
>
>From jetspeed.log:
>
>[Mon Feb 25 10:51:22 PST 2002] -- ERROR --
>   Exception:  java.lang.NoClassDefFoundError: javax/xml/transform/Source
>   Stack Trace follows:
>   java.lang.NoClassDefFoundError: javax/xml/transform/Source
>   at
>org.apache.jetspeed.daemon.impl.FeedDaemon.getEntries(FeedDaemon.java:256)
>   at org.apache.jetspeed.daemon.impl.FeedDaemon.run(FeedDaemon.java:194)
>   at org.apache.jetspeed.daemon.DaemonThread.runDaemon(DaemonThread.java:139)
>   at org.apache.jetspeed.daemon.DaemonThread.run(DaemonThread.java:104)
>...
>
>[Mon Feb 25 10:51:27 PST 2002] -- ERROR -- Error rendering Velocity
>template: screens/html/Home.vm: Invocation of method 'getPane' in  class
>org.apache.jetspeed.util.template.JetspeedTool threw exception class
>java.lang.NoClassDefFoundError
>[Mon Feb 25 10:51:27 PST 2002] -- ERROR -- Error rendering Velocity
>template: screens/Error: Unable to find resource 'screens/Error'
>[Mon Feb 25 10:51:27 PST 2002] -- ERROR --
>   Exception:  org.apache.turbine.util.TurbineException: Error rendering
>Velocity template: screens/Error: Unable to find resource 'screens/Error'
>   Stack Trace follows:
>   org.apache.velocity.exception.ResourceNotFoundException: Unable to find
>resource 'screens/Error'
>   at
>org.apache.velocity.runtime.resource.ResourceManager.getResource(ResourceMan
>ager.java)
>   at org.apache.velocity.runtime.Runtime.getTemplate(Runtime.java)
>   at org.apache.velocity.app.Velocity.mergeTemplate(Velocity.java)
>   at org.apache.velocity.app.Velocity.mergeTemplate(Velocity.java)
>rethrown as org.apache.turbine.util.TurbineException: Error rendering
>Velocity template: screens/Error: Unable to find resource 'screens/Error'
>   at
>org.apache.turbine.services.velocity.TurbineVelocityService.renderingError(T
>urbineVelocityService.java:511)
>   at
>org.apache.turbine.services.velocity.TurbineVelocityService.decodeRequest(Tu
>rbineVelocityService.java:477)
>   at
>org.apache.turbine.services.velocity.TurbineVelocityService.handleRequest(Tu
>rbineVelocityService.java:314)
>   at
>org.apache.turbine.services.velocity.TurbineVelocity.handleRequest(TurbineVe
>locity.java:146)
>   at
>org.apache.turbine.modules.screens.VelocityDirectScreen.buildTemplate(Veloci
>tyDirectScreen.java:142)
>   at
>org.apache.turbine.modules.screens.TemplateScreen.doBuild(TemplateScreen.jav
>a:130)
>   at org.apache.turbine.modules.Screen.build(Screen.java:99)
>   at org.apache.turbine.modules.ScreenLoader.eval(ScreenLoader.java:129)
>   at
>org.apache.turbine.util.template.TemplateScreen.toString(TemplateScreen.java
>:126)
>   at
>org.apache.velocity.runtime.parser.node.ASTReference.render(ASTReference.jav
>a)
>   at
>org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java)
>   at org.apache.velocity.Template.merge(Template.java)
>   at org.apache.velocity.app.Velocity.mergeTemplate(Velocity.java)
>   at org.apache.velocity.app.Velocity.mergeTemplate(Velocity.java)
>   at
>org.apache.turbine.services.velocity.TurbineVelocityService.decodeRequest(Tu
>rbineVelocityService.java:472)
>   at
>org.apache.turbine.services.velocity.TurbineVelocityService.handleRequest(Tu
>rbineVelocityService.java:314)
>   at
>org.apache.turbine.services.velocity.TurbineVelocity.handleRequest(TurbineVe
>loc

Re: Jetspeed and Tomcat 4

2002-03-01 Thread todd tredeau

I have tracked this problem down to the "catalina.jar" file is someone 
wants to take this to the finish.

todd
http://www.wiserlabz.com
collaborative effort to promote Novell and Open Source solutions


Andrew Fitzhugh wrote:

>todd tredeau wrote:
>
>>>I want to use Jetspeed with Tomcat 4.02 and JVM 1.3.1. I
>>>don't want to modify the "standard" Tomcat.
>>>
>
>Todd,
>
>I may have run into the same problem you did.  I have been using Tomcat 4.01
>+ JVM 1.3.1 at work with no problems.  By the time I installed at home
>today, Apache had updated Tomcat to 4.02 so I got that.  With 4.02 + JVM
>1.3.1 I get problems.  Much stuff seems to work, but I get some errors too.
>
>I uninstalled tomcat 4.02, installed 4.01, and things are back to normal.
>You can still get 4.01 binary release from apache.org even though the direct
>link is gone -- go to the download for 4.02, then replace the "4.02" in the
>URL with "4.01".
>
>I am including a few of errors from the jetspeed logs below in case someone
>has some insight.  Unfortunately I lost my tomcat logs when I uninstalled
>4.02.
>
>-- Andy
>
>
>From velocity.log (BTW, I did not modify jetspeed-tab.vm):
>
>Mon Feb 25 11:39:14 PST 2002  [error] RHS of #set statement is null. Context
>will not be modified. /controls/html/jetspeed-tab.vm [line 15, column 1]
>Mon Feb 25 11:39:14 PST 2002  [error] RHS of #set statement is null. Context
>will not be modified. /controls/html/jetspeed-tab.vm [line 19, column 1]
>Mon Feb 25 11:39:14 PST 2002  [error] RHS of #set statement is null. Context
>will not be modified. /controls/html/jetspeed-tab.vm [line 19, column 1]
>
>From jetspeed.log:
>
>[Mon Feb 25 10:51:22 PST 2002] -- ERROR --
>   Exception:  java.lang.NoClassDefFoundError: javax/xml/transform/Source
>   Stack Trace follows:
>   java.lang.NoClassDefFoundError: javax/xml/transform/Source
>   at
>org.apache.jetspeed.daemon.impl.FeedDaemon.getEntries(FeedDaemon.java:256)
>   at org.apache.jetspeed.daemon.impl.FeedDaemon.run(FeedDaemon.java:194)
>   at org.apache.jetspeed.daemon.DaemonThread.runDaemon(DaemonThread.java:139)
>   at org.apache.jetspeed.daemon.DaemonThread.run(DaemonThread.java:104)
>...
>
>[Mon Feb 25 10:51:27 PST 2002] -- ERROR -- Error rendering Velocity
>template: screens/html/Home.vm: Invocation of method 'getPane' in  class
>org.apache.jetspeed.util.template.JetspeedTool threw exception class
>java.lang.NoClassDefFoundError
>[Mon Feb 25 10:51:27 PST 2002] -- ERROR -- Error rendering Velocity
>template: screens/Error: Unable to find resource 'screens/Error'
>[Mon Feb 25 10:51:27 PST 2002] -- ERROR --
>   Exception:  org.apache.turbine.util.TurbineException: Error rendering
>Velocity template: screens/Error: Unable to find resource 'screens/Error'
>   Stack Trace follows:
>   org.apache.velocity.exception.ResourceNotFoundException: Unable to find
>resource 'screens/Error'
>   at
>org.apache.velocity.runtime.resource.ResourceManager.getResource(ResourceMan
>ager.java)
>   at org.apache.velocity.runtime.Runtime.getTemplate(Runtime.java)
>   at org.apache.velocity.app.Velocity.mergeTemplate(Velocity.java)
>   at org.apache.velocity.app.Velocity.mergeTemplate(Velocity.java)
>rethrown as org.apache.turbine.util.TurbineException: Error rendering
>Velocity template: screens/Error: Unable to find resource 'screens/Error'
>   at
>org.apache.turbine.services.velocity.TurbineVelocityService.renderingError(T
>urbineVelocityService.java:511)
>   at
>org.apache.turbine.services.velocity.TurbineVelocityService.decodeRequest(Tu
>rbineVelocityService.java:477)
>   at
>org.apache.turbine.services.velocity.TurbineVelocityService.handleRequest(Tu
>rbineVelocityService.java:314)
>   at
>org.apache.turbine.services.velocity.TurbineVelocity.handleRequest(TurbineVe
>locity.java:146)
>   at
>org.apache.turbine.modules.screens.VelocityDirectScreen.buildTemplate(Veloci
>tyDirectScreen.java:142)
>   at
>org.apache.turbine.modules.screens.TemplateScreen.doBuild(TemplateScreen.jav
>a:130)
>   at org.apache.turbine.modules.Screen.build(Screen.java:99)
>   at org.apache.turbine.modules.ScreenLoader.eval(ScreenLoader.java:129)
>   at
>org.apache.turbine.util.template.TemplateScreen.toString(TemplateScreen.java
>:126)
>   at
>org.apache.velocity.runtime.parser.node.ASTReference.render(ASTReference.jav
>a)
>   at
>org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java)
>   at org.apache.velocity.Template.merge(Template.java)
>   at org.apache.velocity.app.Velocity.mergeTemplate(Velocity.java)
>   at org.apache.velocity.app.Velocity.mergeTemplate(Velocity.java)
>   at
>org.apache.turbine.services.velocity.TurbineVelocityService.decodeRequest(Tu
>rbineVelocityService.java:472)
>   at
>org.apache.turbine.services.velocity.TurbineVelocityService.handleRequest(Tu
>rbineVelocityService.java:314)
>   at
>org.apache.turbine.services.velocity.TurbineVelocity.handl