Initialization error : class file has wrong version 49.0, should be 45.3 or

I have Jdeveloper Base installation and JDK 1.5..the classpath and JAVA_HOME environment variables are set to the respective JDK1.5\bin folders. Even then when i try to make a web application, with a simple JSP page i get the following error :
Initialization error: class file has wrong version 49.0, should be 45.3 or 46.0 or 47.0 or 48.0 on CLASSPATH ..(followed by a long list of paths)
pls help,
thanks

i have windows XP. i have tried to unset the class path...i get the same error.
i have JDeveloper 10g 10.1.2.
i have changed the jdev.conf file to set the Java Home to the path that contains the JDK 1.5..

Similar Messages

  • Class file has wrong version 51.0,should be 49.0

    Dear All,
    I have 2 jdk in my computer, one is 1.7 and another is 1.5. I got a eclipse from my co-worker, checkout project from svn, complied it successful. However, there is error : class file has wrong version 51.0,should be 49.0 when I run it in eclipse( this is google gwt project).
    One of my colleague said I should modify one cache file under the eclipse direcotry, but he forgot the loaction of this file.
    Anyone knows?

    After modified this file : org.eclipse.jdt.launching.prefs under : <project folder>\.metadata\.plugins\org.eclipse.core.runtime\.settings,
    this problem has been fixed.
    The modification is :
    add
    <libraryLocations>\r\n<libraryLocation
    jreJar\="D\:/Java/jdk7/jre/lib/resources.jar"
    jreJavadoc\="http\://docs.oracle.com/javase/7/docs/api/"
    jreSrc\="D\:/Java/jdk7/src.zip" pkgRoot\=""/>\r\n
    to it.
    eclipse is :
    Eclipse Java EE IDE for Web Developers.
    Version: Luna Release (4.4.0)
    Build id: 20140612-0600
    my questions are :
    1. what is this file used for?
    2. when use this file?
    3. why I have to add these information to it by hand rather than generate these automatically when I set jdk in eclipse preference?
    4. why this error occur if this file doesn't has <libraryLocations> when running project(the project compile success before running)?

  • Need help with "class file contains wrong class"

    I have a dbUtil package as
    package dbUtil;
    public class dbConfig {
    public String getHost(String db) {
    This file called dbConfig.java has been compiled with -d option and rthe class files resides in dir <install_dir>/webapps/test/WEB-INF/classes/eb/dbUtil/
    I have a jsp file in <install_dir>/webapps/test/test.jsp which imports the dbUtil package
    <%@ page import="eb.dbUtil.dbConfig" %>
    and I am getting this error:
    org.apache.jasper.JasperException: Unable to compile class for JSP
    An error occurred at line: -1 in the jsp file: null
    Generated servlet error:
    [javac] Compiling 1 source file
    /opt/hpws/tomcat/work/Standalone/localhost/test/test_jsp.java:12: cannot access eb.dbUtil.dbConfig
    bad class file: /opt/hpws/tomcat/webapps/test/WEB-INF/classes/eb/dbUtil/dbConfig.class
    class file contains wrong class: dbUtil.dbConfig
    Please remove or make sure it appears in the correct subdirectory of the classpath.
    import eb.dbUtil.dbConfig;
    ^
    1 error
    Can anyone tell me what am I doing wrong? I am using tomcat 4.1
    Thanks!
    L.

    Given your java file, the fully qualified name of the class is dbUtil.dbConfig.
    What you are importing is eb.dbUtil.dbConfig
    These things are not the same.
    The root of the classpath for the webapp is the classes directory.
    So either
    1 - specify dbConfig.java to be in package eb.dbUtil
    2 - move the class file into web-inf/classes/dbUtil/dbConfig.class, and import dbUtil.dbConfig.
    Also, by convention, classnames should start with a capital letter ie dbUtil.DbConfig.
    Cheers,
    evnafets

  • Run time error 4706 column has wrong type to be key

    Hi,
    I am getting error after installing Bex BI 7 version , I have installed .net fromework 2.0 and BI7 version when i m trying to open the bex analyser i am getting the following visual basic
    error .
    Run time error 4706
    column has wrong type to be key

    please help any help in this regard will be appreceated

  • Unsupported class file format of version 48.0.

    Hi,
    I am new to Java Card. I have a problem to convert a class file to cap file. When I try to convert it, I got this message " unsupported class file format of version 48.0." Do you guys know any idea about it?

    The class file version is determined by the used java compiler (javac).
    The old Java Card development kit 2.1.2 was designed to work only with javac of the jsdk1.3 the current development kit 2.2.1 needs jsdk 1.4.
    In both cases you can not use jdk1.5 for compiling you java files.
    Jan

  • OIM 11g install error INST-07286 mw_home has wrong version weblogic

    Hi gurus,
    I have been trying to install OIM 11g from past few days
    1. I have installed Oracle 10.2.0.5
    2.I installed weblogic 10.3.3 by downloading from Oracle website , wls1033_dev.zip
    3.I ran Rcu utlity 11.1.1.3.3
    4. I installed SOA 11.1.1.2.0.
    I am trying to upgrade soa to 11.1.1.3.0 using ofm_soa_generic_11.1.1.3.0_disk1_1of1.zip
    It gives me error
    INST-07286 Specified Oracle Middle ware home does not contain weblogic version 10.3.3 , upgrade to crrect version and then retry
    It does not let me further.
    Can some one please help /advise ?
    Thanks,
    Pandu

    Hi Gurus,
    I think I found the answer.
    I downloaded wrong version of weblogic
    I had linux 32 , and wanted weblogic 10.3.3, So I went here ( row 3 , column 2)
    http://www.oracle.com/technetwork/middleware/ias/downloads/wls-main-097127.html
    file name = wls1033_dev.zip
    well I was wrong it was not 10.3.3 or something was wrong. SOA installer did not recognise it as 10.3.3.
    Who is to blame. I wasted 3 days I hope Oracle keeps right versions in its website for download.
    I got the right one from edelievry
    http://edelivery.oracle.com/EPD/Download/get_form?egroup_aru_number=11493750
    and download =
    Download      Oracle WebLogic Server 11gR1 (10.3.3) for Linux x86      V21014-01      703M
    Hope this helps some one.
    Thanks!

  • How do I find out if a class file has deprecated functions

    Currently I'm having problems with a old Visual Cafe class.
    It is definately using deprecated awt funcions.
    My question is..
    1) Without the source code how do I find out what deprecated functions the CLASS file is using.
    2) Has any deprecated class been truly scrapped ? If so, I cannot find
    it in the JDK API documentation or the java.sun.com search engine..

    Here is what I did, to answer your question. I unzipped the symantec jar and used a decompiler (JAD works fine, or cavaj) to create an entire src tree (you can do this with 1 command). Then, compile using your target version of Java. There are well over 100 warnings (with -deprecation on) ranging from Cafe's use of awt.Component methods (mostly), Thread.suspend in their Timer class, to the use of java.util.Date in their Calendar component.
    Cheers!

  • Check Event Alert ends in error, log file has no error message

    Hi,
    We are upgrading from 11.5.10 to 12.1.3. Check Event Alert ends in error, log file doesn't have any information. This alert is on oe_order_headers_all. Alert working fine in 11i.
    12.1.3
    10g database
    Appreciate any inputs.
    I noticed that Operating Unit parameter is passed as NULL, not sure if this is causing the issue.
    K

    Here is the workflow logfile from today, check event was run multiple times today as part of testing and i believe this log could be for these requests. I am not too sure how to read this....had to remove some lines from the log as it is more than 30000 characters.
    LOG_ID_UNKNOWN : oracle.apps.fnd.cp.gsc.Logger.Logger(String, int) : Logging to System.out until necessary parameters are retrieved for Logger to be properly started.
    LOG_ID_UNKNOWN : oracle.apps.fnd.cp.gsm.GSMSvcComponentContainer.initializeStateMachine() : BEGIN
    LOG_ID_UNKNOWN : oracle.apps.fnd.cp.gsc.SvcComponentContainer.getNewWorkflowContext() : BEGIN
    LOG_ID_UNKNOWN : oracle.apps.fnd.cp.gsc.SvcComponentContainer.getNewWorkflowContext() : BEGIN
    LOG_ID_UNKNOWN : oracle.apps.fnd.cp.gsc.SvcComponentContainer.loadGlobalParameters() : BEGIN
    LOG_ID_UNKNOWN : oracle.apps.fnd.cp.gsm.GSMSvcComponentContainer.loadContainerParameters() : BEGIN
    LOG_ID_UNKNOWN : oracle.apps.fnd.cp.gsc.SvcComponentContainer.start() : Successfully retrieved global and container parameters
    LOG_ID_UNKNOWN : oracle.apps.fnd.cp.gsc.SvcComponentContainer.validateParameterValues(Properties) : BEGIN
    LOG_ID_UNKNOWN : oracle.apps.fnd.cp.gsc.SvcComponentContainer.validateParameterValues(Properties) : ({SVC_COMP_MAX_ERROR_COUNT=10, SVC_COMP_MONITOR_LOOP_SLEEP=60, SVC_CONTAINER_LOOP_SLEEP=10, SVC_CONTAINER_READ_TIMEOUT=10, SVC_COMP_MONITOR_ONDEMAND_FREQ=300, SVC_CONTAINER_LOG_LEVEL=4, SVC_WRITE_DIAG_TO_GSM_LOG=Y})
    LOG_ID_UNKNOWN : oracle.apps.fnd.cp.gsc.SvcComponentContainer.start() : Successfully validated container parameters
    LOG_ID_UNKNOWN : oracle.apps.fnd.cp.gsm.GSMSvcComponentContainer.loadDetails(Connection) : BEGIN (oracle.jdbc.driver.T4CConnection@8ae45a)
    LOG_ID_UNKNOWN : oracle.apps.fnd.cp.gsc.SvcComponentContainer.start() : Successfully retrieved container details
    LOG_ID_UNKNOWN : oracle.apps.fnd.cp.gsm.GSMSvcComponentContainer.startLogger() : BEGIN
    LOG_ID_UNKNOWN : oracle.apps.fnd.cp.gsc.SvcComponentContainer.startLogger() : BEGIN [default implementation]
    SVC-GSM-WFMLRSVC-27823-10010 : oracle.apps.fnd.cp.gsc.Logger.Logger(String, int) : Logging to System.out until necessary parameters are retrieved for Logger to be properly started.
    3030 secs]
    [GC 3198K->1790K(4992K), 0.0002970 secs]
    [GC 3198K->1791K(4992K), 0.0002970 secs]
    [GC 3199K->1792K(4992K), 0.0003130 secs]
    [GC 3200K->1794K(4992K), 0.0003090 secs]
    [GC 3202K->1792K(4992K), 0.0003030 secs]
    [GC 3200K->1792K(4992K), 0.0003010 secs]
    [GC 3200K->1793K(4992K), 0.0003040 secs]
    [GC 3201K->1793K(4992K), 0.0003150 secs]
    [GC 3201K->1793K(4992K), 0.0003050 secs]
    [GC 3201K->1792K(4992K), 0.0003120 secs]
    [GC 3200K->1790K(4992K), 0.0002960 secs]
    [GC 3198K->1789K(4992K), 0.0003000 secs]
    [GC 3197K->1789K(4992K), 0.0002980 secs]
    [GC 4629K->3828K(5248K), 0.0015060 secs]
    [Full GC 3828K->3466K(5248K), 0.0243510 secs]
    [GC 5892K->4216K(8468K), 0.0016710 secs]
    [GC 6648K->4971K(8468K), 0.0026010 secs]
    [GC 7403K->5358K(8468K), 0.0036650 secs]
    [GC 7790K->5610K(8468K), 0.0067030 secs]
    [GC 8027K->6335K(8852K), 0.0047390 secs]
    [Full GC 6335K->5444K(8852K), 0.0368670 secs]
    [Aug 5, 2012 4:57:53 AM GMT+00:00]:1344142673430:-1:-1:ohioitp001:10.160.68.139:-1:-1:1:20420:SYSADMIN(0):-1:Thread[main,5,main]:10.160.68.139:80714:1344142672846:0:EXCEPTION:[SVC-GSM-WFMLRSVC-27823 : oracle.apps.fnd.cp.gsc.SvcComponentContainer.start()]:Successfully created new component control context
    [Aug 5, 2012 4:57:53 AM GMT+00:00]:1344142673837:-1:-1:ohioitp001:10.160.68.139:-1:-1:1:20420:SYSADMIN(0):-1:Thread[main,5,main]:10.160.68.139:80714:1344142672846:0:EXCEPTION:[SVC-GSM-WFMLRSVC-27823 : oracle.apps.fnd.cp.gsc.SvcComponentContainer.startBusinessEventListener()]:Successfully asked for BES control connection to be established (asynchronous)
    [Aug 5, 2012 4:57:55 AM GMT+00:00]:1344142675139:-1:-1:ohioitp001:10.160.68.139:-1:-1:1:20420:SYSADMIN(0):-1:Thread[main,5,main]:10.160.68.139:80714:1344142672846:0:EXCEPTION:[SVC-GSM-WFMLRSVC-27823 : oracle.apps.fnd.cp.gsc.SvcComponentContainer.startBusinessEventListener()]:Registered a subscription for oracle.apps.fnd.cp.gsc.SvcComponent.refresh
    [Aug 5, 2012 4:57:55 AM GMT+00:00]:1344142675140:-1:-1:ohioitp001:10.160.68.139:-1:-1:1:20420:SYSADMIN(0):-1:Thread[main,5,main]:10.160.68.139:80714:1344142672846:0:EXCEPTION:[SVC-GSM-WFMLRSVC-27823 : oracle.apps.fnd.cp.gsc.SvcComponentContainer.startBusinessEventListener()]:Registered a subscription for oracle.apps.fnd.cp.gsc.SvcComponent.resume
    [Aug 5, 2012 4:57:55 AM GMT+00:00]:1344142675140:-1:-1:ohioitp001:10.160.68.139:-1:-1:1:20420:SYSADMIN(0):-1:Thread[main,5,main]:10.160.68.139:80714:1344142672846:0:EXCEPTION:[SVC-GSM-WFMLRSVC-27823 : oracle.apps.fnd.cp.gsc.SvcComponentContainer.startBusinessEventListener()]:Registered a subscription for oracle.apps.fnd.cp.gsc.SvcComponent.start
    [Aug 5, 2012 4:57:55 AM GMT+00:00]:1344142675140:-1:-1:ohioitp001:10.160.68.139:-1:-1:1:20420:SYSADMIN(0):-1:Thread[main,5,main]:10.160.68.139:80714:1344142672846:0:EXCEPTION:[SVC-GSM-WFMLRSVC-27823 : oracle.apps.fnd.cp.gsc.SvcComponentContainer.startBusinessEventListener()]:Registered a subscription for oracle.apps.fnd.cp.gsc.SvcComponent.stop
    [Aug 5, 2012 4:57:55 AM GMT+00:00]:1344142675140:-1:-1:ohioitp001:10.160.68.139:-1:-1:1:20420:SYSADMIN(0):-1:Thread[main,5,main]:10.160.68.139:80714:1344142672846:0:EXCEPTION:[SVC-GSM-WFMLRSVC-27823 : oracle.apps.fnd.cp.gsc.SvcComponentContainer.startBusinessEventListener()]:Registered a subscription for oracle.apps.fnd.cp.gsc.SvcComponent.suspend
    [Aug 5, 2012 4:57:55 AM GMT+00:00]:1344142675140:-1:-1:ohioitp001:10.160.68.139:-1:-1:1:20420:SYSADMIN(0):-1:Thread[main,5,main]:10.160.68.139:80714:1344142672846:0:EXCEPTION:[SVC-GSM-WFMLRSVC-27823 : oracle.apps.fnd.cp.gsc.SvcComponentContainer.startBusinessEventListener()]:Registered a subscription for oracle.apps.fnd.wf.mailer.Mailer.notification.summary
    [Aug 5, 2012 4:57:55 AM GMT+00:00]:1344142675140:-1:-1:ohioitp001:10.160.68.139:-1:-1:1:20420:SYSADMIN(0):-1:Thread[main,5,main]:10.160.68.139:80714:1344142672846:0:EXCEPTION:[SVC-GSM-WFMLRSVC-27823 : oracle.apps.fnd.cp.gsc.SvcComponentContainer.startBusinessEventListener()]:Have waited 0 seconds for BES system to establish connection to the control queue. Waiting another 2 seconds
    [GC 9025K->6456K(13172K), 0.0024970 secs]
    [GC 10104K->6700K(13172K), 0.0028340 secs]
    [Aug 5, 2012 4:57:57 AM GMT+00:00]:1344142677143:-1:-1:ohioitp001:10.160.68.139:-1:-1:1:20420:SYSADMIN(0):-1:Thread[main,5,main]:10.160.68.139:80714:1344142672846:0:EXCEPTION:[SVC-GSM-WFMLRSVC-27823 : oracle.apps.fnd.cp.gsc.SvcComponentContainer.startBusinessEventListener()]:Waited 2 seconds for BES system to establish connection to the control queue
    [Aug 5, 2012 4:58:07 AM GMT+00:00]:1344142687008:-1:-1:ohioitp001:10.160.68.139:-1:-1:1:20420:SYSADMIN(0):-1:Thread[main,5,main]:10.160.68.139:80714:1344142672846:0:EXCEPTION:[SVC-GSM-WFMLRSVC-27823 : oracle.apps.fnd.cp.gsc.SvcComponentContainer.start()]:Successfully started BES listener
    [Aug 5, 2012 4:58:07 AM GMT+00:00]:1344142687165:-1:-1:ohioitp001:10.160.68.139:-1:-1:1:20420:SYSADMIN(0):-1:Thread[main,5,main]:10.160.68.139:80714:1344142672846:0:EXCEPTION:[SVC-GSM-WFMLRSVC-27823 : oracle.apps.fnd.cp.gsc.SvcComponentContainer.start()]:Successfully reset component statuses for this container
    [Aug 5, 2012 4:58:07 AM GMT+00:00]:1344142687171:-1:-1:ohioitp001:10.160.68.139:-1:-1:1:20420:SYSADMIN(0):-1:Thread[main,5,main]:10.160.68.139:80714:1344142672846:0:EXCEPTION:[SVC-GSM-WFMLRSVC-27823 : oracle.apps.fnd.cp.gsc.SvcComponentContainer.start()]:Successfully updated the container's database status, if any
    [Aug 5, 2012 4:58:07 AM GMT+00:00]:1344142687173:-1:-1:ohioitp001:10.160.68.139:-1:-1:1:20420:SYSADMIN(0):-1:Thread[main,5,main]:10.160.68.139:80714:1344142672846:0:EXCEPTION:[SVC-GSM-WFMLRSVC-27823 : oracle.apps.fnd.cp.gsc.SvcComponentContainer.start()]:Successfully named container session (took logical lock)
    [Aug 5, 2012 4:58:07 AM GMT+00:00]:1344142687276:-1:-1:ohioitp001:10.160.68.139:-1:-1:1:20420:SYSADMIN(0):-1:Thread[main,5,main]:10.160.68.139:80714:1344142672846:0:EXCEPTION:[SVC-GSM-WFMLRSVC-27823 : oracle.apps.fnd.cp.gsc.SvcComponentContainer.start()]:Successfully started the Component Monitor thread
    [Aug 5, 2012 4:58:07 AM GMT+00:00]:1344142687282:-1:-1:ohioitp001:10.160.68.139:-1:-1:1:20420:SYSADMIN(0):-1:Thread[main,5,main]:10.160.68.139:80714:1344142672846:0:EXCEPTION:[SVC-GSM-WFMLRSVC-27823 : oracle.apps.fnd.cp.gsc.SvcComponentContainer.start()]:Successfully started the state machine
    [Aug 5, 2012 4:58:07 AM GMT+00:00]:1344142687285:-1:-1:ohioitp001:10.160.68.139:-1:-1:1:20420:SYSADMIN(0):-1:Thread[main,5,main]:10.160.68.139:80714:1344142672846:0:EXCEPTION:[SVC-GSM-WFMLRSVC-27823 : oracle.apps.fnd.cp.gsc.SvcComponentContainer.start()]:Successfully started the container -> SvcComponentContainer{mComponentControlWorkflowContext=[oracle.apps.fnd.wf.apps.WorkflowContext@3a0ab1 $Revision: 120.14.12010000.18 $ extends [oracle.apps.fnd.common.Context@3a0ab1 $Revision: 120.7.12010000.15 $  {sessionId=0x3a0ab1,conn=oracle.jdbc.driver.T4CConnection@1de45e2,state=oracle.apps.fnd.common.StateStack@940f82}] {isDedicated=false}],mComponentMonitor=SvcComponentMonitor{Processor{mThread=Thread[ComponentMonitor,5,main],mCurrentLoopSleep=0,mMinLoopSleep=60,mMaxLoopSleep=0,mReadTimedOutFlag=false,mCurrentErrorCount=0,mMaxErrorCount=-2147483648,mErrorLoopSleep=60,mErrorFlag=false,mControlEvent=noEvent,mStopFlag=false,mSuspendFlag=false,mLastSuspendFlag=false},mCurrentLoopCount=4,mOnDemandLoopCount=5},mStateMachine=[email protected]18,mLogger=Logger{mLog=[$Header: AppsLog.java 120.4.12010000.2 2009/06/17 15:14:37 rsantis ship $ @9564165 {oracle.apps.fnd.profiles.ExtendedProfileStore@1250ff2}],mUniqueId=SVC-GSM-WFMLRSVC-27823,mLevel=4},mParameters={SVC_COMP_MAX_ERROR_COUNT=10, SVC_COMP_MONITOR_LOOP_SLEEP=60, SVC_CONTAINER_LOOP_SLEEP=10, SVC_CONTAINER_READ_TIMEOUT=10, SVC_COMP_MONITOR_ONDEMAND_FREQ=300, SVC_CONTAINER_LOG_LEVEL=4, SVC_WRITE_DIAG_TO_GSM_LOG=Y},mProcessId=27823,mType=GSM,mName=WFMLRSVC,mComponents={},mAutomaticComponentErrorCounts=null,mEventSubscriptions=[oracle.apps.fnd.wf.bes.Subscription@e2433b, oracle.apps.fnd.wf.bes.Subscription@abe654, oracle.apps.fnd.wf.bes.Subscription@19ea173, oracle.apps.fnd.wf.bes.Subscription@179a49f, oracle.apps.fnd.wf.bes.Subscription@1270107, oracle.apps.fnd.wf.bes.Subscription@1b48392]}
    [Aug 5, 2012 4:58:07 AM GMT+00:00]:1344142687284:-1:-1:ohioitp001:10.160.68.139:-1:-1:1:20420:SYSADMIN(0):-1:Thread[GSMQueueProcessor,5,main]:10.160.68.139:80714:1344142687286:1:EXCEPTION:[SVC-GSM-WFMLRSVC-27823 : oracle.apps.fnd.cp.gsc.Processor.run()]:Processor has successfully been initialized. Loop will now start.
    [GC 10319K->8190K(13172K), 0.0032630 secs]
    [Aug 5, 2012 4:58:07 AM GMT+00:00]:1344142687320:-1:-1:ohioitp001:10.160.68.139:-1:-1:1:20420:SYSADMIN(0):-1:Thread[ComponentMonitor,5,main]:10.160.68.139:80714:1344142687320:2:EXCEPTION:[SVC-GSM-WFMLRSVC-27823 : oracle.apps.fnd.cp.gsc.SvcComponentMonitor.performInit()]:Successfully initialized -> SvcComponentMonitor{Processor{mThread=Thread[ComponentMonitor,5,main],mCurrentLoopSleep=0,mMinLoopSleep=60,mMaxLoopSleep=0,mReadTimedOutFlag=false,mCurrentErrorCount=0,mMaxErrorCount=-2147483648,mErrorLoopSleep=60,mErrorFlag=false,mControlEvent=noEvent,mStopFlag=false,mSuspendFlag=false,mLastSuspendFlag=false},mCurrentLoopCount=4,mOnDemandLoopCount=5}
    [Aug 5, 2012 4:58:07 AM GMT+00:00]:1344142687320:-1:-1:ohioitp001:10.160.68.139:-1:-1:1:20420:SYSADMIN(0):-1:Thread[ComponentMonitor,5,main]:10.160.68.139:80714:1344142687320:2:EXCEPTION:[SVC-GSM-WFMLRSVC-27823 : oracle.apps.fnd.cp.gsc.Processor.run()]:Processor has successfully been initialized. Loop will now start.
    [Aug 5, 2012 4:58:07 AM GMT+00:00]:1344142687454:-1:-1:ohioitp001:10.160.68.139:-1:-1:1:20420:SYSADMIN(0):-1:Thread[ComponentMonitor,5,main]:10.160.68.139:80714:1344142687320:2:EXCEPTION:[SVC-GSM-WFMLRSVC-27823 : oracle.apps.fnd.cp.gsc.SvcComponentMonitor.startAutomaticComponents()]:Starting automatic component 10010
    [Aug 5, 2012 4:58:16 AM GMT+00:00]:1344142696950:-1:-1:ohioitp001:10.160.68.139:-1:-1:1:20420:SYSADMIN(0):-1:Thread[BES Dispatch Thread,5,main]:10.160.68.139:80714:1344142696950:3:EXCEPTION:[SVC-GSM-WFMLRSVC-27823 : oracle.apps.fnd.cp.gsc.SvcComponentContainer.onBusinessEvent(BusinessEvent)]:(BusinessEvent{name=oracle.apps.fnd.cp.gsc.SvcComponent.start, key=SVC:05-AUG-2012, priority=50, correlationId=null, sendDate=Sun Aug 05 04:58:08 GMT+00:00 2012, receiveDate=null, From Agent:  , To Agent:  , Last Subscription=  , Error Message=null, Error Stack=null, CONTAINER_TYPE=GSM, CONTAINER_PROCESS_ID=27819, COMPONENT_ID=10004, BES_PAYLOAD_OBJECT=false, [email protected]})
    [Aug 5, 2012 4:58:17 AM GMT+00:00]:1344142697016:-1:-1:ohioitp001:10.160.68.139:-1:-1:1:20420:SYSADMIN(0):-1:Thread[BES Dispatch Thread,5,main]:10.160.68.139:80714:1344142697016:4:EXCEPTION:[SVC-GSM-WFMLRSVC-27823 : oracle.apps.fnd.cp.gsc.SvcComponentContainer.onBusinessEvent(BusinessEvent)]:(BusinessEvent{name=oracle.apps.fnd.cp.gsc.SvcComponent.start, key=SVC:05-AUG-2012, priority=50, correlationId=null, sendDate=Sun Aug 05 04:58:08 GMT+00:00 2012, receiveDate=null, From Agent:  , To Agent:  , Last Subscription=  , Error Message=null, Error Stack=null, CONTAINER_TYPE=GSM, CONTAINER_PROCESS_ID=27823, COMPONENT_ID=10010, BES_PAYLOAD_OBJECT=false, [email protected]})
    [Aug 5, 2012 4:58:17 AM GMT+00:00]:1344142697031:-1:-1:ohioitp001:10.160.68.139:-1:-1:1:20420:SYSADMIN(0):-1:Thread[BES Dispatch Thread,5,main]:10.160.68.139:80714:1344142697016:4:EXCEPTION:[SVC-GSM-WFMLRSVC-27823 : oracle.apps.fnd.cp.gsc.SvcComponentContainer.handleComponentEvent(int, String, String)]:Successfully retrieved component details from the database
    [GC 11838K->8860K(13172K), 0.0054540 secs]
    [GC 12508K->9106K(13172K), 0.0025580 secs]
    [GC 12754K->9621K(13432K), 0.0020510 secs]
    [Full GC 9621K->8781K(13432K), 0.0354810 secs]
    [Aug 5, 2012 4:58:36 AM GMT+00:00]:1344142716097:-1:-1:ohioitp001:10.160.68.139:-1:-1:1:20420:SYSADMIN(0):-1:Thread[BES Dispatch Thread,5,main]:10.160.68.139:80714:1344142697016:4:EXCEPTION:[SVC-GSM-WFMLRSVC-27823 : oracle.apps.fnd.cp.gsc.SvcComponentContainer.onBusinessEvent(BusinessEvent)]:Successfully handled component event, oracle.apps.fnd.cp.gsc.SvcComponent.start, for component 10010
    [Aug 5, 2012 4:58:36 AM GMT+00:00]:1344142716098:-1:-1:ohioitp001:10.160.68.139:-1:-1:1:20420:SYSADMIN(0):-1:Thread[BES Dispatch Thread,5,main]:10.160.68.139:80714:1344142716098:5:EXCEPTION:[SVC-GSM-WFMLRSVC-27823 : oracle.apps.fnd.cp.gsc.SvcComponentContainer.onBusinessEvent(BusinessEvent)]:(BusinessEvent{name=oracle.apps.fnd.cp.gsc.SvcComponent.start, key=SVC:05-AUG-2012, priority=50, correlationId=null, sendDate=Sun Aug 05 04:58:10 GMT+00:00 2012, receiveDate=null, From Agent:  , To Agent:  , Last Subscription=  , Error Message=null, Error Stack=null, CONTAINER_TYPE=GSM, CONTAINER_PROCESS_ID=27819, COMPONENT_ID=10011, BES_PAYLOAD_OBJECT=false, [email protected]})
    [Aug 5, 2012 4:58:36 AM GMT+00:00]:1344142716098:-1:-1:ohioitp001:10.160.68.139:-1:-1:1:20420:SYSADMIN(0):-1:Thread[BES Dispatch Thread,5,main]:10.160.68.139:80714:1344142716098:6:EXCEPTION:[SVC-GSM-WFMLRSVC-27823 : oracle.apps.fnd.cp.gsc.SvcComponentContainer.onBusinessEvent(BusinessEvent)]:(BusinessEvent{name=oracle.apps.fnd.cp.gsc.SvcComponent.start, key=SVC:05-AUG-2012, priority=50, correlationId=null, sendDate=Sun Aug 05 04:58:10 GMT+00:00 2012, receiveDate=null, From Agent:  , To Agent:  , Last Subscription=  , Error Message=null, Error Stack=null, CONTAINER_TYPE=GSM, CONTAINER_PROCESS_ID=27819, COMPONENT_ID=10009, BES_PAYLOAD_OBJECT=false, [email protected]})
    [Aug 5, 2012 4:58:36 AM GMT+00:00]:1344142716098:-1:-1:ohioitp001:10.160.68.139:-1:-1:1:20420:SYSADMIN(0):-1:Thread[BES Dispatch Thread,5,main]:10.160.68.139:80714:1344142716098:7:EXCEPTION:[SVC-GSM-WFMLRSVC-27823 : oracle.apps.fnd.cp.gsc.SvcComponentContainer.onBusinessEvent(BusinessEvent)]:(BusinessEvent{name=oracle.apps.fnd.cp.gsc.SvcComponent.start, key=SVC:05-AUG-2012, priority=50, correlationId=null, sendDate=Sun Aug 05 04:58:10 GMT+00:00 2012, receiveDate=null, From Agent:  , To Agent:  , Last Subscription=  , Error Message=null, Error Stack=null, CONTAINER_TYPE=GSM, CONTAINER_PROCESS_ID=27819, COMPONENT_ID=10008, BES_PAYLOAD_OBJECT=false, [email protected]})
    [Aug 5, 2012 4:58:36 AM GMT+00:00]:1344142716099:-1:-1:ohioitp001:10.160.68.139:-1:-1:1:20420:SYSADMIN(0):-1:Thread[BES Dispatch Thread,5,main]:10.160.68.139:80714:1344142716099:8:EXCEPTION:[SVC-GSM-WFMLRSVC-27823 : oracle.apps.fnd.cp.gsc.SvcComponentContainer.onBusinessEvent(BusinessEvent)]:(BusinessEvent{name=oracle.apps.fnd.cp.gsc.SvcComponent.start, key=SVC:05-AUG-2012, priority=50, correlationId=null, sendDate=Sun Aug 05 04:58:10 GMT+00:00 2012, receiveDate=null, From Agent:  , To Agent:  , Last Subscription=  , Error Message=null, Error Stack=null, CONTAINER_TYPE=GSM, CONTAINER_PROCESS_ID=27819, COMPONENT_ID=10007, BES_PAYLOAD_OBJECT=false, [email protected]})
    [Aug 5, 2012 4:58:36 AM GMT+00:00]:1344142716099:-1:-1:ohioitp001:10.160.68.139:-1:-1:1:20420:SYSADMIN(0):-1:Thread[BES Dispatch Thread,5,main]:10.160.68.139:80714:1344142716099:9:EXCEPTION:[SVC-GSM-WFMLRSVC-27823 : oracle.apps.fnd.cp.gsc.SvcComponentContainer.onBusinessEvent(BusinessEvent)]:(BusinessEvent{name=oracle.apps.fnd.cp.gsc.SvcComponent.start, key=SVC:05-AUG-2012, priority=50, correlationId=null, sendDate=Sun Aug 05 04:58:10 GMT+00:00 2012, receiveDate=null, From Agent:  , To Agent:  , Last Subscription=  , Error Message=null, Error Stack=null, CONTAINER_TYPE=GSM, CONTAINER_PROCESS_ID=27819, COMPONENT_ID=10006, BES_PAYLOAD_OBJECT=false, [email protected]})
    [Aug 5, 2012 4:58:36 AM GMT+00:00]:1344142716099:-1:-1:ohioitp001:10.160.68.139:-1:-1:1:20420:SYSADMIN(0):-1:Thread[BES Dispatch Thread,5,main]:10.160.68.139:80714:1344142716099:10:EXCEPTION:[SVC-GSM-WFMLRSVC-27823 : oracle.apps.fnd.cp.gsc.SvcComponentContainer.onBusinessEvent(BusinessEvent)]:(BusinessEvent{name=oracle.apps.fnd.cp.gsc.SvcComponent.start, key=SVC:05-AUG-2012, priority=50, correlationId=null, sendDate=Sun Aug 05 04:58:10 GMT+00:00 2012, receiveDate=null, From Agent:  , To Agent:  , Last Subscription=  , Error Message=null, Error Stack=null, CONTAINER_TYPE=GSM, CONTAINER_PROCESS_ID=27819, COMPONENT_ID=10005, BES_PAYLOAD_OBJECT=false, [email protected]})
    [GC 14733K->11747K(21292K), 0.0039530 secs]
    [GC 17672K->13394K(21292K), 0.0059880 secs]
    [GC 19340K->14241K(21292K), 0.0027020 secs]
    [GC 20193K->14421K(21292K), 0.0029050 secs]
    [GC 20303K->15379K(21420K), 0.0014680 secs]
    [Full GC[Unloading class sun.reflect.GeneratedMethodAccessor1]
    [Unloading class sun.reflect.GeneratedSerializationConstructorAccessor4]
    [Unloading class sun.reflect.GeneratedSerializationConstructorAccessor15]
    [Unloading class sun.reflect.GeneratedSerializationConstructorAccessor10]
    [Unloading class sun.reflect.GeneratedSerializationConstructorAccessor2]
    [Unloading class sun.reflect.GeneratedMethodAccessor2]
    [Unloading class sun.reflect.GeneratedSerializationConstructorAccessor3]
    [Unloading class sun.reflect.GeneratedSerializationConstructorAccessor1]
    [Unloading class sun.reflect.GeneratedSerializationConstructorAccessor14]
    [Unloading class sun.reflect.GeneratedSerializationConstructorAccessor16]
    15379K->10614K(21420K), 0.0507280 secs]
    [GC 17822K->11024K(25756K), 0.0011190 secs]
    [GC 18256K->10845K(25756K), 0.0009730 secs]
    [GC 18003K->10806K(25756K), 0.0006760 secs]
    [GC 17969K->10857K(25756K), 0.0010200 secs]
    [GC 18053K->10940K(25756K), 0.0007280 secs]
    [GC 18172K->10834K(25756K), 0.0010650 secs]
    [GC 18049K->11012K(25756K), 0.0007780 secs]
    [GC 18244K->11037K(25756K), 0.0008230 secs]
    [GC 18173K->10927K(25756K), 0.0007040 secs]
    [GC 18116K->10915K(25756K), 0.0006930 secs]
    [GC 18142K->11114K(25756K), 0.0011650 secs]
    [GC 18346K->10920K(25756K), 0.0008180 secs]
    [GC 18152K->10908K(25756K), 0.0007900 secs]
    [GC 18134K->11088K(25756K), 0.0007210 secs]
    [GC 18242K->11023K(25756K), 0.0011560 secs]
    [GC 18235K->11131K(25756K), 0.0010920 secs]
    [GC 18342K->11105K(25756K), 0.0007430 secs]
    [GC 18305K->11145K(25756K), 0.0010030 secs]
    [GC 18302K->11045K(25756K), 0.0010750 secs]
    [GC 18238K->11020K(25756K), 0.0009560 secs]
    [GC 18252K->11136K(25756K), 0.0008380 secs]
    [GC 18366K->10956K(25756K), 0.0014370 secs]
    [GC 18098K->11075K(25756K), 0.0009240 secs]
    [GC 18266K->10979K(25756K), 0.0009150 secs]
    [GC 18171K->11088K(25756K), 0.0009690 secs]
    [GC 18310K->11196K(25756K), 0.0009630 secs]
    [GC 18428K->11171K(25756K), 0.0013610 secs]
    [GC 18403K->11005K(25756K), 0.0007650 secs]
    [GC 18223K->11101K(25756K), 0.0006870 secs]

  • JavaCompiler outputs .class files in wrong folder

    I'm trying to compile some code using the Compiler API. The code belongs to package "compile", however, upon compiling the code, the class file ends up in the root directory rather than in the "compile" folder as I was expecting. The compiler seems to be ignoring the package info. What am I doing wrong here?
    package compile;
    import java.io.IOException;
    import java.net.URI;
    import java.util.Arrays;
    import javax.tools.*;
    import javax.tools.JavaCompiler.CompilationTask;
    public class CompilerTest {
         private static final String code =
              "package compile;\n" +
              "class TestClass {\n" +
              "     public static void main(String[] args) {\n" +
              "          System.out.println(\"Hello World!\");\n" +
              "     }\n" +
              "}\n";
         public static void main(String[] args) {
              JavaStringObject source = new JavaStringObject("compile.TestClass", code);
              Iterable<? extends JavaFileObject> sources = Arrays.asList( source );
              JavaCompiler compiler = ToolProvider.getSystemJavaCompiler();
              CompilationTask task = compiler.getTask(null, null, null, null, null, sources);
              System.out.println( task.call() );
         /** Java source from a String */
         private static class JavaStringObject extends SimpleJavaFileObject {
              private final String code;
              public JavaStringObject(String className, String content) {
                   super( URI.create("string:///"+className.replace('.','/')+Kind.SOURCE.extension), Kind.SOURCE );
                   code = content;
              public CharSequence getCharContent(boolean ignoreEncodingErrors) throws IOException {
                   return code;
    }Thanks

    How do we know it is wrong?
    You are not showing where you compile and run this from.
    Also you are making it more confusing than it needs to be because your test class and the data for the compilation have the same package - I'd put CompilerTest and TestClass into different packages just to remove the potential for confusion.
    You are not specifying a -d option to the compiler.
    You are not specifying what the working directory is and the classpath when you run your test.
    You are not telling us where the generated class file is placed.
    When you say root directory do you mean the file system root, or the working directory or what?
    With some more information we might be able to either reproduce your fault or alternatively explain to you why what you are observing is the expected behaviour.
    Bruce

  • Different format of .class file in different versions

    I found that the format of .class files(extracted from rt.jar) in jdk1.3.1 are different from those in jdk1.3.0._02.
    Can anyone tell me what's the exact difference between them?
    and Is there any format difference between jdk1.3.1, jdk1.2, and jdk1.02?
    any answers are appreciated

    The format or the content? Those two are significantly different.
    As far as I know there can't be any difference in format, not in 1.3.x versions. If there were then the class files wouldn't run in the different jvms, and a new spec would have to be issued.
    I am rather certain that the isn't any format change between 1.1.x and 1.2.x/1.3.x. The spec is rather specific about what did change and the format was not one of those.

  • Determine the Java Class File Major & Minor Version

    Did anyone tried to look at the Major & Minor version of a specific java class file.
    Our server is running in version 1.3. We are including a third party class file, I like to check before our production move, whether the file is compiled is <= Jdk1.3.
    Thanks in Advance.

    // 1) Download Jakarta BCEL
    // 2) compile this class
    import org.apache.bcel.classfile.*;
    public class Main
         public static void main(String[] args) throws Exception
              printClassVersion("c:\\foo.jar", "com/foo/Bar.class");
         public static void printClassVersion(String jarfile, String classfile) throws Exception
              ClassParser cp = new ClassParser(jarfile, classfile);
              JavaClass clazz1 = cp.parse();
              System.out.println(jarfile);
              System.out.println("Major: " + clazz1.getMajor());
              System.out.println("Minor: " + clazz1.getMinor());
    }

  • Error: Sidecar File has Conflict

    Hi
    I've just tried to work on a collection of files, previously edited in Lightroom, and found they are marked with a '!', which, when hovered over indicates that 'Sidecar File has Conflict'
    Does anyone know what this means?
    Thanks

    When you have metadata conflict:
    If you edited them in Silver FX, without going through "proper" Lightroom (Edit In) channel, and haven't edited them in Lightroom (since xmp was saved), then it's a bug. What Lr should have done is set the up-arrow icon (indicating external changes need to be incorporated in Lightroom). If you have changed photo in Lightroom too (since xmp was saved), then it's not a bug, since Lr doesn't know which changes to keep and which to discard - settings from one source must replace changed settings in the other source, to resolve conflict.
    If you edited them by going through proper Lr-involved procedure (i.e. Edit In...), then it's a bug, because Lr (and companion app) should always "do the right thing" in this case.
    Dunno if that answers your question, since I couldn't be sure what happened exactly based on your description.
    The thing to do is make sure metadata is squared away (e.g. no down-arrow, no up-arrow, no exclamation icon..) before editing externally, then there should be no conflict - it there is, it's a bug and you can resolve (safely) by reading metadata from disk (Lr's metadata menu).
    Conversely, if you haven't edited externally, there should be no conflict, and if there is, it's a bug, and you can safely resolve conflict by saving metadata to disk.
    PS - Change Manager (a plugin I wrote) can be used to see exactly what is different between settings and metadata in catalog vs. disk (xmp).
    Hope this helps,
    Rob

  • Cannot acces (a class), bad class file, class file contains wrong class

    Hi,
    I am trying to implement a Java package and I've never done this before. The package is called 'randomX' and I downloaded it from here: http://www.fourmilab.ch/hotbits/source/randomX/randomX.html
    I downloaded the .tar file on my Windows Vista system, unzipped it, and dragged and dropped into(in my case): C:\Program Files\Java\jdk1.6.0_05\src\java\util
    This is also the directory where Random.java is, so I figured it went there, plus the Java Documentation says that, I think.
    The Java Docs are here: http://www.fourmilab.ch/hotbits/source/randomX/doc/
    Thanks in advance,
    Rommel.

    dcminter wrote:
    No. That's not right - you need to put the JAR file into your classpath.
    [http://en.wikipedia.org/wiki/Classpath_(Java)|http://en.wikipedia.org/wiki/Classpath_(Java)]
    If it doesn't come with a JAR file then you'll need to build it first. Sounds like that might be outside your comfort zone.Thanks for the link and the tip. I have no idea what a JAR file is, much less how to build one.
    However, the thing has a "Makefile" file. Can I build the JAR from this?
    #   Makefile for randomX package
    JAVA = /usr/java/jdk1.5.0_06
    CLASSPATH = $(JAVA)/classes:..:.
    SRC = randomX.java randomJava.java randomHotBits.java randomLCG.java \
          randomMCG.java randomLEcuyer.java randomXdemo.java
    CLASS = $(SRC:.java=.class)
    all:     
         javac -classpath ..  *java ; cp -p *class randomX
    test:
         java randomXdemo
    clean:
         rm -f *.bak *.class
         rm -rf doc
         mkdir doc
         rm -rf randomX
         mkdir randomX
    RELEASE = $(SRC) Makefile
    release:
         tar cfvz randomX.tar.gz $(RELEASE)
    html:
         javadoc -classpath $(CLASSPATH) -d doc *.java
    images:
         ( cd $(JAVA)/images ; tar cfv /tmp/ZZimages.tar . )
         rm -rf doc
         mkdir doc
         mkdir doc/images
         (cd doc/images ; tar xfv /tmp/ZZimages.tar )
         rm -f /tmp/ZZimages.tar
         touch randomX.java
    .SUFFIXES:  .java .class

  • WWI error: Graphic file has invalid format

    Hi Experts
    We are getting this error message displaying a WWI report using transaction CG02BD (Specification/Reports/Report from Template)
    The problem is only on one PC where SAP GUI and WWI was recently installed.
    I think there might be a problem with the wwi.ini file, but I am struggling to pinpoint.
    Please help.
    Thanks
    Erick

    Hello Erick,
    Check if the WWI Graphics Folder (...\wwi\graphics) has the exact same graphics - including file extension.
    Maybe you can attached the two WWI.ini files if above doesn't solve the issue.
    Kind Regards
    Mark

  • Double Clicking on .indd file opens wrong version of InDesign - Windows 7

    Every time I try to just double click on the file to open it opens with InDesign CS5.5. I have CC installed and just went through a whole process online with Adobe Support about removing previous versions using the Cloud tool. I removed all but CC 2014. CS 5.5 does not show up in the Cloud tool. I've also tried to go into my system preferences and set it to open with CC2014 by default. First, it doesn't even show up as an option. Secondly, it doesn't let me select it when I browse for it and select it that way.

    Uninstalling older versions after installing a new one is pretty much guaranteed to remove common files you need and mess up program behavior.
    In general, unless you hack the registry, Windows will always use the last version of a program that you've installed to open files associated with that program, so reinstalling CC2014 is probably the quickest way to get it associated with .indd files (and to reinstall the icon handler, so you see the correct icons, if you don't now).

Maybe you are looking for

  • Lack of a print preview button on the toolbar

    Like several users, I miss the availability of a Print Preview button on the toolbar. The reason: Many, many, many web sites configure their web page outputs so that they ignore the size and limitations of the user's printer. For instance, a web page

  • After ios7 update my iPad will no longer mirror to Apple TV

    We updated our iPad to ios7 and now mirroring to Apple TV will not work. How can we fix it so we can use the mirroring function again ?

  • Why Template, request and operation level approval from 11g?

    Hi All, I''m very new to OIM 11g and could not understand the logic behind having three categories of approval workflow, sucn as Template, operational and request level approvals? In 10 g, on the contrary, we can achieve multiple level approval using

  • No sound other than MIDI files

    it appears that only MIDI files will play on my system.  we have not updated anything in the last week and the sound just quit other than MIDI files.  we are running XP on a HP M7067c desk top. any help please!

  • Where can I download an ISO of OSX?

    Hello, I own a 2013 iMac. After deciding to dual boot with windows, it seems I misread and accidentally deleted the OSX partition. All that's left is my Windows partition and the OSX recovery partition(booting into it just makes me wait; nothing happ