Issue Details (XML | Word | Printable)

Key: GALAXY-98
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Dan Diephouse
Reporter: Andrew Perepelytsya
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Galaxy

Can't create a workspace under root via Atom

Created: 04/Feb/08 03:22 PM   Updated: 04/Feb/08 03:33 PM
Component/s: Atom
Affects Version/s: 1.0-beta-1
Fix Version/s: 1.0-beta-2

Time Tracking:
Not Specified

Labels:
User impact: High
Log Output:
<?xml version='1.0' encoding='UTF-8'?>
                    <entry xmlns="http://www.w3.org/2005/Atom">
                      <title type="text">Mule</title>
                      <updated>2008-02-04T16:23:010-0500</updated>
                      <author>
                        <name>admin</name>
                      </author>
                      <id>urn:uuid:F2FEB15CD2E3B755911201905042360</id>
                      <content type="text"></content>
                    </entry>
                
DEBUG 2008-02-04 16:23:10,140 [main] httpclient.wire.header: >> "POST /api/registry;workspaces HTTP/1.1[\r][\n]"
DEBUG 2008-02-04 16:23:10,156 [main] httpclient.wire.header: >> "Content-Type: application/atom+xml;type=entry[\r][\n]"
DEBUG 2008-02-04 16:23:10,156 [main] httpclient.wire.header: >> "Authorization: Basic YWRtaW46YWRtaW4=[\r][\n]"
DEBUG 2008-02-04 16:23:10,156 [main] httpclient.wire.header: >> "User-Agent: Jakarta Commons-HttpClient/3.1[\r][\n]"
DEBUG 2008-02-04 16:23:10,156 [main] httpclient.wire.header: >> "Host: localhost:8080[\r][\n]"
DEBUG 2008-02-04 16:23:10,156 [main] httpclient.wire.header: >> "Content-Length: 501[\r][\n]"
DEBUG 2008-02-04 16:23:10,156 [main] httpclient.wire.header: >> "[\r][\n]"
DEBUG 2008-02-04 16:23:10,187 [main] httpclient.wire.header: << "HTTP/1.1 500 Internal Server Error[\r][\n]"
DEBUG 2008-02-04 16:23:10,187 [main] httpclient.wire.header: << "HTTP/1.1 500 Internal Server Error[\r][\n]"
DEBUG 2008-02-04 16:23:10,187 [main] httpclient.wire.header: << "Server: Apache-Coyote/1.1[\r][\n]"
DEBUG 2008-02-04 16:23:10,187 [main] httpclient.wire.header: << "Set-Cookie: JSESSIONID=A32A18B0B8B3AE06D9725CE41D6D172A; Path=/[\r][\n]"
DEBUG 2008-02-04 16:23:10,187 [main] httpclient.wire.header: << "Content-Type: text/html;charset=utf-8[\r][\n]"
DEBUG 2008-02-04 16:23:10,187 [main] httpclient.wire.header: << "Content-Length: 1000[\r][\n]"
DEBUG 2008-02-04 16:23:10,187 [main] httpclient.wire.header: << "Date: Mon, 04 Feb 2008 21:23:10 GMT[\r][\n]"
DEBUG 2008-02-04 16:23:10,203 [main] httpclient.wire.header: << "Connection: close[\r][\n]"
DEBUG 2008-02-04 16:23:10,203 [main] httpclient.wire.header: << "[\r][\n]"
Caught: java.lang.AssertionError: Expression: (status == 201). Values: status = 500
at org.mule.galaxy.dsl.Galaxy$_closure3_closure8.doCall(Galaxy.groovy:79)
at org.mule.galaxy.dsl.Galaxy.remoteCall(Galaxy.groovy:116)
at org.mule.galaxy.dsl.Galaxy$_closure3.doCall(Galaxy.groovy:78)
at org.mule.galaxy.dsl.Galaxy.invokeMethod(Galaxy.groovy:121)
at PopulateGalaxy.run(PopulateGalaxy.groovy:14)
at PopulateGalaxy.main(PopulateGalaxy.groovy)


 All   Comments   Work Log   Change History   Transitions   FishEye      Sort Order: Ascending order - Click to sort in descending order
Andrew Perepelytsya added a comment - 04/Feb/08 03:24 PM
Note, that it's currently possible to create a workspace via atom if it is not under root.

Dan Diephouse added a comment - 04/Feb/08 03:33 PM