[JBoss Seam] - errors with sample JSF and jboss-5.0.0.Beta1
by nagaraju.bingi
Hi Friends
i need urgent help on jsf with jboss-5.0.0 beta1.
i am not able to deploy jsf application in jboss-5.0.0 beta1 , i am getting error when i was deploying sample jsf in jboss-5.0.0 beta1. but the funny thing is when i was deployed same application in jboss-4.0.4 , it was successful, working fine....but why it is not working with jboss-5.0.0 beta1
$TxConnectionEventListener@1dc11af[state=NORMAL mc=org.jboss.resource.adapter.jdbc.local.LocalManagedConnection@f96093 handles=0 lastUse=1182751382835 permit=false trackByTx=false mcp=org.jboss.resource.connectionmanager.JBossManagedConnectionPool$PoolBySubject@618533 context=org.jboss.resource.connectionmanager.InternalManagedConnectionPool@6ff329 xaResource=org.jboss.resource.connectionmanager.TxConnectionManager$LocalXAResource@10d1e0b txSync=null]
java.lang.NoSuchMethodError: org.jboss.resource.adapter.jdbc.local.LocalManagedConnection.getProperties()Ljava/util/Properties;
at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.matchManagedConnections(LocalManagedConnectionFactory.java:195)
at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:206)
at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:563)
at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:341)
at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:351)
at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:394)
at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:838)
at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:88)
at org.quartz.utils.JNDIConnectionProvider.getConnection(JNDIConnectionProvider.java:159)
at org.quartz.utils.DBConnectionManager.getConnection(DBConnectionManager.java:111)
at org.quartz.impl.jdbcjobstore.JobStoreCMT.getNonManagedTXConnection(JobStoreCMT.java:1431)
at org.quartz.impl.jdbcjobstore.JobStoreCMT.acquireNextTrigger(JobStoreCMT.java:1171)
at org.quartz.core.QuartzSchedulerThread.run(QuartzSchedulerThread.java:233)
please give me the solution
thank you in advance
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4057242#4057242
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4057242
18Â years, 10Â months
[JBossWS] - Caused by: org.jboss.ws.WSException: Cannot obtain java type
by patel_123
hi
I am exposing my EJB3 components as web services.
WSDL document is generated correctly.
But when my client application tries to access the webservice it throws the following exception,
Caused by: org.jboss.ws.WSException: Cannot obtain java type mapping for: {http://wb1-329:8080}validateUser
at org.jboss.ws.deployment.JSR109MetaDataBuilder.buildParameterMetaDataDoc(JSR109MetaDataBuilder.java:451)
at org.jboss.ws.deployment.JSR109MetaDataBuilder.setupOperationsFromWSDL(JSR109MetaDataBuilder.java:200)
at org.jboss.ws.deployment.JSR109ClientMetaDataBuilder.buildMetaDataInternal(JSR109ClientMetaDataBuilder.java:208)
at org.jboss.ws.deployment.JSR109ClientMetaDataBuilder.buildMetaData(JSR109ClientMetaDataBuilder.java:126)
at org.jboss.ws.deployment.JSR109ClientMetaDataBuilder.buildMetaData(JSR109ClientMetaDataBuilder.java:82)
at org.jboss.ws.jaxrpc.ServiceImpl.(ServiceImpl.java:96)
at org.jboss.ws.jaxrpc.ServiceFactoryImpl.createService(ServiceFactoryImpl.java:157)
at org.jboss.ws.jaxrpc.ServiceFactoryImpl.createService(ServiceFactoryImpl.java:128)
at client.UserBean.loginUser(UserBean.java:90)
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)
please help me in resolving this error
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4057241#4057241
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4057241
18Â years, 10Â months
[Remoting] - Re: How do you set the source port for a client?
by ron.sigalï¼ jboss.com
Hi Ian,
Actually, in general it wouldn't make sense in Remoting to specify the local address of a connection because a single connection will typically use multiple sockets. For example, the socket transport will create a pool of sockets, and, presumably, HttpURLConnections, which are used by the Remoting http transport, do the same under the covers.
However, you should take a look at the "bisocket" transport, which was created to work around firewall restrictions in the sense that all connections are created from the client to the server. In particular, if you have callbacks sent from the server to the client, the TCP connection is made from a client socket on the client to a server socket on the server.
For more information, see Section 5.4.16 "Bisocket invoker" in the Remoting Guide (http://labs.jboss.com/jbossremoting/docs/guide/ch05.html#d0e2629).
-Ron
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4057237#4057237
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4057237
18Â years, 10Â months
[JBoss Portal] - Alfresco Deployment Memory issue.
by ritesh_sanjay
Hi,
I am using Jbossportal 2.4.1.I have Alfrsco.war and deployd on /jboss-portal-2.4.1/server/default/deploy directory.It runs fine and I can even see the Alfresco application integrated with my jbossportal.But after 10-15 minutes, it starts giving an exception and everything goes on toss...
I am getting memory exception on jbossportal console as below :
at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.loop(AbstractDeploymentScanner.java:274)
at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.run(AbstractDeploymentScanner.java:225)
Caused by: java.sql.SQLException: out of memory
at org.hsqldb.jdbc.Util.sqlException(Unknown Source)
at org.hsqldb.jdbc.jdbcStatement.fetchResult(Unknown Source)
at org.hsqldb.jdbc.jdbcStatement.executeQuery(Unknown Source)
at org.hsqldb.jdbc.jdbcDatabaseMetaData.execute(Unknown Source)
at org.hsqldb.jdbc.jdbcDatabaseMetaData.getTables(Unknown Source)
at org.alfresco.repo.domain.schema.SchemaBootstrap.countAppliedPatches(SchemaBootstrap.java:188)
at org.alfresco.repo.domain.schema.SchemaBootstrap.updateSchema(SchemaBootstrap.java:301)
at org.alfresco.repo.domain.schema.SchemaBootstrap.onBootstrap(SchemaBootstrap.java:598)
... 96 more
2007-06-22 19:18:33,682 ERROR [org.apache.catalina.core.StandardContext] Error listenerStart
2007-06-22 19:18:33,682 ERROR [org.apache.catalina.core.StandardContext] Context [/alfresco] startup failed due to previous errors
2007-06-22 19:18:33,682 INFO [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost].[/alfresco]] Closing Spring root WebApplicationContext
2007-06-22 19:19:33,714 ERROR [STDERR] Exception in thread "DefaultScheduler_QuartzSchedulerThread"
2007-06-22 19:19:34,772 ERROR [STDERR] java.lang.OutOfMemoryError: PermGen space
2007-06-22 19:23:28,803 ERROR [STDERR] Exception in thread "TimeoutFactory-0"
2007-06-22 19:23:30,406 ERROR [STDERR] java.lang.OutOfMemoryError: PermGen space
2007-06-22 19:29:48,904 ERROR [STDERR] Exception in thread "http-0.0.0.0-8080"
2007-06-22 19:29:48,904 ERROR [STDERR] java.lang.OutOfMemoryError: PermGen space
I have increased the memory in run.sh also but getting same error.
Please suggest how to resolve the same.
Thanks in advance!
Ritesh.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4057234#4057234
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4057234
18Â years, 10Â months