MarkLogic 7 support

I know that 15.2 supports MarkLogic 7, but I'm having a hard time getting the connection to work. I'm on a Mac, using the latest 15.2 version of oxygen, with a developer instance of MarkLogic running on my localhost. I've set up a data source of type MarkLogic, with the driver pointing to marklogic-xcc-7.0.2.jar. Then my connection is setup with XDBC Host: localhost Port: 8002 User: admin Password: <mypassword> Database: [default] WebDAV URL: http://localhost:8003 When I click Select next to the Database field, I get an error popup: "Malformed Response: background:rgb(102.102,98); If I save it, I see the connection and two nodes - Groups and WebDAV. Under Groups I see "com.marklogic.xcc.exceptions.ServerConnectionException: Malformed Response: }" What have I done wrong? -- Steve

Hi, I suspect that the application server running on port 8002 is not an XDBC AppServer (as it is required). It's probably an HTTP AppServer. You can check the server configuration in the browser by connection to localhost:8001 and navigate to Groups/_my_group_/App Servers. If a WebDAV App Server is configured on port 8003 then you will be able to browse it and open/save file from through the WebDAV container in the Data Source Explorer. But if you want to execute XQueries and debug them, a valid XDBC App Server must be configured on the given port: XDBC Host: localhost Port: 8002 Best regards, Alex -- Alex Jitianu <oXygen/> XML Editor, Schema Editor and XSLT Editor/Debugger http://www.oxygenxml.com On 20-Feb-14 6:16 PM, Steven Anderson wrote:
I know that 15.2 supports MarkLogic 7, but I'm having a hard time getting the connection to work.
I'm on a Mac, using the latest 15.2 version of oxygen, with a developer instance of MarkLogic running on my localhost.
I've set up a data source of type MarkLogic, with the driver pointing to marklogic-xcc-7.0.2.jar.
Then my connection is setup with
XDBC Host: localhost Port: 8002 User: admin Password: <mypassword> Database: [default] WebDAV URL: http://localhost:8003
When I click Select next to the Database field, I get an error popup: "Malformed Response: background:rgb(102.102,98);
If I save it, I see the connection and two nodes - Groups and WebDAV. Under Groups I see "com.marklogic.xcc.exceptions.ServerConnectionException: Malformed Response: }"
What have I done wrong?
--
Steve
_______________________________________________ oXygen-user mailing list oXygen-user@oxygenxml.com http://www.oxygenxml.com/mailman/listinfo/oxygen-user

That was it, thank you. On Fri, Feb 21, 2014 at 2:51 AM, Alex Jitianu <alex_jitianu@sync.ro> wrote:
Hi,
I suspect that the application server running on port 8002 is not an XDBC AppServer (as it is required). It's probably an HTTP AppServer. You can check the server configuration in the browser by connection to localhost:8001 and navigate to Groups/_my_group_/App Servers.
If a WebDAV App Server is configured on port 8003 then you will be able to browse it and open/save file from through the WebDAV container in the Data Source Explorer. But if you want to execute XQueries and debug them, a valid XDBC App Server must be configured on the given port:
XDBC Host: localhost Port: 8002
Best regards, Alex -- Alex Jitianu <oXygen/> XML Editor, Schema Editor and XSLT Editor/Debuggerhttp://www.oxygenxml.com
On 20-Feb-14 6:16 PM, Steven Anderson wrote:
I know that 15.2 supports MarkLogic 7, but I'm having a hard time getting the connection to work.
I'm on a Mac, using the latest 15.2 version of oxygen, with a developer instance of MarkLogic running on my localhost.
I've set up a data source of type MarkLogic, with the driver pointing to marklogic-xcc-7.0.2.jar.
Then my connection is setup with
XDBC Host: localhost Port: 8002 User: admin Password: <mypassword> Database: [default] WebDAV URL: http://localhost:8003
When I click Select next to the Database field, I get an error popup: "Malformed Response: background:rgb(102.102,98);
If I save it, I see the connection and two nodes - Groups and WebDAV. Under Groups I see "com.marklogic.xcc.exceptions.ServerConnectionException: Malformed Response: }"
What have I done wrong?
--
Steve
_______________________________________________ oXygen-user mailing listoXygen-user@oxygenxml.comhttp://www.oxygenxml.com/mailman/listinfo/oxygen-user
_______________________________________________ oXygen-user mailing list oXygen-user@oxygenxml.com http://www.oxygenxml.com/mailman/listinfo/oxygen-user
-- Steve
participants (2)
-
Alex Jitianu
-
Steven Anderson