[JBoss-user] [Installation, Configuration & Deployment] - empty list with request Parameters and Attributes in Filter

2006-04-12 Thread Roman.Angelov
Hi dears,
I have web application witch uses javax.servlet.Filter implementation class for 
filtering. In this class I perform a lot of process (security and more) and 
everything work well on JBoss 3.0.7. I try to migrate on JBoss 4.0.3 and it's 
very interesting that in my implementation class (the filter) I cannot see 
request parameters and attributes, just this lists in request object are empty 
and I have a lot of problem after this fact. There isn't redirecting because 
the flow of the web application is well, but I can't see the parameters and 
attributes. Any ideas for this mistical fact?

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3936804#3936804

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3936804


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration & Deployment] - Re: Unable to access application from internet

2006-04-06 Thread Roman.Angelov
Hi, 
You described  a problem for the JBoss but really the problem is other I think,
If you use LAN and LOCAL IP, JBoss is binded to LOCAL IP and ports and it's 
needed to set of rooter (if you use rooter with real IP) exact forwarding for 
some local IP and port to real IP of router and free port.
If you use direct real IP it's possible your Internet provider to be configured 
for refusing of your chosen port and try with other. 
If you have proxy the problem maybe is in his configuration...
Really there are a lot of possibilities...
Good luck

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3935481#3935481

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3935481


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration & Deployment] - Scott Stark,

2006-04-06 Thread Roman.Angelov
First - I want to say "Thank you" for the help of Scott Stark,
I resolved the problem with more information from the testsuite in the JBoss 
4.0.3 source distribution. Really my configuration is not wrong and there isn't 
mistakes...but it's needed to be put addititional parameter 


 

truststoreFile="${jboss.server.home.dir}/conf/server2.keystore"

without this row it's impossible for the clients to authonticate theyself, but 
in the server side there isn't exceptions...
This fact is very very straight because:
1. I created the keystore  and import all certificate there like "trusted" -> 
keystore must be enaugh 
2. By deafault if there is not trusted certificates JBOSS has special exception 
for this purpose.
Anyway I done my task and I want to say "Thank you". Have a nice day Scott Stark

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3935444#3935444

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3935444


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration & Deployment] - JBoss 4.0.3 client authorization - gap in the JBoss security

2006-04-05 Thread Roman.Angelov
Hi dear experts,
I post a topic about the problem but I haven't answer...The problem is very 
sirious, I think, I followed all steps described by JBoss for configuration of 
SSL connection on JBoss 4.0.3 and in the 
\jboss-4.0.3SP1\jboss-4.0.3SP1\server\default\deploy\jbossweb-tomcat55.sar 
edited server.xml  and I put 

 
For me it's very important client side authorization but...
I haven't a exception...
I have installed few certifications and all of them work well over JBoss 3.0.7 
- client side authorization is performed well.
BUT all of this certificates are invisible in JBoss 4.0.3, the end user can not 
be authorization, when I click over ssl link the JBoss 4.0.3 displays empty 
list with installed certification on the client side...
The JBoss 4.0.3 and JBoss 3.0.7 are configured with same keystore file...
I'm waiting for your opinions for the complex problem

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3935107#3935107

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3935107


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration & Deployment] - Re: SSL JBoss 4.0.3

2006-04-05 Thread Roman.Angelov
Sorry, I post last topic with mistake, really JBoss 4.0.3 on Linux and Windows 
doesn't detect clients installed certificates for authorization. I hope for 
yours help. 

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3934994#3934994

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3934994


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration & Deployment] - SSL JBoss 4.0.3

2006-04-04 Thread Roman.Angelov
Hi all,
I have interesting problem,
I'm migrating on JBoss 4.0.3 Tomcate engine from JBoss 3.0.7 Jetty engine, and 
the current task is to configurate SSL conection. For this purpose in 
$JBOSS_HOME\server\default\deploy\jbossweb-tomcat55.sar I edited "server.xml" 
and it's enabled 
 

It's needed when the client click over ssl to authonticate himself with self 
smart card.
I installed two exactly equals JBoss 4.0.3 servers just copy and paste, one on 
Fedora core 4 and one on Windows XP Pro. When I click over ssl link in web 
application in  windows based server everything is okay, but in same scenarious 
on Fedora the dialog windows for chosing from installled certificates is 
appeared but it's empty and the end user cannot be authonticated. My question 
is: is it needed to install imported certificated in keystore in the Fedora OS, 
or it's enough my configuration for ssl client authorization and it's araised 
other error?

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3934990#3934990

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3934990


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration & Deployment] - Jboss 3.0.7 HttpSession invalidate problem...

2006-03-06 Thread Roman.Angelov
Hi all,
I hope to help me for one straight problem...
I have Struts based wep application deployed on JBoss 3.0.7. Almost of the 
application work over ssl (https protocol). I have login and logout action, in 
the login action I put some information in the HttpSession object. The JBoss 
container applies jsessionid=(uniq session id) to the URLs of the application 
part. In the logout action I want to the invalidate all HttpSession object and 
for this purpose I execute this source :
request.getSession().invalidate();
I try to execute this piece of code in the different part of the application - 
on the my LogoutAction or int the end part in the logout.jsp the result is 
same...This exepction is throwed int the abouve row of source:
10:17:42,400 WARN  [jbossweb] WARNING: Exception for 
/DTI_ONLINE/Logout.do;jsessionid=2xssaxutr1336
java.lang.IllegalStateException
at 
org.mortbay.jetty.servlet.AbstractSessionManager$Session.getAttribute(AbstractSessionManager.java:612)
at 
org.apache.axis.transport.http.AxisHTTPSessionListener.destroySession(AxisHTTPSessionListener.java:43)
at 
org.apache.axis.transport.http.AxisHTTPSessionListener.sessionDestroyed(AxisHTTPSessionListener.java:72)
at 
org.mortbay.jetty.servlet.AbstractSessionManager$Session.invalidate(AbstractSessionManager.java:594)
at org.apache.jsp.logoutTest$jsp._jspService(logoutTest$jsp.java:71)
at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:107)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
at 
org.apache.jasper.servlet.JspServlet$JspServletWrapper.service(JspServlet.java:201)
at 
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:381)
at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:473)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
at 
org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:360)
at 
org.mortbay.jetty.servlet.WebApplicationHandler.dispatch(WebApplicationHandler.java:294)
at org.mortbay.jetty.servlet.Dispatcher.dispatch(Dispatcher.java:192)
at org.mortbay.jetty.servlet.Dispatcher.forward(Dispatcher.java:129)
at 
org.apache.struts.action.RequestProcessor.doForward(RequestProcessor.java:1063)
at 
org.apache.struts.tiles.TilesRequestProcessor.doForward(TilesRequestProcessor.java:263)
at 
org.apache.struts.action.RequestProcessor.processForwardConfig(RequestProcessor.java:386)
at 
org.apache.struts.tiles.TilesRequestProcessor.processForwardConfig(TilesRequestProcessor.java:318)
at 
org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:229)
at 
org.apache.struts.action.ActionServlet.process(ActionServlet.java:1194)
at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:414)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:689)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
at 
org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:360)
at 
org.mortbay.jetty.servlet.WebApplicationHandler$Chain.doFilter(WebApplicationHandler.java:342)
at 
bg.latona.bca.utils.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:42)
at 
org.mortbay.jetty.servlet.WebApplicationHandler$Chain.doFilter(WebApplicationHandler.java:334)
at 
org.mortbay.jetty.servlet.WebApplicationHandler.dispatch(WebApplicationHandler.java:286)
at 
org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:558)
at org.mortbay.http.HttpContext.handle(HttpContext.java:1714)
at 
org.mortbay.jetty.servlet.WebApplicationContext.handle(WebApplicationContext.java:507)
at org.mortbay.http.HttpContext.handle(HttpContext.java:1664)
at org.mortbay.http.HttpServer.service(HttpServer.java:863)
at org.jboss.jetty.Jetty.service(Jetty.java:460)
at org.mortbay.http.HttpConnection.service(HttpConnection.java:775)
at org.mortbay.http.HttpConnection.handleNext(HttpConnection.java:939)
at org.mortbay.http.HttpConnection.handle(HttpConnection.java:792)
at 
org.mortbay.http.SocketListener.handleConnection(SocketListener.java:201)
at org.mortbay.util.ThreadedServer.handle(ThreadedServer.java:289)
at org.mortbay.util.ThreadPool$PoolThread.run(ThreadPool.java:455)

