[xwiki-users] Installation Problems

2009-03-14 Thread Dharani
I'm new to Xwiki platform.
I need to install Curriki in my machine  (windows platform).
What I want to know is before I go through the instructions listed in page
http://curriki.xwiki.org/xwiki/bin/view/Main/InstallationInstructions , do I
need to install Xwiki first and then follow the instructions in the above
page.


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


[xwiki-users] Installation problems

2008-05-05 Thread Anders Andersson
Hello!

I wonder if you could help me out a little. I have just reinstalled Xwiki 
(emptied the tablespace), undeployed the old one and installed 
xwiki-enterprise-1.3.2 as a standalone war file. I did it by deploying it to 
the application server. The system runs Oracle Application Server and Oracle 
Database 10g. I can login (right now I have superadmin enabled), but when I try 
to create an account, nothing happens. When I check the logs I get:

com.xpn.xwiki.XWikiException: Error number 8002 in 8: Cannot create user 
XWiki.KaninHare
Wrapped Exception: Error number 3201 in 3: Exception while saving document 
XWiki.KaninHare
Wrapped Exception: Error number 3212 in 3: Exception while saving property 
groups of object XWiki.KaninHare
Wrapped Exception: dereferenced: baseproper0_.id.id [select prop.name from 
com.xpn.xwiki.objects.BaseProperty as prop where prop.id.id = :id and 
prop.id.name=
 :name]
08/05/05 11:06:41   at com.xpn.xwiki.XWiki.createUser(XWiki.java:3156)
08/05/05 11:06:41   at com.xpn.xwiki.XWiki.createUser(XWiki.java:2919)
...

Wrapped Exception:

com.xpn.xwiki.XWikiException: Error number 3201 in 3: Exception while saving 
document XWiki.KaninHare
Wrapped Exception: Error number 3212 in 3: Exception while saving property 
groups of object XWiki.KaninHare
Wrapped Exception: dereferenced: baseproper0_.id.id [select prop.name from 
com.xpn.xwiki.objects.BaseProperty as prop where prop.id.id = :id and 
prop.id.name=
 :name]
08/05/05 11:06:41   at 
com.xpn.xwiki.store.XWikiHibernateStore.saveXWikiDoc(XWikiHibernateStore.java:457)
08/05/05 11:06:41   at 
com.xpn.xwiki.store.XWikiCacheStore.saveXWikiDoc(XWikiCacheStore.java:97)
...
08/05/05 11:06:41

Wrapped Exception:

com.xpn.xwiki.XWikiException: Error number 3212 in 3: Exception while saving 
property groups of object XWiki.KaninHare
Wrapped Exception: dereferenced: baseproper0_.id.id [select prop.name from 
com.xpn.xwiki.objects.BaseProperty as prop where prop.id.id = :id and 
prop.id.name=
 :name]
08/05/05 11:06:41   at 
com.xpn.xwiki.store.XWikiHibernateStore.saveXWikiProperty(XWikiHibernateStore.java:1151)
08/05/05 11:06:41   at 
com.xpn.xwiki.store.XWikiHibernateStore.saveXWikiCollection(XWikiHibernateStore.java:776)
...
08/05/05 11:06:41

Wrapped Exception:

org.hibernate.QueryException: dereferenced: baseproper0_.id.id [select 
prop.name from com.xpn.xwiki.objects.BaseProperty as prop where prop.id.id = 
:id and pr
op.id.name= :name]
at 
org.hibernate.hql.classic.PathExpressionParser.token(PathExpressionParser.java:167)
at 
org.hibernate.hql.classic.WhereParser.doPathExpression(WhereParser.java:347)
...


Does anyone knows what is wrong here? I think it is related to any 
modification. When I try to modify a page I get:

   Error number 3201 in 3: Exception while saving document Main.WebHome
Wrapped Exception: Error number 3212 in 3: Exception while saving property tags 
of object Main.WebHome
Wrapped Exception: dereferenced: baseproper0_.id.id [select prop.name from 
com.xpn.xwiki.objects.BaseProperty as prop where prop.id.id = :id and 
prop.id.name= :name]
com.xpn.xwiki.XWikiException: Error number 3201 in 3: Exception while saving 
document Main.WebHome
Wrapped Exception: Error number 3212 in 3: Exception while saving property tags 
of object Main.WebHome
Wrapped Exception: dereferenced: baseproper0_.id.id [select prop.name from 
com.xpn.xwiki.objects.BaseProperty as prop where prop.id.id = :id and 
prop.id.name= :name]
at 
com.xpn.xwiki.store.XWikiHibernateStore.saveXWikiDoc(XWikiHibernateStore.java:457)
at 
com.xpn.xwiki.store.XWikiCacheStore.saveXWikiDoc(XWikiCacheStore.java:97)
...


