Problem ceating domains in 10.1.3.1.0

I recently installed the OSA version of Oracle BPEL 10.1.3.1.0 everything was going well until I tried to create a new domain.
I used the instructions in the online manual and created the domain through the http://localhost:port/BPELAdmim page. Everything looked to be fine until I attempted to restart the OracleAS using the stop and start SOA suite short cuts.
When the environment started up it took its time and eventually reported the following error ORABPEL-02052 found by viewing the logs. The details of which are included at the end of this post.
When the Oracle SOA suite eventually started I was not able to get to the BPEL Console but I was able to get to the http://localhost:port/BPELAdmim page and remove the domain I had created, after removal of the domain I started the OracleAS and the BPEL server came up normally. I repeated the process of creating the new domain and replicated the error
ORABPEL-02052
Cannot lookup BPEL domain.
The BPEL domain "ehealth" cannot be found; the domain may not have initialized properly.
Please verify that the BPEL domain loader has a valid set of initialization properties in the application properties file.
     at com.collaxa.cube.engine.CubeEngineHolder.getStatus(CubeEngineHolder.java:41)
     at com.collaxa.cube.engine.CubeEngineHolder.getEngine(CubeEngineHolder.java:52)
     at com.collaxa.cube.engine.CubeContextManager.initialize(CubeContextManager.java:29)
     at com.collaxa.cube.engine.CubeContextManager.create(CubeContextManager.java:57)
     at com.collaxa.cube.ejb.impl.BaseCubeSessionBean.createContext(BaseCubeSessionBean.java:87)
     at com.collaxa.cube.ejb.impl.FinderBean.lookupDomain(FinderBean.java:64)
     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:585)
     at com.evermind.server.ejb.interceptor.joinpoint.EJBJoinPointImpl.invoke(EJBJoinPointImpl.java:35)
     at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
     at com.evermind.server.ejb.interceptor.system.DMSInterceptor.invoke(DMSInterceptor.java:52)
     at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
     at com.evermind.server.ejb.interceptor.system.JAASInterceptor$1.run(JAASInterceptor.java:31)
     at com.evermind.server.ThreadState.runAs(ThreadState.java:620)
     at com.evermind.server.ejb.interceptor.system.JAASInterceptor.invoke(JAASInterceptor.java:34)
     at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
     at com.evermind.server.ejb.interceptor.system.TxNotSupportedInterceptor.invoke(TxNotSupportedInterceptor.java:43)
     at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
     at com.evermind.server.ejb.interceptor.system.DMSInterceptor.invoke(DMSInterceptor.java:52)
     at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
     at com.evermind.server.ejb.InvocationContextPool.invoke(InvocationContextPool.java:55)
     at com.evermind.server.ejb.StatelessSessionEJBObject.OC4J_invokeMethod(StatelessSessionEJBObject.java:87)
     at FinderBean_RemoteProxy_4bin6i8.lookupDomain(Unknown Source)
     at com.oracle.bpel.client.Locator.lookupDomain(Locator.java:228)
     at index.jspService(_index.java:78)
     at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
     at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:453)
     at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:591)
     at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:515)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
     at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64)
     at com.collaxa.cube.fe.DomainFilter.doFilter(DomainFilter.java:108)
     at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:15)
     at oracle.security.jazn.oc4j.JAZNFilter$1.run(JAZNFilter.java:396)
     at java.security.AccessController.doPrivileged(Native Method)
     at javax.security.auth.Subject.doAsPrivileged(Subject.java:517)
     at oracle.security.jazn.oc4j.JAZNFilter.doFilter(JAZNFilter.java:410)
     at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:619)
     at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:368)
     at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:866)
     at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:448)
     at com.evermind.server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:216)
     at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:117)
     at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:110)
     at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
     at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
     at java.lang.Thread.run(Thread.java:595)
