• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

WebSphere stop error/database connection

 
Ranch Hand
Posts: 133
Hibernate Oracle Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I have Websphere6.1 installed on my Windows7 machine.I am able to create a new profile using profilemanager, however when I try to stop the server, I get following exception.

EXCEPTION :
ADMC0016E: The system cannot create a SOAP connector to connect to host localhost at port 8883.


If I try to create a databse connection through WEBSPHERE admin console, while testing the connection I get another exception.

EXCEPTION:
java.sql.SQLException: Io exception: The Network Adapter could not establish the connectionDSRA0010E: SQL State = null, Error Code = 17,002


Can anyone help me in resolving this one?

I have tried changing the etc/hosts file for my ipaddress.
Also, I am able to make the DB connection through pl-sql developer from the same machine.
I tried creating 5 different profiles just to avoid port clashes, but this seems something different.

Thanks,
Rohit Chavan

 
rohit chavan
Ranch Hand
Posts: 133
Hibernate Oracle Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
knock knock!!! ne1?
 
Ranch Hand
Posts: 256
Netbeans IDE Firefox Browser Fedora
  • Likes 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Start the server as Administrator.

if starting from services then change the property to start service as this account and give the admin privileged account
if starting from command prompt then make sure script is given admin privileges.(start as administrator)

If that does not resolve then please post complete stack trace of error you are getting from the log file
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic