• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

LoadJava

 
Ranch Hand
Posts: 144
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello,

I am trying to deploy mail.jar and activation.jar using loadjava, however I am getting the error:

ORA-29532: Java call terminated by uncaught Java exception: java.security.AccessControlException: the Permission (oracle.aurora).

Any help is highly appreciated.

Thanks

Ponic
[ January 15, 2005: Message edited by: Bear Bibeault ]
 
author & internet detective
Posts: 42135
937
Eclipse IDE VI Editor Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
What server are you deploying too? This sounds like a deployment issue.
 
Pol Appan
Ranch Hand
Posts: 144
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am deploying to Oracle 8i database running on HP Unix Server.

Cosmos
 
Pol Appan
Ranch Hand
Posts: 144
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
am trying to deploy the mail.jar file, however I am getting error pasted below :

How can I solve this issue?

Kindly help with this.

Thanks

Cosmos


Error while opening: mail.jar Exception java.io.IOException: mail.jar

resolver :

initialization complete
 
Jeanne Boyarsky
author & internet detective
Posts: 42135
937
Eclipse IDE VI Editor Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Cosmos,
I'm still not clear what application server you are using. Oracle is the database, HP is the server box. Or is it Oracle Application Server? (If not, it could be WebSphere, WebLogic, JBoss, Tomcat, ...)

From the error message in the last post, it sounds like the operating system level permissions might not be correct.
 
Pol Appan
Ranch Hand
Posts: 144
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Sorry for the confusion,

I am using Oracle Application Server 10g.

Thanks

Cosmos
 
Ranch Hand
Posts: 1143
1
Eclipse IDE Oracle Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Jeanne,
For your information, "loadjava" is an Oracle utility for loading JAR files into the Oracle database embedded JVM. It has nothing to do with any Application Server that Cosmos may be using.

Cosmos,
It looks like you need to grant some privileges. You can find more details about privileges you need to grant in the Oracle documentation, which is available from:

http://tahiti.oracle.com

By the way, in Oracle 9i, the error message also tells you exactly what privilege to grant. Perhaps an upgrade would be beneficial?

In any case, I don't think this is a JDBC question, anyway.

Good Luck,
Avi.
 
Pol Appan
Ranch Hand
Posts: 144
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I resolved the issues, like mentioned it was the issue of privileges.

Thanks a lot for all your help.

Appreciated.

Cosmos
 
Jeanne Boyarsky
author & internet detective
Posts: 42135
937
Eclipse IDE VI Editor Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks Avi. I forgot about the Oracle utility.

I'll move this to our Oracle forum for future reference.
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic