Re: [xwiki-users] Popup Windows

2008-08-26 Thread Marius Dumitru Florea
You mean from JavaScript? See http://tinyurl.com/5zvhjk . Wrap the script
tag inside {pre} and {/pre} in a XWiki page and you're done.

Hope it will help,
Marius


 Hi

 Is it possible to have a popup window in xwiki ? If yes please provide the
 sample code.
 I am using XE 1.5.

 Regards
 Syam
 --
 View this message in context:
 http://n2.nabble.com/Popup-Windows-tp783274p783274.html
 Sent from the XWiki- Users mailing list archive at Nabble.com.

 ___
 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] Popup Windows

2008-08-26 Thread syam_kg


Thanks Marius .. this should help..

Regards
Syam

Marius Dumitru Florea wrote:
 
 You mean from JavaScript? See http://tinyurl.com/5zvhjk . Wrap the script
 tag inside {pre} and {/pre} in a XWiki page and you're done.
 
 Hope it will help,
 Marius
 

 Hi

 Is it possible to have a popup window in xwiki ? If yes please provide
 the
 sample code.
 I am using XE 1.5.

 Regards
 Syam
 --
 View this message in context:
 http://n2.nabble.com/Popup-Windows-tp783274p783274.html
 Sent from the XWiki- Users mailing list archive at Nabble.com.

 ___
 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
 
 

-- 
View this message in context: 
http://n2.nabble.com/Popup-Windows-tp783274p783605.html
Sent from the XWiki- Users mailing list archive at Nabble.com.

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


[xwiki-users] How can we know if XWiki is running?

2008-08-26 Thread Amode Jeremy
Hi,

Is it possible to know if XWiki is running? And if it's not running, is 
there a command to start XWiki or is there nothing to do once the 
installation is completed?
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] How can we know if XWiki is running?

2008-08-26 Thread Vincent Massol

On Aug 26, 2008, at 12:56 PM, Amode Jeremy wrote:

 Hi,

 Is it possible to know if XWiki is running?

well that's easy just call a URL to a wiki page :)

 And if it's not running, is
 there a command to start XWiki or is there nothing to do once the
 installation is completed?

XWiki can be started in various ways. In any case it's not xwiki that  
you start but your servlet container so the question is how to start  
your servlet container and that depends on your container but you  
should check your container's documentation. It could be started on  
the command line, as a service, or probably even by other ways.

Thanks
-Vincent

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


Re: [xwiki-users] Trouble accessing xwiki right after installation

2008-08-26 Thread Squirrel
I'm sorry, I don't know what's wrong. It *should* work just fine. Maybe you
want to finish the remaining step with Apache2...? Other than that I have no
better idea, sorry.


