Skip to content

Instantly share code, notes, and snippets.

@siminoushad
Created July 9, 2012 07:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save siminoushad/3074749 to your computer and use it in GitHub Desktop.
Save siminoushad/3074749 to your computer and use it in GitHub Desktop.
build error in OG-Engine -cannot access FudgeDeserializer
fudge-proto-present:
fudge-proto-compile:
fudge-proto:
compile-src:
[javac] Compiling 37 source files to /home/simi/workspace-OG/OG-Platform/projects/OG-Engine/build/classes
[javac] /home/simi/workspace-OG/OG-Platform/projects/OG-Engine/src/com/opengamma/engine/marketdata/spec/UserMarketDataSpecification.java:21: cannot access FudgeDeserializer
[javac] class file for FudgeDeserializer not found
[javac] _userSnapshotId = com.opengamma.id.UniqueId.fromFudgeMsg (deserializer, fudgeMsg.getFieldValue (org.fudgemsg.FudgeMsg.class, fudgeField));
[javac] ^
[javac] /home/simi/workspace-OG/OG-Platform/projects/OG-Engine/src/com/opengamma/engine/marketdata/spec/UserMarketDataSpecification.java:48: cannot access FudgeSerializer
[javac] class file for FudgeSerializer not found
[javac] _userSnapshotId.toFudgeMsg (serializer, fudge1);
[javac] ^
[javac] /home/simi/workspace-OG/OG-Platform/projects/OG-Engine/src/com/opengamma/engine/view/cache/msg/DeleteRequest.java:26: fromFudgeMsg(FudgeDeserializer,FudgeMsg) in com.opengamma.id.UniqueId cannot be applied to (org.fudgemsg.mapping.FudgeDeserializer,org.fudgemsg.FudgeMsg)
[javac] _viewCycleId = com.opengamma.id.UniqueId.fromFudgeMsg (deserializer, fudgeMsg.getFieldValue (org.fudgemsg.FudgeMsg.class, fudgeField));
[javac] ^
[javac] /home/simi/workspace-OG/OG-Platform/projects/OG-Engine/src/com/opengamma/engine/view/cache/msg/DeleteRequest.java:71: toFudgeMsg(FudgeSerializer,MutableFudgeMsg) in com.opengamma.id.UniqueId cannot be applied to (org.fudgemsg.mapping.FudgeSerializer,org.fudgemsg.MutableFudgeMsg)
[javac] _viewCycleId.toFudgeMsg (serializer, fudge1);
[javac] ^
[javac] /home/simi/workspace-OG/OG-Platform/projects/OG-Engine/src/com/opengamma/engine/view/cache/msg/FindMessage.java:39: fromFudgeMsg(FudgeDeserializer,FudgeMsg) in com.opengamma.id.UniqueId cannot be applied to (org.fudgemsg.mapping.FudgeDeserializer,org.fudgemsg.FudgeMsg)
[javac] _viewCycleId = com.opengamma.id.UniqueId.fromFudgeMsg (deserializer, fudgeMsg.getFieldValue (org.fudgemsg.FudgeMsg.class, fudgeField));
[javac] ^
[javac] /home/simi/workspace-OG/OG-Platform/projects/OG-Engine/src/com/opengamma/engine/view/cache/msg/FindMessage.java:109: toFudgeMsg(FudgeSerializer,MutableFudgeMsg) in com.opengamma.id.UniqueId cannot be applied to (org.fudgemsg.mapping.FudgeSerializer,org.fudgemsg.MutableFudgeMsg)
[javac] _viewCycleId.toFudgeMsg (serializer, fudge1);
[javac] ^
[javac] /home/simi/workspace-OG/OG-Platform/projects/OG-Engine/src/com/opengamma/engine/view/cache/msg/GetRequest.java:39: fromFudgeMsg(FudgeDeserializer,FudgeMsg) in com.opengamma.id.UniqueId cannot be applied to (org.fudgemsg.mapping.FudgeDeserializer,org.fudgemsg.FudgeMsg)
[javac] _viewCycleId = com.opengamma.id.UniqueId.fromFudgeMsg (deserializer, fudgeMsg.getFieldValue (org.fudgemsg.FudgeMsg.class, fudgeField));
[javac] ^
[javac] /home/simi/workspace-OG/OG-Platform/projects/OG-Engine/src/com/opengamma/engine/view/cache/msg/GetRequest.java:109: toFudgeMsg(FudgeSerializer,MutableFudgeMsg) in com.opengamma.id.UniqueId cannot be applied to (org.fudgemsg.mapping.FudgeSerializer,org.fudgemsg.MutableFudgeMsg)
[javac] _viewCycleId.toFudgeMsg (serializer, fudge1);
[javac] ^
[javac] /home/simi/workspace-OG/OG-Platform/projects/OG-Engine/src/com/opengamma/engine/view/cache/msg/PutRequest.java:51: fromFudgeMsg(FudgeDeserializer,FudgeMsg) in com.opengamma.id.UniqueId cannot be applied to (org.fudgemsg.mapping.FudgeDeserializer,org.fudgemsg.FudgeMsg)
[javac] _viewCycleId = com.opengamma.id.UniqueId.fromFudgeMsg (deserializer, fudgeMsg.getFieldValue (org.fudgemsg.FudgeMsg.class, fudgeField));
[javac] ^
[javac] /home/simi/workspace-OG/OG-Platform/projects/OG-Engine/src/com/opengamma/engine/view/cache/msg/PutRequest.java:148: toFudgeMsg(FudgeSerializer,MutableFudgeMsg) in com.opengamma.id.UniqueId cannot be applied to (org.fudgemsg.mapping.FudgeSerializer,org.fudgemsg.MutableFudgeMsg)
[javac] _viewCycleId.toFudgeMsg (serializer, fudge1);
[javac] ^
[javac] /home/simi/workspace-OG/OG-Platform/projects/OG-Engine/src/com/opengamma/engine/view/cache/msg/ReleaseCacheMessage.java:22: fromFudgeMsg(FudgeDeserializer,FudgeMsg) in com.opengamma.id.UniqueId cannot be applied to (org.fudgemsg.mapping.FudgeDeserializer,org.fudgemsg.FudgeMsg)
[javac] _viewCycleId = com.opengamma.id.UniqueId.fromFudgeMsg (deserializer, fudgeMsg.getFieldValue (org.fudgemsg.FudgeMsg.class, fudgeField));
[javac] ^
[javac] /home/simi/workspace-OG/OG-Platform/projects/OG-Engine/src/com/opengamma/engine/view/cache/msg/ReleaseCacheMessage.java:56: toFudgeMsg(FudgeSerializer,MutableFudgeMsg) in com.opengamma.id.UniqueId cannot be applied to (org.fudgemsg.mapping.FudgeSerializer,org.fudgemsg.MutableFudgeMsg)
[javac] _viewCycleId.toFudgeMsg (serializer, fudge1);
[javac] ^
[javac] 12 errors
BUILD FAILED
/home/simi/workspace-OG/OG-Platform/common/common.xml:432: The following error occurred while executing this line:
/home/simi/workspace-OG/OG-Platform/common/common.xml:117: Compile failed; see the compiler error output for details.
Total time: 55 seconds
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment