[sw-issues] [Issue 96279] wiki sun publisher extensi on does not work on linux (oo2.4 and 3.0)

2008-11-19 Thread sancelot
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=96279





--- Additional comments from [EMAIL PROTECTED] Thu Nov 20 07:40:38 + 
2008 ---
??? Yes, I have already thinked about it, but unfortunately : 
There is no way downloading an archive of the cvs trunk throw web interface and 
I do not have a cvs access !!!
 
Best Regards
steph

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[sw-issues] [Issue 96279] wiki sun publisher extensi on does not work on linux (oo2.4 and 3.0)

2008-11-19 Thread sancelot
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=96279





--- Additional comments from [EMAIL PROTECTED] Wed Nov 19 09:30:10 + 
2008 ---
 how can I try the modified version ?!!!

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[sw-issues] [Issue 96279] wiki sun publisher extensi on does not work on linux (oo2.4 and 3.0)

2008-11-18 Thread sancelot
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=96279





--- Additional comments from [EMAIL PROTECTED] Tue Nov 18 15:02:02 + 
2008 ---
my java machine uses openjdk 6
you can not reproduce the problem, but if you can provide me with an debug 
release of wiki extension that prints some debugging things I can try it.
Or provide me a basic java program that implements the httpclient methods 
only , I will be able running it.

Best Regards
steph


-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[sw-issues] [Issue 96279] wiki sun publisher extensi on does not work on linux (oo2.4 and 3.0)

2008-11-18 Thread sancelot
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=96279





--- Additional comments from [EMAIL PROTECTED] Tue Nov 18 13:22:22 + 
2008 ---
unfortunately, it does not ... and I think this will not be a standalone case .

Because the proxy problems affect the Send to mediawiki function , below is the 
result.

There are some possible reasons :
1) The first time I am launching ooffice the http proxy port field is empty , 
if you convert an empty string to int, you have the  following mistake message :
com.sun.star.lang.IllegalArgumentException: The Argument did not hold the 
proper type 
2) If I set up a proxy field (http and port) and reset it later , unfortunately 
the port field does not get empty again, but filled with 0 value(Do we need 
to fill another bug report for this issue?)
3) another issue with a xslt transformation to convert it to mediawiki has 
appeared 



