Wednesday, 14 October 2009
|
Review Top 5 Mac Video Converters marryis 08:23:52 |
| | More and more video formats come into people’s life. For video conversion third-party software is on market. This article shows five professional video converter for different video formats for Mac users.
Top 1: Video Converter for Mac (Intel Version or Power PC Version)
http://tipard.com/guide/video-converter-for-mac/main.jpg
Video Converter for Mac is one highly recommended total Mac Video Converter, which can convert all video formats to what formats you need with unmatched conversion speed and excellent output quality, like convert AVI, MP4, MPG, MOD, TOD, MOV, MKV, WMV, DivX, XviD, MPEG-1/2, 3GP, 3G2, VOB, MOV, MPV, FLV, and HD videos (HD TS, HD MTS, HD M2TS, HD WMV, etc).
Top 2: HD Video Converter for Mac (Intel Version or Power PC Version)
http://tipard.com/guide/hd-converter-for-mac/main.jpg HD Converter for Mac is a powerful and comprehensive Mac HD Converter and takes the full control over converting HD (High Definition) video to HD video, HD video to SD (Standard Definition ) video, SD video to HD video, SD video to SD video.
Top 3: MTS Converter for Mac (Intel Version or Power PC Version)
http://tipard.com/guide/mts-converter-for-mac/main.jpg
MTS Converter for Mac is designed to be simple and intuitive for Mac users. It owns the solution to convert MTS to AVI, WMV, MP4, 3GP, FLV, MKV, VOB, DV, etc.
Top 4: AVC Converter for Mac (Intel Version or Power PC Version) http://tipard.com/guide/avc-converter-for-mac/main.jpg AVC Converter for Mac can convert 3GP, FLV, MP4, VOB, AVI, WMV, MKV, MOD, TOD, TS, MTS, M2TS etc to H.264/AVC video.
Top 5: TS Converter for Mac (Intel Version or Power PC Version)
http://tipard.com/guide/ts-converter-for-mac/main.jpg
TS Converter for Mac is reliable to convert TS file to AVI/MPG, WMV, FLV, SWF, MOV and all the popular video formats on Mac.
|
| | Add comment |
Wednesday, 7 October 2009
|
| datasource throws java.lang.NoSuchMethodException:com.ibm.ejs.j2c.DefaultSecurityHelper.<init> special Michael 11:27:24 |
| | Websphere 5.1.1.9 on HP-UX 11.11.b RISC I can create and use datasources version 4.
However I need non version 4 data source for 2.0 ejbs, I can create and test one in the admin console, but when the connection pool starts up an error is thrown (below).
an identical setup on a solaris 9 box works fine. and obviously so does my jboss app server.
[3/1/06 11:26:11:822 GMT] dd725b Helpers W NMSV0610I: A NamingException is being thrown from a javax.naming.Context implementation. Details follow: Context implementation: com.ibm.ws.naming.java.javaURLContextRoot Context method: lookup(Name) Context name: java: Target name: comp/env/GTWDataSource Other data: Exception stack trace: com.ibm.websphere.naming.CannotInstantiateObjectException: Exception occurred while the JNDI NamingManager was processing a javax.naming.Reference object. [Root exception is com.ibm.websphere.naming.CannotInstantiateObjectException: Exception occurred while the JNDI NamingManager was processing a javax.naming.Reference object. [Root exception is java.lang.NoSuchMethodException: com.ibm.ejs.j2c.DefaultSecurityHelper.<init>(javax.resource.spi.ManagedConnectionFactory, com.ibm.ejs.j2c.MCFExtendedProperties)]] at com.ibm.ws.naming.util.Helpers.processSerializedObjectForLookupExt(Helpers.java:952) at com.ibm.ws.naming.urlbase.UrlContextHelper.processBoundObjectForLookup(UrlContextHelper.java:152) at com.ibm.ws.naming.java.javaURLContextRoot.processBoundObjectForLookup(javaURLContextRoot.java:398) at com.ibm.ws.naming.urlbase.UrlContextImpl.lookup(UrlContextImpl.java:1278) at com.ibm.ws.naming.java.javaURLContextRoot.lookup(javaURLContextRoot.java:196) at com.ibm.ws.naming.java.javaURLContextRoot.lookup(javaURLContextRoot.java:137) at javax.naming.InitialContext.lookup(InitialContext.java:347) at com.ibm.ejs.container.BeanMetaData.doConnectionHandlePerformanceSettings(BeanMetaData.java:3146) at com.ibm.ejs.container.BeanMetaData.completeInitialization(BeanMetaData.java:1509) at com.ibm.ws.runtime.component.EJBContainerImpl.createBeanMetaData(EJBContainerImpl.java:1039) at com.ibm.ws.runtime.component.EJBContainerImpl.createModuleMetaData(EJBContainerImpl.java:830) at com.ibm.ws.runtime.component.EJBContainerImpl.createMetaData(EJBContainerImpl.java:1575) at com.ibm.ws.runtime.component.MetaDataMgrImpl.createFactoryMetaData(MetaDataMgrImpl.java:115) at com.ibm.ws.runtime.component.MetaDataMgrImpl.createMetaData(MetaDataMgrImpl.java:159)
[snip]
Caused by: com.ibm.websphere.naming.CannotInstantiateObjectException: Exception occurred while the JNDI NamingManager was processing a javax.naming.Reference object. [Root exception is java.lang.NoSuchMethodException: com.ibm.ejs.j2c.DefaultSecurityHelper.<init>(javax.resource.spi.ManagedConnectionFactory, com.ibm.ejs.j2c.MCFExtendedProperties)] at com.ibm.ws.naming.util.Helpers.processSerializedObjectForLookupExt(Helpers.java:952) at com.ibm.ws.naming.util.Helpers.processSerializedObjectForLookup(Helpers.java:701) at com.ibm.ws.naming.jndicos.CNContextImpl.processResolveResults(CNContextImpl.java:1714) at com.ibm.ws.naming.jndicos.CNContextImpl.doLookup(CNContextImpl.java:1569) at com.ibm.ws.naming.jndicos.CNContextImpl.doLookup(CNContextImpl.java:1482) at com.ibm.ws.naming.jndicos.CNContextImpl.lookupExt(CNContextImpl.java:1189) at com.ibm.ws.naming.util.IndirectJndiLookupObjectFactory$1.run(IndirectJndiLookupObjectFactory.java:372) at com.ibm.ws.security.util.AccessController.doPrivileged(AccessController.java:111) at com.ibm.ws.naming.util.IndirectJndiLookupObjectFactory.getObjectInstanceExt(IndirectJndiLookupObjectFactory.java:221)
[snip]
Caused by: java.lang.NoSuchMethodException: com.ibm.ejs.j2c.DefaultSecurityHelper.<init>(javax.resource.spi.ManagedConnectionFactory, com.ibm.ejs.j2c.MCFExtendedProperties) at java.lang.Class.getConstructor0(Class.java:1963) at java.lang.Class.getConstructor(Class.java:1032) at com.ibm.ejs.j2c.J2CXAResourceFactory.createSecurityHelper(J2CXAResourceFactory.java:1420) at com.ibm.ejs.j2c.J2CXAResourceFactory.createMCFEntry(J2CXAResourceFactory.java:824) at com.ibm.ejs.j2c.ConnectionFactoryBuilderImpl.createMCFandPM(ConnectionFactoryBuilderImpl.java:1420) at com.ibm.ejs.j2c.ConnectionFactoryBuilderImpl.getObjectInstance(ConnectionFactoryBuilderImpl.java:1208) at javax.naming.spi.NamingManager.getObjectInstance(NamingManager.java:301) at com.ibm.ws.naming.util.Helpers.processSerializedObjectForLookupExt(Helpers.java:894) ... 43 more
|
| | 3 answer | Add comment |
Sunday, 4 October 2009
|
| Write ISO to hard drive? Lmo 11:20:12 |
| | Hello all. OT, I know, but is it possible to write an ISO file to a hard drive directory, rather than having to burn a disk? Any clues appreciated. Thanks!
-- LMO "O Wad some Powr, the Giftie Gie us, To see oursels as others see us."
|
| | 8 answers | Add comment |
Wednesday, 23 September 2009
|
| VOB how to XXX 16:44:01 |
| | How can we edit vob files with ??? or is that even possible ? What is a good program to work with VOB files ??
|
| | 2 answer | Add comment |
Tuesday, 22 September 2009
|
Topic awaiting moderation videointoimovie 05:17:48 |
Saturday, 19 September 2009
|
| Machinist2.dll K.Thimm 21:52:07 |
| | Where can I download Machinist2.dll?
|
| | 2 answer | Add comment |
Friday, 18 September 2009
|
Topic awaiting moderation videointoimovie 10:40:53 |
|
Topic awaiting moderation videointoimovie 10:11:22 |
|
Topic awaiting moderation videointoimovie 10:08:33 |
|
Topic awaiting moderation videointoimovie 10:06:30 |
Wednesday, 16 September 2009
|
Topic awaiting moderation videointoimovie 08:42:43 |
|
Topic awaiting moderation videointoimovie 08:34:03 |
Tuesday, 15 September 2009
|
Topic awaiting moderation Moon River 02:55:19 |
Saturday, 22 August 2009
|
| Firefox Link Guest 19:52:43 |
| | Hallo, I often use Firefox, a great browser, and sometimes go to Tools - Options - Security - saved password to read and erase the passwords for the sites that I visit. Do you know if there is a way to shorten this path, maybe insert something in the toolbar to speed up this task? Thank you
__________________ http://www.giftideashop.net/ - http://www.geschenk-ideen.biz/ |
| | Add comment |
Monday, 17 August 2009
|
| getting error message when installing new application from WAR file Guest 17:35:10 |
| | I am using WAS 6.0 and I am getting the following error messages when I installed an application from WAR file in WAS administration console.
Your input is greatly appreciated.
Error 500
An error occurred while processing request: /ibm/console/defaultBindings.do
Message: IWAE0022E Exception occurred loading deployment descriptor for module "wirelessstore.war" in EAR file "d:\WebSphere\AppServer\profiles\default\wstemp\1645364855\upload\wirelessstore_war.ear" com.ibm.etools.j2ee.commonarchivecore.exception.DeploymentDescriptorLoadException: IWAE0022E Exception occurred loading deployment descriptor for module "wirelessstore.war" in EAR file "d:\WebSphere\AppServer\profiles\default\wstemp\1645364855\upload\wirelessstore_war.ear" !Stack_trace_of_nested_exce! com.ibm.etools.j2ee.commonarchivecore.exception.DeploymentDescriptorLoadException: WEB-INF/web.xml !Stack_trace_of_nested_exce! java.lang.IllegalStateException: !EMF2DOMAdapterImpl_ERROR_0! at com.ibm.wtp.internal.emf.xml.EMF2DOMAdapterImpl.handleInvalidMultiNodes(EMF2DOMAdapterImpl.java:1127)
|
| | 2 answer | Add comment |
Tuesday, 28 July 2009
|
Topic awaiting moderation jia 04:10:50 |
Thursday, 23 July 2009
|
| EJB Deployment from ant WITHOUT RAD 6.0 Aisling Vasey 14:48:55 |
| | We need to perform automated nightly builds of all our EJB, Web, Java and finally EAR projects. RAD is not installed on the build machine. Is it unreasonable to have a rmic compiler for the EJB modules without any dependencies on the RAD IDE?
We have wasted days trying to get a simple ant script to work which generates all the required EJB stubs, ties, etc. The ant ejbDeploy task didn't work. Calling the EJBDeploy class directly from ant didn't work. We trawlled through countless forums filled with similar problems and no solutions. Needless to say we hate RAD and WebSphere 6.0.
I find it truly astounding that at IBM, which has numerous press briefings concerning their commitment to open source, provide such poor tools that thrawt developers from using best practices IE continuous integration, metadata driven code generation. WAS 4.0 had support where rmic could be done via ant, but it seems that this method has been left by the wayside in favour of requiring a full blown IDE to accomplish a task THAT DOES NOT REQUIRE IT!!!
Please, do yourself AND the community a service and provide tools geared towards less reliance on needless dependencies ALA RAD. I mean it make NO sense.
|
| | 9 answers | Add comment |
Monday, 13 July 2009
|
| Urgent :- WebSphere error....Cannot get canonical host name for server. Guest 10:36:38 |
| | I have configured dns on iSeries V5R3. DNS is working fine as i have checked from outside using mahcine and ip address.
After configured dns websphere express 6 service is not started and its encountering following error :-
[10/26/05 16:08:21:553 EDT] 0000000a WsServerImpl E WSVR0009E: Error occurred during startup META-INF/ws-server-components.xml [10/26/05 16:08:22:163 EDT] 0000000a WsServerImpl E WSVR0009E: Error occurred during startup com.ibm.ws.exception.ConfigurationError: com.ibm.ws.exception.ConfigurationError: javax.naming.ConfigurationException: Cannot get canonical host name for server. at java.lang.Throwable.<init>(Throwable.java:240) at java.lang.Exception.<init>(Exception.java:77) at com.ibm.ws.exception.WsException.<init>(WsException.java:87) at com.ibm.ws.exception.WsRuntimeFwException.<init>(WsRuntimeFwException.java:33) at com.ibm.ws.exception.ConfigurationError.<init>(ConfigurationError.java:41) at com.ibm.ws.runtime.WsServerImpl.bootServerContainer(WsServerImpl.java:205) at com.ibm.ws.runtime.WsServerImpl.start(WsServerImpl.java:138) at com.ibm.ws.runtime.WsServerImpl.main(WsServerImpl.java:426) at com.ibm.ws.runtime.WsServer.main(WsServer.java:53) 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.ibm.ws.bootstrap.WSLauncher.run(WSLauncher.java:218) at java.lang.Thread.run(Thread.java:534)
Can you please help as application is stuck now..
|
| | 8 answers | Add comment |
Tuesday, 30 June 2009
|
| EAR deployment Guest 06:57:50 |
| | Hi,
I am trying to deploy my EAR on the Websphere Server. After uploading the EAR file on the server , when I try to run my application through the browser, I am getting the following error: "Error 404: SRVE0203E: Servlet [action]: org.apache.struts.action.ActionServlet was found, but is missing another required class. SRVE0206E: This error typically implies that the servlet was originally compiled with classes which cannot be located by the server. SRVE0187E: Check your classpath to ensure that all classes required by the servlet are present.SRVE0210I: This problem can be debugged by recompiling the servlet using only the classes in the application's runtime classpath SRVE0234I:"
Any ideas??
Thanks in advance Regards, rg
|
| | 6 answers | Add comment |
Tuesday, 23 June 2009
|
| How to "finalize" DVD using Nero 6? Leo Bueno 09:30:29 |
| | A few weeks ago I created a DVD+R using a new DVD recorder (CyberHome). The instructions said I needed to "finalize" the DVD before it would play.
I used the recorder's finalize function, which worked ok, but the DVD would not play on the old Toshiba player.
I created the DVD a second time, and "finalized" it using Nero 6.
Problem is that now I can't figure out how I did it!
So, I know it can be done; just can't remember how.
Will appreciate your pointing me to the Nero application that lets you finalize DVDs that have been previously created.
Thanks.
-- ================================================= Do you like wine? Do you live in South Florida? Visit the MIAMI WINE TASTERS group at http://groups.yahoo.com/group/miamiWINE =================================================
|
| | 6 answers | Add comment |
|
deploying openxava portlet in portal server anu 05:50:08 |
| | Hi i am new to openxava.i have deployed it in tomcat successfully but was unable to deploy in ibm web sphere portal server i am facing with these exceptions DatasourceCon E org.hibernate.connection.DatasourceConnectionProvider configure Could not find datasource: jdbc/ManagementDS java.lang.ClassCastException: com.ibm.ws.rsadapter.jdbc.WSJdbcDataSource incompatible with javax.sql.DataSource
Please help to resolve this
Thanks in advance |
| | Add comment |
Monday, 15 June 2009
|
| Single-machine installation of WAS V6.1 and IBM HTTP Server on
WinXP Guest 13:31:36 |
| | I've followed up these 3 steps to install WAS V6.1 and IBM Web server on WinXP: 1. Install WAS V6.1 2. Install IBM HTTP Server - this installation includes the installation of the Web server plug-in. 3. Creating a Web server definition using the administrative console (Servers->Web servers->New)
Here are the definitions of the Web server: Web server name: httpServer1 Type: IBM HTTP Server Host name: lt03470a (this is a localhost) Port: 80 Web server installation location: C:/Program Files/IBM/HTTPServer Configuration file name: ${WEB_INSTALL_ROOT}/conf/httpd.conf Service name:IBMHTTPServer6.1 Platform type: Windows
The problem is that while trying to refer to the sample that comes with the WAS instalation (PlantsByWebSphere) directly through the Application Server (http://localhost:9081/PlantsByWebSphere/) the page is displayed, BUT when trying to refer to this page through the Web Server (http://localhost:80/PlantsByWebSphere/) I'm getting an internal server error: "The server encountered an internal error or misconfiguration and was unable to complete your request. IBM_HTTP_Server Server at localhost Port 80"
Does anyone have an idea why I'm getting this error? Thanks in Advance Yossi
|
| | 2 answer | Add comment |
Thursday, 11 June 2009
|
| WASX7023E: Error creating "SOAP" connection to host "localhost" Guest 09:29:48 |
| | hi frnds, i m running WAS v5.0 base configuration on windows xp professional. i am new to websphere and when i am trying to use wsadmin using the following command
C:\WebSphere\AppServer\bin>wsadmin.bat -user admin -password admin
its throwing me the following error...
WASX7023E: Error creating "SOAP" connection to host "localhost"; exception infor mation: com.ibm.websphere.management.exception.ConnectorNotAvailableException WASX7213I: This scripting client is not connected to a server process; please re fer to the log file C:\WebSphere\AppServer\logs\wsadmin.traceout for additional information.
can any body help me this?
thanks in advance, Niva.
|
| | 5 answers | Add comment |
Saturday, 6 June 2009
|
| Associating an Application to a Shared Library. Guest 14:12:54 |
| | I have created a shared library(In Admin Console, Environment > Shared Libraries), created a class loader and associated the created shared library with the application server through the class loader. All this was done using JACL in wsadmin. Now I want to associate the shared library with a specific application but it doesn't seem to work. When I navigate to Applications > Enterprise Applications > MyApp > Libraries, it doesn't show the library that I created over there, but when I click on Add > Library Name, it shows the library I created in the drop down list. Is there a JACL command to apply that specific library from the drop down list to the application ?
|
| | 8 answers | Add comment |
Friday, 29 May 2009
|
| Admin Console is not displaying the applications. Srinu 222 13:26:33 |
| | hi All,
I have problem while viewing the admini console. it show every thing but applications. when i am trying to view installed application , the right hand side is just empty. can any one help me in this problem. i really appreciated for any kind of help..
thank you very much...
|
| | 8 answers | Add comment |
|