MPLS two vrf inter-communication

Hi all,
Customer requirement
1- Location near to PE1 should use PE1 to access internet
2- Location near to PE2 (i.e CE3) use PE2 to access internet
3- CE1,CE2 and CE3 should communicate to each other
4- Incase PE2-CE2 link goes down CE3 should access internet from PE1
What we offered
1- We have created two vrf one is for PE1 (MESH-1) and One is for PE1 (MESH-2) (First Two requirement fulfilled)
2- Done intervrf communication between PE1 and PE2 (3rd requirement meet)
3- Now customer is announcing default from CE1 with AS path contain one AS
default from CE2 with AS path contain three AS (It is not path prepend)
In above situation default from PE1 became best and CE2 uses PE1 to access internet which customer do not want
We have tried to insert default route from PE1 by decreasing local preference to 50 towards PE2
with extcommunity RT but in this scenario CE4 starts accessing internet via PE2
Is here any wayout for this ?
Let me know if any more iput is required
Thanks in advance
Mahesh

Hi,
To be sure PE2 always prefer the default route received from CE2, you should increase the weight. As this attribute will never be transmitted it will not influence PE1 route selection and it will choose the one with the shortest AS PATH.
If CE3 and CE4 are directly connected to PE2 and PE1 then you should be fine. If not, I would configure PE1 and PE2 to export those default routes with different community. Remote PEs will set different LP based on the community during the import process.
HTH
Laurent.

