Problem with establishing a uni-directional realtionship

Hi,
I have two beans that have a one-to-many relationship.
I want to restrict the relationship to be a uni-directional one.
I open the "EJB Module Editor" and select "relationships".
On the many side I de-select the "Expose as CMR field" checkbox and "OK" it.
Everything seems to be fine( I looked at the ejb-jar.xml file).
However when I select "verify enterprise bean" I get the following error.
java.lang.NullPointerException
oracle.ide.validation.ResultState oracle.jdeveloper.ejb.validation.EntityBeanDescriptionValidator.validate(java.lang.Object, oracle.ide.addin.Context, oracle.ide.validation.Verifier)
EntityBeanDescriptionValidator.java:76
oracle.ide.validation.ResultState oracle.jdeveloper.ejb.validation.BeanDescriptionValidator.validate(java.lang.Object, oracle.ide.addin.Context, oracle.ide.validation.Verifier)
BeanDescriptionValidator.java:69
oracle.ide.validation.ResultState oracle.ide.validation.AbstractValidator.validate(java.lang.Object, oracle.ide.addin.Context, oracle.ide.validation.Verifier)
AbstractValidator.java:38
oracle.ide.validation.ResultState oracle.jdeveloper.ejb.validation.BeanValidator.validate(java.lang.Object, oracle.ide.addin.Context, oracle.ide.validation.Verifier)
BeanValidator.java:50
void oracle.jdeveloper.ejb.validation.EjbVerifier.validateContainer(oracle.jdeveloper.ejb.EjbContainer, oracle.ide.addin.Context, oracle.ide.validation.ResultState)
EjbVerifier.java:79
oracle.ide.validation.ResultState oracle.jdeveloper.ejb.validation.EjbVerifier.verify(oracle.ide.addin.Context)
EjbVerifier.java:57
boolean oracle.jdeveloper.ejb.EjbAddin.handleEvent(oracle.ide.IdeAction, oracle.ide.addin.Context)
EjbAddin.java:397
void oracle.ide.IdeAction$1.run()
IdeAction.java:579
void java.awt.event.InvocationEvent.dispatch()
InvocationEvent.java:154
void java.awt.EventQueue.dispatchEvent(java.awt.AWTEvent)
EventQueue.java:337
boolean java.awt.EventDispatchThread.pumpOneEventForHierarchy(java.awt.Component)
EventDispatchThread.java:131
void java.awt.EventDispatchThread.pumpEventsForHierarchy(java.awt.Conditional, java.awt.Component)
EventDispatchThread.java:98
void java.awt.EventDispatchThread.pumpEvents(java.awt.Conditional)
EventDispatchThread.java:93
void java.awt.EventDispatchThread.run()
EventDispatchThread.java:85
confused!!! :-(
P.S. It's not just the verifier that fails. When I try and deploy to localhost I get the following message!
---- Deployment started. ---- 03-Dec-02 15:22:56
Wrote EJB JAR file to C:\jdeveloper\jdev\mywork\kkworkspace\kkproj\deploy\ejb1.jar
Wrote EAR file to C:\jdeveloper\jdev\mywork\kkworkspace\kkproj\deploy\ejb1.ear
Invoking OC4J admin tool...
C:\jdeveloper\jdk\jre\bin\javaw.exe -jar C:\jdeveloper\j2ee\home\admin.jar ormi://WLLFHX490J/ admin **** -deploy -file C:\jdeveloper\jdev\mywork\kkworkspace\kkproj\deploy\ejb1.ear -deploymentName ejb1
Fatal Error: Syntax error in source
Auto-unpacking C:\jdeveloper\j2ee\home\applications\ejb1.ear... done.
Auto-deploying ejb1 (Assembly had been updated)...
An exception has occurred in the compiler (1.3.1_02). Please file a bug at the Java Developer Connection (http://java.sun.com/cgi-bin/bugreport.cgi). Include your program and the following diagnostic in your report. Thank you.
java.lang.InternalError: jzentry == 0
     at java.util.zip.ZipFile$2.nextElement(ZipFile.java:297)
     at com.sun.tools.javac.v8.code.ClassReader.openArchive(ClassReader.java:893)
     at com.sun.tools.javac.v8.code.ClassReader.list(ClassReader.java:1095)
     at com.sun.tools.javac.v8.code.ClassReader.listAll(ClassReader.java:1191)
     at com.sun.tools.javac.v8.code.ClassReader.fillIn(ClassReader.java:1211)
     at com.sun.tools.javac.v8.code.ClassReader.complete(ClassReader.java:955)
     at com.sun.tools.javac.v8.code.Symbol.complete(Symbol.java:366)
     at com.sun.tools.javac.v8.comp.Enter._case(Enter.java:424)
     at com.sun.tools.javac.v8.tree.Tree$TopLevel.visit(Tree.java:349)
     at com.sun.tools.javac.v8.comp.Enter.classEnter(Enter.java:392)
     at com.sun.tools.javac.v8.comp.Enter.classEnter(Enter.java:410)
     at com.sun.tools.javac.v8.comp.Enter.main(Enter.java:540)
     at com.sun.tools.javac.v8.JavaCompiler.compile(JavaCompiler.java:357)
     at com.sun.tools.javac.v8.Main.compile(Main.java:247)
     at com.sun.tools.javac.Main.compile(Main.java:26)
     at java.lang.reflect.Method.invoke(Native Method)
     at com.evermind.compiler.Javac.invokeCompiler(Javac.java:125)
     at com.evermind.compiler.FileLinkedCompilation.run(FileLinkedCompilation.java:102)
     at java.security.AccessController.doPrivileged(Native Method)
     at com.evermind.compiler.FileLinkedCompiler.compile(FileLinkedCompiler.java:20)
     at com.evermind.compiler.Javac.compile(Javac.java:42)
     at com.evermind.server.ejb.compilation.Compilation.compileClasses(Compilation.java:422)
     at com.evermind.server.ejb.compilation.Compilation.compile(Compilation.java:306)
     at com.evermind.server.administration.ServerApplicationInstallation.finish(ServerApplicationInstallation.java:526)
     at java.lang.reflect.Method.invoke(Native Method)
     at com.evermind.server.rmi.RMICallHandler.run(RMICallHandler.java:119)
     at com.evermind.server.rmi.RMICallHandler.run(RMICallHandler.java:48)
     at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:803)
     at java.lang.Thread.run(Thread.java:484)
com.evermind.compiler.CompilationException: Syntax error in source
     at com.evermind.compiler.FileLinkedCompilation.run(FileLinkedCompilation.java:118)
     at java.security.AccessController.doPrivileged(Native Method)
     at com.evermind.compiler.FileLinkedCompiler.compile(FileLinkedCompiler.java:20)
     at com.evermind.compiler.Javac.compile(Javac.java:42)
     at com.evermind.server.ejb.compilation.Compilation.compileClasses(Compilation.java:422)
     at com.evermind.server.ejb.compilation.Compilation.compile(Compilation.java:306)
     at com.evermind.server.administration.ServerApplicationInstallation.finish(ServerApplicationInstallation.java:526)
     at java.lang.reflect.Method.invoke(Native Method)
     at com.evermind.server.rmi.RMICallHandler.run(RMICallHandler.java:119)
     at com.evermind.server.rmi.RMICallHandler.run(RMICallHandler.java:48)
     at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:803)
     at java.lang.Thread.run(Thread.java:484)
