Mirrell Knabe

Ranch Hand
+ Follow
since Oct 13, 2008
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Mirrell Knabe

Hey All - Thanks for all the information and explanations...It made me understand there is a deeper level to doing this, but I am still going to pursue it with the information Stephan provided...At least to see the best outcome I can get out of it...
Thanks Stephan...you were right it isn't guaranteed, I received back the ip address...let me ask this, if someone wanted to "loop" through all the possible ip addresses on the net and get all the FQDNs, what would the best approach be (if possible)?...kind of like an "internet directory" crossing IP against FQDN...
4 years ago
Trying all kinds of methods below, none of which return the URL...some of which I tried below...sample url should be (www.webmoney.ru)...




output:
addr = /5.199.142.158
5.199.142.158
[B@6d06d69c
5.199.142.158
5.199.142.158/5.199.142.158
[Ljava.net.InetAddress;@7852e922
4 years ago
Mark -

I definitely have the Spring Project Nature enabled....how can I determine if the AspectJ Tool in Enabled? Not sure about that....

Bill -

I did see the STS and was considering...

I will probably ultimately use STS, BUT I would like to see if I really do not have Aspect J enabled, so just wait to see what Mark says....

Thanks Alot Guys....
12 years ago
Hi All -

Wasn't sure what forum would be the best for this question.....I built a simple spring app using SpringRoo, imported it into Eclipse and am getting, Syntax Error on Token, Class Header expected on all Aspect J files.....
the errors start with the "privileged aspect" statement and run throughout...this code was auto-genned using SpringRoo (no manual intervention)....I did make sure that I had the Aspect J and Maven plugins for Eclipse,
but to no avail....please help!

Thanks!
12 years ago
Hi All -

I was able to fix the problem, by putting the same database entries into the jdbc.properties file...

Thanks!
Hi All -

For the life of me I am not setting the db.url in build.properties correctly for the Spring tutoiral...I have tried everything to no avail...

this is the error I am receiving when launching the page:


this is my build.properties:


this is the HSQLDB properties screen within the Eclipse IDE:


when I do a TEST CONNECTION it is successful....

Any help would be GREATLY appreciated!

Thanks!





Hi Peter -

Yes, I did....please see below help window.....(says Java EE at the top)...Any ideas?

Eclipse SDK

Version: 3.5.2
Build id: M20100211-1343

(c) Copyright Eclipse contributors and others 2000, 2010. All rights reserved.
Visit http://www.eclipse.org/platform

This product includes software developed by the
Apache Software Foundation http://www.apache.org/
Hi All -

Have tried everything I know...Using Eclipse 3.5.2 and Tomcat v6.....Tomcat is even displaying on the menu bar for start/restart/stop server....However,
when I right click inside the Server window and do New -> Server -> only Basic and Glassfish display.....Any suggestions?, I greatly need the help as I
am in the process of preparing for the spring cert and am trying to build the sample springsource project using this platform and server....

Thanks,
Mirrell
Jaikiran -

It was there and I did remove it, but got a slew of errors(below)....would this jar being there cause the -404?

13 years ago
Hi All -

I am new at this....I want to run my application in Eclipse v3.2/Tomcat v5.5 versus Rad v7.0/Websphere v6.1.....I install Tomcat v5.5 in the Eclipse IDE...
I copied all *.xml configuation files from /WEB-INF/lib to the tomcat directory (so they exist in both places - was having other issues as well that doing this
resolved)...when I invoked my url: http://localhost:8080/CLMGUIWeb/index.jsp, I am getting a -404 as follows:

--------------------------------------------------------------------------------------------------
type Status report

message /CLMGUIWeb/index.jsp

description The requested resource (/CLMGUIWeb/index.jsp) is not available.
---------------------------------------------------------------------------------------------------

additionally when starting the tomcat server, I am getting the following output in the Console:



Any help is GREATLY appreciated!...been struggling with this for several days...

Thanks!!
13 years ago
Hi Sagar -

That worked beautifully...Thank You!...Let me ask what is the difference between your method and doing a File -> Import -> JAR.....?

Thanks,
Mirrell

Hi Sagar....I am not...I tried two different ways: 1.) File -> Import -> Archived JAR and 2.) Dragging and dropping it in the project directory containing all jars....I think what your saying is the buildpath is not getting updated?....I will try the way you suggest....Thanks!
Hi All -

I was getting an error that javax.persistence.* was not found in all of my classes in Eclipse, so I dragged and dropped the jpa.jar file into the the project folder where all the other jars are....seemed to fix the problem - resolved all errors, BUT when I close and relaunch Eclipse the errors are back, BUT the jpa.jar file is still there....Any ideas why relaunching Eclipse is causing the jpa.jar to not be recognized?

Thanks.
Mirrell
Hi Tim....I don't believe exporting a Project Interchange File (.PIF) is an option in Eclipse...but the .PIF does capture everything related to the project like you refer to zipping the project directory....so, let me ask this...when you say "Environmental stuff like the list of VCS servers, test servers, run/debug profiles, editor options and so forth don't belong to the project, however.. They belong to the particular instance of Eclipse you're running. Many, although not all of them have individual import/export facilities of their own".....What option do I need to select in eclipse to export these environmental settings?.....Usually RAD and Eclipse have most of the same exporting capablities (with exception of the .PIF)...Thanks for your help!