ERROR: invalid backup file version. Exception: Error while unzipping invalid wcs 7.x export file

Hi,
I'm having a serious issue with your brend new Cisco Prime Network Control System (NCS) and i would appreciate if someone could give me good answers.
After a background backup task failure, the database was entirelly corrupted and the oracle server no longuer wanted to start. And because of that the NCS web server is unusable, since no one can log in.
We tryed to restore to last known backup obtained after a former suucessful backup. But we get this error:
"ERROR: invalid backup file version. Exception: Error while unzipping invalid wcs 7.x export file"
All the lost data was previously migrated from the former WCS 7.x server. Before this issue everything was working fine.
So we think that the appliance is seeing the backup file from NCS as a WCS backup.
We need to find rapidly a solution. Here is our configuration:
We formerly had WCS 7.0.172.0 hosted on Microsoft Windows Server 2003  SP2 with the above caracteristics: 
Intel(R)Xeon(R) CPU  5120 @ 1.86Ghz 1.87Ghz 16GB of RAM.
We now have NCS  Version 1.1.1.24 running under Cisco Application Deployment  Engine
OS Release:  2.0
ADE-OS Build Version: 2.0.1.038
ADE-OS System Architecture:  x86_64

I was getting this error too. TL;DR: When you transfer the wcs.zip file to your FTP server, make sure you are using BINARY mode... which is often NOT the default FTP mode.
Long Version:
TO GET THIS ERROR, what I had done was use the Windows CLI FTP command to transfer my "wcs.zip" to the NCS FTP server.
-----BEGIN WRONG STEPS-----
C:\ftp
ftp> open x.x.x.x
Connected to x.x.x.x.
220 Service ready for new user
User (x.x.x.x:(none)): ftp-user
331 User name okay, need password for ftp-user
Password:
230 User logged in, proceed
ftp> put wcs.zip
200 Command PORT okay
150 File status okay; about to open data connection
226 Closing data connection
ftp: 526768949 bytes sent blah blah etc
-----END WRONG STEPS-----
I would then run "ncs stop" and "ncs migrate" and get the "ERROR: invalid backup file version. Exception: Error while unzipping invalid wcs 7.x export file".
I remembered something from my misspent youth: Windows, for no good reason, likes to transfer files in ASCII mode. UNIX (which LINUX comes from) prefers BINARY, and the two do not like to negotiate.
TO FIX THIS, I had to just FTP in Binary mode.
-----BEGIN RIGHT STEPS-----
C:\ftp
ftp> open x.x.x.x
Connected to x.x.x.x.
220 Service ready for new user
User (x.x.x.x:(none)): ftp-user
331 User name okay, need password for ftp-user
Password:
230 User logged in, proceed
ftp> binary
200 Command TYPE okay
ftp> put wcs.zip
200 Command PORT okay
150 File status okay; about to open data connection
226 Closing data connection
ftp: 526768949 bytes sent blah blah etc
-----END RIGHT STEPS-----
NOW when I enter "ncs stop" (actually... had to restart them... then stop them... x.x) and then the proper "ncs migrate" commands, I get a happy output and don't have to go home late troubleshooting this.
"  Stage 1 of 5: Decompressing backup ...
  -- complete.
  Stage 2 of 5: Restoring Support Files ...
              : Restoring the Domain Maps ...
              :  -- complete.
              : Restoring the License files ...
              :  -- complete.
  -- complete.
  Stage 3 of 5: Restoring Data ...
I hope this helps anyone banging their head against the WCS->PI1.3 install wall.
(Note, WCS needs to be migrated to NCS 1.1.1.24 (NOT NCS 1.1.3!!!!!) before you can migrate to Prime Infrastructure 1.2 or 1.3, because for no readily apparent reason the "ncs migrate" command was removed from PI 1.2 and up. Also note, there is no "Prime Infrastructure 1.1;" they just renamed NCS to Prime Infrastructure after NCS 1.1 because. Yes, the sentence ends there. Great products, all 3, just... agonizing to migrate.)

Similar Messages

  • File Adapter - Exception / Error handling

    We are using File Adapter in BPEL process to read multiple records from the file. Additionally, we have also handled rejectedMessageHandlers & fatalErrorFailoverProcess exception to lunch custom BPEL process. The process is running fine and also successfully launches custom handler processes too.
    Need help / direction in addressing following issues.
    1. While reading from file, if a records errors out, the custom BPEL process is launched (as specified in rejectedMessageHandlers property). In such instance, the previously read valid records are processed but remaining records are marked as errored out. Our requirement is to make entire record set as invalid and would like to perform rollback of entire process.
    2. Whenever an error occurs during reading the records using File adapter, the associated data file is being deleted from the input directory and also NOT available in archive directory also.
    Are we missing any set up ? We are on 10.1.3.1
    thanks
    -Yj
    Sample Log file:
    <2009-04-20 11:46:14,080> <INFO> <default.collaxa.cube.activation> <AdapterFramework::Inbound> JCAActivationAgent::init - Initializing the JCA activation agent, processId='bpel://localhost/default/TestFileRead~1.0/
    <2009-04-20 11:46:14,080> <INFO> <default.collaxa.cube.activation> <AdapterFramework::Inbound> JCAActivationAgent::initiateInboundJcaEndpoint - Creating and initializing inbound JCA endpoint for:
    process='bpel://localhost/default/TestFileRead~1.0/'
    domain='default'
    WSDL location='Read.wsdl'
    portType='Read_ptt'
    operation='Read'
    activation properties={portType=Read_ptt, rejectedMessageHandlers=bpel://default|AdapterError2|initiate|payload}
    <2009-04-20 11:46:14,096> <INFO> <default.collaxa.cube.activation> <AdapterFramework::Inbound> Adapter Framework instance: OraBPEL - endpointActivation for portType=Read_ptt, operation=Read
    <2009-04-20 11:46:14,143> <INFO> <default.collaxa.cube.activation> <File Adapter::Inbound> Endpoint Activation called in File Adapter for endpoint: c:\temp\yj
    <2009-04-20 11:46:14,143> <INFO> <default.collaxa.cube.activation> <AdapterFramework::Inbound> Adapter Framework instance: OraBPEL - successfully completed endpointActivation for portType=Read_ptt, operation=Read
    <2009-04-20 11:46:30,580> <WARN> <default.collaxa.cube.activation> <File Adapter::Inbound> PollWork::run exiting, Worker thread will die
    <2009-04-20 11:47:14,158> <INFO> <default.collaxa.cube.activation> <File Adapter::Inbound> Translated inbound batch index 1 of file {testdata6.txt} with corrupted message count = 1
    <2009-04-20 11:47:14,158> <INFO> <default.collaxa.cube.activation> <File Adapter::Inbound> Sending message to Adapter Framework for rejection to user-configured rejection handlers : {
    fileName=C:\temp\yj\testdata6.txt, startLine=3, startColumn=1, endLine=-1, endCol=-1, Exception=ORABPEL-11168
    Error while reading native data.
    [Line=3, Col=5] Expected "|" for the data starting at the specified position, while trying to read the data for "element with name C2", using "style" as "terminated" and "terminatedBy" as "|", but not found.
    Ensure that "|", exists for the data starting at the specified position.
    <2009-04-20 11:47:14,158> <WARN> <default.collaxa.cube.activation> <AdapterFramework::Inbound> [Read_ptt::Read(Root-Element)]onReject: Sending invalid inbound message to Exception Handler: bpel://default|AdapterError2|initiate|payload
    <2009-04-20 11:47:14,315> <INFO> <default.collaxa.cube.activation> <File Adapter::Inbound> Setting last error record to : -1
    <2009-04-20 11:47:14,658> <ERROR> <default.collaxa.cube.activation> <AdapterFramework::Inbound> onBatchFailure: Batch 'bpel://localhost/default/TestFileRead~1.0//testdata6.txt_1240205493408' (C:\temp\yj\testdata6.txt) has failed due to: ORABPEL-11168
    Error while reading native data.
    [Line=3, Col=5] Expected "|" for the data starting at the specified position, while trying to read the data for "element with name C2", using "style" as "terminated" and "terminatedBy" as "|", but not found.
    Ensure that "|", exists for the data starting at the specified position.

    Any light / idea on the following issue ?
    1. While reading from file, if a records errors out, the custom BPEL process is launched (as specified in rejectedMessageHandlers property). In such instance, the previously read valid records are processed but remaining records are marked as errored out. Our requirement is to make entire record set as invalid and would like to perform rollback of entire process. Even, if we do not configure rejectedMessageHandlers, the behavior is that valid rows are processed with the rest of BPEL process and for Invalid rows, the records are rejected. Our requirement, is that, even if there is one invalid record, the entire set of record should NOT move ahead with the BPEL process
    2. Whenever an error occurs during reading the records using File adapter, the associated data file is being deleted from the input directory and also NOT available in archive directory also. Note, in case of all valid record the file is available in archive directory

  • Error upon starting Weblogic server : Exception thrown while loading uddi

    Hi,
    I am getting $Proxy41.getDefaultWebApp(Unknown Source) error while starting the weblogic. Any one has clue? Below is the stack from myserv.log file.
    Environment:
    OS : Windows 2000 server
    WLS: Weblogic 7.0SP2
    Oracle client : Oracle 9i RC2
    IIS : IIS 5.0
    <Exception thrown while loading uddi: java.lang.ClassCastException: weblogic.management.configuration.ApplicationManagerMBean_CachingStub>
    java.lang.ClassCastException: weblogic.management.configuration.ApplicationManagerMBean_CachingStub
         at $Proxy41.getDefaultWebApp(Unknown Source)
         at weblogic.management.configuration.WebServerMBean_CachingStub.getDefaultWebApp(WebServerMBean_CachingStub.java:226)
         at weblogic.servlet.internal.WebAppServletContext.initFromMBean(WebAppServletContext.java:1312)
         at weblogic.servlet.internal.WebAppServletContext.init(WebAppServletContext.java:1054)
         at weblogic.servlet.internal.WebAppServletContext.<init>(WebAppServletContext.java:1009)
         at weblogic.servlet.internal.HttpServer.loadWebApp(HttpServer.java:502)
         at weblogic.servlet.internal.WebAppModule.prepare(WebAppModule.java:371)
         at weblogic.j2ee.J2EEApplicationContainer.prepareWebModule(J2EEApplicationContainer.java:1598)
         at weblogic.j2ee.J2EEApplicationContainer.prepare(J2EEApplicationContainer.java:735)
         at weblogic.j2ee.J2EEApplicationContainer.prepare(J2EEApplicationContainer.java:555)
         at weblogic.j2ee.J2EEApplicationContainer.prepare(J2EEApplicationContainer.java:458)
         at weblogic.management.deploy.slave.SlaveDeployer.prepareAllStagedApplications(SlaveDeployer.java:490)
         at weblogic.management.deploy.slave.SlaveDeployer.initialize(SlaveDeployer.java:253)
         at weblogic.management.deploy.DeploymentManagerServerLifeCycleImpl.initialize(DeploymentManagerServerLifeCycleImpl.java:150)
         at weblogic.t3.srvr.ServerLifeCycleList.initialize(ServerLifeCycleList.java:54)
         at weblogic.t3.srvr.T3Srvr.initialize1(T3Srvr.java:782)
         at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:594)
         at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:282)
         at weblogic.Server.main(Server.java:32)
    ####<Dec 14, 2005 11:19:54 AM PST> <Error> <Deployer> <rsecav-webenam> <myserver> <main> <kernel identity> <> <149205> <The Slave Deployer failed to initialize the application uddi due to error weblogic.management.ApplicationException: Prepare failed. Task Id = null
    Module Name: uddi, Error: Could not load uddi: java.lang.ClassCastException: weblogic.management.configuration.ApplicationManagerMBean_CachingStub
    }.>
    weblogic.management.ApplicationException: Prepare failed. Task Id = null
    Module Name: uddi, Error: Could not load uddi: java.lang.ClassCastException: weblogic.management.configuration.ApplicationManagerMBean_CachingStub
         at weblogic.j2ee.J2EEApplicationContainer.prepare(J2EEApplicationContainer.java:744)
         at weblogic.j2ee.J2EEApplicationContainer.prepare(J2EEApplicationContainer.java:555)
         at weblogic.j2ee.J2EEApplicationContainer.prepare(J2EEApplicationContainer.java:458)
         at weblogic.management.deploy.slave.SlaveDeployer.prepareAllStagedApplications(SlaveDeployer.java:490)
         at weblogic.management.deploy.slave.SlaveDeployer.initialize(SlaveDeployer.java:253)
         at weblogic.management.deploy.DeploymentManagerServerLifeCycleImpl.initialize(DeploymentManagerServerLifeCycleImpl.java:150)
         at weblogic.t3.srvr.ServerLifeCycleList.initialize(ServerLifeCycleList.java:54)
         at weblogic.t3.srvr.T3Srvr.initialize1(T3Srvr.java:782)
         at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:594)
         at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:282)
         at weblogic.Server.main(Server.java:32)
    Thanks in advance,
    Manu

    Hi Manu,
    can I know how you over come this problem? I am using Weblogic 7 with Service Pack 4. I will be thankful to u if you can mail ur response to me on my mail [email protected]
    Thanks and Regards,
    Suresh Vemulapalli

  • Error during backup to DVD: Unknown Error when burning to disc (261)

    I'm writing on behalf of my brother who has an HP Pavilion ZE2120CA laptop and is using the latest version of iTunes. We were backing up his purchased music onto DVD but just after it says "Burning Disc Initialized" the disc ejects from the drive and it says this cryptic error message. We also tried connecting an external Plextor drive via USB2 - same thing. Any suggestions, white papers or documents out there that'll help us? Also feel free to talk technical to us because I am A+ Certified and while my brother is an English major he also has an intimate knowledge of computers and has several programming courses under his belt.
    Thanks,
    Steve and Dan LeDuke
    Waterloo, ON Canada

    Look at some of the other topics. Many of them deal with backup problems since the release of version 7.3. Quite a few of them deal with your situation.

  • Error in sending mail (mail exception error)

    HI guys,
    I used smtp method to send mail in the java application. If i am trying through outlook it's working. but if i used in the application it's throwing this error. can anyone help me?
    I am using SMTP
    (org.springframework.mail.javamail) method to send the mail.
    below is the code i used to implement this,
    JavaMailSenderImpl mailSender = new JavaMailSenderImpl();
    MailDO mailDO = new MailDO();
    mailDO.setTo(To_email);
    mailDO.setFrom(From_email);
    mailDO.setCc(Cc_email);
    mailDO.setSubject(Subject);
    Properties prop = new Properties();
    prop.put("mail.smtp.auth", "true");
    mailSender.setHost("smtp.domain.co.in");
    mailSender.setUsername("[email protected]");
    mailSender.setPassword("password");
    mailSender.setProtocol("smtp");
    mailSender.setPort(25);
    mailSender.setJavaMailProperties(prop);
    MimeMessage message = mailSender.createMimeMessage();
    MimeMessageHelper helper = new MimeMessageHelper(message);
    helper.setFrom(mailDO.getFrom());
    helper.setCc(ccAddColl);
    helper.setSubject(mailDO.getSubject());
    helper.setTo(mailDO.getTo());
    helper.setText(mailDO.getBody(),true);
    try{
    mailSender.send(message);
    catch(MailException ex) {
    System.err.println(ex.getMessage());
    ex.printStackTrace();
    But i am getting following error :-
    Mail server connection failed; nested exception is javax.mail.NoSuchProviderException: smtp
    org.springframework.mail.MailSendException: Mail server connection failed; nested exception is javax.mail.NoSuchProviderException: smtp
    javax.mail.NoSuchProviderException: smtp
    at javax.mail.Session.getService(Session.java:760)
    at javax.mail.Session.getTransport(Session.java:685)
    at javax.mail.Session.getTransport(Session.java:628)
    at javax.mail.Session.getTransport(Session.java:608)
    Edited by: arkhit on Oct 16, 2007 11:05 PM

    I do not know org.springframework.mail.javamail but if it is a framework, a wrapper around a mail provider, like the standard JavaMail one, the latter must be on the classpath too and maybe it must be registered somehow.
    But it is just a guess - I don't know the stuff.

  • Hello, I am trying to download the evaluation version of Lightroom but i have an error message as my version os Error  Le système d'exploitation que vous utilisez n'est plus pris en charge par Lightroom. My "plate forme" is not allowed.  I have a Mac OS v

    Hello, I am trying to download the evaluation version of Lightroom but i have an error message.My "plate forme" is not allowed.  I have a Mac OS version 10.8.6 . Thanks for helping!

    Hi Barbara Satre,
    Kindly check System requirements | Lightroom
    Thanks,
    Atul Saini

  • There is no ability with an iPad mini to find a file menu in Safari to import bookmarks from other browsers' export files

    New iPad mini and trying to copy across a lot of my core user data from my PC environment with the intention of becoming fully Mac'ised.  Have managed to sync calendars with iTunes, but this latter programme frequently hangs up on my old XP computer.  I would really like to import my extensive Google Chrome bookmarks to save time and duplication, but most threads on here and elsewhere seem to suggest using the file/import menu in Safari - which doesn't appear to exist on the iPad mini. (does it on the full iPad)?  It seems gradually more apparent that you do not get the full functionality of these core apps on the mini - is this true?  this is frustrating, because this is not clear from any of the promotional blurb by Apple that there was this scaling down of functionality for the mini.

    JAD2014 wrote:
    Thanks, it seems using Chrome on the iPad may be the simplest work around, but that means not using my shiny new apple stuff :-(
    You're still using your shiniy new iPad.
    My experience has been that most of Apple's built in apps are basic. They meet the needs of many people but not everyone. That's why there's the App Store!
    Chrome is my browser of choice on my MacBook Air, too.
    Best of luck.

  • PosixSocketMuxer: unexpected exception in poll: (22) Invalid argument

    I'm running JDeveloper 12.x using WLS 12.1.1.0.0. The server starts fine, but when I launch the WLS console, the web browser appears (deploying WLS console...) then goes blank. The WLS console has repeated this exception:
    <Oct 10, 2011 6:03:32 PM MDT> <Error> <Socket> <BEA-000421> <Uncaught Throwable in processSockets
    java.io.IOException: unexpected exception in poll: (22) Invalid argument.
    java.io.IOException: unexpected exception in poll: (22) Invalid argument
         at weblogic.socket.PosixSocketMuxer.poll(Native Method)
         at weblogic.socket.PosixSocketMuxer.processSockets(PosixSocketMuxer.java:106)
         at weblogic.socket.SocketReaderRequest.run(SocketReaderRequest.java:29)
         at weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:42)
         at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:145)
         Truncated. see log file for complete stacktrace
    I'm running Mac OS 10.6.7 in 64-bit mode.
    There is no additional stack trace information in the server or the default domain log.
    Is there any way around this? Can I edit something in config.xml or startWebLogic.sh as a workaround?

    Some notes concerning running WebLogic on Max OS are presented, maybe they help - http://blogs.oracle.com/wahmed/entry/installing_weblogics_10_3_1
    Looking at the error "java.io.IOException: unexpected exception in poll: (22) Invalid argument at weblogic.socket.PosixSocketMuxer.poll(Native Method)"
    which is related to the socket muxer. By default, a native socket muxer is used - could be this is not working on MAC.
    What you can try to do is enable the Java based muxer, by editing the config.xml, for example,
    <server>
        <name>AdminServer</name>
        <reverse-dns-allowed>false</reverse-dns-allowed>
        <native-io-enabled>false</native-io-enabled>
        <thread-pool-percent-socket-readers>33</thread-pool-percent-socket-readers>
        <ssl>
          <login-timeout-millis>25000</login-timeout-millis>
        </ssl>
        <max-open-sock-count>-1</max-open-sock-count>
        <stuck-thread-max-time>600</stuck-thread-max-time>
        <stuck-thread-timer-interval>60</stuck-thread-timer-interval>
        <gathered-writes-enabled>false</gathered-writes-enabled>
        <scattered-reads-enabled>false</scattered-reads-enabled>
        <listen-address></listen-address>
        <accept-backlog>300</accept-backlog>
        <login-timeout-millis>5000</login-timeout-millis>
        <low-memory-time-interval>3600</low-memory-time-interval>
        <low-memory-sample-size>10</low-memory-sample-size>
        <low-memory-granularity-level>5</low-memory-granularity-level>
        <low-memory-gc-threshold>5</low-memory-gc-threshold>
    </server>The native-io-enabled element controls is the native muxer is enabled or not.
    The thread-pool-percent-socket-readers element tells how may threads from the execute queue
    are used by the muxer; the default is 33%.

  • After deploy I get An exception occurred while registering the MBean null

    Hi,
    I use Jdeveloper 11.1.1.0.0 and WebLogicServer 10gR3.
    When I run the ADF-Application from JDev via internal WLS, the application runs properly (even the database connection with oracle thin driver).
    I have successfully generated the data source (test with select 1 from dual also ok) on an external WLS.
    But when I deploy from JDev directly to the external WLS the following message is generated on the Server:
    <16.10.2008 10:30 Uhr CEST> <Error> <JMX> <BEA-149500> <An exception occurred while registering the MBean null.
    java.lang.IllegalArgumentException: Registered more than one instance with the same objectName : com.bea:ServerRuntime=AdminServer,Name=tls-bob,Type=ApplicationRuntime new:weblogic.j2ee.J2EEApplicationRuntimeMBeanImpl@1ab7497 existing weblogic.j2ee.J2EEApplicationRuntimeMBeanImpl@1fdff07
    at weblogic.management.jmx.ObjectNameManagerBase.registerObject(ObjectNameManagerBase.java:168)
    at weblogic.management.mbeanservers.internal.WLSObjectNameManager.lookupObjectName(WLSObjectNameManager.java:131)
    at weblogic.management.jmx.modelmbean.WLSModelMBeanFactory.registerWLSModelMBean(WLSModelMBeanFactory.java:87)
    at weblogic.management.mbeanservers.internal.RuntimeMBeanAgent$1.registered(RuntimeMBeanAgent.java:104)
    at weblogic.management.provider.core.RegistrationManagerBase.invokeRegistrationHandlers(RegistrationManagerBase.java:180)
    Truncated. see log file for complete stacktrace
    with two further similar messages.
    When I run the application the login-mask for database appears correctly in the browser, but when I start the login the following messages are generated on the server:
    16.10.2008 10:11:02 oracle.adfinternal.controller.faces.lifecycle.JSFLifecycleImpl setLifecycleContextBuilder
    WARNUNG: ADFc: Implementierung der ADF-Seitengnltigkeitsdauer wird durch "oracle.adfinternal.controller.application.model.JSFDataBindingLifecycleContextBuilder" ersetzt.
    16.10.2008 10:11:03 oracle.adfinternal.controller.util.model.AdfmInterface initialize
    INFO: ADFc: BindingContext ist vorhanden, ADFm-APIs werden fnr DataControlFrames verwendet.
    16.10.2008 10:11:03 oracle.adfinternal.controller.metadata.provider.MdsMetadataResourceProvider <init>
    INFO: ADFc: Caching von MDS-Metadatenressourcen durch Controller AKTIVIERT.
    16.10.2008 10:11:03 oracle.adf.controller.internal.metadata.MetadataService$Bootstrap add
    INFO: ADFc: Bootstrap-Metadaten werden aus '/WEB-INF/adfc-config.xml' geladen.
    16.10.2008 10:11:19 oracle.adf.share.security.providers.jps.CSFCredentialStore fetchCredential
    WARNUNG: Unable to locate the credential for key tls-bob in D:\oracle\bea\user_projects\domains\TEST\config\oracle.
    16.10.2008 10:11:19 oracle.adf.share.jndi.ReferenceStoreHelper throwPartialResultException
    WARNUNG: Incomplete connection information
    16.10.2008 10:11:24 com.sun.faces.application.ActionListenerImpl processAction
    SCHWERWIEGEND: java.lang.NullPointerException
    javax.faces.el.EvaluationException: java.lang.NullPointerException
    at org.apache.myfaces.trinidad.component.MethodExpressionMethodBinding.invoke(MethodExpressionMethodBinding.java:51)
    at com.sun.faces.application.ActionListenerImpl.processAction(ActionListenerImpl.java:102)
    at org.apache.myfaces.trinidad.component.UIXCommand.broadcast(UIXCommand.java:190)
    at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent$1.run(ContextSwitchingComponent.java:70)
    at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent._processPhase(ContextSwitchingComponent.java:274)
    at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent.broadcast(ContextSwitchingComponent.java:74)
    at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent$1.run(ContextSwitchingComponent.java:70)
    at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent._processPhase(ContextSwitchingComponent.java:274)
    at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent.broadcast(ContextSwitchingComponent.java:74)
    Same problem happends, when deploying the ear-file manually from jdev.
    Thanks in advance!
    Oliver
    Edited by: user470087 on Oct 16, 2008 11:24 AM

    Hi,
    I never had this exact exception but to my knowledge your find more info in the full stack trace. The full stack trace has the bundled exceptions too which are the cause of the trouble in all cases I saw.
    Sometimes it helps to turn jbo.debugoutput on.
    Timo

  • JMX BEA-149500 An exception occurred while registering the MBean null.

    Hi
    I am getting the Error below, has anyone ever figured out a resolution to this error?
    Thanks
    <27-Feb-2013 16:54:10 o'clock GMT> <Error> <JMX> <BEA-149500> <An exception occurred while registering the MBean null.
    java.lang.IllegalArgumentException: Registered more than one instance with the same objectName : com.bea:ServerRuntime=AdminServer,Name=FileServlet,ApplicationRuntime=_appsdir_wlossvc_war,Type=ServletRuntime,WebAppComponentRuntime=AdminServer_/wlossvc new:weblogic.servlet.internal.ServletRuntimeMBeanImpl@3b7f4e existing weblogic.servlet.internal.ServletRuntimeMBeanImpl@510bb7
         at weblogic.management.jmx.ObjectNameManagerBase.registerObject(ObjectNameManagerBase.java:168)
         at weblogic.management.mbeanservers.internal.WLSObjectNameManager.lookupObjectName(WLSObjectNameManager.java:131)
         at weblogic.management.jmx.modelmbean.WLSModelMBeanFactory.registerWLSModelMBean(WLSModelMBeanFactory.java:87)
         at weblogic.management.mbeanservers.internal.RuntimeMBeanAgent$1.registered(RuntimeMBeanAgent.java:104)
         at weblogic.management.provider.core.RegistrationManagerBase.invokeRegistrationHandlers(RegistrationManagerBase.java:180)
         Truncated. see log file for complete stacktrace

    I should have given you more information. This application has been deployed with no issues on Web Logic 11g, but now I am trying to deploy it to 12c and have encountered the error. I am using jdk 160_29 and Web Logic 12c. Please see the complete stack trace below. Has anyone any suggestions on how to resolve this?
    Thanks
    ####<28-Feb-2013 10:43:59 o'clock GMT> <Warning> <Deployer> <SPR-U403824D002> <AdminServer> <[ACTIVE] ExecuteThread: '2' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1362048239487> <BEA-149078> <Stack trace for message 149004
    weblogic.application.ModuleException: Failed to properly unregister weblogic.servlet.internal.ServletRuntimeMBeanImpl@d9edbe for ObjectName com.bea:ServerRuntime=AdminServer,Name=FileServlet,ApplicationRuntime=_appsdir_WLOSService_war,Type=ServletRuntime,WebAppComponentRuntime=AdminServer_/wlossvc
         at weblogic.servlet.internal.WebAppModule.prepare(WebAppModule.java:732)
         at weblogic.application.internal.flow.ScopedModuleDriver.prepare(ScopedModuleDriver.java:188)
         at weblogic.application.internal.ExtensibleModuleWrapper.prepare(ExtensibleModuleWrapper.java:83)
         at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListenerInvoker.java:100)
         at weblogic.application.internal.flow.ModuleStateDriver$1.next(ModuleStateDriver.java:172)
         at weblogic.application.internal.flow.ModuleStateDriver$1.next(ModuleStateDriver.java:167)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:35)
         at weblogic.application.internal.flow.ModuleStateDriver.prepare(ModuleStateDriver.java:38)
         at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:139)
         at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:55)
         at weblogic.application.internal.BaseDeployment$1.next(BaseDeployment.java:706)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:35)
         at weblogic.application.internal.BaseDeployment.prepare(BaseDeployment.java:237)
         at weblogic.application.internal.SingleModuleDeployment.prepare(SingleModuleDeployment.java:48)
         at weblogic.application.internal.DeploymentStateChecker.prepare(DeploymentStateChecker.java:158)
         at weblogic.deploy.internal.targetserver.AppContainerInvoker.prepare(AppContainerInvoker.java:60)
         at weblogic.deploy.internal.targetserver.operations.ActivateOperation.createAndPrepareContainer(ActivateOperation.java:207)
         at weblogic.deploy.internal.targetserver.operations.ActivateOperation.doPrepare(ActivateOperation.java:96)
         at weblogic.deploy.internal.targetserver.operations.AbstractOperation.prepare(AbstractOperation.java:229)
         at weblogic.deploy.internal.targetserver.DeploymentManager.handleDeploymentPrepare(DeploymentManager.java:747)
         at weblogic.deploy.internal.targetserver.DeploymentManager.prepareDeploymentList(DeploymentManager.java:1216)
         at weblogic.deploy.internal.targetserver.DeploymentManager.handlePrepare(DeploymentManager.java:250)
         at weblogic.deploy.internal.targetserver.DeploymentServiceDispatcher.prepare(DeploymentServiceDispatcher.java:159)
         at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.doPrepareCallback(DeploymentReceiverCallbackDeliverer.java:171)
         at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.access$000(DeploymentReceiverCallbackDeliverer.java:13)
         at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer$1.run(DeploymentReceiverCallbackDeliverer.java:46)
         at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:545)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)
    Caused By: java.lang.IllegalArgumentException: Failed to properly unregister weblogic.servlet.internal.ServletRuntimeMBeanImpl@d9edbe for ObjectName com.bea:ServerRuntime=AdminServer,Name=FileServlet,ApplicationRuntime=_appsdir_WLOSService_war,Type=ServletRuntime,WebAppComponentRuntime=AdminServer_/wlossvc
         at weblogic.management.jmx.ObjectNameManagerBase.unregisterObject(ObjectNameManagerBase.java:219)
         at weblogic.management.jmx.ObjectNameManagerBase.unregisterObjectInstance(ObjectNameManagerBase.java:192)
         at weblogic.management.mbeanservers.internal.RuntimeMBeanAgent$1.unregisteredInternal(RuntimeMBeanAgent.java:124)
         at weblogic.management.mbeanservers.internal.RuntimeMBeanAgent$1.unregistered(RuntimeMBeanAgent.java:108)
         at weblogic.management.provider.core.RegistrationManagerBase.invokeRegistrationHandlers(RegistrationManagerBase.java:187)
         at weblogic.management.provider.core.RegistrationManagerBase.unregister(RegistrationManagerBase.java:126)
         at weblogic.management.runtime.RuntimeMBeanDelegate.unregister(RuntimeMBeanDelegate.java:287)
         at weblogic.servlet.internal.ServletRuntimeMBeanImpl$2.run(ServletRuntimeMBeanImpl.java:70)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:146)
         at weblogic.servlet.provider.WlsSubjectHandle.run(WlsSubjectHandle.java:64)
         at weblogic.servlet.internal.ServletRuntimeMBeanImpl.destroy(ServletRuntimeMBeanImpl.java:67)
         at weblogic.servlet.internal.ServletStubImpl.destroy(ServletStubImpl.java:492)
         at weblogic.servlet.internal.WebAppServletContext.registerServletStub(WebAppServletContext.java:1977)
         at weblogic.servlet.internal.ServletStubFactory.registerToContext(ServletStubFactory.java:163)
         at weblogic.servlet.internal.ServletStubFactory.getInstance(ServletStubFactory.java:77)
         at weblogic.servlet.internal.WebAppServletContext.registerServlets(WebAppServletContext.java:1386)
         at weblogic.servlet.internal.WebAppServletContext.registerServlets(WebAppServletContext.java:1360)
         at weblogic.servlet.internal.WebAppServletContext.prepareFromDescriptors(WebAppServletContext.java:1060)
         at weblogic.servlet.internal.WebAppServletContext.prepare(WebAppServletContext.java:1005)
         at weblogic.servlet.internal.HttpServer.doPostContextInit(HttpServer.java:392)
         at weblogic.servlet.internal.HttpServer.loadWebApp(HttpServer.java:367)
         at weblogic.servlet.internal.WebAppModule.registerWebApp(WebAppModule.java:1239)
         at weblogic.servlet.internal.WebAppModule.prepare(WebAppModule.java:723)
         at weblogic.application.internal.flow.ScopedModuleDriver.prepare(ScopedModuleDriver.java:188)
         at weblogic.application.internal.ExtensibleModuleWrapper.prepare(ExtensibleModuleWrapper.java:83)
         at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListenerInvoker.java:100)
         at weblogic.application.internal.flow.ModuleStateDriver$1.next(ModuleStateDriver.java:172)
         at weblogic.application.internal.flow.ModuleStateDriver$1.next(ModuleStateDriver.java:167)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:35)
         at weblogic.application.internal.flow.ModuleStateDriver.prepare(ModuleStateDriver.java:38)
         at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:139)
         at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:55)
         at weblogic.application.internal.BaseDeployment$1.next(BaseDeployment.java:706)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:35)
         at weblogic.application.internal.BaseDeployment.prepare(BaseDeployment.java:237)
         at weblogic.application.internal.SingleModuleDeployment.prepare(SingleModuleDeployment.java:48)
         at weblogic.application.internal.DeploymentStateChecker.prepare(DeploymentStateChecker.java:158)
         at weblogic.deploy.internal.targetserver.AppContainerInvoker.prepare(AppContainerInvoker.java:60)
         at weblogic.deploy.internal.targetserver.operations.ActivateOperation.createAndPrepareContainer(ActivateOperation.java:207)
         at weblogic.deploy.internal.targetserver.operations.ActivateOperation.doPrepare(ActivateOperation.java:96)
         at weblogic.deploy.internal.targetserver.operations.AbstractOperation.prepare(AbstractOperation.java:229)
         at weblogic.deploy.internal.targetserver.DeploymentManager.handleDeploymentPrepare(DeploymentManager.java:747)
         at weblogic.deploy.internal.targetserver.DeploymentManager.prepareDeploymentList(DeploymentManager.java:1216)
         at weblogic.deploy.internal.targetserver.DeploymentManager.handlePrepare(DeploymentManager.java:250)
         at weblogic.deploy.internal.targetserver.DeploymentServiceDispatcher.prepare(DeploymentServiceDispatcher.java:159)
         at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.doPrepareCallback(DeploymentReceiverCallbackDeliverer.java:171)
         at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.access$000(DeploymentReceiverCallbackDeliverer.java:13)
         at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer$1.run(DeploymentReceiverCallbackDeliverer.java:46)
         at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:545)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)
    >

  • An exception occurred while trying to run "cmicnfg.cpl, cmCtrlwND"

    I have recently installed the MSI KT6 Delta main-board with the VIA KT600 chipset On loading windows XP home edition the following error message appears:
    RUNDLL
    An exception occurred while trying to run “cmicnfg.cpl, cmCtrlwND”
    I think the error messages is related to the on-board sound card software in the control panel, but have been unable to remove the error message. The sound card works fine.
    Cheers

    I think there is an autostart function of C-Media that you have disabled or is not working properly. Run MSCONFIG and check the autostart tab. Either you disable the C-media post or enable it. If the sound is OK I suggest you disable.
    If you just want to get rid of the message, we can dive into the Registry, but we wait a little I think.
    (Possibly Windows trying to handle the sound department since it might think it has better drivers. Find the latest for XP. Unzip or whatever, go to Device Manager and update drivers. )

  • A DataModel exception occurred while attempting to register

    Anyone else seen this? I've tried everything I can think of on this host but it always bombs out when trying to add our local ZLM service. It has no problem adding public ZLM services (ie: update.novell.com). I don't have this problem on 100+ other devices.
    dss-mn33lf02:~ # rug sa https://zlm
    Adding ZENworks Service...
    33%
    ERROR: Could not add 'https://zlm': Error in registration: A DataModel exception occurred while attempting to register host dss-mn33lf02. Error message: An error occurred creating the device object: 005453bb47214ebbb479439a42ad1131
    dss-mn33lf02:~ # rug ping
    ZMD 7.2.2, Copyright (C) 2008 Novell, Inc.
    Started at 12/22/2008 6:07:05 PM (uptime: 1 days, 17 hours, 59 minutes)
    RSS size: 33352
    Network Connected: Yes
    Running on Mono 1.2.4
    OS Target: SUSE Linux Enterprise Server 10 (x86_64)
    Module Name | Description
    -------------------+-------------------------------------------------
    Image Agent Module | Novell ZENWorks Imaging Agent
    Policy Manager | Manages policy enforcement on the device
    Settings | Handles Settings refresh events.
    TessModule | Tess Module
    Inventory | Software and Hardware inventory module for Linux
    NetworkManager | NetworkManager support
    Package Management | Package Management module for Linux
    RMModule | Remote Management module
    ZENworks Server | SOAP methods used by a ZENworks server
    Scheduled Actions | Scheduled Actions module for ZMD
    XML-RPC interface | Export ZMD public interfaces over XML-RPC
    dss-mn33lf02:~ # rpm -qa | grep zmd
    novell-zenworks-zmd-policymanager-7.2.2-0.0.0
    libzypp-zmd-backend-7.1.1.0_2.15-0.3
    novell-zenworks-zmd-tess-7.2.2-0.0.0
    novell-zenworks-zmd-settings-7.2.2-0.0.0
    novell-zenworks-zmd-gconfpolicyenforcers-7.2.2-0.0.0
    zmd-7.2.2.0-0.5
    novell-zenworks-zmd-rmagent-7.2.2-0.0.0
    novell-zenworks-zmd-policyenforcers-7.2.2-0.0.0
    zmd-inventory-7.2.0-0.9
    novell-zenworks-zmd-imgagent-7.2.2-0.0.0
    novell-zenworks-zmd-actions-7.2.2-0.0.0
    dss-mn33lf02:~ #
    As you can see, the ZMD agent is a mixture of HP 2 and 3. I was trying to upgrade to HP3 and it didn't take all the way.

    --PART 2--
    at com.sssw.jbroker.web.soap.SOAPHandler.invoke(SOAPH andler.java:225)
    at com.sssw.jbroker.web.core.MessageHandlerInvoker.in vokeServerEndPoint(MessageHandlerInvoker.java:575)
    at com.sssw.jbroker.web.core.MessageHandlerInvoker.in vokeServerMessageHandlers(MessageHandlerInvoker.ja va:419)
    at com.sssw.jbroker.web.core.ServletDelegateImpl.invo ke(ServletDelegateImpl.java:229)
    at com.sssw.jbroker.web.core.ServletDelegateImpl.doPo st(ServletDelegateImpl.java:172)
    at com.sssw.jbroker.web.portable.ServletSkeleton.doPo st(ServletSkeleton.java:304)
    at javax.servlet.http.HttpServlet.service(HttpServlet .java:709)
    at com.novell.zenworks.webservice.registration.Regist rationImpl.service(RegistrationImpl.java:63)
    at javax.servlet.http.HttpServlet.service(HttpServlet .java:802)
    at org.apache.catalina.core.ApplicationFilterChain.in ternalDoFilter(ApplicationFilterChain.java:237)
    at org.apache.catalina.core.ApplicationFilterChain.do Filter(ApplicationFilterChain.java:157)
    at com.novell.zenworks.servlet.DBSessionFilter.doFilt er(DBSessionFilter.java:31)
    at org.apache.catalina.core.ApplicationFilterChain.in ternalDoFilter(ApplicationFilterChain.java:186)
    at org.apache.catalina.core.ApplicationFilterChain.do Filter(ApplicationFilterChain.java:157)
    at org.apache.catalina.core.StandardWrapperValve.invo ke(StandardWrapperValve.java:214)
    at org.apache.catalina.core.StandardValveContext.invo keNext(StandardValveContext.java:104)
    at org.apache.catalina.core.StandardPipeline.invoke(S tandardPipeline.java:520)
    at org.apache.catalina.core.StandardContextValve.invo keInternal(StandardContextValve.java:198)
    at org.apache.catalina.core.StandardContextValve.invo ke(StandardContextValve.java:152)
    at org.apache.catalina.core.StandardValveContext.invo keNext(StandardValveContext.java:104)
    at org.apache.catalina.core.StandardPipeline.invoke(S tandardPipeline.java:520)
    at org.apache.catalina.core.StandardHostValve.invoke( StandardHostValve.java:137)
    at org.apache.catalina.core.StandardValveContext.invo keNext(StandardValveContext.java:104)
    at org.apache.catalina.valves.ErrorReportValve.invoke (ErrorReportValve.java:118)
    at org.apache.catalina.core.StandardValveContext.invo keNext(StandardValveContext.java:102)
    at org.apache.catalina.valves.AccessLogValve.invoke(A ccessLogValve.java:535)
    at org.apache.catalina.core.StandardValveContext.invo keNext(StandardValveContext.java:102)
    at org.apache.catalina.core.StandardPipeline.invoke(S tandardPipeline.java:520)
    at org.apache.catalina.core.StandardEngineValve.invok e(StandardEngineValve.java:109)
    at org.apache.catalina.core.StandardValveContext.invo keNext(StandardValveContext.java:104)
    at org.apache.catalina.core.StandardPipeline.invoke(S tandardPipeline.java:520)
    at org.apache.catalina.core.ContainerBase.invoke(Cont ainerBase.java:929)
    at org.apache.coyote.tomcat5.CoyoteAdapter.service(Co yoteAdapter.java:160)
    at org.apache.coyote.http11.Http11Processor.process(H ttp11Processor.java:799)
    at org.apache.coyote.http11.Http11Protocol$Http11Conn ectionHandler.processConnection(Http11Protocol.jav a:705)
    at org.apache.tomcat.util.net.TcpWorkerThread.runIt(P oolTcpEndpoint.java:577)
    at org.apache.tomcat.util.threads.ThreadPool$ControlR unnable.run(ThreadPool.java:683)
    at java.lang.Thread.run(Thread.java:534)
    </dump>
    </ns1:stackTrace>
    </detail>
    </SOAP-ENV:Fault>
    </SOAP-ENV:Body>
    </SOAP-ENV:Envelope>
    29 Dec 2008 11:37:27 DEBUG ZenService *****Caught Soap Exception***
    29 Dec 2008 11:37:27 DEBUG ZenService ****** Registration Soap exception Error message: <ExceptionMessage><Code><![CDATA[-1]]></Code><MessageKey><![CDATA[Novell.Zenworks.Registration.DATAMODEL_EXCEPTION]]></MessageKey><Message><![CDATA[A DataModel exception occurred while attempting to register host dss-mn33lf02. Error message: An error occurred creating the device object: 005453bb47214ebbb479439a42ad1131]]></Message><Params><Param><![CDATA[dss-mn33lf02]]></Param><Param><![CDATA[An error occurred creating the device object: 005453bb47214ebbb479439a42ad1131]]></Param></Params></ExceptionMessage>
    29 Dec 2008 11:37:27 INFO ZenService NodeList count: 1
    29 Dec 2008 11:37:27 DEBUG ZenService code: -1
    29 Dec 2008 11:37:27 DEBUG ZenService messageId: Novell.Zenworks.Registration.DATAMODEL_EXCEPTION
    29 Dec 2008 11:37:27 DEBUG ZenService Error message: A DataModel exception occurred while attempting to register host dss-mn33lf02. Error message: An error occurred creating the device object: 005453bb47214ebbb479439a42ad1131
    29 Dec 2008 11:37:27 INFO ZenService Registration failed: Novell.Zenworks.Zmd.Public.RemoteRegistrationExcep tion: A DataModel exception occurred while attempting to register host dss-mn33lf02. Error message: An error occurred creating the device object: 005453bb47214ebbb479439a42ad1131
    at Novell.Zenworks.Zmd.ZenService.RegisterInternal (System.String key) [0x00000]
    at Novell.Zenworks.Zmd.ZenService.Register () [0x00000]
    at Novell.Zenworks.Zmd.ZenService.LoadServiceInfo (System.Object o) [0x00000]
    29 Dec 2008 11:37:27 INFO Progress Progress.Stop Message: Error in registration: A DataModel exception occurred while attempting to register host dss-mn33lf02. Error message: An error occurred creating the device object: 005453bb47214ebbb479439a42ad1131
    29 Dec 2008 11:37:27 INFO Progress Is Stopped value: False
    29 Dec 2008 11:37:27 DEBUG Progress Running: /usr/lib64/zmd/service-delete '/var/lib/zmd/zmd.db' 'https://zlm'
    29 Dec 2008 11:37:27 INFO HelperProgress Source 'https://zlm' already removed.
    29 Dec 2008 11:37:27 INFO Progress Progress.Stop Message: Source 'https://zlm' already removed.
    29 Dec 2008 11:37:27 INFO Progress Is Stopped value: False
    29 Dec 2008 11:37:27 INFO RPMBackend Updating status of patches...
    29 Dec 2008 11:37:27 DEBUG Progress Running: /usr/lib64/zmd/update-status /var/lib/zmd/zmd.db
    29 Dec 2008 11:37:28 INFO Progress Progress.Stop Message:
    29 Dec 2008 11:37:28 INFO Progress Is Stopped value: False
    29 Dec 2008 11:37:28 INFO RPMBackend Finished updating patch status
    29 Dec 2008 11:37:28 WARN ZenService Novell.Zenworks.Zmd.MANAGED_DEVICE_UNREGISTERED: Novell.Zenworks.Zmd.MANAGED_DEVICE_UNREGISTERED
    29 Dec 2008 11:37:28 INFO ServiceManager Failed to add service 'https://zlm': Novell.Zenworks.Zmd.Public.RemoteRegistrationExcep tion: A DataModel exception occurred while attempting to register host dss-mn33lf02. Error message: An error occurred creating the device object: 005453bb47214ebbb479439a42ad1131
    at Novell.Zenworks.Zmd.ZenService.RegisterInternal (System.String key) [0x00000]
    at Novell.Zenworks.Zmd.ZenService.Register () [0x00000]
    at Novell.Zenworks.Zmd.ZenService.LoadServiceInfo (System.Object o) [0x00000]
    29 Dec 2008 11:37:28 INFO Progress Progress.Stop Message: Parent failed/aborted
    29 Dec 2008 11:37:28 INFO Progress Is Stopped value: False
    29 Dec 2008 11:37:28 INFO Progress Progress.Stop Message: Parent failed/aborted
    29 Dec 2008 11:37:28 INFO Progress Is Stopped value: True
    29 Dec 2008 11:37:28 INFO Progress Progress.Stop Message: Parent failed/aborted
    29 Dec 2008 11:37:28 INFO Progress Is Stopped value: False

  • File version info

    I would like to find a way to get the file version info of an exe. I have tried the file info from openG but it does not get the version info. I looked on the MS website and found the .NET function called file version info that is supposed to be under system diagnostics but when I bring up the constuctor node it does not show up . Everything else that is supposed to be in there shows up. I want this info so that I can create a generic about dialog box for my exe. If anyone knows of an easier way to do this I would appreciate any answer.
    PS I used the application builder to set the version Info..
    Using LV 8.0
    Joe.
    "NOTHING IS EVER EASY"

    Jarrod S. wrote:
    Hi Rolf,
    Thanks for your
    help with the VarFileInfo\Translation resource. I realized this was a
    hole in the programs functionality, and I knew a workaround, but I was
    never sure how valid the workaround was. Defaulting to the English
    language code does sound like a good idea. It definitely works for
    LabVIEW.exe. I never bothered implementing this since this was designed
    for LabVIEW-built exes, not LabVIEW itself. LabVIEW-built exes do
    contain the VarFileInfo\Translation resource. I also built this in
    LabVIEW 8, since that was the first version that allowed users to
    specify executable versions and other info for their applications. But
    it is nice as a general tool!
    Hmm, thinking about
    it there is possibly one more improvement. If the default english
    language does not provide any string resources another possibility
    might be to retrieve the current language codes from the user settings
    and try with them too. But this sounds quite academical as I can't
    imagine an installer manipulating the version resource of an executable
    according to the currently set user language. I will have to
    investigate a little more what the issue is with files not containing
    any translation keys.
    As to manipulating the version resource of LabVIEW executables I have
    made some code too for this in the past for earlier LabVIEW versions
    but found that manipulating the exe part of an executable in any way
    after it has been built into an application renders the executable
    unusable to run as there needs also to be some modifications at the end
    of the file to point to the start of the embedded LLB in the
    executable, so that was why I haven't made a tool of this yet. Glad to
    see that LabVIEW 8 finally has support for adding a proper version
    resource to the executable.
    Rolf Kalbermatter
    Rolf Kalbermatter
    CIT Engineering Netherlands
    a division of Test & Measurement Solutions

  • Imp-00008: unrecognized statement in the export file

    Hi All,
    I am trying to import an export from Oracle 8.1.7 source system to Oracle 11.2 using imp . I am getting the following errors may times during the import process.
    imp-00008: unrecognized statement in the export file
    The character set of Source data base is WE8DEC and the character set of target data base is WE8MSWIN1252 and i get the below statement during the start of the import
    import done in US7ASCII character set and AL16UTF16 NCHAR character set
    import server uses WE8MSWIN1252 character set (possible charset conversion)
    export client uses WE8DEC character set (possible charset conversion)
    export server uses WE8DEC NCHAR character set (possible ncharset conversion)
    The error imp-00008: unrecognized statement in the export file is it due to the Oracle version compatibility or due to Character set compatibility issue.
    I tried to create a new Database on same Oracle sever and i cant find WE8DEC in the list of character set to choose. Please help me on how to proceed.
    Regards,
    alen.

    934571 wrote:
    Hi Srini,
    Data is getting loaded correctly, but i get several of these error imp-00008: unrecognized statement in the export file messages during the import process, so i am not sure what is missing.
    Pl post the complete error message from the import log file.
    1) Is it possible to import the dump exported form oracle 8 into oracle 11?? Do we need to take any special care during the import ??
    Yes - no special requirements are needed.
    2) The Oracale Database character set it WE8DEC, but when i try to create a new database in 11 , i dont find that character set , is the character set obsolete now , if so what character set is super set of WE8DEC ??
    Pl post exact OS and database versions. Ideally you should be using AL32UTF8 for all new databases. WE8DEC is a deprecated characterset.
    See section 4.2.1 here - http://docs.oracle.com/cd/E11882_01/install.112/e24186/install.htm#BABFDDEA
    Thanks,
    Alen.HTH
    Srini

  • Export File Names with Dashes

    How do I tell Illustrator to NOT put dashes in the file names when I save for web and to JPG or PNG, etc. etc.?  I take them out, only to have Illustrator put them right back in. I can understand if this is for people creating images specifically for websites, whereby spaces are invalid for file names, but I'm not and I happen to like my spaces, thank you very much! Frustrated.

    You can export a file, so that the version name is used as the filename for the exported file. So you would have to open each Faces stack and rename the versions in this with a custom name preset, where you add the name of the person to the custom name.
    A lot of work.
    If you export the an image version with a named face, Aperture 3.5.1 will add the name as a keyword to the exported file. Perhaps the keyword will suffice for your purpose?

Maybe you are looking for

  • Automatic Clearing & Electronic Bank Statement

    Hi, During EBS processing, open items are automatically being cleared but only based on amounts. I've configure in OB74 that criteria for clearing should be amount & value date.  It seems that EBS does not read the settings in OB74? Where is the corr

  • Having attachment instead of using the body (email)

    Hi Gurus, I am having a problem regarding the email. I am using the FM SO_NEW_DOCUMENT_ATT_SEND_API1. Instead of putting the data to the body of the email, it is creating a file named MESSAGE1.PDF and putting the data inside the attached file. Anyone

  • How to insert 2 conditions in a Query

    Hi , How can i apply 2 conditions to a query First i need to apply a condition X to query and then i need to apply condition Y to the  results which are based on condition X How can i acheve this

  • Random shutoff on macbook Pro 5.1

    Read the posts about the random shut-down. I just developed this problem. The MacBook Pro is series 5.1 with 500Gb SSD and  8g; Upgraded to Maverick when it first came out, and it ran fine.  Then the random shutdowns started about 1 week ago.  Tried

  • Delta question

    Dear Gurus, Pls help me with your inputs on the below question asked by our client. We are taking backup of BI production on two days once.Assume that today on 27th BI production server is crashed after the daily dataload. Now,We have no other option