holodeck-b2b / Holodeck-B2B

Holodeck B2B is an AS4 system-to-system messaging solution that implements the OASIS specifications for ebMS3 and it's AS4 profile. For more information visit the project website
http://holodeck-b2b.org
GNU General Public License v3.0
76 stars 38 forks source link

Unable to start on Windows when using very long base path #64

Closed sfieten closed 7 years ago

sfieten commented 7 years ago

When the path where Holodeck B2B is installed is very long (~250 chars) it isn't possible to start the server.

This is caused by limitation in Windows on the length of the command line which may not exceed 8192 characters. Because all jars in the lib directory are individually included with their absolute path in the Java classpath this maximum will be exceeded when the _HB2BHOME path is already very long.