[
https://issues.apache.org/jira/browse/AXIS2-2287?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Deepal Jayasinghe updated AXIS2-2287:
-------------------------------------
Priority: Blocker (was: Major)
> "input line is too long" error when executing the tools in Windows 2000
> -----------------------------------------------------------------------
>
> Key: AXIS2-2287
> URL: https://issues.apache.org/jira/browse/AXIS2-2287
> Project: Axis 2.0 (Axis2)
> Issue Type: Bug
> Components: Tools
> Affects Versions: 1.1.1
> Environment: Windows 2000
> Reporter: Gabriel Belingueres
> Assignee: Deepal Jayasinghe
> Priority: Blocker
>
> Hi,
> When trying to run the axis tools (which are .bat files) in Windows 2000, the
> following error is displayed:
> "La lĂnea escrita es demasiado larga." (in Win 2k spanish) or (in english
> should be) "The input line is too long".
> This occurs because the Windows 2000 line length limit is shorter than in Win
> XP, and the AXIS2_CLASS_PATH content is too long.
> To make it work, just change the "%" by "!" arround AXIS2_CLASS_PATH when
> calling the JVM:
> From:
> %_RUNJAVA% %JAVA_OPTS% -cp "%AXIS2_CLASS_PATH%" ........
> To:
> %_RUNJAVA% %JAVA_OPTS% -cp "!AXIS2_CLASS_PATH!" ......
> Regards,
> Gabriel
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]