Issue in setting custom registry in WAS 6.1

Hi,
I am trying to setup agent on WAS 6.1 as per the documentation :- http://docs.sun.com/app/docs/doc/820-3675/gcann?a=view
And i am getting an error while trying to set the Custom Registry of WebSphere Application Server 6.1.
The error on my WAS Admin console comes when i try to click the ok button in the standalone custom registry window.
Error on console is as :-
'SECJ7339E: Exception raised while validating admin name'
My server logs are as : -
[9/15/08 18:11:08:884 IST] 00000026 SystemErr     R Caused by: java.lang.RuntimeException: Exception caught in AmWebsphereManager initializer: Failed to obtain service instance com.sun.identity.agents.websphere.AmRealmUserRegistry
at com.sun.identity.agents.websphere.AmWebsphereManager.<clinit>(AmWebsphereManager.java:170)
at java.lang.J9VMInternals.initializeImpl(Native Method)
at java.lang.J9VMInternals.initialize(J9VMInternals.java:177)
at com.sun.identity.agents.websphere.AmAgentUserRegistry.getRealmUserRegistry(AmAgentUserRegistry.java:228)
at com.sun.identity.agents.websphere.AmAgentUserRegistry.getUsers(AmAgentUserRegistry.java:107)
at com.ibm.ws.security.registry.UserRegistryImpl.getUsers(UserRegistryImpl.java:382)
at com.ibm.ws.security.core.SecurityAdmin.getUsers(SecurityAdmin.java:702)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[9/15/08 18:11:08:884 IST] 00000026 SystemErr     R  at com.sun.identity.agents.websphere.AmWebsphereManager.<clinit>(AmWebsphereManager.java:170)
[9/15/08 18:11:08:884 IST] 00000026 SystemErr     R  at java.lang.J9VMInternals.initializeImpl(Native Method)
[9/15/08 18:11:08:900 IST] 00000026 SystemErr     R  at java.lang.J9VMInternals.initialize(J9VMInternals.java:177)
[9/15/08 18:11:08:900 IST] 00000026 SystemErr     R  ... 65 moreMy amAgent Logs are as : -
ERROR: AmAgentLog: Unable to create AmAgentRemoteLog instance, will attempt to use local logging only.
[AgentException Stack]
com.sun.identity.agents.arch.AgentException: Unable to load IAmAgentRemoteLog: com.sun.identity.agents.log.AmAgentRemoteLog
at com.sun.identity.agents.arch.ServiceFactory.getAmAgentRemoteLog(ServiceFactory.java:306)
at com.sun.identity.agents.log.AmAgentLog.initialize(AmAgentLog.java:70)
[AgentException Stack]
com.sun.identity.agents.arch.AgentException: Failed to initialize AmAgentRemoteLog instance
at com.sun.identity.agents.log.AmAgentRemoteLog.initialize(AmAgentRemoteLog.java:74)
at com.sun.identity.agents.arch.ServiceFactory.getAmAgentRemoteLog(ServiceFactory.java:304)
at com.sun.identity.agents.log.AmAgentLog.initialize(AmAgentLog.java:70)
at com.sun.identity.agents.arch.ServiceFactory.getAmAgentLog(ServiceFactory.java:289)
at com.sun.identity.agents.log.AmAgentLogManager.<init>(AmAgentLogManager.java:66)
at com.sun.identity.agents.log.AmAgentLogManager.<clinit>(AmAgentLogManager.java:180)My amSMS logs are as : -
09/15/2008 06:11:08:509 PM IST: Thread[WebContainer : 2,5,main]
ERROR: SMSJAXRPCObject:getRootSuffix:Exception:
java.rmi.RemoteException: no-server-found
at com.sun.identity.jaxrpc.SOAPClient.getValidURL(SOAPClient.java:195)
at com.sun.identity.jaxrpc.SOAPClient.call(SOAPClient.java:313)
at com.sun.identity.jaxrpc.SOAPClient.send(SOAPClient.java:481)
at com.sun.identity.jaxrpc.SOAPClient.send(SOAPClient.java:467)
at com.sun.identity.sm.jaxrpc.SMSJAXRPCObject.getRootSuffix(SMSJAXRPCObject.java:393)
at com.sun.identity.sm.SMSEntry.<clinit>(SMSEntry.java:272)
09/15/2008 06:11:08:619 PM IST: Thread[WebContainer : 2,5,main]
ERROR: ServiceManager::isRealmEnabled unable to initialize
java.util.MissingResourceException: Can't find resource for bundle java.util.PropertyResourceBundle, key loginError
at java.util.ResourceBundle.getObject(ResourceBundle.java:342)
at java.util.ResourceBundle.getString(ResourceBundle.java:302)
at com.sun.identity.authentication.spi.AuthLoginException.getLocalMessage(AuthLoginException.java:280)
at com.sun.identity.authentication.spi.AuthLoginException.getLocalMessage(AuthLoginException.java:291)
at com.sun.identity.authentication.spi.AuthLoginException.fetchStackTrace(AuthLoginException.java:309)
at com.sun.identity.authentication.spi.AuthLoginException.printStackTrace(AuthLoginException.java:259)My amWebSphere logs are as : -
09/15/2008 06:11:08:728 PM IST: Thread[WebContainer : 2,5,main]
ERROR: AmWebsphereManager initialization failed
[AgentException Stack]
com.sun.identity.agents.arch.AgentException: Failed to obtain service instance com.sun.identity.agents.websphere.AmRealmUserRegistry
at com.sun.identity.agents.websphere.AmWebsphereServiceFactory.getAmRealmUserRegistry(AmWebsphereServiceFactory.java:87)
at com.sun.identity.agents.websphere.AmWebsphereManager.<init>(AmWebsphereManager.java:63)
at com.sun.identity.agents.websphere.AmWebsphereManager.<clinit>(AmWebsphereManager.java:165)
at java.lang.J9VMInternals.initializeImpl(Native Method)
java.util.MissingResourceException: Can't find resource for bundle java.util.PropertyResourceBundle, key loginError
at java.util.ResourceBundle.getObject(ResourceBundle.java:342)
at java.util.ResourceBundle.getString(ResourceBundle.java:302)
at com.sun.identity.authentication.spi.AuthLoginException.getLocalMessage(AuthLoginException.java:280)
at com.sun.identity.authentication.spi.AuthLoginException.getLocalMessage(AuthLoginException.java:291)
at com.sun.identity.authentication.spi.AuthLoginException.fetchStackTrace(AuthLoginException.java:309)
at com.sun.identity.authentication.spi.AuthLoginException.printStackTrace(AuthLoginException.java:259)
at com.sun.identity.util.impl.DebugImpl.writeIt(DebugImpl.java:218)
at com.sun.identity.util.impl.DebugImpl.writeIt(DebugImpl.java:206)
at com.sun.identity.util.impl.DebugImpl.record(DebugImpl.java:199)
at com.sun.identity.util.impl.DebugImpl.error(DebugImpl.java:192)
at com.iplanet.am.util.Debug.error(Debug.java:536)
at com.sun.identity.agents.arch.Module.logError(Module.java:239)Please suggest what the issue can be ?
I have a windows XP Professional OS, AM server on WAS 6.1.0.2 (in RAD) and AM agent on WAS 6.1.0.2 (in RAD).
thanks,
Nimish Gupta