On Tue, Aug 26, 2008 at 3:25 AM, [EMAIL PROTECTED] wrote:

 I tried with the command links http://127.0.0.1:8180/xwiki/ and I get
 the same 404 page (and it works fine for the tomcat's page
 http://127.0.0.1:8180/)


 Quoting Sergiu Dumitriu [EMAIL PROTECTED]:

  [EMAIL PROTECTED] wrote:
  No, I can't cause it's a remote server. I can only access it by a ssh
  connection and this is how I installed XWiki. So I haven't any local
  IP... (And I can't get to the machine physically either)
 
 
  You can execute a CL browser, like links or lynx, or even wget. For
 example:
 
  links http://127.0.0.1:8180/xwiki/
 
 
  Other than that, check the logs for errors.
 
  Quoting Squirrel [EMAIL PROTECTED]:
 
  Hi,
 
  I'm the author of the tutorial. From which PC are you trying to
 connect?
  Could you try on the PC where you have installed xwiki to access the
 site
  with your local IP address (ex. http://192.168.0.1:8180/xwiki).
 
 
 
  On Mon, Aug 25, 2008 at 12:18 PM, [EMAIL PROTECTED] wrote:
 
  Hi,
 
  We've just installed XWiki Enterprise on our dedicated server, which
  runs on Debian Etch 4.02, using this tutorial :
  http://www.howtoforge.com/xwiki-tomcat-mysql-debian-etch
 
  We have managed to install the software whitout any error and have
  come to the step when we are told : If you want to access your XWiki
  only with an IP-address, you can skip this step as you should already
  be able to see your XWiki with http://MyIP:8180/xwiki;
  Yet, when we go to this address we see this error Message : /xwiki/
   description : the required resource (/xwiki/) is not available
  while tomcat seems to work fine (we can see tomcat's homepage when we
  go to http://ipserver:8180/) and it seems we have installed xwiki
  correctly according to the tutorial (our xwiki folder is in the
  tomcat's webapps folder).
 
 
  --
  Sergiu Dumitriu
  http://purl.org/net/sergiu/
  ___
  users mailing list
  users@xwiki.org
  http://lists.xwiki.org/mailman/listinfo/users
 



 
 This message was sent using IMP, the Internet Messaging Program.


 ___
 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


[xwiki-users] How to keep jetty running?

2008-08-26 Thread jeremy . amode
Hi,

As I explained it in several messages, I'm trying to use XWiki on a  
remote server. We're accessing it with a ssh connection (using Putty).

First, I tried to install the war manually and it seems that I succeed  
but we couldn't access to the XWiki page although Tomcat seems to work  
fine.

I couldn't find anybody able to help me on this matter and I needed  
XWiki to be installed so I choose to install the standalone version.  
But there's a little problem. XWiki is working just fine but we have  
to start jetty with a command on our putty terminal and if we shut the  
window where the commad has been entered, we shut down jetty... so we  
can't access XWiki anymore if the window isn't open

Is there a way to keep Jetty running without having to keep the  
terminal window open?


That said, I must say that I've been surprised by the difficulty to  
install XWiki with both method (especially the first one). Even with a  
good tutorial about how to install xwiki manually on a Debian Etch  
4.02 we still had a problem. And with the standalone version, although  
it works just fine, there still is this little problem with Jetty (But  
I hope somebody will be able to help with this). It's been difficult  
to find help all over the web. Don't you think all the problems that  
we can't get should be put in one place? It would avoid for someone  
trying to install xwiki to spend hours looking at N sites and N pages  
to find only one information. I hope I'll get to fix my problems and  
I'll be happy to share it afterwards for people facing the same  
issues. It would be really easier if all the installation problems  
like this (exception, etc...) were listed on a unique page leading to  
the right solution rather than having to look to multiples threads,  
forums, blogs and websites

But that's just my opinion.

I hope someone will be able to help me with Jetty.


Thank you for your time and the help you'll give me.

Regards,


Jeremy Amode.


This message was sent using IMP, the Internet Messaging Program.


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


Re: [xwiki-users] How to keep jetty running?

2008-08-26 Thread Vincent Massol
Hi Jeremy,

On Aug 26, 2008, at 8:34 PM, [EMAIL PROTECTED] wrote:

 Hi,

 As I explained it in several messages, I'm trying to use XWiki on a
 remote server. We're accessing it with a ssh connection (using Putty).

 First, I tried to install the war manually and it seems that I succeed
 but we couldn't access to the XWiki page although Tomcat seems to work
 fine.

 I couldn't find anybody able to help me on this matter and I needed
 XWiki to be installed so I choose to install the standalone version.
 But there's a little problem. XWiki is working just fine but we have
 to start jetty with a command on our putty terminal and if we shut the
 window where the commad has been entered, we shut down jetty... so we
 can't access XWiki anymore if the window isn't open

 Is there a way to keep Jetty running without having to keep the
 terminal window open?

Sorry but I need to ask: how is all this related to xwiki?
XWiki is just a web application, i.e. a WAR. You have to install it in  
your favorite Servlet container.

Thus the question you have should be searched for in your favorite  
Servlet container's documentation. XWiki doesn't explain what Java is,  
what a database is nor does it explain what a Servlet container is or  
how it works. This is a given and a prerequisite.

That said, we've recognized the need to make it as simple as possible  
to install XWiki and that's why we're also providing a bundled  
standalone zip which has everything already packaged and configured.  
But of course this bundle only provides a single configuration and is  
only for testing.

What you really need to do (as is explained in the documentation) is  
to install it in your own Servlet container and your own database.


 That said, I must say that I've been surprised by the difficulty to
 install XWiki with both method (especially the first one). Even with a
 good tutorial about how to install xwiki manually on a Debian Etch
 4.02 we still had a problem. And with the standalone version, although
 it works just fine, there still is this little problem with Jetty (But
 I hope somebody will be able to help with this). It's been difficult
 to find help all over the web. Don't you think all the problems that
 we can't get should be put in one place? It would avoid for someone
 trying to install xwiki to spend hours looking at N sites and N pages
 to find only one information.

Thats a nice dream but it isn't feasible. We can't explain how an  
operating system works, how Java works, how Servlet container works,  
how a database work, how a mouse works, etc. We have to stop somewhere.

Since Java has normalized what a web application is, this is where we  
stop. You can find thousands of online documentation and books on  
installing java webapps (.WAR files). That's really easy to find  
documentation.

 I hope I'll get to fix my problems and
 I'll be happy to share it afterwards for people facing the same
 issues. It would be really easier if all the installation problems
 like this (exception, etc...) were listed on a unique page leading to
 the right solution rather than having to look to multiples threads,
 forums, blogs and websites

 But that's just my opinion.

Sure. We'll be happy to add whatever tutorial you write to the list we  
have started on the Installation page but we'll never be able to cover  
all user cases. The only solution is for users to understand what they  
are doing and understand what a servlet container is, how to configure  
it, etc.

 I hope someone will be able to help me with Jetty.

Well that's really not hard. Just search google about running jetty as  
a service. The solution depen on your OS so I can't really answer. For  
windows, see http://docs.codehaus.org/display/JETTY/Win32Wrapper
For unix just use the standard unix service for your OS (etc/init.d).

Thanks
-Vincent




 Thank you for your time and the help you'll give me.

 Regards,


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


Re: [xwiki-users] How to keep jetty running?

2008-08-26 Thread Squirrel
Sorry to butt-in into this thread. Something that maybe someone from the
community could do is to provide for some platform-combinations a specific
installation routine (no, I don't know how to do that, but I do know that
this is possible).

So if you have a fresh Debian 4 Etch installation, you would maybe pick the
installation package (Deb?), which installs xwiki with all the dependencies.
I'm aware of the fact, that you have several combination possibilities (and
the update/upgrade procedure). I'm just saying that's maybe something that
could lower some barriers for the people and get more people to use XWiki.

Anybody out there who knows how to create something I outlined and willing
to pitch in?



On Tue, Aug 26, 2008 at 2:03 PM, Vincent Massol [EMAIL PROTECTED] wrote:

 Hi Jeremy,

 On Aug 26, 2008, at 8:34 PM, [EMAIL PROTECTED] wrote:

  Hi,
 
  As I explained it in several messages, I'm trying to use XWiki on a
  remote server. We're accessing it with a ssh connection (using Putty).
 
  First, I tried to install the war manually and it seems that I succeed
  but we couldn't access to the XWiki page although Tomcat seems to work
  fine.
 
  I couldn't find anybody able to help me on this matter and I needed
  XWiki to be installed so I choose to install the standalone version.
  But there's a little problem. XWiki is working just fine but we have
  to start jetty with a command on our putty terminal and if we shut the
  window where the commad has been entered, we shut down jetty... so we
  can't access XWiki anymore if the window isn't open
 
  Is there a way to keep Jetty running without having to keep the
  terminal window open?

 Sorry but I need to ask: how is all this related to xwiki?
 XWiki is just a web application, i.e. a WAR. You have to install it in
 your favorite Servlet container.

 Thus the question you have should be searched for in your favorite
 Servlet container's documentation. XWiki doesn't explain what Java is,
 what a database is nor does it explain what a Servlet container is or
 how it works. This is a given and a prerequisite.

 That said, we've recognized the need to make it as simple as possible
 to install XWiki and that's why we're also providing a bundled
 standalone zip which has everything already packaged and configured.
 But of course this bundle only provides a single configuration and is
 only for testing.

 What you really need to do (as is explained in the documentation) is
 to install it in your own Servlet container and your own database.


  That said, I must say that I've been surprised by the difficulty to
  install XWiki with both method (especially the first one). Even with a
  good tutorial about how to install xwiki manually on a Debian Etch
  4.02 we still had a problem. And with the standalone version, although
  it works just fine, there still is this little problem with Jetty (But
  I hope somebody will be able to help with this). It's been difficult
  to find help all over the web. Don't you think all the problems that
  we can't get should be put in one place? It would avoid for someone
  trying to install xwiki to spend hours looking at N sites and N pages
  to find only one information.

 Thats a nice dream but it isn't feasible. We can't explain how an
 operating system works, how Java works, how Servlet container works,
 how a database work, how a mouse works, etc. We have to stop somewhere.

 Since Java has normalized what a web application is, this is where we
 stop. You can find thousands of online documentation and books on
 installing java webapps (.WAR files). That's really easy to find
 documentation.

  I hope I'll get to fix my problems and
  I'll be happy to share it afterwards for people facing the same
  issues. It would be really easier if all the installation problems
  like this (exception, etc...) were listed on a unique page leading to
  the right solution rather than having to look to multiples threads,
  forums, blogs and websites
 
  But that's just my opinion.

 Sure. We'll be happy to add whatever tutorial you write to the list we
 have started on the Installation page but we'll never be able to cover
 all user cases. The only solution is for users to understand what they
 are doing and understand what a servlet container is, how to configure
 it, etc.

  I hope someone will be able to help me with Jetty.

 Well that's really not hard. Just search google about running jetty as
 a service. The solution depen on your OS so I can't really answer. For
 windows, see http://docs.codehaus.org/display/JETTY/Win32Wrapper
 For unix just use the standard unix service for your OS (etc/init.d).

 Thanks
 -Vincent

 
 
 
  Thank you for your time and the help you'll give me.
 
  Regards,
 
 
  Jeremy Amode.
 ___
 users mailing list
 users@xwiki.org
 http://lists.xwiki.org/mailman/listinfo/users

___
users mailing list
users@xwiki.org

Re: [xwiki-users] How to keep jetty running?

2008-08-26 Thread Vincent Massol

On Aug 26, 2008, at 9:19 PM, Squirrel wrote:

 Sorry to butt-in into this thread. Something that maybe someone from  
 the
 community could do is to provide for some platform-combinations a  
 specific
 installation routine (no, I don't know how to do that, but I do know  
 that
 this is possible).

Yes that what I mean by 'the tutorials on the installation page:
http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Installation#HTutorials

The more we have the merrier. However users must realize it's not  
going to solve all issues and the other problems is that there's a  
good chance these will become obsolete when XWiki evolves. This is why  
I added the warning on that page: Tutorials external to the xwiki.org  
site have not been validated for correctness by the XWiki dev team and  
it's also possible that they are out of date.

Thanks
-Vincent

 So if you have a fresh Debian 4 Etch installation, you would maybe  
 pick the
 installation package (Deb?), which installs xwiki with all the  
 dependencies.
 I'm aware of the fact, that you have several combination  
 possibilities (and
 the update/upgrade procedure). I'm just saying that's maybe  
 something that
 could lower some barriers for the people and get more people to use  
 XWiki.

 Anybody out there who knows how to create something I outlined and  
 willing
 to pitch in?



 On Tue, Aug 26, 2008 at 2:03 PM, Vincent Massol [EMAIL PROTECTED]  
 wrote:

 Hi Jeremy,

 On Aug 26, 2008, at 8:34 PM, [EMAIL PROTECTED] wrote:

 Hi,

 As I explained it in several messages, I'm trying to use XWiki on a
 remote server. We're accessing it with a ssh connection (using  
 Putty).

 First, I tried to install the war manually and it seems that I  
 succeed
 but we couldn't access to the XWiki page although Tomcat seems to  
 work
 fine.

 I couldn't find anybody able to help me on this matter and I needed
 XWiki to be installed so I choose to install the standalone version.
 But there's a little problem. XWiki is working just fine but we have
 to start jetty with a command on our putty terminal and if we shut  
 the
 window where the commad has been entered, we shut down jetty... so  
 we
 can't access XWiki anymore if the window isn't open

 Is there a way to keep Jetty running without having to keep the
 terminal window open?

 Sorry but I need to ask: how is all this related to xwiki?
 XWiki is just a web application, i.e. a WAR. You have to install it  
 in
 your favorite Servlet container.

 Thus the question you have should be searched for in your favorite
 Servlet container's documentation. XWiki doesn't explain what Java  
 is,
 what a database is nor does it explain what a Servlet container is or
 how it works. This is a given and a prerequisite.

 That said, we've recognized the need to make it as simple as possible
 to install XWiki and that's why we're also providing a bundled
 standalone zip which has everything already packaged and configured.
 But of course this bundle only provides a single configuration and is
 only for testing.

 What you really need to do (as is explained in the documentation) is
 to install it in your own Servlet container and your own database.


 That said, I must say that I've been surprised by the difficulty to
 install XWiki with both method (especially the first one). Even  
 with a
 good tutorial about how to install xwiki manually on a Debian Etch
 4.02 we still had a problem. And with the standalone version,  
 although
 it works just fine, there still is this little problem with Jetty  
 (But
 I hope somebody will be able to help with this). It's been difficult
 to find help all over the web. Don't you think all the problems that
 we can't get should be put in one place? It would avoid for someone
 trying to install xwiki to spend hours looking at N sites and N  
 pages
 to find only one information.

 Thats a nice dream but it isn't feasible. We can't explain how an
 operating system works, how Java works, how Servlet container works,
 how a database work, how a mouse works, etc. We have to stop  
 somewhere.

 Since Java has normalized what a web application is, this is where we
 stop. You can find thousands of online documentation and books on
 installing java webapps (.WAR files). That's really easy to find
 documentation.

 I hope I'll get to fix my problems and
 I'll be happy to share it afterwards for people facing the same
 issues. It would be really easier if all the installation problems
 like this (exception, etc...) were listed on a unique page leading  
 to
 the right solution rather than having to look to multiples threads,
 forums, blogs and websites

 But that's just my opinion.

 Sure. We'll be happy to add whatever tutorial you write to the list  
 we
 have started on the Installation page but we'll never be able to  
 cover
 all user cases. The only solution is for users to understand what  
 they
 are doing and understand what a servlet container is, how to  
 configure
 it, etc.

 I hope 

Re: [xwiki-users] How to keep jetty running?

2008-08-26 Thread Alain M.
Hi jeremy,

This is not xwiki specific, but probably Linux related. I am assuming 
that becaus of using ssh.

you sould try either  at the end of the line or bg at the begining, 
both are the same for running anything im background. nuhup may also help

Alain

[EMAIL PROTECTED] escreveu:
 Hi,
 
 As I explained it in several messages, I'm trying to use XWiki on a  
 remote server. We're accessing it with a ssh connection (using Putty).
 
 First, I tried to install the war manually and it seems that I succeed  
 but we couldn't access to the XWiki page although Tomcat seems to work  
 fine.
 
 I couldn't find anybody able to help me on this matter and I needed  
 XWiki to be installed so I choose to install the standalone version.  
 But there's a little problem. XWiki is working just fine but we have  
 to start jetty with a command on our putty terminal and if we shut the  
 window where the commad has been entered, we shut down jetty... so we  
 can't access XWiki anymore if the window isn't open
 
 Is there a way to keep Jetty running without having to keep the  
 terminal window open?
 
 
 That said, I must say that I've been surprised by the difficulty to  
 install XWiki with both method (especially the first one). Even with a  
 good tutorial about how to install xwiki manually on a Debian Etch  
 4.02 we still had a problem. And with the standalone version, although  
 it works just fine, there still is this little problem with Jetty (But  
 I hope somebody will be able to help with this). It's been difficult  
 to find help all over the web. Don't you think all the problems that  
 we can't get should be put in one place? It would avoid for someone  
 trying to install xwiki to spend hours looking at N sites and N pages  
 to find only one information. I hope I'll get to fix my problems and  
 I'll be happy to share it afterwards for people facing the same  
 issues. It would be really easier if all the installation problems  
 like this (exception, etc...) were listed on a unique page leading to  
 the right solution rather than having to look to multiples threads,  
 forums, blogs and websites
 
 But that's just my opinion.
 
 I hope someone will be able to help me with Jetty.
 
 
 Thank you for your time and the help you'll give me.
 
 Regards,
 
 
 Jeremy Amode.
 
 
 This message was sent using IMP, the Internet Messaging Program.
 
 
 ___
 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


[xwiki-users] Upgraded from 1.2 to 1.5 and no Watch on menu bar

2008-08-26 Thread MikeOliverAZ

We upgraded an XE 1.2 to 1.5 with the war and then reimported the XE .xar
pages.  Went to Watchmanager and set frequency to hourly and saved and
returned and it was retained, yet still no watch on the top menu bar.

Where to look?
-- 
View this message in context: 
http://n2.nabble.com/Upgraded-from-1.2-to-1.5-and-no-Watch-on-menu-bar-tp785186p785186.html
Sent from the XWiki- Users mailing list archive at Nabble.com.

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


[xwiki-users] Panel Wizard no worky

2008-08-26 Thread MikeOliverAZ

Upgraded from 1.2 to 1.5 with 1.5 war file, then re-imported the unmodified
XE 1.5 pages from the .xar.

Now when I click the Panel Wizard from the Index it takes me to the XWiki
Preferences page not the panel wizard.
-- 
View this message in context: 
http://n2.nabble.com/Panel-Wizard-no-worky-tp785215p785215.html
Sent from the XWiki- Users mailing list archive at Nabble.com.

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


Re: [xwiki-users] Panel Wizard no worky

2008-08-26 Thread MikeOliverAZ



MikeOliverAZ wrote:
 
 Upgraded from 1.2 to 1.5 with 1.5 war file, then re-imported the
 unmodified XE 1.5 pages from the .xar.
 
 Now when I click the Panel Wizard from the Index it takes me to the XWiki
 Preferences page not the panel wizard.
 
[Panels.PanelWizard]
at
org.xwiki.velocity.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.java:155)
at
org.xwiki.velocity.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.java:117)
at
com.xpn.xwiki.render.XWikiVelocityRenderer.evaluate(XWikiVelocityRenderer.java:226)
at
com.xpn.xwiki.render.XWikiVelocityRenderer.render(XWikiVelocityRenderer.java:93)
at
com.xpn.xwiki.render.DefaultXWikiRenderingEngine.renderText(DefaultXWikiRenderingEngine.java:258)
at
com.xpn.xwiki.render.DefaultXWikiRenderingEngine.renderText(DefaultXWikiRenderingEngine.java:182)
at
com.xpn.xwiki.render.DefaultXWikiRenderingEngine.renderText(DefaultXWikiRenderingEngine.java:151)
at
com.xpn.xwiki.doc.XWikiDocument.getRenderedContent(XWikiDocument.java:433)
at
com.xpn.xwiki.objects.classes.TextAreaClass.displayView(TextAreaClass.java:163)
at com.xpn.xwiki.doc.XWikiDocument.display(XWikiDocument.java:1407)
at com.xpn.xwiki.doc.XWikiDocument.display(XWikiDocument.java:1387)
at com.xpn.xwiki.api.Document.display(Document.java:940)
at sun.reflect.GeneratedMethodAccessor193.invoke(Unknown Source)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at
org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.invoke(UberspectImpl.java:295)
-- 
View this message in context: 
http://n2.nabble.com/Panel-Wizard-no-worky-tp785215p785235.html
Sent from the XWiki- Users mailing list archive at Nabble.com.

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


Re: [xwiki-users] Panel Wizard no worky

2008-08-26 Thread MikeOliverAZ


Missed the first part of the exception.
[ERROR] Method searchDocuments threw exception for reference $xwiki in
template Panels.PanelWizard at  [20,13]
org.xwiki.velocity.XWikiVelocityException: Failed to evaluate content with
id 
[Panels.PanelWizard]
at
org.xwiki.velocity.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.java:155)
at
org.xwiki.velocity.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.java:117)
at
com.xpn.xwiki.render.XWikiVelocityRenderer.evaluate(XWikiVelocityRenderer.java:226)
at
com.xpn.xwiki.render.XWikiVelocityRenderer.render(XWikiVelocityRenderer.java:93)
at
com.xpn.xwiki.render.DefaultXWikiRenderingEngine.renderText(DefaultXWikiRenderingEngine.java:258)
at
com.xpn.xwiki.render.DefaultXWikiRenderingEngine.renderText(DefaultXWikiRenderingEngine.java:182)
at
com.xpn.xwiki.render.DefaultXWikiRenderingEngine.renderText(DefaultXWikiRenderingEngine.java:151)
at
com.xpn.xwiki.doc.XWikiDocument.getRenderedContent(XWikiDocument.java:433)
at
com.xpn.xwiki.objects.classes.TextAreaClass.displayView(TextAreaClass.java:163)
at com.xpn.xwiki.doc.XWikiDocument.display(XWikiDocument.java:1407)
at com.xpn.xwiki.doc.XWikiDocument.display(XWikiDocument.java:1387)
at com.xpn.xwiki.api.Document.display(Document.java:940)
at sun.reflect.GeneratedMethodAccessor193.invoke(Unknown Source)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at
org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.invoke(UberspectImpl.java:295)


