config file not found

Getting error «Config.h file not found, lexical or preprocessor error.»

I am running app in the device from the xcode project.

I have google and found many solutions but haven’t worked, I tried this

And when I try to run in the iOS simulator getting this error

Tried to follow the above url but didn’t work.

Please let me know how to solve the issue. Thanks

Brought to you by: amecky, terrydye

  • Create Ticket
  • View Stats

Group

Searches

#29 config file not found

Hallo,
my config file is not found,

I get the error:

java.io.FileNotFoundException:
C:ProgrammeTomcat%205.0webappspaneltoolWEB-INFclassesconfig.xml
(Das System kann den angegebenen Pfad nicht finden)

It seems the problem is the space between Tomcat and
5.0 in my tomcat installation folder!

I use Windows XP, and jdk 1.5.

Discussion

Logged In: YES
user_ >

A little more information about the problem would be quite
helpful.

— where is the config.xml file? is the path above correct?
is the path something you set, or something that jConfig
discovered?
— how are using jConfig in your code?

// und hast Du vielleicht andere Ideen, wie wir dir
vielleicht helfen könnten?

Logged In: YES
user_ >

No response to question. This issue will be closed.

Getting the following error on node view:

Juicebox Error: Config XML file not found.

Used Chrome console and was able to see that the XML was being returned — however, with an empty first line:

I replaced the domain with «x» since it’s internal for testing. Do you think that maybe the issue? If so, any suggestions on what could be causing this?

Thanks in advance!

Comments

Comment #1

Issue summary: View changes
  • Log in or register to post comments

Comment #2

Issue summary: View changes
  • Log in or register to post comments

Comment #3

This is resolved. After spending little over an hour — (ugh) — it ended up being in our settings.php which we had error_reporting code at the top with a closed ?> and a blank line after it

  • Log in or register to post comments

Comment #4

Assigned: Unassigned » pdesai
Status: Active » Fixed
  • Log in or register to post comments

Comment #5

Assigned: pdesai » Unassigned
Category: Bug report » Support request

Yeah, if anything is printed to the screen before the normal page headers, such as whitespace, this can cause problems. It often goes undetected until something using XML is involved (such as this module), as the XML parsers in most browsers will not gracefully ignore that whitespace. This comes up form time-to-time and unfortunately there is not much that can be done to avoid or detect it (that I know of). More info here:

  • Log in or register to post comments

Comment #6

Status: Fixed » Closed (fixed)

Automatically closed — issue fixed for 2 weeks with no activity.

  • Log in or register to post comments

Comment #7

Status: Closed (fixed) » Active

I am sorry to open this issue again but I am a little confused. I have juicebox working just fine when using the formatter in the content type full display but if I use it in a views attachment as a formatter on an image field I get Juicebox Error: Config XML file not found.
If this is a white space problem why is it only affecting the views field formatter and not the content type full display field formatter?

  • Log in or register to post comments

Comment #8

@Road Kill, if you are seeing inconsistent errors such that the field formatter behaves differently than the views plugin then it’s most likely that something else is going on. Though the whitespace issue is a common explanation for the «Config XML not found» error, it’s certainly not the only one. If the problem persists I suggest opening-up a separate issue thread and try to post as many details as you can about your case there. One of the best things that you can do as part of that will be to share a link to a public page that demonstrates the problem (if possible).

Оцените статью