Issue creating ConnectionPool as per documentation in 974949.1

Hello all,
I am using AIA 2.5 PMDM PIP to sync OPH and Seibel/BRM.
We are configuring the connectionPool as described in 974949.1 in the SOA server (OC4J 10.3.1.4) hosting the AIA.
However we are facing the below error as soon as we are trying to create the same.
An error has occurred.
Error invoking method: replaceProperties on MBean: oc4j:j2eeType=JDBCDriver,name="MyAppsDataSourceConnectionPool1-Connection Factory",J2EEApplication=default,J2EEServer=standalone
Error invoking method: replaceProperties on MBean: oc4j:j2eeType=JDBCDriver,name="MyAppsDataSourceConnectionPool1-Connection Factory",J2EEApplication=default,J2EEServer=standalone
Hide Additional Trace Information
oracle.oc4j.admin.jmx.shared.exceptions.JMXRuntimeException: Error invoking method: replaceProperties on MBean: oc4j:j2eeType=JDBCDriver,name="MyAppsDataSourceConnectionPool1-Connection Factory",J2EEApplication=default,J2EEServer=standalone at oracle.oc4j.admin.jmx.distributed.SimpleInstanceMBeanServerDelegate.invoke(SimpleInstanceMBeanServerDelegate.java:970) at oracle.oc4j.admin.jmx.server.state.LocalizationFilterMBeanServer.invoke(LocalizationFilterMBeanServer.java:579)
The same error mentioned by someone in https://kr.forums.oracle.com/forums/thread.jspa?threadID=2316596
I checked the same in Oracle KM and found a note ID 1065009.1, which suggested the follwoing action:
1> Replace GWYUID=APPLSYSPUB/null with GWYUID=APPLSYSPUB/PUB in the dbcFile if needed
Make sure it is valid
2> Restart default application or the entire server via the oc4j admin console, and retest the issue.
If I ceck my dbFile, it has the following entry (I have removed the IP and Port), which is already conforming point1 mentioned above.
bash-3.00$ more PRO_APPL_SOA.dbc
#Desktop DB Settings
#Fri Jan 26 14:14:23 SGT 2012
FNDNAM=APPS
APPL_SERVER_ID=B6F2AFF74FF75CF6E04400144F77FD0C14956825240300268321962714852956
APPS_JDBC_URL=jdbc\:oracle\:thin\:@XXX.XXX.XXX.XXX\:YYYY\:PRO
GWYUID=APPLSYSPUB/PUB
bash-3.00$
Any idea, how to resolve it?
/Ed

Anyone have any idea? we are stuck with the issue. Thanks, Ed

