[jboss-user] Error if I start the JBOSS as Service

2008-06-29 Thread Max Unrau
I have Web Services in the JBOSS which had worked with a JDK 1.4 now I had to 
upgrade to JDK 1.6 there for I needed a last version of JBOSS this was the 
JBOSS 4.2.2 GA.
Now the Problem: 

If I start the JBOSS 4.2.2 GA in the MS console, I get no Error and my Web 
Services work fine.
But if I start the JBOSS as Service I get this Error on my Client:

org.apache.axis2.AxisFault: Could not instantiate parser 
org.apache.xerces.parsers.SAXParser: java.lang.ClassCastException: 
org.apache.xerces.parsers.XIncludeAwareParserConfiguration cannot be cast to 
org.apache.xerces.xni.parser.XMLParserConfiguration

I found for this Error a Bug report on the sun page: 
http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6337684

(The JDK in the wrapper.conf is the same as the JDK in the console.)

My Question is: why does it work in the console but not if I start the Jboss as 
Service??

_
Der WEB.DE SmartSurfer hilft bis zu 70% Ihrer Onlinekosten zu sparen!
http://smartsurfer.web.de/?mc=100071distributionid=0066

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: JBoss as window service

2008-06-29 Thread gan.gary
jaikiran wrote : What does the run.log in the %JBOSS_HOME%/bin folder show?
  | 

why I get this at error log?

Starting JBoss Application Server 5.0 [2008-06-30 08:49:38]
  | 'run.bat' is not recognized as an internal or external command,
  | operable program or batch file.
  | Shutdown JBoss Application Server 5.0 service [2008-06-30 08:49:38]

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4161376#4161376

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4161376
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: JBoss as window service

2008-06-29 Thread gan.gary
PeterJ wrote : Where do you have JAVA_HOME defined? In the User Variables or 
the System Variables? It has to be set in System Variables.

System Variables:
C:\Program Files\Java\jdk1.5.0_15

PeterJ wrote : What account are you using for the service? If you set up a 
special account, did you make sure that account has read/write access to all of 
the JBossAS files and directories?
Computer admin. Should have full access right.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4161377#4161377

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4161377
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Portal] - Re: problem with IPC

2008-06-29 Thread sbiwal
Hi,

There is one more way to check that your portlets events are bound to any 
listeners.

Login as admin to your portal. Go to the admin link
Browse through your portal/pages to get to the portletA and portletB.
Now on the portlet window go to the Properties link. You should have the 
event listening binding mentioned on this page. Check if this is as your 
required. 

My guess is that your portlet events are not bound to any listeners.

You can set your listeners from this admin link and also from the portlet 
descriptors.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4161378#4161378

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4161378
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: JBoss as window service

2008-06-29 Thread gan.gary
For this:

Starting JBoss Application Server 5.0 [2008-06-30 08:49:38]
  | 'run.bat' is not recognized as an internal or external command,
  | operable program or batch file.
  | Shutdown JBoss Application Server 5.0 service [2008-06-30 08:49:38]
I found there's no run.bat at jboss-native-2.0.4-windows-x86-ssl.zip, even If 
I extract to C:\jboss-5.0.0.

it only can run when I issue this at command prompt:
call %JBOSS_HOME%/bin/run.bat

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4161379#4161379

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4161379
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: JBoss as window service

2008-06-29 Thread gan.gary
and %JBOSS_HOME% = C:\jboss\jboss-4.2.2.GA

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4161380#4161380

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4161380
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss AOP] - Re: JBoss AOP 2.0.0 possible deadlock?

2008-06-29 Thread kringdahl
Just a little more info on this.  I believe we have successfully worked around 
this problem.  However, I've isolated the cause a bit further.  It appears that 
if I start an MBean that spawns a thread before any of the Spring injected 
MBeans, the stated problem would occur.  Further, it appears that the real 
culprit is that secondary thread stuck in the findBootstrapClass method.  For 
some reason, that call never returns and because it is going through the 
synchronized method it blocks everyone else.  That findBootstrapClass call 
never returns.  I'm fairly certain that I don't have a classpath problem 
because simply changing around the dependency hierarchy makes things better.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4161381#4161381

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4161381
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - Re: The JBPM Can not download

2008-06-29 Thread kukeltje
it works for me here maybe the chinese government blocked sourceforge

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4161382#4161382

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4161382
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - Knowing which token you are in?

2008-06-29 Thread [EMAIL PROTECTED]
Ok...am starting to evaluate JBPM and doing some small proof of concepts.
hooked JBPM with Spring + JSF running on Tomcat using an Oracle DB

My simple question is this..
I start a process instance and all is fine.

  | process-definition  xmlns=urn:jbpm.org:jpdl-3.2  
name=myholidaydefenition
  | 
  | start-state
  | transition to=reqHoliday name=requestHoliday/
  | /start-state
  | 
  | task-node name=reqHoliday
  | task name=requestHolidayTask/
  | transition to=evaluateLeave name=evaluateRequest/
  | /task-node
  | 
  | decision name=evaluateLeave
  | handler 
class=au.com.qtc.simpleForms.jbpm.decision.EvaluateLeaveDecisionHandler/
  | transition to=end name=yes
  | action 
class=au.com.qtc.simpleForms.jbpm.action.NotifyAboutLeaveActionHandler/
  | /transition
  | transition to=giveDonuts name=no/
  | /decision  
  | 
  | !--task-node name=evaluateLeave
  | task name=evaluateLeaveTask/
  | transition to=end name=giveLeave
  | action 
