otmfaqForumsBlogsRegister
FAQMembers ListCalendarToday's PostsSearch


 Subscribe Blogs:RSS
 Subscribe Forums:RSS
 Follow New Posts:Twitter
OTMFAQ Home
OTMFAQ Blogs
OTMFAQ Forums
OTM Wiki

OTM SIG
OTM Wiki
MavenWire

Go Back   Oracle OTM / G-Log GC3 Community Support > OTM / G-Log - Technical Topics > Installation and Upgrades
Reload this Page

[SOLVED] Installation Error: Security Violation: User:'DBA.ADMIN' has insufficient p


Installation and Upgrades Getting past the first step - installing and upgrading OTM / G-Log.

Closed Thread
 
Submit Tools LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old July 3rd, 2007, 02:42
chrisplough's Avatar
Site Moderator
 
Join Date: Jun 2006
Location: West Chester, PA
Posts: 1,167
Blog Entries: 8
Groans: 0
Groaned at 1 Time in 1 Post
Thanks: 142
Thanked 256 Times in 159 Posts
Rep Power: 10
chrisplough is a jewel in the roughchrisplough is a jewel in the roughchrisplough is a jewel in the rough
Send a message via AIM to chrisplough
[SOLVED] Installation Error: Security Violation: User:'DBA.ADMIN' has insufficient p

A member of the forums recently installed OTM and received the following error. I'm posting this here to track the issue and hopefully help others who later encounter this issue:

HI Chris.

Need a small help from you.

we have installed OTM 5.5 CU3. Everything went sucessfully but we are getting an error while logging in. I am logging in using DBA.ADMIN user. It says some thing as below. Kindly help me if you have seen anything like this before.
Code:
java.rmi.AccessException: [EJB:010160]Security Violation: User: 'DBA.ADMIN' has insufficient permission to access EJB
The stack trace is as below:
Code:
java.rmi.AccessException: [EJB:010160]Security Violation: User: 'DBA.ADMIN' has insufficient permission to access EJB: type=, application=GC3App, module=ProblemSession, ejb=ProblemSessionHome, method=getAllProbCount, methodInterface=Remote, signature={java.lang.String}. at weblogic.rjvm.BasicOutboundRequest.sendReceive(BasicOutboundRequest.java:108) at weblogic.rmi.cluster.ReplicaAwareRemoteRef.invoke(ReplicaAwareRemoteRef.java:290) at weblogic.rmi.cluster.ReplicaAwareRemoteRef.invoke(ReplicaAwareRemoteRef.java:247) at glog.server.problem.ProblemSessionHome_h2m0bh_EOImpl_814_WLStub.getAllProbCount(Unknown Source) at glog.webserver.problem.CheckProblemServlet.getDocument(CheckProblemServlet.java:42) at glog.webserver.util.AbstractServletProducer.process(AbstractServletProducer.java:81) at glog.webserver.util.BaseServlet.service(BaseServlet.java:614) at javax.servlet.http.HttpServlet.service(HttpServlet.java:802) at org.apache.catalina.core.ApplicationFilterChain.internalDoFil!
 ter(ApplicationFilterChain.java:252) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173) at glog.webserver.screenlayout.ClientSessionTracker.doFilter(ClientSessionTracker.java:54) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173) at glog.webserver.util.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:44) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126) at org.apache.catalina.valves!
 .ErrorReportValve.invoke(ErrorReportValve.java:105) at org.apache.cata
lina.core.StandardEngineValve.invoke(StandardEngineValve.java:107) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148) at org.apache.jk.server.JkCoyoteHandler.invoke(JkCoyoteHandler.java:199) at org.apache.jk.common.HandlerRequest.invoke(HandlerRequest.java:282) at org.apache.jk.common.ChannelSocket.invoke(ChannelSocket.java:754) at org.apache.jk.common.ChannelSocket.processConnection(ChannelSocket.java:684) at org.apache.jk.common.ChannelSocket$SocketConnection.runIt(ChannelSocket.java:876) at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684) at java.lang.Thread.run(Thread.java:534)
Thanks a lot for all your help.

Regards,
Manohar

Last edited by chrisplough; July 3rd, 2007 at 02:50.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #2 (permalink)  
Old July 3rd, 2007, 02:48
chrisplough's Avatar
Site Moderator
 
