I know its bad form to reply to my own message but I have discovered the issue and that there are others out there who have this problem.
The LANG environment variable that is picked up by the IBM java compiler was set to not support international languages. There is at least one developer whose comments include international language characters and this caused the compiler to abort with an IO error without much more in the way of an explanation. Setting the LANG environment variable to something that can handle the character set completely resolved this issue. Thanks, Ben -----Original Message----- From: Ben Miller [mailto:[EMAIL PROTECTED] Sent: Friday, October 22, 2004 9:58 AM To: [EMAIL PROTECTED] Subject: Trouble Installing Jetspeed2 Greetings, I have been following the instructions carefully on the jetspeed2 website and I continue to have trouble installing jetspeed2. I am running RedHat E3 with the RPM version of Apache2,Tomcat5,ant, and Java. I have installed maven by hand following the instructions. I can do the "maven start.test.server" and the built-in server starts just fine. The "allClean" also runs nicely and downloads dependencies that maven sees that I need. The "allBuild" starts nicely and then aborts with the errors I will include below, which unfortunately I do not understand. I have googled, checked the wiki, and logged into #jetspeed on freenode and I am not finding any information about my errors. Any assistance in getting past this issue would be greatly appreciated. Thank you in advance. My /root/build.properties is: org.apache.jetspeed.project.home=/var/www/jakarta-jetspeed-2/ org.apache.jetspeed.server.home=/var/lib/tomcat5 org.apache.jetspeed.catalina.version.major=5 org.apache.jetspeed.server.shared=${org.apache.jetspeed.server.home}/com mon/lib/ org.apache.jetspeed.deploy.war.dir=${org.apache.jetspeed.server.home}/we bapps/ org.apache.jetspeed.services.autodeployment.user=manager org.apache.jetspeed.services.autodeployment.password=manager123 The error I receive during the allBuild is: +---------------------------------------- | Build and Install all Jetspeed 2 jars Jetspeed-2 Core API | Memory: 103M/218M +---------------------------------------- Plugin 'maven-deploy-plugin' in project 'Jetspeed-2 Core API' is not available jar:install: build:end: build:start: java:prepare-filesystem: [mkdir] Created dir: /var/www/jakarta-jetspeed-2/jetspeed-api/target/classes java:compile: [echo] Compiling to /var/www/jakarta-jetspeed-2/jetspeed-api/target/classes [javac] Compiling 167 source files to /var/www/jakarta-jetspeed-2/jetspeed-api/target/classes [javac] error: IO exception sun.io.MalformedInputException [javac] error: IO exception sun.io.MalformedInputException [javac] error: IO exception sun.io.MalformedInputException [javac] error: IO exception sun.io.MalformedInputException [javac] error: IO exception sun.io.MalformedInputException [javac] error: IO exception sun.io.MalformedInputException [javac] 6 errors BUILD FAILED File...... /var/www/jakarta-jetspeed-2/maven.xml Element... maven:reactor Line...... 133 Column.... 40 Unable to obtain goal [java:compile] -- /root/.maven/cache/maven-java-plugin-1.4/plugin.jelly:53:48: <ant:javac> Compile failed; see the compil er error output for details. Total time: 8 minutes 45 seconds --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
