Build Bundle throwing some error in CQ 5.5?

Build bundle throwing some error in CQ 5.5.Does anyone faced similar issue.
Please help me with this.Thank you.
Thanks & Regards,
Kumar

It seems to me that you're using a deprecated custom class. Nothing
related CQ. Replace the class you're using with the correct one.
Regards
Davide

Similar Messages

  • Throwing TypeError: Error #1009

    Here is the zipped flash file, including necessary XMLs. ~30kb
    Currently working on a game... and it's functioning as a game as it is.
    But it's throwing some errors and cancels the creation of the words on occassion, more regularly as more words are on screen.
    Here it is in it's current (but accellerated) state...
    http://www.x1.ltd.uk/brooks_website/flashstuff/output/TextType2.3.1.swf
    Looking at the bottom left hand corner after the game is started, you can see how many words are on screen.
    As the word count gets higher, the speed the words are created at should also increase.
    But, due to the errors, the opposite is currently true.
    I believe that this is the code that is throwing the errors, as the more words that are on screen, the more likely that the random word has a letter currently already on screen, and so the loop will have to try again.
    Any help on why the errors are being thrown would be appreciated.
    Here is the zipped flash file, including necessary XMLs. ~30kb

    It only throws every now and again... not every time.
    More often the moer words there are on the screen..
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
    at TextType2_fla::MainTimeline/testWord()[TextType2_fla.MainTimeline::frame1:215]
    at TextType2_fla::MainTimeline/newWord()[TextType2_fla.MainTimeline::frame1:209]
    at TextType2_fla::MainTimeline/countFrames()[TextType2_fla.MainTimeline::frame1:162]
    line 215 - chooseWord = Math.random()*fromXML.word.length();
    Setting chooseWord, an integer variable created at run-time.
    The XML was also loaded before the game is allowed to start.
    line 209 - testWord();
    Calling a function
    line 162 - newWord();
    Calling a function

  • Am trying to upgrade iPad 2 to 6.1.2 and it shows error like "Unable to verify Update" you are no longer connected to the internet. But am connect to my wi-fi. Can somebody throw some light on this.

    Am trying to upgrade iPad 2 to 6.1.2 and it shows error like "Unable to verify Update" you are no longer connected to the internet. But am connect to my wi-fi. Can somebody throw some light on this.
    ============================================================
    Throws error saying
    "Unable to Verify Update"
    iOS 6.1.2 failed verification because you are no longer connected to the internet
    ============================================================
    Can anybody please respond

    Try this and see if it resolves the issue.
    Reboot the iPad by holding down on the sleep and home buttons at the same time for about 10-15 seconds until the Apple Logo appears - ignore the red slider if it appears on the screen - let go of the buttons. Let the iPad start up.
    Then try again.

  • Some jsps are throwing translation error in R12

    Hi,
    While installation some of our custom jsps are throwing Translation errors and some jsps are throws error for cannot resolve symbol for CallableStatement,ResultSet,Connection objects.
    can anyone please help me out this?
    Thanks
    Soujanya

    Hi,
    While installation some of our custom jsps are throwing Translation errors and some jsps are throws error for cannot resolve symbol for CallableStatement,ResultSet,Connection objects.
    can anyone please help me out this?
    Thanks
    Soujanya

  • MS SQL server 2008 - Bulk copy from XML to DB table throws bcp_init error

    I have MS SQL server 2008 installed ,
    Windows version - Windows 7 Professional with SP1
    Doing a bulk copy process using the SQL library function bcp_init function in c++ throws xml error and its not inserting the data into the tables.
    Error received ,
    XML Datatransfer error: XML data or another error occurred while reading file 'd:\temp\scripts\dbtoolscripts\table_data.xml':
    But this works in others machines with the same windows version and SQL version.

    We are using the same SQL lib function bcp_init , we have written a separate class to load the ODBC32.dll , sqlncli.dll  and use the  bcp_init and other SQL functions from that. As i mentioned earlier we all use the same application build , but
    its not working in my machine only other machines its working.
    There is no provision to load XML files when you use the BCP interface in sqlncli.dll. You can of course load XML files, but the BCP API does not know that it is XML, it only sees a number of bytes.
    So that error message is not coming from the BCP API, but somewhere else. Maybe your own code in reaction to some error from the BCP API. But without any clue of that error message, we can't help you.
    I think you will need to do some debugging or by some other means improve your diagnostics.
    Erland Sommarskog, SQL Server MVP, [email protected]

  • Maven built swf throwing strange error

    Hi all,
    I built my flex project (sdk 4.1)  using maven(maven -e -X install). When i tried to run the generated swf, it throws a strange error:
    VerifyError: Error #1014: Class spark.components::Application could not be found.
    When i run the flash builder generated swf, it runs without any problems. I guess there is something i missed to include in the pom.xml.
    Please let me know how to handle it. My project basically is built in flex sdk 4.1.
    Please check my pom.xml below:
    Thanks.
    pom.xml:
    <?xml version="1.0" encoding="UTF-8"?>
    <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
              xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
              <parent>
                        <artifactId>abc-application</artifactId>
                        <groupId>com.abcd.abc</groupId>
                        <version>2.50.6.a</version>
              </parent>
              <modelVersion>4.0.0</modelVersion>
              <groupId>com.visualiq.iq</groupId>
              <artifactId>CW</artifactId>
              <version>2.50.6.a</version>
              <packaging>swf</packaging>
              <name>CW</name>
                        <repositories>
                        <repository>
                                  <id>flexmojos</id>
                                  <url>http://repository.sonatype.org/content/groups/flexgroup/</url>
                        </repository>
                        <repository>
                                  <id>maven2-repository.dev.maven.org</id>
                                  <name>Maven.org Repository for Maven</name>
                                  <url>http://repo1.maven.org/maven2/</url>
                                  <layout>default</layout>
                        </repository>
              </repositories>
              <properties>
                        <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
              </properties>
              <pluginRepositories>
                        <pluginRepository>
                          <id>flexmojos-repository</id>
                          <url>http://repository.sonatype.org/content/groups/flexgroup/</url>
                        </pluginRepository>
                        <pluginRepository>
                                  <id>flexpmd.opensource.adobe</id>
                                  <releases>
                                            <enabled>true</enabled>
                                  </releases>
                                  <snapshots>
                                            <enabled>true</enabled>
                                  </snapshots>
                                  <name>FlexPMD repository on opensource.adobe.com</name>
                                  <url>http://opensource.adobe.com/svn/opensource/flexpmd/maven-repository/release/</url>
                        </pluginRepository>
              </pluginRepositories>
              <build>
                  <sourceDirectory>src/main/flex</sourceDirectory>
                        <testSourceDirectory>src/test/flex</testSourceDirectory>
                        <finalName>Collaboration</finalName>
                        <plugins>
                                  <plugin>
                                            <groupId>org.sonatype.flexmojos</groupId>
                                            <artifactId>flexmojos-maven-plugin</artifactId>
                                            <version>3.9</version>
                                            <extensions>true</extensions>
                                            <dependencies>
                                              <dependency>
                                                      <groupId>com.adobe.flex</groupId>
                                                      <artifactId>compiler</artifactId>
                                                                <version>4.1.0.16076</version>
                                                      <type>pom</type>
                                              </dependency>
                                            </dependencies>
                                            <executions>
                                                      <execution>
                                                                <id>GroupDetachedView</id>
                                                                <goals>
                                                                          <goal>compile-swf</goal>
                                                                </goals>
                                                                <phase>compile</phase>
                                                                <configuration>
                                                                          <sourceFile>GroupDetachedView.mxml</sourceFile>
                                                                          <output>target/CW/GroupDetachedView.swf</output>
                                                                </configuration>
                                                      </execution>
                                                      <execution>
                                                                <id>main</id>
                                                                <goals>
                                                                          <goal>compile-swf</goal>
                                                                </goals>
                                                                <phase>compile</phase>
                                                                <configuration>
                                                                          <sourceFile>main.css</sourceFile>
                                                                          <output>target/CW/main.swf</output>
                                                                </configuration>
                                                      </execution>
                                                      <execution>
                                                        <id>wrapper generation</id>
                                                        <goals>
                                                                <goal>wrapper</goal>
                                                        </goals>
                                                        <configuration>
                                                                <outputDirectory>target/CW</outputDirectory>
                                                        </configuration>
                                                      </execution>
                                            </executions>
                                            <configuration>
                                                      <sourceFile>Coll.mxml</sourceFile>
                                                      <output>target/CW/Coll.swf</output>
                                            </configuration>
                                  </plugin>
                                  <plugin>
                                            <groupId>org.apache.maven.plugins</groupId>
                                            <artifactId>maven-site-plugin</artifactId>
                                            <version>3.0-beta-3</version>
                                  </plugin>
                        </plugins>
              </build>
              <dependencies>
                        <dependency>
                          <groupId>com.adobe.flex.framework</groupId>
                          <artifactId>flex-framework</artifactId>
                                  <version>4.1.0.16076</version>
                          <type>pom</type>
                        </dependency>
                        <dependency>
                          <groupId>com.adobe.flex.framework</groupId>
                          <artifactId>playerglobal</artifactId>
                                  <version>4.1.0.16076</version>
                                  <classifier>10.1</classifier>
                          <type>swc</type>
                        </dependency>
                        <dependency>
                          <groupId>com.adobe.flexunit</groupId>
                          <artifactId>flexunit</artifactId>
                          <version>4.0-beta-2</version>
                          <type>swc</type>
                          <scope>test</scope>
                        </dependency>
                        <dependency>
                          <groupId>com.adobe.flex.framework</groupId>
                          <artifactId>datavisualization</artifactId>
                                  <version>4.1.0.16076</version>
                          <type>swc</type>
                        </dependency>
                        <dependency>
                                  <groupId>com.adobe.flex.framework</groupId>
                                  <artifactId>spark</artifactId>
                                  <type>swc</type>
                                  <scope>external</scope>
                                  <version>4.1.0.16076</version>
                        </dependency>
                        <dependency>
                          <groupId>com.adobe.flex.framework</groupId>
                          <artifactId>as3corelib</artifactId>
                                  <version>1.0</version><!-- provided swc version here need to check if
                                            the right thing to do is to specify flex framework version -->
                          <type>swc</type>
                        </dependency>
                        <dependency>
                                  <groupId>com.abcd.abc</groupId>
                                  <artifactId>CollabSWC</artifactId>
                                  <version>2.50.6.a</version>
                                  <type>swc</type>
                        </dependency>
              </dependencies>
              <reporting>
                        <plugins>
                                  <plugin>
                                            <groupId>org.apache.maven.plugins</groupId>
                                            <artifactId>maven-project-info-reports-plugin</artifactId>
                                            <version>2.3.1</version>
                                  </plugin>
                                  <plugin>
                                            <groupId>com.adobe.ac</groupId>
                                            <artifactId>flex-pmd-maven-plugin</artifactId>
                                            <version>1.2</version>
                                  </plugin>
                                  <plugin>
                                    <groupId>org.sonatype.flexmojos</groupId>
                                    <artifactId>flexmojos-maven-plugin</artifactId>
                                            <version>4.0-beta-7</version>
                                    <reportSets>
                                            <reportSet>
                                              <id>flex-reports</id>
                                              <reports>
                                                      <report>asdoc-report</report>
                                              </reports>
                                            </reportSet>
                                    </reportSets>
                                  </plugin>
                        </plugins>
                        <outputDirectory>${project.build.directory}/../../target/site/CW</outputDirecto ry>
              </reporting>
    </project>

    Hi harUI,
    Thasnk for your reply...
    I ve tried to change the scope of some dependencies to 'external'. Still i get some errors. I ve added a few more dependencies now. Everytime i change the scope i get a different error. Pleaswe go through my updated pom.xml below:
    <?xml version="1.0" encoding="UTF-8"?>
    <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
              xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
              <parent>
                        <artifactId>abc-application</artifactId>
                        <groupId>com.abcd.abc</groupId>
                        <version>2.50.6.a</version>
              </parent>
              <modelVersion>4.0.0</modelVersion>
              <groupId>com.abcd.abc</groupId>
              <artifactId>CW</artifactId>
              <version>2.50.6.a</version>
              <packaging>swf</packaging>
              <name>CW</name>
                        <repositories>
                        <repository>
                                  <id>flexmojos</id>
                                  <url>http://repository.sonatype.org/content/groups/flexgroup/</url>
                        </repository>
                        <repository>
                                  <id>maven2-repository.dev.maven.org</id>
                                  <name>Maven.org Repository for Maven</name>
                                  <url>http://repo1.maven.org/maven2/</url>
                                  <layout>default</layout>
                        </repository>
              </repositories>
              <properties>
                        <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
              </properties>
              <pluginRepositories>
                        <pluginRepository>
                          <id>flexmojos-repository</id>
                          <url>http://repository.sonatype.org/content/groups/flexgroup/</url>
                        </pluginRepository>
                        <pluginRepository>
                                  <id>flexpmd.opensource.adobe</id>
                                  <releases>
                                            <enabled>true</enabled>
                                  </releases>
                                  <snapshots>
                                            <enabled>true</enabled>
                                  </snapshots>
                                  <name>FlexPMD repository on opensource.adobe.com</name>
                                  <url>http://opensource.adobe.com/svn/opensource/flexpmd/maven-repository/release/</url>
                        </pluginRepository>
              </pluginRepositories>
              <build>
                  <sourceDirectory>src/main/flex</sourceDirectory>
                        <testSourceDirectory>src/test/flex</testSourceDirectory>
                        <finalName>Collaboration</finalName>
                        <plugins>
                                  <plugin>
                                            <groupId>org.sonatype.flexmojos</groupId>
                                            <artifactId>flexmojos-maven-plugin</artifactId>
                                            <version>3.9</version>
                                            <extensions>true</extensions>
                                            <dependencies>
                                              <dependency>
                                                      <groupId>com.adobe.flex</groupId>
                                                      <artifactId>compiler</artifactId>
                                                                <version>4.1.0.16076</version>
                                                      <type>pom</type>
                                              </dependency>
                                            </dependencies>
                                            <executions>
                                                      <execution>
                                                                <id>GroupDetachedView</id>
                                                                <goals>
                                                                          <goal>compile-swf</goal>
                                                                </goals>
                                                                <phase>compile</phase>
                                                                <configuration>
                                                                          <sourceFile>GroupDetachedView.mxml</sourceFile>
                                                                          <output>target/CW/GroupDetachedView.swf</output>
                                                                </configuration>
                                                      </execution>
                                                      <execution>
                                                                <id>main</id>
                                                                <goals>
                                                                          <goal>compile-swf</goal>
                                                                </goals>
                                                                <phase>compile</phase>
                                                                <configuration>
                                                                          <sourceFile>main.css</sourceFile>
                                                                          <output>target/CW/main.swf</output>
                                                                </configuration>
                                                      </execution>
                                                      <execution>
                                                        <id>wrapper generation</id>
                                                        <goals>
                                                                <goal>wrapper</goal>
                                                        </goals>
                                                        <configuration>
                                                                <outputDirectory>target/CW</outputDirectory>
                                                        </configuration>
                                                      </execution>
                                            </executions>
                                            <configuration>
                                                      <sourceFile>abc.mxml</sourceFile>
                                                      <output>target/CW/abc.swf</output>
                                            </configuration>
                                  </plugin>
                                  <plugin>
                                            <groupId>org.apache.maven.plugins</groupId>
                                            <artifactId>maven-site-plugin</artifactId>
                                            <version>3.0-beta-3</version>
                                  </plugin>
                        </plugins>
              </build>
              <dependencies>
                        <dependency>
                          <groupId>com.adobe.flex.framework</groupId>
                          <artifactId>flex-framework</artifactId>
                                  <version>4.1.0.16076</version>
                          <type>pom</type>
                        </dependency>
                        <dependency>
                          <groupId>com.adobe.flex.framework</groupId>
                          <artifactId>playerglobal</artifactId>
                                  <version>4.1.0.16076</version>
                                  <classifier>10.1</classifier>
                          <type>swc</type>
                        </dependency>
                        <dependency>
                          <groupId>com.adobe.flexunit</groupId>
                          <artifactId>flexunit</artifactId>
                          <version>4.0-beta-2</version>
                          <type>swc</type>
                          <scope>test</scope>
                        </dependency>
                        <dependency>
                          <groupId>com.adobe.flex.framework</groupId>
                          <artifactId>textLayout</artifactId>
                          <version>4.1.0.16076</version>
                          <type>swc</type>
                          <scope>caching</scope>
                        </dependency>
                        <dependency>
                          <groupId>com.adobe.flex.framework</groupId>
                          <artifactId>framework</artifactId>
                          <version>4.1.0.16076</version>
                          <type>swc</type>
                          <scope>caching</scope>
                        </dependency>
                        <dependency>
                          <groupId>com.adobe.flex.framework</groupId>
                          <artifactId>datavisualization</artifactId>
                                  <version>4.1.0.16076</version>
                          <type>swc</type>
                        </dependency>
                        <dependency>
                          <groupId>com.adobe.flex.framework</groupId>
                          <artifactId>textLayout</artifactId>
                          <version>4.1.0.16076</version>
                          <type>swc</type>
                          <scope>caching</scope>
                        </dependency>
                        <dependency>
                                  <groupId>com.adobe.flex.framework</groupId>
                                  <artifactId>spark</artifactId>
                                  <type>swc</type>
                                  <scope>caching</scope>
                                  <version>4.1.0.16076</version>
                        </dependency>
                        <dependency>
                          <groupId>com.adobe.flex.framework</groupId>
                          <artifactId>sparkskins</artifactId>
                          <version>4.1.0.16076</version>
                          <type>swc</type>
                          <scope>caching</scope>
                        </dependency>
                        <dependency>
                          <groupId>com.adobe.flex.framework</groupId>
                          <artifactId>as3corelib</artifactId>
                                  <version>1.0</version><!-- provided swc version here need to check if
                                            the right thing to do is to specify flex framework version -->
                          <type>swc</type>
                        </dependency>
                          <dependency>
                          <groupId>com.adobe.flex.framework</groupId>
                          <artifactId>rpc</artifactId>
                          <version>4.1.0.16076</version>
                          <type>swc</type>
                          <scope>caching</scope>
                        </dependency>
                        <dependency>
                          <groupId>com.adobe.flex.framework</groupId>
                          <artifactId>flex-framework</artifactId>
                          <version>4.1.0.16076</version>
                          <type>pom</type>
                        </dependency>
                        <dependency>
                                  <groupId>com.visualiq.iq</groupId>
                                  <artifactId>CollaborationSWC</artifactId>
                                  <version>2.50.6.a</version>
                                  <type>swc</type>
                        </dependency>
              </dependencies>
              <reporting>
                        <plugins>
                                  <plugin>
                                            <groupId>org.apache.maven.plugins</groupId>
                                            <artifactId>maven-project-info-reports-plugin</artifactId>
                                            <version>2.3.1</version>
                                  </plugin>
                                  <plugin>
                                            <groupId>com.adobe.ac</groupId>
                                            <artifactId>flex-pmd-maven-plugin</artifactId>
                                            <version>1.2</version>
                                  </plugin>
                                  <plugin>
                                    <groupId>org.sonatype.flexmojos</groupId>
                                    <artifactId>flexmojos-maven-plugin</artifactId>
                                            <version>4.0-beta-7</version>
                                    <reportSets>
                                            <reportSet>
                                              <id>flex-reports</id>
                                              <reports>
                                                      <report>asdoc-report</report>
                                              </reports>
                                            </reportSet>
                                    </reportSets>
                                  </plugin>
                        </plugins>
                        <outputDirectory>${project.build.directory}/../../target/site/CW</outputDirecto ry>
              </reporting>
    </project>

  • SSRS 2008 reports with images throw script error with IE9

    When i try to load SSRS 2008 report in a browser or a application with browser control on machine which has IE9, it loads the image but throws some script error. I also tried installing the ReportViewer08 SP1.exe, but still i get the error.
    The error is "Object doesnt support method or property"
    In the script debugger i see debugger stuck at  "this.Poll..." statement.
    function anonymous()
    this.PollResizeImages(oReportDiv, oReportDiv);

    I'm also getting this error when I run a report using ReportViewer control
    on many environments including production for my customers
    I have Microsoft SQL Server 2008 R2 (SP1) - 10.50.2500.0 (X64)   Jun 17 2011 00:54:03   Copyright (c) Microsoft Corporation  Developer Edition (64-bit) on Windows NT 6.1 <X64> (Build
    7601: Service Pack 1) (Hypervisor) 
    Funny thing is another environment with same version doesn't ( internal )
    doesn't get this error
    Another symptom is that images when report is first run are cropped but
    refreshing report or changing to another report page and back again the
    issue doesn't occur

  • Best way to throw custom error from SubVI

    Hi
    I was wondering how best to throw error messages from a SubVI.
    Say I have a toplvl VI called Caller.vi which calls Sub.vi. The toplvl vi whishes to use the Sub.vi's error out cluster to determine what to do - e.g. halt execution of the toplvl vi if the Sub.vi throws an error. Easy enough if the Sub.vi just have to pass errors from build in LabView functions and VI's, but how to do it if the sub vi has to throw a custom error upon some condition?
    Say the sub vi takes a certain number of inputs and that the inputs need validation before executing what ever the sub vi does. E.g. a certain algorithm implemented is only meaningfull if a>10.
    My own thought is this: Simply select between an empty/no-error error cluster and an error-cluster containing the wanted custom errorcode and description. The area circled in blue is the interesting part:
    Is that the worst idea you've iever seen implemented?
    The only other real suggestion I've been able to find (which originally adresses another issue, but shows a method for "throwing an error") is a VI posted in this thread: http://forums.ni.com/t5/LabVIEW/Throw-an-error/m-p​/882575 which looks like:
    Please help me out guys How to throw a custom error which is not intended for the end-user, but intended to ease the life of a develper calling the sub-vi if he/she wishes to.
    Best regards
    Wuhtzu

    Thank you tbob. (EDIT: and thank you blawson)
    I know all about volunteering and having jobs to do - I participate in quite a few fora. I just thought that my topic was lost since after only 2 days it was on page 3 of the forum - but if page 3 isn't forgotten I will remember that next time and also if 2 days isn't patient I will also remember that
    To you answer: The error code should be negative, shouldn't it? Even though an indicator wired to error-out of a build in labview function will actually display error codes as positive... maybe it's diffrent form labview version to labview version. My v2010 manual reads:
    "You can define custom error codes in the range of -8999 through -8000, 5000 through 9999 or 500,000 through 599,999"
    So say I want to throw an error with error code 5687 - should I then wire -5687 or +5687 to the cluster?
    Thanks - Wuhtzu

  • HT1379 My iMac (2011) has been persistently throwing this error message: "SafariDAVClient quit unexpectedly." This started when I moved up to Mavericks. Nothing crashes, and all I have to do is click "ok" to get rid of the error window. Still, annoying. H

    My iMac (2011) has been persistently throwing this error message: "SafariDAVClient quit unexpectedly." This started when I moved up to Mavericks, from Lion. Nothing crashes, and all I have to do is click "ok" to get rid of the error window. Still, annoying, as this darn Error message pops up at least every 60 seconds Help?
    Here is thev error data that shows up in my Console after it happens. Of course, it might as well be GREEK TO ME!:
    Process:         SafariDAVClient [5937]
    Path:            /System/Library/PrivateFrameworks/BookmarkDAV.framework/Versions/A/Helpers/Safa riDAVClient
    Identifier:      SafariDAVClient
    Version:         106
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [202]
    Responsible:     SafariDAVClient [5937]
    User ID:         501
    Date/Time:       2014-02-02 15:40:22.026 -0800
    OS Version:      Mac OS X 10.9.1 (13B42)
    Report Version:  11
    Anonymous UUID:  38C42EEE-0927-2A62-02AC-FE5E1CEBFA44
    Sleep/Wake UUID: F4BAEB51-39DA-42AE-8105-AB27895B59BD
    Crashed Thread:  0  Dispatch queue: com.apple.Safari.BookmarkFolder.childrenAccess
    As well, my iCloud Pref Pane will not open!
    What the HECK is goin' on?

    feckinHell wrote:
    As well, my iCloud Pref Pane will not open!
    That's related since the process is attempting to load your Safari bookmarks from iCloud, and is crashing for some reason.
    Try this:
    Select the entire line that follows (triple-click to select it), then control-click, and from the contextual menu that appears, select Services > Reveal in Finder:
    ~/Library/Caches/com.apple.iCloudHelper
    Drag that entire folder to the Desktop.
    Quit Safari.
    Attempt to open iCloud Preferences again. If it opens de-select Safari.
    Launch Safari again and determine if the problem is fixed.

  • My application while running in playback throws fault error report and it needs to be closed programmatically by killing the process.

    My application throws some fault error report and pops up a screen needing user response.
    I would like to kill that process once it is thrown. Is there a way I can do it programmatically
    this issue happens in the middle of start() and close() method

    Hi,
    Based on your description, I think that your issue and requirement is more related to programming rather than Visual Studio tests.
    Test Tools in Visual Studio 2010 and 2012 forum is used to resolve and discuss VS testing issues. I am afraid that your issue is out of the support range of this forum. I suggest consulting this issue on some development forums based on the
    type of your application.
    If you are working with Windows Forms app. please consult on Windows Forms Forum:http://social.msdn.microsoft.com/Forums/windows/en-US/home?category=windowsforms
    If you are working with WPF app, please consult on WPF forum:
    http://social.msdn.microsoft.com/Forums/vstudio/en-US/home?forum=wpf
    If you are working with ASP.NET Web Application, I suggest that you can consult your issue on ASP.NET forum:
    http://forums.asp.net/
     for better solution and support.
    Visual Studio Language Forums also may help you:
    http://social.msdn.microsoft.com/Forums/vstudio/en-US/home?category=vslanguages
    Best regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Good day!     On the ultrabook Asus (System Settings: WIN 8.1 64-bit, Core I5-3317U CPU @ 1.70 Ghz, Memory 4 Gb), set Adobe Acrobat XI Pro 11.0.09 When you convert to any format via SaveAs in WORD, EXCEL, or via the Export file in ... throws the error "Un

    Good day!
    On the ultrabook Asus (System Settings: WIN 8.1 64-bit, Core I5-3317U CPU @ 1.70 Ghz, Memory 4 Gb), set Adobe Acrobat XI Pro 11.0.09
    When you convert to any format via SaveAs in WORD, EXCEL, or via the Export file in ... throws the error "Unable to process the document in the module Save As. File not created"

    Hi,
    Was it working fine for you before?
    Is it with some specific documents?
    Are you able to convert the word/excel files to pdf?
    Regards,
    Rave

  • While running the form-showing some error

    hi,
    while running the form-showing some error... I mentioned Below
    # An unexpected error has been detected by Java Runtime Environment:
    # Internal Error (safepoint.cpp:583), pid=3512, tid=4932
    # Error: Illegal threadstate encountered: 4
    # Java VM: Java HotSpot(TM) Client VM (11.3-b02 mixed mode windows-x86)
    # If you would like to submit a bug report, please visit:
    # http://java.sun.com/webapps/bugreport/crash.jsp
    # The crash happened outside the Java Virtual Machine in native code.
    # See problematic frame for where to report the bug.
    --------------- T H R E A D ---------------
    Current thread (0x16788400): JavaThread "Thread-6" [_thread_in_native, id=4932, stack(0x1d7d0000,0x1d9d0000)]
    Stack: [0x1d7d0000,0x1d9d0000]
    <<<<<<<<<<<<<<<<<<<This is Another One Error>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
    # An unexpected error has been detected by Java Runtime Environment:
    # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x0c307fd3, pid=5880, tid=6964
    # Java VM: Java HotSpot(TM) Client VM (11.3-b02 mixed mode windows-x86)
    # Problematic frame:
    # V [jvm.dll+0x57fd3]
    # If you would like to submit a bug report, please visit:
    # http://java.sun.com/webapps/bugreport/crash.jsp
    # The crash happened outside the Java Virtual Machine in native code.
    # See problematic frame for where to report the bug.
    --------------- T H R E A D ---------------
    Current thread (0x17926000): JavaThread "Thread-14" [_thread_in_native, id=6964, stack(0x04be0000,0x04de0000)]
    siginfo: ExceptionCode=0xc0000005, reading address 0xfffffffc
    Registers:
    EAX=0x00000000, EBX=0x00000000, ECX=0x00000000, EDX=0x04ddcf8c
    ESP=0x04ddcf58, EBP=0x00000000, ESI=0x04ddcf8c, EDI=0x00000400
    EIP=0x0c307fd3, EFLAGS=0x00010246
    Top of Stack: (sp=0x04ddcf58)
    0x04ddcf58: 04ddcf8c 0c3087a6 00000000 00000000
    0x04ddcf68: 00000000 0c37d855 04ddcf8c 1790e61c
    0x04ddcf78: 1790e61c 04ddd2f8 04ddd238 00000958
    0x04ddcf88: 00000000 00000000 00000001 00000000
    0x04ddcf98: 00000000 00000000 00000000 ffffffff
    0x04ddcfa8: 75966ce9 75966d91 00040000 17895c08
    0x04ddcfb8: 179b9f08 179b9f10 179ba2fc 00000400
    0x04ddcfc8: 178e9f70 0e563a98 0e563ab0 0e563b40
    Instructions: (pc=0x0c307fd3)
    0x0c307fc3: 04 56 8b f1 8b 4c 24 0c 89 06 89 46 14 89 4e 10
    0x0c307fd3: 8b 40 fc 50 89 46 04 e8 91 09 02 00 83 c4 04 85
    Stack: [0x04be0000,0x04de0000], sp=0x04ddcf58, free space=2035k
    Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
    V [jvm.dll+0x57fd3]
    [error occurred during error reporting (printing native stack), id 0xc0000005]
    --------------- P R O C E S S ---------------
    Java Threads: ( => current thread )
    0x17924000 JavaThread "Flush Queue" [_thread_blocked, id=5624, stack(0x1fb80000,0x1fc80000)]
    0x17928000 JavaThread "Busy indicator" daemon [_thread_blocked, id=5324, stack(0x1f9f0000,0x1faf0000)]
    0x17924800 JavaThread "HeartBeat" [_thread_blocked, id=5576, stack(0x1f8d0000,0x1f9d0000)]
    0x17928400 JavaThread "Forms-StreamMessageWriter" [_thread_blocked, id=5696, stack(0x1f4b0000,0x1f5b0000)]
    0x17926c00 JavaThread "Forms-StreamMessageReader" [_thread_blocked, id=5412, stack(0x1f2d0000,0x1f3d0000)]
    0x17925000 JavaThread "thread applet-oracle.forms.engine.Main" [_thread_blocked, id=3904, stack(0x1e980000,0x1ea80000)]
    0x17926800 JavaThread "Thread-16" [_thread_in_vm, id=5080, stack(0x1d100000,0x1d300000)]
    0x17921c00 JavaThread "TaskScheduler timer" [_thread_blocked, id=6188, stack(0x1cef0000,0x1cff0000)]
    0x17927400 JavaThread "Flush Queue" [_thread_blocked, id=5620, stack(0x0a600000,0x0a700000)]
    0x17922800 JavaThread "CursorIdler" [_thread_blocked, id=6120, stack(0x1bf10000,0x1c010000)]
    0x17925400 JavaThread "Busy indicator" daemon [_thread_blocked, id=5428, stack(0x1c300000,0x1c400000)]
    0x17924400 JavaThread "HeartBeat" [_thread_blocked, id=480, stack(0x1cc70000,0x1cd70000)]
    0x17929000 JavaThread "Forms-StreamMessageWriter" [_thread_blocked, id=6288, stack(0x1c050000,0x1c150000)]
    0x17922c00 JavaThread "Forms-StreamMessageReader" [_thread_blocked, id=3932, stack(0x0a1d0000,0x0a2d0000)]
    0x17927800 JavaThread "thread applet-oracle.forms.engine.Main" [_thread_blocked, id=6708, stack(0x0b570000,0x0b670000)]
    0x17928800 JavaThread "SunToolkit.PostEventQueue-6" [_thread_blocked, id=4140, stack(0x1be10000,0x1bf10000)]
    0x17922000 JavaThread "AWT-EventQueue-6" [_thread_blocked, id=6524, stack(0x0b6d0000,0x0b7d0000)]
    =>0x17926000 JavaThread "Thread-14" [_thread_in_native, id=6964, stack(0x04be0000,0x04de0000)]
    0x17923400 JavaThread "Screen Updater" [_thread_blocked, id=3812, stack(0x1a990000,0x1aa90000)]
    0x178f2400 JavaThread "JAR Cache Cleanup Thread" [_thread_blocked, id=3784, stack(0x1a360000,0x1a460000)]
    0x178ec800 JavaThread "TimerQueue" daemon [_thread_blocked, id=4844, stack(0x19fe0000,0x1a0e0000)]
    0x178e4400 JavaThread "Thread-2" [_thread_blocked, id=5800, stack(0x1a150000,0x1a250000)]
    0x178e3c00 JavaThread "Thread-1" [_thread_blocked, id=3496, stack(0x19450000,0x19550000)]
    0x0be0f400 JavaThread "Main Console Writer" [_thread_blocked, id=3324, stack(0x18ee0000,0x18fe0000)]
    0x0be0e000 JavaThread "AWT-Windows" [_thread_in_native, id=2040, stack(0x18b60000,0x18c60000)]
    0x0be0dc00 JavaThread "SunToolkit.PostEventQueue-1" [_thread_blocked, id=728, stack(0x175d0000,0x176d0000)]
    0x0be0d400 JavaThread "AWT-EventQueue-1" [_thread_blocked, id=4000, stack(0x188a0000,0x189a0000)]
    0x0bdc5000 JavaThread "SunToolkit.PostEventQueue-0" [_thread_blocked, id=4720, stack(0x174b0000,0x175b0000)]
    0x0bdd8800 JavaThread "AWT-EventQueue-0" [_thread_blocked, id=2708, stack(0x17790000,0x17890000)]
    0x0bd8d000 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=3772, stack(0x16cb0000,0x16db0000)]
    0x0bd86400 JavaThread "CompilerThread0" daemon [_thread_blocked, id=3780, stack(0x16fe0000,0x170e0000)]
    0x0bd85800 JavaThread "Attach Listener" daemon [_thread_blocked, id=5828, stack(0x16dc0000,0x16ec0000)]
    0x0bd7b000 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=2492, stack(0x16b90000,0x16c90000)]
    0x0bd72800 JavaThread "Finalizer" daemon [_thread_blocked, id=3800, stack(0x0c0e0000,0x0c1e0000)]
    0x0bd6e000 JavaThread "Reference Handler" daemon [_thread_blocked, id=1824, stack(0x16980000,0x16a80000)]
    Other Threads:
    0x0bd6c000 VMThread [stack: 0x16840000,0x16940000] [id=3892]
    0x0bd95c00 WatcherThread [stack: 0x17160000,0x17260000] [id=4680]
    VM state:not at safepoint (normal execution)
    VM Mutex/Monitor currently owned by a thread: None
    Heap
    def new generation total 1024K, used 400K [0x0e510000, 0x0e620000, 0x0e9f0000)
    eden space 960K, 35% used [0x0e510000, 0x0e5642b0, 0x0e600000)
    from space 64K, 100% used [0x0e610000, 0x0e620000, 0x0e620000)
    to space 64K, 0% used [0x0e600000, 0x0e600000, 0x0e610000)
    tenured generation total 11516K, used 10193K [0x0e9f0000, 0x0f52f000, 0x12510000)
    the space 11516K, 88% used [0x0e9f0000, 0x0f3e4780, 0x0f3e4800, 0x0f52f000)
    compacting perm gen total 12288K, used 9184K [0x12510000, 0x13110000, 0x16510000)
    the space 12288K, 74% used [0x12510000, 0x12e08140, 0x12e08200, 0x13110000)
    No shared spaces configured.
    Dynamic libraries:
    0x012f0000 - 0x013a8000      C:\Program Files (x86)\Internet Explorer\iexplore.exe
    0x77e00000 - 0x77f80000      C:\Windows\SysWOW64\ntdll.dll
    0x76980000 - 0x76a90000      C:\Windows\syswow64\kernel32.dll
    0x76b10000 - 0x76b56000      C:\Windows\syswow64\KERNELBASE.dll
    0x758b0000 - 0x75950000      C:\Windows\syswow64\ADVAPI32.dll
    0x75b40000 - 0x75bec000      C:\Windows\syswow64\msvcrt.dll
    0x76ec0000 - 0x76ed9000      C:\Windows\SysWOW64\sechost.dll
    0x770d0000 - 0x771c0000      C:\Windows\syswow64\RPCRT4.dll
    0x754e0000 - 0x75540000      C:\Windows\syswow64\SspiCli.dll
    0x754d0000 - 0x754dc000      C:\Windows\syswow64\CRYPTBASE.dll
    0x75950000 - 0x75a50000      C:\Windows\syswow64\USER32.dll
    0x77450000 - 0x774e0000      C:\Windows\syswow64\GDI32.dll
    0x756d0000 - 0x756da000      C:\Windows\syswow64\LPK.dll
    0x77030000 - 0x770cd000      C:\Windows\syswow64\USP10.dll
    0x76e60000 - 0x76eb7000      C:\Windows\syswow64\SHLWAPI.dll
    0x75d30000 - 0x7697a000      C:\Windows\syswow64\SHELL32.dll
    0x76d00000 - 0x76e5c000      C:\Windows\syswow64\ole32.dll
    0x75560000 - 0x75671000      C:\Windows\syswow64\urlmon.dll
    0x756e0000 - 0x7576f000      C:\Windows\syswow64\OLEAUT32.dll
    0x771c0000 - 0x77378000      C:\Windows\syswow64\iertutil.dll
    0x75c10000 - 0x75d2b000      C:\Windows\syswow64\WININET.dll
    0x77dd0000 - 0x77dd3000      C:\Windows\syswow64\Normaliz.dll
    0x75770000 - 0x757d0000      C:\Windows\system32\IMM32.DLL
    0x77380000 - 0x7744c000      C:\Windows\syswow64\MSCTF.dll
    0x6c5a0000 - 0x6cee6000      C:\Windows\system32\IEFRAME.dll
    0x75550000 - 0x75555000      C:\Windows\syswow64\PSAPI.DLL
    0x6dbc0000 - 0x6dbfc000      C:\Windows\system32\OLEACC.dll
    0x71710000 - 0x718ae000      C:\Windows\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_6.0.7601.17514_none_41e6975e2bd6f2b2\comctl32.dll
    0x76a90000 - 0x76b0b000      C:\Windows\syswow64\comdlg32.dll
    0x6b640000 - 0x6b671000      C:\Program Files (x86)\Internet Explorer\IEShims.dll
    0x73070000 - 0x730f0000      C:\Windows\system32\uxtheme.dll
    0x73870000 - 0x73878000      C:\Windows\system32\Secur32.dll
    0x73c60000 - 0x73c6b000      C:\Windows\system32\profapi.dll
    0x757d0000 - 0x75805000      C:\Windows\syswow64\WS2_32.dll
    0x75540000 - 0x75546000      C:\Windows\syswow64\NSI.dll
    0x73720000 - 0x73764000      C:\Windows\system32\dnsapi.DLL
    0x736c0000 - 0x736dc000      C:\Windows\system32\iphlpapi.DLL
    0x736b0000 - 0x736b7000      C:\Windows\system32\WINNSI.DLL
    0x73c70000 - 0x73c7e000      C:\Windows\system32\RpcRtRemote.dll
    0x70230000 - 0x70243000      C:\Windows\system32\dwmapi.dll
    0x6cef0000 - 0x6daab000      C:\Windows\system32\MSHTML.dll
    0x73d40000 - 0x73d49000      C:\Windows\system32\VERSION.dll
    0x76b60000 - 0x76cfd000      C:\Windows\syswow64\setupapi.dll
    0x75a50000 - 0x75a77000      C:\Windows\syswow64\CFGMGR32.dll
    0x75bf0000 - 0x75c02000      C:\Windows\syswow64\DEVOBJ.dll
    0x6c0a0000 - 0x6c15a000      C:\Windows\system32\d2d1.dll
    0x6ff30000 - 0x7003b000      C:\Windows\system32\DWrite.dll
    0x6c010000 - 0x6c093000      C:\Windows\system32\dxgi.dll
    0x75a80000 - 0x75aad000      C:\Windows\syswow64\WINTRUST.dll
    0x76ee0000 - 0x76ffd000      C:\Windows\syswow64\CRYPT32.dll
    0x75810000 - 0x7581c000      C:\Windows\syswow64\MSASN1.dll
    0x6bfe0000 - 0x6c00c000      C:\Windows\system32\d3d10_1.dll
    0x6bfa0000 - 0x6bfda000      C:\Windows\system32\d3d10_1core.dll
    0x73cc0000 - 0x73cd6000      C:\Windows\system32\CRYPTSP.dll
    0x73c80000 - 0x73cbb000      C:\Windows\system32\rsaenh.dll
    0x75820000 - 0x758a3000      C:\Windows\syswow64\CLBCatQ.DLL
    0x6bf30000 - 0x6bf62000      C:\Program Files (x86)\Internet Explorer\ieproxy.dll
    0x73cf0000 - 0x73d3c000      C:\Windows\system32\apphelp.dll
    0x6db60000 - 0x6db8e000      C:\Windows\system32\MLANG.dll
    0x72910000 - 0x72931000      C:\Windows\system32\ntmarta.dll
    0x75680000 - 0x756c5000      C:\Windows\syswow64\WLDAP32.dll
    0x716b0000 - 0x71702000      C:\Windows\system32\RASAPI32.dll
    0x728f0000 - 0x72905000      C:\Windows\system32\rasman.dll
    0x73d60000 - 0x73d6d000      C:\Windows\system32\rtutils.dll
    0x737a0000 - 0x737a6000      C:\Windows\system32\sensapi.dll
    0x73a70000 - 0x73aac000      C:\Windows\system32\mswsock.dll
    0x73a60000 - 0x73a65000      C:\Windows\System32\wshtcpip.dll
    0x738b0000 - 0x738c0000      C:\Windows\system32\NLAapi.dll
    0x6de50000 - 0x6deaf000      C:\Windows\system32\SXS.DLL
    0x73660000 - 0x73666000      C:\Windows\system32\rasadhlp.dll
    0x701c0000 - 0x701c7000      C:\Windows\system32\msiltcfg.dll
    0x6f290000 - 0x6f4d0000      C:\Windows\system32\msi.dll
    0x73c50000 - 0x73c53000      C:\Windows\SysWOW64\SFC.DLL
    0x73ac0000 - 0x73acd000      C:\Windows\system32\sfc_os.DLL
    0x658b0000 - 0x65a6b000      C:\Windows\SysWOW64\jscript9.dll
    0x6dbb0000 - 0x6dbbb000      C:\Windows\system32\msimtf.dll
    0x6c460000 - 0x6c555000      C:\Windows\system32\PROPSYS.dll
    0x6bbf0000 - 0x6bceb000      C:\Windows\system32\windowscodecs.dll
    0x6bd30000 - 0x6be32000      C:\Windows\system32\d3d10.dll
    0x6bcf0000 - 0x6bd23000      C:\Windows\system32\d3d10core.dll
    0x6be40000 - 0x6be6b000      C:\Windows\system32\msls31.dll
    0x728e0000 - 0x728e6000      C:\Windows\System32\wship6.dll
    0x736e0000 - 0x73707000      C:\Program Files (x86)\Common Files\Microsoft Shared\Windows Live\WLIDNSP.DLL
    0x73670000 - 0x736a8000      C:\Windows\System32\fwpuclnt.dll
    0x01150000 - 0x0115d000      C:\Program Files (x86)\Oracle\JInitiator 1.3.1.22\bin\npjinit13122.dll
    0x09160000 - 0x0918b000      C:\Program Files (x86)\Oracle\JInitiator 1.3.1.22\bin\beans.ocx
    0x73960000 - 0x73967000      C:\Windows\system32\wsock32.dll
    0x73890000 - 0x738a0000      C:\Windows\system32\napinsp.dll
    0x73780000 - 0x73792000      C:\Windows\system32\pnrpnsp.dll
    0x73710000 - 0x73718000      C:\Windows\System32\winrnr.dll
    0x089e0000 - 0x089f6000      C:\Program Files (x86)\Oracle\JInitiator 1.3.1.22\bin\jpishare.dll
    0x0c2b0000 - 0x0c506000      C:\PROGRA~2\Oracle\JINITI~1.22\bin\hotspot\jvm.dll
    0x73ad0000 - 0x73b02000      C:\Windows\system32\WINMM.dll
    0x7c340000 - 0x7c396000      C:\Windows\system32\MSVCR71.dll
    0x04960000 - 0x04967000      C:\PROGRA~2\Oracle\JINITI~1.22\bin\hpi.dll
    0x08890000 - 0x0889d000      C:\PROGRA~2\Oracle\JINITI~1.22\bin\verify.dll
    0x08f30000 - 0x08f48000      C:\PROGRA~2\Oracle\JINITI~1.22\bin\java.dll
    0x08a00000 - 0x08a0d000      C:\PROGRA~2\Oracle\JINITI~1.22\bin\zip.dll
    0x16a80000 - 0x16b8b000      C:\Program Files (x86)\Oracle\JInitiator 1.3.1.22\bin\awt.dll
    0x732b0000 - 0x73301000      C:\Windows\system32\WINSPOOL.DRV
    0x09340000 - 0x0937c000      C:\Program Files (x86)\Oracle\JInitiator 1.3.1.22\bin\fontmanager.dll
    0x6b130000 - 0x6b1f8000      C:\Windows\system32\OPENGL32.DLL
    0x6b100000 - 0x6b122000      C:\Windows\system32\GLU32.dll
    0x6fc20000 - 0x6fd07000      C:\Windows\system32\DDRAW.dll
    0x70210000 - 0x70216000      C:\Windows\system32\DCIMAN32.dll
    0x17a90000 - 0x187f1000      C:\Windows\system32\ig4icd32.dll
    0x08b60000 - 0x08b68000      C:\Program Files (x86)\Oracle\JInitiator 1.3.1.22\bin\net.dll
    0x1a250000 - 0x1a2e4000      C:\Windows\system32\igdumdx32.dll
    0x1af50000 - 0x1b56d000      C:\Windows\system32\igdumd32.dll
    0x6b9b0000 - 0x6b9d5000      C:\Windows\system32\PowrProf.dll
    0x09190000 - 0x0919a000      C:\Program Files (x86)\Oracle\JInitiator 1.3.1.22\bin\packager.dll
    0x72b50000 - 0x72b9f000      C:\Windows\System32\Wpc.dll
    0x731f0000 - 0x73207000      C:\Windows\System32\USERENV.dll
    0x72b00000 - 0x72b42000      C:\Windows\System32\wevtapi.dll
    0x738f0000 - 0x738ff000      C:\Windows\system32\samcli.dll
    0x73360000 - 0x73372000      C:\Windows\system32\SAMLIB.dll
    0x73930000 - 0x73939000      C:\Windows\system32\netutils.dll
    0x69d90000 - 0x6a9a5000      C:\Windows\system32\igd10umd32.dll
    VM Arguments:
    jvm_args: -Xbootclasspath/a:C:\PROGRA~2\Oracle\JINITI~1.22\lib\jaws.jar;C:\PROGRA~2\Oracle\JINITI~1.22\lib\plugprov.jar;C:\PROGRA~2\Oracle\JINITI~1.22\lib\sunrsasign.jar;C:\PROGRA~2\Oracle\JINITI~1.22\lib\javax-ssl-1_2.jar;C:\PROGRA~2\Oracle\JINITI~1.22\lib\jssl-1_2.jar -Xmx64m -Djavaplugin.maxHeapSize=64m -Xverify:remote -Djavaplugin.version=1.3.1.22 -Djavaplugin.nodotversion=13122 -DtrustProxy=true -Dapplication.home=C:\PROGRA~2\Oracle\JINITI~1.22 -Djava.protocol.handler.pkgs=sun.plugin.protocol.jdk12 -Djavaplugin.vm.options=-Djava.class.path=C:\PROGRA~2\Oracle\JINITI~1.22\lib\applet. -Xbootclasspath/a:C:\PROGRA~2\Oracle\JINITI~1.22\lib\jaws.jar;C:\PROGRA~2\Oracle\JINITI~1.22\lib\plugprov.jar;C:\PROGRA~2\Oracle\JINITI~1.22\lib\sunrsasign.jar;C:\PROGRA~2\Oracle\JINITI~1.22\lib\javax-ssl-1_2.jar;C:\PROGRA~2\Oracle\JINITI~1.22\lib\jssl-1_2.jar -Xmx64m -Djavaplugin.maxHeapSize=64m -Xverify:remote -Djavaplugin.version=1.3.1.22 -Djavaplugin.nodotversion=13122 -DtrustProxy=true -Dapplication.home=C:\PROGRA~2\Oracle\JINITI~1.22 -Djava.protocol.handler.pkgs=sun.plugin.protocol.jdk12
    java_command: <unknown>
    Launcher Type: generic
    Environment Variables:
    PATH=C:\PROGRA~2\Oracle\JINITI~1.22\bin;C:\PROGRA~2\Oracle\JINITI~1.22\jre\bin;E:\DevSuiteHome_1\jdk\jre\bin\classic;E:\DevSuiteHome_1\jdk\jre\bin;E:\DevSuiteHome_1\jdk\jre\bin\client;E:\DevSuiteHome_1\jlib;E:\DevSuiteHome_1\bin;E:\DevSuiteHome_1\jre\1.4.2\bin\client;E:\DevSuiteHome_1\jre\1.4.2\bin;E:\oracle\product\10.2.0\db_1\bin;C:\Program Files\Common Files\Microsoft Shared\Windows Live;C:\Program Files (x86)\Common Files\Microsoft Shared\Windows Live;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\Windows Live\Shared;C:\Program Files\Java\jdk1.6.0_30\jre\bin;;.
    USERNAME=free
    OS=Windows_NT
    PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 42 Stepping 7, GenuineIntel
    --------------- S Y S T E M ---------------
    OS: Windows NT 6.1 Build 7601 Service Pack 1
    CPU:total 4 (8 cores per cpu, 2 threads per core) family 6 model 10 stepping 7, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, ht
    Memory: 4k page, physical 4039108k(2141856k free), swap 4194303k(797372k free)
    vm_info: Java HotSpot(TM) Client VM (11.3-b02) for windows-x86 JRE (1.6.0_13-b03), built on Mar 9 2009 01:15:24 by "java_re" with MS VC++ 7.1
    time: Thu Mar 29 12:31:47 2012
    elapsed time: 7308 seconds
    Please find solution to solve the problem...

    you form is running in the browser with the help of Jinitiator which is nothing but A JavaInitiator.
    as your machine files located in the System32 folder of your windows directory as .DLL. are not able to communicate with the Jinitiator DLL Files being used
    for the JRE.
    The Form is sending the request to the internet explorer to run the object of applet ttype which is nothing but the Oracle Java Applet named as OC4J(Oracle Container for Java)
    if your form is running or trying to run and hangged due to some problems and your machine got abnormal shutdown then at that time the DLL fiels communicating each other may got corrupt
    due to any abmormal shutdown of your machine...
    the problem is there with the Java Side...
    There is no solution other then reloading the JRE and Jinitiator as per the error being thrown by your machine

  • HP Envy m6 - getting error while recovery of my OS. Detect some error during PININST_BBV

    I am receiving the following error while reinstalling my OS using the HP recovery Discs.
    I get this window with no close button except for Save , Details or Retry.
    [ 2:37:49.82] ChkErrBB.CMD : Detect some error during PININST_BBV.
    [ 2:37:49.82] ChkErrBB.CMD : Check c:\system.sav\logs\BurnBootWarn.log
    [ 2:37:49.82] ChkErrBB.CMD : or, check c:\system.sav\logs\BurnBootMerge.log
    (The two .LOG files do not exist on the C: partition which is there.)
    My hard disk has crashed, so I used a new one [1 TB] which is bigger in size from the factory installed 750GB.
    I did all the tests by pressing F2 - system diagnostics. All system tests have passed.
    Please help me with the solution, as I need my laptop running ASAP, but the recovery is giving problems.
    I did other procedures to reset the Boot options to Factory defaults using F9. IT didnt help me.
    It keeps throwing the same error.

    I have tried all the suggestions to change the BIOS date from year 2013 to 2012.  The recovery CD's shipped from HP automatically changes the date to 8/27/2012.  I can't help it.
    I bought another new HDD with size 750 GB similar to the facotory shipped HDD.  Did the start-up test again. Everything passed.  But, in the recovery, I still have no luck.
    I reordered the Recovery discs from HP which had the application repair disc as well. I used all the 4 recovery discs , and the system ran for almost 2.5 hours and gave the same Error  PININST_BBV  , BurnbootWan.log and other one. 
    Can anybody help to resolve my recovery issue ASAP. the model is HP envy m6-1188ca.

  • Next / Previous button throwing an error. Please help

    I wrote this next previous button code and it is throwing an
    error. I don't understand why or what I am missing.
    I want it to show 4 records for a page. Here is my code and
    the error.
    Code:
    <cfset CurrentPage=GetFileFromPath(GetTemplatePath())>
    <cfquery name="feat" datasource="#sitedatasource#"
    username="#siteUserID#" password="#sitePassword#" maxRows=4>
    SELECT feature.title AS ViewField1, feature.MYFile AS
    ViewField2, feature.ID AS ID
    FROM feature
    </cfquery>
    <cflock timeout="2" scope="application"
    type="READONLY">
    <cfset application.feat=feat>
    </cflock>
    <cfset MaxRows_feat=4>
    <cfset
    StartRow_feat=Min((PageNum_feat-1)*MaxRows_feat+1,Max(feat.RecordCount,1))>
    <cfset
    EndRow_feat=Min(StartRow_feat+MaxRows_feat-1,feat.RecordCount)>
    <cfset
    TotalPages_feat=Ceiling(feat.RecordCount/MaxRows_feat)>
    <cfset QueryString_feat=Iif(CGI.QUERY_STRING NEQ
    "",DE("&"&CGI.QUERY_STRING),DE(""))>
    <cfset
    tempPos=ListContainsNoCase(QueryString_feat,"PageNum_feat=","&")>
    <cfif tempPos NEQ 0>
    <cfset
    QueryString_feat=ListDeleteAt(QueryString_feat,tempPos,"&")>
    </cfif>
    <cflock timeout="2" scope="application"
    type="READONLY"><cfoutput query="feat"
    maxrows="4">#ViewField1#</cfoutput></cflock>
    <cfif PageNum_feat GT 1>
    <a
    href="#CurrentPage#?PageNum_feat=#Max(DecrementValue(PageNum_feat),1)##QueryString_feat#"
    onmouseout="MM_swapImgRestore()"
    onmouseover="MM_swapImage('Previous','','../img/previous-over.gif',1)"><img
    src="../img/previous.gif" alt="Previous Records" name="Previous"
    width="96" height="27" border="0" id="Previous" /></a>
    <cfif PageNum_feat LT TotalPages_feat>
    <a
    href="#CurrentPage#?PageNum_feat=#Min(IncrementValue(PageNum_feat),TotalPages_feat)##Quer yString_feat#"
    onmouseout="MM_swapImgRestore()"
    onmouseover="MM_swapImage('next','','../img/next-over.gif',1)"><img
    src="../img/next.gif" alt="Next Record" name="next" width="96"
    height="27" border="0" id="next" /></a>
    The Error:
    Variable PAGENUM_FEAT is undefined.
    The error occurred in
    C:\Websites\x9vdzd\feature\featured.cfm: line 8
    6 : </cfquery>
    7 : <cfset MaxRows_feat=4>
    8 : <cfset
    StartRow_feat=Min((PageNum_feat-1)*MaxRows_feat+1,Max(feat.RecordCount,1))>
    9 : <cfset
    EndRow_feat=Min(StartRow_feat+MaxRows_feat-1,feat.RecordCount)>
    10 : <cfset
    TotalPages_feat=Ceiling(feat.RecordCount/MaxRows_feat)>
    I thought I had it defined! What am I missing?
    Thanks
    Phoenix

    that is strange... it should work fine - it does in my tests.
    here is somewhat updated & modified code to try. i have
    included
    comments to try and explain what is being done.
    basic logic is as follows:
    -form is submitted
    -check if file has been selected
    -try uploading new file
    -if new file upload succeeds, delete old file if it exists
    (as part of
    updating existing record, as new records obviously would not
    have any
    old image)
    -update/insert record data as necessary
    here's the code:
    <cfif isdefined("form.feat_OK")><!--- form submitted
    --->
    <!--- set file uploading vars --->
    <cfparam name="fileuploaded" type="boolean"
    default="false">
    <cfparam name="uploadedfile" default="">
    <cfset pathToFile = "c:\websites\x9vdzd\img\feature\">
    <!--- --->
    <cfif len(trim(form.MYFile))><!--- if a file has
    been selected --->
    <!--- try uploading new file --->
    <cftry>
    <cffile Action="upload" filefield="MYFile"
    accept="image/gif,
    image/jpg, image/jpeg, image/pjpeg"
    destination="#pathToFile" nameconflict="MAKEUNIQUE">
    <cfset fileuploaded = true>
    <cfset uploadedfile = cffile.serverfile>
    <cfcatch type="any">
    <!--- if upload did not suceed, reset file uploading vars
    --->
    <cfset fileuploaded = false>
    <cfset uploadedfile = "">
    <!--- this can be further enhanced by setting some var to
    hold error
    message and return it to user --->
    </cfcatch>
    </cftry>
    </cfif>
    <cfif form.id gt 0><!--- we are updating an
    existing record --->
    <!--- if new file upload was successful and the feature
    has an image
    associated with it - delete old image --->
    <cfif fileuploaded is true AND
    len(trim(form.oldimage))>
    <cfif FileExists(pathToFile & form.oldimage)>
    <cffile action="delete" file="#pathToFile &
    form.oldimage#">
    </cfif>
    </cfif>
    <cfquery datasource="#sitedatasource#"
    username="#siteUserID#"
    password="#sitePassword#">
    UPDATE feature
    SET
    feature.title=<cfqueryparam cfsqltype="cf_sql_varchar"
    value="#form.title#">,
    feature.Body=<cfqueryparam cfsqltype="cf_sql_longvarchar"
    value="#form.PDSeditor#">,
    feature.MYFile=<cfqueryparam cfsqltype="cf_sql_varchar"
    value="#uploadedfile#" null="#NOT fileuploaded#">
    WHERE ID = <cfqueryparam value="#form.ID#"
    cfsqlType="CF_SQL_INTEGER">
    </cfquery>
    <cfelse><!--- we are inserting a new record --->
    <cfquery datasource="#sitedatasource#"
    username="#siteUserID#"
    password="#sitePassword#">
    INSERT INTO feature
    (title, body, MYFile)
    VALUES
    (<cfqueryparam cfsqltype="cf_sql_varchar"
    value="#form.title#">,
    <cfqueryparam cfsqltype="cf_sql_longvarchar"
    value="#form.PDSeditor#">,
    <cfqueryparam cfsqltype="cf_sql_varchar"
    value="#uploadedfile#"
    null="#NOT fileuploaded#">)
    </cfquery>
    </cfif>
    <!--- relocate user to previous page after insert/update
    --->
    <cflocation url="feature-manager.cfm">
    </cfif>
    hth
    Azadi Saryev
    Sabai-dee.com
    http://www.sabai-dee.com

  • Cannot add user throws a error in apex 4.2 of sample demo application admin

    In sample demo of apex 4 which is migrated to apex 4.2 in sample application module in admin section..
    If i add a user
    And at default i dont give a password it throws a error ..
    First go to following link
    [http://apex.oracle.com/pls/apex/f?p=18534:LOGIN:25053108911952]
    and enter user name as admin and pasword as test
    Once when you login click on Tab manage admin user which is on right hand side..
    Now to add a user click on add user button.. add the record and click save..
    It throws a error saying
    1 Error has occured column must have a value..
    How can i remove this error message ? .. Can some one help..
    select
    "USER_ID",
    "USER_NAME",
    "CREATED_ON",
    decode(password, null, 'Set Password', 'Reset Password') rp,
    expires_on,
    admin_user,
    utype
    from "#OWNER#"."DEMO_USERS"
    where user_name != 'ADMIN'
    The above query is used.. and inside it i RP column is culprit since the user has no password..
    Since user has no password it doont save the record.. I checked the table and this column has no not null constraint..
    http://apex.oracle.com/pls/apex/f?p=18534:LOGIN:25053108911952
    Edited by: pauljohny on Nov 27, 2012 12:22 AM
    Edited by: pauljohny on Nov 27, 2012 12:24 AM

    closing the thread its seems working now..Removed some validation issue
    Thanks

Maybe you are looking for

  • How do I get the sqauares to the left of my emails.

    IE puts them there, but Firefox doesn't. Without the little squares I have to open the email in order to delete it. But, with IE, I just place a "check mark" in the box and all checked ones are deleted (without my every having it open them). I'd like

  • Can my iTunes folder be on an external hard drive?

    Just got my iMac and want to use the music on an external hard drive folder as my iTunes music folder. I made that change in the Preferences box, but the library still shows the songs on the computer's internal hard drive. What am I doing wrong? Is i

  • Converting PowerPoint with Action Buttons To PDF Form Question

    I am currently using Acrobat Pro 9.5.0 on Win 7 and Win XP sp3 I have created Power Point Slide with one Action Button.  When I set the Action Button to Hyperlink to a video file, and use Acrobat > Form > Start from Wizard ..", the PDF file created b

  • Message Transmission Failure

    Problem Description: When a PO is created and released output message is created. More often then not it is message status is green which indicates successful transmission of message. However this green status only means successful transmission to Fa

  • Problem in HR_IFOTYPE_OPERATION

    Hi all, I am using HR_INFOTYPE_OPERATION function module to change the content of NAME2 field in IT0006.But I am getting the error as 'No record stored for IT0006 in the selected period'.But infotype 0006 has the record with end date 31.12.9999 and a