JDeveloper 12.1.3 is unable to initialize OC4J Server for OAF

Dear All,
I am facing an issue with my jDeveloper.
Details
=============
OS: Windows 7 Ultimate (64-Bit)
Apps: Oracle Apps 12.1.3
Hardware: HP Pavilion G4 with 4gb RAM (64-Bit Processor)
jDeveloper Version: 10.1.3.3.0
Connecting to Apps Instance via VPN Access (Instance and SQL Developer runs fine)
Error Log - OC4J
============
[Starting OC4J using the following ports: HTTP=8988, RMI=23891, JMS=9227.]
C:\jDev\jDev12.1.3\jdevhome\jdev\system\oracle.j2ee.10.1.3.41.57\embedded-oc4j\config>
C:\jDev\jDev12.1.3\jdevbin\jdk\bin\javaw.exe -hotspot -classpath C:\jDev\jDev12.1.3\jdevbin\j2ee\home\oc4j.jar;C:\jDev\jDev12.1.3\jdevbin\jdev\lib\jdev-oc4j-embedded.jar -DFND_JDBC_STMT_CACHE_SIZE=200 -DCACHENODBINIT=true -DRUN_FROM_JDEV=true -mx256m -XX:MaxPermSize=256M -Doracle.j2ee.dont.use.memory.archive=false -Xverify:none -DcheckForUpdates=adminClientOnly -Doracle.application.environment=development -Doracle.j2ee.http.socket.timeout=500 -Doc4j.jms.usePersistenceLockFiles=false oracle.oc4j.loader.boot.BootStrap -config C:\jDev\jDev12.1.3\jdevhome\jdev\system\oracle.j2ee.10.1.3.41.57\embedded-oc4j\config\server.xml
[waiting for the server to complete its initialization...]
Aug 28, 2012 12:00:52 PM com.evermind.server.jms.JMSMessages log
INFO: JMSServer[]: OC4J JMS server recovering transactions (commit 0) (rollback 0) (prepared 0).
Aug 28, 2012 12:00:52 PM com.evermind.server.jms.JMSMessages log
INFO: JMSServer[]: OC4J JMS server recovering local transactions Queue[jms/Oc4jJmsExceptionQueue].
WARNING: Code-source C:\jDev\jDev12.1.3\jdevbin\jdev\appslibrt\xml.jar (from <library> in /C:/jDev/jDev12.1.3/jdevhome/jdev/system/oracle.j2ee.10.1.3.41.57/embedded-oc4j/config/application.xml) has the same filename but is not identical to /C:/jDev/jDev12.1.3/jdevbin/lib/xml.jar (from <code-source> (ignore manifest Class-Path) in META-INF/boot.xml in C:\jDev\jDev12.1.3\jdevbin\j2ee\home\oc4j.jar). If it contains different versions of the same classes, it will be masked as the latter is already visible in the search path of loader default.root:0.0.0.
WARNING: Code-source C:\jDev\jDev12.1.3\jdevbin\jdev\appslibrt\jazn.jar (from <library> in /C:/jDev/jDev12.1.3/jdevhome/jdev/system/oracle.j2ee.10.1.3.41.57/embedded-oc4j/config/application.xml) has the same filename but is not identical to /C:/jDev/jDev12.1.3/jdevbin/j2ee/home/jazn.jar (from <code-source> in META-INF/boot.xml in C:\jDev\jDev12.1.3\jdevbin\j2ee\home\oc4j.jar). If it contains different versions of the same classes, it will be masked as the latter is already visible in the search path of loader default.root:0.0.0.
WARNING: Code-source C:\jDev\jDev12.1.3\jdevbin\jdev\appslibrt\jazncore.jar (from manifest of /C:/jDev/jDev12.1.3/jdevbin/jdev/appslibrt/jazn.jar) has the same filename but is not identical to /C:/jDev/jDev12.1.3/jdevbin/j2ee/home/jazncore.jar (from <code-source> in META-INF/boot.xml in C:\jDev\jDev12.1.3\jdevbin\j2ee\home\oc4j.jar). If it contains different versions of the same classes, it will be masked as the latter is already visible in the search path of loader default.root:0.0.0.
WARNING: Code-source C:\jDev\jDev12.1.3\jdevhome\jdev\system\oracle.j2ee.10.1.3.41.57\embedded-oc4j\applications\datatags\webapp\WEB-INF\lib\uix2.jar (from WEB-INF/lib/ directory in C:\jDev\jDev12.1.3\jdevhome\jdev\system\oracle.j2ee.10.1.3.41.57\embedded-oc4j\applications\datatags\webapp\WEB-INF\lib) has the same filename but is not identical to /C:/jDev/jDev12.1.3/jdevbin/jdev/appslibrt/uix2.jar (from <library> in /C:/jDev/jDev12.1.3/jdevhome/jdev/system/oracle.j2ee.10.1.3.41.57/embedded-oc4j/config/application.xml). If it contains different versions of the same classes, it will be masked as the latter is already visible in the search path of loader datatags.web.webapp:0.0.0.
12/08/28 12:01:21 java.net.ConnectException: Connection timed out: connect
12/08/28 12:01:21      at java.net.TwoStacksPlainSocketImpl.socketConnect(Native Method)
12/08/28 12:01:21      at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:339)
12/08/28 12:01:21      at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:200)
12/08/28 12:01:21      at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:182)
12/08/28 12:01:21      at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:157)
12/08/28 12:01:21      at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:391)
12/08/28 12:01:21      at java.net.Socket.connect(Socket.java:579)
12/08/28 12:01:21      at java.net.Socket.connect(Socket.java:528)
12/08/28 12:01:21      at java.net.Socket.<init>(Socket.java:425)
12/08/28 12:01:21      at java.net.Socket.<init>(Socket.java:241)
12/08/28 12:01:21      at oracle.jdevimpl.runner.oc4j.Oc4jNotifier.sendMessage(Oc4jNotifier.java:98)
12/08/28 12:01:21      at oracle.jdevimpl.runner.oc4j.Oc4jNotifier.postInitApplicationServer(Oc4jNotifier.java:55)
12/08/28 12:01:21      at com.evermind.server.ApplicationServer.serverExtensionPostInit(ApplicationServer.java:1202)
12/08/28 12:01:21      at com.evermind.server.ApplicationServer.setConfig(ApplicationServer.java:1049)
12/08/28 12:01:21      at com.evermind.server.ApplicationServerLauncher.run(ApplicationServerLauncher.java:131)
12/08/28 12:01:21      at java.lang.Thread.run(Thread.java:722)
12/08/28 12:01:21 Oracle Containers for J2EE 10g (10.1.3.3.0) initialized
========== End of Error Log ================================
As per instructions, I have set JDEV_USER_HOME path, created new connection for connecting to Apps Instance. Connection test log show "success" message. I am able to load and compile toolbox.jws project. But at time of running HomePG.xml or any other file, I get exception mentioned above.
So far, I have tried below mentioned steps to resolve this issue but unable to resolve it.
1. Connecting to separate instance.
2. Reconfiguring jDev (all steps again)
3. Change to use Full Host Name, Host Short Name or IP Address in OC4J Preferences.
4. New DBC File for instance
5. Replace JDK 1.5.0 with JDK 1.7
6. Re-installing JDeveloper from C: to D:
Please help me resolve this issue.
Thanks and Regards,
Saurabh

