Re: New Cocoon 2B1 powerred website

2001-11-01 Thread Rajkumar, Joseph


Hi
    I visited your site and this is what I got:
Error: 500
Location: /tpeng/index.xml
Internal Servlet Error:
java.lang.OutOfMemoryError
    <>
Regards
Joseph Rajkumar
 
[EMAIL PROTECTED] wrote:
Dear Cocoon users
We would like to invite you to view our newly released website based
on cocoon2 and
turbine at the URL below.
http://www-eng.tp.edu.sg
 



-
Please check that your question has not already been answered in the
FAQ before posting. 

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



Re: cocoon 2 and tomcat 4

2001-09-25 Thread Rajkumar, Joseph

Hi
I am also getting the very same error on a Sun solaris 2.7 with a fresh
install of Tomcat-4.0 and Cocoon-2.0RC1.

I have a site running Tomcat-4.0B7 and cocoon - 2.0B2 with no
problems.

Regards
Joseph Rajkumar


Wes Morgan wrote:

> I am getting the same error on a clean install of both Tomcat 4.0 
> final and Cocoon 2.0rc1. I am running Debian GNU/Linux with IBM JDK 
> 1.3. My CLASSPATH is also empty when compiling cocoon.war. Any help 
> would be greatly appreciated.
>
> Wes Morgan
>
> Ed Nixon wrote:
>
>> At 08:02 PM 24/09/2001 -0400, Vadim Gritsenko wrote:
>>
>>> Work just fine if followed instructions in install.html document.
>>> Make sure you do have empty CLASSPATH when building cocoon.war.
>>>
>>> Vadim
>>
>>
>>
>> Thanks, Vadim. I've read the Install file many times; followed the 
>> instructions therein *and* blanked out my CLASSPATH as you suggest 
>> while compiling cocoon.war. I get the same exception as always when I 
>> first try to run the cocoon context. Here is the description:
>>
>> org.apache.cocoon.ProcessingException: Exception in Handler: 
>> org.apache.avalon.framework.component.ComponentException: Could not 
>> set up Component for hint: org\apache\cocoon\www\sitemap_xmap
>>
>> I wish I could say this even raised a hint of what to look for but it 
>> doesn't.
>>
>> Any other suggestions would be very helpful. 
>> Thanks. ...edN
>>
>>> > -Original Message-
>>> > From: Ed Nixon [mailto:[EMAIL PROTECTED]]
>>> > Sent: Monday, September 24, 2001 6:53 PM
>>> > To: [EMAIL PROTECTED]
>>> > Subject: cocoon 2 and tomcat 4
>>> >
>>> >
>>> > Is there a combination of cocoon version 2 and tomcat 4 that 
>>> works? On
>>> > Win2K with JVM /JRE 1.3.1?
>>> >
>>> > I've spent the day trying a number of options:
>>> > 1. tomcat4 win install as service with cocoon2 rc1
>>> > 2. tomcat4 zip in console with cocoon2 rc1 and b2
>>> > 3. tomcat323 in console with cocoon 2 rc1
>>> >
>>> > The tomcat 4 win install release code with cocoon2 rc1 causes 
>>> cocoon to
>>> > generate an exception concerning sitemap configuration failure. I can
>>> > provide more detailed information if this is actually news to the 
>>> list;
>>> > please let me know.
>>> >
>>> > However, I'd just like to get something working. At least until 
>>> Cocoon2 is
>>> > released in final form (whenever that is.)
>>> >
>>> > Thanks for your help....edN
>>
>>
>>
>>
>>
>>
>> -
>> Please check that your question has not already been answered in the
>> FAQ before posting. 
>>
>> To unsubscribe, e-mail: <[EMAIL PROTECTED]>
>> For additional commands, e-mail: <[EMAIL PROTECTED]>
>
>
>
>
>
> -
> Please check that your question has not already been answered in the
> FAQ before posting. 
>
> To unsubscribe, e-mail: <[EMAIL PROTECTED]>
> For additional commands, e-mail: <[EMAIL PROTECTED]>
>
>



-
Please check that your question has not already been answered in the
FAQ before posting. 

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




Re: Installation Problem Solved- C2b2 and Tomcat 4.0 Final WAS Installation Problem - Cocoon-2.0b2 and Tomcat 4.0-rc2

