Problem creating container for filter entity

Hi,
I have a working API gateway instance (11.1.2.1.0). But from today when I tried to access to it using my policy studio, it gives me this embarrassing error. It worked well, and the gateway instance itself is serving well.
I can stop and start the gateway instance including the node manager.
Only from today suddenly my policy studio cannot access to the gateway any more. Any idea? The policy studio can access to other gateway instances in the same version.
I tried to access from another policy studio in a different machine. Same error.
It seems the error shows up at the last step to loading filters.
There must be a dirty stuff in my existing deployment, but it is working well and I have no idea how to clean it up.
INVALID 2014/01/21 16:36:10.068 [ModalContext] [main] java exception:
com.vordel.es.EntityStoreException: Problem creating container for filter entity
  at com.vordel.client.circuit.model.CircuitStore.getContainerForEntity(CircuitStore.java:523)
  at com.vordel.client.circuit.model.CircuitStore.addFilterToCircuit(CircuitStore.java:431)
  at com.vordel.client.circuit.model.CircuitStore.getCircuitForKey(CircuitStore.java:472)
  at com.vordel.client.circuit.model.CircuitStore.getCircuit(CircuitStore.java:189)
  at com.vordel.client.manager.filter.CircuitDelegateGUIFilter.filterAttached(CircuitDelegateGUIFilter.java:115)
  at com.vordel.circuit.FilterContainer.configureFilter(FilterContainer.java:41)
  at com.vordel.client.circuit.model.CircuitStore.getContainerForEntity(CircuitStore.java:513)
  at com.vordel.client.circuit.model.CircuitStore.addFilterToCircuit(CircuitStore.java:431)
  at com.vordel.client.circuit.model.CircuitStore.getCircuitForKey(CircuitStore.java:472)
  at com.vordel.client.circuit.model.CircuitStore.getCircuit(CircuitStore.java:189)
  at com.vordel.client.circuit.model.Tracker.incRefCount(Tracker.java:140)
  at com.vordel.client.circuit.model.HTTPTracker.initListeners(HTTPTracker.java:60)
  at com.vordel.client.circuit.model.FirewallTracker.initListeners(FirewallTracker.java:59)
  at com.vordel.client.circuit.model.Tracker.init(Tracker.java:92)
  at com.vordel.client.circuit.model.CircuitStore.initTrackers(CircuitStore.java:123)
  at com.vordel.client.manager.ManagerEntityStore.loadCircuits(ManagerEntityStore.java:195)
  at com.vordel.client.manager.ManagerEntityStore.loadData(ManagerEntityStore.java:143)
  at com.vordel.client.manager.Manager.loadConfiguration(Manager.java:165)
  at com.vordel.client.manager.LoadEntityStoreOperation.run(LoadEntityStoreOperation.java:29)
  at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:113)
Caused by: java.lang.NullPointerException
  at de.odysseus.el.misc.NumberOperations.sub(NumberOperations.java:98)
  at de.odysseus.el.tree.impl.ast.AstBinary$13.apply(AstBinary.java:91)
  at de.odysseus.el.tree.impl.ast.AstBinary$SimpleOperator.eval(AstBinary.java:31)
  at de.odysseus.el.tree.impl.ast.AstBinary.eval(AstBinary.java:110)
  at de.odysseus.el.tree.impl.ast.AstBinary$SimpleOperator.eval(AstBinary.java:31)
  at de.odysseus.el.tree.impl.ast.AstBinary.eval(AstBinary.java:110)
  at de.odysseus.el.tree.impl.ast.AstEval.eval(AstEval.java:51)
  at de.odysseus.el.tree.impl.ast.AstNode.getValue(AstNode.java:30)
  at de.odysseus.el.TreeValueExpression.getValue(TreeValueExpression.java:122)
  at com.vordel.el.SelectorString.getStructure(SelectorString.java:340)
  at com.vordel.el.SelectorString.getStructure(SelectorString.java:352)
  at com.vordel.el.SelectorString.getWildcardRefs(SelectorString.java:361)
  at com.vordel.circuit.VariablePropertiesFilter.getRequiredPropertiesFromEntity(VariablePropertiesFilter.java:123)
  at com.vordel.circuit.VariablePropertiesFilter.configure(VariablePropertiesFilter.java:71)
  at com.vordel.circuit.CircuitChainFilter.configure(CircuitChainFilter.java:104)
  at com.vordel.circuit.switchcase.SwitchFilter.configure(SwitchFilter.java:130)
  at com.vordel.circuit.FilterContainer.configureFilter(FilterContainer.java:40)
  at com.vordel.client.circuit.model.CircuitStore.getContainerForEntity(CircuitStore.java:513)
  ... 19 more
INVALID 2014/01/21 16:36:10.441 [ModalContext] [main] Problem loading the data from the entity store [federated:file:/C:/OAG-11.1.2.1.0/oagpolicystudio/configuration/workspace/1390322148340/fe521854-c08b-4ddf-9919-8219b38c13dd/configs.xml]:
com.vordel.es.EntityStoreException: Problem creating container for filter entity
  at com.vordel.client.circuit.model.CircuitStore.getContainerForEntity(CircuitStore.java:523)
  at com.vordel.client.circuit.model.CircuitStore.addFilterToCircuit(CircuitStore.java:431)
  at com.vordel.client.circuit.model.CircuitStore.getCircuitForKey(CircuitStore.java:472)
  at com.vordel.client.circuit.model.CircuitStore.getCircuit(CircuitStore.java:189)
  at com.vordel.client.manager.FilterContainerStore.getContainer(FilterContainerStore.java:54)
  at com.vordel.client.manager.ManagerEntityStore.loadCircuits(ManagerEntityStore.java:211)
  at com.vordel.client.manager.ManagerEntityStore.loadData(ManagerEntityStore.java:143)
  at com.vordel.client.manager.Manager.loadConfiguration(Manager.java:165)
  at com.vordel.client.manager.LoadEntityStoreOperation.run(LoadEntityStoreOperation.java:29)
  at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:113)