com.sun.star.lang.IllegalArgumentException: The Argument did not hold the 
proper type
at com.sun.star.uno.AnyConverter.convertSimple(AnyConverter.java:540)
at com.sun.star.uno.AnyConverter.toInt(AnyConverter.java:224)
at com.sun.star.wiki.Helper.SetConfigurationProxy(Unknown Source)
at com.sun.star.wiki.Helper.ExecuteMethod(Unknown Source)
at com.sun.star.wiki.Helper.Login(Unknown Source)
at com.sun.star.wiki.WikiArticle.Login(Unknown Source)
at com.sun.star.wiki.WikiArticle.(Unknown Source)
at com.sun.star.wiki.WikiEditorImpl.SendArticleImpl(Unknown Source)
at com.sun.star.wiki.WikiPropDialog$1.run(Unknown Source)
Nov 18, 2008 2:12:01 PM org.apache.commons.httpclient.HttpMethodBase 
getResponseBody
WARNING: Going to buffer response body of large or unknown size. Using 
getResponseBodyAsStream instead is recommended.
com.sun.star.lang.IllegalArgumentException: The Argument did not hold the 
proper type
at com.sun.star.uno.AnyConverter.convertSimple(AnyConverter.java:540)
at com.sun.star.uno.AnyConverter.toInt(AnyConverter.java:224)
at com.sun.star.wiki.Helper.SetConfigurationProxy(Unknown Source)
at com.sun.star.wiki.Helper.ExecuteMethod(Unknown Source)
at com.sun.star.wiki.WikiEditSettingDialog.DoLogin(Unknown Source)
at com.sun.star.wiki.WikiEditSettingDialog$1.run(Unknown Source)
Nov 18, 2008 2:12:22 PM org.apache.commons.httpclient.HttpMethodBase 
getResponseBody
WARNING: Going to buffer response body of large or unknown size. Using 
getResponseBodyAsStream instead is recommended.
com.sun.star.lang.IllegalArgumentException: The Argument did not hold the 
proper type
at com.sun.star.uno.AnyConverter.convertSimple(AnyConverter.java:540)
at com.sun.star.uno.AnyConverter.toInt(AnyConverter.java:224)
at com.sun.star.wiki.Helper.SetConfigurationProxy(Unknown Source)
at com.sun.star.wiki.Helper.ExecuteMethod(Unknown Source)
at com.sun.star.wiki.Helper.Login(Unknown Source)
at com.sun.star.wiki.WikiEditSettingDialog.DoLogin(Unknown Source)
at com.sun.star.wiki.WikiEditSettingDialog$1.run(Unknown Source)
Nov 18, 2008 2:12:24 PM org.apache.commons.httpclient.HttpMethodBase 
getResponseBody
WARNING: Going to buffer response body of large or unknown size. Using 
getResponseBodyAsStream instead is recommended.
com.sun.star.lang.IllegalArgumentException: The Argument did not hold the 
proper type
at com.sun.star.uno.AnyConverter.convertSimple(AnyConverter.java:540)
at com.sun.star.uno.AnyConverter.toInt(AnyConverter.java:224)
at com.sun.star.wiki.Helper.SetConfigurationProxy(Unknown Source)
at com.sun.star.wiki.Helper.ExecuteMethod(Unknown Source)
at com.sun.star.wiki.Helper.Login(Unknown Source)
at com.sun.star.wiki.WikiArticle.Login(Unknown Source)
at com.sun.star.wiki.WikiArticle.(Unknown Source)
at com.sun.star.wiki.WikiEditorImpl.SendArticleImpl(Unknown Source)
at com.sun.star.wiki.WikiPropDialog$1.run(Unknown Source)
Nov 18, 2008 2:12:25 PM org.apache.commons.httpclient.HttpMethodBase 
getResponseBody
WARNING: Going to buffer response body of large or unknown size. Using 
getResponseBodyAsStream instead is recommended.
Nov 18, 2008 2:12:26 PM org.apache.commons.httpclient.HttpMethodBase 
getResponseBody
WARNING: Going to buffer response body of large or unknown size. Using 
getResponseBodyAsStream instead is recommended.
ERROR:  'file:///usr/lib/openoffice/basis3.0/share/xslt/wiki/odt2mediawiki.xsl: 
line 44: Circular variable/parameter reference in '[param
(CODE_TAB_REPLACEMENT), param(CODE_STYLES)]'.'
FATAL ERROR:  'Could not compile stylesheet'
com.sun.star.task.ErrorCodeIOException: 
at com.sun.star.bridges.jni_uno.JNI_proxy.dispatch_call(Native Method)
at com.sun.star.bridges.jni_uno.JNI_proxy.invoke(JNI_proxy.java:178)
at $Proxy52.storeToURL(Unknown Source)
at com.sun.star.wiki.WikiE

[sw-issues] [Issue 96279] wiki sun publisher extensi on does not work on linux (oo2.4 and 3.0)

2008-11-18 Thread sancelot
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=96279





--- Additional comments from [EMAIL PROTECTED] Tue Nov 18 08:35:57 + 
2008 ---
I had already checked for proxy settings : None 

I have direct access to my machine,  THERE IS NO PROXY , my webserver and 
mediawiki are running on my machine, and ooffice also.

However, I set it up another way :
if I setup proxy to manual (http proxy fields left blank) and disable proxy for 
192.168.1.242; now I can use 
the extension to connect to http://192.168.1.242/mediawiki

THERE IS A PROBLEM WITH THE PROXY SETTINGS USAGE !!! I DO NOT HAVE ANY PROXY !


-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[sw-issues] [Issue 96279] wiki sun publisher extensi on does not work on linux (oo2.4 and 3.0)

2008-11-17 Thread sancelot
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=96279





--- Additional comments from [EMAIL PROTECTED] Mon Nov 17 16:19:20 + 
2008 ---
The message appears immediatley after clicking ok,  the access to my mediawiki 
or fr.mediawiki.org needs a few "visible" access time .

After looking at my webserver logs, it seems that it does not target my 
192.168.1.242 url at all , no trace of the requests ... either using the dns  
machine name is not targeted.
 
