Upgrade issue with OC4J 9.0.4

Hi,
Can somebody look into below mentioned thread ?
OC4J9.0.4 and Jdev 9.0.5.2
Thanks in advance,
Devang

I've been able to get past this exception by copying dms.jar file from installation-dir\lib to my runtime\lib directory. First of all, I"m not sure if this is right thing to do, since docs didn't say anything about this, and second, I ran into another exception,
Exception in thread "main" java.lang.NoClassDefFoundError: oracle/security/jazn/
JAZNConfig
at com.evermind.server.XMLServerConfig.parseJAZNNode(XMLServerConfig.jav
a:611)
at com.evermind.server.XMLServerConfig.parseDeploymentMainNode(XMLServer
Config.java:425)
at com.evermind.server.deployment.EnterpriseArchive.parseDeploymentMainN
ode(EnterpriseArchive.java:288)
at com.evermind.xml.XMLConfig.parseRootNode(XMLConfig.java:274)
at com.evermind.xml.XMLConfig.init(XMLConfig.java:151)
at com.evermind.xml.XMLConfig.init(XMLConfig.java:92)
at com.evermind.server.deployment.EnterpriseArchive.init(EnterpriseArchi
ve.java:1538)
at com.evermind.server.ServerComponent.init(ServerComponent.java:175)
at com.evermind.server.XMLApplicationServerConfig.parseApplicationConfig
(XMLApplicationServerConfig.java:1244)
at com.evermind.server.XMLApplicationServerConfig.postInit(XMLApplicatio
nServerConfig.java:254)
at com.evermind.xml.XMLConfig.init(XMLConfig.java:181)
at com.evermind.xml.XMLConfig.init(XMLConfig.java:92)
at com.evermind.server.XMLApplicationServerConfig.init(XMLApplicationSer
verConfig.java:1523)
at com.evermind.server.ApplicationServer.launchCommandline(ApplicationSe
rver.java:710)
at com.evermind.server.OC4JServer.launchOC4JCommandline(OC4JServer.java:
194)
at com.evermind.server.OC4JServer.main(OC4JServer.java:232)
I'm really lost here and thanks in advance. Any comments, suggestions will be appreciated at this point.