Wrapped Exception:

com.xpn.xwiki.XWikiException: Error number 3212 in 3: Exception while saving 
property tags of object Main.WebHome
Wrapped Exception: dereferenced: baseproper0_.id.id [select prop.name from 
com.xpn.xwiki.objects.BaseProperty as prop where prop.id.id = :id and 
prop.id.name= :name]
at 
com.xpn.xwiki.store.XWikiHibernateStore.saveXWikiProperty(XWikiHibernateStore.java:1151)
at 
com.xpn.xwiki.store.XWikiHibernateStore.saveXWikiCollection(XWikiHibernateStore.java:776)
...


Wrapped Exception:

org.hibernate.QueryException: dereferenced: baseproper0_.id.id [select 
prop.name from com.xpn.xwiki.objects.BaseProperty as prop where prop.id.id = 
:id and prop.id.name= :name]
at 
org.hibernate.hql.classic.PathExpressionParser.token(PathExpressionParser.java:167)
at 
org.hibernate.hql.classic.WhereParser.doPathExpression(WhereParser.java:347)
...

Thanks for any help I get.


PS: To get everything working I had to add to hibernate.cfg.xml:
org.hibernate.hql.classic.ClassicQueryTranslatorFactory

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


Re: [xwiki-users] installation problems

2008-03-16 Thread Yishay Mor
Thanks Glenn,

I *think* I did that - any idea how I could test it? Is there some sort of
status / troubleshooting page for XWiki, where I can see what's working and
what's not?

From: Glenn Everitt <[EMAIL PROTECTED]>
> Subject: Re: [xwiki-users] installation problems
>
> You also have to manually create the xwiki user in MySql.  Don't forget to
> give the user all required permissions. - Glenn Everitt




___
  Yishay Mor, Researcher, London Knowledge Lab
   http://www.lkl.ac.uk/people/mor.html
   http://yishaym.wordpress.com
   https://www.linkedin.com/in/yishaymor
   http://www.google.com/calendar/embed?src=yishaym%40gmail.com
   +44-20-7837 x5737
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] installation problems

2008-03-15 Thread Glenn Everitt

You also have to manually create the xwiki user in MySql.  Don't forget to
give the user all required permissions. - Glenn Everitt


[Ricardo Rodríguez] wrote:
> 
> Hi,
> 
> Yishay Mor wrote:
>> Thanks Ricardo,
>>
>> My server's 8080 is behind a firewall, but I can see it and have no 
>> problem running other JSP / servlets.
> 
> If you can manage your network, could you try by stopping the firewall? 
> I am guessing it could be easy for you if xwiki and MySQL are running on 
> the same server and you have an administrative account there. It is 
> weird that you don't get errors if you had not hibernate.cfg.xml 
> configured and a MySQL drivers in place.
> 
> Could you also take a look to your catalina.out and/or the console of 
> your server? There must be useful information there.
>>
>> thanks for reminding me about hibernate.cfg.xml
>> I also realized that I hadn't installed a MySql driver in WB-INF.
>> However, even though I fixed these two issues, I'm still getting a 
>> blank page.
>>
>> Also, I wasn't sure with settings to use in hibernate:
> 
> Use always the uncommented lines from your current release as the base 
> for your configuration. Documentation is mostly manually updated, so 
> there could be changes not reflected there. This is a wiki, so our 
> contribution will be welcome... when we know what we are doing :-)
> 
> Thanks!
> 
> Ricardo
> 
> -- 
> Ricardo Rodríguez
> Your EPEC Network ICT Team
> 
> ___
> users mailing list
> users@xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
> 
> 

-- 
View this message in context: 
http://www.nabble.com/installation-problems-tp15985831p16072559.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] installation problems

2008-03-15 Thread Vincent Massol
java:83)
at com.xpn.xwiki.web.InitializationServletContextListener.initializeVelocity 
(InitializationServletContextListener.java:88)
at com.xpn.xwiki.web.InitializationServletContextListener.contextInitialized 
(InitializationServletContextListener.java:44)
at  
org 
.apache 
.catalina.core.StandardContext.listenerStart(StandardContext.java: 
3830)

   [...]
