NW04s Linux Trial : problem installing IBM JDK Fedora Core 6

Hi,
I'm trying to install the NW04S Linux Preview on a Fedora Core 6 distribution and I'm encountering a problem with the IBM JDK 1.4.2 installation.
I've downloaded the RPM package from IBM (IBMJava2-AMD64-142-SDK-1.4.2-7.0.x86_64.rpm
), installed it as root but when I try to invoke the virtual machine (java) or the compiler (javac), I got the following error :
libjvm.so preloadLibrary: /libj9vm22.so: cannot open shared object file: No such file or directory
libjvm.so failed to load: j9vm22
Has anyone tried to install the Linux Preview on Fedora and encountered the same problem. It might be connected to some sort of the linux dynamic linker/loader (ld.so) or versions of librairies.
I'm really lost here and I won't be able to start the installation without a working virtual machine.
Thanks

I have double checked the link provided to the IBM JDK in the Linux Trial and it seems I had the wrong version. I've downloaded IBMJava2-AMD64-142-SDK-1.4.2-7.0.x86_64.rpm (1.4.2-7) and the special version for SAP is the IBMJava2-AMD64-142-SDK-1.4.2-2.0.x86_64.rpm (1.4.2-2).
I have installed it : rpm -ivh IBMJava2-AMD64-142-SDK-1.4.2-2.0.x86_64.rpm
I have installed it and activated it as the default JVM using alternatives command :
alternatives --install /usr/bin/java java /opt/IBMJava2-amd64-142/bin/java 2
alternatives --config java
I now have a different error :
[root@macpro ~]# java
JVM not found: libjvm.so  - libjvm.so
What could have I done wrong ?
Thanks for you help

