On 07/01/2011 01:43 AM, Jacques Le Roux wrote:
Hi Adam,
I just finished to review your recent commits, parallel stuff looks
promising. Do you intend to backport the "FIX:" ?
Thank's for the reviews. Yes, we probably should backport the fixes.
Most of those were developed on 902021(which has other fixes and
features, it's what we are currently using at brainfood).
Also running for the 1st time, I don't think we need to show lines like
2011-07-01 08:15:32,484 (main) [ CatalinaContainer.java:510:INFO ]
createContext(org.ofbiz.base.component.ComponentConfig$WebappInfo@678ef3)
>
> It does not give use any usable information
Oops, yeah, that's pure debug. I'll queue up a commit to remove it.
Also maybe we can improve
Probably. Suggestions?
Warning : Module classpath component '"C:\Program
Files\Java\jdk1.6.0_22\lib\tools.jar"' is not valid and will be ignored...
Warning : Module classpath component '"C:\Program
Files\Java\jdk1.6.0_22\jre\lib\comm.jar"' is not valid and will be
ignored...
framework/start adds these. Maybe it should test for their existance
first.
Warning : Module classpath component 'C:\WINDOWS\Sun\Java\bin' is not
valid and will be ignored...
Warning : Module classpath component 'C:\Program Files\Intel\DMIX' is
not valid and will be ignored...
Warning : Module classpath component 'C:\Program Files\QuickTime
Alternative\QTSystem' is not valid and will be ignored...
Warning : Module classpath component 'C:\Program Files\ktl20sta' is not
valid and will be ignored...
Warning : Module classpath component 'C:\Program Files\OpenSSL\out32dll'
is not valid and will be ignored...
Something on your system is doing this. Did you install some app in
windows, then remove it, and it didn't clean up after itself? Or did
an app upgrade, and not do it correctly?