You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@manifoldcf.apache.org by Karl Wright <da...@gmail.com> on 2012/09/30 15:12:58 UTC

[VOTE] Release Apache ManifoldCF 1.0, RC7

Please vote +1 to release ManifoldCF 1.0, RC7.  The release artifact
can be found at:

http://people.apache.org/~kwright/apache-manifoldcf-1.0

There is also an SVN tag at:

https://svn.apache.org/repos/asf/manifoldcf/tags/release-1.0-RC7

Fixes since RC6:

CONNECTORS-549

Fixes since RC5:

CONNECTORS-547
CONNECTORS-548 (documentation fix)

Fixes since RC4:

CONNECTORS-545

Fixes since RC3:

CONNECTORS-544

Re: [VOTE] Release Apache ManifoldCF 1.0, RC7

Posted by Karl Wright <da...@gmail.com>.
CONNECTORS-550 is the ticket.

Karl

On Tue, Oct 2, 2012 at 3:26 PM, Karl Wright <da...@gmail.com> wrote:
> Ok - this is likely a windows/linux difference then.
>
> I'll have to try it out on my linux system when I get home to be sure
> I catch all the pertinent cases.
>
> In any case, I'm not sure this is worth a respin, since the place it
> fails is building a distribution zip.  Does everyone agree?
> Karl
>
>
> On Tue, Oct 2, 2012 at 3:22 PM, Ahmet Arslan <io...@yahoo.com> wrote:
>>> Can you try changing the <exclude
>>> .../> clause I noted earlier to
>>> remove the leading "/" from "/apache-manifoldcf-*", and see
>>> if that
>>> works?
>>
>> Yes that worked. Later on I upgraded to Ant version 1.8.4, it didn't helped.

Re: [VOTE] Release Apache ManifoldCF 1.0, RC7

Posted by Ahmet Arslan <io...@yahoo.com>.
> In any case, I'm not sure this is worth a respin, since the
> place it
> fails is building a distribution zip.  Does everyone agree?

+1


* Crawled against SharePoint 2010 Repository connection (library and list)
* ran "ant all"
* ran "mvn install/packge -Dmaven.test.skip=true"

Here is my +1 for RC7

Ahmet

Re: [VOTE] Release Apache ManifoldCF 1.0, RC7

Posted by Karl Wright <da...@gmail.com>.
Ok - this is likely a windows/linux difference then.

I'll have to try it out on my linux system when I get home to be sure
I catch all the pertinent cases.

In any case, I'm not sure this is worth a respin, since the place it
fails is building a distribution zip.  Does everyone agree?
Karl


On Tue, Oct 2, 2012 at 3:22 PM, Ahmet Arslan <io...@yahoo.com> wrote:
>> Can you try changing the <exclude
>> .../> clause I noted earlier to
>> remove the leading "/" from "/apache-manifoldcf-*", and see
>> if that
>> works?
>
> Yes that worked. Later on I upgraded to Ant version 1.8.4, it didn't helped.

Re: [VOTE] Release Apache ManifoldCF 1.0, RC7

Posted by Ahmet Arslan <io...@yahoo.com>.
> Can you try changing the <exclude
> .../> clause I noted earlier to
> remove the leading "/" from "/apache-manifoldcf-*", and see
> if that
> works?

Yes that worked. Later on I upgraded to Ant version 1.8.4, it didn't helped.

Re: [VOTE] Release Apache ManifoldCF 1.0, RC7

Posted by Karl Wright <da...@gmail.com>.
Can you try changing the <exclude .../> clause I noted earlier to
remove the leading "/" from "/apache-manifoldcf-*", and see if that
works?

I'd hesitate to spin a new kit here unless there's evidence there's a
viable fix.

Karl

On Tue, Oct 2, 2012 at 3:01 PM, Ahmet Arslan <io...@yahoo.com> wrote:
>
>> Are you running on Windows, or Linux?
>
> I am using Mac OS X 10.7.5
>
> Ahmet

Re: [VOTE] Release Apache ManifoldCF 1.0, RC7

