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/25 01:41:10 UTC

[VOTE] Release Apache ManifoldCF 1.0, RC2

Please vote +1 to release ManifoldCF 1.0, RC2.  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-RC2

Fixes since RC1:

CONNECTORS-538
CONNECTORS-539

Karl

[WITHDRAW][VOTE] Release Apache ManifoldCF 1.0, RC2

Posted by Karl Wright <da...@gmail.com>.
The jar is missing from the proprietary war.  I've not been running
that.  So yes, I think this should be fixed, and the candidate
withdrawn.

Karl

On Tue, Sep 25, 2012 at 3:19 AM, Karl Wright <da...@gmail.com> wrote:
> Hmm, I don't see that here.
> Karl
>
>
> On Mon, Sep 24, 2012 at 9:54 PM, Shinichiro Abe
> <sh...@gmail.com> wrote:
>> Hi,
>>
>> example-proprietary works fine.
>> multiprocess-example works fine.
>>
>> multiprocess-example-proprietary doesn't work
>> by running ./start-webapps.sh
>> It seems that dist/web-proprietary/war/mcf-api-service.war doesn't include mcf-api-servlet.jar
>>
>> ./start-webapps.sh
>> :
>> :
>> 6154 [main] INFO org.eclipse.jetty.server.handler.ContextHandler - started o.e.j.w.WebAppContext{/mcf-api-service,file:/private/var/folders/zL/zL4dWIVoEbCRSASf1T8R5++++TI/-Tmp-/jetty-0.0.0.0-8345-mcf-api-service.war-_mcf-api-service-any-/webapp/},/Users/abe/Desktop/RC/apache-manifoldcf-1.0/dist/multiprocess-example-proprietary/./../web-proprietary/war/mcf-api-service.war
>> 6155 [main] WARN org.eclipse.jetty.servlet.Holder -
>> java.lang.ClassNotFoundException: org.apache.manifoldcf.apiservlet.APIServlet
>> :
>> :
>> 6156 [main] WARN /mcf-api-service - unavailable
>> javax.servlet.UnavailableException: org.apache.manifoldcf.apiservlet.APIServlet
>>         at org.eclipse.jetty.servlet.Holder.doStart(Holder.java:91)
>>
>> I'll open Jira.
>>
>> Regards,
>> Shinichiro Abe
>>
>> On 2012/09/25, at 8:41, Karl Wright wrote:
>>
>>> Please vote +1 to release ManifoldCF 1.0, RC2.  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-RC2
>>>
>>> Fixes since RC1:
>>>
>>> CONNECTORS-538
>>> CONNECTORS-539
>>>
>>> Karl
>>

Re: [VOTE] Release Apache ManifoldCF 1.0, RC2

Posted by Karl Wright <da...@gmail.com>.
Hmm, I don't see that here.
Karl


On Mon, Sep 24, 2012 at 9:54 PM, Shinichiro Abe
<sh...@gmail.com> wrote:
> Hi,
>
> example-proprietary works fine.
> multiprocess-example works fine.
>
> multiprocess-example-proprietary doesn't work
> by running ./start-webapps.sh
> It seems that dist/web-proprietary/war/mcf-api-service.war doesn't include mcf-api-servlet.jar
>
> ./start-webapps.sh
> :
> :
> 6154 [main] INFO org.eclipse.jetty.server.handler.ContextHandler - started o.e.j.w.WebAppContext{/mcf-api-service,file:/private/var/folders/zL/zL4dWIVoEbCRSASf1T8R5++++TI/-Tmp-/jetty-0.0.0.0-8345-mcf-api-service.war-_mcf-api-service-any-/webapp/},/Users/abe/Desktop/RC/apache-manifoldcf-1.0/dist/multiprocess-example-proprietary/./../web-proprietary/war/mcf-api-service.war
> 6155 [main] WARN org.eclipse.jetty.servlet.Holder -
> java.lang.ClassNotFoundException: org.apache.manifoldcf.apiservlet.APIServlet
> :
> :
> 6156 [main] WARN /mcf-api-service - unavailable
> javax.servlet.UnavailableException: org.apache.manifoldcf.apiservlet.APIServlet
>         at org.eclipse.jetty.servlet.Holder.doStart(Holder.java:91)
>
> I'll open Jira.
>
> Regards,
> Shinichiro Abe
>
> On 2012/09/25, at 8:41, Karl Wright wrote:
>
>> Please vote +1 to release ManifoldCF 1.0, RC2.  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-RC2
>>
>> Fixes since RC1:
>>
>> CONNECTORS-538
>> CONNECTORS-539
>>
>> Karl
>

Re: [VOTE] Release Apache ManifoldCF 1.0, RC2

Posted by Shinichiro Abe <sh...@gmail.com>.
Hi,

example-proprietary works fine.
multiprocess-example works fine.

multiprocess-example-proprietary doesn't work 
by running ./start-webapps.sh
It seems that dist/web-proprietary/war/mcf-api-service.war doesn't include mcf-api-servlet.jar

./start-webapps.sh
:
:
6154 [main] INFO org.eclipse.jetty.server.handler.ContextHandler - started o.e.j.w.WebAppContext{/mcf-api-service,file:/private/var/folders/zL/zL4dWIVoEbCRSASf1T8R5++++TI/-Tmp-/jetty-0.0.0.0-8345-mcf-api-service.war-_mcf-api-service-any-/webapp/},/Users/abe/Desktop/RC/apache-manifoldcf-1.0/dist/multiprocess-example-proprietary/./../web-proprietary/war/mcf-api-service.war
6155 [main] WARN org.eclipse.jetty.servlet.Holder - 
java.lang.ClassNotFoundException: org.apache.manifoldcf.apiservlet.APIServlet
:
:
6156 [main] WARN /mcf-api-service - unavailable
javax.servlet.UnavailableException: org.apache.manifoldcf.apiservlet.APIServlet
	at org.eclipse.jetty.servlet.Holder.doStart(Holder.java:91)

I'll open Jira.

Regards,
Shinichiro Abe

On 2012/09/25, at 8:41, Karl Wright wrote:

> Please vote +1 to release ManifoldCF 1.0, RC2.  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-RC2
> 
> Fixes since RC1:
> 
> CONNECTORS-538
> CONNECTORS-539
> 
> Karl