Verification Example in Collaborate - Fails

Software(s) : WebLogic Server w/Sp9, WebLogic Collaborate w/RosettNet v
1.0(Full Install), JDK 1.2.2, Oracle 8.1.6
OS : Windows NT 4 .0 w/Sp6
Hardware : 128MB RAM, plenty of disk space
I've installed WebLogic Collab. for RosettaNet (Full Install). Having
trouble running the Installation Verification
example as mentioned in the readme file.
I'm able to create the database schema but unable to "Bulkload Repository
Data". Trying to load the data gives a java.exe
application error as reported by Dr. Watson.
However, if I modify the file BulkLoadOracleConfig.xml for using Oracle thin
drivers (by Oracle) then the database is successfully populated but running
the Program->C-Hub->Start C-Hub fails with the same Dr. Watson error. Worth
mentioning is: The "wlcPool" as defined in
<WLC_HOME>\hub\weblogic.properties is being created successfully(by the log
messages). Also, I'm able to execute the sample Weblogic OCI(jDriver)
examples as supplied in Server dist.
Any replies would be highly appreciated.
TIA,
Indus Khaitan
Sr. Consultant
Ascendsoft Inc.

Rafi,
What error is it returning?
Regards
Ray Farmer
Regards
Ray Farmer

Similar Messages

  • Cannot publish Flash Updates Verification of file signature failed for file SCUP 2011, SCCM 2012 R2 and WSUS all on same Windows Server 2012 machine

    I am attempting to distribute Adobe Flash updates using SCUP 2011, SCCM 2012 R2, WSUS ver4 and Windows Server 2012.  Everything installs without error.  I have acquired a certificate for SCUP signing from the internal Enterprise CA.  I have
    verified the signing certificate has a 1024 bit key.  I have imported the certificate into the server's Trusted Publishers and Trusted Root CA stores for the computer.  When I attempt to publish a Flash update with Full content I receive the following
    error:
    2015-02-13 23:00:48.724 UTC Error Scup2011.21 Publisher.PublishPackage PublishPackage(): Operation Failed with Error: Verification of file signature failed for file:
    \\SCCM\UpdateServicesPackages\a2aa8ca4-3b96-4ad2-a508-67a6acbd78a4\3f82680a-9028-4048-ba53-85a4b4acfa12_1.cab
    I have redone the certificates three times with no luck.  I can import metadata, but any attempt to download content results in the verification error.
    TIA

    Hi Joyce,
    This is embarrassing, I used that very post as my guide when deploying my certificate templates, but failed to change the bit length to 2048.  Thank you for being my second set of eyes.
    I changed my certificate key bit length to 2048, deleted the old cert from all certificate stores, acquired the a new signing cert, verified the key length was 2048, exported the new cert to pfx and cer files, imported into my Trusted publishers
    and Trusted Root Authorities stores, reconfigured SCUP to use the new pfx file, rebooted the server and attempted to re-publish the updates with the following results:
    2015-02-16 13:35:44.006 UTC Error Scup2011.4 Publisher.PublishPackage PublishPackage(): Operation Failed with Error: Verification of file signature failed for file:
    \\SCCM\UpdateServicesPackages\a2aa8ca4-3b96-4ad2-a508-67a6acbd78a4\3f82680a-9028-4048-ba53-85a4b4acfa12_1.cab.
    Is there a chance this content was already created and signed with the old cert, so installing the new cert has no effect?  In ConfigMgr software updates I see 4 Flash updates, all marked Metadata Only (because they were originally published as "Automatic." 
    No Flash updates in the ConfigMgr console are marked as downloaded.  I can't find any documentation on how the process of using SCUP for downloading content for an update marked Metadata Only actually works. 
    Comments and suggestions welcome.

  • ERROR: OPatch failed as verification of the patch failed.

    I installed OID by following these instructions( http://www.oracle.com/technology/pub/articles/chan-oid.html), db version created is 10.1.0.5 , but every time i apply CPU patch i receive error
    here is opatch lsinventory results
    Installed Patch List:
    =====================
    1) Patch 9119261 applied on Mon Feb 15 16:17:37 CST 2010
    Unique Patch ID: 12031038
    Error during opatch apply
    OPatch encounters the following issues during Make:
    There were problems running make commands. The errors encounted were:
    Error for command: cd /oracle/product/oid10g//rdbms/lib
    /usr/ccs/bin/make -f ins_rdbms.mk client_sharedlib ORACLE_HOME="/oracle/product/oid10g" 2>/oracle/product/oid10g/.patch_storage/9119261/make_local.stderr
    I ran this command manually and it did'n gave any error
    /usr/ccs/bin/make -f ins_rdbms.mk client_sharedlib ORACLE_HOME="/oracle/product/oid10g" 2>/oracle/product/oid10g/.patch_storage/9119261/make_local.stderr
    Comparing "/oracle/4dba/9119261/files/lib/liboraolap10.a/xsoqhelp.o" and "/oracle/product/oid10g/.patch_storage/verify/lib/liboraolap10.a/xsoqhelp.o"
    Comparing "/oracle/4dba/9119261/files/lib/liboraolap10.a/xsoqftbl.o" and "/oracle/product/oid10g/.patch_storage/verify/lib/liboraolap10.a/xsoqftbl.o"
    There are 2 issues copying files to Oracle Home.
    FILE PROBLEM: some files are not patched.
    OPATCH_JAVA_ERROR: Patch was not successfully applied.
    Verification of the patch failed.
    ERROR: OPatch failed as verification of the patch failed.
    Edited by: user12001353 on Feb 15, 2010 2:31 PM
    Edited by: user12001353 on Feb 15, 2010 2:37 PM

    Why are you applying Database Patches to Oracle Application Server?
    What is telling you to do this?

  • OUI-67124:Verification of 'ar' actions failed.

    version: Solaris10 Spars and RDBMS 10.2.0.3
    Applied CPUApril2008 and get this ...suggestion, what the title of note 353150.1, when i search for this # got so many ,
    The following warnings have occurred during OPatch execution:
    1) OUI-67124:Verification of 'ar' actions failed. This is a known issue for this platform. Please check the note 353150.1 on Metalink for the process to manually verify the files.
    OPatch Session completed with warnings.

    Here is a little awk script to avoid the manual verification suggestion in the metalink doc. If the script doesn't print anything, you are good to go.
    grep "file name" &lt;YOUR APPLY LOG&gt; |
    awk '{
    if (NR % 2 == 0) {
    dfile=substr($7,1,length($7)-1);
    dsize=$11;
    if (dsize-4 != ssize) {
    printf("SourceFILE: %s\nSourceSIZE: %s\nDestFILE: %s\nDestSize: %s\n\n", sfile, ssize, dfile, dsize);
    } else {
    sfile=substr($6,1,length($6)-1);
    ssize=$10;
    Edited by: hal9000jw on Aug 27, 2008 1:16 PM

  • Verification of VirtualBox Host Failed: Unsupported VirtualBox version

    I am configuring a VirtualBox Desktop Provider from the console. In Step 2.2 when i click next to veirfy the Certificate i get the following error
    Verification of VirtualBox Host Failed
    Unsupported VirtualBox version 3.0.12 on host ultra24.wfoo.org
    I used the VirtualBox from the bundled vbox_3.0.zip file and used vb-install. I did have the standalone vbox 3.0.12 installed before this. But i did remove the packages via pkgrm before running vb-install.
    Any pointers would be appreciated as i need to get this machine ready today for a demo.

    did you reboot the box after you uninstalled your first Virtualbox?, and reinstalling the new version, Virtualbox uses kernel modules and they someimes get wedged into the kernel and require a reboot to remove.

  • Gmail 2-step verification: STMP server login fails

    After activating 2-step a few days ago I have been very happy. Then I discovered that my MacPro Mail.app can't connect to my Gmail SMTP server (I was using my hosted domain SMTP before).
    Symptoms:
    My MacBook Pro is a clone of the MacPro, Mail.app connects fine on the MacBook Pro, send/receive IMAP or POP3,  (using the same application specific token (AST) which I originally assigned to Mail.app on MacPro). That was a surprise - I expected the MBP to require a new AST distinct from the MacPro Mail.app token.
    To make sure all was kosher, I generated a fresh AST for the MacPro Mail.app, updated the settings.
    MacPro/Mail.app receives via IMAP, but fails connecting to the SMTP server (which I have updated with the new AST).
    Today's further troubleshooting:
    (1) I revoked the application specific passwords for Mail.app both Macs, deleted all the associated Keychain entries. Generated new application specific passwords for the MP ==> IMAP send works but the Macpro SMTP server login still fails.
    (2) I turned off 2-step verification, changed all Mail.app passwords back to simple pwd. Everything works but SMTP server login fails
    (3) In Mail.app I deleted and recreated the account for a *different* Gmail IMAP address. That worked fine, including the associated SMTP login.
    This is silly, but there seems to be a curse on one specific smtp.gmail.com login. I have left 2-step verification turned off for the moment until I resolve the SMTP login fault.
    If I deleted and recreated the problem IMAP account in Mail.app it would probably fix the problem. But we are in Australia with tight bandwidth caps, I can't afford to redownload 20,000+ emails. And I need them local because we often don't have internet access.

    For me, this problem occurs only with Google Apps accounts - these are the ones where you use your own domain e.g. yourdomain.com and not gmail.com.
    Wwo-step authentication is disabled on the Google Apps account.
    Right click on your mail account name (under Inbox) and click "Edit Account"
    Edit the SMTP server list and select the advanced tab.
    By default Apple mail only has your user name in the user name field (e.g. user1)
    Change this to [email protected] and reenter your password.
    I also set the SMTP port to 587
    Everything is working fine now

  • Decrypting encPart  example?  Checksum failed

    I'm trying to decrypt the encrypted data part of the Kerberos ticket. My understanding of the algorithm is where I believe I'm mixed up somewhere (all code is server side):
    1) The login context on the server side provides a Subject which contains the private key of the server when storeKey=true in the configuration, of type KerberosKey. This is the key that can be used to decrypt the EncryptedPart of the client's ticket.
    LoginContext lc = new LoginContext(LCONF_SVR, new TextCallbackHandler());
    lc.login();
    Subject sub = lc.getSubject();
    // Get KerberosKey from private creds
    for (Iterator i = sub.getPrivateCredentials().iterator(); i.hasNext();) {
        Object o = i.next();
        if (o instanceof KerberosKey) {
            svrPrivKey = (KerberosKey)o;
            break;
    }2) This KerberosKey can be used to create an EncryptionKey:
    EncryptionKey privKey = new EncryptionKey(svrPrivKey.getEncoded(),
                                              svrPrivKey.getKeyType(),
                                              svrPrivKey.getVersionNumber());2) When con.requestCredDeleg(true) on the client side, after con.isEstablished()==true, con.getDelegCred() on the server side returns a GSSCredentials which, along with con.getSrcName(), can create a Subject the contains the client's KerberosTicket in it's private credentials.
    Subject delegSub = GSSUtil.getSubject(con.getSrcName(), con.getDelegCred());
    Set<KerberosTicket> tickets = delegSub.getPrivateCredentials(KerberosTicket.class);3) The KerberosTicket EncryptedPart can be decrypted using the server's EncryptedKey above, with "usage = 2":
    for (Iterator ti = tickets.iterator(); ti.hasNext();) {
      KerberosTicket kbrTicket = (KerberosTicket)ti.next();
      Ticket ticket = new Ticket(kbrTicket.getEncoded());
      encTicketPart = new EncTicketPart(ticket.encPart.decrypt(privKey, 2));
    }There's something wrong with my understanding, as I am always getting "KrbException: Checksum Failed." from the decrypt, from down in sun.security.krb5.internal.crypto.ArcFourHmacEType.decrypt. (Where can I get the source for sun.security.krb5 packages for debugging, btw?).
    Where am I going wrong? Can someone point me to example code that shows how to get from a KerberosTicket to a EncTicketPart?
    Thanks!
    B Atkins

    Here is how I get the AP-REQ out of the byte[] received on the socket from the Client:
       * Parses the token received from the Client
       * (GSS-API InitialContextToken)
       * Encoding: ASN.1 DER
      private byte[] parseToken(byte[] token) throws Exception {
        DerInputStream dis = new DerInputStream(token);
        // get the GSS sequence (set is the same, and has constructed flag)
        DerValue[] values = dis.getSet(token.length, true);
        // Look for the AP_REQ tag [APPLICATION 14] (constructed)
        for (int i=0; i<values.length; i++) {
          DerValue value = values;
    if (value.isConstructed((byte)14)) {
    value.resetTag(DerValue.tag_Set);
    return parseApReq(value.toDerInputStream(), value.length());
    throw new Exception("No AP-REQ found in GSS InitialContextToken");
    }Here's the parsing of that AP-REQ: /**
    * Parses tne AP-REQ PDU, which is the innerContextToken of
    * the GSS InitialToken.
    * Encoding: ASN.1/DER
    private byte[] parseApReq(DerInputStream dis, int len) throws Exception {
    // get the AP_REQ sequence (set is the same, and has constructed flag)
    byte apOptions = 0;
    DerValue ticket = null;
    DerValue[] values = dis.getSet(len, true);
    for (int i=0; i<values.length; i++) {
    DerValue value = values[i];
    if (value.isContextSpecific((byte)2)) {
    // Get the bit string encapsulated in the
    // context specific outter element.
    apOptions = value.getData().getDerValue().getBitString()[0];
    else if (value.isContextSpecific((byte)3)) {
    // Get the value encapsulated in the
    // context specific outter element.
    ticket = value.getData().getDerValue();
    if (ticket == null)
    throw new Exception("No Ticket found in AP-REQ PDU");
    return getAuthorizationData(new Ticket(ticket), serverSub, apOptions);
    }Here's the part that extracts the encPart and decrypts it.  The server subject passed in is from the LoginContext.getSubject() on the server side, after lc.login(). /**
    * Decrypt the EncryptedData into EncTicketPart
    * Encoding: ASN.1/DER
    private byte[] getAuthorizationData(Ticket ticket, Subject svrSub, byte ops)
    throws Exception {
    EncryptionKey key;
    if (useSessionKey(ops))
    key = getSessionKey(svrSub);
    else
    key = getPrivateKey(svrSub);
    byte[] cleartext = ticket.encPart.decrypt(key, 2);
    if (cleartext.length <= 0)
    throw new Exception("zero length decrypt");
    EncTicketPart encPart = new EncTicketPart(cleartext);
    byte[] authPac = parseAuthData(encPart.authorizationData.asn1Encode(), 1);
    return parseAuthData(authPac, 128);
    Here's the key handling part, where *both* the Session and Private keys are acquired: private EncryptionKey getSessionKey(Subject sub) throws Exception {
    KerberosCreds creds = getKrbCreds(sub);
    SecretKey secKey = creds.ticket.getSessionKey();
    return new EncryptionKey(secKey.getEncoded(), 23, new Integer(2));
    private EncryptionKey getPrivateKey(Subject sub) throws Exception {
    KerberosCreds creds = getKrbCreds(sub);
    return new EncryptionKey(creds.key.getEncoded(),
    creds.key.getKeyType(),
    new Integer(2));
    * Get credentials (KerberosKey and/or KerberosTicket) from a
    * Subject
    private KerberosCreds getKrbCreds(Subject sub) {
    // Get the Client's Kerberos ticket from the private credentials
    // of the subject.
    KerberosCreds ret = new KerberosCreds();
    Set<Object> creds = sub.getPrivateCredentials(Object.class);
    for (Iterator<Object> i = creds.iterator(); i.hasNext();) {
    Object cred = i.next();
    if (cred instanceof KerberosTicket)
    ret.ticket = (KerberosTicket)cred;
    if (cred instanceof KerberosKey)
    ret.key = (KerberosKey)cred;
    return ret;
    }As you can see, this has turned a GSS implementation into something that's very Kerberos (and AD, for that matter) specific.
    Edited by: batkins on Feb 22, 2008 12:14 PM
    Edited by: batkins on Feb 22, 2008 12:17 PM                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • Google Search Example - Service call fails

    Hello,
    I can't make the service work. I feel I have problem in my portalapp.mxl file.
    Here it is:
    <?xml version="1.0" encoding="utf-8"?>
    <application>
      <application-config>
        <property name="SharingReference" value="com.sap.portal.runtime.application.soap,htmlb">
        </property>
        <property name="PrivateSharingReference" value="com.sap.portal.htmlb"/>
      </application-config>
      <components>
        <component name="MyGooglePage">
          <component-config>
            <property name="ClassName" value="com.tutorial.wsdl2service.MyGooglePage"/>
            <property name="SecurityZone" value="com.tutorial.wsdl2service/low_safety"/>
          </component-config>
          <component-profile/>
        </component>
      </components>
      <services>
        <service alias="com.tutorial.wsdl2service.MyGoogleService" name="MyGoogleService">
          <service-config>
            <property name="className" value="com.tutorial.wsdl2service.MyGoogleService">
            </property>
            <property name="startup" value="false">
            </property>
            <property name="WebEnable" value="false">
            </property>
            <property name="WebProxy" value="true">
            </property>
            <property name="SecurityZone" value="com.tutorial.wsdl2service.MyGoogleService/DefaultSecurity">
            </property>
          </service-config>
          <service-profile>
            <property name="SystemAlias" value="Default_System_Alias">
            </property>
          </service-profile>
        </service>
      </services>
    </application>
    My error messages:
    doProcessAfterInput
    search term: ftyry
    Sep 17, 2004 2:03:06 PM # Client_Thread_6      Fatal
    com.sapportals.portal.prt.component.PortalComponentException: Error in service call of Portal Compon
    ent
    Component : WebServiceTutorial.MyGooglePage
    Component class : com.tutorial.wsdl2service.MyGooglePage
    User : admin
            at com.sapportals.portal.prt.core.PortalRequestManager.handlePortalComponentException(Portal
    RequestManager.java:855)
            at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestMana
    ger.java:311)
            at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.
    java:143)
            at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.
    java:195)
            at com.sapportals.portal.prt.component.PortalComponentResponse.include(PortalComponentRespon
    se.java:209)
            at com.sapportals.portal.prt.pom.PortalNode.service(PortalNode.java:589)
            at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestMana
    ger.java:301)
            at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.
    java:143)
            at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.
    java:195)
            at com.sapportals.portal.prt.core.PortalRequestManager.runRequestCycle(PortalRequestManager.
    java:636)
            at com.sapportals.portal.prt.connection.ServletConnection.handleRequest(ServletConnection.ja
    va:209)
            at com.sapportals.portal.prt.dispatcher.Dispatcher$doService.run(Dispatcher.java:532)
            at java.security.AccessController.doPrivileged(Native Method)
            at com.sapportals.portal.prt.dispatcher.Dispatcher.service(Dispatcher.java:415)
            at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
            at com.inqmy.services.servlets_jsp.server.InvokerServlet.service(InvokerServlet.java:126)
            at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
            at com.inqmy.services.servlets_jsp.server.RunServlet.runSerlvet(RunServlet.java:147)
            at com.inqmy.services.servlets_jsp.server.ServletsAndJspImpl.startServlet(ServletsAndJspImpl
    .java:789)
            at com.inqmy.services.httpserver.server.RequestAnalizer.checkFilename(RequestAnalizer.java:6
    44)
            at com.inqmy.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:305)
            at com.inqmy.services.httpserver.server.Response.handle(Response.java:165)
            at com.inqmy.services.httpserver.server.HttpServerFrame.request(HttpServerFrame.java:1133)
            at com.inqmy.core.service.context.container.session.ApplicationSessionMessageListener.proces
    s(ApplicationSessionMessageListener.java:36)
            at com.inqmy.core.cluster.impl0.ParserRunner.run(ParserRunner.java:35)
            at com.inqmy.core.thread.impl0.ActionObject.run(ActionObject.java:46)
            at java.security.AccessController.doPrivileged(Native Method)
            at com.inqmy.core.thread.impl0.SingleThread.run(SingleThread.java:132)
    Caused by: com.sapportals.portal.prt.component.PortalComponentException: Exception during PageProces
    sorComponent.doContent()
    Component : null
    Component class : null
            at com.sapportals.portal.htmlb.page.PageProcessorComponent.doContent(PageProcessorComponent.
    java:139)
            at com.sapportals.portal.prt.component.AbstractPortalComponent.serviceDeprecated(AbstractPor
    talComponent.java:209)
            at com.sapportals.portal.prt.component.AbstractPortalComponent.service(AbstractPortalCompone
    nt.java:114)
            at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestMana
    ger.java:301)
            at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.
    java:143)
            at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.
    java:195)
            at com.sapportals.portal.prt.component.PortalComponentResponse.include(PortalComponentRespon
    se.java:209)
            at com.sapportals.portal.prt.pom.PortalNode.service(PortalNode.java:589)
            at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestMana
    ger.java:301)
            at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.
    java:143)
            at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.
    java:195)
            at com.sapportals.portal.prt.core.PortalRequestManager.runRequestCycle(PortalRequestManager.
    java:636)
            at com.sapportals.portal.prt.connection.ServletConnection.handleRequest(ServletConnection.ja
    va:209)
            at com.sapportals.portal.prt.dispatcher.Dispatcher$doService.run(Dispatcher.java:532)
            at java.security.AccessController.doPrivileged(Native Method)
            at com.sapportals.portal.prt.dispatcher.Dispatcher.service(Dispatcher.java:415)
            at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
            at com.inqmy.services.servlets_jsp.server.InvokerServlet.service(InvokerServlet.java:126)
            at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
            at com.inqmy.services.servlets_jsp.server.RunServlet.runSerlvet(RunServlet.java:147)
            at com.inqmy.services.servlets_jsp.server.ServletsAndJspImpl.startServlet(ServletsAndJspImpl
    .java:789)
            at com.inqmy.services.httpserver.server.RequestAnalizer.checkFilename(RequestAnalizer.java:6
    44)
            at com.inqmy.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:305)
            at com.inqmy.services.httpserver.server.Response.handle(Response.java:165)
            at com.inqmy.services.httpserver.server.HttpServerFrame.request(HttpServerFrame.java:1133)
            at com.inqmy.core.service.context.container.session.ApplicationSessionMessageListener.proces
    s(ApplicationSessionMessageListener.java:36)
            at com.inqmy.core.cluster.impl0.ParserRunner.run(ParserRunner.java:35)
            at com.inqmy.core.thread.impl0.ActionObject.run(ActionObject.java:46)
            at java.security.AccessController.doPrivileged(Native Method)
            at com.inqmy.core.thread.impl0.SingleThread.run(SingleThread.java:132)
    Caused by: java.lang.reflect.InvocationTargetException: java.lang.NoSuchMethodException
            at com.sapportals.portal.prt.service.soap.util.ToolKit.getportalWebServicemethod(ToolKit.jav
    a:671)
            at com.sapportals.portal.prt.service.soap.PRTSOAPCall.invokeMethod(PRTSOAPCall.java:183)
            at com.tutorial.wsdl2service.MyGoogleService.doGoogleSearch(MyGoogleService.java:271)
            at com.tutorial.wsdl2service.MyGooglePage$GoogleDynPage.onSearchButtonClicked(MyGooglePage.j
    ava:98)
            at java.lang.reflect.Method.invoke(Native Method)
            at com.sapportals.htmlb.page.DynPage.doProcessCurrentEvent(DynPage.java:172)
            at com.sapportals.htmlb.page.PageProcessor.handleRequest(PageProcessor.java:101)
            at com.sapportals.portal.htmlb.page.PageProcessorComponent.doContent(PageProcessorComponent.
    java:135)
            at com.sapportals.portal.prt.component.AbstractPortalComponent.serviceDeprecated(AbstractPor
    talComponent.java:209)
            at com.sapportals.portal.prt.component.AbstractPortalComponent.service(AbstractPortalCompone
    nt.java:114)
            at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestMana
    ger.java:301)
            at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.
    java:143)
            at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.
    java:195)
            at com.sapportals.portal.prt.component.PortalComponentResponse.include(PortalComponentRespon
    se.java:209)
            at com.sapportals.portal.prt.pom.PortalNode.service(PortalNode.java:589)
            at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestMana
    ger.java:301)
            at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.
    java:143)
            at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.
    java:195)
            at com.sapportals.portal.prt.core.PortalRequestManager.runRequestCycle(PortalRequestManager.
    java:636)
            at com.sapportals.portal.prt.connection.ServletConnection.handleRequest(ServletConnection.ja
    va:209)
            at com.sapportals.portal.prt.dispatcher.Dispatcher$doService.run(Dispatcher.java:532)
            at java.security.AccessController.doPrivileged(Native Method)
            at com.sapportals.portal.prt.dispatcher.Dispatcher.service(Dispatcher.java:415)
            at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
            at com.inqmy.services.servlets_jsp.server.InvokerServlet.service(InvokerServlet.java:126)
            at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
            at com.inqmy.services.servlets_jsp.server.RunServlet.runSerlvet(RunServlet.java:147)
            at com.inqmy.services.servlets_jsp.server.ServletsAndJspImpl.startServlet(ServletsAndJspImpl
    .java:789)
            at com.inqmy.services.httpserver.server.RequestAnalizer.checkFilename(RequestAnalizer.java:6
    44)
            at com.inqmy.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:305)
            at com.inqmy.services.httpserver.server.Response.handle(Response.java:165)
            at com.inqmy.services.httpserver.server.HttpServerFrame.request(HttpServerFrame.java:1133)
            at com.inqmy.core.service.context.container.session.ApplicationSessionMessageListener.proces
    s(ApplicationSessionMessageListener.java:36)
            at com.inqmy.core.cluster.impl0.ParserRunner.run(ParserRunner.java:35)
            at com.inqmy.core.thread.impl0.ActionObject.run(ActionObject.java:46)
            at java.security.AccessController.doPrivileged(Native Method)
            at com.inqmy.core.thread.impl0.SingleThread.run(SingleThread.java:132)
    [email protected]ba #
    Thanks,
    Yan

    Hai anoop,
      I am getting this error when I deployed your par file. Does it work for u. Let me know why it is not working in my system.
    thanks for sending par file.
    Component : webservicetest.MyGooglePage
    Component class : com.sap.karsten.webservice.google.MyGooglePage
    User : superRichard
         at com.sapportals.portal.prt.core.PortalRequestManager.handlePortalComponentException(PortalRequestManager.java:879)
         at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:312)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:144)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:196)
         at com.sapportals.portal.prt.component.PortalComponentResponse.include(PortalComponentResponse.java:209)
         at com.sapportals.portal.prt.pom.PortalNode.service(PortalNode.java:589)
         at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:302)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:144)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:196)
         at com.sapportals.portal.prt.core.PortalRequestManager.runRequestCycle(PortalRequestManager.java:645)
         at com.sapportals.portal.prt.connection.ServletConnection.handleRequest(ServletConnection.java:209)
         at com.sapportals.portal.prt.dispatcher.Dispatcher$doService.run(Dispatcher.java:532)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sapportals.portal.prt.dispatcher.Dispatcher.service(Dispatcher.java:415)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.inqmy.services.servlets_jsp.server.InvokerServlet.service(InvokerServlet.java:126)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.inqmy.services.servlets_jsp.server.RunServlet.runSerlvet(RunServlet.java:147)
         at com.inqmy.services.servlets_jsp.server.ServletsAndJspImpl.startServlet(ServletsAndJspImpl.java:789)
         at com.inqmy.services.httpserver.server.RequestAnalizer.checkFilename(RequestAnalizer.java:644)
         at com.inqmy.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:305)
         at com.inqmy.services.httpserver.server.Response.handle(Response.java:166)
         at com.inqmy.services.httpserver.server.HttpServerFrame.request(HttpServerFrame.java:1152)
         at com.inqmy.core.service.context.container.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:36)
         at com.inqmy.core.cluster.impl0.ParserRunner.run(ParserRunner.java:35)
         at com.inqmy.core.thread.impl0.ActionObject.run(ActionObject.java:46)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.inqmy.core.thread.impl0.SingleThread.run(SingleThread.java:132)
    Caused by: com.sapportals.portal.prt.component.PortalComponentException: Exception during PageProcessorComponent.doContent()
    Component : null
    Component class : null
         at com.sapportals.portal.htmlb.page.PageProcessorComponent.doContent(PageProcessorComponent.java:139)
         at com.sapportals.portal.prt.component.AbstractPortalComponent.serviceDeprecated(AbstractPortalComponent.java:209)
         at com.sapportals.portal.prt.component.AbstractPortalComponent.service(AbstractPortalComponent.java:114)
         at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:302)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:144)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:196)
         at com.sapportals.portal.prt.component.PortalComponentResponse.include(PortalComponentResponse.java:209)
         at com.sapportals.portal.prt.pom.PortalNode.service(PortalNode.java:589)
         at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:302)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:144)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:196)
         at com.sapportals.portal.prt.core.PortalRequestManager.runRequestCycle(PortalRequestManager.java:645)
         at com.sapportals.portal.prt.connection.ServletConnection.handleRequest(ServletConnection.java:209)
         at com.sapportals.portal.prt.dispatcher.Dispatcher$doService.run(Dispatcher.java:532)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sapportals.portal.prt.dispatcher.Dispatcher.service(Dispatcher.java:415)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.inqmy.services.servlets_jsp.server.InvokerServlet.service(InvokerServlet.java:126)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.inqmy.services.servlets_jsp.server.RunServlet.runSerlvet(RunServlet.java:147)
         at com.inqmy.services.servlets_jsp.server.ServletsAndJspImpl.startServlet(ServletsAndJspImpl.java:789)
         at com.inqmy.services.httpserver.server.RequestAnalizer.checkFilename(RequestAnalizer.java:644)
         at com.inqmy.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:305)
         at com.inqmy.services.httpserver.server.Response.handle(Response.java:166)
         at com.inqmy.services.httpserver.server.HttpServerFrame.request(HttpServerFrame.java:1152)
         at com.inqmy.core.service.context.container.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:36)
         at com.inqmy.core.cluster.impl0.ParserRunner.run(ParserRunner.java:35)
         at com.inqmy.core.thread.impl0.ActionObject.run(ActionObject.java:46)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.inqmy.core.thread.impl0.SingleThread.run(SingleThread.java:132)
    Caused by: java.lang.reflect.InvocationTargetException: javax.xml.soap.SOAPException: [PROXY Error] com.inqmy.lib.jaxm.soap.SAPSoapException: javax.xml.soap.SOAPException: Unable to internalize message (proxy host: null, proxy port: -1, non proxy host: null)
         at com.sapportals.portal.prt.service.soap.SOAPService.call(SOAPService.java:157)
         at com.sapportals.portal.prt.service.soap.PRTSOAPCall.invokeMethod(PRTSOAPCall.java:209)
         at com.sap.karsten.webservice.google.MyGoogleService.doGoogleSearch(MyGoogleService.java:196)
         at com.sap.karsten.webservice.google.MyGooglePage$GoogleDynPage.onSearchButtonClicked(MyGooglePage.java:99)
         at java.lang.reflect.Method.invoke(Native Method)
         at com.sapportals.htmlb.page.DynPage.doProcessCurrentEvent(DynPage.java:172)
         at com.sapportals.htmlb.page.PageProcessor.handleRequest(PageProcessor.java:101)
         at com.sapportals.portal.htmlb.page.PageProcessorComponent.doContent(PageProcessorComponent.java:135)
         at com.sapportals.portal.prt.component.AbstractPortalComponent.serviceDeprecated(AbstractPortalComponent.java:209)
         at com.sapportals.portal.prt.component.AbstractPortalComponent.service(AbstractPortalComponent.java:114)
         at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:302)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:144)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:196)
         at com.sapportals.portal.prt.component.PortalComponentResponse.include(PortalComponentResponse.java:209)
         at com.sapportals.portal.prt.pom.PortalNode.service(PortalNode.java:589)
         at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:302)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:144)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:196)
         at com.sapportals.portal.prt.core.PortalRequestManager.runRequestCycle(PortalRequestManager.java:645)
         at com.sapportals.portal.prt.connection.ServletConnection.handleRequest(ServletConnection.java:209)
         at com.sapportals.portal.prt.dispatcher.Dispatcher$doService.run(Dispatcher.java:532)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sapportals.portal.prt.dispatcher.Dispatcher.service(Dispatcher.java:415)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.inqmy.services.servlets_jsp.server.InvokerServlet.service(InvokerServlet.java:126)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.inqmy.services.servlets_jsp.server.RunServlet.runSerlvet(RunServlet.java:147)
         at com.inqmy.services.servlets_jsp.server.ServletsAndJspImpl.startServlet(ServletsAndJspImpl.java:789)
         at com.inqmy.services.httpserver.server.RequestAnalizer.checkFilename(RequestAnalizer.java:644)
         at com.inqmy.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:305)
         at com.inqmy.services.httpserver.server.Response.handle(Response.java:166)
         at com.inqmy.services.httpserver.server.HttpServerFrame.request(HttpServerFrame.java:1152)
         at com.inqmy.core.service.context.container.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:36)
         at com.inqmy.core.cluster.impl0.ParserRunner.run(ParserRunner.java:35)
         at com.inqmy.core.thread.impl0.ActionObject.run(ActionObject.java:46)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.inqmy.core.thread.impl0.SingleThread.run(SingleThread.java:132)
    [email protected]87 #
    Dec 8, 2004 1:53:30 PM # Client_Thread_36     Fatal           Failed to lookup null in Initial Context #

  • Example 'FlowRate.seq' fails with TestStand 3.5

    Hi,
    I'm trying to run the TestStand example...
    .TestStand\Examples\LoadingLimits\LimitsFromExcelFile\UsingCVI\FlowRate.seq
    I get an error in the PropertyLoader step.  I'm trying to use a propertyLoader step and this example is important for me.
    Can anybody modify it to run with TS3.5 and post it here?
    Thankfully
    Rafi

    Rafi,
    What error is it returning?
    Regards
    Ray Farmer
    Regards
    Ray Farmer

  • Example with :useBean failed !

    Hi all,
    I don't know how to run (compilation & deployment) a .jsp with
    :useBean.
    My question is : where I have to place the .class of the JavaBean in
    order that a Web Server (Tomcat (C:\jakarta-tomcat-4.0.4) or
    Weblogic Server 7.0) can run my .jsp ?
    Description :
    + My 1rst file .jsp is :
    <html> <head> <TITLE> test</TITLE></head>
    <body>
    <jsp:useBean id="myTest" class="Bean1_4" />
    </body> <html>
    + My 2nd file .java contains the code for the JavaBean :
    public class Bean1_4 {
    private String message = "No ";
    public String getMessage() {return message; }
    public void setMessage(String message) {this.message =  message; }
    + I compiled the C:\jdk1.3\bin\Bean1_4.java :
    C:\jdk1.3\bin\javac -d . Bean1_4.java <ENTER>
    -> Compilation is OK. Then we have : C:\jdk1.3\bin\Bean1_4.class
    + To run the .jsp, I do this :
    - I copied the target .jsp into the Tomcat directory :
    C:\jakarta-tomcat-4.0.4\webapps\ROOT\test1_4.jsp
    - I copied the .class of the bean in :
    C:\jakarta-tomcat-4.0.4\webapps\ROOT\WEB-INF\classes\Bean1_4.class
    or(?) in C:\jakarta-tomcat-4.0.4\classes\Bean1_4.class
    - I launched the Tomcat server :
    (C:\jakarta-tomcat-4.0.4\bin\startup.bat <ENTER>)
    - I launched Internet Explorer 5.0 with the URL :
    http://localhost:8080/test1_4B.jsp
    There are ERRORS ! Why ? Can you help me ?
    + Conclusion :
    - Can you help me to run this simple example ?
    - I think that the jsp compiler doesn't know where to find the
    .class. So, there are errors ! In this case, where (in which
    directory) et how (CLASSPATH ?) can I modify to run this example?
    Thanks

    Beans belong in the web-inf/classes dir.
    Do not forget to add a package, bug in tomcat, I think, by adding (in top of bean):
    package test;
    The .class should then be placed in the web-inf/classes/test dir, change the .jsp to:
    <jsp:useBean id="myTest" class="test.Bean1_4" scope="page"/>
    <html> <head> <TITLE> test</TITLE></head>
    <body>
    <jsp:getProperty name="myTest" property="message"/>
    </body> <html> Please notify that "scope" and "package" have been added.
    Andreas

  • Apple ID verification on iCloud fails on both devices.

    My Apple ID verification on iCloud is failing on both devices.  I am tired of resetting a Password!
    Device iPad
    MC705C/A - Model
    8.1.1 - Version
    Device iPhone 6 Plus
    iOS 8.1.1
    MOdel MGAK2AA/A
    PPlease help.

    Thank you. I found a less drastic solution, even if it required me to read between the lines. At this page: http://www.apple.com/icloud/setup/ios.html, the first step reads, "Make sure your device is running the latest version of iOS." When I encountered my "Verifying" problem, iOS 8.0.2 had just been released.
    So, what solved my problem was, I updated to iOS 8.0.2. After updating, the "Verifying" step completed, and I was able to access my iCloud account settings within the app.
    I would prefer that Apple suggested that one reason I couldn't continue was that I needed to update, but other than that, I am OK with how things turned out.

  • HT5957 Unable to update. I phone keep getting this msg.   Unable to verify update iOS 7.0.2 failed verification because you are no longer connected to Internet

    Unable to verify update iOS 7.0.2 failed verification  because you are no longer connected to Internet

    I still haven't seen a solution to the problem "unable to verify update iOS 7.0.2 failed verification because you are no longer connected to internet"
    I did not have my iPhone plugged in to power during download, had plenty of power.
    Download burped once and restarted download.
    I got to the Verification step and it failed multiple times.
    I plugged in power, I turned off iPhone and restarted.
    I tried to do the download again and it goes to the Verify step
    and get the same error message.
    I do not have an Apple PC, but, have a Windows 8 PC.
    WIll iTunes help better manage the update?
    rdmayo

  • SCUP publishing errors (signature verification fails)

    I have been unable to publish updates with full content in SCUP since getting it set up. Here is the environment:
    Config Manager 2012 R2 environment
    Installed SCUP on CAS (running Server 2008 R2)
    Configured SCUP to use proxy
    Here are the steps I followed to get it set up:
    Used IIS Manager to create a certificate request and got certificate from our vendor.
    Imported cert into local computer Personal certificate store.
    Following
    System Center Updates Publisher Signing Certificate Requirements & Step-by-Step Guide, exported .pfx with private keys for SCUP and exported .cer without keys into the Trusted Publishers and Trusted Root Certificate Authorities on the SCUP/CAS server.
    I also configured a GPO to deploy these to clients.
    Set up the Adobe catalogs, then tried to publish a reader update. Metadata updates work OK, but a full content publish generates errors.
    These are the germane errors I am getting (with server name changed to something generic):
    2015-01-07 20:16:04.100 UTC Error
    Scup2011.6 Publisher.PublishPackage
    PublishPackage(): Operation Failed with Error: Verification of file signature failed for file: \\ServerName\UpdateServicesPackages\9b8d0f21-d926-4a76-b64a-592b36247622\df7bfb6e-6c22-4bb7-9f15-b61ee3e09f96_1.cab
    1/1/1601 12:00:00 AM
    1997295659 (0x770C502B)
    PublishItem: InvalidException occurred during publishing: Verification of file signature failed for file: \\ServerName\UpdateServicesPackages\9b8d0f21-d926-4a76-b64a-592b36247622\df7bfb6e-6c22-4bb7-9f15-b61ee3e09f96_1.cab
    Updates Publisher 1/7/2015 3:16:04 PM
    6 (0x0006)
    Publish: A fatal error occurred during publishing :Signature verification exception during publish, verify the WSUS certificates and advanced timestamp setting are properly configured.
    Updates Publisher 1/7/2015 3:16:04 PM
    6 (0x0006)
    I have a followed or looked at a bunch of potential fixes but no dice. Any ideas?

    That might be the vendor of the cert but does not tell anything about the type of cert. It has to be a code signing one - otherwise it won't work.
    Torsten Meringer | http://www.mssccmfaq.de

  • Time machine backup verification fails

    My Macbook has been connected via Time Machine to a new WD Mybook Live 2 TB NAS for some 2 months. All seemed OK, with hourly, daily, etc., backups taking place.
    But after the first month I received a ".... Time machine must create a new backup for you" message. Clicking the "start new backup" button erased all previous backups on the WD NAS & then started (again, apparently completing sucessfully) a complete new backup. A couple of days ago (one month further) the same problem occured again, indicating that the fault is permanent. Can anyone help me in solving this?
    Checking various fora, the error message seems to indicate that the automatic monthly verification by Time Machine failed to verify the integrity of the backups but that there could be many possible reaons for the failure. I have checked all the obvious ones, but with no success.
    The WD Mybook is correctly formatted. Via Finder I can browse all old backups (until Time Machine defines them as "faulty") & I can visually verify that the old data backed-up is indeed correct. The WD NAS is new & up to date.
    I have completed a new backup &, using "Time Machine Buddy", have checked the status of this (latest & only) backup image on the WD drive. The information is meaningless to me but it seems to indicate that this backup, too, is faulty. See screenshot below. Thanks in advance for any help.

    Pondini,
    #C13 didn't give anything new to what I'd done.  I believe it could be a bug in Time Machine.  Saying so because the problem was fixed and didn't happen again.
    I found that when the first backup was made across mid-night, there would be a problem.  Also, transfer by a Windows 7 32-bit give slow network performance.  Thus, I changed the PC with a Windows 7 64-bit, instead of 32-bit, the Gigabit Ethernet throughput sped up 3-4 times, the first backup completed in 2-3 hours before mid-night.
    With the new initial backup done within the same day, I didn't get the error anymore in the last 3 weeks.

  • EJB Verification FAILED

    Hello there.
    First of all: I've been watching all the suitable topics and still no solution.
    the problem is: 12 hours ago jBoss stopped to deploy project's .jar and beans.
    Logger writes smth like:
    -- ERROR -- Unexpected error javax.naming.NameNotFoundException: GSessionBean not boundthat's why servlet (using struts tm) gives:
    root cause
    java.lang.NoClassDefFoundError: org/jdom/ContentXDoclet and Packaging into .jar (I use Eclipse IDE) run successefully, but jBoss deployment failed:
    Incompletely deployed packages:
    [org.jboss.deployment.DeploymentInfo@f904b43d { url=file:/C:/java/eclipse/jboss-3.2.2/server/default/deploy/infoserver.jar }
      deployer: org.jboss.ejb.EJBDeployer@e5f46e
      status: Deployment FAILED reason: Verification of Enterprise Beans failed, see above for error messages.
      state: FAILEDnew jBoss doesn't help...I believe that people could help...I'm sitting there already for 12 hours and still no solution....

    Hi There
    After seeing the few lines of code......
    The first thing i wanted to know is this:
    1.Is your session beans home interface is mapped to a
    JNDI name.yes
    2. If mapped have you declared correctly in your
    web.xml fileyes
    ..because it 've been working before correctly....I made one more deploy and...
    3.How are u calling the session bean....a snippet of
    the code...on login action:
    GSession bean = GHelper.getGSessionInstance();in GHelper:
         public static ee.gennet.interfaces.GSession  getGSessionInstance() throws NamingException, RemoteException,CreateException{
              ee.gennet.interfaces.GSession myBean =
              ((ee.gennet.interfaces.GSessionHome) getContext().lookup(
                             ee.gennet.interfaces.GSessionHome.JNDI_NAME)).create();
              return myBean;
         }>
    Pl.check this and let me know....

Maybe you are looking for

  • IPhone 3GS w/ iOS4 Not Recognized by Windows or newest iTunes

    I have two friends who have iPhones that will not sync with their computers. Both run Windows XP and iOS4 on iPhone 3GS. One is recognized but cannot sync any calendar items from Outlook 2007. The other one is completely unrecognized by either Window

  • Syncing across Subnets

    I have a Dlink dir-655 that functions as my wireless access point for Apple TV and an Imac. Because of the design of my house I have to use two routers, one for the wired and one for the wireless thus putting these items on two different subnets. I h

  • Java and Oracle support for Solaris 10?

    Hi Does anybody know when Oracle plans to support Solaris 10? We plan to purchase a Opteron server and would like to use Oracle. We also plan to use Sun Java AppServer Platform Edition. Any idea when that will support Solaris 10? Am I correct in assu

  • HCM Processes & Forms: Change & Delete Operations

    Hi, I've been working on Processes & Forms. One of my processes is a typical address change. In this process, it's possible for the user to change any of his/her addresses. This means that the process is customized to accept subtype * of infotype 000

  • Converting Formats to Playlists or Folders

    I talked to an Apple Support tech about converting files directly to a playlist or folder without going into the Ipod Library. They said I could. Unfortunely my 90 day complimentary Support had run out. So I'm summitting my question to the forum. I w