After following the steps for 'Supplemental Instructions for Installing and Configuring Policy Agent 2.2–01 for IBM WebSphere Application Server' at the url, ' http://docs.sun.com/app/docs/doc/819-2796/gggvb?a=view ' , I was able to get rid of the logs errors mentioned above.
However I am still not able to customize my registry in WAS 6.1. I get a different error this time as : -
[9/16/08 17:49:35:766 IST] 0000002b SystemErr     R javax.management.RuntimeErrorException: Error occured in RequiredModelMBean while trying to invoke operation getUsers
[9/16/08 17:49:35:766 IST] 0000002b SystemErr     R      at javax.management.modelmbean.RequiredModelMBean.invokeMethod(RequiredModelMBean.java:1110)
[9/16/08 17:49:35:766 IST] 0000002b SystemErr     R      at javax.management.modelmbean.RequiredModelMBean.invoke(RequiredModelMBean.java:971)
[9/16/08 17:49:35:766 IST] 0000002b SystemErr     R      at com.sun.jmx.mbeanserver.DynamicMetaDataImpl.invoke(DynamicMetaDataImpl.java:231)
[9/16/08 17:49:35:766 IST] 0000002b SystemErr     R      at com.sun.jmx.mbeanserver.MetaDataImpl.invoke(MetaDataImpl.java:238)
[9/16/08 17:49:35:766 IST] 0000002b SystemErr     R      at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:833)
[9/16/08 17:49:35:766 IST] 0000002b SystemErr     R      at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:802)
[9/16/08 17:49:35:766 IST] 0000002b SystemErr     R      at com.ibm.ws.management.AdminServiceImpl$1.run(AdminServiceImpl.java:1055)
[9/16/08 17:49:35:766 IST] 0000002b SystemErr     R      at com.ibm.ws.security.util.AccessController.doPrivileged(AccessController.java:118)
[9/16/08 17:49:35:766 IST] 0000002b SystemErr     R      at com.ibm.ws.management.AdminServiceImpl.invoke(AdminServiceImpl.java:948)
[9/16/08 17:49:35:766 IST] 0000002b SystemErr     R      at com.ibm.ws.security.admintask.ValidateAdminName.afterStepsExecuted(ValidateAdminName.java:560)
[9/16/08 17:49:35:766 IST] 0000002b SystemErr     R      at com.ibm.websphere.management.cmdframework.provider.AbstractTaskCommand.executeReal(AbstractTaskCommand.java:640)
[9/16/08 17:49:35:766 IST] 0000002b SystemErr     R      at com.ibm.websphere.management.cmdframework.provider.AbstractTaskCommand.execute(AbstractTaskCommand.java:595)
[9/16/08 17:49:35:766 IST] 0000002b SystemErr     R      at com.ibm.ws.console.security.UserRegistryDetailActionGen.validateAdminId(UserRegistryDetailActionGen.java:262)
[9/16/08 17:49:35:766 IST] 0000002b SystemErr     R      at com.ibm.ws.console.security.UserRegistryDetailActionGen.processAdminId(UserRegistryDetailActionGen.java:240)
[9/16/08 17:49:35:766 IST] 0000002b SystemErr     R      at com.ibm.ws.console.security.CustomUserRegistryDetailAction.execute(CustomUserRegistryDetailAction.java:177)
[9/16/08 17:49:35:766 IST] 0000002b SystemErr     R      at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:484)
[9/16/08 17:49:35:766 IST] 0000002b SystemErr     R      at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:274)
[9/16/08 17:49:35:766 IST] 0000002b SystemErr     R      at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1486)
[9/16/08 17:49:35:766 IST] 0000002b SystemErr     R      at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:528)
[9/16/08 17:49:35:766 IST] 0000002b SystemErr     R      at javax.servlet.http.HttpServlet.service(HttpServlet.java:763)
[9/16/08 17:49:35:766 IST] 0000002b SystemErr     R      at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
[9/16/08 17:49:35:766 IST] 0000002b SystemErr     R      at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:966)
[9/16/08 17:49:35:766 IST] 0000002b SystemErr     R      at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:907)
[9/16/08 17:49:35:766 IST] 0000002b SystemErr     R      at com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterChain.java:145)
[9/16/08 17:49:35:766 IST] 0000002b SystemErr     R      at com.ibm.ws.console.core.servlet.WSCUrlFilter.continueStoringTaskState(WSCUrlFilter.java:371)
[9/16/08 17:49:35:766 IST] 0000002b SystemErr     R      at com.ibm.ws.console.core.servlet.WSCUrlFilter.doFilter(WSCUrlFilter.java:229)
[9/16/08 17:49:35:766 IST] 0000002b SystemErr     R      at com.ibm.ws.webcontainer.filter.FilterInstanceWrapper.doFilter(FilterInstanceWrapper.java:190)
[9/16/08 17:49:35:766 IST] 0000002b SystemErr     R      at com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterChain.java:130)
[9/16/08 17:49:35:766 IST] 0000002b SystemErr     R      at com.ibm.ws.webcontainer.filter.WebAppFilterChain._doFilter(WebAppFilterChain.java:87)
[9/16/08 17:49:35:766 IST] 0000002b SystemErr     R      at com.ibm.ws.webcontainer.filter.WebAppFilterManager.doFilter(WebAppFilterManager.java:696)
[9/16/08 17:49:35:766 IST] 0000002b SystemErr     R      at com.ibm.ws.webcontainer.filter.WebAppFilterManager.doFilter(WebAppFilterManager.java:641)
[9/16/08 17:49:35:766 IST] 0000002b SystemErr     R      at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:475)
[9/16/08 17:49:35:782 IST] 0000002b SystemErr     R      at com.ibm.ws.wswebcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:463)
[9/16/08 17:49:35:782 IST] 0000002b SystemErr     R      at com.ibm.ws.webcontainer.webapp.WebApp.handleRequest(WebApp.java:3107)
[9/16/08 17:49:35:782 IST] 0000002b SystemErr     R      at com.ibm.ws.webcontainer.webapp.WebGroup.handleRequest(WebGroup.java:238)
[9/16/08 17:49:35:782 IST] 0000002b SystemErr     R      at com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java:811)
[9/16/08 17:49:35:782 IST] 0000002b SystemErr     R      at com.ibm.ws.wswebcontainer.WebContainer.handleRequest(WebContainer.java:1425)
[9/16/08 17:49:35:782 IST] 0000002b SystemErr     R      at com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelLink.java:92)
[9/16/08 17:49:35:782 IST] 0000002b SystemErr     R      at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscrimination(HttpInboundLink.java:465)
[9/16/08 17:49:35:782 IST] 0000002b SystemErr     R      at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewInformation(HttpInboundLink.java:394)
[9/16/08 17:49:35:782 IST] 0000002b SystemErr     R      at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.ready(HttpInboundLink.java:274)
[9/16/08 17:49:35:782 IST] 0000002b SystemErr     R      at com.ibm.ws.tcp.channel.impl.NewConnectionInitialReadCallback.sendToDiscriminators(NewConnectionInitialReadCallback.java:214)
[9/16/08 17:49:35:782 IST] 0000002b SystemErr     R      at com.ibm.ws.tcp.channel.impl.NewConnectionInitialReadCallback.complete(NewConnectionInitialReadCallback.java:113)
[9/16/08 17:49:35:782 IST] 0000002b SystemErr     R      at com.ibm.ws.tcp.channel.impl.AioReadCompletionListener.futureCompleted(AioReadCompletionListener.java:152)
[9/16/08 17:49:35:782 IST] 0000002b SystemErr     R      at com.ibm.io.async.AbstractAsyncFuture.invokeCallback(AbstractAsyncFuture.java:213)
[9/16/08 17:49:35:782 IST] 0000002b SystemErr     R      at com.ibm.io.async.AbstractAsyncFuture.fireCompletionActions(AbstractAsyncFuture.java:195)
[9/16/08 17:49:35:782 IST] 0000002b SystemErr     R      at com.ibm.io.async.AsyncFuture.completed(AsyncFuture.java:136)
[9/16/08 17:49:35:782 IST] 0000002b SystemErr     R      at com.ibm.io.async.ResultHandler.complete(ResultHandler.java:193)
[9/16/08 17:49:35:782 IST] 0000002b SystemErr     R      at com.ibm.io.async.ResultHandler.runEventProcessingLoop(ResultHandler.java:725)
[9/16/08 17:49:35:782 IST] 0000002b SystemErr     R      at com.ibm.io.async.ResultHandler$2.run(ResultHandler.java:847)
[9/16/08 17:49:35:782 IST] 0000002b SystemErr     R      at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1498)
[9/16/08 17:49:35:782 IST] 0000002b SystemErr     R Caused by: java.lang.NoClassDefFoundError: com.iplanet.ums.Guid
     at java.lang.J9VMInternals.verifyImpl(Native Method)
     at java.lang.J9VMInternals.verify(J9VMInternals.java:59)
     at java.lang.J9VMInternals.initialize(J9VMInternals.java:120)
     at com.iplanet.am.sdk.common.DCTreeServicesHelper.<clinit>(DCTreeServicesHelper.java:66)
     at java.lang.J9VMInternals.initializeImpl(Native Method)
     at java.lang.J9VMInternals.initialize(J9VMInternals.java:177)
     at java.lang.J9VMInternals.initialize(J9VMInternals.java:144)
     at com.iplanet.am.sdk.remote.RemoteServicesImpl.<init>(RemoteServicesImpl.java:95)
     at com.iplanet.am.sdk.remote.CachedRemoteServicesImpl.<init>(CachedRemoteServicesImpl.java:115)
     at com.iplanet.am.sdk.remote.CachedRemoteServicesImpl.getInstance(CachedRemoteServicesImpl.java:137)
     at com.iplanet.am.sdk.remote.RemoteServicesFactory.<clinit>(RemoteServicesFactory.java:87)
     at java.lang.J9VMInternals.initializeImpl(Native Method)
     at java.lang.J9VMInternals.initialize(J9VMInternals.java:177)
     at com.iplanet.am.sdk.remote.RemoteServicesProviderImpl.getDirectoryServicesImpl(RemoteServicesProviderImpl.java:54)
     at com.iplanet.am.sdk.AMDirectoryAccessFactory.instantiateImpls(AMDirectoryAccessFactory.java:132)
     at com.iplanet.am.sdk.AMDirectoryAccessFactory.initialize(AMDirectoryAccessFactory.java:105)
     at com.iplanet.am.sdk.AMDirectoryAccessFactory.getDirectoryServices(AMDirectoryAccessFactory.java:191)
     at com.sun.identity.idm.IdServicesFactory.initialize(IdServicesFactory.java:127)
     at com.sun.identity.idm.IdServicesFactory.getDataStoreServices(IdServicesFactory.java:179)
     at com.sun.identity.idm.AMIdentityRepository.searchIdentities(AMIdentityRepository.java:210)
     at com.sun.identity.agents.websphere.AmRealmUserRegistry.getUsers(AmRealmUserRegistry.java:174)
     at com.sun.identity.agents.websphere.AmAgentUserRegistry.getUsers(AmAgentUserRegistry.java:107)
     at com.ibm.ws.security.registry.UserRegistryImpl.getUsers(UserRegistryImpl.java:382)
     at com.ibm.ws.security.core.SecurityAdmin.getUsers(SecurityAdmin.java:702)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:64)
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
     at java.lang.reflect.Method.invoke(Method.java:615)
     at sun.reflect.misc.Trampoline.invoke(MethodUtil.java:62)
     at sun.reflect.GeneratedMethodAccessor18.invoke(Unknown Source)
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
     at java.lang.reflect.Method.invoke(Method.java:615)
     at sun.reflect.misc.MethodUtil.invoke(MethodUtil.java:265)
     at javax.management.modelmbean.RequiredModelMBean.invokeMethod(RequiredModelMBean.java:1089)
     at javax.management.modelmbean.RequiredModelMBean.invoke(RequiredModelMBean.java:971)
     at com.sun.jmx.mbeanserver.DynamicMetaDataImpl.invoke(DynamicMetaDataImpl.java:231)
     at com.sun.jmx.mbeanserver.MetaDataImpl.invoke(MetaDataImpl.java:238)
     at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:833)
     at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:802)
     at com.ibm.ws.management.AdminServiceImpl$1.run(AdminServiceImpl.java:1055)
     at com.ibm.ws.security.util.AccessController.doPrivileged(AccessController.java:118)
     at com.ibm.ws.management.AdminServiceImpl.invoke(AdminServiceImpl.java:948)
     at com.ibm.ws.security.admintask.ValidateAdminName.afterStepsExecuted(ValidateAdminName.java:560)
     at com.ibm.websphere.management.cmdframework.provider.AbstractTaskCommand.executeReal(AbstractTaskCommand.java:640)
     at com.ibm.websphere.management.cmdframework.provider.AbstractTaskCommand.execute(AbstractTaskCommand.java:595)
     at com.ibm.ws.console.security.UserRegistryDetailActionGen.validateAdminId(UserRegistryDetailActionGen.java:262)
     at com.ibm.ws.console.security.UserRegistryDetailActionGen.processAdminId(UserRegistryDetailActionGen.java:240)
     at com.ibm.ws.console.security.CustomUserRegistryDetailAction.execute(CustomUserRegistryDetailAction.java:177)
     at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:484)
     at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:274)
     at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1486)
     at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:528)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:763)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
     at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:966)
     at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:907)
     at com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterChain.java:145)
     at com.ibm.ws.console.core.servlet.WSCUrlFilter.continueStoringTaskState(WSCUrlFilter.java:371)
     at com.ibm.ws.console.core.servlet.WSCUrlFilter.doFilter(WSCUrlFilter.java:229)
     at com.ibm.ws.webcontainer.filter.FilterInstanceWrapper.doFilter(FilterInstanceWrapper.java:190)
     at com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterChain.java:130)
     at com.ibm.ws.webcontainer.filter.WebAppFilterChain._doFilter(WebAppFilterChain.java:87)
     at com.ibm.ws.webcontainer.filter.WebAppFilterManager.doFilter(WebAppFilterManager.java:696)
     at com.ibm.ws.webcontainer.filter.WebAppFilterManager.doFilter(WebAppFilterManager.java:641)
     at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:475)
     at com.ibm.ws.wswebcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:463)
     at com.ibm.ws.webcontainer.webapp.WebApp.handleRequest(WebApp.java:3107)
     at com.ibm.ws.webcontainer.webapp.WebGroup.handleRequest(WebGroup.java:238)
     at com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java:811)
     at com.ibm.ws.wswebcontainer.WebContainer.handleRequest(WebContainer.java:1425)
     at com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelLink.java:92)
     at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscrimination(HttpInboundLink.java:465)
     at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewInformation(HttpInboundLink.java:394)
     at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.ready(HttpInboundLink.java:274)
     at com.ibm.ws.tcp.channel.impl.NewConnectionInitialReadCallback.sendToDiscriminators(NewConnectionInitialReadCallback.java:214)
     at com.ibm.ws.tcp.channel.impl.NewConnectionInitialReadCallback.complete(NewConnectionInitialReadCallback.java:113)
     at com.ibm.ws.tcp.channel.impl.AioReadCompletionListener.futureCompleted(AioReadCompletionListener.java:152)
     at com.ibm.io.async.AbstractAsyncFuture.invokeCallback(AbstractAsyncFuture.java:213)
     at com.ibm.io.async.AbstractAsyncFuture.fireCompletionActions(AbstractAsyncFuture.java:195)
     at com.ibm.io.async.AsyncFuture.completed(AsyncFuture.java:136)
     at com.ibm.io.async.ResultHandler.complete(ResultHandler.java:193)
     at com.ibm.io.async.ResultHandler.runEventProcessingLoop(ResultHandler.java:725)
     at com.ibm.io.async.ResultHandler$2.run(ResultHandler.java:847)
     at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1498)
