[ANNOUNCE] Commons Transaction 1.0 RC1 released

2004-11-26 Thread Oliver Zeigermann
The Commons Transaction Cummunity is prood to announce the immediate
availability of the first release candidate of Commons Transaction
1.0.

Commons Transaction has recently been promoted from the Commons
Sandbox and provides utility classes commonly used in transactional
Java programming.

Oliver

(on behalf of the Commons Transaction Community)

Download page:
http://jakarta.apache.org/commons/transaction/downloads.html

Project website:
http://jakarta.apache.org/commons/transaction/

Release notes:
http://cvs.apache.org/viewcvs.cgi/*checkout*/jakarta-commons/transaction/RELEASE-NOTES.txt

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



Re: SVN server down?

2004-11-26 Thread Shinobu Kawai
Hi Noel,

> > Is the SVN server down?
> 
> Yes.  Currently doing some maintenance on the database.  About another hour,
> I would estimate from the processing rate, so between 14:00 and 14:30 EST or
> so.
> 
> Sorry for the inconvenience.  Wasn't what I expected to be doing this
> morning, either.  :-)

Up again.  Thanks & good job.  ;)

Best regards,
-- Shinobu Kawai

-- 
Shinobu Kawai <[EMAIL PROTECTED]>

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



RE: http://cvs.apache.org down?

2004-11-26 Thread Noel J. Bergman
> Could not access http://cvs.apache.org (e.g.
> http://cvs.apache.org/viewcvs/jakarta-commons/transaction/ ) for quite
> a while, anyone any idea what the problem is?

Yes.  I took that httpd instance down because it was conflicting at the time
with SVN database maintanence.  I haven't brought it back up out of concern
that something would negatively hit SVN during this period.  Just being
(perhaps overly) conservative.

--- Noel


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



http://cvs.apache.org down?

2004-11-26 Thread Oliver Zeigermann
Could not access http://cvs.apache.org (e.g.
http://cvs.apache.org/viewcvs/jakarta-commons/transaction/ ) for quite
a while, anyone any idea what the problem is?

Oliver

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



RE: SVN server down?

2004-11-26 Thread Noel J. Bergman
Shinobu Kawai and others asked:

> Is the SVN server down?

Yes.  Currently doing some maintenance on the database.  About another hour,
I would estimate from the processing rate, so between 14:00 and 14:30 EST or
so.

Sorry for the inconvenience.  Wasn't what I expected to be doing this
morning, either.  :-)

--- Noel


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



Tomcat automatically serializes session on shutdown and startup o n Unix

2004-11-26 Thread Seow, Pek Lee
Hi there,

I am running in to known java.io.NotSerializableException issue when Tomcat
(4.1.27) shutdown or startup.

The strange thing is that I do not get this error when running the
application on Tomcat/Windows but seem to be encountering the problem in
Tomcat/HP-UX 11i.  Does the Tomcat shutdown or startup differently in
Windows vs. Unix? Is the Standard Manager enabled by default? To workaround
that, I basically have to set the Manager component to have pathname="null"
and saveOnRestart="false" in server.xml.

Could anyone explain the reason I am seeing two different behaviours?

