ClaimableManager - signer information problem

Hi,
I am using Jboss 5.1 and ATG 10.1.1. While starting the server with just DCS module, I am getting the error:
20:26:01,047 ERROR [nucleusNamespace.] Unable to set configured property "/atg/commerce/claimable/ClaimableManager.validMaxCouponLimitReachedActions" atg.nucleus.ConfigurationException: throwException,removeLRU
net.sf.cglib.core.CodeGenerationException: java.lang.reflect.InvocationTargetException-->null
at net.sf.cglib.core.AbstractClassGenerator.create(AbstractClassGenerator.java:244)
at net.sf.cglib.reflect.FastClass$Generator.create(FastClass.java:64)
at net.sf.cglib.proxy.MethodProxy.helper(MethodProxy.java:121)
at net.sf.cglib.proxy.MethodProxy.init(MethodProxy.java:74)
Caused by: java.lang.reflect.InvocationTargetException
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 net.sf.cglib.core.ReflectUtils.defineClass(ReflectUtils.java:398)
at net.sf.cglib.core.AbstractClassGenerator.create(AbstractClassGenerator.java:226)
... 413 more
Caused by: java.lang.SecurityException: class "atg.nucleus.GenericService$$FastClassByCGLIB$$87da1193"'s signer information does not match signer information of other classes in the same package
at java.lang.ClassLoader.checkCerts(ClassLoader.java:806)
at java.lang.ClassLoader.preDefineClass(ClassLoader.java:487)
at java.lang.ClassLoader.defineClassCond(ClassLoader.java:625)
at java.lang.ClassLoader.defineClass(ClassLoader.java:615)
I did few analysis and found that there is a problem with cglib.jar in jboss. I know this is related to Jboss but will be helpful if someone can provide some pointers.
https://issues.jboss.org/browse/JBPAPP-8465?page=com.atlassian.jirafisheyeplugin:fisheye-issuepanel
https://issues.jboss.org/browse/JBPAPP-2971 - I did try the new jar (the top level message changed but the cause still remains intact.
Can anyone provide pointers to this.

You should be using the unsigned jar for the code generation library. You can download it from here:
http://sourceforge.net/projects/cglib/files/cglib2/2.2/cglib-2.2.jar/download
Replace the existing cglib jar (which is signed one) at <JBOSS>/jboss-as/common/lib/cglib.jar with the downloaded unsigned cglib jar. You can check the manifest file under the META-INF directory of the two JARs. The signed JAR's manifest file have entry for SHA1-Digest corresponding to each class packaged into JAR while the unsigned JAR which you should be using won't have anything like that.

