greglarsen / docbkx-tools

Automatically exported from code.google.com/p/docbkx-tools
0 stars 1 forks source link

Server returned HTTP response code: 403 (http://www.oasis-open.org) #65

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. mvn clean site
2. mvn clean docbkx:generate-pdf docbkx:generate-html

What is the expected output? What do you see instead?

I wish that pdf's generation  will be more quick, but I have to wait a lot, I 
think that the docbkx goes to URL to get the DTD (http://www.oasis-open.org/) 
for all this kind of files.

When I simulate the host (www.oasis-open.org -> localhost) the document was 
created so fast.

I don't know why www.oasis-open.org give me a 403 (unauthorize) when i try to 
generate the documentation.

What version of the product are you using? On what operating system?

2.0.* over Linux OS (debian, ubuntu, centOS)

Please provide any additional information below.

[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Failed to transform Connector.xml.

Embedded error: Failure reading 
/opt/hudson/jobs/generic-connector/workspace/src/docbkx/Connector.xml
Server returned HTTP response code: 403 for URL: 
http://www.oasis-open.org/docbook/xml/4.5/dbnotnx.mod

I try to use a proxy for prevent this kind of problems, but, when docbkx works, 
I cant't see the call to www.oasis-open.org in squid_log. Any idea?

I have set environment variable http_proxy and settings.xml in maven.

Original issue reported on code.google.com by pcoll...@gmail.com on 24 Jan 2011 at 1:50

GoogleCodeExporter commented 9 years ago
I think it is a problem of xml catalogs, could you try the last post from 
http://code.google.com/p/docbkx-tools/issues/detail?id=43&can=1&q=4.5

Regards,
Cedric,

Original comment by MimilO...@gmail.com on 24 Jan 2011 at 9:50

GoogleCodeExporter commented 9 years ago
Great... works now!

Im using this artifact for docbkx

<dependency>
    <groupId>docbook</groupId>
    <artifactId>docbook-xml</artifactId>
    <version>4.5</version>
    <scope>runtime</scope>
</dependency>

Thanks!

Original comment by pcoll...@gmail.com on 25 Jan 2011 at 8:04

GoogleCodeExporter commented 9 years ago

Original comment by MimilO...@gmail.com on 1 Mar 2011 at 5:05