Similar Messages

  • Two VRFs into Only One

    Hi all, this is my post, I need to integrate two VRFs, that is, a Banking corporation will expand its operations and will integrate with a financial group. These two, are customers of the same service provider, and represent each a different VRF. Now I need to integrate them into one. The Question...How can I do to solve the problem of same LAN Subnets..?...Same WAN Subnes..?..Do I need to necessarily change the IP scheme of one of the two VRFs before I can proceed with the integartion?

    Hector,
    This is no different from merging two networks outside of the VRF context. You either need to renumber the overlapping networks or use NAT (or even double NAT in some cases).
    Regards

  • Inter Communication between portlets getting error ed out

    Hi ,
    I am trying to create inter communication with 2 portlets . I created 2 portlets and created a global parameter(params1) which i used in both the portlets. My requirement is that i need to enter a value in first portlet and by clicking a button in first portlet, i should be able to display the same value in my second portlet. I created them but was getting an error when i am clicking on the button in first portlet.
    oracle.portlet.client.container.PortletRemoteException: oracle.portlet.server.container.OperationFailedException: oracle.portlet.wsrp.v2.OperationFailedException: Internal Server Error: doBridgeDispatch failed: error from Bridge in executing the request.; nested exception is: javax.portlet.PortletException: doBridgeDispatch failed: error from Bridge in executing the request
    at oracle.portlet.client.techimpl.wsrp.WSRPBaseTerminalPipe.processException(WSRPBaseTerminalPipe.java:41)
    at oracle.portlet.client.techimpl.wsrp.WSRPBlockingInteractionPipe.execute(WSRPBlockingInteractionPipe.java:182)
    at oracle.portlet.client.techimpl.wsrp.WSRPBlockingInteractionPipe.pre(WSRPBlockingInteractionPipe.java:48)
    at oracle.portlet.client.service.pipeline.PipeContext.internalExecute2(PipeContext.java:650)
    at oracle.portlet.client.service.pipeline.PipeContext.access$000(PipeContext.java:48)
    at oracle.portlet.client.service.pipeline.PipeContext$1.run(PipeContext.java:498)
    at java.security.AccessController.doPrivileged(Native Method)
    at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:315)
    at oracle.security.jps.internal.jaas.AccActionExecutor.execute(AccActionExecutor.java:74)
    at oracle.security.jps.internal.jaas.CascadeActionExecutor$SubjectPrivilegedExceptionAction.run(CascadeActionExecutor.java:83)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:146)
    at weblogic.security.Security.runAs(Security.java:61)
    at oracle.security.jps.wls.jaas.WlsActionExecutor.execute(WlsActionExecutor.java:51)
    at oracle.security.jps.internal.jaas.CascadeActionExecutor.execute(CascadeActionExecutor.java:56)
    at oracle.security.jps.internal.jaas.AbstractSubjectSecurity.executeAs(AbstractSubjectSecurity.java:138)
    at oracle.portlet.client.service.pipeline.PipeContext.internalExecute(PipeContext.java:502)
    at oracle.portlet.client.service.pipeline.PipeContextRunnable.run(PipeContextRunnable.java:23)
    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 oracle.portlet.client.service.pipeline.ModifiedThreadPoolExecutor$Worker.runTask(ModifiedThreadPoolExecutor.java:391)
    at oracle.portlet.client.service.pipeline.ModifiedThreadPoolExecutor$Worker.run(ModifiedThreadPoolExecutor.java:416)
    at java.lang.Thread.run(Thread.java:662)
    Caused by: oracle.portlet.server.container.OperationFailedException: oracle.portlet.wsrp.v2.OperationFailedException: Internal Server Error: doBridgeDispatch failed: error from Bridge in executing the request.; nested exception is: javax.portlet.PortletException: doBridgeDispatch failed: error from Bridge in executing the request
    at oracle.portlet.wsrp.v2.ServerToWSRPv2.performBlockingInteraction(ServerToWSRPv2.java:3874)
    at oracle.portlet.client.connection.wsrp.ActivityServerWrapper.performBlockingInteraction(ActivityServerWrapper.java:826)
    at oracle.portlet.client.techimpl.wsrp.WSRPBlockingInteractionPipe.execute(WSRPBlockingInteractionPipe.java:133)
    ... 22 more
    Caused by: oracle.portlet.wsrp.v2.OperationFailedException: Internal Server Error: doBridgeDispatch failed: error from Bridge in executing the request.; nested exception is: javax.portlet.PortletException: doBridgeDispatch failed: error from Bridge in executing the request
    at oracle.portlet.wsrp.v2.WSRP_v2_Markup_PortTypeJaxbToSoap.performBlockingInteraction(WSRP_v2_Markup_PortTypeJaxbToSoap.java:430)
    at oracle.portlet.wsrp.v2.ServerToWSRPv2.performBlockingInteraction(ServerToWSRPv2.java:3515)
    ... 24 more
    Caused by: oracle.portlet.wsrp.v2.soap.OperationFailed
    at oracle.portlet.wsrp.v2.soap.runtime.WSRP_v2_Markup_PortType_performBlockingInteraction_Fault_SOAPSerializer.deserializeDetail(WSRP_v2_Markup_PortType_performBlockingInteraction_Fault_SOAPSerializer.java:306)
    at oracle.j2ee.ws.common.encoding.SOAPFaultInfoSerializer.doDeserializeSOAP11(SOAPFaultInfoSerializer.java:133)
    at oracle.j2ee.ws.common.encoding.SOAPFaultInfoSerializer.doDeserialize(SOAPFaultInfoSerializer.java:95)
    at oracle.j2ee.ws.common.encoding.ObjectSerializerBase.deserialize(ObjectSerializerBase.java:194)
    at oracle.j2ee.ws.common.encoding.ReferenceableSerializerImpl.deserialize(ReferenceableSerializerImpl.java:148)
    at oracle.portlet.wsrp.v2.soap.runtime.WSRP_v2_Markup_Binding_SOAP_Stub._readBodyFaultElement(WSRP_v2_Markup_Binding_SOAP_Stub.java:720)
    at oracle.j2ee.ws.client.StreamingSender._sendImpl(StreamingSender.java:396)
    at oracle.j2ee.ws.client.StreamingSender._send(StreamingSender.java:148)
    at oracle.portlet.wsrp.v2.soap.runtime.WSRP_v2_Markup_Binding_SOAP_Stub.performBlockingInteraction(WSRP_v2_Markup_Binding_SOAP_Stub.java:248)
    at oracle.portlet.wsrp.v2.WSRP_v2_Markup_PortTypeJaxbToSoap.performBlockingInteraction(WSRP_v2_Markup_PortTypeJaxbToSoap.java:380)
    ... 25 more
    Thank you,
    Sashank P.

    hello vipin,
    how did you start your MAM? are you using the -app option?
    from the log, it seems that you have an auto-login enabled.
    if you ran your MI from NWDS, try removing the debug
    options -logon:<user>:<password>
    how did you ran your MI btw?
    regards
    jo

  • Dynamic Configuration for two file adapters communication channels

    Hello Experts!!!!!!
         In one of the interface in my landscape, I am using two file adapters for creating two files with different names and at two different destination on F.T.P.
    However the receiver service for both the communication channel are same.
    In message mapping I am using multi mapping to create two files out a single message.
    Now i have a requirement of changing file path and file name using dynamic configuration for both the comm channel.
    When i doing dynamic coniguration for both the comm. channel. My interface is creating two files but with same name and on same destination which is set for second communication channel through dynamic configuration.
    Here, I guess the second dynamic configuration is over writing the first dynamic configuration and hence creating two files with same name and at same destination.    
    Please suggest, if separate dynamic configuration for separate communication channel of same receiver service can be done?
    Thanks & Regards,
    Amol

    Thanks for your prompt responses!!!!!
        Is there any way, By which in dynamic configuration I can find out the communication channel name and then change its parameter.
    I mean if iam using say comm. channel A and B.
    Then in dynamic configuration for A, I will first take communication channel A by calling it and then change its path/file name.
    and then do samething for comm. channel B in its dynamic conf.
    Regards,
    Amol

  • MPLS Per VRF QOS

    Our WAN cloud will be a mesh between 3 campuses. Our provider will provide Layer 2 transport services, 1Gbps, FIFO. At each campus I will be running 2821 for WAN edge.
    All services will be converged onto this WAN, Voice, Video, Data.
    At each campus runs 3750 or 6513 as Campus Core peering 2821's. Each campus will be running VRF-Lite. My goal is to become the MPLS service provider for the college. The 2821's are the PE devices and the Campus Core's are the CE devices. Example, Voice will have it's own VRF at each respective site, each vrf will learn routes from other voice vrf's from the 2821's. Currently the 2821's peer each other iBGP. I want to be able to allocate portions of bandwidth (1Gb) for each VRF on the WAN and queue the traffic within each VRF.

    Hi,
    You need to configure normal QoS, remark the triple play traffic (data voice video) in ingress interface on the switch and implement queuing and bandwidth reservation out the egress interface of the router.
    Regards,
    W.Amer

  • Two BPEL Composites communicating via binding.ws

    I have two BPEL Composites which communicate via binding.ws which references the other composite application by a soap:address. However, this results in the following:
    <08.02.2011 11:37 Uhr MEZ> <Warning> <oracle.integration.platform> <SOA-20137> <Lokales Binding: SOAP/HTTP
    f³r lokalen Aufruf kann nicht umgangen werden. Es ist m÷glich, dass der Service nicht lokal verf³gbar bzw.
    kein SCA-Service ist oder dass dem Quell- bzw. Ziel-Binding Policy-Referenzen zugeordnet sind.
    java.lang.NullPointerException
    at oracle.integration.platform.blocks.local.LocalInvocationProcessor.getWSBindingForService(LocalInvocationProcessor.java:490)
    at oracle.integration.platform.blocks.local.LocalInvocationProcessor.getLocalInvocationInfo(LocalInvocationProcessor.java:353)
    at oracle.integration.platform.blocks.local.LocalInvocationProcessor.getLocalInvocationInfo(LocalInvocationProcessor.java:274)
    at oracle.integration.platform.blocks.soap.WebServiceExternalBindingComponent.post(WebServiceExternalBindingComponent.java:684)
    at oracle.integration.platform.blocks.mesh.AsynchronousMessageHandler.doPost(AsynchronousMessageHandler.java:142)
    at oracle.integration.platform.blocks.mesh.MessageRouter.post(MessageRouter.java:194)
    at oracle.integration.platform.blocks.mesh.MeshImpl.post(MeshImpl.java:215)
    at sun.reflect.GeneratedMethodAccessor947.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:307)
    at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:182)
    at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:149)
    at oracle.integration.platform.metrics.PhaseEventAspect.invoke(PhaseEventAspect.java:71)
    at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
    at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
    at $Proxy295.post(Unknown Source)
    at oracle.fabric.CubeServiceEngine.postToMesh(CubeServiceEngine.java:806)
    at com.collaxa.cube.ws.WSInvocationManager.invoke(WSInvocationManager.java:258)
    at com.collaxa.cube.engine.ext.common.InvokeHandler.__invoke(InvokeHandler.java:1056)
    at com.collaxa.cube.engine.ext.common.InvokeHandler.handleNormalInvoke(InvokeHandler.java:583)
    at com.collaxa.cube.engine.ext.common.InvokeHandler.handle(InvokeHandler.java:130)
    at com.collaxa.cube.engine.ext.bpel.common.wmp.BPELInvokeWMP.__executeStatements(BPELInvokeWMP.java:74)
    at com.collaxa.cube.engine.ext.bpel.common.wmp.BaseBPELActivityWMP.perform(BaseBPELActivityWMP.java:158)
    at com.collaxa.cube.engine.CubeEngine._performActivity(CubeEngine.java:2463)
    at com.collaxa.cube.engine.CubeEngine.performActivity(CubeEngine.java:2334)
    at com.collaxa.cube.engine.CubeEngine.handleWorkItem(CubeEngine.java:1115)
    at com.collaxa.cube.engine.dispatch.message.instance.PerformMessageHandler.handleLocal(PerformMessageHandler.java:73)
    at com.collaxa.cube.engine.dispatch.DispatchHelper.handleLocalMessage(DispatchHelper.java:220)
    at com.collaxa.cube.engine.dispatch.DispatchHelper.sendMemory(DispatchHelper.java:328)
    at com.collaxa.cube.engine.CubeEngine.endRequest(CubeEngine.java:4350)
    at com.collaxa.cube.engine.CubeEngine.endRequest(CubeEngine.java:4281)
    at com.collaxa.cube.engine.CubeEngine.callbackPerformer(CubeEngine.java:1283)
    at com.collaxa.cube.engine.delivery.DeliveryHelper.callbackPerformer(DeliveryHelper.java:401)
    at com.collaxa.cube.engine.delivery.DeliveryService.handleCallback(DeliveryService.java:1024)
    at com.collaxa.cube.engine.ejb.impl.CubeDeliveryBean.handleCallback(CubeDeliveryBean.java:322)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at com.bea.core.repackaged.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:310)
    at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:182)
    at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:149)
    at com.bea.core.repackaged.springframework.jee.intercept.MethodInvocationInvocationContext.proceed(MethodInvocationInvocationContext.java:104)
    at oracle.security.jps.ee.ejb.JpsAbsInterceptor$1.run(JpsAbsInterceptor.java:94)
    at java.security.AccessController.doPrivileged(Native Method)
    at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:313)
    at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:413)
    at oracle.security.jps.ee.ejb.JpsAbsInterceptor.runJaasMode(JpsAbsInterceptor.java:81)
    at oracle.security.jps.ee.ejb.JpsAbsInterceptor.intercept(JpsAbsInterceptor.java:112)
    at oracle.security.jps.ee.ejb.JpsInterceptor.intercept(JpsInterceptor.java:105)
    at sun.reflect.GeneratedMethodAccessor914.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at com.bea.core.repackaged.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:310)
    at com.bea.core.repackaged.springframework.jee.intercept.JeeInterceptorInterceptor.invoke(JeeInterceptorInterceptor.java:69)
    at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
    at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:131)
    at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:119)
    at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
    at com.bea.core.repackaged.springframework.jee.spi.MethodInvocationVisitorImpl.visit(MethodInvocationVisitorImpl.java:37)
    at weblogic.ejb.container.injection.EnvironmentInterceptorCallbackImpl.callback(EnvironmentInterceptorCallbackImpl.java:54)
    at com.bea.core.repackaged.springframework.jee.spi.EnvironmentInterceptor.invoke(EnvironmentInterceptor.java:50)
    at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
    at com.bea.core.repackaged.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:89)
    at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
    at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:131)
    at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:119)
    at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
    at com.bea.core.repackaged.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
    at $Proxy278.handleCallback(Unknown Source)
    at com.collaxa.cube.engine.ejb.impl.bpel.BPELDeliveryBean_5k948i_ICubeDeliveryLocalBeanImpl.__WL_invoke(Unknown Source)
    at weblogic.ejb.container.internal.SessionLocalMethodInvoker.invoke(SessionLocalMethodInvoker.java:39)
    at com.collaxa.cube.engine.ejb.impl.bpel.BPELDeliveryBean_5k948i_ICubeDeliveryLocalBeanImpl.handleCallback(Unknown Source)
    at com.collaxa.cube.engine.dispatch.message.instance.CallbackDeliveryMessageHandler.handle(CallbackDeliveryMessageHandler.java:47)
    at com.collaxa.cube.engine.dispatch.DispatchHelper.handleMessage(DispatchHelper.java:140)
    at com.collaxa.cube.engine.dispatch.BaseDispatchTask.process(BaseDispatchTask.java:88)
    at com.collaxa.cube.engine.dispatch.BaseDispatchTask.run(BaseDispatchTask.java:64)
    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:619)
    >
    What can be done to avoid this?

    Using SAML tokens (policies are there in OWSM) you should be able to propagate the security credentials-
    http://download.oracle.com/docs/cd/E17904_01/integration.1111/e10224/sca_policy.htm#CHDHAJIH
    Regards,
    Anuj

  • Exchange of initial key for two way encrypted communication

    Hello all,
    I think the following question has to do with my lack of knowledge of cryptography and will be happy for any pointers you might provide.
    I am trying to encrypt socket communication between client/server. I have decided to use AES from the SUNJCE. I don't want to store a static key on the client as that would pose a threat(decompilation). And I don't want to send the key to the client as that would defeat the whole purpose of encryting the communication (the key might get sniffed over the network).
    I have a feeling there is a better way but since I am new to crytpography I am a bit lost. Can anybody tell me if there is a standard (best-practice) way of doing this.
    Thanks in advance for your help.
    depeupleur_

    For anyone interested in AES for flash check this code
    out:
    http://www.codecta.com.br/rijndael.zip
    Wow - that is impressive.
    I now have a different problem, i can protect the data
    being transmitted between server and a legitimate
    client but since the connection is done through
    internet and i don't know who the potential users are
    how can i make sure the client that connects in the
    first place is not a rogue client looking to replace a
    proper client and trying to determine the
    communication protocols and encryption mechanisms?You really do need to read up on how this stuff works. If "Applied Crypto" is too much, there's another book, "Practical Cryptography", by Ferguson and Schneier, that covers the topic pretty readably as well. (The first section, anyway - it gets pretty dense after that...)
    In general - if you're going to worry about the identity of the client, you can set up your server to require client-side certificates. Explaining how certificates work is more than a forum-message thing.
    Note that, in The Land of Crypto, you must assume that The Bad Guy knows everything about your communications protocols except for the key. If your security relies on hiding them, or your specific encryption algorithm, then you're pretty much toast.
    Too right, i won't even pretend that i could write any
    crypto code. (unless it is for my little son to
    decrypt as a game)It's actually a very interesting field. I would not call myself a cryptographer by any stretch of the imagination - I'm just an educated user of crypto libraries. With a little research, you can be one too! ;)
    Good luck,
    Grant

  • Two ear file communicating with each other

    HI,
    I have one doubt,
    I Have two ear files (two webservices actually) deployed succesfully in the same application server (Weblogic7.0). Let us say them a.ear and b.ear
    In a.ear there are class say A.class and B.class. In B.java file there is a staic HashMap which stores some object based on some id. Also in B.java there is static method which takes the id as a parameter and return the corrospojnding object stored in the static hasmap.
    In b.ear file there class say B.class and C.class. Note that this ear file has its own copy of B.class file. In C.java file i create an object (though i dont need create being it a static method) of B.java and calls the static object passing it the id and expecting it that it will return me the object stored in the Hashmap. it returns me null though it has the objects stored for that id.
    Is it because both ear files has their own copy of B.class. but i though that that they are running in the same jvm in application server so it should not be a problem. if this is the reason then my problem will be solved if i put them in same ear file.
    Can anybody put his insights into his experiences and lemme know what is the cause of problem and solution and for my knowledge why it is happening.
    Best Regards,
    Akhil Nagpal

    You're right that the two have different copies of the class. This is because the EJB container uses a different classloader for different applications, to prevent statics clashing with each other and other related security reasons.
    Usually if you want to communicate from one to the other, you would use the EJB mechanism itself. The JNDI names should be global (from simple tests I did in the past, this seems to be the case) so that one application can look up an EJB from the other.

  • Signed applets, JOGL, inter communication

    Hi,
    I am trying to display two applets and to make them communicate in a same page :
    - First one is an applet instantiated with JOGLAppletLauncher class from JOGL API. It is named "SampleApplet_001" in web page.
    - Second one is a simple button that sends a command to the first one with such code :
         Applet applet = ((JOGLAppletLauncher)getAppletContext().getApplet("SampleApplet_001")).getSubApplet();
         if (applet != null) {
         }But when clicking on button, a class cast exception occurs like : java.lang.ClassCastException: com.sun.opengl.util.JOGLAppletLauncher cannot be cast to com.sun.opengl.util.JOGLAppletLauncher.
    This is a typical class loader issue but in that case, I have carefully checked that :
    - codebase and archive parameters are identical for both applets : codebase is an explicit URL and archive parameter is a list of jars,
    - web caches were empty,
    - used java plug-in version is the latest one,
    - it is not related to a browser version. It fails for IE7 or Firefox 2.0.
    Has anyone encountered such issue ?
    Thanks.
    Steve

    I am having the same issue with my applet. Please let me know if you have a work around/fix.

  • VLAN inter communication - almost there!

    I have been working on this for a few days.  Im almost there!
    I want my Management Vlan to be able to ping Computers in the DMZ vlan.   Im not sure if its NAT issue or ACL issue.
    Specifically im ping from 192.168.0.5(management comp) to 10.10.10.5(DMZ comp)
    Packet tracer shows no errors and says it should be working.
    I pick up a weird error in the log that says: Routing failed to locate next hop for ICMP from Management:192.168.0.5/256 to inside:10.10.10.5/0
    Why is it saying the 10.10.10.5 is on the inside, when its on the DMZ?
    name 10.10.10.0 DMZ description Public Computers
    name 192.168.10.0 Inside description CPL Staff Network
    name 192.168.0.0 Management description Cisco equipment  Access only
    name 192.168.1.0 default description Not in use
    name 192.168.10.2 CPLServer description win3k server
    interface Ethernet0/0
    switchport access vlan 2
    interface Ethernet0/1
    switchport trunk allowed vlan 11-13
    switchport mode trunk
    interface Ethernet0/2
    switchport access vlan 11
    interface Ethernet0/3
    switchport access vlan 12
    interface Ethernet0/4
    switchport access vlan 13
    interface Ethernet0/5
    interface Ethernet0/6
    interface Ethernet0/7
    interface Vlan1
    shutdown
    nameif default
    security-level 100
    ip address 192.168.1.1 255.255.255.0
    interface Vlan2
    nameif outside
    security-level 0
    ip address dhcp setroute
    interface Vlan11
    description Inside
    nameif inside
    security-level 100
    ip address 192.168.10.1 255.255.255.0
    interface Vlan12
    description DMZ
    nameif DMZ
    security-level 100
    ip address 10.10.10.1 255.255.255.0
    interface Vlan13
    description Management
    nameif Management
    security-level 100
    ip address 192.168.0.1 255.255.255.0
    ftp mode passive
    dns server-group DefaultDNS
    domain-name CPL
    same-security-traffic permit inter-interface
    same-security-traffic permit intra-interface
    object-group network obj-10.0.1.0
    object-group network obj-10.0.2.0
    access-list DMZtoInside extended permit ip host DMZ host CPLServer
    access-list InsidetoDMZ extended permit ip Inside 255.255.255.0 host DMZ
    access-list ManagementtoDMZ extended permit ip Management 255.255.255.0 DMZ 255.255.255.0
    pager lines 24
    logging enable
    logging timestamp
    logging asdm-buffer-size 512
    logging buffered debugging
    logging asdm debugging
    mtu default 1500
    mtu outside 1500
    mtu inside 1500
    mtu DMZ 1500
    mtu Management 1500
    no failover
    icmp unreachable rate-limit 1 burst-size 1
    icmp permit any inside
    icmp permit any DMZ
    icmp permit any Management
    no asdm history enable
    arp timeout 14400
    nat-control
    global (outside) 1 interface
    global (inside) 1 interface
    global (DMZ) 1 interface
    global (Management) 1 interface
    nat (inside) 1 0.0.0.0 0.0.0.0
    static (inside,Management) 0.0.0.0 0.0.0.0 netmask 0.0.0.0
    static (inside,DMZ) 0.0.0.0 0.0.0.0 netmask 0.0.0.0
    route outside 0.0.0.0 0.0.0.0 192.168.1.1 1
    timeout xlate 3:00:00
    timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 icmp 0:00:02
    timeout sunrpc 0:10:00 h323 0:05:00 h225 1:00:00 mgcp 0:05:00 mgcp-pat 0:05:00
    timeout sip 0:30:00 sip_media 0:02:00 sip-invite 0:03:00 sip-disconnect 0:02:00
    timeout sip-provisional-media 0:02:00 uauth 0:05:00 absolute
    timeout tcp-proxy-reassembly 0:01:00
    timeout floating-conn 0:00:00
    dynamic-access-policy-record DfltAccessPolicy
    http server enable
    http Management 255.255.255.240 Management
    http Management 255.255.255.0 Management
    no snmp-server location
    no snmp-server contact
    snmp-server enable traps snmp authentication linkup linkdown coldstart
    crypto ipsec security-association lifetime seconds 28800
    crypto ipsec security-association lifetime kilobytes 4608000
    telnet timeout 5
    ssh timeout 5
    console timeout 0
    dhcpd auto_config outside
    threat-detection basic-threat
    threat-detection statistics access-list
    no threat-detection statistics tcp-intercept
    webvpn
    anyconnect-essentials
    class-map inspection_default
    match default-inspection-traffic
    policy-map type inspect dns preset_dns_map
    parameters
      message-length maximum client auto
      message-length maximum 512
    policy-map global_policy
    class inspection_default
      inspect dns preset_dns_map
      inspect ftp
      inspect h323 h225
      inspect h323 ras
      inspect rsh
      inspect rtsp
      inspect esmtp
      inspect sqlnet
      inspect skinny
      inspect sunrpc
      inspect xdmcp
      inspect sip
      inspect netbios
      inspect tftp
      inspect ip-options
      inspect icmp
    service-policy global_policy global
    prompt hostname context
    no call-home reporting anonymous

    Hi,
    I think the problem most likely is the NAT configuration.
    Is there a specific reason you are using Dynamic PAT from one interface to another ("nat" and "global" between local interfaces)? If this is not required I would suggest a different type of configuration for the whole NAT if you want to try it out. This would involve removing some of the existing configurations and will naturally effect the network operation while you do it.
    Removing old ones
    no global (inside) 1 interface
    no global (DMZ) 1 interface
    no global (Management) 1 interface
    no static (inside,Management) 0.0.0.0 0.0.0.0 netmask 0.0.0.0
    no static (inside,DMZ) 0.0.0.0 0.0.0.0 netmask 0.0.0.0
    Adding new configurations
    Existing ones
    !global (outside) 1 interface
    !nat (inside) 1 0.0.0.0 0.0.0.0
    access-list INSIDE-NAT0 remark NO NAT between Local Networks
    access-list INSIDE-NAT0 permit ip 192.168.10.0 255.255.255.0 10.10.10.0 255.255.255.0
    access-list INSIDE-NAT0 permit ip 192.168.10.0 255.255.255.0 192.168.0.0 255.255.255.0
    nat (inside) 0 access-list INSIDE-NAT0
    access-list DMZ-NAT0 remark NO NAT between Local Networks
    access-list DMZ-NAT0 permit ip 10.10.10.0 255.255.255.0 192.168.0.0 255.255.255.0
    access-list DMZ-NAT0 permit ip 10.10.10.0 255.255.255.0 192.168.10.0 255.255.255.0
    nat (DMZ) 0 access-list DMZ-NAT0
    access-list MANAGEMENT-NAT0 remark NO NAT between Local Networks
    access-list MANAGEMENT-NAT0 permit ip 192.168.0.0 255.255.255.0 10.10.10.0 255.255.255.0
    access-list MANAGEMENT-NAT0 permit ip 192.168.0.0 255.255.255.0 192.168.10.0 255.255.255.0
    nat (Management) 0 access-list MANAGEMENT-NAT0
    And naturally attach ACLs to interfaces to control traffic if needed
    Hope this helps
    - Jouni

  • My RSS Feeds in Outlook link to articles online and today for no reason I keep getting url fail messages in outlook. Somehow the two aren't communicating correctly anymore. Any thoughts?

    Today or over the weekend, for no reason that I can tell, all of the links in my email (just checked that too) and my RSS feeds no longer link to FireFox. The following error appeared in Outlook "General Failure. URL:... An error occured in sending the command to the application." I'm not sure if it's Outlook or Firefox but this just happened for no reason that I could tell and I'm not computer savvy enough to go in to Outlook and figure all this out. It's worked with no issue for well over a year. The only recent change to Firefox I've made is to add an Amazon wish list toolbar...which I'm not even sure how to delete if that's the issue...but I'm not sure that it didn't work after installing that add-on. I've made no recent changes to Outlook (2007).

    Just to recap, this is a collection of ports I have collected over time for people who needed this information when setting up the HP ePrint app so that they could view their email from within the app.  I am certain other applications also need this information.  Although lengthy, I could not find a more comprehensive place to retrieve this information.  Feel free to post additional information, faulty information, or other related topics below as this is simply a collection of data and it would be practically impossible to test all of them. Thank you!
    Don't forgot to say thanks by giving "Kudos" if I helped solve your problem.
    When a solution is found please mark the post that solves your issue.
    Every problem has a solution!

  • Two iPhones not communicating together properly??!! HELP PLEASE

    my wife's iPhone is not receiving texts from me and when she sends texts to my iPhone the number it is received comes through as my own?? Very confused. Help.

    You have configured both devices to use the same e-mail account for iMessage.
    Go into Settings>Messages>Receive at and make sure you each have your own e-mail address entered.

  • Reg : Two WD components communication.

    hi ,
    I have created 2 Wd components Flights and Bookings.
    Flights WD component is using Bookings component as USED component .
    Iam calling 2nd WD Bookings component in an external window.
    METHOD onactioncall .
      DATA : lv_url TYPE string.
      CALL METHOD cl_wd_utilities=>construct_wd_url
        EXPORTING
          application_name = 'Z187442_ALV1'
        IMPORTING
          out_absolute_url = lv_url.
      DATA lo_window_manager TYPE REF TO if_wd_window_manager.
      DATA lo_api_component  TYPE REF TO if_wd_component.
      DATA lo_window         TYPE REF TO if_wd_window.
      lo_api_component  = wd_comp_controller->wd_get_api( ).
      lo_window_manager = lo_api_component->get_window_manager( ).
      CALL METHOD lo_window_manager->create_external_window
        EXPORTING
          url    = lv_url
        RECEIVING
          window = lo_window.
      lo_window->open( ).
    ENDMETHOD.
    here my req is : I want the  selected values from first component FLIGHTS .....to  be exported to second component BOOKINGS...SO that I can write a select statement based on values imported from 1st component .
    Select * from sbbok into table it_bookings where carrid  = (here carrid value should be the one which is selected from the first application lead index)
                                                                           Connid =(here connid value should be the one which is selected from the first application lead index)
    any ideas ?
    regards
    Arjun

    Hi Arjun,
    I had created my application so that up on lead selection in the 1st application the corresponding SFLIGHT details would get passed to the 2nd WDA and it would display the relevant details from SBOOK. I created an action for the lead selection & within this method am appending the CARRID, CONNID & FLDATE values to the 2nd applications URL.
    CALL METHOD cl_wd_utilities=>construct_wd_url
        EXPORTING
          application_name = 'Z187442_MAIN1_SUBCOMPONEN'
        IMPORTING
          out_absolute_url = lv_url.
      concatenate lv_url '?' 'CARRID=' wa_data-carrid '&'
                             'CONNID=' wa_data-connid '&'
                             'FLDATE=' wa_data-fldate into lv_url.
    So now when you call the 2nd application even the required parameters would have been passed on to it.
    Now within the 2nd application you would have to receive these passed parameters and code your SELECT so that it would fetch the desired data and bind it to your context node.
    1)     Go to the inbound plug (which should be DEFAULT generally unless you have renamed it) & double click on it
    2)     Within the event handler method HANDLEDEFAULT put the desired coding like shown below
    METHOD handledefault .
      DATA: lr_node TYPE REF TO if_wd_context_node,
            lt_data TYPE ig_componentcontroller=>elements_sbook.
      select * from sbook into corresponding fields of table lt_data
              where carrid = carrid and connid = connid and fldate = fldate.
      lr_node = wd_context->get_child_node( name = 'SBOOK' ).
      lr_node->bind_table( new_items = lt_data ).
    ENDMETHOD.
    I have tried it out this way and its working fine. But yes you would be able to see the values being passed in the URLu2026
    Regards,
    Uday

  • Displaying a page in a particular region

    Hi
    We have several tabs for different pages. One of our tabs is "Inofrmation and resources" within this page we have a region on the left handside with a list of departments within the company. I'd like to be able to open a new page within the right hand side region of this page depending on which department you click on.
    I've tried to create seperate pages but when these open we loose the tabs at the top. I dont want to be recreating the tabs on all the different pages we create.
    So my question is how can I display a page within a particular region depending on which link is clicked?

    Hi Neil,
    How about having two portlets inter-communicating with each other ... Did you have a look at the Site Indexing Portlet available on the Portal Integration Solutions site (http://www.oracle.com/technology/products/ias/portal/point.html) ?
    thanks,
    Harsha

  • VRF lite and MPLS VRFs

    We have a CE router connected to PE router. The CE router is connected via 2 links to the PE router, because we need to create two VRFs on the PE for the traffic coming from the CE to separate the traffic, so we have one vrf per link. We are running OSPF between CE and PE.. Now we need to further separate the traffic up to the CE, so I’m thinking of using the VRF lite on the CE.. Can MPLS work with the VRF lite, and how to map the VRF lite VRFs on the CE to the MPLS VPN on the PE?
    Is there any config examples?
    Thanks in advance

    VRF Lite and MPLS-VPN act independently so they can work independently. And there is no specific need for mapping. If link is for VRF A on PE so you can make it part of vrf A in CE as well. Both VRFs are independent of each other.
    http://www.cisco.com/en/US/products/hw/switches/ps4324/products_configuration_guide_chapter09186a00801cddd9.html#1045190
    THis document is for 4500 but logic holds the same.

Maybe you are looking for

  • Reports Take A Long Time to Open on New Server

    We have a number of crystal reports.  Many have sub reports.  Some have a lot of sub reports. Earlier this year we swapped out a file server.  ADAPCOFP went away and was replaced by ADAPCOFP1.  ADAPCOFP has been turned off for over a month now. The r

  • How to clear the hung calls in CUBE?

    I'm installing a new CUBE as SIP-SIP gateway in Cisco 2921, IOS: 15.1(4)M3. When i tried few test calls, I saw couple of hung calls in it. I tried clearing them manually with the below command but it didn't help. clear call voice causecode identifier

  • 1080p to 4:3 SD

    Hi, I'm using Adobe Premiere Pro CS4. In two weeks I'll be entering a film project that only accepts final products in 4:3 format. I don't wish to film in 4:3 as I want to keep my film for other contests so I'll be shooting 16:9 HD as I always do and

  • How do you set the End Action on last slide of slideshow

    Encore DVD CS3. I must be the village idiot. I have setup a slideshow with manual advance. I cannot find a way to set the end action for the last slide. When I click on the last slide in the slideshow timeline there is no option that I can find for e

  • Please help! - Illustrator CC - editing path messes up entire live paint drawing

    Example of problem in this image: http://ccteardrop.files.wordpress.com/2013/10/dana-solomon-adobe-cc-problem.png Basically, whenever I have a finished illustration, I go back and make a few tweaks to different paths. In previous versions of illustra