[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Can't get use-try-lock to work

2009-07-23 Thread alskor
there's a bug in Jboss 5: https://jira.jboss.org/jira/browse/JBAS-7071 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4245416#4245416 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4245416 ___

[jboss-user] [Management, JMX/JBoss] - HtmlAdaptorServer from JBoss 3.2.7 is not found in JBoss 5.1

2009-06-29 Thread alskor
I need to migrate a Jboss 3.2.7 application to Jboss 5.1.0GA. I see there's deploy\jmx-html-adaptor1.sar\META-INF\jboss-service.xml file in my old Jboss 3.2.7 install: | | 10 | | 49802 | | | I also have some java code to shutdown

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

2009-06-08 Thread alskor
"Wolfgang Knauf" wrote : Hi, | please describe what you are doing. What is the class "com.starview.support.startup.Startup" used for? Is it a servlet or a JMX bean? Or is it a standalone application client? | I have 3 applications (2 EARs and 3 SAR), which I'm trying to deploy. it all worke

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

2009-06-03 Thread alskor
I changed jndi.properties to have default "Standard config" values: java.naming.factory.initial=org.jboss.iiop.naming.ORBInitialContextFactory | java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces | and now I'm back to where I started when I copied "standard" config to my own a

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

2009-06-03 Thread alskor
interesting: I added this code right in front the InitialContext creation: // new code | String className = "org.jnp.interfaces.NamingContextFactory"; | System.out.println("trying to load class: " + className); | Class c = Class.forName(className); |

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

2009-06-02 Thread alskor
this is the actual line, which causes the problem: InitialContext ctx = new InitialContext(); View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4234789#4234789 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4234789

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

2009-06-02 Thread alskor
"jaikiran" wrote : | Looks like the com.starview.support.startup.Startup's instantiateClasses is trying to invoke some constructor? Can you post the relevant code? Also why is it that the application specific code is trying to instantiate this class? | here's that line, where exception is

[jboss-user] [Installation, Configuration & DEPLOYMENT] - "NamingContextFactory class not found" error during deployme

2009-06-01 Thread alskor
Hi all! I have a legacy app I need to migrate from JBoss 3.2.7 to 5.1.0 GA. I have found 13 problems so far and I resolved 12 of them. The problem I have now is: Jboss shows this error during startup: INFO [Http11Protocol] Starting Coyote HTTP/1.1 on http-127.0.0.1-8080 | WARNING [collectionm