Re:Problem in CredentialManager Portlet

View: New views
2 Messages — Rating Filter:   Alert me  

Re:Problem in CredentialManager Portlet

by globus world :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi

 i am giving error from catalina.out  file

61573647:INFO:(MyProxyResource.java:retrieveCredential:133)
< retrieveCredential (garuda,,8100,********) >

61573855:ERROR:(MyProxyResource.java:retrieveCredential:185)
< Error retrieving Globus proxy with MyProxy client >

MyProxy get failed.
 Caused by
org.globus.myproxy.MyProxyException: Bad password invalid credential passphrase
        at org.globus.myproxy.MyProxy.handleReply(MyProxy.java:980)
        at org.globus.myproxy.MyProxy.get(MyProxy.java:833)
        at org.globus.myproxy.MyProxy.get(MyProxy.java:777)
        at org.globus.myproxy.MyProxy.get(MyProxy.java:744)
        at org.gridlab.gridsphere.services.resources.myproxy.MyProxyResource.retrieveCredential(MyProxyResource.java:182)
        at org.gridlab.gridsphere.services.security.gss.impl.CredentialRetrievalServiceImpl.retrieveOnly(CredentialRetrievalServiceImpl.java:218)
        at org.gridlab.gridsphere.services.security.gss.impl.CredentialRetrievalServiceImpl.saveCredentialRetrievalContext(CredentialRetrievalServiceImpl.java:118)
        at org.gridlab.gridsphere.services.ui.security.gss.CredentialContextEditComp.doCredentialNewApply(CredentialContextEditComp.java:102)
        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:597)
        at org.gridlab.gridsphere.services.ui.ActionComponent.doMethod(ActionComponent.java:403)
        at org.gridlab.gridsphere.services.ui.ActionComponent.doAction(ActionComponent.java:359)
        at org.gridlab.gridsphere.services.ui.ActionComponentFrame.doAction(ActionComponentFrame.java:270)
        at org.gridlab.gridsphere.portlets.ActionComponentPortlet.performAction(ActionComponentPortlet.java:488)
        at org.gridlab.gridsphere.portlets.ActionComponentPortlet.processAction(ActionComponentPortlet.java:456)
at org.gridlab.gridsphere.portlets.ActionComponentPortlet.processAction(ActionComponentPortlet.java:446)
        at org.gridlab.gridsphere.provider.portlet.jsr.PortletServlet.service(PortletServlet.java:356)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
        at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:269)
        at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)
        at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:691)
        at org.apache.catalina.core.ApplicationDispatcher.doInclude(ApplicationDispatcher.java:594)
        at org.apache.catalina.core.ApplicationDispatcher.include(ApplicationDispatcher.java:505)
        at org.gridlab.gridsphere.portletcontainer.impl.SportletDispatcher.include(SportletDispatcher.java:287)
        at org.gridlab.gridsphere.portletcontainer.impl.SportletDispatcher.actionPerformed(SportletDispatcher.java:214)
        at org.gridlab.gridsphere.portletcontainer.PortletInvoker.actionPerformed(PortletInvoker.java:208)
        at org.gridlab.gridsphere.layout.PortletFrame.actionPerformed(PortletFrame.java:375)
        at org.gridlab.gridsphere.layout.PortletPage.actionPerformed(PortletPage.java:351)
        at org.gridlab.gridsphere.layout.PortletLayoutEngine.actionPerformed(PortletLayoutEngine.java:234)
        at org.gridlab.gridsphere.servlets.GridSphereServlet.processRequest(GridSphereServlet.java:238)
        at org.gridlab.gridsphere.servlets.GridSphereServlet.doGet(GridSphereServlet.java:152)
        at org.gridlab.gridsphere.servlets.GridSphereServlet.doPost(GridSphereServlet.java:824)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:710)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
        at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:269)
        at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)
 at org.gridlab.gridsphere.filters.GridSphereFilter.doFilter(GridSphereFilter.java:77)
        at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:215)
        at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)
        at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
        at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:174)
        at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
        at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:117)
        at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:108)
        at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:151)
        at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:874)
        at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:665)
        at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:528)
        at org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:81)
        at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:689)
        at java.lang.Thread.run(Thread.java:619)

please give me a reply


Thanks and Regards
sagar

_______________________________________________
Gridsphere-users mailing list
Gridsphere-users@...
http://lists.gridsphere.org/mailman/listinfo/gridsphere-users

Re: Re:Problem in CredentialManager Portlet

by rmanansa :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

if you deployed this in 'nix systems then check you /etc/grid-security/
certificates.  add the myproxy host ip to /etc/hosts.

Cheers,
-RAmil




On Sep 15, 2009, at 10:08 PM, globus world wrote:

Hi

  i am giving error from catalina.out  file

61573647:INFO:(MyProxyResource.java:retrieveCredential:133)
< retrieveCredential (garuda,,8100,********) >

61573855:ERROR:(MyProxyResource.java:retrieveCredential:185)
< Error retrieving Globus proxy with MyProxy client >

MyProxy get failed.
  Caused by
org.globus.myproxy.MyProxyException: Bad password invalid credential  
passphrase
         at org.globus.myproxy.MyProxy.handleReply(MyProxy.java:980)
         at org.globus.myproxy.MyProxy.get(MyProxy.java:833)
         at org.globus.myproxy.MyProxy.get(MyProxy.java:777)
         at org.globus.myproxy.MyProxy.get(MyProxy.java:744)
         at  
org
.gridlab
.gridsphere
.services
.resources
.myproxy.MyProxyResource.retrieveCredential(MyProxyResource.java:182)
         at  
org
.gridlab
.gridsphere
.services
.security
.gss
.impl
.CredentialRetrievalServiceImpl
.retrieveOnly(CredentialRetrievalServiceImpl.java:218)
         at  
org
.gridlab
.gridsphere
.services
.security
.gss
.impl
.CredentialRetrievalServiceImpl
.saveCredentialRetrievalContext(CredentialRetrievalServiceImpl.java:118)
         at  
org
.gridlab
.gridsphere
.services
.ui
.security
.gss
.CredentialContextEditComp
.doCredentialNewApply(CredentialContextEditComp.java:102)
         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:597)
         at  
org
.gridlab
.gridsphere.services.ui.ActionComponent.doMethod(ActionComponent.java:
403)
         at  
org
.gridlab
.gridsphere.services.ui.ActionComponent.doAction(ActionComponent.java:
359)
         at  
org
.gridlab
.gridsphere
.services.ui.ActionComponentFrame.doAction(ActionComponentFrame.java:
270)
         at  
org
.gridlab
.gridsphere
.portlets
.ActionComponentPortlet.performAction(ActionComponentPortlet.java:488)
         at  
org
.gridlab
.gridsphere
.portlets
.ActionComponentPortlet.processAction(ActionComponentPortlet.java:456)
at  
org
.gridlab
.gridsphere
.portlets
.ActionComponentPortlet.processAction(ActionComponentPortlet.java:446)
         at  
org
.gridlab
.gridsphere
.provider.portlet.jsr.PortletServlet.service(PortletServlet.java:356)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
         at  
org
.apache
.catalina
.core
.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:
269)
         at  
org
.apache
.catalina
.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)
         at  
org
.apache
.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:
691)
         at  
org
.apache
.catalina
.core.ApplicationDispatcher.doInclude(ApplicationDispatcher.java:594)
         at  
org
.apache
.catalina
.core.ApplicationDispatcher.include(ApplicationDispatcher.java:505)
         at  
org
.gridlab
.gridsphere
.portletcontainer
.impl.SportletDispatcher.include(SportletDispatcher.java:287)
         at  
org
.gridlab
.gridsphere
.portletcontainer
.impl.SportletDispatcher.actionPerformed(SportletDispatcher.java:214)
         at  
org
.gridlab
.gridsphere
.portletcontainer.PortletInvoker.actionPerformed(PortletInvoker.java:
208)
         at  
org
.gridlab
.gridsphere.layout.PortletFrame.actionPerformed(PortletFrame.java:375)
         at  
org
.gridlab
.gridsphere.layout.PortletPage.actionPerformed(PortletPage.java:351)
         at  
org
.gridlab
.gridsphere
.layout.PortletLayoutEngine.actionPerformed(PortletLayoutEngine.java:
234)
         at  
org
.gridlab
.gridsphere
.servlets.GridSphereServlet.processRequest(GridSphereServlet.java:238)
         at  
org
.gridlab
.gridsphere.servlets.GridSphereServlet.doGet(GridSphereServlet.java:152)
         at  
org
.gridlab
.gridsphere.servlets.GridSphereServlet.doPost(GridSphereServlet.java:
824)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:710)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
         at  
org
.apache
.catalina
.core
.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:
269)
         at  
org
.apache
.catalina
.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)
  at  
org
.gridlab
.gridsphere.filters.GridSphereFilter.doFilter(GridSphereFilter.java:77)
         at  
org
.apache
.catalina
.core
.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:
215)
         at  
org
.apache
.catalina
.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)
         at  
org
.apache
.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:
213)
         at  
org
.apache
.catalina.core.StandardContextValve.invoke(StandardContextValve.java:
174)
         at  
org
.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:
127)
         at  
org
.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:
117)
         at  
org
.apache
.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:108)
         at  
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:
151)
         at  
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:
874)
         at org.apache.coyote.http11.Http11BaseProtocol
$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:665)
         at  
org
.apache
.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:528)
         at  
org
.apache
.tomcat
.util
.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:
81)
         at org.apache.tomcat.util.threads.ThreadPool
$ControlRunnable.run(ThreadPool.java:689)
         at java.lang.Thread.run(Thread.java:619)

please give me a reply


Thanks and Regards
sagar
_______________________________________________
Gridsphere-users mailing list
Gridsphere-users@...
http://lists.gridsphere.org/mailman/listinfo/gridsphere-users

_______________________________________________
Gridsphere-users mailing list
Gridsphere-users@...
http://lists.gridsphere.org/mailman/listinfo/gridsphere-users