Caused by: java.lang.NullPointerException
  at de.odysseus.el.misc.NumberOperations.sub(NumberOperations.java:98)
  at de.odysseus.el.tree.impl.ast.AstBinary$13.apply(AstBinary.java:91)
  at de.odysseus.el.tree.impl.ast.AstBinary$SimpleOperator.eval(AstBinary.java:31)
  at de.odysseus.el.tree.impl.ast.AstBinary.eval(AstBinary.java:110)
  at de.odysseus.el.tree.impl.ast.AstBinary$SimpleOperator.eval(AstBinary.java:31)
  at de.odysseus.el.tree.impl.ast.AstBinary.eval(AstBinary.java:110)
  at de.odysseus.el.tree.impl.ast.AstEval.eval(AstEval.java:51)
  at de.odysseus.el.tree.impl.ast.AstNode.getValue(AstNode.java:30)
  at de.odysseus.el.TreeValueExpression.getValue(TreeValueExpression.java:122)
  at com.vordel.el.SelectorString.getStructure(SelectorString.java:340)
  at com.vordel.el.SelectorString.getStructure(SelectorString.java:352)
  at com.vordel.el.SelectorString.getWildcardRefs(SelectorString.java:361)
  at com.vordel.circuit.VariablePropertiesFilter.getRequiredPropertiesFromEntity(VariablePropertiesFilter.java:123)
  at com.vordel.circuit.VariablePropertiesFilter.configure(VariablePropertiesFilter.java:71)
  at com.vordel.circuit.CircuitChainFilter.configure(CircuitChainFilter.java:104)
  at com.vordel.circuit.switchcase.SwitchFilter.configure(SwitchFilter.java:130)
  at com.vordel.circuit.FilterContainer.configureFilter(FilterContainer.java:40)
  at com.vordel.client.circuit.model.CircuitStore.getContainerForEntity(CircuitStore.java:513)
  ... 9 more
INVALID 2014/01/21 16:36:10.449 [main    ] [main] java exception:
java.lang.reflect.InvocationTargetException
  at com.vordel.client.manager.Manager.loadConfiguration(Manager.java:176)
  at com.vordel.client.manager.LoadEntityStoreOperation.run(LoadEntityStoreOperation.java:29)
  at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:113)
Caused by: com.vordel.es.EntityStoreException: Problem creating container for filter entity
  at com.vordel.client.circuit.model.CircuitStore.getContainerForEntity(CircuitStore.java:523)
  at com.vordel.client.circuit.model.CircuitStore.addFilterToCircuit(CircuitStore.java:431)
  at com.vordel.client.circuit.model.CircuitStore.getCircuitForKey(CircuitStore.java:472)
  at com.vordel.client.circuit.model.CircuitStore.getCircuit(CircuitStore.java:189)
  at com.vordel.client.manager.FilterContainerStore.getContainer(FilterContainerStore.java:54)
  at com.vordel.client.manager.ManagerEntityStore.loadCircuits(ManagerEntityStore.java:211)
  at com.vordel.client.manager.ManagerEntityStore.loadData(ManagerEntityStore.java:143)
  at com.vordel.client.manager.Manager.loadConfiguration(Manager.java:165)
  ... 2 more
Caused by: java.lang.NullPointerException
  at de.odysseus.el.misc.NumberOperations.sub(NumberOperations.java:98)
  at de.odysseus.el.tree.impl.ast.AstBinary$13.apply(AstBinary.java:91)
  at de.odysseus.el.tree.impl.ast.AstBinary$SimpleOperator.eval(AstBinary.java:31)
  at de.odysseus.el.tree.impl.ast.AstBinary.eval(AstBinary.java:110)
  at de.odysseus.el.tree.impl.ast.AstBinary$SimpleOperator.eval(AstBinary.java:31)
  at de.odysseus.el.tree.impl.ast.AstBinary.eval(AstBinary.java:110)
  at de.odysseus.el.tree.impl.ast.AstEval.eval(AstEval.java:51)
  at de.odysseus.el.tree.impl.ast.AstNode.getValue(AstNode.java:30)
  at de.odysseus.el.TreeValueExpression.getValue(TreeValueExpression.java:122)
  at com.vordel.el.SelectorString.getStructure(SelectorString.java:340)
  at com.vordel.el.SelectorString.getStructure(SelectorString.java:352)
  at com.vordel.el.SelectorString.getWildcardRefs(SelectorString.java:361)
  at com.vordel.circuit.VariablePropertiesFilter.getRequiredPropertiesFromEntity(VariablePropertiesFilter.java:123)
  at com.vordel.circuit.VariablePropertiesFilter.configure(VariablePropertiesFilter.java:71)
  at com.vordel.circuit.CircuitChainFilter.configure(CircuitChainFilter.java:104)
  at com.vordel.circuit.switchcase.SwitchFilter.configure(SwitchFilter.java:130)
  at com.vordel.circuit.FilterContainer.configureFilter(FilterContainer.java:40)
  at com.vordel.client.circuit.model.CircuitStore.getContainerForEntity(CircuitStore.java:513)
  ... 9 more
ERROR   2014/01/21 16:36:10.450 [main    ] [main] Unable to connect to the URL provided:
federated:file:/C:/OAG-11.1.2.1.0/oagpolicystudio/configuration/workspace/1390322148340/fe521854-c08b-4ddf-9919-8219b38c13dd/configs.xml
INVALID 2014/01/21 16:51:48.771 [ModalContext] [main] java exception:
com.vordel.es.EntityStoreException: Problem creating container for filter entity
  at com.vordel.client.circuit.model.CircuitStore.getContainerForEntity(CircuitStore.java:523)
  at com.vordel.client.circuit.model.CircuitStore.addFilterToCircuit(CircuitStore.java:431)
  at com.vordel.client.circuit.model.CircuitStore.getCircuitForKey(CircuitStore.java:472)
  at com.vordel.client.circuit.model.CircuitStore.getCircuit(CircuitStore.java:189)
  at com.vordel.client.manager.filter.CircuitDelegateGUIFilter.filterAttached(CircuitDelegateGUIFilter.java:115)
  at com.vordel.circuit.FilterContainer.configureFilter(FilterContainer.java:41)
  at com.vordel.client.circuit.model.CircuitStore.getContainerForEntity(CircuitStore.java:513)
  at com.vordel.client.circuit.model.CircuitStore.addFilterToCircuit(CircuitStore.java:431)
  at com.vordel.client.circuit.model.CircuitStore.getCircuitForKey(CircuitStore.java:472)
  at com.vordel.client.circuit.model.CircuitStore.getCircuit(CircuitStore.java:189)
  at com.vordel.client.circuit.model.Tracker.incRefCount(Tracker.java:140)
  at com.vordel.client.circuit.model.HTTPTracker.initListeners(HTTPTracker.java:60)
  at com.vordel.client.circuit.model.FirewallTracker.initListeners(FirewallTracker.java:59)
  at com.vordel.client.circuit.model.Tracker.init(Tracker.java:92)
  at com.vordel.client.circuit.model.CircuitStore.initTrackers(CircuitStore.java:123)
  at com.vordel.client.manager.ManagerEntityStore.loadCircuits(ManagerEntityStore.java:195)
  at com.vordel.client.manager.ManagerEntityStore.loadData(ManagerEntityStore.java:143)
  at com.vordel.client.manager.Manager.loadConfiguration(Manager.java:165)
  at com.vordel.client.manager.LoadEntityStoreOperation.run(LoadEntityStoreOperation.java:29)
  at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:113)
Caused by: java.lang.NullPointerException
  at de.odysseus.el.misc.NumberOperations.sub(NumberOperations.java:98)
  at de.odysseus.el.tree.impl.ast.AstBinary$13.apply(AstBinary.java:91)
  at de.odysseus.el.tree.impl.ast.AstBinary$SimpleOperator.eval(AstBinary.java:31)
  at de.odysseus.el.tree.impl.ast.AstBinary.eval(AstBinary.java:110)
  at de.odysseus.el.tree.impl.ast.AstBinary$SimpleOperator.eval(AstBinary.java:31)
  at de.odysseus.el.tree.impl.ast.AstBinary.eval(AstBinary.java:110)
  at de.odysseus.el.tree.impl.ast.AstEval.eval(AstEval.java:51)
  at de.odysseus.el.tree.impl.ast.AstNode.getValue(AstNode.java:30)
  at de.odysseus.el.TreeValueExpression.getValue(TreeValueExpression.java:122)
  at com.vordel.el.SelectorString.getStructure(SelectorString.java:340)
  at com.vordel.el.SelectorString.getStructure(SelectorString.java:352)
  at com.vordel.el.SelectorString.getWildcardRefs(SelectorString.java:361)
  at com.vordel.circuit.VariablePropertiesFilter.getRequiredPropertiesFromEntity(VariablePropertiesFilter.java:123)
  at com.vordel.circuit.VariablePropertiesFilter.configure(VariablePropertiesFilter.java:71)
  at com.vordel.circuit.CircuitChainFilter.configure(CircuitChainFilter.java:104)
  at com.vordel.circuit.switchcase.SwitchFilter.configure(SwitchFilter.java:130)
  at com.vordel.circuit.FilterContainer.configureFilter(FilterContainer.java:40)
  at com.vordel.client.circuit.model.CircuitStore.getContainerForEntity(CircuitStore.java:513)
  ... 19 more
INVALID 2014/01/21 16:51:49.286 [ModalContext] [main] Problem loading the data from the entity store [federated:file:/C:/OAG-11.1.2.1.0/oagpolicystudio/configuration/workspace/1390322148340/fe521854-c08b-4ddf-9919-8219b38c13dd/configs.xml]:
com.vordel.es.EntityStoreException: Problem creating container for filter entity
  at com.vordel.client.circuit.model.CircuitStore.getContainerForEntity(CircuitStore.java:523)
  at com.vordel.client.circuit.model.CircuitStore.addFilterToCircuit(CircuitStore.java:431)
  at com.vordel.client.circuit.model.CircuitStore.getCircuitForKey(CircuitStore.java:472)
  at com.vordel.client.circuit.model.CircuitStore.getCircuit(CircuitStore.java:189)
  at com.vordel.client.manager.FilterContainerStore.getContainer(FilterContainerStore.java:54)
  at com.vordel.client.manager.ManagerEntityStore.loadCircuits(ManagerEntityStore.java:211)
  at com.vordel.client.manager.ManagerEntityStore.loadData(ManagerEntityStore.java:143)
  at com.vordel.client.manager.Manager.loadConfiguration(Manager.java:165)
  at com.vordel.client.manager.LoadEntityStoreOperation.run(LoadEntityStoreOperation.java:29)
  at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:113)
Caused by: java.lang.NullPointerException
  at de.odysseus.el.misc.NumberOperations.sub(NumberOperations.java:98)
  at de.odysseus.el.tree.impl.ast.AstBinary$13.apply(AstBinary.java:91)
  at de.odysseus.el.tree.impl.ast.AstBinary$SimpleOperator.eval(AstBinary.java:31)
  at de.odysseus.el.tree.impl.ast.AstBinary.eval(AstBinary.java:110)
  at de.odysseus.el.tree.impl.ast.AstBinary$SimpleOperator.eval(AstBinary.java:31)
  at de.odysseus.el.tree.impl.ast.AstBinary.eval(AstBinary.java:110)
  at de.odysseus.el.tree.impl.ast.AstEval.eval(AstEval.java:51)
  at de.odysseus.el.tree.impl.ast.AstNode.getValue(AstNode.java:30)
  at de.odysseus.el.TreeValueExpression.getValue(TreeValueExpression.java:122)
  at com.vordel.el.SelectorString.getStructure(SelectorString.java:340)
  at com.vordel.el.SelectorString.getStructure(SelectorString.java:352)
  at com.vordel.el.SelectorString.getWildcardRefs(SelectorString.java:361)
  at com.vordel.circuit.VariablePropertiesFilter.getRequiredPropertiesFromEntity(VariablePropertiesFilter.java:123)
  at com.vordel.circuit.VariablePropertiesFilter.configure(VariablePropertiesFilter.java:71)
  at com.vordel.circuit.CircuitChainFilter.configure(CircuitChainFilter.java:104)
  at com.vordel.circuit.switchcase.SwitchFilter.configure(SwitchFilter.java:130)
  at com.vordel.circuit.FilterContainer.configureFilter(FilterContainer.java:40)
  at com.vordel.client.circuit.model.CircuitStore.getContainerForEntity(CircuitStore.java:513)
  ... 9 more
INVALID 2014/01/21 16:51:49.295 [main    ] [main] java exception:
java.lang.reflect.InvocationTargetException
  at com.vordel.client.manager.Manager.loadConfiguration(Manager.java:176)
  at com.vordel.client.manager.LoadEntityStoreOperation.run(LoadEntityStoreOperation.java:29)
  at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:113)
Caused by: com.vordel.es.EntityStoreException: Problem creating container for filter entity
  at com.vordel.client.circuit.model.CircuitStore.getContainerForEntity(CircuitStore.java:523)
  at com.vordel.client.circuit.model.CircuitStore.addFilterToCircuit(CircuitStore.java:431)
  at com.vordel.client.circuit.model.CircuitStore.getCircuitForKey(CircuitStore.java:472)
  at com.vordel.client.circuit.model.CircuitStore.getCircuit(CircuitStore.java:189)
  at com.vordel.client.manager.FilterContainerStore.getContainer(FilterContainerStore.java:54)
  at com.vordel.client.manager.ManagerEntityStore.loadCircuits(ManagerEntityStore.java:211)
  at com.vordel.client.manager.ManagerEntityStore.loadData(ManagerEntityStore.java:143)
  at com.vordel.client.manager.Manager.loadConfiguration(Manager.java:165)
  ... 2 more
