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


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

Reply
 
Submit Tools LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old December 1st, 2009, 16:35
Junior Member
 
Join Date: Sep 2009
Posts: 3
Groans: 0
Groaned at 0 Times in 0 Posts
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
alaamattar is on a distinguished road
OTM 6 installation problems

Hi Everybody

I am trying to install OTM 6 on one box for testing using the bellow components:
1)Windows server 2003 x64
2)Oracle DB Version 11.1.0.7.0
3)weblogic92

after few hickups I managed to reach to this point where DB objects are created successfully, Apache and BEA are working okay. in shorts all looks good except this error message when I try to go to OTM home page

javax.security.auth.login.LoginException: javax.security.auth.login.LoginException: java.lang.SecurityException: User: guest, failed to be authenticated.

I validated the table gl_users and found the guest user there; validated the tomcat.conf and checked the entry
jvm.arg=-DGuestEncodedPassword=VAU9uZtJtMwEb3tIVKgN49bfrnE=
which is the same password of "CHANGEME" which is the same password on the table gl_users

Any help is much appreciated
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old December 1st, 2009, 19:54
Senior Member
 
Join Date: Aug 2007
Posts: 103
Groans: 0
Groaned at 0 Times in 0 Posts
Thanks: 12
Thanked 1 Time in 1 Post
Rep Power: 3
nikesh mohanlal is on a distinguished road
Re: OTM 6 installation problems

Hi,

Try hardcoding the password instead of entering in Encoded format.
something like this:
-DGuestPassword=CHANGEME

Regards,
Nikesh.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old December 2nd, 2009, 11:18
Junior Member
 
Join Date: Sep 2009
Posts: 3
Groans: 0
Groaned at 0 Times in 0 Posts
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
alaamattar is on a distinguished road
Re: OTM 6 installation problems

Hi,
thanks for your feedback.
Now I Can login to OTM but the following message appears
org.xml.sax.SAXParseException: Premature end of file.
org.xml.sax.SAXParseException: Premature end of file.
at org.apache.xerces.parsers.DOMParser.parse(Unknown Source)
at org.apache.xerces.jaxp.DocumentBuilderImpl.parse(U nknown Source)
at glog.webserver.util.XercesXMLHelper.parse(XercesXM LHelper.java:90)
at glog.webserver.usermenu.ViewUserMenuServlet.getDoc ument(ViewUserMenuServlet.java:79)
at glog.webserver.util.AbstractServletProducer.proces s(AbstractServletProducer.java:79)
at glog.webserver.util.BaseServlet.service(BaseServle t.java:665)
at javax.servlet.http.HttpServlet.service(HttpServlet .java:717)
at org.apache.catalina.core.ApplicationFilterChain.in ternalDoFilter(ApplicationFilterChain.java:290)
at org.apache.catalina.core.ApplicationFilterChain.do Filter(ApplicationFilterChain.java:206)
at glog.webserver.session.ParameterValidation.doFilte r(ParameterValidation.java:29)
at org.apache.catalina.core.ApplicationFilterChain.in ternalDoFilter(ApplicationFilterChain.java:235)
at org.apache.catalina.core.ApplicationFilterChain.do Filter(ApplicationFilterChain.java:206)
at glog.webserver.screenlayout.ClientSessionTracker.d oFilter(ClientSessionTracker.java:59)
at org.apache.catalina.core.ApplicationFilterChain.in ternalDoFilter(ApplicationFilterChain.java:235)
at org.apache.catalina.core.ApplicationFilterChain.do Filter(ApplicationFilterChain.java:206)
at glog.webserver.util.SetCharacterEncodingFilter.doF ilter(SetCharacterEncodingFilter.java:44)
at org.apache.catalina.core.ApplicationFilterChain.in ternalDoFilter(ApplicationFilterChain.java:235)
at org.apache.catalina.core.ApplicationFilterChain.do Filter(ApplicationFilterChain.java:206)
at org.apache.catalina.core.StandardWrapperValve.invo ke(StandardWrapperValve.java:233)
at org.apache.catalina.core.StandardContextValve.invo ke(StandardContextValve.java:191)
at org.apache.catalina.core.StandardHostValve.invoke( StandardHostValve.java:12
at org.apache.catalina.valves.ErrorReportValve.invoke (ErrorReportValve.java:102)
at org.apache.catalina.core.StandardEngineValve.invok e(StandardEngineValve.java:109)
at org.apache.catalina.connector.CoyoteAdapter.servic e(CoyoteAdapter.java:286)
at org.apache.jk.server.JkCoyoteHandler.invoke(JkCoyo teHandler.java:190)
at org.apache.jk.common.HandlerRequest.invoke(Handler Request.java:283)
at org.apache.jk.common.ChannelSocket.invoke(ChannelS ocket.java:767)
at org.apache.jk.common.ChannelSocket.processConnecti on(ChannelSocket.java:697)
at org.apache.jk.common.ChannelSocket$SocketConnectio n.runIt(ChannelSocket.java:889)
at org.apache.tomcat.util.threads.ThreadPool$ControlR unnable.run(ThreadPool.java:690)
Your Feedback is highly appreciated
at java.lang.Thread.run(Thread.java:595)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old December 2nd, 2009, 12:53
Junior Member
 
Join Date: Feb 2008
Location: BANGALORE
Posts: 5
Groans: 0
Groaned at 0 Times in 0 Posts
Thanks: 0
Thanked 2 Times in 2 Posts
Rep Power: 0
RAMKUMAR768 is on a distinguished road
Send a message via Skype™ to RAMKUMAR768
Re: OTM 6 installation problems

If the password for GUEST.ADMIN is not CHANGEME, or the encrypted value of CHANGEME, no users will be able to log into the system.

If you see one of the errors mentioned above after you install OTM the password for GUEST.ADMIN has likely been changed.

You can check this by logging into the database using sqlplus and running the following sql command:

select gl_password from gl_user where gl_user_gid = 'GUEST.ADMIN'

The following would be the encypted value for CHANGEME

VAU9uZtJtMwEb3tIVKgN49bfrnE=

You can update the password in the GL_USER table using this SQL command:

update gl_user set gl_password = 'VAU9uZtJtMwEb3tIVKgN49bfrnE=' where gl_user_gid = 'GUEST.ADMIN';

commit;

After this change has been committed to the database you can try and log into the system again. If you receive the same error you should shutdown Weblogic, Tomcat and Apache and then restart each in the proper order and attempt to log into the system again.

Regards
Ram
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
The Following User Says Thank You to RAMKUMAR768 For This Useful Post:
chrisplough (December 2nd, 2009)
  #5 (permalink)  
Old December 6th, 2009, 09:23
Junior Member
 
Join Date: Sep 2009
Posts: 3
Groans: 0
Groaned at 0 Times in 0 Posts
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
alaamattar is on a distinguished road
Re: OTM 6 installation problems

Hi,
Now Im able to login to OTM successfully but the below message apperare at the top left corner of the OTM First Page :
org.xml.sax.SAXParseException: Premature end of file.
org.xml.sax.SAXParseException: Premature end of file.
at org.apache.xerces.parsers.DOMParser.parse(Unknown Source)
at org.apache.xerces.jaxp.DocumentBuilderImpl.parse(U nknown Source)
at glog.webserver.util.XercesXMLHelper.parse(XercesXM LHelper.java:90)
at glog.webserver.usermenu.ViewUserMenuServlet.getDoc ument(ViewUserMenuServlet.java:79)
at glog.webserver.util.AbstractServletProducer.proces s(AbstractServletProducer.java:79)
at glog.webserver.util.BaseServlet.service(BaseServle t.java:665)
at javax.servlet.http.HttpServlet.service(HttpServlet .java:717)
at org.apache.catalina.core.ApplicationFilterChain.in ternalDoFilter(ApplicationFilterChain.java:290)
at org.apache.catalina.core.ApplicationFilterChain.do Filter(ApplicationFilterChain.java:206)
at glog.webserver.session.ParameterValidation.doFilte r(ParameterValidation.java:29)
at org.apache.catalina.core.ApplicationFilterChain.in ternalDoFilter(ApplicationFilterChain.java:235)
at org.apache.catalina.core.ApplicationFilterChain.do Filter(ApplicationFilterChain.java:206)
at glog.webserver.screenlayout.ClientSessionTracker.d oFilter(ClientSessionTracker.java:59)
at org.apache.catalina.core.ApplicationFilterChain.in ternalDoFilter(ApplicationFilterChain.java:235)
at org.apache.catalina.core.ApplicationFilterChain.do Filter(ApplicationFilterChain.java:206)
at glog.webserver.util.SetCharacterEncodingFilter.doF ilter(SetCharacterEncodingFilter.java:44)
at org.apache.catalina.core.ApplicationFilterChain.in ternalDoFilter(ApplicationFilterChain.java:235)
at org.apache.catalina.core.ApplicationFilterChain.do Filter(ApplicationFilterChain.java:206)
at org.apache.catalina.core.StandardWrapperValve.invo ke(StandardWrapperValve.java:233)
at org.apache.catalina.core.StandardContextValve.invo ke(StandardContextValve.java:191)
at org.apache.catalina.core.StandardHostValve.invoke( StandardHostValve.java:12
at org.apache.catalina.valves.ErrorReportValve.invoke (ErrorReportValve.java:102)
at org.apache.catalina.core.StandardEngineValve.invok e(StandardEngineValve.java:109)
at org.apache.catalina.connector.CoyoteAdapter.servic e(CoyoteAdapter.java:286)
at org.apache.jk.server.JkCoyoteHandler.invoke(JkCoyo teHandler.java:190)
at org.apache.jk.common.HandlerRequest.invoke(Handler Request.java:283)
at org.apache.jk.common.ChannelSocket.invoke(ChannelS ocket.java:767)
at org.apache.jk.common.ChannelSocket.processConnecti on(ChannelSocket.java:697)
at org.apache.jk.common.ChannelSocket$SocketConnectio n.runIt(ChannelSocket.java:889)
at org.apache.tomcat.util.threads.ThreadPool$ControlR unnable.run(ThreadPool.java:690)
Your Feedback is highly appreciated
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old December 7th, 2009, 21:00
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: 143
Thanked 258 Times in 161 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: OTM 6 installation problems

The only time I've seen an error similar to this is when the 3rd Party libraries weren't installed -- or the wrong versions were downloaded and installed.

If you've double-checked them, then you may want to enter an SR with Oracle.

--Chris
__________________
Chris Plough
MavenWire

www.MavenWire.com
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


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
FTI Installation with Sun JDK MURTHYKO Installation and Upgrades 0 June 11th, 2009 04:01
JDBC Problems after applying OTM 5.5 CU5 Joe Patton Patches 0 March 30th, 2009 20:10
Problems with OTM 5.5 CU5-RU3 Lucas ICA Share Oracle Enchancements, Issues and Bugs 0 March 16th, 2009 15:04
otmapp55 are having problems starting nkrantz Installation and Upgrades 22 July 24th, 2008 16:00
OTM 5.5 performance problems? Check STATISTICS_LEVEL in database. HughesInNC Database Administration 6 March 6th, 2008 13:25



All times are GMT. The time now is 06:22.
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