Similar Messages

  • Install Raptor On Fedora Core

    Hi to all!
    I'm trying to install reptor on Fedora Core 4. I have installed jdk 5.0 ok and I have unzipped raptor ok too, but when I try to run I have this error:
    [root@biora raptor]# sh raptor
    Oracle Raptor 1.0
    Copyright (c) 2005 Oracle Corporation. All Rights Reserved.
    Working directory is /var/local/raptor/jdev/bin
    Exception in thread "main" java.lang.NullPointerException
    at java.util.Hashtable.get(Hashtable.java:333)
    at java.util.logging.LogManager.getLogger(LogManager.java:437)
    at java.util.logging.Logger.getLogger(Logger.java:228)
    at oracle.ide.performance.PerformanceLogger.<init>(PerformanceLogger.java:64)
    at oracle.ide.performance.PerformanceLogger.get(PerformanceLogger.java:94)
    at oracle.ideimpl.Main.main(Main.java:21)
    Somebody knows what's Wrong?
    Thanks.
    Mensaje editado por:
    user481184

    Have you asked this question in the Raptor forum? It's the forum where the Raptor developers and product people usually spend their limited free time.

  • I am having a problem installing the JDK Software. Please Help

    Please help I am Having trouble installing my JDK software. I tried to make a simple program saying Hello World and the program fails to work because it can not find my class.
    C:\Jfiles\DIR
    ILoveJava.java
    ILoveJava.class
    C:\Jfiles\Javac ILoveJava.java
    C:\Jfiles\Java ILoveJava
    Exception in thread "main" Java.lang.NoclassDeffounderror
    The Path seems to be set correctly because the Javac compiled.
    I have tried a number of different ClassPath Definitions like C:\JDK.14\Lib\Tools.jar and ClassPath=.;C:\JDK.14\Lib\Tools.jar and ClassPath=. and ClassPath=
    I made sure that the capitilization and the spelling was the same between the ILoveJava I specified in notepad and the program name.
    I am also having trouble with JBuilder, Eclispe and NetBeans with finding Classes.
    Another error that I received after I changed the ClassPath to ClassPath= .;C:\JDK1.4\bin\ was a
    nosuchmethod error, When I tried to run the program I made using Java ILoveJava.
    Is their any other problem like a conflict of some sort that could be causing this problem?
    Could the problem be anything besides the ClassPath and Path Settings?
    Please, help me? I really, really, need to learn Java. Thank You.
    Java -Version
    Java Version 1.4.2.
    Windows XP

    Hi all,
    Sylonious, did you manage to sort this problem out? I have been experiencing similar problems. I think my problem was because I had many different versions of JDKs. I have done a complete re-install. I would be really grateful to you (and anyone else) for help with this problem.
    I have re-installed JSDK1.4.2_03, set the "path" variable to "C:\JSDK1.4.2_03".
    When I compile using "javac" I get an error saying "javac" is not recognised.
    When I compile using "C:\j2sdk1.4.2_03\bin\javac Freq.java" no error is thrown.
    Every time I try to run a java file, I always get the NoClassDefFound error. When run with the -verbose option, files are loaded from C:\Program Files\Java\j2re1.4.2_03\bin - is this correct?
    I have removed all previous references to java in the registry editor.
    Please help !
    Regards,
    Vipul

  • Instalation Problem Oracle 10g In Fedora Core 4

    Hello
    I have this installer oracle-xe-univ-10.2.0.1-1.0.i386.rpm already installed in Fedora Core 5 without any problem
    when i didt it for Fedora Core 4 (other machine i have this error) (same instalation configuration!!!)
    [root@localhost Section1]# rpm -Uvh oracle-xe-univ-10.2.0.1-1.0.i386.rpm
    Preparing...                ########################################### [100%]
       1:oracle-xe-univ         ########################################### [100%]
    Executing Post-install steps...
    You must run '/etc/init.d/oracle-xe configure' as the root user to
    configure the database.
    [root@localhost Section1]# /etc/init.d/oracle-xe configure
    Oracle Database 10g Express Edition Configuration
    This will configure on-boot properties of Oracle Database 10g Express
    Edition.  The following questions will determine whether the database should
    be starting upon system boot, the ports it will use, and the passwords that
    will be used for database accounts.  Press <Enter> to accept the defaults.
    Ctrl-C will abort.
    Specify the HTTP port that will be used for Oracle Application Express [8080]:8081
    Specify a port that will be used for the database listener [1521]:1521
    Specify a password to be used for database accounts.  Note that the same
    password will be used for SYS and SYSTEM.  Oracle recommends the use of
    different passwords for each database account.  This can be done after
    initial configuration:
    Confirm the password:
    Do you want Oracle Database 10g Express Edition to be started on boot (y/n) [y]:n
    Starting Oracle Net Listener...Done
    Configuring Database...grep: /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/config/log/*.log: No such file or directory
    Done
    /bin/chmod: cannot access `/usr/lib/oracle/xe/oradata/XE': No such file or directory
    /bin/chmod: cannot access `/usr/lib/oracle/xe/oradata/XE': No such file or directory
    Starting Oracle Database 10g Express Edition Instance...Done
    Installation Completed Successfully.
    To access the Database Home Page go to "http://127.0.0.1:8081/apex"
    [root@localhost Section1]#when i start up
    [root@localhost Section1]# /etc/init.d/oracle-xe enable
    [root@localhost Section1]# /etc/init.d/oracle-xe start
    Starting Oracle Net Listener.
    Starting Oracle Database 10g Express Edition Instance.
    Failed to start Oracle Net Listener using /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/bin/tnslsnr and Oracle Express Database using /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/bin/sqlplus.
    [root@localhost Section1]#i cant open the browser with the url http://127.0.0.1:8081/apex
    of course that i can do this in my other FC5
    how i can resolve this???
    thanks so much for advanced
    Regards

    2) XE Forum. If you have XE working and can get to the web page, you should see the link to register for the XE forum. You must register and then 'sign in' to see the XE forum. The link on your XE home page should point to http://www.oracle.com/technology/xe/registration'
    1) What's the difference ... ?
    OK ... here we go ....
    Oracle has hundreds of products. I like to group them into 'technology' and 'application' products.
    The 'technoloy' products I group into
    - data management == database
    - data access == applicaiton server (fusion)
    - data manipulation == developer tools and languages
    - data sharing == collaboration suite
    Without data access, the data management and data manipulation is plain 'client-server' stuff.
    With data access, you stick an application server (web server, J2EE server, other server) between the client and the database.
    The Oracle Application Server is a collection of Oracle technology designed to support n-tier computing. The technology includes:
    - http server (Apache stuff)
    - reporting server
    - portal server
    - forms/data entry server
    - generic J2EE server
    - BPEL and SOA orchestration
    - Web Services server
    - workflow and intergration server
    - centralized security and single sign-on server
    and a lot more.
    The Oracle database, of course, stores and manages data. Oracle now has many 'database managers', including
    - Oracle Database == the traditional one
    - Times Ten == in memory only, but very high speed
    - Berkeley == embedded (to be included as part of your application)
    - Lite == for laptops and remote devices
    and more
    The traditional Oracle database has many features. These features may not be needed by all organizations. So Oracle has created several editions. These are Express, Standard Edition One, Standard Edition, Enterprise Edition and Personal Edition. In the order presented, each adds more feature than the one before but includes all the features from the one before.
    The Express Edition has the fewest features and the simplest install. It has no official Oracle support and has size limitations (4GB data max, only runs one 1 CPU). It includes Application Express which allows you to access the data from a web browser. I think of this as 'Microsoft Access, with Oracle multi-user reliability, on the Web'.
    The Standard Edition One has everything from Express and adds: Java in the database, ability to use up to 2 CPU, many more features such as multi-media storage, no data size limit. It also changes the install to use the Oracle Univeral Installer.
    Standard Edition adds Real Application Cluster to allow up to 4 CPU to be used, whether the 4 CPU are on one, two or four machines.
    Enterprise Edition adds many high availability and scalability features to ensure the database will try to stay up all the time and will be able to handle many hundreds or thousands of users. Many DBA features are added to allow detailed tuning and management. And many options such as Partitioning, Label Security and Spatial can be purchased and added to this edition.
    Personal Edition includes all of Enterprise Edition AND all of the Enterprise Edition options except Real Application Cluster. It is designed to be used by the Oracle developer so it is very inexpensive (in comparison to the Enterprise Edition) but it is limited (by the honor system) to one user access.
    So when you use Express Edition, everytthing you do can be done in Enterprise Edition as well. Express Edition is a great learning tool for getting comfortable with the commercial Oracle database. It is also a great tool for developing applications for small organizations or even for home use. A great tutorial for XE is at http://st-curriculum.oracle.com/tutorial/DBXETutorial/index.htm
    All of this is described in a few pages of documentation (about 70 thousand) at http://docs.oracle.com. If you want to understand Oracle well, you may have to spend a bit less time with the nuns for a while.

  • Startup Problems Application Server on Fedora Core 5

    Greetings All;
    Little background information
    router ip address: 192.168.1.1
    web server ip address: 192.168.1.101 (outside: dcrumb.homeip.net)
    installed from ip address: 192.168.1.100
    using jdk-1.5.0_07
    here are my applicable firewall rules:
    -A RH-Firewall-1-INPUT -m state state NEW -m tcp -p tcp dport 4848 -j ACCEPT
    -A RH-Firewall-1-INPUT -m state state NEW -m tcp -p tcp dport 8080 -j ACCEPT
    -A RH-Firewall-1-INPUT -m state state NEW -m tcp -p tcp dport 8181 -j ACCEPT
    -A RH-Firewall-1-INPUT -m state state NEW -m tcp -p tcp dport 8686 -j ACCEPT
    I've also forwarded these ports in my Linksys router
    Here are my error messages:
    [#|2006-06-14T22:30:13.251-0400|INFO|sun-appserver-pe8.2|javax.enterprise.tools.launcher|_ThreadID=10;|
    /usr/share/jdk1.5.0_07/bin/java
    -client
    -Xmx512m
    -XX:NewRatio=2
    -Dcom.sun.aas.defaultLogFile=/opt/SUNWappserver/domains/domain1/logs/server.log
    -Djava.endorsed.dirs=/opt/SUNWappserver/lib/endorsed
    -Djava.security.policy=/opt/SUNWappserver/domains/domain1/config/server.policy
    -Djava.security.auth.login.config=/opt/SUNWappserver/domains/domain1/config/login.conf
    -Dsun.rmi.dgc.server.gcInterval=3600000
    -Dsun.rmi.dgc.client.gcInterval=3600000
    -Djavax.net.ssl.keyStore=/opt/SUNWappserver/domains/domain1/config/keystore.jks
    -Djavax.net.ssl.trustStore=/opt/SUNWappserver/domains/domain1/config/cacerts.jks
    -Djava.ext.dirs=/usr/share/jdk1.5.0_07/jre/lib/ext:/opt/SUNWappserver/domains/domain1/lib/ext:/opt/SUNWappserver/derby/lib
    -Djdbc.drivers=org.apache.derby.jdbc.ClientDriver
    -Djavax.management.builder.initial=com.sun.enterprise.admin.server.core.jmx.AppServerMBeanServerBuilder
    -Dcom.sun.enterprise.config.config_environment_factory_class=com.sun.enterprise.config.serverbeans.AppserverConfigEnvironmentFactory
    -Dcom.sun.enterprise.taglibs=appserv-jstl.jar,jsf-impl.jar
    -Dcom.sun.enterprise.taglisteners=jsf-impl.jar
    -Djavax.xml.parsers.SAXParserFactory=com.sun.org.apache.xerces.internal.jaxp.SAXParserFactoryImpl
    -Dorg.xml.sax.parser=org.xml.sax.helpers.XMLReaderAdapter
    -Ddomain.name=domain1
    -Djmx.invoke.getters=true
    -Djavax.xml.parsers.DocumentBuilderFactory=com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl
    -Dcom.sun.aas.promptForIdentity=true
    -Dorg.xml.sax.driver=com.sun.org.apache.xerces.internal.parsers.SAXParser
    -Dcom.sun.aas.instanceRoot=/opt/SUNWappserver/domains/domain1
    -Djavax.xml.transform.TransformerFactory=com.sun.org.apache.xalan.internal.xsltc.trax.TransformerFactoryImpl
    -Dcom.sun.aas.domainName=domain1
    -Djava.util.logging.manager=com.sun.enterprise.server.logging.ServerLogManager
    -Dproduct.name=Sun-Java-System/Application-Server
    -Dcom.sun.enterprise.overrideablejavaxpackages=javax.faces,javax.servlet.jsp.jstl,javax.xml.bind,javax.help
    -Dcom.sun.aas.configRoot=/opt/SUNWappserver/config
    -Djava.library.path=/usr/share/jdk1.5.0_07/jre/lib/i386/client:/usr/share/jdk1.5.0_07/jre/lib/i386/client:/usr/share/jdk1.5.0_07/jre/lib/i386:/usr/share/jdk1.5.0_07/jre/../lib/i386:/opt/SUNWappserver/lib:/usr/lib/lwp:/opt/SUNWappserver/lib:/usr/lib/lwp:/usr/share/jdk1.5.0_07/jre/lib/i386/client:/usr/share/jdk1.5.0_07/jre/lib/i386:/usr/share/jdk1.5.0_07/jre/../lib/i386:/opt/SUNWappserver/lib:/opt/SUNWappserver/lib:/opt/SUNWappserver/lib:
    -Dcom.sun.aas.instanceName=server
    -Dcom.sun.aas.processLauncher=SE
    -cp
    /usr/share/jdk1.5.0_07/lib/tools.jar:/opt/SUNWappserver/lib/appserv-rt.jar:/opt/SUNWappserver/lib/admin-cli.jar:/opt/SUNWappserver/lib/jax-qname.jar:/opt/SUNWappserver/lib/appserv-cmp.jar:/opt/SUNWappserver/lib/jaxrpc-impl.jar:/opt/SUNWappserver/lib/commons-launcher.jar:/opt/SUNWappserver/lib/jmxremote_optional.jar:/opt/SUNWappserver/lib/j2ee-svc.jar:/opt/SUNWappserver/lib/commons-logging.jar:/opt/SUNWappserver/lib/mail.jar:/opt/SUNWappserver/lib/dom.jar:/opt/SUNWappserver/lib/appserv-jstl.jar:/opt/SUNWappserver/lib/jaxr-impl.jar:/opt/SUNWappserver/lib/j2ee.jar:/opt/SUNWappserver/lib/jsf-api.jar:/opt/SUNWappserver/lib/jsf-impl.jar:/opt/SUNWappserver/lib/saaj-api.jar:/opt/SUNWappserver/lib/appserv-upgrade.jar:/opt/SUNWappserver/lib/jaxr-api.jar:/opt/SUNWappserver/lib/xsdlib.jar:/opt/SUNWappserver/lib/saaj-impl.jar:/opt/SUNWappserver/lib/rmissl.jar:/opt/SUNWappserver/lib/relaxngDatatype.jar:/opt/SUNWappserver/lib/xercesImpl.jar:/opt/SUNWappserver/lib/xalan.jar:/opt/SUNWappserver/lib/appserv-admin.jar:/opt/SUNWappserver/lib/appserv-ext.jar:/opt/SUNWappserver/lib/jaxrpc-api.jar:/opt/SUNWappserver/lib/activation.jar:/opt/SUNWappserver/lib/jmxremote.jar:/opt/SUNWappserver/lib/install/applications/jmsra/imqjmsra.jar:/opt/SUNWappserver/imq/lib/jaxm-api.jar:/opt/SUNWappserver/imq/lib/fscontext.jar:/opt/SUNWappserver/lib/ant/lib/ant.jar
    com.sun.enterprise.server.PEMain
    start
    display|#]
    [#|2006-06-14T22:30:29.526-0400|INFO|sun-appserver-pe8.2|javax.enterprise.resource.jms|_ThreadID=10;|JMS5023: JMS service successfully started. Instance Name = imqbroker, Home = [/opt/SUNWappserver/imq/bin].|#]
    [#|2006-06-14T22:30:29.537-0400|INFO|sun-appserver-pe8.2|javax.enterprise.system.core|_ThreadID=10;|CORE5098: AS Socket Service Initialization has been completed.|#]
    [#|2006-06-14T22:30:33.433-0400|INFO|sun-appserver-pe8.2|javax.enterprise.system.tools.admin|_ThreadID=10;|ADM0046:The Platform MBeanServer is available. It will be used to register Application Server MBeans. Platform MBeans will also be available for browsing while using standard JMX Console.|#]
    [#|2006-06-14T22:30:33.461-0400|INFO|sun-appserver-pe8.2|javax.enterprise.system.tools.admin|_ThreadID=10;|ADM0001:MBeanServer initialized successfully|#]
    [#|2006-06-14T22:30:34.381-0400|INFO|sun-appserver-pe8.2|javax.enterprise.system.core.security|_ThreadID=10;|SEC1143: Loading policy provider com.sun.enterprise.security.provider.PolicyWrapper.|#]
    [#|2006-06-14T22:30:37.708-0400|INFO|sun-appserver-pe8.2|javax.enterprise.system.container.web|_ThreadID=10;|Created virtual server server|#]
    [#|2006-06-14T22:30:37.769-0400|INFO|sun-appserver-pe8.2|javax.enterprise.system.container.web|_ThreadID=10;|Created virtual server __asadmin|#]
    [#|2006-06-14T22:30:41.921-0400|INFO|sun-appserver-pe8.2|javax.enterprise.resource.corba.ee.S1AS-ORB.rpc.transport|_ThreadID=10;|"IOP00710299: (INTERNAL) Successfully created IIOP listener on the specified host/port: all interfaces/3700"|#]
    [#|2006-06-14T22:30:44.285-0400|INFO|sun-appserver-pe8.2|javax.enterprise.resource.corba.ee.S1AS-ORB.rpc.transport|_ThreadID=10;|"IOP00710299: (INTERNAL) Successfully created IIOP listener on the specified host/port: all interfaces/3820"|#]
    [#|2006-06-14T22:30:44.322-0400|INFO|sun-appserver-pe8.2|javax.enterprise.resource.corba.ee.S1AS-ORB.rpc.transport|_ThreadID=10;|"IOP00710299: (INTERNAL) Successfully created IIOP listener on the specified host/port: all interfaces/3920"|#]
    [#|2006-06-14T22:30:49.383-0400|INFO|sun-appserver-pe8.2|javax.enterprise.system.core.transaction|_ThreadID=10;|JTS5014: Recoverable JTS instance, serverId = [3700]|#]
    [#|2006-06-14T22:31:15.145-0400|INFO|sun-appserver-pe8.2|javax.enterprise.system.tools.admin|_ThreadID=10;|ADM1079: Initialization of AMX MBeans successful|#]
    [#|2006-06-14T22:31:17.679-0400|INFO|sun-appserver-pe8.2|javax.enterprise.system.container.ejb|_ThreadID=10;|Instantiated container for: ejbName: TimerBean; containerId: 75388332422004736|#]
    [#|2006-06-14T22:31:19.824-0400|INFO|sun-appserver-pe8.2|javax.enterprise.system.container.ejb|_ThreadID=10;|EJB5109:EJB Timer Service started successfully for datasource [jdbc/__TimerPool]|#]
    [#|2006-06-14T22:31:19.826-0400|INFO|sun-appserver-pe8.2|javax.enterprise.system.core.classloading|_ThreadID=10;|LDR5010: All ejb(s) of [__ejb_container_timer_app] loaded successfully!|#]
    [#|2006-06-14T22:31:20.540-0400|INFO|sun-appserver-pe8.2|javax.enterprise.system.container.ejb|_ThreadID=10;|Instantiated container for: ejbName: MEJBBean; containerId: 75388332902776832|#]
    [#|2006-06-14T22:31:21.303-0400|INFO|sun-appserver-pe8.2|javax.enterprise.system.core.classloading|_ThreadID=10;|LDR5010: All ejb(s) of [MEjbApp] loaded successfully!|#]
    [#|2006-06-14T22:31:21.542-0400|INFO|sun-appserver-pe8.2|javax.enterprise.system.container.web|_ThreadID=10;|WEB0302: Starting Sun-Java-System/Application-Server.|#]
    [#|2006-06-14T22:31:21.995-0400|INFO|sun-appserver-pe8.2|javax.enterprise.system.container.web|_ThreadID=10;|WEB0100: Loading web module [__default-admingui] in virtual server [__asadmin] at []|#]
    [#|2006-06-14T22:31:22.758-0400|WARNING|sun-appserver-pe8.2|javax.enterprise.system.container.web|_ThreadID=10;|WEB0500: default-locale attribute of locale-charset-info element has been deprecated and is being ignored. Use default-charset attribute of parameter-encoding element instead|#]
    [#|2006-06-14T22:31:23.256-0400|INFO|sun-appserver-pe8.2|javax.enterprise.system.container.web|_ThreadID=10;|WEB0100: Loading web module [adminapp] in virtual server [__asadmin] at [web1]|#]
    [#|2006-06-14T22:31:23.306-0400|INFO|sun-appserver-pe8.2|javax.enterprise.system.container.web|_ThreadID=10;|WEB0100: Loading web module [admingui] in virtual server [__asadmin] at [asadmin]|#]
    [#|2006-06-14T22:31:23.320-0400|WARNING|sun-appserver-pe8.2|javax.enterprise.system.container.web|_ThreadID=10;|WEB0500: default-locale attribute of locale-charset-info element has been deprecated and is being ignored. Use default-charset attribute of parameter-encoding element instead|#]
    [#|2006-06-14T22:31:23.350-0400|INFO|sun-appserver-pe8.2|javax.enterprise.system.container.web|_ThreadID=10;|WEB0100: Loading web module [com_sun_web_ui] in virtual server [__asadmin] at [com_sun_web_ui]|#]
    [#|2006-06-14T22:31:23.931-0400|INFO|sun-appserver-pe8.2|org.apache.catalina.core.StandardEngine|_ThreadID=10;|Starting Servlet Engine: Sun-Java-System/Application-Server|#]
    [#|2006-06-14T22:31:33.650-0400|INFO|sun-appserver-pe8.2|javax.enterprise.system.container.web|_ThreadID=10;|Initializing Grizzly Non-Blocking Mode|#]
    [#|2006-06-14T22:31:33.651-0400|INFO|sun-appserver-pe8.2|javax.enterprise.system.container.web|_ThreadID=10;|WEB0703: Initializing Sun-Java-System/Application-Server-PE HTTP/1.1 on 8080|#]
    [#|2006-06-14T22:31:33.720-0400|INFO|sun-appserver-pe8.2|javax.enterprise.system.container.web|_ThreadID=10;|WEB0712: Starting Sun-Java-System/Application-Server-PE HTTP/1.1 on 8080|#]
    [#|2006-06-14T22:31:34.266-0400|INFO|sun-appserver-pe8.2|javax.enterprise.system.container.web|_ThreadID=10;|Initializing Grizzly Blocking Mode|#]
    [#|2006-06-14T22:31:34.268-0400|INFO|sun-appserver-pe8.2|javax.enterprise.system.container.web|_ThreadID=10;|WEB0703: Initializing Sun-Java-System/Application-Server-PE HTTP/1.1 on 8181|#]
    [#|2006-06-14T22:31:34.290-0400|INFO|sun-appserver-pe8.2|javax.enterprise.system.container.web|_ThreadID=10;|WEB0712: Starting Sun-Java-System/Application-Server-PE HTTP/1.1 on 8181|#]
    [#|2006-06-14T22:31:34.523-0400|INFO|sun-appserver-pe8.2|javax.enterprise.system.container.web|_ThreadID=10;|Initializing Grizzly Non-Blocking Mode|#]
    [#|2006-06-14T22:31:34.524-0400|INFO|sun-appserver-pe8.2|javax.enterprise.system.container.web|_ThreadID=10;|WEB0703: Initializing Sun-Java-System/Application-Server-PE HTTP/1.1 on 4848|#]
    [#|2006-06-14T22:31:34.546-0400|INFO|sun-appserver-pe8.2|javax.enterprise.system.container.web|_ThreadID=10;|WEB0712: Starting Sun-Java-System/Application-Server-PE HTTP/1.1 on 4848|#]
    [#|2006-06-14T22:31:35.616-0400|SEVERE|sun-appserver-pe8.2|javax.enterprise.system.core|_ThreadID=10;|Service [email protected]3 cannot be started! : com.sun.appserv.server.ServerLifecycleException: Cannot bind to URL [rmi://dcrumb.homeip.net:8686/management/rmi-jmx-connector]: javax.naming.NoPermissionException [Root exception is java.rmi.ServerException: RemoteException occurred in server thread; nested exception is:
            java.rmi.AccessException: Registry.Registry.bind disallowed; origin /192.168.1.1 is non-local host]|#]
    [#|2006-06-14T22:31:35.619-0400|SEVERE|sun-appserver-pe8.2|javax.enterprise.system.core|_ThreadID=10;|CORE5071: An error occured during initialization
    com.sun.appserv.server.ServerLifecycleException: Cannot bind to URL [rmi://dcrumb.homeip.net:8686/management/rmi-jmx-connector]: javax.naming.NoPermissionException [Root exception is java.rmi.ServerException: RemoteException occurred in server thread; nested exception is:
            java.rmi.AccessException: Registry.Registry.bind disallowed; origin /192.168.1.1 is non-local host]
    at com.sun.enterprise.admin.server.core.JmxConnectorLifecycle.onStartup(JmxConnectorLifecycle.java:104)
    at com.sun.enterprise.server.ApplicationServer.onStartup(ApplicationServer.java:300)
    at com.sun.enterprise.server.PEMain.run(PEMain.java:294)
    at com.sun.enterprise.server.PEMain.main(PEMain.java:220)
    Caused by: java.io.IOException: Cannot bind to URL [rmi://dcrumb.homeip.net:8686/management/rmi-jmx-connector]: javax.naming.NoPermissionException [Root exception is java.rmi.ServerException: RemoteException occurred in server thread; nested exception is:
            java.rmi.AccessException: Registry.Registry.bind disallowed; origin /192.168.1.1 is non-local host]
    at javax.management.remote.rmi.RMIConnectorServer.newIOException(RMIConnectorServer.java:814)
    at javax.management.remote.rmi.RMIConnectorServer.start(RMIConnectorServer.java:431)
    at com.sun.enterprise.admin.jmx.remote.server.JmxConnectorServerDriver.startConnectorServer(JmxConnectorServerDriver.java:177)
    at com.sun.enterprise.admin.server.core.JmxConnectorLifecycle.onStartup(JmxConnectorLifecycle.java:95)
    ... 3 more
    Caused by: javax.naming.NoPermissionException [Root exception is java.rmi.ServerException: RemoteException occurred in server thread; nested exception is:
            java.rmi.AccessException: Registry.Registry.bind disallowed; origin /192.168.1.1 is non-local host]
    at com.sun.jndi.rmi.registry.RegistryContext.bind(RegistryContext.java:122)
    at com.sun.jndi.toolkit.url.GenericURLContext.bind(GenericURLContext.java:208)
    at javax.naming.InitialContext.bind(InitialContext.java:359)
    at javax.management.remote.rmi.RMIConnectorServer.bind(RMIConnectorServer.java:635)
    at javax.management.remote.rmi.RMIConnectorServer.start(RMIConnectorServer.java:427)
    ... 5 more
    Caused by: java.rmi.ServerException: RemoteException occurred in server thread; nested exception is:
    java.rmi.AccessException: Registry.Registry.bind disallowed; origin /192.168.1.1 is non-local host
    at sun.rmi.server.UnicastServerRef.oldDispatch(UnicastServerRef.java:385)
    at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:240)
    at sun.rmi.transport.Transport$1.run(Transport.java:153)
    at java.security.AccessController.doPrivileged(Native Method)
    at sun.rmi.transport.Transport.serviceCall(Transport.java:149)
    at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:466)
    at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:707)
    at java.lang.Thread.run(Thread.java:595)
    at sun.rmi.transport.StreamRemoteCall.exceptionReceivedFromServer(StreamRemoteCall.java:247)
    at sun.rmi.transport.StreamRemoteCall.executeCall(StreamRemoteCall.java:223)
    at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:343)
    at sun.rmi.registry.RegistryImpl_Stub.bind(Unknown Source)
    at com.sun.jndi.rmi.registry.RegistryContext.bind(RegistryContext.java:116)
    ... 9 more
    Caused by: java.rmi.AccessException: Registry.Registry.bind disallowed; origin /192.168.1.1 is non-local host
    at sun.rmi.registry.RegistryImpl.checkAccess(RegistryImpl.java:223)
    at sun.rmi.registry.RegistryImpl.bind(RegistryImpl.java:119)
    at sun.rmi.registry.RegistryImpl_Skel.dispatch(Unknown Source)
    at sun.rmi.server.UnicastServerRef.oldDispatch(UnicastServerRef.java:375)
    at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:240)
    at sun.rmi.transport.Transport$1.run(Transport.java:153)
    at java.security.AccessController.doPrivileged(Native Method)
    at sun.rmi.transport.Transport.serviceCall(Transport.java:149)
    at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:466)
    at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:707)
    at java.lang.Thread.run(Thread.java:595)
    |#]
    [#|2006-06-14T22:31:35.629-0400|SEVERE|sun-appserver-pe8.2|javax.enterprise.system.core|_ThreadID=10;|Server Startup failed. Exiting...|#]
    [#|2006-06-14T22:31:35.630-0400|INFO|sun-appserver-pe8.2|javax.enterprise.system.core|_ThreadID=10;|Server shutdown in progress...|#]
    [#|2006-06-14T22:31:35.639-0400|WARNING|sun-appserver-pe8.2|javax.enterprise.system.core|_ThreadID=10;|CORE5061: Exception :
    com.sun.appserv.server.ServerLifecycleException
    at com.sun.enterprise.admin.server.core.JmxConnectorLifecycle.onShutdown(JmxConnectorLifecycle.java:122)
    at com.sun.enterprise.server.ApplicationServer.onShutdown(ApplicationServer.java:414)
    at com.sun.enterprise.server.PEMain.run(PEMain.java:317)
    at com.sun.enterprise.server.PEMain.main(PEMain.java:220)
    |#]
    |#]
    [#|2006-06-14T22:31:35.642-0400|INFO|sun-appserver-pe8.2|javax.enterprise.system.container.web|_ThreadID=10;|WEB0303: Stopping Sun-Java-System/Application-Server.|#]
    [#|2006-06-14T22:31:35.665-0400|INFO|sun-appserver-pe8.2|javax.enterprise.system.container.web|_ThreadID=10;|WEB0713: Stopping Sun-Java-System/Application-Server-PE HTTP/1.1 on 8080|#]
    [#|2006-06-14T22:31:35.708-0400|INFO|sun-appserver-pe8.2|javax.enterprise.system.container.web|_ThreadID=10;|WEB0713: Stopping Sun-Java-System/Application-Server-PE HTTP/1.1 on 8181|#]
    [#|2006-06-14T22:31:35.728-0400|INFO|sun-appserver-pe8.2|javax.enterprise.system.container.web|_ThreadID=10;|WEB0713: Stopping Sun-Java-System/Application-Server-PE HTTP/1.1 on 4848|#]
    [#|2006-06-14T22:31:36.657-0400|INFO|sun-appserver-pe8.2|javax.enterprise.system.core|_ThreadID=10;|CORE5051: Shutting down all J2EE applications ...|#]
    [#|2006-06-14T22:31:36.675-0400|INFO|sun-appserver-pe8.2|javax.enterprise.system.container.ejb|_ThreadID=10;|EJB5122:EJB Timer Service shutdown at [2006/06/14 22:31:36]|#]
    [#|2006-06-14T22:31:36.676-0400|INFO|sun-appserver-pe8.2|javax.enterprise.system.core|_ThreadID=10;|CORE 5060 :  Stopping all J2EE Connector 1.5 Compliant resource adapters ...|#]
    [#|2006-06-14T22:31:36.686-0400|INFO|sun-appserver-pe8.2|javax.enterprise.resource.resourceadapter|_ThreadID=10;|RAR7094: __xa shutdown successfully.|#]
    [#|2006-06-14T22:31:36.687-0400|INFO|sun-appserver-pe8.2|javax.enterprise.system.core|_ThreadID=10;|CORE 5061 : Resource adapters Stop() Complete|#]
    [#|2006-06-14T22:31:36.688-0400|INFO|sun-appserver-pe8.2|javax.enterprise.system.core|_ThreadID=10;|CORE5052: Application shutdown complete.|#]
    [#|2006-06-14T22:31:38.281-0400|INFO|sun-appserver-pe8.2|javax.enterprise.resource.jms|_ThreadID=10;|JMS5025: JMS service shutting down.|#]
    [#|2006-06-14T22:31:39.375-0400|INFO|sun-appserver-pe8.2|javax.enterprise.resource.jms|_ThreadID=10;|JMS5026: JMS service shutdown complete.|#]
    [#|2006-06-14T22:31:39.376-0400|SEVERE|sun-appserver-pe8.2|javax.enterprise.system.core|_ThreadID=10;|Server stopped due to Server startup failure.|#]
    [#|2006-06-14T22:31:39.452-0400|INFO|sun-appserver-pe8.2|javax.enterprise.system.core|_ThreadID=11;|sending notification to server...server|#]
    [#|2006-06-14T22:31:39.482-0400|INFO|sun-appserver-pe8.2|javax.enterprise.system.core|_ThreadID=11;|Server shutdown complete.|#]
    Does anybody have any suggestions?
    Many thanks,
    Best,
    --Dave
    Message was edited by CrumbDav
    I did some more research and looked in my domain.xml file and came across this. Not sure if it helps any:
    - <configs>
    - <config dynamic-reconfiguration-enabled="true" name="server-config">
    - <http-service>
    <http-listener acceptor-threads="5" address="0.0.0.0" blocking-enabled="false" default-virtual-server="server" enabled="true" family="inet" id="http-listener-1" port="8080" security-enabled="false" server-name="" xpowered-by="true" />
    <http-listener acceptor-threads="5" address="0.0.0.0" blocking-enabled="false" default-virtual-server="server" enabled="true" family="inet" id="http-listener-2" port="8181" security-enabled="true" server-name="" xpowered-by="true" />
    <http-listener acceptor-threads="5" address="0.0.0.0" blocking-enabled="false" default-virtual-server="__asadmin" enabled="true" family="inet" id="admin-listener" port="4848" security-enabled="false" server-name="" xpowered-by="true" />
    - <virtual-server hosts="${com.sun.aas.hostName}" http-listeners="http-listener-1,http-listener-2" id="server" log-file="${com.sun.aas.instanceRoot}/logs/server.log" state="on">
    <property name="docroot" value="${com.sun.aas.instanceRoot}/docroot" />
    <property name="accesslog" value="${com.sun.aas.instanceRoot}/logs/access" />
    </virtual-server>
    - <virtual-server default-web-module="admingui" hosts="${com.sun.aas.hostName}" http-listeners="admin-listener" id="__asadmin" log-file="${com.sun.aas.instanceRoot}/logs/server.log" state="on">
    <property name="docroot" value="${com.sun.aas.instanceRoot}/docroot" />
    <property name="accesslog" value="${com.sun.aas.instanceRoot}/logs/access" />
    </virtual-server>
    </http-service>
    - <iiop-service client-authentication-required="false">
    <orb max-connections="1024" message-fragment-size="1024" use-thread-pool-ids="thread-pool-1" />
    <iiop-listener address="0.0.0.0" enabled="true" id="orb-listener-1" port="3700" security-enabled="false" />
    - <iiop-listener address="0.0.0.0" enabled="true" id="SSL" port="3820" security-enabled="true">
    <ssl cert-nickname="s1as" client-auth-enabled="false" ssl2-enabled="false" ssl3-enabled="true" tls-enabled="true" tls-rollback-enabled="true" />
    </iiop-listener>
    - <iiop-listener address="0.0.0.0" enabled="true" id="SSL_MUTUALAUTH" port="3920" security-enabled="true">
    <ssl cert-nickname="s1as" client-auth-enabled="true" ssl2-enabled="false" ssl3-enabled="true" tls-enabled="true" tls-rollback-enabled="true" />
    </iiop-listener>
    </iiop-service>

    Nope - it's not supported. It is useable though ...
    The problem is that the Fedora series uses cutting edge technology. The Fedora technology cycles every 6-9 months.
    Oracle likes things very stable. So Oracle builds a clean copy using a specific set of APIs at a specific release of the kernel, the glibc and so on. They chose the commercial releases which cycle every 18-24 months - in part so they can get people trained to provide support.
    Due to the nature of Linux, you CAN install the correct APIs and get it to work and many of the free distros. Just don't expect Oracle to provide assistance or support. (After all, where do they stop - there are hundreds of free distros, and even more when you count the 'objsolete but still running' ones.)
    If you really want to proceed, then you need to read up the cookbook sites from experts such as Ivan Kartik (http://ivan.kartik.sk/) or Werner Puschitz (http://www.puschitz.com) As long as you realize that the install is NOT recommended for production.

  • Problems with classpath in Fedora core 4

    hello
    i want to set class path in Fedora core 4 so that my jmf2.1.1e apis is properly taken during compilation and runtime. in short; i want to install jmf into Linux distro sothat i can compile and run its applications.
    also i have a jar file of a jmf media player. now i need to know how to run it from a jar into my Fedora core distro...
    i have downloaded the linux performance pack from sun site and also read the installation notes but that really doesnt help. they say to apply the command 'setenv' into the shell to set environment var but that doesnt work i have seen.
    please help!

    've found the solution to the problem. You have to use the -Xbootclasspath/a parameter when running java.
    Example on unix:
    java -Xbootclasspath/a:${CLASSPATH} -jar test.jar
    Brgds
    Jakob

  • Problem with installation on Fedora core 5 [OCRUTL]

    Hi
    We have problem with instalation XE on Fedora C5 64bit (RAID 10).
    In css.log we have errors:
    Oracle Database 10g CRS Release 10.2.0.1.0 Production Copyright 1996, 2005 Oracle. All rights reserved.
    [  OCRUTL][4143179440]u_set_comp_error: Parameter was NULL
    [  OCRUTL][4143179440]u_set_ocr_error: Parameter was NULL
    2006-08-03 11:49:14.794: [  OCROSD][4143179440]utgdv:2:ocr loc file cannot be opened
    2006-08-03 11:49:14.794: [  OCROSD][4143179440]utopen:1: Couldnt find ocr,[ocrmirror] location in config file
    [  OCRUTL][4143179440]u_set_gbl_comp_error: Parameter was NULL
    2006-08-03 11:49:14.794: [  OCRRAW][4143179440]proprinit: Could not open raw device
    2006-08-03 11:49:14.794: [ default][4143179440]a_init:7!: Backend init unsuccessful : [33]
    [  OCRUTL][4143179440]u_set_ocr_error: Parameter was NULL
    2006-08-03 11:49:14.794: [ CSSCLNT][4143179440]clsssinit: error(33 ) in OCR initialization
    While installation there are no errors. After trying to start oracle-xe (manually or after reboot) nothing happens (only errors in log files).

    you can ignore those errors, everyone gets them
    is there a specific problem you are having

  • JDK - Fedora Core 4 (No Slacktrace?)

    Fedora Core 4
    Dual Opteron 246
    4GB Ram
    660GB HDD
    I'm trying to install L2j. It's a GameServer Emulation of the Official Lineage2.com - Problem is. I'm getting the error in the stdout.log showing
    http://pastebin.ca/281575
    I am using:
    java version "1.4.2"
    gij (GNU libgcj) version 4.0.2 20051125 (Red Hat 4.0.2-8)
    Copyright (C) 2005 Free Software Foundation, Inc.
    This is free software; see the source for copying conditions. There is NO
    warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
    Because the newest available is 1.5.0 and I could not get that package through YUM nor would ANT (which im not sure what is used for) would run correctly with it during a manual install. Basically the more information I can get about that JAVA error the better. I'm just trying to find one step closer because I am well at a dead stop.
    I appreciate any help
    James
    D

    Hi,<br>
    <br>
    Have you try to see if find any help into Oracle Database Express Edition (XE) ?<br>
    <br>
    Nicolas.

  • Premiere pro cc trial problem installing

    Hi, I'm Bryant and I'm just trying to download the premiere pro cc 2013 version trial and i can only get as far as the installing. When ever i try and open premiere pro it gives me an error message saying "[/sirreel64/releases/2013.02/shared/adobe/MediaCore/ASL/Foundation/Make/Mac/../../Src/Di rectoryRegistry.cpp-283]". I didn't do anything prior to this. I just wanted to try the app because i plan on maybe buying it for college as i'm taking editing and visual effects classes there. I also downloaded the after effects cc trial and that worked perfectly. once i get paid i plan on buying it.
    The operating system is Mac OSX processor 2.4 GHZ intel core i5 8gb RAM

    Bburney95 please check your installation logs to verify there are no error messages.  You can find details on how to review your installation log files at Troubleshoot install issues with log files | CC - http://helpx.adobe.com/creative-cloud/kb/troubleshoot-install-logs-cc.html.

  • Captivate 7 Trial - problem installing

    I downloaded the trial which resulted in a file called 'Captivate_7_LS21.dmg.part'.  When I tried to install (by double clicking) I got an errors message saying 'disk image not recognised'.  I'm working on MAC OSX 10.8.4.
    Suggestion to fix would be appreciated.
    Thanks
    Ann

    Hi
    Thanks for your answer.  I have tried downloading again and get this message
    "The Akamai Download Manager has encountered a fatal error.  Content invalid."
    The link to download the file directly does not work - it does not act as a link.
    I have brieflyl looked at the trouble shooting headings and none seem to fit this situation.
    Ann

  • Can't install JMF in Fedora Core 6

    Hi everybody!
    I've been trying to install JMF but I couldn't
    First it told me when I performed sh jmf-2_1_1e-linux-i586.bin:
    Do you agree to the above license terms? [yes or no] y
    Permit recording from an applet? (see readme.html) [yes or no] y
    Permit writing local files from an applet? (recommend no, see readme.html) [yes or no] y
    Unpacking...
    tail: cannot open `+309' for reading: No such file or directory
    Extracting...
    ./install.sfx.12308: line 1: ==: No such file or directory
    ./install.sfx.12308: line 3: syntax error near unexpected token `)'
    QQR&#65533;&#65533;&#65533;&#65533;&#65533;rqp&#65533;&#65533;&#65533;&#65533;"&#65533;&#65533;&#65533;hj&#65533;&#65533;W&#65533;jYn&#65533;d!&#65533;&#65533;&#65533;&#65533;&#65533;&#65533;L&#65533;&#65533;&#65533;L&#341;^&#65533;&#65533;[ 88&#65533;$&#65533;&#65533;&#65533;&#1390;&#65533;&#65533;,&#65533;&#65533;&#65533;&#65533;i&#1133;&#65533;&#65533;&#65533;&#65533;V~&#65533;mn.&#65533;7w^&#65533;�&#65533;,&#65533;;M&#65533;&#65533;`&#65533;&#611729;A$D&#65533;&#65533;&#65533;&#65533;&#65533; @&#65533;&#65533;"&#634;&#65533;wA'&#65533;&#65533;&#65533;&#65533;&#65533;Then I saw in this post http://forum.java.sun.com/thread.jspa?threadID=733794&messageID=4226173 the solution to this, that was changing this in the .bin file
    tail +309 $0 > $outname to this
    tail -n +309 $0 > $outnameSo it helped but not much, now the error I get is this:
    Do you agree to the above license terms? [yes or no]
    yes
    Permit recording from an applet? (see readme.html) [yes or no]
    no
    Permit writing local files from an applet? (recommend no, see readme.html) [yes or no]
    no
    Unpacking...
    Extracting...
    ./install.sfx.10513: /lib/libc.so.6: version `GLIBC_2.1' not found (required by ./install.sfx.10513)
    ./install.sfx.10513: /lib/libc.so.6: version `GLIBC_2.0' not found (required by ./install.sfx.10513)
    chmod: no se puede acceder a �JMF-2.1.1e/bin/jmstudio�: No existe el fichero o el directorio
    chmod: no se puede acceder a �JMF-2.1.1e/bin/jmfregistry�: No existe el fichero o el directorio
    chmod: no se puede acceder a �JMF-2.1.1e/bin/jmfinit�: No existe el fichero o el directorio
    jmf-2_1_1e-linux-i586.bin: line 305: JMF-2.1.1e/bin/jmfinit: No existe el fichero o el directorio
    /bin/cp: no se puede efectuar `stat' sobre �JMF-2.1.1e/lib/jmf.properties�: No existe el fichero o el directorio
    Done.It is the same if I say no or yes to the two last questions, the error is the same.
    For those out there that don't understand spanish,
    "no se puede acceder a" means "can't access to"
    "No existe el fichero o el directorio" means "file doesn't exist"
    "no se puede efectuar `stat' sobre" means "can't make/do 'stat' on"
    Can anybody tell me if you're experiencing this problem, and how to solve it?
    Thank you very much

    Hi,
    I am getting following error while I run jmf bin file..
    Do you agree to the above license terms? [yes or no]
    yes
    Permit recording from an applet? (see readme.html) [yes or no]
    no
    Permit writing local files from an applet? (recommend no, see readme.html) [yes or no]
    no
    Unpacking...
    Extracting...
    ./install.sfx.6705: /lib/libc.so.6: version `GLIBC_2.1' not found (required by ./install.sfx.6705)
    ./install.sfx.6705: /lib/libc.so.6: version `GLIBC_2.0' not found (required by ./install.sfx.6705)
    chmod: cannot access `JMF-2.1.1e/bin/jmstudio': No such file or directory
    chmod: cannot access `JMF-2.1.1e/bin/jmfregistry': No such file or directory
    chmod: cannot access `JMF-2.1.1e/bin/jmfinit': No such file or directory
    ./jmf-2_1_1e-linux-i586.bin?AuthParam=1248686168_cc16bb7750d11b8845c7e1f203a49695&TicketId=B%2Fw3kxqISVhOTBNGMlFckQLj&GroupName=CDS&FilePath=%2FESD4%2FJSCDL%2Fjmf%2F2.1.1e%2Fjmf-2_1_1e-linux-i586.bin&File=jmf-2_1_1e-linux-i586.bin: line 305: JMF-2.1.1e/bin/jmfinit: No such file or directory
    /bin/cp: cannot stat `JMF-2.1.1e/lib/jmf.properties': No such file or directory
    Done.
    can anybody give solution to this...
    thanks
    Kris

  • JSPM startup fails with IBM JDK 1.4.2 SR13

    Hi experts,
    I´m upgrading my Portal to EHP1 SP06. After the upgrade I checked SDM and JSPM, SDM is working fine but the JSPM don´t start any more.
    I just getting the information after starting the script 'go' under AIX:
    'Waiting for SDTServer to connect ...'
    Nothing happened after 10min...
    Just want to let you that this issue is caused by a buggy version of the AIX JDK.
    There is a new sapnote 1422869 for this issue, please have a look.
    Solution
    Use the actual recommended "IBM JDK 1.4.2 SR13 FP4 ifix" or SR13 without any FP.
    The problem was introduced with SR13 FP2 and is in FP3 and FP4 too.
    Install the recommended "IBM JDK 1.4.2 SR13 FP4 ifix" to solve the problem (see SAP note 1008311 or 1024539). As a workaround you can use the remote GUI from another system using a not affected JDK.
    I installed IBM JDK 1.4.2 SR13 without any FP and the JSPM is working again
    You can get the new Java versions directly from IBM, click here to download it.
    Regards,
    Jens

    Hi,
    While installing solution manager 4 (SLES x86_64) I also run into the problem "ibjvm.so preloadLibrary: /opt/IBMJava2-amd64-142/jre/bin/j9vm/libj9vm22.so: cannot open shared object file: No such file or directory" during the phase "Create Java users"
    I've taken your advice (Chris B) and the installation carries on with out a problem. (and the java instance has started)
    When I stop and start sap, I then cannot get the Java instance to start again!
    The error in the "std_bootstrap.out" has the message; "libjvm.so preloadLibrary: /opt/IBMJava2-amd64-142/jre/libj9vm22.so: cannot open shared object file: No such file or directory
    libjvm.so failed to load: j9vm22"
    I have set all the environmental variables including the LD_LIBRARY_PATH and JAVA_HOME
    I was wondering if you had the same problem, else if anyone else could please please help.
    Thanks,
    Chris G
    Message was edited by: Chris Geladaris

  • Install Oracle 10.1.2 On Fedora Core 6

    Hi
    I need help , I have tried to install Oracle 10.1.2 into Fedora Core 6 and I tried to check require package. It miss some packages follow
    openmotif     openmotif-2.2.2-16
    compat-db     compat-db-4.0.14.5
    compat-gcc     compat-gcc-7.3-2.96.122
    compat-gcc-c++     compat-gcc-c++-7.3-2.96.122
    compat-libstdc++     compat-libstdc++-7.3-2.96.122
    compat-libstdc++-devel     compat-libstdc++-devel-7.3-2.96.122
    Where can I download it ?
    And it has the problem or not if I install Oracle into fedora core 6?
    Thank in advance.
    Pasuwat

    Here: http://mirrors.fedoraproject.org/publiclist/Fedora/6/i386/

  • Help Required for Oracle 9i Installation on Fedora Core 3

    I am new to Linux on Oracle and wanted to set up oracle on Fedora Core 3.
    I have downloaded Oracle9i Database Release 2 Enterprise/Standard Edition
    for Intel Linux from http://www.oracle.com/technology/software/products/oracle9i/htdocs/linuxsoft.html
    I have downloaded it on Windows XP Can any one please suggest me what should be the next steps to install it on Fedora Core 3?
    Thanks in advance

    So copy downloaded installation from Windows to Linux machine using SCP.
    You can download GUI SCP client here: http://winscp.net/eng/index.php
    If you preffer command line tool then you can use PSCP tool: http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html
    Then use some installation steps for Fedora for example you can use mine (follow exactly all steps):
    http://ivan.kartik.sk/oracle/install_ora9_fedora.html
    Just little advice don't use root to login to Linux computer, use oracle instead (once it is created).

  • Fedora Core 7 vs Oracle 11G

    when I install Oracle11G on Fedora Core 7 an error occur :
    UnsatisfiedLinkError exception loading native library. njni11
    did I lost any component or need to install other package ?

    How closely did you follow the package list here?

Maybe you are looking for