Caused by: java.lang.NullPointerException
  at de.odysseus.el.misc.NumberOperations.sub(NumberOperations.java:98)
  at de.odysseus.el.tree.impl.ast.AstBinary$13.apply(AstBinary.java:91)
  at de.odysseus.el.tree.impl.ast.AstBinary$SimpleOperator.eval(AstBinary.java:31)
  at de.odysseus.el.tree.impl.ast.AstBinary.eval(AstBinary.java:110)
  at de.odysseus.el.tree.impl.ast.AstBinary$SimpleOperator.eval(AstBinary.java:31)
  at de.odysseus.el.tree.impl.ast.AstBinary.eval(AstBinary.java:110)
  at de.odysseus.el.tree.impl.ast.AstEval.eval(AstEval.java:51)
  at de.odysseus.el.tree.impl.ast.AstNode.getValue(AstNode.java:30)
  at de.odysseus.el.TreeValueExpression.getValue(TreeValueExpression.java:122)
  at com.vordel.el.SelectorString.getStructure(SelectorString.java:340)
  at com.vordel.el.SelectorString.getStructure(SelectorString.java:352)
  at com.vordel.el.SelectorString.getWildcardRefs(SelectorString.java:361)
  at com.vordel.circuit.VariablePropertiesFilter.getRequiredPropertiesFromEntity(VariablePropertiesFilter.java:123)
  at com.vordel.circuit.VariablePropertiesFilter.configure(VariablePropertiesFilter.java:71)
  at com.vordel.circuit.CircuitChainFilter.configure(CircuitChainFilter.java:104)
  at com.vordel.circuit.switchcase.SwitchFilter.configure(SwitchFilter.java:130)
  at com.vordel.circuit.FilterContainer.configureFilter(FilterContainer.java:40)
  at com.vordel.client.circuit.model.CircuitStore.getContainerForEntity(CircuitStore.java:513)
  ... 9 more
ERROR   2014/01/21 16:51:49.295 [main    ] [main] Unable to connect to the URL provided:
federated:file:/C:/OAG-11.1.2.1.0/oagpolicystudio/configuration/workspace/1390322148340/fe521854-c08b-4ddf-9919-8219b38c13dd/configs.xml

Hi,
This does happen sometimes and usually its enough to just exit Policy Studio and connect again. If that does not work you can delete everything in your C:/OAG-11.1.2.1.0/oagpolicystudio/configuration/workspace folder (backup before doing anything) as this is just a temporary storage.
This could also could mean you somehow have managed to get an corrupt deployment (It might load ok in the actual API Server) that fails to load in Policy Studio. In the bin folder there is a esexplorer.bat file, this tool allow you edit configurations in raw format and if you find the error you could try fix it there.
Cheers,
Stefan

