Hello everyone,
Thanks for your time in replying my post.
Mr.Nick,I understand your concern of having two OTM instances on diff OS accessing the same DB server.As of now,my only concern is to get the OTM instance on windows connect to the DB Server.
As many of you have suggested,I assume the problem is with the App Server(Weblogic) unable to connect to the database.
I see a property section in
glog.propeties as follows
# application server type
glog.app.server.name=weblogic
appserver.protocol=t3://
When I try to login,I see the following enty in tomcat/console.log
For DBA.ADMIN : Authentication Failed for user DBA.ADMIN
For GUEST.ADMIN : java.sql.SQLException: ORA-00942: table or view does not exist
For SERVPROV.ADMIN : java.sql.SQLException: ORA-00942: table or view does not exist
I changed the
appserver.protocol prop to
http://
,restarted the server and upon attempting to login I get the same error.
I checked the file
weblogic.log under logs/weblogic directory.I found an a warning that reads as
bea 149317.
The description for this warning says
BEA-149317 Warning: Application
app is configured with a deprecated deployment protocol and will be deployed as such.
Description
The application is configured with the TwoPhase attribute set to false or left unspecified. While supported, the application cannot take advantage of numerous features (such as application scoped resources) using the deprecated deployment protocol.
Cause
A deprecated deployment configuration was found in the domain configuration.
Action
No action required.
However, consider reconfiguring the application to use two-phase deployment. To do so, the application must be udeployed and then deployed again using either the console or weblogic.Deployer.
Even though not required,I changed the attribute
TwoPhase from
False to
True in the file
config.xml located under
OTM_HOME\weblogic\config\gc3domain
When I restarted the server,I don't see the warning
bea 149317 in weblogic.log.
But end up with the same errors as above when I try to login.
Can somebody suggest an approach at this point.I am attaching my glog.properties as txt file.
glog.txt
Thanks for your time,
Durga
Quote:
Originally Posted by nick.polites Sorry getting confused with all of the posts with property entries not being correct . Your original post had errors which were db related, thus why everyone suggested you start over again. The new error you have indicates a problem with your connection to the db. But again take my advice and do not have both machines connected simultaneously to the database server otherwise you will have major problems down the road. |