2283 byte By
shay_te at 2007-11-26 8:31:41
i am using SUN Application serverand using Deployment tooli created 2 classand a new web services server project ...when i am tring to depploy my test appliction to the server i am getting this error...(the error is from the server.log ...
I am very new to J2EE Programming.. i had been programming on J2SE all this while.. I downloaded J2EE1.4 and ran the installation . The installation was successful and so i wanted to verify the installtion.. i started the Default Server. But i got this messaage Starting Domain domain1, please ...
987 byte By
Epicuro at 2007-11-26 8:33:51
Hi, I deployed a J2EE application to my Application Server PE 8.2 from Net Beans IDE. Even tough all seemed to be ok, after viewing the server log I found out that the deployment didn't complete successfully because of a timeout error.Since then, after loggin into the Admin Console, I get the ...
898 byte By
Epicuro at 2007-11-26 8:33:53
Hi, I deployed a J2EE application to my Application Server PE 8.2 from Net Beans IDE. Even tough all seemed to be ok, after viewing the server log I found out that the deployment didn't complete successfully because of a timeout error.Since then, after loggin into the Admin Console, I get the ...
Hi I am using Websphere 6 when i try to run translate-dd it gives this message which shows AVK not supports websphere 6 can i include any thing by which i can use it.C:\sun\javke1.4.2\samples\build.xml:91: srcServer = websphere 6 is not one of (sunone65, sjsappserver7, weblogic5, weblogic6, ...
1204 byte By
__Taha__ at 2007-11-26 8:35:07
Hi!I am trying to deploy a cmp-bean that has the following select method defined in its ejb-jar.xml file as...<ejb-ql> SELECT OBJECT(v) FROM TVia AS v, IN (v.tViaSt) AS st WHERE (st.dataInizio < ?4 OR st.dataInizio = ?4) AND (st.dataFine = ?4 OR st.dataFine > ?4 OR st.dataFine IS ...
Running a clean install of Fedora Core 4 on a HP DL360 G4p with two drives in a (hardware) RAID 1+0 configuration I am unable to proceed with App Server installation (same problem with PE v9 or v8.2) due to insufficient disk space. There is clearly enough space (120GB or so)!I read elsewhere ...
1095 byte By
RR1234 at 2007-11-26 8:36:58
I have installed iPlanet Fast Track 4.1 on a Windows 2000 server SP3. I am facing a peculiar problem that the administration server is starting up as designated on port 8888. Apart from this, I have set an instance of another Web Server to run at port 9000. However, this web server instance is ...
When i am trying to start the server............i am getting the following errorplease tell what is the issueCould not start the instance: domain1:admin-serverserver failed to start: abnormal subprocess terminationCould not start the instance: domain1:SDYou dont have permission to access ...
I'm migrating Sun java application server using struts from 8.1 8.2. I created ssecurity realm and added this in the configaration files. But i'm not able to login page that is using j_security_check to authenticate to fileRealm. When the jsp page is submitted I'm getting following ...
I got the following error when I deploy a message-driven bean into AS8.1 server.The queue is the AS8.1 built-in queue. The queue is working fine as I have some JSP's using it to send and receive messages without any problem.Please Help. Many ...
632 byte By
TS777 at 2007-11-26 8:39:39
Hi,When I try to restart the instance I get the below error message:Operation 'stopServerInstance' failed in 'servers' Config Mbean.Target exception message: com.sun.enterprise.admin.servermgmt.InstanceException: Failed to stop server instance name01_instance.CLI137 Command stop-instance ...
434 byte By
shay_te at 2007-11-26 8:39:47
i am new to application servers..and i am developing an application that using seb servicesi am using sun application server 9..i see in the admin web site an connection pool categorythere is a connection pool provided by the application serveror sould i use somthing elsewhat about ...
144 byte By
shay_te at 2007-11-26 8:41:33
i user wsimport to generate the client stubslook like i am missing some fileslike the service port/stub..please help
577 byte By
shay_te at 2007-11-26 8:41:43
i managed to create client stubs from xml configuration file...(i prefer to do that directly from the WSDL file)it's working fine..i am importing the generated stub files to eclipse IDEwhen i like to change the pakage name were the stub files locatedi am getting errorsbecause the stubs files ...
I have 3 applications on App. Server 8.1 (running on JDK 1.5)App-A handles loginApp-B and App-C are functions that are accessible after login is validated.It works fine with App. Server 6.5 (JDK 1.3)But the distributed session cannot be shared in App. Server 8.1 (JDK 1.5)So App-A handles sign ...
We are running a web service on SJAS (Standard Edition). Load testing under 1 or 2 users works alright, but with 5 users making concurrent web service calls it immediately crashes the domain. Has anyone else run into performance issues when using SJAS with Web Services?Are there any ...
527 byte By
shay_te at 2007-11-26 8:42:50
i am using web services and a client that is a swing applicationin the swing application a have jtable...after generationg client stubs a an object for the complex type is createdafter retriving complex object from the serveri need to transfer the data from the complex objectto the object that ...
We are load testing a simple web service running in SJSAS 8.0 Standard. With 1 or 2 users concurrent it seems OK, but once we move up to 5 concurrent users calling the WS, the domain in SJSAS crashes. Does anyone have experience or information regarding the app server and load with web ...
920 byte By
roro_n at 2007-11-26 8:43:51
Hi all, I created a war file from Eclipse and deployed it to Sun One application Server 7. During context initialize I got this:stdout: 19:52:06,424 ERROR [ContextLoader] Context initialization failedstdout: org.springframework.beans.factory.BeanCreationException: stdout: ...
Hi!I have App Server 9 installed on Windows Xp Professional. I tried to deploy very simple EJB module (stateless HelloWorld with only remote interface). First attempt failed with error ClassNotFound exception for class org.jboss.util.id.SerialVersion, next attempts failed with EJB compiler ...
756 byte By
tolunike at 2007-11-26 8:46:48
Hi friends, thank for various suggestions. pls i'm having problem with Sun App Server 8.1 and 8.2. I installed Portal 7 on Red Hat Enterprise Linux 3 and also Sun Portal 6 on Suse Linux 9. The problem is that App server keep giving Login exception after using them for a while. The details is ...
860 byte By
kzakkar at 2007-11-26 8:48:21
Hi everybodyI try to execute some wars included with the J2EE tutorial final version and I follow all the steps in building and deploying the specified wars, some of those wars is a punch of JSP pages and Servlet that make access to database.When I execute any war using the admin console at Sun ...
I build an application withJava 1.5.Framework: Hibernate 3.2 cr2 OS: Window XPTesting Database: Oracle and MySQLThe Application run ok with all Tomcat 5.5 version.But when i try to deploy to Java Application Server 9. (Included all the hibernate required library file to WEB_INF\lib ...
769 byte By
Ierdoi at 2007-11-26 8:49:41
Hello everybody,First of all, I must apologize for my poor english.I'm developing an struts application and I'm running it on Tomcat and Sun One 7 Application Server. The company where I have to run the application, works with sun one (iplanet) 6.0 Application Server sp8. I am not able to ...
Hi I'm new to JMS 3.6 for windows and I have a couple of questions that I hope someone can answer.1. With the new JMS 3.6 it has implemented the new client side ping. How is this setup? Is there an example of code that utilizes this ability in the samples provided?2. Is this feature in both ...
746 byte By
DmitriF at 2007-11-26 8:50:46
Dear Sun Users and Support.We ran into an issue that we can't find any cause for. For some reason our Sun Java System Application Server 8.2 Standard stops responding to HTTP calls. Even Admin console can't be invoked. The server by itself appears to be running according to the Windows ...
The system:SJSAS Enterprise Edition 8.1_02 (build b11-fcs)Is it possible to upgrade the bundled JSF to 1.2 version ?
4983 byte By
chris613 at 2007-11-26 8:51:04
Hi. I'm in the process of migrating an application from an old server that runs PE 8.1_02 to a new server that runs PE 8.2. The application is coded and built in Creator 2.0; the resulting .war file deploys alright into both servers, and operates correctly on the 8.1 server, but throws various ...
Hello, I am building a master timer stateless session bean. I have followed the examples from this site as well as I know how, and have even removed all of the system messages and other fluff. I continue to get the following error:EJB Timeout method must have an attribute value of ...
641 byte By
__Taha__ at 2007-11-26 8:54:44
Hello,I have statefull bean with both local and remote interface, with jboss there is <jndi-name> and <local-jndi-name> and evrything work fine with jboss. To look up the remote interface the <jndi-name> is used and for the local one the <local-jndi-name> is ...
Hi,I am using SJS AS 8.1. I do a lookup for datasource using logical name specified in ejb-jar.xml using resource-ref element as below : ...
Hi allI am trying to test the Standard Edition of the server but we it come after an application deployment I am getting this error.[#|2006-07-21T18:10:09.613+0800|SEVERE|sun-appserver-ee8.1_02|javax.enterprise. system.container.ejb|_ThreadID=10;|Could not initialize container using ...
1500 byte By
dgtiger at 2007-11-26 8:57:49
deploy application in remote domain ...deployment started : 0%Deploying application in domain failed; Error loading deployment descriptors for JumpStartCycles -- null;无法完成请求的操作Exception=部署失败。部署失败。at org.netbeans.modules.j2ee.deployment.devmodules.api.Deployment.deploy(Deploymen t...
I tried running the uninstall script but I continually receive "Line 10: No such file or directory". This is a fairly urgent requirement as I need to install it cleanly again for development but I cannot until this is rectified.
hi ,am using sun java app server pe-8.1 and recently when i open the admin consol , and try to click on the web application's node i get the following error:A "com.sun.enterprise.tools.guiframework.exception.FrameworkError" was caught. The message from the exception: "Unable to get View for ...
14406 byte By
tourtech at 2007-11-26 8:58:36
Just wondering if anybody has successfully got Cocoon 2.1.x and SJSAS to work.While I can deploy it, and access most functions, I cannot get XSP transforms to work due to library problems with Cocoon and SJSAS.It seems that the problem is with xalan/xerces.Cocoon comes with xercesImpl 2.8 and ...
Hi everybody, I am new to J2EE Programming.. How do i access the Derby console?Thanks very much
Hi .. Hi everybody, I am new to J2EE Programming..All this while I have been programming in core java and happily connected to Databases using jdbc. But now in J2EE things are quite tricky.. could anybody.. please me me out and give me some clear cut directions as to how do i go about ...
[nobr]Hi everybody.. I am new to J2EE Programming.. I just wrote a very small and simple Servlet to see how it works.. The Servlet is designed to take in the the name and a favourite color of a user via a HTML page and display it to him Here is the code:import java.io.*;import ...
4268 byte By
dsal3034 at 2007-11-26 8:59:36
When I start glass fish I get the following error in the log.436662;|WEB0120: Cannot load policy file.java.lang.RuntimeException: javax.security.jacc.PolicyContextException: java.lang.ClassNotFoundException: JACC:Error PolicyConfigurationFactory : cannot find class : ...
4005 byte By
dsal3034 at 2007-11-26 8:59:51
Really not liking glassfish. Now I can't even start the server and get this error.[#|2006-07-24T14:19:14.289-0400|WARNING|sun-appserver-pe9.0|javax.enterprise.sy stem.core|_ThreadID=10;_ThreadName=main;_RequestID=f75c47c4-b515-45af-b734-27261 7489b03;|CORE5016: Unexpected error occurred while ...
I have an ear file created using WSAD 5.1 deployed into sun app server. It is giving errors when I go to the first page (which is an action). javax.servlet.jsp.JspException: Cannot find ActionMappings or ActionFormBeans ...
470 byte By
dupste01 at 2007-11-26 9:00:19
Good day all, I install a new apps server from the JES4 bundle, choose configure later as the option. I ead the Readme file in the addon folder, followed the instruction. When I try to run a postInstall I get this as the error messsage :"Starting the Token replacementsPlease give the correct ...
130 byte By
dupste01 at 2007-11-26 9:00:20
What is this script suppose to migrate. Can I expect a migration of all the JVM option in the server.xml to the domain.xml?
Hello Everyone. I am a beginner at J2EE so this question might be silly for you but please be kind and help me out. Here is the problem:There are 3 buttons "ADD", "SUBTRACT" & "MULTIPLY" respectively on a HTML page and 2 TextFields to accept 2 values. The problem is to accept 2 values from ...
Hi I am trying to deploy one ear file to one of the SunOne instance locally. I am using SunOne8.1.But I am getting the following error:[#|2006-07-24T16:21:17.706+0530|SEVERE|sun-appserver-ee8.1|javax.enterprise.sys tem.tools.deployment|_ThreadID=14;|Exception occured in J2EEC ...
Hello!I'm using glassfish with application server 9.0 and i want to connect with mysql.My settings are:datasource classname: com.mysql.jdbc.jdbc2.optional.MysqlDataSourceresource type: javax.sql.connectionpoolDataSourceARE OK?I use mysql connector 3.1.13, 5.0.2 or 3.1.13? which is ...
Hi,We get the following error while installing Sunone Application server7.bash-2.05# cat install.logINFO - Start core server configuration.ERROR - library load failed with following error: Can't load library: /usr/lib/libicudata.so.2INFO - End core server configuration.INFO - Start samples ...
10094 byte By
DavidLush at 2007-11-26 9:01:23
Afternoon all, I'm currently trying to get cactus working with cruisecontrol as part of an automated build (we're developing in netbeans 5.0 & commiting to cvsnt). As part of this I need to use the sun-appserv-deploy and sun-appserv-undeploy ant tasks to start/stop the server ...