class=au.com.qtc.simpleForms.jbpm.action.NotifyAboutLeaveActionHandler/
  | /transition
  | transition to=giveDonuts name=noLeaveSorry/
  | /task-node --
  | 
  | task-node name=giveDonuts
  | task name=donutConsolation/
  | transition to=end name=toEnd/
  | /task-node
  | 
  | end-state name=end/
  | 
  | /process-definition
  | 

However...as you can see in the evaluateLeave decision i am at this page where 
the user needs to know whether they'll get leave or not.
however programmatically how do i know at which node is the token at???
getRootToken() gives the the root token..but i want the current token.
so that i can get the name of the token...and say if is in the token 
'giveDonuts then perform a different behavior 



View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4161383#4161383

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4161383
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JCA/JBoss] - 4.2.2.GA IdleRemover thread inserted into my thread group

2008-06-29 Thread guy_rouillier
I have a fairly large application running under 3.2.7 that I'm trying to 
upgrade to 4.2.2.GA.  The code upgrade was fairly trivial, and I've got the app 
running in test mode now.  One part of this app creates a ThreadGroup to 
process a set of data files; the end of this processing is to insert data into 
an Oracle database using a no-tx-datasource.  All the inserts are being 
completed successfully.

But when I determine all worker threads are finished and attempt to destroy the 
ThreadGroup, I'm getting an IllegalThreadStateException.   Upon doing a 
ThreadGroup.enumerate(), I'm finding a single thread with name IdleRemover.

Why is this IdleRemover thread being inserted into my private ThreadGroup?  
I've spent a couple hours looking at old forum discussions, and I see that 
IdleRemover was present in 3.2.7.  But the app running on that version didn't 
have this problem.  So I'm guessing the implementation of IdleRemover has 
changed in 4.2.2.

How do I fix this?  Thanks.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4161384#4161384

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4161384
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Tools (users)] - Use RichFaces ver 3.2

2008-06-29 Thread c0upal
How do I use the latest version of RichFaces (ver 3.2) with Eclipse JBoss/Seam 
Tools?

I need to use new components introduced on the latest version.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4161385#4161385

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4161385
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Messaging, JMS JBossMQ] - Re: Maximumm size of Queue

2008-06-29 Thread milind111
Thanks Adraian.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4161386#4161386

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4161386
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Messaging, JMS JBossMQ] - Re: Maximumm size of Queue

2008-06-29 Thread milind111
milind111 wrote : Thanks Adrian.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4161387#4161387

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4161387
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Portal] - Re: problem with IPC

2008-06-29 Thread senthilkumar.devan
Hi Biwal,

Thanks very much. Its working for me.
Once again thanx lot for ur help which really helped me lot in developing IPC.

Thanks  Regards,
Senthil Kumar Devan.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4161388#4161388

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4161388
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: JBoss as window service

2008-06-29 Thread jaikiran
anonymous wrote : 
  | Starting JBoss Application Server 5.0 [2008-06-30 08:49:38]
  | 'run.bat' is not recognized as an internal or external command,
  | operable program or batch file.

Where did you extract the JBossNative zip file? It should be extracted to the 
%JBOSS_HOME% folder. The JBoss Native has a bin folder which copies new files 
to the %JBOSS_HOME%/bin folder. Ultimately, the service.bat file should be 
present in the %JBOSS_HOME%/bin folder.



anonymous wrote : System Variables:
  | C:\Program Files\Java\jdk1.5.0_15   

I would recommend that you move the JDK installation to a folder which does not 
have a space in its path. JBoss or Java installations in folders having space 
in their path name run into weird issues. I have my Java installation at 
C:\jdk1.5.0_15




View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4161389#4161389

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4161389
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] Delivery Notification [EMAIL PROTECTED]

2008-06-29 Thread Postmaster
This is a delivery status notification, automatically generated by MTA 
mgate.raiffeisen.ru on Mon, 30 Jun 2008 09:26:06 +0400
Regarding recipient(s) : [EMAIL PROTECTED]
Delivery status : Failed. Message could not be delivered to domain 
raiffeisen.ru .Failed while initiating the protocol. [('[EMAIL PROTECTED]', 
550, '[EMAIL PROTECTED] No such user')]
MTA Response :550
The original message headers are included as attachment.
Reporting-MTA: dns; mgate.raiffeisen.ru

Final-Recipient: rfc822;zvonkovanzvonkova@raiffeisen.ru
Diagnostic-Code: smtp; 550 zvonkovanzvonkova@raiffeisen.ru... No such user
Remote-MTA: dns; 192.168.10.220
Action: failed
Status: 5.0.0
---BeginMessage---
*** Body Not Included ***
---End Message---
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Getting Started Documentation] - installtion error on Solaris

2008-06-29 Thread mvarghese
After the insttaltion when i tried to run the run.sh, am getting below error..
I am new to Jboss..Can any one tel me..what is wrond and  how to set the 
below path in Solaris.

run.sh: Missing file: /lib/tools.jar
run.sh: Unexpected results may occur.  Make sure JAVA_HOME points to a JDK and 
not a JRE.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4161390#4161390

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4161390
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Portal] - getting child protlet-name inside a portlet

2008-06-29 Thread gmeroz
Is it possible to get the portlet-name in runtime from inside a portlet?

i have a reference to PortalNode object, but it has only the instance name.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4161392#4161392

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4161392
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user