Help solving:     Unable to resolve 'TaskQueryService'. Resolved ''

Hi all,
I am using Jdeveloper 11.1.1.4.0 and am getting the tasks from human workflow without problems.
The trouble starts when generating the data control from the class, and then dragging the method created
(and its return) onto the jspx. One of the methods on the page works perfectly, returning results etc, however, the second
method show the following error:
ADF: Adding the following JSF error message: Unable to resolve 'TaskQueryService'. Resolved ''
oracle.bpel.services.workflow.client.WorkflowServiceClientException: javax.naming.NameNotFoundException: Unable to resolve 'TaskQueryService'. Resolved ''; remaining name 'TaskQueryService'
     at oracle.bpel.services.workflow.query.client.TaskQueryServiceRemoteClient.authenticate(TaskQueryServiceRemoteClient.java:124)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
     at java.lang.reflect.Method.invoke(Method.java:597)
     at oracle.bpel.services.workflow.client.WFClientRetryInvocationHandler.invokeTarget(WFClientRetryInvocationHandler.java:133)
     at oracle.bpel.services.workflow.client.WFClientRetryInvocationHandler.invoke(WFClientRetryInvocationHandler.java:72)
     at $Proxy138.authenticate(Unknown Source)
     at view.backing.ConsultarTarefas.obterMetadadosFluxo(ConsultarTarefas.java:671)
I have tried changing the
IWorkflowServiceClientConstants.CONNECTION_PROPERTY.EJB_PROVIDER_URL, "t3://xxxx-xxxxxx.xx.xx.xx:7001") 7001 to 8001 as suggested on the forum, but didn´t work.
ANY help at all will be truly appreciated.
Thanks very much.

I guess SOA installation did not happen properly. Reinstallation took care of this issue.