at  
org 
.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java: 
263)
at  
org 
.apache.coyote.http11.Http11Processor.process(Http11Processor.java: 
844)
at org.apache.coyote.http11.Http11Protocol 
$Http11ConnectionHandler.process(Http11Protocol.java:584)
at org.apache.tomcat.util.net.JIoEndpoint 
$Worker.run(JIoEndpoint.java:447)

at java.lang.Thread.run(Thread.java:613)
java.lang.NoClassDefFoundError
at com.jhlabs.image.WholeImageFilter.(WholeImageFilter.java)
at com.jhlabs.image.WaterFilter.(WaterFilter.java)
at  
com 
.octo 
.captcha 
.engine 
.image 
.gimpy 
.DefaultGimpyEngine.buildInitialFactories(DefaultGimpyEngine.java:503)
at  
com 
.octo 
.captcha 
.engine 
.image.ListImageCaptchaEngine.(ListImageCaptchaEngine.java:493)
at  
com 
.octo 
.captcha 
.engine 
.image.gimpy.DefaultGimpyEngine.(DefaultGimpyEngine.java:494)
at  
com 
.octo 
.captcha 
.service 
.image 
.DefaultManageableImageCaptchaService 
.(DefaultManageableImageCaptchaService.java:32)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native  
Method)
at  
sun 
.reflect 
.NativeConstructorAccessorImpl 
.newInstance(NativeConstructorAccessorImpl.java:39)
at  
sun 
.reflect 
.DelegatingConstructorAccessorImpl 
.newInstance(DelegatingConstructorAccessorImpl.java:27)

at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
at java.lang.Class.newInstance0(Class.java:350)
at java.lang.Class.newInstance(Class.java:303)
at  
com 
.octo 
.captcha 
.module.config.CaptchaModuleConfig.validate(CaptchaModuleConfig.java: 
193)
at  
com 
.octo 
.captcha 
.module.struts.CaptchaServicePlugin.init(CaptchaServicePlugin.java:64)
at  
org 
.apache 
.struts.action.ActionServlet.initModulePlugIns(ActionServlet.java:869)
at  
org.apache.struts.action.ActionServlet.init(ActionServlet.java:336)

at javax.servlet.GenericServlet.init(GenericServlet.java:212)
at  
org 
.apache 
.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1161)

 [...]

On 13/03/2008, Yishay Mor <[EMAIL PROTECTED]> wrote:
I'm afraid I can't access the firewall - its centrally managed. I  
only have admin rights to this particular server. I'll have a look  
at the log files.



Date: Thu, 13 Mar 2008 12:12:27 +0100
From: "[Ricardo Rodriguez] Your EPEC Network ICT Team"  <[EMAIL PROTECTED] 
>

Subject: Re: [xwiki-users] installation problems
To: XWiki Users 

Hi,

Yishay Mor wrote:
> Thanks Ricardo,
>
> My server's 8080 is behind a firewall, but I can see it and have no
> problem running other JSP / servlets.

If you can manage your network, could you try by stopping the  
firewall?
I am guessing it could be easy for you if xwiki and MySQL are  
running on

the same server and you have an administrative account there. It is
weird that you don't get errors if you had not hibernate.cfg.xml
configured and a MySQL drivers in place.

Could you also take a look to your catalina.out and/or the console of
your server? There must be useful information there.
>
> thanks for reminding me about hibernate.cfg.xml
> I also realized that I hadn't installed a MySql driver in WB-INF.
> However, even though I fixed these two issues, I'm still getting a
> blank page.
>
> Also, I wasn't sure with settings to use in hibernate:

Use always the uncommented lines from your current release as the base
for your configuration. Documentation is mostly manually updated, so
there could be changes not reflected there. This is a wiki, so our
contribution will be welcome... when we know what we are doing :-)

Thanks!

Ricardo

--
Ricardo Rodr?guez
Your EPEC Network ICT Team



___
  Yishay Mor, Researcher, London Knowledge Lab
   http://www.lkl.ac.uk/people/mor.html
   http://yishaym.wordpress.com
   https://www.linkedin.com/in/yishaymor
   http://www.google.com/calendar/embed?src=yishaym%40gmail.com
   +44-20-7837 x5737



