You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@wookie.apache.org by Hugh Barnard <hu...@googlemail.com> on 2009/12/01 15:53:45 UTC

Derby/jetty version server up on Ubuntu Hardy Heron

Hi folks

I haven't looked deep into it, but the server is up on my desktop, big
thank you! There's some minor whinging during the build etc.:

[javac] /home/hbarnard/widgets/wookie/trunk/src/org/apache/wookie/util/HashGenerator.java:26:
warning: sun.misc.BASE64Encoder is Sun proprietary API and may be
removed in a future release
    [javac] import sun.misc.BASE64Encoder;
    [javac]                ^
    [javac] /home/hbarnard/widgets/wookie/trunk/src/org/apache/wookie/util/HashGenerator.java:74:
warning: sun.misc.BASE64Encoder is Sun proprietary API and may be
removed in a future release
    [javac] 		String hash = (new BASE64Encoder()).encode(raw);
    [javac] 		                   ^

and then at run (a lot of these):

 [java] 14:37:26,032  WARN C3P0ConnectionProvider:232 - Both
hibernate-style property 'hibernate.c3p0.max_size' and c3p0-style
property 'c3p0.max_size' have been set in hibernate.properties.
Hibernate-style property 'hibernate.c3p0.max_size' will be used and
c3p0-style property 'c3p0.max_size' will be ignored!
     [java] 14:37:26,037  WARN C3P0ConnectionProvider:232 - Both
hibernate-style property 'hibernate.c3p0.min_size' and c3p0-style
property 'c3p0.min_size' have been set in hibernate.properties.
Hibernate-style property 'hibernate.c3p0.min_size' will be used and
c3p0-style property 'c3p0.min_size' will be ignored!
     [java] 14:37:26,038  WARN C3P0ConnectionProvider:232 - Both
hibernate-style property 'hibernate.c3p0.timeout' and c3p0-style
property 'c3p0.timeout' have been set in hibernate.properties.
Hibernate-style property 'hibernate.c3p0.timeout' will be used and
c3p0-style property 'c3p0.timeout' will be ignored!
     [java] 14:37:26,040  WARN C3P0ConnectionProvider:232 - Both
hibernate-style property 'hibernate.c3p0.idle_test_period' and
c3p0-style property 'c3p0.idle_test_period' have been set in
hibernate.properties. Hibernate-style property
'hibernate.c3p0.idle_test_period' will be used and c3p0-style property
'c3p0.idle_test_period' will be ignored!

But it looks as though I have hours of fun ahead, thanks again, Huggh


-- 
http://www.hughbarnard.org
http://www.big-wave-heuristics.com/

http://www.hackney-environment-network.org.uk/

Re: Derby/jetty version server up on Ubuntu Hardy Heron

Posted by Scott Wilson <sc...@gmail.com>.
On 1 Dec 2009, at 14:53, Hugh Barnard wrote:

> Hi folks
>
> I haven't looked deep into it, but the server is up on my desktop, big
> thank you! There's some minor whinging during the build etc.:
>
> [javac] /home/hbarnard/widgets/wookie/trunk/src/org/apache/wookie/ 
> util/HashGenerator.java:26:
> warning: sun.misc.BASE64Encoder is Sun proprietary API and may be
> removed in a future release
>    [javac] import sun.misc.BASE64Encoder;
>    [javac]                ^
>    [javac] /home/hbarnard/widgets/wookie/trunk/src/org/apache/wookie/ 
> util/HashGenerator.java:74:
> warning: sun.misc.BASE64Encoder is Sun proprietary API and may be
> removed in a future release
>    [javac] 		String hash = (new BASE64Encoder()).encode(raw);
>    [javac] 		                   ^
>

Hmmm, interesting. I'll have a look into this.

> and then at run (a lot of these):
>
> [java] 14:37:26,032  WARN C3P0ConnectionProvider:232 - Both
> hibernate-style property 'hibernate.c3p0.max_size' and c3p0-style
> property 'c3p0.max_size' have been set in hibernate.properties.
> Hibernate-style property 'hibernate.c3p0.max_size' will be used and
> c3p0-style property 'c3p0.max_size' will be ignored!
>     [java] 14:37:26,037  WARN C3P0ConnectionProvider:232 - Both
> hibernate-style property 'hibernate.c3p0.min_size' and c3p0-style
> property 'c3p0.min_size' have been set in hibernate.properties.
> Hibernate-style property 'hibernate.c3p0.min_size' will be used and
> c3p0-style property 'c3p0.min_size' will be ignored!
>     [java] 14:37:26,038  WARN C3P0ConnectionProvider:232 - Both
> hibernate-style property 'hibernate.c3p0.timeout' and c3p0-style
> property 'c3p0.timeout' have been set in hibernate.properties.
> Hibernate-style property 'hibernate.c3p0.timeout' will be used and
> c3p0-style property 'c3p0.timeout' will be ignored!
>     [java] 14:37:26,040  WARN C3P0ConnectionProvider:232 - Both
> hibernate-style property 'hibernate.c3p0.idle_test_period' and
> c3p0-style property 'c3p0.idle_test_period' have been set in
> hibernate.properties. Hibernate-style property
> 'hibernate.c3p0.idle_test_period' will be used and c3p0-style property
> 'c3p0.idle_test_period' will be ignored!

Those are harmless, but they are a bit annoying, aren't they? Do you  
fancy putting in a bug for it on http://issues.apache.org/jira/browse/WOOKIE 
  ?
>
> But it looks as though I have hours of fun ahead, thanks again, Huggh

Great - enjoy!

>
>
> -- 
> http://www.hughbarnard.org
> http://www.big-wave-heuristics.com/
>
> http://www.hackney-environment-network.org.uk/