You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tuscany.apache.org by "Simon Laws (JIRA)" <de...@tuscany.apache.org> on 2008/08/06 15:10:48 UTC

[jira] Created: (TUSCANY-2535) Tuscany dosn't run if install on a WebSphere server that has itself been installed in a directory with a space in the name

Tuscany dosn't run if install on a WebSphere server that has itself been installed in a directory with a space in the name
--------------------------------------------------------------------------------------------------------------------------

                 Key: TUSCANY-2535
                 URL: https://issues.apache.org/jira/browse/TUSCANY-2535
             Project: Tuscany
          Issue Type: Bug
          Components: Java SCA Core Runtime
    Affects Versions: Java-SCA-1.3
         Environment: WinXP SP2 IBM JDK 5 WebSphere 6.1
            Reporter: Simon Laws
             Fix For: Java-SCA-Next


>From the mail list

Caused by: java.lang.IllegalArgumentException
       at java.net.URI.create(URI.java:854)
       at org.apache.tuscany.sca.node.impl.NodeImpl.configureNode(NodeImpl.java:508)
       at org.apache.tuscany.sca.node.impl.NodeImpl.<init>(NodeImpl.java:186)
       ... 15 more
Caused by: java.net.URISyntaxException: Illegal character in opaque
part at index 22: wsjar:file:/C:/Program
Files/IBM/WebSphere/AppServer/profiles/soa/installedApps/soa/simple-ear.ear/simple-ejb.jar!/service.composite
       at java.net.URI$Parser.fail(URI.java:2821)
       at java.net.URI$Parser.checkChars(URI.java:2994)
       at java.net.URI$Parser.parse(URI.java:3031)
       at java.net.URI.<init>(URI.java:590)
       at java.net.URI.create(URI.java:852)
       ... 17 more

It appears to be complaining about the path at which my websphere home
resides, ie the space in "Program Files".... Is this something that
Tuscany should be dealing with?  Or could it be a websphere bug?

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


Re: [jira] Resolved: (TUSCANY-2535) Tuscany dosn't run if install on a WebSphere server that has itself been installed in a directory with a space in the name

Posted by Dave Sowerby <da...@gmail.com>.
Just to let you know - I've made this change to a local NodeImpl.java
from 1.3 release - this fixed my websphere issue, so thanks all!

Cheers,

Dave.

--
Dave Sowerby MEng MBCS