--
___
  Yishay Mor, Researcher, London Knowledge Lab
   http://www.lkl.ac.uk/people/mor.html
   http://yishaym.wordpress.com
   https://www.linkedin.com/in/yishaymor
   http://www.google.com/calendar/embed?src=yishaym%40gmail.com
   +44-20-7837 x5737  
___

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] installation problems

2008-03-15 Thread Yishay Mor
ava:263)
at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java
:844)
at
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(
Http11Protocol.java:584)
at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java
:447)
at java.lang.Thread.run(Thread.java:613)
java.lang.NoClassDefFoundError
at com.jhlabs.image.WholeImageFilter.(WholeImageFilter.java)
at com.jhlabs.image.WaterFilter.(WaterFilter.java)
at
com.octo.captcha.engine.image.gimpy.DefaultGimpyEngine.buildInitialFactories
(DefaultGimpyEngine.java:503)
at com.octo.captcha.engine.image.ListImageCaptchaEngine.(
ListImageCaptchaEngine.java:493)
at com.octo.captcha.engine.image.gimpy.DefaultGimpyEngine.(
DefaultGimpyEngine.java:494)
at com.octo.captcha.service.image.DefaultManageableImageCaptchaService
.(DefaultManageableImageCaptchaService.java:32)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(
NativeConstructorAccessorImpl.java:39)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(
DelegatingConstructorAccessorImpl.java:27)
at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
at java.lang.Class.newInstance0(Class.java:350)
at java.lang.Class.newInstance(Class.java:303)
at com.octo.captcha.module.config.CaptchaModuleConfig.validate(
CaptchaModuleConfig.java:193)
at com.octo.captcha.module.struts.CaptchaServicePlugin.init(
CaptchaServicePlugin.java:64)
at org.apache.struts.action.ActionServlet.initModulePlugIns(
ActionServlet.java:869)
at org.apache.struts.action.ActionServlet.init(ActionServlet.java:336)
at javax.servlet.GenericServlet.init(GenericServlet.java:212)
at org.apache.catalina.core.StandardWrapper.loadServlet(
StandardWrapper.java:1161)
 [...]

On 13/03/2008, Yishay Mor <[EMAIL PROTECTED]> wrote:
>
> I'm afraid I can't access the firewall - its centrally managed. I only
> have admin rights to this particular server. I'll have a look at the log
> files.
>
>
> Date: Thu, 13 Mar 2008 12:12:27 +0100
> > From: "[Ricardo Rodriguez] Your EPEC Network ICT Team"  <
> > [EMAIL PROTECTED]>
> > Subject: Re: [xwiki-users] installation problems
> > To: XWiki Users 
> >
> > Hi,
> >
> > Yishay Mor wrote:
> > > Thanks Ricardo,
> > >
> > > My server's 8080 is behind a firewall, but I can see it and have no
> > > problem running other JSP / servlets.
> >
> > If you can manage your network, could you try by stopping the firewall?
> > I am guessing it could be easy for you if xwiki and MySQL are running on
> > the same server and you have an administrative account there. It is
> > weird that you don't get errors if you had not hibernate.cfg.xml
> > configured and a MySQL drivers in place.
> >
> > Could you also take a look to your catalina.out and/or the console of
> > your server? There must be useful information there.
> > >
> > > thanks for reminding me about hibernate.cfg.xml
> > > I also realized that I hadn't installed a MySql driver in WB-INF.
> > > However, even though I fixed these two issues, I'm still getting a
> > > blank page.
> > >
> > > Also, I wasn't sure with settings to use in hibernate:
> >
> > Use always the uncommented lines from your current release as the base
> > for your configuration. Documentation is mostly manually updated, so
> > there could be changes not reflected there. This is a wiki, so our
> > contribution will be welcome... when we know what we are doing :-)
> >
> > Thanks!
> >
> > Ricardo
> >
> > --
> > Ricardo Rodr?guez
> > Your EPEC Network ICT Team
> >
> >
> >
> ___
>   Yishay Mor, Researcher, London Knowledge Lab
>http://www.lkl.ac.uk/people/mor.html
>http://yishaym.wordpress.com
>https://www.linkedin.com/in/yishaymor
>http://www.google.com/calendar/embed?src=yishaym%40gmail.com
>+44-20-7837 x5737




-- 
___
  Yishay Mor, Researcher, London Knowledge Lab
   http://www.lkl.ac.uk/people/mor.html
   http://yishaym.wordpress.com
   https://www.linkedin.com/in/yishaymor
   http://www.google.com/calendar/embed?src=yishaym%40gmail.com
   +44-20-7837 x5737
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] installation problems

