Discussion:
Error While Compiling
Tim Costa
2010-12-25 20:58:01 UTC
Permalink
While trying to compile wave in a box, I am receiving this error
while running ant. Does anyone know how to fix this? Thank you. I can
send a full error log if desired (~1290 errors).

[javac] 1. ERROR in /home/timcosta33/WaveInABox/wave-protocol/
proto_src/org/waveprotocol/$
[javac] return newBuilder().mergeFrom(data).buildParsed();
[javac] ^^^^^^^^^
[javac] The method mergeFrom(Message) in the type
WaveClientRpc.ProtocolAuthenticate.Buil$
[javac] ----------

Thank you very much.
Soren Lassen
2010-12-26 04:32:43 UTC
Permalink
Everything builds without problems for me. Are you sure you have the
right version of java? See:
http://www.waveprotocol.org/code/get-java
http://www.waveprotocol.org/code/client-development-environment-set-up
Another thing to try is to check that you checked out the source ok
and maybe do "ant clean" and retry the build. If the problem persists,
send the full error log and the output of "javac -version" and "ant
-version".
  While trying to compile wave in a box, I am receiving this error
while running ant. Does anyone know how to fix this? Thank you. I can
send a full error log if desired (~1290 errors).
 [javac] 1. ERROR in /home/timcosta33/WaveInABox/wave-protocol/
proto_src/org/waveprotocol/$
   [javac]     return newBuilder().mergeFrom(data).buildParsed();
   [javac]                         ^^^^^^^^^
   [javac] The method mergeFrom(Message) in the type
WaveClientRpc.ProtocolAuthenticate.Buil$
   [javac] ----------
Thank you very much.
--
You received this message because you are subscribed to the Google Groups "Wave Protocol" group.
For more options, visit this group at http://groups.google.com/group/wave-protocol?hl=en.
--
You received this message because you are subscribed to the Google Groups "Wave Protocol" group.
To post to this group, send email to wave-protocol-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
To unsubscribe from this group, send email to wave-protocol+***@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/wave-protocol?hl=en.
Ozz
2010-12-26 14:26:18 UTC
Permalink
Are you using Debian and openjdk? I had problems compiling with those
a while ago.
Post by Soren Lassen
Everything builds without problems for me. Are you sure you have the
right version of java? See:http://www.waveprotocol.org/code/get-javahttp://www.waveprotocol.org/code/client-development-environment-set-up
Another thing to try is to check that you checked out the source ok
and maybe do "ant clean" and retry the build. If the problem persists,
send the full error log and the output of "javac -version" and "ant
-version".
  While trying to compile wave in a box, I am receiving this error
while running ant. Does anyone know how to fix this? Thank you. I can
send a full error log if desired (~1290 errors).
 [javac] 1. ERROR in /home/timcosta33/WaveInABox/wave-protocol/
proto_src/org/waveprotocol/$
   [javac]     return newBuilder().mergeFrom(data).buildParsed();
   [javac]                         ^^^^^^^^^
   [javac] The method mergeFrom(Message) in the type
WaveClientRpc.ProtocolAuthenticate.Buil$
   [javac] ----------
Thank you very much.
--
You received this message because you are subscribed to the Google Groups "Wave Protocol" group.
For more options, visit this group athttp://groups.google.com/group/wave-protocol?hl=en.
--
You received this message because you are subscribed to the Google Groups "Wave Protocol" group.
To post to this group, send email to wave-protocol-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
To unsubscribe from this group, send email to wave-protocol+***@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/wave-protocol?hl=en.
Tim Costa
2010-12-26 18:51:02 UTC
Permalink
I am using a Dreamhost VPS with Java 6 installed. I fexed the previous
error, i simply had to re-set the path variable to java, but now i am
getting this:

[junit] Tests FAILED (crashed)
[junitreport] the file
/home/timcosta33/WIAB/test_out/TEST-org.waveprotocol.wave.model.util.Utf16UtilTest.xml
is empty.
[junitreport] This can be caused by the test JVM exiting unexpectedly
[junitreport] Processing
/home/timcosta33/WIAB/test_out/TESTS-TestSuites.xml to
/tmp/null1981506315
[junitreport] Loading stylesheet
jar:file:/usr/share/ant/lib/ant-junit.jar!/org/apache/tools/ant/taskdefs/optional/junit/xsl/junit-frames.xsl
[junitreport] Failed to process
/home/timcosta33/WIAB/test_out/TESTS-TestSuites.xml

BUILD FAILED
/home/timcosta33/WIAB/build.xml:239: The following error occurred
while executing this line:
/home/timcosta33/WIAB/build-macros.xml:149: Errors while applying
transformations:
javax.xml.transform.TransformerConfigurationException: SAX parser
error: reference to entity in undeclared doctype

Total time: 6 minutes 52 seconds

Also, sometimes while running the test suite it says "Killed" and
stops the build... Any ideas why?

