This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 86096 - editing remote am server profile got fatal error
Summary: editing remote am server profile got fatal error
Status: RESOLVED WONTFIX
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Identity (show other bugs)
Version: 5.x
Hardware: PC Windows XP
: P2 blocker (vote)
Assignee: Peter Liu
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-09-28 22:07 UTC by _ hlu
Modified: 2006-09-29 01:26 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
edit remote profile window snapshot (18.45 KB, image/png)
2006-09-28 22:09 UTC, _ hlu
Details

Note You need to log in before you can comment on or make changes to this bug.
Description _ hlu 2006-09-28 22:07:32 UTC
Build20060927_5(build21):

This error only happened in the first time while opening remote am server. The
following exceptions are in the ide log file.
java.lang.RuntimeException: AdminTokenAction: FATAL ERROR: Cannot obtain
Application SSO token.
Check AMConfig.properties for the following properties
	com.sun.identity.agents.app.username
	com.iplanet.am.service.password
	at com.sun.identity.security.AdminTokenAction.run(AdminTokenAction.java:243)
	at java.security.AccessController.doPrivileged(Native Method)
	at
com.sun.identity.wss.provider.ProviderConfig.getAdminToken(ProviderConfig.java:553)
	at
com.sun.identity.wss.provider.ProviderConfig.getProvider(ProviderConfig.java:447)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:585)
	at
org.netbeans.modules.identity.profile.api.configurator.impl.dynamic.ProviderConfigImpl.getProviderConfig(ProviderConfigImpl.java:159)
	at
org.netbeans.modules.identity.profile.api.configurator.impl.dynamic.ProviderConfigImpl.<init>(ProviderConfigImpl.java:138)
	at
org.netbeans.modules.identity.profile.api.configurator.ProviderConfigFactory.newInstance(ProviderConfigFactory.java:39)
	at
org.netbeans.modules.identity.profile.api.configurator.ProviderConfigurator.init(ProviderConfigurator.java:126)
	at
org.netbeans.modules.identity.profile.api.configurator.ProviderConfigurator.getConfigurator(ProviderConfigurator.java:98)
	at
org.netbeans.modules.identity.server.manager.ui.ProfileEditorPanel.initConfigurator(ProfileEditorPanel.java:134)
	at
org.netbeans.modules.identity.server.manager.ui.ProfileEditorPanel.access$000(ProfileEditorPanel.java:63)
	at
org.netbeans.modules.identity.server.manager.ui.ProfileEditorPanel$1.run(ProfileEditorPanel.java:104)
Comment 1 _ hlu 2006-09-28 22:09:00 UTC
Created attachment 34675 [details]
edit remote profile window snapshot
Comment 2 Peter Liu 2006-09-28 22:30:12 UTC
Hong, is this the first time you've seen this?   If so, this is a regression on
the am code. Our code hasn't changed in awhile.  I'll try it myself and see if
there is a workaround. Otherwise, we'll have to log a bug against the am team.

Comment 3 Peter Liu 2006-09-29 01:26:25 UTC
This is a regression in the am code. I've filed a bug,6476524, in bugster
against accessmanager for us to track.  I am closing this bug with WONTFIX.