<2006-10-27 11:38:19,984> <ERROR> <eHealth.collaxa.cube> <BaseCubeSessionBean::logError> Error while invoking bean "finder": Cannot lookup BPEL domain.
The BPEL domain "ehealth" cannot be found; the domain may not have initialized properly.
Please verify that the BPEL domain loader has a valid set of initialization properties in the application properties file.

In my opinion there is a bug in the 10.1.3.1.0 BPEL server which causes the new domain not to be registered properly. I have found that deleting the domain from the BPELAdmin console and deleting the domain from the file system and then re-creating the domain with the same name (case insensitive) fixes the problem, second time round everything starts up normally.
Observations
*When a domain with a new name is created everything works fine until the SOA suite is shut down.
*At re-start a lookup performed on the domain name and in can't be found.
*Going to the oracle Welcome screen and clicking "BPEL Control" and logging in results in a nasty error being reported by the browser.
* Going via the BPELAdmin console, all the domains are listed including the new one. Double clicking on the domain opens the BPELConsole and all looks fine.
* Some times some of the processes go missing from the process list in the domains
* When you delete a domain using the BPELAdmin console the domain files are left on the file system which prevents a domain of the same name being created until the files for that domain are deleted

Similar Messages

  • Firewall problem in domain environment

    I have built two domains for testing purposes. Having deployed domain controllers, exchange servers, sccm/scom servers, sql servers along with some client computers I noticed that I had problems accessing some of servers/clients - I could not manage
    some of them directly with manage command from domain controller or access them via unc path. Some of them I could not ping neither. I was able to solve these problems by changing inbound firewall rules on these machines thus
    allowing some connections such as smb-in, dcom-in . . . In my production environment (I have been working there as system engineer for almost seven years) I have never had these problems - any domain member, whether it has been server or client, was easily
    accessible (managed from dc, unc, ping, . . .). I could deploy GPO with all necessary settings for inbound rules but it should be done automatically - as soon as machine is joined to the domain it must be accessible by using at least common protocols such as
    dcom, smb for managing or simple file copy operation. I checked my production environment again and there were no GPOs for altering default firewall settings on domain member computers so I have no idea why this is happening in my testing domains.

    No one but me has access to these machines. Also Symantec Endpoint Protection software is installed on these machines as it is the case with my production machines where everything is functioning flawlessly - as I mentioned I can access all my machines
    in production domain via computer management, smb, ping . . . One of my test domains has FFL/DFL Windows Server 2008 R2,  the same as my production domain, the other one has FFL/DFL Windows Server 2012 R2 and it is created for learning purposes. As I
    said, in both test domains, all domain computers have SEP installed - the same version and configuration as on my production machines. I have not done anything related to firewall in my test domains on problematic machines - I installed OS on them, joined
    to the domain, installed SEP and afterwards I have worked with specific product machine was created for - SCCM/SCOM, Exchange, SQL . . . servers and their clients.

  • Strange problem with Domain Values

    Dear All,
      I encounter one strange problem with Domain Fixed Values.
    Background:
       We have a custom domain ( ZXREF2) created for custom data element(ZXREF2) which has replaced standard dataelement in BSEG for field XREF2. This domain has 12 Fixed values. The idea was to have F4 help for field "Reference Key2" in FBL5N/FBL01 tcodes. It is working fine with these 12 Fixed value, means, on F4 we could see all these 12 values and when selecting a line from F4 the entry got thru the screen validation ( plz note hat this validation is like checking the mandatory value so this is done even before PAI).
    Problem:
      The requirement was to add a new line to F4 values( tecnically, 13th record in domain ZXREF2). We added this line to domain and moved to Quality system. Its working fine in both Dev and Qality, but the strange problem occured after moving and testing in Production.
      In production, we could see all 13 lines in F4 help. <b>BUT</b>, after selecting the new one( 13th one), and after the value appears on screen field, when Enter is pressed, it gives error message "Enter Valid value".
       This error message also comes when we enter any value which is not there in F4. That means, system is able to recognize the new value in F4, but falied to validate that.
      We thought that, this might be the problem with Buffer, and request Client to re-start the system. Even after system restart, it still gives the same error message.
    Please note that, the error message is triggered even before PAI of the screen called. So noway( I already tried system debugging) we can debug this error message to findout the rootcause.
    Any quick help would be highly appriciated.
    Thanks and Regards,
    Prasad.

    Hello Max,
      I guess DB Utility ( SE14 ) is to be run only when there is a change at structure level, to make Runtime and Database objects in sync. Here, we just added a new line to existing domain, and this added a new row to the Database table DD07T/DD07L.
      Could you please expalin it more clearly if your view is different that what I just described. 
    Prasad.

  • Posting problem--personal domain

    Hi Folks,
    I'm having a frustrating problem with publishing parts of my website via iWeb. The gist is that one of my sites will no longer load when typed in directly, although it will when accessed via a link on another of my sites.
    Here's some background:
    I set up a .mac account, then bought a domain name via Godaddy, then set up .mac to publish to that personal domain--www.myname.org. This page worked (and still works) fine.
    Then I set up another site--www.myname.org/titleofmybook. I set it up as a separate site, rather than a page on my home site, because I wanted to use the two for distinct purposes, and because there are several pages on each. This site worked fine for a couple of months. Its actual url is www.myname.org/titleofmybook/welcome.html, but just plain www.myname.org/titleofmybook has always worked fine for me and everyone else--the browser would always fill in the rest. But suddenly, neither option works--they both dead end at a .mac "We're Sorry..." page. (I get the same result on both Safari and Firefox.)
    My other page, though--just plain www.myname.org--still works fine. And here's the twist: myname.org/titleofmybook/welcome.html also works fine when accessed through a link from myname.org.
    This is making me crazy.
    Help, anyone?
    Many thanks.

    Welcome to the Apple Discussions. There are a couple of ways. I use iWebSites to manage over 40 individual sites.. It lets me create multiple sites and multiple domain files.
    If you have multiple sites in one domain file here's the workflow I used to split them into individual site files with iWebSites. Be sure to make a backup copy of your original Domain.sites files before starting the splitting process and move it to another location on your HD until you're satisfied the separation process is completed and what you want.
    This lets me edit several sites and only republish the one I want.
    OT

  • Link problem with domain

    So this site I've just completed has a Flash home page. My first in CS3 and it seems to work great, except;
    the links work when you visit. http://finessecuisine.com
    and the links don't work when you visit http://www.finessecuisine.com
    It's the same file you're seeing in both instances, so I don't understand what the problem is.
    FLA available at http://pointbcommunications.com/FinesseHome.zip 
    I'll take any advice at this point. Thanks for looking.

    you have an apparent (to flash) cross-domain security issue:
    SecurityError: Error #2137: Security sandbox violation: http://finessecuisine.com/images/uploads/FinesseHome.swf cannot navigate window _self within http://www.finessecuisine.com/ (allowScriptAccess is sameDomain). Attempted URL was http://www.finessecuisine.com/fc/page/people/.
        at global/flash.net::navigateToURL()
        at MethodInfo-86()
        at Function/http://adobe.com/AS3/2006/builtin::apply()
        at gs::TweenLite/complete()
        at gs::TweenLite/render()
        at gs::TweenLite$/updateAll()
    to remedy, use a local path to your swfs and any other assets you load.

  • Problem in Domain Server for Cluster SAP installation

    Hello,
    SAP Production Landscape Information :
    SAP Version: ECC 6.0
    OS: Windows 2003
    Database : Oracle 10.2.0.2
    Production Server is in MSCS cluster involving two nodes.
    Also, this is a domain installation and hence user SAPSID and SAPSERVICESID resides on altogether different domain Server.
    Problem:
    OS of u2018Windows domain serveru2019 has crashed. Hence, domain server is almost not usable.
    Restart of it takes several hours. Repair of OS is tried by Microsoft without any success.
    So this has resulted into communication problem between SAP Production server and Domain server. As an effect, restart of production server takes approximately an hour.
    And hence I need some solution to resolve this SAP Server    Domain Server link.
    Logically, following can be solution of this problem,
    1.     If Current SAP Production can be made as Local Installation instead of Domain installation. (Basically, creating users locally and making SAP refer that)
    2.     If above is not feasible then replicating domain server on new hardware and making SAP point to this new domain server.
    However, I am not sure about feasibility and procedures for both of above cases.
    Please let me know your views and any other solution for the same.
    Thanks and Regards,
    Nirav.

    Hi Markus,
    Thanks for your reply.
    Possibility of converting domain installation to local is ruled out as MSCS cluster needs domain.
    As you have rightly mentioned, I do have secondary domain sever.
    For More information:
    1)Domain details for primary server are
        Full computer name : APPL-SERVER.SHREE
        domain            : SHREE
       as secondary server is kept shutdown, details are not available. (I can't run both server running simultaneously)
    2)sqlplus "/as sysdba"
    sql> select username from dba_users;
        TSMSYS
        OPS$SHREE\SAPSERVICEPRD
        OUTLN
        OPS$SHREE\PRDADM
        DIP
        DBSNMP
        SAPPRD
        SYS
        SYSTEM
    3) In the services, mainly users are using SHREE\PRDADM & PASSWORD.
    Client have tried shutting down primary and promoting secondary domain controller. However, after that SAP service were not getting started. But on again starting primary controller,start of SAP services were successful.
    As can be seen in 2nd & 3rd point above,SAP database and  SAP services both refer to name "SHREE" which seems domain name and not to hostname.
    So in this case, when I start secondary domain server (primary is shut down) then as SAP is referring to domain name, SAP's service should start.
    However, that was not the case. SAP Services were not able to get started.
    So, do we have to change anything in SAP as to make it point to secondary domain server.
    Let me know your views.
    Regards,
    Nirav.

  • Lync 2013 credentials problems on domain computers

    Hi folks,
    We are having trouble with Lync 2013 and credentials on our domain computers. We have been using Office 365 and Outlook for our email for a couple years and it has worked well enough, so recently we decided we wanted to start using Lync as well. We deployed
    the Office 365 Pro Plus suite available to us through our Office 365 subscription and signed in. The first sign-in went as expected. It asked for a username and password, asks if it should remember those credentials for next sign-in (yes), then connects and
    everything with Lync itself functioned normally. Subsequent sign-ins have not been normal.
    When a user restarts their computer and launches Lync it remembers their user name but not their password. Once they type their password in it asks if it should remember those credentials for next sign-in again, then connects. If a user exits and re-launches
    Lync without restarting it remembers their credentials and signs in properly, but then immediately a popup box appears saying that "Credentials are required" in order for Lync to get calendar information from Outlook ( http://i.imgur.com/hqcK426.png
    We know the problem is only happening with computers on our domain, but we don't know why. I tested things out on my home desktop and network by installing Office 365 Pro Plus, setting up Outlook, and then Lync. Both Outlook and Lync auto-discovered everything
    normally after getting my credentials and Lync behaves as expected every time the program launches. I then brought my personal laptop in and tried the same thing on my work network to see if it is network related, but Lync behaves normally on that computer
    as well.
    I originally worked on the problem at the Office 365 Community Forums ( http://community.office365.com/en-us/f/166/t/246014.aspx ), but after we isolated the problem to something with the domain computes I was told that they could not help me any further
    and was referred here. Does anyone have any ideas as to what is keeping Lync from behaving properly on our domain computers? We have a mix of Windows 7 x64 and Windows 8.1 x64 computers, all joined to the same domain and with the same basic suite of software.
    Thanks,
    ~Misharum
    PS: How do I verify my account? The outlook.com email address has been verified, but I don't see anywhere to do verification in my TechNet profile here.

    Yeah, the clients are fully patched. I put a support ticket in through Office 365 and the rep there was able to help me. It ended up being two separate problems.
    Lync was not remembering my credentials to automatically log me in between restarts:
    Installed the latest version of the Microsoft Online Services Sign-In Assistant.
    After signing signing into Lync another popup appeared asking for credentials again to access calendar information. (two steps to solve this one).
    In Active Directory Users and Computers, open up the properties of each affected user, go to the Attribute Editor tab, find and double click the proxyAddress attribute, and add in
    sip:[email protected] where the userid is the user's login name and domain.com is your domain. I'd imagine this is scriptable in PowerShell but I don't know enough to do it.
    Then on the computer that the users will be using, while the user is logged in, add a dword of NoDomainUser = 1 in the registry at HKCU\Software\Microsoft\Office\15.0\Common\Identity. The most sensible way to do this in my mind is with a group policy so
    it will get written to each user's registry under their profile when they log in.
    After doing all of this Lync remembered my credentials between restarts, signed me in automatically, and only gave that credentials popup on the first sign-in after applying both changes in step 2.

  • Problem about Domain enviroment to map nas local account's drive

    Hello all!
    My problem is,
    The joined Domain PC want to map drive to nas with local account at nas.
    However, the username and password prompt out after I try to use nas local account to map the drive.
    How can I map the nas local account to map the drive with nas?
    Thank you.

    In the end they got a domain user account that they share to add printers...
    Thanks for sharing in the forum. Your time and efforts are highly appreciated.
    Best regards,
    Justin Gu
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • Keychain problem with domain account

    Up until the last security update ( the only thing that has changed on the OS 10.5.5) the domain password changes have worked seamlessly. Now when I log into my computer (I do not use a domain login but email and servers use a domain login) and run Email Entourage 2008, when my computer sits for 20 mins +- I get locked out of the domain.
    Tried to use Console to see where this may be coming from but I don't think it tracks this type of login failure. I do keep my OS up to date and when this type of problem comes along, its frustrating to get resolution. Sadly, Apple won't talk to you unless you are a paid support subscriber and if not good luck. I think if they issue a new release there should allow support for at least 60 days after just to iron out the new bugs!
    Sigh!

    I decided the name wasn't appropriate
    Are you referring to the MobileMe account name or the site name? Once you create a MobileMe user name for an account I don't believe you can change it. You will have to confirm that by asking via http://www.apple.com/support/mobileme/.
    For what it's worth you can publish as many sites as you would like to a single MMe account. Only one site, however, can use the CNAME domain name forwarding and the other must use the standard URL forwarding to the specific site's URL which would be: http://web.me.com/MMeAccount_Name/Sitename/. Each of the other sites would had a unique URL to be used for forwarding.
    OT

  • Problems in Domain Creation of Weblogic Integration 8.1

    Hi,
    I am trying to create a domain in WLI 8.1 on Solaris machine.
    I am creating the domain by running the script config.sh in bea/weblogic81/common/bin
    directory.
    But it is creating the domain with default two conection Pools both pointing
    to PointBase Database .I want it to point to Oracle dataBase .i tried modifying
    it by giving correct Driver Name ,vendor Name but its gving error in JMSServer
    .So its not creating any Domains .
    Please help.
    Thanks In Advance

    Hi,
    I am trying to create a domain in WLI 8.1 on Solaris machine.
    I am creating the domain by running the script config.sh in bea/weblogic81/common/bin
    directory.
    But it is creating the domain with default two conection Pools both pointing
    to PointBase Database .I want it to point to Oracle dataBase .i tried modifying
    it by giving correct Driver Name ,vendor Name but its gving error in JMSServer
    .So its not creating any Domains .
    Please help.
    Thanks In Advance

  • Publishing problems: Personal domain didn't work

    Ok, I tried the personal domain and it took a long time to take - and I needed to get a blog up quickly. Now, I've removed the personal domain and I'm totally screwed. The personal domain isn't working and the .mac address gives a page not found. Is there a certain amount of time that needs to pass before the .mac address is active again? In iWeb it is still publishing to the personal domain, even though I deleted it in .mac. At the bottom of iWeb it still has [email protected] (www.personaldomain.com).
    Please help - I'm already a day behind on getting this blog up and running.
    Thanks!

    http://web.mac.com/lheyward/Lamarat_CES/Lamar_at_CES/Lamar_atCES.html
    Look how ridiculous this url looks. How can I fix. I has the name of my page like 10 times!
    All those duplicated names were given by you to your site and pages inside the iWeb app. You can change them using the inspector to anything you want.
    For me this short url works just fine, as it should:
    http://web.mac.com/lheyward
    PS While you are there, if you get your hands on a Sony MyLo 2, I'd be interested in your impressions.

  • X220 Fingerprint enrollment problems post domain migration

    We recently reinstalled our 2008 R2 domain moving it from a SBS to a full server environment. We maintained the original domain name and re-created the users with the same credentials. I am using a X220 which runs Win7-64. 
    Following the joining on the new domain my fingerprint continued to work and log me on to the new domain however it wasn't behaving properly within Internet explorer continually asking for my password to be re-entered so I decided to try re-enrol all fingerprints. I used the Lenovo fingerprint software and the first thing that stood out was that there appeared to be no fingerprint to delete when I logged on, however when I went into the configuration it has the option to manage enrolled fingerprints. It showed nothing however it showed that I had 19 free enrolments still possible.  After I exited from this screen I now had the option to delete previously enrolled fingerprints which I clicked on and chose all rather than the my user options.
    Following this I rebooted and went into the bios and selected to erase the fingerprint reader within the bios and rebooted back into the system. At the logon screen it advised me no fingerprints were registered and that I should enrol some. I logged in manually and went to the fingerprint enrolment assuming everything was now reset. I then attempted to enrol my right index finger and the system advised me the finger was already enrolled, so I went back to fingerprint management option which still showed no detail however it now shows 21 free fingers. I noticed also that my left index finger is enrolled however I am free to enrol other fingers.
    I now ensured that I had the latest Client Security Solution software 8.30.0.53-64 and Fingerprint software 5.9.5-64 and still I have the same issue. I have even fully uninstalled the fingerprint software and used the Windows biometric software which also reflects no finger prints however when I try enrol those fingers it advises already enrolled?
    What do I do?

    We recently reinstalled our 2008 R2 domain moving it from a SBS to a full server environment. We maintained the original domain name and re-created the users with the same credentials. I am using a X220 which runs Win7-64. 
    Following the joining on the new domain my fingerprint continued to work and log me on to the new domain however it wasn't behaving properly within Internet explorer continually asking for my password to be re-entered so I decided to try re-enrol all fingerprints. I used the Lenovo fingerprint software and the first thing that stood out was that there appeared to be no fingerprint to delete when I logged on, however when I went into the configuration it has the option to manage enrolled fingerprints. It showed nothing however it showed that I had 19 free enrolments still possible.  After I exited from this screen I now had the option to delete previously enrolled fingerprints which I clicked on and chose all rather than the my user options.
    Following this I rebooted and went into the bios and selected to erase the fingerprint reader within the bios and rebooted back into the system. At the logon screen it advised me no fingerprints were registered and that I should enrol some. I logged in manually and went to the fingerprint enrolment assuming everything was now reset. I then attempted to enrol my right index finger and the system advised me the finger was already enrolled, so I went back to fingerprint management option which still showed no detail however it now shows 21 free fingers. I noticed also that my left index finger is enrolled however I am free to enrol other fingers.
    I now ensured that I had the latest Client Security Solution software 8.30.0.53-64 and Fingerprint software 5.9.5-64 and still I have the same issue. I have even fully uninstalled the fingerprint software and used the Windows biometric software which also reflects no finger prints however when I try enrol those fingers it advises already enrolled?
    What do I do?

  • Problem deleting Domains

    Cannot deleting domains.
    Error encountered
    stderr Aug 10 08:15:23 deleteObjects: java.lang.NullPointerException
    stderr Aug 10 08:15:23 deleteObjects:      at com.sun.symon.base.console.manager.CmObjectDelete.run(CmObjectDelete.java:207)
    stderr Aug 10 08:15:23 deleteObjects:      at java.lang.Thread.run(Unknown Source)

    SeaBiscuit13 wrote:
    Thanks!
    I also did not notice that the Genieo app is in the upper right header bar, it kept saying it was open and I could not figure out how to close it.
    I take it you discovered this by reading Thomas' article on manually removing Genieo.  Glad you were able to get through that.
    Apparently that Ad Ware removal you have to upgrade to the latest version of OS, which I haven't done because some of my software is not compatible with the upgrades.  So if anyone knows of a Adware that still runs on 10.6.8 let me know.
    I just finished rebooting into a 10.6.8 system I keep around for testing and was able to run the Adware Removal Tool just fine. It's a pretty simple AppleScript which should be compatible with any Intel Mac. I'm know for a fact that other 10.6.8 users have been able to run it. What type of error message did you receive?

  • App speed problems - development domain VS production domain.

    Hi, all! I deployed my app. in two versions - one version to development mode domain and other to production mode domain.
    After deployment I can see that first visits to my app. pages through my browser (and maybe other visits) ON PRODUCTION MODE DOMAIN are slower then ON DEVELOPMENT MODE DOMAIN.
    Why it is so and what settings is responsible for that?
    Best regards, Debuger!

    It's kind of hard to say without further analysis.
    One reason might be that your database in production has millions of records and in development only 100.
    Or maybe the network between your production DB and production WLS is slower than in development.
    Or maybe you have a weaker machine running your production environment.
    etc...
    There are a lot of ifs, so you need to see what are the differences between the environments.

  • DNS problem: search domain Ian

    Hi,
    I had some spyware on my computer but removed it with Macscan. However, I still find the name 'Ian' in my system preferences under Network 'Search Domains'. I can't remove it. Is my Mac infected once more?
    Daniel

    Daniel Janssen wrote:
    Hi,
    I had some spyware on my computer but removed it with Macscan. However, I still find the name 'Ian' in my system preferences under Network 'Search Domains'. I can't remove it. Is my Mac infected once more?
    Daniel
    Do you use bit-torrent or limewire or that stuff? If so, no telling who was in your computer or what they did. If you run the computer as an administrator, it only makes things worse.
    With most malware, you have to invite it into your computer.
    Your best bet is to completely reinstall without migrating anything and hope that nothing much was copied from your computer.

Maybe you are looking for

  • Huge Problem: How to get Information out of the SAP System into MySQL?

    Hi all Im totally despaired... So im comming here, hoping to find ANY solution. I wrote a Program, which creates a internal Table wich some information from many DDIC-Tables. The internal Table is about 7 Columns, with only char fields. Also I have a

  • Report 2.5 : How to get error

    Hi, I have done the migratation of our application from report 2.0 to report 2.5. When a preview is starting, a window 'Report Progress' appeared with a cancel press button. If I press this button during "Initialilizing report" message, a REP-0099 re

  • ORDER BY for alphanumeric

    I need an 'ORDER BY' that sorts this format ABC-1001 ABC-200 so that it sorts like this: ABC-200 ABC-1001 Here's a script that works:   SELECT ItemNumber,   (SELECT SUBSTRING(Items.[ItemNumber],1,CHARINDEX('-',Items.[ItemNumber],1)-1 ))  as ItemNumbe

  • Applications do not open.

    any kind of applications (except for maps or itunes which are already there) do not open. whenever I click one of them, it seems to start for just a second and then closes up in that second. what should I do?

  • Customer Tranaction History in R12

    Hi Gurus, I need a query to get all the transactions of customers in R12. the transactions includes all DM, CM, INV, REC,PMT and other Which will shows in terms of Debit ,credit and outstanding balance. please can anyone provide me the query to get a