Thank you all.
Post by Ozz
Are you using Debian and openjdk? I had problems compiling with those
a while ago.
Post by Soren Lassen
Everything builds without problems for me. Are you sure you have the
right version of java? See:http://www.waveprotocol.org/code/get-javahttp://www.waveprotocol.org/code/client-development-environment-set-up
Another thing to try is to check that you checked out the source ok
and maybe do "ant clean" and retry the build. If the problem persists,
send the full error log and the output of "javac -version" and "ant
-version".
  While trying to compile wave in a box, I am receiving this error
while running ant. Does anyone know how to fix this? Thank you. I can
send a full error log if desired (~1290 errors).
 [javac] 1. ERROR in /home/timcosta33/WaveInABox/wave-protocol/
proto_src/org/waveprotocol/$
   [javac]     return newBuilder().mergeFrom(data).buildParsed();
   [javac]                         ^^^^^^^^^
   [javac] The method mergeFrom(Message) in the type
WaveClientRpc.ProtocolAuthenticate.Buil$
   [javac] ----------
Thank you very much.
--
You received this message because you are subscribed to the Google Groups "Wave Protocol" group.
For more options, visit this group athttp://groups.google.com/group/wave-protocol?hl=en.
--
You received this message because you are subscribed to the Google Groups "Wave Protocol" group.
For more options, visit this group at http://groups.google.com/group/wave-protocol?hl=en.
--
You received this message because you are subscribed to the Google Groups "Wave Protocol" group.
To post to this group, send email to wave-protocol-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
To unsubscribe from this group, send email to wave-protocol+***@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/wave-protocol?hl=en.
Soren Lassen
2010-12-26 22:50:05 UTC
Permalink
Maybe it's running out of memory. How much memory do you have?
Post by Tim Costa
I am using a Dreamhost VPS with Java 6 installed. I fexed the previous
error, i simply had to re-set the path variable to java, but now i am
[junit] Tests FAILED (crashed)
[junitreport] the file
/home/timcosta33/WIAB/test_out/TEST-org.waveprotocol.wave.model.util.Utf16UtilTest.xml
is empty.
[junitreport] This can be caused by the test JVM exiting unexpectedly
[junitreport] Processing
/home/timcosta33/WIAB/test_out/TESTS-TestSuites.xml to
/tmp/null1981506315
[junitreport] Loading stylesheet
jar:file:/usr/share/ant/lib/ant-junit.jar!/org/apache/tools/ant/taskdefs/optional/junit/xsl/junit-frames.xsl
[junitreport] Failed to process
/home/timcosta33/WIAB/test_out/TESTS-TestSuites.xml
BUILD FAILED
/home/timcosta33/WIAB/build.xml:239: The following error occurred
/home/timcosta33/WIAB/build-macros.xml:149: Errors while applying
javax.xml.transform.TransformerConfigurationException: SAX parser
error: reference to entity in undeclared doctype
Total time: 6 minutes 52 seconds
Also, sometimes while running the test suite it says "Killed" and
stops the build... Any ideas why?
Thank you all.
Post by Ozz
Are you using Debian and openjdk? I had problems compiling with those
a while ago.
Post by Soren Lassen
Everything builds without problems for me. Are you sure you have the
right version of java? See:http://www.waveprotocol.org/code/get-javahttp://www.waveprotocol.org/code/client-development-environment-set-up
Another thing to try is to check that you checked out the source ok
and maybe do "ant clean" and retry the build. If the problem persists,
send the full error log and the output of "javac -version" and "ant
-version".
  While trying to compile wave in a box, I am receiving this error
while running ant. Does anyone know how to fix this? Thank you. I can
send a full error log if desired (~1290 errors).
 [javac] 1. ERROR in /home/timcosta33/WaveInABox/wave-protocol/
proto_src/org/waveprotocol/$
   [javac]     return newBuilder().mergeFrom(data).buildParsed();
   [javac]                         ^^^^^^^^^
   [javac] The method mergeFrom(Message) in the type
WaveClientRpc.ProtocolAuthenticate.Buil$
   [javac] ----------
Thank you very much.
--
You received this message because you are subscribed to the Google Groups "Wave Protocol" group.
For more options, visit this group athttp://groups.google.com/group/wave-protocol?hl=en.
--
You received this message because you are subscribed to the Google Groups "Wave Protocol" group.
For more options, visit this group at http://groups.google.com/group/wave-protocol?hl=en.
--
You received this message because you are subscribed to the Google Groups "Wave Protocol" group.
For more options, visit this group at http://groups.google.com/group/wave-protocol?hl=en.
--
You received this message because you are subscribed to the Google Groups "Wave Protocol" group.
To post to this group, send email to wave-protocol-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
To unsubscribe from this group, send email to wave-protocol+***@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/wave-protocol?hl=en.
Tim Costa
2010-12-26 22:51:47 UTC
Permalink
500MB of ram and unlim disk.

Tim Costa

