• 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
  • Paul Clapham
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Roland Mueller
  • Piet Souris
Bartenders:

weblogic server9.0 startup problem

 
Ranch Hand
Posts: 66
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all,

I am getting the follwing error when i try to start my weblogic domain.



<Apr 17, 2006 8:355:26 PM SGT> <Notice> <WebLogicServer> <BEA-000365> <Server sta
te changed to STANDBY>
<Apr 17, 2006 8:35:26 PM SGT> <Notice> <WebLogicServer> <BEA-000365> <Server sta
te changed to STARTING>
<Apr 17, 2006 8:35:43 PM SGT> <Notice> <WebLogicServer> <BEA-000365> <Server sta
te changed to ADMIN>
<Apr 17, 2006 8:35:43 PM SGT> <Notice> <WebLogicServer> <BEA-000365> <Server sta
te changed to RESUMING>
<Apr 17, 2006 8:35:43 PM SGT> <Error> <Server> <BEA-002606> <Unable to create a
server socket for listening on channel "Default". The address 127.0.0.1 might be
incorrect or another process is using port 9003: java.net.SocketException: Inva
lid argument: listen failed.>
<Apr 17, 2006 8:35:43 PM SGT> <Emergency> <Security> <BEA-090087> <Server failed
to bind to the configured Admin port. The port may already be used by another p
rocess.>
<Apr 17, 2006 8:35:43 PM SGT> <Critical> <WebLogicServer> <BEA-000362> <Server f
ailed. Reason: Server failed to bind to any usable port. See preceeding log mess
age for details.>
<Apr 17, 2006 8:35:43 PM SGT> <Notice> <WebLogicServer> <BEA-000365> <Server sta
te changed to FAILED>
<Apr 17, 2006 8:35:43 PM SGT> <Error> <WebLogicServer> <BEA-000383> <A critical
service failed. The server will shut itself down>
<Apr 17, 2006 8:35:43 PM SGT> <Notice> <WebLogicServer> <BEA-000365> <Server sta
te changed to FORCE_SHUTTING_DOWN>
<Apr 17, 2006 8:35:43 PM SGT> <Error> <netuix> <BEA-423103> <[] Deployment descr
iptor /WEB-INF/url-template-config.xml malformed.>
javax.servlet.ServletException: com/bea/netuix/servlets/manager/types/url_templa
te_config/UrlTemplateRefDocument$UrlTemplateRef$Type$Enum
at com.bea.netuix.servlets.manager.AppDescriptor.loadDescriptor(AppDescr
iptor.java:860)
at com.bea.netuix.servlets.manager.SingleFileServlet.init(SingleFileServ
let.java:99)
at javax.servlet.GenericServlet.init(GenericServlet.java:256)
at weblogic.servlet.AsyncInitServlet.initDelegate(AsyncInitServlet.java:
95)
at weblogic.servlet.internal.WebAppServletContext$AsyncInitRequest.run(W
ebAppServletContext.java:1609)
at weblogic.work.ServerWorkManagerImpl$WorkAdapterImpl.run(ServerWorkMan
agerImpl.java:518)
at weblogic.work.ExecuteThread.execute(ExecuteThread.java:207)
at weblogic.work.ExecuteThread.run(ExecuteThread.java:179)
Caused by: java.lang.NoClassDefFoundError: com/bea/netuix/servlets/manager/types
/url_template_config/UrlTemplateRefDocument$UrlTemplateRef$Type$Enum
at com.bea.netuix.servlets.manager.types.url_template_config.impl.UrlTem
plateRefDocumentImpl$UrlTemplateRefImpl.getType(UrlTemplateRefDocumentImpl.java:
109)
at com.bea.netuix.servlets.manager.AppDescriptor.loadUrlTemplates(AppDes
criptor.java:764)
at com.bea.netuix.servlets.manager.AppDescriptor.loadDescriptor(AppDescr
iptor.java:847)
... 7 more



I tried with default port 7001, then i tried 9003. I verified the listining ports using 'netstat -an' command. None of these ports are bind to any resource. But still i am getting this socket problem.

Could anybody advice me on this?

thanks for your time.

regards,
ravi.
 
Ranch Hand
Posts: 2713
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Are you deploying to your local workstation or a server? Do you have rights to bind to the ports in question?
 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
http://e-docs.bea.com/wls/docs81/messages/index.html

Sorry if you already did this.but u can check ur <BEA ID> in above URL...this might help...i have already checked all these id's and of them says that user is not authorized to view license.
 
Ravikumar Jambunathan
Ranch Hand
Posts: 66
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

Thanks for your response.

I am able to successfully start and run the ExamplesServer. And for your kind information, i was able to startup and deploy my applications successfully. Later, after i installed Oracle9i, i encountered this problem.

Please let me know, if any configuration conflicting between weblogic and oracle, which causes this problem.

thanks in advance.

regards,
ravi.
 
Ranch Hand
Posts: 88
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
There are no conflicts between oracle and Weblogic as such but this exception would only come if there is something running on those ports. Please try to run the server on an odd port number like 4987. This shall definately work.

Thanks
Prashant
 
Ravikumar Jambunathan
Ranch Hand
Posts: 66
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Mr.Mahesh,

Thanks for your reply.

I tried, but still i am getting the same problem. Even, i tried reinstalling the weblogic server again. But, still of no use.

I am new to weblogic and trying to learn it. Could anybody suggest me how to proceed ahead?

thanks and regards,
ravi.
 
Greenhorn
Posts: 5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Ravi,

I have an idea on this but dont know whether it works or not. You are trying to start using port 9003 right? Run any SQl or Oracle job which uses that port, generally it fails because the server is not up.When ever u saw the job fails, restart the server it will work according to my knowledge.


Thanks
Santosh
 
Ravikumar Jambunathan
Ranch Hand
Posts: 66
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi everyone,

Thanks for all your suggestions and support.

All the porblems were caused by McAfee firewall which was running as a service. I stopped the service and am now able to start up the server.

thanks and regards,
ravi.
 
reply
    Bookmark Topic Watch Topic
  • New Topic