[9/16/08 17:49:35:782 IST] 0000002b SystemErr     R      at java.lang.J9VMInternals.verifyImpl(Native Method)
[9/16/08 17:49:35:782 IST] 0000002b SystemErr     R      at java.lang.J9VMInternals.verify(J9VMInternals.java:59)
[9/16/08 17:49:35:782 IST] 0000002b SystemErr     R      at java.lang.J9VMInternals.initialize(J9VMInternals.java:120)
[9/16/08 17:49:35:782 IST] 0000002b SystemErr     R      at com.iplanet.am.sdk.common.DCTreeServicesHelper.<clinit>(DCTreeServicesHelper.java:66)
[9/16/08 17:49:35:782 IST] 0000002b SystemErr     R      at java.lang.J9VMInternals.initializeImpl(Native Method)
[9/16/08 17:49:35:782 IST] 0000002b SystemErr     R      at java.lang.J9VMInternals.initialize(J9VMInternals.java:177)
[9/16/08 17:49:35:782 IST] 0000002b SystemErr     R      at java.lang.J9VMInternals.initialize(J9VMInternals.java:144)
[9/16/08 17:49:35:798 IST] 0000002b SystemErr     R      at com.iplanet.am.sdk.remote.RemoteServicesImpl.<init>(RemoteServicesImpl.java:95)
[9/16/08 17:49:35:798 IST] 0000002b SystemErr     R      at com.iplanet.am.sdk.remote.CachedRemoteServicesImpl.<init>(CachedRemoteServicesImpl.java:115)
[9/16/08 17:49:35:798 IST] 0000002b SystemErr     R      at com.iplanet.am.sdk.remote.CachedRemoteServicesImpl.getInstance(CachedRemoteServicesImpl.java:137)
[9/16/08 17:49:35:798 IST] 0000002b SystemErr     R      at com.iplanet.am.sdk.remote.RemoteServicesFactory.<clinit>(RemoteServicesFactory.java:87)
[9/16/08 17:49:35:798 IST] 0000002b SystemErr     R      at java.lang.J9VMInternals.initializeImpl(Native Method)
[9/16/08 17:49:35:798 IST] 0000002b SystemErr     R      at java.lang.J9VMInternals.initialize(J9VMInternals.java:177)
[9/16/08 17:49:35:798 IST] 0000002b SystemErr     R      at com.iplanet.am.sdk.remote.RemoteServicesProviderImpl.getDirectoryServicesImpl(RemoteServicesProviderImpl.java:54)
[9/16/08 17:49:35:798 IST] 0000002b SystemErr     R      at com.iplanet.am.sdk.AMDirectoryAccessFactory.instantiateImpls(AMDirectoryAccessFactory.java:132)
[9/16/08 17:49:35:798 IST] 0000002b SystemErr     R      at com.iplanet.am.sdk.AMDirectoryAccessFactory.initialize(AMDirectoryAccessFactory.java:105)
[9/16/08 17:49:35:798 IST] 0000002b SystemErr     R      at com.iplanet.am.sdk.AMDirectoryAccessFactory.getDirectoryServices(AMDirectoryAccessFactory.java:191)
[9/16/08 17:49:35:798 IST] 0000002b SystemErr     R      at com.sun.identity.idm.IdServicesFactory.initialize(IdServicesFactory.java:127)
[9/16/08 17:49:35:798 IST] 0000002b SystemErr     R      at com.sun.identity.idm.IdServicesFactory.getDataStoreServices(IdServicesFactory.java:179)
[9/16/08 17:49:35:798 IST] 0000002b SystemErr     R      at com.sun.identity.idm.AMIdentityRepository.searchIdentities(AMIdentityRepository.java:210)
[9/16/08 17:49:35:798 IST] 0000002b SystemErr     R      at com.sun.identity.agents.websphere.AmRealmUserRegistry.getUsers(AmRealmUserRegistry.java:174)
[9/16/08 17:49:35:798 IST] 0000002b SystemErr     R      at com.sun.identity.agents.websphere.AmAgentUserRegistry.getUsers(AmAgentUserRegistry.java:107)
[9/16/08 17:49:35:798 IST] 0000002b SystemErr     R      at com.ibm.ws.security.registry.UserRegistryImpl.getUsers(UserRegistryImpl.java:382)
[9/16/08 17:49:35:798 IST] 0000002b SystemErr     R      at com.ibm.ws.security.core.SecurityAdmin.getUsers(SecurityAdmin.java:702)
[9/16/08 17:49:35:798 IST] 0000002b SystemErr     R      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[9/16/08 17:49:35:798 IST] 0000002b SystemErr     R      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:64)
[9/16/08 17:49:35:798 IST] 0000002b SystemErr     R      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[9/16/08 17:49:35:798 IST] 0000002b SystemErr     R      at java.lang.reflect.Method.invoke(Method.java:615)
[9/16/08 17:49:35:798 IST] 0000002b SystemErr     R      at sun.reflect.misc.Trampoline.invoke(MethodUtil.java:62)
[9/16/08 17:49:35:798 IST] 0000002b SystemErr     R      at sun.reflect.GeneratedMethodAccessor18.invoke(Unknown Source)
[9/16/08 17:49:35:798 IST] 0000002b SystemErr     R      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[9/16/08 17:49:35:798 IST] 0000002b SystemErr     R      at java.lang.reflect.Method.invoke(Method.java:615)
[9/16/08 17:49:35:798 IST] 0000002b SystemErr     R      at sun.reflect.misc.MethodUtil.invoke(MethodUtil.java:265)
[9/16/08 17:49:35:798 IST] 0000002b SystemErr     R      at javax.management.modelmbean.RequiredModelMBean.invokeMethod(RequiredModelMBean.java:1089)
[9/16/08 17:49:35:798 IST] 0000002b SystemErr     R      ... 50 more

Similar Messages

  • Issue in setting custom identity service for soa 11.1.1.4

    Hello,
    I am facing issue in setting custom identity service for soa 11.1.1.4
    It is not picking up the implemented UserManager (in custom IDM) implemented via ServiceProvider and IdentityStoreService.
    This is configured in jps-config.xml
    The same setup was working in soa 11.1.1.2
    I believe there is a change done in JpsProvider in bpm-service.jar to authenticate via default login context from oracle.security.jps.internal.jaas.module.authentication.JpsUserAuthenticationLoginModule
    If my uderstanding is correct,
    Please guide me in implementing custom identity store and services for bpm services for soa 11.1.1.4
    Tried various work arounds but no luck.
    Thanks
    Bala

    Hi...
    Can u tell me how did u set up custom identity service for 11.1.1.2 ?
    Thanks

  • HT3743 HT4623 We're sorry, we are unable to continue with your activation at this time. Please try again later, or contact customer care.----How to fix this issue while setting up the iphone for the new ios?

    HT4623 We're sorry, we are unable to continue with your activation at this time. Please try again later, or contact customer care.----How to fix this issue while setting up the iphone for the new ios?

    If you don't have a SIM card in the phone, you must put one in. It's required for activation.
    If you do, then your phone was probably hacked to unlock it from the original carrier. Contact them and see if they will unlock it. If they will not do so, then you can't use that phone.

  • Problem with setting custom attribute and it being searchable

    I'm having an issue with setting a custom attribute and having it be searchable using Portal 10.1.4. The situation that we have is that we initially added a bunch of files to Oracle Portal using webdrive. Later on, we decided that we needed another custom attribute called "Pinned Item" that will be used for searching (boolean value) and gave it a default value of false. The attribute was then added to the "File" item type in the "Shared Objects" group.
    It appears that since this attribute wasn't initially available on the file object, we couldn't search on it so we decided to set it programatically. First, I tried using wwsbr.set_attribute but it errored out seemingly because the value wasn't set in the first place. If I set a value first by using the web front end, I could then use the set_attribute procedure.
    So, I moved on to using wwsbr_api.modify_item and it appears to set it (although everything is being set to false until I changed it to "text" instead of "boolean" which is OK because that's what I wanted anyway... see metalink bug 390618.1). I'm using the method outlined in metalink doc 413079.1. When I do set it to a "1", and edit the item the check box is checked indicating that it is set correctly. And if I just click "OK" to save the attributes after I open it everything works like it should.
    However, the advanced search (and custom search portlet) and the search APIs are not picking it up. I'm not sure if I'm hitting Metalink bug ID 5592472 or not as that's using the "set_attribute" procedure instead of the modify_item procedure. And their "workaround" of setting the attribute in the UI isn't really feasible for a couple thousand files.
    So far I've tried the following things to get it working:
    1. I am calling wwpro_api_invalidation.execute_cache_invalidation
    2. I have executed wwv_context.sync
    3. I cleared the page group cache
    4. I invalidated all of the web cache
    Does anyone else have any other suggestions?

    I'm having an issue with setting a custom attribute and having it be searchable using Portal 10.1.4. The situation that we have is that we initially added a bunch of files to Oracle Portal using webdrive. Later on, we decided that we needed another custom attribute called "Pinned Item" that will be used for searching (boolean value) and gave it a default value of false. The attribute was then added to the "File" item type in the "Shared Objects" group.
    It appears that since this attribute wasn't initially available on the file object, we couldn't search on it so we decided to set it programatically. First, I tried using wwsbr.set_attribute but it errored out seemingly because the value wasn't set in the first place. If I set a value first by using the web front end, I could then use the set_attribute procedure.
    So, I moved on to using wwsbr_api.modify_item and it appears to set it (although everything is being set to false until I changed it to "text" instead of "boolean" which is OK because that's what I wanted anyway... see metalink bug 390618.1). I'm using the method outlined in metalink doc 413079.1. When I do set it to a "1", and edit the item the check box is checked indicating that it is set correctly. And if I just click "OK" to save the attributes after I open it everything works like it should.
    However, the advanced search (and custom search portlet) and the search APIs are not picking it up. I'm not sure if I'm hitting Metalink bug ID 5592472 or not as that's using the "set_attribute" procedure instead of the modify_item procedure. And their "workaround" of setting the attribute in the UI isn't really feasible for a couple thousand files.
    So far I've tried the following things to get it working:
    1. I am calling wwpro_api_invalidation.execute_cache_invalidation
    2. I have executed wwv_context.sync
    3. I cleared the page group cache
    4. I invalidated all of the web cache
    Does anyone else have any other suggestions?

  • Customer Standard Order was delivered with credit status not approved and blocked.

    The Customer Standard Order was delivered with the credit status not approved and blocked.
    3 orders were delivered without credit limit and now the credit limit is exceed in more than 250%,
    We have checked the settings in OVAK and the assignment is correctly set as D and 01. This is an issue with a high risk customer with static check in OVA8 transaction.
    Please advice.
    BR
    Anuja

    The Customer Standard Order was delivered with the credit status not approved and blocked.
    If the sales order is blocked system can not allow you to create delivery with out approving it.
    3 orders were delivered without credit limit and now the credit limit is exceed in more than 250%
    There could be reason that in FD32 for the payer customer the risk category might not have been assigned during those 3 sales orders creation. Also one more reason in OVA8 against the Static credit check if open order field is not ticked.
    Please let me understand what is your exact issue currently?
    thanks,
    Srinu.

  • Issues with setting "Album Artist" in iTunes 9.2.5.1 on Windows 7

    I googled this for a while but haven't been able to find this issues mentioned anywhere else yet. Here's what's happening: I am importing CDs to iTunes 9.2.1.5 on Windows 7 Pro (64 Bit) using MP3 Encoder > Higher Quality. All is well except for a few CDs where I'd like to set an overall Album Artist. Example: Tony Bennett's Duets: An American Classic. When importing the CD it shows up under "Various Artists" since "Artist" is always Tony Bennett plus whoever he sings with. To make sure the album shows up under Tony Bennett in the library I click on the album and set "Album Artist" to Tony Bennett. That, however results in changing the "Artist" field as well now so all fields say Tony Bennett, which shouldn't happen, "artists" should stay unchanged. I tried this with several albums and the behavior is always the same.
    I also tried the back door by going into the actual folder of the album in Windows then change the MP3 details and populate "Album Artist" there for all tracks within the album. Once I re=open iTunes it registers the change only for the first track but not the rest. So I re-import the folder into iTunes and then it does take "Album Artist" and also leaves "Artist" unchanged but for some reason has now lots of numbers under "Comments". There seems to be a mismatch of the field attributes between iTunes and Windows for MP3 files (possibly other formats as well). Wondering if anyone else has observed this or if I am just missing some setting.

    FYI iTunes handling of ID3v2.4 tags seems to have some issues as well... Translating genres into their numeric codes for one thing. I'd recommend sticking with v2.3.
    I'm not exactly sure from your posts what you were seeing. Was the artist being changed in Get Info. after you'd set Album Artist, or was it changing elsewhere on screeen? iTunes 9(.1 I think) added an option *View > Column Browser > Use Album Artists*. Unfortunately this doesn't change the heading of the column so that you "see" it is now only listing album artists but that's what it does.
    There is also an occasional issue with the current build in that sometimes changes to Album Artist or Sort Album Artist fail to be reflected properly in the column browser until iTunes is closed and reopened.
    tt2

  • I'm not sure if I am writing this in the correct area (this is my second attempt at posting a question), but I have a comment about a recent store experience in Sandusky, OH.  I am not a current Verizon customer, but I was visiting friends and we had to g

    I'm not sure if I am writing this in the correct area (this is my second attempt at posting a question), but I have a comment about a recent store experience in Sandusky, OH.  I am not a current Verizon customer, but I was visiting friends and we had to go to the store to get something taken care of.  First off, allow me to compliment the nice, new store.  Boy, its changed over the past few years ago when I was in last. My comment is mostly directed to one specific employee.  When we entered the store, we were "welcomed" by a sloppy dressed gentlemen (his clothes were probably two sizes two small), which really struck me as unusual because every other employee in the store was dressed really "casual" with nice sporty clothing and red shoes.  Either way, after being entered into the computer, the gentlemen told me to wander around or have a seat in the back and someone would be with us soon.  As soon as we walked away from the door, the gentlemen handed his "duty" off to another employee who took over welcoming people coming in.  For whatever reason, I felt glued to him as he stood out to me.  After leaving the door, he immediately went to the back of the room, hunched over a cabinet, where he stood for the next 30+ minutes playing on his phone, frowning and not speaking to anyone around him.  Again, I found this unusual because everyone else was overly friendly and smiling.  I finally decided to walk by and see what he was doing.  It appeared that he was texting someone.  He paid no attention to me whatsoever as I walked by, just continued to frown and text on his phone.  I did take not of his name tag for future reference.  His name was Justin.  I am assuming he's the manager of the location as he was just standing around while everyone else worked.  I do understand that managers aren't necessarily doing the "dirty work" of the employees, but he could have at least found some better fitting clothing (I find it hard to believe Verizon doesn't supply it), been a little friendly, pretended to be busy, and not been texting the entire time we were there.  Again, the store was great, the other employees were very helpful, but the manager seemed to be doing is own little thing and it didn't put off a good image for the rest of the store.  Just wanted to share my comments.

    lisab101,
    We appreciate you reaching out to us. We greatly appreciate the feedback that you have provided us. Please know that we will lift this up to management and the issues will be addressed.
    Thank you,
    RobinD_VZW
    Follow us on twitter @VZWSupport

  • Issue in Setting up MySQL DB with ATG 10.0.3

    Hi All,
    I am facing the below issue while setting up the MySQL DB with the ATG 10.0.3 version.
    **** Error Thu Aug 30 23:45:25 CDT 2012 1346388325927 /atg/dynamo/service/jdbc/JTDataSource an exception was encountered while trying to populate the pool with the starting number of resources:
    atg.service.resourcepool.ResourcePoolException: java.sql.SQLException: No suitable driver found for jdbc:mysql://localhost:3306
    **** Error Thu Aug 30 23:45:25 CDT 2012 1346388325968 /atg/dynamo/service/jdbc/JTDataSource The connection pool failed to initialize propertly, i.e. the starting number of connections could not be created; check your database accessibility and JDBC driver configuration
    Please help to resolve this issue.

    Weblogic comes with ojbc driver for oracle db but I've never tried it with mysql - I just looked and theres mysql-connector-java-commercial-5.1.14-bin.jar in weblogic server/lib directory. Make sure its coming up in your class path log output when you startup weblogic.
    -Kip

  • Issue with Setting Application Item

    Hi All,
    I have an issue with setting the value of application item G_USER_ID as part of the login process.
    I use customized authentication for login. I have created an application item G_USER_ID, and in my CUSTOM_AUTH procedure, I am setting its value as APEX_UTIL.SET_SESSION_STATE('G_USER_ID', l_user_id);
    For some reason, the value is not set to G_USER_ID the first time I login. When I log out and login again without closing the browser, the value is set. Note that I even tested with a static value instead of l_user_id like APEX_UTIL.SET_SESSION_STATE('G_USER_ID', '5555555'); but still fails to set during the first login.
    I hope someone can guide me as to what I am doing wrong here.
    Thanks!
    JMcG

    What does this do?
    :SVR_FLAG := NVL(l_mult_svr,'N');
    Scott

  • Issue with setting ratings and labels

    Greetings all. I am having an issue with setting ratings AND labels on image files at the same time. If the script sets the label first then the rating, the label doesn't show in Bridge. If the script sets the rating first then the label, the rating doesn't show in Bridge.
    Is there a workaround for this? Here is my script function for doing this. file=filename minus extension. Rating is a number for the desired rating. lab is a number for the level of Label I wish to set. Everything works great except that I can't set both Rating and Label with the script as shown. In this instance, only the Ratings will show up in Bridge after running the script. If I move the x.label=Label line under the x.rating=Rating line, then the ratings only show for those images with no label (lab=0). Any image that gets a label receives no rating.
    If you're going to test this, you may want to comment out the Collections part. That's the part within the "switch(Number(Rating))" block.
    function setRating(file,Rating,lab) {
        try{
            cr=File(file+"CR2");
            psd=File(file+"psd");
            jpg=File(file+"jpg");
            tif=File(file+"tif");
            switch(lab) {
                case 0: Label = ""; break;
                case 1: Label = "Select"; break;
                case 2: Label = "Second"; break;
                case 3: Label = "Approved"; break;
            if (cr.created) {
                var c=new Thumbnail(cr);
                c.label=Label;
                c.rating=Rating;
                if (psd.created) {
                    p=new Thumbnail(psd);
                    p.label=Label;
                    p.rating=Rating;
                    if (jpg.created) {
                        var j=new Thumbnail(jpg);
                        j.label=Label;
                        j.rating=Rating;
                        Rating=0;
                    else addFile=psd;
                else addFile=cr;
            switch(Number(Rating)){
                case 0 : break; /* No Rating */
                case 1 : if(!app.isCollectionMember(OneStar,new Thumbnail(addFile))) app.addCollectionMember(OneStar,new Thumbnail(addFile)); break;
                case 2 : if(!app.isCollectionMember(TwoStars,new Thumbnail(addFile))) app.addCollectionMember(TwoStars,new Thumbnail(addFile)); break;
                case 3 : if(!app.isCollectionMember(ThreeStars,new Thumbnail(addFile))) app.addCollectionMember(ThreeStars,new Thumbnail(addFile)); break;
                case 4 : if(!app.isCollectionMember(FourStars,new Thumbnail(addFile))) app.addCollectionMember(FourStars,new Thumbnail(addFile)); break;
                case 5 : if(!app.isCollectionMember(FiveStars,new Thumbnail(addFile))) app.addCollectionMember(FiveStars,new Thumbnail(addFile)); break;
                default : break;
        }catch(e){
              alert(e);
              return -1;

    Afew errors to start with, you were not creating a proper file as there wasn't a fullstop in the filename.
    If a CR2 file didn't exist no other file was looked for, you were using "created" and should have been "exists"
    This now labels and rates....
    setRating("/C/Test Area/NEF/z",2,1);
    function setRating(file,Rating,lab) {
        try{
            cr=File(file+".CR2");
            psd=File(file+".psd");
            jpg=File(file+".jpg");
            tif=File(file+".tif");
            switch(Number(lab)) {
                case 0: Label = ""; break;
                case 1: Label = "Select"; break;
                case 2: Label = "Second"; break;
                case 3: Label = "Approved"; break;
            if (cr.exists) {
                var c=new Thumbnail(cr);
                c.label=Label;
                c.rating=Rating;
                if (psd.exists) {
                    p=new Thumbnail(psd);
                    p.label=Label;
                    p.rating=Rating;
                    if (jpg.exists) {
                        var j=new Thumbnail(jpg);
                        j.label=Label;
                        j.rating=Rating;
                        Rating=0;
            switch(Number(Rating)){
                case 0 : break;
                case 1 : if(!app.isCollectionMember(OneStar,new Thumbnail(addFile))) app.addCollectionMember(OneStar,new Thumbnail(addFile)); break;
                case 2 : if(!app.isCollectionMember(TwoStars,new Thumbnail(addFile))) app.addCollectionMember(TwoStars,new Thumbnail(addFile)); break;
                case 3 : if(!app.isCollectionMember(ThreeStars,new Thumbnail(addFile))) app.addCollectionMember(ThreeStars,new Thumbnail(addFile)); break;
                case 4 : if(!app.isCollectionMember(FourStars,new Thumbnail(addFile))) app.addCollectionMember(FourStars,new Thumbnail(addFile)); break;
                case 5 : if(!app.isCollectionMember(FiveStars,new Thumbnail(addFile))) app.addCollectionMember(FiveStars,new Thumbnail(addFile)); break;
                default : break;
        }catch(e){
              alert(e);
              return -1;

  • How to display the image while set custom header "x-content-type-options" as "nosniff" in web.config

    Hi,
    I am using Microsoft ASP.NET TreeView control where I have bound embedded images. Also I have set custom header “x-content-type-options” as
    “nosniff” in web.config file.
    On hosting the sample containing the above mentioned things in SERVER machine, the images are not visible but its working properly while running sample in local (development) machine. 
    Kindly provide a solution and find the sample in the below link.
    http://goo.gl/6uR2b0 
    Thanks,
    Alagarsamy D.

    Hi AlagarBala,
    Your issue is related to asp.net/web technology and for a better support on this please post your question to the asp.net forum below, this forum is for C# code issues in speicific:
    http://forums.asp.net/
    Regards,
    Fouad Roumieh

  • 10.6.6 - How to set custom view options for specific folders

    How is it that Windows has had the ability to ability to set custom folder view options forever and OSX can't. What is the big deal? Just do it. Whenever I set the folder view options it changes the view for all the folders. I can do folder specific changes as long as the finder window is open then I close it and open it again every folder is the same again. It's just an annoyance and it's something so rudimentary it's embarrassing.

    Try the following:
    I want to have, say, one folder in list view
    Open that folder, set it to list view, type command-J, and in the view-options window that opens, check the box at the top for "Always open in list view".
    then the subfolder of that folder I want to have in cover flow view. permanently.
    Open that folder, change it to cover-flow view, and in the view-options window check the box at the top for "Always open in cover-flow."
    Those two folders should "remember" the custom views that were set for them.
    There's additional discussion about the meaning of the"Use as defaults" button in this thread
    http://discussions.apple.com/thread.jspa?messageID=13063792
    My own take is that folders that have not been customized by checking the "Always open in xxx view" box will by default open in the same view (icon vs list vs column, etc) that was in effect for the previously opened folder. *Within each view*, you can set the default parameters (text size, etc) for a new folder by setting up a folder the way you like and then checking the view options box for "Use as defaults" at the bottom.

  • I have an old iPhone 4 that finally stopped working.  I have an unlimited data plan and want to keep it.  When I called customer service, I was told like in the past that if you purchase the new phone at full price, you can keep your old plan.  However, a

    I have an old iPhone 4 that finally stopped working.  I have an unlimited data plan and want to keep it.  When I called customer service, I was told like in the past that if you purchase the new phone at full price, you can keep your old plan.  However, after some time on the phone i was told by the csr and supervisor that their system is not allowing them to complete the transaction without changing to a limited data plan.  I was told to try going to a store and buy the phone.  Same thing happened.  Has Verizon changed something and not told their employees?

    Seems like people having this problem are those coming from a phone that doesn't have a nano SIM card...so when Verizon issues them one they end up changing their plan. No clue why this keeps happening but stay on top of them. As long as you initiated the request for your plan to be reinstated within the 14 day time frame they should put it back. Interested in seeing how this plays out. There is still one phone in my house that hasn't been upgraded (an iPhone 4). I'm hoping when we do upgrade it at full retail they won't mess with her unlimited data plan

  • I have problem with my wifi in 4 S, i cant connect to any wifi itried resetting network setting and reset all setting but the result was the same, its only keeps searching for wifi and cant find any, itried to use OTHER but also didnt work.please help me

    i have problem with my wifi in 4 S, i cant connect to any wifi itried resetting network setting and reset all setting but the result was the same, its only keeps searching for wifi and cant find any, itried to use OTHER but also didnt work.please help me???

    If Join was on then your home wi-fi must be set to Non-Broadcast.  If you did not set this up (maybe your provider did) then you will need to find the Network Name they used, and any password they used.  The SSID is Security Set ID and to see more try http://en.wikipedia.org/wiki/SSID .  Basically it is the name used to identify your router/network.  A lot of times the installer will leave it set as LinkSys, or Broadcom or whatever the manufacturer set it as for default.  Your best bet is to get whoever installed it to walk you through how they set it up, giving you id's and passwords so you can get in.  HOWEVER, if you are not comfortable with this (if you set security wrong, etc.) you would be well ahead of the game to hire a local computer tech (networking) to get this working for you.  You can also contact the vendor of your router and get help (if it is still in warranty), or at least get copies of the manuals as pdf files.  Sorry I can't give you more help, I hope this gives you an idea where to go from here to find more.

  • Issue when scrolling a pdf - There was a problem reading this document (135)

    This is when the PDF is created and rendered/previewed from Acrobat Reader and the issue is there for latest acrobat version too.
    When you open the PDF in Acrobat Reader and then when you scroll it and if you have more that one page in the PDF, it gives an error saying "There was a problem reading this document (135)".
    Is this a known issue in Acobat? Any resolution? Reinstalling acrobat version didn't help.
    Thank you in advance...!
    /Manu

    It's hard to tell for me as they are files such bank statement or other document from websites...how can i know?
    Thanks,
    Date: Wed, 9 May 2012 01:29:45 -0600
    From: [email protected]
    To: [email protected]
    Subject: Issue when scrolling a pdf - There was a problem reading this document (135)
        Re: Issue when scrolling a pdf - There was a problem reading this document (135)
        created by Nikhil.Gupta in Adobe Reader - View the full discussion
    Hi Manulak_Tech,
    As you are able to view PDF I had provided, the issue seems to be PDF specific.
    So when you scroll the PDF and reach to a page where Adobe Reader cannot read it, the error comes. I am sure the problem lies the way PDF was created. Can you describe how the PDF was created?
         Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: http://forums.adobe.com/message/4390058#4390058
         To unsubscribe from this thread, please visit the message page at http://forums.adobe.com/message/4390058#4390058. In the Actions box on the right, click the Stop Email Notifications link.
         Start a new discussion in Adobe Reader by email or at Adobe Forums
      For more information about maintaining your forum email notifications please go to http://forums.adobe.com/message/2936746#2936746.

Maybe you are looking for

  • IPhone 4 will not charge via wall charger

    Hello, All of a sudden about 2 week ago my wall charger stopped charging my phone. I tried a hard reboot and it didn't work. Bought a replacement cord and wall jack and still doesn't work. Tested wall charger and cord on friends' phones and works cor

  • Supress Business partner Distribution based on condition

    Hi all,       I want to suppress Business partner distribution on certain condition. I am using Simple Bulk type publication for BUPA_MAIN. For example there are two systems one is “A” and another is “B”. When “A” send Business partner data to “B” it

  • XML Parser for PL/SQL

    Hi, I have to produce and manipulate XML documents in PL/SQL. I have downloaded the XML Parser for PL/SQL from Oracle's web site. Can anyone please: 1. Point me to some examples illustrating XML DOM manipulation with PL/SQL. 2. Any information about

  • Macbook air

    i have following problem iphone & ipad & iMacBook Air   How do i get nothing but blue messages sent. My cell phone seems to know that i am sending messages to contacts with other providers then my messages turns green & I am charged by my cell phone

  • "iTunes Sync" error

    I am receiving the following message when I sync with my iPhone 4 with my MacBook Pro - "3,451 items could not be synced.  See iTunes for more information."  I've been getting this error for a while (# may vary of course).  I don't know where to go i