[jboss-user] [Installation, Configuration DEPLOYMENT] - Jboss install on Solaris

2009-01-28 Thread Tazz786
Hi

Would someone please send me documentation as to how to install JBoss on a 
Solaris machine and how to deploy an ear file.

Thanking you
Tasneem

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

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


[jboss-user] [Installation, Configuration DEPLOYMENT] - Jboss install on Solaris

2009-01-28 Thread Tazz786
Hi

Would someone please send me documentation as to how to install JBoss on a 
Solaris machine and how to deploy an ear file.

Thanking you
Tasneem

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

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


[jboss-user] [Installation, Configuration DEPLOYMENT] - Jboss install as service is successful, but no service is st

2008-12-04 Thread mtozserCLV
I have a Jboss 4.0.5 installed on Vista (using jdk1.6).  We use port 8016.
I downloaded Jboss Native and moved the service and the jbosssvc exe files 
under the %JBOSS_HOME%\bin.
On the command line ran: service.bat install.  
According to the message the install was successful.

However when I tried to start up the service:
net start JBAS5SVC 

I could not. The service name is invalid.  I cant' find any logs.

Any suggestions?

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

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


[jboss-user] [Installation, Configuration Deployment] - Jboss install

2007-04-11 Thread jgayathri
I have downloaded ant1.6, and tried to build Jbossas from the source 
jboss-4.0.5.GA-src.tar.gz, i am using RHEL4, Jdk path in etc/profile
#java
JAVA_HOME= /usr/java/jdk1.5.0_11
PATH=/usr/java/jdk1.5.0_11/bin:$PATH
CLASSPATH=/usr/java/jdk1.5.0_11/lib:$CLASSPATH
#ANT1.6
ANT_HOME=/home/servers/java/apache-ant-1.6.0
PATH=/home/servers/java/apache-ant-1.6.0/bin:$PATH


i run this command ant -buildfile build.xml
when i am building i got this problem


init:

compile-idl:
   [jacidl] scan file: 
/home/servers/java/jboss-4.0.5.GA-src/iiop/src/idl/SASCurrent.idl
   [jacidl] scan file: 
/home/servers/java/jboss-4.0.5.GA-src/iiop/src/idl/TransactionService.idl
   [jacidl] processing idl file: 
/home/servers/java/jboss-4.0.5.GA-src/iiop/src/idl/SASCurrent.idl
   [jacidl] processing idl file: 
/home/servers/java/jboss-4.0.5.GA-src/iiop/src/idl/TransactionService.idl

compile-classes:

compile-rmi:
 [rmic] RMI Compiling 1 class to 
/home/servers/java/jboss-4.0.5.GA-src/iiop/output/classes
 [rmic] IIOP has been turned on.
