Oracle vm server 2.1.2 multipath problem

hello
I had following error in my multipath configuration device-mapper: ioctl: error adding target to table i use hp eva 5000 Qlogic fc and hp blade
multipath -d lists all table but multipath -v2 -ll generates this error any ideas??
thx

even i am seeing the same issue on DELL EQLOGIC,
this error i am getting it whenever i start multipath
devices {
device {
vendor "EQLOGIC"
product "100E-00"
getuid_callout "/sbin/scsi_id -g -u -s /block/%n"
my multipath -d o/p shows different uuid of disk and multipath -ll o/p shows diff uuid of disk - is this ok?
/var/log/messages shows
device-mapper: table: 253:0: multipath: error getting device
device-mapper: ioctl: error adding target to table
also could see soft lockup.
BUG: soft lockup detected on CPU#2!
[<c0442d69>] softlockup_tick+0x96/0xa4
[<c04095b0>] timer_interrupt+0x528/0x588
[<c046535e>] do_drain+0x2d/0x42
[<c0442fb7>] handle_IRQ_event+0x43/0x80
[<c0443087>] __do_IRQ+0x93/0xe8
[<c0406da1>] do_IRQ+0x93/0xae
[<c05324a6>] evtchn_do_upcall+0x85/0xde
[<c04056e5>] hypervisor_callback+0x3d/0x45
[<c0536020>] privcmd_ioctl+0x84/0x38c
[<c045803c>] get_user_pages+0x37d/0x3ef
[<c045811d>] make_pages_present+0x6f/0x84
[<c0535f9c>] privcmd_ioctl+0x0/0x38c
[<c0477864>] do_ioctl+0x1c/0x5d
[<c0477aef>] vfs_ioctl+0x24a/0x25c
[<c0477b49>] sys_ioctl+0x48/0x5f
[<c04054ff>] syscall_call+0x7/0xb

Similar Messages

  • Oracle VM Server 3.1.1 Network problem

    I installed Oracle VM Server 3.1.1 on HP ProLiant BL460c G1 Blade Server.
    Installation had no problem, but network doesn't work at all.
    If I write "ipconfig -a" I have this response:
    bond0 Link encap:Ethernet HWaddr 00:1E:0B:8D:5E:5E
    inet addr:192.168.99.160 Bcast:192.168.99.255 Mask:255.255.255.0
    UP BROADCAST RUNNING MASTER MULTICAST MTU:1500 Metric:1
    RX packets:0 errors:0 dropped:0 overruns:0 frame:0
    TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:0
    RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
    eth0 Link encap:Ethernet HWaddr 00:1E:0B:8D:5E:5E
    UP BROADCAST SLAVE MULTICAST MTU:1500 Metric:1
    RX packets:0 errors:0 dropped:0 overruns:0 frame:0
    TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:1000
    RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
    Interrupt:16 Memory:f6000000-f6012000
    eth1 Link encap:Ethernet HWaddr 00:1E:0B:8D:5E:54
    BROADCAST MULTICAST MTU:1500 Metric:1
    RX packets:0 errors:0 dropped:0 overruns:0 frame:0
    TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:1000
    RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
    Interrupt:16 Memory:fa000000-fa012800
    lo Link encap:Local Loopback
    inet addr:127.0.0.1 Mask:255.0.0.0
    UP LOOPBACK RUNNING MTU:16436 Metric:1
    RX packets:46 errors:0 dropped:0 overruns:0 frame:0
    TX packets:46 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:0
    RX bytes:6820 (6.6 KiB) TX bytes:6820 (6.6 KiB)
    So - I think - my system recognize network cards.
    I can ping loopback and server ifself, but I cannot ping nothing more.
    Can you help me to solve problem?
    Thank you

    This is output:
    Ethernet Channel Bonding Driver: v3.7.1 (April 27, 2011)
    Bonding Mode: fault-tolerance (active-backup)
    Primary Slave: eth0 (primary_reselect always)
    Currently Active Slave: none
    MII Status: down
    MII Polling Interval (ms): 250
    Up Delay (ms): 500
    Down Delay (ms): 500
    Slave Interface: eth0
    MII Status: down
    Speed: 100 Mbps
    Duplex: full
    Link Failure Count: 0
    Permanent HW addr: 00:1e:0b:8d:5e:5e
    Slave queue ID: 0
    Thank you

  • Oracle VM Server for SPARC - network multipathing architecture question

    This is a general architecture question about how to best setup network multipathing
    I am reading the "Oracle VM Server for SPARC 2.2 Administration Guide" but I can't find what I am looking for.
    From reading the document is appears it is possible to:
    (a) Configure IPMP in the Service Domain (pg. 155)
    - This protects against link level failure but won't protect against the failure of an entire Service LDOM?
    (b) Configure IPMP in the Guest Domain (pg. 154)
    - This will protect against Service LDOM failure but moves the complexity to the Guest Domain
    - This means the there are two (2) VNICs in the guest though?
    In AIX, "Shared Ethernet Adapter (SEA) Failover" it presents a single NIC to the guest but can tolerate failure of a single VIOS (~Service LDOM) as well as link level failure in each VIO Server.
    https://www.ibm.com/developerworks/mydeveloperworks/blogs/aixpert/entry/shared_ethernet_adapter_sea_failover_with_load_balancing198?lang=en
    Is there not a way to do something similar in Oracle VM Server for SPARC that provides the following:
    (1) Two (2) Service Domains
    (2) Network Redundancy within the Service Domain
    (3) Service Domain Redundancy
    (4) Simplify the Guest Domain (ie single virtual NIC) with no IPMP in the Guest
    Virtual Disk Multipathing appears to work as one would expect (at least according the the documentation, pg. 120). I don't need to setup mpxio in the guest. So I'm not sure why I would need to setup IPMP in the guest.
    Edited by: 905243 on Aug 23, 2012 1:27 PM

    Hi,
    there's link-based and probe-based IPMP. We use link-based IPMP (in the primary domain and in the guest LDOMs).
    For the guest LDOMs you have to set the phys-state linkprop on the vnets if you want to use link-based IPMP:
    ldm set-vnet linkprop=phys-state vnetX ldom-name
    If you want to use IPMP with vsw interfaces in the primary domain, you have to set the phys-state linkprop in the vswitch:
    ldm set-vswitch linkprop=phys-state net-dev=<phys_iface_e.g._igb0> <vswitch-name>
    Bye,
    Alexander.

  • Oracle Express Server 6.3.4 instalation problem

    I am trying to install Oracle Express Server 6.3.4 on linux. But it hangs at 54%. No errors reported in the install log file.

    Hi,
    But it hangs at 54%. No errors reported in the install log file.At what script/stage/step the installation hangs? Could you please post that part from the installation log file?
    Review the troubleshooting part in the installation manual and see if it helps.
    Oracle Express Server Documentation
    http://www.oracle.com/technology/documentation/express_server.html
    Regards,
    Hussein

  • Oracle VM Server (3.2.3) installation problem on Sun X3-2

    Dear All Experts,
    I  have 2 hard disks and configure as RAID1, than create 2 virtual drives for OS (40GB) and Local Storage Repository (250GB) already.
    During VM Server installation, I saw 3 drives (a, b, c) and I don't know why drive C is created automatically?
    drive A: OS = 40GB, file system: ext3
    drive B: Storage Repository = 250GB, file system: ext3
    drive C: 3GB, file system: vfat
    I have to delete this drive C or not? if delete, it affect to system or not? how to delete it?
    your help is so appropriate.
    Thanks and regards,
    Heng

    Dear All,
    Any update for this issue?
    I have 2 virtual drives when I install OVM Server 3.2.3, I see 3 drives is C one more. Please check and give advice as below:
    root@ovmserver ~]# fdisk -l | more
    Disk /dev/sda: 42.9 GB, 42949672960 bytes
    255 heads, 63 sectors/track, 5221 cylinders
    Units = cylinders of 16065 * 512 = 8225280 bytes
       Device Boot      Start         End      Blocks   Id  System
    /dev/sda1   *           1        1305    10482381   83  Linux
    /dev/sda2            1306        5221    31455270   82  Linux swap / Solaris
    Disk /dev/sdb: 256.0 GB, 256049676288 bytes
    255 heads, 63 sectors/track, 31129 cylinders
    Units = cylinders of 16065 * 512 = 8225280 bytes
       Device Boot      Start         End      Blocks   Id  System
    Disk /dev/sdc: 3880 MB, 3880452096 bytes
    120 heads, 62 sectors/track, 1018 cylinders
    Units = cylinders of 7440 * 512 = 3809280 bytes
       Device Boot      Start         End      Blocks   Id  System
    Disk /dev/dm-0: 256.0 GB, 256049676288 bytes
    255 heads, 63 sectors/track, 31129 cylinders
    Units = cylinders of 16065 * 512 = 8225280 bytes
         Device Boot      Start         End      Blocks   Id 
    Please kindly give advice for this. your help is so appreciate.
    Thanks and regards,
    Heng

  • Portlet problem on Oracle Portal Server....

    Hi all,
    i m using Oracle Portal Server 10.1.2.
    Problem is as follows:-
    There are two portlets (P1, P2) added on two seperate portal tabs( TB1,TB2) respectively under Portal Builder.
    On portlet P1 when i do a action say Save and it saves the data.
    now i go to portlet P2 which is on tab TB2 and when i come back on TB1 to go on portlet P1 then in the PortletRenderRequest i still get action value as Save and it saves the previous data once more.
    in short....:- even moving on portal tabs the previous action of the last rendered portlet is firing.
    how it is persisting the action in request , even after i have done with moving on portal tabs.
    even on refreshing the page it is adding the same data again.
    But this doesn't happen with IBM Portal Server.(Tested the same code with all the above conditions)
    could any one please have some thoughts ???
    Always nJoy Work
    Neeraj Sidhaye
    try_catch_finally @ !
    ExtremePortal @ Gmail Dot Com

    Hi Guys,
    One good thing i found is
    When i perform the same operations (as described in the first post of this thread) with JSR168 Portlets then it is working Perfectly.
    So i feel , only the problem is with JPDK Porltet and not with Oracle Portal Server.
    It's good to see that JSR168 are working fine except
    portletURL.setPortletMode(PortletMode.EDIT) ( till now i found this only )
    nJoy Work
    ~Neeraj Sidhaye
    ChkOut_ChkIn @ Yahoo Dot Co Dot In
    ExtremePortal @ Gmail Dot Com

  • Java.lang.ClassNotFoundException: oracle.aurora.server.SGiopServer

    I have installed correctly JServer as is specified in the Note:156477.1
    I have configured the listener and MTS server for session-based IIOP communication.
    sess_sh:
    sess_sh -user sys -password nedbahok -service sess_iiop://sb450:2815:db3 -useServiceName
    javax.naming.CommunicationException: Unknown service: :session1 [Root exception
    is javax.naming.CommunicationException: Unknown service: 172.24.65.210:2815:db3
    listener_log:
    20-SEP-2001 14:05:58 * SUCCESS * (ADDRESS=(PROTOCOL=tcp)(HOST=172.24.75.125)(PORT=1927))
    * establish * giop * 0
    AND:
    bdump/db3_s000_20225 (server process):
    *** SESSION ID:(7.23278) 2001-09-20 14:06:27.924
    java.lang.ClassNotFoundException: oracle.aurora.server.SGiopServer in <SYS>
      at oracle.aurora.rdbms.DbmsJava.classForNameAndSchema(DbmsJava.java)
      at oracle.aurora.rdbms.DbmsJava.classForNameInSystemSchema(DbmsJava.java)
      at oracle.aurora.net.Presentation.getHandlerOfClass(Presentation.java)
      at oracle.aurora.net.Presentation.getHandler(Presentation.java)
      at oracle.aurora.net.VirtualCircuit.processRequest(VirtualCircuit.java)
      at oracle.aurora.net.Presentation.handleRequest(Presentation.java)
    oracle.aurora.net.NoPresentationException: Class does not exist in SYSTEM schema: oracle.aurora.server.SGiopServer
      at oracle.aurora.net.Presentation.getHandlerOfClass(Presentation.java)
      at oracle.aurora.net.Presentation.getHandler(Presentation.java)
      at oracle.aurora.net.VirtualCircuit.processRequest(VirtualCircuit.java)
      at oracle.aurora.net.Presentation.handleRequest(Presentation.java)
    jox_call_java_pres_: caught
    ORA-29532: Java call terminated by uncaught Java exception: oracle.aurora.net.NoPresentationException: Class does not exist in SYSTEM schema: oracle.aurora.server.SGiopServer
    What is a problem ?
    I have reinstalled Jserver some times.
    HELP !!!                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

    Have you run the script initjvm.sql? This script configures your
    SYSTEM tablespace with Java objects.

  • Problem with installation oracle application server 10g on Solaris 10x86

    Hello all.
    Help me, please.
    I'm trying to install Oracle aplication server 10.0.1.2.0.2 on solaris 10x86.
    When i install oracle infrastructure(metadata repository and identify management),
    i have a problem - on step "Configuration Assistants", where assistants will confugure and start the components, "Single-Sign On Configuration Assistant" -Failed
    (Details:....
    Finished executing the call.Child Process has exited.
    SSO Configuration Assistant failed.
    Configuration assistant "Single Sign-On Configuration Assistant" failed
    Anybody know, how solve this problem?
    Sorry for my english.

    Hi.
    Now
    /etc/hosts
    127.0.0.1 localhost
    82.179.1.1 testoracle loghost
    /etc/resolv.conf
    domain kemsu.ru
    nameserver 82.179.1.5
    Or must be in /etc/hosts/
    82.179.1.1 testoracle.kemsu.ru loghost
    You about this?

  • Installation Problem about ORACLE HTTP SERVER 10g

    I tried to install oracle http server on windows xp sp2. Everthing was all right until
    it made some recommend tasks while installing. It could'nt start the http server at there. I completed the installation. After then when i connect to the internet and try to start http server it starts. But when i do not connect to the internet it gives an error like apache.exe couldn't start on executing ApacheModuleonsinst.dll. I want to learn what causes to this problem.

    pparkko wrote:
    With this type of behaviour, you always need to find out the real error.
    Try opening a command prompt (cmd) and running the command from the command line.
    Then you can see what is going wrong.I have a question, I just upgraded our test 11i database (9i) to 10g (10.2), as a part of that upgraded forms, reports, graphics to patchset 18. Now planning to install 10giAS on appsTier on which forms, Apache and discoverer running. If I install 10giAS in differnet home, how can I get that in to appsTier?, does it mean adapcctl script no longer be used to start webservices?. I haven’t done this before, if my question is stupid, please ignore :).

  • Problem while configuring webutil on oracle application server 10g(9.0.4)

    hi,
    I have configured webutil with oracle application server 10g(9.0.4).JInitiator 1.3.1.17 is installed.
    I did everything according to webutil manual.Then i developed a form using developer suit 10g (9.0.4).
    and successfully compiled and attached webutil library.then i subclass
    webutil object group from webutil.olb into my form,that is also
    subclassed successfully.Form has also been compiled and saved
    successfully.
    also configured my formsweb.cfg,forms90.conf,default.env according to webutil documentation.
    {color:#993366}Now when i run this form from client, it does not show form in the
    browser and shows a message on the client browser console as follows{color}.
    {color:#0000ff}*Applet oracle.forms.webutil.common.RegisterWebUtil*
    {color} {color:#993366}After this message,It does nothing and if i refresh browser,it shows following message in the browser' Console.{color}
    {color:#0000ff}*Applet oracle.forms.engine.Main notinited.*{color}
    Note:In the browser ,loading java applet is also visible.
    how should i resolve this problem?
    any suggestion?
    Its urgent.
    Regards,
    abbasyazdani

    Refer this metalink note,
    566628.1 How To Install Webutil on 10g Oracle AS
    [email protected]

  • Problem with clustering of oracle application server 10.1.3.1

    Hi
    I have clustered two instances of oracle application server 10.1.3.1 running on solaris.
    Instance 1
    <notification-server interface="ipv4">
    <port local="6100" remote="6200" request="6003"/>
    <ssl enabled="true" wallet-file="$ORACLE_HOME/opmn/conf/ssl.wlt/default"/>
         <topology>
              <nodes list="10.x.x.1:6201"/>
         </topology>
    </notification-server>
    Instance 2
    <notification-server interface="ipv4">
    <port local="6101" remote="6201" request="6004"/>
    <ssl enabled="true" wallet-file="$ORACLE_HOME/opmn/conf/ssl.wlt/default"/>
    <topology>
              <nodes list="10.x.x.2:6200"/>
         </topology>
    </notification-server>
    But when i log on to enterprise manager i get the following message on top of the page:
    You have more than one instance of the Application Server Control application running in this cluster. This is not a recommended configuration and could lead to unexpected problems. Please stop the additional instances of Application Server Control or disable routing to these instances.
    When i click on one of the instances, i get the session expired error.
    what is the problem behind this?
    regards,

    In the doc, it states that you should only ever have one active instance of application server control running in a cluster at a time -- ASC was not designed to operate as a session sharing application, so your session state is specific to one instance. If for some reason you were directed to the ASC application on the other instance, you get errors.
    You can use the OC4J admin_client.jar utility or the opmnctl command to shut down the ascontrol application in one of the instances.
    -steve-

  • Oracle Application Server 10.1.3 R3 - Restart problem and out of memory

    Dear All,
    I am using Oracle App Server 10.1.3 Release 3. After deploying EAR, my server is runnig for some time. But after some time its getting restarted. I m not able to find out its permanent solution.
    If you see below log, it showing out of memeory error. But even though i have increase memeory to 2 gb, i m getting the same problem.
    Please help my ASAP.
    09/03/26 07:43:52.366 10.1.3.1.0 Started
    09/03/26 07:44:00.639 webapp: Initializing Spring FrameworkServlet 'test'
    09/03/26 07:44:13.186 webapp: No Configuration for this context. Initializing.
    09/03/26 07:44:13.186 webapp: configuring cewolf app..
    09/03/26 07:44:13.190 webapp: using storage class de.laures.cewolf.storage.TransientSessionStorage
    09/03/26 07:44:13.190 webapp: using overlibURL etc/overlib.js
    09/03/26 07:44:13.190 webapp: debugging is turned off
    09/03/26 07:44:13.190 webapp: ...done.
    09/03/26 07:44:13.191 webapp: 10.1.3.1.0 Started
    09/03/26 07:46:56.567 webapp: Servlet error
    com.core.exception.GenericFrameworkException: com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.HttpIOException
    : An established connection was aborted by the software in your host machine
    at com.tcs.vat.utils.serversidevalidation.ServerSideValidationFilter.doFilter(ServerSideValidationFilter.java:85)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:621)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:368)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:866)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:448)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.AJPRequestHandler.run(AJPRequestHandler.java:302)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.AJPRequestHandler.run(AJPRequestHandler.java:190)
    at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
    at java.lang.Thread.run(Thread.java:595)
    Caused by: com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.HttpIOException: An established connection was aborted
    by the software in your host machine
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.EvermindServletOutputStream.write(EvermindServletOutputStream.java:210)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.EvermindJSPWriter.writeOut(EvermindJSPWriter.java:539)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.EvermindJSPWriter.jspflush(EvermindJSPWriter.java:436)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.EvermindJSPWriter.close(EvermindJSPWriter.java:406)
    at oracle.jsp.runtime.OracleJspRuntime.extraHandlePCFinally(OracleJspRuntime.java:1689)
    at web2d_inf._jsp._framework._core._commonParent._jspService(_commonParent.java:777)
    at com.orionserver[Oracle Containers for J2EE 10g (10.1.3.1.0) ].http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
    at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:453)
    at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:591)
    at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:515)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:711)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:368)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.ServletRequestDispatcher.unprivileged_forward(ServletRequestDispatcher.java:259)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.ServletRequestDispatcher.access$100(ServletRequestDispatcher.java:50)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.ServletRequestDispatcher$2.oc4jRun(ServletRequestDispatcher.java:193)
    at oracle.oc4j.security.OC4JSecurity.doPrivileged(OC4JSecurity.java:283)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:198)
    at org.springframework.web.servlet.view.InternalResourceView.renderMergedOutputModel(InternalResourceView.java:171)
    at org.springframework.web.servlet.view.AbstractView.render(AbstractView.java:251)
    at org.springframework.web.servlet.DispatcherServlet.render(DispatcherServlet.java:1160)
    at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:901)
    at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:809)
    at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:476)
    at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:431)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:743)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64)
    at com.tcs.vat.utils.serversidevalidation.ServerSideValidationFilter.doFilter(ServerSideValidationFilter.java:81)
    ... 9 more
    09/03/26 07:46:56.569 webapp: An established connection was aborted by the software in your host machine
    09/03/26 07:46:56.569 webapp: Servlet error
    java.io.IOException: An established connection was aborted by the software in your host machine
    at sun.nio.ch.SocketDispatcher.write0(Native Method)
    at sun.nio.ch.SocketDispatcher.write(SocketDispatcher.java:33)
    at sun.nio.ch.IOUtil.writeFromNativeBuffer(IOUtil.java:104)
    at sun.nio.ch.IOUtil.write(IOUtil.java:75)
    at sun.nio.ch.SocketChannelImpl.write(SocketChannelImpl.java:302)
    at java.nio.channels.Channels.write(Channels.java:60)
    at java.nio.channels.Channels.access$000(Channels.java:47)
    at java.nio.channels.Channels$1.write(Channels.java:134)
    at com.evermind.server.http.AJPOutputStream.endRequest(AJPOutputStream.java:117)
    at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:309)
    at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:190)
    at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
    at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
    at java.lang.Thread.run(Thread.java:595)
    09/03/26 07:50:09.755 webapp: Servlet error
    com.core.exception.GenericFrameworkException: com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.HttpIOException
    : An established connection was aborted by the software in your host machine
    at com.tcs.vat.utils.serversidevalidation.ServerSideValidationFilter.doFilter(ServerSideValidationFilter.java:85)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:621)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:368)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:866)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:448)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.AJPRequestHandler.run(AJPRequestHandler.java:302)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.AJPRequestHandler.run(AJPRequestHandler.java:190)
    at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
    at java.lang.Thread.run(Thread.java:595)
    Caused by: com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.HttpIOException: An established connection was aborted by the software in your host machine
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.EvermindServletOutputStream.write(EvermindServletOutputStream.java:210)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.EvermindJSPWriter.writeOut(EvermindJSPWriter.java:539)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.EvermindJSPWriter.jspflush(EvermindJSPWriter.java:436)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.EvermindJSPWriter.close(EvermindJSPWriter.java:406)
    at oracle.jsp.runtime.OracleJspRuntime.extraHandlePCFinally(OracleJspRuntime.java:1689)
    at web2d_inf._jsp._framework._core._commonParent._jspService(_commonParent.java:777)
    at com.orionserver[Oracle Containers for J2EE 10g (10.1.3.1.0) ].http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
    at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:453)
    at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:591)
    at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:515)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:711)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:368)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.ServletRequestDispatcher.unprivileged_forward(ServletRequestDispatcher
    .java:259)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.ServletRequestDispatcher.access$100(ServletRequestDispatcher
    .java:50)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.ServletRequestDispatcher$2.oc4jRun(ServletRequestDispatcher
    .java:193)
    at oracle.oc4j.security.OC4JSecurity.doPrivileged(OC4JSecurity.java:283)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher
    .java:198)
    at org.springframework.web.servlet.view.InternalResourceView.renderMergedOutputModel(InternalResourceView.java:171)
    at org.springframework.web.servlet.view.AbstractView.render(AbstractView.java:251)
    at org.springframework.web.servlet.DispatcherServlet.render(DispatcherServlet.java:1160)
    at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:901)
    at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:809)
    at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:476)
    at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:431)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:743)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java
    :64)
    at com.tcs.vat.utils.serversidevalidation.ServerSideValidationFilter.doFilter(ServerSideValidationFilter.java:81)
    ... 9 more
    09/03/26 07:50:09.757 webapp: An established connection was aborted by the software in your host machine
    09/03/26 07:50:09.757 webapp: Servlet error
    java.io.IOException: An established connection was aborted by the software in your host machine
    at sun.nio.ch.SocketDispatcher.write0(Native Method)
    at sun.nio.ch.SocketDispatcher.write(SocketDispatcher.java:33)
    at sun.nio.ch.IOUtil.writeFromNativeBuffer(IOUtil.java:104)
    at sun.nio.ch.IOUtil.write(IOUtil.java:75)
    at sun.nio.ch.SocketChannelImpl.write(SocketChannelImpl.java:302)
    at java.nio.channels.Channels.write(Channels.java:60)
    at java.nio.channels.Channels.access$000(Channels.java:47)
    at java.nio.channels.Channels$1.write(Channels.java:134)
    at com.evermind.server.http.AJPOutputStream.endRequest(AJPOutputStream.java:117)
    at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:309)
    at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:190)
    at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
    at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
    at java.lang.Thread.run(Thread.java:595)
    09/03/26 07:50:09.770 webapp: Servlet error
    com.core.exception.GenericFrameworkException: com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.HttpIOException
    : An established connection was aborted by the software in your host machine
    at com.tcs.vat.utils.serversidevalidation.ServerSideValidationFilter.doFilter(ServerSideValidationFilter.java:85)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher
    .java:621)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher
    .java:368)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler
    .java:866)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.HttpRequestHandler.processRequest(HttpRequestHandler
    .java:448)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.AJPRequestHandler.run(AJPRequestHandler.java:302)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.AJPRequestHandler.run(AJPRequestHandler.java:190)
    at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor
    .java:303)
    at java.lang.Thread.run(Thread.java:595)
    Caused by: com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.HttpIOException: An established connection was aborted
    by the software in your host machine
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.EvermindServletOutputStream.write(EvermindServletOutputStream
    .java:210)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.EvermindJSPWriter.writeOut(EvermindJSPWriter.java:539
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.EvermindJSPWriter.jspflush(EvermindJSPWriter.java:436
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.EvermindJSPWriter.close(EvermindJSPWriter.java:406)
    at oracle.jsp.runtime.OracleJspRuntime.extraHandlePCFinally(OracleJspRuntime.java:1689)
    at web2d_inf._jsp._framework._core._commonParent._jspService(_commonParent.java:777)
    at com.orionserver[Oracle Containers for J2EE 10g (10.1.3.1.0) ].http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
    at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:453)
    at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:591)
    at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:515)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher
    .java:711)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher
    .java:368)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.ServletRequestDispatcher.unprivileged_forward(ServletRequestDispatcher
    .java:259)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.ServletRequestDispatcher.access$100(ServletRequestDispatcher
    .java:50)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.ServletRequestDispatcher$2.oc4jRun(ServletRequestDispatcher
    .java:193)
    at oracle.oc4j.security.OC4JSecurity.doPrivileged(OC4JSecurity.java:283)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher
    .java:198)
    at org.springframework.web.servlet.view.InternalResourceView.renderMergedOutputModel(InternalResourceView.java:171)
    at org.springframework.web.servlet.view.AbstractView.render(AbstractView.java:251)
    at org.springframework.web.servlet.DispatcherServlet.render(DispatcherServlet.java:1160)
    at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:901)
    at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:809)
    at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:476)
    at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:431)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:743)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java
    :64)
    at com.tcs.vat.utils.serversidevalidation.ServerSideValidationFilter.doFilter(ServerSideValidationFilter.java:81)
    ... 9 more
    09/03/26 07:50:09.772 webapp: An established connection was aborted by the software in your host machine
    09/03/26 07:50:09.772 webapp: Servlet error
    java.io.IOException: An established connection was aborted by the software in your host machine
    at sun.nio.ch.SocketDispatcher.write0(Native Method)
    at sun.nio.ch.SocketDispatcher.write(SocketDispatcher.java:33)
    at sun.nio.ch.IOUtil.writeFromNativeBuffer(IOUtil.java:104)
    at sun.nio.ch.IOUtil.write(IOUtil.java:75)
    at sun.nio.ch.SocketChannelImpl.write(SocketChannelImpl.java:302)
    at java.nio.channels.Channels.write(Channels.java:60)
    at java.nio.channels.Channels.access$000(Channels.java:47)
    at java.nio.channels.Channels$1.write(Channels.java:134)
    at com.evermind.server.http.AJPOutputStream.endRequest(AJPOutputStream.java:117)
    at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:309)
    at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:190)
    at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
    at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
    at java.lang.Thread.run(Thread.java:595)
    09/03/26 08:15:24.251 webapp: Servlet error
    com.core.exception.GenericFrameworkException: javax.servlet.ServletException: Error in servlet
    at com.tcs.vat.utils.serversidevalidation.ServerSideValidationFilter.doFilter(ServerSideValidationFilter.java:89)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher
    .java:621)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher
    .java:368)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler
    .java:866)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.HttpRequestHandler.processRequest(HttpRequestHandler
    .java:448)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.AJPRequestHandler.run(AJPRequestHandler.java:302)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.AJPRequestHandler.run(AJPRequestHandler.java:190)
    at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor
    .java:303)
    at java.lang.Thread.run(Thread.java:595)
    Caused by: javax.servlet.ServletException: Error in servlet
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher
    .java:757)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher
    .java:368)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.ServletRequestDispatcher.unprivileged_forward(ServletRequestDispatcher
    .java:259)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.ServletRequestDispatcher.access$100(ServletRequestDispatcher
    .java:50)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.ServletRequestDispatcher$2.oc4jRun(ServletRequestDispatcher
    .java:193)
    at oracle.oc4j.security.OC4JSecurity.doPrivileged(OC4JSecurity.java:283)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher
    .java:198)
    at org.springframework.web.servlet.view.InternalResourceView.renderMergedOutputModel(InternalResourceView.java:171)
    at org.springframework.web.servlet.view.AbstractView.render(AbstractView.java:251)
    at org.springframework.web.servlet.DispatcherServlet.render(DispatcherServlet.java:1160)
    at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:901)
    at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:809)
    at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:476)
    at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:441)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:763)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java
    :64)
    at com.tcs.vat.utils.serversidevalidation.ServerSideValidationFilter.doFilter(ServerSideValidationFilter.java:81)
    ... 9 more
    09/03/26 08:15:32.681 webapp: Servlet error
    java.lang.OutOfMemoryError: PermGen space
    Edited by: Vrushank Joshi on Mar 27, 2009 2:04 AM

    It looks like your PermGen space is too small. Try modifying your opmn start parameters; use java option -XX:MaxPermSize to increase your PermGen space.
    Check out this Oracle guide for [Deploying Large Applications|http://download.oracle.com/docs/cd/B25221_04/web.1013/b14431/bigapps.htm].
    You should also take a look at this [JVM options|http://java.sun.com/javase/technologies/hotspot/vmoptions.jsp] page on Sun's site.

  • Deployement problem in Oracle App Serv with hibernate + JPA and Spring

    Dear All,
         I am facing a problem in deployment of a web application in oracle application server 10g. but the same is working fine with Tomcat. The following Exception. Is being thrown.
         Failed to deploy web application "OraTest". Failed to deploy web application OraTest". . Nested exception Resolution:
    Base Exception:
    java.rmi.RemoteException
    deploy failed!: ; nested exception is:
    oracle.oc4j.admin.internal.DeployerException: Unknown assembly root-tag attribute: version. deploy failed!: ; nested exception is:
    oracle.oc4j.admin.internal.DeployerException: Unknown assembly root-tag attribute: version     I am using the following technologies
    1.     Spring 2.0.7
    2.     Struts 2.0.9
    3.     Hibernate 3.3
    4.     JPA 1.0
    5.     Oracle App Server 10.1.2.0.2
    Web.xml
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN" "http://java.sun.com/dtd/web-app_2_3.dtd">
    <web-app>
         <display-name>My Application</display-name>
         <filter>
              <filter-name>struts2</filter-name>
              <filter-class>
                   org.apache.struts2.dispatcher.FilterDispatcher
              </filter-class>
         </filter>
         <filter-mapping>
              <filter-name>struts2</filter-name>
              <url-pattern>/*</url-pattern>
         </filter-mapping>
         <welcome-file-list>
              <welcome-file>/index.jsp</welcome-file>
         </welcome-file-list>
         <servlet>
              <servlet-name>dwr-invoker</servlet-name>
              <servlet-class>
                   org.directwebremoting.servlet.DwrServlet
              </servlet-class>
              <init-param>
                   <param-name>debug</param-name>
                   <param-value>true</param-value>
              </init-param>
         </servlet>
         <servlet-mapping>
              <servlet-name>dwr-invoker</servlet-name>
              <url-pattern>/dwr/*</url-pattern>
         </servlet-mapping>
         <listener>
              <listener-class>
                   org.springframework.web.context.ContextLoaderListener
              </listener-class>
         </listener>
         <context-param>
              <param-name>contextConfigLocation</param-name>
              <param-value>
                   /WEB-INF/conf/spring/datasource-context.xml,
                   /WEB-INF/conf/spring/aop-context.xml          
              </param-value>
         </context-param>
    </web-app>
    /Datasource-context.xml
    <?xml version="1.0" encoding="UTF-8"?>
    <beans xmlns="http://www.springframework.org/schema/beans"
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns:aop="http://www.springframework.org/schema/aop"
        xmlns:tx="http://www.springframework.org/schema/tx"
        xsi:schemaLocation="
        http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.0.xsd
        http://www.springframework.org/schema/tx http://www.springframework.org/schema/tx/spring-tx-2.0.xsd
        http://www.springframework.org/schema/aop http://www.springframework.org/schema/aop/spring-aop-2.0.xsd">
         <bean class="org.springframework.orm.jpa.support.PersistenceAnnotationBeanPostProcessor" lazy-init="true"/>
         <!--  following code is for using oracle -->
            <bean id="dataSource" class="org.springframework.jdbc.datasource.DriverManagerDataSource" lazy-init="true">
              <property name="driverClassName">
                   <value>oracle.jdbc.driver.OracleDriver</value>
              </property>
              <property name="url">
                   <value>jdbc:oracle:thin:@//xxx.xxx.xxx.xxx/mydb</value>
              </property>
              <property name="username">
                   <value>admin</value>
              </property>
              <property name="password">
                   <value>admin</value>
              </property>
         </bean>
         <!--  following code is for using mysql -->
         <!--
         <bean id="dataSource" class="org.springframework.jdbc.datasource.DriverManagerDataSource" lazy-init="true">
              <property name="driverClassName">
                   <value>org.gjt.mm.mysql.Driver</value>
              </property>
              <property name="url">
                   <value>jdbc:mysql://192.168.10.157:3306/tpsadmin</value>
              </property>
              <property name="username">
                   <value>tpsadmin</value>
              </property>
              <property name="password">
                   <value>tpsadmin</value>+
              </property>
         </bean>
         -->
         <bean id="entityManagerFactory" class="org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean" lazy-init="true">
              <property name="persistenceUnitName" value="mkclsetsPersistenceUnit"/>
              <property name="dataSource" ref="dataSource"/>
              <property name="jpaVendorAdapter">
                   <bean class="org.springframework.orm.jpa.vendor.HibernateJpaVendorAdapter" lazy-init="true">
                        <property name="database" value="ORACLE"/>               
                        <property name="showSql" value="true"/>
                   </bean>
              </property>
         </bean>
         <bean id="transactionManager" class="org.springframework.orm.jpa.JpaTransactionManager" lazy-init="true">
              <property name="entityManagerFactory" ref="entityManagerFactory"></property>
         </bean>
         <tx:annotation-driven transaction-manager="transactionManager"/>     
    </beans>Aop-context.xml
    <?xml version="1.0" encoding="UTF-8"?>
    <beans xmlns="http://www.springframework.org/schema/beans"
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns:aop="http://www.springframework.org/schema/aop"
        xmlns:tx="http://www.springframework.org/schema/tx"
        xsi:schemaLocation="
        http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.0.xsd
        http://www.springframework.org/schema/tx http://www.springframework.org/schema/tx/spring-tx-2.0.xsd
        http://www.springframework.org/schema/aop http://www.springframework.org/schema/aop/spring-aop-2.0.xsd">
    <!--  Bean Definition of all the required Interceptors -->
         <bean id="methodLoggingAdvice" class="com.mkcl.sets.common.interceptor.MehodLogInterceptor"/>
         <!--
         <bean id="appCacheManager" class="net.sf.ehcache.CacheManager">
              <constructor-arg index="0" type="java.net.URL" value="classpath:country-ehcache.xml"/>
         </bean>     
         -->
          <!--bean id="methodCacheInterceptor" -->
         <bean id="methodCachingAdvice"
              class="com.mkcl.sets.common.interceptor.MethodCacheInterceptor">
              <property name="cache">
                   <ref local="methodCache" />
              </property>
         </bean>
         <bean id="cacheManager"
              class="org.springframework.cache.ehcache.EhCacheManagerFactoryBean">
              <property name="configLocation">
                   <value>WEB-INF/conf/other/ehcache.xml</value>
              </property>
         </bean>     
         <bean id="methodCache"
              class="org.springframework.cache.ehcache.EhCacheFactoryBean">
              <property name="cacheManager">
                   <ref local="cacheManager" />
              </property>
              <property name="cacheName">
                   <value>mkclSetsCache</value>
              </property>
         </bean>      
         <!--
         <bean id="methodCachingAdvice" class="interceptor.MethodCachingInterceptor"/>
          -->
         <aop:config>
              <aop:pointcut id="getCountriesPointCut" expression="execution(* com.mkcl.sets.dao.master.impl.LocationDAOImpl.getCountries())"/>          
              <!-- <aop:pointcut id="methodLogPointCut" expression="execution(* com.mkcl.sets.service.master.impl.CategoryServiceImpl.getAllCategories(..))"/> -->
              <aop:pointcut id="methodLogPointCutDao" expression="execution(* com.mkcl.sets.dao..*.*(..))"/>
              <aop:pointcut id="methodLogPointCutService" expression="execution(* com.mkcl.sets.service..*.*(..))"/>
              <aop:advisor id="methodCachingAdvisor" advice-ref="methodCachingAdvice" pointcut-ref="getCountriesPointCut"/>          
              <aop:advisor id="methodLoggingAdvisorDao" advice-ref="methodLoggingAdvice" pointcut-ref="methodLogPointCutDao"/>
              <aop:advisor id="methodLoggingAdvisorService" advice-ref="methodLoggingAdvice" pointcut-ref="methodLogPointCutService"/>
         </aop:config>
    </beans>Persistence.xml
    <persistence xmlns="http://java.sun.com/xml/ns/persistence"
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:schemaLocation="http://java.sun.com/xml/ns/persistence http://java.sun.com/xml/ns/persistence/persistence_1_0.xsd"
        version="1.0">
         <persistence-unit name="mkclsetsPersistenceUnit" transaction-type="RESOURCE_LOCAL">
              <!-- jta-data-source>mkclDS</jta-data-source-->
              <provider>org.hibernate.ejb.HibernatePersistence</provider>
              <!-- properties>
                   <property name="hibernate.dialect" value="org.hibernate.dialect.Oracle10gDialect"/>
                   <property name="hibernate.transaction.manager_lookup_class" value="org.hibernate.transaction.OC4JTransactionManager"/>
              </properties-->
         </persistence-unit>
    </persistence>Do I need to add some other configuration in the existing files or do I need to add some other configuration files ? Please help to deploy my application.
    Thanks a lot in advance.
    With Best Regards,
    Ishaan
    null

    Did you ever find a solution to this Ishaan?
    I imagine you ended up having to upgrade 10gR2 to 10gR3 at least. Correct?

  • Problem in oracle application server 10g

    hi all
    i have problem with application server 10g
    my situation :
    oracle database 10g release 2
    oracle application server 10g ( forms,reports)
    and i installed the database and application server on the same computer , and with windows xp service pack 2 os
    my problem is when i start the computer that connected to a network some services of application server not working , note that no problems with the database
    and i installed node 32 antivirus
    can any one help me plz ?

    Wich processes don't start? do you have this services in Automatic?
    Can you try to pass the to manual, and start the procs suing opmnctl command and check the logs of it?
    Regards

  • Oracle Application Server problem

    Dear Zedi Masters(Oracles),
    I am facing a problem in my Oracle Application Server. The Installation works smoothly, but afterwards if I try to Reload the Webnode manager it gives an error saying the ORB cannot be started" and "start ORB manually" Can someone explain the problem and how to overcome it.
    I have also tried "owsctl reload" from the command prompt and have got the same reply.
    Thanx in anticipation.
    May the Force be with you.
    Anand

    I get the same error message - except that it happens without
    protection on the virtual directory and it continues to display
    the message when I reload.
    Regards,
    JJ
    Girish (guest) wrote:
    : Hi All
    : we are using Oracle Application Server 4.0 Enterprise Edition.
    : We are using PL/SQL Cartridges. We have set Client Session
    : property of pl/sql application is set to enabled. Also max
    : session idle time is set to 1800. We have also protected the
    : PL/SQL virtual path.(that is before accessing any stored
    : procedure from the virtual path ; user has to provide username
    : and password). Now when the user tries to access protected
    : virtual path the user name and password box gets displayed.
    But
    : after entering correct user name and password when user hits
    on
    : OK button message "Can not service this request, please try
    : again later" is displyed for the first time. After this
    message
    : if page is reloaded then proper page is displayed..
    : any ideas about why this is happening..
    : thanks in advance
    : Girish
    : have a nice day...........
    null

Maybe you are looking for

  • How can i use SUM aggregate in select query?

    HI, GURUS, How can i use SUM function in Select Query and i want to store that value into itab. for ex: TABLES: vbap. types: begin of ty_vbap,        incluse type vbap,        sum type string,       end of ty_vbap. data: i_vbap type TABLE OF ty_vbap,

  • How do I cancel a online order

    trying to cancel a order that is free for 7 days than my account will be charge----I had it now for 3 days

  • Cloning drives and using the cloned one as startup disk.

    Hi, i just bought a Maxtor 300 SATA internal HD, i want to install it as my startup drive on my Powermac G5 Dual 1.8 Ghz OSX 10.4.7, but keep the drive that came shipped with the computer as an extra drive (not as a backup). I know how to phisically

  • IPad 3 - PS Touch locked up at startup screen...

    I've seen other posts about this but have not come across any fixes for this problem short of replacing the machine with a new one.  It's been working fine right up until this morning when I tried to open it, first time using it since a couple of day

  • Is there any size limiGlobal Temp Table

    Hi, Is there any limit for storimg records in GTT? I mean can we store 5mn or lets say 50 Mn records in Global temp table with preserve or delete clause? thanks.