[jboss-user] [JBossWS] - Re: jbossws 1.2.1: wsconsume OutOfMemoryError

2008-08-03 Thread dilipreddy
Hi see this To solve “OutofMemoryException:Max GenSpace Exception” in Jboss portal server: http://www.innoq.com/blog/sp/2008/01/jboss_as_42x_and_javalangoutof.html see this link and edit the run.bat in windows of conf.run in Unix might be useful View the original post : http://ww

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Log: JBoss + MS Sql server 2005: 'nvl' is not a recognized b

2008-08-03 Thread illi
Adding full log info: 2008-08-04 12:05:30,613 INFO [STDOUT] Caused by: org.hibernate.exception.GenericJDBCException: could not execute query 2008-08-04 12:05:30,613 INFO [STDOUT] at org.hibernate.exception.ErrorCodeConverter.handledNonSpecificException(ErrorCodeConverter.java:92) 2008-08-04 1

[jboss-user] [Clustering/JBoss] - Re: Two-Node Cluster UDP OutOfMemoryError

2008-08-03 Thread dilipreddy
Hi I think it might me useful, lets take a glance at this To solve “OutofMemoryException:Max GenSpace Exception” in Jboss l server: http://www.innoq.com/blog/sp/2008/01/jboss_as_42x_and_javalangoutof.html see this link and edit the run.bat in windows of conf.run in Unix View th

[jboss-user] [Installation, Configuration & DEPLOYMENT] - JBoss 4.2.0 SOAP Exception:Could not transmit message

2008-08-03 Thread MohanReddy
11:56:56,671 ERROR [STDERR] javax.xml.soap.SOAPException: java.io.IOException: Could not transmit message 11:56:56,671 ERROR [STDERR] at org.jboss.ws.core.soap.SOAPConnectionImpl.callInternal(SOAPConnectionImpl.java:115) 11:56:56,671 ERROR [STDERR] at org.jboss.ws.core.soap.SOAPConnectio

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Jboss Crash: AJP / mod_jk / Apache

2008-08-03 Thread matthiasm
Hi, I have a Problem with the AJP connector and Jboss. Everytime I restart Apache or one of my Cron-Jobs reconfigures and restarts Apache, Jboss shutsdown/crashes. With Jboss 4.2.0 jboss simply crashed (without any log-output), now with 4.2.3 I see the shutdown in the logs: | 06:25:05,462 I

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - JBoss + MS Sql server 2005: 'nvl' is not a recognized built-

2008-08-03 Thread illi
Hi All, We have been trying to configure JBoss to use MS Sql server 2005 from our application. Technology we used in our application is hibernate. We are now able to access our application, but while loading some objects in one of screens, it is showing a error "Caused by: java.sql.SQLException

[jboss-user] [EJB/JBoss] - Unable to access the EJB from client

2008-08-03 Thread Pinahat
Unable to access the EJB deployed in JBoss from standalone client. due to this exception ->javax.naming.CommunicationException: Operation failed [Root exception is java.rmi.ServerException: IOE; nested exception is: java.net.ProtocolException: Server redirected too many times (20)]

[jboss-user] [JBoss Messaging] - All messages are not consumed in Clustered environment.

2008-08-03 Thread sajankn
In clustered environment, not all the messages are consumed by the durable subscriber, even thought the messages are persisted in database. The messages are consumed only after one or more restarts of the consumer. Environment: JBoss : 4.2.2.GA JBM : 1.4.0.SP3 Java : 1.5.0_13 OS : Mac OS

[jboss-user] [JBoss jBPM] - JBPM on Websphere

2008-08-03 Thread shansari
Hi All, I'm trying to deploy JBPM 3.2.3 in Websphere 6.1. I simply followed the instruction in http://wiki.jboss.org/wiki/Jbpm32OnWAS61 Deployment and Data source configuration are completed. After all when I tried to access the jbpm console URL, I'm getting the below exception. Anybody come a

[jboss-user] [EJB/JBoss] - More info....

2008-08-03 Thread jonathanztaub
As part of my development, I drop/create the database a lot of times, this means that I'm getting rid of JBoss' JMS related tables as well. If there was bad data in there, for whatever reason (dead message queue perhaps), it would have been gone. However, I still see the log messages. This caus

[jboss-user] [EJB/JBoss] - Re: Annoying log warning:

2008-08-03 Thread jonathanztaub
H.. Thanks for pointing this out. Perhaps I did something funky with the search. In any event, that thread doesn't really explain what the problem is, in "plain English" (other than not so useful stack trace message). View the original post : http://www.jboss.com/index.html?module=bb

[jboss-user] [JBoss Portal] - Re: how do I mark page to be 'default' in portal_name-object

2008-08-03 Thread u268
It works! Thanx :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4168340#4168340 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4168340 ___ jboss-user mailing list jboss-user@

[jboss-user] [JBoss jBPM] - End process with running subprocess

2008-08-03 Thread kadlecp
Hello, I have following scenario. I have process that sometimes creates subprocess. The subprocess has several async actions (I call ESB service). The super process checks result value of the subprocess and according that value the superprocess continues. I sometimes want to end superprocess

[jboss-user] [JBoss Tools (users)] - Re: jboss-seam.jar is packaged into jboss-seam.jar when adde

2008-08-03 Thread skirilo
As I understand this issue reappeared again in the latest builds https://cloud.prod.atl2.jboss.com/jira/browse/JBIDE-2288 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4168336#4168336 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&m

[jboss-user] [JBoss Portal] - Re: how do I mark page to be 'default' in portal_name-object

2008-08-03 Thread [EMAIL PROTECTED]
as far as I recall, you need to set the property "portal.defaultObjectName" to parent using the name of the page View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4168334#4168334 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply

[jboss-user] [Installation, Configuration & DEPLOYMENT] - JBOSS application access issue

2008-08-03 Thread bazzac666
Hi, I'm deploying an application utilising JBOSS. This is not the first time I have done this and it has never failed like this before. JBOSS is installed and working, if I goto http://server:8080 the JBOSS home page comes up. If I point to http://server:8080/application it sometimes opens the

[jboss-user] [EJB/JBoss] - Re: Annoying log warning:

2008-08-03 Thread jaikiran
I don't know what the problem is, but a search brought up this thread http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4093035 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4168331#4168331 Reply to the post : http://www.jboss.com/index.html?module=bb

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: jboss 4.0.5 and jmxremote

2008-08-03 Thread jaikiran
Where did you set these JVM properties? Post the logs that you see on the console when you start JBoss (even include the echo messages in the first few lines). How do you start JBoss? Just as a FYI - JBoss 4.0.x is not qualified to run under Java 1.6. See this for details http://wiki.jboss.org/

[jboss-user] [JBossWS] - Re: WS URL different for 4.2.2 and 4.2.3

2008-08-03 Thread karypid
I've been toying with this for a while. I was able to use jboss.xml to provide a proper URL-prefix for 4.2.3 using jboss.xml: | http://www.jboss.org/j2ee/dtd/jboss_4_2.dtd";> | | java:/jaas/JBossWS | | TYPE_YOUR_PREFERRED_URL_HERE | | Unfortunately, 4.2

[jboss-user] [JBoss Portal] - Setup Database error

2008-08-03 Thread nicole_yhy
Hi, i'm new to jboss portal i'm now trying to deploy the jboss portal using oracle database when i run the jboss portal i got such errors: ERROR [Scheduler$Listener] Invoke of the Schedulable MBean failed | javax.management.MBeanException | at org.jboss.mx.interceptor.ReflectedDispatcher

[jboss-user] [Security & JAAS/JBoss] - Re: Problems with SPNEGO

2008-08-03 Thread [EMAIL PROTECTED]
Developing the authenticator I did see a similar error, in my situation the client machine had cached an old ticket for the host so when the ticked was decoded there was a checksum problem. In my situation logging out of the test client and back in caused the tickets to be correctly reloaded.

[jboss-user] [JBossWS] - WS URL different for 4.2.2 and 4.2.3

2008-08-03 Thread karypid
Hello, I have two installations of JBoss on my machine (4.2.2 and 4.2.3). In both of them, I have installed JBossWS-Native 3.0.2. When I deploy an EAR that has a EJB-JAR with a web service, I observed that my WS is published in different URL location: https://localhost:8080/ear_name-ejbjar_nam

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Calling datasource.getConnection() after sessionContext.

2008-08-03 Thread AlexFDT
Peter, Jaikiran, thank you for you participation. I have just tested it on jboss-4.2.3.GA. It throws the same exception. Actually as it can be seen on "Fix Version/s" and "Subversion Commits" tab on https://jira.jboss.org/jira/browse/JBAS-1916 such behavior have been introduced in JBossAS-4.0.

[jboss-user] [JNDI/Naming/Network] - Re: TopLink on JBoss: Cannot create toplink session

2008-08-03 Thread [EMAIL PROTECTED]
Yes - it was a typo - it must be mysql-ds.xml. I do not see your code extract on the forum. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4168318#4168318 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4168318 __