This week's book giveaway is in the Open Source Projects forum.
We're giving away four copies of Eclipse Collections Categorically: Level up your programming game and have Donald Raab on-line!
See this thread for details.
  • 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
  • Ron McLeod
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

Ormi User name & pwd

 
Ranch Hand
Posts: 1228
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Can any one let me know the default user name and password of Ormi server.
I'm trying to access a EJb deployed in the server ..i'm getting the following exception .. for user admin and pwd =""

NamingException: Lookup error: javax.naming.AuthenticationException: Username/password for default (admin); nested exception is:
javax.naming.AuthenticationException: Invalid username/password for default (admin)
 
Ranch Hand
Posts: 82
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
username = admin
password = welcome

if that doesnt work then try with the password you are using when you go through your browser http://web_server:1810/
 
Srinivasa Raghavan
Ranch Hand
Posts: 1228
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks Raghu,
I have found the user name & pwd ( admin/welcome )
But the usr/pwd for "http://web_server:1810" is Enterprise managers usr/pwd right can i use this for Ormi ?

Then where are the Ormi Userid's stored Is it in Principals.xml ?
Cant i see it in a console ?
 
Yup, yup, yup. Tiny ad:
Clean our rivers and oceans from home
https://www.kickstarter.com/projects/paulwheaton/willow-feeders
reply
    Bookmark Topic Watch Topic
  • New Topic