Posted by Ahmet Arslan <io...@yahoo.com>.
> Are you running on Windows, or Linux?

I am using Mac OS X 10.7.5

Ahmet

Re: [VOTE] Release Apache ManifoldCF 1.0, RC7

Posted by Karl Wright <da...@gmail.com>.
Mine is:
C:\wip\mcf\trunk>which ant
c:\ant\apache-ant-1.8.4\bin/ant.bat

Are you running on Windows, or Linux?

Karl

On Tue, Oct 2, 2012 at 2:54 PM, Ahmet Arslan <io...@yahoo.com> wrote:
>> This used to exclude the zip from itself.  What version
>> of ant are you using?
>
> Apache Ant(TM) version 1.8.2 compiled on June 3 2011

Re: [VOTE] Release Apache ManifoldCF 1.0, RC7

Posted by Karl Wright <da...@gmail.com>.
Oh, and by the way, I used "ant image" to create the release, which
calls the "create-source-zip" target.  So it's still working for me
just fine.  Hmmm.

Karl

On Tue, Oct 2, 2012 at 2:41 PM, Karl Wright <da...@gmail.com> wrote:
> The ant build hasn't changed in this regard, but maybe ant has.
> Here's the code:
>
>     <target name="create-source-zip" depends="set-version">
>       <zip destfile="apache-manifoldcf-${release-version}-src.zip"
> update="false">
>         <zipfileset dir="." prefix="apache-manifoldcf-${release-version}">
> ...
>           <exclude name="/apache-manifoldcf-*"/>
>         </zipfileset>
>       </zip>
>     </target>
>
> This used to exclude the zip from itself.  What version of ant are you using?
>
> Karl
>
>
>
> On Tue, Oct 2, 2012 at 2:30 PM, Ahmet Arslan <io...@yahoo.com> wrote:
>> Hi,
>>
>> 'ant all' command yields:
>>
>> BUILD FAILED
>> /manifoldcf/tags/release-1.0-RC7/build.xml:2529: A zip file cannot include itself
>>
>> Ahmet
>>
>>
>> --- On Sun, 9/30/12, Karl Wright <da...@gmail.com> wrote:
>>
>>> From: Karl Wright <da...@gmail.com>
>>> Subject: Re: [VOTE] Release Apache ManifoldCF 1.0, RC7
>>> To: dev@manifoldcf.apache.org
>>> Date: Sunday, September 30, 2012, 9:40 PM
>>> Ran all tests, just to be sure
>>> nothing got messed up.  +1 from me.
>>>
>>> Karl
>>>
>>> On Sun, Sep 30, 2012 at 11:34 AM, Piergiorgio Lucidi
>>> <pi...@apache.org>
>>> wrote:
>>> > +1 from me:
>>> >
>>> > - checked signatures
>>> > - crawling against a CMIS repository
>>> > - tried to build using Maven and Ant
>>> >
>>> > Piergiorgio
>>> >
>>> > 2012/9/30 Karl Wright <da...@gmail.com>
>>> >
>>> >> Please vote +1 to release ManifoldCF 1.0,
>>> RC7.  The release artifact
>>> >> can be found at:
>>> >>
>>> >> http://people.apache.org/~kwright/apache-manifoldcf-1.0
>>> >>
>>> >> There is also an SVN tag at:
>>> >>
>>> >> https://svn.apache.org/repos/asf/manifoldcf/tags/release-1.0-RC7
>>> >>
>>> >> Fixes since RC6:
>>> >>
>>> >> CONNECTORS-549
>>> >>
>>> >> Fixes since RC5:
>>> >>
>>> >> CONNECTORS-547
>>> >> CONNECTORS-548 (documentation fix)
>>> >>
>>> >> Fixes since RC4:
>>> >>
>>> >> CONNECTORS-545
>>> >>
>>> >> Fixes since RC3:
>>> >>
>>> >> CONNECTORS-544
>>> >>
>>> >> --
>>> >> Piergiorgio Lucidi
>>> >> http://www.open4dev.com
>>> >>
>>> >>
>>>

