weblogic

classic Classic list List threaded Threaded
8 messages Options
Reply | Threaded
Open this post in threaded view
|

weblogic

satish
Hi Erman,

we have issue while starting the services in EBS.we tried to find out the class file but could not.need your help in getting the location of AbstractServerManager class file.


        at weblogic.nodemanager.server.AbstractServerManager.start(AbstractServerManager.java:208)
        at weblogic.nodemanager.server.ServerManager.start(ServerManager.java:24)
        at weblogic.nodemanager.server.Handler.handleStart(Handler.java:617)
        at weblogic.nodemanager.server.Handler.handleCommand(Handler.java:129)
        at weblogic.nodemanager.server.Handler.run(Handler.java:73)
        at java.lang.Thread.run(Thread.java:745)
Reply | Threaded
Open this post in threaded view
|

Re: weblogic

satish
I have searched under java top but couldnt find any such class file,need to know the location of that class/java file
Reply | Threaded
Open this post in threaded view
|

Re: weblogic

ErmanArslansOracleBlog
Administrator
What will you do with this class?
This is a standard class.
You should concantrate on solving the issue directly.
Tell me all the details about the things that you do before getting this error and send me the relevant logs (not just a portion of them)

Reply | Threaded
Open this post in threaded view
|

Re: weblogic

satish
Issue was fixed after cleaning the lock files.just wanted to know in which location we can find these class files

Thank you
Reply | Threaded
Open this post in threaded view
|

Re: weblogic

ErmanArslansOracleBlog
Administrator
java class files can be in any directory that is included in classpath.
So, some of them are in $JAVA_TOP, some of them are in PROD TOPS (Such as AD_TOP)..
Fyi.
Reply | Threaded
Open this post in threaded view
|

Re: weblogic

satish
We are on R12.2.6,i am searching for weblogic.nodemanager.server.AbstractServerManager.not able to find in java top and ad top
Reply | Threaded
Open this post in threaded view
|

Re: weblogic

satish
Also searche in fnd top,please help
Reply | Threaded
Open this post in threaded view
|

Re: weblogic

ErmanArslansOracleBlog
Administrator
This post was updated on .
Check the classpath of the relevant managed server (oacore, forms).
If it is related with the nodemanager, check the classpath of nodemanager.
If it is related with the adminserver, then check the classpath of adminserver.
IF it is related with an administration script, check to see its classpath.
After getting list of the directories in the classpath, check that directories.
This class may be in a jar file as well.