By the way, adding lib directly to the tomcat lib folder is possible but not 
recommended.
Try to add the missing jar in your web-inf/lib folder in the war file of your 
Java webapp instead.
This would be the recommended standard way to add a lib.
That way, you keep all your dependencies in your app and this decouple your app 
from tomcat install.

On 26 août 2011, at 10:08, Vladimir Lipets wrote:

> 
> Thank you for this response.
> 
> I tried both option, when the error that i described obtained without 
> crossing.
> With crossing, actually, the "null" was returned.
> 
> However, as i understood now, it was crossing request.
> I moved the example file to qooxdoo directory, to make non crossing call,
> 
> Then i got following error:
> "SEVERE: Servlet.service() for servlet rpc threw exception
> java.lang.ClassNotFoundException: org.apache.commons.logging.LogFactory"
> 
> i added corresponded jars to the lib directory of the Tomcat,
> and the problem was SOLVED!
> 
> So, thank you again for this response, it was short but helpful,
> 
> Regards,
> 
> 
> 
> 
> 
> 
> On Fri 26 Aug 10:13 2011 Jean-Baptiste BRIAUD -- Novlog wrote:
>> Client side error and server side error are consistent.
>> 
>> Are you cross posting ?
>> Check the URL to download the js and the URL for the RPC.
>> 
>> On 26 août 2011, at 08:32, Vladimir Lipets wrote:
>> 
>>> "Any log on server side ?"
>>> 
>>> On Tomcat's logs i found following line:
>>> 
>>> "INFO: rpc: No referrer checking configuration found. Using strict checking 
>>> as the default."
>>> 
>>> I also installed firebug. But it did not found something suspicious.
>>> 
>>> 
>>> 
>>> On Thu 25 Aug 16:00 2011 Jean-Baptiste BRIAUD -- Novlog wrote:
>>>> Any log on server side ?
>>>> 
>>>> On 25 août 2011, at 14:25, Vladimir Lipets wrote:
>>>> 
>>>>> 
>>>>> Hello,
>>>>> 
>>>>> I have a problem running RPCJava example.
>>>>> 
>>>>> In particular, i did following steps
>>>>> 
>>>>> 0. Installed Apache 6.0
>>>>> 1. Downloaded qooxdoo SDK 1.5 
>>>>> 2. Downloaded qooxdoo-contrib, including RPCJava
>>>>> 3. Did required generation and build steps for RPCJava, thereby obtaining 
>>>>> qooxdoo.war file
>>>>> 4. Deployed the file on Tomcat Server
>>>>> 5. Created simple example, which call to test-echo example (according to 
>>>>> the tutorial)
>>>>> 
>>>>> Finally, what i obtain, it is following error messages:
>>>>> 
>>>>> "Access denied. Please make sure that your browser sends correct referer 
>>>>> headers." 
>>>>> and then
>>>>> "Local error 2: Aborted echo"
>>>>> 
>>>>> I can not figure out where is the problem, please HELP!
>>>>> 
>>>>> Thank you in advance,
>>>>> 
>>>>> Vladimir
>>>>> 
>>>>> 
>>>>> 
>>>>> 
>>>>> 
>>>>> ------------------------------------------------------------------------------
>>>>> EMC VNX: the world's simplest storage, starting under $10K
>>>>> The only unified storage solution that offers unified management 
>>>>> Up to 160% more powerful than alternatives and 25% more efficient. 
>>>>> Guaranteed. http://p.sf.net/sfu/emc-vnx-dev2dev
>>>>> _______________________________________________
>>>>> qooxdoo-devel mailing list
>>>>> [email protected]
>>>>> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
>>>> 
>>>> 
>>>> ------------------------------------------------------------------------------
>>>> EMC VNX: the world's simplest storage, starting under $10K
>>>> The only unified storage solution that offers unified management 
>>>> Up to 160% more powerful than alternatives and 25% more efficient. 
>>>> Guaranteed. http://p.sf.net/sfu/emc-vnx-dev2dev
>>>> _______________________________________________
>>>> qooxdoo-devel mailing list
>>>> [email protected]
>>>> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
>>>> 
>>> 
>>> 
>>> 
>>> 
>> 
>> 
>> ------------------------------------------------------------------------------
>> EMC VNX: the world's simplest storage, starting under $10K
>> The only unified storage solution that offers unified management 
>> Up to 160% more powerful than alternatives and 25% more efficient. 
>> Guaranteed. http://p.sf.net/sfu/emc-vnx-dev2dev
>> _______________________________________________
>> qooxdoo-devel mailing list
>> [email protected]
>> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
>> 
> 
> 
> 
> 


------------------------------------------------------------------------------
EMC VNX: the world's simplest storage, starting under $10K
The only unified storage solution that offers unified management 
Up to 160% more powerful than alternatives and 25% more efficient. 
Guaranteed. http://p.sf.net/sfu/emc-vnx-dev2dev
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to