-- 
View this message in context: 
http://n2.nabble.com/Panel-Wizard-no-worky-tp785215p785238.html
Sent from the XWiki- Users mailing list archive at Nabble.com.

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


[xwiki-users] When I click login on FF

2008-08-26 Thread MikeOliverAZ

I have XE 1.5 and when I try to login the first time I click the login button
it tries to add a live bookmark and i must click login again to actually
login, any clues?
-- 
View this message in context: 
http://n2.nabble.com/When-I-click-login-on-FF-tp785258p785258.html
Sent from the XWiki- Users mailing list archive at Nabble.com.

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


Re: [xwiki-users] How to keep jetty running?

2008-08-26 Thread Sergiu Dumitriu
[EMAIL PROTECTED] wrote:
 Hi,
 
 As I explained it in several messages, I'm trying to use XWiki on a  
 remote server. We're accessing it with a ssh connection (using Putty).
 
 First, I tried to install the war manually and it seems that I succeed  
 but we couldn't access to the XWiki page although Tomcat seems to work  
 fine.

I said that you should look in the logs and see what error is printed 
there. If you don't do this, nobody can help you. It doesn't work is 
not enough to find and solve the problem.

 I couldn't find anybody able to help me on this matter and I needed  
 XWiki to be installed so I choose to install the standalone version.  
 But there's a little problem. XWiki is working just fine but we have  
 to start jetty with a command on our putty terminal and if we shut the  
 window where the commad has been entered, we shut down jetty... so we  
 can't access XWiki anymore if the window isn't open
 
 Is there a way to keep Jetty running without having to keep the  
 terminal window open?
 

