Re: [xwiki-users] Link to page on a sub-wiki

2016-06-28 Thread Clemens Klein-Robbenhaar
I first thought so, too, but this feature did not exist in XWiki 7.0.1 so it is 
unlikely to be the problem here

Paul Libbrecht wrote:
> I've been encountering frequent missing "WebHome" by inadvertently
> creating pages which end up being non-terminal. Maybe that helps?
> 
> paul
> 
> Clemens Klein-Robbenhaar wrote:
>> Maybe there is yet another whitespace missing, or the like?
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Link to page on a sub-wiki

2016-06-28 Thread Paul Libbrecht
I've been encountering frequent missing "WebHome" by inadvertently
creating pages which end up being non-terminal. Maybe that helps?

paul

Clemens Klein-Robbenhaar wrote:
> Maybe there is yet another whitespace missing, or the like?

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


Re: [xwiki-users] Link to page on a sub-wiki

2016-06-28 Thread Clemens Klein-Robbenhaar
Just a quick thought, maybe it helps:

You can try:

[[Label>>doc:Products:A Product.The Page]]

the "doc" prefix should make sure the rest is interpreted as a path to a wiki 
page, not something else.

Oh, and to which non-existing page does the link lead, if it is not the already 
existing page?
Maybe there is yet another whitespace missing, or the like?

Clemens

> Hi,
> 
> I have an XWiki 7.0.1 instance over here where I want to link to a page on
> another Wiki:
> 
> Main Wiki
> |-- Sub-Wiki "Products"
> |-- Space "A Product"
> |-- Page "The Page"
> 
> I created a new page on "Main Wiki" where I entered the link as follows:
> 
> [[Label>>Products:A Product.The Page]]
> 
> When I save the link shows up as if the target page doesn't exist, clicking
> it opens the create screen. I already double checked the wiki/space/page
> names in the link but everything is correct.
> 
> Can somebody tell me why the link doesn't lead to the existing page?
> 
> Regards,
> Dennis
> ___
> 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] Link to page on a sub-wiki

2016-06-28 Thread D R
Hi,

I have an XWiki 7.0.1 instance over here where I want to link to a page on
another Wiki:

Main Wiki
|-- Sub-Wiki "Products"
|-- Space "A Product"
|-- Page "The Page"

I created a new page on "Main Wiki" where I entered the link as follows:

[[Label>>Products:A Product.The Page]]

When I save the link shows up as if the target page doesn't exist, clicking
it opens the create screen. I already double checked the wiki/space/page
names in the link but everything is correct.

Can somebody tell me why the link doesn't lead to the existing page?

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


Re: [xwiki-users] Incident lors de l'enregistrement d'une page

2016-06-28 Thread lewil84
Hello clemens,

Saddened for this approximate English, I pass unfortunately by a translator.

With a colleague, we checked the LOGS but those this are empty by
configuration.

I am going to stay on this report and if as is we leave on a use of Xwiki,
in this case a search for finer breakdown will be implemented.

I keep this open subject and if we have the answer then I would return
above.

Thank you to have guided me in the analysis of my incident.

Cordially

Wilfrid



--
View this message in context: 
http://xwiki.475771.n2.nabble.com/Incident-lors-de-l-enregistrement-d-une-page-tp7600034p7600131.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] Incident lors de l'enregistrement d'une page