On Wed, Aug 6, 2008 at 7:15 PM, Dave Sowerby <da...@gmail.com> wrote:
> Thanks Raymond!
>
> Dave.
>
> --
> Dave Sowerby MEng MBCS
>
>
>
> On Wed, Aug 6, 2008 at 6:20 PM, Raymond Feng (JIRA)
> <de...@tuscany.apache.org> wrote:
>>
>>     [ https://issues.apache.org/jira/browse/TUSCANY-2535?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
>>
>> Raymond Feng resolved TUSCANY-2535.
>> -----------------------------------
>>
>>    Resolution: Fixed
>>
>> Fxied under 683333
>>
>>> Tuscany dosn't run if install on a WebSphere server that has itself been installed in a directory with a space in the name
>>> --------------------------------------------------------------------------------------------------------------------------
>>>
>>>                 Key: TUSCANY-2535
>>>                 URL: https://issues.apache.org/jira/browse/TUSCANY-2535
>>>             Project: Tuscany
>>>          Issue Type: Bug
>>>          Components: Java SCA Core Runtime
>>>    Affects Versions: Java-SCA-1.3
>>>         Environment: WinXP SP2 IBM JDK 5 WebSphere 6.1
>>>            Reporter: Simon Laws
>>>            Assignee: Raymond Feng
>>>             Fix For: Java-SCA-Next
>>>
>>>
>>> From the mail list
>>> Caused by: java.lang.IllegalArgumentException
>>>        at java.net.URI.create(URI.java:854)
>>>        at org.apache.tuscany.sca.node.impl.NodeImpl.configureNode(NodeImpl.java:508)
>>>        at org.apache.tuscany.sca.node.impl.NodeImpl.<init>(NodeImpl.java:186)
>>>        ... 15 more
>>> Caused by: java.net.URISyntaxException: Illegal character in opaque
>>> part at index 22: wsjar:file:/C:/Program
>>> Files/IBM/WebSphere/AppServer/profiles/soa/installedApps/soa/simple-ear.ear/simple-ejb.jar!/service.composite
>>>        at java.net.URI$Parser.fail(URI.java:2821)
>>>        at java.net.URI$Parser.checkChars(URI.java:2994)
>>>        at java.net.URI$Parser.parse(URI.java:3031)
>>>        at java.net.URI.<init>(URI.java:590)
>>>        at java.net.URI.create(URI.java:852)
>>>        ... 17 more
>>> It appears to be complaining about the path at which my websphere home
>>> resides, ie the space in "Program Files".... Is this something that
>>> Tuscany should be dealing with?  Or could it be a websphere bug?
>>
>> --
>> This message is automatically generated by JIRA.
>> -
>> You can reply to this email to add a comment to the issue online.
>>
>>
>

Re: [jira] Resolved: (TUSCANY-2535) Tuscany dosn't run if install on a WebSphere server that has itself been installed in a directory with a space in the name

Posted by Dave Sowerby <da...@gmail.com>.
Thanks Raymond!

Dave.

--
Dave Sowerby MEng MBCS



On Wed, Aug 6, 2008 at 6:20 PM, Raymond Feng (JIRA)
<de...@tuscany.apache.org> wrote:
>
>     [ https://issues.apache.org/jira/browse/TUSCANY-2535?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
>
> Raymond Feng resolved TUSCANY-2535.
> -----------------------------------
>
>    Resolution: Fixed
>
> Fxied under 683333
>
>> Tuscany dosn't run if install on a WebSphere server that has itself been installed in a directory with a space in the name
>> --------------------------------------------------------------------------------------------------------------------------
>>
>>                 Key: TUSCANY-2535
>>                 URL: https://issues.apache.org/jira/browse/TUSCANY-2535
>>             Project: Tuscany
>>          Issue Type: Bug
>>          Components: Java SCA Core Runtime
>>    Affects Versions: Java-SCA-1.3
>>         Environment: WinXP SP2 IBM JDK 5 WebSphere 6.1
>>            Reporter: Simon Laws
>>            Assignee: Raymond Feng
>>             Fix For: Java-SCA-Next
>>
>>
>> From the mail list
>> Caused by: java.lang.IllegalArgumentException
>>        at java.net.URI.create(URI.java:854)
>>        at org.apache.tuscany.sca.node.impl.NodeImpl.configureNode(NodeImpl.java:508)
>>        at org.apache.tuscany.sca.node.impl.NodeImpl.<init>(NodeImpl.java:186)
>>        ... 15 more
>> Caused by: java.net.URISyntaxException: Illegal character in opaque
>> part at index 22: wsjar:file:/C:/Program
>> Files/IBM/WebSphere/AppServer/profiles/soa/installedApps/soa/simple-ear.ear/simple-ejb.jar!/service.composite
>>        at java.net.URI$Parser.fail(URI.java:2821)
>>        at java.net.URI$Parser.checkChars(URI.java:2994)
>>        at java.net.URI$Parser.parse(URI.java:3031)
>>        at java.net.URI.<init>(URI.java:590)
>>        at java.net.URI.create(URI.java:852)
>>        ... 17 more
>> It appears to be complaining about the path at which my websphere home
>> resides, ie the space in "Program Files".... Is this something that
>> Tuscany should be dealing with?  Or could it be a websphere bug?
>
> --
> This message is automatically generated by JIRA.
> -
> You can reply to this email to add a comment to the issue online.
>
>

[jira] Reopened: (TUSCANY-2535) Tuscany dosn't run if install on a WebSphere server that has itself been installed in a directory with a space in the name

Posted by "ant elder (JIRA)" <de...@tuscany.apache.org>.
     [ https://issues.apache.org/jira/browse/TUSCANY-2535?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

ant elder reopened TUSCANY-2535:
--------------------------------


Reopening just so its easier to track on the 1.3.1 release

> Tuscany dosn't run if install on a WebSphere server that has itself been installed in a directory with a space in the name
> --------------------------------------------------------------------------------------------------------------------------
>
>                 Key: TUSCANY-2535
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-2535
>             Project: Tuscany
>          Issue Type: Bug
>          Components: Java SCA Core Runtime
>    Affects Versions: Java-SCA-1.3
>         Environment: WinXP SP2 IBM JDK 5 WebSphere 6.1
>            Reporter: Simon Laws
>            Assignee: Raymond Feng
>             Fix For: Java-SCA-1.3.1
>
>
> From the mail list
> Caused by: java.lang.IllegalArgumentException
>        at java.net.URI.create(URI.java:854)
>        at org.apache.tuscany.sca.node.impl.NodeImpl.configureNode(NodeImpl.java:508)
>        at org.apache.tuscany.sca.node.impl.NodeImpl.<init>(NodeImpl.java:186)
>        ... 15 more
> Caused by: java.net.URISyntaxException: Illegal character in opaque
> part at index 22: wsjar:file:/C:/Program
> Files/IBM/WebSphere/AppServer/profiles/soa/installedApps/soa/simple-ear.ear/simple-ejb.jar!/service.composite
>        at java.net.URI$Parser.fail(URI.java:2821)
>        at java.net.URI$Parser.checkChars(URI.java:2994)
>        at java.net.URI$Parser.parse(URI.java:3031)
>        at java.net.URI.<init>(URI.java:590)
>        at java.net.URI.create(URI.java:852)
>        ... 17 more
> It appears to be complaining about the path at which my websphere home
> resides, ie the space in "Program Files".... Is this something that
> Tuscany should be dealing with?  Or could it be a websphere bug?

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (TUSCANY-2535) Tuscany dosn't run if install on a WebSphere server that has itself been installed in a directory with a space in the name

Posted by "Raymond Feng (JIRA)" <de...@tuscany.apache.org>.
     [ https://issues.apache.org/jira/browse/TUSCANY-2535?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Raymond Feng reassigned TUSCANY-2535:
-------------------------------------

    Assignee: Raymond Feng

> Tuscany dosn't run if install on a WebSphere server that has itself been installed in a directory with a space in the name
> --------------------------------------------------------------------------------------------------------------------------
>
>                 Key: TUSCANY-2535
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-2535
>             Project: Tuscany
>          Issue Type: Bug
>          Components: Java SCA Core Runtime
>    Affects Versions: Java-SCA-1.3
>         Environment: WinXP SP2 IBM JDK 5 WebSphere 6.1
>            Reporter: Simon Laws
>            Assignee: Raymond Feng
>             Fix For: Java-SCA-Next
>
>
> From the mail list
> Caused by: java.lang.IllegalArgumentException
>        at java.net.URI.create(URI.java:854)
>        at org.apache.tuscany.sca.node.impl.NodeImpl.configureNode(NodeImpl.java:508)
>        at org.apache.tuscany.sca.node.impl.NodeImpl.<init>(NodeImpl.java:186)
>        ... 15 more
> Caused by: java.net.URISyntaxException: Illegal character in opaque
> part at index 22: wsjar:file:/C:/Program
> Files/IBM/WebSphere/AppServer/profiles/soa/installedApps/soa/simple-ear.ear/simple-ejb.jar!/service.composite
>        at java.net.URI$Parser.fail(URI.java:2821)
>        at java.net.URI$Parser.checkChars(URI.java:2994)
>        at java.net.URI$Parser.parse(URI.java:3031)
>        at java.net.URI.<init>(URI.java:590)
>        at java.net.URI.create(URI.java:852)
>        ... 17 more
> It appears to be complaining about the path at which my websphere home
> resides, ie the space in "Program Files".... Is this something that
> Tuscany should be dealing with?  Or could it be a websphere bug?

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (TUSCANY-2535) Tuscany dosn't run if install on a WebSphere server that has itself been installed in a directory with a space in the name

Posted by "Simon Laws (JIRA)" <de...@tuscany.apache.org>.
     [ https://issues.apache.org/jira/browse/TUSCANY-2535?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Simon Laws reassigned TUSCANY-2535:
-----------------------------------

    Assignee: Simon Laws  (was: Raymond Feng)

> Tuscany dosn't run if install on a WebSphere server that has itself been installed in a directory with a space in the name
> --------------------------------------------------------------------------------------------------------------------------
>
>                 Key: TUSCANY-2535
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-2535
>             Project: Tuscany
>          Issue Type: Bug
>          Components: Java SCA Core Runtime
>    Affects Versions: Java-SCA-1.3
>         Environment: WinXP SP2 IBM JDK 5 WebSphere 6.1
>            Reporter: Simon Laws
>            Assignee: Simon Laws
>             Fix For: Java-SCA-1.3.1
>
>
> From the mail list
> Caused by: java.lang.IllegalArgumentException
>        at java.net.URI.create(URI.java:854)
>        at org.apache.tuscany.sca.node.impl.NodeImpl.configureNode(NodeImpl.java:508)
>        at org.apache.tuscany.sca.node.impl.NodeImpl.<init>(NodeImpl.java:186)
>        ... 15 more
> Caused by: java.net.URISyntaxException: Illegal character in opaque
> part at index 22: wsjar:file:/C:/Program
> Files/IBM/WebSphere/AppServer/profiles/soa/installedApps/soa/simple-ear.ear/simple-ejb.jar!/service.composite
>        at java.net.URI$Parser.fail(URI.java:2821)
>        at java.net.URI$Parser.checkChars(URI.java:2994)
>        at java.net.URI$Parser.parse(URI.java:3031)
>        at java.net.URI.<init>(URI.java:590)
>        at java.net.URI.create(URI.java:852)
>        ... 17 more
> It appears to be complaining about the path at which my websphere home
> resides, ie the space in "Program Files".... Is this something that
> Tuscany should be dealing with?  Or could it be a websphere bug?

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (TUSCANY-2535) Tuscany dosn't run if install on a WebSphere server that has itself been installed in a directory with a space in the name

Posted by "Raymond Feng (JIRA)" <de...@tuscany.apache.org>.
     [ https://issues.apache.org/jira/browse/TUSCANY-2535?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Raymond Feng resolved TUSCANY-2535.
-----------------------------------

    Resolution: Fixed

Fxied under 683333

> Tuscany dosn't run if install on a WebSphere server that has itself been installed in a directory with a space in the name
> --------------------------------------------------------------------------------------------------------------------------
>
>                 Key: TUSCANY-2535
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-2535
>             Project: Tuscany
>          Issue Type: Bug
>          Components: Java SCA Core Runtime
>    Affects Versions: Java-SCA-1.3
>         Environment: WinXP SP2 IBM JDK 5 WebSphere 6.1
>            Reporter: Simon Laws
>            Assignee: Raymond Feng
>             Fix For: Java-SCA-Next
>
>
> From the mail list
> Caused by: java.lang.IllegalArgumentException
>        at java.net.URI.create(URI.java:854)
>        at org.apache.tuscany.sca.node.impl.NodeImpl.configureNode(NodeImpl.java:508)
>        at org.apache.tuscany.sca.node.impl.NodeImpl.<init>(NodeImpl.java:186)
>        ... 15 more
> Caused by: java.net.URISyntaxException: Illegal character in opaque
> part at index 22: wsjar:file:/C:/Program
> Files/IBM/WebSphere/AppServer/profiles/soa/installedApps/soa/simple-ear.ear/simple-ejb.jar!/service.composite
>        at java.net.URI$Parser.fail(URI.java:2821)
>        at java.net.URI$Parser.checkChars(URI.java:2994)
>        at java.net.URI$Parser.parse(URI.java:3031)
>        at java.net.URI.<init>(URI.java:590)
>        at java.net.URI.create(URI.java:852)
>        ... 17 more
> It appears to be complaining about the path at which my websphere home
> resides, ie the space in "Program Files".... Is this something that
> Tuscany should be dealing with?  Or could it be a websphere bug?

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (TUSCANY-2535) Tuscany dosn't run if install on a WebSphere server that has itself been installed in a directory with a space in the name

Posted by "ant elder (JIRA)" <de...@tuscany.apache.org>.
     [ https://issues.apache.org/jira/browse/TUSCANY-2535?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

ant elder updated TUSCANY-2535:
-------------------------------

    Fix Version/s:     (was: Java-SCA-Next)
                   Java-SCA-1.3.1

> Tuscany dosn't run if install on a WebSphere server that has itself been installed in a directory with a space in the name
> --------------------------------------------------------------------------------------------------------------------------
>
>                 Key: TUSCANY-2535
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-2535
>             Project: Tuscany
>          Issue Type: Bug
>          Components: Java SCA Core Runtime
>    Affects Versions: Java-SCA-1.3
>         Environment: WinXP SP2 IBM JDK 5 WebSphere 6.1
>            Reporter: Simon Laws
>            Assignee: Raymond Feng
>             Fix For: Java-SCA-1.3.1
>
>
> From the mail list
> Caused by: java.lang.IllegalArgumentException
>        at java.net.URI.create(URI.java:854)
>        at org.apache.tuscany.sca.node.impl.NodeImpl.configureNode(NodeImpl.java:508)
>        at org.apache.tuscany.sca.node.impl.NodeImpl.<init>(NodeImpl.java:186)
>        ... 15 more
> Caused by: java.net.URISyntaxException: Illegal character in opaque
> part at index 22: wsjar:file:/C:/Program
> Files/IBM/WebSphere/AppServer/profiles/soa/installedApps/soa/simple-ear.ear/simple-ejb.jar!/service.composite
>        at java.net.URI$Parser.fail(URI.java:2821)
>        at java.net.URI$Parser.checkChars(URI.java:2994)
>        at java.net.URI$Parser.parse(URI.java:3031)
>        at java.net.URI.<init>(URI.java:590)
>        at java.net.URI.create(URI.java:852)
>        ... 17 more
> It appears to be complaining about the path at which my websphere home
> resides, ie the space in "Program Files".... Is this something that
> Tuscany should be dealing with?  Or could it be a websphere bug?

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (TUSCANY-2535) Tuscany dosn't run if install on a WebSphere server that has itself been installed in a directory with a space in the name

Posted by "Simon Laws (JIRA)" <de...@tuscany.apache.org>.
     [ https://issues.apache.org/jira/browse/TUSCANY-2535?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Simon Laws resolved TUSCANY-2535.
---------------------------------

    Resolution: Fixed

committed to 1.3.1 branch at revision: 685853  


> Tuscany dosn't run if install on a WebSphere server that has itself been installed in a directory with a space in the name
> --------------------------------------------------------------------------------------------------------------------------
>
>                 Key: TUSCANY-2535
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-2535
>             Project: Tuscany
>          Issue Type: Bug
>          Components: Java SCA Core Runtime
>    Affects Versions: Java-SCA-1.3
>         Environment: WinXP SP2 IBM JDK 5 WebSphere 6.1
>            Reporter: Simon Laws
>            Assignee: Simon Laws
>             Fix For: Java-SCA-1.3.1
>
>
> From the mail list
> Caused by: java.lang.IllegalArgumentException
>        at java.net.URI.create(URI.java:854)
>        at org.apache.tuscany.sca.node.impl.NodeImpl.configureNode(NodeImpl.java:508)
>        at org.apache.tuscany.sca.node.impl.NodeImpl.<init>(NodeImpl.java:186)
>        ... 15 more
> Caused by: java.net.URISyntaxException: Illegal character in opaque
> part at index 22: wsjar:file:/C:/Program
> Files/IBM/WebSphere/AppServer/profiles/soa/installedApps/soa/simple-ear.ear/simple-ejb.jar!/service.composite
>        at java.net.URI$Parser.fail(URI.java:2821)
>        at java.net.URI$Parser.checkChars(URI.java:2994)
>        at java.net.URI$Parser.parse(URI.java:3031)
>        at java.net.URI.<init>(URI.java:590)
>        at java.net.URI.create(URI.java:852)
>        ... 17 more
> It appears to be complaining about the path at which my websphere home
> resides, ie the space in "Program Files".... Is this something that
> Tuscany should be dealing with?  Or could it be a websphere bug?

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.