Security exception while trying to access EJB from stand alone client

Hi!, I am trying a sample EJB application to R&D some security related issues. I want to access EJB through a web application as well as a stand-alone client. I have set approriate <method-permission> in EJB deployment descriptor. I am using users.properties/roles.properties file for authentication mechanism. I am using JBoss 3.2.
- On the web application side I am using BASIC authentication and the servlet is able to access the EJB OK, as long as I am using a login/password that has access to the EJB.
- Now I am trying to access the EJB using a stand alone Java class. These are the things I have tried till now:
=>Created a InitialContext with appropriate principal, credentials and tried getting a reference to EJB home interface. That resulted in security exception.
=>Logged into a LoginContext by using appropriate JBossSX classes and then tried getting a EJB home interface. Again security exception.
Now I am not sure what to do. I read at some places about client side container but not sure what that is. Does anyone has any ideas to try? Is there any other way I can make a swing application and a web application authenticate to EJB container?
Also can anyone point me to any documentation that gives some idea about how the security credentials gets propagated from web application/standalone client to EJB container?

It would be better if you can post your code...and DD that way we can help you better

Similar Messages

  • Problems in accessing EJB from stand-alone client

    Hi,
    I am trying to access a EJB deployed in RI from a stand-alone client. When I run it, I got this exception:
    Exception in thread "main" java.rmi.AccessException: CORBA NO_PERMISSION 9998 Ma
    ybe; nested exception is:
    org.omg.CORBA.NO_PERMISSION: minor code: 9998 completed: Maybe
    org.omg.CORBA.NO_PERMISSION: minor code: 9998 completed: Maybe
    at java.lang.Class.newInstance0(Native Method)
    at java.lang.Class.newInstance(Unknown Source)
    at com.sun.corba.ee.internal.iiop.messages.ReplyMessage_1_2.getSystemExc
    eption(ReplyMessage_1_2.java:93)
    at com.sun.corba.ee.internal.iiop.ClientResponseImpl.getSystemException(
    ClientResponseImpl.java:108)
    at com.sun.corba.ee.internal.POA.GenericPOAClientSC.invoke(GenericPOACli
    entSC.java:136)
    at org.omg.CORBA.portable.ObjectImpl._invoke(Unknown Source)
    at TheBeanRemoteStub.test(Unknown Source)
    at Client.main(Client.java:19)
    The following is the code of the client:
    System.setProperty(Context.SECURITY_PRINCIPAL, "achong");
    System.setProperty(Context.SECURITY_CREDENTIALS, "achong");
    Context context = new InitialContext(System.getProperties());
    Object object = PortableRemoteObject.narrow(context.lookup("MyBean"), TheBeanHome.class);
    TheBeanHome home = (TheBeanHome) object;
    I have set "support client choice" while deploying the bean, and set which roles can access which methods. Any idea? Is my code is incorrect?

    I have the same problem like you.
    If you solve it, please give me a hint.
    Thank you very much!
    [email protected]

  • Accessing JMS from stand-alone client

    I'm currently attempting to access EJBs, JMS topics and JMS queues from a swing client running on a different machine to the application server (in this case, Sun App Server 9).
    I have added the following jars to the classpath: appserv-rt.jar, javaee.jar and imqjmsra.jar, as well as generated EJB stubs. I have specified the two -D options on the command line:
    -Dorg.omg.CORBA.ORBInitialHost=<server>
    -Dorg.omg.CORBA.ORBInitialPort=3700
    I have tried adding my own jndi.properties with:
    java.naming.factory.initial=com.sun.jndi.cosnaming.CNCtxFactory
    java.naming.provider.url=iiop://<server>:3700
    I have also tried without including a jndi.properties file and using the one supplied by the appserv-rt.jar (this causes more errors than adding my own).
    I am able to lookup an EJB using the global JNDI name and successfully invoke methods on the EJB. If I use the java:comp/env context then I receive the same error as I do with the JMS issues which I'm about to describe.
    When I attempt to access the JMS factories, topics and queues using both the java:comp/env and the global JNDI name I receive the following error:
    javax.naming.NameNotFoundException [Root exception is org.omg.CosNaming.NamingCo
    ntextPackage.NotFound: IDL:omg.org/CosNaming/NamingContext/NotFound:1.0]
    at com.sun.jndi.cosnaming.ExceptionMapper.mapException(ExceptionMapper.j
    ava:44)
    at com.sun.jndi.cosnaming.CNCtx.callResolve(CNCtx.java:453)
    at com.sun.jndi.cosnaming.CNCtx.lookup(CNCtx.java:492)
    at com.sun.jndi.cosnaming.CNCtx.lookup(CNCtx.java:470)
    at javax.naming.InitialContext.lookup(InitialContext.java:351)
    The global JNDI name for the topic factory (for example) is jms/TopicConnectionFactory - I have tried both lookups:
    InitialContext context = new InitialContext();
    context.lookup("jms/TopicConnectionFactory") //lookup 1
    context.lookup("java:comp/env/jms/TopicConnectionFactory") //lookup 2The factory is clearly visible in JNDI under the jms/TopicConnectionFactory when I browse the JNDI from the Sun Admin Console.
    I run the application on a separate machine via the standard java.exe -jar myclient.jar (the jar's manifest has the main class and the classpath described above set)
    Does anybody see anything that I could be missing to get JMS lookups to work from a thick client. As mentioned I can lookup EJBs with no problems so I am definitely connecting to the app server correctly - I figure I'm missing another jar or something like that.
    I have also tried adding application-client.xml and sun-application-client.xml descriptors to myclient.jar/META-INF but that doesn't seem to work either, and when I do I don't think the descriptors are being read because I am unable to lookup the EJB with the java:comp/env JNDI reference - I still need to use the global JNDI name. I would like to use the java:comp/env but I'm not certain how I get the application client jar to load these descriptors, or does something in the appserv-rt.jar do that when it is first accessed (a little unsure of this bit).
    My main concern though, even with global JNDI lookups is that the JMS lookups fail and the EJB lookups succeed.
    Any help would be greatly appreciated.
    I tried again with using the jndi.properties file in the appserv-rt.jar rather than setting anything on the InitialContext. After getting past all of the NoClassDefFound errors by adding more of the app server jars onto the client classpath I managed to get something working, however with the information that was spat out on the client console while performing the lookup I'm pretty certain this isn't exactly what I want - it does work however. My concern is that the messages that are being displayed makes me think I have created my own factory locally (or something weird like that). The messages I received were:
    Looking up: jms/TopicConnectionFactory
    23/06/2006 16:40:45 com.sun.messaging.jms.ra.ResourceAdapter start
    INFO: MQJMSRA_RA1101: SJSMQ JMS Resource Adapter starting...
    ================================================================================
    Sun Java(tm) System Message Queue 4.0
    Sun Microsystems, Inc.
    Version: 4.0 (Build 27-a)
    Compile: Thu Mar 2 22:14:05 PST 2006
    Copyright (c) 2006 Sun Microsystems, Inc. All rights reserved.
    SUN PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
    This product includes code licensed from RSA Data Security.
    ================================================================================
    23/06/2006 16:40:46 com.sun.messaging.jms.ra.ResourceAdapter start
    INFO: MQJMSRA_RA1101: SJSMQ JMS ResourceAdaapter configuration=
    raUID =null
    brokerType =REMOTE
    brokerInstanceName =imqbroker
    brokerBindAddress =null
    brokerPort =7676
    brokerHomeDir =/u2/sas9/imq/bin/..
    brokerVarDir =/u2/sas9/domains/domain1/imq
    brokerJavaDir =/usr/java
    brokerArgs =null
    brokerStartTimeout =60000
    adminUsername =admin
    adminPassFile =/var/tmp/asmq40969.tmp
    useJNDIRmiServiceURL =true
    rmiRegistryPort =8686
    startRmiRegistry =false
    useSSLJMXConnector =true
    brokerEnableHA =false
    clusterId =null
    brokerId =null
    jmxServiceURL =null
    dbType =null
    dbProps ={}
    dsProps ={}
    ConnectionURL =mq://<server>:7676/
    UserName =guest
    ReconnectEnabled =true
    ReconnectInterval =5000
    ReconnectAttempts =3
    AddressListBehavior =RANDOM
    AddressListIterations =3
    InAppClientContainer =true
    InClusteredContainer =false
    GroupName =null
    23/06/2006 16:40:46 com.sun.messaging.jms.ra.ResourceAdapter start
    INFO: MQJMSRA_RA1101: start:SJSMQ JMSRA Connection Factory Config={imqOverrideJM
    SPriority=false, imqConsumerFlowLimit=1000, imqOverrideJMSExpiration=false, imqA
    ddressListIterations=3, imqLoadMaxToServerSession=true, imqConnectionType=TCP, i
    mqPingInterval=30, imqSetJMSXUserID=false, imqConfiguredClientID=, imqSSLProvide
    rClassname=com.sun.net.ssl.internal.ssl.Provider, imqJMSDeliveryMode=PERSISTENT,
    imqConnectionFlowLimit=1000, imqConnectionURL=http://localhost/imq/tunnel, imqB
    rokerServiceName=, imqJMSPriority=4, imqBrokerHostName=localhost, imqJMSExpirati
    on=0, imqAckOnProduce=, imqEnableSharedClientID=false, imqAckTimeout=0, imqAckOn
    Acknowledge=, imqConsumerFlowThreshold=50, imqDefaultPassword=guest, imqQueueBro
    wserMaxMessagesPerRetrieve=1000, imqDefaultUsername=guest, imqReconnectEnabled=f
    alse, imqConnectionFlowCount=100, imqAddressListBehavior=RANDOM, imqReconnectAtt
    empts=3, imqSetJMSXAppID=false, imqConnectionHandler=com.sun.messaging.jmq.jmscl
    ient.protocol.tcp.TCPStreamHandler, imqSetJMSXRcvTimestamp=false, imqBrokerServi
    cePort=0, imqDisableSetClientID=false, imqSetJMSXConsumerTXID=false, imqOverride
    JMSDeliveryMode=false, imqBrokerHostPort=7676, imqQueueBrowserRetrieveTimeout=60
    000, imqSetJMSXProducerTXID=false, imqSSLIsHostTrusted=false, imqConnectionFlowL
    imitEnabled=false, imqReconnectInterval=5000, imqAddressList=mq://<server>:7676/, i
    mqOverrideJMSHeadersToTemporaryDestinations=false}
    23/06/2006 16:40:46 com.sun.messaging.jms.ra.ResourceAdapter start
    INFO: MQJMSRA_RA1101: SJSMQ JMSRA Started
    23/06/2006 16:40:46 com.sun.messaging.jms.ra.ManagedConnectionFactory setPasswor
    d
    INFO: MQJMSRA_MF1101: setPassword:NOT setting default value
    23/06/2006 16:40:46 com.sun.messaging.jms.ra.ManagedConnectionFactory setAddress
    List
    INFO: MQJMSRA_MF1101: setAddressList:NOT setting default value=localhost
    23/06/2006 16:40:46 com.sun.messaging.jms.ra.ManagedConnectionFactory setUserNam
    e
    INFO: MQJMSRA_MF1101: setUserName:NOT setting default value=guest
    23/06/2006 16:40:46 com.sun.messaging.jms.ra.ManagedConnection <init>
    INFO: MQJMSRA_MC1101: constructor:Created mcId=1:xacId=4902744336909087232:Using
    xacf config={imqOverrideJMSPriority=false, imqConsumerFlowLimit=1000, imqOverri
    deJMSExpiration=false, imqAddressListIterations=3, imqLoadMaxToServerSession=tru
    e, imqConnectionType=TCP, imqPingInterval=30, imqSetJMSXUserID=false, imqConfigu
    redClientID=, imqSSLProviderClassname=com.sun.net.ssl.internal.ssl.Provider, imq
    JMSDeliveryMode=PERSISTENT, imqConnectionFlowLimit=1000, imqConnectionURL=http:/
    /localhost/imq/tunnel, imqBrokerServiceName=, imqJMSPriority=4, imqBrokerHostNam
    e=localhost, imqJMSExpiration=0, imqAckOnProduce=, imqEnableSharedClientID=false
    , imqAckTimeout=0, imqAckOnAcknowledge=, imqConsumerFlowThreshold=50, imqDefault
    Password=guest, imqQueueBrowserMaxMessagesPerRetrieve=1000, imqDefaultUsername=g
    uest, imqReconnectEnabled=true, imqConnectionFlowCount=100, imqAddressListBehavi
    or=RANDOM, imqReconnectAttempts=3, imqSetJMSXAppID=false, imqConnectionHandler=c
    om.sun.messaging.jmq.jmsclient.protocol.tcp.TCPStreamHandler, imqSetJMSXRcvTimes
    tamp=false, imqBrokerServicePort=0, imqDisableSetClientID=false, imqSetJMSXConsu
    merTXID=false, imqOverrideJMSDeliveryMode=false, imqBrokerHostPort=7676, imqQueu
    eBrowserRetrieveTimeout=60000, imqSetJMSXProducerTXID=false, imqSSLIsHostTrusted
    =false, imqConnectionFlowLimitEnabled=false, imqReconnectInterval=5000, imqAddre
    ssList=mq://<server>:7676/, imqOverrideJMSHeadersToTemporaryDestinations=false}
    23/06/2006 16:40:46 com.sun.messaging.jms.ra.ManagedConnection <init>
    INFO: MQJMSRA_MC1101: constructor:Created mcId=2:xacId=4902744336909100288:Using
    xacf config={imqOverrideJMSPriority=false, imqConsumerFlowLimit=1000, imqOverri
    deJMSExpiration=false, imqAddressListIterations=3, imqLoadMaxToServerSession=tru
    e, imqConnectionType=TCP, imqPingInterval=30, imqSetJMSXUserID=false, imqConfigu
    redClientID=, imqSSLProviderClassname=com.sun.net.ssl.internal.ssl.Provider, imq
    JMSDeliveryMode=PERSISTENT, imqConnectionFlowLimit=1000, imqConnectionURL=http:/
    /localhost/imq/tunnel, imqBrokerServiceName=, imqJMSPriority=4, imqBrokerHostNam
    e=localhost, imqJMSExpiration=0, imqAckOnProduce=, imqEnableSharedClientID=false
    , imqAckTimeout=0, imqAckOnAcknowledge=, imqConsumerFlowThreshold=50, imqDefault
    Password=guest, imqQueueBrowserMaxMessagesPerRetrieve=1000, imqDefaultUsername=g
    uest, imqReconnectEnabled=true, imqConnectionFlowCount=100, imqAddressListBehavi
    or=RANDOM, imqReconnectAttempts=3, imqSetJMSXAppID=false, imqConnectionHandler=c
    om.sun.messaging.jmq.jmsclient.protocol.tcp.TCPStreamHandler, imqSetJMSXRcvTimes
    tamp=false, imqBrokerServicePort=0, imqDisableSetClientID=false, imqSetJMSXConsu
    merTXID=false, imqOverrideJMSDeliveryMode=false, imqBrokerHostPort=7676, imqQueu
    eBrowserRetrieveTimeout=60000, imqSetJMSXProducerTXID=false, imqSSLIsHostTrusted
    =false, imqConnectionFlowLimitEnabled=false, imqReconnectInterval=5000, imqAddre
    ssList=mq://<server>:7676/, imqOverrideJMSHeadersToTemporaryDestinations=false}
    23/06/2006 16:40:46 com.sun.messaging.jms.ra.ManagedConnection <init>
    INFO: MQJMSRA_MC1101: constructor:Created mcId=3:xacId=4902744336909108480:Using
    xacf config={imqOverrideJMSPriority=false, imqConsumerFlowLimit=1000, imqOverri
    deJMSExpiration=false, imqAddressListIterations=3, imqLoadMaxToServerSession=tru
    e, imqConnectionType=TCP, imqPingInterval=30, imqSetJMSXUserID=false, imqConfigu
    redClientID=, imqSSLProviderClassname=com.sun.net.ssl.internal.ssl.Provider, imq
    JMSDeliveryMode=PERSISTENT, imqConnectionFlowLimit=1000, imqConnectionURL=http:/
    /localhost/imq/tunnel, imqBrokerServiceName=, imqJMSPriority=4, imqBrokerHostNam
    e=localhost, imqJMSExpiration=0, imqAckOnProduce=, imqEnableSharedClientID=false
    , imqAckTimeout=0, imqAckOnAcknowledge=, imqConsumerFlowThreshold=50, imqDefault
    Password=guest, imqQueueBrowserMaxMessagesPerRetrieve=1000, imqDefaultUsername=g
    uest, imqReconnectEnabled=true, imqConnectionFlowCount=100, imqAddressListBehavi
    or=RANDOM, imqReconnectAttempts=3, imqSetJMSXAppID=false, imqConnectionHandler=c
    om.sun.messaging.jmq.jmsclient.protocol.tcp.TCPStreamHandler, imqSetJMSXRcvTimes
    tamp=false, imqBrokerServicePort=0, imqDisableSetClientID=false, imqSetJMSXConsu
    merTXID=false, imqOverrideJMSDeliveryMode=false, imqBrokerHostPort=7676, imqQueu
    eBrowserRetrieveTimeout=60000, imqSetJMSXProducerTXID=false, imqSSLIsHostTrusted
    =false, imqConnectionFlowLimitEnabled=false, imqReconnectInterval=5000, imqAddre
    ssList=mq://<server>:7676/, imqOverrideJMSHeadersToTemporaryDestinations=false}
    23/06/2006 16:40:46 com.sun.messaging.jms.ra.ManagedConnection <init>
    INFO: MQJMSRA_MC1101: constructor:Created mcId=4:xacId=4902744336909117696:Using
    xacf config={imqOverrideJMSPriority=false, imqConsumerFlowLimit=1000, imqOverri
    deJMSExpiration=false, imqAddressListIterations=3, imqLoadMaxToServerSession=tru
    e, imqConnectionType=TCP, imqPingInterval=30, imqSetJMSXUserID=false, imqConfigu
    redClientID=, imqSSLProviderClassname=com.sun.net.ssl.internal.ssl.Provider, imq
    JMSDeliveryMode=PERSISTENT, imqConnectionFlowLimit=1000, imqConnectionURL=http:/
    /localhost/imq/tunnel, imqBrokerServiceName=, imqJMSPriority=4, imqBrokerHostNam
    e=localhost, imqJMSExpiration=0, imqAckOnProduce=, imqEnableSharedClientID=false
    , imqAckTimeout=0, imqAckOnAcknowledge=, imqConsumerFlowThreshold=50, imqDefault
    Password=guest, imqQueueBrowserMaxMessagesPerRetrieve=1000, imqDefaultUsername=g
    uest, imqReconnectEnabled=true, imqConnectionFlowCount=100, imqAddressListBehavi
    or=RANDOM, imqReconnectAttempts=3, imqSetJMSXAppID=false, imqConnectionHandler=c
    om.sun.messaging.jmq.jmsclient.protocol.tcp.TCPStreamHandler, imqSetJMSXRcvTimes
    tamp=false, imqBrokerServicePort=0, imqDisableSetClientID=false, imqSetJMSXConsu
    merTXID=false, imqOverrideJMSDeliveryMode=false, imqBrokerHostPort=7676, imqQueu
    eBrowserRetrieveTimeout=60000, imqSetJMSXProducerTXID=false, imqSSLIsHostTrusted
    =false, imqConnectionFlowLimitEnabled=false, imqReconnectInterval=5000, imqAddre
    ssList=mq://<server>:7676/, imqOverrideJMSHeadersToTemporaryDestinations=false}
    23/06/2006 16:40:46 com.sun.messaging.jms.ra.ManagedConnection <init>
    INFO: MQJMSRA_MC1101: constructor:Created mcId=5:xacId=4902744336909126400:Using
    xacf config={imqOverrideJMSPriority=false, imqConsumerFlowLimit=1000, imqOverri
    deJMSExpiration=false, imqAddressListIterations=3, imqLoadMaxToServerSession=tru
    e, imqConnectionType=TCP, imqPingInterval=30, imqSetJMSXUserID=false, imqConfigu
    redClientID=, imqSSLProviderClassname=com.sun.net.ssl.internal.ssl.Provider, imq
    JMSDeliveryMode=PERSISTENT, imqConnectionFlowLimit=1000, imqConnectionURL=http:/
    /localhost/imq/tunnel, imqBrokerServiceName=, imqJMSPriority=4, imqBrokerHostNam
    e=localhost, imqJMSExpiration=0, imqAckOnProduce=, imqEnableSharedClientID=false
    , imqAckTimeout=0, imqAckOnAcknowledge=, imqConsumerFlowThreshold=50, imqDefault
    Password=guest, imqQueueBrowserMaxMessagesPerRetrieve=1000, imqDefaultUsername=g
    uest, imqReconnectEnabled=true, imqConnectionFlowCount=100, imqAddressListBehavi
    or=RANDOM, imqReconnectAttempts=3, imqSetJMSXAppID=false, imqConnectionHandler=c
    om.sun.messaging.jmq.jmsclient.protocol.tcp.TCPStreamHandler, imqSetJMSXRcvTimes
    tamp=false, imqBrokerServicePort=0, imqDisableSetClientID=false, imqSetJMSXConsu
    merTXID=false, imqOverrideJMSDeliveryMode=false, imqBrokerHostPort=7676, imqQueu
    eBrowserRetrieveTimeout=60000, imqSetJMSXProducerTXID=false, imqSSLIsHostTrusted
    =false, imqConnectionFlowLimitEnabled=false, imqReconnectInterval=5000, imqAddre
    ssList=mq://<server>:7676/, imqOverrideJMSHeadersToTemporaryDestinations=false}
    23/06/2006 16:40:46 com.sun.messaging.jms.ra.ManagedConnection <init>
    INFO: MQJMSRA_MC1101: constructor:Created mcId=6:xacId=4902744336909134336:Using
    xacf config={imqOverrideJMSPriority=false, imqConsumerFlowLimit=1000, imqOverri
    deJMSExpiration=false, imqAddressListIterations=3, imqLoadMaxToServerSession=tru
    e, imqConnectionType=TCP, imqPingInterval=30, imqSetJMSXUserID=false, imqConfigu
    redClientID=, imqSSLProviderClassname=com.sun.net.ssl.internal.ssl.Provider, imq
    JMSDeliveryMode=PERSISTENT, imqConnectionFlowLimit=1000, imqConnectionURL=http:/
    /localhost/imq/tunnel, imqBrokerServiceName=, imqJMSPriority=4, imqBrokerHostNam
    e=localhost, imqJMSExpiration=0, imqAckOnProduce=, imqEnableSharedClientID=false
    , imqAckTimeout=0, imqAckOnAcknowledge=, imqConsumerFlowThreshold=50, imqDefault
    Password=guest, imqQueueBrowserMaxMessagesPerRetrieve=1000, imqDefaultUsername=g
    uest, imqReconnectEnabled=true, imqConnectionFlowCount=100, imqAddressListBehavi
    or=RANDOM, imqReconnectAttempts=3, imqSetJMSXAppID=false, imqConnectionHandler=c
    om.sun.messaging.jmq.jmsclient.protocol.tcp.TCPStreamHandler, imqSetJMSXRcvTimes
    tamp=false, imqBrokerServicePort=0, imqDisableSetClientID=false, imqSetJMSXConsu
    merTXID=false, imqOverrideJMSDeliveryMode=false, imqBrokerHostPort=7676, imqQueu
    eBrowserRetrieveTimeout=60000, imqSetJMSXProducerTXID=false, imqSSLIsHostTrusted
    =false, imqConnectionFlowLimitEnabled=false, imqReconnectInterval=5000, imqAddre
    ssList=mq://<server>:7676/, imqOverrideJMSHeadersToTemporaryDestinations=false}
    23/06/2006 16:40:47 com.sun.messaging.jms.ra.ManagedConnection <init>
    INFO: MQJMSRA_MC1101: constructor:Created mcId=7:xacId=4902744336909143040:Using
    xacf config={imqOverrideJMSPriority=false, imqConsumerFlowLimit=1000, imqOverri
    deJMSExpiration=false, imqAddressListIterations=3, imqLoadMaxToServerSession=tru
    e, imqConnectionType=TCP, imqPingInterval=30, imqSetJMSXUserID=false, imqConfigu
    redClientID=, imqSSLProviderClassname=com.sun.net.ssl.internal.ssl.Provider, imq
    JMSDeliveryMode=PERSISTENT, imqConnectionFlowLimit=1000, imqConnectionURL=http:/
    /localhost/imq/tunnel, imqBrokerServiceName=, imqJMSPriority=4, imqBrokerHostNam
    e=localhost, imqJMSExpiration=0, imqAckOnProduce=, imqEnableSharedClientID=false
    , imqAckTimeout=0, imqAckOnAcknowledge=, imqConsumerFlowThreshold=50, imqDefault
    Password=guest, imqQueueBrowserMaxMessagesPerRetrieve=1000, imqDefaultUsername=g
    uest, imqReconnectEnabled=true, imqConnectionFlowCount=100, imqAddressListBehavi
    or=RANDOM, imqReconnectAttempts=3, imqSetJMSXAppID=false, imqConnectionHandler=c
    om.sun.messaging.jmq.jmsclient.protocol.tcp.TCPStreamHandler, imqSetJMSXRcvTimes
    tamp=false, imqBrokerServicePort=0, imqDisableSetClientID=false, imqSetJMSXConsu
    merTXID=false, imqOverrideJMSDeliveryMode=false, imqBrokerHostPort=7676, imqQueu
    eBrowserRetrieveTimeout=60000, imqSetJMSXProducerTXID=false, imqSSLIsHostTrusted
    =false, imqConnectionFlowLimitEnabled=false, imqReconnectInterval=5000, imqAddre
    ssList=mq://<server>:7676/, imqOverrideJMSHeadersToTemporaryDestinations=false}
    23/06/2006 16:40:47 com.sun.messaging.jms.ra.ManagedConnection <init>
    INFO: MQJMSRA_MC1101: constructor:Created mcId=8:xacId=4902744336909151488:Using
    xacf config={imqOverrideJMSPriority=false, imqConsumerFlowLimit=1000, imqOverri
    deJMSExpiration=false, imqAddressListIterations=3, imqLoadMaxToServerSession=tru
    e, imqConnectionType=TCP, imqPingInterval=30, imqSetJMSXUserID=false, imqConfigu
    redClientID=, imqSSLProviderClassname=com.sun.net.ssl.internal.ssl.Provider, imq
    JMSDeliveryMode=PERSISTENT, imqConnectionFlowLimit=1000, imqConnectionURL=http:/
    /localhost/imq/tunnel, imqBrokerServiceName=, imqJMSPriority=4, imqBrokerHostNam
    e=localhost, imqJMSExpiration=0, imqAckOnProduce=, imqEnableSharedClientID=false
    , imqAckTimeout=0, imqAckOnAcknowledge=, imqConsumerFlowThreshold=50, imqDefault
    Password=guest, imqQueueBrowserMaxMessagesPerRetrieve=1000, imqDefaultUsername=g
    uest, imqReconnectEnabled=true, imqConnectionFlowCount=100, imqAddressListBehavi
    or=RANDOM, imqReconnectAttempts=3, imqSetJMSXAppID=false, imqConnectionHandler=c
    om.sun.messaging.jmq.jmsclient.protocol.tcp.TCPStreamHandler, imqSetJMSXRcvTimes
    tamp=false, imqBrokerServicePort=0, imqDisableSetClientID=false, imqSetJMSXConsu
    merTXID=false, imqOverrideJMSDeliveryMode=false, imqBrokerHostPort=7676, imqQueu
    eBrowserRetrieveTimeout=60000, imqSetJMSXProducerTXID=false, imqSSLIsHostTrusted
    =false, imqConnectionFlowLimitEnabled=false, imqReconnectInterval=5000, imqAddre
    ssList=mq://<server>:7676/, imqOverrideJMSHeadersToTemporaryDestinations=false}
    Looking up: jms/topic/MyTopic
    Does anybody know what these messages mean and also whether or not this is what I should be seeing on the client side?

    Greetings!!
    Dear danrak,
    Probably u must ahve found a solution to this issue.
    I am facing a similar problem.
    I can lookup EJBs but not JMS factoriers.
    can u please guide me in this respect!
    this is my output
    Jan 5, 2007 6:09:38 PM com.sun.messaging.jms.ra.ResourceAdapter start
    INFO: MQJMSRA_RA1101: SJSMQ JMS Resource Adapter starting...
    ================================================================================
    Sun Java(tm) System Message Queue 4.0
    Sun Microsystems, Inc.
    Version: 4.0 (Build 27-a)
    Compile: Thu 03/02/2006
    Copyright (c) 2006 Sun Microsystems, Inc. All rights reserved.
    SUN PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
    This product includes code licensed from RSA Data Security.
    ================================================================================
    Jan 5, 2007 6:09:39 PM com.sun.messaging.jms.ra.ResourceAdapter start
    INFO: MQJMSRA_RA1101: SJSMQ JMS ResourceAdaapter configuration=
         raUID =null
         brokerType =REMOTE
         brokerInstanceName =imqbroker
         brokerBindAddress =null
         brokerPort =7676
         brokerHomeDir =C:\Sun\AppServer\imq\bin\..
         brokerVarDir =C:/Sun/AppServer/domains/domain1\imq
         brokerJavaDir =C:/Sun/AppServer/jdk
         brokerArgs =null
         brokerStartTimeout =60000
         adminUsername =admin
         adminPassFile =C:\Documents and Settings\Administrator\Local Settings\Temp\asmq36440.tmp
         useJNDIRmiServiceURL =true
         rmiRegistryPort =1099
         startRmiRegistry =true
         useSSLJMXConnector =true
         brokerEnableHA =false
         clusterId =null
         brokerId =null
         jmxServiceURL =null
         dbType =null
         dbProps ={}
         dsProps ={}
         ConnectionURL =mq://FarhanJan:7676/
         UserName =guest
         ReconnectEnabled =true
         ReconnectInterval =5000
         ReconnectAttempts =3
         AddressListBehavior =PRIORITY
         AddressListIterations =3
         InAppClientContainer =true
         InClusteredContainer =false
         GroupName =null
    Jan 5, 2007 6:09:39 PM com.sun.messaging.jms.ra.ResourceAdapter start
    INFO: MQJMSRA_RA1101: start:SJSMQ JMSRA Connection Factory Config={imqOverrideJMSPriority=false, imqConsumerFlowLimit=1000, imqOverrideJMSExpiration=false, imqAddressListIterations=3, imqLoadMaxToServerSession=true, imqConnectionType=TCP, imqPingInterval=30, imqSetJMSXUserID=false, imqConfiguredClientID=, imqSSLProviderClassname=com.sun.net.ssl.internal.ssl.Provider, imqJMSDeliveryMode=PERSISTENT, imqConnectionFlowLimit=1000, imqConnectionURL=http://localhost/imq/tunnel, imqBrokerServiceName=, imqJMSPriority=4, imqBrokerHostName=localhost, imqJMSExpiration=0, imqAckOnProduce=, imqEnableSharedClientID=false, imqAckTimeout=0, imqAckOnAcknowledge=, imqConsumerFlowThreshold=50, imqDefaultPassword=guest, imqQueueBrowserMaxMessagesPerRetrieve=1000, imqDefaultUsername=guest, imqReconnectEnabled=false, imqConnectionFlowCount=100, imqAddressListBehavior=PRIORITY, imqReconnectAttempts=3, imqSetJMSXAppID=false, imqConnectionHandler=com.sun.messaging.jmq.jmsclient.protocol.tcp.TCPStreamHandler, imqSetJMSXRcvTimestamp=false, imqBrokerServicePort=0, imqDisableSetClientID=false, imqSetJMSXConsumerTXID=false, imqOverrideJMSDeliveryMode=false, imqBrokerHostPort=7676, imqQueueBrowserRetrieveTimeout=60000, imqSetJMSXProducerTXID=false, imqSSLIsHostTrusted=false, imqConnectionFlowLimitEnabled=false, imqReconnectInterval=5000, imqAddressList=mq://FarhanJan:7676/, imqOverrideJMSHeadersToTemporaryDestinations=false}
    Jan 5, 2007 6:09:39 PM com.sun.messaging.jms.ra.ResourceAdapter start
    INFO: MQJMSRA_RA1101: SJSMQ JMSRA Started
    Jan 5, 2007 6:09:43 PM com.sun.messaging.jms.ra.ManagedConnectionFactory setPassword
    INFO: MQJMSRA_MF1101: setPassword:NOT setting default value
    Jan 5, 2007 6:09:43 PM com.sun.messaging.jms.ra.ManagedConnectionFactory setAddressList
    INFO: MQJMSRA_MF1101: setAddressList:NOT setting default value=localhost
    Jan 5, 2007 6:09:43 PM com.sun.messaging.jms.ra.ManagedConnectionFactory setUserName
    INFO: MQJMSRA_MF1101: setUserName:NOT setting default value=guest
    Jan 5, 2007 6:09:45 PM com.sun.enterprise.connectors.ConnectorConnectionPoolAdminServiceImpl obtainManagedConnectionFactory
    SEVERE: mcf_add_toregistry_failed
    Jan 5, 2007 6:09:45 PM com.sun.enterprise.naming.SerialContext lookup
    SEVERE: NAM0004: Exception during name lookup : {0}
    com.sun.enterprise.connectors.ConnectorRuntimeException: Failed to register MCF in registry
    Your Help will be highly appreciated.

  • Getting exception while trying to access OIM from a standalone java program

    Hi All,
    When i am trying to run the below java class i am getting some exception. Please suggest.
    import java.util.Hashtable;
    import java.util.Iterator;
    import java.util.Map;
    import java.util.Vector;
    import com.thortech.xl.util.config.ConfigurationClient;
    import Thor.API.tcResultSet;
    import Thor.API.tcUtilityFactory;
    import Thor.API.Operations.tcGroupOperationsIntf;
    import Thor.API.Operations.tcUserOperationsIntf;
    import Thor.API.Security.ClientLoginUtility;
    import Thor.API.Security.LoginHandler.LoginSession;
    public class OIMAPI {
    public static void main(String[] args) {
    try{
    System.out.println("Startup...");
    System.out.println("Getting configuration...");
    ConfigurationClient.ComplexSetting config =
    ConfigurationClient.getComplexSettingByPath("Discovery.CoreServer");
    System.out.println("Login...");
    Hashtable env = config.getAllSettings();
    tcUtilityFactory ioUtilityFactory = new tcUtilityFactory(env,"xelsysadm","xelsysadm");
    if (ioUtilityFactory!=null){
    System.out.println("Login OK...");
    System.out.println("Getting utility interfaces...");
    tcUserOperationsIntf moUserUtility = (tcUserOperationsIntf)ioUtilityFactory.getUtility("Thor.API.Operations.tcUserOperationsIntf");
    System.out.println("Starting processing...");
    for (int i=0;i<2;i++){
    Map attrs = new Hashtable();
    attrs.put("Users.User ID","testuser"+i);
    attrs.put("Users.Last Name","lastname"+i);
    attrs.put("Users.First Name","firstname"+i);
    attrs.put("Organizations.Key","1");
    attrs.put("Users.Role","Full-Time");
    attrs.put("Users.Xellerate Type","End-User");
    attrs.put("Users.Password","welcome1");
    long t1 = System.currentTimeMillis();
    long key = moUserUtility.createUser(attrs);
    long t2 = System.currentTimeMillis();
    System.out.println("User testuser" + i + " with key=" +
    key + " created in "+(t2-t1));
    System.out.println("Processing DONE...");
    ioUtilityFactory.close();
    }catch(Exception e ){
    System.out.println("---" + e.getMessage());
    e.printStackTrace();
    ---Unable to locate a login configuration
    java.lang.SecurityException: Unable to locate a login configuration
    at com.sun.security.auth.login.ConfigFile.<init>(ConfigFile.java:97)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
    at java.lang.reflect.Constructor.newInstance(Constructor.java:274)
    at java.lang.Class.newInstance0(Class.java:308)
    at java.lang.Class.newInstance(Class.java:261)
    at javax.security.auth.login.Configuration$3.run(Configuration.java:221)
    at java.security.AccessController.doPrivileged(Native Method)
    at javax.security.auth.login.Configuration.getConfiguration(Configuration.java:215)
    at javax.security.auth.login.LoginContext$1.run(LoginContext.java:170)
    at java.security.AccessController.doPrivileged(Native Method)
    at javax.security.auth.login.LoginContext.init(LoginContext.java:167)
    at javax.security.auth.login.LoginContext.<init>(LoginContext.java:404)
    at Thor.API.Security.LoginHandler.jbossLoginHandler.login(Unknown Source)
    at Thor.API.Security.ClientLoginUtility.login(Unknown Source)
    at Thor.API.tcUtilityFactory.<init>(Unknown Source)
    at OIMAPI.main(OIMAPI.java:28)
    Caused by: java.io.IOException: Unable to locate a login configuration
    at com.sun.security.auth.login.ConfigFile.init(ConfigFile.java:206)
    at com.sun.security.auth.login.ConfigFile.<init>(ConfigFile.java:95)
    ... 17 more

    you need to tell it where the config files are
    java -DXL.HomeDir=C:\oimqa\xlclient -Djava.security.auth.login.config=C:\oimqa\xlclient\Config\authwl.conf
    the authwl.conf file will have a different name depending on which app server you use
    authwl is for Web Logic (for example).

  • Error while trying to access dashboards from EPM

    Hi
    We integrated OBIEE 10.1.3.4 with EPM 11.2 and when we are trying to access dashboards from EPM we are facing the following error : "Invalid or could not find module configuration."
    Please , help us in solving the above issue.
    Thanks.

    Hi all,
    The above mentioned solution is a good idea but in this context not appropriate as it aims at resolving an issue in the delivered Content Version of 0TCT_VC11.
    In your case, you already have 0TCT_VC11 activated and you can not read any data from this VirtualProvider in queries. Right?
    In that case, you have to:
    1. Check that the entire data flow is active for the InfoProvider (activation should occur for the MYSELF source system): 0TCT_VC11 with InfoSource 0TCT_IS11 with DataSource 0TCT_DS11
    2. Activate the direct access for the VirtualProvider (Context menu of 0TCT_VC_11 > Activate Direct Access > Source Syst. for InfoSource3.x > Mark the column with the MYSELF source system and Save).
    This corresponds to Installation "Step 5.) Activate direct access for virtual providers" that is mentioned in SAP Note 934848 "Collective note: (FAQ) BI Administration Cockpit".
    Best regards,
    Rudolf Hennecke
    SAP NetWeaver RIG BI

  • Error while trying to access repository from Application Explorer

    Hi All,
    I am trying to access the targets which I had previously created from AE. Everything was working fine. When I tried running iwae.sh script and open the target from AE it throws below error today.
    com.iwaysoftware.iwrepository.RepositoryException
    at com.iwaysoftware.iwrepository.xml.XMLRepository.end(XMLRepository.java:272)
    at com.iwaysoftware.iwrepository.xml.file.FileRepository.end(FileRepository.java:436)
    at com.iwaysoftware.iwrepository.xml.XMLQuery.executeQuery(XMLQuery.java:863)
    at com.iwaysoftware.af.container.IWAFRepositoryOP.getConfigs(IWAFRepositoryOP.java:167)
    at com.iwaysoftware.af.container.IWAFRepositoryStorage.listConfigurations(IWAFRepositoryStorage.java:215)
    at com.iwaysoftware.af.container.ChannelManager.listConfigurations(ChannelManager.java:100)
    at com.iwaysoftware.af.container.IWAFContainer.listChannelConfigurations(IWAFContainer.java:360)
    at com.iwaysoftware.af.container.AEManager.buildChannelList(AEManager.java:252)
    Not sure what has changed? Is this a corruption with the repository.xml file ? Is there any way to get around this error.
    Regards
    Subhankar

    Hi all,
    The above mentioned solution is a good idea but in this context not appropriate as it aims at resolving an issue in the delivered Content Version of 0TCT_VC11.
    In your case, you already have 0TCT_VC11 activated and you can not read any data from this VirtualProvider in queries. Right?
    In that case, you have to:
    1. Check that the entire data flow is active for the InfoProvider (activation should occur for the MYSELF source system): 0TCT_VC11 with InfoSource 0TCT_IS11 with DataSource 0TCT_DS11
    2. Activate the direct access for the VirtualProvider (Context menu of 0TCT_VC_11 > Activate Direct Access > Source Syst. for InfoSource3.x > Mark the column with the MYSELF source system and Save).
    This corresponds to Installation "Step 5.) Activate direct access for virtual providers" that is mentioned in SAP Note 934848 "Collective note: (FAQ) BI Administration Cockpit".
    Best regards,
    Rudolf Hennecke
    SAP NetWeaver RIG BI

  • Error while trying to access data from virtual provider - Technical Content

    Hi,
      I am trying to install the new BI 2004s technical content.  I am done with the installation I am trying to display data for the remote cubes delivered i.e. 0TCT_VC11/21 etc. but getting an error:
    Error reading the data of InfoProvider 0TCT_VC11
    There is still no data source assigned to VirtualProvider 0TCT_VC11
    The virtual providers are of type "virtual provider based on DTP"  since standard technical content didnt have any DTPs for the VC cubes I tried to create some direct access DTPs based on datasources 0TCT_DS11 but there also getting error:
    Source doesnt support direct access
    I saw the type for datasource 0TCT_DS11 and its using SAP SAPI and not direct access and couldnt change the type actually the same datasource is also used by cube 0TCT_C11 so changing the type probably wouldnt have been a good idea.
    I found the following notes 996735 and implemented its change...but no use...
    we are on SP10 and content 7.03 SP2.  Can anybody please help??

    Hi all,
    The above mentioned solution is a good idea but in this context not appropriate as it aims at resolving an issue in the delivered Content Version of 0TCT_VC11.
    In your case, you already have 0TCT_VC11 activated and you can not read any data from this VirtualProvider in queries. Right?
    In that case, you have to:
    1. Check that the entire data flow is active for the InfoProvider (activation should occur for the MYSELF source system): 0TCT_VC11 with InfoSource 0TCT_IS11 with DataSource 0TCT_DS11
    2. Activate the direct access for the VirtualProvider (Context menu of 0TCT_VC_11 > Activate Direct Access > Source Syst. for InfoSource3.x > Mark the column with the MYSELF source system and Save).
    This corresponds to Installation "Step 5.) Activate direct access for virtual providers" that is mentioned in SAP Note 934848 "Collective note: (FAQ) BI Administration Cockpit".
    Best regards,
    Rudolf Hennecke
    SAP NetWeaver RIG BI

  • SECURITY - Error while trying to access a remote file

    Hello All,
    I've got a little issue !
    I've got two PCs on the network. On the first one there is a server running.
    This server has to read a textfile to add data in a database.
    The second one only contains textfile to transfer.
    When I try to read a textfile located one the same Pc as the server there is no problem.
    But when I try to read a textfile located on the second PC I've got an error
    FILE NOT FOUND :\\\\frc-pil_trieur\\Log_Trieur\\Log_Message.txt
    java.io.FileNotFoundException: \\frc-pil_trieur\Log_Trieur\Log_Message.txt (�chec d'ouverture de session : nom d'utilisateur inconnu ou mot de passe incorrect)
    at java.io.RandomAccessFile.open(Native Method)
    at java.io.RandomAccessFile.<init>(RandomAccessFile.java:212)
    at java.io.RandomAccessFile.<init>(RandomAccessFile.java:9 )
    at ressource.FileReaderThread.initFile(FileReaderThread.java:233)
    at ressource.FileReaderThread.run(FileReaderThread.java:114)
    at java.lang.Thread.run(Thread.java:595)
    I'm working on a windows environment.
    I think it's security problem but I don't what I can use to solve the issue
    Please help me...

    Hi ;
    pelase check below which could be similar error like yours
    Troubleshooting of Runtime Errors of Customer Intelligence Reports [ID 284829.1]
    Regard
    Helios

  • 403 Forbidden Error while trying to access External SharePoint site Via Client Object Model

    Hi,
    I am accessing the External SharePoint site from an intranet. When I try to access local sharepoint site in my intranet via Client object model to upload few documents into a library, it works perfectly fine without any issues.
    But when I try to do the same (upload few docs ) to an external SharePoint 2010 site out of my intranet from my intranet, I get 403, forbidden error. It looks like there is some issue with login credentials of this site. But when I try to navigate to the
    site URL in Visual studio  2010, it asks for credentials and takes me to home page.
    I supplied the credentials in different forms like
    ctx.Credentials = new NetworkCredential("username", "password", "domain");
    and
    clientContext.AuthenticationMode = ClientAuthenticationMode.FormsAuthentication;
    and
    FormsAuthenticationLoginInfo formsAuthInfo = new FormsAuthenticationLoginInfo("MyUser", "MyPassword");
    clientContext.FormsAuthenticationLoginInfo = formsAuthInfo;
    but nothing seems working and I get the Same 403 error. What am I missing here?
    Thanks,
    K.V.N.PAVAN

    Hi Pal,
    Thanks for posting your query, Just try to add credentials to your clientContext object as mentioned below
    NetworkCredential credentials =
         new NetworkCredential("username", "pwd", "domain");
    clientContext .Credentials = credentials;
    or use
    clientContext.Credentials = System.Net.CredentialCache.DefaultNetworkCredentials;
    I hope this will be helpful to you, If this works, Please mark it as Answered.
    Regards,
    Dharmendra Singh (MCPD-EA | MCTS)
    Blog :http://sharepoint-community.net/profile/DharmendraSingh

  • Security Exception while accessing Administration Portal Page

    Hi all
    I am getting following exception while trying to access the login page of WebLogic Administration Portal. Please help me out
    Error 500--Internal Server Error
    java.security.AccessControlException: access denied (java.io.FilePermission C:\bea\weblogic81\samples\domains\portal\portalServer\.wlnotdelete\EJBCompilerCache\-w3xmqrhp3amn\com\bea\p13n\usermgmt\profile\ProfileFactory.class read)
         at java.security.AccessControlContext.checkPermission(AccessControlContext.java:269)
         at java.security.AccessController.checkPermission(AccessController.java:401)
         at java.lang.SecurityManager.checkPermission(SecurityManager.java:524)
         at java.lang.SecurityManager.checkRead(SecurityManager.java:863)
         at java.io.File.exists(File.java:678)
         at weblogic.utils.classloaders.ClasspathClassFinder.getSourcesInternal(ClasspathClassFinder.java:311)
         at weblogic.utils.classloaders.ClasspathClassFinder.getSource(ClasspathClassFinder.java:266)
         at weblogic.utils.classloaders.MultiClassFinder.getSource(MultiClassFinder.java:80)
         at weblogic.utils.classloaders.MultiClassFinder.getSource(MultiClassFinder.java:69)
         at weblogic.utils.classloaders.CodeGenClassFinder.getSource(CodeGenClassFinder.java:30)
         at weblogic.utils.classloaders.MultiClassFinder.getClassSource(MultiClassFinder.java:61)
         at weblogic.utils.classloaders.CodeGenClassFinder.getClassSource(CodeGenClassFinder.java:24)
         at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:383)
         at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoader.java:182)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:289)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:235)
         at weblogic.utils.classloaders.GenericClassLoader.loadClass(GenericClassLoader.java:224)
         at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:302)
         at com.bea.p13n.servlets.PortalServletFilter.doFilter(PortalServletFilter.java:266)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:27)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:6724)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
         at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:3764)
         at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2644)
         at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:219)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:178)
    Thanks

    Well, have you tried the obvious to add the following permission to your web server's policy file?
    grant "file:<wherever my servlet resides>\myservlet.jar" {
    permission java.io.FilePermission "c:\j2sdk1.4.1\jre\lib\javax.comm.properties", "write,delete";
    }

  • Getting Exception while trying to get Connection

    Getting Exception while trying to get Connection from Data Source in ejbCreate() for the First time when ejbCreate() is called.
    Thanks in Advance

    Hello Mallidi,
    And the exception is ?
    Cheers, Tsvetomir

  • I am using Adobe Reader with paid up service through May 2015.  When I attempt to convert a file from PDF or to PDF, I get the message "An error occured while trying to access the service.  What do I need to do to access the service paid for?

    I am using Adobe Reader with paid up service through May 2015.  When I attempt to convert a file either to PDF or from PDF, I get the error message, "An error occurred while trying to access the service".  What do I need to do to get access to the service I have paid for?

    Hi DeaconTomColorado,
    Please see "Error occurred when trying to access this service" when logging on to Acrobat.com.
    Adobe has just released an update to Adobe Reader, so if you're accessing the service via Reader, please let us know whether the update helps resolve the issue.
    Best,
    Sara

  • Approval task SP09: Evaluation of approvalid failed with Exception: while trying to invoke the method java.lang.String.length() of an object loaded from local variable 'aValue'

    Hi everyone,
    I just installed SP09 and i was testing the solution. And I found a problem with the approvals tasks.
    I configured a simple ROLE approval task for validate add event. And when the runtime executes the task, the dispatcher log shows a error:
    ERROR: Evaluation of approvalid failed with Exception: while trying to invoke the method java.lang.String.length() of an object loaded from local variable 'aValue'
    And the notifications configured on approval task does not start either.
    The approval goes to the ToDO tab of the approver, but when approved, also the ROLE stays in "Pending" State.
    I downgraded the Runtime components to SP08 to test, and the approvals tasks works correctly.
    Has anyone passed trough this situation in SP09?
    I think there is an issue with the runtime components delivered with this initial package of SP09.
    Suggestions?

    Hi Kelvin,2016081
    The issue is caused by a program error in the Dispatcher component. A fix will be provided in Identity Management SP9 Patch 2 for the Runtime component. I expect the patch will be delivered within a week or two.
    For more info about the issue and the patch please refer to SAPNote 2016081.
    @Michael Penn - I might be able to assist if you provide the ticket number
    Cheers,
    Kristiyan
    IdM Development

  • When i try to convert from PDF to word it says "an error occurred while trying to access the system". I've paid for this what is going on?!

    When i try to convert from PDF to word it says "an error occurred while trying to access the system". I've paid for this what is going on?!

    Hi,
    I have the same problem. Here is the screenshot of the error and I am using Windows 7 and Adobe Reader XI version 11.0.10.

  • MSS error while trying to access Adobe forms

    Hi all
    We are using EP 7 sp14. Delpoyed ESS/MSS BP SP 14. while trying to access certain functionalities in MSS which make use if standerd Adobe interactive forme through portal its coming up with the following error.
    com.sap.engine.services.webservices.jaxrpc.exceptions.InvalidResponseCodeException: Invalid Response Code: (401) Unauthorized.
    I had done few settings in Visual Admin in
    1. server >services>web services security>web services clients>sap.com>tcwdpdfobject>com.sap.tc.webdynpro.adsproxy.Adsproxy*configPort_Document.
    2. In default URL gave : http://portalserver:port/AdobeDocumentServices/Config
    3. Authentication:Basic Authentication : gave username:ADSUSERpwd which is set in the backend.
    4. In Deploy stopped and started the application.
    Also in Destinations -> Created a new HTTP and set the URL pointing to the backend.
    Is there any additional configuration to be set on the Portal side.
    Regards,
    Sasha.

    Got corrected with changing data-type for a property in the definition file.

Maybe you are looking for

  • Java.awt.Container.add(Container.java:345) how can i handle this

    dear all, i want to design an outlook for a chat applet. but this seems to tough as i am getting a run time error my code is: import java.awt.*; import java.awt.event.*; import java.net.*; import java.io.*; import javax.swing.*; import java.awt.*; im

  • Datablock from a custom view

    Hello, I have created a datablock manually which has the source as view. Added all the items which are to be displayed. when i run the form, the block shows me a message that Query caused no records to retrieve.( i have added execute query in the for

  • Doubt on calculating Hexadecimal and binary values

    Please give me some tips to find the hexadecimal and binary values of negative numbers for eg:- The hexadecimal value of -1 is 0xffffffff. Here I don't know how the corresponding hex value is calculated. I calculate the hex value of numbers in this w

  • Exporting a slide shoe to Final Cute Express HD

    Is there a way to take a finished slide show and export it to Final Cut Express HD?

  • Can't Open my Audiobooks

    Update 2.1 is pretty great, the only issue I've encountered is when I use the iPod function and click my audiobooks... The screen goes dark and suddenly I'm back at the Home screen. I've tried not syncing, then syncing audiobooks; I've also tried a f