Java -version error when trying to do an upgrade

Hi gurus
i am having this problem with my java on SUSE 9.1
java -version
Error occurred during initialization of VM
Unable to load native library: /usr/lib/SunJava2-1.3.1/jre/lib/i386/libjava.so: symbol __libc_wait, version GLIBC_2.0 not defined in file libc.so.6 with link time reference
which java
/usr/lib/java/jre/bin/java
my java installation is in /usr/java/j2sdk1.4.2_09  and i have defined this in .bashrc for my sidadm as i need to do an upgrade
JAVA_HOME=/usr/java/j2sdk1.4.2_09/bin/java
export PATH=/usr/java/j2sdk1.4.2_09/bin:$PATH
export CLASSPATH=/usr/java/j2sdk1.4.2_09/lib
Any ideas will be welcome

i downloaded j2sdk1.4.2_09 and then uzippped it in
/usr/java then edited the paths in .bashrc sidadm
home directory.
yes - but you´re logged on as root?
I suggest, putting it on a different path instead of the SuSE  provided path, you will have trouble upgrading later SuSE packages if you overwrite the installed packages.
I do it the following way:
- cd /opt
- j2sdk....*.sh
- ln -s /opt/j2sdk1.4.2_09 java1.4
- (as root)
export JAVA_HOME=/opt/java1.4
export PATH=$JAVA_HOME/bin:$PATH
Then start installation.
The advantage of using a softlink is the fact, that you don´t need to change anything later if you upgrade your JDK, just re-point the softlink.
Markus
Message was edited by:
        Markus Döhr

