Closed glassfishrobot closed 13 years ago
@glassfishrobot Commented slominskir said: Note: the project had the following "sniffers" (excerpt from domain.xml):
<module name="myproject">
<engine sniffer="ejb"></engine>
<engine sniffer="security"></engine>
<engine sniffer="jpa"></engine>
<engine sniffer="web"></engine>
<engine sniffer="weld"></engine>
</module>
@glassfishrobot Commented @honghzzhang said: Yes, it's probably the space. As a workaround, please don't use directory with space for now.
@glassfishrobot Commented @honghzzhang said: Fixed in both trunk and 3.1.2. Encode the space in the path before converting a URL or a String to a URI.
@glassfishrobot Commented Issue-Links: is duplicated by GLASSFISH-17440 is related to GLASSFISH-16333
@glassfishrobot Commented This issue was imported from java.net JIRA GLASSFISH-17242
@glassfishrobot Commented Reported by slominskir
@glassfishrobot Commented Marked as fixed on Friday, October 21st 2011, 6:22:09 pm
This appears to be a regression of #5806.
I'm getting the following Exception when I attempt to deploy a war file using asadmin. I execute the command:
and get the following Exception in the log file:
Notice the space in "Program Files". I assume that is the problem.
If I deploy the application using the "Run" command in Netbeans 7.0.1 then I don't get the error. Note: I'm using a Netbeans maven project to build the application (and usually to deploy the application). Therefore it seems in-place deployments work fine; it is just the scenario where you provide a war file that doesn't work.
Environment
Windows 7 64-bit
Affected Versions
[3.1.1]