Exit status of OC4J admin tool (-deploy): 0
Elapsed time for deployment: 13 seconds
---- Deployment finished. ---- 03-Dec-02 15:23:09
thanks in advance,
Kevin

Solutions 1 and 2 proposed by the above URL did not resolve problem.

Similar Messages

  • Time Machine - Problem with establishing a connection to the server

    Using LionMac OS X Version 10.7 and when attempting to setup Time Machine to make backupto my ReadyNas Duo, the setup fails and I receive the following message(translated from Danish):
    “There wasa problem with establishing a connection to the server ”SERVERNAME”.
    The versionof the server that you attempt to establish connection to, is not supported.Contact the system administrator to solve the problem.”
    Any ideasfor a solution?

    Please follow these instructions:
    Lion: Connecting to legacy (pre-Lion) AFP services - and Mac OS X (server):
    https://discussions.apple.com/thread/3258472

  • Problem with errorPage in page directive tag while proxying request from iPlanet to WebLogic

              Hi,
              We are using iPlanet 4.0 as the webserver and WebLogic 5.1 as the application server on different solaris machines. We have put our JSPs in the weblogic application server and proxy the requests from iplanet to weblogic.
              We are facing a problem with the errorPage in the 'Page Directive' tag of the JSP. We have given xxx.jsp as an 'errorpage' parameter in the page directive tag. If we directly access the JSP from the WebLogic, and there is an system error, the error page specified in the JSP is getting displayed. But if we access the JSP from iPlanet and there is an system error, instead of displaying the error page, iPlanet is asking whether we want to download the file. If we say yes it downloads the actual JSP code itself. We have defined the mime types in obj.conf file as well as mime.types for the iPlanet.
              If anyone knows how this can be solved, it would be of great help
              Regards,
              Krish
              

    How did you configure the obj.conf file? proxy by mime type or ppath? It
              seems errorPage.jsp was not proxyed and treated as a unknown mime type.
              Krishnaraja <[email protected]> wrote in message
              news:3a372d79$[email protected]..
              >
              > Hi,
              >
              > We are using iPlanet 4.0 as the webserver and WebLogic 5.1 as the
              application server on different solaris machines. We have put our JSPs in
              the weblogic application server and proxy the requests from iplanet to
              weblogic.
              >
              > We are facing a problem with the errorPage in the 'Page Directive' tag of
              the JSP. We have given xxx.jsp as an 'errorpage' parameter in the page
              directive tag. If we directly access the JSP from the WebLogic, and there is
              an system error, the error page specified in the JSP is getting displayed.
              But if we access the JSP from iPlanet and there is an system error, instead
              of displaying the error page, iPlanet is asking whether we want to download
              the file. If we say yes it downloads the actual JSP code itself. We have
              defined the mime types in obj.conf file as well as mime.types for the
              iPlanet.
              >
              > If anyone knows how this can be solved, it would be of great help
              >
              > Regards,
              > Krish
              

  • I have problem with using maps and directions.

    Hi,
    I'm using iPhone 5, I purchased before 1 year from Qatar. I have a problem with maps and direction here, I have attached error message. Please kindly inform me reason.

    The feature(s) you are looking for don't appear to be available in your country.
    See:
    http://www.apple.com/ios/feature-availability/

  • Problems with symlinks and include directives

    Any files that are included with an include directive from a file that is
              contained in a directory that is reached via a soft link do not work
              (resource not found error) if the link begins with "../".
              directory structure is like this:
              docroot/protected/symlinked_dir/subdir1a/subdir2a
              docroot/protected/symlinked_dir/subdir1b/subdir2b
              if a file in subdir2a tries to include a file in subdir2b then the resource
              is not found.
              however if I copy the symlinked directory over then it works.
              to avoid touching the symlink during the include I changed the structure to:
              docroot/protected/symlinked_dir/dummydir/subdir1a/subdir2a
              docroot/protected/symlinked_dir/dummydir/subdir1b/subdir2b
              The same problem remained. However includes in the same directory and in
              child directories work just fine.
              Is this a known bug in Weblogic or a misconfiguration of the treatment of
              symlinks?
              Thanks,
              Chris Eppstein
              

    Hi, Thanks for looking at the code.
    By messing up I mean the CSS seems to break down a bit.  The navigation moves down, the sidebar moves down and across to the right and the whole page moves across to the right side of the browser and the log in form on the top of the page breaks up and there are gaps on the page where they shouldn't be.
    It only does it in Explorer.
    Thanks again for you help.
    Ben.

  • Problem with animated gif when direct image sharing over iChat

    Im having an issue that an animated gif isnt displaying animated when I drag and drop it into an instant message window with a buddy. I drag it from Firefox animated into the chat window but its doesnt get animated. I can see his gifs are animated when he drags and drops it from Safari into the chat window. Does the internet browser make a difference, or is there an option I haven't turned on. I tried searching through the preferences and haven't got a clue to what's stopping my gifs from being animated during direct instant message session.
    Im using the latest iChat 5.0.3(745).

    Hi,
    Welcome to the    Discussions
    If you drag the pic to the Desktop (Download) and then drag to the Browser does it display as Animated then ?
    9:03 PM Sunday; December 12, 2010
    Please, if posting Logs, do not post any Log info after the line "Binary Images for iChat"

  • Problems with establishing daisy chain, FW800

    Hi there!
    I am experiencing some weird problems when trying to daisy chain two or more drives with FW800.
    It was working fine until yesterday, when suddenly the second drive in the chain wouldn't show up in finder. Also, connecting/disconnecting the cable from the second drive caused the first drive to be disconnected.
    So using one drive works fine, but connecting another in a daisy chain does nothing except occasionally disconnect the first drive.
    I was running a daisy chain with three drives yesterday with no problems.
    I have tried swapping cables, rebooting the drives and the Macbook Pro, and using different combinations of the harddrives - no change.
    Seems to me that the source of the trouble is the Macbook Pro. It could possibly be a hardware issue, but I find it weird that a single drive on FW800 works fine...
    Anybody got any ideas?
    - MacBook Pro (late 2008), Snow Leo (10.6.4), 2x Lacie d2 Quadra

    The problem is that this could be tough to troubleshoot if it is a power supply, as the offending drive will attempt to pull the juice it needs to keep running from the FireWire bus.

  • Problems with Spry submenu appearing directly underneath parent in IE.

    I've checked out a lot of forums but I can seem to find a solution to my spry issue. My spry submenu will not show up directly underneath the parent in Internet Explorer. Firefox and Safari look fine. I'm somewhat new to the Spry menu so any help would be appreciated. Here is my site: www.mattcreason.net. It's the portfolio tab.
    Here is my SpryMenuBarHorizontal.css code:
    @charset "UTF-8";
    /* SpryMenuBarHorizontal.css - Revision: Spry Preview Release 1.4 */
    /* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */
    LAYOUT INFORMATION: describes box model, positioning, z-order
    /* The outermost container of the Menu Bar, an auto width box with no margin or padding */
    ul.MenuBarHorizontal
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 100%;
    cursor: default;
    width: auto;
    background-repeat: no-repeat;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    /* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
    ul.MenuBarActive
    z-index: 1000;
    /* Menu item containers, position children relative to this container and are a fixed width */
    ul.MenuBarHorizontal li
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 12pt;
    position: relative;
    text-align: left;
    cursor: pointer;
    width: 163px;
    float: left;
    background-repeat: no-repeat;
    visibility: visible;
    /* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
    ul.MenuBarHorizontal ul
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 100%;
    z-index: 1020;
    cursor: default;
    width: 163px;
    position: absolute;
    left: -1000em;
    height: 48px;
    top: 48px;
    /* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
    ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
    position: absolute;
    width: 163px;
    left: auto;
    top: 48px;
    /* Menu item containers are same fixed width as parent */
    ul.MenuBarHorizontal ul li
    width: 163px;
    background-color: #8C0002;
    /* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
    ul.MenuBarHorizontal ul ul
    position: absolute;
    margin: -5% 0 0 95%;
    /* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
    ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
    left: auto;
    top: 0;
    border-top-width: thin;
    border-right-width: thin;
    border-bottom-width: thin;
    border-left-width: thin;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    DESIGN INFORMATION: describes color scheme, borders, fonts
    /* Submenu containers have borders on all sides */
    ul.MenuBarHorizontal ul
    /* Menu items are a light gray block with padding and no text decoration */
    ul.MenuBarHorizontal a
    display: block;
    cursor: pointer;
    padding: 0.5em 0.75em;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    font-style: italic;
    color: #FFFFFF;
    /* Menu items that have mouse over or focus have a blue background and white text */
    ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
    background-color: #B89B5C;
    /* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
    ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
    SUBMENU INDICATION: styles if there is a submenu under a given menu item
    /* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
    ul.MenuBarHorizontal a.MenuBarItemSubmenu
    background-repeat: no-repeat;
    height: 48px;
    width: 163px;
    padding: 0px;
    clear: none;
    float: none;
    margin: 0px;
    background-image: url(../jpegs/PortfolioButton.jpg);
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    /* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
    ul.MenuBarHorizontal ul a.MenuBarItemSubmenu
    background-repeat: no-repeat;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    /* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
    ul.MenuBarHorizontal a.MenuBarItemSubmenuHover
    background-repeat: no-repeat;
    background-position: 95% 50%;
    background-image: url(../jpegs/PortfolioRollover.jpg);
    /* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
    ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover
    background-image: url(SpryMenuBarRightHover.gif);
    background-repeat: no-repeat;
    background-position: 95% 50%;
    BROWSER HACKS: the hacks below should not be changed unless you are an expert
    /* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
    ul.MenuBarHorizontal iframe
    position: absolute;
    z-index: 1010;
    /* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
    @media screen, projection
    ul.MenuBarHorizontal li.MenuBarItemIE
    display: inline;
    f\loat: left;
    Thank you!

    You not are using the latest Spry files
    The latest  version of the Adobe Spry Framework is 1.6.1, this is the same version  that ships with Dreamweaver CS4. If you use Dreamweaver CS3 (uses Spry  1.4), its wise to upgrade your files to the latest version. This can  easily be done using the Spry Updater that can be found here.
    Gramps

  • Problem with Direct LDAP

    Hi Jay,
    I am having a problem with the switch to Direct LDAP. I am finally doing it on my production server. Using ldap 4.16 currently. Once I get this working I am upgrading to 5.2
    We have a server that holds messages until a user releases them. This server is called ewall.mydomain.com.
    They get a message in their inbox that allows them to click on a link to send the ewall server a message to release the held mail.
    the link would look like this:
    [email protected]
    (all on one line)
    This worked just fine in dirsync mode but after switching to Direct Ldap I get an 5.1.1 unknown or illegal alias when the user tries to send the message. If I switch back to dirsync mode it works fine again. Everything else is working fine.
    Any ideas?
    Thanks
    Don

    Well, it means that for some reason, your [email protected]
    user isn't being picked up in the direct ldap.
    It could be that your domain is "mydomain.com", and the user is in "ewall.mydomain.com". dirsync assumes that subdomains are part of an overall domain
    direct ldap doesn't, unless you set
    domain_uplevel=3 in your option.dat, and recompile

  • Problem with blocked native processes

    My application relies heavily on native processes so that I am trying to implement fallback strategies if a native process doesn't work as expected.
    While creating test scenarios I had a problem with handling errors caused directly by the start() method of the NativeProcess class. It throws errors if the target process can’t be accessed or is corrupted. For example if you take an exe file in Windows that works correctly and modify it in a hex editor to corrupt it the following error is thrown:
    Error: Error #3219: The NativeProcess could not be started. '%1 is not a valid Win32 application.'
          at flash.desktop::NativeProcess/internalStart()
          at flash.desktop::NativeProcess/start()
    If I try to put a try-catch block around the process.start() call something unexpected happens:
    The error is cought correctly, but another error is thrown instantly:
    Error: Error #1503: A script failed to exit after 30 seconds and was terminated.
          at mx.managers.layoutClasses::PriorityQueue/removeSmallest()[E:\dev\4.x\frameworks\projects\ framework\src\mx\managers\layoutClasses\PriorityQueue.as:238]
          at mx.managers::LayoutManager/validateProperties()[E:\dev\4.x\frameworks\projects\framework\ src\mx\managers\LayoutManager.as:567]
          at mx.managers::LayoutManager/doPhasedInstantiation()[E:\dev\4.x\frameworks\projects\framewo rk\src\mx\managers\LayoutManager.as:730]
          at mx.managers::LayoutManager/doPhasedInstantiationCallback()[E:\dev\4.x\frameworks\projects \framework\src\mx\managers\LayoutManager.as:1072]
    The problem with this error is that I got no idea how to catch or prevent it. Depending on what I do in the catch block there is another error. For example if I try to log the error I get (but sometimes not as instantly as above):
    Error: Error #1503: A script failed to exit after 30 seconds and was terminated.
          at mx.logging::Log$/getLogger()[E:\dev\4.x\frameworks\projects\framework\src\mx\logging\Log. as:360]
    Strange is that the error is fired instantly sometimes not after 30 seconds.
    How can I fix this?

    In the first case I used a loader to load an error image. In the second case I tried something like:
    var logger:ILogger = Log.getLogger("Test");
    logger.error("NativeProcessError");
    I don't have the exact code at the moment, because I'm not on that computer.

  • Problem with site-to-site connection

    Guys,
    I have a problem with establishing site-to-site vpn connection between my 2911 and remote router.
    I have different site-to-site vpn on second WAN interface and it works like a charm. I performed same steps in order to configure new VPN to different location, on first WAN interface, and I am not able to connect two locations.
    I've enabled debug and this is what I get:
    *Feb 13 13:23:51.221: IPSEC(key_engine): got a queue event with 1 KMI message(s)*Feb 13 13:23:51.221: IPSEC(key_engine_delete_sas): rec'd delete notify from ISAKMP*Feb 13 13:23:51.221: IPSEC(key_engine_delete_sas): delete SA with spi 0x6B76A5F1 proto 50 for xxx_remote_IP_xxx*Feb 13 13:23:51.221:  ISAKMP: Failed to find peer index node to update peer_info_list*Feb 13 13:23:51.221: IPSEC(update_current_outbound_sa): updated peer xxx_remote_IP_xxx current outbound sa to SPI 0*Feb 13 13:23:51.221: IPSEC(delete_sa): deleting SA,  (sa) sa_dest= xxx_my_WAN_IP_xxx, sa_proto= 50,     sa_spi= 0x8901AFF3(2298589171),     sa_trans= esp-3des esp-md5-hmac , sa_conn_id= 2603    sa_lifetime(k/sec)= (4608000/3600),  (identity) local= xxx_my_WAN_IP_xxx:0, remote= xxx_remote_IP_xxx:0,    local_proxy= 10.0.0.0/255.255.254.0/256/0,    remote_proxy= 192.168.220.0/255.255.255.0/256/0*Feb 13 13:23:51.221: IPSEC(update_current_outbound_sa): updated peer xxx_remote_IP_xxx current outbound sa to SPI 0*Feb 13 13:23:51.221: IPSEC(delete_sa): deleting SA,  (sa) sa_dest= xxx_remote_IP_xxx, sa_proto= 50,     sa_spi= 0x6B76A5F1(1802937841),     sa_trans= esp-3des esp-md5-hmac , sa_conn_id= 2604    sa_lifetime(k/sec)= (4608000/3600),  (identity) local= xxx_my_WAN_IP_xxx:0, remote= xxx_remote_IP_xxx:0,    local_proxy= 10.0.0.0/255.255.254.0/256/0,    remote_proxy= 192.168.220.0/255.255.255.0/256/0*Feb 13 13:24:00.289: ISAKMP (1224): received packet from xxx_remote_IP_xxx dport 500 sport 500 Global (R) QM_IDLE      *Feb 13 13:24:00.289: ISAKMP: set new node -556398406 to QM_IDLE      *Feb 13 13:24:00.289: ISAKMP:(1224): processing HASH payload. message ID = 3738568890*Feb 13 13:24:00.289: ISAKMP:(1224): processing SA payload. message ID = 3738568890*Feb 13 13:24:00.289: ISAKMP:(1224):Checking IPSec proposal 0*Feb 13 13:24:00.289: ISAKMP: transform 0, ESP_3DES*Feb 13 13:24:00.289: ISAKMP:   attributes in transform:*Feb 13 13:24:00.289: ISAKMP:      encaps is 1 (Tunnel)*Feb 13 13:24:00.289: ISAKMP:      SA life type in seconds*Feb 13 13:24:00.289: ISAKMP:      SA life duration (basic) of 28800*Feb 13 13:24:00.289: ISAKMP:      authenticator is HMAC-MD5*Feb 13 13:24:00.289: ISAKMP:(1224):atts are acceptable.*Feb 13 13:24:00.289: IPSEC(validate_proposal_request): proposal part #1*Feb 13 13:24:00.289: IPSEC(validate_proposal_request): proposal part #1,  (key eng. msg.) INBOUND local= xxx_my_WAN_IP_xxx:0, remote= xxx_remote_IP_xxx:0,    local_proxy= 10.0.0.0/255.255.254.0/256/0,    remote_proxy= 192.168.220.0/255.255.255.0/256/0,    protocol= ESP, transform= NONE  (Tunnel),     lifedur= 0s and 0kb,     spi= 0x0(0), conn_id= 0, keysize= 0, flags= 0x0*Feb 13 13:24:00.289: Crypto mapdb : proxy_match        src addr     : 10.0.0.0        dst addr     : 192.168.220.0        protocol     : 0        src port     : 0        dst port     : 0*Feb 13 13:24:00.289: ISAKMP:(1224): processing NONCE payload. message ID = 3738568890*Feb 13 13:24:00.289: ISAKMP:(1224): processing ID payload. message ID = 3738568890*Feb 13 13:24:00.289: ISAKMP:(1224): processing ID payload. message ID = 3738568890*Feb 13 13:24:00.289: ISAKMP:(1224):QM Responder gets spi*Feb 13 13:24:00.289: ISAKMP:(1224):Node 3738568890, Input = IKE_MESG_FROM_PEER, IKE_QM_EXCH*Feb 13 13:24:00.289: ISAKMP:(1224):Old State = IKE_QM_READY  New State = IKE_QM_SPI_STARVE*Feb 13 13:24:00.289: ISAKMP:(1224):Node 3738568890, Input = IKE_MESG_INTERNAL, IKE_GOT_SPI*Feb 13 13:24:00.289: ISAKMP:(1224):Old State = IKE_QM_SPI_STARVE  New State = IKE_QM_IPSEC_INSTALL_AWAIT*Feb 13 13:24:00.289: IPSEC(key_engine): got a queue event with 1 KMI message(s)*Feb 13 13:24:00.289: Crypto mapdb : proxy_match        src addr     : 10.0.0.0        dst addr     : 192.168.220.0        protocol     : 256        src port     : 0        dst port     : 0*Feb 13 13:24:00.289: IPSEC(crypto_ipsec_create_ipsec_sas): Map found 1stCentral-map*Feb 13 13:24:00.289: IPSEC(create_sa): sa created,  (sa) sa_dest= xxx_my_WAN_IP_xxx, sa_proto= 50,     sa_spi= 0xFA7FC4AF(4202677423),     sa_trans= esp-3des esp-md5-hmac , sa_conn_id= 2605    sa_lifetime(k/sec)= (4608000/3600)*Feb 13 13:24:00.289: IPSEC(create_sa): sa created,  (sa) sa_dest= xxx_remote_IP_xxx, sa_proto= 50,     sa_spi= 0x6D266D67(1831234919),     sa_trans= esp-3des esp-md5-hmac , sa_conn_id= 2606    sa_lifetime(k/sec)= (4608000/3600)*Feb 13 13:24:00.293:  ISAKMP: Failed to find peer index node to update peer_info_list*Feb 13 13:24:00.293: ISAKMP:(1224):Received IPSec Install callback... proceeding with the negotiation*Feb 13 13:24:00.297: ISAKMP:(1224): sending packet to xxx_remote_IP_xxx my_port 500 peer_port 500 (R) QM_IDLE      *Feb 13 13:24:00.297: ISAKMP:(1224):Sending an IKE IPv4 Packet.*Feb 13 13:24:00.297: ISAKMP:(1224):Node 3738568890, Input = IKE_MESG_FROM_IPSEC, IPSEC_INSTALL_DONE*Feb 13 13:24:00.297: ISAKMP:(1224):Old State = IKE_QM_IPSEC_INSTALL_AWAIT  New State = IKE_QM_R_QM2*Feb 13 13:24:10.053: ISAKMP (1224): received packet from xxx_remote_IP_xxx dport 500 sport 500 Global (R) QM_IDLE      *Feb 13 13:24:10.053: ISAKMP:(1224): phase 2 packet is a duplicate of a previous packet.*Feb 13 13:24:10.053: ISAKMP:(1224): retransmitting due to retransmit phase 2*Feb 13 13:24:10.053: ISAKMP:(1224): retransmitting phase 2 QM_IDLE       -556398406 ...*Feb 13 13:24:10.553: ISAKMP:(1224): retransmitting phase 2 QM_IDLE       -556398406 ...*Feb 13 13:24:10.553: ISAKMP (1224): incrementing error counter on node, attempt 1 of 5: retransmit phase 2*Feb 13 13:24:10.553: ISAKMP (1224): incrementing error counter on sa, attempt 1 of 5: retransmit phase 2*Feb 13 13:24:10.553: ISAKMP:(1224): retransmitting phase 2 -556398406 QM_IDLE      *Feb 13 13:24:10.553: ISAKMP:(1224): sending packet to xxx_remote_IP_xxx my_port 500 peer_port 500 (R) QM_IDLE      *Feb 13 13:24:10.553: ISAKMP:(1224):Sending an IKE IPv4 Packet.*Feb 13 13:24:20.553: ISAKMP:(1224): retransmitting phase 2 QM_IDLE       -556398406 ...*Feb 13 13:24:20.553: ISAKMP (1224): incrementing error counter on node, attempt 2 of 5: retransmit phase 2*Feb 13 13:24:20.553: ISAKMP (1224): incrementing error counter on sa, attempt 2 of 5: retransmit phase 2*Feb 13 13:24:20.553: ISAKMP:(1224): retransmitting phase 2 -556398406 QM_IDLE      *Feb 13 13:24:20.553: ISAKMP:(1224): sending packet to xxx_remote_IP_xxx my_port 500 peer_port 500 (R) QM_IDLE      *Feb 13 13:24:20.553: ISAKMP:(1224):Sending an IKE IPv4 Packet.*Feb 13 13:24:29.997: ISAKMP (1224): received packet from xxx_remote_IP_xxx dport 500 sport 500 Global (R) QM_IDLE      *Feb 13 13:24:29.997: ISAKMP:(1224): phase 2 packet is a duplicate of a previous packet.*Feb 13 13:24:29.997: ISAKMP:(1224): retransmitting due to retransmit phase 2*Feb 13 13:24:29.997: ISAKMP:(1224): retransmitting phase 2 QM_IDLE       -556398406 ...*Feb 13 13:24:30.497: ISAKMP:(1224): retransmitting phase 2 QM_IDLE       -556398406 ...*Feb 13 13:24:30.497: ISAKMP (1224): incrementing error counter on node, attempt 3 of 5: retransmit phase 2*Feb 13 13:24:30.497: ISAKMP (1224): incrementing error counter on sa, attempt 3 of 5: retransmit phase 2*Feb 13 13:24:30.497: ISAKMP:(1224): retransmitting phase 2 -556398406 QM_IDLE      *Feb 13 13:24:30.497: ISAKMP:(1224): sending packet to xxx_remote_IP_xxx my_port 500 peer_port 500 (R) QM_IDLE      *Feb 13 13:24:30.497: ISAKMP:(1224):Sending an IKE IPv4 Packet.*Feb 13 13:24:31.725: %SYS-5-CONFIG_I: Configured from console by gyadmin on vty0 (10.0.1.12)*Feb 13 13:24:40.497: ISAKMP:(1224): retransmitting phase 2 QM_IDLE       -556398406 ...*Feb 13 13:24:40.497: ISAKMP (1224): incrementing error counter on node, attempt 4 of 5: retransmit phase 2*Feb 13 13:24:40.497: ISAKMP (1224): incrementing error counter on sa, attempt 4 of 5: retransmit phase 2*Feb 13 13:24:40.497: ISAKMP:(1224): retransmitting phase 2 -556398406 QM_IDLE      *Feb 13 13:24:40.497: ISAKMP:(1224): sending packet to xxx_remote_IP_xxx my_port 500 peer_port 500 (R) QM_IDLE      *Feb 13 13:24:40.497: ISAKMP:(1224):Sending an IKE IPv4 Packet.*Feb 13 13:24:41.221: ISAKMP:(1224):purging node -932969703*Feb 13 13:24:50.497: ISAKMP:(1224): retransmitting phase 2 QM_IDLE       -556398406 ...*Feb 13 13:24:50.497: ISAKMP (1224): incrementing error counter on node, attempt 5 of 5: retransmit phase 2*Feb 13 13:24:50.497: ISAKMP (1224): incrementing error counter on sa, attempt 5 of 5: retransmit phase 2*Feb 13 13:24:50.497: ISAKMP:(1224): retransmitting phase 2 -556398406 QM_IDLE      *Feb 13 13:24:50.497: ISAKMP:(1224): sending packet to xxx_remote_IP_xxx my_port 500 peer_port 500 (R) QM_IDLE      *Feb 13 13:24:50.497: ISAKMP:(1224):Sending an IKE IPv4 Packet.*Feb 13 13:25:00.497: ISAKMP:(1224): retransmitting phase 2 QM_IDLE       -556398406 ...*Feb 13 13:25:00.497: ISAKMP:(1224):deleting node -556398406 error TRUE reason "Phase 2 err count exceeded"*Feb 13 13:25:00.497: ISAKMP:(1224):peer does not do paranoid keepalives.
    Any ideas what is the cause? I must add, that right now I do not have access to remote router.
    Thank you in advance for any help.

    I finally figured out, that problem was with defaulr gateway on my router. Case closed.

  • HT3552 I have been trying to download apps from the app store and every time it tells me there is a problem with my previous billing and direct me to put in new billing information and every time i do that it still will not let me download any apps.

    I have been trying to download apps from the app store and every time it tells me there is a problem with my previous billing and direct me to put in new billing information and every time i do that it still will not let me download any apps.

    Have a look here >  http://support.apple.com/kb/TS1646

  • Problem  with sqlloader and rtrim in direct path

    Im trying to load near 40 Gb of information to Oracle 9i (9.2.0.6.0) so to acelerate the load we are using direct=true but we are having problems with table where we need to aply sql funtions. Like an example check this control file please:
    LOAD DATA
    INFILE 'PSACTIVIMG.dat' "str '~~~~~'"
    BADFILE 'PSACTIVIMG.bad'
    DISCARDFILE 'PSACTIVIMG.dsc'
    INTO TABLE PSACTIVIMG
    TRAILING NULLCOLS (
    ACTIVITYNAME CHAR terminated by '@@#' "NVL(RTRIM(:ACTIVITYNAME),:ACTIVITYNAME)",
    SEQNO terminated by '@@#',
    PSIMAGEVER terminated by '@@#',
    IMGSEG RAW(65536))
    When we try to run it with direct=true we are getting:
    SQL*Loader-961: Error calling once/load finishing for table PSACTIVIMG
    ORA-26090: row is in partial state
    SQL*Loader-2026: the load was aborted because SQL Loader cannot continue.
    But in alert.log we are getting:
    ORA-00600: internal error code, arguments: [klafre_30], [0], [], [], [], [], [], []
    ORA-01403: no data found
    If i remove the rtrim function or i use conventional path the data its loades correctly. Any body have any suggestion about this problem?
    thanks in advance.
    Alejandro Amador.

    Could you use an external table and insert as select with the /*+ append */ hint?

  • Problem with direction in a page(??????)

    Hi every body,
    I have a problem with direction in some page when i change the language to Arabic(right to left language).
    in some page like welcome page its completely true ,but in some page that i buile with my self (and add some portlet to it like :advanced search portlet)its directon does not appear properly,the label is appear in left, and text box appear in right(its not true).
    what can i do??????????????????
    please answer me :(

    This is not the right forum for your question. Try to post it in the Oracle Application Server Portal forum, or contact Oracle Support.
    Peter

  • Problem in establishing connection with mysql 5.0

    Hi,
    I am using JCAPS 5.1. I tried to insert data to mysql database table.
    But i got following error
    java.sql.SQLException: Error in allocating a connection. Cause:
    Physical Connection doesn't exist.
    My intention is to read file in which data are comma seperated and to
    populate those values to a mysql 5.0 database table.
    Sample DATA in file [test.txt]
    111,gg,23,MFG
    112,hh,24,MFG
    113,ii,25,RETAIL
    114,jj,26,IT
    Database table: employee
    eno,ename,eage,edept
    While creating JDBC OTD there is no problem in establishing connection with database. But after deploying i got above error.
    I have used Mysql 5.0 Connector/J JDBC driver. Added JDBC driver jar files to following directories as required.
    1) C:\JavaCAPS51\logicalhost\is\lib
    2)C:\JavaCAPS51\logicalhost\is\domains\test\lib
    Steps i have followed as per JDBC-ODBC -eway user guide doc.
    1) Created USerDefined OTD and added necessary fields
    2) Created JDBC OTD.
    3) Created JAVA collaboration and do business process for inserting
    4) Mapped all components by creating in Connectivity MAp
    5) created necessary external systems in envrionment explorer.[JDBC External System and File External System]
    6)Created Deployment profile
    5) Deployed it.
    After deploying it gives error as
    java.sql.SQLException: Error in allocating a connection. Cause: Physical Connection doesn't exist
    Please let me know the solution for problem.
    Message was edited by:
    VenkateshSampoornam

    In the environment definition,
    -> External Application JDBC
    -> Properties
    -> Outbound JDBC Connection
    You have the database URL in the "DriverProperties" field
    Valid URL would be : jdbc:mysql://localhost:3306/caps
    !! The doc says that this field is optional !! Seems to be an error in the doc:
    Hope this helps
    Seb

Maybe you are looking for

  • Wirelessly Printing from a Macbook Pro to an HP Photosmart C4780

    Hi everyone, I've recently just purchased a Macbook Pro and an HP Photosmart C4780 printer. I was told in the Apple store that I could print documents and photos from anywhere in the house without having to plug my laptop into the printer via USB. I

  • AP1200 dual SSID's with 128 bit encryption

    I trying to setup a AP1200 radio with two different SSID's with encryption. Each SSID must use a different 128 bit WEP encryption. Both SSID's must have simultaneous access to the wireless radio. I get the client & radio associated but can not pass d

  • Update to LR 5.3

    I'm running LR 5.3. Opening up the program I get the notification that there is an update: Facial Recognition – Quickly find and organize your friends and family. HDR Merge – Combine multiple photos to extend the dynamic range and create a stunning r

  • Communication struction in PO ??

    Hii First of all What is communication sructure ?? Why its called as communication structure ?? And last how it will work in PO?? Whether any other communication is there in MM apart from PO. Can some body explain me in short here only without any li

  • External Control for VPN in Android

    Hi , I am connecting to VPN on Android externally using URI mechanism. Is there any way to detect whether i am already connected to Cisco VPN or not using some URI. I haven't found any in the documentation. Please help. Regards, Alok