Similar Messages

  • Issue creating a MatView for another user w/ a private DB Link

    I am having an issue creating a materialized view for another user where the select statement for the MV uses a private db link. Looks like the following:
    Logged in as user X, I run:
    create materialzied view Y.foo
    (select blah
    from tbl@y_priv_db_link_here);
    When I try to run this, I get a permission issue. User X has DBA privilege, user Y has create MV priv and has select priv on the table in the db link.
    I can create this MV logged in as user Y. Cant create this logged in a user Y in test or prod environment, so this isn't an option.
    Any ideas on how I can create this logged in a user X? I believe the issue here is that since this is a private db link owned by user Y, user X doesn't have access to this db link.
    thanks.

    Here is what I was trying to do:
    SQL> CREATE MATERIALIZED VIEW extract.ADDRESS
    2 TABLESPACE xxx
    3 BUILD IMMEDIATE
    4 REFRESH
    5 COMPLETE
    6 ON DEMAND
    7 WITH PRIMARY KEY
    8 AS
    9 ( SELECT ... FROM address@CM_TO_CPD);
    FROM pwb_address@CM_TO_CPD)
    ERROR at line 11:
    ORA-01031: insufficient privileges
    Message was edited by:
    Jim S

  • Issue creating a single PDF from MS Word on Mac

    Using Trial Version of Acrobat XI for Mac.  I am having issue creating a single PDF from MS Word on Mac.  Acrobat is creating multiple files splitting up randomly.  Are there any settings to select for ending up with just one PDF fil

    Sabian,
    As I mentioned before, I have used the following methods, each resulting the same, split up PDF file.
    File>Save As - Selected PDF from under the Format dropdown menu.
    File>Print>PDF - used Save As PDF
    File>Print>PDF - used Save As Adobe PDF
    With this information, I think I have tried all that you have asked me to do.  Please let me know if I could reach out to a technical consultant or someone else who can help.  Thank you.

  • How to create a rectangle per entering dimensions rather than by drawing it

    how to create a rectangle per entering dimensions rather than by drawing it

    ReNewUs,
    Just click with the Rectangle Tool somewhere on the Artboard, then insert Width and height.

  • Issues creating cluster on WLS 6.0

              I am new to weblogic domain , so plz bear if some questions are too obvious.
              Just a breif description of what i am trying to do:
              To start wiith I want to just cluster two servers that host a Stateless Session EJB
              and configure round-robin load-balancing .
              I also want to test that when one of the servers is unavailable the client request
              is still served by the other server in the cluster.
              I have 2 weblogic 6.0 running on m/cs xyz032 and xyz019 , both on port 7001
              I am jotting down the issues/insight that i have/need :
              1. I use the server on my m/c xyz032 (port 7001) as the admin server (mydomain>Servers>myserver).
              First question (Can a admin participate in the cluster ??)
              2. To make the server on m/c xyz019 as a part of the cluster , As far as i understand
              i have to create a server first from the admin server so that it shows up
              in the list of available servers. So that when you create a Cluster you can choose
              from the list of available servers. (FYI I am using the GUI Admin to configure this)
              But when i try to create a server , it only takes a name and port number. How do
              i create a new server that points to the server running on xyz019 (ip say xxx.x.xx.xxx).
              I also tried creating a new machine but that too does not take an ip address for
              the remote m/c.
              3. When i create a cluster from the admin GUI , it asks for a name(fine) and cluster
              address .
              I read the documentation that states it can be an ip address (not sure which ) .
              Do i need to give the comma separated ip addresses of both the servers taking part
              in the cluster ???
              4. Is it mandatory that servers to be clustered be running on the same port ?
              5. The document says that the object (EJB)to be clustered should be deployed to both
              the servers ( I agree, no doubt about it)
              But the deployment option on the GUI also lets me deploy to the cluster . Does that
              mean if i choose the deployment target to be cluster then the admin will deploy the
              bean to all the servers taking part in the cluster.
              I feel your experience with this will help me in a head start .
              Thanks
              Ashok Shamnani
              

              Thanks Kumar.
              Also like to add here ,
              when i start a managed server passing the arguments as the ip of the admin server
              , the managed server(the remote server) shows up in the admin server. Once it shows
              up then i can assign it to a cluster or do whatever deployments i want to.
              Kumar Allamraju <[email protected]> wrote:
              >
              >
              >Ashok Shamnani wrote:
              >
              >> I am new to weblogic domain , so plz bear if some questions are too obvious.
              >>
              >> Just a breif description of what i am trying to do:
              >>
              >> To start wiith I want to just cluster two servers that host a Stateless
              >Session EJB
              >> and configure round-robin load-balancing .
              >> I also want to test that when one of the servers is unavailable the client
              >request
              >> is still served by the other server in the cluster.
              >> I have 2 weblogic 6.0 running on m/cs xyz032 and xyz019 , both on port
              >7001
              >>
              >> I am jotting down the issues/insight that i have/need :
              >>
              >> 1. I use the server on my m/c xyz032 (port 7001) as the admin server (mydomain>Servers>myserver).
              >> First question (Can a admin participate in the cluster ??)
              >>
              >
              >Yes.
              >Just assign myserver to to mycluster from console (assuming mycluster is
              >your cluster name)
              >But i would recommend this. I would always use admin server for administrative
              >tasks.
              >
              >
              >>
              >> 2. To make the server on m/c xyz019 as a part of the cluster , As far
              >as i understand
              >> i have to create a server first from the admin server so that it shows
              >up
              >> in the list of available servers. So that when you create a Cluster you
              >can choose
              >> from the list of available servers. (FYI I am using the GUI Admin to configure
              >this)
              >> But when i try to create a server , it only takes a name and port number.
              >How do
              >> i create a new server that points to the server running on xyz019 (ip
              >say xxx.x.xx.xxx).
              >>
              >
              >You can specify the IP address under server-instance --> configuration-->General
              >tab, look for
              >Listen Address
              >
              >>
              >> I also tried creating a new machine but that too does not take an ip
              >address for
              >> the remote m/c.
              >>
              >> 3. When i create a cluster from the admin GUI , it asks for a name(fine)
              >and cluster
              >> address .
              >> I read the documentation that states it can be an ip address (not sure
              >which ) .
              >> Do i need to give the comma separated ip addresses of both the servers
              >taking part
              >> in the cluster ???
              >>
              >
              >You can simply ignore it, or use the cluster address given by your Admin.
              >e..g when i do ping cyclut, it resolves to a different IP every time.
              >
              >>
              >> 4. Is it mandatory that servers to be clustered be running on the same
              >port ?
              >>
              >
              >Yes.
              >
              >>
              >> 5. The document says that the object (EJB)to be clustered should be deployed
              >to both
              >> the servers ( I agree, no doubt about it)
              >> But the deployment option on the GUI also lets me deploy to the cluster
              >. Does that
              >> mean if i choose the deployment target to be cluster then the admin will
              >deploy the
              >> bean to all the servers taking part in the cluster.
              >>
              >
              >Yes.
              >Either you can deploy the bean in a cluster or per-server instance.
              >
              >--
              >Kumar
              >
              >
              >>
              >> I feel your experience with this will help me in a head start .
              >>
              >> Thanks
              >>
              >> Ashok Shamnani
              >
              

  • Cash Flow updates while creating PO as per commitment items

    Dear Friends,
    As per client requirement, we need to map the following scenario of a project based client to SAP.
    Payment terms:
    1. 10% advance along with PO
    2. 20% advance after 3 months from the date of advance on progress of work
    3. 50% advance after 6 months from the date of advance on progress of work
    4. 10% payement out of retention money after 30 days of completion of project
    Invoice from vendor will come in two parts or 3 parts. They will be booked but payment to be released as per the terms indicated above.
    It is required that as soon as such PO is made, expected payment outgo of 10%,20%,50% and 10% of the respective date calculated from baseline date should be updated in the cash flow.
    If you have done the above, kindly help me in doing that.
    Regards,
    Subha

    problem resolved refer OSS note - 420334
    Function module name              BAPI_ENTRYSHEET_CREATE
    Number of test data record      **
    Please note that this test data record has caused the reported issues,
    there is no software error in this process.
    I corrected your test data record "*********" and saved the new
    test data record ********************************" in your system.
    I run it and the system has created the following entry sheet:
    Entry Sheet        ********************
    For Purchase Order  ********************
    Compared to your test data record "Test_OSS3" I changed the following:
    In Parameters:    ENTRYSHEETHEADER
    PCKG_NO                        = 0000000001  <<<
    < occupied in table
                                     ESLL, therefore I entered packno 2
    In Parameters:    ENTRYSHEETACCOUNTASSIGNMENT:
    the serial numbers for the 2 account assignment combinations were
    completely missing, I entered the serial number 01 for the acc. ***.
    profit center AABC and the serial number 02 for the acc. ***.
    combination with profit center******. Please read
    3.2. ENTRYSHEETACCOUNTASSIGNMENT from note 420334 carefully.
    In Parameters:    ENTRYSHEETSERVICES I changed the package number
    from 1 to 2 - this is the parent package number and as you would like
    to enter 2 service lines, the subpackno for both would be 3. I entered
    the services data for packno 3.
    In Parameters:    ENTRYSHEETSRVACCASSVALUES I changed the package
    numbers according to the adat in ENTRYSHEETSERVICES and I entered also
    the serial numbers 01 and 02 as mentioned in part
    3.4. ENTRYSHEETSRVACCASSVALUES from note 420334.
    resolved with help of sap thanks.

  • Issues creating VSA cluster "Unknown value" error

    Hi all,
    I'm in the process of evaluating vSphere with VSA and running into an issue during creation of the VSA cluster. On the final step of creating the VSA cluster, I get an error message "Cannot create VSA cluster: Unknown value."
    I'm setting up a two node cluster using a couple of HP ML310e Gen8's, using local storage and some extra networking via a quad-port NIC. Memory, CPU clock speed, and number of NICs is compliant with VSA requirements.
    I've already double checked things like default gateway on the Management Network, naming of the various port groups to comply with what vSphere/VSA expects, specific NIC teaming requirements, and increased maximum heap size to 256 & set evc.config.baseline=highest in dev.properties as I've got a couple of VMs running on the two ESX servers (just Domain Controller and vCenter VMs).
    Per the screenshots below, I've setup vSwitch0 and vSwitch1 as per VMware recommendations.
    On vSwitch0:
    Management Network and VSA-Front End portgroups are using native VLAN (192.168.1.0/24).
    VM Network is using VLAN 110 (192.168.110.0/24).
    vSwitch1 is fairly self-explanatory.
    Only unique thing is that I've created 'vCenter VM VLAN' on vSwitch0 as a Virtual Machine portgroup so that I could assign this to the vCenter VM NIC as I don't have routing/ACLs in place between VM Network (VLAN 110) and Management Network (native VLAN).
    Also, on ESX node # 2 I've got an issue with the physical NIC's associated with vmnic1 and vmnic3 (they seems to hang my Cisco switch each time I plug them in) so I've used the physical NIC's associated with vmnic4 and vmnic5 instead.
    I've already searched the various VSA related threads but to no avail.
    Hoping someone may be able to shed some light on this one.
    Last few lines of the VSAManager.log:
    2013-04-28 22:08:40,229 45 [DefaultJobRunner] [pool-140-thread-1] INFO  - Starting job. JobName:ClusterCreation-datacenter-21
    2013-04-28 22:08:40,229 58 [DefaultJobRunner] [pool-140-thread-1] INFO  - Starting Task group. TaskGroupName:ClusterCreation-PreHostReboot
    2013-04-28 22:08:40,229 49 [DefaultTaskRunner] [pool-140-thread-1] INFO  - Notifying listeners of task begin. TaskID:TaskInitCreateCluster
    2013-04-28 22:08:40,229 69 [DefaultTaskRunner] [pool-140-thread-1] INFO  - Starting execution of task. TaskID:TaskInitCreateCluster
    2013-04-28 22:08:40,416 157 [SvaSolutionLicenseManager] [pool-140-thread-1] INFO  - AcquireLicense - Updating license count to : 1
    2013-04-28 22:08:40,494 353 [Utils] [pool-140-thread-1] INFO  - Persisting host: host-74
    2013-04-28 22:08:40,494 361 [Utils] [pool-140-thread-1] INFO  - Persisting svaNetwork: VSA-Back End @ hostmoref: host-74
    2013-04-28 22:08:40,510 361 [Utils] [pool-140-thread-1] INFO  - Persisting svaNetwork: VSA-Front End @ hostmoref: host-74
    2013-04-28 22:08:40,526 361 [Utils] [pool-140-thread-1] INFO  - Persisting svaNetwork: VSA-NFS @ hostmoref: host-74
    2013-04-28 22:08:40,541 361 [Utils] [pool-140-thread-1] INFO  - Persisting svaNetwork: VSA-VMotion @ hostmoref: host-74
    2013-04-28 22:08:40,557 353 [Utils] [pool-140-thread-1] INFO  - Persisting host: host-66
    2013-04-28 22:08:40,557 361 [Utils] [pool-140-thread-1] INFO  - Persisting svaNetwork: VSA-Back End @ hostmoref: host-66
    2013-04-28 22:08:40,572 361 [Utils] [pool-140-thread-1] INFO  - Persisting svaNetwork: VSA-Front End @ hostmoref: host-66
    2013-04-28 22:08:40,572 361 [Utils] [pool-140-thread-1] INFO  - Persisting svaNetwork: VSA-NFS @ hostmoref: host-66
    2013-04-28 22:08:40,588 361 [Utils] [pool-140-thread-1] INFO  - Persisting svaNetwork: VSA-VMotion @ hostmoref: host-66
    2013-04-28 22:08:40,604 71 [DefaultTaskRunner] [pool-140-thread-1] INFO  - Task execution finished with result:true. TaskID:TaskInitCreateCluster
    2013-04-28 22:08:40,604 73 [DefaultTaskRunner] [pool-140-thread-1] INFO  - Notifying listeners of task end. TaskID:TaskInitCreateCluster
    2013-04-28 22:08:40,604 49 [DefaultTaskRunner] [pool-140-thread-1] INFO  - Notifying listeners of task begin. TaskID:LogParams
    2013-04-28 22:08:40,604 69 [DefaultTaskRunner] [pool-140-thread-1] INFO  - Starting execution of task. TaskID:LogParams
    2013-04-28 22:08:40,604 101 [TaskLogClusterCreationParams] [pool-140-thread-1] INFO  - Dump VSA Cluster Configuration
    VSA Management Network Settings
                 IP Address        Netmask           Gateway/Interface  
    Cluster   : 192.168.1.30      255.255.255.0     192.168.1.254      
    VSAManager Service: 192.168.1.31      255.255.255.0     Local Area Connection
    VSA VM Network Settings :  host-74
                 IP Address        Netmask           Gateway           Vlan ID
    Management: 192.168.1.50      255.255.255.0     192.168.1.254     0      
    NFS       : 192.168.1.51      255.255.255.0     192.168.1.254     0      
    Backend   : 192.168.104.2     255.255.255.0     -                 104    
    Feature   : 192.168.105.2     255.255.255.0     192.168.1.254     0      
    VSA VM Network Settings :  host-66
                 IP Address        Netmask           Gateway           Vlan ID
    Management: 192.168.1.40      255.255.255.0     192.168.1.254     0      
    NFS       : 192.168.1.41      255.255.255.0     192.168.1.254     0      
    Backend   : 192.168.104.1     255.255.255.0     -                 104    
    Feature   : 192.168.105.1     255.255.255.0     192.168.1.254     0      
    OVF Location: file:///C:/Program Files/VMware/Infrastructure/tomcat/webapps/VSAManager/ovf/sva_OVF10.ovf
    Eager Zero  : false
    2013-04-28 22:08:40,604 71 [DefaultTaskRunner] [pool-140-thread-1] INFO  - Task execution finished with result:true. TaskID:LogParams
    2013-04-28 22:08:40,604 73 [DefaultTaskRunner] [pool-140-thread-1] INFO  - Notifying listeners of task end. TaskID:LogParams
    2013-04-28 22:08:40,604 49 [DefaultTaskRunner] [pool-140-thread-1] INFO  - Notifying listeners of task begin. TaskID:ClusterExists
    2013-04-28 22:08:40,604 69 [DefaultTaskRunner] [pool-140-thread-1] INFO  - Starting execution of task. TaskID:ClusterExists
    2013-04-28 22:08:40,635 427 [SessionService] [pool-140-thread-1] INFO  - Cluster create in progress for DC: datacenter-21
    2013-04-28 22:08:40,635 71 [DefaultTaskRunner] [pool-140-thread-1] INFO  - Task execution finished with result:true. TaskID:ClusterExists
    2013-04-28 22:08:40,635 73 [DefaultTaskRunner] [pool-140-thread-1] INFO  - Notifying listeners of task end. TaskID:ClusterExists
    2013-04-28 22:08:40,635 49 [DefaultTaskRunner] [pool-140-thread-1] INFO  - Notifying listeners of task begin. TaskID:AuditHostGroup
    2013-04-28 22:08:40,635 69 [DefaultTaskRunner] [pool-140-thread-1] INFO  - Starting execution of task. TaskID:AuditHostGroup
    2013-04-28 22:08:43,614 235 [Utils] [pool-140-thread-1] INFO  - Retrieve dev.property: evc.config=true
    2013-04-28 22:08:43,614 235 [Utils] [pool-140-thread-1] INFO  - Retrieve dev.property: evc.config.baseline=highest
    2013-04-28 22:08:43,614 89 [DefaultTaskRunner] [pool-140-thread-1] INFO  - Notifying listeners of task exception. TaskID:AuditHostGroup
    2013-04-28 22:08:43,614 80 [DefaultJobRunner] [pool-140-thread-1] ERROR - Exception caught. Starting rollback for job if rollback support . JobName:ClusterCreation-datacenter-21
    SvaManagerException: Unknown value.
    at com.vmware.sva.manager.audit.VCHostAudit$AMD_EVC_MODE.getByValue(VCHostAudit.java:202)
    at com.vmware.sva.manager.audit.VCHostAudit.auditEVCModeForHostMORs(VCHostAudit.java:1497)
    at com.vmware.sva.manager.audit.VCHostAudit.auditEVCMode(VCHostAudit.java:1442)
    at com.vmware.sva.manager.audit.VCHostAudit.auditHostGroup(VCHostAudit.java:1419)
    at com.vmware.sva.manager.audit.AuditManager.auditHostGroup(AuditManager.java:152)
    at com.vmware.sva.manager.jobservices.tasks.TaskAuditHostGroup.execute(TaskAuditHostGroup.java:48)
    at com.vmware.sva.manager.jobservices.impl.DefaultTaskRunner.handleTaskStart(DefaultTaskRunner.java:70)
    at com.vmware.sva.manager.jobservices.impl.DefaultTaskRunner.call(DefaultTaskRunner.java:33)
    at com.vmware.sva.manager.jobservices.impl.SyncTaskGroup.execute(SyncTaskGroup.java:46)
    at com.vmware.sva.manager.jobservices.impl.DefaultJobRunner.run(DefaultJobRunner.java:60)
    at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
    at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
    at java.util.concurrent.FutureTask.run(FutureTask.java:138)
    at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
    at java.lang.Thread.run(Thread.java:662)
    2013-04-28 22:08:43,614 109 [DefaultJobRunner] [pool-140-thread-1] INFO  - Rollback started for job. JobName:ClusterCreation-datacenter-21
    2013-04-28 22:08:43,614 116 [DefaultTaskRunner] [pool-140-thread-1] INFO  - Notifying listeners of task rollback. TaskID:AuditHostGroup
    2013-04-28 22:08:43,614 136 [DefaultTaskRunner] [pool-140-thread-1] INFO  - Starting rollback of task. TaskID:AuditHostGroup
    2013-04-28 22:08:43,614 138 [DefaultTaskRunner] [pool-140-thread-1] INFO  - Task rollback finished with result:true. TaskID:AuditHostGroup
    2013-04-28 22:08:43,614 140 [DefaultTaskRunner] [pool-140-thread-1] INFO  - Notifying listeners of task rollback end. TaskID:AuditHostGroup
    2013-04-28 22:08:43,614 116 [DefaultTaskRunner] [pool-140-thread-1] INFO  - Notifying listeners of task rollback. TaskID:ClusterExists
    2013-04-28 22:08:43,614 136 [DefaultTaskRunner] [pool-140-thread-1] INFO  - Starting rollback of task. TaskID:ClusterExists
    2013-04-28 22:08:43,614 138 [DefaultTaskRunner] [pool-140-thread-1] INFO  - Task rollback finished with result:true. TaskID:ClusterExists
    2013-04-28 22:08:43,614 140 [DefaultTaskRunner] [pool-140-thread-1] INFO  - Notifying listeners of task rollback end. TaskID:ClusterExists
    2013-04-28 22:08:43,614 116 [DefaultTaskRunner] [pool-140-thread-1] INFO  - Notifying listeners of task rollback. TaskID:LogParams
    2013-04-28 22:08:43,614 136 [DefaultTaskRunner] [pool-140-thread-1] INFO  - Starting rollback of task. TaskID:LogParams
    2013-04-28 22:08:43,614 138 [DefaultTaskRunner] [pool-140-thread-1] INFO  - Task rollback finished with result:true. TaskID:LogParams
    2013-04-28 22:08:43,614 140 [DefaultTaskRunner] [pool-140-thread-1] INFO  - Notifying listeners of task rollback end. TaskID:LogParams
    2013-04-28 22:08:43,614 116 [DefaultTaskRunner] [pool-140-thread-1] INFO  - Notifying listeners of task rollback. TaskID:TaskInitCreateCluster
    2013-04-28 22:08:43,614 136 [DefaultTaskRunner] [pool-140-thread-1] INFO  - Starting rollback of task. TaskID:TaskInitCreateCluster
    2013-04-28 22:08:43,630 196 [MappingService] [pool-140-thread-1] INFO  - Removing context for datacenter-21
    2013-04-28 22:08:43,770 171 [SvaSolutionLicenseManager] [pool-140-thread-1] INFO  - ReleaseLicense - Updating license count to : 0
    2013-04-28 22:08:43,817 83 [TaskInitCreateCluster] [pool-140-thread-1] INFO  - Released license for datacenter: datacenter-21
    2013-04-28 22:08:43,817 138 [DefaultTaskRunner] [pool-140-thread-1] INFO  - Task rollback finished with result:true. TaskID:TaskInitCreateCluster
    2013-04-28 22:08:43,817 140 [DefaultTaskRunner] [pool-140-thread-1] INFO  - Notifying listeners of task rollback end. TaskID:TaskInitCreateCluster
    2013-04-28 22:08:43,817 122 [DefaultJobRunner] [pool-140-thread-1] INFO  - TaskGroup rolled back successfully.TaskGroupName:ClusterCreation-PreHostReboot
    2013-04-28 22:08:43,817 84 [DefaultJobRunner] [pool-140-thread-1] ERROR - Rollback finished successfully for job. JobName:ClusterCreation-datacenter-21
    2013-04-28 22:08:43,817 92 [DefaultJobRunner] [pool-140-thread-1] INFO  - Notifying listeners of job exception for job: ClusterCreation-datacenter-21
    2013-04-28 22:08:45,549 196 [UserSession] [tomcat-http--20] INFO  - **** extenMoref **** Datacenter:datacenter-21

    Hi,
    I'm having the same problem :/
    Did you find solution yet?
    Kindest Regards

  • Issues creating a Photo Book

    Hi,
    I have iPhoto 11 (v9.1.5) running on a Lion i3 iMac with 8GB for Ram.
    I'm trying to create an XL Photobook and all of the pics look fantastic however Apple emailed me to say some of the images are distored and asking my to 'Preview' the book.
    When I do Preview the book, indeed there are issues with some of the pics.  However I have no ideas why.  Everytime I do a new preview, different pics have the issue.
    Some have a diaganol line running through where others have colours that have changed as per the screen grab below:
    Each time I preview the book, it occurs on different pages.  This time it was only on this one page (which has about 6 pics, all of which were distorted).
    Any ideas before I decide to go elsewhere (where the book will most likely be cheaper than the 70 GBP i'm willing to pay Apple)
    Thank

    Someone else in the community suggested assembling the book while the computer is in safe mode - this did the trick for me!

  • AFP creating 2 connections per account

    Ok, it's the first time we are having all the kids in our class log in to the server. Once they log in, they are able to do all the normal stuff we allow them to do. Our problem is when I open Server Admin, I'm seeing double the connections in AFP.
    Right now, we have 32 students logged into to the server. AFP shows 64 students, each student is logged in twice in AFP.
    Not sure why this is happening, we have there home folders setup on the server, and we have shares mounted when they log in, but it's currently set to use the same user that is logged in for credentials.
    Last year we never had this issue, and it only seems to be a problem this year.
    Any help would be appreciated!

    Dear JGruber
    I have the same issue and done some research about it. These are my findings.
    I've set up my environment to be fully Kereborised. The issue I've encountered is that neither the "Connect as" (finder side bar) nor the "Connect to Server..." (Go menu) worked properly. Although users were able to access their home folder and group share points, it remained cumbersome to access the different other shares on the server.
    In resolving the issue I've found a way to get things working properly. I've used WGM to set some Preferences in the Computer and User Groups login panes: "Mount share point with user's name and settings". All worked great from now. I could access the shares and the using the commands: "Connect as" and "Connect to Server..."
    But from this point on, I was using two connections per user. It kind of makes sense? One to log in using Kereberos and one other used by the log in of the client system (Preference seting on server level).
    Although it was working, I still was not satisfied. On my 10.3 machine I could access the shares using Kereberos with just 1 user. Since this computer was not bound I always had to create a Kereberos ticket application manually utilizing the Kereberos application whih was populated automatically. So on I've tried to mimic the situation by doing the following:
    + disconnect all shares but the home
    + open manually the Kereberos application
    + kill the currently used ticket (all if needed)
    + create a new ticket for the logged in user
    Eureka, all was working perfectly. 1 user logged in. Access to the correct shares and then mentioned commands working as expected.
    Since I neither have the skills nor the time to learn, I've never scripted the solution as a log in script. So in the end:
    + I know that logging in and Kereberos ... not quite as expecting. It might be a bug?
    + I still have two logged AFP users.
    Oppose Camelot, I disagree that a user per connected share is the way it should be. A limited edition only allows 5 simultaneous AFP connections. So when a user requires access too 6 shares, ...
    Other point, supporting my disagreement. I only require 2 connections for 4 shares per user. So something is definitely not working as intended. And I've done quite some investigation on the topic (both web/manuals study and trial and error)
    Last but not least. I didn't post a solution, but maybe someone picks it up a find a decent solution/workaround.

  • Issue creating Item Activated Events for a third party form Control in Windows Powershell

    I was asked at work to look into converting some of our VB.Net Applications to PowerShell. We use the
    QIOS dev Suite for some of the controls to make it more visually appealing. I have been testing to controls out and I can load and create forms with no issue in powershell but I'm stumped on the error I'm
    receiving when I add and ItemActivated event. I need to make it so when a user clicks on a given menu Item the form gets which menu item is clicked. 
    Below is the code to my test form.
    [VOID][reflection.assembly]::Load('System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089')
    [VOID][reflection.assembly]::LoadFile("C:\Code\Qios.DevSuite.Components.dll")
    [System.Windows.Forms.Application]::EnableVisualStyles()
    $form1 = New-Object 'System.Windows.Forms.Form'
    $Menu = New-Object 'Qios.DevSuite.Components.QCompositeControl'
    $item = New-Object 'Qios.DevSuite.Components.QCompositeMenuItem'
    $DOSOMETHING={Write-Host "DO SOMETHING"}
    # form1
    $form1.Controls.Add($Menu)
    $form1.ClientSize = '202, 262'
    $form1.Name = "form1"
    $form1.Text = "Form"
    $form1.add_Load($form1_Load)
    #MenuItem
    $Item.ItemName = "Test Item"
    $Item.Title = "Test Item"
    # Menu
    $Menu.Location = '13, 12'
    $Menu.Name = "panel1"
    $Menu.Size = '177, 238'
    $Menu.Items.Add($Item)
    $Menu.Add_ItemActivated($DOSOMETHING)
    $form1.ShowDialog()
    If someone could take a look and tell me what I'm doing wrong that would be great. If you need the dll file below is a link to my copy.

    I was able to get the attached code to work in windows 7 with powershell version 2. I have to see why it dosent like windows 8 and powershell version 4.
    Update: I just did powershell -version 2 in windows 8 and I was able to run the code. 
    [void][reflection.assembly]::Load('System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089')
    [void][reflection.assembly]::LoadFile("C:\Users\xAdmin\Desktop\Qios.DevSuite.Components.dll")
    $frmMain = New-Object 'System.Windows.Forms.Form'
    $ccMenu = New-Object 'Qios.DevSuite.Components.QCompositeControl'
    $ccitem = New-Object 'Qios.DevSuite.Components.QCompositeMenuItem'
    $Function = {
    param ($sender, $e)
    [System.Windows.Forms.MessageBox]::Show($e.Item.ItemName)
    $frmMain.Controls.Add($ccMenu)
    $frmMain.ClientSize = '202, 262'
    $frmMain.Name = "form1"
    $frmMain.Text = "Form"
    $frmMain.add_Load($form1_Load)
    $ccMenu.Location = '13, 12'
    $ccMenu.Name = "panel1"
    $ccMenu.Size = '177, 238'
    $ccMenu.Items.Add($ccitem) | Out-Null
    $ccMenu.Add_ItemActivated($Function)
    $ccitem.ItemName = "Test Item"
    $ccitem.Title = "Test Item"
    $ccitem.Configuration.StretchHorizontal = $true
    $frmMain.ShowDialog()

  • Acrobat 9.3.4 issue: Creating single PDF from Multiple PDFs

    Hey all,
    My setup:
    • Mac OS 10.6.4 / Mac Pro dual / 6GB RAM
    • Adobe CS5 Master Collection
    • Acrobat Pro 9.3.4
    Just ran into issue (critical) I have not encountered before, but it is frighteningly reminiscent of the InDesign CS5 problem of the "Document fonts" folder issues and Small Caps/All Caps. Here's the scenario:
    1. In an IDCS5 document I've used the "All Caps" command to give a heading that characteristic (font used is Avenir 95 Black; type 1).
    2. Export to PDF (Print), and receive a correct PDF, with the All Caps designation showing/printing correctly.
    3. Open it in both Acrobat 9.3.4 and Adobe Reader 9.3.4, and the file is correct (see attachment 1, below).
    4. I then make several other single-page PDFs and save them all to a new folder.
    After creating these single-page PDFs for client review, the client has requested that a random number of these PDFs be compiled into a single PDF, which is no problem--it's a common request which we do all the time. The steps for this are:
    1. Launch Acrobat Pro 9.3.4
    2. Choose File>Create PDF>Merge Files into a Single PDF; dialogue box pops up.
    3. Click the "Add Files" button in the upper left corner of dialogue box (Single PDF button is selected in top right corner of box).
    4. Navigation window pops up, allowing me to choose the folder created in step 4, above, which contains the PDFs I need.
    5. Highlight the desired PDFs, and arrange them in the desired order; click on the "Combine Files" button in the lower right corner of dialogue box. 6. PDFs are generated, and I save the resulting PDF; I then open it in either Adobe Reader 9.3.4 or Acrobat Pro 9.3.4 to verify all went well, and to my disappointment, notice the incorrect interpretation of the "All Caps" line of type (see attachment 2, below).
    I have verified that a PDF file exported through IDCS5 works correctly, and making the 'combined' PDF by making a new IDCS5 document and adding the necessary pages and exporting a single PDF works correctly, as well. The problem is that the "Combine..." feature in Acrobat Pro is our workflow, because it allows for single PDFs to be combined into one WITHOUT having to set up a new IDCS5 document specifically for the final PDF; to do so would require countless numbers of IDCS5 files in order to get the randomly chosen pages into one PDF.
    Has anyone else encountered this problem, and if I overlooked a similar post, my apologies. Thanks in advance...
    Cheers!
    Mikey

    The issue is related to font embeddings. If all of the pdfs had contained the entire font set rather than font subsets this would not be an issue. The way to tackle the problem is to use the PDF optimizer to remove ALL font embeddings. Then use the Preflight to to re-embed the fonts.

  • Issue creating a new Org BP through External List Management

    Hi All,
    I am facing an issue while trying to create organization bps through ELM. The methods that I am using for the same are create person and create organization for Person BP and Organisation BP respectively. The Person BP gets created easily but it seems there is some problem with organisation. The Log after ELM execution says:
    <b>1 records uploaded succesfully
    Step Upload File started at 24 September 2007 06:04:12 (UTC) ended at 24 September 2007 06:04:12 (UTC)
    1 records mapped succesfully
    Step Map Data started at 24 September 2007 06:04:12 (UTC) ended at 24 September 2007 06:04:13 (UTC)
    No duplicates found
    Step Check for Duplicates started at 24 September 2007 06:04:13 (UTC) ended at 24 September 2007 06:04:13 (UTC)
    1 Business Partners maintained
    Step Maintain Business Partners started at 24 September 2007 06:04:13 (UTC) ended at 24 September 2007 06:04:15 (UTC)</b>************************************************************************************************
    As we can see the log says 1 BP has been maintained but no BP gets created in the system. Please help at the earliest coz this issue needs to be resolved asap.
    Any help will be highly rewarded.
    Thanks and regards,
    Rakesh

    Issue closed. Issue with some other custom BADIs. The requirement is working fine now.

  • Issue Creating Duplicate Database on Different host using RMAN Backup

    HI friends..
    I m trying to create a duplicate db on different host ....... 27
    i have live production db on ............. 15
    its up 24*7.
    i know how to create dup db using cold backup..but dont know how to create it using RMAN Backup..
    I have googled..but getting issues..
    Steps Taken till now
    Note- I dont have catalog created on live db..
    I already have set the tnsnames.ora on both servers
    1) Took full backup plus archivelog plus control file on 15
    2) moved it to another host..ie 27
    3) now on live db..
    I conected to rman target /
    so i m now connected to prod db
    than i try to conect to rman auxiliary sys/sys@dubpd..
    But it gives me insufficient privilages error..
    Can you tell me what to do next..Coz unless i get into mount phase on sever 27( new server)..i cannot use the control file from backup).my dupdb is up in nomount phase..but what enxt i can do..to restore the control file and than restore the backup after cataloging them to right path..
    Thanks in advance frieds...

    sai121 wrote:
    Nope ..on live db..
    @comand prompt when i type sqlplus sys/sys@dupdb..
    its says 0ra-12518...Listener cannot hand off client connection..
    My tns name for live server is..*primary* on live server .. whose ip is 15..(lIVE SERVER).
    i also have another entery with tns names- standby .on live server .. whose ip is 27..(other server for duplicated db).
    now @command prompt..@live server.. i did sqlplus sys/sys@standby
    It gives me ORA-12518
    Am i missing something..1- It could be a network problem. You may enable tracing on listener (and examine the logs).
    2- Add "DIRECT_HANDOFF_TTC_LISTENER=OFF" to listener.ora, then reload the listener
    3- You may want to increase "large_pool_size"

  • Having issues Creating a PDF from an Excel file

    When creating PDFs from an Excel file using the Adobe PDF printer, I sometimes run into an issue where the PDF ends up shrinking what's on the document and distorting the image. I have examined all Print Settings and can't find a difference between any of the margin settings, paper size, etc. Once I go to print to Adobe PDF, it just changes the way the whole document looks and is spaced.
    To work around the issue, I use Microsoft's built in Save As PDF feature, but that's only works some of the time. I would like to use the Acrobat software so that I can also edit the document immediately without having to re-open it.

    Be sure Adobe PDF is selected as the printer in the print menu. Then do a print preview. It it looks wrong then, it is likely an Excel format issue.

  • What is the best way to create a week per page diary in indesign.

    I am currently working on a job designing an information pack for children. The document is A5 and i have been asked to insert diary pages (a week per page) at the back for December 2011 to January 2013. I am using indesign CS3. I know I can manually insert the dates but this is a lengthy process and the design is customised to fit in with brand guidelines and a template design which I have created. I read that a plug- in called Calendar Wizard which is a script can create calendar pages a month to a page and in boxes which does not give me the control i need as i need to design the calendar a week per page and it does not seem to give that option (either that or i am not working it properly).
    Does anyone know a good way to go about this? All help would be appreciated.
    Thank you in advance.
    Gail

    I think this will work in CS3.
    Start off by inserting Styles of WEEK, Mon to Friday (as per left)
    Set the Week No. to Bullets and Numbering and insert as per screen shot
    Do the same for Days Monday through to Sunday
    Also set up Monday style NEXT STYLE to be Tuesday
    When you get to Sunday - loop the Styles back to WEEK style.
    Then as per first screen shot you just have to insert RETURNS all the way down to initiate the style.

Maybe you are looking for

  • How to use the Load Balancer Plug-in to serve multiple domains

    In SJSAS8.1 SE/EE the asadmin commands that create and maintain a load balancer configuration operate within a domain. When the load balancer configuration is exported an xml file is created that contains all the information for that domain. To make

  • Merge to HDR - How to make it work?

    Merge to HDR worked once on the CS4 sample files but no more. Photoshop gets through the Merge to HDR dialog on the sample jpegs (or my own jpegs) but throws the following error when creating the HDR image: Error 54: uncaught JavaScript exception: Er

  • Data from 2 tables for jdbc sender adapter

    how to pickup data from 2 tables at a time when using a jdbc sender adapter?

  • Exporting final movie

    Hi, Recently when I've exported a finish movie I've get three or four files, there's a main file which plays the movie and some .av files. I don't know why it's started doing this rather than having one Quicktime file. Does anyone know how I can get

  • Conf problem?

    I must be missing something basic here, but I keep getting the error: [Thu Jan 13 11:28:27 2000] [error]File does not exist: /usr/local/apache/htdocs/servlets/oracle.xml.xsql.XSQLServlet In the apache error log. I'm running apache 1.3.9 on Solaris. T