Jump to content
We've recently updated our Privacy Statement, available here ×

Error loading expression class


rfilgueiras

Recommended Posts

Hello,

I'm working with Tomcat 5 and eclipse in local and Apache + Tomca in remote  and my problem is the next

 

I have created a .jasper file.

When I execute my servlet in local i obtain the pdf correctly.

When I execute the same servlet in remote i cant create the pdf and also I receive the next exception:

Error loading expression class : FontsReport_1296305567623_757620
Jan 30, 2011 10:22:30 PM org.apache.jk.common.ChannelSocket processConnection
INFO: connection timeout reached

 

Which is the solution to this problem?

 

Many thanks in advance

Rodrigo

Link to comment
Share on other sites

  • Replies 2
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

 The exactly problem is

 

e.getMessage -> Error loading expression class : FontsReport_1296423503975_23346 |

e.getCause ->java.security.AccessControlException: access denied (java.lang.RuntimePermission getProtectionDomain)

Could I resolve this problem with

permission java.io.FilePermission "/var/www/xxxxxxxxxxxx/web/ireport/-", "read";

 

Thanks,

rodrigo

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...