2008-03-13 Thread Yishay Mor
I'm afraid I can't access the firewall - its centrally managed. I only have
admin rights to this particular server. I'll have a look at the log files.


Date: Thu, 13 Mar 2008 12:12:27 +0100
> From: "[Ricardo Rodriguez] Your EPEC Network ICT Team"  <
> [EMAIL PROTECTED]>
> Subject: Re: [xwiki-users] installation problems
> To: XWiki Users 
>
> Hi,
>
> Yishay Mor wrote:
> > Thanks Ricardo,
> >
> > My server's 8080 is behind a firewall, but I can see it and have no
> > problem running other JSP / servlets.
>
> If you can manage your network, could you try by stopping the firewall?
> I am guessing it could be easy for you if xwiki and MySQL are running on
> the same server and you have an administrative account there. It is
> weird that you don't get errors if you had not hibernate.cfg.xml
> configured and a MySQL drivers in place.
>
> Could you also take a look to your catalina.out and/or the console of
> your server? There must be useful information there.
> >
> > thanks for reminding me about hibernate.cfg.xml
> > I also realized that I hadn't installed a MySql driver in WB-INF.
> > However, even though I fixed these two issues, I'm still getting a
> > blank page.
> >
> > Also, I wasn't sure with settings to use in hibernate:
>
> Use always the uncommented lines from your current release as the base
> for your configuration. Documentation is mostly manually updated, so
> there could be changes not reflected there. This is a wiki, so our
> contribution will be welcome... when we know what we are doing :-)
>
> Thanks!
>
> Ricardo
>
> --
> Ricardo Rodr?guez
> Your EPEC Network ICT Team
>
>
>
___
  Yishay Mor, Researcher, London Knowledge Lab
   http://www.lkl.ac.uk/people/mor.html
   http://yishaym.wordpress.com
   https://www.linkedin.com/in/yishaymor
   http://www.google.com/calendar/embed?src=yishaym%40gmail.com
   +44-20-7837 x5737
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] installation problems

2008-03-13 Thread [Ricardo Rodriguez] Your EPEC Network ICT Team
Hi,

Yishay Mor wrote:
> Thanks Ricardo,
>
> My server's 8080 is behind a firewall, but I can see it and have no 
> problem running other JSP / servlets.

If you can manage your network, could you try by stopping the firewall? 
I am guessing it could be easy for you if xwiki and MySQL are running on 
the same server and you have an administrative account there. It is 
weird that you don't get errors if you had not hibernate.cfg.xml 
configured and a MySQL drivers in place.

Could you also take a look to your catalina.out and/or the console of 
your server? There must be useful information there.
>
> thanks for reminding me about hibernate.cfg.xml
> I also realized that I hadn't installed a MySql driver in WB-INF.
> However, even though I fixed these two issues, I'm still getting a 
> blank page.
>
> Also, I wasn't sure with settings to use in hibernate:

Use always the uncommented lines from your current release as the base 
for your configuration. Documentation is mostly manually updated, so 
there could be changes not reflected there. This is a wiki, so our 
contribution will be welcome... when we know what we are doing :-)

Thanks!

Ricardo

-- 
Ricardo Rodríguez
Your EPEC Network ICT Team

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


Re: [xwiki-users] installation problems

2008-03-13 Thread Yishay Mor
Thanks Ricardo,

My server's 8080 is behind a firewall, but I can see it and have no problem
running other JSP / servlets.

thanks for reminding me about hibernate.cfg.xml
I also realized that I hadn't installed a MySql driver in WB-INF.
However, even though I fixed these two issues, I'm still getting a blank
page.

Also, I wasn't sure with settings to use in hibernate:



jdbc:mysql://localhost/xwiki?useServerPrepStmts=false&sessionVariables=sql_mode=''
xwiki
xwiki
com.mysql.jdbc.Driver

org.hibernate.dialect.MySQLDialect

com.xpn.xwiki.store.DBCPConnectionProvider
2
2





jdbc:mysql://localhost/xwiki
xwiki
xwiki
com.mysql.jdbc.Driver

org.hibernate.dialect.MySQLDialect