Re: [VOTE] Release Apache ManifoldCF 1.0, RC7

Posted by Ahmet Arslan <io...@yahoo.com>.
> This used to exclude the zip from itself.  What version
> of ant are you using?

Apache Ant(TM) version 1.8.2 compiled on June 3 2011

Re: [VOTE] Release Apache ManifoldCF 1.0, RC7

Posted by Karl Wright <da...@gmail.com>.
The ant build hasn't changed in this regard, but maybe ant has.
Here's the code:

    <target name="create-source-zip" depends="set-version">
      <zip destfile="apache-manifoldcf-${release-version}-src.zip"
update="false">
        <zipfileset dir="." prefix="apache-manifoldcf-${release-version}">
...
          <exclude name="/apache-manifoldcf-*"/>
        </zipfileset>
      </zip>
    </target>

This used to exclude the zip from itself.  What version of ant are you using?

Karl



On Tue, Oct 2, 2012 at 2:30 PM, Ahmet Arslan <io...@yahoo.com> wrote:
> Hi,
>
> 'ant all' command yields:
>
> BUILD FAILED
> /manifoldcf/tags/release-1.0-RC7/build.xml:2529: A zip file cannot include itself
>
> Ahmet
>
>
> --- On Sun, 9/30/12, Karl Wright <da...@gmail.com> wrote:
>
>> From: Karl Wright <da...@gmail.com>
>> Subject: Re: [VOTE] Release Apache ManifoldCF 1.0, RC7
>> To: dev@manifoldcf.apache.org
>> Date: Sunday, September 30, 2012, 9:40 PM
>> Ran all tests, just to be sure
>> nothing got messed up.  +1 from me.
>>
>> Karl
>>
>> On Sun, Sep 30, 2012 at 11:34 AM, Piergiorgio Lucidi
>> <pi...@apache.org>
>> wrote:
>> > +1 from me:
>> >
>> > - checked signatures
>> > - crawling against a CMIS repository
>> > - tried to build using Maven and Ant
>> >
>> > Piergiorgio
>> >
>> > 2012/9/30 Karl Wright <da...@gmail.com>
>> >
>> >> Please vote +1 to release ManifoldCF 1.0,
>> RC7.  The release artifact
>> >> can be found at:
>> >>
>> >> http://people.apache.org/~kwright/apache-manifoldcf-1.0
>> >>
>> >> There is also an SVN tag at:
>> >>
>> >> https://svn.apache.org/repos/asf/manifoldcf/tags/release-1.0-RC7
>> >>
>> >> Fixes since RC6:
>> >>
>> >> CONNECTORS-549
>> >>
>> >> Fixes since RC5:
>> >>
>> >> CONNECTORS-547
>> >> CONNECTORS-548 (documentation fix)
>> >>
>> >> Fixes since RC4:
>> >>
>> >> CONNECTORS-545
>> >>
>> >> Fixes since RC3:
>> >>
>> >> CONNECTORS-544
>> >>
>> >> --
>> >> Piergiorgio Lucidi
>> >> http://www.open4dev.com
>> >>
>> >>
>>

Re: [VOTE] Release Apache ManifoldCF 1.0, RC7

Posted by Ahmet Arslan <io...@yahoo.com>.
Hi,

'ant all' command yields:

BUILD FAILED
/manifoldcf/tags/release-1.0-RC7/build.xml:2529: A zip file cannot include itself

Ahmet


--- On Sun, 9/30/12, Karl Wright <da...@gmail.com> wrote:

> From: Karl Wright <da...@gmail.com>
> Subject: Re: [VOTE] Release Apache ManifoldCF 1.0, RC7
> To: dev@manifoldcf.apache.org
> Date: Sunday, September 30, 2012, 9:40 PM
> Ran all tests, just to be sure
> nothing got messed up.  +1 from me.
> 
> Karl
> 
> On Sun, Sep 30, 2012 at 11:34 AM, Piergiorgio Lucidi
> <pi...@apache.org>
> wrote:
> > +1 from me:
> >
> > - checked signatures
> > - crawling against a CMIS repository
> > - tried to build using Maven and Ant
> >
> > Piergiorgio
> >
> > 2012/9/30 Karl Wright <da...@gmail.com>
> >
> >> Please vote +1 to release ManifoldCF 1.0,
> RC7.  The release artifact
> >> can be found at:
> >>
> >> http://people.apache.org/~kwright/apache-manifoldcf-1.0
> >>
> >> There is also an SVN tag at:
> >>
> >> https://svn.apache.org/repos/asf/manifoldcf/tags/release-1.0-RC7
> >>
> >> Fixes since RC6:
> >>
> >> CONNECTORS-549
> >>
> >> Fixes since RC5:
> >>
> >> CONNECTORS-547
> >> CONNECTORS-548 (documentation fix)
> >>
> >> Fixes since RC4:
> >>
> >> CONNECTORS-545
> >>
> >> Fixes since RC3:
> >>
> >> CONNECTORS-544
> >>
> >> --
> >> Piergiorgio Lucidi
> >> http://www.open4dev.com
> >>
> >>
> 

Re: [VOTE] Release Apache ManifoldCF 1.0, RC7

Posted by Karl Wright <da...@gmail.com>.
Ran all tests, just to be sure nothing got messed up.  +1 from me.

Karl

On Sun, Sep 30, 2012 at 11:34 AM, Piergiorgio Lucidi
<pi...@apache.org> wrote:
> +1 from me:
>
> - checked signatures
> - crawling against a CMIS repository
> - tried to build using Maven and Ant
>
> Piergiorgio
>
> 2012/9/30 Karl Wright <da...@gmail.com>
>
>> Please vote +1 to release ManifoldCF 1.0, RC7.  The release artifact
>> can be found at:
>>
>> http://people.apache.org/~kwright/apache-manifoldcf-1.0
>>
>> There is also an SVN tag at:
>>
>> https://svn.apache.org/repos/asf/manifoldcf/tags/release-1.0-RC7
>>
>> Fixes since RC6:
>>
>> CONNECTORS-549
>>
>> Fixes since RC5:
>>
>> CONNECTORS-547
>> CONNECTORS-548 (documentation fix)
>>
>> Fixes since RC4:
>>
>> CONNECTORS-545
>>
>> Fixes since RC3:
>>
>> CONNECTORS-544
>>
>> --
>> Piergiorgio Lucidi
>> http://www.open4dev.com
>>
>>

Re: [VOTE] Release Apache ManifoldCF 1.0, RC7

Posted by Piergiorgio Lucidi <pi...@apache.org>.
+1 from me:

- checked signatures
- crawling against a CMIS repository
- tried to build using Maven and Ant

Piergiorgio

2012/9/30 Karl Wright <da...@gmail.com>

> Please vote +1 to release ManifoldCF 1.0, RC7.  The release artifact
> can be found at:
>
> http://people.apache.org/~kwright/apache-manifoldcf-1.0
>
> There is also an SVN tag at:
>
> https://svn.apache.org/repos/asf/manifoldcf/tags/release-1.0-RC7
>
> Fixes since RC6:
>
> CONNECTORS-549
>
> Fixes since RC5:
>
> CONNECTORS-547
> CONNECTORS-548 (documentation fix)
>
> Fixes since RC4:
>
> CONNECTORS-545
>
> Fixes since RC3:
>
> CONNECTORS-544
>
> --
> Piergiorgio Lucidi
> http://www.open4dev.com
>
>

Re: [VOTE] Release Apache ManifoldCF 1.0, RC7

Posted by Karl Wright <da...@gmail.com>.
Four +1's, >72 hours. Vote passes!

I'll have the candidate available for download within the next few hours.
Karl

