Unsupported class version error trying to run jar file on windows machine

Hi,
i've written a program that connects to an access database to get its data. Created a jar file with the class files, the access database and other required files.
works fine on my home windows computer but when i try to run it on another machine i get an error.
here's what i write on the cmd: java -Xmx128m -jar myFile.jar
heres the error i get:
Exception in thread "main" java.lang.UnsupportedClassVersionError: StartUp(Unsupported major.minor version 49.0)
at java.lang.ClassLoader.defineClass0(Native Method)
and so on.
It seems like it might be quite a basic error but i'm lost, can anyone please shed some light and tell me where i'm going wrong?
cheers in advance

hey there, in case anyone was going to reply, i've worked it out now. couldn't work out what was wrong at first so just pulled out all my classes and put them into a brand new jar file. now use javaw -jar instead of java and it worked fine! wierd...

Similar Messages

  • Error messege when run jar file

    when i run jar file of my project give me that error(Fatel exception occured.program will exist)
    what is the reason of that error

    "can't get that path". Sounds like requisite classes aren't on the classpath.
    Please paste the ENTIRE error message that it's producing into your next reply. You have probably forgotten to include necessary classes - perhaps a JDBC driver - in your JAR file.

  • Unsupported class version error

    I'm trying to run the "Hello World" example in the "Integrating Native Code Into Java" tutorial. When I try to run the program, this is the error message I get:
    java MainException in thread "main" java.lang.UnsupportedClassVersionError: Main (Unsupported major.minor version 50.0)
    at java.lang.ClassLoader.defineClass0(Native Method)
    at java.lang.ClassLoader.defineClass(ClassLoader.java:539)
    at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:123)
    at java.net.URLClassLoader.defineClass(URLClassLoader.java:251)
    at java.net.URLClassLoader.access$100(URLClassLoader.java:55)
    at java.net.URLClassLoader$1.run(URLClassLoader.java:194)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:187)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:289)
    at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:274)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:235)
    at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:302)
    Any idea what I might be doing wrong? I'm on a SUSE Linux box.
    thanks
    David

    Here's an update:
    I was invoking the wrong Java runtime before. Now that I have the correct one, here's the error message I get:
    java Main
    Exception in thread "main" java.lang.UnsatisfiedLinkError: no hello in java.library.path
    at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1709)
    at java.lang.Runtime.loadLibrary0(Runtime.java:823)
    at java.lang.System.loadLibrary(System.java:1028)
    at HelloWorld.<clinit>(HW.java:7)
    at Main.main(Main.java:5)
    I have a "hello" C program in the same directory as Main.class, named libhello.so
    Do I need to set java.library.path some way?
    thanks
    David

  • Getting ServletException & Unsupported Class Version Error in Tomcat6.0

    Hello everyone,
    I have an application which is developed using J2EE technology (servlet, jsp and bean) in Jdeveloper 11g. I have created my own configuration file and then replaced the existing jar with the xml file which i have created. Complied using JRockit R27 1.6. When I deploy the war file in my machine, the application works perfectly. I deployed it in Tomcat 6.0.
    But when i deploy the war file in another machine and then when running the application I get the below two errors.
    1) javax.servlet ServletException : Oracle Coherence 3.5.1 /461 : Servlet initialization encountered an exception while initialization
    2) Root cause is java.lang.unsupportedClassversionError: Bad version number in .class file (Unable to load class com.list.cacheclass)
    I complied all the java files using JRockit.
    I am unable to figure out the problem. PLz provide me a solution for it.
    Thanks,
    Mitraa SP

    Hi Mitraa,
    This just indicates you have mixed java compilation units - possibly the version of java you are compiling against is greater than the version you are running under Tomcat. Either cross-compile (target=1.5) or get the java environments in sync.

  • Run jar-exe on windows systems.

    Hi. I`m trying to find a way to run jar files on Windows systems. The key is to do so without having installed "explicity" the jre (1.5 or higher) sun installation program. I mean, I want to users be able to run my .jar executable programs on machines where jre isn`t set. I know how to create executable jar programs, but I have no idea about how to change Windows behaviour to instantiate the java virtual machine.
    Help and comments wil be welcome, Thanks and regards.

    Are you trying to run .jar executable on Windows system without JRE installed? Remember, executable jar file contains java classes and they need a JVM/JRE in order to run themselves.
    In plain you cann't run a jar executable without jvm/jre installed.
    Now, on another note, if you are trying to provide user the ability to run jar file without downloading/installing JRE, this forum entry might interest you:
    http://forum.java.sun.com/thread.jspa?threadID=695898

  • Error trying to  run tutorial ----log

    Starting Sun Java System Application Server Platform Edition 8.0.0_01 (build b08-fcs) ...
    [#|2005-12-24T15:30:06.556-0700|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.core|_ThreadID=10;|CORE5076: Using [Java HotSpot(TM) Client VM, Version 1.4.2_06] from [Sun Microsystems Inc.]|#]
    [#|2005-12-24T15:30:08.038-0700|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.tools.admin|_ThreadID=10;|ADM0020:Following is the information about the JMX MBeanServer used:|#]
    [#|2005-12-24T15:30:08.439-0700|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.tools.admin|_ThreadID=10;|ADM0001:MBeanServer initialized successfully|#]
    [#|2005-12-24T15:30:10.853-0700|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.container.web|_ThreadID=10;|Creating virtual server server|#]
    [#|2005-12-24T15:30:10.863-0700|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.core|_ThreadID=10;|S1AS AVK Instrumentation disabled|#]
    [#|2005-12-24T15:30:10.873-0700|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.core.security|_ThreadID=10;|SEC1143: Loading policy provider com.sun.enterprise.security.provider.PolicyWrapper.|#]
    [#|2005-12-24T15:30:15.369-0700|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.core.transaction|_ThreadID=10;|JTS5014: Recoverable JTS instance, serverId = [100]|#]
    [#|2005-12-24T15:30:17.122-0700|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.core|_ThreadID=10;|Satisfying Optional Packages dependencies...|#]
    [#|2005-12-24T15:30:17.432-0700|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.resource.resourceadapter|_ThreadID=10;|RAR7008 : Initialized monitoring registry and listeners|#]
    [#|2005-12-24T15:30:18.223-0700|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.core|_ThreadID=10;|CORE5100:Loading system apps|#]
    [#|2005-12-24T15:30:18.263-0700|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.core|_ThreadID=10;|Selecting file [C:\Sun\Creator\SunAppServer8\lib\install\applications\MEjbApp.ear] for autodeployment|#]
    [#|2005-12-24T15:30:18.273-0700|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.core|_ThreadID=10;|Selecting file [C:\Sun\Creator\SunAppServer8\lib\install\applications\__ejb_container_timer_app.ear] for autodeployment|#]
    [#|2005-12-24T15:30:18.283-0700|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.tools.admin|_ThreadID=10;|[AutoDeploy] Selecting file [ C:\Sun\Creator\SunAppServer8\lib\install\applications\MEjbApp.ear ] for autodeployment.|#]
    [#|2005-12-24T15:30:19.535-0700|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.tools.deployment|_ThreadID=10;|DPL5109: EJBC - START of EJBC for [MEjbApp]|#]
    [#|2005-12-24T15:30:19.545-0700|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.tools.deployment|_ThreadID=10;|Processing beans ...|#]
    [#|2005-12-24T15:30:19.585-0700|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.tools.deployment|_ThreadID=10;|Compiling RMI-IIOP code ...|#]
    [#|2005-12-24T15:30:32.203-0700|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.tools.deployment|_ThreadID=10;|DPL5110: EJBC - END of EJBC for [MEjbApp]|#]
    [#|2005-12-24T15:30:32.223-0700|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.stream.out|_ThreadID=10;| role is admin-role class class java.lang.String|#]
    [#|2005-12-24T15:30:32.424-0700|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.stream.out|_ThreadID=10;|
    role is admin-role class class java.lang.String|#]
    [#|2005-12-24T15:30:32.654-0700|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.tools.deployment|_ThreadID=10;|Total Deployment Time: 14070 msec, Total EJB Compiler Module Time: 12668 msec, Portion spent EJB Compiling: 90%
    Breakdown of EJBC Module Time: Total Time for EJBC: 12668 msec, CMP Generation: 0 msec (0%), Java Compilation: 0 msec (0%), RMI Compilation: 12618 msec (99%), JAX-RPC Generation: 20 msec (0%),
    |#]
    [#|2005-12-24T15:30:32.654-0700|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.tools.deployment|_ThreadID=10;|deployed with moduleid = MEjbApp|#]
    [#|2005-12-24T15:30:32.754-0700|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.tools.admin|_ThreadID=10;|ADM1041:Sent the event to instance:[ApplicationDeployEvent -- deploy MEjbApp]|#]
    [#|2005-12-24T15:30:33.435-0700|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.core.classloading|_ThreadID=10;|LDR5010: All ejb(s) of [MEjbApp] loaded successfully!|#]
    [#|2005-12-24T15:30:33.445-0700|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.tools.admin|_ThreadID=10;|ADM1042:Status of dynamic reconfiguration event processing:[success]|#]
    [#|2005-12-24T15:30:33.455-0700|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.tools.admin|_ThreadID=10;|[AutoDeploy] Successfully autodeployed : C:\Sun\Creator\SunAppServer8\lib\install\applications\MEjbApp.ear.|#]
    [#|2005-12-24T15:30:33.455-0700|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.tools.admin|_ThreadID=10;|[AutoDeploy] Selecting file [ C:\Sun\Creator\SunAppServer8\lib\install\applications\__ejb_container_timer_app.ear ] for autodeployment.|#]
    [#|2005-12-24T15:30:33.946-0700|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.tools.deployment|_ThreadID=10;|DPL5109: EJBC - START of EJBC for [__ejb_container_timer_app]|#]
    [#|2005-12-24T15:30:37.661-0700|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.tools.deployment|_ThreadID=10;|Processing beans ...|#]
    [#|2005-12-24T15:30:37.661-0700|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.tools.deployment|_ThreadID=10;|DPL5110: EJBC - END of EJBC for [__ejb_container_timer_app]|#]
    [#|2005-12-24T15:30:37.771-0700|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.tools.deployment|_ThreadID=10;|Total Deployment Time: 4276 msec, Total EJB Compiler Module Time: 3715 msec, Portion spent EJB Compiling: 86%
    Breakdown of EJBC Module Time: Total Time for EJBC: 3715 msec, CMP Generation: 942 msec (25%), Java Compilation: 2463 msec (66%), RMI Compilation: 0 msec (0%), JAX-RPC Generation: 0 msec (0%),
    |#]
    [#|2005-12-24T15:30:37.771-0700|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.tools.deployment|_ThreadID=10;|deployed with moduleid = __ejb_container_timer_app|#]
    [#|2005-12-24T15:30:37.781-0700|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.tools.admin|_ThreadID=10;|ADM1041:Sent the event to instance:[ApplicationDeployEvent -- deploy __ejb_container_timer_app]|#]
    [#|2005-12-24T15:30:38.232-0700|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.container.ejb|_ThreadID=10;|EJB5109:EJB Timer Service started successfully for datasource [jdbc/__TimerPool]|#]
    [#|2005-12-24T15:30:38.232-0700|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.core.classloading|_ThreadID=10;|LDR5010: All ejb(s) of [__ejb_container_timer_app] loaded successfully!|#]
    [#|2005-12-24T15:30:38.232-0700|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.tools.admin|_ThreadID=10;|ADM1042:Status of dynamic reconfiguration event processing:[success]|#]
    [#|2005-12-24T15:30:38.242-0700|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.tools.admin|_ThreadID=10;|[AutoDeploy] Successfully autodeployed : C:\Sun\Creator\SunAppServer8\lib\install\applications\__ejb_container_timer_app.ear.|#]
    [#|2005-12-24T15:30:38.282-0700|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.container.web|_ThreadID=10;|WEB0302: Starting Tomcat.|#]
    [#|2005-12-24T15:30:38.522-0700|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.container.web|_ThreadID=10;|WEB0100: Loading web module [adminapp] in virtual server [server] at [web1]|#]
    [#|2005-12-24T15:30:38.723-0700|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.container.web|_ThreadID=10;|WEB0100: Loading web module [admingui] in virtual server [server] at [asadmin]|#]
    [#|2005-12-24T15:30:38.723-0700|WARNING|sun-appserver-pe8.0.0_01|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|#]
    [#|2005-12-24T15:30:38.753-0700|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.container.web|_ThreadID=10;|WEB0100: Loading web module [com_sun_web_ui] in virtual server [server] at [com_sun_web_ui]|#]
    [#|2005-12-24T15:30:38.773-0700|INFO|sun-appserver-pe8.0.0_01|org.apache.catalina.startup.Embedded|_ThreadID=10;|Starting tomcat server|#]
    [#|2005-12-24T15:30:38.773-0700|INFO|sun-appserver-pe8.0.0_01|org.apache.catalina.startup.Embedded|_ThreadID=10;|Catalina naming disabled|#]
    [#|2005-12-24T15:30:38.883-0700|INFO|sun-appserver-pe8.0.0_01|org.apache.catalina.core.StandardEngine|_ThreadID=10;|Starting Servlet Engine: Sun-Java-System/Application-Server-PE-8.0|#]
    [#|2005-12-24T15:30:43.169-0700|INFO|sun-appserver-pe8.0.0_01|org.apache.catalina.startup.ContextConfig|_ThreadID=10;|Missing application web.xml, using defaults only StandardEngine[server].StandardHost[server].StandardContext[]|#]
    [#|2005-12-24T15:30:45.132-0700|INFO|sun-appserver-pe8.0.0_01|org.apache.coyote.http11.Http11Protocol|_ThreadID=10;|Initializing Coyote HTTP/1.1 on port 18080|#]
    [#|2005-12-24T15:30:45.172-0700|INFO|sun-appserver-pe8.0.0_01|org.apache.coyote.http11.Http11Protocol|_ThreadID=10;|Starting Coyote HTTP/1.1 on port 18080|#]
    [#|2005-12-24T15:30:45.352-0700|INFO|sun-appserver-pe8.0.0_01|org.apache.coyote.http11.Http11Protocol|_ThreadID=10;|Initializing Coyote HTTP/1.1 on port 11043|#]
    [#|2005-12-24T15:30:45.352-0700|INFO|sun-appserver-pe8.0.0_01|org.apache.coyote.http11.Http11Protocol|_ThreadID=10;|Starting Coyote HTTP/1.1 on port 11043|#]
    [#|2005-12-24T15:30:45.392-0700|INFO|sun-appserver-pe8.0.0_01|org.apache.coyote.http11.Http11Protocol|_ThreadID=10;|Initializing Coyote HTTP/1.1 on port 14848|#]
    [#|2005-12-24T15:30:45.402-0700|INFO|sun-appserver-pe8.0.0_01|org.apache.coyote.http11.Http11Protocol|_ThreadID=10;|Starting Coyote HTTP/1.1 on port 14848|#]
    [#|2005-12-24T15:30:45.733-0700|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.resource.jms|_ThreadID=10;|JMS5023: JMS service successfully started. Instance Name = imqbroker, Home = [C:\Sun\Creator\SunAppServer8\imq\bin].|#]
    [#|2005-12-24T15:30:45.733-0700|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.tools.admin|_ThreadID=10;|[AutoDeploy] Enabling AutoDeployment service at :1135463445733|#]
    [#|2005-12-24T15:30:45.733-0700|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.core|_ThreadID=10;|CORE5053: Application onReady complete.|#]
    [#|2005-12-24T15:30:45.733-0700|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.core|_ThreadID=10;|Application server startup complete.|#]
    [#|2005-12-24T15:31:15.756-0700|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.tools.admin|_ThreadID=11;|[AutoDeploy] Selecting file [ C:\Sun\Creator\SunAppServer8\domains\creator\autodeploy\hello-jaxrpc.war ] for autodeployment.|#]
    [#|2005-12-24T15:31:16.156-0700|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.tools.deployment|_ThreadID=11;|DPL5109: EJBC - START of EJBC for [hello-jaxrpc]|#]
    [#|2005-12-24T15:31:16.156-0700|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.tools.deployment|_ThreadID=11;|Processing beans ...|#]
    [#|2005-12-24T15:31:16.156-0700|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.tools.deployment|_ThreadID=11;|DPL5110: EJBC - END of EJBC for [hello-jaxrpc]|#]
    [#|2005-12-24T15:31:16.227-0700|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.tools.deployment|_ThreadID=11;|Total Deployment Time: 421 msec, Total EJB Compiler Module Time: 0 msec, Portion spent EJB Compiling: 0%
    Breakdown of EJBC Module Time: Total Time for EJBC: 0 msec, CMP Generation: 0 msec (0%), Java Compilation: 0 msec (0%), RMI Compilation: 0 msec (0%), JAX-RPC Generation: 0 msec (0%),
    |#]
    [#|2005-12-24T15:31:16.227-0700|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.tools.deployment|_ThreadID=11;|deployed with moduleid = hello-jaxrpc|#]
    [#|2005-12-24T15:31:16.247-0700|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.tools.admin|_ThreadID=11;|ADM1041:Sent the event to instance:[ModuleDeployEvent -- deploy web/hello-jaxrpc]|#]
    [#|2005-12-24T15:31:16.317-0700|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.container.web|_ThreadID=11;|WEB0100: Loading web module [hello-jaxrpc] in virtual server [server] at [hello-jaxrpc]|#]
    [#|2005-12-24T15:31:17.378-0700|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.resource.webservices.rpc.server.http|_ThreadID=11;|JAXRPC.JAXRPCSERVLET.12: JAX-RPC context listener initializing|#]
    [#|2005-12-24T15:31:17.629-0700|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.resource.webservices.rpc.server.http|_ThreadID=11;|JAXRPC.JAXRPCSERVLET.14: JAX-RPC servlet initializing|#]
    [#|2005-12-24T15:31:17.689-0700|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.tools.admin|_ThreadID=11;|ADM1042:Status of dynamic reconfiguration event processing:[success]|#]
    [#|2005-12-24T15:31:17.699-0700|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.tools.admin|_ThreadID=11;|[AutoDeploy] Successfully autodeployed : C:\Sun\Creator\SunAppServer8\domains\creator\autodeploy\hello-jaxrpc.war.|#]
    [#|2005-12-24T15:31:17.699-0700|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.tools.admin|_ThreadID=11;|[AutoDeploy] Selecting file [ C:\Sun\Creator\SunAppServer8\domains\creator\autodeploy\jTravellerService.war ] for autodeployment.|#]
    [#|2005-12-24T15:31:18.239-0700|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.tools.deployment|_ThreadID=11;|DPL5109: EJBC - START of EJBC for [jTravellerService]|#]
    [#|2005-12-24T15:31:18.239-0700|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.tools.deployment|_ThreadID=11;|Processing beans ...|#]
    [#|2005-12-24T15:31:18.239-0700|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.tools.deployment|_ThreadID=11;|DPL5110: EJBC - END of EJBC for [jTravellerService]|#]
    [#|2005-12-24T15:31:18.279-0700|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.tools.deployment|_ThreadID=11;|Total Deployment Time: 560 msec, Total EJB Compiler Module Time: 0 msec, Portion spent EJB Compiling: 0%
    Breakdown of EJBC Module Time: Total Time for EJBC: 0 msec, CMP Generation: 0 msec (0%), Java Compilation: 0 msec (0%), RMI Compilation: 0 msec (0%), JAX-RPC Generation: 0 msec (0%),
    |#]
    [#|2005-12-24T15:31:18.290-0700|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.tools.deployment|_ThreadID=11;|deployed with moduleid = jTravellerService|#]
    [#|2005-12-24T15:31:18.300-0700|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.tools.admin|_ThreadID=11;|ADM1041:Sent the event to instance:[ModuleDeployEvent -- deploy web/jTravellerService]|#]
    [#|2005-12-24T15:31:18.370-0700|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.container.web|_ThreadID=11;|WEB0100: Loading web module [jTravellerService] in virtual server [server] at [jTravellerService]|#]
    [#|2005-12-24T15:31:19.321-0700|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.resource.webservices.rpc.server.http|_ThreadID=11;|JAXRPC.JAXRPCSERVLET.12: JAX-RPC context listener initializing|#]
    [#|2005-12-24T15:31:19.361-0700|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.resource.webservices.rpc.server.http|_ThreadID=11;|JAXRPC.JAXRPCSERVLET.14: JAX-RPC servlet initializing|#]
    [#|2005-12-24T15:31:19.401-0700|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.tools.admin|_ThreadID=11;|ADM1042:Status of dynamic reconfiguration event processing:[success]|#]
    [#|2005-12-24T15:31:19.411-0700|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.tools.admin|_ThreadID=11;|[AutoDeploy] Successfully autodeployed : C:\Sun\Creator\SunAppServer8\domains\creator\autodeploy\jTravellerService.war.|#]
    Starting Sun Java System Application Server Platform Edition 8.0.0_01 (build b08-fcs) ...
    [#|2006-01-27T20:33:15.701-0700|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.core|_ThreadID=10;|CORE5076: Using [Java HotSpot(TM) Client VM, Version 1.4.2_06] from [Sun Microsystems Inc.]|#]
    [#|2006-01-27T20:33:17.764-0700|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.tools.admin|_ThreadID=10;|ADM0020:Following is the information about the JMX MBeanServer used:|#]
    [#|2006-01-27T20:33:18.305-0700|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.tools.admin|_ThreadID=10;|ADM0001:MBeanServer initialized successfully|#]
    [#|2006-01-27T20:33:22.621-0700|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.container.web|_ThreadID=10;|Creating virtual server server|#]
    [#|2006-01-27T20:33:22.641-0700|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.core|_ThreadID=10;|S1AS AVK Instrumentation disabled|#]
    [#|2006-01-27T20:33:22.661-0700|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.core.security|_ThreadID=10;|SEC1143: Loading policy provider com.sun.enterprise.security.provider.PolicyWrapper.|#]
    [#|2006-01-27T20:33:27.919-0700|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.core.transaction|_ThreadID=10;|JTS5014: Recoverable JTS instance, serverId = [100]|#]
    [#|2006-01-27T20:33:30.142-0700|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.core|_ThreadID=10;|Satisfying Optional Packages dependencies...|#]
    [#|2006-01-27T20:33:30.532-0700|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.resource.resourceadapter|_ThreadID=10;|RAR7008 : Initialized monitoring registry and listeners|#]
    [#|2006-01-27T20:33:31.454-0700|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.core|_ThreadID=10;|CORE5100:Loading system apps|#]
    [#|2006-01-27T20:33:32.515-0700|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.core.classloading|_ThreadID=10;|LDR5010: All ejb(s) of [MEjbApp] loaded successfully!|#]
    [#|2006-01-27T20:33:33.637-0700|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.container.ejb|_ThreadID=10;|EJB5109:EJB Timer Service started successfully for datasource [jdbc/__TimerPool]|#]
    [#|2006-01-27T20:33:33.637-0700|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.core.classloading|_ThreadID=10;|LDR5010: All ejb(s) of [__ejb_container_timer_app] loaded successfully!|#]
    [#|2006-01-27T20:33:33.767-0700|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.container.web|_ThreadID=10;|WEB0302: Starting Tomcat.|#]
    [#|2006-01-27T20:33:34.348-0700|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.container.web|_ThreadID=10;|WEB0100: Loading web module [adminapp] in virtual server [server] at [web1]|#]
    [#|2006-01-27T20:33:34.528-0700|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.container.web|_ThreadID=10;|WEB0100: Loading web module [admingui] in virtual server [server] at [asadmin]|#]
    [#|2006-01-27T20:33:34.528-0700|WARNING|sun-appserver-pe8.0.0_01|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-01-27T20:33:34.538-0700|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.container.web|_ThreadID=10;|WEB0100: Loading web module [com_sun_web_ui] in virtual server [server] at [com_sun_web_ui]|#]
    [#|2006-01-27T20:33:34.548-0700|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.container.web|_ThreadID=10;|WEB0100: Loading web module [hello-jaxrpc] in virtual server [server] at [hello-jaxrpc]|#]
    [#|2006-01-27T20:33:34.558-0700|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.container.web|_ThreadID=10;|WEB0100: Loading web module [jTravellerService] in virtual server [server] at [jTravellerService]|#]
    [#|2006-01-27T20:33:34.578-0700|INFO|sun-appserver-pe8.0.0_01|org.apache.catalina.startup.Embedded|_ThreadID=10;|Starting tomcat server|#]
    [#|2006-01-27T20:33:34.588-0700|INFO|sun-appserver-pe8.0.0_01|org.apache.catalina.startup.Embedded|_ThreadID=10;|Catalina naming disabled|#]
    [#|2006-01-27T20:33:34.749-0700|INFO|sun-appserver-pe8.0.0_01|org.apache.catalina.core.StandardEngine|_ThreadID=10;|Starting Servlet Engine: Sun-Java-System/Application-Server-PE-8.0|#]
    [#|2006-01-27T20:33:39.746-0700|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.resource.webservices.rpc.server.http|_ThreadID=10;|JAXRPC.JAXRPCSERVLET.12: JAX-RPC context listener initializing|#]
    [#|2006-01-27T20:33:40.417-0700|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.resource.webservices.rpc.server.http|_ThreadID=10;|JAXRPC.JAXRPCSERVLET.14: JAX-RPC servlet initializing|#]
    [#|2006-01-27T20:33:40.497-0700|INFO|sun-appserver-pe8.0.0_01|org.apache.catalina.startup.ContextConfig|_ThreadID=10;|Missing application web.xml, using defaults only StandardEngine[server].StandardHost[server].StandardContext[]|#]
    [#|2006-01-27T20:33:42.610-0700|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.resource.webservices.rpc.server.http|_ThreadID=10;|JAXRPC.JAXRPCSERVLET.12: JAX-RPC context listener initializing|#]
    [#|2006-01-27T20:33:42.700-0700|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.resource.webservices.rpc.server.http|_ThreadID=10;|JAXRPC.JAXRPCSERVLET.14: JAX-RPC servlet initializing|#]
    [#|2006-01-27T20:33:43.882-0700|INFO|sun-appserver-pe8.0.0_01|org.apache.coyote.http11.Http11Protocol|_ThreadID=10;|Initializing Coyote HTTP/1.1 on port 18080|#]
    [#|2006-01-27T20:33:43.942-0700|INFO|sun-appserver-pe8.0.0_01|org.apache.coyote.http11.Http11Protocol|_ThreadID=10;|Starting Coyote HTTP/1.1 on port 18080|#]
    [#|2006-01-27T20:33:44.132-0700|INFO|sun-appserver-pe8.0.0_01|org.apache.coyote.http11.Http11Protocol|_ThreadID=10;|Initializing Coyote HTTP/1.1 on port 11043|#]
    [#|2006-01-27T20:33:44.142-0700|INFO|sun-appserver-pe8.0.0_01|org.apache.coyote.http11.Http11Protocol|_ThreadID=10;|Starting Coyote HTTP/1.1 on port 11043|#]
    [#|2006-01-27T20:33:44.222-0700|INFO|sun-appserver-pe8.0.0_01|org.apache.coyote.http11.Http11Protocol|_ThreadID=10;|Initializing Coyote HTTP/1.1 on port 14848|#]
    [#|2006-01-27T20:33:44.222-0700|INFO|sun-appserver-pe8.0.0_01|org.apache.coyote.http11.Http11Protocol|_ThreadID=10;|Starting Coyote HTTP/1.1 on port 14848|#]
    [#|2006-01-27T20:33:44.613-0700|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.resource.jms|_ThreadID=10;|JMS5023: JMS service successfully started. Instance Name = imqbroker, Home = [C:\Sun\Creator\SunAppServer8\imq\bin].|#]
    [#|2006-01-27T20:33:44.703-0700|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.tools.admin|_ThreadID=10;|[AutoDeploy] Enabling AutoDeployment service at :1138419224703|#]
    [#|2006-01-27T20:33:44.703-0700|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.core|_ThreadID=10;|CORE5053: Application onReady complete.|#]
    [#|2006-01-27T20:33:44.713-0700|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.core|_ThreadID=10;|Application server startup complete.|#]
    [#|2006-01-27T20:33:49.219-0700|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.tools.deployment|_ThreadID=11;|DPL5109: EJBC - START of EJBC for [_webapplication1]|#]
    [#|2006-01-27T20:33:49.219-0700|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.tools.deployment|_ThreadID=11;|Processing beans ...|#]
    [#|2006-01-27T20:33:49.259-0700|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.tools.deployment|_ThreadID=11;|DPL5110: EJBC - END of EJBC for [_webapplication1]|#]
    [#|2006-01-27T20:33:50.631-0700|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.tools.deployment|_ThreadID=11;|Total Deployment Time: 2393 msec, Total EJB Compiler Module Time: 40 msec, Portion spent EJB Compiling: 1%
    Breakdown of EJBC Module Time: Total Time for EJBC: 40 msec, CMP Generation: 0 msec (0%), Java Compilation: 0 msec (0%), RMI Compilation: 0 msec (0%), JAX-RPC Generation: 10 msec (25%),
    |#]
    [#|2006-01-27T20:33:50.681-0700|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.tools.deployment|_ThreadID=11;|deployed with moduleid = _webapplication1|#]
    [#|2006-01-27T20:33:50.812-0700|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.tools.admin|_ThreadID=11;|ADM1041:Sent the event to instance:[ModuleDeployEvent -- deploy web/_webapplication1]|#]
    [#|2006-01-27T20:33:51.062-0700|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.tools.admin|_ThreadID=11;|ADM1041:Sent the event to instance:[ModuleDeployEvent -- enable web/_webapplication1]|#]
    [#|2006-01-27T20:33:51.192-0700|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.container.web|_ThreadID=11;|WEB0100: Loading web module [_webapplication1] in virtual server [server] at [webapplication1]|#]
    [#|2006-01-27T20:33:53.516-0700|WARNING|sun-appserver-pe8.0.0_01|org.apache.commons.beanutils.MethodUtils|_ThreadID=11;|Cannot use JVM pre-1.4 access bug workaround die to restrictive security manager.|#]
    [#|2006-01-27T20:33:53.876-0700|WARNING|sun-appserver-pe8.0.0_01|org.apache.commons.digester.Digester|_ThreadID=11;|[ConverterRule]{faces-config/converter} Merge(null,java.math.BigDecimal)|#]
    [#|2006-01-27T20:33:53.886-0700|WARNING|sun-appserver-pe8.0.0_01|org.apache.commons.digester.Digester|_ThreadID=11;|[ConverterRule]{faces-config/converter} Merge(null,java.math.BigInteger)|#]
    [#|2006-01-27T20:33:55.568-0700|INFO|sun-appserver-pe8.0.0_01|com.sun.faces.config.ConfigureListener|_ThreadID=11;|Application object verification completed successfully|#]
    [#|2006-01-27T20:33:55.659-0700|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.tools.admin|_ThreadID=11;|ADM1042:Status of dynamic reconfiguration event processing:[success]|#]
    Starting Sun Java System Application Server Platform Edition 8.0.0_01 (build b08-fcs) ...
    [#|2006-01-28T17:15:48.473-0700|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.core|_ThreadID=10;|CORE5076: Using [Java HotSpot(TM) Client VM, Version 1.4.2_06] from [Sun Microsystems Inc.]|#]
    [#|2006-01-28T17:15:50.045-0700|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.tools.admin|_ThreadID=10;|ADM0020:Following is the information about the JMX MBeanServer used:|#]
    [#|2006-01-28T17:15:50.556-0700|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.tools.admin|_ThreadID=10;|ADM0001:MBeanServer initialized successfully|#]
    [#|2006-01-28T17:15:54.191-0700|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.container.web|_ThreadID=10;|Creating virtual server server|#]
    [#|2006-01-28T17:15:54.221-0700|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.core|_ThreadID=10;|S1AS AVK Instrumentation disabled|#]
    [#|2006-01-28T17:15:54.231-0700|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.core.security|_ThreadID=10;|SEC1143: Loading policy provider com.sun.enterprise.security.provider.PolicyWrapper.|#]
    [#|2006-01-28T17:15:58.778-0700|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.core.transaction|_ThreadID=10;|JTS5014: Recoverable JTS instance, serverId = [100]|#]
    [#|2006-01-28T17:16:00.670-0700|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.core|_ThreadID=10;|Satisfying Optional Packages dependencies...|#]
    [#|2006-01-28T17:16:01.111-0700|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.resource.resourceadapter|_ThreadID=10;|RAR7008 : Initialized monitoring registry and listeners|#]
    [#|2006-01-28T17:16:02.092-0700|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.core|_ThreadID=10;|CORE5100:Loading system apps|#]
    [#|2006-01-28T17:16:03.074-0700|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.core.classloading|_ThreadID=10;|LDR5010: All ejb(s) of [MEjbApp] loaded successfully!|#]
    [#|2006-01-28T17:16:03.865-0700|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.container.ejb|_ThreadID=10;|EJB5109:EJB Timer Service started successfully for datasource [jdbc/__TimerPool]|#]
    [#|2006-01-28T17:16:03.865-0700|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.core.classloading|_ThreadID=10;|LDR5010: All ejb(s) of [__ejb_container_timer_app] loaded successfully!|#]
    [#|2006-01-28T17:16:03.985-0700|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.container.web|_ThreadID=10;|WEB0302: Starting Tomcat.|#]
    [#|2006-01-28T17:16:04.526-0700|SEVERE|sun-appserver-pe8.0.0_01|javax.enterprise.system.container.web|_ThreadID=10;|WEB0200: Configuration error in web module [_webapplication1] (while initializing virtual server [server])
    com.sun.enterprise.config.ConfigException: I/O error while loading deployment descriptor for: _webapplication1
    cause: c:/Documents and Settings/Jim/My Documents/Creator/Projects/WebApplication1/build
         at com.sun.enterprise.instance.WebModulesManager.getDescriptor(WebModulesManager.java:327)
         at com.sun.enterprise.instance.WebModulesManager.getDescriptor(WebModulesManager.java:293)
         at com.sun.enterprise.web.VirtualServer.loadWebModuleConfig(VirtualServer.java:404)
         at com.sun.enterprise.web.VirtualServer.getWebModules(VirtualServer.java:253)
         at com.sun.enterprise.web.WebContainer.loadWebModules(WebContainer.java:560)
         at com.sun.enterprise.web.WebContainer.start(WebContainer.java:471)
         at com.sun.enterprise.web.PEWebContainer.startInstance(PEWebContainer.java:506)
         at com.sun.enterprise.web.PEWebContainerLifecycle.onStartup(PEWebContainerLifecycle.java:54)
         at com.sun.enterprise.server.ApplicationServer.onStartup(ApplicationServer.java:295)
         at com.sun.enterprise.server.PEMain.run(PEMain.java:220)
         at com.sun.enterprise.server.PEMain.main(PEMain.java:172)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:324)
         at org.apache.commons.launcher.ChildMain.run(ChildMain.java:269)
    Caused by: java.io.FileNotFoundException: c:/Documents and Settings/Jim/My Documents/Creator/Projects/WebApplication1/build
         at com.sun.enterprise.deployment.archivist.FileArchive.open(FileArchive.java:43)
         at com.sun.enterprise.instance.WebModulesManager.getDescriptor(WebModulesManager.java:316)
         ... 15 more
    |#]
    [#|2006-01-28T17:16:04.526-0700|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.container.web|_ThreadID=10;|WEB0100: Loading web module [adminapp] in virtual server [server] at [web1]|#]
    [#|2006-01-28T17:16:04.716-0700|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.container.web|_ThreadID=10;|WEB0100: Loading web module [admingui] in virtual server

    Author: jvandal Posts: 3 Registered: 1/27/06
              Jan 30, 2006 9:10 PM      
    Hi,
    I am trying to run Sun Java Studio and entered the Tutorial "Developing a Web Application". I have tried to do this twice. steps
    1. drage test field and name it
    2, drag a label and name it
    3. drage abutton and name it
    4. Drage static text and name it
    5. Double click button and enter "helloText.setText("Hello, "+name+"!");
    6. try to build and run
    These two error appear
    <ant antfile="project-data/build-impl.xml" target="compile"/>
    <javac srcdir="${source.java.root}" source="1.4" target="1.4" encoding="${source.encoding}" destdir="${output.classes.dir}" debug="on">
    Any help would be appreciated
    Jim
    I first posted to this . I replied with the log but couldn't get the reply to work so I posted a new post.
    i am sorry that I caused confusion
    Re: Error trying to run tutorial
    Author: RunaK Posts: 541 Registered: 7/27/04
              Jan 30, 2006 11:21 PM (reply 1 of 1)      
    Hi,
    I could not reproduce your problem.The tutorial "Developing a Web Application" works fine for me.
    Please post the server log file which is available at : <install-dir>:\Sun\Creator2\SunAppServer8\domains\creator\logs\server .log
    Thanks,
    RK.

  • "unsupported system version error" Message

    I just loaded Mavericks, upgrading from snow leopard server.  Everything uploaded great except I keep getting an error message that keeps popping up saying "unsupported system version error."  It tells me that I need some version of Mac OSX 10.6 to 10.8 to run this application.  What application is it talking about?  Everytime that I click "OK" to close the error box, it popps right back open immediately all over again.  Annoying!  I can't get rid of it.
    My question is what app is doing this?  It doesn't tell me.  How do I delete it off my system to stop this annoyance? When I mouse over the icon in the dock it says "Quay Menu"  I have no idea what this is or what I should do?  Any help woud be greatly appreciated.
    Thank You,
    -kirk
    2010 Mac Mini

    right click the quay menu icon in the dock and open in finder then delete the contents. have not had the message since

  • When I tried to run php file I am getting the following error message, "/home/karthick/Desktop/PHP files/third.php could not be opened, because the associated helper application does not exist. Change the association in your preferences." How to fix this?

    When I tried to run php file I am getting the following error message, "/home/karthick/Desktop/PHP files/third.php could not be opened, because the associated helper application does not exist. Change the association in your preferences." How to fix this?

    first, you just asked me to use MS file Explorer to see what the properties were.,..and to ask what happened. Yes - that's on my hard drive. The problem I have is opening word files in a DB that is web enabled.....I've used Firefox browser for that, and everything else , for years...... When I look at the Tools, and options on FireFox., as your support page noted.....NOTHING is listed in the Applications tab....hence my note asking for help. The file I need to open is a Word file out on a web enabled DB. It's not on my hard drive - I have to problems opening docs there - but for that, I don't use Firefox

  • I am trying to run this sample on my machine

    I am trying to run this sample on my machine as per the instructions to
    install the sample in WLISampleUserGuide.pdf. When I go to the step 6 of the
    installation, I get the following error in the Weblogic Server Console.
    <Sep 17, 2001 10:47:36 AM GMT+05:30> <Error> <Management> <Error
    initializing module certificate.war
    of application samples:Name=certificate,Type=Application from path
    .\config\samples\applications: w
    eblogic.management.MBeanCreationException: cannot find referenced module
    certificate.war>
    <Sep 17, 2001 10:47:46 AM GMT+05:30> <Error> <Management> <Error
    initializing module console.war of
    application samples:Name=console,Type=Application from path
    .\config\samples\applications: weblogic.
    management.MBeanCreationException: cannot find referenced module
    console.war>
    <Sep 17, 2001 10:48:27 AM GMT+05:30> <Error> <Management> <Error preparing
    application component cer
    tificate.war of application samples:Name=certificate,Type=Application:
    java.io.FileNotFoundException
    : .\config\samples\applications\certificate.war (The system cannot find the
    file specified) ((localP
    ath: java.io.FileNotFoundException:
    .\config\samples\applications\certificate.war (The system cannot
    find the file specified))>
    <Sep 17, 2001 10:48:27 AM GMT+05:30> <Error> <J2EE> <Error deploying
    application certificate: error
    retrieving component [Caching Stub]Proxy for
    samples:Name=certificate,Location=myserver,Type=WebAppC
    omponentConfig,ApplicationConfig=certificate>
    <Sep 17, 2001 10:48:27 AM GMT+05:30> <Error> <Management> <Error preparing
    application component con
    sole.war of application samples:Name=console,Type=Application:
    java.io.FileNotFoundException: .\conf
    ig\samples\applications\console.war (The system cannot find the file
    specified) ((localPath: java.io
    .FileNotFoundException: .\config\samples\applications\console.war (The
    system cannot find the file s
    pecified))>
    <Sep 17, 2001 10:48:27 AM GMT+05:30> <Error> <J2EE> <Error deploying
    application console: error retr
    ieving component [Caching Stub]Proxy for
    samples:Name=console,Location=myserver,Type=WebAppComponent
    Config,ApplicationConfig=console>
    Loaded resources from
    '/D:/bea/wlintegration2.0/config/samples/wlai/wlai.properties'
    [SerializationTester] : isSerializable(class javax.naming.Binding)
    java.io.NotSerializableException: javax.mail.Session
    at
    java.io.ObjectOutputStream.outputObject(ObjectOutputStream.java:1148)
    at
    java.io.ObjectOutputStream.writeObject(ObjectOutputStream.java:366)
    at
    java.io.ObjectOutputStream.outputClassFields(ObjectOutputStream.java:1841)
    at
    java.io.ObjectOutputStream.defaultWriteObject(ObjectOutputStream.java:480)
    at
    java.io.ObjectOutputStream.outputObject(ObjectOutputStream.java:1214)
    at
    java.io.ObjectOutputStream.writeObject(ObjectOutputStream.java:366)
    at
    weblogic.jndi.internal.SerializationTester.isSerializable(SerializationTeste
    r.java:36)
    at
    weblogic.jndi.internal.BindingEnumeration.fixNonSerializableBindings(Binding
    Enumeration.j
    ava:29)
    at
    weblogic.jndi.internal.BindingEnumeration.writeExternal(BindingEnumeration.j
    ava:48)
    at
    java.io.ObjectOutputStream.outputObject(ObjectOutputStream.java:1180)
    at
    java.io.ObjectOutputStream.writeObject(ObjectOutputStream.java:366)
    at
    weblogic.rmi.internal.CBVOutputStream.writeObjectInternal(CBVOutputStream.ja
    va:220)
    at
    weblogic.rmi.internal.CBVOutputStream.writeObject(CBVOutputStream.java:213)
    at
    weblogic.rmi.internal.CBVOutputStream.writeObject(CBVOutputStream.java:190)
    at
    weblogic.jndi.internal.ServerNamingNode_WLSkel.invoke(ServerNamingNode_WLSke
    l.java:262)
    at
    weblogic.rmi.internal.BasicServerAdapter.invoke(BasicServerAdapter.java:373)
    at
    weblogic.rmi.cluster.ReplicaAwareServerRef.invoke(ReplicaAwareServerRef.java
    :128)
    at
    weblogic.rmi.internal.BasicServerAdapter.invoke(BasicServerAdapter.java:237)
    at
    weblogic.rmi.internal.BasicRequestHandler.handleRequest(BasicRequestHandler.
    java:118)
    at
    weblogic.rmi.internal.BasicRequestDispatcher.dispatch(BasicRequestDispatcher
    .java:115)
    at
    weblogic.rmi.internal.ServerRequest.sendOneWayRaw(ServerRequest.java:88)
    at
    weblogic.rmi.internal.ServerRequest.sendReceive(ServerRequest.java:108)
    at
    weblogic.rmi.cluster.ReplicaAwareRemoteRef.invoke(ReplicaAwareRemoteRef.java
    :247)
    at
    weblogic.rmi.cluster.ReplicaAwareRemoteRef.invoke(ReplicaAwareRemoteRef.java
    :225)
    at
    weblogic.jndi.internal.ServerNamingNode_WLStub.listBindings(ServerNamingNode
    _WLStub.java:
    374)
    at
    weblogic.jndi.internal.WLContextImpl.listBindings(WLContextImpl.java:293)
    at
    com.bea.wlpi.server.plugin.PluginManagerCfgImpl.traverseContext(PluginManage
    rCfgImpl.java
    :724)
    at
    com.bea.wlpi.server.plugin.PluginManagerCfgImpl.traverseContext(PluginManage
    rCfgImpl.java
    :747)
    at
    com.bea.wlpi.server.plugin.PluginManagerCfgImpl.traverseContext(PluginManage
    rCfgImpl.java
    :747)
    at
    com.bea.wlpi.server.plugin.PluginManagerCfgImpl.traverseContext(PluginManage
    rCfgImpl.java
    :747)
    at
    com.bea.wlpi.server.plugin.PluginManagerCfgImpl.getDeployedPlugins(PluginMan
    agerCfgImpl.j
    ava:710)
    at
    com.bea.wlpi.server.plugin.PluginManagerCfgImpl.initializePlugins(PluginMana
    gerCfgImpl.ja
    va:811)
    at
    com.bea.wlpi.server.plugin.PluginManagerCfgImpl.init(PluginManagerCfgImpl.ja
    va:75)
    at
    com.bea.wlpi.server.plugin.PluginManagerCfgBeanImpl.init(PluginManagerCfgBea
    nImpl.java:79
    0)
    at
    com.bea.wlpi.server.plugin.PluginManagerCfgBeanEOImpl.init(PluginManagerCfgB
    eanEOImpl.jav
    a:1270)
    at
    com.bea.wlpi.server.initlistener.InitListenerBean.onMessage(InitListenerBean
    .java:151)
    at weblogic.ejb20.internal.MDListener.execute(MDListener.java:221)
    at weblogic.ejb20.internal.MDListener.onMessage(MDListener.java:175)
    at weblogic.jms.client.JMSSession.onMessage(JMSSession.java:1933)
    at weblogic.jms.client.JMSSession.execute(JMSSession.java:1892)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:137)
    at weblogic.kernel.Kernel.execute(Kernel.java:250)
    at weblogic.jms.client.JMSSession.pushEnvelope(JMSSession.java:1779)
    at weblogic.jms.client.JMSCallback.pushEnvelope(JMSCallback.java:69)
    at weblogic.jms.frontend.FESession.execute(FESession.java:1972)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:137)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
    Initialized WebLogic Process Integrator Plugin Framework version 1.0
    Started WebLogic Process Integrator version 2.0 SP 3
    <Sep 17, 2001 10:49:46 AM GMT+05:30> <Notice> <WebLogicCollaborate> <INFO:
    WebLogic Collaborate Serv
    er started successfully.>
    <Sep 17, 2001 10:49:46 AM GMT+05:30> <Notice> <WebLogicServer> <WebLogic
    Server started>
    <Sep 17, 2001 10:49:46 AM GMT+05:30> <Notice> <WebLogicServer>
    <SSLListenThread listening on port 70
    02>
    <Sep 17, 2001 10:49:46 AM GMT+05:30> <Notice> <WebLogicServer> <ListenThread
    listening on port 7001>
    Once I put the certificate.war and console.war from
    D:\bea\wlintegration2.0\config\mydomain\applications, the errors related to
    the
    certificate.war and console.war file are not shown. The Weblogic Server
    Console now shows the following
    Loaded resources from
    '/D:/bea/wlintegration2.0/config/samples/wlai/wlai.properties'
    [SerializationTester] : isSerializable(class javax.naming.Binding)
    java.io.NotSerializableException: javax.mail.Session
    at
    java.io.ObjectOutputStream.outputObject(ObjectOutputStream.java:1148)
    at
    java.io.ObjectOutputStream.writeObject(ObjectOutputStream.java:366)
    at
    java.io.ObjectOutputStream.outputClassFields(ObjectOutputStream.java:1841)
    at
    java.io.ObjectOutputStream.defaultWriteObject(ObjectOutputStream.java:480)
    at
    java.io.ObjectOutputStream.outputObject(ObjectOutputStream.java:1214)
    at
    java.io.ObjectOutputStream.writeObject(ObjectOutputStream.java:366)
    at
    weblogic.jndi.internal.SerializationTester.isSerializable(SerializationTeste
    r.java:36)
    at
    weblogic.jndi.internal.BindingEnumeration.fixNonSerializableBindings(Binding
    Enumeration.j
    ava:29)
    at
    weblogic.jndi.internal.BindingEnumeration.writeExternal(BindingEnumeration.j
    ava:48)
    at
    java.io.ObjectOutputStream.outputObject(ObjectOutputStream.java:1180)
    at
    java.io.ObjectOutputStream.writeObject(ObjectOutputStream.java:366)
    at
    weblogic.rmi.internal.CBVOutputStream.writeObjectInternal(CBVOutputStream.ja
    va:220)
    at
    weblogic.rmi.internal.CBVOutputStream.writeObject(CBVOutputStream.java:213)
    at
    weblogic.rmi.internal.CBVOutputStream.writeObject(CBVOutputStream.java:190)
    at
    weblogic.jndi.internal.ServerNamingNode_WLSkel.invoke(ServerNamingNode_WLSke
    l.java:262)
    at
    weblogic.rmi.internal.BasicServerAdapter.invoke(BasicServerAdapter.java:373)
    at
    weblogic.rmi.cluster.ReplicaAwareServerRef.invoke(ReplicaAwareServerRef.java
    :128)
    at
    weblogic.rmi.internal.BasicServerAdapter.invoke(BasicServerAdapter.java:237)
    at
    weblogic.rmi.internal.BasicRequestHandler.handleRequest(BasicRequestHandler.
    java:118)
    at
    weblogic.rmi.internal.BasicRequestDispatcher.dispatch(BasicRequestDispatcher
    .java:115)
    at
    weblogic.rmi.internal.ServerRequest.sendOneWayRaw(ServerRequest.java:88)
    at
    weblogic.rmi.internal.ServerRequest.sendReceive(ServerRequest.java:108)
    at
    weblogic.rmi.cluster.ReplicaAwareRemoteRef.invoke(ReplicaAwareRemoteRef.java
    :247)
    at
    weblogic.rmi.cluster.ReplicaAwareRemoteRef.invoke(ReplicaAwareRemoteRef.java
    :225)
    at
    weblogic.jndi.internal.ServerNamingNode_WLStub.listBindings(ServerNamingNode
    _WLStub.java:
    374)
    at
    weblogic.jndi.internal.WLContextImpl.listBindings(WLContextImpl.java:293)
    at
    com.bea.wlpi.server.plugin.PluginManagerCfgImpl.traverseContext(PluginManage
    rCfgImpl.java
    :724)
    at
    com.bea.wlpi.server.plugin.PluginManagerCfgImpl.traverseContext(PluginManage
    rCfgImpl.java
    :747)
    at
    com.bea.wlpi.server.plugin.PluginManagerCfgImpl.traverseContext(PluginManage
    rCfgImpl.java
    :747)
    at
    com.bea.wlpi.server.plugin.PluginManagerCfgImpl.traverseContext(PluginManage
    rCfgImpl.java
    :747)
    at
    com.bea.wlpi.server.plugin.PluginManagerCfgImpl.getDeployedPlugins(PluginMan
    agerCfgImpl.j
    ava:710)
    at
    com.bea.wlpi.server.plugin.PluginManagerCfgImpl.initializePlugins(PluginMana
    gerCfgImpl.ja
    va:811)
    at
    com.bea.wlpi.server.plugin.PluginManagerCfgImpl.init(PluginManagerCfgImpl.ja
    va:75)
    at
    com.bea.wlpi.server.plugin.PluginManagerCfgBeanImpl.init(PluginManagerCfgBea
    nImpl.java:79
    0)
    at
    com.bea.wlpi.server.plugin.PluginManagerCfgBeanEOImpl.init(PluginManagerCfgB
    eanEOImpl.jav
    a:1270)
    at
    com.bea.wlpi.server.initlistener.InitListenerBean.onMessage(InitListenerBean
    .java:151)
    at weblogic.ejb20.internal.MDListener.execute(MDListener.java:221)
    at weblogic.ejb20.internal.MDListener.onMessage(MDListener.java:175)
    at weblogic.jms.client.JMSSession.onMessage(JMSSession.java:1933)
    at weblogic.jms.client.JMSSession.execute(JMSSession.java:1892)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:137)
    at weblogic.kernel.Kernel.execute(Kernel.java:250)
    at weblogic.jms.client.JMSSession.pushEnvelope(JMSSession.java:1779)
    at weblogic.jms.client.JMSCallback.pushEnvelope(JMSCallback.java:69)
    at weblogic.jms.frontend.FESession.execute(FESession.java:1972)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:137)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
    Initialized WebLogic Process Integrator Plugin Framework version 1.0
    Started WebLogic Process Integrator version 2.0 SP 3
    Did anybody face this problem with this sample? Can somebody help me out
    with this. I am also looking for some basic ways of developing a PIP using
    Rosettanet. Is there is any site that gives such information. I have seen
    the BEA site on rosettanet. That does not help me.
    Regards,
    Dharnidhar Vemuri
    mailto: [email protected]

    Hi
    I am also facing this similar problem. Could any one tell me the root cause of
    this problem.
    Thanks in advance.
    Thanks and Regards
    Ramko
    "weblogic.integrator.developer" <[email protected]> wrote:
    I am trying to run this sample on my machine as per the instructions
    to
    install the sample in WLISampleUserGuide.pdf. When I go to the step 6
    of the
    installation, I get the following error in the Weblogic Server Console.
    <Sep 17, 2001 10:47:36 AM GMT+05:30> <Error> <Management> <Error
    initializing module certificate.war
    of application samples:Name=certificate,Type=Application from path
    ..\config\samples\applications: w
    eblogic.management.MBeanCreationException: cannot find referenced module
    certificate.war>
    <Sep 17, 2001 10:47:46 AM GMT+05:30> <Error> <Management> <Error
    initializing module console.war of
    application samples:Name=console,Type=Application from path
    ..\config\samples\applications: weblogic.
    management.MBeanCreationException: cannot find referenced module
    console.war>
    <Sep 17, 2001 10:48:27 AM GMT+05:30> <Error> <Management> <Error preparing
    application component cer
    tificate.war of application samples:Name=certificate,Type=Application:
    java.io.FileNotFoundException
    : .\config\samples\applications\certificate.war (The system cannot find
    the
    file specified) ((localP
    ath: java.io.FileNotFoundException:
    ..\config\samples\applications\certificate.war (The system cannot
    find the file specified))>
    <Sep 17, 2001 10:48:27 AM GMT+05:30> <Error> <J2EE> <Error deploying
    application certificate: error
    retrieving component [Caching Stub]Proxy for
    samples:Name=certificate,Location=myserver,Type=WebAppC
    omponentConfig,ApplicationConfig=certificate>
    <Sep 17, 2001 10:48:27 AM GMT+05:30> <Error> <Management> <Error preparing
    application component con
    sole.war of application samples:Name=console,Type=Application:
    java.io.FileNotFoundException: .\conf
    ig\samples\applications\console.war (The system cannot find the file
    specified) ((localPath: java.io
    ..FileNotFoundException: .\config\samples\applications\console.war (The
    system cannot find the file s
    pecified))>
    <Sep 17, 2001 10:48:27 AM GMT+05:30> <Error> <J2EE> <Error deploying
    application console: error retr
    ieving component [Caching Stub]Proxy for
    samples:Name=console,Location=myserver,Type=WebAppComponent
    Config,ApplicationConfig=console>
    Loaded resources from
    '/D:/bea/wlintegration2.0/config/samples/wlai/wlai.properties'
    [SerializationTester] : isSerializable(class javax.naming.Binding)
    java.io.NotSerializableException: javax.mail.Session
    at
    java.io.ObjectOutputStream.outputObject(ObjectOutputStream.java:1148)
    at
    java.io.ObjectOutputStream.writeObject(ObjectOutputStream.java:366)
    at
    java.io.ObjectOutputStream.outputClassFields(ObjectOutputStream.java:1841)
    at
    java.io.ObjectOutputStream.defaultWriteObject(ObjectOutputStream.java:480)
    at
    java.io.ObjectOutputStream.outputObject(ObjectOutputStream.java:1214)
    at
    java.io.ObjectOutputStream.writeObject(ObjectOutputStream.java:366)
    at
    weblogic.jndi.internal.SerializationTester.isSerializable(SerializationTeste
    r.java:36)
    at
    weblogic.jndi.internal.BindingEnumeration.fixNonSerializableBindings(Binding
    Enumeration.j
    ava:29)
    at
    weblogic.jndi.internal.BindingEnumeration.writeExternal(BindingEnumeration.j
    ava:48)
    at
    java.io.ObjectOutputStream.outputObject(ObjectOutputStream.java:1180)
    at
    java.io.ObjectOutputStream.writeObject(ObjectOutputStream.java:366)
    at
    weblogic.rmi.internal.CBVOutputStream.writeObjectInternal(CBVOutputStream.ja
    va:220)
    at
    weblogic.rmi.internal.CBVOutputStream.writeObject(CBVOutputStream.java:213)
    at
    weblogic.rmi.internal.CBVOutputStream.writeObject(CBVOutputStream.java:190)
    at
    weblogic.jndi.internal.ServerNamingNode_WLSkel.invoke(ServerNamingNode_WLSke
    l.java:262)
    at
    weblogic.rmi.internal.BasicServerAdapter.invoke(BasicServerAdapter.java:373)
    at
    weblogic.rmi.cluster.ReplicaAwareServerRef.invoke(ReplicaAwareServerRef.java
    :128)
    at
    weblogic.rmi.internal.BasicServerAdapter.invoke(BasicServerAdapter.java:237)
    at
    weblogic.rmi.internal.BasicRequestHandler.handleRequest(BasicRequestHandler.
    java:118)
    at
    weblogic.rmi.internal.BasicRequestDispatcher.dispatch(BasicRequestDispatcher
    ..java:115)
    at
    weblogic.rmi.internal.ServerRequest.sendOneWayRaw(ServerRequest.java:88)
    at
    weblogic.rmi.internal.ServerRequest.sendReceive(ServerRequest.java:108)
    at
    weblogic.rmi.cluster.ReplicaAwareRemoteRef.invoke(ReplicaAwareRemoteRef.java
    :247)
    at
    weblogic.rmi.cluster.ReplicaAwareRemoteRef.invoke(ReplicaAwareRemoteRef.java
    :225)
    at
    weblogic.jndi.internal.ServerNamingNode_WLStub.listBindings(ServerNamingNode
    _WLStub.java:
    374)
    at
    weblogic.jndi.internal.WLContextImpl.listBindings(WLContextImpl.java:293)
    at
    com.bea.wlpi.server.plugin.PluginManagerCfgImpl.traverseContext(PluginManage
    rCfgImpl.java
    :724)
    at
    com.bea.wlpi.server.plugin.PluginManagerCfgImpl.traverseContext(PluginManage
    rCfgImpl.java
    :747)
    at
    com.bea.wlpi.server.plugin.PluginManagerCfgImpl.traverseContext(PluginManage
    rCfgImpl.java
    :747)
    at
    com.bea.wlpi.server.plugin.PluginManagerCfgImpl.traverseContext(PluginManage
    rCfgImpl.java
    :747)
    at
    com.bea.wlpi.server.plugin.PluginManagerCfgImpl.getDeployedPlugins(PluginMan
    agerCfgImpl.j
    ava:710)
    at
    com.bea.wlpi.server.plugin.PluginManagerCfgImpl.initializePlugins(PluginMana
    gerCfgImpl.ja
    va:811)
    at
    com.bea.wlpi.server.plugin.PluginManagerCfgImpl.init(PluginManagerCfgImpl.ja
    va:75)
    at
    com.bea.wlpi.server.plugin.PluginManagerCfgBeanImpl.init(PluginManagerCfgBea
    nImpl.java:79
    0)
    at
    com.bea.wlpi.server.plugin.PluginManagerCfgBeanEOImpl.init(PluginManagerCfgB
    eanEOImpl.jav
    a:1270)
    at
    com.bea.wlpi.server.initlistener.InitListenerBean.onMessage(InitListenerBean
    ..java:151)
    at weblogic.ejb20.internal.MDListener.execute(MDListener.java:221)
    at weblogic.ejb20.internal.MDListener.onMessage(MDListener.java:175)
    at weblogic.jms.client.JMSSession.onMessage(JMSSession.java:1933)
    at weblogic.jms.client.JMSSession.execute(JMSSession.java:1892)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:137)
    at weblogic.kernel.Kernel.execute(Kernel.java:250)
    at weblogic.jms.client.JMSSession.pushEnvelope(JMSSession.java:1779)
    at weblogic.jms.client.JMSCallback.pushEnvelope(JMSCallback.java:69)
    at weblogic.jms.frontend.FESession.execute(FESession.java:1972)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:137)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
    Initialized WebLogic Process Integrator Plugin Framework version 1.0
    Started WebLogic Process Integrator version 2.0 SP 3
    <Sep 17, 2001 10:49:46 AM GMT+05:30> <Notice> <WebLogicCollaborate> <INFO:
    WebLogic Collaborate Serv
    er started successfully.>
    <Sep 17, 2001 10:49:46 AM GMT+05:30> <Notice> <WebLogicServer> <WebLogic
    Server started>
    <Sep 17, 2001 10:49:46 AM GMT+05:30> <Notice> <WebLogicServer>
    <SSLListenThread listening on port 70
    02>
    <Sep 17, 2001 10:49:46 AM GMT+05:30> <Notice> <WebLogicServer> <ListenThread
    listening on port 7001>
    Once I put the certificate.war and console.war from
    D:\bea\wlintegration2.0\config\mydomain\applications, the errors related
    to
    the
    certificate.war and console.war file are not shown. The Weblogic Server
    Console now shows the following
    Loaded resources from
    '/D:/bea/wlintegration2.0/config/samples/wlai/wlai.properties'
    [SerializationTester] : isSerializable(class javax.naming.Binding)
    java.io.NotSerializableException: javax.mail.Session
    at
    java.io.ObjectOutputStream.outputObject(ObjectOutputStream.java:1148)
    at
    java.io.ObjectOutputStream.writeObject(ObjectOutputStream.java:366)
    at
    java.io.ObjectOutputStream.outputClassFields(ObjectOutputStream.java:1841)
    at
    java.io.ObjectOutputStream.defaultWriteObject(ObjectOutputStream.java:480)
    at
    java.io.ObjectOutputStream.outputObject(ObjectOutputStream.java:1214)
    at
    java.io.ObjectOutputStream.writeObject(ObjectOutputStream.java:366)
    at
    weblogic.jndi.internal.SerializationTester.isSerializable(SerializationTeste
    r.java:36)
    at
    weblogic.jndi.internal.BindingEnumeration.fixNonSerializableBindings(Binding
    Enumeration.j
    ava:29)
    at
    weblogic.jndi.internal.BindingEnumeration.writeExternal(BindingEnumeration.j
    ava:48)
    at
    java.io.ObjectOutputStream.outputObject(ObjectOutputStream.java:1180)
    at
    java.io.ObjectOutputStream.writeObject(ObjectOutputStream.java:366)
    at
    weblogic.rmi.internal.CBVOutputStream.writeObjectInternal(CBVOutputStream.ja
    va:220)
    at
    weblogic.rmi.internal.CBVOutputStream.writeObject(CBVOutputStream.java:213)
    at
    weblogic.rmi.internal.CBVOutputStream.writeObject(CBVOutputStream.java:190)
    at
    weblogic.jndi.internal.ServerNamingNode_WLSkel.invoke(ServerNamingNode_WLSke
    l.java:262)
    at
    weblogic.rmi.internal.BasicServerAdapter.invoke(BasicServerAdapter.java:373)
    at
    weblogic.rmi.cluster.ReplicaAwareServerRef.invoke(ReplicaAwareServerRef.java
    :128)
    at
    weblogic.rmi.internal.BasicServerAdapter.invoke(BasicServerAdapter.java:237)
    at
    weblogic.rmi.internal.BasicRequestHandler.handleRequest(BasicRequestHandler.
    java:118)
    at
    weblogic.rmi.internal.BasicRequestDispatcher.dispatch(BasicRequestDispatcher
    ..java:115)
    at
    weblogic.rmi.internal.ServerRequest.sendOneWayRaw(ServerRequest.java:88)
    at
    weblogic.rmi.internal.ServerRequest.sendReceive(ServerRequest.java:108)
    at
    weblogic.rmi.cluster.ReplicaAwareRemoteRef.invoke(ReplicaAwareRemoteRef.java
    :247)
    at
    weblogic.rmi.cluster.ReplicaAwareRemoteRef.invoke(ReplicaAwareRemoteRef.java
    :225)
    at
    weblogic.jndi.internal.ServerNamingNode_WLStub.listBindings(ServerNamingNode
    _WLStub.java:
    374)
    at
    weblogic.jndi.internal.WLContextImpl.listBindings(WLContextImpl.java:293)
    at
    com.bea.wlpi.server.plugin.PluginManagerCfgImpl.traverseContext(PluginManage
    rCfgImpl.java
    :724)
    at
    com.bea.wlpi.server.plugin.PluginManagerCfgImpl.traverseContext(PluginManage
    rCfgImpl.java
    :747)
    at
    com.bea.wlpi.server.plugin.PluginManagerCfgImpl.traverseContext(PluginManage
    rCfgImpl.java
    :747)
    at
    com.bea.wlpi.server.plugin.PluginManagerCfgImpl.traverseContext(PluginManage
    rCfgImpl.java
    :747)
    at
    com.bea.wlpi.server.plugin.PluginManagerCfgImpl.getDeployedPlugins(PluginMan
    agerCfgImpl.j
    ava:710)
    at
    com.bea.wlpi.server.plugin.PluginManagerCfgImpl.initializePlugins(PluginMana
    gerCfgImpl.ja
    va:811)
    at
    com.bea.wlpi.server.plugin.PluginManagerCfgImpl.init(PluginManagerCfgImpl.ja
    va:75)
    at
    com.bea.wlpi.server.plugin.PluginManagerCfgBeanImpl.init(PluginManagerCfgBea
    nImpl.java:79
    0)
    at
    com.bea.wlpi.server.plugin.PluginManagerCfgBeanEOImpl.init(PluginManagerCfgB
    eanEOImpl.jav
    a:1270)
    at
    com.bea.wlpi.server.initlistener.InitListenerBean.onMessage(InitListenerBean
    ..java:151)
    at weblogic.ejb20.internal.MDListener.execute(MDListener.java:221)
    at weblogic.ejb20.internal.MDListener.onMessage(MDListener.java:175)
    at weblogic.jms.client.JMSSession.onMessage(JMSSession.java:1933)
    at weblogic.jms.client.JMSSession.execute(JMSSession.java:1892)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:137)
    at weblogic.kernel.Kernel.execute(Kernel.java:250)
    at weblogic.jms.client.JMSSession.pushEnvelope(JMSSession.java:1779)
    at weblogic.jms.client.JMSCallback.pushEnvelope(JMSCallback.java:69)
    at weblogic.jms.frontend.FESession.execute(FESession.java:1972)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:137)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
    Initialized WebLogic Process Integrator Plugin Framework version 1.0
    Started WebLogic Process Integrator version 2.0 SP 3
    Did anybody face this problem with this sample? Can somebody help me
    out
    with this. I am also looking for some basic ways of developing a PIP
    using
    Rosettanet. Is there is any site that gives such information. I have
    seen
    the BEA site on rosettanet. That does not help me.
    Regards,
    Dharnidhar Vemuri
    mailto: [email protected]

  • How to create a running jar-file

    I created a "Java Class Library" project including 20 class files in several packages and some libraries.
    Because I would like to start the project from the console, I added the main-class property (right-click project, Properties, Run). Then I cleaned and built the project and tried to start it with the following command:
    java -jar PROJECTNAME.jarBut it won't work, because the archive is not complete: MANIFEST.MF lacks the main-class and all involved libraries.
    I managed to add the main-class attribute manually, but adding all library references seems to be very error-prone.
    So does anyone know if I did something wrong or if this is a bug of Creator?
    Regards,
    Felix

    The main intent of this project type is to provide a libraray which normally wouldn't run with a "main". I suggest you use NetBeans to create a "Java Application" project. Here's what is in the README.txt file produced with the jar. This looks like what you're looking to do. So you can create the Jar in NetBeans then if you want to use it in Java Studio Creator, you can add it to the Creator project. Also, if you caught the news at JavaOne, we are providing Creator features for a pack that will run in NetBeans so you won't have to switch back and forth between the tools. Keep an eye on the NetBeans and Creator web sites for more info.
    Thanks!
    -David
    README.txt
    ========================
    BUILD OUTPUT DESCRIPTION
    ========================
    When you build an Java application project that has a main class, the IDE
    automatically copies all of the JAR
    files on the projects classpath to your projects dist/lib folder. The IDE
    also adds each of the JAR files to the Class-Path element in the application
    JAR files manifest file (MANIFEST.MF).
    To run the project from the command line, go to the dist folder and
    type the following:
    java -jar "JavaApplication3.jar"
    To distribute this project, zip up the dist folder (including the lib folder)
    and distribute the ZIP file.
    Notes:
    * If two JAR files on the project classpath have the same name, only the first
    JAR file is copied to the lib folder.
    * If the classpath contains a folder of classes or resources, none of the
    classpath elements are copied to the dist folder.
    * If a library on the projects classpath also has a Class-Path element
    specified in the manifest,the content of the Class-Path element has to be on
    the projects runtime path.
    * To set a main class in a standard Java project, right-click the project node
    in the Projects window and choose Properties. Then click Run and enter the
    class name in the Main Class field. Alternatively, you can manually type the
    class name in the manifest Main-Class element.

  • Some prolems when trying to create Jar file...

    Hi,
    1st sorry i post this in the wrong box, i posted it in the Jar box but no body replied and I really need to get this done soon...
    I've got a list of *.class and a folder images and Start is the class I want to be the entry point
    I tried:
    1. jar cfm MyApp.jar Manifest.txt *.class images
    In Manifest.txt has a line: Main-Class: Start
    the jar file is created, but when I tried to run (both double click and command line) this gives me an error "Failed to load Main-Class manifest attribute from..."
    2. jar cmf MyApp.jar Manifest.txt *.class images
    this has error while making the jar file, it gives "java.io.FileNotFoundException: MyApp.jar (The system cannot find the file specified)...
    3. I tried the 1st method, then unzip the jar file, edit the manifest.mf file by adding a line Main-Class: Start. Then zip it, rename it to MyApp.jar
    And a weird thing happens... When I place the jar file IN THE SAME FOLDER with other class files, it runs fine. But when I move it to A DIFFERENT FOLDER with other class files, it runs with dimension 0x0, i.e. only the title bar is displayed...
    I've tried those method and none of them work... can some one tell me what I have done wrong?
    Thanks...

    This is the class used to get the ImageIcon for the JLabel
    public class CardGUI extends JPanel {
         private ImageIcon tmp;
         private final int CARDWIDTH = 50; //Card width is 50
         //return the Card GUI
         public ImageIcon getCardGUI (int kind, char suit) {
              //This String is used to locate the file (*.png)
              //of each Card
              //E.g. Card 2 Club will has file "images/cards/2c.png"
              String imgStr = "images/cards/" + kind + suit + ".png";
              tmp = new ImageIcon(imgStr);
              //If the card is not found, return the back of the Card
              if (tmp.getIconWidth()!= CARDWIDTH) {
                   tmp = new ImageIcon("images/cards/back.png");
              return tmp;
    }Then the JLabel used this to set the image, where humanCard1 is an instance of JLabel, and cardLabel is instance of the above class.
    humanCard1.setIcon(cardLabel.getCardGUI(card10.getKind(), card10.getSuit()));
    > new ImageIcon("images/mainbackground.jpg")Wrong. Because there are any more no files in a jar archive. Only file is the jar file itself, and nothing else.
    What do u mean? When I create the jar file, i include the images folder inside the jar file already?
    I've been using the Swing forum and that's how I know the 2 methods above for setting image for JLabel and JPanel... So what should i be searching for in the Swing forum now?

  • Error while updating a jar file

    I am trying to update a jar file using teh following command
    jar -uf project.jar fileMy.prop
    however while doing that i get the following error
    java.io.IOException: Error in writing existing jar file
    at sun.tools.jar.Main.run(Main.java:179)
    at sun.tools.jar.Main.main(Main.java:904)

    Perhaps some process (your java program perhaps) is still running that has the file open still? You'll need to shut down the process(es) that have it open. Or you don't have proper rights to the directory/file. Not a java issue.

  • Error in updating jar file in windows

    Hi...
    I am updating a jar file using Runtime.exec() by passing a batch file in it.
    While updating the jar file I am getting error like this:
    java.io.IOException: Error in writing existing jar file
    at sun.tools.jar.Main.run(Main.java:198)
    at sun.tools.jar.Main.main(Main.java:1022)
    The batch file (upgradejar.bat) is like this:
    echo IQuinox NextGen Upgrade Management
    cd shared/upgrade/upgrade/IQfullversion/classes
    jar uf ../../../../../../jars/ng.jar ./qlc/postmaster/PMStartup.class ./qlc/postmaster/wpm/admin/scheduler/others/OthersScheduleServlet.class
    The java code is like this:
    Process p=Runtime.getRuntime.exec( "cmd /C start "+upgradejar.bat);
    if (p.waitFor() != 0) {
    System.err.println("exit value = " +p.exitValue());
    Thanks.

    I am using the jar file in my program. the jar file name is " _ng.jar_ " which is mentioned in the batch file.
    The batch file is here :
    echo IQuinox NextGen Upgrade Management
    cd shared/upgrade/upgrade/IQfullversion/classes
    jar uf ../../../../../../jars/ng.jar ./qlc/postmaster/PMStartup.class ./qlc/postmaster/wpm/admin/scheduler/others/OthersScheduleServlet.class

  • Can not run jar file

    hello please kindly help me with this i don t know what it mean i just creat a jar file on my vita os but does not run if i click on it it show this error
    Failed to load Main-Class manifest attribute from C:\yoruba\hakimadenew.jarwhat does mean

    i just try this it crate a jar file but not excuting
    C:\>cd \mywork
    Set path to include JDK?s bin.  For example:
    C:\mywork> path c:\Program Files\Java\jdk1.5.0_09\bin;%path%
    Compile your class(es):
    C:\mywork> javac *.java
    Create a manifest file:
    C:\mywork> echo Main-Class: DanceStudio >manifest.txt
    Create a jar file:
    C:\mywork> jar cvfm DanceStudio.jar manifest.txt *.class
    Test your jar:
    C:\mywork> DanceStudio.jar

  • Console not display when run jar file

    i run jar file with command javaw -jar test.jar or double click on jar file, it's console app, it just run well but console not display, can i made console display and when i close console, it's stop jar file too?
    thanks

    i got it, javaw = no console window, i tried java command and i got error: can not access jar file?

Maybe you are looking for

  • Profit Center report KE5Z modifications

    Hello, The profit center report KE5Z does not Vendor name on it. It does have Vendor number though. To add the vendor name to this report are there any SAP Notes available? Do we have to create a custom program to it? Any suggestions please? Cheers!!

  • SAPScript output does not reflect changes

    Hi All. I am trying to make a minor standard attribute change to a SAPScript layout set. I want to move the upper margin of one of the windows. The problem is that it does not matter what I do, the change (any change, even font changes) does not disp

  • Should ADF Entity Object Map to Database Table or View?

    We are building a new 3-tier JClient/ADF application. We have mapped most entity objects directly to database tables. Now that we are preparing to deploy, our DBA is angry; he believes that all entity objects should be mapped to database views. The d

  • Error while storing the movie

    Independent of the movie storing method (MPEG - PAL DVD-Standard, etc.) I always get an error message "Error during export: Error during creation of the movie. Unknown error," at the end of the process. I have enough RAM (4 GB) and disk space (555 GB

  • Saving and finder

    I'm not sure how to ask this question and not ramble, does Iphoto 6 save the photos different in Finder then Iphoto 5 did? Before if I clicked on finder, pictures, then iphoto, it would drop down the years, now it doesn't give me any current pictures