Sent from my DroidX
Post by Soren Lassen
Maybe it's running out of memory. How much memory do you have?
Post by Tim Costa
I am using a Dreamhost VPS with Java 6 installed. I fexed the previous
error, i simply had to re-set the path variable to java, but now i am
[junit] Tests FAILED (crashed)
[junitreport] the file
/home/timcosta33/WIAB/test_out/TEST-org.waveprotocol.wave.model.util.Utf16UtilTest.xml
Post by Soren Lassen
Post by Tim Costa
is empty.
[junitreport] This can be caused by the test JVM exiting unexpectedly
[junitreport] Processing
/home/timcosta33/WIAB/test_out/TESTS-TestSuites.xml to
/tmp/null1981506315
[junitreport] Loading stylesheet
jar:file:/usr/share/ant/lib/ant-junit.jar!/org/apache/tools/ant/taskdefs/optional/junit/xsl/junit-frames.xsl
Post by Soren Lassen
Post by Tim Costa
[junitreport] Failed to process
/home/timcosta33/WIAB/test_out/TESTS-TestSuites.xml
BUILD FAILED
/home/timcosta33/WIAB/build.xml:239: The following error occurred
/home/timcosta33/WIAB/build-macros.xml:149: Errors while applying
javax.xml.transform.TransformerConfigurationException: SAX parser
error: reference to entity in undeclared doctype
Total time: 6 minutes 52 seconds
Also, sometimes while running the test suite it says "Killed" and
stops the build... Any ideas why?
Thank you all.
Post by Ozz
Are you using Debian and openjdk? I had problems compiling with those
a while ago.
Post by Soren Lassen
Everything builds without problems for me. Are you sure you have the
http://www.waveprotocol.org/code/get-javahttp://www.waveprotocol.org/code/client-development-environment-set-up
Post by Soren Lassen
Post by Tim Costa
Post by Ozz
Post by Soren Lassen
Another thing to try is to check that you checked out the source ok
and maybe do "ant clean" and retry the build. If the problem persists,
send the full error log and the output of "javac -version" and "ant
-version".
Post by Tim Costa
While trying to compile wave in a box, I am receiving this error
while running ant. Does anyone know how to fix this? Thank you. I can
send a full error log if desired (~1290 errors).
[javac] 1. ERROR in /home/timcosta33/WaveInABox/wave-protocol/
proto_src/org/waveprotocol/$
[javac] return newBuilder().mergeFrom(data).buildParsed();
[javac] ^^^^^^^^^
[javac] The method mergeFrom(Message) in the type
WaveClientRpc.ProtocolAuthenticate.Buil$
[javac] ----------
Thank you very much.
--
You received this message because you are subscribed to the Google
Groups "Wave Protocol" group.
Post by Soren Lassen
Post by Tim Costa
Post by Ozz
Post by Soren Lassen
Post by Tim Costa
To unsubscribe from this group, send email to
wave-protocol+unsubscribe-/***@public.gmane.org<wave-protocol%2Bunsubscribe-/***@public.gmane.org>
.
Post by Soren Lassen
Post by Tim Costa
Post by Ozz
Post by Soren Lassen
Post by Tim Costa
For more options, visit this group athttp://
groups.google.com/group/wave-protocol?hl=en.
Post by Soren Lassen
Post by Tim Costa
Post by Ozz
--
You received this message because you are subscribed to the Google
Groups "Wave Protocol" group.
Post by Soren Lassen
Post by Tim Costa
Post by Ozz
To unsubscribe from this group, send email to
wave-protocol+unsubscribe-/***@public.gmane.org<wave-protocol%2Bunsubscribe-/***@public.gmane.org>
.
Post by Soren Lassen
Post by Tim Costa
Post by Ozz
For more options, visit this group at
http://groups.google.com/group/wave-protocol?hl=en.
Post by Soren Lassen
Post by Tim Costa
--
You received this message because you are subscribed to the Google Groups
"Wave Protocol" group.
Post by Soren Lassen
Post by Tim Costa
To unsubscribe from this group, send email to
wave-protocol+unsubscribe-/***@public.gmane.org<wave-protocol%2Bunsubscribe-/***@public.gmane.org>
.
Post by Soren Lassen
Post by Tim Costa
For more options, visit this group at
http://groups.google.com/group/wave-protocol?hl=en.
Post by Soren Lassen
--
You received this message because you are subscribed to the Google Groups
"Wave Protocol" group.
Post by Soren Lassen
To unsubscribe from this group, send email to
wave-protocol+unsubscribe-/***@public.gmane.org<wave-protocol%2Bunsubscribe-/***@public.gmane.org>
.
Post by Soren Lassen
For more options, visit this group at
http://groups.google.com/group/wave-protocol?hl=en.
--
You received this message because you are subscribed to the Google Groups "Wave Protocol" group.
To post to this group, send email to wave-protocol-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
To unsubscribe from this group, send email to wave-protocol+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
For more options, visit this group at http://groups.google.com/group/wave-protocol?hl=en.
Виталий Жаков
2010-12-27 19:22:54 UTC
Permalink
Today I compile WIAB on Ubuntu 10.04 with 512 RAM. Everything work
fine.

Loading...