which jboss application server works with netbeans 6.91.? - jboss

I am trying to add a jboss server in netbeans 6.9.1
I tried,
openlogic-jboss-5.1.0.GA-all-bin-1
jboss-as-distribution-6.1.0.Final
jboss-as-distribution-6.0.0.20100721-M4-src
jboss-5.1.0.GA-src.tar
but it gives the same error select valid jboss application server 4 or 5
can anybody please give me a link with exact verson of it.
I need to specify the path to the folder of the server only or do i need to do anything else?
please explain in brief.
Thank you.
your answer is appreciated.

I got the solution. I am not deleting this question because anybody with such query can get help from it.
refer this link
http://www.paulomotta.pro.br/2011/05/14/netbeans-6-9-jboss-6-support-to-use-icefaces-2-0
download the code specified at the end of the block and put the files in the specified location.

Related

T24 cannot find a class after install, need more configuration?

I am quite new to TEMENOS t24, as this is my first install of the application. Sorry if this is too basic, but I am rather lost here, so please bear with me and help me out if you can:
After completing the install of Model Bank on my test server, I get the following error after trying to run the tRun EX command from console:
Cannot find 'EX' (class : 'com.temenos.t24.EX_cl')
The TAFJ installer gave no error whatsoever, and I double-checked all the directories and files copied from TAFJ_HOME to my T24_HOME, and they appear to be the same, same file and folders size and same number of files and folders as well, so it doesn't seem to be anything "missing" from my installation.
Could it be a configuration issue? Is there another path or tafj.properties entry that I could be missing? btw, it's a Windows install that I am trying here, if that helps.
Thanks in advance for any help you can provide in order for me to finish this install.
EX is a T24 program which is the entry point to login to T24.
tShow EX - This commnad should show you the java class path for this Program.
If not, Please make sure if you have the proper classpath setup in tafj.properties
temn.tafj.directory.precompile=/../../T24/T24lib
I fixed this issue by copying complete t24lib jars , issue was coming because earlier few jars were not copied properly and size was showing 0 kb.

How do I setup Weblogic as one of my Servers in Netbeans

I downloaded the Weblogic .zip file from the oracle's server but when I am trying to add the server to my Netbeans it gives an error that says "The entered installation directory is not properly structured."
I have also attached a screenshot to show it, can you please help me with the issue. I tried to find a solution online but there is nothing that actually solves my problem. For e.g someone said to update the IDE, so that didn't help.
This is a problem permission: https://community.oracle.com/thread/2582875
Just make sure that the user that is running netbeans has the same permissions on weblogic directory.
I'm guessing here, but you probably unpack the zip file but didn't run "configure.sh" to finish the WebLogic configuration.
Run ./configure.sh inside of your WebLogic folder and then try it again.
in netbeans for "Server Location" you should put MW_HOME\wlserver_10.3
presuming that you use "Domain Registration Type" Local Domain
then click Next, and netbeans will detect in Instance Properties
Domain like MW_HOME\user_projects\domains\sw_domain
just enter Username/Password and click Finish
The server location is:
*/Oracle/Middleware/Oracle_Home/user_projects/domains/base_domain

How to fix Malformed help URL while opening ACC ATG?

I'm using jboss + mysql for running ATG. I'm trying to open Admin Control Center through dyn/admin. However, I'm getting malformed help URL before I get login form. Once I logged in, I'm getting multiple alerts of same exception but with different help ids.
Did any one face this issue and found a workaround?
This issue has been observed because of not having protocol.jar in classpath while starting jboss server. You can follow this workaround to fix the issue.
Copy %DYNAMO_HOME%/DAS/lib/protocol.jar to C:\lib or any folder that is easily accessible to you.
Open Standalone.conf.bat
and add following line in the file.
set "JAVA_OPTS=%JAVA_OPTS% -Djava.endorsed.dirs=C:\lib"
Open the Jboss server after the above update is done. The error will be resolved.
Weblogic:
Copy the protocol.jar form DAS\lib to your domain lib folder and restart weblogic.
Ex: C:\Oracle\Middleware\user_projects\domains\base_domain\lib

Problems with Zend

I have downloaded and installed Zend Server community edition. I am on a mac.
I have tried to changed the path in
/usr/local/zend/apache2/conf/httpd.conf
so that it pointed at a test file in my documents folder. However, when I type
http://localhost:10081/test.php
into my browser, I just get 404- page not found.
Any suggestions? I am new to web stuff and don't really know what I'm doing wrong.
You can find step by step directions for setting up your local environment on a mac:
http://www.cmiwebstudio.com/blog/zend-server-ce-for-mac-osx-10-lion/
and some other posts that may also help here:
http://www.cmiwebstudio.com/blog/tag/zend-server-ce/

Netbeans Resolve missing server

I've encountered a problem with my Netbeans 6.1 IDE.
After an unsuccessful update, Netbeans stopped recognizing Apache and Glassfish servers and requested me to resolve a missing server error, after which I opened a window to add a server, except there were none listed. Trying to add servers in the list yields no results as there isn't even a single server type to be chosen.
Reinstalling Netbeans didn't fix the problem. Does anyone have any idea how to fix this?
When you reinstalled did you manually delete the "C:\Documents and Settings\omuhammed.netbeans" directory? apart from deleting the folder in "Program Files"? before reinstalling? This usually works for me.
After reinstaling i didn`t done that, and the result was the same. More people had complains about this but i found no direct answer. I have done it the "hard" way and downloaded 6.5 version and everything is ok after instalation.
The same thing happened with me also. As I opened one project which was created by some other user. But here it says, server is missing and I need to resolve it. When select Resolve server missing problem, window with blank list of servers is shown. When I opened 'Server Manager' window, there it is showing Bundled Tomcat. but there is noway to add the same server to the required project. At the same time, some projects, created in the same machine is running properly.
I could not see any proper reason and solution for the problem even in the net resources also.
any and all suggestion are highly appreciated.
Sajan
After uninstalled the netbeans, then i delete the "C:\Documents and Settings.netbeans", "C:\Documents and Settings.nbi", "C:\Documents and Settings.netbeans-derby", and "C:\Documents and Settings.netbeans-registration" directories. After that i reinstall the netbeans. It works! Thank you omer mohammed!
Right click your project and next click resolve missing server. Open dialog box so you will add server in current glash fish server next solve your problem.
While installing select customize button. Select only tomcat, un-check glass fish and then proceed installation. It will work like charm.