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 83861 - idRepo exception while editing profiles
Summary: idRepo exception while editing profiles
Status: CLOSED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Identity (show other bugs)
Version: 5.x
Hardware: All Windows XP
: P1 blocker (vote)
Assignee: Peter Liu
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-08-31 00:40 UTC by _ hlu
Modified: 2006-10-10 01:10 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
ide log file (45.50 KB, text/plain)
2006-08-31 00:42 UTC, _ hlu
Details
AMConfig.property from flatfiles directory (39.79 KB, text/plain)
2006-08-31 03:38 UTC, _ hlu
Details
AMConfig.properties file from AppServer\addons\amserver (5.35 KB, text/plain)
2006-08-31 03:40 UTC, _ hlu
Details

Note You need to log in before you can comment on or make changes to this bug.
Description _ hlu 2006-08-31 00:40:58 UTC
NetBeans build200608290000+EP build20060828 on windowsxp:

After exiting from ide normally, I restarted ide. The exception happened when I
edited the SAML-SenderVouches. It was fine when I started ide the first time.
I tried to restart appserver a few times, but it did not help; appserver worked
and I was also able to access am server through web browser. See attached ide
log file for detail exceptions.
Comment 1 _ hlu 2006-08-31 00:42:20 UTC
Created attachment 33441 [details]
ide log file
Comment 2 Srividhya Narayanan 2006-08-31 01:42:21 UTC
Can you pls attach your AMConfig.properties? Is the host field with an ip
address (meaning you may be on DHCP and our installer didnt get the proper
hostname?).
Comment 3 _ hlu 2006-08-31 03:38:52 UTC
Created attachment 33445 [details]
AMConfig.property from flatfiles directory
Comment 4 _ hlu 2006-08-31 03:40:32 UTC
Created attachment 33446 [details]
AMConfig.properties file from AppServer\addons\amserver
Comment 5 Srividhya Narayanan 2006-08-31 07:22:29 UTC
You need to make sure atleast one @WebServiceRef is created for the client node
you are trying to access. Once a serviceref is created then you can enable
security for the serviceref.
Comment 6 Srividhya Narayanan 2006-08-31 07:23:37 UTC
oops.. sorry updated the wrong bug!
Comment 7 Srividhya Narayanan 2006-09-08 05:08:18 UTC
Please provide reproducable steps.
Comment 8 Srividhya Narayanan 2006-09-15 19:52:46 UTC
Here is Hong's report:
I just saw the problem again with build20 when I started ide. I used the ide
yesterday and then I exited the ide normally.
Here is what I did today:
1. Started the ide used the default userdir that I used yesterday.
2. Opened the calendar server and client's security window(the liberty sample
projects  I tested  before)
3. Went to the Runtime tab and then edit UserNameToken profile. I got server is
not started message.
4. Started appserver. It started successfully.
5. Repeated #3. and I got this idRepo exception.

I checked with the browser and I was able to get the amserver console. I left
the ide in the idRepo state in case the you would like to take a look. Please
let me know.
Comment 9 Peter Liu 2006-09-16 07:23:17 UTC
The client sdk does not recover from a connection failure even after server is
started.  To work around this problem, we bounce the classloader used to load
the client sdk so a new classloader can be created to load a new copy of the
client sdk next time we try to create a provider config.
Comment 10 _ hlu 2006-10-10 01:10:26 UTC
verified in build20061002.