I thing is possible JBoss to wrap the standart HttpObject and to associate his 
object with jsessionid and when I try to execute 
request.getSession().invalidate(); or setTimeOut(...) to be a problem for Jetty 
session interceptors...or something related with ssl connection...I don't know. 
Somebody to know more for this problem?Thank you...

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3928115#3928115

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=post

[JBoss-user] [Beginners Corner] - SAXParser property problem in JBoss

2005-10-11 Thread Roman.Angelov
Hi all,

I have very interesting problem - some piece of source works over stand alone 
application with no problems but when I put this source in JBoss WAR file 
project there is a Exception.The source is :

 public  void validate() throws Exception{
final String JAXP_SCHEMA_LANGUAGE = 
"http://java.sun.com/xml/jaxp/properties/schemaLanguage";;
final String W3C_XML_SCHEMA = "http://www.w3.org/2001/XMLSchema";;
final String JAXP_SCHEMA_SOURCE = 
"http://java.sun.com/xml/jaxp/properties/schemaSource";;
String xsdFile = "C:/xsd/CONST_XSD-REGFM.xsd";
// Pour SAX 
SAXParserFactory spf = SAXParserFactory.newInstance();
spf.setNamespaceAware(true);
spf.setValidating(true);
SAXParser sp = spf.newSAXParser();
sp.setProperty(JAXP_SCHEMA_LANGUAGE, W3C_XML_SCHEMA);
sp.setProperty(JAXP_SCHEMA_SOURCE, xsdFile);
 //   
sp.setProperty("http://apache.org/xml/properties/schema/external-noNamespaceSchemaLocation",xsdFile);
 //   
sp.setProperty("http://apache.org/xml/properties/schema/external-noNamespaceSchemaLocation",xsdFile);

   
  
sp.parse(new FileInputStream(new 
File("c:/testValidation1128945458976.xml")), new Validator());



}