Similar Messages

  • Unsupported Version error when trying to run Web Services Tutorial example

    Hi there,
    I'm trying to run the first example from the Java Web Services Tutorial and get the following error when I type 'asant build' in my Command Window.
    Buildfile: build.xml
    BUILD FAILED
    java.lang.UnsupportedClassVersionError: com/sun/tools/ws/ant/WsImport (Unsupport
    ed major.minor version 49.0)
    at java.lang.ClassLoader.defineClass0(Native Method)
    at java.lang.ClassLoader.defineClass(ClassLoader.java:539)
    at org.apache.tools.ant.loader.AntClassLoader2.defineClassFromData(AntCl
    assLoader2.java:76)
    When I do a java -version I see my version is Java 1.5, and I'm not sure why the build is still trying to use Java 1.4. I do not want to delete the 1.4 from my machine as it is used for something else.
    C:\jwstutorial20\examples\jaxws\helloservice>java -version
    java version "1.5.0_09"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_09-b03)
    Java HotSpot(TM) Client VM (build 1.5.0_09-b03, mixed mode, sharing)
    Could you please help me with this problem?
    Thanks in advance.
    Azeem.

    Hi Azeem.
    Check out values specified for JAVA_HOME, PATH and CLASSPATH under environment variable. Was facing the same problem. Changed the values to point to jdk1.5 and it is working now.
    BTW.
    You don't have to uninstall jdk1.4.
    Cheers!!!

  • Java Null Error when Trying to commit

    Hello,
    I just received a new PC and installed OWB Client 10.1.0.2.0 on it.
    When I try to commit, I receive the following java null error:
    null
    null
         at oracle.wh.repos.impl.foundation.DirtyCache.persist(DirtyCache.java:442)
         at oracle.wh.repos.impl.foundation.DirtyCache.persist(DirtyCache.java:355)
         at oracle.wh.repos.impl.foundation.DirtyCache.persist(DirtyCache.java:230)
         at oracle.wh.repos.impl.foundation.CacheMediator.postChanges(CacheMediator.java:458)
         at oracle.wh.repos.impl.foundation.CacheMediator.postChanges(CacheMediator.java:451)
         at oracle.wh.repos.impl.foundation.CacheMediator.commit(CacheMediator.java:1419)
         at oracle.wh.repos.impl.transaction.TransactionManager.commitGlobalTransaction(TransactionManager.java:328)
         at oracle.wh.repos.impl.transaction.TransactionManager.commit(TransactionManager.java:444)
         at oracle.wh.ui.runtime.application.WHRuntimeCommandUtil.commitAllChanges(WHRuntimeCommandUtil.java:321)
         at oracle.wh.ui.runtime.application.WHRuntimeCommandGenerateDeploy.doCompile(WHRuntimeCommandGenerateDeploy.java:870)
         at oracle.wh.ui.runtime.application.WHRuntimeCommandGenerateDeploy.generate(WHRuntimeCommandGenerateDeploy.java:917)
         at oracle.wh.ui.runtime.application.WHRuntimeCommandGenerateDeploy.doDeployment(WHRuntimeCommandGenerateDeploy.java:1105)
         at oracle.wh.ui.runtime.application.WHRuntimeCommandHandler.doCommand(WHRuntimeCommandHandler.java:536)
         at oracle.wh.ui.runtime.application.WHRuntimeCommandHandler.actionPerformed(WHRuntimeCommandHandler.java:329)
         at oracle.wh.ui.common.OWBConsumer.dataItemAvailable(OWBInfoBus.java:380)
         at javax.infobus.DefaultController.fireItemAvailable(DefaultController.java:90)
         at javax.infobus.InfoBus.fireItemAvailable(InfoBus.java:989)
         at oracle.wh.ui.common.OWBInfoBus.produce(OWBInfoBus.java:159)
         at oracle.wh.ui.common.OWBInfoBus.produce(OWBInfoBus.java:76)
         at oracle.wh.ui.runtime.RuntimeController$8.actionPerformed(RuntimeController.java:3331)
         at oracle.wh.ui.runtime.WHJMenuToolBar$2.actionPerformed(WHJMenuToolBar.java:367)
         at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1786)
         at javax.swing.AbstractButton$ForwardActionEvents.actionPerformed(AbstractButton.java:1839)
         at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:420)
         at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:258)
         at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:245)
         at java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:231)
         at java.awt.Component.processMouseEvent(Component.java:5100)
         at java.awt.Component.processEvent(Component.java:4897)
         at java.awt.Container.processEvent(Container.java:1569)
         at java.awt.Component.dispatchEventImpl(Component.java:3615)
         at java.awt.Container.dispatchEventImpl(Container.java:1627)
         at java.awt.Component.dispatchEvent(Component.java:3477)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:3483)
         at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3198)
         at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3128)
         at java.awt.Container.dispatchEventImpl(Container.java:1613)
         at java.awt.Window.dispatchEventImpl(Window.java:1606)
         at java.awt.Component.dispatchEvent(Component.java:3477)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:456)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:201)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:151)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:145)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:137)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:100)
    \nCMPException message and stack trace:\nnull
         at oracle.wh.repos.impl.foundation.DirtyCache.persist(DirtyCache.java:442)
         at oracle.wh.repos.impl.foundation.DirtyCache.persist(DirtyCache.java:355)
         at oracle.wh.repos.impl.foundation.DirtyCache.persist(DirtyCache.java:230)
         at oracle.wh.repos.impl.foundation.CacheMediator.postChanges(CacheMediator.java:458)
         at oracle.wh.repos.impl.foundation.CacheMediator.postChanges(CacheMediator.java:451)
         at oracle.wh.repos.impl.foundation.CacheMediator.commit(CacheMediator.java:1419)
         at oracle.wh.repos.impl.transaction.TransactionManager.commitGlobalTransaction(TransactionManager.java:328)
         at oracle.wh.repos.impl.transaction.TransactionManager.commit(TransactionManager.java:444)
         at oracle.wh.ui.runtime.application.WHRuntimeCommandUtil.commitAllChanges(WHRuntimeCommandUtil.java:321)
         at oracle.wh.ui.runtime.application.WHRuntimeCommandGenerateDeploy.doCompile(WHRuntimeCommandGenerateDeploy.java:870)
         at oracle.wh.ui.runtime.application.WHRuntimeCommandGenerateDeploy.generate(WHRuntimeCommandGenerateDeploy.java:917)
         at oracle.wh.ui.runtime.application.WHRuntimeCommandGenerateDeploy.doDeployment(WHRuntimeCommandGenerateDeploy.java:1105)
         at oracle.wh.ui.runtime.application.WHRuntimeCommandHandler.doCommand(WHRuntimeCommandHandler.java:536)
         at oracle.wh.ui.runtime.application.WHRuntimeCommandHandler.actionPerformed(WHRuntimeCommandHandler.java:329)
         at oracle.wh.ui.common.OWBConsumer.dataItemAvailable(OWBInfoBus.java:380)
         at javax.infobus.DefaultController.fireItemAvailable(DefaultController.java:90)
         at javax.infobus.InfoBus.fireItemAvailable(InfoBus.java:989)
         at oracle.wh.ui.common.OWBInfoBus.produce(OWBInfoBus.java:159)
         at oracle.wh.ui.common.OWBInfoBus.produce(OWBInfoBus.java:76)
         at oracle.wh.ui.runtime.RuntimeController$8.actionPerformed(RuntimeController.java:3331)
         at oracle.wh.ui.runtime.WHJMenuToolBar$2.actionPerformed(WHJMenuToolBar.java:367)
         at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1786)
         at javax.swing.AbstractButton$ForwardActionEvents.actionPerformed(AbstractButton.java:1839)
         at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:420)
         at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:258)
         at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:245)
         at java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:231)
         at java.awt.Component.processMouseEvent(Component.java:5100)
         at java.awt.Component.processEvent(Component.java:4897)
         at java.awt.Container.processEvent(Container.java:1569)
         at java.awt.Component.dispatchEventImpl(Component.java:3615)
         at java.awt.Container.dispatchEventImpl(Container.java:1627)
         at java.awt.Component.dispatchEvent(Component.java:3477)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:3483)
         at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3198)
         at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3128)
         at java.awt.Container.dispatchEventImpl(Container.java:1613)
         at java.awt.Window.dispatchEventImpl(Window.java:1606)
         at java.awt.Component.dispatchEvent(Component.java:3477)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:456)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:201)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:151)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:145)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:137)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:100)
    I remember something similar happening when I upgraded from 9 to 10g on my last machine. A co-worker provided a fix by adding a line to some sort of java file, I think. However, he is un-available to ask about this issue again.
    Any help would be much appreciated!
    -Ryan

    Does this happen after a particular operation (Metadata Import, a mapping creation, etc)? Or does it happen regardless of the preceding operation - i.e. start the Client, immediately after logon do the commit - get that error?
    Nikolai Rochnik

  • Getting Java console error when trying to display the PO

    Hi All,
    In the approved shopping cart when we select any item details and when we go and see the follow-on documents we get two options to select 1) Display as Graphic 2) Display as Table. When we are select the option 2 display as table we are able to see the shopping cart and also the PO and further when we click on the PO it is displaying the order details.
    However when we go by option 1 display as graphic, we are able to get the details of the shopping cart and PO, but when we try to click on the PO we get Java error indicating as follows. "Error. Click for details". when we click the on the error a window will apper and indicates that Application failed to run.
    we installed the latest version Java and tried still we are getting the same error. Can any body help me in this.
    Java Plug-in 1.6.0_18
    Using JRE version 1.6.0_18-b07 Java HotSpot(TM) Client VM
    User home directory = J:\Documents and Settings\****
    c:   clear console window
    f:   finalize objects on finalization queue
    g:   garbage collect
    h:   display this help message
    l:   dump classloader list
    m:   print memory usage
    o:   trigger logging
    q:   hide console
    r:   reload policy configuration
    s:   dump system and deployment properties
    t:   dump thread list
    v:   dump thread stack
    x:   clear classloader cache
    0-5: set trace level to <n>
    java.lang.StringIndexOutOfBoundsException: String index out of range: 0
         at java.lang.String.charAt(Unknown Source)
         at VisnetMain.readParameter(VisnetMain.java:141)
         at VisnetMain.init(VisnetMain.java:60)
         at sun.plugin2.applet.Plugin2Manager$AppletExecutionRunnable.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    Exception: java.lang.StringIndexOutOfBoundsException: String index out of range: 0
    java.lang.NullPointerException
         at VisnetMain.start(VisnetMain.java:3770)
         at sun.plugin2.applet.Plugin2Manager$AppletExecutionRunnable.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    Exception: java.lang.NullPointerException

    Hi psamp1,
       Were you able to solve this problem?
       We have exactly the same issue...
    Thanks
    John
    Edited by: John Chinnappan on Mar 29, 2011 8:06 AM

  • Getting java exception error when trying to save an interface.

    When I am trying to save an interface I get the following error message. Does anyone know how to fix this ?
    Thanks,
    Don
    java.sql.BatchUpdateException: ORA-00001: unique constraint (GRANITE_LOADER_WORK.PK_TXT) violated
         at oracle.jdbc.driver.DatabaseError.throwBatchUpdateException(DatabaseError.java:367)
         at oracle.jdbc.driver.OraclePreparedStatement.executeBatch(OraclePreparedStatement.java:9119)
         at com.sunopsis.sql.SnpsQuery.executeBatch(SnpsQuery.java)
         at com.sunopsis.dwg.dbobj.SnpTxt.setString(SnpTxt.java)
         at com.sunopsis.dwg.dbobj.SnpTxt.a(SnpTxt.java)
         at com.sunopsis.dwg.dbobj.SnpTxt.setStringWithXRefs(SnpTxt.java)
         at com.sunopsis.graphical.frame.a.it.bH(it.java)
         at com.sunopsis.graphical.frame.bn.q(bn.java)
         at com.sunopsis.graphical.frame.bn.bu(bn.java)
         at com.sunopsis.graphical.frame.bn.y(bn.java)
         at com.sunopsis.graphical.frame.bn.b(bn.java)
         at com.sunopsis.graphical.frame.w.actionPerformed(w.java)
         at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
         at javax.swing.AbstractButton$ForwardActionEvents.actionPerformed(Unknown Source)
         at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
         at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
         at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Source)
         at java.awt.Component.processMouseEvent(Unknown Source)
         at java.awt.Component.processEvent(Unknown Source)
         at java.awt.Container.processEvent(Unknown Source)
         at java.awt.Component.dispatchEventImpl(Unknown Source)
         at java.awt.Container.dispatchEventImpl(Unknown Source)
         at java.awt.Component.dispatchEvent(Unknown Source)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
         at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
         at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
         at java.awt.Container.dispatchEventImpl(Unknown Source)
         at java.awt.Window.dispatchEventImpl(Unknown Source)
         at java.awt.Component.dispatchEvent(Unknown Source)
         at java.awt.EventQueue.dispatchEvent(Unknown Source)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
         at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
         at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
         at java.awt.EventDispatchThread.run(Unknown Source)

    Hi psamp1,
       Were you able to solve this problem?
       We have exactly the same issue...
    Thanks
    John
    Edited by: John Chinnappan on Mar 29, 2011 8:06 AM

  • Error when trying to upload latest upgrade for iPod Touch

    *when i try to upgrade to 4.0.2 it say error (-5000) and says if i continue i will lose all my data. what do i do?*

    under the 'advanced' drop down menu, i select 'convert selection for iPod'

  • I get an error when trying to burn a DVD. I have version 7.1.2. "Error rendering/encoding titles...".  Never did burn the DVD.  Any ideas?

    I get an error when trying to burn a DVD. I have version 7.1.2. "Error rendering/encoding titles...".  Never did burn the DVD.  Any ideas?
    Thanks, Scott

    Hi
    This Q is close to - Something is wrong. What's it ?
    You have to supply much more info to be able to start guessing.
    • What material was used ? Video codec, Audio file format and Photo file format
    • Free space on Start-Up hard disk. How much ?
    • Brand of DVD used ?
    • Type of DVD used ?
    • Burn speed set down or not ?
    • Version of iMovie, iDVD'11 v 7.1.2 (OK), QuickTime and Mac OS ( X.6.8 I read ? )
    And all extra info You can supply - that set's us on track.
    Yours wanting to be of help. Bengt W

  • I keep getting an error when trying to install Java for OS X 2014-001

    I was trying to download this because I was getting errors when trying open some applications saying you need Java 6 and it directed me to the download link for this but it always gets and error when installing.

    Launch the Console application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad and start typing the name.
    Select
              /var/log ▹ install.log
    from the log list on the left. If you don't see that list, select
              View ▹ Show Log List
    from the menu bar at the top of the screen. The contents of the log will appear on the right. Each log message begins with a timestamp. Select the messages from the time of the last installation or update attempt. If you're not sure when that was, click the Clear Display button in the toolbar of the Console window and then try the installation again. Select the new messages that appear. Copy the messages to the Clipboard by pressing the key combination command-C. Paste into a reply to this message (command-V).
    ☞ If there are runs of repeated messages, post only one example of each. Don’t post many repetitions of the same message.
    ☞ When posting a log extract, be selective. Don't post more than is requested.
    ☞ Please don't indiscriminately dump thousands of lines from the log into this discussion.
    ☞ Please don't post screenshots of log messages—post the text.
    ☞ Some private information, such as your name, may appear in the log. Anonymize before posting. You may need to use a text editor with search and replace, such as TextEdit.

  • Java error when trying to edit file - access denied

    We have been running Vibe 3.0 for a couple years with no issues but suddenly users have begun to get java errors when trying to edit a file from Vibe. When a file entry is opened and the "Edit this file" link is clicked, a dialog pops up that says :
    Error from command:
    java.security.AccessControlException: access denied (java.io.FilePermission <<ALL FILES>> execute)
    Has anyone else seen this? Could it be related to some windows security update perhaps? Any ideas how to resolve would be appreciated. This happens with regular users as well as admin.
    Vibe is running on SLES 10 with mysql. We are using IIS Windows Authentication.
    Thanks

    dangross,
    It appears that in the past few days you have not received a response to your
    posting. That concerns us, and has triggered this automated reply.
    Has your problem been resolved? If not, you might try one of the following options:
    - Visit http://support.novell.com and search the knowledgebase and/or check all
    the other self support options and support programs available.
    - You could also try posting your message again. Make sure it is posted in the
    correct newsgroup. (http://forums.novell.com)
    Be sure to read the forum FAQ about what to expect in the way of responses:
    http://forums.novell.com/faq.php
    If this is a reply to a duplicate posting, please ignore and accept our apologies
    and rest assured we will issue a stern reprimand to our posting bot.
    Good luck!
    Your Novell Product Support Forums Team
    http://forums.novell.com/

  • Currently using Flash Pro CS5,  getting error when trying to open CS4 file.  Error is "Slides and Forms documents are not supported in this version of Flash. Please open in previous version.

    Currently using Flash Pro CS5,  getting error when trying to open CS4 file.  Error is "Slides and Forms documents are not supported in this version of Flash. Please open in previous version.  Has there been a fix or patch to this issue or do I have to convert back to CS4 to open the file?

    Having the same problem in CS6.  I can tell you that converting back to CS4 will NOT solve the problem.  It seems when support for backward compatibility is discontinued, there's just no way to get
    any help at all?  Absolute failure to provide any user support so far...

  • HT1926 I keep getting an msvcr80.dll error when trying to download newest version of iTunes.

    I keep getting an msvcr80.dll error when trying to download newest version of iTunes.

    Click here and follow the instructions. You may need to completely remove and reinstall iTunes and all related components, or run the process multiple times; this won't normally affect its library, but that should be backed up anyway.
    (99595)

  • I have an iphone 4 and trying to upgrade ios 6, downloaded the version and when trying to install get an error that i need internet, i have internet of course... please help...

    I have an iphone 4 and trying to upgrade ios 6, downloaded the version and when trying to install get an error that i need internet, i have internet of course... please help...

    C Mawle wrote:
    Thanks.  I have followed all the instructions as recommended and nothing has worked so it looks like the restore/update may have been interrupted - would loss of internet connection do this?
    Yes it would, possibly even brick it.
    Have successfully connected my ipod nano with iTunes so looks like the device driver is working.
    Can I use my ipod nano USB connector to check?
    It is not much help to you, since the device that you need still not recognized.
    Anyway looks like I may have to swallow the loss of data.  Have set-up a call for tomorrow with Apple support so will wait until after this before doing the factory restore!
    Good luck, but if you expect miracle from that call good luck again.

  • Error when trying Sample_PMMLImport.java

    I get error when trying to run Sample_PMMLImport.java
    There occurs the following error :
    Invalid length for argument "schema". It must contain between 1 and 30 characters.
    any help is greatly appreciated.
    thanks in advance,
    Adhitya

    I met some problems before for PMML export problem. But mine is solved after I applied the newest patch.
    If it still does not work, try to modify the attribute file:
    modelExport.tableName=(here the table name shoule be less than 30, i think)
    modelExport.schemaName=odm
    modelExport.columnName=XML_DOC
    modelExport.rowid=
    And ensure there is no such table which is specified by the modelExport.tableName. If it still does not work, I don't know,too. Maybe some oracle folks can answer you.
    Thanks
    Chengliang

  • It generates an error when trying to import a version apex 4.0 production.

    It generates an error when trying to import a version 4 application to production. The copy was made as an apex 4 EA 2, (I have backups of different times in July). The error:
    ORA-20001: GET_BLOCK Error. ORA-20001: Execution of the statement was unsuccessful. ORA-06550: line 4, column 1: PLS-00306: wrong number or types of arguments in call to 'CREATE_PAGE_ITEM' ORA-06550: line 4, column 1: PL/SQL: Statement ignored &lt;pre&gt;declare h varchar2(32767) := null; begin wwv_flow_api.create_page_item( p_id=&amp;gt;298101103038895115 + wwv_flow_api.g_id_offset, p_flow_id=&amp;gt; wwv_flow.g_flow_id, p_flow_step_id=&amp;gt; 45, p_name=&amp;gt;'P45_PRODUCTBACKLOG'

    This is the response that sends the team apex.
    Production is very different than our EA versions. On our EA site, we explicitly stated that an export from there may not work against 4.0. From your error, it looks as if the create_page_item procedure changed between EA2 and production. The only recommendation is to take an export from production and compare the statements used for create_page_item. If you can update your EA export to match the new format, you might be able to import but again, that action is unsupported.
    -- APEX Support Team

  • Keep getting VncViewer.class not found error when trying to use Windows 7

    Greetings,
    I have no issue accessing the OVM Manager 2.2 with OEL 5.4 x86_64 with the latest Java release from ULN. But when I use a Windows 7 client ( x86) with the Sun Java 6 Update 18 I get the following error when trying to access the Console of a VM Guest:
    Java Plug-in 1.6.0_18
    Using JRE version 1.6.0_18-b07 Java HotSpot(TM) Client VM
    User home directory = C:\Users\deverej
    c: clear console window
    f: finalize objects on finalization queue
    g: garbage collect
    h: display this help message
    l: dump classloader list
    m: print memory usage
    o: trigger logging
    q: hide console
    r: reload policy configuration
    s: dump system and deployment properties
    t: dump thread list
    v: dump thread stack
    x: clear classloader cache
    0-5: set trace level to <n>
    load: class VncViewer.class not found.
    java.lang.ClassNotFoundException: VncViewer.class
         at sun.plugin2.applet.Applet2ClassLoader.findClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.plugin2.applet.Plugin2ClassLoader.loadCode(Unknown Source)
         at sun.plugin2.applet.Plugin2Manager.createApplet(Unknown Source)
         at sun.plugin2.applet.Plugin2Manager$AppletExecutionRunnable.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    Caused by: java.io.IOException: open HTTP connection failed:http://141.144.112.202:8888/OVS/faces/app/VncViewer/class.class
         at sun.plugin2.applet.Applet2ClassLoader.getBytes(Unknown Source)
         at sun.plugin2.applet.Applet2ClassLoader.access$000(Unknown Source)
         at sun.plugin2.applet.Applet2ClassLoader$1.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         ... 7 more
    Exception: java.lang.ClassNotFoundException: VncViewer.class
    I am curious fi I should use only a specifc Java Engine with IE 7 or the latest Firefox browers.

    Same issue to with Windows XP SP3 x86 with Java Runtime Enviornment 1.5.0_15
    J2SE Enviornment 5.0 Update 15
    Java 6 Update 17

Maybe you are looking for

  • Loading of 'SAPVIEW' import package is interrupted with R3load error

    Hi all, I'm doing a fresh QAS ERP installation and facing an issue at phase "import abap". Whereby it stucked at the last package SAPVIEW. Error below:- bash-3.00$ cat SAPVIEW.log /usr/sap/QAS/SYS/exe/run/R3load: START OF LOG: 20110301011409 /usr/sap

  • Exchange 2003 -2010 cross forest (NDR 5.4.6)

    Hi. Have: Exchange 2003+2010 in source forest. Exchange 2010 in target forest. Successful migrate mailbox to target forest (in source forest this mailbox convert to mailuser). When try send e-mail to this mailbox (it`s in target forest) from Exchange

  • IDT PC has stopped working

    upon updating IDT audio and reset my laptop came along this error message, saying that my IDT PC has stopped working due to a problem....after that my HP Compaq Presario CQ45 cannot play sound via speaker but headset can....any help on this????

  • Volume Logic 1.3.2 and Leopard work-around

    I found a good work-around that got VL 1.3.2 working under Leopard. I found the "fix" at Veerle's blog... http://veerle.duoh.com/blog/comments/nomore_volume_logicupdate/ Here's the summary so that you don't have to jump to another site... Quit iTunes

  • Internet connexion sharing problem

    Since I have upgraded my Iphone 4S with OS 6.1, I am not able to use anymore internet connexion sharing. it is still available on my Iphone, my phone still visible on my Ipad, (Ipad mini, or Ipad 4), I still see the sign of connexion by bluetooth in