[jboss-user] [Installation, Configuration DEPLOYMENT] - JBoss exiting with java.lang.OutOfMemoryError

2009-07-14 Thread kc7bfi
I am running JBoss as a Windows service using jbossvc.exe. However, it runs for a while and terminates with the following JVM dump. Any thoughts? # # An unexpected error has been detected by Java Runtime Environment: # # java.lang.OutOfMemoryError: requested 2621440 bytes for GrET in

[jboss-user] [Security JAAS/JBoss] - Using JBoss Negotiate wit RestEasy servlets

2009-03-17 Thread kc7bfi
What I want to do is use the JBoss Negotiate tools to secure a RestEasy servlet. I am not concerned with authorization but I am interested in authenticating the user to the RestEasy servlet. I have looked at the Negotiate code and it provides good documentation of interfacing it with IE or FF,

[jboss-user] [Security JAAS/JBoss] - Re: Using JBoss Negotiate wit RestEasy servlets

2009-03-17 Thread kc7bfi
To clarify, I want to use a Java program to request data from a REST servlet. I am assuming that the JBoss Negotiate tools use tokens stored in the HTTP header (correct?). Is there any further documentation on setting this up? Thanks, David View the original post :

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Cannot obtain endpoint for: jboss.ws:context=/VVVMonitor, end

2009-01-12 Thread kc7bfi
I have a war file that has some web services servlets and a Wicket application servlet. The war worked previously with JBoss 4.0.5 but now throws the following error: INFO | jvm 1| 2009/01/12 11:05:07 | javax.xml.ws.WebServiceException: Cannot obtain endpoint for:

[jboss-user] [Management, JMX/JBoss] - How to make a service dependent on a web application

2008-05-05 Thread kc7bfi
I'm not sure if this is the right forum... I am trying to make one of my JBoss services dependent on a web application. I tried the following in the services configuration file: dependsJ2EEApplication=none,J2EEServer=none,WebModule=//localhost/OpenCones,j2eeType=Servlet,name=default/depends |

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

2007-04-27 Thread kc7bfi
I call it through ant. The problem turned out to be large maxOccurs within my xml schema. When I removed all the maxOccurs, then it compiled correctly. David View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4041379#4041379 Reply to the post :

[jboss-user] [JBossWS] - wsconsume: generated operations do not declare throws Remote

2007-04-26 Thread kc7bfi
The generated operations interface from wsconsume do not declare that the operations throw RemoteException. Is there a way to add this to the operation's signature? David View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4041087#4041087 Reply to the post :

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

2007-04-26 Thread kc7bfi
When I run wsconsume I get an OutOfMemoryError. What is interesting is that if I use the JAXB implementation from the jwsdp 2.0 I don't get this error (although I end up with an annotation error: AccessType instead of XmlAccessType). Any idea what might be going on? David View the original

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Overriding realm in context.xml without expanding war

2007-03-22 Thread kc7bfi
When running Tomcat standalone, a web app's context.xml definition can be overridden by placing a context definition, with the same name as the applications context, in the tomcat/conf/Catalina/localhost directory. This allows a single war to e deployed by configuration options to be changed

[jboss-user] [JNDI/Naming/Network] - Accessing another service's mbean from a web service?

2007-02-22 Thread kc7bfi
I have a web service and I want to lookup another service to see if it has started. I have tried: Context jndiContext = new InitialContext(); | ServiceMBean serviceMBean = (ServiceMBean)jndiContext.lookup(orci:service=SerialCommSvc); | The service is defined as server | mbean

[jboss-user] [JBossWS] - Re: Exception with JBoss-4.0.5-SP1 and JBossWS-1.0.3-SP1 but

2007-01-23 Thread kc7bfi
Have you solved this problem? I'm having the same problem: java.lang.IllegalArgumentException: failed to parse:image/bmp, image/x-bmp, image/x-windows-bmp View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4005389#4005389 Reply to the post :

[jboss-user] [JBossWS] - ClassLoader not available in meta data

2007-01-17 Thread kc7bfi
I'm trying to deploy a web service in JBoss 4.0.4GA. When I start up JBoss, I get the following error: org.jboss.ws.WSException: ClassLoader not available in meta data | at org.jboss.ws.metadata.ServiceMetaData.eagerInitialize(ServiceMetaData.java:370) | at

[jboss-user] [JBoss Portal] - Cannot install new Portlet (failes to create instance)

2006-10-05 Thread kc7bfi
I am trying to install a new Portlet into JBoss Portal. When I do, I get the following error: 2006-10-05 16:23:34,281 DEBUG [org.jboss.portal.core.deployment.jboss.PortletAppDeployment] Creating portlet instance WebVideoInstance | 2006-10-05 16:23:34,281 DEBUG

[jboss-user] [JBoss Portal] - Re: Cannot install new Portlet (failes to create instance)

2006-10-05 Thread kc7bfi
JBoss Portal version 2.4 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3976470#3976470 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3976470 ___ jboss-user mailing list

[jboss-user] [Security JAAS/JBoss] - Re: An example of using CSIv2 by a CORBA service?

2006-08-28 Thread kc7bfi
Not yet. I have resorted to using JacORB's CSIv2 SAS service instead. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3967790#3967790 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3967790

[jboss-user] [Security JAAS/JBoss] - An example of using CSIv2 by a CORBA service?

2006-08-17 Thread kc7bfi
Does anyone have any examples of using CSIv2 for CORBA in JBoss? I have a service that runs inside of JBoss and I want to set CSIv2 security on its object but the documentation on doing thins is a little sparce. Any help would be appreciated. David View the original post :

[jboss-user] [Security JAAS/JBoss] - Re: Problems following NegotiateKerberos documentation. - Mo

2006-08-09 Thread kc7bfi
I've made progress. Now, when I try to login, I get one of two errors. First, when trying to parse the SPNEGO token I sometimes get an IOException: Not a Type 3 message. Othertimes, it falls through the section of code NegotiateUtil.java where it says: // TODO: Implement SPNEGO Handling Any

[jboss-user] [Security JAAS/JBoss] - Problems following NegotiateKerberos documentation.

2006-08-08 Thread kc7bfi
I have been trying to follow the NegotiateKerberos (http://wiki.jboss.org/wiki/Wiki.jsp?page=NegotiateKerberos) documentation but I'm having some trouble. First, The document references a security-service.xml in the deploy directory. I do not have one so I created one as follows: | ?xml