2016-06-28 Thread Clemens Klein-Robbenhaar
 Hi Wilfrid,

 I am not ignoring you, I am just puzzled by the problem (that I can not 
reproduce) :(

Something is wrong with the application server, or the communication between 
the application server and the apache frontend server.

Do you have access to the log files of the application server?
They might contain some error messages why the apache sees a "Bad gateway", or, 
well, just any other hint.

Clemens

> Hello clemens,
> 
> The version adorned me so a little bit obsolete.
> 
> The structure is the following one:
> 
> Waiter(Server) of presentation(display) is a waiter(server) typify APACHE
> Application waiter(server) is a waiter(server) typifies TOMCAT
> Data server.
> 
> It seems that the waiter(server) of presentation(display) has a timeout
> about 5minutes while the application waiter(server) has no it.
> 
> Here are the made tests:
> 
> · Insertion of image via one to copy / stick: at the end of some images
> (random)((unpredictable)), I cannot registered(recorded) and am obliged to
> cancel my action(share) and there the error message indicate the fact that
> he cannot join(contact) him(it).
> · To my document I joined(contacted) it 14 images at one time then I have
> them to insert into the document individually or by prize(lot) of two or
> three images and positive result(profit) · Also insertion via the text
> editor WYSIWYG And positive result.
> 
> What is disturbing it is that the document which holds of the text as well
> as 14 images, I can make one to copy to stick of the whole document and that
> the recording takes place correctly but to the second to copy to stick,
> there that jams. As seen previously fact of copying to stick the images one
> by one these 14 images with recording on every insertion, and well it blocks
> earlier.
> 
> Thank you
> 
> Cordially
> 
> Wilfrid
> 
> 
> 
> --
> View this message in context: 
> http://xwiki.475771.n2.nabble.com/Incident-lors-de-l-enregistrement-d-une-page-tp7600034p7600105.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] Can't Upgrade from XWiki 3.5.1

2016-06-28 Thread Clemens Klein-Robbenhaar
 
Oh, this looks odd.

The upgrade process first tried to find the name for the primary key; that is 
the statement:

select @pkname=i.name from sysindexes i join sysobjects o ON i.id = o.id join 
sysobjects pk ON i.name = pk.name AND pk.parent_obj = i.id AND pk.xtype = 'PK' 
join sysindexkeys ik on i.id = ik.id AND i.indid = ik.indid join syscolumns c 
ON ik.id = c.id AND ik.colid = c.colid where o.name = 'xwikidates'

it then gets a result "PK__xwikidates__6FD49106"

but when it tries to drop this constrain via:

'alter table [dbo].[xwikidates] drop constraint ' + @pkname

it fails with   'PK__xwikidates__6FD49106' is not a constraint. Huh?

Can you try to run that longish SQL Query from an SQL-console or the like, just 
to see if that returns the same result?

To proceed the update, maybe it helps to drop the constraint for the primary 
key of the 'xwikidates' table manually and see what the next error is, probably 
there are more PK-constraints with that problem.
(I hope you have backups, otherwise this is very bad advice ;) )

Clemens

