wire.h & ethernet.h incompatible?

I believe I'm running into an issue with these two libraries. I'm passing sensor data over i2c from mega(master) to uno(slave). I'm attempting to pass from uno to web server. I can successfully pass data from the uno to the server when i don't include wire.h, but when i add wire.h to receive the data, i can't get past the connection string.

Has anyone experienced issues with wire.h and ethernet.h before?

Thanks
Justin

No issues, the Wire.h and Ethernet.h work very well together.
Do you have memory (sram) problem on the Uno ?

Strange - maybe it's a case of not looking close enough. I reverted to an older version of my code and was able to work it. I'll try to delete the post. Thanks for the help.

Justin

You don't have to delete the post. This kind of problems is what the forum is for.
What about memory usage ? Can you check if that is a problem ?
Use the function at the bottom of this page : Arduino Playground - AvailableMemory