java.lang.UnsatisfiedLinkError: hasStaticInitializer
at 
com.sun.corba.ee.internal.io.ObjectStreamClass.hasStaticInitializer(Native 
Method)
at 
com.sun.corba.ee.internal.io.ObjectStreamClass._computeSerialVersionUID(ObjectStreamClass.java:943)
at 
com.sun.corba.ee.internal.io.ObjectStreamClass.(ObjectStreamClass.java:459)
at 
com.sun.corba.ee.internal.io.ObjectStreamClass.lookupInternal(ObjectStreamClass.java:139)
at 
com.sun.corba.ee.internal.io.ObjectStreamClass.lookup(ObjectStreamClass.java:96)
at 
com.sun.corba.ee.internal.io.ObjectStreamClass.lookupInternal(ObjectStreamClass.java:133)
at 
com.sun.corba.ee.internal.io.ObjectStreamClass.lookup(ObjectStreamClass.java:96)
at 
com.sun.corba.ee.internal.io.ObjectStreamClass.getSerialVersionUID(ObjectStreamClass.java:159)
at com.sun.corba.ee.internal.util.RepositoryId.(RepositoryId.java:150)
at sun.rmi.rmic.iiop.IDLNames.convertToISOLatin1(IDLNames.java:139)
at 
sun.rmi.rmic.iiop.IDLNames.getClassOrInterfaceName(IDLNames.java:233)at 
sun.rmi.rmic.iiop.CompoundType.(CompoundType.java:644)
at sun.rmi.rmic.iiop.InterfaceType.(InterfaceType.java:104)
at sun.rmi.rmic.iiop.RemoteType.(RemoteType.java:115)
at sun.rmi.rmic.iiop.RemoteType.forRemote(RemoteType.java:79)
at sun.rmi.rmic.iiop.StubGenerator.getTopType(StubGenerator.java:119)
at sun.rmi.rmic.iiop.Generator.generate(Generator.java:262)
at sun.rmi.rmic.Main.doCompile(Main.java:526)
at sun.rmi.rmic.Main.compile(Main.java:133)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.apache.tools.ant.taskdefs.rmic.SunRmic.execute(SunRmic.java:91)
at org.apache.tools.ant.taskdefs.Rmic.execute(Rmic.java:520)
at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:306)
at org.apache.tools.ant.Task.perform(Task.java:401)
at org.apache.tools.ant.Target.execute(Target.java:338)
at org.apache.tools.ant.Target.performTasks(Target.java:365)
at org.apache.tools.ant.Project.executeTarget(Project.java:1237)
at 
org.jboss.tools.buildmagic.task.CallTarget.execute(CallTarget.java:141)
at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:306)
at org.apache.tools.ant.Task.perform(Task.java:401)
at org.apache.tools.ant.Target.execute(Target.java:338)
at org.apache.tools.ant.Target.performTasks(Target.java:365)
at org.apache.tools.ant.Project.executeTarget(Project.java:1237)
at org.jboss.tools.buildmagic.task.Ant.execute(Ant.java:261)
at 
org.jboss.tools.buildmagic.task.module.ExecuteModules$1.run(ExecuteModules.java:361)
at 
org.jboss.tools.buildmagic.task.module.ExecuteModules.executeModule(ExecuteModules.java:376)
at 
org.jboss.tools.buildmagic.task.module.ExecuteModules.execute(ExecuteModules.java:241)
at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:306)
at org.apache.tools.ant.Task.perform(Task.java:401)
at org.apache.tools.ant.Target.execute(Target.java:338)
at org.apache.tools.ant.Target.performTasks(Target.java:365)
at org.apache.tools.ant.Project.executeTarget(Project.java:1237)
at org.apache.tools.ant.Project.executeTargets(Project.java:1094)
at org.apache.tools.ant.Main.runBuild(Main.java:669)
at org.apache.tools.ant.Main.startAnt(Main.java:220)
at org.apache.tools.ant.launch.Launcher.run(Launcher.java:215)
at org.apache.tools.ant.launch.Launcher.main(Launcher.java:90)
 [rmic] error: An error has occurred in the compiler; please 

[jboss-user] [Installation, Configuration Deployment] - JBOSS install probs, on server w/o X11

2006-08-06 Thread mdholloway
Hello everyone... I have been beating my head against this for a while now and 
am looking for some help. I am trying to create an application server for home 
development projects. I am pretty new to linux, and JBOSS.

I have installed Ubuntu Server 6.06 (LAMP Server), Java 1.5, and am now trying 
to install JBOSS Application server. The problem is that it requires a GUI for 
installation. I am now trying to fight through the X11 forwarding issues to get 
this installed. I think I am getting closer. X11 fowarding is enabled in my 
sshd_config. Here is what I have added to my profile:

export JAVA_HOME=/usr/lib/jdk
export PATH=$JAVA_HOME/bin:$PATH
export DISPLAY=192.168.0.3:0   (this is my windows box)

and here is my current error:
[EMAIL PROTECTED]:~$ java -jar jboss-4.0.4.GA-Patch1-installer.jar
Exception in thread main java.lang.UnsatisfiedLinkError: 
/usr/lib/jdk1.5.0_07/jre/lib/i386/xawt/libmawt.so: libXext.so.6: cannot open 
shared object file: No such file or directory
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary0(ClassLoader.jav a:1751)
at java.lang.ClassLoader.loadLibrary(ClassLoader.java :1647)
at java.lang.Runtime.load0(Runtime.java:769)
at java.lang.System.load(System.java:967)
...

This file does not exist: libXext.so

and now I am starting to wonder if I have been going down the wrong path... I 
am using putty to connect from an XP machine. Here is part of the log file on 
login:
2006-08-06 10:10:01 Access granted
2006-08-06 10:10:01 Opened channel for session
2006-08-06 10:10:01 Requesting X11 forwarding
2006-08-06 10:10:01 Remote debug message: No xauth program; cannot forward with 
spoofing.
2006-08-06 10:10:01 X11 forwarding refused
2006-08-06 10:10:01 Allocated pty (ospeed 38400bps, ispeed 38400bps)
2006-08-06 10:10:02 Started a shell/command
I have X11 forwarding enabled and have tried both of the protocols..  Any ideas 
on where I can get the above SO, or what packages I need to install for Ubuntu?

If anyone can give me some advice I would greatly appreciate it...

Thanks, Mike
Reply With Quote

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

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