and Exception message is:
10:05:39,157 INFO  [TilesRequestProcessor] Tiles definition factory found for 
request processor ''.
10:06:35,147 ERROR [STDERR] org.xml.sax.SAXNotRecognizedException: Property: 
http://java.sun.com/xml/jaxp/properties/sch
emaLanguage
10:06:35,147 ERROR [STDERR] at 
org.apache.crimson.parser.XMLReaderImpl.setProperty(XMLReaderImpl.java:272)
10:06:35,147 ERROR [STDERR] at 
org.apache.crimson.jaxp.SAXParserImpl.setProperty(SAXParserImpl.java:190)
10:06:35,147 ERROR [STDERR] at 
bg.latona.nca.utils.XmlValidation.validate(XmlValidation.java:199)
10:06:35,147 ERROR [STDERR] at 
bg.latona.nca.utils.BusinessExecuter.registrationProccess(BusinessExecuter.java:117)
10:06:35,147 ERROR [STDERR] at 
bg.latona.nca.dti.actions.SubmitRegistrationAction.execute(SubmitRegistrationAction.j
ava:52)
10:06:35,147 ERROR [STDERR] at 
org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:
419)
10:06:35,147 ERROR [STDERR] at 
org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:224)
10:06:35,147 ERROR [STDERR] at 
org.apache.struts.action.ActionServlet.process(ActionServlet.java:1194)
10:06:35,147 ERROR [STDERR] at 
org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:432)
10:06:35,147 ERROR [STDERR] at 
javax.servlet.http.HttpServlet.service(HttpServlet.java:709)
10:06:35,147 ERROR [STDERR] at 
javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
10:06:35,147 ERROR [STDERR] at 
org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:360)
10:06:35,147 ERROR [STDERR] at 
org.mortbay.jetty.servlet.WebApplicationHandler$Chain.doFilter(WebApplicationHandler.
java:342)
10:06:35,147 ERROR [STDERR] at 
bg.latona.nca.utils.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.ja
va:38)
10:06:35,147 ERROR [STDERR] at 
org.mortbay.jetty.servlet.WebApplicationHandler$Chain.doFilter(WebApplicationHandler.
java:334)
10:06:35,147 ERROR [STDERR] at 
org.mortbay.jetty.servlet.WebApplicationHandler.dispatch(WebApplicationHandler.java:2
86)
10:06:35,147 ERROR [STDERR] at 
org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:558)
10:06:35,147 ERROR [STDERR] at 
org.mortbay.http.HttpContext.handle(HttpContext.java:1714)
10:06:35,147 ERROR [STDERR] at 
org.mortbay.jetty.servlet.WebApplicationContext.handle(WebApplicationContext.java:507
)
10:06:35,147 ERROR [STDERR] at 
org.mortbay.http.HttpContext.handle(HttpContext.java:1664)
10:06:35,147 ERROR [STDERR] at 
org.mortbay.http.HttpServer.service(HttpServer.java:863)
10:06:35,147 ERROR [STDERR] at org.jboss.jetty.Jetty.service(Jetty.java:460)
10:06:35,147 ERROR [STDERR] at 
org.mortbay.http.HttpConnection.service(HttpConnection.java:775)
10:06:35,147 ERROR [STDERR] at 
org.mortbay.http.HttpConnection.handleNext(HttpConnection.java:939)
10:06:35,147 ERROR [STDERR] at 
org.mortbay.http.HttpConnection.handle(HttpConnection.java:792)
10:06:35,147 ERROR [STDERR] at 
org.mortbay.http.SocketListener.handleConnection(SocketListener.java:201)
10:06:35,147 ERROR [STDERR] at 
org.mortbay.util.ThreadedServer.handle(ThreadedServer.java:289)
10:06:35,147 ERROR [STDERR] at 
org.mortbay.util.ThreadPool$PoolThread.run(ThreadPool.java:455)
10:06:35,147 ERROR [STDERR] java.lang.Exception: Registration xml from pdf 
Registration form is invalide and with differ
ent xsd schema from the original!
10:06:35,147 ERROR [STDERR] at 
bg.latona.nca.utils.BusinessExecuter.registrationProccess(BusinessExecuter.java:123)
10:06:35,147 ERROR [STDERR] at 
bg.latona.nca.dti.actions.Submit

[JBoss-user] [Installation, Configuration & Deployment] - adobe extension reader server and JBoss

2005-09-26 Thread Roman.Angelov
Hi all,
I try to integrate adobe extension reader server with JBoss 3.0.7, but without 
success. Can you tell me some link or other helpful resource for this problem? 
Thank you very much.
Roman Angelov

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3897157#3897157

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3897157


---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration & Deployment] - Jboss 3.0.7 jboss-net configuration

2005-09-08 Thread Roman.Angelov
Hi all, 
I think the live is hard after this 48 hours. In my last message I ask for 
jboss-net.sar problem. Thank you for the answer - I have the example to follow 
to gain my jboss-net activation. For my target I download 
jboss-3.0.7_jakarta-tomcat-4.1.24 with Tomcat engine, I transformed my 
jboss-net.sar file in directory with same name and changed the 
META-INF/jboss-service.xml - I rapleced jboss.web:service=WebServer 

