Jcwde in sun's kit help

Hi
i have explored the same error in running the jcwde or apdutool command
(working with jcdk 2.2 and jdk 1.2.1)
i have set the environment correctly:
@echo off
set JC_HOME=c:\new\jck
set JAVA_HOME=c:\new\jdk1.2.1
set PATH=.;%JC_HOME%\bin;%PATH%
the error is:
out of environment space
Exception in thread main java.lang.NoClassDefFoundError: apdutool/bat
please i needa help

you can not execute "java apdutool.bat"
the dots arre replace by slashes when you execute java.

Similar Messages

  • HT1981 I will use my 110V MacBook in the Philippines which has 220V sockets. Will the World Travel Adapter Kit help me?

    I will use my 110V MacBook in the Philippines which has 220V sockets. Will the World Travel Adapter Kit help me?

    Assuming you're in North America now, you probably won't need any sort of plug adaptor there; most sockets in the Philippines are the same as those in North America. In case you do, it doesn't contain the correct adaptor.
    Voltage conversion is handled by the MacBook without any additional components.
    (66079)

  • Solaris Certification & KIT - HELP

    Hi,
    I've completed my SCSA certification (SA1 & SA2) on 5th May 2010.
    I've not received any Email from SUN regarding this.
    I want to know to get my certificate & kit will I've to do or Publish something?
    I've also send 2 Emails to SUN but not received any response :(
    Please help me...
    Thanks,
    Yvv47

    You are right michael.
    But my issue is that why dont they reply to my Email?
    And as I've done this first time I dont know any procedure to get my certificate.
    I want to know Is there any steps or procedure to do so that i can get my kit or after my exam it'll be automatically delivered to me after 45 days?
    pls tell me what to do?
    Thanks...
    Yvv47
    Edited by: yvv47 on May 22, 2010 3:34 AM

  • Excel MSGraph Axis Value w/ Report Gentration Tool kit help needed

    Hello,
    I am working on making all my Printed Data sheets dynamic so I don't need to have an Excel Template for each test I create. I have been able to make my own modifications to some of the Report Generation tool kit VIs to add little things I need or want changed, but I am stuck.
    I currently have LabVIEW writing Charts in Excel, using the Insert Graph VIs from the tool kit but I want to be able to make the X Axis Values invisible but leave the Y values for this particular data sheet.  I have looked through all my documentation but cannot find anything referring to setting that.
    What is the correct ActiveX Method and/or Property that I need to incorporate to do this? I found that in Excel if I click on the Chart it is in the Chart Options Menu but I cannot find a way to control it through LabVIEW.
    I am currently using 7.1.1 with Office 98 and the Report Generation Toolkit 1.1.0
    Any ideas?
    Thanks
    Jeff
    Jeff D.
    OS: Win 7 Ultimate
    LabVIEW Version: 2011,2010,2009 installed
    Certified LabVIEW Architect

    Hello,
    LabVIEW should have access to everything that the excel ActiveX object publishes.  One way to discover how to do it would be to record a macro in excel, where your recorded actions are on the x-axis as you desire.  This way you will have a macro which you can run that will do this for you.  Perhpas more importantly, you will then be able to look at the code for that macro you recorded, and make the equivalent calls in LabVIEW, which should basically expose which ActiveX calls on that object achieve the axis modification.  In any event, to help you with this process, below are some useful links.  Also, you will find other threads on this matter if you search the discussion forums.
    Excel and LabVIEW Integration Tutorial:
    http://zone.ni.com/devzone/conceptd.nsf/webmain/4d86c9752c658da78625689300730c10
    Here are links to examples of using macros in Excel from LabVIEW:
    http://sine.ni.com/apps/we/niepd_web_display.display_epd4?p_guid=B45EACE3DD2F56A4E034080020E74861&p_...
    http://sine.ni.com/apps/we/niepd_web_display.display_epd4?p_guid=B45EACE3D9D856A4E034080020E74861&p_...
    I hope this helps!
    Best Regards,
    JLS
    Best,
    JLS
    Sixclear

  • Buying "apple iPad camera connection kit" HELP

    If I brought the "apple iPad camera connection kit" which includes (a SD card port and a USB port) . And I use it on my iPad 2 can I plug in a USB memory stick in the USB pot on one of the connections in the kit, and transfer images from my iPad to the memory stick?
    Please help me!!!!!!!!
    Many thanks :)

    No you can't.  The camera connection kit is a one way device, which will only let you download pictures from a memory card to your iPad.  You can not then upload them to a memory stick from iPad.

  • Camera connection kit help,

    Hi I am trying to use camera connection kit to import photos using sd card but nothing happening. I can transfer my photos via i tunes as i have tried this but wanted to use the camera kit any help would be appreciated

    Most digital cameras use a standard naming format when they write photos to their memory cards, and the iPad and its camera connection kit only accepts that format i.e. directly off the root off the card should be a directory called DCIM, and underneath that are the photos, whose filenames should be exactly 8 characters long plus their file extension e.g. IMG_0001.JPG
    DCIM
         IMG_0001.JPG
         IMG_0002.JPG
    etc
    (Digital cameras quite often have another directory between the DCIM and the actual photos, but it's just the DCIM one that is important.)
    For direct transfer from your camera, you may need to change a setting on your camera - I know that some Canon DSLRs have a menu setting on them to enable 'PTP' (picture transfer protocol) on them, not sure about other makes.

  • SUN TEAM Pl Help - Using EJB in JSC

    When I posted the following, as of now there are over 33 viewers who still haven't replied yet. Could you guys help me out? I'm your spokensman around here in Auckland, planning to make JSC as a part and parcel of our Java curriculum.
    The NetBeans 5.5 tutorial is out of sync with the IDE. However, with the IDE I created a simple sessionbean with one business method that returns a hardcoded value of type String. This was housed in a EJBModule called EJBModule1. I added this to Creator-2 and dragged the only method called m1() into the SessionBean of Creator-2. I included a button and a staticText and the code given below. Building the project was successful. When it was run, on clicking the button, the following error was displayed:
    com.sun.data.provider.DataProviderException: java.lang.reflect.InvocationTargetException
    The code:
    public String button1_action() {
    try {
    String name = (String) getSessionBean1().getMySessionRemoteM15().getResultObject();
    staticText1.setText(name);
    } catch (Exception e) {error(e.toString());}
    return null;
    }

    Thanx 4 responding Antonio, here comes what u hopefully required.
    Mary
    [#|2006-12-09T09:32:08.500+1300|INFO|sun-appserver-pe8.2|javax.enterprise.system.tools.admin|_ThreadID=14;|ADM1041:Sent the event to instance:[ModuleDeployEvent -- undeploy web/WebApplication2]|#]
    [#|2006-12-09T09:32:09.109+1300|INFO|sun-appserver-pe8.2|javax.enterprise.system.tools.admin|_ThreadID=14;|ADM1042:Status of dynamic reconfiguration event processing:[success]|#]
    [#|2006-12-09T09:32:09.125+1300|INFO|sun-appserver-pe8.2|javax.enterprise.system.tools.admin|_ThreadID=13;|ADM1041:Sent the event to instance:[ApplicationDeployEvent -- reference-removed WebApplication2]|#]
    [#|2006-12-09T09:32:09.156+1300|INFO|sun-appserver-pe8.2|javax.enterprise.system.tools.admin|_ThreadID=13;|ADM1042:Status of dynamic reconfiguration event processing:[success]|#]
    [#|2006-12-09T09:32:09.593+1300|INFO|sun-appserver-pe8.2|javax.enterprise.system.tools.deployment|_ThreadID=17;|DPL5109: EJBC - START of EJBC for [WebApplication2]|#]
    [#|2006-12-09T09:32:09.593+1300|INFO|sun-appserver-pe8.2|javax.enterprise.system.tools.deployment|_ThreadID=17;|Processing beans ...|#]
    [#|2006-12-09T09:32:09.593+1300|INFO|sun-appserver-pe8.2|javax.enterprise.system.tools.deployment|_ThreadID=17;|DPL5110: EJBC - END of EJBC for [WebApplication2]|#]
    [#|2006-12-09T09:32:09.687+1300|INFO|sun-appserver-pe8.2|javax.enterprise.system.tools.deployment|_ThreadID=17;|Total Deployment Time: 469 msec, Total EJB Compiler Module Time: 16 msec, Portion spent EJB Compiling: 3%
    Breakdown of EJBC Module Time: Total Time for EJBC: 16 msec, CMP Generation: 0 msec (0%), Java Compilation: 0 msec (0%), RMI Compilation: 0 msec (0%), JAX-RPC Generation: 0 msec (0%),
    |#]
    [#|2006-12-09T09:32:09.734+1300|INFO|sun-appserver-pe8.2|javax.enterprise.system.tools.deployment|_ThreadID=17;|deployed with moduleid = WebApplication2|#]
    [#|2006-12-09T09:32:09.906+1300|INFO|sun-appserver-pe8.2|javax.enterprise.system.tools.admin|_ThreadID=14;|ADM1041:Sent the event to instance:[ApplicationDeployEvent -- reference-added WebApplication2]|#]
    [#|2006-12-09T09:32:09.953+1300|INFO|sun-appserver-pe8.2|javax.enterprise.system.tools.admin|_ThreadID=14;|ADM1042:Status of dynamic reconfiguration event processing:[success]|#]
    [#|2006-12-09T09:32:09.968+1300|INFO|sun-appserver-pe8.2|javax.enterprise.system.tools.admin|_ThreadID=13;|ADM1041:Sent the event to instance:[ModuleDeployEvent -- deploy web/WebApplication2]|#]
    [#|2006-12-09T09:32:09.984+1300|INFO|sun-appserver-pe8.2|javax.enterprise.system.container.web|_ThreadID=13;|WEB0100: Loading web module [WebApplication2] in virtual server [server] at [WebApplication2]|#]
    [#|2006-12-09T09:32:10.812+1300|WARNING|sun-appserver-pe8.2|org.apache.commons.beanutils.MethodUtils|_ThreadID=13;|Cannot use JVM pre-1.4 access bug workaround die to restrictive security manager.|#]
    [#|2006-12-09T09:32:11.093+1300|WARNING|sun-appserver-pe8.2|org.apache.commons.digester.Digester|_ThreadID=13;|[ComponentRule]{faces-config/component} Merge(com.sun.rave.web.ui.Time)|#]
    [#|2006-12-09T09:32:11.265+1300|WARNING|sun-appserver-pe8.2|org.apache.commons.digester.Digester|_ThreadID=13;|[ConverterRule]{faces-config/converter} Merge(null,java.math.BigDecimal)|#]
    [#|2006-12-09T09:32:11.265+1300|WARNING|sun-appserver-pe8.2|org.apache.commons.digester.Digester|_ThreadID=13;|[ConverterRule]{faces-config/converter} Merge(null,java.math.BigInteger)|#]
    [#|2006-12-09T09:32:12.312+1300|INFO|sun-appserver-pe8.2|javax.enterprise.system.tools.admin|_ThreadID=13;|ADM1042:Status of dynamic reconfiguration event processing:[success]|#]
    [#|2006-12-09T09:32:34.468+1300|WARNING|sun-appserver-pe8.2|javax.enterprise.resource.corba.ee.S1AS-ORB.rpc.transport|_ThreadID=18;|"IOP00410201: (COMM_FAILURE) Connection failure: socketType: IIOP_CLEAR_TEXT; hostname: localhost; port: 3700"
    org.omg.CORBA.COMM_FAILURE: vmcid: SUN minor code: 201 completed: No
         at com.sun.corba.ee.impl.logging.ORBUtilSystemException.connectFailure(ORBUtilSystemException.java:2257)
         at com.sun.corba.ee.impl.logging.ORBUtilSystemException.connectFailure(ORBUtilSystemException.java:2278)
         at com.sun.corba.ee.impl.transport.SocketOrChannelConnectionImpl.<init>(SocketOrChannelConnectionImpl.java:208)
         at com.sun.corba.ee.impl.transport.SocketOrChannelConnectionImpl.<init>(SocketOrChannelConnectionImpl.java:221)
         at com.sun.corba.ee.impl.transport.SocketOrChannelContactInfoImpl.createConnection(SocketOrChannelContactInfoImpl.java:104)
         at com.sun.corba.ee.impl.protocol.CorbaClientRequestDispatcherImpl.beginRequest(CorbaClientRequestDispatcherImpl.java:152)
         at com.sun.corba.ee.impl.protocol.CorbaClientDelegateImpl.request(CorbaClientDelegateImpl.java:146)
         at com.sun.corba.ee.impl.protocol.CorbaClientDelegateImpl.is_a(CorbaClientDelegateImpl.java:286)
         at org.omg.CORBA.portable.ObjectImpl._is_a(ObjectImpl.java:112)
         at org.omg.CosNaming.NamingContextExtHelper.narrow(NamingContextExtHelper.java:73)
         at com.sun.corba.ee.impl.resolver.INSURLOperationImpl.resolveCorbaname(INSURLOperationImpl.java:174)
         at com.sun.corba.ee.impl.resolver.INSURLOperationImpl.resolveINSURL(INSURLOperationImpl.java:127)
         at com.sun.corba.ee.impl.resolver.INSURLOperationImpl.operate(INSURLOperationImpl.java:117)
         at com.sun.corba.ee.impl.orb.ORBImpl.string_to_object(ORBImpl.java:883)
         at com.sun.enterprise.naming.NamingManagerImpl.lookup(NamingManagerImpl.java:723)
         at com.sun.enterprise.naming.java.javaURLContext.lookup(javaURLContext.java:132)
         at com.sun.enterprise.naming.SerialContext.lookup(SerialContext.java:286)
         at javax.naming.InitialContext.lookup(InitialContext.java:351)
         at ejb.mysessionremote.MySessionRemoteClient.create(MySessionRemoteClient.java:30)
         at ejb.mysessionremote.MySessionRemoteClient.m1(MySessionRemoteClient.java:45)
         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:585)
         at com.sun.data.provider.impl.MethodResultTableDataProvider.invokeDataMethod(MethodResultTableDataProvider.java:236)
         at com.sun.data.provider.impl.MethodResultTableDataProvider.invokeDataMethod(MethodResultTableDataProvider.java:215)
         at com.sun.data.provider.impl.MethodResultTableDataProvider.testInvokeDataMethod(MethodResultTableDataProvider.java:267)
         at com.sun.data.provider.impl.MethodResultTableDataProvider.getResultObject(MethodResultTableDataProvider.java:123)
         at webapplication2.Page1.button1_action(Page1.java:239)
         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:585)
         at com.sun.faces.el.MethodBindingImpl.invoke(MethodBindingImpl.java:126)
         at com.sun.faces.application.ActionListenerImpl.processAction(ActionListenerImpl.java:72)
         at com.sun.rave.web.ui.appbase.faces.ActionListenerImpl.processAction(ActionListenerImpl.java:57)
         at javax.faces.component.UICommand.broadcast(UICommand.java:312)
         at javax.faces.component.UIViewRoot.broadcastEvents(UIViewRoot.java:267)
         at javax.faces.component.UIViewRoot.processApplication(UIViewRoot.java:381)
         at com.sun.faces.lifecycle.InvokeApplicationPhase.execute(InvokeApplicationPhase.java:75)
         at com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:221)
         at com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:90)
         at javax.faces.webapp.FacesServlet.service(FacesServlet.java:197)
         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:585)
         at org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:249)
         at java.security.AccessController.doPrivileged(Native Method)
         at javax.security.auth.Subject.doAsPrivileged(Subject.java:517)
         at org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:282)
         at org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:165)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:257)
         at org.apache.catalina.core.ApplicationFilterChain.access$000(ApplicationFilterChain.java:55)
         at org.apache.catalina.core.ApplicationFilterChain$1.run(ApplicationFilterChain.java:161)
         at java.security.AccessController.doPrivileged(Native Method)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:157)
         at com.sun.rave.web.ui.util.UploadFilter.doFilter(UploadFilter.java:194)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:210)
         at org.apache.catalina.core.ApplicationFilterChain.access$000(ApplicationFilterChain.java:55)
         at org.apache.catalina.core.ApplicationFilterChain$1.run(ApplicationFilterChain.java:161)
         at java.security.AccessController.doPrivileged(Native Method)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:157)
         at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:263)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:551)
         at org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:225)
         at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:173)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:551)
         at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:170)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:551)
         at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:132)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:551)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:933)
         at org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:189)
         at com.sun.enterprise.web.connector.grizzly.ProcessorTask.doProcess(ProcessorTask.java:604)
         at com.sun.enterprise.web.connector.grizzly.ProcessorTask.process(ProcessorTask.java:475)
         at com.sun.enterprise.web.connector.grizzly.ReadTask.executeProcessorTask(ReadTask.java:371)
         at com.sun.enterprise.web.connector.grizzly.ReadTask.doTask(ReadTask.java:264)
         at com.sun.enterprise.web.connector.grizzly.TaskBase.run(TaskBase.java:281)
         at com.sun.enterprise.web.connector.grizzly.WorkerThread.run(WorkerThread.java:83)
    Caused by: java.lang.RuntimeException: java.net.ConnectException: Connection refused: connect
         at com.sun.enterprise.iiop.IIOPSSLSocketFactory.createSocket(IIOPSSLSocketFactory.java:336)
         at com.sun.corba.ee.impl.transport.SocketOrChannelConnectionImpl.<init>(SocketOrChannelConnectionImpl.java:191)
         ... 77 more
    Caused by: java.net.ConnectException: Connection refused: connect
         at sun.nio.ch.Net.connect(Native Method)
         at sun.nio.ch.SocketChannelImpl.connect(SocketChannelImpl.java:464)
         at java.nio.channels.SocketChannel.open(SocketChannel.java:146)
         at com.sun.enterprise.iiop.IIOPSSLSocketFactory.createSocket(IIOPSSLSocketFactory.java:320)
         ... 78 more
    |#]
    [#|2006-12-09T09:32:35.562+1300|WARNING|sun-appserver-pe8.2|javax.enterprise.resource.corba.ee.S1AS-ORB.rpc.transport|_ThreadID=18;|"IOP00410201: (COMM_FAILURE) Connection failure: socketType: IIOP_CLEAR_TEXT; hostname: localhost; port: 3700"
    org.omg.CORBA.COMM_FAILURE: vmcid: SUN minor code: 201 completed: No
         at com.sun.corba.ee.impl.logging.ORBUtilSystemException.connectFailure(ORBUtilSystemException.java:2257)
         at com.sun.corba.ee.impl.logging.ORBUtilSystemException.connectFailure(ORBUtilSystemException.java:2278)
         at com.sun.corba.ee.impl.transport.SocketOrChannelConnectionImpl.<init>(SocketOrChannelConnectionImpl.java:208)
         at com.sun.corba.ee.impl.transport.SocketOrChannelConnectionImpl.<init>(SocketOrChannelConnectionImpl.java:221)
         at com.sun.corba.ee.impl.transport.SocketOrChannelContactInfoImpl.createConnection(SocketOrChannelContactInfoImpl.java:104)
         at com.sun.corba.ee.impl.protocol.CorbaClientRequestDispatcherImpl.beginRequest(CorbaClientRequestDispatcherImpl.java:152)
         at com.sun.corba.ee.impl.protocol.CorbaClientDelegateImpl.request(CorbaClientDelegateImpl.java:146)
         at com.sun.corba.ee.impl.protocol.CorbaClientDelegateImpl.is_a(CorbaClientDelegateImpl.java:286)
         at org.omg.CORBA.portable.ObjectImpl._is_a(ObjectImpl.java:112)
         at org.omg.CosNaming.NamingContextExtHelper.narrow(NamingContextExtHelper.java:73)
         at com.sun.corba.ee.impl.resolver.INSURLOperationImpl.resolveCorbaname(INSURLOperationImpl.java:174)
         at com.sun.corba.ee.impl.resolver.INSURLOperationImpl.resolveINSURL(INSURLOperationImpl.java:127)
         at com.sun.corba.ee.impl.resolver.INSURLOperationImpl.operate(INSURLOperationImpl.java:117)
         at com.sun.corba.ee.impl.orb.ORBImpl.string_to_object(ORBImpl.java:883)
         at com.sun.enterprise.naming.NamingManagerImpl.lookup(NamingManagerImpl.java:723)
         at com.sun.enterprise.naming.java.javaURLContext.lookup(javaURLContext.java:132)
         at com.sun.enterprise.naming.SerialContext.lookup(SerialContext.java:286)
         at javax.naming.InitialContext.lookup(InitialContext.java:351)
         at ejb.mysessionremote.MySessionRemoteClient.create(MySessionRemoteClient.java:30)
         at ejb.mysessionremote.MySessionRemoteClient.m1(MySessionRemoteClient.java:45)
         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:585)
         at com.sun.data.provider.impl.MethodResultTableDataProvider.invokeDataMethod(MethodResultTableDataProvider.java:236)
         at com.sun.data.provider.impl.MethodResultTableDataProvider.invokeDataMethod(MethodResultTableDataProvider.java:215)
         at com.sun.data.provider.impl.MethodResultTableDataProvider.testInvokeDataMethod(MethodResultTableDataProvider.java:267)
         at com.sun.data.provider.impl.MethodResultTableDataProvider.getResultObject(MethodResultTableDataProvider.java:123)
         at webapplication2.Page1.button1_action(Page1.java:239)
         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:585)
         at com.sun.faces.el.MethodBindingImpl.invoke(MethodBindingImpl.java:126)
         at com.sun.faces.application.ActionListenerImpl.processAction(ActionListenerImpl.java:72)
         at com.sun.rave.web.ui.appbase.faces.ActionListenerImpl.processAction(ActionListenerImpl.java:57)
         at javax.faces.component.UICommand.broadcast(UICommand.java:312)
         at javax.faces.component.UIViewRoot.broadcastEvents(UIViewRoot.java:267)
         at javax.faces.component.UIViewRoot.processApplication(UIViewRoot.java:381)
         at com.sun.faces.lifecycle.InvokeApplicationPhase.execute(InvokeApplicationPhase.java:75)
         at com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:221)
         at com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:90)
         at javax.faces.webapp.FacesServlet.service(FacesServlet.java:197)
         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:585)
         at org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:249)
         at java.security.AccessController.doPrivileged(Native Method)
         at javax.security.auth.Subject.doAsPrivileged(Subject.java:517)
         at org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:282)
         at org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:165)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:257)
         at org.apache.catalina.core.ApplicationFilterChain.access$000(ApplicationFilterChain.java:55)
         at org.apache.catalina.core.ApplicationFilterChain$1.run(ApplicationFilterChain.java:161)
         at java.security.AccessController.doPrivileged(Native Method)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:157)
         at com.sun.rave.web.ui.util.UploadFilter.doFilter(UploadFilter.java:194)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:210)
         at org.apache.catalina.core.ApplicationFilterChain.access$000(ApplicationFilterChain.java:55)
         at org.apache.catalina.core.ApplicationFilterChain$1.run(ApplicationFilterChain.java:161)
         at java.security.AccessController.doPrivileged(Native Method)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:157)
         at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:263)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:551)
         at org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:225)
         at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:173)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:551)
         at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:170)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:551)
         at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:132)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:551)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:933)
         at org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:189)
         at com.sun.enterprise.web.connector.grizzly.ProcessorTask.doProcess(ProcessorTask.java:604)
         at com.sun.enterprise.web.connector.grizzly.ProcessorTask.process(ProcessorTask.java:475)
         at com.sun.enterprise.web.connector.grizzly.ReadTask.executeProcessorTask(ReadTask.java:371)
         at com.sun.enterprise.web.connector.grizzly.ReadTask.doTask(ReadTask.java:264)
         at com.sun.enterprise.web.connector.grizzly.TaskBase.run(TaskBase.java:281)
         at com.sun.enterprise.web.connector.grizzly.WorkerThread.run(WorkerThread.java:83)
    Caused by: java.lang.RuntimeException: java.net.ConnectException: Connection refused: connect
         at com.sun.enterprise.iiop.IIOPSSLSocketFactory.createSocket(IIOPSSLSocketFactory.java:336)
         at com.sun.corba.ee.impl.transport.SocketOrChannelConnectionImpl.<init>(SocketOrChannelConnectionImpl.java:191)
         ... 77 more
    Caused by: java.net.ConnectException: Connection refused: connect
         at sun.nio.ch.Net.connect(Native Method)
         at sun.nio.ch.SocketChannelImpl.connect(SocketChannelImpl.java:464)
         at java.nio.channels.SocketChannel.open(SocketChannel.java:146)
         at com.sun.enterprise.iiop.IIOPSSLSocketFactory.createSocket(IIOPSSLSocketFactory.java:320)
         ... 78 more
    |#]

  • Will the USB debug kit help me with the USB kernel panic?

    Hi.
    Some time ago I posted a question regarding USB trouble and got the answer that I have a 'kernel panic' (Thanks for that!). I did not do anything about it, I just did not use Memory Sticks etc. Now I want to try and solve the problem, because I hate it when things does not work.
    I searched for 'kernel panic' to learn more, but I must admit that I did not understand much of it
    Apple has something called 'mac OSX USB debug kit'. Can that solve the problem? Is it safe to run?
    Any help will be greatly appreciated!
    Regards, Littaol
    iMac G4 Flat screen   Mac OS X (10.3.9)  

    Hello again Littaol,
    After a brief read of this page, I would not start messing with developer tools, scripts, programs and "kits", before having explored every other "human" solutions.
    Firstly, I would simply try again to use my Memory Sticks.
    Perhaps this model was not yet handled properly, but now causes no problem after you updated Mac OS X or after you installed a Security Update.
    Secondly, do you have other problems with your USB ports?
    Keyboard, mouse, printer, etc, all is going well?
    Kernel Panics:
    Yes, they are caused by a problem, not always but often a hardware problem.
    Sometimes though, they come for "no reason" and never show up again.
    However, they have almost completely disappeared now from our Mac OS X users' lives, or?
    If they occur only one or two times a year, there's nothing to worry about.
    Let us know.
    Hopefully this first answer will wake some good ideas from one of the many helpful and knowledgeable members of these Discussions!
    Axl

  • Sun Team: Please help me regarding the login action previously i posted

    Hi sun team i have posted one thread recently. Please verify my code and guide me whether it is correct or not. And if any changes needed Please help me out regarding this.
    http://forum.java.sun.com/thread.jspa?threadID=5118906&tstart=0
    Thank You in Advance

    We do have a sample app that demos this scenario.
    Please check out:
    http://developers.sun.com/prodtech/javatools/jscreator/reference/code/sampleapps/index.jsp
    Databases: Two Page Create, Retrieve, Update, and Delete (CRUD) Database Operations with Table Display
    Two Page CRUD with Table Display is an application that demonstrates how to perform create, read, update, and delete operations on a cached rowset data provider. The data provider is bound to a JavaServer Faces table component. Rather than having functionality confined to one page, this application has two additional pages, one for creating a trip and another for updating a trip.
    http://developers.sun.com/prodtech/javatools/jscreator/reference/code/sampleapps/2/TwoPageCrudTable.zip
    http://developers.sun.com/prodtech/javatools/jscreator/reference/code/sampleapps/2/2update1/TwoPageCrudTable.zip
    Hope this helps,
    Sakthi

  • Silent install of Sun Web Server help

    I tried to do a silent install of the Sun Web Server and I get the following errors....
    while doing /path.../setup -s -f /path..../install.inf
    after checking this is the error log I saw...I dont even see a SUNWwbsvr folder created under /opt.
    [05/09/11:18:09:38] - [Setup] Info Start...
    [05/09/11:18:09:38] - [Setup] Info Start silent installation...
    [05/09/11:18:09:38] - [Setup] Fatal No components are specified to be installed.
    [05/09/11:18:09:38] - [Setup] Fatal ServerRoot is not specified.
    [05/09/11:18:09:38] - [Setup] Fatal Can't initialize installation!
    [05/09/11:18:09:38] - [Setup] Info DONE
    Can anyone help me on what needs to be done??
    Thanks!
    Anand

    Did you follow the supported way for the silent install ? ===>
    For windows :
    http://docs.sun.com/source/819-0131/win.html#wp25280
    For UNIX :
    http://docs.sun.com/source/819-0131/unix.html#wp28818

  • Sun mangement console help!!

    I try to use smc command to invoke sun management console
    and it show up , it said no smc running
    and have a dialog to specify the .tbx ?? (toolbox?)
    I am new to solaris but. I ever use smc before to create new user.
    I would like to use smc Could anyone help
    or are there any other management tools
    regards thanks

    Solaris express 10/06
    It's said it disable SMC.sorry but i'm not sure how is it in that version. I've got the supported solaris "enterprise" or the "Solaris Express Community Release" alias Nevada alias Solaris 11 alias SunOS 5.11 or... :-)
    anyway, if you want nice GUI (it has the new JDS based on 2.14 gnome), try it
    dvd: http://javashoplm.sun.com/ECom/docs/Welcome.jsp?StoreId=7&PartDetailId=Sol-Express_b42a-DVD-x86-SP-G-B&TransactionId=try
    cd: http://javashoplm.sun.com/ECom/docs/Welcome.jsp?StoreId=7&PartDetailId=Sol-Express_b42a-x86-SP-G-B&TransactionId=try

  • IPad camera kit help??

    I'm not sure if this as been answered before but I'm having a bit of trouble using my iPad camera kit. I have a 8GB SD card and when I connect the camera sd reader my iPad sees it but when I put the card in I keep getting error messages say unable to mount or volume is wrong.
    Any help would be great on this.

    A couple of questions:
    - Dose the CCK work if you connect it to the camera via the CCK USB piece?
    - Can you download photos from the card via your computer?
    - Is it a standard SD card. There are similar cards like SDXC that do not work.
    - what is format of the card?
    - Are the photos in a folder labeled "DCIM" in the root director of the card?

  • Mysql CLASS on Sun ONE, need help!

    I am trying to set the classpath for Mysql on my computer, to develop a application in hava with mysql.
    And I did exactly that:
    "Put mysql-connector-j-2.0.14-bin.jar in your classpath, either by adding the FULL path to it to your CLASSPATH enviornment variable, or putting it in $JAVA_HOME/jre/lib/ext."
    I putted in the $JAVA_HOME/jre/lib/ext. directory.
    I got that from the readme file that comes with the mysql file that I downloaded from the mysql.com website.
    But wherener I type "import[space]" it shows the list of the possibles packeges to import, but it does not shows the mysql packeges. I am using SUN ONE 4 CE. PLEASE somebody help!!!
    I am on windows XP.
    Thanks in advanced...

    Connection connection = null;
        try {
            // Load the JDBC driver
            String driverName = "org.gjt.mm.mysql.Driver"; // MySQL MM JDBC driver
            Class.forName(driverName);
            // Create a connection to the database
            String serverName = "localhost";
            String mydatabase = "mydatabase";
            String url = "jdbc:mysql://" + serverName +  "/" + mydatabase; // a JDBC url
            String username = "username";
            String password = "password";
            connection = DriverManager.getConnection(url, username, password);
        } catch (ClassNotFoundException e) {
            // Could not find the database driver
        } catch (SQLException e) {
            // Could not connect to the database
        }This will give you your connection, and from there do you know how
    to execute queries??

  • Very inexperienced Sun Java coder , Help !!!! I  get NullPointerException

    In Sun JKD1.5.0
    programs
    CalculatorInterface.java
    Client.java ==> c[4]
    Account.java ==> a[3]
    CalculatorInterface ==> c[4] objects ==> a[3] objects
    I have in CalculatorInterface.java
    public class CalculatorInterface
    // reference to class Client
    private static final int maxClients = 4;
    // constructor for client[] object array
    private static client[] c = new client[maxClients];
    private static int total,atotal;
    private static int noClients;
    etc
    etc
    public static void main (String[] args)
    parameter definitions
    code lines
    c[noClients] = new client();
    / creates a new instance of client contained in c[]
    total = noClients;
    code lines
    method calls
    noClients++; // next c[]
    termination
    } // end of Main
    CalculatorInterface Methods including
    void WhatIsLeft()
    ... code ...
    ....code...
    c[total].getAccount(atotal).setAmount_IS_Surplus(c[total].calcWeeklySurplus(salaryYrly,weeklyExpenses,isRes));
    ... code...
    The line of code returns a NullPointerException and crashes the program !!! >_<
    is not successfully calling methods in Account.java ..... ?????
    === === === === === === > AND : I have in Client.java
    public class client
    // references to object Account a[]
    private static final int maxAccounts = 3;
    private Account[] a = new Account[maxAccounts]; //? This references a[] to client
    Client Methods including
    public Account getAccount(int num)
    return a[num]; // will be num = 0 or 1 or 2
    } // end client
    === === ==== ===> AND in Account.java
    public class Account
    Account methods
    SO ..... what's the fix ?
    HELP !!!!! I know not what to do to fix this glitch.

    And now I take the chance to ask someone...
    Where is that forum to discuss about the
    forums?
    deleted
    Damn! <sarcasm> I love you Sun. </sarcasm>

  • Ubuntu, Disk, Media Kit, help me :(

    Using the disk utility, I have successfully installed Ubuntu OS on it's own 10 GB Partition(s). That's awesome and all, however, after running the installation, I wanted to install XP as well. So as I went to make another 10 GB free space on the same partition from before, I was given the following error message;
    *Partition failed*
    Partition failed with the error:
    MediaKit reports no such partition.
    After seeing this message, the first thought that came to my mind was; well then how am I booted?
    I would like to be able to at least remove Ubuntu and have a partition-able drive if not keep it.
    Thanks
    ~Jake
    P.S. Is there any way to change the name of the partition that shows up on boot camp during boot?

    Well the most successful triple boot installs have been
    OSx First
    Use terminal command line to resize ad partition the HD
    The Install Windows on the LAST created partition.
    Then the Linux install.
    OH and changing the bootloader to rEFIt
    I know this is now old but this link should help
    http://tripleboot.is2.byuh.edu/

Maybe you are looking for