Similar Messages

  • 7.1.2 Upgrade Issue with 2012 Chevrolet Tahoe

    I upgraded my iPhone 5 to iOS 7.1.2 and now it will not work with my 2012 Tahoe via USB connection.  Vehicle has Bose system with navigation.  Previously the display worked with Spotify and any music apps on the phone.  Phone has been rebooted mutiple times.  Vehicle has also been turned off and on.
    The strange thing is I also updated to 7.1.2 on my iPad Mini (non retina) and it connects and works as it should.

    Hey ylwdogsc,
    I have an article that may help you address this issue and contains some helpful troubleshooting tips for this type of issue:
    iOS: Troubleshooting car stereo connections
    http://support.apple.com/kb/ts3581
    Troubleshooting tips
    Beginning playback and controlling music
    Some car stereos may require that playback be started or controlled from either the device or the stereo. Ensure that your car stereo is set to the proper input for your device. If it is and you cannot hear sound from your car speakers, try switching to your radio and then back to the proper input.
    When using adapters to connect to your car stereo, you may notice variations in audio quality. When possible, use a shorter connection to the car stereo or try a different cable or adapter.
    Disconnect and restart
    If you are experiencing difficulties with the connection between your stereo and device, disconnect the device, and then power cycle the stereo and your iPhone, iPod touch, or iPad. When the Home screen reappears, reconnect your device. If you cannot power cycle the stereo, turn the car off and then back on to allow the stereo to power off.
    Isolate the issue
    Try to reproduce the issue with an identical or similar accessory, if one is available, or test with a second device.
    Example: If you hear static coming from the left audio channel, try connecting a different device or try connecting to a different stereo or accessory that connects over the same interface (30-pin or Lightning connector, Bluetooth, or headphone jack).
    Restore iPhone, iPad, or iPod touch
    If you have isolated an issue to the device, restore iPhone, iPad, or iPod touch to its factory condition. You should rarely need to use this step with an accessory issue. If the issue affects only a third-party accessory, contact the accessory manufacturer before restoring your iOS device.
    If the device does not update successfully, the issue may lie with the device and not with the accessory. See one of the following articles, depending on your device:
    iPhone
    iPad
    iPod touch
    Take care, and thanks for visiting the Apple Support Communities.
    Cheers,
    Braden

  • Lion Upgrade - issue with WiFi Network

    I recently upgraded to Lion and now everytime I restart my wireless network (Time Capsule) is not recongized and I must manually select it. I have the same issue with my magic mouse, although it does reconginze my bluetooth keyboard. What can I do to fix the issue?

    Yes, same WiFi problem with safe mode. Everything was perfect until the upgrade to Lollipop. Now WiFi speed is 1/10 of before, and phone is slow in general. realy sad, sometimes even whatsapp messages takes minutes to be delivered.
    Does anyone know how to select only 5ghz channel for the WiFi on the phone?

  • Jdeveloper Deployment issue with OC4J

    I am using JDEVELOPER with Standalone Version of OC4J. I am trying to deploy the application EAR file generated using JDEVELOPER deploymnent wizard in to Standalone instance of OC4J. I am having issue with the Application server connecton wizard.
    I do not know the 'admin' password of the OC4J standalone instance. I am able to start the instance with 'java -jar oc4j.jar'. I am able to access the instacne with
    http://localhost:8888.
    I am having issue with the Application server connecton wizard. It requires 'admin'
    password to create a connection with the app server. The deployment could not succeed without the password.
    I would appreciate feedback and suggestons.
    Thanks.
    Palani

    This will reset the password to welcome for you (I've had this problem too - it happens if OC4J doesn't shutdown properly)
    java -jar oc4j.jar -install
    Enter an admin password to use: welcome
    Confirm admin password: welcome
    Installation done

  • 10.1.3 Production - Strange migration issues with OC4J

    Hi,
    first of all my congrats on another great release of my favorite Java IDE. Bad thing is I can't enjoy it as much as I want currently because of the following issue:
    I'm working on a large project based on Struts, Tiles and Spring. The thing was born under 9.0.3 and happily survived several migrations since. It is running perfectly in 10.1.3 EA (OC4J and Tomcat 5.5). So I didn't expect any issues when switching to the production release. As I expected, everything worked without any errors. Fine. But then, when expectingly starting it in OC4J, things suddenly looked a bit different, for the login page came up somewhat naked. In fact, that is no wonder, as the app didn't find its CSS files, images, whatever. I import those resources (JSP 2.0) via the follówing line:
    ${pageContext.request.contextPath}/path_to_css.css
    As it turned out, the pageContext thing wasn't resolved and so contextPath stays blank. Furthermore, the JSPs generated can't get access to session objects via expression language (eg. ${myBean.myAttribute}. JSTL <fmt:>, on the other hand, works wonderfully. Now for the odd part: if I change the JSP while the app is running and
    then hit 'reload' to get it recompiled, the problem is gone. Looking at the .jsps sources, JDev generates something quite different from what OC4J does (the latter is the working version). I've spend the whole day now trying to find out why, including two fresh installs and setting up a test project, for I expected Tiles to be the culprit, but it's not; in fact, the issue also happens with a no-frills JSP page. Now I'm rather at the end of my knowledge. Has anyone had similar problems or knows how to resolve this issue? Any hint would be deeply appreciated :-)
    -- Chris.
    NB. My version is 10.1.3 J2EE (not Studio); I tried both the base one and later the complete version which comes with its own JDK.

    Alas, talking to myself is fun, so I'll proceed. Today, I set up another simple test project (Servlets 2.4/JSP 2.0) with a JSP that just issues the following:
    Context path: ${pageContext.request.contextPath}
    Upon comparing what gets generated, I noticed the following differences:
    1. What JDev generates and what does not work correctly:
    javax.servlet.jsp.el.VariableResolver __ojsp_varRes = (VariableResolver)new OracleVariableResolverImpl(pageContext);
    try {
    out.write(__oracle_jsp_text[0]);
    out.write(__oracle_jsp_text[1]);
    catch( Throwable e) { .. }
    2. The same fragment recompiled in OC4J:
    javax.servlet.jsp.el.VariableResolver __ojsp_varRes = (VariableResolver)new OracleVariableResolverImpl(pageContext);
    com.evermind.server.http.JspCommonExtraWriter __ojsp_s_out = (com.evermind.server.http.JspCommonExtraWriter) out;
    try {
    __ojsp_s_out.write(__oracle_jsp_text[0]);
    out.write( (java.lang.String)oracle.jsp.runtime.OracleJspRuntime.evaluate("${pageContext.request.contextPath}",java.lang.String.class, __ojsp_varRes, null));
    __ojsp_s_out.write(__oracle_jsp_text[1]);
    catch( Throwable e) { .. }
    As you can see, only the latter version contains code to evaluate the EL expression (the italic parts) at all! How on earth does this come from? Is there any switch in JDev to explicitly tell it to generate 2.0-compliant, EL-aware stuff apart from specifying 2.4 in the wizard?
    -- Chris.

  • Urgent :- Issue with OC4J component startup - Please help.

    Hello Oracle Gurus,
    We are facing a very strange problem with the startup of OC4J home and the component is not starting up.
    The application server we are using is Oracle 10G 9.0.4.
    Please could you guide me as to what could be wrong so that we could resolve this problem ?
    Thanks and Regards,
    Ramanan.
    We checked up the logs and we found the following errors -
    "06/05/09 14:38:19 Start process
    06/05/09 14:38:24 Warning: Error reading transaction-log file (/u01/gcube1/oracle/j2ee/home/persistence/home_default_island_1/transaction.state) for recovery: premature end of file
    06/05/09 14:38:24 Forced or abrupt (crash etc) server shutdown detected, starting recovery process...
    06/05/09 14:38:24 Recovery completed, 0 connections committed and 0 rolled back...
    06/05/09 14:51:03 Start process
    06/05/09 14:51:12 Warning: Error reading transaction-log file (/u01/gcube1/oracle/j2ee/home/persistence/home_default_island_1/transaction.state) for recovery: premature end of file
    06/05/09 14:51:12 Forced or abrupt (crash etc) server shutdown detected, starting recovery process...
    06/05/09 14:51:12 Recovery completed, 0 connections committed and 0 rolled back...
    06/05/09 14:56:11 Start process
    06/05/09 14:56:17 Warning: Error reading transaction-log file (/u01/gcube1/oracle/j2ee/home/persistence/home_default_island_1/transaction.state) for recovery: premature end of file
    06/05/09 14:56:17 Forced or abrupt (crash etc) server shutdown detected, starting recovery process...
    06/05/09 14:56:17 Recovery completed, 0 connections committed and 0 rolled back..."

    Hello Deepak,
    Thanks very much for your prompt reply to my problem.
    I tried to do what you mentioned in your reply to me, but still could nt manage to get the OC4J component up and running. We suspect that it may be some installation issue and we are blowing up the existing installation to make a fresh one on a new machine.
    Will keep your suggestions in mind , they really help me out and am learning :-)
    Have a great day and thanks once again !
    Best Regards,
    Ramanan.

  • Using Thunderbird/Firefox - since last upgrade, issues with HTML emails and opening PDF

    Since last upgrade, it seems that I'm having 2 (maybe 3) problems:
    1)  emails have white/grey horizontal lines in the bottom half of the email's text or graphics
    2)  can't open pdf files - when I could without issue before upgrade
    3)  Adobe Reader - I've downloaded updates, but they won't install.  (says not compatible with my computer, but running Mac OSX 10.6.8  (I even downloaded Opera brower to see if that would work, but there still seem to be Adobe issues)
    Any thoughts?

    mknabster wrote:
    Now i'm thinking it has to be those 10K fonts I put on there into the Font app.
    I think you are correct, that was not a good idea.
    Hopefully they all wound up in Home/Library/Fonts.  You can safely delete everything in there, as OS X does not put anything in that folder.  Fonts part of the OS are
    http://www.prepressure.com/fonts/basics/snow-leopard-fonts/list

  • Upgrade issue with sapadm_password

    hi gurus
    We're having our own hana sandbox which we need to upgrade , but during the upgrade procedure from Sp06 to Sp07 we've faced few unfortunate issues and upgrade fails all the time. Here is the steps:
    1. running Sp06 and downloaded Sp07
    2. Execute ./hdblcmgui and fill in all credentials
    3. When system comes to Updating SAP HANA database the following error is being thrown (see attachment)
    Did not manage to find any flat file where i can put this username.
    In log file the following info is being written:
    17:12:23.984 - INFO:    
    Program terminated with exit code 1
    17:12:23.984 - ERR :  
    Update of SAP HANA Database failed
    17:12:23.984 - INFO:
    17:12:23.984 - INFO:
    END: Updating SAP HANA Database  start: 17:12:22.346 duration: 00:00:01.638
    17:12:23.984 - INFO:
    17:12:23.985 - INFO:   ---------------------------------------------------------
    17:12:23.985 - INFO:   END: Update components  start: 17:12:22.111 duration: 00:00:01.874
    17:12:23.985 - INFO:   ---------------------------------------------------------
    17:12:23.986 - ERR :   Installation failed
    17:16:47.494 - INFO:   Summary of critical errors
    17:12:23.986 - ERR :
    Installation failed
    17:12:23.984 - ERR :  
    Update of SAP HANA Database failed
    17:12:23.984 - INFO:    
    Upgrade failed
    17:12:23.984 - INFO:      
    No password tag 'sapadm_password' found

    Solved

  • Upgrade issue with 7.0.98.0

    Hi,
    I recently upgraded our Cisco 4402 & 4404 controllers from 6.0.188.0 to 7.0.98.0 and everything went fine until 24hrs later all the access points disassociated and would not re-connect.
    The AP's sit with a single fast flashing green light. We are running a combination of 1131AG and 1241's.
    Has anyone else seen this issue? It seems like it could be DHCP related as the leases are 24hrs.
    Matt Pollard
    University of Abertay

    Matt,
         Something odd to check, can you console into one of the AP's and reboot it and see log the output? You'd want to be looking for a reference to mesh_cfg..   You can also see if it's actually trying to connect, if all else fails can you possibly take one of them and convert it to IOS and look at the flash directory and provide a directory list of it..
         I had a very similar issue.and it turns out that somehow the AP's thought they were mesh...
    Hope this helps.
    Thanks,
    Kayle

  • ECC6.0 upgrade issue with IDoc release

    Hi experts,
    we are in the process of upgrading our ECC environment from 5.0 to 6.0. We have quite a few interfaces which use ORDERS/Invoice Idocs in customised form. In ECC5.0 environment, we had developed a Z segment in the ORDERS Idoc and the segment release was set as 640. Everything worked fine in ECC5.0.
    In upgraded environment, SAP has released new version of some segments. one of those is E1EDP01. This segment has 2 new versions in ECC6.0 environment - 007 and 008. This change in the version changes the data in the IDoc and hence interface goes in error at the EDI provider.
    We have tried to use 640 as the IDoc segment release in the partner profile of the IDocs. This still gives us an issue because the 007 version of the segment E1EDP01 has release 620 and hence the Idoc picks up 007 version instead of 006 version as desired. When we change the partner profile with Segment release in the IDoc type as 46C, it gives us an issue in the Z segment saying that the IDoc segment is not released in 46C and the Idoc goes in error.
    has any one faces such situation in the past? if yes, please throw some light.
    Thanks in advance.

    Hello,
    Iam new to SAP. Thar’s why i can’t understand well to do upgrade,
    Then i found out some notes from internet about Upgrade : ‘‘ SAP Note Number 857904  (upgrade from Release 6.’ To 7.0)’’.
    In that notes,
    Actually i would like to know about some key words (for example : ASSIGNING, REPLACE, TRANSFER…. )  which how to work in the Release 7.0
    Always i have some objets in 4.6C. 
    Ex 01: ’’READ DATASET p_dataset INTO wa_record’’
    Ex 02 :  ’’ TRANSFER i_crhu TO p_crhd ’’
    LOOP AT i_crhd.
    *disable controls in crhd
        PERFORM f_disable_crhd.
        TRANSFER i_crhd TO p_crhd.
        IF sy-subrc NE 0.
          MESSAGE a045.        "Error when transfering data to error file
        ENDIF.
    ENDLOOP.
      CLEAR i_crhd.
      CLOSE DATASET p_crhd.
      IF sy-subrc NE 0.
        MESSAGE a039.                      "Error at close dataset
      ENDIF.
      OPEN DATASET v_crhd FOR OUTPUT IN TEXT MODE.
    And then i have some FM (ex : WS_UPLOAD , WS_DOWNLOAD)
    So I have changed the code for WS_UPLOAD by GUI_UPLOAD
                                  and WS_DOWNLOAD by GUI_DOWNLOAD
    now my problem is to know about some key word which how to work in ECC6 (for example ASSIGNING, REPLACE, TRANSFER…. )
    thanks in advance
    Rathy

  • Iphone 4, ios5 upgraded, issues with iMessaging.....activation unsucessful, no associated telephone number, just email.

    1. upgraded to ios5
    2. activated iMessaging
    3. get message saying carrier may charge for activation texts - never received these - no matter how many times i try to activate
    4. keeps saying activation unsuccesful
    5. allows me tho, to sign in with apple id
    6. recipients receive iMessages in their text inbox but from my email address
    7. if i sign out of apple id cannot use iMessages
    8. iMessages has defaulted to email address, not telephone number as it should
    9. if i try to add another email adress it will alow me but there is nowhere anywhere at all for caller id
    10. i cant delete that email adress as it is the primary one that im signed in with as my apple id
    11. i have done a hard restore, ive turned all my notifications, imessaging, face time off then turned phone  off and on again....
    12. considering a restore thru itunes
    13. also considering a DFU
    14. and finally considering flushing  the bloody thing!!
    can anyone help?

    iMessage is a strange one for me too...
    When I first activated it, it would not show up texts I sent or rcvd on both my iPhone and iPad.. just iPhone... I played with this for a long time before changing the "Caller ID" setting from within iMessage settings... NOT the one in the phone settings...
    After I chose to use the email (Apple ID) assigned to iMessage the syncing worked! this doesn't change the fact that my regular phone number shows up to non iOS5 devices I text... very strange for me too...
    it does work however I had to change that setting in order to get it to work...
    As for cant activate... I had that issue at first but after first day it worked fine...perhaps network lag or iMessage lag due to too many users in at once...

  • 10.9.4 Maverick Upgrade - Issue with multiple monitors

    I have just upgraded to Maverick and there seems to be a problem with my second monitor now going to a black screen every time I use the mouse or scroll up and down a page. Is there a fix for this? Any help would be appreciated as it is very annoying.

    This is being discussed in a number of threads - unfortunately there is no single thread, but this one is most recent: Second display problem with 10.9.4
    (More unfortunately, there is no fix and Apple generally hasn't been giving a scheiß about the issue since it first cropped up in 10.9.3...)

  • Performance issue with OC4J-deployed web service

    I have a web service that can take anywhere from milliseconds to hours to execute, depending on the data set. I also have a "main" for this service to allow me to invoke it outside of the OC4J environment. When run through the main routine with a particular data set, it takes about 13 minutes to complete. When run through the web service, it takes nearly an order of magnitude longer.
    I assume that somehow OC4J is throttling my web service. Is there any way to tell it not to do this? If necessary, I can have my service invoke this work by firing off a separate java process that invokes my main routine, but I'd rather not introduce that complexity.
    I don't know if it's important, but in both cases I'm starting things in from JDeveloper. In the case of using "main" I launch the application through the debugger. In the case of OC4J, I launch the application server with the "Debug Server Instance" icon and then kick off my web service with a browser.

    Hi,
    To solve the error "no portal in java_library_path" make the following actions:
    1. Obtain the file "libportal.so" from the server where yo have installed BRM. This file is found at $PIN_HOME/lib
    2. On BIP server create a folder that can be accessed by the BIP user. In my case, I created folder "brm_lib" located at $BIP_HOME
    3. Copy the file "libportal.so" into the folder created in previous step.
    4. For BIP user's instance, create the environment variable $LD_LIBRARY_PATH with its value the folder created in step 2
    5. Restart OC4J server. Test the WS again, it should work!!.
    Regards

  • Oracle 9i database software upgrade issue with standby (Dataguard) database

    All,
    I have encountered a problem in upgrading the Oracle software on 2 of our databases in-house. The databases in question here are using Dataguard, so one is set to primary and one is set to standby. The version that they are/were starting at is 9.2.0.7.
    I was able to install and complete the 9.2.0.8 and 9.2.0.8 OCT CPU patches on the primary database, however when I moved to working on the standby database, I am got an error when attempting to follow step 6 of the post installation tasks:
    Enter the following SQL*Plus commands:
    SQL> STARTUP MIGRATE
    SQL> SPOOL patch.log
    SQL> @ORACLE_BASE\ORACLE_HOME\rdbms\admin\catpatch.sql
    SQL> SPOOL OFF
    (Please note that this is my first experience with working with Dataguard, so my methods in updating might have been a bit off-base.)
    If I attempt to startup the standby database in MIGRADE mode, I get the following error (which is expected):
    ORA-01666: controlfile is for a standby database
    If I try to run the catpatch.sql script, even after mounting the database in standby mode, I receive the additional error:
    ORA-01219: database not open: queries allowed on fixed tables/views only
    My question here is, how do I get the standby database to allow me to finish the software upgrade process, so that both versions of Oracle match on the primary and standby databases? :)
    (I did try some research on Metalink, but only found an article detailing how to upgrade your dataguard database from 9i to 10g, which did not look especially helpful in this case...)
    Thank you!
    -Sabrina

    Depending on the kind of Dataguard you currently have, physical or logical, there are two useful metalinks notes:
    Upgrading to 10g with a Physical Standby in Place
         Doc ID:      Note:278521.1
    Upgrading to 10g with a Logical Standby in Place
         Doc ID:      Note:278108.1
    ~ Madrid
    http://hrivera99.blogspot.com/

  • Upgrade : Issue with Specical character being used in 4.6C ( Dynamic calls)

    Hi ,
      We are working on Upgrade from 4.6C to ECC6.0 . in SPAU phase we are facing an issue :
    When we are trying to see the variants from the program, it says that the program contains Syntax Error
    "In Unicode programs, the "&" character can not appear in names as it does here in the name 'op&xv0' "
    The 'op&xv0' is a form. we tried changing the form name, but couldnt get the PERFORM stmt for the form and it might be a dynamic call. what can we do for this type of programs?
    Please also suggest how we can identify the places where that particular Subroutine is being called.
    Thanks & Regds
    Teja

    This is probably an operation defined in Tcode PE04. You can change the operation subroutine name and then modify the code accordingly in the report.
    Go to PE04 and put in operation name, suposedly &xv0.
    Instead of using standard name suggested by SAP use custom name (for example opYvx0) and then change in the report as well and it should be ok.

Maybe you are looking for

  • Animated gif in IWeb?

    I am trying to add an animated GIF to my site. I downloaded a program called "pixen", and it seems easy enough to use. However, it doesn't seem to work. Anyone have any suggestions? I'm just looking to be able to add some scrolling text. Thanks! Kim

  • Apple helpline confirm reasonable for an ipad to only last 2 years.

    Have an ipad 1 3g model, cost approx £500. 2 years 3 months old. Problem when charging if it reaches 100%, ipad will completely shut down. Can take up to an hour to reboot. Spoke to Apple.  Realise I can record calls for personal use but they cannot

  • English keyboard and using austrian/german characters?

    I got my MacBook Pro from the United States but now I got back to Austria. my problem is that I don't have specific characters listed on my English (US) keyboard, such as Ä,Ü, and Ö ( and the lowercase ones too) to do my work here. I only need those

  • Dynamic Internal table using another internal table values

    Hello All, I have an internal table ITAB1, which will get populated inside the program. This ITAB1 will have only one field. I want to create an internal table dynamically with the values of ITAB1( single field internal table ) as fields. Thanks in a

  • DAILY rate using X013

    Hi, In person related valuation bases, when i run the payroll for an employee in simulation mode using PCR X013 i am getting output (amount) in HOURLY rate basis. To get the same output in DAILY rate basis, what changes/config do i have to make? Plz