with jboss.web:service=EmbeddedCatalinaSX 
according the HelloWorld example. After that , when I start my jboss I have 
this mistake 

13:33:24,141 INFO [MainDeployer] Starting deployment of package: file:/C:/Java/ 
jboss-3.0.7_jakarta-tomcat-4.1.24/server/all/deploy/jboss-net.sar/ 
13:33:24,188 ERROR [URLDeploymentScanner] Failed to deploy: 
org.jboss.deployment 
[EMAIL PROTECTED] url=file:/C:/Java/jboss-3.0. 
7_jakarta-tomcat-4.1.24/server/all/deploy/jboss-net.sar/, 
deployedLastModified=0 
} 
org.jboss.deployment.DeploymentException: Exception getting document; - nested 
t 
hrowable: (org.xml.sax.SAXParseException: Document root element is missing.) 
at org.jboss.deployment.SARDeployer.parseDocument(SARDeployer.java:622) 
at org.jboss.deployment.SARDeployer.init(SARDeployer.java:130) 
at org.jboss.deployment.MainDeployer.init(MainDeployer.java:679) 
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:615) 
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:591) 
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl. 
java:39) 
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces 
sorImpl.java:25) 
at java.lang.reflect.Method.invoke(Method.java:324) 
at org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBea 
nDispatcher.java:284) 
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:517) 
at org.jboss.util.jmx.MBeanProxy.invoke(MBeanProxy.java:174) 
at $Proxy3.deploy(Unknown Source) 
at org.jboss.deployment.scanner.URLDeploymentScanner.deploy(URLDeploymen 
tScanner.java:435) 
at org.jboss.deployment.scanner.URLDeploymentScanner.scanDirectory(URLDe 
ploymentScanner.java:656) 
at org.jboss.deployment.scanner.URLDeploymentScanner.scan(URLDeploymentS 
canner.java:507) 
at org.jboss.deployment.scanner.AbstractDeploymentScanner.startService(A 
bstractDeploymentScanner.java:266) 
at org.jboss.system.ServiceMBeanSupport.start(ServiceMBeanSupport.java:1 
65) 
at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source) 
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces 
sorImpl.java:25) 
at java.lang.reflect.Method.invoke(Method.java:324) 
at org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBea 
nDispatcher.java:284) 
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:517) 
at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceControl 
ler.java:1003) 
at $Proxy0.start(Unknown Source) 
at org.jboss.system.ServiceController.start(ServiceController.java:413) 
at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source) 
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces 
sorImpl.java:25) 
at java.lang.reflect.Method.invoke(Method.java:324) 
at org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBea 
nDispatcher.java:284) 
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:517) 
at org.jboss.util.jmx.MBeanProxy.invoke(MBeanProxy.java:174) 
at $Proxy2.start(Unknown Source) 
at org.jboss.deployment.SARDeployer.start(SARDeployer.java:232) 
at org.jboss.deployment.MainDeployer.start(MainDeployer.java:814) 
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:627) 
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:591) 
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:575) 
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl. 
java:39) 
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces 
sorImpl.java:25) 
at java.lang.reflect.Method.invoke(Method.java:324) 
at org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBea 
nDispatcher.java:284) 
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:517) 
at org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:324) 
at org.jboss.system.server.ServerImpl.start(ServerImpl.java:221) 
at org.jboss.Main.boot(Main.java:148) 
at org.jboss.Main$1.run(Main.java:381) 
at java.lang.Thread.run(Thread.java:534) 
Caused by: org.xml.sax.SAXParseException: Document root element is missing. 
at org.apache.crimson.parser.Parser2.fatal(Parser2.java:3376) 
at org.apache.crimson.parser.Parser2.fatal(Parser2.java:3364) 
at org.apache.crimson.parser.Parser2.parseInternal(Parser2.java:668) 
at org.apache.crimson.parser.Parser2.parse(Parser2.java:337) 
at org.apache.crimson.parser.XMLReaderImpl.parse(XMLReaderImpl.java:448) 