2001-09-19 Thread Rajkumar, Joseph

Hi Folks

This did it and it all works beautifully. I took the stock Tomcat-4.0
binary distribution and Cocoon-2.0B2.tar.gz.

The build 'cocoon' with the install option giving it the path to the
tomcat webapps directory as given on the "install" page on cocoon2-page.
Removed jaxp.jar and crimson.jar and copied xerces_1_4_1.jar.

Everything now works like a charm including the "simple SQL" using
the included hypersonicSQL database.

Thanks to all those who responded.
Regards
Joseph Rajkumar


[EMAIL PROTECTED] wrote:

> To make it work just delete (or move somewhere else) the files jaxp.jar and 
>crimson.jar in \jakarta-tomcat-path\common\lib and put the xerces_1_4_1.jar file 
>instead.


-
Please check that your question has not already been answered in the
FAQ before posting. 

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




Internal servlet error

2001-09-19 Thread Rajkumar, Joseph

Hi
Some folks have asked me what the problem was with
Tomcat-4.0 and Cocoon-2.0B2. Here it is.

   Please let me know which jar I should delete from where
and which jar I should include and where it should be included.

Regards
Joseph Rajkumar
===
Cocoon 2 - Internal servlet error

type internal-servlet-error

message Internal servlet error

description Cocoon was not initialized.

sender org.apache.cocoon.servlet.CocoonServlet

source Cocoon servlet

request-uri

/cocoon

embedded exception

org.apache.avalon.framework.component.ComponentException: Could not
access the Component for role:
org.apache.cocoon.components.parser.Parser

embedded exception stacktrace

org.apache.avalon.framework.component.ComponentException: Could not
access the Component for role:
org.apache.cocoon.components.parser.Parser
at
org.apache.avalon.excalibur.component.ExcaliburComponentManager.lookup(ExcaliburComponentManager.java:286)

at org.apache.cocoon.Cocoon.configure(Cocoon.java:210)
at org.apache.cocoon.Cocoon.initialize(Cocoon.java:160)
at
org.apache.cocoon.servlet.CocoonServlet.createCocoon(CocoonServlet.java:634)

at
org.apache.cocoon.servlet.CocoonServlet.init(CocoonServlet.java:164)
at
org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:856)
at
org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:3292)

at
org.apache.catalina.core.StandardContext.start(StandardContext.java:3402)

at
org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:785)
at
org.apache.catalina.core.StandardHost.addChild(StandardHost.java:415)
at
org.apache.catalina.core.StandardHost.install(StandardHost.java:643)
at
org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:647)
at
org.apache.catalina.startup.HostConfig.start(HostConfig.java:777)
at
org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:463)

at
org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:155)

at
org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1131)
at
org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1123)
at
org.apache.catalina.core.StandardEngine.start(StandardEngine.java:307)
at
org.apache.catalina.core.StandardService.start(StandardService.java:388)

at
org.apache.catalina.core.StandardServer.start(StandardServer.java:505)
at org.apache.catalina.startup.Catalina.start(Catalina.java:776)

at
org.apache.catalina.startup.Catalina.execute(Catalina.java:681)
at
org.apache.catalina.startup.Catalina.process(Catalina.java:179)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.InflatableMethodAccessorImpl.invoke(Unknown
Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at
org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:218)
Caused by: java.lang.ClassCastException:
org.apache.crimson.jaxp.SAXParserFactoryImpl
at
javax.xml.parsers.SAXParserFactory.newInstance(SAXParserFactory.java:155)

at
org.apache.cocoon.components.parser.JaxpParser.(JaxpParser.java:38)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native
Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown
Source)
at
sun.reflect.InflatableConstructorAccessorImpl.newInstance(Unknown
Source)
at java.lang.reflect.Constructor.newInstance(Unknown Source)
at java.lang.Class.newInstance0(Unknown Source)
at java.lang.Class.newInstance(Unknown Source)
at
org.apache.avalon.excalibur.component.DefaultComponentFactory.newInstance(DefaultComponentFactory.java:81)

at
org.apache.avalon.excalibur.component.DefaultComponentHandler.get(DefaultComponentHandler.java:92)

at
org.apache.avalon.excalibur.component.ExcaliburComponentManager.lookup(ExcaliburComponentManager.java:266)

... 27 more

exception