Similar Messages

  • I need help getting my web HP OS working. cant download? says unable to resolve host?

    Help cant download. Says unable to resolve host?

    Hey @jemh ,
    I would be happy to assist if needed as there are many models of HP I would need the model number. How Do I Find My Model Number or Product Number?
    Please respond with which Operating System you are running:
    Which Windows Operating System am I running?
    The HP Support Assistant will help you install software and drivers that were originally installed on the Notebook.
    Please let me know.
    Thanks.
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos, Thumbs Up" on the bottom to say “Thanks” for helping!

  • Javax.naming.NameNotFoundException: Unable to resolve 'TaskQueryService' -

    Hi,
    I am getting the following BPEL error on clicking tasks tab in OIM11g...please advise. Appreciate your help!
    <Error occurred while connecting to BPEL>
    <Error> <oracle.iam.tasklist.agentry.task> <BEA-00
    0000> < javax.naming.NameNotFoundException: Unable to resolve 'TaskQueryService'
    . Resolved '' [Root exception is javax.naming.NameNotFoundException: Unable to r
    esolve 'TaskQueryService'. Resolved '']; remaining name 'TaskQueryService'>
    <Warning> <oracle.iam.consoles.faces.mvc.common> <
    BEA-000000> <oracle.iam.platform.canonic.base.NoteException: An error occurred w
    hile searching tasks from the SOA Server.>
    Thanks,
    Sudhakar

    I guess SOA installation did not happen properly. Reinstallation took care of this issue.

  • Unable to resolve host - help please!

    Can't connect to Internet using chrome or safari. In chrome just says unable to connect to internet and unable to resolve host.  Wifi and network connections are fine and working for other devices - just the iMac which is the problem.  any suggestions please?

    OS/Networking is mis-configured.
    Oracle is the victim; not the culprit.

  • [SOLVED] rpc.nfsd: unable to resolve ANYADDR:nfs to inet address

    rpc.nfsd: unable to resolve ANYADDR:nfs to inet address: Name or service not known
    rpc.nfsd: unable to set any sockets for nfsd
    my server nfs show this with nfs-utils 1.2.1-2 but it works.
    But the message is still bothering me, I followed everything that's in the wiki for NFSv4 and I had to update this message...
    What's wrong?
    tnx
    Last edited by ugaciaka (2010-01-11 13:28:34)

    I have same problem and i'm using networkmanager (notebook, wifi). My DAEMONS section on rc.conf:
    DAEMONS=(... networkmanager alsa kdm cups bluetooth rpcbind nfs-common nfs-server netfs autofs ...)
    When i try automatically connect on boot, i have same problem (but network work now without X starts, after console login).
    When i try
    [stepan@stepan-nb ~]$ sudo /etc/rc.d/nfs-server restart
    :: Stopping rpc.mountd daemon [FAIL]
    :: Stopping rpc.nfsd daemon [DONE]
    :: Unexporting all directories [DONE]
    :: Mounting nfsd filesystem [DONE]
    :: Exporting all directories [DONE]
    :: Starting rpc.nfsd daemon [DONE]
    :: Starting rpc.mountd daemon [DONE]
    after boot and login, everything works, but on boot nfs-server init script fails to start.
    Last edited by Tapan (2010-01-06 19:22:25)

  • Unable to resolve 'weblogic.messaging.dispatcher.S:null'

    We have a WLS 10.3 cluster with 1 admin server and 2 managed servers. Each managed server hosts JMS queues so we have a distributed queue environment. Applications periodically report an issue that prevents messages from being dropped onto the queues. The frequency of the issue is weekly and sometimes multiple times during the week. We have found that un-targeting and re-targeting the JMS Servers seems to resolve the problem (at least in the short term). The message producer applications are using the weblogic.jar and an xa connection factory. I've included the stack trace below. I'm hoping that someone can help uncover the root cause of the issue.
    Stack Trace:
    Caused by: weblogic.jms.common.JMSException: No failover destination.
    at weblogic.jms.dispatcher.DispatcherAdapter.convertToJMSExceptionAndThrow(DispatcherAdapter.java:110)
    at weblogic.jms.dispatcher.DispatcherAdapter.dispatchSyncNoTran(DispatcherAdapter.java:61)
    at weblogic.jms.client.JMSProducer.toFEProducer(JMSProducer.java:1275)
    at weblogic.jms.client.JMSProducer.deliveryInternal(JMSProducer.java:783)
    at weblogic.jms.client.JMSProducer.sendInternal(JMSProducer.java:541)
    at weblogic.jms.client.JMSProducer.sendWithListener(JMSProducer.java:394)
    at weblogic.jms.client.JMSProducer.send(JMSProducer.java:384)
    at weblogic.jms.client.WLProducerImpl.send(WLProducerImpl.java:970)
    at org.springframework.jms.core.JmsTemplate.doSend(JmsTemplate.java:597)
    at org.springframework.jms.core.JmsTemplate.doSend(JmsTemplate.java:574)
    at org.springframework.jms.core.JmsTemplate$4.doInJms(JmsTemplate.java:551)
    at org.springframework.jms.core.JmsTemplate.execute(JmsTemplate.java:471)
    ... 8 more
    Caused by: weblogic.jms.common.JMSException: No failover destination.
    at weblogic.jms.frontend.FEProducer.pickNextDestination(FEProducer.java:750)
    at weblogic.jms.frontend.FEProducer.sendRetryDestination(FEProducer.java:1092)
    at weblogic.jms.frontend.FEProducer.send(FEProducer.java:1399)
    at weblogic.jms.frontend.FEProducer.invoke(FEProducer.java:1460)
    at weblogic.messaging.dispatcher.Request.wrappedFiniteStateMachine(Request.java:961)
    at weblogic.messaging.dispatcher.DispatcherServerRef.invoke(DispatcherServerRef.java:276)
    at weblogic.messaging.dispatcher.DispatcherServerRef.handleRequest(DispatcherServerRef.java:141)
    at weblogic.messaging.dispatcher.DispatcherServerRef.access$000(DispatcherServerRef.java:34)
    at weblogic.messaging.dispatcher.DispatcherServerRef$2.run(DispatcherServerRef.java:111)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    Caused by: weblogic.messaging.dispatcher.DispatcherException: could not find Server null
    at weblogic.messaging.dispatcher.DispatcherManager.dispatcherCreate(DispatcherManager.java:176)
    at weblogic.messaging.dispatcher.DispatcherManager.dispatcherFindOrCreate(DispatcherManager.java:58)
    at weblogic.jms.dispatcher.JMSDispatcherManager.dispatcherFindOrCreate(JMSDispatcherManager.java:219)
    at weblogic.jms.dispatcher.JMSDispatcherManager.dispatcherFindOrCreateChecked(JMSDispatcherManager.java:230)
    at weblogic.jms.frontend.FEProducer.findDispatcher(FEProducer.java:825)
    at weblogic.jms.frontend.FEProducer.sendRetryDestination(FEProducer.java:995)
    ... 9 more
    Caused by: javax.naming.NameNotFoundException: Unable to resolve 'weblogic.messaging.dispatcher.S:null'. Resolved 'weblogic.messaging.dispatcher'; remaining name 'S:null'
    at weblogic.jndi.internal.BasicNamingNode.newNameNotFoundException(BasicNamingNode.java:1139)
    at weblogic.jndi.internal.BasicNamingNode.lookupHere(BasicNamingNode.java:252)
    at weblogic.jndi.internal.ServerNamingNode.lookupHere(ServerNamingNode.java:182)
    at weblogic.jndi.internal.BasicNamingNode.lookup(BasicNamingNode.java:206)
    at weblogic.jndi.internal.BasicNamingNode.lookup(BasicNamingNode.java:214)
    at weblogic.jndi.internal.BasicNamingNode.lookup(BasicNamingNode.java:214)
    at weblogic.jndi.internal.BasicNamingNode.lookup(BasicNamingNode.java:214)
    at weblogic.jndi.internal.WLEventContextImpl.lookup(WLEventContextImpl.java:254)
    at weblogic.jndi.internal.WLContextImpl.lookup(WLContextImpl.java:380)
    at javax.naming.InitialContext.lookup(InitialContext.java:392)
    at weblogic.messaging.dispatcher.DispatcherManager.dispatcherCreate(DispatcherManager.java:172)
    ... 14 more

    Hi,
    I would suggest you to go through these 2 links which you give all the details about UDD
    Topic:Steps to Configure Uniform Distributed Queue (UDQ) on Weblogic Server
    http://middlewaremagic.com/weblogic/?p=3747
    Topic:JMS Demo using WebLogic Uniform Distributed Queue (UDQ)
    http://middlewaremagic.com/weblogic/?page_id=1976
    Tips to solve UDQ issues
    - Make sure the Server Affinity Enabled parameter should be un-checked (disable) which under the [ Connection factory –> Configuration (tab) –> Load Balance (sub-tab)]
    - Disable the Server Affinity Enabled parameter for the connection factory whish is been used by your UDQ.
    - All the managed servers are in the same cluster.
    - If the managed serves are in different boxes make sure the listing address is given correctly which is under [ Machine –> Configuration (tab) –> Node Manager (sub-tab) ]
    - Test if you are able to PING the servers on different boxes and make sure that there is no network issues and you are able to communicate with the servers.
    Hope this helps you.
    Regards,
    Ravish Mody
    http://middlewaremagic.com/weblogic/
    Come, Join Us and Experience The Magic…

  • VersaMail - "Unable to resolve name" error for mail server

    I've had an intermittent but frequent problem with VersaMail when I try to connect to get my email.  I frequently get the following message:
    "Unable to resolve name pop.mindspring.com. Check your DNS settings or enter the IP address for your mail server."
    I also get it occasionally for my Yahoo.com mail addresses as well, so it's not unique to Mindspring.com.  Sometimes it happens a lot, but sometimes I get right in with no problems, so the settings I have appear to work - when they want to.  Needless to say, it's frustrating and annoying, so if anyone has a way to resolve this, I'd appreciate knowing it.
    Thanks.
    Post relates to: Palm TX
    This question was solved.
    View Solution.

    Problem solved!  I had Googled for answers and had found an explanation of DNS servers on another forum where someone was having a similar problem.  It seems that DNS servers simply take the domain name we use and search for the IP address for that domain name, then hook us up to that IP address.  The error message I was getting was that I needed to check my DNS settings or enter the IP address, so it seemed only logical to me that if I could bypass those goofy DNS servers with their "now I'll do it, now I won't" bad attitude, perhaps I could connect directly with the mail servers.  Your tip on how to find the IP address of the mail servers by pinging them was the missing piece I needed.  I deleted the POP and SMTP server names for each account I'd set up in VersaMail, replacing them with the appropriate IP addresses, and I can now connect reliably with any of the servers, first time, every time - and lightning fast.
    Thanks for your help!
    Post relates to: Palm TX

  • HomeHub is unable to resolve a DNS CNAME pointing ...

    Just sent a technical compaint email off to BT to get an answer to this, but thought I would share here in case it helps anyone else.
    Problem:
    My HomeHub 3 is unable to resolve DNS queries where the DNS has a CNAME pointing to my WAN address. BT's and other public DNS servers resolve correctly - so the problem is not with the DNS record.
    Background:
    I have some devices at home which use DNS for name resolution. As a web developer, it is anoying that I have to use a different DNS name from inside my house to outside because of the above problem. It is also annoying that the only two workarounds I can think of are to a) buy a new (non-BT) router, or b) manually configure each device to not use the HomeHub for name resolution because BT have locked down the hub so I can't do it automatically.
    Reproduce steps:
    1) Set up a DNS record to point to your HH WAN address.
    2) Set up a second DNS record that ponts to the first with a CNAME.
    3) DNS queries to the first record succeed, queries to the second fail.
    4) Set up a DNS record to a different IP address (try adding 1 to your WAN address)
    5) Set up another CNAME to point to that address
    6) DNS queries to both addresses succeed because the CNAME doesn't point to your WAN address
    There are some other people experiencing this:
    http://community.bt.com/t5/BB-Speed-Connection-Issues/DNS-problem-with-a-working-website/td-p/220965
    http://community.bt.com/t5/BT-Infinity/Infinity-Homehub-DNS-Server-problems-with-CNAME-record/td-p/3...
    Solved!
    Go to Solution.

    For completeness - the reply from customer services:
    First of all, thank you for your email. I can certainly understand that a problem like this can cause frustration and inconvenience and I’m very sorry.
    At the BT Broadband Technical Helpdesk we can only help with an actual broadband fault. The scope of free technical support for your broadband is limited to the supply of a broadband connection to one computer with the Homehub at it's default settings.
    I understand that you have specific setup requirements. I'm sorry that I'll be unable to help configure the Homehub the way you'd like it to work.
    I'd recommend that you contact our Home IT Experts Service where one of my colleagues will be able to help you.

  • Solution to "unable to resolve host" and frequent network drops

    Like many, I just purchased a shiny new HP Touchpad 32GB.  Updated the firmware to the latest version, enjoy it's web browsing capabilities and some of the apps.  
    However, like many, web browsing often coughed or sputtered and would freeze often during network operations.  Web sites like Google or Bing would often hang and become useless.  A Google search of "Unable to resolve host" showed that I wasnt' alone.
    The 'solution', or so it seemed, was to reset the network by toggling airplane mode.  But doing this every 5-10 minutes, or more often, was quite frustrating.  Also, other applications, such as Spaz HD for Twitter were really lethargic.  
    This was all a problem until I changed the MTU on my wireless router from the standard 1500 to 1300.  Rebooted the modem, all is now well.  "And there was much rejoicing...."
    After this change, haven't had the need to toggle the Airplane mode even once.  Spaz HD runs much quicker, Google & Bing no longer lock up, complex pages such as the DailyCaller.com or Redstate.com no longer time out and work properly.
    I would be curious to see if others who are having the same problem, can make a similar change, and if helps them solve this issue.
    Post relates to: HP TouchPad (WiFi)

    For me, it turned out to be somewhat different - my home wireless was working fine with several different devices/OSs, but it seems that WebOS stopped falling back to any DNS servers beyond the first one.  Whereas other devices (android phones, linux laptops, etc) still resolved DNS fine using the secondary/tertiary DNS entries, WebOS starting giving me the "unable to resolve host" error.  So I changed the (primary) static DNS entry on my wireless router to one of the Google public DNS servers (8.8.8.8) and now WebOS is happy again.  The only thing that changed for me (on the tablet) was enabling usbnet just to check it out, and even after I disabled usbnet, I still had the name resolution failures.  Go figure...

  • Unable to resolve 'cgDataSource'

    Hello,
    I'm getting the following error when I try to test my web service. I will really appreciate your help.
    Thanks
    Godwin
    =========error message=====weblogic platform 8.1=====
    Error: An unexpected exception occurred while attempting to locate the
    run-time information for this Web Service. Error:
    javax.ejb.EJBException:nested exception is:
    javax.naming.NameNotFoundException: Unable to resolve 'cgDataSource'
    Resolved ; remaining name 'cgDataSource'
    =======================================================
    ===========code========================================
    public class Hello implements com.bea.jws.WebService
    public Callback callback;
    static final long serialVersionUID = 1L;
    * @common:operation
    public String hello_sync(String name)
    return "Hello, " + name + "!";
    * @common:operation
    * @jws:conversation phase="start"
    * @common:message-buffer enable="true"
    public void hello_async(String name)
    String greeting;
    greeting = "Hello, " + name + "!";
    this.callback.hello_callback(greeting);
    public interface Callback extends com.bea.control.ServiceControl
    * @jws:conversation phase="finish"
    * @common:message-buffer enable="true"
    void hello_callback(String message);
    =====================================================

    Hi,
    without more information I would try to solve thisone like this :
    1. see if the cgDataSource is configured and deployed in config.xml
    2. if 1 is true, see the logs for details on why the DS does not deploy. If no the underlying connection pool fails to create connections during startup the DS will not be deployed either.
    - Anders M.

  • More than one operation defined. Unable to resolve operation

    Hi,
    Using the attached WSDL to define a BPEL sequence I allways get the following error message:
    More than one operation defined. Unable to resolve operation:
    This occured in the moment i introduced a seconde operation. With one operation everything works fine.
    Does anybody know how to define a WSDL that works for the BPEL system with more than one operation?
    Best Regards,
    Axel.
    WSDL:
    <?xml version="1.0" encoding="UTF-8"?>
    <definitions xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:tns="http://dummy.ws.axelbenz.de/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" targetNamespace="http://dummy.ws.axelbenz.de/" name="StringInOutService" xmlns:plink="http://schemas.xmlsoap.org/ws/2004/03/partner-link/">
    <types>
    <xsd:schema>
    <xsd:import namespace="http://dummy.ws.axelbenz.de/" schemaLocation="upperService.xsd" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" />
    </xsd:schema>
    </types>
    <message name="lowerMessage">
    <part name="lowerParameters" type="tns:lowerType" />
    </message>
    <message name="lowerMessageResponse">
    <part name="lowerResponseParameters" type="tns:lowerTypeResponse" />
    </message>
    <message name="upperMessage">
    <part name="upperParameters" type="tns:upperType" />
    </message>
    <message name="upperMessageResponse">
    <part name="upperResponseParameters" type="tns:upperTypeResponse" />
    </message>
    <portType name="StringInOut">
    <operation name="lowerOperation">
    <input message="tns:lowerMessage" />
    <output message="tns:lowerMessageResponse" />
    </operation>
    <operation name="upperOperation">
    <input message="tns:upperMessage" />
    <output message="tns:upperMessageResponse" />
    </operation>
    </portType>
    <binding name="StringInOutPortBinding" type="tns:StringInOut">
    <soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document" />
    <operation name="lowerOperation">
    <soap:operation soapAction="lower" style="document" />
    <input>
    <soap:body use="literal" parts="lowerParameters" />
    </input>
    <output>
    <soap:body use="literal" parts="lowerResponseParameters" />
    </output>
    </operation>
    <operation name="upperOperation">
    <soap:operation soapAction="upper" style="document" />
    <input>
    <soap:body use="literal" parts="upperParameters" namespace="" />
    </input>
    <output>
    <soap:body use="literal" parts="upperResponseParameters" />
    </output>
    </operation>
    </binding>
    <service name="StringInOutService">
    <port name="StringInOutPort" binding="tns:StringInOutPortBinding">
    <soap:address location="http://GWBE0040.int.gematik.de:18181/DummyServices/StringInOutService" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" />
    </port>
    </service>
    <plink:partnerLinkType name="partnerlinktype1">
    <plink:role name="serviceRequestor" portType="tns:StringInOut"/>
    </plink:partnerLinkType>
    </definitions>
    XSD:
    <?xml version="1.0" encoding="UTF-8"?>
    <xs:schema version="1.0" targetNamespace="http://dummy.ws.axelbenz.de/" xmlns:xs="http://www.w3.org/2001/XMLSchema">
    <xs:element name="lower" type="ns1:lowerType" xmlns:ns1="http://dummy.ws.axelbenz.de/" />
    <xs:complexType name="lowerType">
    <xs:sequence>
    <xs:element name="inp" type="xs:string" minOccurs="0" />
    </xs:sequence>
    </xs:complexType>
    <xs:element name="lowerResponse" type="ns2:lowerTypeResponse" xmlns:ns2="http://dummy.ws.axelbenz.de/" />
    <xs:complexType name="lowerTypeResponse">
    <xs:sequence>
    <xs:element name="return" type="xs:string" minOccurs="0" />
    </xs:sequence>
    </xs:complexType>
    <xs:element name="upper" type="ns3:upperType" xmlns:ns3="http://dummy.ws.axelbenz.de/" />
    <xs:complexType name="upperType">
    <xs:sequence>
    <xs:element name="inp" type="xs:string" minOccurs="0" />
    </xs:sequence>
    </xs:complexType>
    <xs:element name="upperResponse" type="ns4:upperTypeResponse" xmlns:ns4="http://dummy.ws.axelbenz.de/" />
    <xs:complexType name="upperTypeResponse">
    <xs:sequence>
    <xs:element name="return" type="xs:string" minOccurs="0" />
    </xs:sequence>
    </xs:complexType>
    </xs:schema>

    What client are you using? Are you using the netbeans enterprise pack test driver? If so, you can set the soap action in the test properties to match the ones you have defined in the WSDL.
    Also if you could post the actual soap message you are sending that would help.
    I also noticed that you're using parts defined via types with a document/literal binding. To be more basic profile compliant in that casue you may want to use RPC style instead - it is not strictly necessary, but increases interoperability.
    Andi

  • Unable to resolve 'mslv.oms.oms1.internal.jms.ConnectionFactory'

    Hello,
    I hope I am posting this in the right place, if not please forgiv and point me to the right place.
    Yesterday we did a live upgrade on a system that is running WebLogic 9.2, OSM 6.3.1 and Oracle DB 10.2.0.2, those applications are on a seperate system slice, we did a complete upgrade from Solaris 10/9 (update 6) to the latest Solaris 8/11 (update 10), on SPARC. After the upgrade everything was working and applications are able to start, but weblogic server is spewing the following error message:
    <Aug 1, 2012 12:03:58 PM CEST> <Error> <oms.core> <600022> <EJB Create exception thrown while creating object=EventDispatcherEJB.>
    <01-Aug-2012 12:03:58,982 CEST PM> <ERROR> <poller.a> <Timer-4> <Failed to process events>
    java.rmi.RemoteException: Error in ejbCreate:; nested exception is:
    javax.ejb.CreateException: Unable to resolve 'mslv.oms.oms1.internal.jms.ConnectionFactory'. Resolved 'mslv.oms.oms1.internal.jms'
    at weblogic.ejb.container.internal.EJBRuntimeUtils.throwRemoteException(EJBRuntimeUtils.java:95)
    at weblogic.ejb.container.internal.BaseEJBObject.handleSystemException(BaseEJBObject.java:724)
    at weblogic.ejb.container.internal.BaseEJBObject.handleSystemException(BaseEJBObject.java:681)
    at weblogic.ejb.container.internal.BaseEJBObject.preInvoke(BaseEJBObject.java:220)
    at weblogic.ejb.container.internal.StatelessEJBObject.preInvoke(StatelessEJBObject.java:64)
    at com.mslv.oms.eventengine.EventDispatcher_86q3j1_EOImpl.processTimeout(EventDispatcher_86q3j1_EOImpl.java:485)
    at com.mslv.oms.poller.a.handleNotification(Unknown Source)
    at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor$ListenerWrapper.handleNotification(DefaultMBeanServerInterceptor.java:1652)
    at javax.management.NotificationBroadcasterSupport.handleNotification(NotificationBroadcasterSupport.java:221)
    at javax.management.NotificationBroadcasterSupport.sendNotification(NotificationBroadcasterSupport.java:184)
    at javax.management.timer.Timer.sendNotification(Timer.java:1295)
    at javax.management.timer.Timer.notifyAlarmClock(Timer.java:1264)
    at javax.management.timer.TimerAlarmClock.run(Timer.java:1347)
    at java.util.TimerThread.mainLoop(Timer.java:512)
    at java.util.TimerThread.run(Timer.java:462)
    we went back and activated Solaris update 8, and we still got that problem. The requests that the clients that connect via OSM frontend application that communicates with WebLogic arent being processed.
    The oracle db is working and listening to port 1521, I can connect to it and can connect with the user defined in the WebLogic connection pool.
    This is the first time working on this system, the application and integration was done by someone else who are not available to help us out, I hope someone here on the forum will be able to help us out with this problem.
    Regards,
    Omar

    Often ConnectionFactory errors are caused by an inability to connect with the database hosting the OSM schema and user.
    Check the database and make sure that both it and its listener are accepting connections. If that is ok you can also check the oms_pool configuration in WebLogic. Make sure the JNDI connection is valid. In my environments I see that DHCP often screws things up. If I install OSM on a host that has a DHCP assigned address (I'm guilty of being lazy when working in VMs and not statically assigning IP addresses) I often break the JNDI when I reboot the VM and get a new IP.
    In WebLogic Admin Console:
    Domain > Services > JDBC >Connection Pool > URL
    and make sure the JDBC connection string is correct.

  • APEX4 possible bug: ERR-1412 Unable to resolve page alias

    Hi,
    when I try to start application using builder from a page that requires authentication I get the following error after successful authentication:
    Error     ERR-1412 Unable to resolve page alias (f?p=107|13|2569050001543698|||||). Clicking OK under error displays the target page successfully.
    This happens in development environment only. No errors when starting application by direct URL from end user point of view.
    The login process use the following code:
    v_flow_page := :APP_ID||':'||nvl(:FSP_AFTER_LOGIN_URL,1);
    wwv_flow_custom_auth_std.post_login(
    P_UNAME => :P101_USERNAME,
    P_PASSWORD => :P101_PASSWORD,
    P_SESSION_ID => v('APP_SESSION'),
    P_FLOW_PAGE => v_flow_page
    Thanks.

    hi,
    here i am giving the steps what i have done.
    Registered application as a partner application in SSO.
    the details are
    Name: Demo
    home URL :http://167.13.123.77:8080/apex/f?p=4550:1:3895682131561869
    Success URl :http://167.13.123.77:8080/apex/f?p=101:1:1823729311778544:::::
    Logout URL :http://167.13.123.77:8080/apex/f?p=101:1
    then i ran the loadsdk.sql script,
    then i ran regapp.sql script in FLOWS_030100 schema, then it prompted for
    Enter value for listener_token: HTML_DB:167.13.123.77:8080
    Enter value for site_id:5B07385D
    Enter value for site_token:L3XV4G6B5B07385D
    Enter value for login_url: http://167.13.123.77:7777/pls/orasso/orasso.wwsso_app_admin.ls_login
    Enter value for encryption_key:AAB582795995E319
    Enter value for ip_check: N
    after that i ran custom_auth_sso.sql and custom_auth_sso.plb
    then given grants to public user.
    grant execute on wwv_flow_custom_auth_sso to apex_public_user;
    created authentication scheme and i made that scheme current.
    when i am running the application through apex
    first it's asking for SSO username and password, after giving valid username and pwd, it's giving "the page can not be found" message. url of the page is http://dev.sso.com:7777/sso/auth
    where i was wrong. pls help me.
    thanks
    kmr
    Edited by: user11132509 on May 15, 2009 4:36 AM
    Edited by: user11132509 on May 15, 2009 5:45 AM
    Edited by: user11132509 on May 15, 2009 5:52 AM

  • Flash Builder Burrito 'unable to resolve ... for transcoding' error css file

    Hi,
    I am trying to dip my toes into the waters of mobile development with the preview release of flash builder burrito.
    I am doing so by trying to port over an application I have built in Flash Builder 4 for the web, by bringing it into a mobile app piece by piece, using the view stack struture peculiar to mobile apps.
    I am haivng an issue with my untouched css file that I am trying to use in the app. It's a direct copy from the other app in the same directory structure and yet I have declarations of embedded images of the form:
    .topLogo {
        url: Embed(source="assets/images/header-logo.png");
    Which continually cause:
    unable to resolve '/assets/css/assets/images/header-logo.png' for transcoding     Flex Style Problem
    errors.
    It is drving me utterly nuts. The images are there, and if I change the path to an invalid one I get a proper error in the editor, so it IS resolving them, but then these transcoding errors come up and seem to be triggering repeatedly as the problems pane keeps taking the focus away from the editor.
    It's driving me nuts.
    Anyone know if I've missed something?

    Problem solved by turning off Design View (which we never use anyway, useless thing for OO style programming), it's on by default with a new install of Flash builder.
    The mobile app looks promising, just waiting on a developer license to see how it goes on an iPad

  • Error: 1056550: Unable to resolve hostname

    Hello Experts,
    When trying to open the already existing partition definitions, the following error occurs
    Error: 1056550: Unable to resolve hostname
    Any suggestions would be of great help.
    Regards,
    Sudhir

    Thank you

Maybe you are looking for