The best option would be to use jetty as a system daemon, like Vincent 
said. Try to find an init script for jetty, or you can try to write your 
own init script, it shouldn't be hard.

Another option would be to install screen and use it. See 
http://www.gnu.org/software/screen/

Another option is to use nohup.

Each option requires some linux knowledge, and there's nothing XWiki 
specific, the documentation of each tool is enough.

 That said, I must say that I've been surprised by the difficulty to  
 install XWiki with both method (especially the first one). Even with a  
 good tutorial about how to install xwiki manually on a Debian Etch  
 4.02 we still had a problem. And with the standalone version, although  
 it works just fine, there still is this little problem with Jetty (But  
 I hope somebody will be able to help with this). It's been difficult  
 to find help all over the web. Don't you think all the problems that  
 we can't get should be put in one place? It would avoid for someone  
 trying to install xwiki to spend hours looking at N sites and N pages  
 to find only one information. I hope I'll get to fix my problems and  
 I'll be happy to share it afterwards for people facing the same  
 issues. It would be really easier if all the installation problems  
 like this (exception, etc...) were listed on a unique page leading to  
 the right solution rather than having to look to multiples threads,  
 forums, blogs and websites
 
 But that's just my opinion.

Like Vincent said already, it is not our job to describe how to install 
a container. The documentation we have is enough, and it describes the 
needed steps from XWiki's perspective:

0. Install Java
1. Install a container.
2. Install a database.
3. Copy the xwiki war to the container
4. Configure the xwiki--database connection, which is pretty well documented
5. Start the container.

The only XWiki specific thing is #4, only one out of 6 steps.

The problem is that there are many possible containers, databases and 
other optional touches, like an apache httpd frontend, virtual hosts and 
DNS. caches, LDAP and so on. And when taking into account all the 
possible combinations, there are too many configurations to describe. 
For those that don't know how to install the needed environment, we have 
a simple .zip distribution that offers a basic working wiki. We cannot 
document how to install Tomcat, as that is a completely different 
project. We cannot document how to install Jetty either. And I'm sure 
you know that mysql or postgresql are not our responsibility. This is 
how linux works, there are many components, or services, that cooperate 
and integrate into each other. In Windows, clicking an .exe is enough to 
install an application because it does not cooperate. A windows 
application is usually an isolated binary blob that doesn't use anything 
other than the windows API, and doesn't offer anything another 
application might use. That's why installing something in Windows is 
easy. And we have such an installer for XWiki, too.

-- 
Sergiu Dumitriu
http://purl.org/net/sergiu/
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Upgraded from 1.2 to 1.5 and no Watch on menu bar

2008-08-26 Thread Sergiu Dumitriu
MikeOliverAZ wrote:
 We upgraded an XE 1.2 to 1.5 with the war and then reimported the XE .xar
 pages.  Went to Watchmanager and set frequency to hourly and saved and
 returned and it was retained, yet still no watch on the top menu bar.
 
 Where to look?

Is that a virtual wiki setup?
-- 
Sergiu Dumitriu
http://purl.org/net/sergiu/
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] XE Misc questions

2008-08-26 Thread Art Yeung

Hi Guillaume

Thanks, Will deploy the bulletin app again and look for the div. It's
interesting though because I won't get the issue until I posted an article
on the bulletin. Once I posted, the problem still exists even after I
navigated away from the bulletin and go to any pages.

Re: the panel, I have opened an jira as per Vincent suggested.


Any idea about the Space Manager please? or Spaces management interface for
XE?

Thanks,
Art.



Guillaume Lerouge wrote:
 
 Hi Arthur,
 
 1. Is there a Space Manager available for XE ? I am planning to setup
 about
 60+ spaces so would be nice to have a interface to manage them. I saw
 there
 is one for the Workspace, is there something similar for the XE?

 2. With the new Admin application, where is the Panel field located? In
 the
 past there is an option we can see the Panel list (in text) so we can
 edit.
 Does does it all rely on the drag and drop now?
 
 
 You can still access it at : http://server/xwiki/bin/view/Panels/
 
 
 3. Has anyone done Site Minder integration for the authentication? The
 Admin
 Guide mentioned briefly saying it can be done as Custom Authentication
 but
 no details.

 4. Any news on the Rating feature please? would like to allow users to
 rate the pages usefulness
 
 
 We're working on it right now but it isn't finished yet. Once the module
 is
 out it will be published in the release notes.
 
 
 5. I deployed the Bulletin Application. After I posted an article on the
 forum, the right panel (the menu etc) went to the bottom of the screen.
 Even
 when I left the forum and went back to the other pages, the right panel
 was
 till at the bottom of the screen. Not sure if its CSS issue. Has anyone
 seen
 it before?
 
 
 Looks like a closing /div is missing somewhere... Since it's happening
 on
 all pages I guess this must be related to a panel that is present on all
 those pages... Could you try to identify where the div is missing using
 a
 tool such as firebug so that we can correct it ?
 
 Thanks,
 Guillaume
 
 



 Many Thanks

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

 
 
 
 -- 
 Guillaume Lerouge
 Product Manager - XWiki
 Skype ID : wikibc
 http://blog.xwiki.com/
 ___
 users mailing list
 users@xwiki.org
 http://lists.xwiki.org/mailman/listinfo/users
 
 

-- 
View this message in context: 
http://n2.nabble.com/XE-Misc-questions-tp759737p785430.html
Sent from the XWiki- Users mailing list archive at Nabble.com.

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


Re: [xwiki-users] Upgraded from 1.2 to 1.5 and no Watch on menu bar

2008-08-26 Thread MikeOliverAZ

Yes the main XE has XEM installed and neither shows the Watch menu item.

 

Michael Oliver

Cell: 949-547-5700

Skype: MikeOliverAZ

 

The Next Big Thing: Collaborative On-Demand Business Solutions

  _  

From: Sergiu Dumitriu-2 [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, August 26, 2008 3:24 PM
To: MikeOliverAZ
Subject: Re: [xwiki-users] Upgraded from 1.2 to 1.5 and no Watch on menu bar

 

MikeOliverAZ wrote: 
 We upgraded an XE 1.2 to 1.5 with the war and then reimported the XE .xar 
 pages.  Went to Watchmanager and set frequency to hourly and saved and 
 returned and it was retained, yet still no watch on the top menu bar. 
 
 Where to look? 

Is that a virtual wiki setup? 
-- 
Sergiu Dumitriu 
http://purl.org/net/sergiu/
___ 
users mailing list 
[EMAIL PROTECTED]
http://n2.nabble.com/user/SendEmail.jtp?type=nodenode=785402i=0  
http://lists.xwiki.org/mailman/listinfo/users



  _  

Subscribed to Nabble @
http://n2.nabble.com/Upgraded-from-1.2-to-1.5-and-no-Watch-on-menu-bar-tp785
186p785186.html 
To unsubscribe, click
 (link removed) 
0ZWNoLmNvbXw3ODUxODZ8Nzg4OTcyNjg2  here. 

 


BEGIN:VCARD
VERSION:2.1
N:Oliver;Michael
FN:Michael Oliver ([EMAIL PROTECTED])
ORG:Corent Technology
TITLE:CTO
TEL;WORK;VOICE:9495475700
TEL;WORK;VOICE:(702) 866-9034
TEL;HOME;VOICE:8014980104
TEL;CELL;VOICE:(518) 378-6154
TEL;PAGER;VOICE:Skype:MikeOliverAZ
TEL;WORK;FAX:7029740341
ADR;WORK:;;3500 W Florida Ave #340;Hemet;CA;92545;United States of America
LABEL;WORK;ENCODING=QUOTED-PRINTABLE:3500 W Florida Ave #340=0D=0AHemet, CA 
92545=0D=0AUnited States of America
ADR;HOME:;;;same;;;United States of America
LABEL;HOME;ENCODING=QUOTED-PRINTABLE:same=0D=0AUnited States of America
URL;WORK:http://www.corenttech.com/
EMAIL;PREF;INTERNET:[EMAIL PROTECTED]
REV:20080318T142314Z
END:VCARD

-- 
View this message in context: 
http://n2.nabble.com/Upgraded-from-1.2-to-1.5-and-no-Watch-on-menu-bar-tp785186p785447.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Upgraded from 1.2 to 1.5 and no Watch on menu bar

2008-08-26 Thread MikeOliverAZ



MikeOliverAZ wrote:
 
 We upgraded an XE 1.2 to 1.5 with the war and then reimported the XE .xar
 pages.  Went to Watchmanager and set frequency to hourly and saved and
 returned and it was retained, yet still no watch on the top menu bar.
 
 Where to look?
 
I checked JIRA and it looks like this was fixed in 1.2

Ollie
-- 
View this message in context: 
http://n2.nabble.com/Upgraded-from-1.2-to-1.5-and-no-Watch-on-menu-bar-tp785186p785569.html
Sent from the XWiki- Users mailing list archive at Nabble.com.

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


Re: [xwiki-users] Upgraded from 1.2 to 1.5 and no Watch on menu bar

2008-08-26 Thread Sergiu Dumitriu
MikeOliverAZ wrote:
 Yes the main XE has XEM installed and neither shows the Watch menu item.
 

See http://jira.xwiki.org/jira/browse/XPWATCHLIST-32 and 
http://jira.xwiki.org/jira/browse/XPWATCHLIST-31

 
   _  
 
 From: Sergiu Dumitriu-2 [mailto:[EMAIL PROTECTED] 
 Sent: Tuesday, August 26, 2008 3:24 PM
 To: MikeOliverAZ
 Subject: Re: [xwiki-users] Upgraded from 1.2 to 1.5 and no Watch on menu bar
 
  
 
 MikeOliverAZ wrote: 
 We upgraded an XE 1.2 to 1.5 with the war and then reimported the XE .xar 
 pages.  Went to Watchmanager and set frequency to hourly and saved and 
 returned and it was retained, yet still no watch on the top menu bar. 

 Where to look? 
 
 Is that a virtual wiki setup? 


-- 
Sergiu Dumitriu
http://purl.org/net/sergiu/
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


[xwiki-users] Re gistration

2008-08-26 Thread syam_kg


Hi

In the Registartion section of Admin Preferences,there is a field 'Check
Active fields for user authentication'. Could anybody please tell me what is
meant by this. Also please explain what should be put into the fields
'Validation e-Mail Content ','Confirmation e-Mail Content' and 'Invitation
eMail Content' and how xwiki validates the registration.

Regards
Syam
-- 
View this message in context: 
http://n2.nabble.com/Registration-tp786121p786121.html
Sent from the XWiki- Users mailing list archive at Nabble.com.

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