LOG:
2004-11-25 12:49:08 StandardManager[/dcm] IOException while
loading persisted sessions: java.io.WriteAbortedEx
ception: writing aborted; java.io.NotSerializableException:
com.documentum.web.form.FormHistory
java.io.WriteAbortedException: writing aborted;
java.io.NotSerializableException: com.documentum.web.form.Form
History
at
java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1278)
at
java.io.ObjectInputStream.readObject(ObjectInputStream.java:324)
at java.util.HashMap.readObject(HashMap.java:986)
at
sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39
)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl
.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at
java.io.ObjectStreamClass.invokeReadObject(ObjectStreamClass.java:824)
at
java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1746)
at
java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1646)
at
java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1274)
at
java.io.ObjectInputStream.readObject(ObjectInputStream.java:324)
at
org.apache.catalina.session.StandardSession.readObject(StandardSession.java:
1369)
at
org.apache.catalina.session.StandardSession.readObjectData(StandardSession.j
ava:864)
at
org.apache.catalina.session.StandardManager.load(StandardManager.java:440)
at
org.apache.catalina.session.StandardManager.start(StandardManager.java:655)
at
org.apache.catalina.core.StandardContext.start(StandardContext.java:3571)
at
org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:8
21)
at
org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:807)
at
org.apache.catalina.core.StandardHost.addChild(StandardHost.java:579)
at
org.apache.catalina.core.StandardHostDeployer.install(StandardHostDeployer.j
ava:307)
at
org.apache.catalina.core.StandardHost.install(StandardHost.java:772)
at
org.apache.catalina.startup.HostConfig.deployDirectories(HostConfig.java:559
)
at
org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:401)
at
org.apache.catalina.startup.HostConfig.start(HostConfig.java:718)
at
org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:358)
at
org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSuppor
t.java:166)
at
org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1196)
at
org.apache.catalina.core.StandardHost.start(StandardHost.java:738)
at
org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1188)
at
org.apache.catalina.core.StandardEngine.start(StandardEngine.java:347)
at
org.apache.catalina.core.StandardService.start(StandardService.java:497)
at
org.apache.catalina.core.StandardServer.start(StandardServer.java:2190)
at
org.apache.catalina.startup.Catalina.start(Catalina.java:512)
at
org.apache.catalina.startup.Catalina.execute(Catalina.java:400)
at
org.apache.catalina.startup.Catalina.process(Catalina.java:180)
at
sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39
)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl
.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at
org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:203)

Re: Trying to integrate Tomcat 5.0 with Apache 1.3

2004-11-26 Thread Henri Gomez
JK 1.2.x could be used with Tomcat 3.3.x up to Tomcat 5.5.x 

All Tomcats are using AJP13 so mod_jk 1.2.x is a good choice


On Fri, 26 Nov 2004 10:44:59 +0530, Sunil <[EMAIL PROTECTED]> wrote:
> sorry forgot the main link   :)
> 
> http://www.penguinsecurity.net/pensec/modules.php?name=News&file=article&sid=214
> 
> 
> 
> rgds
> sunil
> 
> On Thu, 25 Nov 2004 18:39:35 - (GMT), Braun Brelin
> <[EMAIL PROTECTED]> wrote:
> > Folks,
> >
> > I've a couple of questions here.
> >
> > I upgraded my system from a Tomcat4  to a Tomcat 5 installation.  I'm
> > running it on SusE Linux 9.1.  I also have Apache 1.3 which I won't be
> > upgrading and I would like to be able to integrate it with mod_jk.  I
> > can't use mod_jk2 because that doesn't seem to work correctly with Apache
> > 1.3.  I get unresolved symbols when I try it.
> >
> > Also,  The Tomcat 4 installation showed a default page on my 8080 port.
> > The new tomcat 5 installation only gives me a blank page rather than a
> > default page.  Is this normal?  I would at least expect something that
> > tells me that Tomcat is up and running...
> >
> > Thanks,
> >
> > Braun Brelin
> >
> > -
> > 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]



SVN server down?

2004-11-26 Thread Shinobu Kawai
Hi,

Is the SVN server down?  Both these links give me error messages.

- http://svn.apache.org/repos/asf/

http://apache.org/dav/xmlns"; xmlns:C="svn:">
 
 Could not open the requested SVN
filesystem


- http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN
An Exception Has Occurred
Python Traceback

Traceback (most recent call last):
 File "/usr/local/viewcvs-1.0-dev/lib/viewcvs.py", line 3264, in main
   request.run_viewcvs()
 File "/usr/local/viewcvs-1.0-dev/lib/viewcvs.py", line 247, in run_viewcvs
   self.rootpath, rev)
 File "/usr/local/viewcvs-1.0-dev/lib/vclib/svn/__init__.py", line
322, in __init__
   self.repos = repos.svn_repos_open(rootpath, self.pool)
SubversionException: ("Berkeley DB error while opening 'strings' table
for filesystem /x1/svn/asf/db:\nCannot allocate memory", 160029)

Best regards,
-- Shinobu Kawai

-- 
Shinobu Kawai <[EMAIL PROTECTED]>

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