Hello guys thats my problem.
Forms is on weblogic 12c and its version is also 12c.
I've downloaded FSAL jar from my host and configured .env files to permit FSAL to run them. After that, trying to execute my application got the following error
error image 1/2
errir image 2/2
If you need any information related to the enviroment or configuration files, I will edit the post and add it here.
Thank you in advance.
It appears that there may be several possible issues.
You are using an unsupported Java version. You appear to be using Forms 12.2.1.3. You can only use Java 8 with this version. If you want to use Java 11, you must upgrade to 12.2.1.4
You have a demo JAR file configured (TimeoutPJC.jar) but it cannot be found. Be sure this file is located in a virtually mapped directory. IF you stored this file in \forms\java, you must restart WLS_FORMS after copying it there or it will not be found.
The old demo JARs were created with very old Java versions and likely need to have their Java code recompiled and new JAR files created. Those JARs should also be properly signed.
Related
I have just downloaded and extracted Websphere locally in my computer and I can't find the manageprofiles command files (both .ssh and .bat). The version of Websphere is 8.5.5.4. Reading its documentation, it assumes that both files should be placed under the bin directory, but they are missing. I have also searched the web trying to download them manually, finding no answer.
Does anybody have any idea of what is happenning, and how may I proceed?
If you "extracted" it and didn't "install" it, it's probably what's termed the "WebSphere Liberty Profile" and not the traditional application server profile.
"manageprofiles" is not used in Liberty. If your instructions include it, you may need the traditional application server which is also available as a trial.
As covener wrote manageprofiles is in traditional WAS. In Liberty just go to the bin folder and issue:
server create yourServerName
then start it using:
server start yourServerName
and you are good to go ;-)
I am trying to setup TeamCity 9.1 in my windows machine.
In the Database setup portion, I downloaded the sql driver and copied the
sqljdbc4.jar file to folder "C:\Windows\System32\config\systemprofile\.BuildServer\lib\jdbc" folder as mentioned in the instruction page.
But still I am getting this message upon clicking Refresh JDBC drivers
The MS SQL Server JDBC driver is not found in the
C:\Windows\System32\config\systemprofile\.BuildServer\lib\jdbc
directory.
Download the driver from the Microsoft Download Center and follow the
instructions and place the driver jar file into the
C:\Windows\System32\config\systemprofile\.BuildServer\lib\jdbc
directory on the server.
Any ideas??
Did you correctly modify your database.properties file? If you're running TC server as a windows service, make sure you stop the service and make the change and start it back.
I ran into the same issue when setting up TeamCity 9.1. At this point of the installation the folders .BuildServer\lib\jdbc didn't exist under C:\Windows\System32\config\systemprofile. I reinstalled TeamCity and installed it again but defined the data directory manually as C:\TeamCityData.
When the setup wizard asked for the driver I copied the sqljdbc4.jar file to C:\TeamCityData\lib\jdbc (This time it existed), clicked refresh JDBC drivers and it worked. Hope this would help you
on a normal TeamCity Installation the JDBC jar file needs to be in the "C:\ProgramData\JetBrains\TeamCity\lib\JDBC\" folder where Program Data is a hidden folder in the C drive.
Once you drop the jar file here it should be detected. Let me know how it goes.
Cheers!
I am trying to install and understand ODE.
I set up Tomcat7 no problem
I set up ODE WAR distribution
I copied the examples folder as per instructions.
Then I ran it, and it failed.
Then I RTM some more and saw
The sendsoap executable can be found in the distribution bin directory. The urls should be updated according to the address defined in the WSDL file for the process service.
The executable script using the command line given fires an exception.
could not find or load main class org.apache.ode.tools.sendsoap.cline.HttpSoapSender
latest version.
If there is some update to URLs required there are no directions to do that anywhere in the install instructions. Given that new users do installs this has to be one of the most brain dead careless instruction sets I have read in years regardless of the fix. But can someone enlighten me?
Just to be clear, the startup screen on port 8080 comes up just fine.
The command line tools seem to have some class path issues. I'd suggest to use SoapUI instead, it provides a better UX as well.
Update: Quickstart to verify the installation:
For a simple test, just copy the helloworld2 example from the dist package to tomcat/webapps/ode/processes. The process should then appear in the web console. Copy the Axis2 WSDL URL of the helloworld process http://localhost:8080/ode/deployment/services/, which is most likely
http://localhost:8080/ode/processes/helloWorld?wsdl. Open SoapUI, start a new SOAP project, paste the WSDL URL into the "Initial WSDL" form and create the project. SoapUI will create sample request "Request 1" for the hello operation. Double click, play with the content and invoke the method using the green "play" button.
Due to a build problem the JAR files in the lib directory of the 1.3.6 WAR/JBI distributions don't work (Bug Report). Use the 1.3.5 distribution instead until this is fixed.
I'm dealing with an ugly error.
I want to install Rational Application Developer 8.5, but the launchpad doesn't work.
Hence, I installed the IBM installation Manager and I set the repository:
File -> Preferences -> Repository
I added the repository.config and I restarted the application.
Unfortunately when I start to configure the installation I get this error:
"Installation Manager non trova i file dei dischi seguenti: 1,2,3,4,5 in IBM® Rational® Application Developer for WebSphere® Software 8.5.1."
Translated:
Installation Manager doesn't find the files of the following disks: 1,2,3,4,5 in IBM® Rational® Application Developer for WebSphere® Software 8.5.1.
I tried to use the master zip as it is suggested here --> https://www.ibm.com/developerworks/community/forums/html/topic?id=77777777-0000-0000-0000-000014848922&ps=25
But this solution was not good for me.
Any suggestion?
I solved the problem.
My RAD software were issue in twelve chunks. I extracted them in order to have a zip file.
I extracted it and I got 5 zip files. I extracted the first four in a folder and the last one in another folder (SETUP).
I used the install.exe inside the SETUP\installation_x86 folder and I went ahead even if I had some warning. When It asked me the first disk I let it point to the folder that I extracted (not the setup, the other one).
I’m using JBoss 7.1.3.Final on my dev machine, a Mac 10.9.1. I’m trying to get my /tmp/vfs directory to clean itself up (with a max caching time of a day), so I added this line to my $JBOSS_HOME/bin/standalone.conf file …
JAVA_OPTS="$JAVA_OPTS -Djboss.vfs.cache=org.jboss.virtual.plugins.cache.IterableTimedVFSCache -Djboss.vfs.cache.TimedPolicyCaching.lifetime=86400"
I confirmed that the system properties are getting loaded when I start my server. However, after restart, I still see directories in the $JBOSS_HOME/standalone/tmp/vfs that are more than a day old. Is something about the above wrong or is there another parameter I need to add to get that directory to clean out?
You do not need to set VFS system properties.
Also your properties come from VFS2 that was used AS5/6 times.
AS7+ has newer/different implementation of VFS and handles this things differently.
There ware few bugs in 7.1.x in this area and ware fixed in WildFly 8 Beta1.
See jira for more info about this.
I would recommend you upgrading to WildFly 8.