Similar Messages

  • Problem : tcl script for filter IPSec cosmetic log

    Hi all, I would like some advice from anyone who ever see this case. I applied tcl script for filter ipsec error log that log is cosmetic. But my site want to don't see this log from router log. I already create tcl script for filter it out. Ok script can work fine but it more work. It filter other message not just ipsec log out. I check cisco device that support script. How can I fix this problem.
    See my detail of script and ios version of router :
    script :
    # VPN_Error.tcl  This script deletes all log messages about VPN error messages
    # The script will filter by combination between facility-serverity and mnemonic      
    # Created on 05-Oct-2012.
    set msgs [list {CRYPTO-4-RECVD_PKT_MAC_ERR} {VPN_HW-1-PACKET_ERROR} {CRYPTO-4-RECVD_PKT_NOT_IPSEC} {CRYPTO-4-PKT_REPLAY_ERR}]
    set fac_sev_mnem "${::facility}-${::severity}-${::mnemonic}"
    foreach msg $msgs {
        if { $msg == $fac_sev_mnem } {
        return ""
    return $::orig_msg
    ios router version :
    : c2800nm-adventerprisek9-mz.124-25f.bin
    : c2800nm-adventerprisek9-mz.124-7b.bin
    log information and configuration
    When I applied command:
    logging filter flash:VPN_Filter2.tcl
    logging buffered filtered 4096 debugging
    show log file:
    router#sh logg
    Syslog logging: enabled (11 messages dropped, 1 messages rate-limited,
                    0 flushes, 0 overruns, xml disabled, filtering enabled)
        Console logging: level debugging, 18145 messages logged, xml disabled,
                         filtering disabled
        Monitor logging: level debugging, 428 messages logged, xml disabled,
                         filtering disabled
            Logging to: vty322(2)
        Buffer logging: level debugging, 0 messages logged, xml disabled,
                        filtering enabled (0 messages logged)
        Logging Exception size (4096 bytes)
        Count and timestamp logging messages: disabled
    Filter modules:
        flash:VPN_Filter2.tcl  
        Trap logging: level informational, 47011 message lines logged
            Logging to 10.145.0.25 (udp port 514, audit disabled, link up), 47011 message lines logged, xml disabled,
                   filtering disabled
            Logging to 10.247.17.41 (udp port 514, audit disabled, link up), 47011 message lines logged, xml disabled,
                   filtering disabled
            Logging to 10.247.17.45 (udp port 514, audit disabled, link up), 47011 message lines logged, xml disabled,
                   filtering disabled
    --More--                          
    Log Buffer (4096 bytes):
    router#
    If you have some more information. Please tell me.
    Thank you for your advice

    It looks like your script has an error.  You have an extra '}'.  It should be:
    # VPN_Error.tcl  This script deletes all log messages about VPN error messages# The script will filter by combination between facility-serverity and mnemonic       # Created on 05-Oct-2012.#set msgs [list {CRYPTO-4-RECVD_PKT_MAC_ERR} {VPN_HW-1-PACKET_ERROR} {CRYPTO-4-RECVD_PKT_NOT_IPSEC} {CRYPTO-4-PKT_REPLAY_ERR}]set fac_sev_mnem "${::facility}-${::severity}-${::mnemonic}"foreach msg $msgs {    if { $msg == $fac_sev_mnem } {        return ""    } } return $::orig_msg

  • Problem creating Image for HP dc5100SFF

    We just installed Zenwork 6.5 and was in the process of creating image
    for HP dc5100 desktop systems, and we encounter some problems. The PC
    downloads Linux.3 and in the process of executing, cannot obtain IP
    address from the DHCP server. How can I get it to see the NIC driver
    which is Broadcom Netxtreme gigabit ethernet card.

    I am running SP1a
    > On Tue, 20 Sep 2005 18:39:34 GMT, [email protected] wrote:
    >
    > > How can I get it to see the NIC driver
    > > which is Broadcom Netxtreme gigabit ethernet card.
    >
    > are you running sp1b?
    > --
    > If you have already compiled drivers or have linux.2 please put them on
    > http://forge.novell.com/modules/xfmo...ect/?zfdimgdrv
    >
    > Marcus Breiden
    >
    > Please change -- to - to mail me.
    > The content of this mail is my private and personal opinion.
    > http://www.edu-magic.net

  • Problem creating EJB 3.0 Entity bean in JDeveloper

    Hello all,
    I trying to create my first entity bean in JDeveloper.
    JDevelper create the entity bean with the code below:
    package model;
    import java.io.Serializable;
    import javax.persistence.Entity;
    @Entity
    public class BatchSettlementT implements Serializable {
    public BatchSettlementT() {
    The problem is that JDeveloper don't find the import command import javax.persistence.Entity;
    What am I doing wrong?
    I'm using JDeveloper Studio Edition Version 10.1.3.1.0.3914.
    My libraries are:
    - TopLink
    - Oracle XML Parser 2
    - EJB 3.0
    - Toplink Essentials JPA
    - J2EE
    Thanks in advance.

    It's very strange, when I type import.javax. in my class there is no persistence package available, do you have any idea what's wrong.
    I did set the technology scope to EJB either.
    Thanks!

  • Problems creating thumbnails for Firefox?

    Hello,
    I am having issues creating a thumbnail gallery for just Firefox. It seems to work fine on Safari...
    I basically have one giant div. I then put in 24 thumbnail images and spaced them out.
    I used square hot spots and drew over each thumbnail to make the button links.
    When I preview in Safari, they are all in order, but when I preview in Firefox, all the images
    go in line right under one another instead of being layed out properly.
    Here's my site for reference. (It's in the artwork tab)
    www.mikelarned.com
    How would I go about this problem without having to make seperate divs for each individual thumbnail?
    Thankyou

    Nancy,
    Thankyou! THe link set up worked great.
    I have no idea why my teacher wouldn't recomend this to me. If I knew about being able to do this instead of hot spots I would have the first time.
    I tested it out in safari and firefox and everything is ok.
    I didn't test it out yet on internet explorer yet because im on a mac.
    i did have one problem though. i tested it out in opera, and when you click on the thumbnail, it does  go to the image, but doesnt obide by the size.
    instead of having it fit the screen like all the other browsers, it previews the picture at the actual pixels filling the entire screen forcing you to scroll to see everything.
    is there any way to fix this problem? not many people use this browser so its not too big of a deal. i can't remember exactly but it might have been the hotspot set up where you can set it so the size fits to the browser. can i set this up with the link? and if so how? it seems like it already is working fine for everything else
    thanks,
    Mike

  • Problems creating playlists for Zen Vision M 3

    This is more a problem with Media Explorer than the player itself. When I go to create a new playlist it doesn't list the music subfolders in alphabetical order. Instead, the latest stuff I've added is at the bottom of the list.
    Let's say I have a Pink Floyd folder on the player and when I put albums on there I put the year of release first. Let's say I have three folders with these names.
    973 - Dark Side of the Moon
    979 - The Wall
    994 - The Division Bell
    However, if I put the Division Bell on first, then Dark Side of the Moon, then the Wall, when I go to make a playlist it will list them in the order that I copied them instead of by the name of the folder.
    Is there a way to fix this?

    Anyone?

  • Problem creating payload for bpm clinet API

    I have set xpath expression for one of the variable creator /task:task/task:payload/ns1:WorkflowRequest/creator and then for other variable ids:getManager(/task:task/task:payload/ns1:WorkflowRequest/creator)
    While setting the payload through code in java and trying to create a task and initiate it
    Document document = XMLUtil.createDocument();
    Element payloadElem = document.createElementNS(TASK_NS, "payload");
    Element taskRequestElem =
    document.createElementNS(TASK_REQUEST_NS, "WorkflowRequest");
    Element creatorChild =
    document.createElementNS(TASK_REQUEST_NS, "creator");
    creatorChild.appendChild(document.createTextNode(task.getCreator()));
    taskRequestElem.appendChild(creatorChild);
    System.out.println(creator);
    The element is going as user not found oracle.xml.parser.v2.XMLNodeList. The api is expecting a string in the payload which is causing this error. How should this be resolved inorder to create and initiate a task successfully?
    Caused by: oracle.bpel.services.workflow.task.impl.RecoverableRSInterpretationException: Error in routing slip.
    Error in evaluating parameter TASK_OWNER in the routing slip. The error is XPath expression failed to execute.
    An error occurs while processing the XPath expression; the expression is ids:getManager(/task:task/task:payload/ns1:WorkflowRequest/creator).
    The XPath expression failed to execute; the reason was: internal xpath error.
    Check the detailed root cause described in the exception message text and verify that the XPath query is correct.
    . The routing slip is associated with the task definition default/WorkflowPOCProject!1.0*soa_faf267dd-c114-423d-ace8-398b5b84cdf6/Humantask.
    Make sure that the parameter TASK_OWNER is specified correctly.

    This is giving you a node not a string...
    task.getCreator()
    Possible fixes are...
    1. Change the expression to /task:task/task:payload/ns1:WorkflowRequest/creator/text() or data(/task:task/task:payload/ns1:WorkflowRequest/creator)
    2. Change to task.getCreator().getTextContent()
    Cheers,
    Vlad
    It is considered good etiquette to reward answerers with points (as "helpful" - 5 pts - or "correct" - 10pts)
    https://forums.oracle.com/forums/ann.jspa?annID=893

  • Edit entity object and use the Create() method for generating ID's

    Hello,
    I have and InserPage.jsp and defined the datasoucre correctly.
    <jbo:InputText datasource="ds" dataitem="Clientid" /> gives me
    the unique ClientID from the FIRST client-record in my table ,
    although this page is for inserting a NEW Client, with a new
    ClientID.
    So, on the Clients Entity i made a create() method and put the
    following code in it:
    public Number getClientid() {
    return (Number)getAttributeInternal(CLIENTID);
    public void create(AttributeList attributeList) {
    SequenceImpl seq = new SequenceImpl
    ("Clientid",getDBTransaction());
    Integer i=(Integer)seq.getData();
    setClientid(new Number(i.intValue()));
    super.create(attributeList);
    the getData() Returns a sequence value, but what sequence value?
    Do i have to create a sequence on the ClientID column in my
    Oracle Table in the DB too?
    The problem is, the first ClientID # is 819 and the current last
    one seems to be 2899, so how do i achieve that when opening the
    insert.jsp the new ClientID shows up (ie. 2900)?
    How can i achieve this?
    thx

    OK, managed to track down the HowTo on triggers? I created the
    trigger.
    create sequence client_seq
    start with 8900
    increment by 1
    nomaxvalue
    nocycle;
    I changed the create() method for the entity object to:
    public void create(AttributeList attributeList) {
    SequenceImpl seq = new SequenceImpl
    ("Clientid",getDBTransaction());
    SequenceImpl s = new SequenceImpl("client_seq",
    getDBTransaction());
    Integer next = (Integer)s.getData();
    setClientid(new Number(next.intValue()));
    and running the tester for the module works fine. ;-)
    But...
    The Insert.jsp page has to insert/show this sequenced value!
    After i defined the datasource and let us say:
    <jbo:InputText datasource="ds" dataitem="Clientid" />
    ...the number 819 shows up, which is the FIRST record, so i do
    not get the new ClientID with the correct number.
    Any help is always nice. ;-)

  • OIM 11g R1 - Container for Roles

    Hi,
    is it possible to create container for roles?
    For Example:
    Container1: RoleA, RoleB, RoleC
    Container2: RoleV, RoleY, RoleZ
    The reason is, i want to create authorization policies, which allows the user to assign specials roles. The problem is, that a lot of roles will be added during the operation. This means, if a new role will be created, i have to edit the authorization policy
    The best way is, i assign a Role-Container to the authorization policy. If i create a new role, i add the role to the special container.
    Is this possible in OIM 11g R1?
    Edited by: 960944 on Apr 3, 2013 5:18 AM

    Yes, you can do that using authorization policy.
    Try this:
    Create a Role called 'X'
    Create a Authorization Policy of Role Management Entity Type called 'X Role Authz Policy' and under the Permission tab:
    Grant Modify Role Membership, Search for ROle, View Role Detail and View Role Membership
    Under Data Constraints: Add all the roles that a user can self assign except SYS ADMIN role.
    Under Assignemnt: Add Role 'X'
    Save and apply to test it.
    You can have a look at the default Role Management All Users Policy for reference.
    Regards,
    Sunny

  • Defining container for BO FIPP method POST

    Hi Experts,
    New to workflow, we are creating a program that instantiate BO FIPP method POST, how to create container for this fields?
    object-key-documentno. object-key-sourcecompanycode. object-key-fiscalyear.
    We will populate this from parameters.
    Thanks!

    Hi John
    I am not sure if I got your requirement clearly, but if you are trying to call the processing of POST method of FIPP via a stand alone ABAP code, you can use the following:
    Call FM SWO_CREATE where objtype = 'FIPP' and objkey = concatenated string of Doc No, Source Company Code and Fiscal year (including spaces and/or leading zeros ... iam assuming that you have this key in your ABAP program)
    You will get the FIPP object Reference in parameter "object"
    Now using this reference, call FM SWO_INVOKE  where Access = 'C' (that is, call a method......if you need to read an attribute, you can make this as 'G'), Object = the object reference from above call to SWO_CREATE and VERB = 'POST' (if left blank, the default method of the BO is called for access 'C' and for access 'G', the default attribute is returned if no value is given). Pass any method data in "container".
    Hope this is what you were looking for....if not... please elaborate on your requirement.
    Regards,
    Modak

  • Problems creating ringtones in iTunes 9.0.2 and 9.0.3

    I have had problems creating ringtones for my iPhone in iTunes versions 9.0.2 and 9.0.3. When I select "create ringtone" when right clicking on a song, iTunes brings up the bar at the bottom for creating ringtones then says...
    "iTunes could not connect to the iTunes store. An unexpected error occurred (11556). Make sure your network connection is active and try again."
    1. My network connection is active. 2. I am logged into my iTunes store account.
    Does anyone know why this is happening, and better how to fix it?

    You can buy them from the iphone itself. Instructions can be found in the manual:
    http://manuals.info.apple.com/enUS/iPhone_UserGuide.pdf
    There are many ways to make ringtones. Google "iphone ringtone" and you will find instructions.

  • Problem in creating jar for ejb

    hi,
    I want just to try to compile and deploy my ejb in the new version of bea weblogic
    server (version 8.1 trial version), but I have the problem when using weblogic.ejbc
    to create the jar file.
    There is no such problem when using weblogic 6.x, I can create the jar package
    of my ejb and deploy it within the server.
    I did this :
    java weblogic.ejbc stage/temp_myejb.jar stage/my_ejb.jar
    and I got the error message :
    ERROR: Error creating descriptor from jar file stage/temp_myejb.jar:
    ERROR: Error from ejbc: 1
    java.lang.ArrayIndexOutOfBoundsException: 1
    at weblogic.ejb20.dd.xml.DDUtils.createDescriptorFromJarFile(DDUtils.java:222)
    at weblogic.ejb20.dd.xml.DDUtils.createDescriptorFromJarFile(DDUtils.java:97)
    at weblogic.ejbc20.getDescriptorFromJar(ejbc20.java:698)
    at weblogic.ejbc20.runBody(ejbc20.java:459)
    at weblogic.utils.compiler.Tool.run(Tool.java:146)
    at weblogic.utils.compiler.Tool.run(Tool.java:103)
    at weblogic.ejbc.main(ejbc.java:29)
    ERROR: ejbc couldn't load descriptor from jar
    I do verify that the weblogic-ejb-jar.xml and ejb-jar.xml have been included in
    temp_myejb.jar but why the compiler cannot load the descriptor ?
    This is my weblogic-ejb-jar.xml :
    <?xml version="1.0"?>
    <!DOCTYPE weblogic-ejb-jar PUBLIC "-//BEA Systems, Inc.//DTD WebLogic 5.1.0 EJB//EN"
    "http://www.bea.com/servers/wls510/dtd/weblogic-ejb-jar.dtd">
    <weblogic-ejb-jar>
         <weblogic-enterprise-bean>
              <ejb-name>MemberHome</ejb-name>
              <caching-descriptor>
                   <max-beans-in-free-pool>20</max-beans-in-free-pool>
                   <max-beans-in-cache>100</max-beans-in-cache>
                   <idle-timeout-seconds>10</idle-timeout-seconds>
              </caching-descriptor>
              <persistence-descriptor>
                   <is-modified-method-name>isModified</is-modified-method-name>
                   <delay-updates-until-end-of-tx>false</delay-updates-until-end-of-tx>
              </persistence-descriptor>
              <jndi-name>MemberHome</jndi-name>
         </weblogic-enterprise-bean>
         <security-role-assignment>
              <role-name>EjbClient</role-name>
              <principal-name>RemoteUser</principal-name>
         </security-role-assignment>
    </weblogic-ejb-jar>
    Is there something I missed ?
    Many thanks in advance.
    best regards,
    Victorianus Kapuangan

    hi Deepak,
    Thanks for the answer.
    I do put the ejb-jar.xml and the weblogic-ejb-jar.xml in the META-INF dir of the
    temp_my_ejb.jar file. I use the bmp entity bean so I guess I do not need to put
    the weblogic-cmp-rdbms-jar.xml.
    Should I missed to put these deployment descriptors in the META-INF, I should
    not then be able to deploy my ejb in weblogic 6.x. But in fact I can deploy it
    using weblogic 6.x.
    TIA.
    regards,
    Victorianus
    "Deepak Vohra" <[email protected]> wrote:
    >
    The input jar file, temp_myejb.jar should have ejb-jar.xml, weblogic-ejb-jar.xml
    & weblogic-cmp-rdbms-jar.xml, for cmp entity bean, in the META-INF dir.
    "Victorianus Kapuangan" <[email protected]> wrote:
    hi,
    I want just to try to compile and deploy my ejb in the new version of
    bea weblogic
    server (version 8.1 trial version), but I have the problem when using
    weblogic.ejbc
    to create the jar file.
    There is no such problem when using weblogic 6.x, I can create the jar
    package
    of my ejb and deploy it within the server.
    I did this :
    java weblogic.ejbc stage/temp_myejb.jar stage/my_ejb.jar
    and I got the error message :
    ERROR: Error creating descriptor from jar file stage/temp_myejb.jar:
    ERROR: Error from ejbc: 1
    java.lang.ArrayIndexOutOfBoundsException: 1
    at weblogic.ejb20.dd.xml.DDUtils.createDescriptorFromJarFile(DDUtils.java:222)
    at weblogic.ejb20.dd.xml.DDUtils.createDescriptorFromJarFile(DDUtils.java:97)
    at weblogic.ejbc20.getDescriptorFromJar(ejbc20.java:698)
    at weblogic.ejbc20.runBody(ejbc20.java:459)
    at weblogic.utils.compiler.Tool.run(Tool.java:146)
    at weblogic.utils.compiler.Tool.run(Tool.java:103)
    at weblogic.ejbc.main(ejbc.java:29)
    ERROR: ejbc couldn't load descriptor from jar
    I do verify that the weblogic-ejb-jar.xml and ejb-jar.xml have beenincluded
    in
    temp_myejb.jar but why the compiler cannot load the descriptor ?
    This is my weblogic-ejb-jar.xml :
    <?xml version="1.0"?>
    <!DOCTYPE weblogic-ejb-jar PUBLIC "-//BEA Systems, Inc.//DTD WebLogic
    5.1.0 EJB//EN"
    "http://www.bea.com/servers/wls510/dtd/weblogic-ejb-jar.dtd">
    <weblogic-ejb-jar>
         <weblogic-enterprise-bean>
              <ejb-name>MemberHome</ejb-name>
              <caching-descriptor>
                   <max-beans-in-free-pool>20</max-beans-in-free-pool>
                   <max-beans-in-cache>100</max-beans-in-cache>
                   <idle-timeout-seconds>10</idle-timeout-seconds>
              </caching-descriptor>
              <persistence-descriptor>
                   <is-modified-method-name>isModified</is-modified-method-name>
                   <delay-updates-until-end-of-tx>false</delay-updates-until-end-of-tx>
              </persistence-descriptor>
              <jndi-name>MemberHome</jndi-name>
         </weblogic-enterprise-bean>
         <security-role-assignment>
              <role-name>EjbClient</role-name>
              <principal-name>RemoteUser</principal-name>
         </security-role-assignment>
    </weblogic-ejb-jar>
    Is there something I missed ?
    Many thanks in advance.
    best regards,
    Victorianus Kapuangan

  • Firefox is having a problem with Linkedin. I get the error, error in parsing value for "backgroun" and for "filter"

    When trying to send messages in linkedin, firefox takes me back to the log in screen without sending the message. On the error console it shows the error; error in parsing value for "background" and error in parsing value for "filter". What is causing this?

    Pages does not support the Apple font used for color emoji, so that behavior is normal.
    With what app are you reading the yahoo mail?  There is really no guarantee than any other email service will show the special Apple font involved.
    You should have no problem putting emoji directly into Mail or Text edit via drag drop from the Character Viewer as shown below.
    You should also be able to upload graphics here easily by clicking on the camera icon.  My email is tom at bluesky dot org.

  • Problem creating Network ACL for a ROLE in Oracle 11gR2

    According to Oracle Documentation when you create a new Network ACL you can add privileges to a user or role.  I need to create a new ACL for the UTL_SMTP package for a specific role, but when I granted it the users who have that role are still getting the "ORA-24247: network access denied by access control list (ACL)" error when they try to send an email.  If I grant the ACL privilege to the same users directly it works fine.  Is there any step I'm missing?  This is the test I have made on my Solaris 10 - Oracle 11gR2 (11.2.0.3) Standard Edition server:
    SQL*Plus: Release 11.2.0.1.0 Production on Wed Aug 21 09:31:52 2013
    Copyright (c) 1982, 2010, Oracle.  All rights reserved.
    SQL> CONNECT system/******@testdb
    Connected.
    SQL> SET LINES 1000
    SQL> SELECT * FROM v$version;
    BANNER
    Oracle Database 11g Release 11.2.0.3.0 - 64bit Production
    PL/SQL Release 11.2.0.3.0 - Production
    CORE    11.2.0.3.0      Production
    TNS for Solaris: Version 11.2.0.3.0 - Production
    NLSRTL Version 11.2.0.3.0 - Production
    SQL> COLUMN host FORMAT A20
    SQL> COLUMN lower_port FORMAT 99999
    SQL> COLUMN upper_port FORMAT 99999
    SQL> COLUMN acl FORMAT A40
    SQL> COLUMN acl FORMAT A40
    SQL> COLUMN principal FORMAT A15
    SQL> COLUMN privilege FORMAT A10
    SQL> COLUMN is_grant FORMAT A8
    SQL> COLUMN status FORMAT A10
    SQL> SELECT host, lower_port, upper_port, acl FROM dba_network_acls;
    no rows selected
    SQL> SELECT acl,principal,privilege,is_grant FROM dba_network_acl_privileges;
    no rows selected
    SQL> CREATE USER testacl IDENTIFIED BY testacl;
    User created.
    SQL> GRANT CONNECT TO testacl;
    Grant succeeded.
    SQL>
    SQL> BEGIN
      2     dbms_network_acl_admin.create_acl('test_smtp.xml','TEST SMTP ACL','TESTACL',true,'connect');
      3     dbms_network_acl_admin.assign_acl('test_smtp.xml','localhost',25);
      4     commit;
      5  END;
      6  /
    PL/SQL procedure successfully completed.
    SQL> SELECT host, lower_port, upper_port, acl FROM dba_network_acls;
    HOST                 LOWER_PORT UPPER_PORT ACL
    localhost                    25         25 /sys/acls/test_smtp.xml
    SQL> SELECT acl,principal,privilege,is_grant FROM dba_network_acl_privileges;
    ACL                                      PRINCIPAL       PRIVILEGE  IS_GRANT
    /sys/acls/test_smtp.xml                  TESTACL         connect    true
    After creating this ACL I test it like this:
    SQL> CONNECT testacl/testacl@testdb
    Connected.
    SQL> SELECT host, lower_port, upper_port, privilege, status FROM user_network_acl_privileges;
    HOST                 LOWER_PORT UPPER_PORT PRIVILEGE  STATUS
    localhost                    25         25 connect    GRANTED
    SQL> DECLARE
      2     c utl_smtp.connection;
      3  BEGIN
      4     c := utl_smtp.open_connection('localhost', 25); -- SMTP on port 25
      5     utl_smtp.helo(c, 'localhost');
      6     utl_smtp.mail(c, 'Oracle11.2');
      7     utl_smtp.rcpt(c, '[email protected]');
      8     utl_smtp.data(c,'From: Oracle'||utl_tcp.crlf||'To: [email protected]'||utl_tcp.crlf||'Subject: UTL_SMTP TEST'||utl_tcp.crlf||'');
      9     utl_smtp.quit(c);
    10  END;
    11  /
    PL/SQL procedure successfully completed.
    SQL>
    This works fine and I receive the email correctly.  Now if I try to do the same thing for a role:
    SQL> CONNECT system/******@testdb
    Connected.
    SQL> BEGIN
      2     dbms_network_acl_admin.drop_acl('test_smtp.xml');
      3     commit;
      4  END;
      5  /
    PL/SQL procedure successfully completed.
    SQL> SELECT host, lower_port, upper_port, acl FROM dba_network_acls;
    no rows selected
    SQL> CREATE ROLE testacl_role;
    Role created.
    SQL> GRANT testacl_role TO testacl;
    Grant succeeded.
    SQL> ALTER USER testacl DEFAULT ROLE ALL;
    User altered.
    SQL>
    SQL> BEGIN
      2     dbms_network_acl_admin.create_acl('test_smtp.xml','TEST SMTP ACL','TESTACL_ROLE',true,'connect');
      3     dbms_network_acl_admin.assign_acl('test_smtp.xml','localhost',25);
      4     commit;
      5  END;
      6  /
    PL/SQL procedure successfully completed.
    SQL> SELECT host, lower_port, upper_port, acl FROM dba_network_acls;
    HOST                 LOWER_PORT UPPER_PORT ACL
    localhost                    25         25 /sys/acls/test_smtp.xml
    SQL> SELECT acl,principal,privilege,is_grant FROM dba_network_acl_privileges;
    ACL                                      PRINCIPAL       PRIVILEGE  IS_GRANT
    /sys/acls/test_smtp.xml                  TESTACL_ROLE    connect    true
    SQL>
    And now I test it again with the same user:
    SQL> CONNECT testacl/testacl@testdb
    Connected.
    SQL>
    SQL> SELECT host, lower_port, upper_port, privilege, status FROM user_network_acl_privileges;
    no rows selected
    SQL> DECLARE
      2     c utl_smtp.connection;
      3  BEGIN
      4     c := utl_smtp.open_connection('localhost', 25); -- SMTP on port 25
      5     utl_smtp.helo(c, 'localhost');
      6     utl_smtp.mail(c, 'Oracle11.2');
      7     utl_smtp.rcpt(c, '[email protected]');
      8     utl_smtp.data(c,'From: Oracle'||utl_tcp.crlf||'To: [email protected]'||utl_tcp.crlf||'Subject: UTL_SMTP TEST'||utl_tcp.crlf||'');
      9     utl_smtp.quit(c);
    10  END;
    11  /
    DECLARE
    ERROR at line 1:
    ORA-24247: network access denied by access control list (ACL)
    ORA-06512: at "SYS.UTL_TCP", line 17
    ORA-06512: at "SYS.UTL_TCP", line 267
    ORA-06512: at "SYS.UTL_SMTP", line 161
    ORA-06512: at "SYS.UTL_SMTP", line 197
    ORA-06512: at line 4
    SQL>
    I'm aware that role privileges doesn't apply inside procedures, functions or packages by default, but this is an anonymous block so it should use the active roles for the user.  I also tried adding a "dbms_session.set_role('TESTACL_ROLE');" at the beggining of the anonymous PL/SQL block but I got the same access error.
    Thanks in advance for any help you can give to me on this question, it would be very hard to grant the ACL to all the individual users as they are more than 1000, and we create more regularly.

    Thanks for your quick reply... I don't have a problem creating the basic ACL with the privileges granted for a user.  The problem appears when I try to create an ACL with privileges for a ROLE.  You can see here http://docs.oracle.com/cd/E11882_01/appdev.112/e25788/d_networkacl_adm.htm#BABIGEGG than the official Oracle documentation states that you can assign the ACL principal to be a user or role:
    Parameter
    Description
    acl
    Name of the ACL. Relative path will be relative to "/sys/acls".
    description
    Description attribute in the ACL
    principal
    Principal (database user or role) to whom the privilege is granted or denied. Case sensitive.
    My issue is that when I try to create the ACL for a role it doesn't work.
    Have you ever created an ACL for a role? if so please send me an example or let me know which step I might be missing.  Cheers.

  • Problem creating transactional iview for BW system

    Hi gurus
    We are facing one problem creating a transactional iview for a BW 3.5 system . We wanto to call transaction SU01 in our BW system using an iview. When we use SAP for html, we have all the menu on the iview , I mean the same result as if we use smen, not SU01.
    And if we use SAP GUI , we are always having the same GUI Error
    Sapgui 640 [Build 8986] Wed Apr 01 12:25:05 2009
    : 'service '' unknown
    Time          Wed Apr 01 12:25:03 2009
    Component     NI (network interface)
    Release          640
    Version          37
    Module          ninti.c
    Line          505
    Method          NiPGetServByName2: service '' not found
    Return Code     -3
    System Call     getservbyname_r
    Counter          1
    Please, can you help us?
    Thanks in advance and best regards.

    Thanks Bala for your quick reply. I´ve tried with function module RSBB_URL_PREFIX_GET  and all the settings were OK. Still the same result.
    Adding more information. We have another WAS 6.40 server with different Module(we have RM and XRPM , not BW) and we are having the same problems. I am wondering if its related with some special config or activation 
    Maybe  I´ve forgot some service activation in SICF? I´m able to reach the SMEN, but not the SU01
    or I´m missing some config elsewhere?
    Thanks in advance.
    Best regards.
    Edited by: Jose Ignacio Arlandis on Apr 2, 2009 8:41 AM

Maybe you are looking for

  • How to generate XML from relational data : PL/SQL or Java

    I'm new to Oracle XML and would appreciate some advice. I've been asked to generate XML documents from data stored in relational tables. The XML documents must be validated against a DTD. We will probably want to store the XML in the database. I've s

  • I have tried for the last 3 months to get my pay as you go Orange phone unlocked

    Hi,I hope someone is able to help.I have been trying for 3 months to have my pay as you go Orange phone unlocked. It is a Samsung F480.On three separate occasions I have rang customer services and have been assured they would sort it in a couple of w

  • Inbound delivery creation through IDOC

    Dear Experts, I have scenaris like one STO with multiple deliveries with same materials and the same assigned to shipment, through the shipment out put IDOC will generate and created the inbound delivery, the same hace to updated the STO. in the abov

  • Summary Error while installing PS CS6 (Mac)

    Hello, I<ve been trying to install PS CS6 for a while and I keep getting the same Summary Error at the beginning (about 2% in the installation). I've tried the troubleshooting steps, it did not resolve the issue.,  Here's the error message: Exit Code

  • JDeveloper throwing error when creating EO

    Hi... I see this weird error thrown by JDeveloper when trying to create an Entity Object : SQL Error Io Exception Software caused connection abort:socket write error Exception:java.sql.SQLException What could be the problem I am trying to use the FWK