org.apache.avalon.framework.configuration.ConfigurationException: Error
trying to load configurations

stacktrace

org.apache.avalon.framework.configuration.ConfigurationException: Error
trying to load configurations
at org.apache.cocoon.Cocoon.configure(Cocoon.java:220)
at org.apache.cocoon.Cocoon.initialize(Cocoon.java:160)
at
org.apache.cocoon.servlet.CocoonServlet.createCocoon(CocoonServlet.java:634)

at
org.apache.cocoon.servlet.CocoonServlet.init(CocoonServlet.java:164)
at
org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:856)
at
org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:3292)

at
org.apache.catalina.core.StandardContext.start(StandardContext.java:3402)

at
org.apache.ca

Tomcat-4.0 and Cocoon-2.0B2

2001-09-19 Thread Rajkumar, Joseph


Hi Folks
    I would like to know if anybody has got Tomcat-4.0
(the latest final release, not RC1 or RC2) working with
Cocoon-2.0B2.
   I have Tomcat-4.0RC1 working fine with Cocoon-2.0B2,
but I could not get Tomcat-4.0 working with Cocoon-2.0B2.
Thanks
Joseph Rajkumar
 


Strange Behaviour on Solaris-2.7

2001-09-05 Thread Rajkumar, Joseph

Hi Folks

I have Apache-1.3.20, Tomcat-4.0B7, Cocoon-2.0B2 working with
modweb_app on a box running Mandrake-Linux-8.0 and it works just fine.
When I tried the same thing on Solaris, (remember everything was
compiled
from sources except Tomcat), I frequently get the following message,
when
I go to http://myhost/cocoon. The message is "
  "web application is not loaded".
  I am able to access the http://myhost/webapp-info/ page without any
problem
but I see the Deployment status as "FALSE" many times.

  While I was away to get a cup of coffee, my five-year old son, what
hitting
the "shift-reload" on Netscape-4.77 a couple of time, then suddenly, I
see
the "welcome" page for Cocoon-2 appearing.

  This erratic behaviour is occuring often. When I tried the "Simple
SQL" page
from the "welcome" page, I get the "web application not deployed
message",
but then again when I do a "shift-reload" about three or four times, the
expected
page appears.

  I do not know where to look and why this is happening, any help would
be
greatly appreciated. If you wish to see the page in action, please let
me know.

Regards
Joseph Rajkumar



-
Please check that your question has not already been answered in the
FAQ before posting. 

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




build.sh in cocoon2.0b2

2001-08-13 Thread Rajkumar, Joseph

Hi Developers

I am unable to use "build.sh" distributed with Cocoon2.0B2.
The "build.sh" distributed in Cocoon2.0B1, kindly revert "build.sh"
to the Cocoon2.0B1 version, or somebody kindly let me know
how to use the "build.sh" in the Cocoon2.0B2 distribution.

   I am trying this on Linux (Mandrake-8.0).

Regards
Joseph Rajkumar



-
Please check that your question has not already been answered in the
FAQ before posting. 

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




Tomcat-4.0B7, Cocoon2.0B2 - Working Systems update - Long

2001-08-13 Thread Rajkumar, Joseph


Hi Folks
    Over the weekend I decided to update to Apache-1.3.20,
Tomcat-4.0B7, Cocoon2.0B2 and webapp_module-1.0-tc40b7.
Here is the status report on the two systems, I tried it on:
Linux (Mandrake-8.0)
   I had problems with trying to build Cocoon-2.0B2 and resulted
in the "Segmentation Problems" discussed on this list. This happened
when I go the JDK_1.3.1 from Sun site. Hence I decided to use
JDK_1.3.0_02 which can with Mandrake. I got the sources for
Apache_1.3.20, Cocoon2.0B2 and webapp_module and compiled
them from scratch.
   Works wonderfully well.
    Apache, Tomcat, Cocoon (the above mentioned versions)
all work
very well. I got the hypersonicSQL to work and all the examples relating
to Manage, Update employees etc on the Cocoon2 welcome page works
wonderfully well.
Yet to test: Mysql, I have got MM driver and did not have the time
to use it.
Windows-98
   I have got the Tomcat-4.0B7 and Cocoon2.0B2, working
with
Mysql using Mark Mathews drivers working fine. All the "Employee"
and "department" database examples on the Cocoon2 welcome page work
great.
Yet to test:
    Integrate with Apache-1.3.20 using the webapp_module