I made a dump on my net interface :
tcpdump -i eth1 80 : nothing goes out 

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[sw-issues] [Issue 96279] wiki sun publisher extensi on does not work on linux (oo2.4 and 3.0)

2008-11-17 Thread sancelot
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=96279





--- Additional comments from [EMAIL PROTECTED] Mon Nov 17 14:27:29 + 
2008 ---
I forgot to tell I am using openoffice in french

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[sw-issues] [Issue 96279] wiki sun publisher extensi on does not work on linux (oo2.4 and 3.0)

2008-11-17 Thread sancelot
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=96279
 Issue #|96279
 Summary|wiki sun publisher extension does not work on linux (o
|o2.4 and 3.0)
   Component|Word processor
 Version|OOo 2.4.1
Platform|PC
 URL|
  OS/Version|Linux
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|save-export
 Assigned to|writerneedsconfirm
 Reported by|sancelot





--- Additional comments from [EMAIL PROTECTED] Mon Nov 17 14:20:33 + 
2008 ---
I tried running wiki sun publisher on my ubuntu 8.10 linux but has not worked.

I first tried with oo 2.4 , setting up was fine, but unable to connect to my 
mediawiki site URL : http://192.168.1.242/mediawiki 

the message is always can not create a connection to ... 

and in the console is displayed the following message :

 org.apache.commons.httpclient.HttpMethodDirector executeWithRetry
INFO: I/O exception (java.net.ConnectException) caught when processing request: 
Connexion refusée
17-nov-08 3:16:13  org.apache.commons.httpclient.HttpMethodDirector 
executeWithRetry
INFO: Retrying request
17-nov-08 3:16:13  org.apache.commons.httpclient.HttpMethodDirector 
executeWithRetry
INFO: I/O exception (java.net.ConnectException) caught when processing request: 
Connexion refusée
17-nov-08 3:16:13  org.apache.commons.httpclient.HttpMethodDirector 
executeWithRetry
INFO: Retrying request
17-nov-08 3:16:13  org.apache.commons.httpclient.HttpMethodDirector 
executeWithRetry
INFO: I/O exception (java.net.ConnectException) caught when processing request: 
Connexion refusée
17-nov-08 3:16:13  org.apache.commons.httpclient.HttpMethodDirector 
executeWithRetry
INFO: Retrying request
java.net.ConnectException: Connexion refusée
   at gnu.java.net.PlainSocketImpl.connect(libgcj.so.90)
   at java.net.Socket.connect(libgcj.so.90)
   at java.net.Socket.connect(libgcj.so.90)
   at java.net.Socket.(libgcj.so.90)
   at java.net.Socket.(libgcj.so.90)
   at 
org.apache.commons.httpclient.protocol.DefaultProtocolSocketFactory.createSocket
(Unknown Source)
   at 
org.apache.commons.httpclient.protocol.DefaultProtocolSocketFactory.createSocket
(Unknown Source)
   at org.apache.commons.httpclient.HttpConnection.open(Unknown Source)
   at org.apache.commons.httpclient.MultiThreadedHttpConnectionManager
$HttpConnectionAdapter.open(Unknown Source)
   at org.apache.commons.httpclient.HttpMethodDirector.executeWithRetry(Unknown 
Source)
   at org.apache.commons.httpclient.HttpMethodDirector.executeMethod(Unknown 
Source)
   at org.apache.commons.httpclient.HttpClient.executeMethod(Unknown Source)
   at org.apache.commons.httpclient.HttpClient.executeMethod(Unknown Source)
   at com.sun.star.wiki.Helper.ExecuteMethod(Unknown Source)
   at com.sun.star.wiki.WikiEditSettingDialog.DoLogin(Unknown Source)
   at com.sun.star.wiki.WikiEditSettingDialog$1.run(Unknown Source)
17-nov-08 3:17:12  org.apache.commons.httpclient.HttpMethodDirector 
executeWithRetry
INFO: I/O exception (java.net.ConnectException) caught when processing request: 
Connexion refusée

After some tries, I decied trying it in windows XP platform with oo3.0 : 
success, I can connect my mediawiki site !
!
so I upgraded my linux release from 2.4.1 to 3.0 

I setted up again the wiki sun publisher extension  in oo3.0 setting up was 
fine, but always unable connect to my mediawiki site !!!

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]