On Wed, Oct 3, 2012 at 5:36 AM, Erlend Garåsen <e....@usit.uio.no> wrote:
>
> +1 from me.
>
> - Downloaded apache-manifoldcf-1.0-bin.tar.gz and deployed on Resin 4/Linux.
> Crawled around 6000 documents.
> - Downloaded apache-manifoldcf-1.0-src.tar.gz and built on OS X.
> - Built with Maven 3.0.4 and Ant 1.8.2
> - Built documentation (ant doc) and verified the content
> - Started MCF on Jetty and registered a Solr Output Connector from both
> multiprocess-example and example.
>
> By the way, I got the following error while running mvn clean install
> java.lang.UnsupportedOperationException: Entity deletion by key is not
> supported. It's related to the Alfresco connector. The complete stack trace,
> which was also shown in the console, is shown below.  It's just a minor
> issue and does not affect the build.
>
> WARN org.eclipse.jetty.servlet.ServletHandler -
> /alfresco/download/direct/workspace/SpacesStore/ed4f2ac6-279a-4a89-a541-9970f8a66812/testdata2.txt
> java.lang.UnsupportedOperationException: Entity deletion by key is not
> supported
>         at
> org.alfresco.repo.cache.lookup.EntityLookupCache$EntityLookupCallbackDAOAdaptor.deleteByKey(EntityLookupCache.java:202)
>         at
> org.alfresco.repo.cache.lookup.EntityLookupCache.deleteByKey(EntityLookupCache.java:639)
>         at
> org.alfresco.repo.domain.node.AbstractNodeDAOImpl.addNodeAspects(AbstractNodeDAOImpl.java:1987)
>         at
> org.alfresco.repo.node.db.DbNodeServiceImpl.addAspectsAndProperties(DbNodeServiceImpl.java:526)
>         at
> org.alfresco.repo.node.db.DbNodeServiceImpl.addAspectsAndProperties(DbNodeServiceImpl.java:439)
>         at
> org.alfresco.repo.node.db.DbNodeServiceImpl.addAspect(DbNodeServiceImpl.java:736)
>         at sun.reflect.GeneratedMethodAccessor276.invoke(Unknown Source)
>         at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>         at java.lang.reflect.Method.invoke(Method.java:597)
>         at
> org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:307)
>         at
> org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
>         at
> org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
>         at
> org.alfresco.repo.tenant.MultiTNodeServiceInterceptor.invoke(MultiTNodeServiceInterceptor.java:104)
>         at
> org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
>         at
> org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:202)
>         at $Proxy10.addAspect(Unknown Source)
>         at sun.reflect.GeneratedMethodAccessor276.invoke(Unknown Source)
>         at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>         at java.lang.reflect.Method.invoke(Method.java:597)
>         at
> org.alfresco.repo.service.StoreRedirectorProxyFactory$RedirectorInvocationHandler.invoke(StoreRedirectorProxyFactory.java:215)
>         at $Proxy11.addAspect(Unknown Source)
>         at sun.reflect.GeneratedMethodAccessor276.invoke(Unknown Source)
>         at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>         at java.lang.reflect.Method.invoke(Method.java:597)
>         at
> org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:307)
>         at
> org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
>         at
> org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
>         at
> org.alfresco.repo.node.MLPropertyInterceptor.invoke(MLPropertyInterceptor.java:303)
>         at
> org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
>         at
> org.alfresco.repo.node.MLPropertyInterceptor.invoke(MLPropertyInterceptor.java:303)
>         at
> org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
>         at
> org.alfresco.repo.node.NodeRefPropertyMethodInterceptor.invoke(NodeRefPropertyMethodInterceptor.java:135)
>         at
> org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
>         at
> org.alfresco.repo.node.NodeRefPropertyMethodInterceptor.invoke(NodeRefPropertyMethodInterceptor.java:135)
>         at
> org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
>         at
> org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:202)
>         at $Proxy10.addAspect(Unknown Source)
>         at
> org.alfresco.repo.configuration.ConfigurableServiceImpl.makeConfigurable(ConfigurableServiceImpl.java:51)
>         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:597)
>         at
> org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:307)
>         at
> org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
>         at
> org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
>         at
> org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:107)
>         at
> org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
>         at
> org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:202)
>         at $Proxy212.makeConfigurable(Unknown Source)
>         at org.alfresco.web.bean.repository.User$1.execute(User.java:228)
>         at org.alfresco.web.bean.repository.User$1.execute(User.java:219)
>         at
> org.alfresco.repo.transaction.RetryingTransactionHelper.doInTransaction(RetryingTransactionHelper.java:325)
>         at
> org.alfresco.repo.transaction.RetryingTransactionHelper.doInTransaction(RetryingTransactionHelper.java:232)
>         at
> org.alfresco.web.bean.repository.User.getUserPreferencesRef(User.java:218)
>         at
> org.alfresco.web.bean.repository.User.getPreferences(User.java:200)
>         at
> org.alfresco.web.bean.repository.PreferencesService.getPreferences(PreferencesService.java:65)
>         at
> org.alfresco.web.app.Application.getLanguage(Application.java:761)
>         at
> org.alfresco.web.app.servlet.AuthenticationHelper.setupThread(AuthenticationHelper.java:115)
>         at
> org.alfresco.web.app.servlet.AuthenticationHelper.authenticate(AuthenticationHelper.java:316)
>         at
> org.alfresco.web.app.servlet.BaseServlet.servletAuthenticate(BaseServlet.java:142)
>         at
> org.alfresco.web.app.servlet.BaseServlet.servletAuthenticate(BaseServlet.java:122)
>         at
> org.alfresco.web.app.servlet.DownloadContentServlet.doGet(DownloadContentServlet.java:129)
>         at javax.servlet.http.HttpServlet.service(HttpServlet.java:707)
>         at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
>         at
> org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:547)
>         at
> org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1359)
>         at
> org.alfresco.repo.web.filter.beans.NullFilter.doFilter(NullFilter.java:68)
>         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:597)
>         at
> org.alfresco.repo.management.subsystems.ChainingSubsystemProxyFactory$1.invoke(ChainingSubsystemProxyFactory.java:116)
>         at
> org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
>         at
> org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:202)
>         at $Proxy211.doFilter(Unknown Source)
>         at
> org.alfresco.repo.web.filter.beans.BeanProxyFilter.doFilter(BeanProxyFilter.java:82)
>         at
> org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1330)
>         at
> org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:478)
>         at
> org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:119)
>         at
> org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:520)
>         at
> org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:227)
>         at
> org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:941)
>         at
> org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:409)
>         at
> org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:186)
>         at
> org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:875)
>         at
> org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:117)
>         at
> org.eclipse.jetty.server.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:250)
>         at
> org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:110)
>         at org.eclipse.jetty.server.Server.handle(Server.java:349)
>         at
> org.eclipse.jetty.server.HttpConnection.handleRequest(HttpConnection.java:441)
>         at
> org.eclipse.jetty.server.HttpConnection$RequestHandler.headerComplete(HttpConnection.java:919)
>         at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:582)
>         at
> org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:218)
>         at
> org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:51)
>         at
> org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:586)
>         at
> org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:44)
>         at
> org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:598)
>         at
> org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:533)
>         at java.lang.Thread.run(Thread.java:680)
>
>
>
>
>
>
> On 30.09.12 15.12, Karl Wright wrote:
>>
>> Please vote +1 to release ManifoldCF 1.0, RC7.  The release artifact
>> can be found at:
>>
>> http://people.apache.org/~kwright/apache-manifoldcf-1.0
>>
>> There is also an SVN tag at:
>>
>> https://svn.apache.org/repos/asf/manifoldcf/tags/release-1.0-RC7
>>
>> Fixes since RC6:
>>
>> CONNECTORS-549
>>
>> Fixes since RC5:
>>
>> CONNECTORS-547
>> CONNECTORS-548 (documentation fix)
>>
>> Fixes since RC4:
>>
>> CONNECTORS-545
>>
>> Fixes since RC3:
>>
>> CONNECTORS-544
>>
>
>
> --
> Erlend Garåsen
> Center for Information Technology Services
> University of Oslo
> P.O. Box 1086 Blindern, N-0317 OSLO, Norway
> Ph: (+47) 22840193, Fax: (+47) 22852970, Mobile: (+47) 91380968, VIP: 31050

