Re: [xwiki-users] o.x.v.i.DefaultVelocityEngine - Deprecated??

2012-01-11 Thread Kaya Saman

On 01/11/2012 06:07 PM, Thomas Mortagne wrote:

On Wed, Jan 11, 2012 at 4:51 PM, Kaya Saman  wrote:

Hi guys,


sorry for so many emails but here seems to be the cause of why the Global
Wiki Admin panel isn't working properly:


Jan 11, 2012 12:58:03 AM org.apache.tomcat.util.http.Parameters
processParameters
INFO: Invalid chunk starting at byte [0] and ending at byte [0] with a value
of [null] ignored


2012-01-11 00:58:03,570
[http://www.optiplex-networks.com/xwiki/bin/edit/Main/WebHome?&editor=wysiwyg]
WARN  o.x.v.i.DefaultVelocityEngine  - Deprecated usage of method
[com.xpn.xwiki.api.XWiki.getXMLEncoded] in xwiki:Main.WebHome@2,42
2012-01-11 00:58:04,494 [http-8180-1] WARN  o.x.v.i.DefaultVelocityEngine  -
Deprecated usage of method [com.xpn.xwiki.api.XWiki.getXMLEncoded] in
xwiki:Main.DocumentDoesNotExist@2,42
2012-01-11 00:59:38,316
[http://www.optiplex-networks.com/xwiki/bin/view/Main/WebHome] WARN
  o.x.v.i.DefaultVelocityEngine  - Deprecated usage of method
[com.xpn.xwiki.api.XWiki.getXMLEncoded] in xwiki:Main.WebHome@2,42


2012-01-11 01:00:31,970
[http://www.optiplex-networks.com/xwiki/bin/admin/XWiki/XWikiPreferences]
WARN  o.x.v.i.DefaultVelocityEngine  - Deprecated usage of method
[com.xpn.xwiki.api.XWiki.getXMLEncoded] in xwiki:XWiki.XWikiPreferences@2,42


Now that the upgrades have all been put in, does this mean that the Xwiki
environment is unstable?

DefaultVelocityEngine is where the log is generated, what the log is
saying is that com.xpn.xwiki.api.XWiki.getXMLEncoded is deprecated.
Note that deprecated does not mean it does not work it just mean that
at some point in the future we plan to remove it so better use the
proper one right now.


Ok this is weird as the wysiwyg editor doesn't seem to be working for my 
main site - the little circle icon just spins and spins but produces 
nothing, and both Global Wiki Admin + Site Wiki Admin panels are not 
displaying properly on either one of my sites.


Instead of the pictures in the previous 'drop down' panel I get text 
links with a bunch of sub links and the pictures right at the bottom of 
the page which I need to scroll down for??


I can provide a screenshot if necessary!

Regards,


Kaya





Current Xwiki version is 3.1.1.


Would an upgrade to 3.3 solve this or are there intermediate steps to
perform before I can go forward?


Regards,


Kaya

___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users





___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] o.x.v.i.DefaultVelocityEngine - Deprecated??

2012-01-11 Thread Thomas Mortagne
On Wed, Jan 11, 2012 at 4:51 PM, Kaya Saman  wrote:
> Hi guys,
>
>
> sorry for so many emails but here seems to be the cause of why the Global
> Wiki Admin panel isn't working properly:
>
>
> Jan 11, 2012 12:58:03 AM org.apache.tomcat.util.http.Parameters
> processParameters
> INFO: Invalid chunk starting at byte [0] and ending at byte [0] with a value
> of [null] ignored
>
>
> 2012-01-11 00:58:03,570
> [http://www.optiplex-networks.com/xwiki/bin/edit/Main/WebHome?&editor=wysiwyg]
> WARN  o.x.v.i.DefaultVelocityEngine  - Deprecated usage of method
> [com.xpn.xwiki.api.XWiki.getXMLEncoded] in xwiki:Main.WebHome@2,42
> 2012-01-11 00:58:04,494 [http-8180-1] WARN  o.x.v.i.DefaultVelocityEngine  -
> Deprecated usage of method [com.xpn.xwiki.api.XWiki.getXMLEncoded] in
> xwiki:Main.DocumentDoesNotExist@2,42
> 2012-01-11 00:59:38,316
> [http://www.optiplex-networks.com/xwiki/bin/view/Main/WebHome] WARN
>  o.x.v.i.DefaultVelocityEngine  - Deprecated usage of method
> [com.xpn.xwiki.api.XWiki.getXMLEncoded] in xwiki:Main.WebHome@2,42
>
>
> 2012-01-11 01:00:31,970
> [http://www.optiplex-networks.com/xwiki/bin/admin/XWiki/XWikiPreferences]
> WARN  o.x.v.i.DefaultVelocityEngine  - Deprecated usage of method
> [com.xpn.xwiki.api.XWiki.getXMLEncoded] in xwiki:XWiki.XWikiPreferences@2,42
>
>
> Now that the upgrades have all been put in, does this mean that the Xwiki
> environment is unstable?

DefaultVelocityEngine is where the log is generated, what the log is
saying is that com.xpn.xwiki.api.XWiki.getXMLEncoded is deprecated.
Note that deprecated does not mean it does not work it just mean that
at some point in the future we plan to remove it so better use the
proper one right now.

>
>
> Current Xwiki version is 3.1.1.
>
>
> Would an upgrade to 3.3 solve this or are there intermediate steps to
> perform before I can go forward?
>
>
> Regards,
>
>
> Kaya
>
> ___
> users mailing list
> users@xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users



-- 
Thomas Mortagne
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


[xwiki-users] o.x.v.i.DefaultVelocityEngine - Deprecated??

2012-01-11 Thread Kaya Saman

Hi guys,


sorry for so many emails but here seems to be the cause of why the 
Global Wiki Admin panel isn't working properly:



Jan 11, 2012 12:58:03 AM org.apache.tomcat.util.http.Parameters 
processParameters
INFO: Invalid chunk starting at byte [0] and ending at byte [0] with a 
value of [null] ignored



2012-01-11 00:58:03,570 
[http://www.optiplex-networks.com/xwiki/bin/edit/Main/WebHome?&editor=wysiwyg] 
WARN  o.x.v.i.DefaultVelocityEngine  - Deprecated usage of method 
[com.xpn.xwiki.api.XWiki.getXMLEncoded] in xwiki:Main.WebHome@2,42
2012-01-11 00:58:04,494 [http-8180-1] WARN  
o.x.v.i.DefaultVelocityEngine  - Deprecated usage of method 
[com.xpn.xwiki.api.XWiki.getXMLEncoded] in 
xwiki:Main.DocumentDoesNotExist@2,42
2012-01-11 00:59:38,316 
[http://www.optiplex-networks.com/xwiki/bin/view/Main/WebHome] WARN  
o.x.v.i.DefaultVelocityEngine  - Deprecated usage of method 
[com.xpn.xwiki.api.XWiki.getXMLEncoded] in xwiki:Main.WebHome@2,42



2012-01-11 01:00:31,970 
[http://www.optiplex-networks.com/xwiki/bin/admin/XWiki/XWikiPreferences] WARN  
o.x.v.i.DefaultVelocityEngine  - Deprecated usage of method 
[com.xpn.xwiki.api.XWiki.getXMLEncoded] in xwiki:XWiki.XWikiPreferences@2,42



Now that the upgrades have all been put in, does this mean that the 
Xwiki environment is unstable?



Current Xwiki version is 3.1.1.


Would an upgrade to 3.3 solve this or are there intermediate steps to 
perform before I can go forward?



Regards,


Kaya

___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users