Date: Wed, 12 Mar 2008 01:29:07 +0100
> From: "[Ricardo Rodriguez] Your EPEC Network ICT Team"
>     <[EMAIL PROTECTED]>
> Subject: Re: [xwiki-users] installation problems
> To: XWiki Users 
> Message-ID: <[EMAIL PROTECTED]>
> Content-Type: text/plain; charset=ISO-8859-1; format=flowed
>
> Hi, Yishay,
>
> Yishay Mor wrote:
> > Hi all,
> >
> > I'm trying to install xwiki 1.3 on a Mac XSERVE Leopard (osx 1.5)
> > server, and I'm not getting very far.
> >
> > I downloaded the war, opened http://localhost:8080/manager/html, and
> > deployed.
> > My manager shows XWiki up and running.
> > I click http://localhost:8080/xwiki and get redirected to
> > http://localhost:8080/xwiki/bin/view/Main/WebHome
> > and then I get a blank page.
> > same for http://localhost:8080/xwiki/bin/admin/XWiki/XWikiPreferences
>
> Just to be sure, have you edited your hibernate.cfg.xml? It is a bit
> strange that you get a blank page instead of an error, but...
>
> Another doubt, does XServe Leopard has a firewall? Is port 8080
> accessible?
>
> My 2 c.,
>
> Ricardo
>
> --
> Ricardo Rodr?guez
> Your EPEC Network ICT Team
>
>
___
  Yishay Mor, Researcher, London Knowledge Lab
   http://www.lkl.ac.uk/people/mor.html
   http://yishaym.wordpress.com
   https://www.linkedin.com/in/yishaymor
   http://www.google.com/calendar/embed?src=yishaym%40gmail.com
   +44-20-7837 x5737
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] installation problems

2008-03-11 Thread [Ricardo Rodriguez] Your EPEC Network ICT Team
Hi, Yishay,

Yishay Mor wrote:
> Hi all,
>
> I'm trying to install xwiki 1.3 on a Mac XSERVE Leopard (osx 1.5) 
> server, and I'm not getting very far.
>
> I downloaded the war, opened http://localhost:8080/manager/html, and  
> deployed.
> My manager shows XWiki up and running.
> I click http://localhost:8080/xwiki and get redirected to 
> http://localhost:8080/xwiki/bin/view/Main/WebHome
> and then I get a blank page.
> same for http://localhost:8080/xwiki/bin/admin/XWiki/XWikiPreferences

Just to be sure, have you edited your hibernate.cfg.xml? It is a bit 
strange that you get a blank page instead of an error, but...

Another doubt, does XServe Leopard has a firewall? Is port 8080 accessible?

My 2 c.,

Ricardo

-- 
Ricardo Rodríguez
Your EPEC Network ICT Team

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


[xwiki-users] installation problems

2008-03-11 Thread Yishay Mor
Hi all,

I'm trying to install xwiki 1.3 on a Mac XSERVE Leopard (osx 1.5) server,
and I'm not getting very far.

I downloaded the war, opened http://localhost:8080/manager/html, and
deployed.
My manager shows XWiki up and running.
I click http://localhost:8080/xwiki and get redirected to
http://localhost:8080/xwiki/bin/view/Main/WebHome
and then I get a blank page.
same for http://localhost:8080/xwiki/bin/admin/XWiki/XWikiPreferences

I'm including the server status dump below, in case that's any help.

Thanks in advance for any advice,

- Yishay

-- 
___
  Yishay Mor, Researcher, London Knowledge Lab
   http://www.lkl.ac.uk/people/mor.html
   http://yishaym.wordpress.com
   https://www.linkedin.com/in/yishaymor
   http://www.google.com/calendar/embed?src=yishaym%40gmail.com
   +44-20-7837 x5737

___




  [image: The Apache Software Foundation]  [image:
The Tomcat Servlet/JSP Container] 
--
  Complete Server Status
 Manager  List Applications HTML Manager Help Manager Help Server Status
 Server Information  Tomcat Version JVM Version JVM Vendor OS Name OS
Version OS Architecture  Apache Tomcat/6.0.14 1.5.0_13-b05-237 Apple Inc. Mac
OS X 10.5.2 i386
JVM

Free memory: 4.60 MB Total memory: 19.13 MB Max memory: 63.31 MB
http-8080

Max threads: 40 Current thread count: 2 Current thread busy: 1
Max processing time: 5732 ms Processing time: 13.731 s Request count: 55
Error count: 8 Bytes received: 72.21 MB Bytes sent: 0.17 MB
StageTimeB SentB RecvClientVHostRequest*R* ??*S*5 ms0 KB0 KB127.0.0.1
localhostGET /manager/status/all HTTP/1.1