Similar Messages

  • Signed applet problem: signer information does not match...

    hi all,
    i am actually making a upload component using applets that
    would need to access the local file system for uploading
    files.
    I have created a signed applet(i have followed all the steps,
    such as those of creating a jar, creating a key/value pair
    using keytool and finally signed my jar file using
    jarsigner). when i try to access this applet in a browser,
    first the security certificate displays(which is fine),but
    then when i click on "grant permission", it gives me a error
    saying java.lang.SecurityException: signer information of
    a(particular class of mine)does not match with that of other
    classes in that......(rest is not visible)
    i don't understand why this is happening...i have tried to
    repeat all the steps..but still continues to give this error.
    can anyone help plz...? i am stuck bceauz of this..as the
    JFileChooser dialog box doesn't open up..from which i had to
    browse and select files..
    Thanks in advance
    sd76

    first the security certificate displays(which is fine),but then when i click on "grant
    permission"Not sure what you're talking about, when I sing an applet and open it with IE and jre 1.5
    I get a window titled "Warning - Security". It askes me if I trust the signed applet and
    gives me the options yes, no and allways. But never got the "grant permission dialog".
    Here is how I signed the applet and got it to read local file system:
    http://forum.java.sun.com/thread.jsp?forum=63&thread=524815
    second post

  • Sign in problems on TV

    We've recently received some reports of some users having trouble to sign in on their Skype supporting TVs (Panasonic TC-P55VT50 and similar). The Skype app on the TV will not accept a prefectly valid login that works fine when used elsewhere (e.g. on desktop Skype clients or the Skype web account page) with the error "Failed to synchronize with CBL".
    UPDATE (21.08.2012): As a temporary workaround please login to your web profile page and enter date of birth and gender information there.
    UPDATE 2 (20.09.2012): We've fixed the sign in issue via an update on our end. If you are still facing sign in problems on your TV, please create a new message.
    We are looking into this and are confident to provide a permanent fix soon.
    Follow the latest Skype Community News
    ↓ Did my reply answer your question? Accept it as a solution to help others, Thanks. ↓

    As a temporary workaround please login to your web profile page and enter date of birth and gender information there.
    Follow the latest Skype Community News
    ↓ Did my reply answer your question? Accept it as a solution to help others, Thanks. ↓

  • Signer information does not match signer information of other classes

    I'm getting the exception "java.lang.SecurityException: class "javax.persistence.Cacheable"'s signer information does not match signer information of other classes in the same package". It appeared after upgrading to EclipseLink 1.2.0 - JPA 2.0 Preview. JPA 1.0 worked nicely, and I can also get the new version running by installing JPA through Eclipse. However, I want to have the JPA jar in C:\mydir\ and include it as any other jar-file. I have never signed an application before and this exception doesn't really tell me what to do next.
    Any help appreciated.
    SEVERE: Exception sending context initialized event to listener instance of class org.springframework.web.context.ContextLoaderListener
    org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'forgotPwdController': Autowiring of fields failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private org.daisy.pipeonline.services.UserManager org.daisy.pipeonline.web.ForgotPwdController.userMan; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userManager' defined in URL [jar:file:/C:/Users/jostein.NLB/workspaces/pipeonline/.metadata/.plugins/org.eclipse.wst.server.core/tmp0/wtpwebapps/pipeonline-web/WEB-INF/lib/pipeonline-core.jar!/META-INF/config/services-config.xml]: Cannot resolve reference to bean 'userDao' while setting bean property 'dao'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userDao': Injection of persistence fields failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'entityManagerFactory' defined in URL [jar:file:/C:/Users/jostein.NLB/workspaces/pipeonline/.metadata/.plugins/org.eclipse.wst.server.core/tmp0/wtpwebapps/pipeonline-web/WEB-INF/lib/pipeonline-core.jar!/META-INF/config/datalayer-config.xml]: Invocation of init method failed; nested exception is javax.persistence.PersistenceException: Exception [EclipseLink-28018] (Eclipse Persistence Services - 1.2.0.v20091016-r5565): org.eclipse.persistence.exceptions.EntityManagerSetupException
    Exception Description: Predeployment of PersistenceUnit [jpa] failed.
    Internal Exception: java.lang.SecurityException: class "javax.persistence.Cacheable"'s signer information does not match signer information of other classes in the same package
         at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessAfterInstantiation(AutowiredAnnotationBeanPostProcessor.java:243)
         at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:959)
         at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:472)
         at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory$1.run(AbstractAutowireCapableBeanFactory.java:409)
         at java.security.AccessController.doPrivileged(Native Method)
         at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:380)
         at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:264)
         at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:221)
         at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:261)
         at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:185)
         at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:164)
         at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:429)
         at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:729)
         at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:381)
         at org.springframework.web.context.ContextLoader.createWebApplicationContext(ContextLoader.java:255)
         at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:199)
         at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:45)
         at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3934)
         at org.apache.catalina.core.StandardContext.start(StandardContext.java:4429)
         at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1045)
         at org.apache.catalina.core.StandardHost.start(StandardHost.java:722)
         at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1045)
         at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:443)
         at org.apache.catalina.core.StandardService.start(StandardService.java:516)
         at org.apache.catalina.core.StandardServer.start(StandardServer.java:710)
         at org.apache.catalina.startup.Catalina.start(Catalina.java:583)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
         at java.lang.reflect.Method.invoke(Unknown Source)
         at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:288)
         at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:413)

    I don't know. You said that you got the problem when you upgraded "EclipseLink 1.2.0 - JPA 2.0 Preview", so it's possible that you should ask the guys who did that package.

  • Com.rs.jsafe.provider.JSA_3DES_EDESecretKey"'s signer information does not match signer information

    Hi!
    Trying to install Adobe LiveCycle Reader Extensions WebSphere 5.1.1.10 and Adobe Policy Server. The installation goes well, but it does not work to access.
    In System.Err I get the following message:
    java.lang.SecurityException: class "com.rsa.jsafe.provider.JSA_3DES_EDESecretKey"'s signer information does not match signer information of other classes in same package.
    The problem is in java.lang.ClassLoader.checkCerts.
    In System.Out I get CNTR0020E: Non-application exception occurred while processing method "getUsageRightsCredentialPassword" on bean "BeanId(CredentialSecurity#CredentialSecurityEJB.jar#/ejb/com/adobe/solutions/credentials ecurity/, ........)". Exception data: java.lang.SecurityException ..... same as in System.Err
    and after this there is a Servlet Error - [ARESServlet]: java.lang.IllegalException: Commit failure - rollbackException javax.transaction.RollbackException.
    Thankful for any guidance how to solve or troubleshoot this further.

    I found this problem described for Unix (Myself running this on Windows 2003), but added asn1 jsafe jsafeJCE jar files to ClassLoader. This solved this problem.

  • Adobe AIR 3 Performance Issues and Code Signing Certificate Problem

    I recently updated to Adobe AIR 3.0 SDK (and runtime) doing HTML/Javascript development using Dreamweaver CS5.5 in a Windows 7 Home Premium (64 bit).
    The AIR app I'm developing runs well from within Dreamweaver. But when I create/package the AIR app and install it on my machine:
    1. The app literally CRAWLS running it in my Windows 7 12G RAM machine (especially when I use the mouse to mouse over a 19-by-21 set of hyperlinks on a grid) --- IT IS THAT SLOOOOWWWW...
    2. The app runs fine in my Mac OS X 10.6.8 with 4G RAM, also using the Adobe AIR 3 runtime.
    About the Code Signing Certificate problem:
    When I try to package the AIR app with ADT using AIR's temporary certificate feature, I get the error message "Could not generate timestamp: handshake alert: unrecognized_name".
    I found some discussions on this problem in an Adobe AIR Google Groups forum, but no one has yet offered any resolution to the issue. Someone said Adobe is using the Geotrust timestamping service --- located at https://timestamp.geotrust.com/tsa --- but going to this page produces a "404 --- Page not found" error.
    The Google Groups Adobe AIR page is here:
    http://groups.google.com/group/air-tight/browse_thread/thread/17cd38d71a385587
    Any ideas about these issues?
    Thanks!
    Oscar

    I recently updated to Adobe AIR 3.0 SDK (and runtime) doing HTML/Javascript development using Dreamweaver CS5.5 in a Windows 7 Home Premium (64 bit).
    The AIR app I'm developing runs well from within Dreamweaver. But when I create/package the AIR app and install it on my machine:
    1. The app literally CRAWLS running it in my Windows 7 12G RAM machine (especially when I use the mouse to mouse over a 19-by-21 set of hyperlinks on a grid) --- IT IS THAT SLOOOOWWWW...
    2. The app runs fine in my Mac OS X 10.6.8 with 4G RAM, also using the Adobe AIR 3 runtime.
    About the Code Signing Certificate problem:
    When I try to package the AIR app with ADT using AIR's temporary certificate feature, I get the error message "Could not generate timestamp: handshake alert: unrecognized_name".
    I found some discussions on this problem in an Adobe AIR Google Groups forum, but no one has yet offered any resolution to the issue. Someone said Adobe is using the Geotrust timestamping service --- located at https://timestamp.geotrust.com/tsa --- but going to this page produces a "404 --- Page not found" error.
    The Google Groups Adobe AIR page is here:
    http://groups.google.com/group/air-tight/browse_thread/thread/17cd38d71a385587
    Any ideas about these issues?
    Thanks!
    Oscar

  • Sign In: Problem and Resolution

    Sign In:  
    Problem:
    Others and I have had to go through several steps to sign in to this Community/Consumer forum
    From a forum user here on page 6
    "The log in process is still combersome.
    every time I log in, it gives me the error "The message you are trying to access has been deleted. Please update your bookmarks."
    I have to click the button under that statement, then click the back button on the brouser, then click "sign in" just to get it working.
    And this happens every time I log in.  Somebody needs to get some bug spray :-)"
    Solution:
     Ensure that you access the Forum Home page at this link:  http://h30434.www3.hp.com/psg/
     Click on Sign In and then you will be taken to HP Passport
     After signing in on Passport you will be automatically be returned to the Forums Home page.
     Reason:
     If you access the forum from a link in a notification within your e-mail for a post for which you checked the box "E-mail me when someone replies", you will encounter the problem first noted above.  After you follow the e-mail link to the forum DO NOT sign in then but instead:
    Click on Forum Home (located in the row just under Sign In) and Log in to HP Passport then you are taken to Forum Home and then you must find the post you wanted to access.
    Fix by Adminstrators:
    Can you fix this "bug" so we can sign in at the post in the thread that our e-mail linked us to?
    Sig: Pavilion Model Series# dv9500t (t=Intel)_CTO_Prod# RL653AV_Vista Ultimate (64-bit)_SP1_Intel 2 Duo CPU T7500_2 GB Ram_BIOS F.09_NVIDIA 8600M GS_200GB 7200RPM SATA Dual HD (100GBx2)_HP 300GB HD USB Kit for xb3000_8/2007

    Others and I have had to go through several steps to sign in to this Community/Consumer forum
    From a forum user here on page 6
    I don't see page 6.
    My forum does not have a page 6, so the forum did not know what to do, and asked me, if I wanted page 1, 2, or 3.   It was a little confused.
    It was funny. It did not know what to do.
    Because I have my settings to show the max number of posts per page.
    Here's what page it's on for me:   :-)
    http://h30434.www3.hp.com/psg/board/message?board.id=Hardware&thread.id=12&view=by_date_ascending&pa...
    Well this link should work. :-)
    http://h30434.www3.hp.com/psg/board/message?board.id=Hardware&message.id=663#M663
    Here is what page 6 looks like to me.  :-)
    http://h30434.www3.hp.com/psg/board/message?board.id=Hardware&thread.id=12&view=by_date_ascending&pa...
    Wayne Sallee
    [email protected]
    Message Edited by Wayne_Sallee on 12-03-2008 09:41 PM
    Message Edited by Wayne_Sallee on 12-03-2008 09:43 PM

  • Now I had to restart my Ipod all over again and when I want to get apps I can't because of a billing information problems. What security code do they want on my account settings information?

    Now I had to restart my Ipod all over again which because of that i lost all my data. When I want to get apps I can't install them because of a billing information problems. What security code do they want on my account settings information? And how do you delete purchased apps that you install, but didn't want?

    Maybe the three or four digit security code on your credit card card
    http://www.creditcards.com/credit-card-news/credit-card-verification-numbers-sec urity-code-1282.php
    or maybe the answers to your security questions. If you do not remember them:
    From a Kappy  post
    The Best Alternatives for Security Questions and Rescue Mail
    1.  Send Apple an email request at: Apple - Support - iTunes Store - Contact Us.
    2.  Call Apple Support in your country: Customer Service: Contact Apple support.
    3.  Rescue email address and how to reset Apple ID security questions.
    An alternative to using the security questions is to use 2-step verification:
    Two-step verification FAQ Get answers to frequently asked questions about two-step verification for Apple ID.

  • Sign on problems within Elements 10; plus cannot backup writing files error with file catalog.pse10db.  No indication what the problem is.  How do I get adobe help with these problems?

    Sign on problems within Elements 10; plus cannot backup, writing files error with file catalog.pse10db.  No indication what the problem is.  How do I get adobe help with these problems?

    Sign on problems within Elements 10; plus cannot backup, writing files error with file catalog.pse10db.  No indication what the problem is.  How do I get adobe help with these problems?

  • Signer information does not match signer information of other classes in th

    I am using JAXB for my application and I am getting the following runtime error:
    Caused by: java.lang.SecurityException: class "com.sun.msv.datatype.xsd.WhiteSpaceProcessor$Collapse"'s signer information does not match signer information of other classes in the same package.
    if somebody help me that would be great.
    Thanks

    The post at http://forum.java.sun.com/thread.jspa?threadID=562040&tstart=270
    led in the right direction.
    I had jax-qname.jar (from jwsdp-1.6) and axis-saaj-1.2.1.jar in my classpath (at one point I was planning on using axis). I only get the error when axis-saaj-1.2.1.jar comes before jax-qname.jar in my classpath. The resolution is to resolve conflicting jars.
    -Gene

  • Are you ever going to fix the "You've been signed out" problem?

    I've gone through forums and your trouble shooting page and I've found a lot of angry customers over thus Creative Cloud "You've been signed out" problem. Fortunately for me, I'm not a customer. I installed it so I could download a trial or premiere with the intention to buy, but now I don't need the trial because this is issue has made up my mind. But I am still curious if you're ever going to fix it?

    This is a user forum please open a problem report over at http://feedback.photoshop.com/photoshop_family/

  • Signer Information does not match

    hi,
    i am using JAXB for my application
    using xsd to i got the java classes and interfaces with the help of JAXB tool.
    i can use those type of classes and interface in my project. normally those classes and interface are stored in com.ct.common package.and it work good.
    afterthat i created one class(without help of xsd) and this class location is also same (com.ct.common). but i can't use that class. if i use it throws
    java.lang.SecurityException: class "com.ct.common.AppenderFile"'s signer information does not match signer information of other classes in the same packagehelp me. how can i use that class?

    open the corresponding jar file and delete META-INF folder. It might work. Its merely a guess :)

  • Folio sign-in problems

    As suggested in another thread (http://forums.adobe.com/message/5122457#5122457) I'm posting my specific case here.
    I was not able to sign into DPS via the folio builder within InDesign. It just failed silently. After speaking to our network admins, I managed to get my PC enabled to bypass our corporate firewall temporarily, then disabled my proxy settings with Internet Explorer, and was then able to login without any issue.  After I was blocked through the firewall, I can no longer log in (as expected).
    I'm on Windows, and our internal proxy authenticates via Active Directory.
    It is not a workable solution to have any users that want to produce folios having full direct access through the firewall, so the two options I see to make this work are:
    1. Get folio producer working through an authenticating proxy
    2. Allow through our firewall all of the possible Adobe servers (sort of defeats the purpose of a firewall, especially considering the number of servers that would be required)
    I'll be happily corrected if there is anoter solution out there..

    Hi, here’s what Adobe has sent to me.
    Da: frost338 [email protected]
    Inviato: giovedì 1 agosto 2013 17.50
    A: Chili Monica
    Oggetto: Folio sign-in problems
    Re: Folio sign-in problems
    created by frost338<http://forums.adobe.com/people/frost338> in Digital Publishing Suite - View the full discussion<http://forums.adobe.com/message/5558659#5558659

  • Cant sign in problems

    so many problems
    i can only sign into my skype account by using the microsoft account sign in option
    problem 1
    i dont have a skype name so cant sign in
    problem 2
    my gamertag is email s***[e-mail removed for privacy and security]
    the email i use to sign into skype is l***[e-mail removed for privacy and security]
    when i type in l***[e-mail removed for privacy and security] and THE CORRECT passowrd, it tells  me the password is incorrect yet if i go to android app or mobile site or windows pc app ro site then it signs me in
    problem 3
    i cant link my facebook account because of problem 1
    problem 4
    i cant change the primary account linked to my skype account from l***[e-mail removed for privacy and security] to s***[e-mail removed for privacy and security] because everytiem i type in the right password (i have tried the passwords for l***[e-mail removed for privacy and security] and s***[e-mail removed for privacy and security]) i get an incorrect password message
    problem 5
    i cant simply close down and make a new accoutn as i need the skype account for several different jobs and it would take anything from 1 week to 6 weeks to get the employers to recognize the change in skype address which would be a lose of income for anything from 1 -6 weeks
    no idea if this is the right place for these questions, and i cant seem to find a "ask skype directly for answers" form or section on skype webpage
    i hope people can help me

    Why not post in Safari or Lion if you just updated to Safari 5.1 or Lion.
    Mac OS X v10.7 Lion Communities
    Safari.
    Snow Leopard
    Pulling straws ends up in needing more questions and answers to go by and more details.

  • Lync HP 4120 Sign in problems with Lync Server 2013

    Hi, this is my second request for help, this with more information...
    I`ll ready install the follow infrastructure:  (I change the name of my organization for contoso)
    Lync Server 2013 Installation with Enterprise mode with 1 front end :  Pool: lync.contoso.com  Front End: lyncfe01.contoso.com     Back End: lyncsql01.contoso.com
    I`ll ready install a PKI infrastructure with two tiers, the root offline and the subordnate ac.contoso.com
    This with the defailt algorithm configuration RSA SHA1
    My phones are HP 4120 
    In the Front End Server i configured the SCHANNEL registers:
    EnableSessionTicket in 2
    Send..etc in 0
    Ok, the installation is ok, services are OK, Client login trough PC its OK, PSTN Configuration... (I can make a phonecall with the lync client of Office 365)
    Commnd Checks:  
    When i run the command Test-CsPhoneBootstrap -PhoneOrExt 12345 -PIN 123456 -TargetFqdn lync.contoso.com
    The result is:
    Target Fqdn   : lync.contoso.com
    Target Uri    : https://lync.contoso.com:443/CertProv/CertProvisioningService.svc
    Result        : Success
    Latency       : 00:00:09.0559615
    Error Message :
    Diagnosis     :
    When i run the command Test-CsPhoneBootstrap -PhoneOrExt 12345 -PIN 123456 for
    check the DHCP the result is:
    Target Fqdn   : lync.contoso.com
    Target Uri    : https://lync.contoso.com:443/CertProv/CertProvisioningService.svc
    Result        : Success
    Latency       : 00:00:09.0559615
    Error Message :
    Diagnosis     :
    When i run the follow command 
    PS C:\Users\Administrator> $cred = Get-Credential
    cmdlet Get-Credential at command pipeline position 1
    Supply values for the following parameters:
    Credential
    PS C:\Users\Administrator> Test-CsClientAuth -TargetFqdn lync.contoso.com -UserSipAddress "sip:[email protected]" -UserCredential $cred
    I got this:
    Target Fqdn   : lync.contoso.com
    Target Uri    : https://lync.contoso.com:443/CertProv/CertProvisioningService.svc
    Result        : Success
    Latency       : 00:00:00.3431783
    Error Message :
    Diagnosis     :
    But.. when i use the same command but i remove the -targetFqdn for check the Dhcp i got this:
    VERBOSE: Workflow Instance Id 'bca95636-af7b-4b0a-b43d-dba259294b2d', started.
    VERBOSE: Command line executed is 'Test-CsClientAuth -UserSipAddress "sip:[email protected]" -UserCredential $cred
     -Verbose'.
    Target Fqdn   :
    Target Uri    :
    Result        : Failure
    Latency       : 00:00:00
    Error Message : 10060, A connection attempt failed because the connected party did not properly respond after a period
                    of time, or established connection failed because connected host has failed to respond 194.90.8.20:5061
                    Inner Exception:A connection attempt failed because the connected party did not properly respond after
                    a period of time, or established connection failed because connected host has failed to respond
                    194.90.8.20:5061
    Diagnosis     :
    VERBOSE: Workflow 'Microsoft.Rtc.SyntheticTransactions.Workflows.STClientAuthWorkflow' started.
    Workflow 'Microsoft.Rtc.SyntheticTransactions.Workflows.STClientAuthWorkflow' completed in '5.62E-05' seconds.
    Target web service Url not provided. Will have to extract it from authentication challenge.
    An exception 'Unable to establish a connection.' occurred during Workflow
    Microsoft.Rtc.SyntheticTransactions.Workflows.STClientAuthWorkflow execution.
    Exception Call Stack:    at Microsoft.Rtc.Signaling.SipAsyncResult`1.ThrowIfFailed()
       at Microsoft.Rtc.Signaling.Helper.EndAsyncOperation[T](Object owner, IAsyncResult result)
       at Microsoft.Rtc.SyntheticTransactions.Activities.GetSTSUriActivity.InternalExecute(ActivityExecutionContext
    executionContext)
       at Microsoft.Rtc.SyntheticTransactions.Activities.SyntheticTransactionsActivity.Execute(ActivityExecutionContext
    executionContext)
       at System.Workflow.ComponentModel.ActivityExecutor`1.Execute(T activity, ActivityExecutionContext executionContext)
       at System.Workflow.ComponentModel.ActivityExecutorOperation.Run(IWorkflowCoreRuntime workflowCoreRuntime)
       at System.Workflow.Runtime.Scheduler.Run()
       at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
       at Microsoft.Rtc.Internal.Sip.TcpTransport.OnConnected(Object arg)
    'GetSTSUri' activity started.
    Starting STS Uri Discovery...
    ERROR getting STS Uri.
    'UnRegister' activity started.
    'UnRegister' activity completed in '3.12E-05' seconds.
    VERBOSE: Workflow Instance ID 'bca95636-af7b-4b0a-b43d-dba259294b2d' completed.
    VERBOSE: Workflow run-time (sec): 126.0548512.
    The Real Problem is that my Lync HP 4120 Phone can't make a sign in, not from USB cable loging, nor with PIN authentification
    When I try to make a login with the USB cable, I set the user and password and the phone says "Connecting to Lync".. "Downloading a certificate" ... "Installing certificate"... "Downloading Certificate"...
    "Installing Certificate".. forever 
    When I try to make a login with PIN Authentification, the phone first displays the following:
    Account used is not authorized, Please Contact your support team and then shows this:
    An Account matching this phone number cannot be found. Please contact your support team.
    The Pin authentification is enable
    In the Lync Server Enable Kerberos Authentification, Enable Integrated Windows Authentification and Enable Certificate Authentification are enable
    This is the configuration from DHCP 
    Starting Discovery ... 
    Sending Packet (Size: 284, Network Adapter: xx.xx.xx.xx, Attempt Type: Broadcast only)
    --Begin Packet--
    DHCP: INFORM                (xid=130EA7FA)
    DHCP: Op Code           (op)      = 1
    DHCP: Hardware Type     (htype)   = 6
    DHCP: Hops              (hops)    = 0
    DHCP: Transaction ID    (xid)     = 319727610
    DHCP: Seconds           (secs)    = 0
    DHCP: Flags             (flags)   = 0000
    DHCP: Client IP Address (ciaddr)  = Xx.xx.xx.xx
    DHCP: Your IP Address   (yiaddr)  = 0.0.0.0
    DHCP: Server IP Address (siaddr)  = 0.0.0.0
    DHCP: Relay IP Address  (giaddr)  = 0.0.0.0
    DHCP: Client HW Address (chaddr)  = FC15B4###--End Packet--
    Received Packet
    Sender:xx.xx.xx.xx:67, Size:363
    --Begin Packet--
    DHCP: ACK                (xid=130EA7FA)
    DHCP: Op Code           (op)      = 1
    DHCP: Hardware Type     (htype)   = 6
    DHCP: Hops              (hops)    = 0
    DHCP: Transaction ID    (xid)     = 319727610
    DHCP: Seconds           (secs)    = 0
    DHCP: Flags             (flags)   = 0000
    DHCP: Client IP Address (ciaddr)  = xx.xx.xx.xx
    DHCP: Your IP Address   (yiaddr)  = 0.0.0.0
    DHCP: Server IP Address (siaddr)  = 0.0.0.0
    DHCP: Relay IP Address  (giaddr)  = 0.0.0.0
    DHCP: Client HW Address (chaddr)  = FC15B4100289
    DHCP: Server Host Name  (sname)   = 
    DHCP: Boot File Name    (file)    = 
    DHCP: Magic Cookie                = 99.130.83.99
    DHCP: Option Field
        DHCP: DHCP MESSAGE TYPE(  53) = (Length: 1) DHCP ACK
        DHCP: Server Identifier(  54) = (Length: 4) XX.XX.XX.XX
        DHCP: Client Identifier(  61) = (Length: 0)  ()
        DHCP: SIP Server( 120)        = (Length: 17) enc:0 lync.contoso.com (00046C796E6306756E69736F6E026D7800)
        DHCP: Host Name(  12)         = (Length: 0) 
        DHCP: Vendor Identifier(  60) = (Length: 0) 
        DHCP: Param Req List(  55)    = (Length: 0) 0 0
        DHCP: Vendor Info(  43)       = (Length: 86) MS-UC-Clienthttpslync.contoso.com443%/CertProv/CertProvisioningService.svcÜNAP (010C4D532D55432D436C69656E7402056874747073030E6C796E632E756E69736F6E2E6D78040334343305252F4365727450726F762F4365727450726F766973696F6E696E67536572766963652E737663DC034E4150)
        DHCP: End of this option field
    --End Packet--
    Result: Success
    DHCP Server : xx.xx.x.xx.
    SIP Server FQDN : lync.contoso.com
    Certificate Provisioning Service URL : https://lync.contoso.com:443/CertProv/CertProvisioningService.svc
    thanks for all, hope somebody can help me with this problem.. i am going crazy...

    Hi, i connected the Lync Phone to another switch and i update the firmware to the newest firmware and i got the same problem..  
    The lync phone download the certificate but cant install it and the still the same error with the SIP login
    An Account matching this phone number cannot be found. Please contact your support team.

Maybe you are looking for

  • How to turn off continuous play of podcasts?

    I know this should be a simple answer, but I can't find it anywhere. Thanks in advance for an answer. I want my podcasts to stop playing in between each episode, but they don't. I don't have the shuffle or repeat icons selected. The same thing happen

  • Toplink error on EJB-QL

    I have no idea where to go next, I figure that it's a problem in my query. My EJB-QL query... select object(o) from Alarm o, AlarmAcknowledges p where o.rowNumber < 500 and o.statusLogFk = p.statusLogFk and p.userId = :userId I get this error from to

  • Problem in BDC for MM02

    Hi, I am working on a BDC for the tcode MM02 in which i have to insert the Inspection Type in the Quality Managment View of materials. i had executed the code which was working fine,but when i executed it ,it remains on the same screen where the afte

  • TRANSFORMATION AND DTP

    Hi all, I have two questions: 1. If I have a 3x datasource..can i still use Transformations and DTP's with it in BI 7.0? 2. I have a cube and know the datasources. Could some one give me the modelling steps that come next... i am using BI 7.0 and wan

  • Trying to connect to apple wireless with my pc laptop

    I am connecting to a apple network(wireless) but can not gain access to internet. I have no problem with hotel wireless networks or my one at home so I know my card is working. cannot figure out why I connect to my friends apple network but when I tr