at org.apache.cri

[JBoss-user] [JBoss.NET] - JBoss 3.0.7 jboss-net activation problem

2005-09-08 Thread Roman.Angelov
Hi all,
I think the live is hard after this 48 hours. In my last message I ask for 
jboss-net.sar problem. Thank you for the answer - I have the example to follow 
to gain my jboss-net activation. For my target I download 
jboss-3.0.7_jakarta-tomcat-4.1.24 with Tomcat engine, I transformed my 
jboss-net.sar file in directory with same name and changed the 
META-INF/jboss-service.xml - I rapleced jboss.web:service=WebServer

with jboss.web:service=EmbeddedCatalinaSX
according the HelloWorld example. After that , when I start my jboss I have 
this mistake

13:33:24,141 INFO  [MainDeployer] Starting deployment of package: file:/C:/Java/
jboss-3.0.7_jakarta-tomcat-4.1.24/server/all/deploy/jboss-net.sar/
13:33:24,188 ERROR [URLDeploymentScanner] Failed to deploy: org.jboss.deployment
[EMAIL PROTECTED] url=file:/C:/Java/jboss-3.0.
7_jakarta-tomcat-4.1.24/server/all/deploy/jboss-net.sar/, deployedLastModified=0
 }
org.jboss.deployment.DeploymentException: Exception getting document; - nested t
hrowable: (org.xml.sax.SAXParseException: Document root element is missing.)
at org.jboss.deployment.SARDeployer.parseDocument(SARDeployer.java:622)
at org.jboss.deployment.SARDeployer.init(SARDeployer.java:130)
at org.jboss.deployment.MainDeployer.init(MainDeployer.java:679)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:615)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:591)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBea
nDispatcher.java:284)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:517)
at org.jboss.util.jmx.MBeanProxy.invoke(MBeanProxy.java:174)
at $Proxy3.deploy(Unknown Source)
at org.jboss.deployment.scanner.URLDeploymentScanner.deploy(URLDeploymen
tScanner.java:435)
at org.jboss.deployment.scanner.URLDeploymentScanner.scanDirectory(URLDe
ploymentScanner.java:656)
at org.jboss.deployment.scanner.URLDeploymentScanner.scan(URLDeploymentS
canner.java:507)
at org.jboss.deployment.scanner.AbstractDeploymentScanner.startService(A
bstractDeploymentScanner.java:266)
at org.jboss.system.ServiceMBeanSupport.start(ServiceMBeanSupport.java:1
65)
at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBea
nDispatcher.java:284)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:517)
at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceControl
ler.java:1003)
at $Proxy0.start(Unknown Source)
at org.jboss.system.ServiceController.start(ServiceController.java:413)
at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBea
nDispatcher.java:284)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:517)
at org.jboss.util.jmx.MBeanProxy.invoke(MBeanProxy.java:174)
at $Proxy2.start(Unknown Source)
at org.jboss.deployment.SARDeployer.start(SARDeployer.java:232)
at org.jboss.deployment.MainDeployer.start(MainDeployer.java:814)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:627)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:591)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:575)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBea
nDispatcher.java:284)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:517)
at org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:324)
at org.jboss.system.server.ServerImpl.start(ServerImpl.java:221)
at org.jboss.Main.boot(Main.java:148)
at org.jboss.Main$1.run(Main.java:381)
at java.lang.Thread.run(Thread.java:534)
Caused by: org.xml.sax.SAXParseException: Document root element is missing.
at org.apache.crimson.parser.

[JBoss-user] [JBoss.NET] - JBoss 3.0.7 jboss-net problem

