When does the new version of J2EE will be available?

Hi,
Do you know, When does the new version of J2EE will be available?
Who can we ask for improvements or fixes? Or it is just the people that has bought suport?
I hope they can release 'pingConnectionPool' code, so people can trace jdbc driver problems.
Thanks,
Lorenzo Jim�nez

Thanks for your concern,
Well, to tell the truth, the same driver is working ok in the application server without a connection pool with "connection = DriverManager.getConnection(url, username, password)".
Also works ok on IBM websphere, Jakarta Tomcat, with or without pool. Its is just Sun's connection pool. Also I have seen other threads showing JSK 1.4 is not quite compatible like this one:
http://forum.java.sun.com/thread.jsp?forum=136&thread=499803&tstart=0&trange=15
I tried every conceivable parameter; even I looked at the proper documentation at
http://publib.boulder.ibm.com/iseries/v5r1/ic2924/index.htm?info/rzahh/page1.htm
and forums, and it seems that no one can know or can help us about this error because is particulary at Sun app server. So this is the server.log:
[#|2004-06-07T12:17:31.064-0600|INFO|sun-appserver-pe8.0|javax.enterprise.system.tools.admin|_ThreadID=12;|
com.sun.enterprise.tools.guiframework.exception.FrameworkError: com.sun.enterprise.tools.guiframework.exception.FrameworkException: java.lang.reflect.InvocationTargetException on 'class com.sun.enterprise.tools.admingui.handlers.CommonHandlers.invokeMBean'. This occurred while attempting to process a 'command' event for 'pingButton'.
     at com.sun.enterprise.tools.guiframework.view.DescriptorViewHelper.execute(DescriptorViewHelper.java:279)
     at com.sun.enterprise.tools.guiframework.view.DescriptorViewBeanBase.execute(DescriptorViewBeanBase.java:187)
     at com.iplanet.jato.view.RequestHandlingViewBase.handleRequest(RequestHandlingViewBase.java:308)
     at com.iplanet.jato.view.ViewBeanBase.dispatchInvocation(ViewBeanBase.java:822)
     at com.iplanet.jato.view.ViewBeanBase.invokeRequestHandlerInternal(ViewBeanBase.java:760)
     at com.iplanet.jato.view.ViewBeanBase.invokeRequestHandlerInternal(ViewBeanBase.java:780)
     at com.iplanet.jato.view.ViewBeanBase.invokeRequestHandler(ViewBeanBase.java:590)
     at com.iplanet.jato.ApplicationServletBase.dispatchRequest(ApplicationServletBase.java:951)
     at com.iplanet.jato.ApplicationServletBase.processRequest(ApplicationServletBase.java:622)
     at com.sun.enterprise.tools.guiframework.view.BaseServlet.processRequest(BaseServlet.java:186)
     at com.iplanet.jato.ApplicationServletBase.doPost(ApplicationServletBase.java:480)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:768)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:861)
     at sun.reflect.GeneratedMethodAccessor69.invoke(Unknown Source)
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
     at java.lang.reflect.Method.invoke(Method.java:324)
     at org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:289)
     at java.security.AccessController.doPrivileged(Native Method)
     at javax.security.auth.Subject.doAsPrivileged(Subject.java:500)
     at org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:311)
     at org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:205)
     at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:283)
     at org.apache.catalina.core.ApplicationFilterChain.access$000(ApplicationFilterChain.java:102)
     at org.apache.catalina.core.ApplicationFilterChain$1.run(ApplicationFilterChain.java:192)
     at java.security.AccessController.doPrivileged(Native Method)
     at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)
     at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:263)
     at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:156)
     at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:569)
     at org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:261)
     at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:215)
     at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:156)
     at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:583)
     at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:154)
     at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:569)
     at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:200)
     at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:156)
     at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:180)
     at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:154)
     at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:582)
     at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:154)
     at com.sun.enterprise.webservice.EjbWebServiceValve.invoke(EjbWebServiceValve.java:134)
     at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:154)
     at com.sun.enterprise.security.web.SingleSignOn.invoke(SingleSignOn.java:305)
     at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:154)
     at com.sun.enterprise.web.VirtualServerValve.invoke(VirtualServerValve.java:209)
     at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:154)
     at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:569)
     at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:161)
     at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:156)
     at com.sun.enterprise.web.VirtualServerMappingValve.invoke(VirtualServerMappingValve.java:166)
     at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:154)
     at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:569)
     at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:979)
     at org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:211)
     at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:692)
     at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:647)
     at org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:589)
     at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:691)
     at java.lang.Thread.run(Thread.java:534)
