Ok it seems that I have figured out..it was actually an old version of a
class referenced in gauva.jar packed inside geoserver. The conflicting jars
are com.google.common_1.0.0.0_0-6.jar and gauva.jar ... one way is to
replace the weblogic`s module jar with gauva.jar and rename it to
com.google..... or you can unpack the war file and put weblogic.xml in
web-inf folder forcing weblogic to prefer web applications libraries over
weblogic`s libraries.. your weblogic.xml should look like as below

--------

<?xml version="1.0" encoding="UTF-8"?><wls:weblogic-web-app xmlns:wls="
http://xmlns.oracle.com/weblogic/weblogic-web-app"; xmlns:xsi="
http://www.w3.org/2001/XMLSchema-instance"; xsi:schemaLocation="
http://java.sun.com/xml/ns/javaee
http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd
http://xmlns.oracle.com/weblogic/weblogic-web-app
http://xmlns.oracle.com/weblogic/weblogic-web-app/1.1/weblogic-web-app.xsd";>
    <wls:container-descriptor>
    <wls:prefer-application-packages>
            <wls:package-name>com.google.common.*</wls:package-name>
    </wls:prefer-application-packages>
    </wls:container-descriptor>
</wls:weblogic-web-app>

--------

regards,
Imran


On Thu, Aug 1, 2013 at 6:12 PM, Imran Rajjad <[email protected]> wrote:

> if its classpath problem then how come it starts nicely when you point it
> to a fresh default data directory? this issue was not in the previous 2.2.x
> series.
>
> regards,
> Imran
>
>
> On Fri, Jun 21, 2013 at 3:05 PM, Andrea Aime <[email protected]
> > wrote:
>
>> On Fri, Jun 21, 2013 at 11:50 AM, Jonathan Moules <
>> [email protected]> wrote:
>>
>>> Hi Imran,
>>> Probably worth reporting as a bug - I think GeoServer is supposed to be
>>> platform agnostic.
>>
>>
>> Hum... I'd suggest not to open a bug report on this one.
>> The stack trace clearly points to a classpath problem, this kind of
>> problem is always container
>> specific, probably someone deployed an old version of Guava as part of
>> the web container
>> global libs.
>> Nothing to fix in GeoServer, that is.
>>
>> Cheers
>> Andrea
>>
>> --
>> ==
>> Our support, Your Success! Visit http://opensdi.geo-solutions.it for
>> more information.
>> ==
>>
>> Ing. Andrea Aime
>> @geowolf
>> Technical Lead
>>
>> GeoSolutions S.A.S.
>> Via Poggio alle Viti 1187
>> 55054  Massarosa (LU)
>> Italy
>> phone: +39 0584 962313
>> fax: +39 0584 1660272
>> mob: +39  339 8844549
>>
>> http://www.geo-solutions.it
>> http://twitter.com/geosolutions_it
>>
>> -------------------------------------------------------
>>
>
>
>
> --
> I.R
>



-- 
I.R
------------------------------------------------------------------------------
Get your SQL database under version control now!
Version control is standard for application code, but databases havent 
caught up. So what steps can you take to put your SQL databases under 
version control? Why should you start doing it? Read more to find out.
http://pubads.g.doubleclick.net/gampad/clk?id=49501711&iu=/4140/ostg.clktrk
_______________________________________________
Geoserver-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Reply via email to