Regards
Joseph Rajkumar
PS: This email is for those wishing to know what works so far
with Apache-1.3.20, Tomcat-4.0B7 and Cocoon2.0B2.
 


Cocoon2 with OrionServer

2001-08-08 Thread Rajkumar, Joseph

Hi Folks

I would like to know if anybody is using Cocoon2
with the OrionServer ( see http://www.orionserver.com ).
I have had OrionServer working with Cocoon-1.8.2, but have
not yet tried using Cocoon2.

Regards
Joseph Rajkumar



-
Please check that your question has not already been answered in the
FAQ before posting. 

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




C1 vs C2 - Speed and Stability

2001-08-06 Thread Rajkumar, Joseph

Hi Folks

I have Apache-1.3.20+Tomcat-3.2.2+Cocoon-1.8.2 running
in a production system.

   I do realise that Cocoon-1 is not in development any more and
that Cocoon2-Beta2 is available.

   I do run across xml files that take quite a while to display ie in
the order of 1 to 2 minutes. These are large xml files though.

   My question is: Will I be able to realise any significant performance

improvements if I switch from C1 to C2 using the same Apache+Tomcat
(3.2.2 or 3.2.3).

   We are a little concerned about shipping Cocoon2-beta2 but I would
not
mind if there is significant performance increases.

   Any opinions and thoughts on why I should switch over to Cocoon2 or
why I should wait for a final release of Cocoon2 would be greatly
appreciated.

Regards
Joseph Rajkumar



-
Please check that your question has not already been answered in the
FAQ before posting. 

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




Re: [C2b2] document() function not working?

2001-08-02 Thread Rajkumar, Joseph

Hi Wes

Yes, I have used the document('otherfile.xml') and it works
under cocoon2.

Put the file 'otherfile.xml' in the same directory in which you
have your xsl file or give the relative path to 'otherfile.xml' relative
to the directory where you have your 'xsl' file.

Regards
Joseph Rajkumar


Wes Morgan wrote:

> Has anyone successfully used the document('otherfile.xml') function to
> access nodes in a different XML file from within an XSLT stylesheet
> under Cocoon2 beta1 or 2? It seems to be unimplemented right now, but I
> can't tell for sure if it's just because I'm using it incorrectly. If
> you have gotten it to work, could you post your working code? Thanks.
>
> Wes Morgan
>
> -
> Please check that your question has not already been answered in the
> FAQ before posting. 
>
> To unsubscribe, e-mail: <[EMAIL PROTECTED]>
> For additional commands, e-mail: <[EMAIL PROTECTED]>


-
Please check that your question has not already been answered in the
FAQ before posting. 

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




Re: Processing Time in last line in C2 like in 1.8?

2001-07-16 Thread Rajkumar, Joseph

Hi
Yes, I miss that feature also in the C2.0-Beta and would appreciate
knowing how to turn it on.

Also with C1, the line number containing an offending syntax in
the xml file was displayed so I could quickly fix that. Now with
the C2, if there is a missing "quote" in the xml file, I don't know where

to look for the offending line except in the xml file itself. C1 and its
the xalan it used gave me the exact line number of the offending
statement.

If there is some way I could turn on that feature that would be great.

Regards
Joseph Rajkumar


"C. Gaffga" wrote:

> Is it possible to have the processing Time as a comment in
> the output in cocoon2 like it was in cocoon1.8.
>
> It was a nice feature to have a look on performence without
> looking to the logfile.
>
> I'm using cocoon2.1-dev from today.
>
> Christoph Gaffga
>
> -
> Please check that your question has not already been answered in the
> FAQ before posting. 
>
> To unsubscribe, e-mail: <[EMAIL PROTECTED]>
> For additional commands, e-mail: <[EMAIL PROTECTED]>


-
Please check that your question has not already been answered in the
FAQ before posting. 

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




Cocoon-2.0 with Tomcat-3.2.2 on Sun/Solaris

2001-07-03 Thread Rajkumar, Joseph

Hi Folks

Does any one have this combination working on
a Sun/Solaris-2.7 box. I have tried high and low to get
it to work, but I am having lots of problems.

   I have been able to create the cocoon.war file, but I
am unable to proceed further.

Thanks
Joseph Rajkumar

PS: Please note that I have successfully installed and run
Cocoon-2.0B1 with Tomcat-3.2.2 on Windows/98
and a laptop running Linux-Mandrake-8.0, but I just cannot
figure out the problem running this on a standalone Sun/Sparc-20
running Solaris-2.7. I have JDK-1.3 on the Sun box which is
running an Xserver and I do get response for "xdpyinfo" command.




-
Please check that your question has not already been answered in the
FAQ before posting. 

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




Re: AW: Cocoon2 Live Site...

2001-07-03 Thread Rajkumar, Joseph

Hi
I tried it and it worked. Then after reading this email
I tried again and got the same error as you mention, but
wait, I tried again after another 1/2 hour and it worked.
So I presume that they are doing some development and
you happened to hit the site at just the wrong time, try again
and I hope you will be successful.

Regards
Joseph Rajkumar

Daniel Pfuhl wrote:

> hmm seems to be misconfigured :-(
> I always get an internal server error
>
> daniel
>
>  --- Tobias Kieninger <[EMAIL PROTECTED]> schrieb: > Hi
> again,
> >
> > it seems that i forgot the URL of the new Live Site.
> >
> > http://www.XSLT-Patterns.com
> >
> > Ciao
> > Tobias
> >
> > > -Ursprüngliche Nachricht-
> > > Von: Joost Fleuren
> > [mailto:[EMAIL PROTECTED]]
> > > Gesendet: Samstag, 30. Juni 2001 15:04
> > > An: [EMAIL PROTECTED]
> > > Betreff: Re: Cocoon2 Live Site...
> > >
> > >
> > > Hi,
> > >
> > > Sounds interesting, to see a live exampele.
> > > Can I see it, is there a web page adress?
> > >
> > > Thanx in advance,
> > >
> > > Joost Fleuren,
> > >
> > > Delft Technical University,
> > > the Netherlands.
> > >
> > > - Origineel Bericht -
> > > Van: "Tobias Kieninger" <[EMAIL PROTECTED]>
> > > Datum: Donderdag 28 Juni 2001 10:47
> > > Onderwerp: Cocoon2 Live Site...
> > >
> > > > Hi,
> > > >
> > > > we realized a new Web Site with Cocoon 2 using
> > features dynamic
> > > > generatedbuttons and menue through SVG.
> > > > Everything is based on XML and XSP using 4
> > different Stylesheets
> > > > in the pipe
> > > > for processing the data.
> > > >
> > > > We´d like to be listed on the "Cocoon Live
> > Sites" list.
> > > > Further suggestions and criticism are welcome at
> > any time.
> > > >
> > > > I wonder there are no Cocoon 2 sites on this
> > list yet!?!
> > > >
> > > > Thanks,
> > > > Tobias
> > > >
> > > >
> > > >
> >
> ---
> > > > --
> > > > Please check that your question has not already
> > been answered in the
> > > > FAQ before posting. <"
> > > >
> > target="l">http://xml.apache.org/cocoon/faqs.html>
> > > > To unsubscribe, e-mail:
> > <[EMAIL PROTECTED]>
> > > > For additional commands, e-mail:
> > <[EMAIL PROTECTED]>
> > > >
> > > >
> > >
> >
> >
> >
> >
> -
> > Please check that your question has not already been
> > answered in the
> > FAQ before posting.
> > 
> >
> > To unsubscribe, e-mail:
> > <[EMAIL PROTECTED]>
> > For additional commands, e-mail:
> > <[EMAIL PROTECTED]>
> >
>
> =
> 
> Daniel Pfuhl
> mailto:[EMAIL PROTECTED]
>
> __
> Do You Yahoo!?
> Gesendet von Yahoo! Mail - http://mail.yahoo.de
>
> -
> Please check that your question has not already been answered in the
> FAQ before posting. 
>
> To unsubscribe, e-mail: <[EMAIL PROTECTED]>
> For additional commands, e-mail: <[EMAIL PROTECTED]>


-
Please check that your question has not already been answered in the
FAQ before posting. 

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




Off-Topic: XSLT Question

2001-06-12 Thread Rajkumar, Joseph

Hi Folks

I know this is an off-topic question, but I am facing a problem
with XSLT and I would appreciate some help since this is some
what urgent.

   I have an xml file which contains something like
   Α
   S

   In the template for "IT" how do I different between a unicode
character and an alphabetic character which could be a-z or A-Z
and the unicode character could be any unicode character.

Many thanks for your help
Joseph Rajkumar



-
Please check that your question has not already been answered in the
FAQ before posting. 

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




Re: successful installation of Cocoon

2001-06-07 Thread Rajkumar, Joseph

Hi
Could those of you who post such success information also include
the version of Cocoon you are talking about.

Thanks
Joseph Rajkumar

Ron: Oh, by the way, why are you using using Tomcat 3.2 when Tomcat 3.2.2

with lots of fixes has been released and also why not use Apache-1.3.20.
JAT
(just a thought)

Ronald Mar wrote:

> Win98 SE
> Apache 1.3.19
> Tomcat 3.2(mod_jk)
> JDK1.2
>
> Winnt 4.0
> Apache 1.3.X
> Tomcat 3.2(mod_jserv)
> JDK1.3
>
> -
> Please check that your question has not already been answered in the
> FAQ before posting. 
>
> To unsubscribe, e-mail: <[EMAIL PROTECTED]>
> For additional commands, e-mail: <[EMAIL PROTECTED]>


-
Please check that your question has not already been answered in the
FAQ before posting. 

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




Re: Internal server error

2001-06-06 Thread Rajkumar, Joseph

Hi Folks

Thanks to eirik.dentz and Bryan Murphy who gave me a clue as to
the possible problem.

So I downloaded a fresh jakarat-tomcat-3.2.2 and Cocoon-2.0B1 on
my laptop running mandrake.

Followed the instructions on the cocoon2 web page and build cocoon.war
and had it working in a few minutes.

If you try to install it and run it the very first time over the network on a 
different
machine, you will run into the problem I ran into with the Internal server error.

So try to install and run it on the console and there after you can access Cocoon
from any where on the network

Regards
Joseph Rajkumar

PS: Hopefully this will be fixed in beta-2.
If you are interested in simulating this problem, try installing tomcat3.2.2 and 
cocoon-2.0
while you are logged into the machine on which you are installing from another machine.



-
Please check that your question has not already been answered in the
FAQ before posting. 

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




Internal server error

2001-06-06 Thread Rajkumar, Joseph


Hi Folks
    I am using latest Cocoon-2.0b1 with Tomcat-3.2.2
and following
the instructions to the letter and this is what I get
Regards
Joseph Rajkumar
Instructions followed: http://xml.apache.org/cocoon2/install.html
PS: why is the sitemap hander's sitemap NOT available and how
can I
make it available
==
Cocoon 2 - Internal server error
type internal-server-error
message The sitemap handler's sitemap is not available.
description org.apache.cocoon.ProcessingException: The sitemap handler's
sitemap is not available.
sender org.apache.cocoon.servlet.CocoonServlet
source Cocoon servlet
request-uri
/cocoon/
exception
org.apache.cocoon.ProcessingException: The sitemap handler's sitemap
is not available.
path-info
stacktrace
org.apache.cocoon.ProcessingException: The sitemap handler's sitemap
is not available.
    at org.apache.cocoon.sitemap.Manager.setupProcessing(Manager.java:179)
    at org.apache.cocoon.sitemap.Manager.invoke(Manager.java:93)
    at org.apache.cocoon.Cocoon.process(Cocoon.java:293)
    at org.apache.cocoon.servlet.CocoonServlet.service(CocoonServlet.java:471)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at org.apache.tomcat.core.ServletWrapper.doService(ServletWrapper.java:405)
    at org.apache.tomcat.core.Handler.service(Handler.java:287)
    at org.apache.tomcat.core.ServletWrapper.service(ServletWrapper.java:372)
    at org.apache.tomcat.core.ContextManager.internalService(ContextManager.java:797)
    at org.apache.tomcat.core.ContextManager.service(ContextManager.java:743)
    at org.apache.tomcat.service.http.HttpConnectionHandler.processConnection(HttpConnectionHandler.java:213)
    at org.apache.tomcat.service.TcpWorkerThread.runIt(PoolTcpEndpoint.java:416)
    at org.apache.tomcat.util.ThreadPool$ControlRunnable.run(ThreadPool.java:501)
    at java.lang.Thread.run(Thread.java:484)
 
 
Title: Internal server error
Cocoon 2 - Internal server errortype internal-server-errormessage The sitemap handler's sitemap is not available.description org.apache.cocoon.ProcessingException: The sitemap handler's sitemap is not available.sender org.apache.cocoon.servlet.CocoonServletsource Cocoon servletrequest-uri/cocoon/exceptionorg.apache.cocoon.ProcessingException: The sitemap handler's sitemap is not available.path-infostacktraceorg.apache.cocoon.ProcessingException: The sitemap handler's sitemap is not available.
	at org.apache.cocoon.sitemap.Manager.setupProcessing(Manager.java:179)
	at org.apache.cocoon.sitemap.Manager.invoke(Manager.java:93)
	at org.apache.cocoon.Cocoon.process(Cocoon.java:293)
	at org.apache.cocoon.servlet.CocoonServlet.service(CocoonServlet.java:471)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
	at org.apache.tomcat.core.ServletWrapper.doService(ServletWrapper.java:405)
	at org.apache.tomcat.core.Handler.service(Handler.java:287)
	at org.apache.tomcat.core.ServletWrapper.service(ServletWrapper.java:372)
	at org.apache.tomcat.core.ContextManager.internalService(ContextManager.java:797)
	at org.apache.tomcat.core.ContextManager.service(ContextManager.java:743)
	at org.apache.tomcat.service.http.HttpConnectionHandler.processConnection(HttpConnectionHandler.java:213)
	at org.apache.tomcat.service.TcpWorkerThread.runIt(PoolTcpEndpoint.java:416)
	at org.apache.tomcat.util.ThreadPool$ControlRunnable.run(ThreadPool.java:501)
	at java.lang.Thread.run(Thread.java:484)


-
Please check that your question has not already been answered in the
FAQ before posting. 

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


Re: [C2]: Missing files in distribution - solved

2001-06-06 Thread Rajkumar, Joseph

Hi Folks

Yes it does. I got Cocoon-2.0b1.tar.gz (9926084 bytes) and it compiles
just fine. I would appreciate some instructions on getting it to work with
Tomcat-3.2.2.

Regards
Joseph Rajkumar

Gary Clark wrote:

> It compiles much better now, thanks.
>
> Gary A. Clark
> Systems Programmer
> Software Services Group
> JELD-WEN Information Systems


-
Please check that your question has not already been answered in the
FAQ before posting. 

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




Cocoon-2.0b1 -- build fails

2001-06-06 Thread Rajkumar, Joseph

Hi folks

Just now I downloaded the Cocoon-2.0b1.tar.gz (9930213 bytes)
and tried to build it after setting my JAVA_HOME on a linux box.

   The build fails with the following message
Regards
Joseph Rajkumar
==
[rajkumar@gman CocoonTwo]$ ./build.sh  -Dinclude.webapp.libs=yes webapp
Buildfile: build.xml
init:
--- Apache Cocoon 2.0b1 [1999-2001] 
generate-java-code:
Transforming into
/home/rajkumar/CocoonTwo/build/cocoon/src/org/apache/cocoon/components/browser

Loading stylesheet
/home/rajkumar/CocoonTwo/src/org/apache/cocoon/components/browser/BrowserImpl.xsl

Failed to read stylesheet BrowserImpl.xsl

BUILD FAILED

/home/rajkumar/CocoonTwo/build.xml:297:
javax.xml.transform.TransformerConfigurationException: File
"file:/home/rajkumar/CocoonTwo/src/org/apache/cocoon/components/browser/BrowserImpl.xsl"
not found.
--- Nested Exception ---

Total time: 5 seconds



-
Please check that your question has not already been answered in the
FAQ before posting. 

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




Yesterday's dev snapshot does not compile

2001-05-30 Thread Rajkumar, Joseph

Hi
I picked up yesterday's cocoon snapshot ie
xml-cocoon20010529*.tar.gz
and it does not compile. In the file XSLTProcessor.java there is a test
done like this (!name) where name is a string and hence "javac"
complains
that it connot convert a string to a boolean.

   May it needs to be (name == null || name.length() < 1). I changed it
as shown
here and then everything compiled and I have yesterday's version
working.

Regards
Joseph Rajkumar



-
Please check that your question has not already been answered in the
FAQ before posting. 

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