This week's book giveaway is in the General Computing forum.
We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line!
See this thread for details.
The moose likes Websphere and the fly likes WAS 6.1 - JAAS configuration issue Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Products » Websphere
Reply Bookmark "WAS 6.1 - JAAS configuration issue" Watch "WAS 6.1 - JAAS configuration issue" New topic
Author

WAS 6.1 - JAAS configuration issue

Ranjith Chilumuru
Greenhorn

Joined: Jan 11, 2009
Posts: 15
Dear All,

I am getting the following error during server startup.

1/13/09 14:42:31:135 IST] 0000000a Parser E SECJ4048E: ParserException occurred during parsing jaas application configuration. The exception is com.ibm.ws.security.auth.login.Parser$ParserException: line 1: expected 'null', found '*'

Can you please let me know how to solve this issue. Thanks!

Thanks,
Ranjith
Giriraj Bhojak
Ranch Hand

Joined: Apr 03, 2008
Posts: 67
Check your security settings in security.xml in your server profile and verify whether entry for JAAS is syntactically correct.

Regards,
Giriraj.
Ranjith Chilumuru
Greenhorn

Joined: Jan 11, 2009
Posts: 15
Yes, security.xml is syntactically correct. Any other suggestion? Thanks!
Giriraj Bhojak
Ranch Hand

Joined: Apr 03, 2008
Posts: 67
I am not sure what else could cause this.
I would still suggest you inspect the configuration file for any syntax error.

Regards,
Giriraj.
Ranjith Chilumuru
Greenhorn

Joined: Jan 11, 2009
Posts: 15
Well, one of our team member has removed java style comments from default.jaas.config file and issue is solved.

However, default.jaas.config file worked fine with comments with WAS 5.1.x version, since we moved to WAS 6.1, the issue arised.
example:



Solved

Thanks,
Ranjith
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: WAS 6.1 - JAAS configuration issue
 
Similar Threads
how to jaas question ?
Java heap out of memory problems
JAAS Configuration for WebLogic
Differences between authorisation in JAAS and EJB security
user maintenance