• 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:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Jeanne Boyarsky
  • Ron McLeod
Sheriffs:
  • Paul Clapham
  • Liutauras Vilda
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

**** ASSERTION FAILED **** Error while starting WebLogic 7

 
Greenhorn
Posts: 5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I am getting following error while starting WebLogic Server 7.0 for the first time. Can anybody help me it this?
Error is:
==================================================
Enter username to boot WebLogic server:system
Enter password to boot WebLogic server:
Starting WebLogic Server...
<May 9, 2003 4:27:47 PM IST> <Notice> <Management> <140005> <Loading configurati
on C:\bea\user_projects\mydomain\.\config.xml>
<May 9, 2003 4:28:04 PM IST> <Notice> <Security> <090082> <Security initializing using realm myrealm.>
<May 9, 2003 4:28:04 PM IST> <Notice> <WebLogicServer> <000327> <Starting WebLogic Admin Server "myserver" for domain "m
ydomain">
weblogic.utils.AssertionError: ***** ASSERTION FAILED *****[ Cannot intialize Resource Manager Connection Factory resour
ces because could not get JNDI context: javax.naming.ServiceUnavailableException [Root exception is java.net.UnknownHost
Exception: Unknown protocol: 'JNP'] ]
at weblogic.j2ee.RMCFactoryDeployer.<init>(RMCFactoryDeployer.java:50)
at weblogic.j2ee.J2EEService.initialize(J2EEService.java:93)
at weblogic.t3.srvr.ServerLifeCycleList.initialize(ServerLifeCycleList.java:54)
at weblogic.t3.srvr.T3Srvr.initialize1(T3Srvr.java:782)
at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:594)
at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:282)
at weblogic.Server.main(Server.java:32)
<May 9, 2003 4:28:14 PM IST> <Emergency> <WebLogicServer> <000342> <Unable to initialize the server: Fatal initializatio
n exception
Throwable: weblogic.utils.AssertionError: ***** ASSERTION FAILED *****[ Cannot intialize Resource Manager Connection Fac
tory resources because could not get JNDI context: javax.naming.ServiceUnavailableException [Root exception is java.net.
UnknownHostException: Unknown protocol: 'JNP'] ]
weblogic.utils.AssertionError: ***** ASSERTION FAILED *****[ Cannot intialize Resource Manager Connection Factory resour
ces because could not get JNDI context: javax.naming.ServiceUnavailableException [Root exception is java.net.UnknownHost
Exception: Unknown protocol: 'JNP'] ]
at weblogic.j2ee.RMCFactoryDeployer.<init>(RMCFactoryDeployer.java:50)
at weblogic.j2ee.J2EEService.initialize(J2EEService.java:93)
at weblogic.t3.srvr.ServerLifeCycleList.initialize(ServerLifeCycleList.java:54)
at weblogic.t3.srvr.T3Srvr.initialize1(T3Srvr.java:782)
at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:594)
at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:282)
at weblogic.Server.main(Server.java:32)
>
==================================================
 
Ranch Hand
Posts: 52
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
did u change your config.xml file manually ?.. If you have not , backup the current config.xml , copy config.xml.booted which will be in the same dir as config.xml and try starting the server up
HTH,
Satish
 
Ajay Jadhav
Greenhorn
Posts: 5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Mr. Satish,
I think that ".booted" file is not in WebLogic Server 7.0 (one which come with BEA WebLogic 7 Platform). I tried the same, but i didn't find the file. I found that ".booted" file in WebLogic 6.1.

So, can u please tell me what will be the alternative for this
- Ajay Jadhav
 
Ranch Hand
Posts: 45
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
jnt has got something to do with your JNDI initialContext.
Weblogic cannot find back its own jndi tree.
Don't you have another application server that sets some initial context ? Might be your classpath that's wrong.
Check your system properties for initialcontext.
Val�ry
 
Greenhorn
Posts: 26
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
Will u please let me know if u are using some properties/hashtable object to explicitly setting the property of the Context.PROVIDER_URL with the JNP protocol, because the message shows that the problem is realated with JNP protocol...
sameer
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic