[JBoss-user] [Installation, Configuration Deployment] - Re: JBoss 4.0.4 GA - JSDK version

2006-07-10 Thread visolvejboss
Hello, Refer the following link. http://wiki.jboss.org/wiki/Wiki.jsp?page=JDK1.5AnnotationsWithJDK1.4 This might be helpful. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3956502#3956502 Reply to the post :

[JBoss-user] [Installation, Configuration Deployment] - No deployment of files in

2006-07-10 Thread BARC
Hi, I was wondering why when deploying in the folder JBOSS_INSTALL/server/barc/deploy/BARC/core the server does not find the files in there. It doesn't matter whether I deploy an ear, par, jar, ... anything in thecore folder is skipped both on start up as on hot deployment. Only when changing

[JBoss-user] [Installation, Configuration Deployment] - Re: How to deploy a connector in an ear file

2006-07-10 Thread SchlauFuchs
Did you edit the application.xml in your ear file? | module | connectorJcaAdapter.rar/connector | /module | View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3956555#3956555 Reply to the post :

[JBoss-user] [Installation, Configuration Deployment] - CODE WORKING ON TOMCAT DONT WORK ON JBOSS

2006-07-10 Thread amit.khosla
I am working on a project in which i am using AJAX JSF. I made the application. The application was running smoothly on the TOMCAT. I made some calls using AJAX in some pages. In TOMCAT it was working perfectly. But today i deployed same code to JBOSS. Now I am unable to run it. Whenever I

[JBoss-user] [Installation, Configuration Deployment] - Re: How to deploy a connector in an ear file

2006-07-10 Thread pegasenz
I didt it. In the META-INF directory i have the 2 following descriptors : application.xml : ?xml version=1.0 encoding=UTF-8? | application id=Application_ID version=1.4 xmlns=http://java.sun.com/xml/ns/j2ee; xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance;

[JBoss-user] [Installation, Configuration Deployment] - Re: NoClassDefFoundError:org/dom4j/xpath/DefaultXPath in dep

2006-07-10 Thread PeterJ
The dom4j jar file packaged with JBoss do not contain the xpath components (I recall reading the JIRA associated with this change (was it in 4.0.3???) but could not find it again). You will have to package the dom4j jar file with your app (that is what I did). View the original post :

[JBoss-user] [Installation, Configuration Deployment] - Re: Incomplete logs

2006-07-10 Thread ben_ben
Think we've solved it. JBoss wasn't being shutdown properly and possibly holding on to things it shouldn't have done. From a clean start everything looks ok. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3956543#3956543 Reply to the post :

[JBoss-user] [Installation, Configuration Deployment] - Re: No deployment of files in

2006-07-10 Thread visolvejboss
Hello, In JBoss Guide 4.0.3, at page number 84, In section, 2.4.2.6. Hot Deployment of Components, the URLDeploymentScanner Said that, anonymous wrote : | ? Filter: The class name of a java.io.FileFilter implementation that is used to filter the contents of scanned | directories.

[JBoss-user] [Installation, Configuration Deployment] - Re: Dynamic Virtual Hosts

2006-07-10 Thread Becka
i need the same configuration. we want to host our jBPM Application on one of our Servers. Every vHost should have it own DataSource. Is there any possibility to realize that? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3956539#3956539 Reply to the post :

[JBoss-user] [Installation, Configuration Deployment] - Re: NoClassDefFoundError:org/dom4j/xpath/DefaultXPath in dep

2006-07-09 Thread itshark
help me! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3956454#3956454 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3956454 - Using Tomcat but need

[JBoss-user] [Installation, Configuration Deployment] - Re: Adjusting all port numbers

2006-07-08 Thread jboss2005_01
Another option is using the service binding MBean. You can activate this within jboss-service.xml (look for binding) in which you define a server name that must be in correspondence with a service binding declared in a binding XML configuration file (take a look at

[JBoss-user] [Installation, Configuration Deployment] - JBoss 4.0.4 GA - JSDK version

2006-07-08 Thread ehchn3
Hi, I'm planning to use JBoss 4.0.4 GA. I read that the minimum JSDK version is 1.4 and the recommended version is 1.4.2. Is the any good reason to use JDSK 1.5 instead since it's the latest version? Please comment. View the original post :

[JBoss-user] [Installation, Configuration Deployment] - Configure Jboss for remote Debuging

2006-07-07 Thread begimot
I couldn't find such topic, and any normal explanation anywhere. How can I set my Jboss for remote debugging? I changed the JAVA_OPTS variable. Previously it was -server -Xms128m -Xmx128m -Dprogram.name=run.sh -Dprogram.name=run.sh I added -Xdebug

[JBoss-user] [Installation, Configuration Deployment] - Re: Configure Jboss for remote Debuging

2006-07-07 Thread anders.hedstrom
anonymous wrote : I added -Xdebug -Xrunjdwp:transport=dt_socket,address=8787,server=y,suspend=y if you change this to -Xdebug -Xrunjdwp:transport=dt_socket,address=8787,server=y,suspend=n JBoss will start and you can hook up your IDE to it. If you have suspend=y then JBoss won't start until

[JBoss-user] [Installation, Configuration Deployment] - URGENT:: identify JBoss Version at run time

2006-07-07 Thread kesso01
Hi How can i find the version of JBoss at run time. I need to identify the version of Jboss i am connecting to. I have access to Jboss installed folder also. Thanks for the help. Soma View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3956073#3956073 Reply to

[JBoss-user] [Installation, Configuration Deployment] - Re: Configure Jboss for remote Debuging

2006-07-07 Thread jaikiran
Try this: anonymous wrote : set JAVA_OPTS=-classic -Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,address=8787,server=y,suspend=n %JAVA_OPTS% Note the suspend=n View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3956088#3956088 Reply to

[JBoss-user] [Installation, Configuration Deployment] - Re: Configure Jboss for remote Debuging

2006-07-07 Thread begimot
It seems now, that everything is working fine. Thanks View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3956098#3956098 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3956098 Using Tomcat but need to do more? Need to support

[JBoss-user] [Installation, Configuration Deployment] - Re: URGENT:: identify JBoss Version at run time

2006-07-07 Thread jaikiran
Try this out: System.out.println(Here's the server version: + org.jboss.Version.getInstance().toString()); View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3956128#3956128 Reply to the post :

[JBoss-user] [Installation, Configuration Deployment] - Re: URGENT:: identify JBoss Version at run time--hostname an

2006-07-07 Thread kesso01
Thanks kiran. Unfortunately i don't have access for Jboss library at run time. is there any XML i can parse and get the JBoss version.. Also i have another question. Is there any configuration file in Jboss directory i cane get the webserver hostname and port? View the original post :

[JBoss-user] [Installation, Configuration Deployment] - NoClassDefFoundError:org/dom4j/xpath/DefaultXPath in deployi

2006-07-07 Thread itshark
hi everyone! depolying .ear application that make use of dom4j-1.5.2.jar,jboss have the following problems: Caused by: java.lang.NoClassDefFoundError: org/dom4j/xpath/DefaultXPath at org.dom4j.DocumentFactory.createXPath(DocumentFactory.java:230) at

[JBoss-user] [Installation, Configuration Deployment] - Re: URGENT:: identify JBoss Version at run time

2006-07-07 Thread jaikiran
anonymous wrote : is there any XML i can parse and get the JBoss version You can read the version.properties file present in jboss-system.jar file, which you can find in %JBOSS_HOME%/lib directory. View the original post :

[JBoss-user] [Installation, Configuration Deployment] - Adjusting all port numbers

2006-07-07 Thread Matthew Towler
Hi I have previously setup JBoss 4.0.4 using the default configuration, but now I wish to use it on a machine where port 8080 is already in use. Therefore I would like to setup the server to use a different number, say 8090. I have searched for 80xx in the config files and have found the

[JBoss-user] [Installation, Configuration Deployment] - Re: Adjusting all port numbers

2006-07-07 Thread jaikiran
Have a look at: http://wiki.jboss.org/wiki/Wiki.jsp?page=UsingJBossBehindAFirewall View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3956185#3956185 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3956185 Using Tomcat but

[JBoss-user] [Installation, Configuration Deployment] - How to deploy a connector in an ear file

2006-07-07 Thread pegasenz
Hi Newby in JBoss, I would like to deploy a JCA 1.5 connector via an enterprise archive file .ear. Could somebody tel me where to put the -ds.xml file. At the moment, if i put manualy the ds file and the rar file in the deploy directory it works. If i put the ds file in the directory and the

[JBoss-user] [Installation, Configuration Deployment] - JBoss Shutdown issues.

2006-07-07 Thread vallamkondu
I have configured the JBoss-3.2.5 on Sun Box and I have chaged the JNDI Port from 1099 to 10099 (ie NamingService MBean Port from 1099 to 10099) in JBOSS-3.2.5 _HOME/server/default/conf/jboss-service.xml. And I have started the Jboss using run.sh, It got started with OUT ERRORs and all pther

[JBoss-user] [Installation, Configuration Deployment] - Incomplete logs

2006-07-07 Thread ben_ben
Hi, We're using JBoss 4.0.3 and, when used locally on a Win XP machine everything works well. Pooled database connections are pooled and reused while logs are used to keep track of everything. However...we have now just moved the application to our unix test server and things have gone a bit

[JBoss-user] [Installation, Configuration Deployment] - Re: URGENT:: identify JBoss Version at run time

2006-07-07 Thread kesso01
Hi I am using 4.0.3 SP1. I have not seen version.properties file inside the Jboss-System.jar file. Could you please guide me in which file i can get the answer. Thanks for the help... Regards SomaSekharaReddy.K View the original post :

[JBoss-user] [Installation, Configuration Deployment] - problem trying to run a Scheduler MBean from a deployed app

2006-07-06 Thread deilginis
I am using jboss 3.2.7 I am trying to use a Scheduler within an application I am developing. In tests I can use a scheduler declared in conf/jboss-service.xml with the corresponding class put into a jar that I put into ... default/deploy/lib What I want to do is to put the classes or jar

[JBoss-user] [Installation, Configuration Deployment] - Re: Could not restore ejb timers exception occured to JBossD

2006-07-06 Thread peters
Hi, yes I do have the same problem with JBoss 4.0.4 . Anyone knows what the solution is ? Rgds, Iris View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3955799#3955799 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3955799

[JBoss-user] [Installation, Configuration Deployment] - IIS and Jboss on different machines

2006-07-06 Thread ErinK
Hi all, I'm not sure i'm posting this in the right place, if not can someone direct me please. I am using IIS on windows server 2003. I have several sites running under IIS, some basic flat pages and some JBoss sites running under iis using the isapi filter. However i would like to to link iis

[JBoss-user] [Installation, Configuration Deployment] - Re: Problem creating service jboss.system:Service=MainDeploy

2006-07-06 Thread sabrina_sch
This problem is happening to me randomly, with different services (JARDeployer, ServiceDeployer, MainDeployer), and I cannot find the answer. I already follow the Java 2 SDK 1.4.2 Installation Notes for Linux and the problem still happens. I simply copy the same java and jboss folders to

[JBoss-user] [Installation, Configuration Deployment] - Re: Problem creating service jboss.system:Service=MainDeploy

2006-07-06 Thread PeterJ
Please post the console output. It is hard to solve the problem without the specific error messages. Also, indicate how you installed JBoss (via the installer.jar file or by unzipping the zip file). View the original post :

[JBoss-user] [Installation, Configuration Deployment] - Re: Problem creating service jboss.system:Service=MainDeploy

2006-07-06 Thread sabrina_sch
I installed the JDK1.5 with the sun's self-extracting binary and the JBoss by unzipping the file. I'm posting the last output I got, since every time it gives me a different, but similar, error. | = | | JBoss

[JBoss-user] [Installation, Configuration Deployment] - Re: Problem creating service jboss.system:Service=MainDeploy

2006-07-06 Thread sabrina_sch
I forgot to say that the VM crashes sometimes too. Here is the last report: | # | # An unexpected error has been detected by HotSpot Virtual Machine: | # | # SIGSEGV (0xb) at pc=0x086a933e, pid=11327, tid=3086771904 | # | # Java VM: Java HotSpot(TM) Server VM (1.5.0_07-b03 mixed

[JBoss-user] [Installation, Configuration Deployment] - Re: Problem creating service jboss.system:Service=MainDeploy

2006-07-06 Thread PeterJ
The missing class (BasicMBeanRegistry) is found in the ./lib/jboss-jmx.jar file. Have you checked the access controls on the files in that directory? On my system, my user account owns all of the files and has full rights (755). However, the fact that you are getting JVM dumps leads me to

[JBoss-user] [Installation, Configuration Deployment] - Re: Minimum system requirements??

2006-07-06 Thread AlliumPorrum
I found one instructions for slimming down the JBoss from here: http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossASTuningSliming I removed all the services that I do not need, and I managed to get JBoss 4 running with the 384Mb of memory. Browser will be also successfully started to port 8080.

[JBoss-user] [Installation, Configuration Deployment] - Re: Problem creating service jboss.system:Service=MainDeploy

2006-07-06 Thread sabrina_sch
Things are still unstable. I'm testing everything as root, so it's cannot be access control. Unfortunally I have to put this to work in this machine, without loose anything. I tested the same files in a machine with Ubuntu and all works fine. SELinux is disabled. I updated the

[JBoss-user] [Installation, Configuration Deployment] - Could not restore ejb timers exception occured to JBossDukes

2006-07-05 Thread zhangjboss
anybody can tell me where this problem lies in? thanks a lot. 2006-07-05 14:36:16,629 DEBUG [org.jboss.ejb.plugins.EntityInstancePool] Starting jboss.j2ee:jndiName=local/[EMAIL PROTECTED],plugin=pool,service=EJB 2006-07-05 14:36:16,629 DEBUG [org.jboss.ejb.plugins.EntityInstancePool] Started

[JBoss-user] [Installation, Configuration Deployment] - EJB 3.0 Somehow I broke my code: Remote not found

2006-07-05 Thread aron-smith
I had this working but something I changed broke it... I am running JBoss in one session and have deployed my bean 02:17:44,363 INFO [EJBContainer] STARTED EJB: com.patient.ejb.MyBean ejbName: MyBean 02:17:44,363 INFO [EJB3Deployer] Deployed: file:/C:/Program

[JBoss-user] [Installation, Configuration Deployment] - Re: 2 server in jboss ?

2006-07-05 Thread Matrix1234
does this JNDI service works in a different port number than http ? can you pleas tell me ? I have a guess, JNDI server port :8081 HTTP server port:8080 is it correct ? please , tell me if i am wrong ? otherwise tell me the procedure how do i know the port numbers for 2 servers ? thanks

[JBoss-user] [Installation, Configuration Deployment] - Re: 2 server in jboss ?

2006-07-05 Thread jaikiran
JNDI service listens on port 1099. Have a look at : http://wiki.jboss.org/wiki/Wiki.jsp?page=ConfiguringTheJNDINamingServiceInConfjbossSystem.xml View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3955492#3955492 Reply to the post :

[JBoss-user] [Installation, Configuration Deployment] - JBoss portal Login problem!

2006-07-05 Thread Ramaze
When i tried to login(for the first time) using the default account ie. user/user or admin/admin it is showing that the page cannot be found! I created a new user but i was not able login using that account ! .Is any configurations should be done? Regards, Ramesh View the original post :

[JBoss-user] [Installation, Configuration Deployment] - How to make one web application use its own Log4j configurat

2006-07-05 Thread pxpwxj
Jboss itself use log4j for logging.All j2ee applictions deployed under it share the same Log4j configuration and output their log to the same file.It's very unconvenient to monitor some application.If there are serveral busy j2ee applications deployed under one jboss server,it become difficult

[JBoss-user] [Installation, Configuration Deployment] - Re: How to make one web application use its own Log4j config

2006-07-05 Thread pxpwxj
Thanks for any direction. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=394#394 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=394 Using Tomcat but need to do more? Need to support web services, security? Get

[JBoss-user] [Installation, Configuration Deployment] - Re: How to make one web application use its own Log4j config

2006-07-05 Thread jaikiran
anonymous wrote : i can not get any clue from it's documentation Have you read this doc: http://www.jboss.org/wiki/Wiki.jsp?page=Logging View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=396#396 Reply to the post :

[JBoss-user] [Installation, Configuration Deployment] - Re: How Do Install jboss-4.0.4.GA On Redhat ES 4 ?

2006-07-05 Thread [EMAIL PROTECTED]
You will need a more capable java the gcj. http://java.sun.com/javase/downloads/index.jsp View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3955578#3955578 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3955578 Using Tomcat

[JBoss-user] [Installation, Configuration Deployment] - can I have multiple HA Singletons?

2006-07-05 Thread kboyes
For our application deployment we're adding the following to the jboss-service.xml file in the URLDeploymentScanner mbean: deploy/, ../../../../../myapps/jboss/ We do this so that we don't have to copy/war files all the time. This is only used for development. We

[JBoss-user] [Installation, Configuration Deployment] - deployment exceptions in jboss4.0.4 while none in jboss3.0.8

2006-07-04 Thread zhangjboss
13:46:21,737 DEBUG [MainDeployer] Done with create step of deploying myapp.ear 13:46:21,737 DEBUG [MainDeployer] Begin deployment start file:/D:/jboss-4.0.4.GA/server/default/deploy/myapp.ear 13:46:21,737 DEBUG [MainDeployer] Begin deployment start

[JBoss-user] [Installation, Configuration Deployment] - Re: deployment exceptions in jboss4.0.4 while none in jboss3

2006-07-04 Thread zhangjboss
i dont know why these exceptions come up as follows while none in jboss3.0. anyone can help me ? 13:46:21,737 DEBUG [BaseLocalProxyFactory] MyEjb cannot be Bound, doesn't have local and local home interfaces 13:46:21,753 ERROR [STDERR] java.lang.NoSuchMethodException:

[JBoss-user] [Installation, Configuration Deployment] - configure logging for Toplink deployment

2006-07-03 Thread adik
Hi, I wanted to know if there is any way that I can configure logging (log4j) that will show me the logging for toplink deploy - if its connects to the DB and doing all the stuff... Now all I see is that it's deployed- without any details. Maybe there is some place that shows it but I can't

[JBoss-user] [Installation, Configuration Deployment] - Re: configure logging for Toplink deployment

2006-07-03 Thread zhangjboss
maybe u can find some help at the jboss_home/server/default/conf/log4j.xml View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3954964#3954964 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3954964 Using Tomcat but need to do

[JBoss-user] [Installation, Configuration Deployment] - Bind Exception at startup

2006-07-03 Thread jaleyba
I need to run two different JBoss AS in my Linux server. I've one running well but when I try to run second one I get the message: | 09:36:15,263 INFO [A] Bound to JNDI name: queue/A | 09:36:15,313 INFO [B] Bound to JNDI name: queue/B | 09:36:15,315 INFO [C] Bound to JNDI name:

[JBoss-user] [Installation, Configuration Deployment] - Re: JBoss installation problem in ubuntu??

2006-07-03 Thread AlliumPorrum
After a loo-oong time of reading documentation and surfing web, I think that the problem has something to do with the fact that I'm running the installation from the console, but the installation set seems to need GUI. I'm I wrong or not? So now the question is: how can I install JBoss 4.0.4

[JBoss-user] [Installation, Configuration Deployment] - Re: Bind Exception at startup

2006-07-03 Thread jaikiran
Have a look at: http://wiki.jboss.org/wiki/Wiki.jsp?page=ConfiguringMultipleJBossInstancesOnOneMachine View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3954970#3954970 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3954970

[JBoss-user] [Installation, Configuration Deployment] - conf/jboss-service.xml setting to deploy as HA singleton?

2006-07-03 Thread gmatthews
Hi all, I'd like how you can set the 'URLs' attribute in conf/jboss-service.xml to configure which directories should be scanned for deployable components. Is there a 'HA-URLs' or similar attribute? As far as I understand it, you need to manually drop deployable components into the

[JBoss-user] [Installation, Configuration Deployment] - Re: JBoss installation problem in ubuntu??

2006-07-03 Thread visolvejboss
Hello, JBoss 4.0.4 can be installed by two ways. 1.Installation using installer.jar file by jboss-4.0.4.GA-Patch1-installer.jar. 2.Simply extract the binary jboss-4.0.4.GA.zip file. For your First mail regarding installation using JAR package, anonymous wrote : No X11

[JBoss-user] [Installation, Configuration Deployment] - Re: Bind Exception at startup

2006-07-03 Thread jaleyba
jaikiran wrote : Have a look at: | | http://wiki.jboss.org/wiki/Wiki.jsp?page=ConfiguringMultipleJBossInstancesOnOneMachine | | Bind problem solved. Thank you ! Now I want to know how to avoid JBoss start services I don't want like MQ. Thanks in advance J View the original

[JBoss-user] [Installation, Configuration Deployment] - Re: Bind Exception at startup

2006-07-03 Thread jaikiran
Have a look at the Slimming section at: http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossASTuningSliming Under this section, you will find: When not using JBossMQ (our JMS server) section View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3955000#3955000 Reply to

[JBoss-user] [Installation, Configuration Deployment] - Re: configure logging for Toplink deployment

2006-07-03 Thread adik
I already looked and I couldn't see where axactly I can set it View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3955011#3955011 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3955011 Using Tomcat but need to do more? Need to

[JBoss-user] [Installation, Configuration Deployment] - Re: 2 server in jboss ?

2006-07-03 Thread visolvejboss
Hello, JNDI server is running as a service inside the JBoss Application server. You can get more information regarding JBoss Naming Service is available at http://www.samspublishing.com/articles/article.asp?p=28281rl=1 View the original post :

[JBoss-user] [Installation, Configuration Deployment] - Using a newer version of JGroups (2.2.9 or higher)

2006-07-03 Thread andydale
Hi, A database driver i am trying to use (ha-jdbc) requires a version of JGroups 2.2.9 or higher, because it needs to use the JmxConfigurator. I am still trying to figure out the best way to do this, so far i have currently tried the following: 1.Putting the jgroups.jar file that ships with

[JBoss-user] [Installation, Configuration Deployment] - Problem while Sending and Receiving Large Object in JMSQueue

2006-07-03 Thread namitak
Hello, Can anyone help me out on this problem ? 20:10:28,457 WARN [SpyMessageConsumer] Message consumer closing due to error in listening thread. org.jboss.mq.SpyJMSException: Could not load message : 4 msg=3 soft STORED PERSISTENT queue=QUEUE.A priority=4 lateClone=false hashCode=12445108; -

[JBoss-user] [Installation, Configuration Deployment] - please help me with this error!

2006-07-03 Thread kbird
i use jbose ide with jboss 4.0.1. i use jdk 5.0.6 version i repeatedly get this error while i try to run my pages(jsp/servlets) i was able to build it successfully, but could not get it run Somebody please help me to get overthis ERROR [Engine] - Root Cause -

[JBoss-user] [Installation, Configuration Deployment] - Re: configure logging for Toplink deployment

2006-07-03 Thread zhangjboss
see http://wiki.jboss.org/wiki/Wiki.jsp?page=Logging View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3955151#3955151 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3955151 Using Tomcat but need to do more? Need to support

[JBoss-user] [Installation, Configuration Deployment] - Tomcat NPE on jboss startup 4.03.SP1

2006-07-02 Thread [EMAIL PROTECTED]
Getting occasional NPE immediately after jboss startup, any idea what's causing this ? 2006-04-03 08:56:02,687 INFO {main} [org.jboss.system.server.Server] (ServerImpl.java:475) JBoss (MX MicroKernel) [4.0.3SP1 (build: CVSTag=JBoss_4_0_3_SP1 date=200510231751)] Started in 7m:6s:516ms 2006-04-03

[JBoss-user] [Installation, Configuration Deployment] - JBoss installation problem in ubuntu??

2006-07-02 Thread AlliumPorrum
I try to install JBoss from the JAR package in Ubuntu 6.06, but I always get this kind of error message: PackageListener, install.log=/home/jasurakk/Desktop/Download/install.log - Error - java.awt.HeadlessException: No X11 DISPLAY variable was set, but this program performed an operation which

[JBoss-user] [Installation, Configuration Deployment] - 2 server in jboss ?

2006-07-02 Thread Matrix1234
in my book i found A jndi.properties file in this directory enables the examples programs to find and connect to Jboss's JNDI server please see the statement Jboss's JNDI server. do they want to say, JBoss has 2 server. 1. Jboss server 2. Jboss's JNDI server so Jboss has 2 server

[JBoss-user] [Installation, Configuration Deployment] - Re: XPath creation failed in JBoss 4.0.3

2006-07-02 Thread eqbridges
Scott, Please not that this workaround you suggest causes a Class Not Found error, since there's a needed class in the earlier Xalan jar that is missing in the newer one. Can you advise on a different fix? Thanks 2006-07-02 17:51:32,077 WARN [org.jboss.system.ServiceController] Problem

[JBoss-user] [Installation, Configuration Deployment] - Re: Change running properties

2006-07-02 Thread javidjamae
I don't think that the SystemPropertiesService scans more than once (when the app server starts). I think what Scott is trying to say is that you can write your own code to rescan these files on an interval to see if they have been updated. You might consider trying to extend the service class

[JBoss-user] [Installation, Configuration Deployment] - problems when upgrade from jboss3.0.8 to jbosss4.0.4

2006-07-02 Thread zhangjboss
my ejb application app.ear is running well in jboss3.0 but throws many exception when deployed in jboss4.0. The exception is as following: 2006-07-03 09:19:35,755 DEBUG [org.jboss.ejb.plugins.local.BaseLocalProxyFactory]MyPrinciple cannot be Bound, doesn't have local and local home interfaces

[JBoss-user] [Installation, Configuration Deployment] - Re: Shutting down a JBoss instance ...

2006-07-01 Thread jaikiran
This might help: http://www.jboss.com/index.html?module=bbop=viewtopict=59029 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3954791#3954791 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3954791 Using Tomcat but need to

[JBoss-user] [Installation, Configuration Deployment] - High Performance JBoss Webapplication Experiences?

2006-06-30 Thread devchris
Hi everyone, we want to use JBoss and MySQL to develop a high availability web-portal. Response-time per webpage should be 500 ms. Maybe 500.000 Visitors will access per Day. Are there any experiences with such high availability web-portals? Which JBoss configuration or Hardware is

[JBoss-user] [Installation, Configuration Deployment] - Shutting down a JBoss instance ...

2006-06-30 Thread sylobsa
Hi all, I started 2 JBoss instances on a server. To start each instance I type : run.sh -c config1 and run.sh -c config2 Now I'd like to shut down one of these instances. I didn't see how to shut down a single instance anywhere. The usual command is something like :

[JBoss-user] [Installation, Configuration Deployment] - Virtual Directory

2006-06-30 Thread awhitford
We are trying to migrate to JBoss 4.0.4 GA (from another app server). One of the issues that we can't seem to get to work to our satisfaction is virtual directories. For WebLogic, there is the virtual-directory-mapping element in weblogic.xml like:virtual-directory-mapping |

[JBoss-user] [Installation, Configuration Deployment] - Problem while deploying JBoss Seam on Tomcat 5.5.17

2006-06-29 Thread kapilkashyap
Hi, This is Kapil Kashyap. Well, I have tried to deploy the JBoss Seam examples on Tomcat but was getting the below Exceptions. type Exception report message description The server encountered an internal error () that prevented it from fulfilling this request. exception

[JBoss-user] [Installation, Configuration Deployment] - Re: Does JBoss 4.0 support EJB 1.1 in conjunction with CMP 1

2006-06-29 Thread albertogiantin
Hi all, I've the same problem of davidnia. I wrote my jaws.xml and put it in META-INF directory on my jar file, as described here : http://www.mywelt.net/?q=node/2003 It seems that jboss does not care about my jaws.xml and standardjaws.xml. I tried to write jbosscmp-jdbc.xml for my ejb 1.1

[JBoss-user] [Installation, Configuration Deployment] - EJB Deployment problem.

2006-06-29 Thread Chris Miles
Sorry to post in here. hope it is ok as I have not recieved an answer in the beginners section. The code for my EJB and xml files are in this thread http://www.jboss.com/index.html?module=bbop=viewtopict=85735 I am getting the following error from the server console output. It is pointing to

[JBoss-user] [Installation, Configuration Deployment] - HttpInvokerHA - disappeared?

2006-06-29 Thread mikeattibco
I am using JBoss 4.0.4 patch1. When I try to invoke the HttpInvokerHA MBean in jboss-service.xml: mbean code=org.jboss.invocation.http.server.HttpInvokerHA | name=jboss:service=invoker,type=httpHA | !-- Use a URL of the form http://hostname:8080/invoker/EJBInvokerHAServlet |

[JBoss-user] [Installation, Configuration Deployment] - Re: HttpInvokerHA - disappeared?

2006-06-29 Thread [EMAIL PROTECTED]
HttpInvokerHA is in /server/all/lib/jbossha.jar. You need to be running all config to have clustering services. If you use installer, select either all or ejb3-clustered profile. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3954480#3954480 Reply to the post

[JBoss-user] [Installation, Configuration Deployment] - Running JNI Code Inside Jboss

2006-06-29 Thread kanjilal
Hello Everyone: I've written a J2EE App composed of a rich ui written in flex that makes a jni call into some dll's. I have a war file that I am using to do this, however I keep getting an Unsatisfied Link Error in the jboss logs pertaining to a native method, are there specific directories

[JBoss-user] [Installation, Configuration Deployment] - Hot Remove - How can one remove active WAR files?

2006-06-29 Thread rickerp
Hello everyone, I'm in a bit of a dilemma here with my company. We are using cruise control for automated nightly builds. However I am experiencing issues in trying to figure out how to clean the active WAR file for our web application, which JBoss is using, by essentially deleting it and

[JBoss-user] [Installation, Configuration Deployment] - Re: Running JNI Code Inside Jboss

2006-06-29 Thread kanjilal
I wanted to mention one other thing, I have placed the dll's in directories that are on the java.library.path , however it seems they are somehow still not getting loaded. Thanks View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3954513#3954513 Reply to the

[JBoss-user] [Installation, Configuration Deployment] - Re: Help me in Deploying the Jboss 4.0.4

2006-06-28 Thread jaikiran
anonymous wrote : where to place my application in order to deploy the application Place your application in the %JBOSS_HOME%/server/default/deploy directory. When the server will be started, it will be picked automatically. anonymous wrote : to my surprise i could not find the bin folder How

[JBoss-user] [Installation, Configuration Deployment] - Re: jboss and log4j configuartion

2006-06-28 Thread jaikiran
The contents of the log4j.xml, in your post above, are distorted. Enclose the contents in a code block(using the Code button above) and post it again. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3953886#3953886 Reply to the post :

[JBoss-user] [Installation, Configuration Deployment] - getting

2006-06-28 Thread camunda
Hi! We hava a JBoss 4.0.4 GA Patch1 running on a Gentoo Linux server. Now we get this Warning from time to time: | 2006-06-28 09:30:18,947 WARN [org.apache.jk.core.MsgContext] Error sending end packet | java.net.SocketException: Broken pipe | at

[JBoss-user] [Installation, Configuration Deployment] - Re: JBOSS Shutting down automatically while being scan by Po

2006-06-28 Thread tonyLeung
I`ve tried to remove jmx-console.war from deploy folder and then run jboss again and scan it with port scan program(such as MaxPatrol) and jboss running well now. Is there any problem with htmlAdaptor.class at jmx-console.war? I guess that htmlAdaptor.class makes many error message at console

[JBoss-user] [Installation, Configuration Deployment] - Re: Minimum system requirements??

2006-06-28 Thread AlliumPorrum
anonymous wrote : JBoss is quite lightweight and you can slim it down further if needed. What do you exactly mean with this? How can I slim it down to work in some older computer?? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3953929#3953929 Reply to the

[JBoss-user] [Installation, Configuration Deployment] - Cannot create MBeanServer Eror

2006-06-28 Thread hemantrk1612
Hi ! I am new to jboss. I have just installed jboss on windows 2000 server. with jdk 1.5.0. I can not start the jboss. It gives cannot create MBeanServer runtime exception. full boot log is 16:02:40,374 INFO [Server] Server Home Dir: C:\jboss-4.0.3SP1\server\default 16:02:40,374 INFO

[JBoss-user] [Installation, Configuration Deployment] - security.properties FileNotFoundException

2006-06-28 Thread deepak_srivastav
We moved from jboss 3.2.6 to 4.0.4 But when we executed the junit test cases , we get the following exception java.io.FileNotFoundException: D:\PBVM2\Source Code\build\config\security.properties (The system cannot find the path specified) at java.io.FileInputStream.open(Native Method)

[JBoss-user] [Installation, Configuration Deployment] - Re: Scheduler and fixed intervals

2006-06-28 Thread apinto
Sorry, bump! This problem is really troubling us, because we can't do the job with the Scheduler MBean... Does anyone have an idea? Thanks! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3954046#3954046 Reply to the post :

[JBoss-user] [Installation, Configuration Deployment] - Re: install web-console after the fact?

2006-06-28 Thread boby
it lacks this file : server/default/lib/jboss-management.jar View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3954053#3954053 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3954053 Using Tomcat but need to do more? Need to

[JBoss-user] [Installation, Configuration Deployment] - Re: install web-console after the fact?

2006-06-28 Thread [EMAIL PROTECTED]
You are right. Installer 1.2.0BETA1 has a fix for this issue: http://labs.jboss.com/portal/jemsinstaller/downloads View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3954109#3954109 Reply to the post :

[JBoss-user] [Installation, Configuration Deployment] - Help needed please

2006-06-28 Thread gotiya
I have installed jboss3.0 on windows XP. I had a windows 2000 machine installed with jboss3.0 in which my EAR file worked very well. However, after installing jboss on win XP if get the following errors. sorry for posting the entire server log, but i could not think of anything else.

[JBoss-user] [Installation, Configuration Deployment] - Re: Change running properties

2006-06-28 Thread [EMAIL PROTECTED]
Reread the file. jboss is not preventing you from picking up runtime changes. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3954130#3954130 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3954130 Using Tomcat but need to do

[JBoss-user] [Installation, Configuration Deployment] - Re: Change running properties

2006-06-28 Thread brian.lucas
Thanks for your reply and I hope you will forgive my ignorance on the inner workings of JBOSS. But how do I reread the file once JBOSS is going? Is there some command I can send to it while it's running to do that? View the original post :

[JBoss-user] [Installation, Configuration Deployment] - Synchronous/programatic EAR deployment

2006-06-28 Thread danpat
Hi all, I'm trying to detect if the deployment of my EAR file has succeeded from within a script. We have lots of tricky JNDI wiring that needs to be done, and it often goes wrong, so I want my ant deploy script to fail if the EAR fails to deploy cleanly. Most people seem to be using the

[JBoss-user] [Installation, Configuration Deployment] - How to access Jboss AS application through URL without speci

2006-06-28 Thread xijia_chen
Greeting... I am running Jboss AS application on Linux. I try to find some way to configure the Jboss AS and/or domain on linux so that a user may access the Jboss AS application through URL without specifying the port number (i.e. http://www.mydomain.com, not http:/www.mydomain.com:8080).

[JBoss-user] [Installation, Configuration Deployment] - Re: How to access Jboss AS through URL without specifying po

2006-06-28 Thread xijia_chen
I just tried an port forwarding approach. it works for me. run one linux command as root to forward port 443 - 8443 , /sbin/iptables -t nat -A PREROUTING -p tcp --dport 443 -d 192.168.x.x -j DNAT --to 192.168.x.x:8443 The credit goes to

[JBoss-user] [Installation, Configuration Deployment] - Re: JBOSS Shutting down automatically while being scan by Po

2006-06-28 Thread tonyLeung
Secure the jmx console and invocation paths via the installer or manually. http://wiki.jboss.org/wiki/Wiki.jsp?page=SecureTheJmxConsole Thanx a lot to Scott M Starks for helping.. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3954222#3954222 Reply to the

[JBoss-user] [Installation, Configuration Deployment] - Re: Configuring DataSource (MYSQL 4.X) in struts-config.xml

2006-06-27 Thread ramaka
we placed the mysql-connector-jar in the following lib folders %JBOSS_HOME%\lib %JBOSS_HOME%\server\default\lib %JBOSS_HOME%\server\default\deploy\web-app\WEB-INF\lib %JBOSS_HOME%\server\all\lib %JBOSS_HOME%\server\minimal\lib Are we missing anything. plz let me know Thanks in Advance, Rama

  1   2   3   4   5   6   7   8   9   10   >