2005-09-08 Thread Roman.Angelov
hi all, 
All night I try to investigate where is my mistake and why don't have work 
jboss-net web project. When I start my JBoss 3.0.7, jboss-net is invisible by 
browser. I download JBoss 3.2.5 and jboss-net is visible by browser. I compared 
the content of the two web servers and I saw that JBoss 3.2.5 jboss-net.sar 
file contains war,jar and xml files,but JBoss 3.0.7 doesnt have this file.My 
question is is it necessary to download some special edition of my 
jboss-net.sar file for JBoss 3.0.7, because the implicit version is very poor 
and I don't see jboss-net project on the Internet Browser or it's necessary to 
edit some xml file and make my jboss-net.sar file normal? In the console I see 
that the jboss-net.sar is deployed but why I can't see the jboss-net throught 
Internet browser, and respective I can't see the deployed services.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3893528#3893528

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3893528


---
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBossWS] - JBoss 3.0.7 jboss-net problem

2005-09-08 Thread Roman.Angelov
hi all, 
All night I try to investigate where is my mistake and why don't have work 
jboss-net web project. When I start my JBoss 3.0.7, jboss-net is invisible by 
browser. I download JBoss 3.2.5 and jboss-net is visible by browser. I compared 
the content of the two web servers and I saw that JBoss 3.2.5 jboss-net.sar 
file contains war,jar and xml files,but JBoss 3.0.7 doesnt have these files.My 
question is is it necessary to download some special edition of my 
jboss-net.sar file for JBoss 3.0.7, because the implicit version is very poor 
and I don't see jboss-net project on the Internet Browser or it's necessary to 
edit some xml file and make my jboss-net.sar file normal? I try to create web 
service on JBoss 3.0.7, saw in the console that jboss-net.sar is deployed but 
why I can't see jboss-net on my Internet browser?

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3893526#3893526

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3893526


---
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Beginners Corner] - jboss-net problem

2005-09-08 Thread Roman.Angelov
hi all,
All night I try to investigate where is my mistake and why don't have work 
jboss-net web project. When I start my JBoss 3.0.7, jboss-net is invisible by 
browser. I download JBoss 3.2.5 and jboss-net is visible by browser. I compared 
the content of the two web servers and I saw that JBoss 3.2.5 jboss-net.sar 
file contains war,jar and xml files,but JBoss 3.0.7 doesnt have this file.My 
question is is it necessary to download some special edition of my 
jboss-net.sar file for JBoss 3.0.7, because the implicit version is very poor 
and I don't see jboss-net project on the Internet Browser or it's necessary to 
edit some xml file and make my jboss-net.sar file normal?

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3893518#3893518

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3893518


---
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Beginners Corner] - JBoss 3.0.7 jboss-net new web service

2005-09-07 Thread Roman.Angelov
Hi all again,

Thank you for your help, now I have example for web service over JBoss 3.0.7. 
My ant script finish successfull,the web service is bild successfull. My JBoss 
3.0.7 in the all deployment version has a jboss-net.sar file and  new 
HelloWorld.wsr file. My problem is when I run JBoss all version, I don't have 
jboss-net web project , the http://localhost:8080/jboss-net is not found.In the 
jboss console there isn't error. I this because there isn't 
http://localhost:8080/jboss-net project my web service doesn't wotk. What can 
be the reason to there isn't jboss-net web project in the all deployment 
version on JBoss 3.0.7? Thank you all of you.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3893408#3893408

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3893408


---
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Beginners Corner] - Web services on JBoss 3.0.7 by jwsdp - big problems

2005-09-07 Thread Roman.Angelov
Hi all,

Before two weeks, I made web service for JBoss 4.0.2 by jwsdp 1.6. Now I must 
migrate to JBoss 3.0.7 and my web service doesn't work on the oldest server. I 
generated the web service with jwsdp 1.1,1.2,1.3 and try on the version 4.0.2 - 
failure. My question is: is it possible to create web service on JBoss 3.0.7 by 
jwsdp and if not witch is the way? Thank you for the answers.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3893344#3893344

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3893344


---
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user