Join Date: Jun 2006
Location: West Chester, PA
Posts: 1,167
Blog Entries: 8
Groans: 0
Groaned at 1 Time in 1 Post
Thanks: 142
Thanked 256 Times in 159 Posts
Rep Power: 10
chrisplough is a jewel in the roughchrisplough is a jewel in the roughchrisplough is a jewel in the rough
Send a message via AIM to chrisplough
Re: Installation Error: Security Violation: User:'DBA.ADMIN' has insufficient permis

Manohar,

Can you confirm that you ran the <otm_install_dir>/glog/oracle/insert_security_roles.sql script against your database after installation? If so, please confirm that you updated your database by running the <otm_install_dir>/glog/oracle/script8/dbpatch_55.sql script after the DB setup?

Finally, if both have been done, can you verify what application server you're using with OTM (WebLogic, WebSphere, OAS) - as the security setups for each are quite different.

Thanks!
--Chris
__________________
Chris Plough
MavenWire

www.MavenWire.com
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #3 (permalink)  
Old July 3rd, 2007, 12:57
Junior Member
 
Join Date: Jun 2007
Posts: 3
Groans: 0
Groaned at 0 Times in 0 Posts
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
Manohar is on a distinguished road
Re: Installation Error: Security Violation: User:'DBA.ADMIN' has insufficient permis

Hi Chris,Thanks a lot for all the help.we had run all the scripts which you have mentioned in your mail.Finally we were able to somehow solve the error.The error was caused as for some reason the synonyms, triggers related to VPD table in the database became invalid and there were also some locks.we cleared that all and OTM started running fine.we started using it and saw some more issues. Many screens in order management module are not opening and giving an error. Rest all screens are working fine.Please do let us know if anyone has faced this issue and solved it.Thanks a lot,Manohar
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #4 (permalink)  
Old July 4th, 2007, 01:42
chrisplough's Avatar
Site Moderator
 
Join Date: Jun 2006
Location: West Chester, PA
Posts: 1,167
Blog Entries: 8
Groans: 0
Groaned at 1 Time in 1 Post
Thanks: 142
Thanked 256 Times in 159 Posts
Rep Power: 10
chrisplough is a jewel in the roughchrisplough is a jewel in the roughchrisplough is a jewel in the rough
Send a message via AIM to chrisplough
Re: Installation Error: Security Violation: User:'DBA.ADMIN' has insufficient permis

Manohar,

Take a look at the forum post below. I've seen some very strange OTM UI issues that were resolved by following the steps listed. Also, if you have a chance to list the steps you took to reset the VPD objects in the OTM database, I'm sure it would benefit other forum users at some point.

http://www.otmfaq.com/forums/f26/res...-v5-5-cu2-134/

Hope this helps!

--Chris
__________________
Chris Plough
MavenWire

www.MavenWire.com
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #5 (permalink)  
Old July 5th, 2007, 01:53
Junior Member
 
Join Date: Jun 2007
Posts: 3
Groans: 0
Groaned at 0 Times in 0 Posts
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
Manohar is on a distinguished road
Re: Installation Error: Security Violation: User:'DBA.ADMIN' has insufficient permis

HI Chris,

Thanks for the update.

I subsequently solved that error yesterday. Its the same issue related with Work directory under tomcat. Thw work directory whichj we had didn't have read/write access and that was the reason of the UI issues.

I gave the read write access and everything is working fine now. The JSP compile and other errors also got solved.

Now i am working on configuring my report server, i configured everything but it still giving that IO exception error. Please let ne know if you have any tips to solve this.

you are the best!

Regards,
Manohar
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Closed Thread


Thread Tools
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Error creating user new_otm Data Loading 4 January 14th, 2009 16:32
OTM installation error sandeep kiran kumar Installation and Upgrades 1 January 24th, 2008 08:29
[SOLVED] Re-adding the Admin level after it has been removed chrisplough Security 0 September 26th, 2007 12:48
[SOLVED] Issue: Changing GUEST.ADMIN Password Causes OTM Restart to Fail chrisplough Security 0 June 12th, 2007 02:53
[SOLVED] User Defined Error Messages soujanya Workflow and Agents 3 June 8th, 2007 05:14



All times are GMT. The time now is 01:17.
Copyright © 2006-2009, Open Book Solutions LLC. All rights reserved.


Inactive Reminders By Icora Web Design

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40