Can't import texture

Here is my model and exported to Ogre : http://www.mediafire.com/download.php?15kyaej1soak44e
I have a problem :
when i try to load the .blend file it gives me this error :
[java]java.lang.IllegalStateException: Relative path is outside assetmanager root!
at com.jme3.asset.AssetKey.reducePath(AssetKey.java:157)
at com.jme3.asset.AssetKey.(AssetKey.java:53)
at com.jme3.asset.TextureKey.(TextureKey.java:72)
at com.jme3.scene.plugins.blender.textures.TextureHelper.loadTextureFromFile(TextureHelper.java:715)
at com.jme3.scene.plugins.blender.textures.TextureHelper.getTextureFromImage(TextureHelper.java:484)
at com.jme3.scene.plugins.blender.textures.TextureHelper.getTexture(TextureHelper.java:143)[/java]
when i try to load the mesh.xml file, it works but the texture isnt aplied.
I put the texture but opening the png file in the zip and set it as a texture, then made a material with that texture to put on the square,
Any help will be gratly appreciated,
Cemahe

The texture is not in the model folder or a subfolder (or accessible by the assetmanager at all at the path given in the model file). read the import tutorials. Like, read them. You seem to have ignored this hint in the actual model import tool already.

The texture is in the model folder, i check the .material file and is references correctly to the image,
[java] Activate the following exporter settings:
Copy Textures: YES
Rendering Materials: YES
Flip Axis: YES
Require Materials: YES
Skeleton name follows mesh: YES[/java]
I dont see that in my exporter dialog… anyway thanks
mathieu