Re: [VOTE] Release Apache ManifoldCF 1.0, RC7

Posted by Erlend Garåsen <e....@usit.uio.no>.
+1 from me.

- Downloaded apache-manifoldcf-1.0-bin.tar.gz and deployed on Resin 
4/Linux. Crawled around 6000 documents.
- Downloaded apache-manifoldcf-1.0-src.tar.gz and built on OS X.
- Built with Maven 3.0.4 and Ant 1.8.2
- Built documentation (ant doc) and verified the content
- Started MCF on Jetty and registered a Solr Output Connector from both 
multiprocess-example and example.

By the way, I got the following error while running mvn clean install
java.lang.UnsupportedOperationException: Entity deletion by key is not 
supported. It's related to the Alfresco connector. The complete stack 
trace, which was also shown in the console, is shown below.  It's just a 
minor issue and does not affect the build.

WARN org.eclipse.jetty.servlet.ServletHandler - 
/alfresco/download/direct/workspace/SpacesStore/ed4f2ac6-279a-4a89-a541-9970f8a66812/testdata2.txt
java.lang.UnsupportedOperationException: Entity deletion by key is not 
supported
	at 
org.alfresco.repo.cache.lookup.EntityLookupCache$EntityLookupCallbackDAOAdaptor.deleteByKey(EntityLookupCache.java:202)
	at 
