Alpha 2 Warning Message

Added by Gopal Chavan 1075 days ago

Hi.
I got an unknown warning on server console.

What I did just run the server.
And then run the Admin application.
After a few seconds the server console shown a warning:

2009-06-09 11:24:06,015 WARN - No configuration found. Configuring ehcache from ehcache-failsafe.xml found in the classpath: jar:file:/C:/union_a2/lib/ehcache.jar!/ehcache-failsafe.xml

This warning didn't came until some application connected to the server.
I noticed that this warning appeared only after 1st client connection.

Here is the server log:
..............................................................................................
2009-06-09 11:23:27,546 WARN - ***************************************
2009-06-09 11:23:27,546 WARN - * Starting Union Alpha 1.0.0 build 3539 *
2009-06-09 11:23:27,546 WARN - ***************************************
2009-06-09 11:23:27,968 WARN - Using CharSet [UTF-8]
2009-06-09 11:23:28,000 WARN - UNION_HOME set to [C:\union_a2\.]
2009-06-09 11:23:28,093 WARN - Gateway [IOGateway] bound to port [9100] on all local IP addresses.
2009-06-09 11:23:28,421 WARN - Server module [serverStatsServerModule] loaded.
2009-06-09 11:23:28,437 WARN - POLICY_FILE attribute missing for Gateway [_ADMIN_GATEWAY_]. Using default [policy.xml].
2009-06-09 11:23:28,437 WARN - Gateway [_ADMIN_GATEWAY_] bound to port [9110] on all local IP addresses.
2009-06-09 11:23:28,437 WARN - Banned list file [banned.txt] not found. Banned list not initiated.
2009-06-09 11:23:28,437 WARN - Admin Gateway Started.
2009-06-09 11:23:28,484 WARN - Gateway [NIOGateway] bound to port [9101] on all local IP addresses.
2009-06-09 11:23:28,484 WARN - Union Alpha 1.0.0 build 3539 Started....OK
2009-06-09 11:23:28,500 WARN -
-----------------
SERVER STATS
-------------------------------------------------------------------------
Memory Usage [init = 0(0K) used = 1260912(1231K) committed = 5177344(5056K) max = 66650112(65088K)]
Thread Usage [10]

2009-06-09 11:24:06,015 WARN - No configuration found. Configuring ehcache from ehcache-failsafe.xml found in the classpath: jar:file:/C:/union_a2/lib/ehcache.jar!/ehcache-failsafe.xml
..............................................................................................

I am using Union Alpha 2 with Reactor Alpha 2;
on Windows XP SP2; and Java Runtime 6 update 13.

I don't understand this warning; my application is running just fine.
Just thought I should report it.


Replies

RE: Alpha 2 Warning Message - Added by derek clayton 1054 days ago

Hi Gopal,

Thanks for the report.

This warning means that echache is using a default configuration since Union did not specify one. As you suspected this will not affect the application in any way. However, I have added a ticket to add ehcache.xml to the deployment to allow outside developers to change the configuration and also eliminate this warning.

http://factory.user1.net/issues/show/189

Thanks again for the report!

Derek