There is some problem with your WSDL.
Share your wsdl content here.
Looks like some problem with your operation definition with input and output variable definitions.
Thanks,
Vijay

Similar Messages

  • Manged servers is not getting started (Unable to initialize the server)

    Hi,
    I have weblogic 7.0 is installed in solaris . I configured one of my managed servers on port 80 , while starting the managed server it's giving me the following error:
    <May 27, 2009 12:20:05 PM IST> <Emergency> <WebLogicServer> <000350> <Unable to create a server socket on Channel Default for: 172.16.42.16, port: 80. java.net.BindException: Permission denied Perhaps the address 10.16.39.16 is incorrect or another process is using port 80.>
    <May 27, 2009 12:20:06 PM IST> <Emergency> <Security> <090085> <Server failed to bind to any port such that it is not reachable from the console.>
    <May 27, 2009 12:20:06 PM IST> <Emergency> <WebLogicServer> <000342> <Unable to initialize the server: Fatal initialization exception>
    ontext.java:2727)
    at weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppServletContext.java:2700)
    at weblogic.servlet.internal.HttpServer.preloadResources(HttpServer.java:563)
    at weblogic.servlet.internal.WebService.preloadResources(WebService.java:476)
    at weblogic.t3.srvr.ServletInitRunner$1.run(ServletInitRunner.java:50)
    at weblogic.security.service.SecurityServiceManager.runAs(SecurityServiceManager.java:780)
    at weblogic.t3.srvr.ServletInitRunner.run(ServletInitRunner.java:46)
    at java.lang.Thread.run(Thread.java:479)
    <May 27, 2009 12:22:38 PM IST> <Emergency> <WebLogicServer> <000350> <Unable to create a server socket on Channel Default for: 172.16.42.16, port: 80. java.net.BindException: Permission denied Perhaps the address 172.16.42.16 is incorrect or another process is using port 80.>
    <May 27, 2009 12:22:39 PM IST> <Emergency> <Security> <090085> <Server failed to bind to any port such that it is not reachable from the console.>
    <May 27, 2009 12:22:39 PM IST> <Emergency> <WebLogicServer> <000342> <Unable to initialize the server: Fatal initialization exception>
    Please do needful to reslove the problem.
    Rgds,
    Krikar.

    Hi Krikar,
    Make sure -
    1. IP is correct.
    2. Specified port is not in use
    For getting the ports-in-use list, follow below link -
    http://www.unix.com/sun-solaris/87330-list-tcp-ports-process.html
    Regards,
    Anuj

  • Unable to initialize the server: Server failed to bind to the requested por

    I am facing the error while starting the server. I see the following error.
    <Sep 26, 2007 11:49:54 PM EDT> <Emergency> <WebLogicServer> <BEA-000350> <Unable to create a server socket on Channel Default for: 162.86.20.87, port: 8101. java.net.BindException: Address already in use Perhaps the address 162.86.20.87 is incorrect or another process is using port 8101.>
    <Sep 26, 2007 11:49:54 PM EDT> <Emergency> <Security> <BEA-090085> <Server failed to bind to the configured port. The port may already be used by another process.>
    <Sep 26, 2007 11:49:54 PM EDT> <Emergency> <WebLogicServer> <BEA-000342> <Unable to initialize the server: Server failed to bind to the requested port. See preceeding log message for details.>
    The WebLogic Server did not start up properly.
    Exception raised: 'weblogic.server.ServerLifecycleException: Server failed to bind to the requested port. See preceeding log message for details.'
    Reason: Server failed to bind to the requested port. See preceeding log message for details.
    If the port is already in use how to find which server is running on that port, how to find the process and kill it. I am using weblogic 8.1 sp4 in Solaris 8.

    Bruce:
    It sounds like (as you already note) failed to shutdown WLS, that is why the
    .loc file was held and why the port is in use, WLS process was still
    running. To see why it failed to shut down, I would examine the
    weblogic.log, aslo the servers std out and err. Additionally taking a
    thread dump (if possible) on the "it wont shut down" wls java process should
    show (maybe unless the VM is hosed), where/what is hanging on/around. Do
    you happen to have native code running with wls, say a type 2 JDBC driver?
    Otherwise it sounds like a VM bug. But more data is needed to be sure.
    Cheers
    mbg
    "Bruce Bryan" <[email protected]> wrote in message
    news:3ef08499$[email protected]..
    I was shutting down the WLS server using the console shutdown and itfailed to shutdown completely. I then attempted to use the kill command on
    the process which usually works. This time I was unable to kill the process
    without using the kill -9 command. When I attempted to bring the server
    back up I got a failure to get a lock on the embedded ldap. I removed the
    .loc file and came further up but was unable to get further than the
    listener ports which were still locked to the old process. Do you know of
    anything I can do the get the WLS server back up without rebooting my
    Solaris server????
    netstat -an shows the port is in use but the only process that is alloweduse that port is WLS.

  • Unable to initialize logging infrastructure for localization

    I think this might be trouble:
    After patching LMS 3.2 up, I checked Syslog Collector status. It *looked* fine, except every number is zero across the board. Toggling subscription on/off did nothing. I see an old thread with a similar issue that indicates TAC assistance with DB queries to fix config archive unique IDs is needed. Barring that, would I be able to recover by simply restoring a copy of the old LMS backup?
    Forwarded
    Invalid
    Filtered
    Dropped
    Received
    Up Time
    Update Time
    1.
    nms.fqdn.com
    0
    0
    0
    0
    0
    Feb 25 2010 02:22:00 Eastern Standard Time(GMT -05:00:00)
    Feb 25 2010 02:28:49 Eastern Standard Time(GMT -05:00:00)
    tail -f SyslogAnalyzerUI.log
    [ Wed Feb 24  18:19:38 EST 2010 ],INFO ,[TP-Processor6],com.cisco.nm.rmeng.common.VerifyRMELicense,validate,?,INFO: Resource Limit from License file=1500
    [ Wed Feb 24  18:19:38 EST 2010 ],INFO ,[TP-Processor6],com.cisco.nm.rmeng.common.VerifyRMELicense,validate,?,
    [ Thu Feb 25  02:10:42 EST 2010 ],ERROR,[TP-Processor1], Unable to initialize logging infrastructure for localization
    [ Thu Feb 25  02:10:43 EST 2010 ],ERROR,[TP-Processor1],No resource is associated with key "Unable to initialize logging infrastructure for localization".
    [ Thu Feb 25  02:10:43 EST 2010 ],ERROR,[TP-Processor1],Unable to initialize logging infrastructure for localization
    I did a full dmgtd restart, but there's no new entry in SyslogAnalyzerUI.log:

    tail -f AnalyzerDebug.log
    [ Thu Feb 25  02:21:45 EST 2010 ],INFO ,[main],newsyslogqueue queue created with max size 100000
    [ Thu Feb 25  02:21:45 EST 2010 ],INFO ,[main],processorsyslogqueue queue created with max size 100000
    [ Thu Feb 25  02:21:45 EST 2010 ],INFO ,[main],Queue for new incoming syslogs created with size 100000
    [ Thu Feb 25  02:21:45 EST 2010 ],INFO ,[main],Queue for action processor created with size 100000
    [ Thu Feb 25  02:21:55 EST 2010 ],INFO ,[main],Action processors created
    [ Thu Feb 25  02:21:55 EST 2010 ],INFO ,[main],Action processors created
    [ Thu Feb 25  02:21:55 EST 2010 ],INFO ,[main],Action processors created
    [ Thu Feb 25  02:21:55 EST 2010 ],INFO ,[main],Action processors created
    [ Thu Feb 25  02:21:55 EST 2010 ],INFO ,[main],Action processors created
    [ Thu Feb 25  02:22:00 EST 2010 ],INFO ,[main],Service started...
    tail -f SyslogCollector.log
    SyslogCollector - [Thread: main] INFO , 25 Feb 2010 02:01:14,930, Logging System Initialized.
    SyslogCollector - [Thread: main] INFO , 25 Feb 2010 02:01:14,932, System Initialized.
    SyslogCollector - [Thread: main] INFO , 25 Feb 2010 02:01:14,962, Queue Cap 100000
    SyslogCollector - [Thread: main] WARN , 25 Feb 2010 02:01:17,330, Unable to resurrect connection to a subscriber.
    SyslogCollector - [Thread: main] INFO , 25 Feb 2010 02:01:17,376, Service started...
    SyslogCollector - [Thread: main] INFO , 25 Feb 2010 02:17:19,644, Logging System Initialized.
    SyslogCollector - [Thread: main] INFO , 25 Feb 2010 02:17:19,646, System Initialized.
    SyslogCollector - [Thread: main] INFO , 25 Feb 2010 02:17:19,666, Queue Cap 100000
    SyslogCollector - [Thread: main] WARN , 25 Feb 2010 02:17:21,947, Unable to resurrect connection to a subscriber.
    SyslogCollector - [Thread: main] INFO , 25 Feb 2010 02:17:21,993, Service started...
    tail -f SyslogAnalyzerUI.log
      repositories:
        /WEB-INF/classes/
    ----------> Parent Classloader:
    org.apache.catalina.loader.StandardClassLoader@170bea5
    [ Wed Feb 24  18:19:38 EST 2010 ],INFO ,[TP-Processor6],com.cisco.nm.rmeng.common.VerifyRMELicense,validate,?,INFO: Resource Limit from License file=1500
    [ Wed Feb 24  18:19:38 EST 2010 ],INFO ,[TP-Processor6],com.cisco.nm.rmeng.common.VerifyRMELicense,validate,?,
    [ Thu Feb 25  02:10:42 EST 2010 ],ERROR,[TP-Processor1], Unable to initialize logging infrastructure for localization
    [ Thu Feb 25  02:10:43 EST 2010 ],ERROR,[TP-Processor1],No resource is associated with key "Unable to initialize logging infrastructure for localization".
    [ Thu Feb 25  02:10:43 EST 2010 ],ERROR,[TP-Processor1],Unable to initialize logging infrastructure for localization

  • OfficeJet 8600 Pro Unable to Connect to Server for eprint BUT is connected to nework

    Just set up my 8600 and everything connected great until I tried to connect to enable web services on the printer.  It says it is unable to connect to serve and asks if I want to enter a proxy.  I dont understand why it cannot connect to server if my printer is connect to my network??

    Hello cboucher78,
    Welcome to the HP Support forums.  I gather  that you are getting an error message when you are trying enable the web services for your Officejet Pro 8600 printer.
    The message you are getting is indicating that the printer cannot establish 2-way communication with the HP ePrint servers and needs some assistance.  Please set a manual IP address and manual DNS servers to correct this.  I have included a link to another post I did that has the steps with screen shots.
    Regards,
    Happytohelp01
    Please click on the Thumbs Up on the right to say “Thanks” for helping!
    Please click “Accept as Solution ” on the post that solves your issue to help others find the solution.
    I work on behalf of HP

  • Creative Cloud Packager unable to contact Adobe server for the last two days

    I know you had an outage on Wednesday as confirmed by Adobe support. I checked Creative Cloud Status and I see "Creative Cloud is operating normally". I have verified that our Internet connection is OK.
    I have been trying to build the cloud install but I get the error "There seems to be a problem connecting to the Adobe servers please try again". The problem has been intermittent but this morning it is constant. How many time does the packager have to check in during the build process? When I do not get this error I have seen it get to the end of the package build then error out and delete all the files it created.
    When is this going to be finally resolved? You force us to use this packager instead of standard installation practices which is bad enough. Extended outages like this are annoying to say the least.

    Please read, and reply back here with information https://forums.adobe.com/thread/1499014
    -try some steps such as changing browsers and turning off your firewall
    -also flush your browser cache so you are starting with a fresh browser
    http://myleniumerrors.com/installation-and-licensing-problems/creative-cloud-error-codes-w ip/
    http://helpx.adobe.com/creative-cloud/kb/failed-install-creative-cloud-desktop.html
    or
    A chat session where an agent may remotely look inside your computer may help
    Creative Cloud chat support (all Creative Cloud customer service issues)
    http://helpx.adobe.com/x-productkb/global/service-ccm.html

  • Unable to start OC4J server - Oracle SOA suite 10.1.3.5

    Hi,
    We are getting the following error, while start the server. Please help us.
    11/06/30 20:46:26 java.lang.ClassCastException: org.apache.log4j.PatternLayout cannot be cast to org.apache.log4j.Layout
    11/06/30 20:46:26 at org.apache.log4j.xml.DOMConfigurator.parseLayout(DOMConfigurator.java:446)
    11/06/30 20:46:26 at org.apache.log4j.xml.DOMConfigurator.parseAppender(DOMConfigurator.java:186)
    11/06/30 20:46:26 at org.apache.log4j.xml.DOMConfigurator.findAppenderByName(DOMConfigurator.java:140)
    11/06/30 20:46:26 at org.apache.log4j.xml.DOMConfigurator.findAppenderByReference(DOMConfigurator.java:153)
    11/06/30 20:46:26 at org.apache.log4j.xml.DOMConfigurator.parseChildrenOfLoggerElement(DOMConfigurator.java:415)
    11/06/30 20:46:26 at org.apache.log4j.xml.DOMConfigurator.parseCategory(DOMConfigurator.java:335)
    11/06/30 20:46:26 at com.collaxa.ServerLoggerManager$DOMConfigurator.parseCategory(ServerLoggerManager.java:464)
    11/06/30 20:46:26 at org.apache.log4j.xml.DOMConfigurator.parse(DOMConfigurator.java:781)
    11/06/30 20:46:26 at org.apache.log4j.xml.DOMConfigurator.doConfigure(DOMConfigurator.java:666)
    11/06/30 20:46:26 at org.apache.log4j.xml.DOMConfigurator.doConfigure(DOMConfigurator.java:616)
    11/06/30 20:46:26 at org.apache.log4j.xml.DOMConfigurator.doConfigure(DOMConfigurator.java:584)
    11/06/30 20:46:26 at com.collaxa.ServerLoggerManager.init(ServerLoggerManager.java:69)
    11/06/30 20:46:26 at oracle.bpel.services.common.ServicesLogger.initLoging(ServicesLogger.java:602)
    11/06/30 20:46:26 at oracle.bpel.services.common.ServicesLogger.getLogger(ServicesLogger.java:183)
    11/06/30 20:46:26 at oracle.bpel.services.common.ServicesLogger.canLog(ServicesLogger.java:373)
    11/06/30 20:46:26 at oracle.bpel.services.workflow.util.LogUtil.isLoggingEnabled(LogUtil.java:56)
    11/06/30 20:46:26 at oracle.bpel.services.workflow.util.LogUtil.isDebugLoggingEnabled(LogUtil.java:67)
    11/06/30 20:46:26 at oracle.bpel.services.workflow.util.LogUtil.verifyAndLogDebugMessage(LogUtil.java:138)
    11/06/30 20:46:26 at oracle.bpel.services.workflow.query.impl.TaskQueryService.authenticate(TaskQueryService.java:157)
    11/06/30 20:46:26 at com.abc.workflow.task.service.ABCTaskService.getWorkFlowContext(ABCTaskService.java:2011)
    11/06/30 20:46:26 at com.abc.workflow.task.service.ABCTaskService.customTaskAction(ABCTaskService.java:1647)
    11/06/30 20:46:26 at com.abc.workflow.task.facade.runtime.ABCTaskServiceSOAPPortBinding_Tie.invoke_customTaskAction(ABCTaskServiceSOAPPortBinding_Tie.java:910)
    11/06/30 20:46:26 at com.abc.workflow.task.facade.runtime.ABCTaskServiceSOAPPortBinding_Tie.processingHook(ABCTaskServiceSOAPPortBinding_Tie.java:1474)
    11/06/30 20:46:26 at oracle.j2ee.ws.server.StreamingHandler.handle(StreamingHandler.java:297)
    11/06/30 20:46:26 at oracle.j2ee.ws.server.JAXRPCProcessor.doEndpointProcessing(JAXRPCProcessor.java:430)
    11/06/30 20:46:26 at oracle.j2ee.ws.server.WebServiceProcessor.invokeEndpointImplementation(WebServiceProcessor.java:379)
    11/06/30 20:46:26 at oracle.j2ee.ws.server.JAXRPCProcessor.doRequestProcessing(JAXRPCProcessor.java:294)
    11/06/30 20:46:26 at oracle.j2ee.ws.server.WebServiceProcessor.processRequest(WebServiceProcessor.java:114)
    11/06/30 20:46:26 at oracle.j2ee.ws.server.JAXRPCProcessor.doService(JAXRPCProcessor.java:151)
    11/06/30 20:46:26 at oracle.j2ee.ws.server.WebServiceServlet.doPost(WebServiceServlet.java:200)
    11/06/30 20:46:26 at javax.servlet.http.HttpServlet.service(HttpServlet.java:763)
    11/06/30 20:46:26 at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    11/06/30 20:46:26 at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:734)
    11/06/30 20:46:26 at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:391)
    11/06/30 20:46:26 at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:908)
    11/06/30 20:46:26 at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:458)
    11/06/30 20:46:26 at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:313)
    11/06/30 20:46:26 at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:199)
    11/06/30 20:46:26 at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
    11/06/30 20:46:26 at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
    11/06/30 20:46:26 at java.lang.Thread.run(Thread.java:619)
    11/06/30 20:46:26 log4j:ERROR Could not create an Appender. Reported error follows.

    Hi Pardi ,
    Hope you have done this workaround , If not please try to Look for basic Server URLs, Port Numbers, Connection Strings, Domains & File Locations in BPEL.xml file /.esbsvc and try to
    Change according to new (Current) Server URLs, Port Numbers, Connection Strings, Domains & File Locations
    Example:
    ======
    partnerLinkBinding name=”BPELProcess1”>
    <property name=”wsdlLocation”> BPELProcess1.wsdl</property>
    <property name=”wsdlRuntimeLocation”>http://host:port/orabpel/default/ABCDistribution /1.0/ABCDistribution?wsdl</property>
    </partnerLinkBinding>
    To
    <partnerLinkBinding name=”BPELProcess1“>
    <property name=”wsdlLocation”>BPELProcess1.wsdl</property>
    <property
    name=”wsdlRuntimeLocation”>http://mysoaserver.mydomain.com:7777/orabpel/default/BPELProcess1/1.0/BPELProcess1?wsdl</property>
    </partnerLinkBinding>
    Regards,
    Kiran
    Edited by: Kiranlal on Jul 25, 2011 4:29 AM

  • I am having trouble with safari and App Store with my iPad. More often than not it says unable to connect to server for both. My wifi is good, my laptop (a pc) has noe trouble. Signal strength is strong. Help please!! Extremely frustrated!

    I have iOS 6, and have done a reset (full erase). It was happening before the upgrade.

    Aha! I have sorted it.
    For those with similar problems, the solution is this:
    Macintosh HD > Library > Audio > MIDI Drivers
    Then delete DigiDioMidiDriver.plugin

  • Bug:Unable to initialize the credential store[Version 11.1.1.0.2]

    Hi Experts,
    Is this Jdeveloper 11gR2 (Studio Edition Version 11.1.1.0.2) Bug!!
    I did connect by this JDeveloper IDE and working well for different projects but I have found it when I import project by Subversion from another Repository. After importing this project I am trying to connect (when tried to test connection then it shows success but when do click Ok button then it shows Exception) and failed to getting Exception as "Unable to initialize the credential store"
    Please note that there only one file exists in \src\META-INF\ is weblogic-application.xml
    Please Help me how to solve this issue. Its quite urgent.
    javax.naming.NamingException [Root exception is oracle.adf.share.security.ADFSecurityRuntimeException: Unable to initialize the credential store.   
         at oracle.adf.share.jndi.ContextImpl.throwNamingException(ContextImpl.java:390)
         at oracle.adf.share.jndi.ContextImpl.saveDocument(ContextImpl.java:702)
         at oracle.adf.share.jndi.ContextImpl.save(ContextImpl.java:720)
         at oracle.adf.share.jndi.AdfInitialContext.save(AdfInitialContext.java:91)
         at oracle.adfinternal.rc.connection.UncloseableContextWrapper.save(UncloseableContextWrapper.java:89)
         at oracle.jdeveloper.rescat2.util.ConnectionUtil.invokeOldStyleWizard(ConnectionUtil.java:137)
         at oracle.jdeveloper.rescat2.util.ConnectionUtil.showWizard(ConnectionUtil.java:66)
         at oracle.adf.share.dt.AppConnContextMenuListener.onNewConnection(AppConnContextMenuListener.java:600)
         at oracle.adf.share.dt.AppConnContextMenuListener.newReposConnHandled(AppConnContextMenuListener.java:594)
         at oracle.adf.share.dt.AppConnContextMenuListener.handleEvent(AppConnContextMenuListener.java:120)
         at oracle.ide.controller.IdeAction.performAction(IdeAction.java:524)
         at oracle.ide.controller.IdeAction.actionPerformedImpl(IdeAction.java:866)
         at oracle.ide.controller.IdeAction.actionPerformed(IdeAction.java:496)
         at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1995)
         at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2318)
         at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:387)
         at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:242)
         at javax.swing.AbstractButton.doClick(AbstractButton.java:357)
         at javax.swing.plaf.basic.BasicMenuItemUI.doClick(BasicMenuItemUI.java:1220)
         at javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(BasicMenuItemUI.java:1261)
         at java.awt.Component.processMouseEvent(Component.java:6041)
         at javax.swing.JComponent.processMouseEvent(JComponent.java:3265)
         at java.awt.Component.processEvent(Component.java:5806)
         at java.awt.Container.processEvent(Container.java:2058)
         at java.awt.Component.dispatchEventImpl(Component.java:4413)
         at java.awt.Container.dispatchEventImpl(Container.java:2116)
         at java.awt.Component.dispatchEvent(Component.java:4243)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4322)
         at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3986)
         at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3916)
         at java.awt.Container.dispatchEventImpl(Container.java:2102)
         at java.awt.Window.dispatchEventImpl(Window.java:2440)
         at java.awt.Component.dispatchEvent(Component.java:4243)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:599)
         at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:273)
         at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:183)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:173)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:168)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:160)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:121)
    Caused by: oracle.adf.share.security.ADFSecurityRuntimeException: Unable to initialize the credential store.   
         at oracle.adf.share.security.credentialstore.CredentialStoreContext.getCredentialStorage(CredentialStoreContext.java:174)
         at oracle.adf.share.security.credentialstore.CredentialStoreContext.getCredentialProvisioner(CredentialStoreContext.java:98)
         at oracle.adf.share.security.credentialstore.CredentialProvisioner.<init>(CredentialProvisioner.java:43)
         at oracle.adf.share.jndi.CredentialStoreHelper.<init>(CredentialStoreHelper.java:52)
         at oracle.adf.share.jndi.ReferenceStoreHelper.saveCredentials(ReferenceStoreHelper.java:436)
         at oracle.adf.share.jndi.ContextImpl.saveDocument(ContextImpl.java:692)
         ... 38 more
    Caused by: java.lang.reflect.InvocationTargetException
         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:513)
         at oracle.adf.share.security.credentialstore.CredentialStoreContext.getCredentialStorage(CredentialStoreContext.java:170)
         ... 43 more
    Caused by: oracle.adf.share.security.ADFSecurityRuntimeException: Unable to initialize the credential store.   
    java.io.FileNotFoundException: F:\BANK\SVNaticps\src\META-INF\jps-config.xml (The system cannot find the file specified)
         at oracle.adf.share.dt.security.providers.jps.CSFDTCredentialStore.initialize(CSFDTCredentialStore.java:184)
         at oracle.adf.share.security.providers.jps.CSFCredentialStore.<init>(CSFCredentialStore.java:204)
         at oracle.adf.share.dt.security.providers.jps.CSFDTCredentialStore.<init>(CSFDTCredentialStore.java:93)
         ... 48 more
    Caused by: oracle.security.jps.JpsException: java.io.FileNotFoundException: F:\BANK\SVNaticps\src\META-INF\jps-config.xml (The system cannot find the file specified)
         at oracle.adf.share.dt.jps.FileBasedJpsConfigStorage$FileBasedReader.parse(FileBasedJpsConfigStorage.java:60)
         at oracle.adf.share.dt.jps.JpsConfigReader.readXML(JpsConfigReader.java:79)
         at oracle.adf.share.dt.jps.JpsConfigUtils.readJpsConfig(JpsConfigUtils.java:123)
         at oracle.adf.share.dt.jps.JpsConfigUtils.getCredentialStore(JpsConfigUtils.java:1275)
         at oracle.adf.share.dt.jps.JpsConfigUtils.getCredentialStore(JpsConfigUtils.java:1301)
         at oracle.adf.share.dt.security.providers.jps.CSFDTCredentialStore.initialize(CSFDTCredentialStore.java:159)
         ... 50 more
    Caused by: java.io.FileNotFoundException: F:\BANK\SVNaticps\src\META-INF\jps-config.xml (The system cannot find the file specified)
         at java.io.FileInputStream.open(Native Method)
         at java.io.FileInputStream.<init>(FileInputStream.java:106)
         at java.io.FileInputStream.<init>(FileInputStream.java:66)
         at sun.net.www.protocol.file.FileURLConnection.connect(FileURLConnection.java:70)
         at sun.net.www.protocol.file.FileURLConnection.getInputStream(FileURLConnection.java:161)
         at java.net.URL.openStream(URL.java:1009)
         at oracle.xml.parser.v2.XMLReader.openURL(XMLReader.java:2590)
         at oracle.xml.parser.v2.XMLReader.pushXMLReader(XMLReader.java:236)
         at oracle.xml.parser.v2.XMLParser.parse(XMLParser.java:208)
         at oracle.xml.jaxp.JXDocumentBuilder.parse(JXDocumentBuilder.java:155)
         at javax.xml.parsers.DocumentBuilder.parse(DocumentBuilder.java:208)
         at oracle.adf.share.dt.jps.FileBasedJpsConfigStorage$FileBasedReader.parse(FileBasedJpsConfigStorage.java:55)
         ... 55 moreEdited by: Zakir Hossain on Jun 7, 2009 1:37 PM

    Hi,
    Now I can work and connecting on it after importing connection files/parameters what created from another site of that Repository. And also can possible to do new connection.*
    But my question is why not getting proper message, why need to waste time about this type of error?*
    In JDeveloper 11g versions have lots of meaningless exceptions another is NullPointerException. Why not give us prompt with proper and valid information. I am very much tired about finding and identifying this types of BUG :)*
    Wish will be resolved by releasing a patch ASAP.*
    Regards
    Zakir
    ===

  • Error while installing exchange2007 : Unable to initialize the Microsoft Exchange Information Store service. Failed to find the

    Hi,
    I am trying fresh install of exchange2007, everything gone well but, finally it thrown a error saying :
    Unable to initialize the Microsoft Exchange Information Store service. Failed to find the working directory parameter from the registry - Error 0x80004005.
    the installation log says
    6/5/2007 3:14:05 PM] [1] Processing component 'Mailbox Service Control (Last)' (Starting mailbox services).
    [6/5/2007 3:14:05 PM] [1] Executing 'start-SetupService -ServiceName MSExchangeIS -MaximumWaitTime "unlimited"', handleError = False
    [6/5/2007 3:14:05 PM] [2] Launching sub-task '$error.Clear(); start-SetupService -ServiceName MSExchangeIS -MaximumWaitTime "unlimited"'.
    [6/5/2007 3:14:05 PM] [2] Beginning processing.
    [6/5/2007 3:14:05 PM] [2] The maximum wait for the operation is set to 'unlimited'.
    [6/5/2007 3:14:05 PM] [2] Service checkpoint has progressed. Previous checkpoint='0' - Current checkpoint='1'.
    [6/5/2007 3:14:05 PM] [2] Will wait '10000' milliseconds for the service 'MSExchangeIS' to reach status 'Running'.
    [6/5/2007 3:14:15 PM] [2] Service 'MSExchangeIS' failed to reach status 'Running' on this server after waiting for '10000' milliseconds.
    [6/5/2007 3:14:15 PM] [2] Service 'MSExchangeIS' failed to start. Check the event log for possible reasons for the service start failure.
    [6/5/2007 3:14:15 PM] [2] [ERROR] Unexpected Error
    [6/5/2007 3:14:15 PM] [2] [ERROR] Service 'MSExchangeIS' failed to start. Check the event log for possible reasons for the service start failure.
    [6/5/2007 3:14:15 PM] [2] Ending processing.
    [6/5/2007 3:14:15 PM] [1] The following 1 error(s) occurred during task execution:
    [6/5/2007 3:14:15 PM] [1] 0.  ErrorRecord: Service 'MSExchangeIS' failed to start. Check the event log for possible reasons for the service start failure.
    [6/5/2007 3:14:15 PM] [1] 0.  ErrorRecord: Microsoft.Exchange.Configuration.Tasks.ServiceFailedToStartException: Service 'MSExchangeIS' failed to start. Check the event log for possible reasons for the service start failure.
    [6/5/2007 3:14:15 PM] [1] [ERROR] Service 'MSExchangeIS' failed to start. Check the event log for possible reasons for the service start failure.
    [6/5/2007 3:14:15 PM] [1] Setup is halting task execution because of one or more errors in a critical task.
    [6/5/2007 3:14:15 PM] [1] Finished executing component tasks.
    [6/5/2007 3:14:15 PM] [1] Ending processing.
    [6/5/2007 3:14:18 PM] [0] End of Setup
    [6/5/2007 3:14:18 PM] [0] **********************************************
    this I am trying on my test system please help me out in resolving the issue
    thanks in advance,

    Gary,
    Open Registry Editor.
    In Registry Editor, navigate to the following registry key:
    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\MSExchangeIS\ParametersSystem
    Create the following value (REG_SZ): Working Directory and give it a value that points to the new database folder.
    Make sure you back up the registry before you do any changes on it.
    Raj

  • 5.1.4 update breaks HDV capture? Unable to Initialize Capture Device

    Problem:
    Final Cut Pro cannot capture standard 1080i60 HDV footage from Sony FX1 camcorder. FCP reports "Unable to Initialize Capture Device" when the log and capture window is opened. However, the footage CAN be captured in iMovie (which is interesting, and unacceptable). When HDV>DV downconvert option on camcorder is activated, footage CAN be captured as anamorphic SD, so the camcorder and FW do work.
    The problem is occuring on a rock-solid FCP system that I use on a regular basis (mainly for SD editing). It has been approx 2 weeks since I last attempted a HDV capture, the system has been working great with SD footage (still does).
    Factors that have changed to my knowledge since HDV capture was last functioning properly:
    *Added a new external FW drive into regular usage (a different brand than normally used, no issues with it so far).
    *Updated FCP to 5.1.3, and then 5.1.4 when that fix came out. All SD captures and work have been fine so far.
    Here's what's interesting...I had a copy of the FCP v5.0.4 .app that I had saved an archive of prior to the crossgrade update. Guess what? I can load it up, and it captures HDV without any problems! With that in mind, this looks like an FCP 5.1.4 issue. But I am at a loss on how to proceed further in troubleshooting. Many thanks in advance for any assistance.
    Matt Jeppsen
    FresHDV.com
    ---NOTES---
    What I have tried:
    *Attempted capture with a different Sony FX1 camcorder.
    *Swapped firewire cables and system firewire ports.
    *Attempted capture with camera FW chained to an external HDD.
    *Unplugged all other external firewire devices from the system.
    *Trashed FCP prefs using FCP Rescue 5, created new project using Easy Setup (for HDV).
    *Tried different variations of FCP A/V settings, tried all the HDV FW device control presets and the HDV AIC capture preset.
    *Per instructions at http://docs.info.apple.com/article.html?artnum=301852 I removed the numbered Quicktime pckg Receipts and re-installed the latest version (7.13). Post-install/reboot, I repaired Disk Prefs and Verified the disk using Disk Util.
    *Have also attempted installing QT 7.13 2 and 3 times in a row, also trying disk prefs repair BEFORE the post-install reboot.
    Final Cut Pro Audio/Video Settings:
    Sequence Preset: HDV-1080i60
    Capture Preset: HDV
    Device Control Preset: Sony HDV Firewire
    Sony HDR-FX1 IN/OUT REC settings:
    *VCR HDV/DV: HDV
    *COMPONENT: 1080i/480i
    *i.LINK CONV: OFF
    *TV TYPE: 16:9
    *A/V->DV OUT: OFF
    System/Software Facts:
    *Final Cut Pro 5.1.4
    *Quicktime 7.13
    *PPC Mac G5 2.7 Dual (2.5GB RAM)
    *35GB free on System, 45GB free on internal FCP Scratch disk
    Final Cut Pro 5.1.4, G5 DP 2.7 (PPC) Mac OS X (10.4.8)

    I think I figured out this vexing problem. I too was having the same issue. Check to see that your Quicktime is newer than 7.1.2. If it isn't you'll have to upgrade it. I only upgraded to 7.1.6 here because I was afraid of going to a really new version. http://www.apple.com/support/downloads/quicktime716formac.html. After I upgraded my quicktime, I ran software update and the Final Cut Pro 5.1.4 update appeared. I hoipe this helps.

  • Unable to initialize HDV deck.   Please make sure a deck is connected....

    Ok, this is driving me nuts. I've done this before. I have a Canon HV20. I spent HOURS and HOURS on Sunday (two days ago) capturing 1.5 hours of video (DV, not HD) from my HV20 using iMovie09. Then spent more hours burning a DVD using iDVD09. Results were less than glamorous. Quite disappointing, video-quality-wise....
    So today I reinstalled FCE 4.0 (HD) and decided to capture a few minutes of the same film and compare the results when making a DVD. My expectations are that it will look better. Naturally, I was hoping for the less-expensive, easier to use product (iMove09) would win, but so far, I can't compare because I keep getting "Unable to initialize HDV deck...". Folks, I have a firewire cable connected. I just used the same camera on the same cable on the same computer (macbook pro). the ONLY thing i changed was the software. Even switched back to iMovie for a minute to see if the cable still worked and sure enough, it's fine.
    So, I'm blank on ideas here as to why "FILE/CAPTURE" in FCE would give me this error now. I'm waaaaaaaay open to ideas and even open to "stupid user error"... just tell me what it is....
    This is soooooooooooo frustrating. Now I remember why I don't do video that often. Real pain in the butt sometimes...
    Thoughts????

    "Unable to initialize HDV deck...".
    You seem to be trying to capture DV?
    At the moment FCE is looking for a HDV camera and there is not one attached, a DV camera is.
    Change the Easy Setup to the correct DV option to match the cameras output (audio and video), save, then try again.
    Al

  • Unable to initialize hdv deck problem

    Hi all,
    I'm having the 'unable to initialize hdv deck' problem. I am trying to capture HD footage from a Sony HVR-A1E camera. iLink and down conversion are off (like they should be) and I have just captured a HD tape before the problem started.
    I don't understand how I could capture HD footage just fine and then without touching any settings (just trying to start capture again) I suddenly get the error message, "Unable to initialize HDV deck. Please make sure a deck is connected and try again."
    Any ideas?

    Definitely. Shot on HDV, definite difference between the clips I've captured so far (HD capture that worked fine before this is high quality sharp image, where as when capturing in SD, image quality is poor and smaller).
    Everything has been filmed on the same camera with no setting changes between shots. Like I said before, I have already been able to capture today in HD just fine, but for some unknown reason (which I don't think is the prefs.) capture will not work. I can 'trick' FCE into HD capture but it gets stuck on cueing tape (even though video is playing fine on camera).

  • Unable to Initialize Capture Device

    Hi,
    I am having a problem importing/capturing HDV video from my JVC HD GR 1 getting "Unable to Initialize Capture Device".
    I have been able to capture fine up to this point, finicky some times to be sure, but workable, then in the last few weeks it began getting more and more finicky (wouldn't connect to camera, restart and it works fine), until just the other day it wont connect no matter what I do!
    Help?
    Ask questions if you need clarification.
    Camera: JVC HD GR 1
    Tape: Mini DV
    Format: HDV
    Software: FCP 5.1.4

    Unfortunately when both "Capture" and "Device Control" presets are not set to HDV it wont even try to connect and gives me this warning:
    "To capture HDV source material, both the Capture and Device Control presets must be configured for HDV; otherwise, to capture in another format, both must not be configured for HDV."
    As a side note when my camera was connecting to FCP. FCP would only give me on screen controls half the time.

  • Unable to initialize capture device and device control in HDV

    I shot with a Sony HVR-Z1U/Z1N and am using a Sony HDV 1080i tape deck to digitize.
    I recently purchased a MacBook Pro and installed FCP Pro 5 on it. After getting over some time code issues we were chugging along, when on the 4th tape the image on the log and capture screen suddenly dissapeared (I could get audio and could see the image on the tape deck). Well after taking the tape out, checking and rechecking it I popped it back in and ever since then, I have been getting this error mssg "Unable to initialize capture device and device control."
    I have tried deleting the preferences and starting from scratch. If I do that, and choose the easy setup with HDV- 1080i60, it gives me this error "Unable to locate the following external devices- HDV (1440 X 1080) 30fps.
    I upgraded to FCP 5.1.2 this morning and upgraded the OS to 10.4.7 and QT to 7.1.3 and still no change.
    Im at my wits end, Ive been working on this for a whole week now.
    Thank you,
    Bugs

    It has been reported to take more than one attempt to correct the installation but, if properly executed on a machine without other system problems, the QT reinstall process does work. The key element here is you must reinstall QT after you trash the receipts. The process is listed below.
    x
    To do a full quicktime reinstall.
    Go to /library/receipts and delete any files that say Quicktime followed by a number e.g. Quicktime703.pkg
    Go to the Apple quicktime site and download the appropriate version of Quicktime to your hard drive.
    Run the Quicktime installer.
    Repair Disk Permissions for your System Disk (Disk Utility > Select the system disk > Repair Disk Permissions)
    Reboot
    If this doesn't work, then the problem lies elsewhere:
    1. your system - user preferences, firewire ports or other system elements.
    2. your equipment - camera/deck/firewire cables.
    3. your process - not setting up the software properly or using the software erroneously.
    Listed below is a troubleshooting process. Not all steps are appropriate but the general process of isolating the problem is useful.
    Troubleshooting Steps for OS X
    by Jan Johannsen (Collected from: Apple>User Tips Library>User Tips Contributions forum)
    FIRST AID
    01 Completely shutdown, wait a 5 minutes, restart
    02 Make sure you're not running out of free space on the System volume
    03 Check/fix the filesystem using Disk Utility &/or Diskwarrior
    04 Repair permissions using Disk Utility
    05 Create a new user account, and see if the problem persists there
    06 Clear system & user caches
    07 Run FCP Rescue
    08 Unplug all USB, Firewire devices except Apple mouse
    09 Startup in SafeBoot mode, and see if the problem persists there
    10 Reset system firmware
    MORE SERIOUS TROUBLESHOOTING
    11 Reapply the latest combo updater
    12 Run the Apple hardware diagnostic CD
    13 Check the hard drive for bad blocks
    14 Take out 3rd party RAM
    15 Unplug 3rd Party PCI cards
    16 Reset PMU
    17 Archive and reinstall the OS
    18 Reinstall the system from scratch
    19 Send the machine back to Apple

Maybe you are looking for

  • ADobe Photoshop cs2 - boot?????

    My question to all Photoshop cs2 users on Imac ---- Has anyone been able to boot up Adobe Photoshop cs2 on their new Imac? If you have what did you do to get it to work??

  • Can you copy roto brush?

    HI. I am editing two shots of almost identical footage and was wondering if there was a way to copy the rotobrush from one shot onto another and still be able to tweak it to fit the new shot. I know starting over is an option but there is some tricky

  • Reset BPM Cubes

    I'm working with 11g I must delete all data in BPM Cubes. I have inserted in my process a business indicator (*Segnalazioni*) and I defined a dashboard in workspace But I have a generic error : "Operation Error." Even though I deleted all instances o

  • While iterating through cursor,system reset, refere to exception in thread

    here is the exception,thanks. ====================== EXCEPTION ====================== NIP: C0A4FB54 XER: 20000000 LR: C0A5ABD0 SP: C53C2CB0 REGS: c53c2c00 TRAP: 0300 Not tainted MSR: 00009032 EE: 1 PR: 0 FP: 0 ME: 1 IR/DR: 11 DAR: 0000000C, DSISR: 22

  • Metadata from scammer

    A relative has been receiving continued scam attempts including photoshop mock-ups of fake ids. Can I find the origin of these and whether they are all from one source from the metadata (they have been flattened to jpeg) and which bit should I be loo