org.alfresco.repo.cache.lookup.EntityLookupCache.deleteByKey(EntityLookupCache.java:639)
	at 
org.alfresco.repo.domain.node.AbstractNodeDAOImpl.addNodeAspects(AbstractNodeDAOImpl.java:1987)
	at 
org.alfresco.repo.node.db.DbNodeServiceImpl.addAspectsAndProperties(DbNodeServiceImpl.java:526)
	at 
org.alfresco.repo.node.db.DbNodeServiceImpl.addAspectsAndProperties(DbNodeServiceImpl.java:439)
	at 
org.alfresco.repo.node.db.DbNodeServiceImpl.addAspect(DbNodeServiceImpl.java:736)
	at sun.reflect.GeneratedMethodAccessor276.invoke(Unknown Source)
	at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at 
org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:307)
	at 
org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
	at 
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
	at 
org.alfresco.repo.tenant.MultiTNodeServiceInterceptor.invoke(MultiTNodeServiceInterceptor.java:104)
	at 
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
	at 
org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:202)
	at $Proxy10.addAspect(Unknown Source)
	at sun.reflect.GeneratedMethodAccessor276.invoke(Unknown Source)
	at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at 
org.alfresco.repo.service.StoreRedirectorProxyFactory$RedirectorInvocationHandler.invoke(StoreRedirectorProxyFactory.java:215)
	at $Proxy11.addAspect(Unknown Source)
	at sun.reflect.GeneratedMethodAccessor276.invoke(Unknown Source)
	at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at 
org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:307)
	at 
org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
	at 
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
	at 
org.alfresco.repo.node.MLPropertyInterceptor.invoke(MLPropertyInterceptor.java:303)
	at 
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
	at 
org.alfresco.repo.node.MLPropertyInterceptor.invoke(MLPropertyInterceptor.java:303)
	at 
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
	at 
org.alfresco.repo.node.NodeRefPropertyMethodInterceptor.invoke(NodeRefPropertyMethodInterceptor.java:135)
	at 
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
	at 
org.alfresco.repo.node.NodeRefPropertyMethodInterceptor.invoke(NodeRefPropertyMethodInterceptor.java:135)
	at 
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
	at 
org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:202)
	at $Proxy10.addAspect(Unknown Source)
	at 
org.alfresco.repo.configuration.ConfigurableServiceImpl.makeConfigurable(ConfigurableServiceImpl.java:51)
	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:597)
	at 
org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:307)
	at 
org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
	at 
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
	at 
org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:107)
	at 
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
	at 
org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:202)
	at $Proxy212.makeConfigurable(Unknown Source)
	at org.alfresco.web.bean.repository.User$1.execute(User.java:228)
	at org.alfresco.web.bean.repository.User$1.execute(User.java:219)
	at 
org.alfresco.repo.transaction.RetryingTransactionHelper.doInTransaction(RetryingTransactionHelper.java:325)
	at 
org.alfresco.repo.transaction.RetryingTransactionHelper.doInTransaction(RetryingTransactionHelper.java:232)
	at 
org.alfresco.web.bean.repository.User.getUserPreferencesRef(User.java:218)
	at org.alfresco.web.bean.repository.User.getPreferences(User.java:200)
	at 
org.alfresco.web.bean.repository.PreferencesService.getPreferences(PreferencesService.java:65)
	at org.alfresco.web.app.Application.getLanguage(Application.java:761)
	at 
org.alfresco.web.app.servlet.AuthenticationHelper.setupThread(AuthenticationHelper.java:115)
	at 
org.alfresco.web.app.servlet.AuthenticationHelper.authenticate(AuthenticationHelper.java:316)
	at 
org.alfresco.web.app.servlet.BaseServlet.servletAuthenticate(BaseServlet.java:142)
	at 
org.alfresco.web.app.servlet.BaseServlet.servletAuthenticate(BaseServlet.java:122)
	at 
org.alfresco.web.app.servlet.DownloadContentServlet.doGet(DownloadContentServlet.java:129)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:707)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
	at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:547)
	at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1359)
	at 
org.alfresco.repo.web.filter.beans.NullFilter.doFilter(NullFilter.java:68)
	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:597)
	at 
org.alfresco.repo.management.subsystems.ChainingSubsystemProxyFactory$1.invoke(ChainingSubsystemProxyFactory.java:116)
	at 
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
	at 
org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:202)
	at $Proxy211.doFilter(Unknown Source)
	at 
org.alfresco.repo.web.filter.beans.BeanProxyFilter.doFilter(BeanProxyFilter.java:82)
	at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1330)
	at 
org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:478)
	at 
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:119)
	at 
org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:520)
	at 
org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:227)
	at 
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:941)
	at 
org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:409)
	at 
org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:186)
	at 
org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:875)
	at 
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:117)
	at 
org.eclipse.jetty.server.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:250)
	at 
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:110)
	at org.eclipse.jetty.server.Server.handle(Server.java:349)
	at 
org.eclipse.jetty.server.HttpConnection.handleRequest(HttpConnection.java:441)
	at 
org.eclipse.jetty.server.HttpConnection$RequestHandler.headerComplete(HttpConnection.java:919)
	at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:582)
	at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:218)
	at 
org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:51)
	at 
org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:586)
	at 
org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:44)
	at 
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:598)
	at 
org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:533)
	at java.lang.Thread.run(Thread.java:680)





On 30.09.12 15.12, Karl Wright wrote:
> Please vote +1 to release ManifoldCF 1.0, RC7.  The release artifact
> can be found at:
>
> http://people.apache.org/~kwright/apache-manifoldcf-1.0
>
> There is also an SVN tag at:
>
> https://svn.apache.org/repos/asf/manifoldcf/tags/release-1.0-RC7
>
> Fixes since RC6:
>
> CONNECTORS-549
>
> Fixes since RC5:
>
> CONNECTORS-547
> CONNECTORS-548 (documentation fix)
>
> Fixes since RC4:
>
> CONNECTORS-545
>
> Fixes since RC3:
>
> CONNECTORS-544
>


-- 
Erlend Garåsen
Center for Information Technology Services
University of Oslo
P.O. Box 1086 Blindern, N-0317 OSLO, Norway
Ph: (+47) 22840193, Fax: (+47) 22852970, Mobile: (+47) 91380968, VIP: 31050