Caused by: com.sun.enterprise.tools.guiframework.exception.FrameworkException: java.lang.reflect.InvocationTargetException on 'class com.sun.enterprise.tools.admingui.handlers.CommonHandlers.invokeMBean'. This occurred while attempting to process a 'command' event for 'pingButton'.
     at com.sun.enterprise.tools.guiframework.view.DescriptorViewHelper.dispatchEvent(DescriptorViewHelper.java:735)
     at com.sun.enterprise.tools.guiframework.view.DescriptorViewHelper.execute(DescriptorViewHelper.java:250)
     ... 59 more
Caused by: java.lang.reflect.InvocationTargetException
     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 com.sun.enterprise.tools.guiframework.view.DescriptorViewHelper.invokeHandler(DescriptorViewHelper.java:785)
     at com.sun.enterprise.tools.guiframework.view.DescriptorViewHelper.dispatchEvent(DescriptorViewHelper.java:731)
     ... 60 more
Caused by: com.sun.enterprise.tools.guiframework.exception.FrameworkException: com.sun.enterprise.tools.guiframework.exception.FrameworkException: com.sun.enterprise.tools.guiframework.exception.FrameworkException: javax.management.MBeanException: Operation 'pingConnectionPool' failed in 'resources' Config Mbean.
     at com.sun.enterprise.tools.admingui.handlers.CommonHandlers.invokeMBean(CommonHandlers.java:91)
     ... 66 more
Caused by: com.sun.enterprise.tools.guiframework.exception.FrameworkException: com.sun.enterprise.tools.guiframework.exception.FrameworkException: javax.management.MBeanException: Operation 'pingConnectionPool' failed in 'resources' Config Mbean.
     at com.sun.enterprise.tools.admingui.util.MBeanUtil.invoke(MBeanUtil.java:38)
     at com.sun.enterprise.tools.admingui.util.MBeanUtil.invokeMBean(MBeanUtil.java:140)
     at com.sun.enterprise.tools.admingui.handlers.CommonHandlers.invokeMBean(CommonHandlers.java:83)
     ... 66 more
Caused by: com.sun.enterprise.tools.guiframework.exception.FrameworkException: javax.management.MBeanException: Operation 'pingConnectionPool' failed in 'resources' Config Mbean.
     at com.sun.enterprise.tools.admingui.util.MBeanUtil.invoke(MBeanUtil.java:112)
     at com.sun.enterprise.tools.admingui.util.MBeanUtil.invoke(MBeanUtil.java:35)
     ... 68 more
Caused by: javax.management.MBeanException: Operation 'pingConnectionPool' failed in 'resources' Config Mbean.
     at com.sun.enterprise.admin.MBeanHelper.extractAndWrapTargetException(MBeanHelper.java:355)
     at com.sun.enterprise.admin.config.BaseConfigMBean.invoke(BaseConfigMBean.java:302)
     at com.sun.jmx.mbeanserver.DynamicMetaDataImpl.invoke(DynamicMetaDataImpl.java:221)
     at com.sun.jmx.mbeanserver.MetaDataImpl.invoke(MetaDataImpl.java:228)
     at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:823)
     at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:792)
     at sun.reflect.GeneratedMethodAccessor81.invoke(Unknown Source)
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
     at java.lang.reflect.Method.invoke(Method.java:324)
     at com.sun.enterprise.admin.util.proxy.ProxyClass.invoke(ProxyClass.java:54)
     at $Proxy1.invoke(Unknown Source)
     at com.sun.enterprise.admin.server.core.jmx.SunoneInterceptor.invoke(SunoneInterceptor.java:282)
     at com.sun.enterprise.tools.admingui.util.MBeanUtil.invoke(MBeanUtil.java:105)
     ... 69 more
Caused by: javax.resource.ResourceException
     at com.sun.enterprise.connectors.ConnectorConnectionPoolAdminServiceImpl.testConnectionPool(ConnectorConnectionPoolAdminServiceImpl.java:605)
     at com.sun.enterprise.connectors.ConnectorRuntime.testConnectionPool(ConnectorRuntime.java:520)
     at com.sun.enterprise.admin.mbeans.ResourcesMBean.pingConnectionPool(ResourcesMBean.java:1805)
     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 com.sun.enterprise.admin.MBeanHelper.invokeOperationInBean(MBeanHelper.java:287)
     at com.sun.enterprise.admin.config.BaseConfigMBean.invoke(BaseConfigMBean.java:280)
     ... 80 more
Caused by: javax.resource.ResourceException
     at com.sun.gjc.spi.DSManagedConnectionFactory.createManagedConnection(DSManagedConnectionFactory.java:73)
     at com.sun.enterprise.connectors.ConnectorConnectionPoolAdminServiceImpl.testConnectionPool(ConnectorConnectionPoolAdminServiceImpl.java:597)
     ... 88 more
|#]

Similar Messages

  • When does the new Ipad 4G will be sold online in Hong Kong?

    When does the new Ipad 4G will be sold online in Hong Kong?

    The 4G model is not availble in HK yet. It says "coming soon" when you read the New iPad promotion page but no other details.
    I'm also interested if anyone has more information on when they are releasing the 4G/3G compatable New iPad in HK.

  • Why does the new version not have back-up disc in the library file? And how do I fix it?

    Why does the new version of i-tunes not have back-up to disc in the library file? And how do I fix it?

    Fast backup for iTunes library  (Windows)
    Grab SyncToy  2.1, a free tool from MS. This can be used to copy your entire iTunes library (& other important data folders) onto another hard drive or network share. You can then use SyncToy periodically to synchronise or echo your library to the backup. A preview will show which files need to be updated giving you a chance to spot unexpected changes and during the run only the new or updated files will be copied saving lots of time.
    If your media is all organised below the main iTunes folder then you should also be able to open the backup library on any system running the same version of iTunes, regardless of the drive letter or path it appears on.
    Step-by-step guide to using SyncToy.
    tt2

  • Does the new version of DVDSP open iDVD6 projects????

    Does the new version of DVDSP open iDVD6 projects???
    I tried to open an iDVD project in DVDSP 4 (because I liked the iDVD template I had used for that project)...
    but I couldn't do it. If I upgrade to the latest version of DVDSP... can I do it then?
    Thanks,
    Erik Nanstiel

    You are limited to importing iDVD 3 and 4 projects with DVDSP 3 or 4. And since they didn't update DVDSP in Final Cut Studio 2, it seems this limitation will be around for a while.
    Here's the relevent Apple support article: http://docs.info.apple.com/article.html?artnum=301385

  • Why does the new version 5 of firefox show up all the graphics on web sites with a huge wide black border?

    Why does the new version 5 of firefox show up all the graphics on my web sites with a huge wide black border? They should be narrow and yellow!! I use iWeb for my web sites on an AppleMac iMac 22" wide screen.

    That is unfortunately a bug only in Firefox 5 and will be fixed in Firefox 6 (Aug).
    See:
    * http://forums.mozillazine.org/viewtopic.php?f=25&t=2240429

  • Does the new version of lightroom work with an old CS5 photoshop?

    Does the new version of Lightroom work with an old CS5 photoshop?

    Yes - they will work together.
    However, the Camera Raw versions will not match - meaning you may have to render your file into a tiff to bake-in your LR Settings before passing the file to PS CS5,

  • It seems that the new version of iPhoto will no longer share photos between computers on the same network. Can anyone confirm this?

    It seems that the new version of iPhoto will no longer share photos between computers on the same network. Can anyone confirm this?

    lovinmymac wrote:
    I have "automatically create previews" in the preferences UNCHECKED. Why is Aperture creating previews? For the screen image?
    You might also need to turn Preview generation off for any existing Projects. Select the Project in the Projects pane and use the cog button at the top of the pane to uncheck 'Maintain Previews For Project'.
    Ian

  • I just tried updating ITunes to the new version and it will not completely download and now I get an error message of MSVCR80

    I just tried updating ITunes to the new version and it will not completely download and now I get an error message of MSVCR80. Is there a problem with the new iTunes version?
    Now ITunes won't open.Help!!!

    Go to Control Panel > Add or Remove Programs (Win XP) or Programs and Features(Later)
    Remove all of these items in the following order:
    iTunes
    Apple Software Update
    Apple Mobile Device Support
    Bonjour
    Apple Application Support
    Reboot, download iTunes, then reinstall, either using an account with administrative rights, or right-clicking the downloaded installer and selecting Run as Administrator.
    See also HT1925: Removing and Reinstalling iTunes for Windows XP or HT1923: Removing and reinstalling iTunes for Windows Vista, Windows 7, or Windows 8
    Should you get the error iTunes.exe - Entry Point Not Found after the above reinstall then copy QTMovieWin.dll from:
    C:\Program Files (x86)\Common Files\Apple\Apple Application Support
    and paste into:
    C:\Program Files (x86)\iTunes
    The above paths would be for a 64-bit machine. Hopefully the same fix with the " (x86)" omitted would work on 32-bit systems with the same error.
    tt2

  • The new version of iBooks will not open on my iPad(3gen) after it was installed. Reinstalling makes no difference. It opens then closes right away. Any fix??

    The new version of iBooks will not open on my iPad(3gen) after it was installed. Reinstalling makes no difference. It opens then closes right away. Any fix??
    Anybody else have this problem?

    Try this  - Reset the iPad by holding down on the Sleep and Home buttons at the same time for about 10-15 seconds until the Apple Logo appears - ignore the red slider - let go of the buttons. (This is equivalent to rebooting your computer.)
     Cheers, Tom

  • If you update to the newer version of itunes, will it delete the music i already have???

    can somebody help me please??  if i update to the new version of itunes, will it delete the music i already have??

    No it will not.
    The music is yours on your drive, only you, or malware or a drive crash, can delete that data.
    pLeAsE make backups of your valuable data.
    Apple makes it's easy in iTunes, File > Library > Backup to Disk   Feed it DVD-R's label and data, or use a external drive.
    Apple doesn't reinssue downloads. The music is yours you bought it.

  • What do I do with my old CS4 when downloading the new versions from the cloud?

    What do I do with my old CS4 when downloading the new versions from the cloud?
    Do I just uninstall via the control panel on my computer?

    if you no longer need cs4, deactivate it (help>deactivate) and uninstall it.
    otherwise, leave it installed along with cc.  you can use both if you need.

  • When does the new BlackBerry Tour with the touch pad come out?

    When does the new BlackBerry Tour with the touch pad come out?
    Please give me Kudos if you feel like I helped you
    Thank you
    cuse165

    Nobody knows.  It's rumors only, at this point, and the rumor is the 23rd of May for Sprint, Verizon. 
    1. Please thank those who help you by clicking the "Like" button at the bottom of the post that helped you.
    2. If your issue has been solved, please resolve it by marking the post "Solution?" which solved it for you!

  • When does the new update come out?

    When does the new update for the OS come out on itunes?

    When does the new update for the OS come out on itunes?
    June 17, 2009.
    (44364)

  • When is the new Google Search app gonna be available?

    Hi All,
    When is the new Google Search app gonna be available?
    Why Apple is taking so long to approve it?
    Any idea?

    Tks Bmg but according to the below URL, Google submitted the new APP on August....
    http://www.readwriteweb.com/archives/another-way-apples-fight-with-google-is-hur ting-users.php
    That's why I started this discussion to find out why this app didn't reach the appstore yet. I know it does a lot of waht Siri does but it's not fully integrated to iOS/hardware like Siri so, that's why I don't understand why Apple is taking so long to approve it nor to disclose why they are not approving.
    I didn't find any info about google app not being within the guidelines of Apples terms and conditions too...
    and in regards to the maps, that's a good point but it could use maps.google.com like it currently does so I don't think it should be a big deal right?
    Thanks again.

  • When is the new version of Keynote coming out?

    Does anyone know when the new version of Keynote is coming out?

    What makes you think there will be a new version?
    Only Apple know what products are to be released, they don't tell anyone else before hand.

Maybe you are looking for

  • Block some A/P documents

    Hello my friends, Since Business One HR module isn't very strong, we've thought of a different solution for paying our employees. We have a Business Partner called Paycheck. Every month we create and A/P Invoice for this BP, with the total of the pay

  • Save before putting

    Each time I "put" a file, there is a prompt asking if I want to "save before putting". Can I automate this so the the file is automatically saved when I put a file? I can not seem ot find this control in the preferences. Thanks, Tom

  • ADS render exception , how to solve it?

    Hi, I got the following error when trying to test a adobe form in trans sfp using the Run button, could you pls tell me what's wrong there? the form can be activated successuflly. #Processing exception during a "Render" operation.#Request start time:

  • How to dissasociate Firefox from Internet Explorer?

    I have IE 8 and FF 5 on Win7 machine. Sometimes when I click a link in IE, it brings it up in FF. Also, all IE windows I have open also open in FF. I want to uninstall FF because I really don't use it anymore, but am unsure of the consequences becaus

  • Document Journal

    Hi FI Gurus, I would like to change the report description that I can see in the output. How can I change "Document Journal" in a different description? Thanks a lot in advance. Best regards. Antonio.