P: Parse and prepare request S: Service F: Finishing R: Ready K: Keepalive
jk-8013

Max threads: 200 Current thread count: 4 Current thread busy: 1
Max processing time: 0 ms Processing time: 0.0 s Request count: 0 Error
count: 0 Bytes received: 0.00 MB Bytes sent: 0.00 MB
StageTimeB SentB RecvClientVHostRequest

P: Parse and prepare request S: Service F: Finishing R: Ready K: Keepalive
Application list

localhost/JSPWiki
localhost/manager
localhost/host-manager
localhost/axis
localhost/examples
localhost/
localhost/docs
localhost/xwiki
localhost/JSPWiki

Start time: Wed Feb 27 16:22:27 GMT 2008 Startup time: 44 ms TLD scan time:
641 ms
Active sessions: 0 Session count: 0 Max active sessions: 0 Rejected session
creations: 0 Expired sessions: 0 Longest session alive time: 0 s Average
session alive time: 0 s Processing time: 80 ms
JSPs loaded: 0 JSPs reloaded: 0
AttachmentServlet [ /attach/* ]

Processing time: 0.0 s Max time: 0 ms Request count: 0 Error count: 0 Load
time: 0 ms Classloading time: 0 ms
XMLRPC

Processing time: 0.0 s Max time: 0 ms Request count: 0 Error count: 0 Load
time: 0 ms Classloading time: 0 ms
ATOM

Processing time: 0.0 s Max time: 0 ms Request count: 0 Error count: 0 Load
time: 0 ms Classloading time: 0 ms
XMLRPC-UTF8

Processing time: 0.0 s Max time: 0 ms Request count: 0 Error count: 0 Load
time: 0 ms Classloading time: 0 ms
WikiServlet [ /wiki/* ]

Processing time: 0.0 s Max time: 0 ms Request count: 0 Error count: 0 Load
time: 4 ms Classloading time: 4 ms
default [ / ]

Processing time: 0.0 s Max time: 0 ms Request count: 0 Error count: 0 Load
time: 9 ms Classloading time: 9 ms
com.metaparadigm.jsonrpc.JSONRPCServlet [ /JSON-RPC ]

Processing time: 0.0 s Max time: 0 ms Request count: 0 Error count: 0 Load
time: 0 ms Classloading time: 0 ms
DAVServlet

Processing time: 0.0 s Max time: 0 ms Request count: 0 Error count: 0 Load
time: 0 ms Classloading time: 0 ms
jsp [ *.jsp , *.jspx ]

Processing time: 0.0 s Max time: 0 ms Request count: 0 Error count: 0 Load
time: 16 ms Classloading time: 2 ms
localhost/manager

Start time: Wed Feb 27 16:22:39 GMT 2008 Startup time: 18 ms TLD scan time:
86 ms
Active sessions: 1 Session count: 1 Max active sessions: 1 Rejected session
creations: 0 Expired sessions: 0 Longest session alive time: 0 s Average
session alive time: 0 s Processing time: 70 ms
JSPs loaded: 1 JSPs reloaded: 1
default [ / ]

Processing time: 0.0 s Max time: 0 ms Request count: 2 Error count: 0 Load
time: 1 ms Classloading time: 1 ms
Status [ /status/* ]

Processing time: 0.182 s Max time: 55 ms Request count: 7 Error count: 1
Load time: 5 ms Classloading time: 4 ms
Manager [ /list , /sessions , /start , /stop , /install , /remove , /deploy
, /undeploy , /reload , /save , /serverinfo , /roles , /resources ]

Processing time: 0.0 s Max time: 0 ms Request count: 0 Error count: 0 Load
time: 0 ms Classloading time: 0 ms
JMXProxy [ /jmxproxy/* ]

Processing time: 0.0 s Max time: 0 ms Request count: 0 Error count: 0 Load
time: 0 ms Classloading time: 0 ms
HTMLManager [ /html/* ]

Processing time: 11.189 s Max time: 5732 ms Request count: 5 Error count: 0
Load time: 23 ms Classloading time: 11 ms
jsp [ *.jsp , *.jspx ]

Processing time: 0.0 s Max time: 0 ms Request count: 0 Error count: 0 Load
time: 1 ms Classloading time: