Hi Stéphane,<br><br>I answered this question about one week ago I think, the problem was that the defined port in opencms-importexport.xml was different form that in opencms-system.xml.<br><br>Compare this in opencms-importexport.xml :<br><br><exporturl>http://localhost:8080${CONTEXT_NAME}/handle404</exporturl><br><br>with this in opencms-system.xml:<br><br><site server="http://localhost:8080" uri="/sites/default/"/><br><br>HTH,<br>Best,<br>Arash<br><br>On 27.11.2008 10:18 Stéphane Martin <martin@webtrio.de> wrote<br></martin@webtrio.de><p></p><blockquote><br>Dear list members,
<br>
<br>we are using 7.0.5 and have the following problem when we start the static
<br>export in the administration backend:
<br>
<br>1) Beginning static export, deleting export folder (this works)
<br>
<br>2) exporting not template ressources (this works)
<br>
<br>3) exporting template ressources (the first element
<br>/system/workplace/commons/style/onlinehelp.css already throws the following
<br>exception:
<br>
<br>Fehler java.net.ConnectException: Connection refused
<br>at java.net.PlainSocketImpl.socketConnect(Native Method)
<br>at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:333)
<br>at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:195)
<br>at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:182)
<br>at java.net.Socket.connect(Socket.java:518)
<br>at java.net.Socket.connect(Socket.java:468)
<br>at sun.net.NetworkClient.doConnect(NetworkClient.java:157)
<br>at sun.net.www.http.HttpClient.openServer(HttpClient.java:389)
<br>at sun.net.www.http.HttpClient.openServer(HttpClient.java:516)
<br>at sun.net.www.http.HttpClient.<init>(HttpClient.java:233)
<br>at sun.net.www.http.HttpClient.New(HttpClient.java:306)
<br>at sun.net.www.http.HttpClient.New(HttpClient.java:318)
<br>at
<br>sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnecti
<br>on.java:788)
<br>at
<br>sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.j
<br>ava:729)
<br>at
<br>sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:6
<br>54)
<br>at
<br>org.opencms.staticexport.CmsAfterPublishStaticExportHandler.exportTemplateRe
<br>source(CmsAfterPublishStaticExportHandler.java:438)
<br>at
<br>org.opencms.staticexport.CmsAfterPublishStaticExportHandler.exportTemplateRe
<br>sources(CmsAfterPublishStaticExportHandler.java:509)
<br>at
<br>org.opencms.staticexport.CmsAfterPublishStaticExportHandler.doExportAfterPub
<br>lish(CmsAfterPublishStaticExportHandler.java:166)
<br>at
<br>org.opencms.staticexport.CmsStaticExportManager.exportFullStaticRender(CmsSt
<br>aticExportManager.java:715)
<br>at
<br>org.opencms.workplace.tools.database.CmsStaticExportThread.run(CmsStaticExpo
<br>rtThread.java:84)
<br>
<br>This exception happens with all 222 items!
<br>
<br>Best regards
<br>
<br>Stéphane Martin
<br>
<br>
<br>_______________________________________________
<br>This mail is sent to you from the opencms-dev mailing list
<br>To change your list options, or to unsubscribe from the list, please visit
<br>http://lists.opencms.org/mailman/listinfo/opencms-dev
<br></init></blockquote><p></p><br>