> First of all thank you for your answer, Clemens.
> 
> There a different exceptions in the log-file for executing sql-statements.
> Please see http://pastebin.com/BFABwpNz.
> 
> All the errors are in relation to the xwikidates table.
> Do you have any idea how to fix this?
> 
> Thanks again and best regards
> Josef
> 
> 
> Clemens Klein-Robbenhaar wrote
>> It seems a DB migration failed; you can find the error in the log file
>> after startup, above of the messages you posted.
>>
>> It is likely that it is the statistics migration
>>
>> You can try the SQL statements from here:
>>   http://jira.xwiki.org/browse/XWIKI-8129
>>
>> as found in the release notes of 4.3:
>>  
>> http://www.xwiki.org/xwiki/bin/view/ReleaseNotes/ReleaseNotesXWiki43#HGeneralNotes
>>
>> If it is not the statistics, please locate the error from the failed
>> migration
>> (should be somewhere after the line: "Checking Hibernate mapping and
>> updating schema if needed for wiki [xwiki]" )
>>
>> HTH
>> Clemens
>>
>>
>> - Ursprüngliche Nachricht -
>> Von: Jhaimerl
>> Am:  Tuesday, 28.06.2016, 09:59
>> An: Xwiki Users
>> Betreff: [xwiki-users] Can't Upgrade from XWiki 3.5.1
>>
>>
>>> Hi,
>>>
>>> I'm trying to upgrade an existing XWiki Instance (V3.5.1). It's running
>>> with
>>> a MSSQL database.
>>>
>>> I already tried the following (see referenced links below) and upgrades
>>> to
>>> different higher versions of XWiki e.g. 4.x, 5.4.x. However I always get
>>> this exception http://pastebin.com/yeaFQAtt.
>>>
>>> http://xwiki.475771.n2.nabble.com/Another-migration-problem-3-5-to-4-1-3-td7580726.html#a7580809
>>> http://lists.xwiki.org/pipermail/users/2012-August/023537.html
>>> http://xwiki.475771.n2.nabble.com/Failed-migration-from-3-0-to-4-3-1-td7583304.html
>>>
>>> Does somebody have any hints how to solve this?
>>>
>>> Many thanks in advance!
>>>
>>>
>>>
>>>
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Can't Upgrade from XWiki 3.5.1

2016-06-28 Thread jhaimerl
First of all thank you for your answer, Clemens.

There a different exceptions in the log-file for executing sql-statements.
Please see http://pastebin.com/BFABwpNz.

All the errors are in relation to the xwikidates table.
Do you have any idea how to fix this?

Thanks again and best regards
Josef


Clemens Klein-Robbenhaar wrote
> It seems a DB migration failed; you can find the error in the log file
> after startup, above of the messages you posted.
> 
> It is likely that it is the statistics migration
> 
> You can try the SQL statements from here:
>   http://jira.xwiki.org/browse/XWIKI-8129
> 
> as found in the release notes of 4.3:
>  
> http://www.xwiki.org/xwiki/bin/view/ReleaseNotes/ReleaseNotesXWiki43#HGeneralNotes
> 
> If it is not the statistics, please locate the error from the failed
> migration
> (should be somewhere after the line: "Checking Hibernate mapping and
> updating schema if needed for wiki [xwiki]" )
> 
> HTH
> Clemens
> 
> 
> - Ursprüngliche Nachricht -
> Von: Jhaimerl
> Am:  Tuesday, 28.06.2016, 09:59
> An: Xwiki Users
> Betreff: [xwiki-users] Can't Upgrade from XWiki 3.5.1
> 
> 
>> Hi,
>> 
>> I'm trying to upgrade an existing XWiki Instance (V3.5.1). It's running
>> with
>> a MSSQL database.
>> 
>> I already tried the following (see referenced links below) and upgrades
>> to
>> different higher versions of XWiki e.g. 4.x, 5.4.x. However I always get
>> this exception http://pastebin.com/yeaFQAtt.
>> 
>> http://xwiki.475771.n2.nabble.com/Another-migration-problem-3-5-to-4-1-3-td7580726.html#a7580809
>> http://lists.xwiki.org/pipermail/users/2012-August/023537.html
>> http://xwiki.475771.n2.nabble.com/Failed-migration-from-3-0-to-4-3-1-td7583304.html
>> 
>> Does somebody have any hints how to solve this?
>> 
>> Many thanks in advance!
>> 
>> 
>> 
>> 
>> 
>> --
>> View this message in context:
>> http://xwiki.475771.n2.nabble.com/Can-t-Upgrade-from-XWiki-3-5-1-tp7600118.html
>> Sent from the XWiki- Users mailing list archive at Nabble.com.
>> ___
>> users mailing list
>> 

> users@

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

> users@

> http://lists.xwiki.org/mailman/listinfo/users





--
View this message in context: 
http://xwiki.475771.n2.nabble.com/Can-t-Upgrade-from-XWiki-3-5-1-tp7600118p7600127.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] Can't Upgrade from XWiki 3.5.1

2016-06-28 Thread Clemens Klein-Robbenhaar

It seems a DB migration failed; you can find the error in the log file after 
startup, above of the messages you posted.

It is likely that it is the statistics migration

You can try the SQL statements from here:
  http://jira.xwiki.org/browse/XWIKI-8129

as found in the release notes of 4.3:
  
http://www.xwiki.org/xwiki/bin/view/ReleaseNotes/ReleaseNotesXWiki43#HGeneralNotes

If it is not the statistics, please locate the error from the failed migration
(should be somewhere after the line: "Checking Hibernate mapping and updating 
schema if needed for wiki [xwiki]" )

HTH
Clemens


- Ursprüngliche Nachricht -
Von: Jhaimerl
Am:  Tuesday, 28.06.2016, 09:59
An: Xwiki Users
Betreff: [xwiki-users] Can't Upgrade from XWiki 3.5.1


> Hi,
> 
> I'm trying to upgrade an existing XWiki Instance (V3.5.1). It's running with
> a MSSQL database.
> 
> I already tried the following (see referenced links below) and upgrades to
> different higher versions of XWiki e.g. 4.x, 5.4.x. However I always get
> this exception http://pastebin.com/yeaFQAtt.
> 
> http://xwiki.475771.n2.nabble.com/Another-migration-problem-3-5-to-4-1-3-td7580726.html#a7580809
> http://lists.xwiki.org/pipermail/users/2012-August/023537.html
> http://xwiki.475771.n2.nabble.com/Failed-migration-from-3-0-to-4-3-1-td7583304.html
> 
> Does somebody have any hints how to solve this?
> 
> Many thanks in advance!
> 
> 
> 
> 
> 
> --
> View this message in context: 
> http://xwiki.475771.n2.nabble.com/Can-t-Upgrade-from-XWiki-3-5-1-tp7600118.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